@streamlayer/react 1.12.1 → 1.13.1
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.
- package/lib/app/app.d.ts +1 -0
- package/lib/app/masters.d.ts +11 -18
- package/lib/app/provider.d.ts +2 -0
- package/lib/app/useStreamLayerApp.d.ts +3 -1
- package/lib/cjs/advertisement.js +1 -1
- package/lib/cjs/bet-pack.js +1 -1
- package/lib/cjs/gamification-feature2.js +1 -1
- package/lib/cjs/index2.js +6 -2
- package/lib/cjs/masters.js +1 -1
- package/lib/cjs/masters2.js +3 -3
- package/lib/cjs/notification.js +1 -1
- package/lib/cjs/points.js +1 -1
- package/lib/cjs/provider.js +28 -162
- package/lib/cjs/useStreamLayerApp2.js +9 -9
- package/lib/classic/app/app.d.ts +1 -0
- package/lib/classic/app/masters.d.ts +11 -18
- package/lib/classic/app/provider.d.ts +2 -0
- package/lib/classic/app/useStreamLayerApp.d.ts +3 -1
- package/lib/classic/cjs/advertisement.js +1 -1
- package/lib/classic/cjs/bet-pack.js +1 -1
- package/lib/classic/cjs/gamification-feature2.js +1 -1
- package/lib/classic/cjs/index2.js +6 -2
- package/lib/classic/cjs/masters.js +1 -1
- package/lib/classic/cjs/masters2.js +3 -3
- package/lib/classic/cjs/notification.js +1 -1
- package/lib/classic/cjs/points.js +1 -1
- package/lib/classic/cjs/provider.js +28 -162
- package/lib/classic/cjs/useStreamLayerApp2.js +9 -9
- package/lib/classic/es/advertisement.js +30 -30
- package/lib/classic/es/bet-pack.js +1 -1
- package/lib/classic/es/gamification-feature2.js +1 -1
- package/lib/classic/es/index.js +1 -1
- package/lib/classic/es/index2.js +1160 -1055
- package/lib/classic/es/masters.js +5 -4
- package/lib/classic/es/masters2.js +467 -580
- package/lib/classic/es/notification.js +42 -42
- package/lib/classic/es/points.js +5 -5
- package/lib/classic/es/provider.js +8535 -22157
- package/lib/classic/es/useStreamLayerApp2.js +2321 -2232
- package/lib/classic/style.css +1 -1
- package/lib/dist/cjs/gamification-feature.js +1 -1
- package/lib/dist/cjs/gamification-feature2.js +1 -1
- package/lib/dist/cjs/index.js +1 -1
- package/lib/dist/cjs/masters.js +53 -183
- package/lib/dist/es/gamification-feature.js +1 -1
- package/lib/dist/es/gamification-feature2.js +231 -77
- package/lib/dist/es/index.js +3 -2
- package/lib/dist/es/masters.js +19314 -32998
- package/lib/dist/style.css +1 -1
- package/lib/es/advertisement.js +30 -30
- package/lib/es/bet-pack.js +1 -1
- package/lib/es/gamification-feature2.js +1 -1
- package/lib/es/index.js +1 -1
- package/lib/es/index2.js +1160 -1055
- package/lib/es/masters.js +5 -4
- package/lib/es/masters2.js +467 -580
- package/lib/es/notification.js +42 -42
- package/lib/es/points.js +5 -5
- package/lib/es/provider.js +8524 -22146
- package/lib/es/useStreamLayerApp2.js +2321 -2232
- package/lib/style.css +1 -1
- package/package.json +17 -15
package/lib/cjs/provider.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";var Rx=Object.defineProperty;var _x=(s,d,p)=>d in s?Rx(s,d,{enumerable:!0,configurable:!0,writable:!0,value:p}):s[d]=p;var Yt=(s,d,p)=>_x(s,typeof d!="symbol"?d+"":d,p);const v=require("react/jsx-runtime"),V=require("react"),J=require("./useStreamLayerApp2.js");function Nx(s){const d=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(s){for(const p in s)if(p!=="default"){const C=Object.getOwnPropertyDescriptor(s,p);Object.defineProperty(d,p,C.get?C:{enumerable:!0,get:()=>s[p]})}}return d.default=s,Object.freeze(d)}const _=Nx(V);var ad=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function A7(s){return s&&s.__esModule&&Object.prototype.hasOwnProperty.call(s,"default")?s.default:s}function Av(s){if(s.__esModule)return s;var d=s.default;if(typeof d=="function"){var p=function C(){return this instanceof C?Reflect.construct(d,arguments,this.constructor):d.apply(this,arguments)};p.prototype=d.prototype}else p={};return Object.defineProperty(p,"__esModule",{value:!0}),Object.keys(s).forEach(function(C){var b=Object.getOwnPropertyDescriptor(s,C);Object.defineProperty(p,C,b.get?b:{enumerable:!0,get:function(){return s[C]}})}),p}const Px=J.pino_1({level:"trace",enabled:typeof window<"u"&&!!window.localStorage.getItem("SL_DEBUG"),browser:{write:s=>{console.log(s)}}}),N1=(s,d)=>Px.child({name:s},d);class Ax extends Event{constructor(p,C){super(p);Yt(this,"slEventBus");this.slEventBus=C}}const jx=N1("event-bus");class Mx{constructor(d="sl-event-bus"){Yt(this,"name");Yt(this,"listeners");Yt(this,"emit",(d,p)=>{const C=new Ax(this.name,{...p,type:d});jx.debug(C,"Emitting event"),window.dispatchEvent(C)});Yt(this,"destroy",()=>{this.listeners.forEach(d=>{window.removeEventListener(this.name,d),this.listeners.delete(d)}),this.listeners.clear()});this.name=d,this.listeners=new Set}listen(d){return window.addEventListener(this.name,d),this.listeners.add(d),()=>{this.off(d)}}off(d){window.removeEventListener(this.name,d),this.listeners.delete(d)}}window.slStore=Object.create(null);var _m;(function(s){s.ORGANIZATION="ORGANIZATION",s.STREAM="STREAM"})(_m||(_m={}));J.SdkOverlayType.BETTING+"",J.SdkOverlayType.GAMES+"",J.SdkOverlayType.PUBLIC_CHAT+"",J.SdkOverlayType.TWITTER+"";exports.FeatureStatus=void 0;(function(s){s.Ready="ready",s.Suspended="suspended"})(exports.FeatureStatus||(exports.FeatureStatus={}));const P1=new Mx;window.dispatchEvent(new CustomEvent("grpc_devtools_loaded"));function Ox(s){return s instanceof DOMException&&(s.code===22||s.code===1014||s.name==="QuotaExceededError"||s.name==="NS_ERROR_DOM_QUOTA_REACHED")}class Dx{constructor(d="main",p=window.localStorage){Yt(this,"delimiter",":");Yt(this,"prefix");Yt(this,"storage");Yt(this,"clear",()=>{for(const d in window.localStorage)d.startsWith(this.prefix)&&this.storage.removeItem(d)});Yt(this,"generateKey",d=>`${this.prefix}${this.delimiter}${d.join(this.delimiter)}`);Yt(this,"write",(...d)=>{const p=d.pop()||"",C=this.generateKey(d);try{this.storage.setItem(C,p)}catch(b){Ox(b)&&this.storage===window.sessionStorage&&(window.sessionStorage.removeItem("slstreamlogs"),this.storage.setItem(C,p))}});Yt(this,"read",(...d)=>{const p=this.storage.getItem(this.generateKey(d));return p===null?void 0:p});Yt(this,"remove",(...d)=>{this.storage.removeItem(this.generateKey(d))});this.prefix=`sl-sdk${this.delimiter}${d}`,this.storage=p}}var Nm;(function(s){s.Init="init",s.Ready="ready",s.Connecting="connecting",s.Connected="connected",s.Disconnected="disconnected",s.Failed="failed",s.Reconnect="reconnect",s.Reconnecting="reconnecting"})(Nm||(Nm={}));N1("grpc:stream");J.Code.Unknown,J.Code.Internal,J.Code.DeadlineExceeded,J.Code.ResourceExhausted,J.Code.FailedPrecondition,J.Code.Unavailable,J.Code.DataLoss;N1("grpc:retry");J.createContextKey(10,{description:"Number of attempts to retry"}),J.createContextKey(3e4,{description:"Max delay between retries in milliseconds"});var el;(function(s){s.SCHEMA="schema",s.EXTERNAL_TOKEN="eToken",s.TOKEN="token"})(el||(el={}));class Vx extends Dx{constructor(){super("user");Yt(this,"setSchema",p=>{this.write(el.SCHEMA,p)});Yt(this,"getSchema",()=>this.read(el.SCHEMA));Yt(this,"setToken",p=>{this.write(el.TOKEN,p)});Yt(this,"getToken",()=>this.read(el.TOKEN));Yt(this,"setExternalToken",p=>{this.write(el.EXTERNAL_TOKEN,p)});Yt(this,"getExternalToken",()=>this.read(el.EXTERNAL_TOKEN));Yt(this,"removeToken",()=>{this.remove(el.TOKEN)})}}var Pm;(function(s){s.DISABLED="disabled",s.INITIALIZATION="initialization",s.READY="ready",s.FAILED="failed",s.SUSPENDED="suspended"})(Pm||(Pm={}));N1("deep_link");N1("bypass");new Vx;N1("video_player");J.QuestionType.FACTOID+"",J.QuestionType.POLL+"",J.QuestionType.TRIVIA+"",J.QuestionType.PREDICTION+"",J.QuestionType.TWEET+"";var Am;(function(s){s.SHOWED="showed"})(Am||(Am={}));var jm;(function(s){s.ALLOWED="allowed",s.DISALLOWED="disallowed"})(jm||(jm={}));var Mm;(function(s){s.OPENED="opened"})(Mm||(Mm={}));exports.NotificationType=void 0;(function(s){s[s.ONBOARDING=1]="ONBOARDING",s[s.QUESTION=2]="QUESTION",s[s.QUESTION_RESOLVED=3]="QUESTION_RESOLVED"})(exports.NotificationType||(exports.NotificationType={}));var Om;(function(s){s.UNKNOWN="unknown",s.ALREADY_VOTED="already_voted"})(Om||(Om={}));var Dm;(function(s){s.ONBOARDING="onboarding",s.ONBOARDING_IO="onboarding_io"})(Dm||(Dm={}));var Vm;(function(s){s.Unset="unset",s.Required="required",s.Optional="optional",s.Completed="completed",s.Disabled="disabled",s.Unavailable="unavailable"})(Vm||(Vm={}));J.QuestionType.POLL,J.QuestionType.PREDICTION,J.QuestionType.TRIVIA;const $x={[J.SdkOverlayType.GAMES]:!0};var zx=function(){const d=Array.prototype.slice.call(arguments).filter(Boolean),p={},C=[];d.forEach(S=>{(S?S.split(" "):[]).forEach(I=>{if(I.startsWith("atm_")){const[,T]=I.split("_");p[T]=I}else C.push(I)})});const b=[];for(const S in p)Object.prototype.hasOwnProperty.call(p,S)&&b.push(p[S]);return b.push(...C),b.join(" ")},Pa=zx;function Fx(s){var d=Object.create(null);return function(p){return d[p]===void 0&&(d[p]=s(p)),d[p]}}var Hx=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,d7=Fx(function(s){return Hx.test(s)||s.charCodeAt(0)===111&&s.charCodeAt(1)===110&&s.charCodeAt(2)<91}),Ux=s=>s.toUpperCase()===s,Bx=s=>d=>s.indexOf(d)===-1,jv=(s,d)=>{const p={};return Object.keys(s).filter(Bx(d)).forEach(C=>{p[C]=s[C]}),p};function Wx(s,d,p){const C=jv(d,p);if(!s){const b=typeof d7=="function"?{default:d7}:d7;Object.keys(C).forEach(S=>{b.default(S)||delete C[S]})}return C}var qx=(s,d)=>{};function Qx(s){let d="";return p=>{const C=(S,y)=>{const{as:I=s,class:T=d}=S,P=p.propsAsIs===void 0?!(typeof I=="string"&&I.indexOf("-")===-1&&!Ux(I[0])):p.propsAsIs,H=Wx(P,S,["as","class"]);H.ref=y,H.className=p.atomic?Pa(p.class,H.className||T):Pa(H.className||T,p.class);const{vars:j}=p;if(j){const N={};for(const ee in j){const K=j[ee],ae=K[0],oe=K[1]||"",se=typeof ae=="function"?ae(S):ae;qx(se,p.name),N[`--${ee}`]=`${se}${oe}`}const $=H.style||{},Z=Object.keys($);Z.length>0&&Z.forEach(ee=>{N[ee]=$[ee]}),H.style=N}return s.__wyw_meta&&s!==I?(H.as=I,V.createElement(s,H)):V.createElement(I,H)},b=V.forwardRef?V.forwardRef(C):S=>{const y=jv(S,["innerRef"]);return C(y,S.innerRef)};return b.displayName=p.name,b.__wyw_meta={className:p.class||d,extends:s},b}}var E=Qx;const Zx=E("div")({name:"SDKContainer",class:"sopqfe6",propsAsIs:!1}),Mv=E("div")({name:"SDKScrollContainer",class:"s102vcph",propsAsIs:!1}),j7=E("div")({name:"SDKContentContainer",class:"s1meqjjv",propsAsIs:!1}),Kx=()=>j7,M7=E(Kx())({name:"SDKWhiteContainer",class:"s1burm22",propsAsIs:!0}),Yx=()=>M7,Gx=E(Yx())({name:"SDKSummaryContainer",class:"sm5r3j5",propsAsIs:!0}),Xx=E("div")({name:"TabsContainer",class:"tysxwr6",propsAsIs:!1}),Jx=()=>j7,eS=E(Jx())({name:"LeaderboardContainer",class:"l9er3b1",propsAsIs:!0}),tS=()=>M7,nS=E(tS())({name:"TabsNavContainer",class:"t19dtrb3",propsAsIs:!0}),rS=E("div")({name:"UserSummaryContainer",class:"u1552n3j",propsAsIs:!1});function aS(s,d,p){let C=new Set([...d,void 0]);return s.listen((b,S)=>{C.has(S)&&p(b,S)})}function oS(s,d={}){let p=V.useCallback(b=>d.keys?aS(s,d.keys,b):s.listen(b),[d.keys,s]),C=s.get.bind(s);return V.useSyncExternalStore(p,C,C)}var iS={};/**
|
|
1
|
+
"use strict";var m6=Object.defineProperty;var C6=(e,t,n)=>t in e?m6(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var Q=(e,t,n)=>C6(e,typeof t!="symbol"?t+"":t,n);const l=require("react/jsx-runtime"),w=require("react"),k=require("./useStreamLayerApp2.js");function g6(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const h=g6(w);var nn=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Xi(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}function sl(e){if(e.__esModule)return e;var t=e.default;if(typeof t=="function"){var n=function r(){return this instanceof r?Reflect.construct(t,arguments,this.constructor):t.apply(this,arguments)};n.prototype=t.prototype}else n={};return Object.defineProperty(n,"__esModule",{value:!0}),Object.keys(e).forEach(function(r){var i=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(n,r,i.get?i:{enumerable:!0,get:function(){return e[r]}})}),n}const v6=k.pino_1({level:"trace",enabled:typeof window<"u"&&!!window.localStorage.getItem("SL_DEBUG"),browser:{write:e=>{console.log(e)}}}),at=(e,t)=>v6.child({name:e},t);class y6 extends Event{constructor(n,r){super(n);Q(this,"slEventBus");this.slEventBus=r}}const w6=at("event-bus");class b6{constructor(t="sl-event-bus"){Q(this,"name");Q(this,"listeners");Q(this,"emit",(t,n)=>{const r=new y6(this.name,{...n,type:t});w6.debug(r,"Emitting event"),window.dispatchEvent(r)});Q(this,"destroy",()=>{this.listeners.forEach(t=>{window.removeEventListener(this.name,t),this.listeners.delete(t)}),this.listeners.clear()});this.name=t,this.listeners=new Set}listen(t){return window.addEventListener(this.name,t),this.listeners.add(t),()=>{this.off(t)}}off(t){window.removeEventListener(this.name,t),this.listeners.delete(t)}}exports.NotificationType=void 0;(function(e){e[e.ONBOARDING=1]="ONBOARDING",e[e.QUESTION=2]="QUESTION",e[e.QUESTION_RESOLVED=3]="QUESTION_RESOLVED"})(exports.NotificationType||(exports.NotificationType={}));window.slStore=Object.create(null);var r0;(function(e){e.ORGANIZATION="ORGANIZATION",e.STREAM="STREAM"})(r0||(r0={}));k.SdkOverlayType.BETTING+"",k.SdkOverlayType.GAMES+"",k.SdkOverlayType.PUBLIC_CHAT+"",k.SdkOverlayType.TWITTER+"";exports.FeatureStatus=void 0;(function(e){e.Ready="ready",e.Suspended="suspended"})(exports.FeatureStatus||(exports.FeatureStatus={}));const st=new b6;window.dispatchEvent(new CustomEvent("grpc_devtools_loaded"));function x6(e){return e instanceof DOMException&&(e.code===22||e.code===1014||e.name==="QuotaExceededError"||e.name==="NS_ERROR_DOM_QUOTA_REACHED")}class E6{constructor(t="main",n=window.localStorage){Q(this,"delimiter",":");Q(this,"prefix");Q(this,"storage");Q(this,"clear",()=>{for(const t in window.localStorage)t.startsWith(this.prefix)&&this.storage.removeItem(t)});Q(this,"generateKey",t=>`${this.prefix}${this.delimiter}${t.join(this.delimiter)}`);Q(this,"write",(...t)=>{const n=t.pop()||"",r=this.generateKey(t);try{this.storage.setItem(r,n)}catch(i){x6(i)&&this.storage===window.sessionStorage&&(window.sessionStorage.removeItem("slstreamlogs"),this.storage.setItem(r,n))}});Q(this,"read",(...t)=>{const n=this.storage.getItem(this.generateKey(t));return n===null?void 0:n});Q(this,"remove",(...t)=>{this.storage.removeItem(this.generateKey(t))});this.prefix=`sl-sdk${this.delimiter}${t}`,this.storage=n}}var i0;(function(e){e.Init="init",e.Ready="ready",e.Connecting="connecting",e.Connected="connected",e.Disconnected="disconnected",e.Failed="failed",e.Reconnect="reconnect",e.Reconnecting="reconnecting"})(i0||(i0={}));at("grpc:stream");k.Code.Unknown,k.Code.Internal,k.Code.DeadlineExceeded,k.Code.ResourceExhausted,k.Code.FailedPrecondition,k.Code.Unavailable,k.Code.DataLoss;at("grpc:retry");k.createContextKey(10,{description:"Number of attempts to retry"}),k.createContextKey(3e4,{description:"Max delay between retries in milliseconds"});var o1;(function(e){e.SCHEMA="schema",e.EXTERNAL_TOKEN="eToken",e.TOKEN="token"})(o1||(o1={}));class L6 extends E6{constructor(){super("user");Q(this,"setSchema",n=>{this.write(o1.SCHEMA,n)});Q(this,"getSchema",()=>this.read(o1.SCHEMA));Q(this,"setToken",n=>{this.write(o1.TOKEN,n)});Q(this,"getToken",()=>this.read(o1.TOKEN));Q(this,"setExternalToken",n=>{this.write(o1.EXTERNAL_TOKEN,n)});Q(this,"getExternalToken",()=>this.read(o1.EXTERNAL_TOKEN));Q(this,"removeToken",()=>{this.remove(o1.TOKEN)})}}var a0;(function(e){e.DISABLED="disabled",e.INITIALIZATION="initialization",e.READY="ready",e.FAILED="failed",e.SUSPENDED="suspended"})(a0||(a0={}));at("deep_link");at("bypass");new L6;at("video_player");k.QuestionType.FACTOID+"",k.QuestionType.POLL+"",k.QuestionType.TRIVIA+"",k.QuestionType.PREDICTION+"",k.QuestionType.TWEET+"";var s0;(function(e){e.SHOWED="showed"})(s0||(s0={}));var l0;(function(e){e.ONBOARDING="onboarding",e.ONBOARDING_IO="onboarding_io",e.BET_PACK_ITEM_RECEIVED="bp-item-received",e.QUESTION_OPENED="q-opened"})(l0||(l0={}));var o0;(function(e){e.ALLOWED="allowed",e.DISALLOWED="disallowed"})(o0||(o0={}));var c0;(function(e){e.OPENED="opened"})(c0||(c0={}));var u0;(function(e){e.UNKNOWN="unknown",e.ALREADY_VOTED="already_voted"})(u0||(u0={}));var d0;(function(e){e.Unset="unset",e.Required="required",e.Optional="optional",e.Completed="completed",e.Disabled="disabled",e.Unavailable="unavailable"})(d0||(d0={}));k.QuestionType.POLL,k.QuestionType.PREDICTION,k.QuestionType.TRIVIA;const k6={[k.SdkOverlayType.GAMES]:!0};var S6=function(){const t=Array.prototype.slice.call(arguments).filter(Boolean),n={},r=[];t.forEach(a=>{(a?a.split(" "):[]).forEach(o=>{if(o.startsWith("atm_")){const[,c]=o.split("_");n[c]=o}else r.push(o)})});const i=[];for(const a in n)Object.prototype.hasOwnProperty.call(n,a)&&i.push(n[a]);return i.push(...r),i.join(" ")},Ne=S6;function I6(e){var t=Object.create(null);return function(n){return t[n]===void 0&&(t[n]=e(n)),t[n]}}var T6=/^((children|dangerouslySetInnerHTML|key|ref|autoFocus|defaultValue|defaultChecked|innerHTML|suppressContentEditableWarning|suppressHydrationWarning|valueLink|abbr|accept|acceptCharset|accessKey|action|allow|allowUserMedia|allowPaymentRequest|allowFullScreen|allowTransparency|alt|async|autoComplete|autoPlay|capture|cellPadding|cellSpacing|challenge|charSet|checked|cite|classID|className|cols|colSpan|content|contentEditable|contextMenu|controls|controlsList|coords|crossOrigin|data|dateTime|decoding|default|defer|dir|disabled|disablePictureInPicture|disableRemotePlayback|download|draggable|encType|enterKeyHint|form|formAction|formEncType|formMethod|formNoValidate|formTarget|frameBorder|headers|height|hidden|high|href|hrefLang|htmlFor|httpEquiv|id|inputMode|integrity|is|keyParams|keyType|kind|label|lang|list|loading|loop|low|marginHeight|marginWidth|max|maxLength|media|mediaGroup|method|min|minLength|multiple|muted|name|nonce|noValidate|open|optimum|pattern|placeholder|playsInline|poster|preload|profile|radioGroup|readOnly|referrerPolicy|rel|required|reversed|role|rows|rowSpan|sandbox|scope|scoped|scrolling|seamless|selected|shape|size|sizes|slot|span|spellCheck|src|srcDoc|srcLang|srcSet|start|step|style|summary|tabIndex|target|title|translate|type|useMap|value|width|wmode|wrap|about|datatype|inlist|prefix|property|resource|typeof|vocab|autoCapitalize|autoCorrect|autoSave|color|incremental|fallback|inert|itemProp|itemScope|itemType|itemID|itemRef|on|option|results|security|unselectable|accentHeight|accumulate|additive|alignmentBaseline|allowReorder|alphabetic|amplitude|arabicForm|ascent|attributeName|attributeType|autoReverse|azimuth|baseFrequency|baselineShift|baseProfile|bbox|begin|bias|by|calcMode|capHeight|clip|clipPathUnits|clipPath|clipRule|colorInterpolation|colorInterpolationFilters|colorProfile|colorRendering|contentScriptType|contentStyleType|cursor|cx|cy|d|decelerate|descent|diffuseConstant|direction|display|divisor|dominantBaseline|dur|dx|dy|edgeMode|elevation|enableBackground|end|exponent|externalResourcesRequired|fill|fillOpacity|fillRule|filter|filterRes|filterUnits|floodColor|floodOpacity|focusable|fontFamily|fontSize|fontSizeAdjust|fontStretch|fontStyle|fontVariant|fontWeight|format|from|fr|fx|fy|g1|g2|glyphName|glyphOrientationHorizontal|glyphOrientationVertical|glyphRef|gradientTransform|gradientUnits|hanging|horizAdvX|horizOriginX|ideographic|imageRendering|in|in2|intercept|k|k1|k2|k3|k4|kernelMatrix|kernelUnitLength|kerning|keyPoints|keySplines|keyTimes|lengthAdjust|letterSpacing|lightingColor|limitingConeAngle|local|markerEnd|markerMid|markerStart|markerHeight|markerUnits|markerWidth|mask|maskContentUnits|maskUnits|mathematical|mode|numOctaves|offset|opacity|operator|order|orient|orientation|origin|overflow|overlinePosition|overlineThickness|panose1|paintOrder|pathLength|patternContentUnits|patternTransform|patternUnits|pointerEvents|points|pointsAtX|pointsAtY|pointsAtZ|preserveAlpha|preserveAspectRatio|primitiveUnits|r|radius|refX|refY|renderingIntent|repeatCount|repeatDur|requiredExtensions|requiredFeatures|restart|result|rotate|rx|ry|scale|seed|shapeRendering|slope|spacing|specularConstant|specularExponent|speed|spreadMethod|startOffset|stdDeviation|stemh|stemv|stitchTiles|stopColor|stopOpacity|strikethroughPosition|strikethroughThickness|string|stroke|strokeDasharray|strokeDashoffset|strokeLinecap|strokeLinejoin|strokeMiterlimit|strokeOpacity|strokeWidth|surfaceScale|systemLanguage|tableValues|targetX|targetY|textAnchor|textDecoration|textRendering|textLength|to|transform|u1|u2|underlinePosition|underlineThickness|unicode|unicodeBidi|unicodeRange|unitsPerEm|vAlphabetic|vHanging|vIdeographic|vMathematical|values|vectorEffect|version|vertAdvY|vertOriginX|vertOriginY|viewBox|viewTarget|visibility|widths|wordSpacing|writingMode|x|xHeight|x1|x2|xChannelSelector|xlinkActuate|xlinkArcrole|xlinkHref|xlinkRole|xlinkShow|xlinkTitle|xlinkType|xmlBase|xmlns|xmlnsXlink|xmlLang|xmlSpace|y|y1|y2|yChannelSelector|z|zoomAndPan|for|class|autofocus)|(([Dd][Aa][Tt][Aa]|[Aa][Rr][Ii][Aa]|x)-.*))$/,vr=I6(function(e){return T6.test(e)||e.charCodeAt(0)===111&&e.charCodeAt(1)===110&&e.charCodeAt(2)<91}),j6=e=>e.toUpperCase()===e,A6=e=>t=>e.indexOf(t)===-1,ll=(e,t)=>{const n={};return Object.keys(e).filter(A6(t)).forEach(r=>{n[r]=e[r]}),n};function $6(e,t,n){const r=ll(t,n);if(!e){const i=typeof vr=="function"?{default:vr}:vr;Object.keys(r).forEach(a=>{i.default(a)||delete r[a]})}return r}var _6=(e,t)=>{};function R6(e){let t="";return n=>{const r=(a,s)=>{const{as:o=e,class:c=t}=a,u=n.propsAsIs===void 0?!(typeof o=="string"&&o.indexOf("-")===-1&&!j6(o[0])):n.propsAsIs,C=$6(u,a,["as","class"]);C.ref=s,C.className=n.atomic?Ne(n.class,C.className||c):Ne(C.className||c,n.class);const{vars:g}=n;if(g){const f={};for(const x in g){const L=g[x],m=L[0],p=L[1]||"",v=typeof m=="function"?m(a):m;_6(v,n.name),f[`--${x}`]=`${v}${p}`}const y=C.style||{},b=Object.keys(y);b.length>0&&b.forEach(x=>{f[x]=y[x]}),C.style=f}return e.__wyw_meta&&e!==o?(C.as=o,w.createElement(e,C)):w.createElement(o,C)},i=w.forwardRef?w.forwardRef(r):a=>{const s=ll(a,["innerRef"]);return r(s,a.innerRef)};return i.displayName=n.name,i.__wyw_meta={className:n.class||t,extends:e},i}}var d=R6;const V6=d("div")({name:"SDKContainer",class:"sopqfe6",propsAsIs:!1}),ol=d("div")({name:"SDKScrollContainer",class:"s102vcph",propsAsIs:!1}),Ji=d("div")({name:"SDKContentContainer",class:"s1meqjjv",propsAsIs:!1}),N6=()=>Ji,ea=d(N6())({name:"SDKWhiteContainer",class:"s1burm22",propsAsIs:!0}),M6=()=>ea,O6=d(M6())({name:"SDKSummaryContainer",class:"sm5r3j5",propsAsIs:!0}),P6=d("div")({name:"TabsContainer",class:"tysxwr6",propsAsIs:!1}),H6=()=>Ji,D6=d(H6())({name:"LeaderboardContainer",class:"l9er3b1",propsAsIs:!0}),F6=()=>ea,z6=d(F6())({name:"TabsNavContainer",class:"t19dtrb3",propsAsIs:!0}),B6=d("div")({name:"UserSummaryContainer",class:"u1552n3j",propsAsIs:!1});function U6(e,t,n){let r=new Set([...t,void 0]);return e.listen((i,a)=>{r.has(a)&&n(i,a)})}function Z6(e,t={}){let n=w.useCallback(i=>t.keys?U6(e,t.keys,i):e.listen(i),[t.keys,e]),r=e.get.bind(e);return w.useSyncExternalStore(n,r,r)}var q6={};/**
|
|
2
2
|
* @license React
|
|
3
3
|
* use-sync-external-store-shim.production.js
|
|
4
4
|
*
|
|
@@ -6,25 +6,25 @@
|
|
|
6
6
|
*
|
|
7
7
|
* This source code is licensed under the MIT license found in the
|
|
8
8
|
* LICENSE file in the root directory of this source tree.
|
|
9
|
-
*/var
|
|
10
|
-
${
|
|
11
|
-
--color-${
|
|
12
|
-
`,""),
|
|
13
|
-
${
|
|
14
|
-
--color-adv-${
|
|
15
|
-
`,"");
|
|
16
|
-
@media only screen and (${
|
|
17
|
-
${
|
|
9
|
+
*/var Vt=w;function Q6(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var W6=typeof Object.is=="function"?Object.is:Q6,G6=Vt.useState,K6=Vt.useEffect,Y6=Vt.useLayoutEffect,X6=Vt.useDebugValue;function J6(e,t){var n=t(),r=G6({inst:{value:n,getSnapshot:t}}),i=r[0].inst,a=r[1];return Y6(function(){i.value=n,i.getSnapshot=t,yr(i)&&a({inst:i})},[e,n,t]),K6(function(){return yr(i)&&a({inst:i}),e(function(){yr(i)&&a({inst:i})})},[e]),X6(n),n}function yr(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!W6(e,n)}catch{return!0}}function e4(e,t){return t()}var t4=typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"?e4:J6;q6.useSyncExternalStore=Vt.useSyncExternalStore!==void 0?Vt.useSyncExternalStore:t4;const D=Z6,n4=h.useTransition,cl=e=>{const t=D(e.getActiveFeature()),n=D(e.streamStore()),[r,i]=w.useState(null);return w.useEffect(()=>{const a=e.getFeatures();if(!t)i(null);else for(const[s,o]of a)s===t?(o.status.get()===exports.FeatureStatus.Suspended&&o.enable(),i(o)):o.status.get()===exports.FeatureStatus.Ready&&o.disable();return()=>{for(const[,s]of a)s.status.get()===exports.FeatureStatus.Ready&&s.disable()}},[t,e,n]),[t,r]};var ul="Expected a function",p0=NaN,r4="[object Symbol]",i4=/^\s+|\s+$/g,a4=/^[-+]0x[0-9a-f]+$/i,s4=/^0b[01]+$/i,l4=/^0o[0-7]+$/i,o4=parseInt,c4=typeof nn=="object"&&nn&&nn.Object===Object&&nn,u4=typeof self=="object"&&self&&self.Object===Object&&self,d4=c4||u4||Function("return this")(),p4=Object.prototype,f4=p4.toString,h4=Math.max,m4=Math.min,wr=function(){return d4.Date.now()};function C4(e,t,n){var r,i,a,s,o,c,u=0,C=!1,g=!1,f=!0;if(typeof e!="function")throw new TypeError(ul);t=f0(t)||0,E2(n)&&(C=!!n.leading,g="maxWait"in n,a=g?h4(f0(n.maxWait)||0,t):a,f="trailing"in n?!!n.trailing:f);function y(I){var j=r,A=i;return r=i=void 0,u=I,s=e.apply(A,j),s}function b(I){return u=I,o=setTimeout(m,t),C?y(I):s}function x(I){var j=I-c,A=I-u,V=t-j;return g?m4(V,a-A):V}function L(I){var j=I-c,A=I-u;return c===void 0||j>=t||j<0||g&&A>=a}function m(){var I=wr();if(L(I))return p(I);o=setTimeout(m,x(I))}function p(I){return o=void 0,f&&r?y(I):(r=i=void 0,s)}function v(){o!==void 0&&clearTimeout(o),u=0,r=c=i=o=void 0}function E(){return o===void 0?s:p(wr())}function S(){var I=wr(),j=L(I);if(r=arguments,i=this,c=I,j){if(o===void 0)return b(c);if(g)return o=setTimeout(m,t),y(c)}return o===void 0&&(o=setTimeout(m,t)),s}return S.cancel=v,S.flush=E,S}function g4(e,t,n){var r=!0,i=!0;if(typeof e!="function")throw new TypeError(ul);return E2(n)&&(r="leading"in n?!!n.leading:r,i="trailing"in n?!!n.trailing:i),C4(e,t,{leading:r,maxWait:t,trailing:i})}function E2(e){var t=typeof e;return!!e&&(t=="object"||t=="function")}function v4(e){return!!e&&typeof e=="object"}function y4(e){return typeof e=="symbol"||v4(e)&&f4.call(e)==r4}function f0(e){if(typeof e=="number")return e;if(y4(e))return p0;if(E2(e)){var t=typeof e.valueOf=="function"?e.valueOf():e;e=E2(t)?t+"":t}if(typeof e!="string")return e===0?e:+e;e=e.replace(i4,"");var n=s4.test(e);return n||l4.test(e)?o4(e.slice(2),n?2:8):a4.test(e)?p0:+e}var w4=g4;const Nt=Xi(w4),dl={BLUE_QUESTION_ACTION_BTN:"#1589ee",WHITE:"#FFFFFF",BLUE:"#2d6ffd",GREY_PRIMARY:"#909395",GREY_PRIMARY_ONBOARDING_INAPP:"#B5B7B8",PRIMARY_1:"#1D7BFF",PRIMARY_2:"#095CD1",PRIMARY_TEXT:"#090E13",SECONDARY_TEXT:"rgba(10, 14, 19, 0.70)",QUESTION_TYPE_ICON:"#1D7BFF",SUCCESS:"#107D57",UNSUCCESS:"#DF2F3B",SECONDARY_RED1:"#DF2F3B",NEUTRALS_WHITE:"#FFFFFF",NEUTRALS_WHITE1:"#FFFFFF",NEUTRALS_GRAY1:"#F7F7F7",NEUTRALS_GRAY2:"#F2F2F1",NEUTRALS_GRAY3:"#E8E8E8",NEUTRALS_GRAY4:"#D9D9D6",NEUTRALS_GRAY5:"#B1B3B3",NEUTRALS_GRAY6:"#888B8D",NEUTRALS_GRAY7:"#6B6F73",NEUTRALS_GRAY9:"#25282A",SDK_CONTAINER_BG:"#F7F7F7",SDK_WHITE_CONTAINER_BG:"#fff",SDK_DARK_CONTAINER_BG:"#fff",SDK_PREDICTION_RESULT_SUCCESS_BG:"#fff",SDK_PREDICTION_RESULT_INCORRECT_BG:"#fff",SDK_PREDICTION_RESULT_SUCCESS_TEXT:"#107D57",SDK_PREDICTION_RESULT_ERROR_TITLE:"#090E13",SDK_PREDICTION_RESULT_ERROR_SUBTITLE:"#DF2F3B",SDK_PREDICTION_RESULT_CLOSE_ICON:"#6B6F73",SDK_PREDICTION_FEEDBACK_SUCCESS_ICON:"#107D57",SDK_PREDICTION_FEEDBACK_INCORRECT_RECT1:"#CD2525",SDK_PREDICTION_FEEDBACK_INCORRECT_RECT2:"#fff",PREDICTION_BG_LINES_CORRECT:"#01AB58",PREDICTION_BG_LINES_INCORRECT:"#888B8D",SKELETON_COLOR_1:"#f1efef",SKELETON_COLOR_2:"#f9f8f8",TABS_CONTAINER_BG:"#F2F2F1",TABS_ACTIVE_BG:"#FFFFFF",TABS_COLOR:"#6B6F73",TABS_ACTIVE_COLOR:"#1D7BFF",CARD_BG:"#FFFFFF",CARD_BORDER:"#fff",BORDER:"#E8E8E8",VOTE_BTN_BG:"#F7F7F7",VOTE_BTN_BORDER:"rgb(232, 232, 232)",VOTE_BTN_DISABLED_BORDER:"#B1B3B3",VOTE_BTN_SELECTED_BORDER:"#25282A",VOTE_BTN_NOT_SELECTED_BORDER:"#E8E8E8",VOTE_BTN_SELECTED_BG:"#FFFFFF",VOTE_BTN_NOT_SELECTED_BG:"#FFFFFF",VOTE_BTN_NOT_SELECTED_BG_UNSET:"rgb(196, 196, 196)",VOTED_ANSWER_BG:"#FFFFFF",VOTED_BTN_RCT_BG:"#2d5694",IN_APP_BG:"rgba(255, 255, 255, 0.90)",IN_APP_QUESTION_TYPE_ICON:"#1D7BFF",IN_APP_QUESTION_TYPE_LABEL:"#82899E",IN_APP_QUESTION_QUOTE:"rgba(10, 14, 19, 0.70)",IN_APP_QUESTION_RESULT_SUBTITLE_BG:"#1D7BFF",IN_APP_QUESTION_RESULT_LINE:"#babfc5"},b4={BG_PRIMARY:"#13212b",BG_SECONDARY:"#152430",BG_SECONDARY1:"#435059",BORDER_PRIMARY:"rgba(255, 255, 255, 0.1)",TEXT_PRIMARY:"#f9f9f9",TEXT_PRIMARY1:"#f9f9f9",TEXT_SECONDARY:"rgba(255, 255, 255, 0.8)",TEXT_SECONDARY1:"#878787",WHITE:"#fff"},x4=["#107D57","#DF2F3B","#DF2F3B","#E8E8E8"],E4="#cee5de",L4="#f9d6d8",k4="#E8E8E8",xe={REGULAR:"'SF Pro Text', Arial, Helvetica, sans-serif",SERIF:"'SF Pro Display', Arial, Helvetica, sans-serif",COLOR:"#fff",WEIGHT_DEFAULT:"500",WEIGHT_DEFAULT1:"500",WEIGHT_DEFAULT2:"400",WEIGHT_DEFAULT3:"500",SIZE_DEFAULT:"16px",SIZE_DEFAULT1:"14px",SIZE_DEFAULT2:"12px",LINE_HEIGHT:"24px",MARGIN_TITLE_DEFAULT:"24px 0px"},Le={xs:324,sm:576,md:768,lg:992,xl:1200,xxl:1440},S4={landscape:"landscape",portrait:"portrait"},I4=Object.entries(dl).reduce((e,[t,n])=>`
|
|
10
|
+
${e}
|
|
11
|
+
--color-${t.toLowerCase().replaceAll("_","-")}: ${n};
|
|
12
|
+
`,""),T4=Object.entries(b4).reduce((e,[t,n])=>`
|
|
13
|
+
${e}
|
|
14
|
+
--color-adv-${t.toLowerCase().replaceAll("_","-")}: ${n};
|
|
15
|
+
`,"");let ue=[],j4=(e,t)=>{let n=[],r={get(){return r.lc||r.listen(()=>{})(),r.value},l:t||0,lc:0,listen(i,a){return r.lc=n.push(i,a||r.l)/2,()=>{let s=n.indexOf(i);~s&&(n.splice(s,2),--r.lc||r.off())}},notify(i,a){let s=!ue.length;for(let o=0;o<n.length;o+=2)ue.push(n[o],n[o+1],r.value,i,a);if(s){for(let o=0;o<ue.length;o+=5){let c;for(let u=o+1;!c&&(u+=5)<ue.length;)ue[u]<ue[o+1]&&(c=ue.push(ue[o],ue[o+1],ue[o+2],ue[o+3],ue[o+4]));c||ue[o](ue[o+2],ue[o+3],ue[o+4])}ue.length=0}},off(){},set(i){let a=r.value;a!==i&&(r.value=i,r.notify(a))},subscribe(i,a){let s=r.listen(i,a);return i(r.value),s},value:e};return r},ta=(e={})=>{let t=j4(e);return t.setKey=function(n,r){let i=t.value;typeof r>"u"&&n in t.value?(t.value={...t.value},delete t.value[n],t.notify(i,n)):t.value[n]!==r&&(t.value={...t.value,[n]:r},t.notify(i,n))},t};const h0=Object.keys(Le),m0=()=>{const e=window.innerWidth;let t="sm";for(let n=h0.length-1;n>0;n--){const r=h0[n];if(!(e<Le[r])&&e>=Le[r]){t=r;break}}return{name:t,size:Le[t]}},C0=e=>{var t;return(((t=e.current)==null?void 0:t.getBoundingClientRect().y)||0)<-68},L2=()=>window.matchMedia("(orientation: landscape)").matches,A4=e=>{const[t]=w.useState(()=>ta({screen:m0(),sdkInView:C0(e),sdkInDesktopView:L2()}));return w.useEffect(()=>{const n=Nt(()=>{t.setKey("sdkInView",C0(e))},200),r=Nt(()=>{const i=m0();t.setKey("screen",i),t.setKey("sdkInDesktopView",L2())},200);return window.addEventListener("scroll",n),window.addEventListener("resize",r),()=>{window.removeEventListener("scroll",n),window.removeEventListener("resize",r)}},[t,e]),[t]},na=(e,t,n)=>{const r=t>=Le.lg&&t<Le.xl?75:52;e.current&&window.scrollTo({top:e.current.offsetTop-r,...n})},$4=15,_4=(e,t)=>{const n=w.useRef(null),r=w.useRef(0),[i]=w.useState(ta({scrollPosition:0,tabsShown:!0,scrollDirection:"forward"})),a=D(t);return w.useEffect(()=>{const s=L2()?n.current:window;if(!s)return()=>{};const o=Nt(c=>{var u;const C=c.target;if(!C)return;let g=0;L2()?g=C.scrollTop:g=((u=e.current)==null?void 0:u.getBoundingClientRect().y)||0;const f=r.current-g;if($4>Math.abs(f))return;const y=r.current<g?"forward":"backward";r.current=g,i.set({scrollPosition:Math.round(g),scrollDirection:y,tabsShown:i.get().tabsShown})},200);return s.addEventListener("scroll",o),()=>{s.removeEventListener("scroll",o)}},[i,e,a.screen]),[n,i]},pl=e=>[t=>(...n)=>(e&&st.emit(e==null?void 0:e.type,e),t?t(n):null)],fl=e=>{const t=e.target;t instanceof HTMLAnchorElement&&t.target==="_blank"&&t.getAttribute("data-analytics")==="web-link"&&st.emit("poll",{action:"navigated",payload:{}})},hl=Nt((e,t)=>{var n;if(e.target instanceof Document){const r=(n=t.current)==null?void 0:n.getBoundingClientRect(),i=r&&r.top<0&&r.bottom>window.innerHeight;if(r&&!i)return}st.emit("interactions",{action:"scroll",payload:{}})},5e3),ml=Nt((e,t)=>{var n;if(e.target instanceof Document){const r=(n=t.current)==null?void 0:n.getBoundingClientRect(),i=r&&r.top<0&&r.bottom>window.innerHeight;if(r&&!i)return}st.emit("interactions",{action:"tap",payload:{}})},5e3),d2=(e,t)=>{const n=window.innerWidth<Le.xl;w.useEffect(()=>{const r=n&&t.useDomNode?document:e.current,i=a=>{t.listener(a,e)};return t.enabled&&(r==null||r.addEventListener(t.event,i)),()=>{r==null||r.removeEventListener(t.event,i)}},[n,t.enabled,t.listener])},br=e=>t=>`
|
|
16
|
+
@media only screen and (${e}) {
|
|
17
|
+
${t}
|
|
18
18
|
}
|
|
19
|
-
`,
|
|
20
|
-
@media only screen and (${
|
|
21
|
-
${
|
|
19
|
+
`,R4=(e,t)=>n=>`
|
|
20
|
+
@media only screen and (${e}) and (${t}) {
|
|
21
|
+
${n}
|
|
22
22
|
}
|
|
23
|
-
`,
|
|
23
|
+
`,Jr={up:e=>{const t=Le[e];return br(`min-width: ${t}px`)},down:e=>{const t=Le[e]-1;return br(`max-width: ${t}px`)},intermediate:(e,t)=>{const n=Le[e]-1,r=Le[t];return R4(`max-width: ${n}px`,`min-width: ${r}px`)},orientation:e=>{const t=S4[e];return br(`orientation: ${t}`)}};`${I4}${T4}${xe.REGULAR}${xe.REGULAR}${xe.COLOR}${xe.SERIF}${xe.WEIGHT_DEFAULT}${xe.WEIGHT_DEFAULT1}${xe.WEIGHT_DEFAULT2}${xe.WEIGHT_DEFAULT3}${xe.SIZE_DEFAULT}${xe.SIZE_DEFAULT1}${xe.SIZE_DEFAULT2}${xe.LINE_HEIGHT}${xe.MARGIN_TITLE_DEFAULT}${Jr.down("xl")`
|
|
24
24
|
--header-offset: 0px;
|
|
25
|
-
`}${
|
|
25
|
+
`}${Jr.intermediate("xl","lg")`
|
|
26
26
|
--header-offset: 0px;
|
|
27
|
-
`}`;const od="StreamLayerCSSReset",XS="ttkj0ah",m7=E("div")({name:"LoadingContainer",class:"lclc0ej",propsAsIs:!1}),JS=({feature:s,sdk:d,children:p,className:C,noWait:b})=>{const S=bt(s.status),y=bt(d.sdkStore.slStreamId);if(!b){if(y!=null&&y.loading&&!y.data)return v.jsx(m7,{className:C,children:"Event is loading..."});if(!(y!=null&&y.data))return v.jsx(m7,{className:C,children:"Event is forbidden..."});if(S!==exports.FeatureStatus.Ready)return v.jsx(m7,{className:C,children:"Wait feature..."})}return p},Zv=V.createContext({sdk:null,topNavigation:!1}),P4=()=>V.useContext(Zv);var eE=Object.defineProperty,tE=(s,d,p)=>d in s?eE(s,d,{enumerable:!0,configurable:!0,writable:!0,value:p}):s[d]=p,nE=(s,d,p)=>tE(s,d+"",p);let rE=class{constructor(){nE(this,"observers",new Set)}subscribe(d){this.observers.add(d)}unsubscribe(d){this.observers.delete(d)}notify(d){this.observers.forEach(p=>p(d))}};const td=new rE,aE={hiding:!1,finished:!1},V7=()=>{const[s,d]=V.useState(aE),p=V.useRef(null);V.useEffect(()=>{const S=y=>{d(y)};return td.subscribe(S),()=>{td.unsubscribe(S)}},[]);const C=V.useCallback(S=>{const y={hiding:!0,finished:!1};p.current&&clearTimeout(p.current),S!=null&&S.delay?p.current=setTimeout(()=>{td.notify(y)},S==null?void 0:S.delay):td.notify(y)},[]),b=V.useCallback(()=>{s.hiding&&(p.current=null,td.notify({hiding:!1,finished:!0}))},[s.hiding]);return{...s,runAnimation:C,onAnimationEnd:b}},oE=s=>_.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{d:"M8 4L16 12L8 20",stroke:"#6B6F73",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),iE=s=>_.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"check"},_.createElement("path",{id:"Vector",d:"M4 13L9 18L20 6",stroke:"#107D57",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))),lE=s=>_.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{d:"M10 6L16 12L10 18",stroke:"white",style:{stroke:"white",strokeOpacity:1},strokeWidth:1.25,strokeLinecap:"round",strokeLinejoin:"round"})),sE=s=>_.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("rect",{width:16,height:16,rx:8,fill:"#CD2525"}),_.createElement("rect",{x:5.5,y:4.66669,width:8.24958,height:1.17851,rx:.589256,transform:"rotate(45 5.5 4.66669)",fill:"white"}),_.createElement("rect",{x:4.66669,y:10.5,width:8.24958,height:1.17851,rx:.589256,transform:"rotate(-45 4.66669 10.5)",fill:"white"})),uE=s=>_.createElement("svg",{width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Frame 3469478"},_.createElement("path",{id:"Vector 4",d:"M1.62695 1.62598L10.3742 10.3745",stroke:"#6B6F73",strokeWidth:1.5,strokeLinecap:"round"}),_.createElement("path",{id:"Vector 5",d:"M1.62695 10.376L10.3742 1.62746",stroke:"#6B6F73",strokeWidth:1.5,strokeLinecap:"round"}))),cE=s=>_.createElement("svg",{width:25,height:24,viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("rect",{x:1,y:.5,width:23,height:23,rx:11.5,stroke:"#B1B3B3"}),_.createElement("path",{d:"M13.833 8L9.83301 12L13.833 16",stroke:"#B1B3B3",strokeLinecap:"round",strokeLinejoin:"round"})),dE=s=>_.createElement("svg",{width:25,height:25,viewBox:"0 0 25 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Icon"},_.createElement("path",{id:"Icon_2",d:"M10.5 6.39844L16.5 12.3984L10.5 18.3984",stroke:"white",style:{stroke:"white",strokeOpacity:1},strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))),fE=s=>_.createElement("svg",{width:64,height:65,viewBox:"0 0 64 65",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{d:"M43.852 8.90765C40.2818 7.13339 36.2575 6.13574 32.0002 6.13574C17.2726 6.13574 5.3335 18.0748 5.3335 32.8024C5.3335 47.53 17.2726 59.4691 32.0002 59.4691C46.7278 59.4691 58.6668 47.53 58.6668 32.8024C58.6668 31.8009 58.6116 30.8123 58.5041 29.8394M24.0002 30.1357L32.0002 38.1357L58.6668 11.4691",stroke:"#107D57",strokeWidth:2.5,strokeLinecap:"round",strokeLinejoin:"round"})),pE=s=>_.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{id:"Selected",fillRule:"evenodd",clipRule:"evenodd",d:"M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM11.6057 5.43441C11.2933 5.12199 10.7868 5.12199 10.4744 5.43441L6.93812 9.97066L5.08382 8.73446C4.7162 8.48938 4.2195 8.58871 3.97442 8.95634C3.72934 9.32396 3.82868 9.82065 4.1963 10.0657L6.5963 11.6657C6.9136 11.8773 7.33609 11.8354 7.60574 11.5658L11.6057 6.56578C11.9182 6.25336 11.9182 5.74683 11.6057 5.43441Z",fill:"#107D57"})),hE=s=>_.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Checkmark"},_.createElement("path",{id:"Selected",fillRule:"evenodd",clipRule:"evenodd",d:"M24 12.002C24 18.6294 18.6274 24.002 12 24.002C5.37258 24.002 0 18.6294 0 12.002C0 5.37454 5.37258 0.00195312 12 0.00195312C18.6274 0.00195312 24 5.37454 24 12.002ZM17.4086 8.15357C16.94 7.68494 16.1802 7.68494 15.7116 8.15357L10.4072 14.9579L7.62573 13.1036C7.07429 12.736 6.32925 12.885 5.96163 13.4365C5.59401 13.9879 5.74301 14.7329 6.29445 15.1006L9.89445 17.5006C10.3704 17.8179 11.0041 17.7551 11.4086 17.3506L17.4086 9.85063C17.8772 9.382 17.8772 8.6222 17.4086 8.15357Z",fill:"#FFFFFF"}))),mE=s=>_.createElement("svg",{width:12,height:20,viewBox:"0 0 12 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{id:"Icon / chevron.left",d:"M0 10C0 10.3818 0.145996 10.7075 0.449219 10.9995L9.20898 19.5684C9.44482 19.8154 9.75928 19.939 10.1187 19.939C10.8486 19.939 11.4214 19.3774 11.4214 18.6362C11.4214 18.2769 11.2754 17.9512 11.0283 17.7041L3.1333 10L11.0283 2.2959C11.2754 2.0376 11.4214 1.71191 11.4214 1.35254C11.4214 0.622559 10.8486 0.0610352 10.1187 0.0610352C9.75928 0.0610352 9.44482 0.18457 9.20898 0.431641L0.449219 9.00049C0.145996 9.29248 0.0112305 9.61816 0 10Z",fill:"white",fillOpacity:.6})),vE=s=>_.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Chevron"},_.createElement("path",{id:"Chevron_2",d:"M6 11.999C6 12.1725 6.03134 12.334 6.09401 12.4837C6.15669 12.6334 6.25428 12.7756 6.3868 12.9103L14.0436 20.6565C14.2648 20.8855 14.5323 21 14.8459 21C15.0607 21 15.2544 20.9475 15.4271 20.8426C15.5998 20.7377 15.7384 20.5965 15.8431 20.4191C15.9477 20.2416 16 20.0425 16 19.8217C16 19.4989 15.8816 19.2134 15.6448 18.9654L8.74183 11.9971L15.6448 5.03271C15.8816 4.78709 16 4.5023 16 4.17834C16 3.95749 15.9477 3.75835 15.8431 3.58091C15.7384 3.40347 15.5998 3.26229 15.4271 3.15738C15.2544 3.05246 15.0607 3 14.8459 3C14.5323 3 14.2648 3.11169 14.0436 3.33508L6.3868 11.0878C6.25551 11.2225 6.15853 11.3644 6.09586 11.5134C6.03318 11.6625 6.00123 11.8244 6 11.999Z",fill:"white"}))),gE=s=>_.createElement("svg",{width:16,height:17,viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Chevron"},_.createElement("path",{id:"Chevron_2",d:"M12 8.17222C12 8.28783 11.9781 8.39553 11.9342 8.49533C11.8903 8.59513 11.822 8.68992 11.7292 8.7797L6.36949 13.9439C6.21462 14.0965 6.02742 14.1729 5.80787 14.1729C5.65752 14.1729 5.52191 14.1379 5.40104 14.0679C5.28016 13.998 5.1831 13.9039 5.10986 13.7856C5.03662 13.6673 5 13.5345 5 13.3873C5 13.1721 5.08288 12.9818 5.24863 12.8164L10.0807 8.17095L5.24863 3.52799C5.08288 3.36425 5 3.17439 5 2.95841C5 2.81118 5.03662 2.67842 5.10986 2.56013C5.1831 2.44183 5.28016 2.34771 5.40104 2.27777C5.52191 2.20782 5.65752 2.17285 5.80787 2.17285C6.02742 2.17285 6.21462 2.24731 6.36949 2.39624L11.7292 7.56473C11.8211 7.65451 11.889 7.74909 11.9329 7.84846C11.9768 7.94784 11.9991 8.05576 12 8.17222Z",fill:"#FFFFFF"}))),yE=s=>_.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 -2.43189e-06C18.6274 -2.72158e-06 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 8.1423e-07 18.6274 5.24537e-07 12C2.34843e-07 5.37258 5.37258 -2.14219e-06 12 -2.43189e-06ZM11.9999 22.5883C17.8476 22.5883 22.5881 17.8478 22.5881 12.0001C22.5881 6.15238 17.8476 1.41187 11.9999 1.41187C6.15217 1.41187 1.41166 6.15239 1.41166 12.0001C1.41166 17.8478 6.15217 22.5883 11.9999 22.5883Z",fill:"white"}),_.createElement("path",{d:"M10.8547 7.5429C10.524 7.23657 10.0131 7.23657 9.68243 7.5429C9.31416 7.88401 9.31384 8.46633 9.68174 8.80784L13.1206 12L9.68175 15.1922C9.31384 15.5337 9.31416 16.116 9.68243 16.4571C10.0131 16.7634 10.524 16.7634 10.8547 16.4571L14.9802 12.6358C15.3505 12.2928 15.3505 11.7072 14.9802 11.3642L10.8547 7.5429Z",fill:"white"})),CE=s=>_.createElement("svg",{width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{d:"M1.62695 1.62598L10.3742 10.3745",stroke:"#6B6F73",strokeWidth:1.5,strokeLinecap:"round"}),_.createElement("path",{d:"M1.62695 10.376L10.3742 1.62746",stroke:"#6B6F73",strokeWidth:1.5,strokeLinecap:"round"})),bE=s=>_.createElement("svg",{width:10,height:10,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Group 465"},_.createElement("rect",{id:"Rectangle 368",x:1.25,width:12.3744,height:1.76777,rx:.883884,transform:"rotate(45 1.25 0)",fill:"white"}),_.createElement("rect",{id:"Rectangle 369",y:8.75,width:12.3744,height:1.76777,rx:.883884,transform:"rotate(-45 0 8.75)",fill:"white"}))),wE=s=>_.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("rect",{y:.00195312,width:24,height:24,rx:12,fill:"#F80022"}),_.createElement("rect",{x:8.25,y:7.00195,width:12.3744,height:1.76777,rx:.883884,transform:"rotate(45 8.25 7.00195)",fill:"white"}),_.createElement("rect",{x:7,y:15.752,width:12.3744,height:1.76777,rx:.883884,transform:"rotate(-45 7 15.752)",fill:"white"})),kE=s=>_.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Frame"},_.createElement("path",{id:"Vector",d:"M5.79479 6.80154C5.5243 6.53492 5.11861 6.53492 4.84812 6.80154C4.57768 7.06812 4.57768 7.46803 4.84812 7.73465L7.62043 10.6673C7.75567 10.8006 7.95852 10.8672 8.09376 10.8672C8.29661 10.8672 8.49945 10.8006 8.5671 10.6007L15.1936 2.40258C15.3964 2.13598 15.3964 1.66942 15.0583 1.46947C14.8555 1.26951 14.4498 1.26951 14.1793 1.60277L12.827 3.26904C11.6099 2.06932 9.85181 1.33616 8.09376 1.33616C4.37481 1.33616 1.33203 4.33546 1.33203 8.00128C1.33203 11.6671 4.37481 14.6663 8.09376 14.6663C11.8127 14.6663 14.8555 11.6671 14.8555 8.00128C14.8555 7.40141 14.7879 6.80154 14.5851 6.20168C14.4498 5.86843 14.1117 5.66848 13.7736 5.73514C13.4355 5.80176 13.2327 6.20168 13.3003 6.53492C13.4355 7.0015 13.5031 7.5347 13.5031 8.00128C13.5031 10.9339 11.0689 13.3333 8.09376 13.3333C5.11861 13.3333 2.68438 10.9339 2.68438 8.00128C2.68438 5.06861 5.11861 2.66918 8.09376 2.66918C9.58136 2.66918 10.9337 3.26904 12.0156 4.33546L8.09376 9.20096L5.79479 6.80154Z",fill:"white"}))),xE=s=>_.createElement("svg",{width:25,height:24,viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{d:"M15.8 22.0002H6C4 22.0002 2.5 20.5002 2.5 18.5002V8.7002C2.5 6.8002 4 5.2002 6 5.2002H15.8C17.7 5.2002 19.3 6.7002 19.3 8.7002V18.5002C19.2 20.5002 17.7 22.0002 15.8 22.0002ZM6 7.3002C5.2 7.3002 4.5 7.9002 4.5 8.7002V18.5002C4.5 19.3002 5.2 20.0002 6 20.0002H15.8C16.6 20.0002 17.3 19.3002 17.3 18.5002V8.7002C17.3 7.9002 16.6 7.2002 15.8 7.2002H6V7.3002Z",fill:"#107D57"}),_.createElement("path",{d:"M21.5016 17.9C20.9016 17.9 20.5016 17.5 20.5016 16.9V6.3C20.5016 5 19.5016 4 18.2016 4H7.60157C7.00156 4 6.60156 3.6 6.60156 3C6.60156 2.4 7.00156 2 7.60157 2H18.2016C20.6016 2 22.5016 3.9 22.5016 6.3V16.9C22.5016 17.5 22.1016 17.9 21.5016 17.9Z",fill:"#107D57"})),SE=s=>_.createElement("svg",{width:35,height:35,viewBox:"0 0 35 35",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Features"},_.createElement("path",{id:"Icon",d:"M29.481 9.15331H24.5286V8.57275C24.5286 8.25228 24.282 7.99219 23.9783 7.99219H10.7717C10.468 7.99219 10.2215 8.25228 10.2215 8.57275V9.15331H5.26902C4.96527 9.15331 4.71875 9.4134 4.71875 9.73388V12.5945C4.71875 16.4366 7.68032 19.5612 11.322 19.5612C11.344 19.5612 11.3627 19.5508 11.3837 19.5484C12.3752 21.1508 13.9204 22.3491 15.7088 22.8205C15.6395 24.2719 15.2884 24.8688 14.2297 26.0183L13.9303 26.3411C12.416 27.9806 11.322 27.9511 11.322 29.2725C11.322 29.5929 11.5685 29.853 11.8723 29.853H22.8777C23.1815 29.853 23.428 29.5929 23.428 29.2725C23.428 27.9511 22.3341 27.9806 20.8197 26.3411L20.5215 26.0172C19.4628 24.8677 19.1117 24.2707 19.0423 22.8193C20.8307 22.3491 22.3759 21.1496 23.3675 19.5473C23.3873 19.5508 23.406 19.5612 23.428 19.5612C27.0697 19.5612 30.0313 16.4366 30.0313 12.5945V9.73388C30.0313 9.4134 29.7848 9.15331 29.481 9.15331ZM5.81929 12.5945V10.3144H10.2215V15.4973C10.2215 16.497 10.4196 17.4584 10.7717 18.342C7.99947 18.0459 5.81929 15.5971 5.81929 12.5945ZM28.9307 12.5945C28.9307 15.5971 26.7506 18.0459 23.9783 18.342C24.3305 17.4596 24.5286 16.4982 24.5286 15.4973V10.3144H28.9307V12.5945Z",fill:"white"}))),EE=s=>_.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"CarbonUserAvatar 1"},_.createElement("g",{id:"Group 232"},_.createElement("path",{id:"Vector",d:"M19.9992 14.2861C19.2928 14.2861 18.6023 14.4956 18.015 14.888C17.4277 15.2805 16.9699 15.8382 16.6996 16.4908C16.4293 17.1434 16.3586 17.8615 16.4964 18.5543C16.6342 19.2471 16.9743 19.8835 17.4738 20.3829C17.9733 20.8824 18.6096 21.2226 19.3024 21.3604C19.9952 21.4982 20.7133 21.4274 21.3659 21.1571C22.0185 20.8868 22.5763 20.4291 22.9687 19.8417C23.3611 19.2544 23.5706 18.5639 23.5706 17.8576C23.5706 16.9104 23.1943 16.002 22.5245 15.3322C21.8548 14.6624 20.9464 14.2861 19.9992 14.2861ZM19.9992 20.0004C19.5753 20.0004 19.161 19.8747 18.8087 19.6393C18.4563 19.4038 18.1816 19.0692 18.0194 18.6776C17.8572 18.286 17.8148 17.8552 17.8975 17.4395C17.9802 17.0238 18.1843 16.642 18.4839 16.3423C18.7836 16.0426 19.1654 15.8386 19.5811 15.7559C19.9968 15.6732 20.4276 15.7156 20.8192 15.8778C21.2108 16.04 21.5454 16.3147 21.7809 16.6671C22.0163 17.0194 22.142 17.4337 22.142 17.8576C22.1415 18.4257 21.9155 18.9704 21.5138 19.3722C21.112 19.7739 20.5673 19.9999 19.9992 20.0004Z",fill:"white"}),_.createElement("path",{id:"Vector_2",d:"M20 10C18.0222 10 16.0888 10.5865 14.4443 11.6853C12.7998 12.7841 11.5181 14.3459 10.7612 16.1732C10.0043 18.0004 9.8063 20.0111 10.1922 21.9509C10.578 23.8907 11.5304 25.6725 12.9289 27.0711C14.3275 28.4696 16.1093 29.422 18.0491 29.8078C19.9889 30.1937 21.9996 29.9957 23.8268 29.2388C25.6541 28.4819 27.2159 27.2002 28.3147 25.5557C29.4135 23.9112 30 21.9778 30 20C29.997 17.3488 28.9424 14.807 27.0677 12.9323C25.193 11.0576 22.6512 10.003 20 10ZM15.7143 27.4121V26.4286C15.7149 25.8604 15.9408 25.3157 16.3425 24.914C16.7443 24.5122 17.289 24.2863 17.8571 24.2857H22.1429C22.711 24.2863 23.2557 24.5122 23.6575 24.914C24.0592 25.3157 24.2851 25.8604 24.2857 26.4286V27.4121C22.9851 28.1716 21.5061 28.5718 20 28.5718C18.4939 28.5718 17.0149 28.1716 15.7143 27.4121ZM25.7086 26.3757C25.6943 25.4388 25.3126 24.545 24.6457 23.8868C23.9787 23.2287 23.0799 22.8589 22.1429 22.8571H17.8571C16.9201 22.8589 16.0213 23.2287 15.3544 23.8868C14.6874 24.545 14.3057 25.4388 14.2914 26.3757C12.9961 25.2191 12.0827 23.6963 11.672 22.009C11.2614 20.3218 11.3729 18.5495 11.9919 16.927C12.6108 15.3046 13.708 13.9083 15.1381 12.9233C16.5682 11.9382 18.2638 11.4107 20.0004 11.4107C21.7369 11.4107 23.4325 11.9382 24.8626 12.9233C26.2927 13.9083 27.3899 15.3046 28.0088 16.927C28.6278 18.5495 28.7393 20.3218 28.3287 22.009C27.9181 23.6963 27.0039 25.2191 25.7086 26.3757Z",fill:"white"})))),LE=s=>_.createElement("svg",{width:12,height:13,viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Features"},_.createElement("g",{id:"Icon"},_.createElement("path",{d:"M6.2368 7.85018C6.38779 7.85018 6.49435 7.75233 6.50322 7.59222C6.76084 5.50185 6.85854 5.44848 8.99025 5.09267C9.15897 5.07488 9.25666 4.98592 9.25666 4.8347C9.25666 4.69238 9.15896 4.60343 9.0258 4.57675L8.93118 4.55875C6.87281 4.16737 6.75701 4.14535 6.50322 2.08609C6.49435 1.92597 6.38779 1.82812 6.2368 1.82812C6.10356 1.82812 5.99699 1.92597 5.98805 2.07719C5.71277 4.20315 5.64167 4.26541 3.46555 4.57675C3.3323 4.59454 3.23461 4.69238 3.23461 4.8347C3.23461 4.97703 3.3323 5.07488 3.46555 5.09267L3.53156 5.10562C5.64296 5.51968 5.70672 5.53218 5.98805 7.61001C5.99699 7.75233 6.10356 7.85018 6.2368 7.85018Z",fill:"white",style:{fill:"white",fillOpacity:1}}),_.createElement("path",{d:"M7.8622 11.3244C7.9435 11.3244 8.00088 11.2718 8.00566 11.1855C8.14438 10.06 8.19699 10.0312 9.34483 9.83963C9.43568 9.83005 9.48828 9.78216 9.48828 9.70073C9.48828 9.62409 9.43568 9.57619 9.36397 9.56183L9.31302 9.55214C8.20467 9.34139 8.14231 9.32954 8.00566 8.2207C8.00088 8.13449 7.9435 8.0818 7.8622 8.0818C7.79046 8.0818 7.73307 8.13449 7.72826 8.21591C7.58003 9.36066 7.54175 9.39419 6.36999 9.56183C6.29824 9.57141 6.24564 9.62409 6.24564 9.70073C6.24564 9.77736 6.29824 9.83005 6.36999 9.83963L6.40553 9.84661C7.54244 10.0696 7.57678 10.0763 7.72826 11.1951C7.73307 11.2718 7.79046 11.3244 7.8622 11.3244Z",fill:"white",style:{fill:"white",fillOpacity:1}}),_.createElement("path",{d:"M2.61901 7.53919C2.61628 7.58846 2.58349 7.61857 2.53703 7.61857C2.49604 7.61857 2.46325 7.58846 2.46049 7.54467C2.37393 6.90533 2.35431 6.90149 1.70465 6.77408L1.68434 6.7701C1.64334 6.76462 1.61328 6.73452 1.61328 6.69073C1.61328 6.64693 1.64334 6.61683 1.68434 6.61135C2.35392 6.51556 2.37579 6.4964 2.46049 5.84226C2.46325 5.79573 2.49604 5.76562 2.53703 5.76562C2.58349 5.76562 2.61628 5.79573 2.61901 5.845C2.6971 6.47862 2.73273 6.48539 3.36607 6.60582L3.39519 6.61135C3.43616 6.61956 3.46622 6.64693 3.46622 6.69073C3.46622 6.73725 3.43616 6.76462 3.38425 6.7701C2.72834 6.87958 2.69828 6.896 2.61901 7.53919Z",fill:"white",style:{fill:"white",fillOpacity:1}})))),TE=s=>_.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("rect",{width:24,height:24,rx:12,fill:"white",fillOpacity:.1}),_.createElement("rect",{x:8.25,y:7,width:12.3744,height:1.76777,rx:.883884,transform:"rotate(45 8.25 7)",fill:"white"}),_.createElement("rect",{x:7,y:15.75,width:12.3744,height:1.76777,rx:.883884,transform:"rotate(-45 7 15.75)",fill:"white"})),IE=s=>_.createElement("svg",{width:17,height:17,viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{d:"M9.16683 2.66671H7.16683C5.29999 2.66671 4.36657 2.66671 3.65353 3.03002C3.02632 3.3496 2.51639 3.85953 2.19681 4.48674C1.8335 5.19978 1.8335 6.1332 1.8335 8.00004V9.33337C1.8335 11.2002 1.8335 12.1336 2.19681 12.8467C2.51639 13.4739 3.02632 13.9838 3.65353 14.3034C4.36657 14.6667 5.29999 14.6667 7.16683 14.6667H8.50016C10.367 14.6667 11.3004 14.6667 12.0135 14.3034C12.6407 13.9838 13.1506 13.4739 13.4702 12.8467C13.8335 12.1336 13.8335 11.2002 13.8335 9.33337V7.33337M8.50016 8.00004L15.1668 1.33337M15.1668 1.33337H11.8335M15.1668 1.33337V4.66671",stroke:"#107D57",strokeLinecap:"round",strokeLinejoin:"round"})),RE=s=>_.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("rect",{width:32,height:32,rx:16,fill:"white"}),_.createElement("path",{d:"M10.4615 12.6875C9.44231 12.6875 8.61538 13.4665 8.61538 14.4266C8.61538 15.3868 9.44231 16.1658 10.4615 16.1658C11.4808 16.1658 12.3077 15.3868 12.3077 14.4266C12.3077 13.4665 11.4808 12.6875 10.4615 12.6875ZM10.4615 16.1658C9.10817 16.1658 8 17.2097 8 18.4846V19.7527C8 19.7527 8.61538 20.2237 10.4615 20.2237C12.3077 20.2237 12.9231 19.7527 12.9231 19.7527V18.4846C12.9231 17.2097 11.8149 16.1658 10.4615 16.1658ZM21.5385 12.6875C20.5192 12.6875 19.6923 13.4665 19.6923 14.4266C19.6923 15.3868 20.5192 16.1658 21.5385 16.1658C22.5577 16.1658 23.3846 15.3868 23.3846 14.4266C23.3846 13.4665 22.5577 12.6875 21.5385 12.6875ZM21.5385 16.1658C20.1851 16.1658 19.0769 17.2097 19.0769 18.4846V19.7527C19.0769 19.7527 19.6923 20.2237 21.5385 20.2237C23.3846 20.2237 24 19.7527 24 19.7527V18.4846C24 17.2097 22.8918 16.1658 21.5385 16.1658ZM16 15.0063C14.9808 15.0063 14.1538 15.7853 14.1538 16.7455C14.1538 17.7056 14.9808 18.4846 16 18.4846C17.0192 18.4846 17.8462 17.7056 17.8462 16.7455C17.8462 15.7853 17.0192 15.0063 16 15.0063ZM16 18.4846C14.6466 18.4846 13.5385 19.5285 13.5385 20.8034V22.0715C13.5385 22.0715 14.1538 22.5425 16 22.5425C17.8462 22.5425 18.4615 22.0715 18.4615 22.0715V20.8034C18.4615 19.5285 17.3534 18.4846 16 18.4846Z",fill:"#107D57"}),_.createElement("path",{opacity:.5,d:"M13.3908 9C12.3103 9 11.4336 9.82584 11.4336 10.8437C11.4336 11.8616 12.3103 12.6875 13.3908 12.6875C14.4713 12.6875 15.348 11.8616 15.348 10.8437C15.348 9.82584 14.4713 9 13.3908 9ZM13.3908 12.6875C13.1946 12.6875 12.9958 12.6827 12.7996 12.7451C13.192 13.2372 13.3908 13.8542 13.3908 14.5312C13.3908 14.7761 13.3296 15.0161 13.3296 15.261C13.8521 14.524 14.6956 14.0391 15.6742 13.9166C15.218 13.1796 14.3694 12.6875 13.3908 12.6875ZM18.61 9C17.5295 9 16.6528 9.82584 16.6528 10.8437C16.6528 11.8616 17.5295 12.6875 18.61 12.6875C19.6905 12.6875 20.5672 11.8616 20.5672 10.8437C20.5672 9.82584 19.6905 9 18.61 9ZM18.61 12.6875C17.6314 12.6875 16.7828 13.1796 16.3266 13.9166C17.3052 14.0391 18.1487 14.524 18.6712 15.261C18.6712 15.0161 18.61 14.7761 18.61 14.5312C18.61 13.8542 18.8088 13.2372 19.2012 12.7451C19.005 12.6827 18.8062 12.6875 18.61 12.6875Z",fill:"#107D57"})),_E=s=>_.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Share"},_.createElement("path",{id:"Vector",d:"M11 4.965V1.125L18 7.845L11 14.565V10.629C6 10.629 2.5 12.165 0 15.525C1 10.725 4 5.925 11 4.965Z",fill:"white"}))),NE=s=>_.createElement("svg",{width:17,height:16,viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"sc-ANdsN kTVWJE",...s},_.createElement("path",{d:"M6.6665 3.16669H4.99984C4.26346 3.16669 3.6665 3.76364 3.6665 4.50002V11.5C3.6665 12.2364 4.26346 12.8334 4.99984 12.8334H11.9998C12.7362 12.8334 13.3332 12.2364 13.3332 11.5V9.83335",stroke:"#ffffff",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),_.createElement("path",{d:"M13.3335 6.16669V3.16669H10.3335",stroke:"#ffffff",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),_.createElement("path",{d:"M13.1668 3.33331L8.3335 8.16665",stroke:"#ffffff",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),PE=s=>_.createElement("svg",{width:17,height:18,viewBox:"0 0 17 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Group"},_.createElement("path",{id:"Vector",d:"M12.5396 12.431L15.8603 9.00169L12.5396 5.57239",stroke:"#EB5757",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),_.createElement("path",{id:"Vector_2",d:"M15.8602 9.00159H5.57227",stroke:"#EB5757",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),_.createElement("path",{id:"Vector_3",d:"M12.431 1L3.2862 1.00229C2.02422 1.00343 1 2.02651 1 3.28849V14.7138C1 15.3201 1.24087 15.9016 1.66961 16.3304C2.09836 16.7591 2.67987 17 3.2862 17H12.5396",stroke:"#EB5757",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))),AE=s=>_.createElement("svg",{width:99,height:96,viewBox:"0 0 99 96",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Masters Logo Big"},_.createElement("path",{id:"Vector",d:"M67.4732 4.82378C66.1754 4.41151 64.8776 5.1433 63.5798 5.88539C63.117 6.15337 62.7951 6.60687 62.6844 7.13253L60.6421 16.9035C60.5616 17.2642 60.8836 17.594 61.2357 17.5116C63.3786 17.0065 65.4208 15.0894 67.5738 15.7594C69.9783 16.5118 72.3928 13.3888 74.7972 13.43V2.1543C72.3626 2.1646 69.8776 5.57618 67.4732 4.82378Z",fill:"white"}),_.createElement("path",{id:"Vector_2",d:"M98.1678 34.7754C97.6547 34.4147 97.3429 33.8272 97.3429 33.1882V31.4051C97.3429 29.8075 96.0752 28.5089 94.5159 28.5089H93.3891C92.041 28.5089 90.8035 29.1994 90.0691 30.3538L86.4272 36.1153C86.065 36.6822 85.4514 37.0223 84.7974 37.0223H82.3427C81.1253 37.0223 80.0086 37.7026 79.4251 38.8054C78.8215 39.9392 77.7752 40.7225 76.5679 40.9905V0.917313C76.5679 0.412276 76.1756 0 75.6726 0C75.1796 0 74.7772 0.412276 74.7772 0.917313V2.15414V13.4196V41.0111C73.5699 40.7431 72.5236 39.9598 71.92 38.8261C71.3465 37.7232 70.2298 37.043 69.0125 37.043H67.3626C66.0547 37.043 64.8676 37.8366 64.3344 39.0528L62.9661 42.2067C62.7448 42.7014 62.2619 43.0313 61.7287 43.0313C61.1955 43.0313 60.7126 42.7118 60.4913 42.2067L59.123 39.0528C58.5898 37.8263 57.4027 37.0327 56.0948 37.0327H9.52479C9.14249 37.0327 8.84068 37.3419 8.84068 37.7335C8.84068 38.5478 8.18674 39.2177 7.39196 39.2177H5.37986C4.99757 39.2177 4.69575 39.5269 4.69575 39.9186V42.3098C4.69575 44.5567 4.26315 46.7624 3.42813 48.834L2.20075 51.8643C1.05385 54.6884 0.510584 57.5846 0.520645 60.4396V67.4071C0.520645 69.2932 0.782218 71.1897 1.31542 73.0449C2.81444 78.2396 6.20483 82.4963 10.893 85.0215L18.3378 89.0412C18.4384 89.0928 18.539 89.1237 18.6497 89.1237L24.1528 89.1649C25.4405 89.1752 26.7081 89.5153 27.8248 90.1544L30.7826 91.8447C30.8832 91.9065 30.9939 91.9375 31.1146 91.9375H35.0684C36.4567 91.9375 37.825 92.3291 39.0121 93.0609C39.0121 93.0609 40.9437 94.2668 41.5977 94.6585C42.6439 95.2872 43.9116 95.885 46.1148 95.9984C46.6178 96.019 47.1108 95.8438 47.483 95.483C47.8553 95.1223 48.0666 94.6172 48.0666 94.0916V91.3809C48.0666 89.4123 49.2034 87.6292 50.964 86.8355L57.0003 84.1145C57.8252 83.7435 58.7508 83.6816 59.6059 83.9496L61.8595 84.6402C62.8152 84.9288 63.8313 84.9391 64.7972 84.6402L70.1493 83.0117C70.8636 82.7952 71.6081 82.7952 72.3325 83.022L74.5055 83.6507C75.5216 83.9496 76.2259 84.8979 76.2259 85.9801V91.4118C76.2259 93.937 78.238 95.9984 80.7028 95.9984C82.5439 95.9984 84.1636 94.7822 84.7169 92.9888C85.723 89.7421 86.2361 86.3614 86.2361 82.9499V80.6411C86.2361 79.0023 86.9001 77.415 88.0671 76.2916L90.2905 74.1375C91.7895 72.6739 92.6547 70.6228 92.6547 68.4996V55.616C92.6547 53.6164 93.2382 51.6994 94.3549 50.0606C94.4354 49.9472 94.4756 49.8029 94.4756 49.6586V46.6284C94.4756 44.6494 95.0591 42.7324 96.1557 41.1039L98.359 37.8263C98.4395 37.7129 98.4797 37.5686 98.4797 37.4346V35.3732C98.4797 34.9713 98.2584 34.8373 98.1678 34.7754ZM74.7872 69.2211C73.2882 68.9943 72.1816 68.2007 72.1816 67.2628C72.1816 66.3248 73.2882 65.5312 74.7872 65.3045V69.2211ZM76.5679 65.2941C78.0669 65.5209 79.1736 66.3145 79.1736 67.2525C79.1736 68.1904 78.0669 68.984 76.5679 69.2108V65.2941ZM12.6637 84.3928L11.5268 83.7847C8.45838 82.1356 6.00362 79.6619 4.32351 76.673V72.9109C6.24507 75.7556 8.85074 78.1881 12.05 79.9093L12.6637 80.2391V84.3928ZM18.3478 87.4643L15.3398 85.8461V81.6924L18.3378 83.3106H18.3478V87.4643ZM30.8832 90.2987L28.4989 88.9382C27.2011 88.1961 25.7322 87.7941 24.2534 87.7735V83.4343C25.5009 83.4652 26.7383 83.795 27.8349 84.4237L30.7927 86.1141C30.8229 86.1347 30.853 86.1244 30.8832 86.1347V90.2987ZM46.6983 91.3706V93.4835V94.0813C46.6983 94.2256 46.638 94.3596 46.5474 94.4523C46.4468 94.5451 46.3261 94.5966 46.1953 94.5863C44.2939 94.4833 43.1973 93.9782 42.3019 93.432C41.658 93.0403 39.7365 91.8447 39.7264 91.8447C38.5191 91.1026 37.161 90.68 35.7626 90.577V86.2377C36.9095 86.3408 38.0262 86.7016 39.0222 87.3097L40.6821 88.33C42.5031 89.4535 44.5756 90.0925 46.6983 90.2059V91.3706ZM63.1372 83.4446C62.8354 83.424 62.5436 83.3827 62.2519 83.3003L59.9983 82.6097C59.5154 82.4654 59.0124 82.4036 58.5194 82.4036V78.0644C58.8816 78.0644 59.2538 78.1056 59.6059 78.2087L61.8595 78.8992C62.272 79.0229 62.7046 79.0848 63.1372 79.1054V83.4446ZM77.2923 84.4959C76.8597 83.4549 75.9945 82.62 74.8878 82.3005L72.7248 81.6718C72.2117 81.5069 71.6785 81.445 71.1453 81.4554V77.1265C71.5578 77.1161 71.9703 77.1677 72.3727 77.3017L74.1534 77.8789C76.0347 78.487 77.3024 80.2494 77.3024 82.2696V84.4959H77.2923ZM83.5197 92.1848C83.4795 92.3085 83.4594 92.4322 83.4191 92.5559C83.0368 93.7721 81.9503 94.5863 80.7028 94.5863C80.5921 94.5863 80.4815 94.5657 80.3708 94.5554V90.2265C80.4513 90.2368 80.5318 90.2471 80.6223 90.2471C81.8396 90.2471 82.9362 89.5463 83.5197 88.495V92.1848ZM95.1799 38.0118C93.8217 40.032 93.1074 42.4025 93.1074 44.8556V46.9994L92.051 48.5661C90.6828 50.5965 89.9484 52.9774 89.9484 55.4408V66.2218C89.9484 67.9739 89.2442 69.6643 88.0067 70.8702L85.7834 73.0346C84.2944 74.4879 83.4694 76.539 83.5298 78.6519L83.5399 79.1363C83.6203 81.9398 83.2682 84.7226 82.5137 87.4127C82.2722 88.2682 81.4976 88.866 80.6223 88.866C79.5358 88.866 78.6605 87.959 78.6605 86.8562V82.2696C78.6605 79.631 77.0106 77.3326 74.5558 76.539L72.7751 75.9618C71.7892 75.6423 70.753 75.6423 69.767 75.9412L64.4149 77.5697C63.7106 77.7861 62.9661 77.7861 62.2519 77.5697L59.9983 76.8791C58.8313 76.5183 57.5637 76.6008 56.4469 77.1058L51.6883 79.2497C48.6501 80.6102 46.6883 83.6919 46.6883 87.0932V88.8454C44.817 88.732 42.986 88.1548 41.3763 87.1654L39.7163 86.145C38.3079 85.2792 36.7083 84.8257 35.0684 84.8257H31.3058L28.5089 83.2281C27.191 82.4757 25.692 82.0635 24.1729 82.0532L18.8307 82.0119L12.6938 78.7034C3.38789 73.653 -0.58601 62.367 3.45831 52.4208L4.68569 49.3906C5.6012 47.1437 6.06398 44.7628 6.06398 42.3304V40.6401H7.39196C8.70989 40.6401 9.81654 39.7021 10.1284 38.455H56.0948C56.8594 38.455 57.5637 38.9188 57.8755 39.6403L59.2438 42.7942C59.6764 43.8043 60.6522 44.4536 61.7287 44.4536C62.8052 44.4536 63.781 43.8043 64.2136 42.8045L65.5819 39.6506C65.8938 38.9291 66.5879 38.4653 67.3626 38.4653H69.0125C69.7268 38.4653 70.3807 38.8673 70.7228 39.5063C71.5679 41.1039 73.0769 42.1758 74.7872 42.4541V62.2639C72.0307 62.5731 69.918 64.2532 69.918 66.3042C69.918 68.5614 72.4934 70.3961 75.6726 70.3961C78.8517 70.3961 81.4272 68.5614 81.4272 66.3042C81.4272 64.2635 79.3145 62.5731 76.5579 62.2639V42.4438C78.2682 42.1655 79.7772 41.0936 80.6223 39.496C80.9644 38.857 81.6183 38.455 82.3326 38.455H84.7874C85.9141 38.455 86.9504 37.8778 87.5641 36.909L91.206 31.1371C91.6889 30.3847 92.4937 29.9312 93.379 29.9312H94.5058C95.3106 29.9312 95.9646 30.6012 95.9646 31.4257V33.2088C95.9646 34.0746 96.2865 34.8888 96.86 35.4969L95.1799 38.0118Z",fill:"white"}))),jE=s=>_.createElement("svg",{width:48,height:48,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("circle",{opacity:.5,cx:24,cy:24,r:24,fill:"black",style:{fill:"black",fillOpacity:1}}),_.createElement("rect",{x:18,y:13.999,width:4,height:20,rx:1,fill:"white",style:{fill:"white",fillOpacity:1}}),_.createElement("rect",{x:26,y:13.999,width:4,height:20,rx:1,fill:"white",style:{fill:"white",fillOpacity:1}})),ME=s=>_.createElement("svg",{width:48,height:48,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("circle",{opacity:.5,cx:24,cy:24.001,r:24,fill:"black"}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.5432 24.7938C33.215 24.3331 33.2822 23.5173 32.5432 23.0567C23.7807 17.6245 19.6442 14.918 19.1356 14.5917C18.3486 14.083 17.6 14.6973 17.6 15.2059V32.7501C17.6 33.3259 18.5309 33.8442 19.1356 33.4795C20.2201 32.8172 31.8714 25.2641 32.5336 24.8034L32.5432 24.7938Z",fill:"white"})),OE=s=>_.createElement("svg",{width:16,height:15,viewBox:"0 0 16 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{id:"Start - You",d:"M8 0L9.79611 5.52786H15.6085L10.9062 8.94427L12.7023 14.4721L8 11.0557L3.29772 14.4721L5.09383 8.94427L0.391548 5.52786H6.20389L8 0Z",fill:"#F4D22A"})),DE=s=>_.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:22,height:22,viewBox:"0 0 22 22",fill:"none",...s},_.createElement("path",{d:"M5.5 2.78867V12.4137C5.5 13.1729 4.88426 13.75 4.125 13.75H1.375C0.615742 13.75 0 13.1343 0 12.4137V2.82734C0 2.06808 0.615742 1.49102 1.375 1.49102H4.125C4.88555 1.41367 5.5 1.99375 5.5 2.78867ZM22 12.3707C22 13.5094 21.077 14.4323 19.9375 14.4323H13.6426C14.621 16.0613 15.1259 17.9077 15.1259 18.5582C15.125 19.5714 14.3301 20.625 12.998 20.625C10.2854 20.625 11.8654 17.3529 8.34883 14.5406L7.64844 13.982C7.14141 13.5738 6.88359 12.9766 6.8793 12.375C6.87829 12.374 6.8793 12.375 6.8793 12.375L6.875 5.5C6.875 4.85117 7.18064 4.23973 7.7 3.85043L9.16695 2.75086C10.3555 1.85625 11.8035 1.375 13.2902 1.375H15.8125C16.952 1.375 17.875 2.29754 17.875 3.43664C17.875 3.59283 17.8544 3.74357 17.8215 3.88996C18.6484 4.15937 19.25 4.92422 19.25 5.84375C19.25 6.23683 19.1341 6.60043 18.9432 6.91281C19.8988 7.08984 20.625 7.92773 20.625 8.9332C20.625 9.47031 20.4148 9.955 20.0784 10.322C21.1492 10.3941 22 11.2793 22 12.3707Z",fill:"white"})),VE=s=>_.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{d:"M17.4777 8.95762C17.4777 8.70612 17.4177 8.47012 17.3172 8.25562C16.6467 6.09262 13.5077 6.25062 9.04275 6.14512C8.29625 6.12762 8.72325 5.24612 8.98525 3.31112C9.15575 2.05262 8.34425 0.120117 6.98025 0.120117C4.73125 0.120117 6.89475 1.89412 4.90625 6.28112C3.84375 8.62512 1.46875 7.31212 1.46875 9.66662V15.0261C1.46875 15.9426 1.55875 16.8236 2.84775 16.9686C4.09725 17.1091 3.81625 17.9996 5.61875 17.9996H14.6407C15.5597 17.9996 16.3072 17.2516 16.3072 16.3326C16.3072 15.9516 16.1737 15.6046 15.9582 15.3236C16.4682 15.0381 16.8182 14.4991 16.8182 13.8741C16.8182 13.4941 16.6852 13.1471 16.4702 12.8666C16.9817 12.5816 17.3327 12.0421 17.3327 11.4161C17.3327 10.9616 17.1487 10.5496 16.8522 10.2481C17.2307 9.94262 17.4777 9.48062 17.4777 8.95762Z",fill:"white"}),_.createElement("path",{d:"M11.5088 10.625H15.8108C16.3958 10.625 16.9448 10.312 17.2438 9.80849C17.3668 9.60099 17.2983 9.33249 17.0903 9.20899C16.8828 9.08549 16.6143 9.15499 16.4908 9.36249C16.3493 9.60199 16.0878 9.74999 15.8103 9.74999H11.4053C10.9688 9.74999 10.6138 9.39499 10.6138 8.95849C10.6138 8.52199 10.9688 8.16699 11.4053 8.16699H14.3488C14.5903 8.16699 14.7863 7.97099 14.7863 7.72949C14.7863 7.48799 14.5903 7.29199 14.3488 7.29199H11.4048C10.4858 7.29199 9.73828 8.03949 9.73828 8.95849C9.73828 9.47099 9.97578 9.92449 10.3408 10.2305C10.0333 10.533 9.84178 10.953 9.84178 11.417C9.84178 11.931 10.0808 12.386 10.4478 12.6915C10.1423 12.9935 9.95278 13.412 9.95278 13.875C9.95278 14.435 10.2323 14.929 10.6573 15.2315C10.3953 15.526 10.2313 15.9095 10.2313 16.3335C10.2313 17.2525 10.9788 18 11.8978 18H14.6398C15.2248 18 15.7743 17.6875 16.0733 17.184C16.1968 16.9765 16.1283 16.708 15.9208 16.5845C15.7128 16.462 15.4443 16.5295 15.3213 16.737C15.1788 16.9765 14.9173 17.125 14.6398 17.125H11.8978C11.4613 17.125 11.1063 16.77 11.1063 16.3335C11.1063 15.897 11.4613 15.542 11.8978 15.542H15.1508C15.7358 15.542 16.2858 15.229 16.5843 14.7255C16.7078 14.5175 16.6393 14.249 16.4318 14.126C16.2223 14.0005 15.9548 14.071 15.8323 14.2785C15.6878 14.522 15.4328 14.667 15.1508 14.667H11.6193C11.1828 14.667 10.8278 14.3115 10.8278 13.875C10.8278 13.4385 11.1828 13.0835 11.6193 13.0835H15.6648C16.2498 13.0835 16.7993 12.771 17.0983 12.2675C17.2218 12.06 17.1533 11.7915 16.9458 11.668C16.7373 11.545 16.4693 11.613 16.3463 11.8205C16.2018 12.0635 15.9468 12.2085 15.6648 12.2085H11.5088C11.0723 12.2085 10.7173 11.8535 10.7173 11.417C10.7173 10.9805 11.0718 10.625 11.5088 10.625Z",fill:"#107D57"})),$E=s=>_.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{d:"M20.6087 5.32569H17.087V4.91284C17.087 4.68495 16.9117 4.5 16.6957 4.5H7.30435C7.08835 4.5 6.91305 4.68495 6.91305 4.91284V5.32569H3.3913C3.1753 5.32569 3 5.51064 3 5.73853V7.77273C3 10.5049 5.106 12.7269 7.69566 12.7269C7.71131 12.7269 7.72462 12.7194 7.73948 12.7178C8.44462 13.8572 9.5434 14.7093 10.8151 15.0446C10.7658 16.0767 10.5162 16.5012 9.76331 17.3186L9.55044 17.5481C8.47357 18.714 7.69566 18.693 7.69566 19.6326C7.69566 19.8605 7.87096 20.0455 8.08696 20.0455H15.9131C16.1291 20.0455 16.3044 19.8605 16.3044 19.6326C16.3044 18.693 15.5265 18.714 14.4496 17.5481L14.2375 17.3178C13.4846 16.5003 13.235 16.0759 13.1857 15.0437C14.4574 14.7093 15.5562 13.8564 16.2613 12.717C16.2754 12.7194 16.2887 12.7269 16.3044 12.7269C18.894 12.7269 21 10.5049 21 7.77273V5.73853C21 5.51064 20.8247 5.32569 20.6087 5.32569ZM3.78261 7.77273V6.15138H6.91305V9.83695C6.91305 10.5479 7.05392 11.2315 7.30435 11.8599C5.33296 11.6493 3.78261 9.90796 3.78261 7.77273ZM20.2174 7.77273C20.2174 9.90796 18.6671 11.6493 16.6957 11.8599C16.9461 11.2324 17.087 10.5487 17.087 9.83695V6.15138H20.2174V7.77273Z",fill:"#107D57",style:{fill:"#107D57",fill:"color(display-p3 0.0627 0.4902 0.3412)",fillOpacity:1}})),zE=s=>_.createElement("svg",{width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Trophy"},_.createElement("path",{id:"Combined Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M2.76916 3.50002C2.76916 4.49786 2.94705 5.38348 3.30282 6.15692C2.62493 6.01847 2.05883 5.74872 1.6045 5.34768C1.15017 4.94663 0.923008 4.55992 0.923008 4.18752V3.50002H2.76916ZM11.0768 3.50002V4.18752C11.0768 4.55992 10.8497 4.94663 10.3953 5.34768C9.941 5.74872 9.3749 6.01847 8.69701 6.15692C9.05278 5.38348 9.23066 4.49786 9.23066 3.50002H11.0768ZM12 4.1875V3.27083C12 3.07986 11.9327 2.91754 11.7981 2.78385C11.6635 2.65017 11.5 2.58333 11.3077 2.58333H9.23077V1.89583C9.23077 1.58073 9.11779 1.31098 8.89183 1.08659C8.66586 0.862195 8.39423 0.75 8.07692 0.75H3.92308C3.60577 0.75 3.33414 0.862195 3.10817 1.08659C2.88221 1.31098 2.76923 1.58073 2.76923 1.89583V2.58333H0.692308C0.499999 2.58333 0.336539 2.65017 0.201923 2.78385C0.067307 2.91754 0 3.07986 0 3.27083V4.1875C0 4.52648 0.0997586 4.86784 0.299279 5.21159C0.498799 5.55534 0.768027 5.86567 1.10697 6.14258C1.44592 6.41949 1.86178 6.65223 2.35457 6.84082C2.84736 7.02941 3.36538 7.13563 3.90865 7.15951C4.11058 7.41732 4.33894 7.6441 4.59375 7.83984C4.77644 8.00217 4.90264 8.17524 4.97236 8.35905C5.04207 8.54286 5.07692 8.75651 5.07692 9C5.07692 9.25781 5.00361 9.47504 4.85697 9.65169C4.71034 9.82834 4.47596 9.91667 4.15385 9.91667C3.79327 9.91667 3.47236 10.0253 3.19111 10.2425C2.90985 10.4597 2.76923 10.7331 2.76923 11.0625V11.5208C2.76923 11.5877 2.79087 11.6426 2.83413 11.6855C2.8774 11.7285 2.93269 11.75 3 11.75H9C9.06731 11.75 9.1226 11.7285 9.16586 11.6855C9.20913 11.6426 9.23077 11.5877 9.23077 11.5208V11.0625C9.23077 10.7331 9.09015 10.4597 8.80889 10.2425C8.52764 10.0253 8.20673 9.91667 7.84615 9.91667C7.52404 9.91667 7.28966 9.82834 7.14303 9.65169C6.99639 9.47504 6.92308 9.25781 6.92308 9C6.92308 8.75651 6.95793 8.54286 7.02764 8.35905C7.09736 8.17524 7.22356 8.00217 7.40625 7.83984C7.66106 7.6441 7.88942 7.41732 8.09135 7.15951C8.63462 7.13563 9.15264 7.02941 9.64543 6.84082C10.1382 6.65223 10.5541 6.41949 10.893 6.14258C11.232 5.86567 11.5012 5.55534 11.7007 5.21159C11.9002 4.86784 12 4.52648 12 4.1875ZM5.07033 5.38491L6.0383 4.87503L7.00627 5.38491L6.8214 4.30497L7.60451 3.54016L6.52228 3.3826L6.0383 2.40003L5.55431 3.3826L4.47209 3.54016L5.25519 4.30497L5.07033 5.38491Z",fill:"white"}))),FE=s=>_.createElement("svg",{width:40,height:39,viewBox:"0 0 40 39",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("rect",{x:.796875,width:38.4,height:38.4,rx:19.2,fill:"#FFB600"}),_.createElement("path",{d:"M31.2752 10.8509H26.5795V10.3005C26.5795 9.99661 26.3458 9.75 26.0578 9.75H13.536C13.248 9.75 13.0143 9.99661 13.0143 10.3005V10.8509H8.31861C8.03061 10.8509 7.79688 11.0975 7.79688 11.4014V14.1136C7.79688 17.7566 10.6049 20.7192 14.0578 20.7192C14.0786 20.7192 14.0964 20.7092 14.1162 20.707C15.0564 22.2263 16.5214 23.3625 18.2171 23.8094C18.1513 25.1856 17.8185 25.7516 16.8146 26.8415L16.5308 27.1475C15.095 28.702 14.0578 28.674 14.0578 29.9268C14.0578 30.2307 14.2915 30.4773 14.5795 30.4773H25.0143C25.3023 30.4773 25.536 30.2307 25.536 29.9268C25.536 28.674 24.4988 28.702 23.063 27.1475L22.7802 26.8404C21.7764 25.7505 21.4435 25.1845 21.3778 23.8083C23.0734 23.3625 24.5385 22.2252 25.4786 20.7059C25.4974 20.7092 25.5152 20.7192 25.536 20.7192C28.9889 20.7192 31.7969 17.7566 31.7969 14.1136V11.4014C31.7969 11.0975 31.5632 10.8509 31.2752 10.8509ZM8.84035 14.1136V11.9518H13.0143V16.8659C13.0143 17.8138 13.2021 18.7254 13.536 19.5632C10.9075 19.2825 8.84035 16.9606 8.84035 14.1136ZM30.7534 14.1136C30.7534 16.9606 28.6863 19.2825 26.0578 19.5632C26.3917 18.7265 26.5795 17.8149 26.5795 16.8659V11.9518H30.7534V14.1136Z",fill:"white"})),HE=s=>_.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Trophy"},_.createElement("path",{id:"Combined Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M3.69197 4.66662C3.69197 5.99705 3.92914 7.17787 4.4035 8.20912C3.49966 8.02451 2.74487 7.66486 2.1391 7.13014C1.53333 6.59542 1.23046 6.0798 1.23046 5.58328V4.66662H3.69197ZM14.7686 4.66662V5.58328C14.7686 6.0798 14.4658 6.59542 13.86 7.13014C13.2542 7.66486 12.4994 8.02451 11.5956 8.20912C12.0699 7.17787 12.3071 5.99705 12.3071 4.66662H14.7686ZM15.9998 5.58329V4.36108C15.9998 4.10645 15.9101 3.89002 15.7306 3.71178C15.5511 3.53354 15.3332 3.44442 15.0768 3.44442H12.3076V2.52776C12.3076 2.10763 12.1569 1.74797 11.8556 1.44878C11.5544 1.14959 11.1922 1 10.7691 1H5.23072C4.80764 1 4.44547 1.14959 4.14419 1.44878C3.84291 1.74797 3.69227 2.10763 3.69227 2.52776V3.44442H0.923068C0.666659 3.44442 0.448714 3.53354 0.269228 3.71178C0.0897418 3.89002 0 4.10645 0 4.36108V5.58329C0 6.03525 0.13301 6.49039 0.399034 6.94872C0.665059 7.40705 1.02403 7.82082 1.47595 8.19003C1.92787 8.55924 2.48234 8.86957 3.13939 9.12101C3.79644 9.37246 4.48713 9.51409 5.21149 9.54592C5.48071 9.88967 5.7852 10.192 6.12494 10.453C6.36853 10.6695 6.53679 10.9002 6.62974 11.1453C6.72269 11.3904 6.76916 11.6752 6.76916 11.9999C6.76916 12.3436 6.67141 12.6333 6.4759 12.8688C6.28038 13.1043 5.96789 13.2221 5.53841 13.2221C5.05764 13.2221 4.62976 13.3669 4.25476 13.6566C3.87977 13.9462 3.69227 14.3106 3.69227 14.7499V15.361C3.69227 15.4501 3.72112 15.5233 3.77881 15.5806C3.8365 15.6379 3.91022 15.6665 3.99996 15.6665H11.9999C12.0896 15.6665 12.1633 15.6379 12.221 15.5806C12.2787 15.5233 12.3076 15.4501 12.3076 15.361V14.7499C12.3076 14.3106 12.1201 13.9462 11.7451 13.6566C11.3701 13.3669 10.9422 13.2221 10.4614 13.2221C10.0319 13.2221 9.71945 13.1043 9.52394 12.8688C9.32843 12.6333 9.23068 12.3436 9.23068 11.9999C9.23068 11.6752 9.27715 11.3904 9.3701 11.1453C9.46305 10.9002 9.63131 10.6695 9.8749 10.453C10.2146 10.192 10.5191 9.88967 10.7884 9.54592C11.5127 9.51409 12.2034 9.37246 12.8604 9.12101C13.5175 8.86957 14.072 8.55924 14.5239 8.19003C14.9758 7.82082 15.3348 7.40705 15.6008 6.94872C15.8668 6.49039 15.9998 6.03525 15.9998 5.58329ZM6.76047 7.1798L8.05109 6.49997L9.3417 7.1798L9.09521 5.73989L10.1393 4.72015L8.69639 4.51007L8.05109 3.2L7.40578 4.51007L5.96283 4.72015L7.00696 5.73989L6.76047 7.1798Z",fill:"#F2C94C"}))),UE=s=>_.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9234 2.06117C12.6527 2.79041 12.797 3.88306 12.3564 4.75616L12.3698 4.78833C13.2984 5.09432 13.9688 5.96888 13.9688 7C13.9688 8.03112 13.2984 8.90568 12.3698 9.21167L12.3565 9.24364C12.7971 10.1167 12.6527 11.2094 11.9235 11.9386C11.1944 12.6678 10.1019 12.8122 9.22883 12.3718L9.19604 12.3854C8.89006 13.314 8.0155 13.9844 6.98438 13.9844C5.95325 13.9844 5.07869 13.314 4.77271 12.3854L4.74027 12.3719C3.8673 12.8121 2.77506 12.6676 2.04603 11.9386C1.31703 11.2096 1.17255 10.1174 1.61259 9.24445L1.59899 9.21167C0.670333 8.90568 0 8.03112 0 7C0 5.96888 0.670334 5.09432 1.59899 4.78833L1.61267 4.75535C1.17263 3.8824 1.31711 2.79023 2.04611 2.06123C2.77519 1.33215 3.86754 1.18772 4.74054 1.62795L4.77271 1.61461C5.07869 0.685958 5.95325 0.015625 6.98438 0.015625C8.0155 0.015625 8.89006 0.685958 9.19604 1.61461L9.22857 1.6281C10.1016 1.18761 11.1942 1.33196 11.9234 2.06117ZM9.80606 4.98029C9.97643 4.7077 9.89356 4.34862 9.62098 4.17825C9.34839 4.00788 8.98931 4.09075 8.81894 4.36333L6.29655 8.39915L5.06781 7.17041C4.84051 6.94311 4.47199 6.94311 4.24469 7.17041C4.01739 7.39771 4.01739 7.76623 4.24469 7.99353L5.99079 9.73962C6.11621 9.86504 6.29197 9.92642 6.4682 9.90635C6.64444 9.88628 6.8019 9.78695 6.89591 9.63654L9.80606 4.98029Z",fill:"#0092E9"})),BE=s=>_.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Chevron Up"},_.createElement("path",{id:"Vector",d:"M4 9.6001L8 5.6001L12 9.6001",stroke:"#107D57",strokeWidth:1.25,strokeLinecap:"round",strokeLinejoin:"round"}))),WE=s=>_.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"cross"},_.createElement("path",{id:"Vector",d:"M6 18L18 6M6 6L18 18",stroke:"#BA0C2F",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))),qE=s=>_.createElement("svg",{width:25,height:24,viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Friends"},_.createElement("path",{id:"Vector",d:"M4.19231 7.03125C2.66346 7.03125 1.42308 8.19973 1.42308 9.63994C1.42308 11.0802 2.66346 12.2486 4.19231 12.2486C5.72115 12.2486 6.96154 11.0802 6.96154 9.63994C6.96154 8.19973 5.72115 7.03125 4.19231 7.03125ZM4.19231 12.2486C2.16226 12.2486 0.5 13.8145 0.5 15.7269V17.629C0.5 17.629 1.42308 18.3356 4.19231 18.3356C6.96154 18.3356 7.88461 17.629 7.88461 17.629V15.7269C7.88461 13.8145 6.22236 12.2486 4.19231 12.2486ZM20.8077 7.03125C19.2788 7.03125 18.0385 8.19973 18.0385 9.63994C18.0385 11.0802 19.2788 12.2486 20.8077 12.2486C22.3365 12.2486 23.5769 11.0802 23.5769 9.63994C23.5769 8.19973 22.3365 7.03125 20.8077 7.03125ZM20.8077 12.2486C18.7776 12.2486 17.1154 13.8145 17.1154 15.7269V17.629C17.1154 17.629 18.0385 18.3356 20.8077 18.3356C23.5769 18.3356 24.5 17.629 24.5 17.629V15.7269C24.5 13.8145 22.8377 12.2486 20.8077 12.2486ZM12.5 10.5095C10.9712 10.5095 9.73077 11.678 9.73077 13.1182C9.73077 14.5584 10.9712 15.7269 12.5 15.7269C14.0288 15.7269 15.2692 14.5584 15.2692 13.1182C15.2692 11.678 14.0288 10.5095 12.5 10.5095ZM12.5 15.7269C10.47 15.7269 8.80769 17.2928 8.80769 19.2051V21.1073C8.80769 21.1073 9.73077 21.8138 12.5 21.8138C15.2692 21.8138 16.1923 21.1073 16.1923 21.1073V19.2051C16.1923 17.2928 14.53 15.7269 12.5 15.7269Z",fill:"white"}),_.createElement("path",{id:"Vector_2",d:"M8.58473 1.5C6.96392 1.5 5.64893 2.73876 5.64893 4.2656C5.64893 5.79245 6.96392 7.03121 8.58473 7.03121C10.2055 7.03121 11.5205 5.79245 11.5205 4.2656C11.5205 2.73876 10.2055 1.5 8.58473 1.5ZM8.58473 7.03121C8.29038 7.03121 7.99221 7.024 7.69787 7.11763C8.28656 7.85584 8.58473 8.78131 8.58473 9.79681C8.58473 10.1641 8.49298 10.5242 8.49298 10.8915C9.27663 9.78601 10.5419 9.05859 12.0098 8.87494C11.3256 7.76942 10.0526 7.03121 8.58473 7.03121ZM16.4135 1.5C14.7927 1.5 13.4777 2.73876 13.4777 4.2656C13.4777 5.79245 14.7927 7.03121 16.4135 7.03121C18.0343 7.03121 19.3493 5.79245 19.3493 4.2656C19.3493 2.73876 18.0343 1.5 16.4135 1.5ZM16.4135 7.03121C14.9456 7.03121 13.6727 7.76942 12.9884 8.87494C14.4563 9.05859 15.7216 9.78601 16.5053 10.8915C16.5053 10.5242 16.4135 10.1641 16.4135 9.79681C16.4135 8.78131 16.7117 7.85584 17.3004 7.11763C17.006 7.024 16.7079 7.03121 16.4135 7.03121Z",fill:"white",fillOpacity:.4}))),QE=s=>_.createElement("svg",{width:86,height:21,viewBox:"0 0 86 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{d:"M39.7699 17.519L41.7975 10.3564C42.019 9.57525 42.5964 8.94819 43.3515 8.66775L43.4069 8.43457H40.5888L35.8028 14.1928L33.9712 8.43457H31.393L31.3309 8.66775C31.7723 8.88885 32.0156 9.54952 32.0156 10.087V10.1204C32.0156 13.1879 29.7696 18.4607 26.6104 18.4607C25.3827 18.4607 24.7463 17.5842 24.7463 16.8536C24.7463 15.9687 25.4791 15.3393 26.2522 15.3393C26.6778 15.3393 26.8988 15.4303 27.0895 15.5088C27.2342 15.5684 27.3615 15.6208 27.5475 15.6208C27.8106 15.6208 28.0628 15.4845 28.1888 15.2511C28.3867 14.8845 28.2367 14.4368 27.8748 14.2614L27.6773 14.1661C25.8352 13.2706 23.6992 14.6266 23.6992 16.6919V16.7205C23.6992 18.2238 24.8674 19.4811 26.3546 19.5336C30.1873 19.6694 32.751 14.4452 33.1588 10.6214L33.4534 11.656L34.9632 16.2284H35.5351L40.2511 10.5434L38.2726 17.5264C38.0457 18.3275 37.4171 18.948 36.6191 19.1592L36.5637 19.3923H40.3559L40.4177 19.1592C39.8575 18.8252 39.5911 18.1508 39.7699 17.519Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.2539 12.3311C47.4839 12.3332 45.5808 12.5062 44.568 15.4136C44.443 15.7724 44.3314 16.1004 44.2299 16.3988C43.6403 18.1314 43.3898 18.8676 42.8227 18.8676C42.6317 18.8676 42.5473 18.6987 42.4545 18.5128C42.3409 18.2851 42.2145 18.0318 41.8638 18.0318C41.5768 18.0318 41.2768 18.2645 41.2552 18.6014C41.2175 19.1835 41.9922 19.5357 42.576 19.5357C44.3546 19.5357 45.0362 18.2246 45.2587 17.6138C45.2876 17.534 45.4446 17.1017 45.6299 16.5923H47.499L47.1824 17.7708C47.0152 18.3926 46.6713 18.9015 46.0895 19.1617L46.0394 19.3947H49.0969L49.1536 19.1617C48.7397 18.8167 48.5601 18.2634 48.6943 17.7482L49.8448 13.3292C49.9332 12.9901 50.1656 12.7105 50.4806 12.5642L50.5306 12.3311H49.2539ZM47.6519 16.0223H45.8369C46.043 15.4562 46.2403 14.9158 46.3069 14.7388C46.766 13.5136 47.6389 13.0178 48.4845 12.9485L48.4757 12.9558L47.6519 16.0223Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),_.createElement("path",{d:"M64.9086 12.2791C64.9086 12.4194 64.8148 12.6704 64.7165 12.8348C64.487 13.2187 64.077 13.5109 63.6767 13.6265L63.4976 13.678C63 13.8213 62.489 13.794 61.9847 13.6879L60.8352 17.7483C60.6891 18.2633 60.8565 18.8168 61.2623 19.1616L61.2001 19.395H58.0542L58.1098 19.1616C58.6973 18.9016 59.1413 18.3925 59.3228 17.7712L60.6376 13.2639C59.4267 12.8561 59.1564 12.8823 58.8962 13.2526C58.7642 13.4721 58.7796 13.7795 58.7931 14.0483C58.7962 14.1086 58.7991 14.1673 58.8003 14.2223C58.8062 14.5193 58.6037 14.7795 58.316 14.842C57.9611 14.9189 57.6305 14.6359 57.6492 14.2698V14.2688C57.6508 14.2386 57.6651 14.1553 57.6846 14.0529C57.8161 13.356 58.2541 12.7534 58.8816 12.4351L58.892 12.4299L58.8972 12.4272C59.5396 12.1051 60.5191 12.3038 61.3075 12.5205C61.3166 12.5234 61.3246 12.5252 61.3335 12.5276C61.5009 12.574 61.6597 12.6208 61.8043 12.6636V12.6662C63.3842 13.1244 63.7271 13.1473 63.9416 12.8802C64.0349 12.7644 64.0788 12.527 64.0755 12.3059C64.0716 12.0932 64.2202 11.9086 64.4259 11.8637C64.6827 11.8078 64.9221 12.0139 64.9086 12.2791Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),_.createElement("path",{d:"M65.9742 12.3311L65.9123 12.5645C66.302 12.8363 66.4774 13.327 66.3516 13.7863L65.1826 17.7661C65.0012 18.3879 64.5572 18.8968 63.9697 19.1568L63.9141 19.3899H69.5602L70.0661 17.524H69.8285L69.7432 17.7028C69.4261 18.3695 68.758 18.7939 68.0255 18.7939H66.4015L67.2661 15.6704L67.956 15.6696C68.4214 15.6693 68.7712 16.0981 68.6821 16.5592H68.9197L69.4872 14.448H69.2496C69.112 14.8385 68.7468 15.0995 68.3361 15.0998L67.4239 15.1008L68.0239 12.9329L69.745 12.9316C70.3068 12.9311 70.7274 13.4515 70.6151 14.0077H70.8527L71.3034 12.3311H65.9742Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M72.9481 12.334H76.7502C77.7432 12.334 78.4622 13.2914 78.195 14.2577C77.9634 15.0938 77.2093 15.6717 76.3501 15.6723L75.871 15.6725C76.1731 15.6725 76.4653 15.8923 76.5235 16.1297C76.6323 16.575 76.8508 17.403 76.9765 17.8796L76.9891 17.9274C77.1191 18.4223 77.4099 18.7968 77.8116 19.0376L78.0151 19.1594L77.9597 19.3929H76.5378C75.969 19.3929 75.7192 19.0153 75.5289 18.3677C75.3836 17.8722 75.2017 16.4314 75.1884 16.3138C75.1484 15.9493 74.8437 15.6736 74.4808 15.6733H74.2406L73.6643 17.7456C73.5187 18.2606 73.6859 18.8141 74.0917 19.1589L74.0295 19.3926H70.8867L70.9421 19.1589C71.5298 18.8989 71.9736 18.39 72.155 17.7682L73.3456 13.7013C73.4277 13.2683 73.251 12.8216 72.886 12.5672L72.9481 12.334ZM75.395 15.1028C76.0496 15.1028 76.6259 14.6685 76.8136 14.0354C76.9763 13.4866 76.5692 12.9344 76.0015 12.9346L75.0017 12.9352L74.3984 15.1036L75.395 15.1028Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),_.createElement("path",{d:"M55.8673 12.6932C55.7651 12.6932 55.5452 12.6228 55.2078 12.481C54.8701 12.3392 54.529 12.2686 54.1851 12.2686C53.4713 12.2686 52.8755 12.502 52.3883 13.0009C51.9828 13.4161 51.8027 13.8769 51.8027 14.2758C51.8027 14.7004 52.0486 15.1996 52.5412 15.6032C52.9175 15.9119 53.3062 16.2101 53.6975 16.5103C53.7898 16.5812 53.8823 16.6521 53.9748 16.7233C54.4843 17.1353 54.7393 17.5153 54.7393 17.8244C54.7393 18.5029 54.3023 18.8679 53.3977 18.8679C52.4785 18.8679 51.8429 18.1875 51.6391 16.9132H51.3906L50.668 19.3933H50.897C51.1957 19.182 51.4081 19.0459 51.8411 19.0459C52.0058 19.0459 52.1751 19.1238 52.3786 19.2175C52.6859 19.3588 53.0713 19.5362 53.6377 19.5362C54.3894 19.5362 54.9845 19.3786 55.4942 18.8634C55.9276 18.4134 56.1441 17.7832 56.1441 17.268C56.1441 16.7916 55.8485 16.2362 55.332 15.8361C55.0681 15.6317 54.793 15.4404 54.5168 15.2482C54.3292 15.1177 54.1411 14.9869 53.9556 14.8514C53.4585 14.478 53.21 14.161 53.21 13.8134C53.21 13.6198 53.3057 13.4271 53.497 13.2341C53.7388 12.9896 54.0627 12.9355 54.496 12.9355C55.3655 12.9355 55.9741 13.425 56.0253 14.4546H56.2546L56.861 12.2686H56.6318C56.3895 12.5519 56.1347 12.6932 55.8673 12.6932Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),_.createElement("path",{d:"M84.2951 14.4543C84.2441 13.4247 83.6353 12.9353 82.7658 12.9353C82.3325 12.9353 82.0086 12.9894 81.7665 13.2338C81.5755 13.4268 81.4798 13.6201 81.4798 13.8128C81.4798 14.1605 81.7283 14.478 82.2256 14.8511C82.4108 14.9864 82.5985 15.117 82.7858 15.2473C83.0623 15.4397 83.3377 15.6313 83.6021 15.8361C84.1183 16.2363 84.4139 16.7916 84.4139 17.268C84.4139 17.7829 84.1974 18.4128 83.764 18.8634C83.2542 19.3781 82.6592 19.5362 81.9074 19.5362C81.341 19.5362 80.9556 19.3588 80.6483 19.2175C80.4448 19.1238 80.2755 19.0459 80.1107 19.0459C79.6778 19.0459 79.4655 19.182 79.167 19.3933H78.9375L79.6602 16.9132H79.9087C80.1127 18.1873 80.7483 18.8676 81.6675 18.8676C82.5721 18.8676 83.0091 18.5026 83.0091 17.8241C83.0091 17.5153 82.7538 17.1354 82.2446 16.7231C82.15 16.6502 82.0554 16.5777 81.961 16.5052C81.5718 16.2067 81.1852 15.9102 80.811 15.6032C80.3184 15.199 80.0724 14.7006 80.0724 14.2755C80.0724 13.8769 80.2526 13.4158 80.6581 13.0006C81.1453 12.502 81.7411 12.2686 82.4546 12.2686C82.7988 12.2686 83.1396 12.3392 83.4773 12.4807C83.815 12.6223 84.0349 12.6929 84.1368 12.6929C84.4048 12.6929 84.6593 12.5514 84.9013 12.2686H85.1308L84.5246 14.4543H84.2951Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.4366 7.2801C21.4366 7.10548 21.2957 6.96289 21.1226 6.96289H20.88C20.6903 6.96289 20.5153 7.059 20.4126 7.21996L19.6278 8.4452C19.4953 8.65133 19.2714 8.77422 19.0281 8.77422H18.4981C18.3442 8.77422 18.203 8.8593 18.1295 8.99611C17.9478 9.33563 17.6228 9.56329 17.2542 9.62264V13.8311C17.848 13.896 18.3023 14.2547 18.3023 14.6885C18.3023 15.1685 17.7471 15.5576 17.0616 15.5576C16.3766 15.5576 15.8209 15.1685 15.8209 14.6885C15.8209 14.2547 16.2755 13.896 16.8687 13.8311V9.62264C16.5001 9.56277 16.1754 9.33511 15.9942 8.99637C15.9209 8.85956 15.78 8.77474 15.6261 8.77474H15.2708C15.1052 8.77474 14.9552 8.87295 14.8876 9.02578L14.5923 9.69643C14.4982 9.90965 14.2877 10.0478 14.0563 10.0478C13.8249 10.0478 13.6144 9.90965 13.5208 9.69564L13.225 9.02604C13.1579 8.87348 13.0074 8.77474 12.8423 8.77474H2.93715C2.87113 9.04127 2.63171 9.23926 2.34784 9.23926H2.06112V9.59927C2.06112 10.1174 1.96104 10.622 1.76425 11.0994L1.49962 11.7425C0.628527 13.8561 1.48429 16.2538 3.48955 17.3207L4.81218 18.0241L5.96298 18.0325C6.28922 18.0349 6.61208 18.1213 6.89673 18.282L7.49982 18.6223H8.31372C8.66648 18.6223 9.01273 18.7195 9.31506 18.9027L9.67301 19.121C10.0208 19.3318 10.4136 19.4542 10.8178 19.4781V19.1055C10.8178 18.3833 11.2405 17.7292 11.8948 17.4393L12.919 16.9845C13.1597 16.8777 13.4309 16.8609 13.6833 16.9368L14.1694 17.0833C14.3222 17.1295 14.4829 17.1295 14.6347 17.0841L15.7876 16.7388C16.0007 16.6747 16.2251 16.6768 16.4364 16.7437L16.8198 16.8656C17.3486 17.0334 17.7037 17.5223 17.7037 18.0827V19.0566C17.7037 19.2922 17.8934 19.4841 18.1271 19.4841C18.3143 19.4841 18.4815 19.357 18.5337 19.1756C18.6977 18.6039 18.7726 18.0126 18.7554 17.4175L18.7539 17.3144C18.7411 16.8656 18.9187 16.431 19.24 16.1214L19.7191 15.6614C19.9853 15.4048 20.1381 15.0451 20.1381 14.6732V12.3819C20.1381 11.8575 20.2946 11.3526 20.5907 10.9214L20.8179 10.5897V10.1342C20.8179 9.61266 20.9726 9.11033 21.265 8.68126L21.63 8.14506C21.507 8.01534 21.4366 7.84203 21.4366 7.65848V7.2801Z",fill:"#FCE300",style:{fill:"#FCE300",fill:"color(display-p3 0.9882 0.8902 0.0000)",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.16479 19.1581C8.95111 19.0284 8.71091 18.953 8.46344 18.9305V19.8514C8.7642 19.8745 9.05691 19.9643 9.3166 20.1218C9.31738 20.1221 9.73122 20.3763 9.87082 20.4587C10.064 20.573 10.2987 20.6817 10.7094 20.7029C10.7383 20.7042 10.7648 20.694 10.7856 20.6743C10.8072 20.6533 10.8191 20.6255 10.8191 20.5953V19.7736C10.3619 19.7492 9.91605 19.6148 9.523 19.3758L9.16479 19.1581Z",fill:"white",style:{fill:"white",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.7527 18.5415C6.51744 18.4083 6.25099 18.3369 5.98116 18.3314V19.2523C6.30116 19.2578 6.61752 19.3429 6.89645 19.5002L7.40934 19.7898V18.9065C7.40284 18.9036 7.39582 18.9044 7.38932 18.9009L6.7527 18.5415Z",fill:"white",style:{fill:"white",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5993 17.2219C13.5226 17.1988 13.4436 17.1904 13.3651 17.1904V18.1123C13.4722 18.1123 13.5796 18.1239 13.6838 18.1551L14.1699 18.3022C14.2323 18.3205 14.2962 18.33 14.3602 18.3334V17.4125C14.2676 17.4086 14.1754 17.3954 14.0854 17.3687L13.5993 17.2219Z",fill:"white",style:{fill:"white",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.731 17.1493L16.3481 17.0275C16.2623 17.0002 16.1729 16.9891 16.0843 16.9915V17.9121C16.1987 17.9098 16.313 17.9245 16.424 17.9589L16.8896 18.0912C17.1282 18.1598 17.3151 18.3362 17.409 18.5576V18.0823C17.409 17.6532 17.1366 17.2782 16.731 17.1493Z",fill:"white",style:{fill:"white",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.1277 19.7819C18.1092 19.7819 18.0923 19.7777 18.0739 19.7764V20.6957C18.0978 20.6983 18.1209 20.7028 18.1454 20.7028C18.4139 20.7028 18.6491 20.5292 18.7305 20.2708C18.7388 20.2448 18.7443 20.2175 18.7521 20.1915V19.409C18.627 19.6338 18.3902 19.7819 18.1277 19.7819Z",fill:"white",style:{fill:"white",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.6875 16.096V16.8948C2.04935 17.5315 2.57913 18.0549 3.23993 18.4062L3.48402 18.5359V17.6534L3.35275 17.5838C2.66232 17.2167 2.10186 16.7005 1.6875 16.096Z",fill:"white",style:{fill:"white",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.06076 17.9608V18.8434L4.70907 19.1879V18.3048C4.70829 18.3048 4.70725 18.3048 4.70647 18.3043L4.06076 17.9608Z",fill:"white",style:{fill:"white",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.8159 14.8958C17.8159 14.6949 17.577 14.5274 17.2541 14.4785V15.313C17.577 15.2637 17.8159 15.0966 17.8159 14.8958Z",fill:"white",style:{fill:"white",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.3086 14.8958C16.3086 15.0966 16.5475 15.2637 16.8704 15.313V14.4785C16.5475 14.5274 16.3086 14.6949 16.3086 14.8958Z",fill:"white",style:{fill:"white",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.2923 1.62988C15.0123 1.54322 14.7326 1.69736 14.4526 1.85623C14.3536 1.91268 14.2831 2.00879 14.259 2.12092L13.8189 4.19615C13.8025 4.27282 13.8708 4.34214 13.9468 4.32481C14.4095 4.2182 14.8496 3.80962 15.3123 3.95246C15.8309 4.11317 16.3492 3.44987 16.8678 3.45775V1.06348C16.3464 1.06584 15.8111 1.79006 15.2923 1.62988",fill:"#BA0C2F",style:{fill:"#BA0C2F",fill:"color(display-p3 0.7294 0.0471 0.1843)",fillOpacity:1}}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.2656 8.68074C20.9732 9.11033 20.8185 9.6124 20.8185 10.1336V10.5895L20.5913 10.9211C20.2949 11.352 20.1384 11.857 20.1384 12.3816V14.6727C20.1384 15.0445 19.9859 15.4046 19.7197 15.6608L19.2406 16.1214C18.919 16.4305 18.742 16.8651 18.7545 17.3141L18.7563 17.417C18.7732 18.012 18.6983 18.6037 18.5343 19.1756C18.482 19.3568 18.3149 19.4836 18.1277 19.4836C17.894 19.4836 17.7043 19.2916 17.7043 19.0561V18.0822C17.7043 17.5221 17.3492 17.0334 16.8204 16.8651L16.437 16.7435C16.2257 16.6763 16.0013 16.6747 15.7882 16.7382L14.6353 17.0835C14.4835 17.129 14.3226 17.129 14.17 17.0833L13.6839 16.9365C13.4317 16.8603 13.1603 16.8771 12.9196 16.9843L11.8954 17.4388C11.2411 17.729 10.8184 18.3828 10.8184 19.1049V19.4778C10.4142 19.4542 10.0214 19.3315 9.67385 19.1204L9.31564 18.9027C9.01332 18.7192 8.66706 18.622 8.31431 18.622H7.5004L6.89731 18.2817C6.61241 18.1208 6.28981 18.0344 5.96357 18.032L4.81276 18.0239L3.49013 17.3204C1.48461 16.2538 0.62911 13.8558 1.50021 11.7422L1.76484 11.0994C1.96162 10.6218 2.0617 10.1168 2.0617 9.59901V9.239H2.34843C2.63229 9.239 2.87171 9.04075 2.93774 8.77422H12.8429C13.008 8.77422 13.1585 8.87295 13.2256 9.02578L13.5211 9.69564C13.615 9.90912 13.8255 10.0475 14.0569 10.0475C14.2882 10.0475 14.4988 9.90939 14.5929 9.6959L14.8885 9.02525C14.9558 8.87269 15.1058 8.77422 15.2714 8.77422H15.6267C15.7806 8.77422 15.9215 8.85956 15.9948 8.99611C16.176 9.33484 16.5007 9.56251 16.8693 9.62238V13.8309C16.2761 13.896 15.8214 14.2544 15.8214 14.6882C15.8214 15.1685 16.3772 15.5574 17.0622 15.5574C17.7477 15.5574 18.3029 15.1685 18.3029 14.6882C18.3029 14.2544 17.8485 13.896 17.2548 13.8309V9.62264C17.6234 9.56277 17.9484 9.33511 18.1301 8.99611C18.2036 8.8593 18.3445 8.77396 18.4987 8.77396H19.029C19.272 8.77396 19.4958 8.65107 19.6282 8.44494L20.4132 7.21944C20.5159 7.05847 20.6908 6.96263 20.8806 6.96263H21.1234C21.2963 6.96263 21.4372 7.10495 21.4372 7.27957V7.65796C21.4372 7.84151 21.5076 8.01508 21.6306 8.14454L21.2656 8.68074ZM18.7515 20.1908C18.7437 20.2171 18.7382 20.2441 18.7299 20.2704C18.6486 20.5291 18.4133 20.7026 18.1448 20.7026C18.1203 20.7026 18.0972 20.6979 18.0733 20.6953V19.7757C18.0912 19.7775 18.1086 19.7812 18.1271 19.7812C18.3891 19.7812 18.6265 19.6331 18.7515 19.4086V20.1908ZM17.4081 18.5572C17.3143 18.3358 17.1279 18.1591 16.8893 18.0908L16.4235 17.9585C16.3125 17.9241 16.1981 17.9094 16.0837 17.9117V16.9911C16.1726 16.9887 16.2615 16.9998 16.3473 17.0273L16.7305 17.1489C17.136 17.2778 17.4081 17.6528 17.4081 18.0819V18.5572ZM14.3601 18.3327C14.2957 18.3296 14.2317 18.3204 14.1693 18.3015L13.6832 18.155C13.5795 18.1232 13.4719 18.1119 13.3645 18.1119V17.19C13.4435 17.19 13.5226 17.1986 13.5987 17.2212L14.0848 17.3683C14.1748 17.3953 14.2673 17.4084 14.3601 17.4121V18.3327ZM10.8185 20.5951C10.8185 20.6251 10.8061 20.6529 10.7847 20.6739C10.764 20.6939 10.7374 20.7038 10.7086 20.7028C10.2979 20.6815 10.0631 20.5726 9.86998 20.4583C9.73039 20.3756 9.31628 20.122 9.31576 20.1217C9.05607 19.9636 8.76311 19.8743 8.46286 19.851V18.9301C8.71008 18.9526 8.95001 19.028 9.16395 19.1577L9.5219 19.3754C9.91521 19.6144 10.3608 19.7488 10.8185 19.7732V20.5951ZM7.40902 19.7897L6.89588 19.4998C6.61669 19.3422 6.30059 19.2574 5.98059 19.2519V18.331C6.25016 18.3362 6.51661 18.4082 6.75238 18.5411L7.38901 18.9008C7.39498 18.9042 7.40252 18.9034 7.40902 18.9058V19.7897ZM4.70824 19.1875L4.06018 18.8427V17.9604L4.7059 18.3039C4.70668 18.3042 4.70772 18.3039 4.70824 18.3042V19.1875ZM3.48345 18.5355L3.23935 18.4058C2.57856 18.0545 2.04904 17.5309 1.68693 16.8944V16.0956C2.10129 16.7001 2.66174 17.2163 3.35191 17.5831L3.48345 17.653V18.5355ZM17.2536 14.4781C17.5762 14.527 17.8153 14.6945 17.8153 14.8954C17.8153 15.0962 17.5762 15.2638 17.2536 15.3129V14.4781ZM16.8698 15.3129C16.5474 15.2638 16.308 15.0962 16.308 14.8954C16.308 14.6945 16.5474 14.527 16.8698 14.4781V15.3129ZM21.9089 7.99494C21.7979 7.91906 21.7314 7.79328 21.7314 7.65778V7.27939C21.7314 6.94065 21.4582 6.66494 21.1229 6.66494H20.8801C20.59 6.66494 20.3227 6.81172 20.1649 7.05777L19.3804 8.28274C19.3027 8.40405 19.1709 8.47627 19.0284 8.47627H18.4981C18.2361 8.47627 17.9954 8.62095 17.8698 8.8557C17.7401 9.09702 17.5137 9.26271 17.2543 9.31891V0.800046C17.2543 0.692385 17.1682 0.605469 17.0616 0.605469C16.9553 0.605469 16.8688 0.692385 16.8688 0.800046V9.31891C16.6093 9.26245 16.3832 9.09676 16.2537 8.85465C16.1292 8.62148 15.8887 8.47627 15.6262 8.47627H15.2708C14.9893 8.47627 14.733 8.64432 14.6189 8.90402L14.323 9.57467C14.2763 9.68049 14.1715 9.74929 14.0563 9.74929C13.9409 9.74929 13.8364 9.68049 13.7899 9.57441L13.4943 8.90455C13.3799 8.64432 13.1239 8.47627 12.8424 8.47627H2.80773C2.72611 8.47627 2.66034 8.54296 2.66034 8.62515C2.66034 8.79951 2.51996 8.94078 2.34788 8.94078H1.91376C1.83239 8.94078 1.76637 9.00748 1.76637 9.08967V9.59883C1.76637 10.077 1.67434 10.5434 1.49186 10.9848L1.22775 11.6273C0.981833 12.2234 0.866155 12.8405 0.867194 13.4463V14.9262C0.867194 15.3261 0.924384 15.7287 1.03954 16.1247C1.36162 17.2291 2.0939 18.1329 3.10251 18.6694L4.70667 19.5223C4.72747 19.5336 4.75113 19.5396 4.77452 19.5399L5.96094 19.5488C6.23779 19.5506 6.51178 19.6239 6.75327 19.7599L7.38989 20.1194C7.41199 20.1317 7.43642 20.1383 7.46164 20.1383H8.31376C8.61296 20.1383 8.90697 20.2208 9.16276 20.3762C9.16276 20.3762 9.57998 20.6314 9.72009 20.7149C9.94521 20.8481 10.2189 20.9749 10.6926 20.9996C10.8002 21.0046 10.9065 20.9662 10.9871 20.8896C11.0666 20.8129 11.1127 20.7058 11.1127 20.5949V20.0178C11.1127 19.5997 11.357 19.2208 11.7365 19.0525L13.0376 18.4751C13.2146 18.3971 13.4137 18.384 13.5988 18.4401L14.0849 18.5869C14.2921 18.6489 14.5113 18.6494 14.719 18.5877L15.8716 18.2419C16.0242 18.1962 16.1864 18.1965 16.3416 18.244L16.81 18.3774C17.0278 18.4396 17.1804 18.6434 17.1804 18.8724V20.0259C17.1804 20.5634 17.613 21.0004 18.1449 21.0004C18.5426 21.0004 18.8904 20.7428 19.0105 20.3605C19.2281 19.6698 19.338 18.9517 19.338 18.2264V17.7359C19.338 17.3874 19.4818 17.0503 19.7326 16.8111L20.212 16.3534C20.5351 16.0425 20.7207 15.6058 20.7207 15.1549V12.4203C20.7207 11.9965 20.847 11.5879 21.0862 11.2392C21.1034 11.2145 21.113 11.1849 21.113 11.1547V10.51C21.113 10.0891 21.2375 9.68338 21.4738 9.33624L21.9479 8.6396C21.9651 8.61517 21.9742 8.58576 21.9742 8.5553V8.11836C21.9742 8.03538 21.9266 8.00676 21.9089 7.99494Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}})),ZE=s=>_.createElement("svg",{width:154,height:37,viewBox:"0 0 154 37",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{d:"M70.9776 30.8796L74.668 18.1381C75.0696 16.7473 76.1186 15.6318 77.4936 15.1371L77.5928 14.7217H72.466L63.7623 24.9662L60.431 14.7217H55.7389L55.6255 15.1371C56.4288 15.5291 56.8683 16.7052 56.8683 17.662V17.7227C56.8683 23.1787 52.781 32.5598 47.0352 32.5598C44.8002 32.5598 43.6425 31.0009 43.6425 29.7035C43.6425 28.1306 44.975 27.0105 46.3831 27.0105C47.744 27.0105 47.9519 27.5099 48.741 27.5099C49.2182 27.5099 49.6766 27.2672 49.9081 26.8518C50.2672 26.1984 49.9931 25.4049 49.3363 25.0922L48.9772 24.9242C45.6271 23.3327 41.7383 25.7457 41.7383 29.4188V29.4701C41.7383 32.1444 43.8646 34.38 46.5674 34.4733C53.5417 34.716 58.2055 25.4236 58.9473 18.6188L59.486 20.4577L62.2313 28.5927H63.2709L71.8518 18.4741L68.2512 30.8936C67.8401 32.3171 66.6966 33.4232 65.2412 33.7966L65.142 34.212H72.0408L72.1542 33.7966C71.1383 33.2039 70.6516 32.0044 70.9776 30.8796Z",fill:"white"}),_.createElement("path",{d:"M88.2952 21.6521H88.2385C85.016 21.6568 81.5571 21.9648 79.7143 27.1361C78.1692 31.4813 77.7487 33.2828 76.539 33.2828C75.7641 33.2828 75.9531 31.794 74.7954 31.794C74.2709 31.794 73.7275 32.2094 73.6897 32.8068C73.6236 33.8429 75.0317 34.4683 76.0949 34.4683C79.3316 34.4683 80.5696 32.1347 80.9759 31.0472C81.0279 30.9072 81.3162 30.1371 81.6517 29.2317H85.0538L84.4773 31.3273C84.1749 32.4334 83.5464 33.3388 82.488 33.8009L82.3982 34.2163H87.9597L88.0637 33.8009C87.3124 33.1848 86.9816 32.2 87.2273 31.2853L89.3206 23.4257C89.4812 22.8236 89.9018 22.3242 90.4783 22.0628L90.568 21.6475H88.7536H88.2952V21.6521ZM85.3231 28.2189H82.0202C82.3935 27.2108 82.7526 26.2493 82.8755 25.9366C83.7118 23.757 85.2995 22.8749 86.8399 22.7536L86.8257 22.7676L85.3231 28.2189Z",fill:"white"}),_.createElement("path",{d:"M116.358 22.5486C116.538 22.2545 116.708 21.8112 116.708 21.5591C116.732 21.0877 116.297 20.7237 115.829 20.8217C115.456 20.9011 115.187 21.2324 115.191 21.6058C115.196 21.9978 115.12 22.4226 114.95 22.6279C114.558 23.104 113.934 23.062 111.062 22.2452V22.2405C110.797 22.1659 110.509 22.0819 110.206 21.9978C110.187 21.9932 110.173 21.9885 110.159 21.9838C108.723 21.6011 106.941 21.2464 105.774 21.8205C105.765 21.8252 105.755 21.8298 105.746 21.8345C104.602 22.3992 103.808 23.4727 103.567 24.7142C103.53 24.8962 103.506 25.0455 103.501 25.0969C103.468 25.7456 104.068 26.2544 104.711 26.1143C105.235 26.0023 105.604 25.5403 105.59 25.0129C105.58 24.4808 105.472 23.7667 105.765 23.286C106.237 22.6279 106.729 22.5812 108.935 23.3047L106.544 31.323C106.214 32.4291 105.406 33.3345 104.338 33.7966L104.238 34.212H109.961L110.074 33.7966C109.337 33.1852 109.03 32.1957 109.299 31.2809L111.392 24.0561C112.309 24.2428 113.24 24.2941 114.147 24.0374L114.473 23.9441C115.196 23.7527 115.943 23.2347 116.358 22.5486Z",fill:"white"}),_.createElement("path",{d:"M118.649 21.6523L118.536 22.0677C119.245 22.5531 119.561 23.4259 119.335 24.2427L117.208 31.3228C116.877 32.429 116.069 33.3344 115.002 33.7964L114.902 34.2118H117.931H118.21H125.18L126.101 30.8934H125.666L125.51 31.2108C124.934 32.3963 123.72 33.1524 122.382 33.1524H119.429L121.003 27.5937H122.259C123.105 27.5937 123.743 28.3545 123.582 29.1759H124.012L125.043 25.4188H124.613C124.362 26.1142 123.696 26.5763 122.949 26.5809H121.291L122.382 22.7258L125.515 22.7211C126.536 22.7211 127.301 23.6452 127.098 24.6347H127.528L128.35 21.6523H118.649Z",fill:"white"}),_.createElement("path",{d:"M138.251 21.6582H131.333L131.22 22.0736C131.881 22.5263 132.207 23.3197 132.056 24.0898L129.892 31.324C129.561 32.4301 128.753 33.3356 127.685 33.7976L127.586 34.213H133.303L133.417 33.7976C132.68 33.1862 132.373 32.2014 132.637 31.282L133.686 27.5949H134.126C134.787 27.5949 135.34 28.085 135.416 28.7337C135.439 28.9437 135.77 31.506 136.035 32.3881C136.379 33.5409 136.833 34.213 137.868 34.213H140.453L140.552 33.7976L140.183 33.5829C139.451 33.1536 138.922 32.4908 138.685 31.6087C138.463 30.7779 138.043 29.2284 137.84 28.4117C137.736 27.9916 137.202 27.5996 136.654 27.5996H137.523C139.087 27.5996 140.457 26.5681 140.878 25.0839C141.365 23.3617 140.056 21.6582 138.251 21.6582ZM138.369 24.6872C138.029 25.812 136.98 26.5868 135.789 26.5868H133.974L135.071 22.7317H136.89C137.925 22.727 138.662 23.7118 138.369 24.6872Z",fill:"white"}),_.createElement("path",{d:"M100.265 22.2961C100.081 22.2961 99.6794 22.1701 99.0651 21.9181C98.4508 21.6661 97.8318 21.54 97.2034 21.54C95.904 21.54 94.8219 21.9554 93.9336 22.8422C93.1964 23.5796 92.8704 24.401 92.8704 25.1105C92.8704 25.8665 93.3193 26.7533 94.2124 27.4721C95.0582 28.1488 95.937 28.8022 96.8206 29.465C97.7468 30.1977 98.2098 30.8745 98.2098 31.4252C98.2098 32.634 97.416 33.2828 95.7669 33.2828C94.0942 33.2828 92.9366 32.074 92.568 29.8057H92.1144L90.8008 34.2162H91.226C91.7694 33.8382 92.1569 33.6001 92.946 33.6001C93.6973 33.6001 94.5006 34.4729 96.2158 34.4729C97.5814 34.4729 98.6682 34.1929 99.5943 33.2781C100.383 32.4753 100.776 31.3552 100.776 30.4404C100.776 29.591 100.237 28.6062 99.2966 27.8921C98.4886 27.2807 97.6286 26.7347 96.7923 26.1419C95.8898 25.4792 95.4362 24.9144 95.4362 24.2937C95.4362 23.9483 95.611 23.6076 95.9559 23.2622C96.3954 22.8282 96.986 22.7302 97.7751 22.7302C99.3581 22.7302 100.464 23.5983 100.558 25.4325H100.974L102.08 21.5447H101.664C101.215 22.0441 100.752 22.2961 100.265 22.2961Z",fill:"white"}),_.createElement("path",{d:"M149.201 22.7304C150.784 22.7304 151.89 23.6032 151.984 25.4327H152.4L153.501 21.5449H153.085C152.646 22.049 152.182 22.301 151.696 22.301C151.512 22.301 151.11 22.175 150.496 21.923C149.881 21.6709 149.262 21.5449 148.634 21.5449C147.334 21.5449 146.252 21.9603 145.364 22.8471C144.627 23.5845 144.296 24.4059 144.296 25.1153C144.296 25.8714 144.745 26.7582 145.638 27.477C146.484 28.1537 147.363 28.8071 148.246 29.4699C149.173 30.2026 149.636 30.8794 149.636 31.4301C149.636 32.6389 148.842 33.2876 147.193 33.2876C145.52 33.2876 144.362 32.0788 143.994 29.8106H143.54L142.227 34.2211H142.642C143.186 33.843 143.573 33.605 144.358 33.605C145.109 33.605 145.912 34.4778 147.627 34.4778C148.993 34.4778 150.075 34.1978 151.006 33.283C151.795 32.4802 152.187 31.3601 152.187 30.4453C152.187 29.6005 151.649 28.6111 150.708 27.897C149.9 27.2856 149.04 26.7395 148.204 26.1468C147.301 25.4841 146.848 24.9193 146.848 24.2986C146.848 23.9532 147.023 23.6125 147.368 23.2671C147.826 22.8237 148.412 22.7304 149.201 22.7304Z",fill:"white"}),_.createElement("path",{d:"M26.5433 2.60035C26.0377 2.44633 25.5321 2.72169 25.0265 3.00173C24.8469 3.09974 24.7194 3.27243 24.6768 3.46845L23.883 7.13222C23.8547 7.26757 23.9775 7.38891 24.1145 7.36091C24.9509 7.17422 25.7447 6.4508 26.5811 6.70283C27.5167 6.98753 28.4522 5.81606 29.3878 5.83006V1.60156C28.4475 1.60623 27.4789 2.88505 26.5433 2.60035Z",fill:"white"}),_.createElement("path",{d:"M38.4856 13.8398C38.2871 13.7044 38.1643 13.4851 38.1643 13.2471V12.5796C38.1643 11.9822 37.6729 11.4922 37.0633 11.4922H36.6239C36.0994 11.4922 35.6174 11.7536 35.3339 12.1876L33.9164 14.3485C33.7746 14.5632 33.5383 14.6892 33.2832 14.6892H32.3287C31.8562 14.6892 31.4215 14.9459 31.1947 15.3566C30.9631 15.7814 30.552 16.0754 30.0843 16.1734V1.1403C30.0843 0.94894 29.9283 0.794922 29.7346 0.794922C29.5409 0.794922 29.3849 0.94894 29.3849 1.1403V1.60702V5.83552V16.1827C28.9171 16.0847 28.506 15.7907 28.2745 15.3613C28.0524 14.9506 27.6177 14.6939 27.1405 14.6939H26.4979C25.9875 14.6939 25.5292 14.9879 25.3213 15.45L24.7873 16.6308C24.7023 16.8175 24.5133 16.9388 24.3054 16.9388C24.0975 16.9388 23.9085 16.8175 23.8234 16.6308L23.2895 15.45C23.0816 14.9926 22.6232 14.6939 22.1129 14.6939H4.00135C3.85487 14.6939 3.73674 14.8106 3.73674 14.9553C3.73674 15.2633 3.48158 15.5107 3.17444 15.5107H2.39007C2.24359 15.5107 2.12546 15.6273 2.12546 15.772V16.6728C2.12546 17.5176 1.96008 18.339 1.62931 19.1184L1.15207 20.2526C0.707907 21.3027 0.5 22.3901 0.5 23.4589V26.0726C0.5 26.7773 0.603954 27.4914 0.811861 28.1868C1.39306 30.1377 2.7161 31.7339 4.53529 32.6767L7.43182 34.1842C7.46962 34.2029 7.51214 34.2122 7.55467 34.2122L9.69517 34.2309C10.196 34.2355 10.6875 34.3616 11.1269 34.6043L12.2751 35.239C12.3129 35.2623 12.3602 35.2717 12.4074 35.2717H13.9431C14.4818 35.2717 15.0157 35.4163 15.474 35.6917C15.474 35.6917 16.2253 36.1444 16.4805 36.2891C16.8869 36.5225 17.3783 36.7465 18.2335 36.7932C18.4273 36.8025 18.621 36.7325 18.7675 36.5972C18.9092 36.4618 18.9943 36.2704 18.9943 36.0791V35.0616C18.9943 34.3242 19.4337 33.6521 20.1189 33.3581L22.4673 32.3406C22.7886 32.2006 23.1477 32.1773 23.4832 32.28L24.3621 32.5367C24.7354 32.644 25.1323 32.6487 25.5056 32.5367L27.5846 31.9253C27.8587 31.8459 28.1517 31.8459 28.4304 31.9299L29.2763 32.1633C29.6684 32.2706 29.9472 32.6347 29.9472 33.0361V35.071C29.9472 36.0184 30.7269 36.7932 31.6861 36.7932C32.4043 36.7932 33.0328 36.3405 33.2501 35.6637C33.6423 34.4456 33.8408 33.1761 33.8408 31.8973V31.0292C33.8408 30.4131 34.1006 29.8204 34.5543 29.3956L35.419 28.5882C36.0002 28.0421 36.3356 27.2674 36.3356 26.474V21.6481C36.3356 20.9013 36.5625 20.1779 36.9972 19.5618C37.0302 19.5198 37.0444 19.4638 37.0444 19.4125V18.2737C37.0444 17.5316 37.2712 16.8128 37.6965 16.2014L38.5517 14.9739C38.5848 14.9319 38.599 14.8806 38.599 14.8246V14.0545C38.6037 13.9098 38.5139 13.8585 38.4856 13.8398ZM30.0843 25.2838C30.6654 25.3725 31.1002 25.6665 31.1002 26.0212C31.1002 26.3759 30.6702 26.67 30.0843 26.7587V25.2838ZM5.22516 32.4433L4.78572 32.2146C3.59026 31.5939 2.63577 30.6698 1.9837 29.545V28.1355C2.73028 29.2043 3.74619 30.1144 4.98891 30.7631L5.22516 30.8845V32.4433ZM7.43654 33.5961L6.2647 32.9894V31.4305L7.43182 32.0373H7.43654V33.5961ZM12.3129 34.6556L11.3868 34.1422C10.8812 33.8622 10.3142 33.7128 9.73297 33.7035V32.0793C10.2197 32.0886 10.7016 32.2146 11.1269 32.448L12.2751 33.0827C12.2846 33.0874 12.2987 33.0874 12.3129 33.0921V34.6556ZM18.4603 35.0616V35.8551V36.0791C18.4603 36.1304 18.4367 36.1818 18.3989 36.2191C18.3611 36.2564 18.3139 36.2705 18.2619 36.2705C17.52 36.2331 17.0948 36.0418 16.7498 35.8411C16.4994 35.6964 15.7528 35.2483 15.7481 35.2483C15.2803 34.9683 14.7511 34.8143 14.2077 34.7723V33.1387C14.6519 33.1808 15.0866 33.3114 15.474 33.5401L16.1214 33.9228C16.8302 34.3429 17.6382 34.5809 18.4603 34.6276V35.0616ZM24.8582 32.0886C24.7448 32.084 24.6267 32.0653 24.5133 32.0326L23.6344 31.7713C23.4454 31.7152 23.2517 31.6966 23.0579 31.6966V30.0677C23.1997 30.0677 23.3414 30.0817 23.4832 30.1237L24.3621 30.3804C24.5227 30.4271 24.6928 30.4504 24.8582 30.4598V32.0886ZM30.363 32.4807C30.1929 32.0886 29.8574 31.7759 29.4275 31.6592L28.5864 31.4259C28.3879 31.3652 28.18 31.3419 27.9721 31.3419V29.7177C28.1328 29.713 28.2934 29.7317 28.4493 29.783L29.1392 29.9977C29.8716 30.2264 30.363 30.8891 30.363 31.6452V32.4807ZM32.787 35.365C32.7729 35.4117 32.7634 35.4584 32.7492 35.505C32.6028 35.9624 32.1775 36.2658 31.6955 36.2658C31.653 36.2658 31.6105 36.2564 31.568 36.2518V34.6323C31.601 34.6369 31.6294 34.6416 31.6625 34.6416C32.135 34.6416 32.565 34.3802 32.7918 33.9835V35.365H32.787ZM37.3232 15.0486C36.794 15.8047 36.5152 16.6915 36.5152 17.6109V18.4137L36.1041 19.0017C35.5702 19.7625 35.2867 20.6539 35.2867 21.578V25.6245C35.2867 26.2779 35.0126 26.9173 34.5306 27.3654L33.6659 28.1775C33.0847 28.7236 32.7634 29.489 32.787 30.2824L32.7918 30.4644C32.8248 31.5146 32.6878 32.56 32.3901 33.5681C32.2956 33.8902 31.9932 34.1142 31.6577 34.1142C31.2372 34.1142 30.8923 33.7782 30.8923 33.3581V31.6452C30.8923 30.6558 30.2496 29.7923 29.2952 29.4983L28.6053 29.2836C28.2225 29.1669 27.8209 29.1623 27.4334 29.2743L25.3544 29.881C25.0803 29.9604 24.7873 29.9604 24.5133 29.881L23.6344 29.6243C23.1808 29.489 22.6894 29.5217 22.2547 29.7083L20.4071 30.5111C19.2258 31.0245 18.4651 32.1773 18.4651 33.4515V34.1095C17.7374 34.0675 17.0286 33.8528 16.4002 33.4795L15.7528 33.0967C15.2047 32.7747 14.581 32.602 13.9431 32.602H12.4736L11.3868 31.9999C10.8717 31.7152 10.2905 31.5659 9.69989 31.5612L7.62082 31.5472L5.23461 30.3057C1.61514 28.4249 0.0700101 24.1917 1.64349 20.4579L2.12073 19.3238C2.47512 18.4837 2.6594 17.5922 2.6594 16.6775V16.0427H3.17444C3.68476 16.0427 4.11948 15.6927 4.2376 15.2213H22.1176C22.4153 15.2213 22.6894 15.394 22.8075 15.6647L23.3414 16.8455C23.5115 17.2235 23.8896 17.4662 24.3101 17.4662C24.7259 17.4662 25.1087 17.2235 25.2788 16.8455L25.8127 15.66C25.9356 15.3893 26.2049 15.2166 26.5026 15.2166H27.1452C27.424 15.2166 27.6791 15.366 27.8114 15.6087C28.1375 16.2061 28.7234 16.6075 29.3897 16.7148V24.145C28.317 24.2617 27.4949 24.8918 27.4949 25.6572C27.4949 26.5066 28.4966 27.1927 29.7346 27.1927C30.9726 27.1927 31.9743 26.5066 31.9743 25.6572C31.9743 24.8918 31.1521 24.257 30.0795 24.145V16.7101C30.7458 16.6028 31.3317 16.2014 31.6577 15.604C31.79 15.3613 32.0452 15.212 32.324 15.212H33.2785C33.7179 15.212 34.1195 14.9926 34.3605 14.6286L35.7781 12.4676C35.9624 12.1829 36.2789 12.0149 36.6239 12.0149H37.0633C37.3752 12.0149 37.6303 12.2669 37.6303 12.575V13.2424C37.6303 13.5644 37.7579 13.8725 37.98 14.1012L37.3232 15.0486ZM29.3849 25.2838V26.7587C28.8037 26.67 28.3737 26.3759 28.3737 26.0212C28.3737 25.6665 28.8037 25.3678 29.3849 25.2838Z",fill:"white"})),KE=s=>_.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Group 483737"},_.createElement("g",{id:"Icon / Live"},_.createElement("path",{id:"circle-path",fillRule:"evenodd",clipRule:"evenodd",d:"M9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9C17 13.4183 13.4183 17 9 17Z",stroke:"#107D57"}),_.createElement("path",{id:"Combined Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M10.6432 6.12891C10.9551 6.12891 11.2103 6.37162 11.2302 6.67846L11.2315 6.71714V7.55879L13.3334 6.46776C13.6362 6.31058 13.9959 6.51777 14.0195 6.85057L14.0207 6.88543V11.1406C14.0207 11.4763 13.6813 11.7002 13.3764 11.578L13.345 11.5641L11.2315 10.54V11.2818C11.2315 11.5937 10.9887 11.8489 10.6819 11.8688L10.6432 11.8701H5.11851C4.80663 11.8701 4.55144 11.6274 4.53152 11.3205L4.53027 11.2818V6.71714C4.53027 6.40526 4.77299 6.15007 5.07983 6.13016L5.11851 6.12891H10.6432ZM10.2897 7.07007H5.4709V10.9289H10.2897V7.07007ZM13.0792 7.65972L11.2396 8.61454V9.49831L13.0792 10.3896V7.65972Z",fill:"#107D57"})))),YE=s=>_.createElement("svg",{width:14,height:17,viewBox:"0 0 14 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Icon / Games"},_.createElement("path",{id:"Icon / Games_2",d:"M6.27412 2.68557L6.27411 2.68557C5.62309 2.63368 5.0525 3.12172 5.00064 3.7713L5.00064 3.77134L4.14164 14.5465C4.14163 14.5465 4.14163 14.5465 4.14163 14.5465C4.08978 15.1963 4.57588 15.7681 5.22739 15.82C5.22741 15.82 5.22742 15.82 5.22744 15.82L11.3107 16.3052L11.3108 16.3052C11.9618 16.3571 12.5324 15.869 12.5842 15.2194L12.5842 15.2194L13.4432 4.4443C13.4951 3.79528 13.0091 3.22266 12.3575 3.17076C12.3575 3.17076 12.3574 3.17076 12.3574 3.17076L6.27412 2.68557ZM8.15378 7.95339C8.06822 8.08171 8.00584 8.22011 7.96597 8.36701L7.39679 8.32084C7.47153 7.93067 7.63452 7.64794 7.86868 7.44845C8.15963 7.20058 8.54037 7.08303 9.04377 7.12388C9.36277 7.14976 9.62596 7.23281 9.84206 7.36455L9.84205 7.36458L9.84603 7.36693C10.0639 7.49535 10.2189 7.65832 10.3213 7.85605C10.4234 8.05317 10.4683 8.27793 10.4483 8.53948C10.4345 8.71901 10.392 8.86521 10.3278 8.98465L10.3277 8.98461L10.3242 8.99151C10.2546 9.12905 10.1759 9.23612 10.0908 9.31799L10.0907 9.31793L10.0855 9.32326C9.98974 9.41994 9.85909 9.53313 9.69013 9.66317C9.48159 9.8217 9.31317 9.96772 9.19518 10.0999L9.19509 10.0998L9.18961 10.1063C9.10272 10.2092 9.04052 10.3244 9.00219 10.449L8.46556 10.4054C8.49427 10.3132 8.5356 10.2357 8.58714 10.17C8.70826 10.0178 8.8862 9.84033 9.1277 9.63726C9.33755 9.46764 9.50811 9.30895 9.63088 9.16198L9.39343 8.96362L9.63088 9.16198C9.77451 8.99005 9.86011 8.79 9.87715 8.56784C9.89609 8.32086 9.82923 8.08941 9.6571 7.90614C9.48861 7.71582 9.25493 7.62752 9.00193 7.60699L8.97691 7.91539L9.00193 7.60699C8.67115 7.58016 8.35479 7.66584 8.15766 7.94771L8.1576 7.94766L8.15378 7.95339ZM8.84046 11.5393L8.84024 11.5394L8.84882 11.5493C8.9033 11.6122 8.9274 11.681 8.92009 11.7763C8.91337 11.8639 8.88049 11.9307 8.81121 11.9916L8.81117 11.9915L8.8063 11.996C8.74838 12.0491 8.68489 12.0727 8.59225 12.0652C8.49804 12.0575 8.43752 12.0248 8.38914 11.9687C8.34013 11.9019 8.31721 11.826 8.32494 11.7253L8.01644 11.7016L8.32494 11.7253C8.33288 11.6218 8.36807 11.5555 8.42399 11.5042L8.2147 11.2763L8.42377 11.5044C8.48168 11.4513 8.54518 11.4277 8.63782 11.4352C8.73051 11.4427 8.79051 11.4764 8.84046 11.5393Z",stroke:"#107D57",strokeWidth:.618817}),_.createElement("path",{id:"Icon / Games_3",d:"M7.74941 0.00278796L1.66605 0.487981C1.18503 0.526267 0.82584 0.949506 0.864126 1.42843L1.72313 12.2036C1.76142 12.6832 2.18327 13.0438 2.66359 13.0055L3.18754 12.9637L3.97219 3.12062C4.0418 2.24421 4.81101 1.58916 5.68742 1.65878L8.7776 1.90524L8.68986 0.804714C8.65157 0.32509 8.22973 -0.0354984 7.74941 0.00278796Z",fill:"#107D57"}))),GE=s=>_.createElement("svg",{width:19,height:14,viewBox:"0 0 19 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Icon / LeaderBoard"},_.createElement("path",{id:"Combined Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M16.8236 2.46643C16.436 2.23624 16.1759 1.81093 16.1759 1.32432C16.1759 0.59292 16.7636 0 17.4885 0C18.2134 0 18.8011 0.59292 18.8011 1.32432C18.8011 1.81093 18.541 2.23624 18.1534 2.46643C18.5192 2.51678 18.8011 2.83327 18.8011 3.2162V10.7838C18.8011 11.2017 18.4653 11.5405 18.051 11.5405H16.926L16.9147 11.5404H10.9255V11.5406V13.2433C10.9255 13.6612 10.5897 14 10.1755 14H8.67539C8.26115 14 7.92534 13.6612 7.92534 13.2433V11.5406V11.5404H1.93622L1.92493 11.5405H0.799856C0.385614 11.5405 0.0498047 11.2017 0.0498047 10.7838V3.2162C0.0498047 2.83328 0.331692 2.51678 0.697521 2.46643C0.309923 2.23624 0.0498047 1.81093 0.0498047 1.32432C0.0498047 0.59292 0.637471 0 1.36239 0C2.08732 0 2.67498 0.59292 2.67498 1.32432C2.67498 1.81093 2.41487 2.23624 2.02727 2.46643C2.16328 2.48515 2.28769 2.54066 2.39032 2.62269C4.78264 1.62379 7.12768 1.12793 9.42545 1.13511C11.7225 1.14228 14.0669 1.63872 16.4584 2.62442C16.5615 2.54144 16.6867 2.48528 16.8236 2.46643ZM1.92494 10.7837L1.92493 3.21617H0.799862V10.7837H1.92494ZM16.1759 3.32547C13.8707 2.37522 11.6209 1.89875 9.42314 1.89189C7.2272 1.88503 4.97905 2.36051 2.675 3.32285V10.7837H16.1759V3.32547ZM17.4885 1.89189C17.7992 1.89189 18.0511 1.63779 18.0511 1.32433C18.0511 1.01087 17.7992 0.75676 17.4885 0.75676C17.1778 0.75676 16.926 1.01087 16.926 1.32433C16.926 1.63779 17.1778 1.89189 17.4885 1.89189ZM16.926 3.21617V10.7837H18.0511V3.21617H16.926ZM8.67538 13.2432V11.5405H10.1755V13.2432H8.67538ZM1.3624 1.89189C1.67308 1.89189 1.92494 1.63779 1.92494 1.32433C1.92494 1.01087 1.67308 0.75676 1.3624 0.75676C1.05172 0.75676 0.799862 1.01087 0.799862 1.32433C0.799862 1.63779 1.05172 1.89189 1.3624 1.89189Z",fill:"#107D57"}))),XE=s=>_.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{clipPath:"url(#clip0_1664_3009)"},_.createElement("path",{d:"M21 19V5C21 3.9 20.1 3 19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19ZM8.5 13.5L11 16.51L14.5 12L19 18H5L8.5 13.5Z",fill:"#B6B9C6"})),_.createElement("defs",null,_.createElement("clipPath",{id:"clip0_1664_3009"},_.createElement("rect",{width:24,height:24,fill:"white"})))),JE=s=>_.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"check"},_.createElement("path",{id:"Vector",d:"M3.59985 10.8L7.59985 14.8L16.3999 5.20001",stroke:"white",strokeWidth:1.2,strokeLinecap:"round",strokeLinejoin:"round"}))),eL=s=>_.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"cross"},_.createElement("path",{id:"Vector",d:"M5.19995 14.8L14.8 5.20001M5.19995 5.20001L14.8 14.8",stroke:"white",strokeWidth:1.2,strokeLinecap:"round",strokeLinejoin:"round"}))),tL=s=>_.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 2.46154C8.52291 2.46154 2.46154 8.52291 2.46154 16C2.46154 23.4771 8.52291 29.5385 16 29.5385C23.4771 29.5385 29.5385 23.4771 29.5385 16C29.5385 8.52291 23.4771 2.46154 16 2.46154ZM0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16Z",fill:"#FFB600"}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 8.20513C16.6797 8.20513 17.2308 8.75616 17.2308 9.4359V17.641C17.2308 18.3208 16.6797 18.8718 16 18.8718C15.3203 18.8718 14.7692 18.3208 14.7692 17.641V9.4359C14.7692 8.75616 15.3203 8.20513 16 8.20513Z",fill:"#FFB600"}),_.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.7692 22.5641C14.7692 21.8844 15.3203 21.3333 16 21.3333H16.0164C16.6961 21.3333 17.2472 21.8844 17.2472 22.5641C17.2472 23.2438 16.6961 23.7949 16.0164 23.7949H16C15.3203 23.7949 14.7692 23.2438 14.7692 22.5641Z",fill:"#FFB600"})),nL=s=>_.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Icon/Insight"},_.createElement("path",{id:"Fill-1",fillRule:"evenodd",clipRule:"evenodd",d:"M9.3336 9.33644C8.59749 10.0725 7.40264 10.0725 6.66652 9.33644C5.93041 8.60039 5.93041 7.40565 6.66652 6.6696C7.40264 5.93355 8.59749 5.93355 9.3336 6.6696C10.0697 7.40565 10.0697 8.60039 9.3336 9.33644Z",fill:"#107D57"}),_.createElement("path",{id:"Fill-3",fillRule:"evenodd",clipRule:"evenodd",d:"M12.3345 12.3306C11.7818 12.8833 10.8863 12.8827 10.3342 12.3306C9.78211 11.7786 9.78145 10.8832 10.3342 10.3305C10.8869 9.77781 11.7824 9.77847 12.3345 10.3305C12.8866 10.8825 12.8873 11.7779 12.3345 12.3306Z",fill:"#107D57"}),_.createElement("path",{id:"Fill-5",fillRule:"evenodd",clipRule:"evenodd",d:"M5.66586 5.66365C5.11311 6.21635 4.21831 6.21635 3.66556 5.66365C3.11281 5.11094 3.11281 4.21622 3.66556 3.66352C4.21831 3.11081 5.11311 3.11081 5.66586 3.66352C6.21861 4.21622 6.21861 5.11094 5.66586 5.66365Z",fill:"#107D57"}),_.createElement("path",{id:"Fill-7",fillRule:"evenodd",clipRule:"evenodd",d:"M12.3345 5.66365C11.7818 6.21635 10.8869 6.21635 10.3342 5.66365C9.78145 5.11094 9.78145 4.21622 10.3342 3.66352C10.8869 3.11081 11.7818 3.11081 12.3345 3.66352C12.8873 4.21622 12.8873 5.11094 12.3345 5.66365Z",fill:"#107D57"}),_.createElement("path",{id:"Fill-9",fillRule:"evenodd",clipRule:"evenodd",d:"M5.66586 12.3306C5.11378 12.8827 4.21831 12.8833 3.66556 12.3306C3.11281 11.7779 3.11347 10.8825 3.66556 10.3305C4.21764 9.77847 5.11311 9.77781 5.66586 10.3305C6.21861 10.8832 6.21795 11.7786 5.66586 12.3306Z",fill:"#107D57"}),_.createElement("path",{id:"Fill-11",opacity:.5,fillRule:"evenodd",clipRule:"evenodd",d:"M8.66683 1.99964C8.29877 2.36766 7.70135 2.36766 7.33329 1.99964C6.96524 1.63162 6.96524 1.03425 7.33329 0.666221C7.70135 0.298198 8.29877 0.298198 8.66683 0.666221C9.03489 1.03425 9.03489 1.63162 8.66683 1.99964Z",fill:"#107D57"}),_.createElement("path",{id:"Fill-13",opacity:.5,fillRule:"evenodd",clipRule:"evenodd",d:"M15.3332 8.66676C14.9652 9.03478 14.3684 9.03545 13.9997 8.66675C13.631 8.29806 13.6316 7.70136 13.9997 7.33334C14.3677 6.96531 14.9645 6.96464 15.3332 7.33334C15.7019 7.70203 15.7013 8.29873 15.3332 8.66676Z",fill:"#107D57"}),_.createElement("path",{id:"Fill-15",opacity:.5,fillRule:"evenodd",clipRule:"evenodd",d:"M8.66683 15.3339C8.29811 15.7026 7.70202 15.7026 7.33329 15.3339C6.96457 14.9652 6.96457 14.3691 7.33329 14.0004C7.70202 13.6318 8.29811 13.6318 8.66683 14.0005C9.03555 14.3691 9.03555 14.9652 8.66683 15.3339Z",fill:"#107D57"}),_.createElement("path",{id:"Fill-17",opacity:.5,fillRule:"evenodd",clipRule:"evenodd",d:"M2.00033 8.66676C1.6316 9.03545 1.03484 9.03478 0.666788 8.66676C0.298732 8.29873 0.298065 7.70203 0.666788 7.33334C1.03551 6.96465 1.63227 6.96531 2.00033 7.33334C2.36838 7.70136 2.36905 8.29806 2.00033 8.66676Z",fill:"#107D57"}))),rL=s=>_.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Poll"},_.createElement("path",{id:"Notification/Icon/Poll",fillRule:"evenodd",clipRule:"evenodd",d:"M9.7778 1.68421V5.05263H13.3333C13.8243 5.05263 14.2222 4.67561 14.2222 4.21053V2.52632C14.2222 2.06123 13.8243 1.68421 13.3333 1.68421H9.7778ZM2.66667 0C1.19391 0 0 1.13107 0 2.52632V4.21053C0 5.60577 1.19391 6.73684 2.66667 6.73684H13.3333C14.8061 6.73684 16 5.60577 16 4.21053V2.52632C16 1.13107 14.8061 0 13.3333 0H2.66667ZM4.44446 10.9473H13.3333C13.8243 10.9473 14.2222 11.3243 14.2222 11.7894V13.4736C14.2222 13.9387 13.8243 14.3157 13.3333 14.3157H4.44446V10.9473ZM0 11.7894C0 10.3942 1.19391 9.2631 2.66667 9.2631H13.3333C14.8061 9.2631 16 10.3942 16 11.7894V13.4736C16 14.8689 14.8061 15.9999 13.3333 15.9999H2.66667C1.19391 15.9999 0 14.8689 0 13.4736V11.7894Z",fill:"white",fillOpacity:.5}))),aL=s=>_.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Icon/Notification/Prediciton"},_.createElement("path",{id:"Icon/Prediction",fillRule:"evenodd",clipRule:"evenodd",d:"M16 7.00522C16 7.00522 9.20048 6.81607 9.20048 0C9.20048 6.36168 3.27729 6.95056 2.48756 7.00078L2.40094 7.00522C2.40094 7.00522 9.20048 7.19435 9.20048 14.0104C9.20048 7.64877 15.1234 7.05989 15.9131 7.00964L16 7.00522ZM6.97382 12.5652C6.97382 12.5652 3.48691 12.4724 3.48691 9.13033C3.48691 12.2496 0.449402 12.5384 0.0444186 12.563L0 12.5652C0 12.5652 3.48691 12.6579 3.48691 16C3.48691 12.8807 6.52429 12.592 6.92927 12.5673L6.97382 12.5652Z",fill:"white",fillOpacity:.5}))),oL=s=>_.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Icon/Notification/Trivia"},_.createElement("path",{id:"Notification/Icon/Trivia",fillRule:"evenodd",clipRule:"evenodd",d:"M2.01663 1.3808C0.739913 1.55586 -0.153153 2.73276 0.021912 4.00948L1.3808 13.9196C1.55586 15.1963 2.73276 16.0894 4.00948 15.9143L13.9196 14.5554C15.1963 14.3803 16.0894 13.2034 15.9143 11.9267L14.5554 2.01663C14.3803 0.739913 13.2034 -0.153153 11.9267 0.021912L2.01663 1.3808ZM9.59613 3.788C9.11431 3.46991 8.47813 3.30151 7.7566 3.30151C7.54377 3.30151 7.32625 3.31671 7.10872 3.34478C6.38836 3.44067 5.68901 3.79034 5.18965 4.30138C4.68445 4.82062 4.4377 5.45563 4.51722 6.04151C4.57452 6.4742 4.90078 6.7537 5.34635 6.7537C5.39429 6.7537 5.44341 6.7502 5.49136 6.74435C6.08778 6.66483 6.21642 6.25436 6.34036 5.85675L6.34045 5.85648C6.48192 5.40401 6.61534 4.97731 7.38585 4.87444C7.46537 4.86391 7.54138 4.85806 7.61506 4.85806C8.16939 4.85806 8.51436 5.15042 8.58454 5.68252C8.65353 6.20293 8.24307 6.61807 7.80684 7.0566L7.80393 7.05954C7.31582 7.55231 6.7639 8.1095 6.86895 8.90083C6.89585 9.10548 6.9859 9.29493 7.12272 9.43644C7.27826 9.599 7.4829 9.68436 7.71331 9.68436C7.75541 9.68436 7.79868 9.68203 7.84311 9.67618C8.46691 9.59324 8.55162 9.23139 8.63338 8.8821L8.63365 8.88097L8.63661 8.86859C8.66723 8.7403 8.69877 8.60813 8.75995 8.48804C8.84649 8.31613 9.06283 8.11265 9.31428 7.87875C9.9142 7.31858 10.734 6.55143 10.582 5.41589C10.4872 4.70603 10.1551 4.15757 9.59611 3.78802L9.59613 3.788ZM8.11605 10.28C8.06927 10.28 8.02132 10.2836 7.97454 10.2894C7.38396 10.3689 6.96765 10.9127 7.04599 11.5033C7.11733 12.0377 7.57808 12.4412 8.1172 12.4412C8.16397 12.4412 8.21192 12.4377 8.25987 12.4318C8.85045 12.3523 9.2656 11.8085 9.18842 11.2179C9.11591 10.6823 8.65517 10.28 8.11605 10.28Z",fill:"white",fillOpacity:.5}))),iL=s=>_.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("path",{id:"Selected",fillRule:"evenodd",clipRule:"evenodd",d:"M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM11.6057 5.43441C11.2933 5.12199 10.7868 5.12199 10.4744 5.43441L6.93812 9.97066L5.08382 8.73446C4.7162 8.48938 4.2195 8.58871 3.97442 8.95634C3.72934 9.32396 3.82868 9.82065 4.1963 10.0657L6.5963 11.6657C6.9136 11.8773 7.33609 11.8354 7.60574 11.5658L11.6057 6.56578C11.9182 6.25336 11.9182 5.74683 11.6057 5.43441Z",fill:"#107D57"})),lL=s=>_.createElement("svg",{width:103,height:18,viewBox:"0 0 103 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{clipPath:"url(#clip0_6919_104497)"},_.createElement("path",{d:"M9.89618 3.45801C9.91951 3.45801 9.94451 3.46134 9.96784 3.46134C9.97618 3.46134 9.98284 3.46134 9.99118 3.46467H9.99784C10.0095 3.46467 10.0212 3.46801 10.0312 3.46801C10.0412 3.46801 10.0462 3.46801 10.0545 3.47134C10.0762 3.47467 10.0962 3.47467 10.1178 3.47634C10.1412 3.47967 10.1662 3.48134 10.1895 3.48467H10.2012C10.2462 3.48967 10.2945 3.49634 10.3395 3.50467C10.4512 3.52467 10.5595 3.54801 10.6662 3.57801C10.6928 3.58301 10.7178 3.59301 10.7445 3.60134H10.7478C10.7745 3.60967 10.7995 3.61801 10.8262 3.62467C10.8528 3.63301 10.8778 3.64134 10.9045 3.65134C10.9312 3.65967 10.9562 3.66801 10.9795 3.67967C11.0012 3.68801 11.0212 3.69634 11.0428 3.70634C11.0495 3.70967 11.0578 3.71134 11.0645 3.71467C11.0828 3.72301 11.1012 3.72967 11.1195 3.73801C11.1262 3.74134 11.1312 3.74301 11.1378 3.74634C11.1562 3.75467 11.1712 3.76134 11.1895 3.76967C11.1962 3.77301 11.2045 3.77467 11.2128 3.78134C11.2345 3.78967 11.2528 3.79801 11.2728 3.80967C11.2762 3.80967 11.2795 3.81301 11.2812 3.81301C11.3045 3.82467 11.3295 3.83634 11.3512 3.84801C11.3695 3.85634 11.3878 3.86801 11.4062 3.87634C11.4212 3.88134 11.4328 3.89134 11.4462 3.89967C11.4645 3.91134 11.4828 3.91967 11.5012 3.93134C11.5045 3.93467 11.5078 3.93467 11.5095 3.93634L11.5728 3.97467H11.5762L15.2178 6.18801L15.4412 6.32467C16.3228 6.90801 16.9028 7.88467 16.9028 8.99301C16.9028 10.1013 16.3262 11.0763 15.4445 11.6613L15.2095 11.803L11.5745 14.0113H11.5712L11.5078 14.0497C11.5078 14.0497 11.5012 14.053 11.4995 14.0547C11.4812 14.0663 11.4628 14.0747 11.4445 14.0863C11.4595 14.078 11.4745 14.0697 11.4895 14.0597L5.94951 17.433C5.94951 17.433 5.94618 17.433 5.94618 17.4363L5.74451 17.558H5.74118C5.19784 17.863 4.55784 18.0247 3.87784 17.993C2.73618 17.938 1.75784 17.3463 1.19284 16.4847C0.837844 15.9413 0.64451 15.2913 0.681177 14.6013C0.71451 13.983 0.922844 13.4147 1.26118 12.9397L1.26951 12.9247L4.04451 8.99634L6.77784 5.12634C6.81118 5.07967 6.84784 5.03301 6.87784 4.98467C6.87451 4.98967 6.86951 4.99967 6.86284 5.00467C6.87118 4.98967 6.88118 4.97634 6.88951 4.96134C6.88951 4.95801 6.89284 4.95801 6.89284 4.95634C6.89618 4.95301 6.89951 4.94801 6.90118 4.94467C6.90118 4.94467 6.90118 4.94134 6.90451 4.94134C6.91951 4.92134 6.93451 4.90134 6.94618 4.87801C6.96118 4.85801 6.97618 4.83801 6.99118 4.81634C7.00618 4.79634 7.02118 4.77634 7.03618 4.75467C7.03951 4.75134 7.03951 4.74967 7.04284 4.74634C7.04618 4.74301 7.04618 4.74134 7.04951 4.74134C7.06451 4.72134 7.07951 4.70134 7.09784 4.67967C7.10951 4.66467 7.12118 4.65134 7.13451 4.63634C7.16784 4.59801 7.20118 4.56134 7.23784 4.52301C7.25284 4.50801 7.26451 4.49467 7.27951 4.47967C7.30118 4.45634 7.32118 4.43634 7.34618 4.41634C7.36451 4.39967 7.38284 4.38134 7.40118 4.36467C7.41951 4.34801 7.43451 4.33301 7.45284 4.31801C7.45618 4.31467 7.45951 4.31301 7.45951 4.31301C7.47118 4.30134 7.48118 4.29301 7.49284 4.28467C7.50451 4.27301 7.51951 4.26134 7.53284 4.25301C7.53618 4.24967 7.53951 4.24801 7.54118 4.24801C7.55951 4.23301 7.57451 4.21967 7.59284 4.20467C7.60784 4.18967 7.62618 4.17801 7.64118 4.16634C7.65618 4.15467 7.66784 4.14634 7.68284 4.13467C7.70118 4.11967 7.71951 4.10801 7.73784 4.09467C7.75284 4.08634 7.76451 4.07467 7.77951 4.06634C7.78618 4.06134 7.79451 4.05467 7.80284 4.05134C7.81784 4.03967 7.83284 4.03134 7.84784 4.02301C7.85118 4.01967 7.85618 4.01801 7.85951 4.01467C7.87784 4.00301 7.89618 3.99134 7.91118 3.98301C7.91784 3.97801 7.92618 3.97467 7.93284 3.96801C7.94784 3.95967 7.95951 3.95134 7.97451 3.94134C7.98284 3.93634 7.99284 3.92967 8.00118 3.92467C8.01618 3.91634 8.03451 3.90801 8.04951 3.89634C8.05284 3.89301 8.05784 3.89134 8.06451 3.88801C8.08618 3.87634 8.10451 3.86467 8.12451 3.85634C8.12784 3.85301 8.13118 3.85301 8.13618 3.85134C8.15784 3.83967 8.17784 3.82801 8.19951 3.81967C8.19951 3.81967 8.20284 3.81967 8.20284 3.81634C8.22618 3.80467 8.24784 3.79301 8.27284 3.78134C8.27284 3.78134 8.27618 3.78134 8.27618 3.77801C8.29451 3.76967 8.31284 3.76134 8.33284 3.75134C8.34118 3.74801 8.35118 3.74301 8.35951 3.73967C8.37118 3.73467 8.38284 3.72801 8.39618 3.72467C8.41118 3.71967 8.42284 3.71301 8.43784 3.70801C8.46118 3.69967 8.48284 3.69134 8.50784 3.68134C8.52284 3.67634 8.53451 3.66967 8.54951 3.66634C8.57118 3.65801 8.59118 3.65134 8.61284 3.64301C8.63118 3.63801 8.65284 3.63134 8.66951 3.62301C8.75451 3.59634 8.83784 3.57134 8.92284 3.54967C8.94118 3.54467 8.96284 3.54134 8.97951 3.53801C9.08451 3.51467 9.19451 3.49467 9.30284 3.48301C9.32951 3.47967 9.35784 3.47801 9.38451 3.47467C9.42118 3.47134 9.45951 3.46967 9.49618 3.46634C9.51118 3.46634 9.52284 3.46301 9.53784 3.46301H9.55951C9.58951 3.46301 9.61618 3.45967 9.64784 3.45967H9.73784C9.79451 3.45967 9.84284 3.45967 9.89451 3.46301L9.89618 3.45801ZM10.6662 14.413C10.5612 14.4413 10.4512 14.4647 10.3395 14.4863C10.4512 14.4663 10.5595 14.443 10.6662 14.413ZM9.56118 14.5313H9.56951C9.56118 14.5313 9.54784 14.5313 9.53951 14.528C9.54618 14.528 9.55451 14.5313 9.56118 14.5313ZM7.08784 13.293C7.05451 13.253 7.02451 13.2147 6.99451 13.1747C7.02451 13.2147 7.05784 13.253 7.08784 13.293ZM6.90284 13.043C6.90284 13.043 6.90618 13.0463 6.90618 13.048C6.90284 13.0447 6.90284 13.043 6.89951 13.0363C6.89618 13.033 6.89618 13.0297 6.89284 13.0247C6.86951 12.9897 6.84784 12.953 6.82284 12.918C6.84451 12.953 6.86784 12.9913 6.88951 13.0247C6.89618 13.0297 6.89784 13.0363 6.90118 13.0413L6.90284 13.043ZM6.89451 13.0263C6.85784 12.968 6.81951 12.913 6.77618 12.858L6.89451 13.0263Z",fill:"#1652A8",style:{fill:"#1652A8",fill:"color(display-p3 0.0863 0.3216 0.6588)",fillOpacity:1}}),_.createElement("g",{opacity:.85},_.createElement("path",{d:"M5.77088 0.453306L5.97588 0.578306L5.97921 0.581639L11.5225 3.94997C11.5075 3.94164 11.4925 3.93331 11.4775 3.92331C11.4959 3.93497 11.5142 3.94331 11.5325 3.95497C11.5359 3.95831 11.5392 3.95831 11.5409 3.95997L11.6042 3.99831H11.6075L15.2492 6.21164L15.4725 6.34831C16.3542 6.93164 16.9342 7.9083 16.9342 9.01664C16.9342 10.125 16.3575 11.1 15.4759 11.685L15.2409 11.8266L11.6059 14.035H11.6025L11.5392 14.0733C11.5392 14.0733 11.5325 14.0766 11.5309 14.0783C11.5125 14.09 11.4942 14.0983 11.4759 14.11C11.4642 14.1183 11.4492 14.125 11.4359 14.1333C11.4175 14.145 11.3992 14.1533 11.3809 14.1616C11.3575 14.1733 11.3359 14.185 11.3109 14.1966C11.3075 14.2 11.3042 14.2 11.3025 14.2C11.2842 14.2116 11.2625 14.22 11.2425 14.2283C11.2359 14.2316 11.2275 14.2333 11.2192 14.24C11.2009 14.2483 11.1859 14.255 11.1675 14.2633C11.1609 14.2666 11.1592 14.2683 11.1525 14.2683C11.1309 14.2766 11.1109 14.285 11.0859 14.2966C11.0625 14.3083 11.0342 14.3166 11.0109 14.325C10.9875 14.3333 10.9592 14.345 10.9359 14.3533C10.9092 14.3616 10.8842 14.37 10.8575 14.38C10.8309 14.3883 10.8059 14.3966 10.7792 14.4033H10.7759C10.7492 14.4116 10.7242 14.4183 10.6975 14.4266C10.5925 14.455 10.4825 14.4783 10.3709 14.4983C10.3259 14.5066 10.2775 14.5133 10.2325 14.5183C10.2259 14.5183 10.2242 14.5183 10.2209 14.5216C10.1975 14.525 10.1725 14.5283 10.1492 14.53C10.1009 14.5366 10.0525 14.5383 10.0042 14.5416C9.92921 14.5483 9.85254 14.5483 9.77754 14.5483H9.68088C9.65421 14.5483 9.62921 14.545 9.60254 14.545C9.59421 14.545 9.58088 14.545 9.57254 14.5416C9.53254 14.5383 9.49088 14.5366 9.45254 14.5333C9.27421 14.5166 9.09588 14.4866 8.92754 14.4466C8.90421 14.44 8.87921 14.435 8.85254 14.4266C8.81921 14.4183 8.78588 14.41 8.74921 14.3983C8.73088 14.3933 8.70921 14.3866 8.69254 14.3816C8.66588 14.3733 8.64088 14.365 8.61421 14.355C8.58754 14.3466 8.56254 14.3383 8.53921 14.3266C8.51588 14.3183 8.48754 14.3066 8.46421 14.2983C8.44088 14.29 8.41921 14.2816 8.39754 14.27C8.38921 14.2666 8.38254 14.265 8.37421 14.2583C8.35588 14.25 8.33754 14.2416 8.31754 14.2316C8.31754 14.2316 8.31421 14.2316 8.31421 14.2283C8.29088 14.2166 8.26588 14.205 8.24254 14.1933C8.21921 14.1816 8.19421 14.17 8.17088 14.155C8.14754 14.1433 8.12254 14.1283 8.10088 14.1166C8.07754 14.105 8.05254 14.09 8.03088 14.0766C8.00754 14.0616 7.98588 14.0483 7.96088 14.0366C7.93754 14.0216 7.91588 14.0083 7.89421 13.9933C7.87254 13.9783 7.85254 13.965 7.83088 13.95C7.82754 13.95 7.82754 13.9466 7.82421 13.945C7.80588 13.9333 7.78754 13.9183 7.76754 13.905C7.76421 13.9016 7.76088 13.9016 7.75921 13.9C7.74088 13.885 7.72254 13.8733 7.70421 13.86C7.70088 13.8566 7.69588 13.855 7.69254 13.8483C7.67421 13.8333 7.65588 13.82 7.63754 13.805C7.63754 13.805 7.63421 13.805 7.63421 13.8016C7.61588 13.7866 7.59754 13.7733 7.57754 13.755C7.57421 13.7516 7.57088 13.7516 7.56921 13.7483C7.55421 13.7366 7.53921 13.7216 7.52421 13.71C7.51754 13.705 7.51254 13.6983 7.50588 13.695C7.49421 13.6833 7.47921 13.6716 7.46588 13.66C7.43921 13.6366 7.41421 13.6133 7.39088 13.5866C7.37254 13.57 7.35754 13.5516 7.33921 13.535C7.32754 13.5233 7.31754 13.5116 7.30588 13.5C7.29421 13.4883 7.28421 13.48 7.27588 13.4683C7.25754 13.4516 7.24254 13.43 7.22421 13.4133C7.19088 13.375 7.15754 13.3383 7.12421 13.2966C7.09088 13.2566 7.06088 13.2183 7.03088 13.1783C7.01588 13.1583 7.00088 13.1383 6.98588 13.1166C6.97088 13.0966 6.95588 13.0766 6.94421 13.0533C6.94088 13.05 6.94088 13.0483 6.93754 13.0416C6.93421 13.0383 6.93421 13.0366 6.93088 13.03C6.90754 12.995 6.88588 12.9583 6.86088 12.9233C6.88254 12.9583 6.90588 12.995 6.92754 13.03C6.89088 12.9716 6.85254 12.9166 6.80921 12.8616L4.07921 8.99664L1.34088 5.12997L1.23254 4.97664L1.22921 4.97164C0.92421 4.51164 0.737543 3.97497 0.707543 3.39497C0.670877 2.70497 0.86421 2.05164 1.22088 1.50997C1.78588 0.648306 2.76588 0.0566391 3.90421 -2.75556e-05C4.58421 -0.0150276 5.22421 0.148306 5.77088 0.453306Z",fill:"url(#paint0_linear_6919_104497)",style:{}})),_.createElement("path",{d:"M32.4132 12.862C31.2015 12.862 30.4482 12.0503 30.4482 10.7203V8.4453H32.6632V7.02697H30.4482V4.72363L28.8548 5.9053V7.0253H27.9648V8.44363H28.8548V10.7053C28.8548 12.9953 30.1982 14.412 32.4282 14.412H32.7682V12.862H32.4132Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),_.createElement("path",{d:"M19.9812 12.5767L21.4028 11.4651C22.0395 12.4867 22.8995 13.0351 23.9962 13.0351C25.1962 13.0351 25.9512 12.2651 25.9512 11.3017C25.9512 10.1901 24.7662 9.83506 23.5212 9.43506C22.0545 8.96172 20.4695 8.36839 20.4695 6.38339C20.4695 4.73839 21.9362 3.43506 23.9362 3.43506C25.5812 3.43506 26.6028 4.07172 27.4328 5.03506L26.1145 6.01339C25.6262 5.25839 24.8995 4.85839 23.9362 4.85839C22.8395 4.85839 22.1278 5.51006 22.1278 6.35506C22.1278 7.39172 23.2695 7.73339 24.5128 8.14839C25.9945 8.65172 27.6095 9.29006 27.6095 11.3051C27.6095 12.9651 26.2462 14.5501 24.0095 14.5501C22.1578 14.5501 20.8978 13.7651 19.9795 12.5801L19.9812 12.5767Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),_.createElement("path",{d:"M38.2695 10.7367C38.2695 8.56503 39.9379 6.8667 42.1095 6.8667C44.2812 6.8667 45.9062 8.4467 45.9062 10.6334V11.2534H39.7912C39.9979 12.39 40.8845 13.1434 42.1695 13.1434C43.1745 13.1434 43.9429 12.6117 44.3262 11.8134L45.6262 12.5367C44.9762 13.7484 43.8095 14.545 42.1695 14.545C39.8362 14.545 38.2695 12.8767 38.2695 10.735V10.7367ZM39.8645 9.91003H44.2962C44.0595 8.8467 43.2479 8.25503 42.1095 8.25503C40.9712 8.25503 40.1595 8.93503 39.8645 9.91003Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),_.createElement("path",{d:"M33.7549 10.72C33.7549 8.42999 35.0982 7.02832 37.3282 7.02832H38.0366V8.56499H37.3132C36.1016 8.56499 35.3199 9.40665 35.3349 10.7367V14.415H33.7549V10.7233V10.72Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),_.createElement("path",{d:"M46.6882 10.7218C46.6882 8.56517 48.3865 6.88184 50.5132 6.88184C52.6399 6.88184 54.3082 8.56517 54.3082 10.7218V14.4135H52.7582V13.4535C52.2415 14.1468 51.4432 14.5468 50.4682 14.5468C48.3565 14.5468 46.6865 12.8935 46.6865 10.7218H46.6882ZM52.7882 10.7218C52.7882 9.40684 51.7832 8.3585 50.5132 8.3585C49.2432 8.3585 48.2382 9.40684 48.2382 10.7218C48.2382 12.0368 49.2282 13.0852 50.5132 13.0852C51.7982 13.0852 52.7882 12.0218 52.7882 10.7218Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),_.createElement("path",{d:"M55.3027 10.2717C55.3027 8.30667 56.6461 6.875 58.6411 6.875C59.7777 6.875 60.6944 7.33333 61.2694 8.10167C61.8161 7.33333 62.7027 6.875 63.8394 6.875C65.8477 6.875 67.2511 8.27833 67.2511 10.2717V14.4067H65.6711V10.2867C65.6711 9.165 64.9177 8.38167 63.8394 8.38167C62.7611 8.38167 62.0527 9.18 62.0677 10.2433V14.4083H60.4877V10.2883C60.4877 9.16667 59.7194 8.38333 58.6411 8.38333C57.5627 8.38333 56.8694 9.18167 56.8827 10.245V14.41H55.3027V10.275V10.2717Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),_.createElement("path",{d:"M68.2646 3.62695H69.8746V12.872H74.2313V14.4086H68.2646V3.62695Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),_.createElement("path",{d:"M89.418 10.7367C89.418 8.56503 91.0863 6.8667 93.258 6.8667C95.4296 6.8667 97.0546 8.4467 97.0546 10.6334V11.2534H90.9396C91.1463 12.39 92.033 13.1434 93.318 13.1434C94.323 13.1434 95.0913 12.6117 95.4746 11.8134L96.7746 12.5367C96.1246 13.7484 94.958 14.545 93.318 14.545C90.9846 14.545 89.418 12.8767 89.418 10.735V10.7367ZM91.013 9.91003H95.4446C95.208 8.8467 94.3963 8.25503 93.258 8.25503C92.1196 8.25503 91.308 8.93503 91.013 9.91003Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),_.createElement("path",{d:"M74.4948 10.7218C74.4948 8.56517 76.1932 6.88184 78.3198 6.88184C80.4465 6.88184 82.1148 8.56517 82.1148 10.7218V14.4135H80.5648V13.4535C80.0482 14.1468 79.2498 14.5468 78.2748 14.5468C76.1632 14.5468 74.4932 12.8935 74.4932 10.7218H74.4948ZM80.5948 10.7218C80.5948 9.40684 79.5898 8.3585 78.3198 8.3585C77.0498 8.3585 76.0448 9.40684 76.0448 10.7218C76.0448 12.0368 77.0348 13.0852 78.3198 13.0852C79.6048 13.0852 80.5948 12.0218 80.5948 10.7218Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),_.createElement("path",{d:"M85.0381 14.0498L81.9814 7.0498H83.6798L85.8364 12.1748L87.8748 7.0498H89.5431L85.0831 17.8465H83.4581L85.0381 14.0515V14.0498Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),_.createElement("path",{d:"M98.041 10.7151C98.041 8.4251 99.3843 7.02344 101.614 7.02344H102.323V8.5601H101.599C100.388 8.5601 99.606 9.40177 99.621 10.7318V14.4101H98.041V10.7184V10.7151Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}})),_.createElement("defs",null,_.createElement("linearGradient",{id:"paint0_linear_6919_104497",x1:4.31754,y1:8.70664,x2:13.6359,y2:3.59497,gradientUnits:"userSpaceOnUse"},_.createElement("stop",{offset:.2,stopColor:"#1589EE",style:{stopColor:"#1589EE",stopColor:"color(display-p3 0.0824 0.5373 0.9333)",stopOpacity:1}}),_.createElement("stop",{offset:1,stopColor:"#5EB4FF",style:{stopColor:"#5EB4FF",stopColor:"color(display-p3 0.3686 0.7059 1.0000)",stopOpacity:1}})),_.createElement("clipPath",{id:"clip0_6919_104497"},_.createElement("rect",{width:101.648,height:18,fill:"white",style:{fill:"white",fillOpacity:1},transform:"translate(0.675781)"})))),sL=s=>_.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...s},_.createElement("g",{id:"Frame 3469523"},_.createElement("rect",{x:.5,y:.5,width:17,height:17,rx:8.5,fill:"black"}),_.createElement("rect",{x:.5,y:.5,width:17,height:17,rx:8.5,stroke:"#F2F2F1"}),_.createElement("g",{id:"layer1"},_.createElement("path",{id:"path1009",d:"M5.10046 5L8.32856 9.3097L5.08008 12.8137H5.81118L8.65522 9.74589L10.9531 12.8137H13.4411L10.0314 8.26155L13.055 5H12.3239L9.70471 7.82536L7.58843 5H5.10046ZM6.1756 5.53771H7.31858L12.3658 12.2759H11.2228L6.1756 5.53771Z",fill:"white"})))),Bm={"invite-game-icon":qE,"icon-trophy":HE,"icon-trophy-green":zE,"icon-trophy-solid":FE,"icon-trivia":oL,"icon-thumb-down":DE,"icon-thumb-up":VE,"icon-star":OE,"icon-prediction":aL,"icon-insight":nL,"icon-poll":rL,"icon-play":ME,"icon-pause":jE,"icon-masters-logo":AE,"icon-logout":PE,"icon-link":NE,"icon-external-link":IE,"icon-invite-arrow":_E,"icon-friends":RE,"icon-exit":TE,"icon-default-user-avatar":EE,"icon-copy":xE,"icon-cross":uE,"icon-close":wE,"icon-close-btn-white":bE,"icon-close-btn-gray":CE,"icon-circle-arrow-right":yE,"icon-chevron":gE,"icon-chevron-white-left":vE,"icon-chevron-left":mE,"icon-check":iE,"icon-check-white":hE,"icon-check-green":pE,"icon-check-circle":fE,"icon-btn-channels":KE,"icon-btn-feature-groups":YE,"icon-btn-leaderboard":GE,"icon-arrow":oE,"icon-twitter-verified":UE,"icon-trophy-bet-pack":$E,dashboard:SE,correct:JE,incorrect:eL,questionExpired:tL,selected:iL,circleClose:sE,incorrectVoted:WE,mastersLogo:QE,streamLayerLogo:lL,twitter:sL,iconUp:BE,iconCopySuccess:kE,chevronRight:lE,noImageIcon:XE,iconArrowRight:dE,iconEarlyPrediction:LE,iconArrowPrev:cE,mastersLogoWhite:ZE},tt=({name:s,style:d,className:p,...C})=>{if(!Bm[s])return v.jsx("span",{children:s});const b=Bm[s];return v.jsx(b,{"data-testid":"svg-icon",style:d,className:p,...C})};var Wm=typeof window>"u"?V.useEffect:V.useLayoutEffect,uL=({isPlaying:s,duration:d,startAt:p=0,updateInterval:C=0,onComplete:b,onUpdate:S})=>{let[y,I]=V.useState(p),T=V.useRef(0),P=V.useRef(p),H=V.useRef(p*-1e3),j=V.useRef(null),N=V.useRef(null),$=V.useRef(null),Z=ae=>{let oe=ae/1e3;if(N.current===null){N.current=oe,j.current=requestAnimationFrame(Z);return}let se=oe-N.current,ce=T.current+se;N.current=oe,T.current=ce;let me=P.current+(C===0?ce:(ce/C|0)*C),xe=P.current+ce,ke=typeof d=="number"&&xe>=d;I(ke?d:me),ke||(j.current=requestAnimationFrame(Z))},ee=()=>{j.current&&cancelAnimationFrame(j.current),$.current&&clearTimeout($.current),N.current=null},K=V.useCallback(ae=>{ee(),T.current=0;let oe=typeof ae=="number"?ae:p;P.current=oe,I(oe),s&&(j.current=requestAnimationFrame(Z))},[s,p]);return Wm(()=>{if(S==null||S(y),d&&y>=d){H.current+=d*1e3;let{shouldRepeat:ae=!1,delay:oe=0,newStartAt:se}=(b==null?void 0:b(H.current/1e3))||{};ae&&($.current=setTimeout(()=>K(se),oe*1e3))}},[y,d]),Wm(()=>(s&&(j.current=requestAnimationFrame(Z)),ee),[s,d,C]),{elapsedTime:y,reset:K}},cL=(s,d,p)=>{let C=s/2,b=d/2,S=C-b,y=2*S,I=p==="clockwise"?"1,0":"0,1",T=2*Math.PI*S;return{path:`m ${C},${b} a ${S},${S} 0 ${I} 0,${y} a ${S},${S} 0 ${I} 0,-${y}`,pathLength:T}},qm=(s,d)=>s===0||s===d?0:typeof d=="number"?s-d:0,dL=s=>({position:"relative",width:s,height:s}),fL={display:"flex",justifyContent:"center",alignItems:"center",position:"absolute",left:0,top:0,width:"100%",height:"100%"},Kv=(s,d,p,C,b)=>{if(C===0)return d;let S=(b?C-s:s)/C;return d+p*S},Qm=s=>{var d,p;return(p=(d=s.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(C,b,S,y)=>`#${b}${b}${S}${S}${y}${y}`).substring(1).match(/.{2}/g))==null?void 0:d.map(C=>parseInt(C,16)))!=null?p:[]},pL=(s,d)=>{var p;let{colors:C,colorsTime:b,isSmoothColorTransition:S=!0}=s;if(typeof C=="string")return C;let y=(p=b==null?void 0:b.findIndex((N,$)=>N>=d&&d>=b[$+1]))!=null?p:-1;if(!b||y===-1)return C[0];if(!S)return C[y];let I=b[y]-d,T=b[y]-b[y+1],P=Qm(C[y]),H=Qm(C[y+1]),j=!!s.isGrowing;return`rgb(${P.map((N,$)=>Kv(I,N,H[$]-N,T,j)|0).join(",")})`},hL=s=>{let{duration:d,initialRemainingTime:p,updateInterval:C,size:b=180,strokeWidth:S=12,trailStrokeWidth:y,isPlaying:I=!1,isGrowing:T=!1,rotation:P="clockwise",onComplete:H,onUpdate:j}=s,N=V.useRef(),$=Math.max(S,y??0),{path:Z,pathLength:ee}=cL(b,$,P),{elapsedTime:K}=uL({isPlaying:I,duration:d,startAt:qm(d,p),updateInterval:C,onUpdate:typeof j=="function"?oe=>{let se=Math.ceil(d-oe);se!==N.current&&(N.current=se,j(se))}:void 0,onComplete:typeof H=="function"?oe=>{var se;let{shouldRepeat:ce,delay:me,newInitialRemainingTime:xe}=(se=H(oe))!=null?se:{};if(ce)return{shouldRepeat:ce,delay:me,newStartAt:qm(d,xe)}}:void 0}),ae=d-K;return{elapsedTime:K,path:Z,pathLength:ee,remainingTime:Math.ceil(ae),rotation:P,size:b,stroke:pL(s,ae),strokeDashoffset:Kv(K,0,ee,d,T),strokeWidth:S}},$7=s=>{let{children:d,strokeLinecap:p,trailColor:C,trailStrokeWidth:b}=s,{path:S,pathLength:y,stroke:I,strokeDashoffset:T,remainingTime:P,elapsedTime:H,size:j,strokeWidth:N}=hL(s);return V.createElement("div",{style:dL(j)},V.createElement("svg",{viewBox:`0 0 ${j} ${j}`,width:j,height:j,xmlns:"http://www.w3.org/2000/svg"},V.createElement("path",{d:S,fill:"none",stroke:C??"#d9d9d9",strokeWidth:b??N}),V.createElement("path",{d:S,fill:"none",stroke:I,strokeLinecap:p??"round",strokeWidth:N,strokeDasharray:y,strokeDashoffset:T})),typeof d=="function"&&V.createElement("div",{style:fL},d({remainingTime:P,elapsedTime:H,color:I})))};$7.displayName="CountdownCircleTimer";const mL=[10,10,1,0],vL=E("div")({name:"RemainingTimeCircle",class:"r165427",propsAsIs:!1}),gL=E("div")({name:"RemainingTime",class:"r17garf3",propsAsIs:!1}),yL=OS,E7=DS,Zm=VS,CL=({className:s,duration:d=30,onTimerExpired:p,isPlaying:C=!0})=>v.jsx($7,{isPlaying:C,strokeWidth:0,duration:d,colors:E7,size:24,onComplete:p,children:({remainingTime:b})=>v.jsx(gL,{className:s,children:d===0?0:b})}),bL=({isPlaying:s=!0,duration:d=30,onTimerExpired:p})=>{const[C,b]=V.useState(d>10?yL:E7),[S,y]=V.useState(2);V.useEffect(()=>{d===0&&(y(0),b(Zm))},[d]);const I=({remainingTime:H})=>v.jsx(vL,{children:d===0?0:H}),T=V.useCallback(()=>{p==null||p(),b(Zm)},[p,b]),P=V.useCallback(H=>{H===10&&b(E7)},[b]);return v.jsx($7,{isPlaying:s,duration:d,colors:MS,colorsTime:mL,size:32,strokeWidth:S,trailStrokeWidth:2,trailColor:C,onComplete:T,onUpdate:P,children:I})},wL=E("div")({name:"CloseIconWrap",class:"c3v6bv6",propsAsIs:!1}),kL=E("div")({name:"TimerWrap",class:"teuhmro",propsAsIs:!1}),xL=()=>tt,SL=E(xL())({name:"Icon",class:"i17rfxv5",propsAsIs:!0}),Yv=({close:s,className:d,isPlaying:p=!0,duration:C=0,autoClose:b})=>{const[S,y]=V.useState(C===0);V.useEffect(()=>{y(!C)},[C]);const I=V.useCallback(()=>{b===J.CloseTimerAuto.ENABLED?s==null||s():y(!0)},[b,s]);return S?v.jsx(wL,{onClick:s,className:d,children:v.jsx(SL,{name:"icon-cross"})}):v.jsx(kL,{children:v.jsx(CL,{isPlaying:p,duration:C,onTimerExpired:I})})},sd={[J.QuestionType.TWEET]:{label:"Insight",iconName:"icon-insight"},[J.QuestionType.PROMOTION]:{label:"Insight",iconName:"icon-insight"},[J.QuestionType.UNSET]:void 0,[J.QuestionType.FACTOID]:{label:"Insight",iconName:"icon-insight"},[J.QuestionType.POLL]:{label:"Poll",iconName:"icon-poll"},[J.QuestionType.TRIVIA]:{label:"Trivia",iconName:"icon-trivia"},[J.QuestionType.PREDICTION]:{label:"Prediction",iconName:"icon-prediction"}},EL={[J.QuestionType.TWEET]:"Learn more",[J.QuestionType.FACTOID]:"Learn more",[J.QuestionType.POLL]:"Answer",[J.QuestionType.TRIVIA]:"Answer",[J.QuestionType.PREDICTION]:"Answer",[J.QuestionType.PROMOTION]:"",[J.QuestionType.UNSET]:""},LL=E("div")({name:"Container",class:"c1vwopgc",propsAsIs:!1}),TL=E("div")({name:"QuestionTypeWrap",class:"qyktpt0",propsAsIs:!1}),IL=()=>tt,RL=E(IL())({name:"QuestionTypeIcon",class:"q951jdx",propsAsIs:!0}),_L=E("span")({name:"QuestionTypeTitle",class:"qss5f0e",propsAsIs:!1}),NL=E("div")({name:"CloseIconWrap",class:"c1ao1jtv",propsAsIs:!1}),PL=()=>tt,AL=E(PL())({name:"CloseIcon",class:"cvsl7l3",propsAsIs:!0}),z7=({type:s,closeTimer:d,close:p,label:C})=>{const b=s?sd[s]:{label:C,iconName:void 0};return v.jsxs(LL,{children:[v.jsxs(TL,{children:[(b==null?void 0:b.iconName)&&v.jsx(RL,{"data-type-trivia":s===J.QuestionType.TRIVIA,"data-type-poll":s===J.QuestionType.POLL,name:b.iconName}),(b==null?void 0:b.label)&&v.jsx(_L,{children:b.label})]}),d!=null&&d.seconds?v.jsx(Yv,{close:p,autoClose:d.auto,duration:d.seconds}):v.jsx(NL,{onClick:p,children:v.jsx(AL,{name:"icon-cross"})})]})},Gv=E("div")({name:"Container",class:"cqg02m",propsAsIs:!1}),Na=({children:s,style:d,loading:p})=>p?v.jsx(Gv,{style:d,children:s}):s,F7=s=>s.split(/\s+/).map(d=>d[0]).join("").toUpperCase(),Xv=s=>s?s.toLocaleString("en-US"):"0",jL=s=>{const d=new Date(s);if(!d)return"";const p=new Date,C=Math.floor(p.getTime()-d.getTime());return C<6e4?`${Math.floor(C/1e3)}s`:C<36e5?`${Math.floor(C/6e4)}m`:C<864e5?`${Math.floor(C/36e5)}h`:d.getFullYear()===p.getFullYear()?`${d.toLocaleDateString("en-US",{month:"short",day:"numeric"})}`:`${d.toLocaleDateString("en-US",{month:"2-digit",day:"2-digit",year:"2-digit"})}`},ML=E("div")({name:"Container",class:"c1zy8a",propsAsIs:!1}),OL=E("div")({name:"Title",class:"t1vih9p5",propsAsIs:!1}),DL=E("div")({name:"Indicator",class:"i1fbnvpb",propsAsIs:!1}),Km=({indicator:s,title:d})=>v.jsxs(ML,{children:[v.jsx(OL,{children:d}),v.jsx(DL,{children:s})]}),VL=E("div")({name:"Container",class:"ctmhwyc",propsAsIs:!1}),$L=E("div")({name:"Indicator",class:"i1jri200",propsAsIs:!1}),zL=E("div")({name:"Title",class:"t8s05oq",propsAsIs:!1}),C4=({indicator:s,title:d})=>v.jsxs(VL,{children:[v.jsx($L,{children:s}),v.jsx(zL,{children:d})]}),FL=E("div")({name:"Container",class:"c1yrpn9o",propsAsIs:!1}),HL=E("div")({name:"TopInfo",class:"t17fwahh",propsAsIs:!1}),UL=E("div")({name:"BottomInfo",class:"by6w7e9",propsAsIs:!1}),BL=E("div")({name:"User",class:"u1g7arbm",propsAsIs:!1}),WL=E("img")({name:"Avatar",class:"a1ldeata",propsAsIs:!1}),qL=E("div")({name:"UserInfo",class:"u10d4koz",propsAsIs:!1}),QL=E("div")({name:"UserName",class:"u1q6roj0",propsAsIs:!1}),ZL=E("div")({name:"UserRating",class:"ui0m425",propsAsIs:!1}),KL=E("img")({name:"TrophyIcon",class:"t1el3mrn",propsAsIs:!1}),YL=E("div")({name:"Rts",class:"r2vgnxv",propsAsIs:!1}),GL=E("div")({name:"RtsIndicator",class:"roqn06j",propsAsIs:!1}),XL=E("div")({name:"RtsLabel",class:"r15adx7c",propsAsIs:!1}),JL=E("div")({name:"Divider",class:"dv59lta",propsAsIs:!1}),eT=E("div")({name:"Ranks",class:"r55lotb",propsAsIs:!1}),tT=E("div")({name:"Statistics",class:"s1knfgqt",propsAsIs:!1}),nT=E("div")({name:"AvatarPlaceholder",class:"a1mqo824",propsAsIs:!1}),rT=E("button")({name:"UserAccountBtn",class:"uxareh6",propsAsIs:!1}),aT="data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Trophy'%3e%3cpath%20id='Combined%20Shape'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.69197%204.66662C3.69197%205.99705%203.92914%207.17787%204.4035%208.20912C3.49966%208.02451%202.74487%207.66486%202.1391%207.13014C1.53333%206.59542%201.23046%206.0798%201.23046%205.58328V4.66662H3.69197ZM14.7686%204.66662V5.58328C14.7686%206.0798%2014.4658%206.59542%2013.86%207.13014C13.2542%207.66486%2012.4994%208.02451%2011.5956%208.20912C12.0699%207.17787%2012.3071%205.99705%2012.3071%204.66662H14.7686ZM15.9998%205.58329V4.36108C15.9998%204.10645%2015.9101%203.89002%2015.7306%203.71178C15.5511%203.53354%2015.3332%203.44442%2015.0768%203.44442H12.3076V2.52776C12.3076%202.10763%2012.1569%201.74797%2011.8556%201.44878C11.5544%201.14959%2011.1922%201%2010.7691%201H5.23072C4.80764%201%204.44547%201.14959%204.14419%201.44878C3.84291%201.74797%203.69227%202.10763%203.69227%202.52776V3.44442H0.923068C0.666659%203.44442%200.448714%203.53354%200.269228%203.71178C0.0897418%203.89002%200%204.10645%200%204.36108V5.58329C0%206.03525%200.13301%206.49039%200.399034%206.94872C0.665059%207.40705%201.02403%207.82082%201.47595%208.19003C1.92787%208.55924%202.48234%208.86957%203.13939%209.12101C3.79644%209.37246%204.48713%209.51409%205.21149%209.54592C5.48071%209.88967%205.7852%2010.192%206.12494%2010.453C6.36853%2010.6695%206.53679%2010.9002%206.62974%2011.1453C6.72269%2011.3904%206.76916%2011.6752%206.76916%2011.9999C6.76916%2012.3436%206.67141%2012.6333%206.4759%2012.8688C6.28038%2013.1043%205.96789%2013.2221%205.53841%2013.2221C5.05764%2013.2221%204.62976%2013.3669%204.25476%2013.6566C3.87977%2013.9462%203.69227%2014.3106%203.69227%2014.7499V15.361C3.69227%2015.4501%203.72112%2015.5233%203.77881%2015.5806C3.8365%2015.6379%203.91022%2015.6665%203.99996%2015.6665H11.9999C12.0896%2015.6665%2012.1633%2015.6379%2012.221%2015.5806C12.2787%2015.5233%2012.3076%2015.4501%2012.3076%2015.361V14.7499C12.3076%2014.3106%2012.1201%2013.9462%2011.7451%2013.6566C11.3701%2013.3669%2010.9422%2013.2221%2010.4614%2013.2221C10.0319%2013.2221%209.71945%2013.1043%209.52394%2012.8688C9.32843%2012.6333%209.23068%2012.3436%209.23068%2011.9999C9.23068%2011.6752%209.27715%2011.3904%209.3701%2011.1453C9.46305%2010.9002%209.63131%2010.6695%209.8749%2010.453C10.2146%2010.192%2010.5191%209.88967%2010.7884%209.54592C11.5127%209.51409%2012.2034%209.37246%2012.8604%209.12101C13.5175%208.86957%2014.072%208.55924%2014.5239%208.19003C14.9758%207.82082%2015.3348%207.40705%2015.6008%206.94872C15.8668%206.49039%2015.9998%206.03525%2015.9998%205.58329ZM6.76047%207.1798L8.05109%206.49997L9.3417%207.1798L9.09521%205.73989L10.1393%204.72015L8.69639%204.51007L8.05109%203.2L7.40578%204.51007L5.96283%204.72015L7.00696%205.73989L6.76047%207.1798Z'%20fill='%23F2C94C'/%3e%3c/g%3e%3c/svg%3e",H7=({loading:s,avatar:d,name:p,points:C,friendsRank:b,rank:S,streak:y,correct:I,incorrect:T,inTop:P,successRate:H})=>v.jsxs(FL,{"data-loading":s,children:[v.jsx(HL,{children:v.jsx(Na,{loading:s,children:v.jsxs(BL,{children:[v.jsxs(rT,{children:[d&&v.jsx(WL,{alt:"avatar",src:d}),!d&&v.jsx(nT,{children:F7(p||"")})]}),v.jsxs(qL,{children:[v.jsx(QL,{children:p}),v.jsxs(ZL,{children:[v.jsxs(YL,{children:[v.jsx(KL,{alt:"rank-icon",src:aT}),v.jsxs(GL,{children:[Xv(C),v.jsx(XL,{children:"PTS"})]})]}),v.jsx(JL,{}),v.jsxs("div",{children:["TOP ",P||0,"%"]})]})]})]})})}),v.jsxs(UL,{children:[v.jsxs(eT,{children:[v.jsx(Na,{loading:s,style:{width:"100%"},children:v.jsx(Km,{indicator:b||0,title:"Friends rank"})}),v.jsx(Na,{loading:s,style:{width:"100%"},children:v.jsx(Km,{indicator:S||0,title:"Global rank"})})]}),v.jsx(Na,{loading:s,children:v.jsxs(tT,{children:[v.jsx(C4,{indicator:y||0,title:"Win streak"}),v.jsx(C4,{indicator:I||0,title:"Correct"}),v.jsx(C4,{indicator:T||0,title:"Incorrect"}),v.jsx(C4,{indicator:`${H||0}%`,title:"Succ. rate"})]})})]})]});var L7={exports:{}},ca={},v7={exports:{}},Ym={};/**
|
|
27
|
+
`}`;const rn="StreamLayerCSSReset",V4="ttkj0ah",xr=d("div")({name:"LoadingContainer",class:"lclc0ej",propsAsIs:!1}),N4=({feature:e,sdk:t,children:n,className:r,noWait:i})=>{const a=D(e.status),s=D(t.sdkStore.slStreamId);if(!i){if(s!=null&&s.loading&&!s.data)return l.jsx(xr,{className:r,children:"Event is loading..."});if(!(s!=null&&s.data))return l.jsx(xr,{className:r,children:"Event is forbidden..."});if(a!==exports.FeatureStatus.Ready)return l.jsx(xr,{className:r,children:"Wait feature..."})}return n},Cl=w.createContext({sdk:null,topNavigation:!1}),X2=()=>w.useContext(Cl);var M4=Object.defineProperty,O4=(e,t,n)=>t in e?M4(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,P4=(e,t,n)=>O4(e,t+"",n);let H4=class{constructor(){P4(this,"observers",new Set)}subscribe(t){this.observers.add(t)}unsubscribe(t){this.observers.delete(t)}notify(t){this.observers.forEach(n=>n(t))}};const Zt=new H4,D4={hiding:!1,finished:!1},ra=()=>{const[e,t]=w.useState(D4),n=w.useRef(null);w.useEffect(()=>{const a=s=>{t(s)};return Zt.subscribe(a),()=>{Zt.unsubscribe(a)}},[]);const r=w.useCallback(a=>{const s={hiding:!0,finished:!1};n.current&&clearTimeout(n.current),a!=null&&a.delay?n.current=setTimeout(()=>{Zt.notify(s)},a==null?void 0:a.delay):Zt.notify(s)},[]),i=w.useCallback(()=>{e.hiding&&(n.current=null,Zt.notify({hiding:!1,finished:!0}))},[e.hiding]);return{...e,runAnimation:r,onAnimationEnd:i}},F4=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M8 4L16 12L8 20",stroke:"#6B6F73",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),z4=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"check"},h.createElement("path",{id:"Vector",d:"M4 13L9 18L20 6",stroke:"#107D57",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))),B4=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M10 6L16 12L10 18",stroke:"white",style:{stroke:"white",strokeOpacity:1},strokeWidth:1.25,strokeLinecap:"round",strokeLinejoin:"round"})),U4=e=>h.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("rect",{width:16,height:16,rx:8,fill:"#CD2525"}),h.createElement("rect",{x:5.5,y:4.66669,width:8.24958,height:1.17851,rx:.589256,transform:"rotate(45 5.5 4.66669)",fill:"white"}),h.createElement("rect",{x:4.66669,y:10.5,width:8.24958,height:1.17851,rx:.589256,transform:"rotate(-45 4.66669 10.5)",fill:"white"})),Z4=e=>h.createElement("svg",{width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Frame 3469478"},h.createElement("path",{id:"Vector 4",d:"M1.62695 1.62598L10.3742 10.3745",stroke:"#6B6F73",strokeWidth:1.5,strokeLinecap:"round"}),h.createElement("path",{id:"Vector 5",d:"M1.62695 10.376L10.3742 1.62746",stroke:"#6B6F73",strokeWidth:1.5,strokeLinecap:"round"}))),q4=e=>h.createElement("svg",{width:25,height:24,viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("rect",{x:1,y:.5,width:23,height:23,rx:11.5,stroke:"#B1B3B3"}),h.createElement("path",{d:"M13.833 8L9.83301 12L13.833 16",stroke:"#B1B3B3",strokeLinecap:"round",strokeLinejoin:"round"})),Q4=e=>h.createElement("svg",{width:25,height:25,viewBox:"0 0 25 25",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Icon"},h.createElement("path",{id:"Icon_2",d:"M10.5 6.39844L16.5 12.3984L10.5 18.3984",stroke:"white",style:{stroke:"white",strokeOpacity:1},strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))),W4=e=>h.createElement("svg",{width:64,height:65,viewBox:"0 0 64 65",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M43.852 8.90765C40.2818 7.13339 36.2575 6.13574 32.0002 6.13574C17.2726 6.13574 5.3335 18.0748 5.3335 32.8024C5.3335 47.53 17.2726 59.4691 32.0002 59.4691C46.7278 59.4691 58.6668 47.53 58.6668 32.8024C58.6668 31.8009 58.6116 30.8123 58.5041 29.8394M24.0002 30.1357L32.0002 38.1357L58.6668 11.4691",stroke:"#107D57",strokeWidth:2.5,strokeLinecap:"round",strokeLinejoin:"round"})),G4=e=>h.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{id:"Selected",fillRule:"evenodd",clipRule:"evenodd",d:"M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM11.6057 5.43441C11.2933 5.12199 10.7868 5.12199 10.4744 5.43441L6.93812 9.97066L5.08382 8.73446C4.7162 8.48938 4.2195 8.58871 3.97442 8.95634C3.72934 9.32396 3.82868 9.82065 4.1963 10.0657L6.5963 11.6657C6.9136 11.8773 7.33609 11.8354 7.60574 11.5658L11.6057 6.56578C11.9182 6.25336 11.9182 5.74683 11.6057 5.43441Z",fill:"#107D57"})),K4=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Checkmark"},h.createElement("path",{id:"Selected",fillRule:"evenodd",clipRule:"evenodd",d:"M24 12.002C24 18.6294 18.6274 24.002 12 24.002C5.37258 24.002 0 18.6294 0 12.002C0 5.37454 5.37258 0.00195312 12 0.00195312C18.6274 0.00195312 24 5.37454 24 12.002ZM17.4086 8.15357C16.94 7.68494 16.1802 7.68494 15.7116 8.15357L10.4072 14.9579L7.62573 13.1036C7.07429 12.736 6.32925 12.885 5.96163 13.4365C5.59401 13.9879 5.74301 14.7329 6.29445 15.1006L9.89445 17.5006C10.3704 17.8179 11.0041 17.7551 11.4086 17.3506L17.4086 9.85063C17.8772 9.382 17.8772 8.6222 17.4086 8.15357Z",fill:"#FFFFFF"}))),Y4=e=>h.createElement("svg",{width:12,height:20,viewBox:"0 0 12 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{id:"Icon / chevron.left",d:"M0 10C0 10.3818 0.145996 10.7075 0.449219 10.9995L9.20898 19.5684C9.44482 19.8154 9.75928 19.939 10.1187 19.939C10.8486 19.939 11.4214 19.3774 11.4214 18.6362C11.4214 18.2769 11.2754 17.9512 11.0283 17.7041L3.1333 10L11.0283 2.2959C11.2754 2.0376 11.4214 1.71191 11.4214 1.35254C11.4214 0.622559 10.8486 0.0610352 10.1187 0.0610352C9.75928 0.0610352 9.44482 0.18457 9.20898 0.431641L0.449219 9.00049C0.145996 9.29248 0.0112305 9.61816 0 10Z",fill:"white",fillOpacity:.6})),X4=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Chevron"},h.createElement("path",{id:"Chevron_2",d:"M6 11.999C6 12.1725 6.03134 12.334 6.09401 12.4837C6.15669 12.6334 6.25428 12.7756 6.3868 12.9103L14.0436 20.6565C14.2648 20.8855 14.5323 21 14.8459 21C15.0607 21 15.2544 20.9475 15.4271 20.8426C15.5998 20.7377 15.7384 20.5965 15.8431 20.4191C15.9477 20.2416 16 20.0425 16 19.8217C16 19.4989 15.8816 19.2134 15.6448 18.9654L8.74183 11.9971L15.6448 5.03271C15.8816 4.78709 16 4.5023 16 4.17834C16 3.95749 15.9477 3.75835 15.8431 3.58091C15.7384 3.40347 15.5998 3.26229 15.4271 3.15738C15.2544 3.05246 15.0607 3 14.8459 3C14.5323 3 14.2648 3.11169 14.0436 3.33508L6.3868 11.0878C6.25551 11.2225 6.15853 11.3644 6.09586 11.5134C6.03318 11.6625 6.00123 11.8244 6 11.999Z",fill:"white"}))),J4=e=>h.createElement("svg",{width:16,height:17,viewBox:"0 0 16 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Chevron"},h.createElement("path",{id:"Chevron_2",d:"M12 8.17222C12 8.28783 11.9781 8.39553 11.9342 8.49533C11.8903 8.59513 11.822 8.68992 11.7292 8.7797L6.36949 13.9439C6.21462 14.0965 6.02742 14.1729 5.80787 14.1729C5.65752 14.1729 5.52191 14.1379 5.40104 14.0679C5.28016 13.998 5.1831 13.9039 5.10986 13.7856C5.03662 13.6673 5 13.5345 5 13.3873C5 13.1721 5.08288 12.9818 5.24863 12.8164L10.0807 8.17095L5.24863 3.52799C5.08288 3.36425 5 3.17439 5 2.95841C5 2.81118 5.03662 2.67842 5.10986 2.56013C5.1831 2.44183 5.28016 2.34771 5.40104 2.27777C5.52191 2.20782 5.65752 2.17285 5.80787 2.17285C6.02742 2.17285 6.21462 2.24731 6.36949 2.39624L11.7292 7.56473C11.8211 7.65451 11.889 7.74909 11.9329 7.84846C11.9768 7.94784 11.9991 8.05576 12 8.17222Z",fill:"#FFFFFF"}))),e8=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 -2.43189e-06C18.6274 -2.72158e-06 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 8.1423e-07 18.6274 5.24537e-07 12C2.34843e-07 5.37258 5.37258 -2.14219e-06 12 -2.43189e-06ZM11.9999 22.5883C17.8476 22.5883 22.5881 17.8478 22.5881 12.0001C22.5881 6.15238 17.8476 1.41187 11.9999 1.41187C6.15217 1.41187 1.41166 6.15239 1.41166 12.0001C1.41166 17.8478 6.15217 22.5883 11.9999 22.5883Z",fill:"white"}),h.createElement("path",{d:"M10.8547 7.5429C10.524 7.23657 10.0131 7.23657 9.68243 7.5429C9.31416 7.88401 9.31384 8.46633 9.68174 8.80784L13.1206 12L9.68175 15.1922C9.31384 15.5337 9.31416 16.116 9.68243 16.4571C10.0131 16.7634 10.524 16.7634 10.8547 16.4571L14.9802 12.6358C15.3505 12.2928 15.3505 11.7072 14.9802 11.3642L10.8547 7.5429Z",fill:"white"})),t8=e=>h.createElement("svg",{width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M1.62695 1.62598L10.3742 10.3745",stroke:"#6B6F73",strokeWidth:1.5,strokeLinecap:"round"}),h.createElement("path",{d:"M1.62695 10.376L10.3742 1.62746",stroke:"#6B6F73",strokeWidth:1.5,strokeLinecap:"round"})),n8=e=>h.createElement("svg",{width:10,height:10,viewBox:"0 0 10 10",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Group 465"},h.createElement("rect",{id:"Rectangle 368",x:1.25,width:12.3744,height:1.76777,rx:.883884,transform:"rotate(45 1.25 0)",fill:"white"}),h.createElement("rect",{id:"Rectangle 369",y:8.75,width:12.3744,height:1.76777,rx:.883884,transform:"rotate(-45 0 8.75)",fill:"white"}))),r8=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("rect",{y:.00195312,width:24,height:24,rx:12,fill:"#F80022"}),h.createElement("rect",{x:8.25,y:7.00195,width:12.3744,height:1.76777,rx:.883884,transform:"rotate(45 8.25 7.00195)",fill:"white"}),h.createElement("rect",{x:7,y:15.752,width:12.3744,height:1.76777,rx:.883884,transform:"rotate(-45 7 15.752)",fill:"white"})),i8=e=>h.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Frame"},h.createElement("path",{id:"Vector",d:"M5.79479 6.80154C5.5243 6.53492 5.11861 6.53492 4.84812 6.80154C4.57768 7.06812 4.57768 7.46803 4.84812 7.73465L7.62043 10.6673C7.75567 10.8006 7.95852 10.8672 8.09376 10.8672C8.29661 10.8672 8.49945 10.8006 8.5671 10.6007L15.1936 2.40258C15.3964 2.13598 15.3964 1.66942 15.0583 1.46947C14.8555 1.26951 14.4498 1.26951 14.1793 1.60277L12.827 3.26904C11.6099 2.06932 9.85181 1.33616 8.09376 1.33616C4.37481 1.33616 1.33203 4.33546 1.33203 8.00128C1.33203 11.6671 4.37481 14.6663 8.09376 14.6663C11.8127 14.6663 14.8555 11.6671 14.8555 8.00128C14.8555 7.40141 14.7879 6.80154 14.5851 6.20168C14.4498 5.86843 14.1117 5.66848 13.7736 5.73514C13.4355 5.80176 13.2327 6.20168 13.3003 6.53492C13.4355 7.0015 13.5031 7.5347 13.5031 8.00128C13.5031 10.9339 11.0689 13.3333 8.09376 13.3333C5.11861 13.3333 2.68438 10.9339 2.68438 8.00128C2.68438 5.06861 5.11861 2.66918 8.09376 2.66918C9.58136 2.66918 10.9337 3.26904 12.0156 4.33546L8.09376 9.20096L5.79479 6.80154Z",fill:"white"}))),a8=e=>h.createElement("svg",{width:25,height:24,viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M15.8 22.0002H6C4 22.0002 2.5 20.5002 2.5 18.5002V8.7002C2.5 6.8002 4 5.2002 6 5.2002H15.8C17.7 5.2002 19.3 6.7002 19.3 8.7002V18.5002C19.2 20.5002 17.7 22.0002 15.8 22.0002ZM6 7.3002C5.2 7.3002 4.5 7.9002 4.5 8.7002V18.5002C4.5 19.3002 5.2 20.0002 6 20.0002H15.8C16.6 20.0002 17.3 19.3002 17.3 18.5002V8.7002C17.3 7.9002 16.6 7.2002 15.8 7.2002H6V7.3002Z",fill:"#107D57"}),h.createElement("path",{d:"M21.5016 17.9C20.9016 17.9 20.5016 17.5 20.5016 16.9V6.3C20.5016 5 19.5016 4 18.2016 4H7.60157C7.00156 4 6.60156 3.6 6.60156 3C6.60156 2.4 7.00156 2 7.60157 2H18.2016C20.6016 2 22.5016 3.9 22.5016 6.3V16.9C22.5016 17.5 22.1016 17.9 21.5016 17.9Z",fill:"#107D57"})),s8=e=>h.createElement("svg",{width:35,height:35,viewBox:"0 0 35 35",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Features"},h.createElement("path",{id:"Icon",d:"M29.481 9.15331H24.5286V8.57275C24.5286 8.25228 24.282 7.99219 23.9783 7.99219H10.7717C10.468 7.99219 10.2215 8.25228 10.2215 8.57275V9.15331H5.26902C4.96527 9.15331 4.71875 9.4134 4.71875 9.73388V12.5945C4.71875 16.4366 7.68032 19.5612 11.322 19.5612C11.344 19.5612 11.3627 19.5508 11.3837 19.5484C12.3752 21.1508 13.9204 22.3491 15.7088 22.8205C15.6395 24.2719 15.2884 24.8688 14.2297 26.0183L13.9303 26.3411C12.416 27.9806 11.322 27.9511 11.322 29.2725C11.322 29.5929 11.5685 29.853 11.8723 29.853H22.8777C23.1815 29.853 23.428 29.5929 23.428 29.2725C23.428 27.9511 22.3341 27.9806 20.8197 26.3411L20.5215 26.0172C19.4628 24.8677 19.1117 24.2707 19.0423 22.8193C20.8307 22.3491 22.3759 21.1496 23.3675 19.5473C23.3873 19.5508 23.406 19.5612 23.428 19.5612C27.0697 19.5612 30.0313 16.4366 30.0313 12.5945V9.73388C30.0313 9.4134 29.7848 9.15331 29.481 9.15331ZM5.81929 12.5945V10.3144H10.2215V15.4973C10.2215 16.497 10.4196 17.4584 10.7717 18.342C7.99947 18.0459 5.81929 15.5971 5.81929 12.5945ZM28.9307 12.5945C28.9307 15.5971 26.7506 18.0459 23.9783 18.342C24.3305 17.4596 24.5286 16.4982 24.5286 15.4973V10.3144H28.9307V12.5945Z",fill:"white"}))),l8=e=>h.createElement("svg",{width:40,height:40,viewBox:"0 0 40 40",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"CarbonUserAvatar 1"},h.createElement("g",{id:"Group 232"},h.createElement("path",{id:"Vector",d:"M19.9992 14.2861C19.2928 14.2861 18.6023 14.4956 18.015 14.888C17.4277 15.2805 16.9699 15.8382 16.6996 16.4908C16.4293 17.1434 16.3586 17.8615 16.4964 18.5543C16.6342 19.2471 16.9743 19.8835 17.4738 20.3829C17.9733 20.8824 18.6096 21.2226 19.3024 21.3604C19.9952 21.4982 20.7133 21.4274 21.3659 21.1571C22.0185 20.8868 22.5763 20.4291 22.9687 19.8417C23.3611 19.2544 23.5706 18.5639 23.5706 17.8576C23.5706 16.9104 23.1943 16.002 22.5245 15.3322C21.8548 14.6624 20.9464 14.2861 19.9992 14.2861ZM19.9992 20.0004C19.5753 20.0004 19.161 19.8747 18.8087 19.6393C18.4563 19.4038 18.1816 19.0692 18.0194 18.6776C17.8572 18.286 17.8148 17.8552 17.8975 17.4395C17.9802 17.0238 18.1843 16.642 18.4839 16.3423C18.7836 16.0426 19.1654 15.8386 19.5811 15.7559C19.9968 15.6732 20.4276 15.7156 20.8192 15.8778C21.2108 16.04 21.5454 16.3147 21.7809 16.6671C22.0163 17.0194 22.142 17.4337 22.142 17.8576C22.1415 18.4257 21.9155 18.9704 21.5138 19.3722C21.112 19.7739 20.5673 19.9999 19.9992 20.0004Z",fill:"white"}),h.createElement("path",{id:"Vector_2",d:"M20 10C18.0222 10 16.0888 10.5865 14.4443 11.6853C12.7998 12.7841 11.5181 14.3459 10.7612 16.1732C10.0043 18.0004 9.8063 20.0111 10.1922 21.9509C10.578 23.8907 11.5304 25.6725 12.9289 27.0711C14.3275 28.4696 16.1093 29.422 18.0491 29.8078C19.9889 30.1937 21.9996 29.9957 23.8268 29.2388C25.6541 28.4819 27.2159 27.2002 28.3147 25.5557C29.4135 23.9112 30 21.9778 30 20C29.997 17.3488 28.9424 14.807 27.0677 12.9323C25.193 11.0576 22.6512 10.003 20 10ZM15.7143 27.4121V26.4286C15.7149 25.8604 15.9408 25.3157 16.3425 24.914C16.7443 24.5122 17.289 24.2863 17.8571 24.2857H22.1429C22.711 24.2863 23.2557 24.5122 23.6575 24.914C24.0592 25.3157 24.2851 25.8604 24.2857 26.4286V27.4121C22.9851 28.1716 21.5061 28.5718 20 28.5718C18.4939 28.5718 17.0149 28.1716 15.7143 27.4121ZM25.7086 26.3757C25.6943 25.4388 25.3126 24.545 24.6457 23.8868C23.9787 23.2287 23.0799 22.8589 22.1429 22.8571H17.8571C16.9201 22.8589 16.0213 23.2287 15.3544 23.8868C14.6874 24.545 14.3057 25.4388 14.2914 26.3757C12.9961 25.2191 12.0827 23.6963 11.672 22.009C11.2614 20.3218 11.3729 18.5495 11.9919 16.927C12.6108 15.3046 13.708 13.9083 15.1381 12.9233C16.5682 11.9382 18.2638 11.4107 20.0004 11.4107C21.7369 11.4107 23.4325 11.9382 24.8626 12.9233C26.2927 13.9083 27.3899 15.3046 28.0088 16.927C28.6278 18.5495 28.7393 20.3218 28.3287 22.009C27.9181 23.6963 27.0039 25.2191 25.7086 26.3757Z",fill:"white"})))),o8=e=>h.createElement("svg",{width:12,height:13,viewBox:"0 0 12 13",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Features"},h.createElement("g",{id:"Icon"},h.createElement("path",{d:"M6.2368 7.85018C6.38779 7.85018 6.49435 7.75233 6.50322 7.59222C6.76084 5.50185 6.85854 5.44848 8.99025 5.09267C9.15897 5.07488 9.25666 4.98592 9.25666 4.8347C9.25666 4.69238 9.15896 4.60343 9.0258 4.57675L8.93118 4.55875C6.87281 4.16737 6.75701 4.14535 6.50322 2.08609C6.49435 1.92597 6.38779 1.82812 6.2368 1.82812C6.10356 1.82812 5.99699 1.92597 5.98805 2.07719C5.71277 4.20315 5.64167 4.26541 3.46555 4.57675C3.3323 4.59454 3.23461 4.69238 3.23461 4.8347C3.23461 4.97703 3.3323 5.07488 3.46555 5.09267L3.53156 5.10562C5.64296 5.51968 5.70672 5.53218 5.98805 7.61001C5.99699 7.75233 6.10356 7.85018 6.2368 7.85018Z",fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("path",{d:"M7.8622 11.3244C7.9435 11.3244 8.00088 11.2718 8.00566 11.1855C8.14438 10.06 8.19699 10.0312 9.34483 9.83963C9.43568 9.83005 9.48828 9.78216 9.48828 9.70073C9.48828 9.62409 9.43568 9.57619 9.36397 9.56183L9.31302 9.55214C8.20467 9.34139 8.14231 9.32954 8.00566 8.2207C8.00088 8.13449 7.9435 8.0818 7.8622 8.0818C7.79046 8.0818 7.73307 8.13449 7.72826 8.21591C7.58003 9.36066 7.54175 9.39419 6.36999 9.56183C6.29824 9.57141 6.24564 9.62409 6.24564 9.70073C6.24564 9.77736 6.29824 9.83005 6.36999 9.83963L6.40553 9.84661C7.54244 10.0696 7.57678 10.0763 7.72826 11.1951C7.73307 11.2718 7.79046 11.3244 7.8622 11.3244Z",fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("path",{d:"M2.61901 7.53919C2.61628 7.58846 2.58349 7.61857 2.53703 7.61857C2.49604 7.61857 2.46325 7.58846 2.46049 7.54467C2.37393 6.90533 2.35431 6.90149 1.70465 6.77408L1.68434 6.7701C1.64334 6.76462 1.61328 6.73452 1.61328 6.69073C1.61328 6.64693 1.64334 6.61683 1.68434 6.61135C2.35392 6.51556 2.37579 6.4964 2.46049 5.84226C2.46325 5.79573 2.49604 5.76562 2.53703 5.76562C2.58349 5.76562 2.61628 5.79573 2.61901 5.845C2.6971 6.47862 2.73273 6.48539 3.36607 6.60582L3.39519 6.61135C3.43616 6.61956 3.46622 6.64693 3.46622 6.69073C3.46622 6.73725 3.43616 6.76462 3.38425 6.7701C2.72834 6.87958 2.69828 6.896 2.61901 7.53919Z",fill:"white",style:{fill:"white",fillOpacity:1}})))),c8=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("rect",{width:24,height:24,rx:12,fill:"white",fillOpacity:.1}),h.createElement("rect",{x:8.25,y:7,width:12.3744,height:1.76777,rx:.883884,transform:"rotate(45 8.25 7)",fill:"white"}),h.createElement("rect",{x:7,y:15.75,width:12.3744,height:1.76777,rx:.883884,transform:"rotate(-45 7 15.75)",fill:"white"})),u8=e=>h.createElement("svg",{width:17,height:17,viewBox:"0 0 17 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M9.16683 2.66671H7.16683C5.29999 2.66671 4.36657 2.66671 3.65353 3.03002C3.02632 3.3496 2.51639 3.85953 2.19681 4.48674C1.8335 5.19978 1.8335 6.1332 1.8335 8.00004V9.33337C1.8335 11.2002 1.8335 12.1336 2.19681 12.8467C2.51639 13.4739 3.02632 13.9838 3.65353 14.3034C4.36657 14.6667 5.29999 14.6667 7.16683 14.6667H8.50016C10.367 14.6667 11.3004 14.6667 12.0135 14.3034C12.6407 13.9838 13.1506 13.4739 13.4702 12.8467C13.8335 12.1336 13.8335 11.2002 13.8335 9.33337V7.33337M8.50016 8.00004L15.1668 1.33337M15.1668 1.33337H11.8335M15.1668 1.33337V4.66671",stroke:"#107D57",strokeLinecap:"round",strokeLinejoin:"round"})),d8=e=>h.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("rect",{width:32,height:32,rx:16,fill:"white"}),h.createElement("path",{d:"M10.4615 12.6875C9.44231 12.6875 8.61538 13.4665 8.61538 14.4266C8.61538 15.3868 9.44231 16.1658 10.4615 16.1658C11.4808 16.1658 12.3077 15.3868 12.3077 14.4266C12.3077 13.4665 11.4808 12.6875 10.4615 12.6875ZM10.4615 16.1658C9.10817 16.1658 8 17.2097 8 18.4846V19.7527C8 19.7527 8.61538 20.2237 10.4615 20.2237C12.3077 20.2237 12.9231 19.7527 12.9231 19.7527V18.4846C12.9231 17.2097 11.8149 16.1658 10.4615 16.1658ZM21.5385 12.6875C20.5192 12.6875 19.6923 13.4665 19.6923 14.4266C19.6923 15.3868 20.5192 16.1658 21.5385 16.1658C22.5577 16.1658 23.3846 15.3868 23.3846 14.4266C23.3846 13.4665 22.5577 12.6875 21.5385 12.6875ZM21.5385 16.1658C20.1851 16.1658 19.0769 17.2097 19.0769 18.4846V19.7527C19.0769 19.7527 19.6923 20.2237 21.5385 20.2237C23.3846 20.2237 24 19.7527 24 19.7527V18.4846C24 17.2097 22.8918 16.1658 21.5385 16.1658ZM16 15.0063C14.9808 15.0063 14.1538 15.7853 14.1538 16.7455C14.1538 17.7056 14.9808 18.4846 16 18.4846C17.0192 18.4846 17.8462 17.7056 17.8462 16.7455C17.8462 15.7853 17.0192 15.0063 16 15.0063ZM16 18.4846C14.6466 18.4846 13.5385 19.5285 13.5385 20.8034V22.0715C13.5385 22.0715 14.1538 22.5425 16 22.5425C17.8462 22.5425 18.4615 22.0715 18.4615 22.0715V20.8034C18.4615 19.5285 17.3534 18.4846 16 18.4846Z",fill:"#107D57"}),h.createElement("path",{opacity:.5,d:"M13.3908 9C12.3103 9 11.4336 9.82584 11.4336 10.8437C11.4336 11.8616 12.3103 12.6875 13.3908 12.6875C14.4713 12.6875 15.348 11.8616 15.348 10.8437C15.348 9.82584 14.4713 9 13.3908 9ZM13.3908 12.6875C13.1946 12.6875 12.9958 12.6827 12.7996 12.7451C13.192 13.2372 13.3908 13.8542 13.3908 14.5312C13.3908 14.7761 13.3296 15.0161 13.3296 15.261C13.8521 14.524 14.6956 14.0391 15.6742 13.9166C15.218 13.1796 14.3694 12.6875 13.3908 12.6875ZM18.61 9C17.5295 9 16.6528 9.82584 16.6528 10.8437C16.6528 11.8616 17.5295 12.6875 18.61 12.6875C19.6905 12.6875 20.5672 11.8616 20.5672 10.8437C20.5672 9.82584 19.6905 9 18.61 9ZM18.61 12.6875C17.6314 12.6875 16.7828 13.1796 16.3266 13.9166C17.3052 14.0391 18.1487 14.524 18.6712 15.261C18.6712 15.0161 18.61 14.7761 18.61 14.5312C18.61 13.8542 18.8088 13.2372 19.2012 12.7451C19.005 12.6827 18.8062 12.6875 18.61 12.6875Z",fill:"#107D57"})),p8=e=>h.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Share"},h.createElement("path",{id:"Vector",d:"M11 4.965V1.125L18 7.845L11 14.565V10.629C6 10.629 2.5 12.165 0 15.525C1 10.725 4 5.925 11 4.965Z",fill:"white"}))),f8=e=>h.createElement("svg",{width:17,height:16,viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"sc-ANdsN kTVWJE",...e},h.createElement("path",{d:"M6.6665 3.16669H4.99984C4.26346 3.16669 3.6665 3.76364 3.6665 4.50002V11.5C3.6665 12.2364 4.26346 12.8334 4.99984 12.8334H11.9998C12.7362 12.8334 13.3332 12.2364 13.3332 11.5V9.83335",stroke:"#ffffff",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M13.3335 6.16669V3.16669H10.3335",stroke:"#ffffff",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{d:"M13.1668 3.33331L8.3335 8.16665",stroke:"#ffffff",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})),h8=e=>h.createElement("svg",{width:17,height:18,viewBox:"0 0 17 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Group"},h.createElement("path",{id:"Vector",d:"M12.5396 12.431L15.8603 9.00169L12.5396 5.57239",stroke:"#EB5757",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{id:"Vector_2",d:"M15.8602 9.00159H5.57227",stroke:"#EB5757",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),h.createElement("path",{id:"Vector_3",d:"M12.431 1L3.2862 1.00229C2.02422 1.00343 1 2.02651 1 3.28849V14.7138C1 15.3201 1.24087 15.9016 1.66961 16.3304C2.09836 16.7591 2.67987 17 3.2862 17H12.5396",stroke:"#EB5757",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))),m8=e=>h.createElement("svg",{width:99,height:96,viewBox:"0 0 99 96",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Masters Logo Big"},h.createElement("path",{id:"Vector",d:"M67.4732 4.82378C66.1754 4.41151 64.8776 5.1433 63.5798 5.88539C63.117 6.15337 62.7951 6.60687 62.6844 7.13253L60.6421 16.9035C60.5616 17.2642 60.8836 17.594 61.2357 17.5116C63.3786 17.0065 65.4208 15.0894 67.5738 15.7594C69.9783 16.5118 72.3928 13.3888 74.7972 13.43V2.1543C72.3626 2.1646 69.8776 5.57618 67.4732 4.82378Z",fill:"white"}),h.createElement("path",{id:"Vector_2",d:"M98.1678 34.7754C97.6547 34.4147 97.3429 33.8272 97.3429 33.1882V31.4051C97.3429 29.8075 96.0752 28.5089 94.5159 28.5089H93.3891C92.041 28.5089 90.8035 29.1994 90.0691 30.3538L86.4272 36.1153C86.065 36.6822 85.4514 37.0223 84.7974 37.0223H82.3427C81.1253 37.0223 80.0086 37.7026 79.4251 38.8054C78.8215 39.9392 77.7752 40.7225 76.5679 40.9905V0.917313C76.5679 0.412276 76.1756 0 75.6726 0C75.1796 0 74.7772 0.412276 74.7772 0.917313V2.15414V13.4196V41.0111C73.5699 40.7431 72.5236 39.9598 71.92 38.8261C71.3465 37.7232 70.2298 37.043 69.0125 37.043H67.3626C66.0547 37.043 64.8676 37.8366 64.3344 39.0528L62.9661 42.2067C62.7448 42.7014 62.2619 43.0313 61.7287 43.0313C61.1955 43.0313 60.7126 42.7118 60.4913 42.2067L59.123 39.0528C58.5898 37.8263 57.4027 37.0327 56.0948 37.0327H9.52479C9.14249 37.0327 8.84068 37.3419 8.84068 37.7335C8.84068 38.5478 8.18674 39.2177 7.39196 39.2177H5.37986C4.99757 39.2177 4.69575 39.5269 4.69575 39.9186V42.3098C4.69575 44.5567 4.26315 46.7624 3.42813 48.834L2.20075 51.8643C1.05385 54.6884 0.510584 57.5846 0.520645 60.4396V67.4071C0.520645 69.2932 0.782218 71.1897 1.31542 73.0449C2.81444 78.2396 6.20483 82.4963 10.893 85.0215L18.3378 89.0412C18.4384 89.0928 18.539 89.1237 18.6497 89.1237L24.1528 89.1649C25.4405 89.1752 26.7081 89.5153 27.8248 90.1544L30.7826 91.8447C30.8832 91.9065 30.9939 91.9375 31.1146 91.9375H35.0684C36.4567 91.9375 37.825 92.3291 39.0121 93.0609C39.0121 93.0609 40.9437 94.2668 41.5977 94.6585C42.6439 95.2872 43.9116 95.885 46.1148 95.9984C46.6178 96.019 47.1108 95.8438 47.483 95.483C47.8553 95.1223 48.0666 94.6172 48.0666 94.0916V91.3809C48.0666 89.4123 49.2034 87.6292 50.964 86.8355L57.0003 84.1145C57.8252 83.7435 58.7508 83.6816 59.6059 83.9496L61.8595 84.6402C62.8152 84.9288 63.8313 84.9391 64.7972 84.6402L70.1493 83.0117C70.8636 82.7952 71.6081 82.7952 72.3325 83.022L74.5055 83.6507C75.5216 83.9496 76.2259 84.8979 76.2259 85.9801V91.4118C76.2259 93.937 78.238 95.9984 80.7028 95.9984C82.5439 95.9984 84.1636 94.7822 84.7169 92.9888C85.723 89.7421 86.2361 86.3614 86.2361 82.9499V80.6411C86.2361 79.0023 86.9001 77.415 88.0671 76.2916L90.2905 74.1375C91.7895 72.6739 92.6547 70.6228 92.6547 68.4996V55.616C92.6547 53.6164 93.2382 51.6994 94.3549 50.0606C94.4354 49.9472 94.4756 49.8029 94.4756 49.6586V46.6284C94.4756 44.6494 95.0591 42.7324 96.1557 41.1039L98.359 37.8263C98.4395 37.7129 98.4797 37.5686 98.4797 37.4346V35.3732C98.4797 34.9713 98.2584 34.8373 98.1678 34.7754ZM74.7872 69.2211C73.2882 68.9943 72.1816 68.2007 72.1816 67.2628C72.1816 66.3248 73.2882 65.5312 74.7872 65.3045V69.2211ZM76.5679 65.2941C78.0669 65.5209 79.1736 66.3145 79.1736 67.2525C79.1736 68.1904 78.0669 68.984 76.5679 69.2108V65.2941ZM12.6637 84.3928L11.5268 83.7847C8.45838 82.1356 6.00362 79.6619 4.32351 76.673V72.9109C6.24507 75.7556 8.85074 78.1881 12.05 79.9093L12.6637 80.2391V84.3928ZM18.3478 87.4643L15.3398 85.8461V81.6924L18.3378 83.3106H18.3478V87.4643ZM30.8832 90.2987L28.4989 88.9382C27.2011 88.1961 25.7322 87.7941 24.2534 87.7735V83.4343C25.5009 83.4652 26.7383 83.795 27.8349 84.4237L30.7927 86.1141C30.8229 86.1347 30.853 86.1244 30.8832 86.1347V90.2987ZM46.6983 91.3706V93.4835V94.0813C46.6983 94.2256 46.638 94.3596 46.5474 94.4523C46.4468 94.5451 46.3261 94.5966 46.1953 94.5863C44.2939 94.4833 43.1973 93.9782 42.3019 93.432C41.658 93.0403 39.7365 91.8447 39.7264 91.8447C38.5191 91.1026 37.161 90.68 35.7626 90.577V86.2377C36.9095 86.3408 38.0262 86.7016 39.0222 87.3097L40.6821 88.33C42.5031 89.4535 44.5756 90.0925 46.6983 90.2059V91.3706ZM63.1372 83.4446C62.8354 83.424 62.5436 83.3827 62.2519 83.3003L59.9983 82.6097C59.5154 82.4654 59.0124 82.4036 58.5194 82.4036V78.0644C58.8816 78.0644 59.2538 78.1056 59.6059 78.2087L61.8595 78.8992C62.272 79.0229 62.7046 79.0848 63.1372 79.1054V83.4446ZM77.2923 84.4959C76.8597 83.4549 75.9945 82.62 74.8878 82.3005L72.7248 81.6718C72.2117 81.5069 71.6785 81.445 71.1453 81.4554V77.1265C71.5578 77.1161 71.9703 77.1677 72.3727 77.3017L74.1534 77.8789C76.0347 78.487 77.3024 80.2494 77.3024 82.2696V84.4959H77.2923ZM83.5197 92.1848C83.4795 92.3085 83.4594 92.4322 83.4191 92.5559C83.0368 93.7721 81.9503 94.5863 80.7028 94.5863C80.5921 94.5863 80.4815 94.5657 80.3708 94.5554V90.2265C80.4513 90.2368 80.5318 90.2471 80.6223 90.2471C81.8396 90.2471 82.9362 89.5463 83.5197 88.495V92.1848ZM95.1799 38.0118C93.8217 40.032 93.1074 42.4025 93.1074 44.8556V46.9994L92.051 48.5661C90.6828 50.5965 89.9484 52.9774 89.9484 55.4408V66.2218C89.9484 67.9739 89.2442 69.6643 88.0067 70.8702L85.7834 73.0346C84.2944 74.4879 83.4694 76.539 83.5298 78.6519L83.5399 79.1363C83.6203 81.9398 83.2682 84.7226 82.5137 87.4127C82.2722 88.2682 81.4976 88.866 80.6223 88.866C79.5358 88.866 78.6605 87.959 78.6605 86.8562V82.2696C78.6605 79.631 77.0106 77.3326 74.5558 76.539L72.7751 75.9618C71.7892 75.6423 70.753 75.6423 69.767 75.9412L64.4149 77.5697C63.7106 77.7861 62.9661 77.7861 62.2519 77.5697L59.9983 76.8791C58.8313 76.5183 57.5637 76.6008 56.4469 77.1058L51.6883 79.2497C48.6501 80.6102 46.6883 83.6919 46.6883 87.0932V88.8454C44.817 88.732 42.986 88.1548 41.3763 87.1654L39.7163 86.145C38.3079 85.2792 36.7083 84.8257 35.0684 84.8257H31.3058L28.5089 83.2281C27.191 82.4757 25.692 82.0635 24.1729 82.0532L18.8307 82.0119L12.6938 78.7034C3.38789 73.653 -0.58601 62.367 3.45831 52.4208L4.68569 49.3906C5.6012 47.1437 6.06398 44.7628 6.06398 42.3304V40.6401H7.39196C8.70989 40.6401 9.81654 39.7021 10.1284 38.455H56.0948C56.8594 38.455 57.5637 38.9188 57.8755 39.6403L59.2438 42.7942C59.6764 43.8043 60.6522 44.4536 61.7287 44.4536C62.8052 44.4536 63.781 43.8043 64.2136 42.8045L65.5819 39.6506C65.8938 38.9291 66.5879 38.4653 67.3626 38.4653H69.0125C69.7268 38.4653 70.3807 38.8673 70.7228 39.5063C71.5679 41.1039 73.0769 42.1758 74.7872 42.4541V62.2639C72.0307 62.5731 69.918 64.2532 69.918 66.3042C69.918 68.5614 72.4934 70.3961 75.6726 70.3961C78.8517 70.3961 81.4272 68.5614 81.4272 66.3042C81.4272 64.2635 79.3145 62.5731 76.5579 62.2639V42.4438C78.2682 42.1655 79.7772 41.0936 80.6223 39.496C80.9644 38.857 81.6183 38.455 82.3326 38.455H84.7874C85.9141 38.455 86.9504 37.8778 87.5641 36.909L91.206 31.1371C91.6889 30.3847 92.4937 29.9312 93.379 29.9312H94.5058C95.3106 29.9312 95.9646 30.6012 95.9646 31.4257V33.2088C95.9646 34.0746 96.2865 34.8888 96.86 35.4969L95.1799 38.0118Z",fill:"white"}))),C8=e=>h.createElement("svg",{width:48,height:48,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("circle",{opacity:.5,cx:24,cy:24,r:24,fill:"black",style:{fill:"black",fillOpacity:1}}),h.createElement("rect",{x:18,y:13.999,width:4,height:20,rx:1,fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("rect",{x:26,y:13.999,width:4,height:20,rx:1,fill:"white",style:{fill:"white",fillOpacity:1}})),g8=e=>h.createElement("svg",{width:48,height:48,viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("circle",{opacity:.5,cx:24,cy:24.001,r:24,fill:"black"}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M32.5432 24.7938C33.215 24.3331 33.2822 23.5173 32.5432 23.0567C23.7807 17.6245 19.6442 14.918 19.1356 14.5917C18.3486 14.083 17.6 14.6973 17.6 15.2059V32.7501C17.6 33.3259 18.5309 33.8442 19.1356 33.4795C20.2201 32.8172 31.8714 25.2641 32.5336 24.8034L32.5432 24.7938Z",fill:"white"})),v8=e=>h.createElement("svg",{width:16,height:15,viewBox:"0 0 16 15",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{id:"Start - You",d:"M8 0L9.79611 5.52786H15.6085L10.9062 8.94427L12.7023 14.4721L8 11.0557L3.29772 14.4721L5.09383 8.94427L0.391548 5.52786H6.20389L8 0Z",fill:"#F4D22A"})),y8=e=>h.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:22,height:22,viewBox:"0 0 22 22",fill:"none",...e},h.createElement("path",{d:"M5.5 2.78867V12.4137C5.5 13.1729 4.88426 13.75 4.125 13.75H1.375C0.615742 13.75 0 13.1343 0 12.4137V2.82734C0 2.06808 0.615742 1.49102 1.375 1.49102H4.125C4.88555 1.41367 5.5 1.99375 5.5 2.78867ZM22 12.3707C22 13.5094 21.077 14.4323 19.9375 14.4323H13.6426C14.621 16.0613 15.1259 17.9077 15.1259 18.5582C15.125 19.5714 14.3301 20.625 12.998 20.625C10.2854 20.625 11.8654 17.3529 8.34883 14.5406L7.64844 13.982C7.14141 13.5738 6.88359 12.9766 6.8793 12.375C6.87829 12.374 6.8793 12.375 6.8793 12.375L6.875 5.5C6.875 4.85117 7.18064 4.23973 7.7 3.85043L9.16695 2.75086C10.3555 1.85625 11.8035 1.375 13.2902 1.375H15.8125C16.952 1.375 17.875 2.29754 17.875 3.43664C17.875 3.59283 17.8544 3.74357 17.8215 3.88996C18.6484 4.15937 19.25 4.92422 19.25 5.84375C19.25 6.23683 19.1341 6.60043 18.9432 6.91281C19.8988 7.08984 20.625 7.92773 20.625 8.9332C20.625 9.47031 20.4148 9.955 20.0784 10.322C21.1492 10.3941 22 11.2793 22 12.3707Z",fill:"white"})),w8=e=>h.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M17.4777 8.95762C17.4777 8.70612 17.4177 8.47012 17.3172 8.25562C16.6467 6.09262 13.5077 6.25062 9.04275 6.14512C8.29625 6.12762 8.72325 5.24612 8.98525 3.31112C9.15575 2.05262 8.34425 0.120117 6.98025 0.120117C4.73125 0.120117 6.89475 1.89412 4.90625 6.28112C3.84375 8.62512 1.46875 7.31212 1.46875 9.66662V15.0261C1.46875 15.9426 1.55875 16.8236 2.84775 16.9686C4.09725 17.1091 3.81625 17.9996 5.61875 17.9996H14.6407C15.5597 17.9996 16.3072 17.2516 16.3072 16.3326C16.3072 15.9516 16.1737 15.6046 15.9582 15.3236C16.4682 15.0381 16.8182 14.4991 16.8182 13.8741C16.8182 13.4941 16.6852 13.1471 16.4702 12.8666C16.9817 12.5816 17.3327 12.0421 17.3327 11.4161C17.3327 10.9616 17.1487 10.5496 16.8522 10.2481C17.2307 9.94262 17.4777 9.48062 17.4777 8.95762Z",fill:"white"}),h.createElement("path",{d:"M11.5088 10.625H15.8108C16.3958 10.625 16.9448 10.312 17.2438 9.80849C17.3668 9.60099 17.2983 9.33249 17.0903 9.20899C16.8828 9.08549 16.6143 9.15499 16.4908 9.36249C16.3493 9.60199 16.0878 9.74999 15.8103 9.74999H11.4053C10.9688 9.74999 10.6138 9.39499 10.6138 8.95849C10.6138 8.52199 10.9688 8.16699 11.4053 8.16699H14.3488C14.5903 8.16699 14.7863 7.97099 14.7863 7.72949C14.7863 7.48799 14.5903 7.29199 14.3488 7.29199H11.4048C10.4858 7.29199 9.73828 8.03949 9.73828 8.95849C9.73828 9.47099 9.97578 9.92449 10.3408 10.2305C10.0333 10.533 9.84178 10.953 9.84178 11.417C9.84178 11.931 10.0808 12.386 10.4478 12.6915C10.1423 12.9935 9.95278 13.412 9.95278 13.875C9.95278 14.435 10.2323 14.929 10.6573 15.2315C10.3953 15.526 10.2313 15.9095 10.2313 16.3335C10.2313 17.2525 10.9788 18 11.8978 18H14.6398C15.2248 18 15.7743 17.6875 16.0733 17.184C16.1968 16.9765 16.1283 16.708 15.9208 16.5845C15.7128 16.462 15.4443 16.5295 15.3213 16.737C15.1788 16.9765 14.9173 17.125 14.6398 17.125H11.8978C11.4613 17.125 11.1063 16.77 11.1063 16.3335C11.1063 15.897 11.4613 15.542 11.8978 15.542H15.1508C15.7358 15.542 16.2858 15.229 16.5843 14.7255C16.7078 14.5175 16.6393 14.249 16.4318 14.126C16.2223 14.0005 15.9548 14.071 15.8323 14.2785C15.6878 14.522 15.4328 14.667 15.1508 14.667H11.6193C11.1828 14.667 10.8278 14.3115 10.8278 13.875C10.8278 13.4385 11.1828 13.0835 11.6193 13.0835H15.6648C16.2498 13.0835 16.7993 12.771 17.0983 12.2675C17.2218 12.06 17.1533 11.7915 16.9458 11.668C16.7373 11.545 16.4693 11.613 16.3463 11.8205C16.2018 12.0635 15.9468 12.2085 15.6648 12.2085H11.5088C11.0723 12.2085 10.7173 11.8535 10.7173 11.417C10.7173 10.9805 11.0718 10.625 11.5088 10.625Z",fill:"#107D57"})),b8=e=>h.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Trivia"},h.createElement("rect",{id:"Rectangle 328",x:.56009,y:2.8074,width:16.55,height:16.55,rx:2.14375,transform:"rotate(-7.80777 0.56009 2.8074)",stroke:"#006747",style:{stroke:"#006747",stroke:"color(display-p3 0.0000 0.4039 0.2784)",strokeOpacity:1},strokeWidth:1.4}),h.createElement("path",{id:"Union",fillRule:"evenodd",clipRule:"evenodd",d:"M9.62237 4.17188C10.5053 4.17188 11.2837 4.37793 11.8733 4.76716L11.8732 4.76718C12.5572 5.21938 12.9636 5.89049 13.0796 6.75908C13.2656 8.14856 12.2625 9.08727 11.5284 9.77271C11.2207 10.0589 10.956 10.3079 10.8501 10.5183C10.7752 10.6652 10.7366 10.8269 10.6992 10.9839C10.698 10.989 10.6967 10.994 10.6955 10.9991L10.6952 11.0004C10.5952 11.4278 10.4915 11.8706 9.72822 11.9721C9.67385 11.9793 9.6209 11.9821 9.56938 11.9821C9.28746 11.9821 9.03705 11.8777 8.84673 11.6788C8.67931 11.5056 8.56912 11.2738 8.53621 11.0234C8.40767 10.0551 9.08301 9.37328 9.68028 8.77031L9.68384 8.76671C10.2176 8.23011 10.7199 7.72213 10.6354 7.08534C10.5496 6.43425 10.1275 6.07652 9.44917 6.07652C9.35902 6.07652 9.26601 6.08367 9.1687 6.09655C8.22588 6.22243 8.06263 6.74456 7.88952 7.29821L7.88941 7.29854C7.73775 7.78506 7.58034 8.28732 6.85055 8.38463C6.79188 8.39178 6.73178 8.39608 6.6731 8.39608C6.1279 8.39608 5.72868 8.05407 5.65856 7.52462C5.56127 6.80772 5.86319 6.0307 6.48137 5.39534C7.0924 4.77002 7.94814 4.34216 8.8296 4.22482C9.09577 4.19048 9.36193 4.17188 9.62237 4.17188ZM9.88998 12.7224C9.94722 12.7152 10.0059 12.7109 10.0631 12.7109C10.7228 12.7109 11.2866 13.2032 11.3753 13.8586C11.4697 14.5812 10.9618 15.2466 10.2391 15.3439C10.1804 15.3511 10.1218 15.3554 10.0645 15.3554C9.40485 15.3554 8.84107 14.8617 8.75378 14.2077C8.65791 13.4851 9.16732 12.8197 9.88998 12.7224Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}))),x8=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M20.6087 5.32569H17.087V4.91284C17.087 4.68495 16.9117 4.5 16.6957 4.5H7.30435C7.08835 4.5 6.91305 4.68495 6.91305 4.91284V5.32569H3.3913C3.1753 5.32569 3 5.51064 3 5.73853V7.77273C3 10.5049 5.106 12.7269 7.69566 12.7269C7.71131 12.7269 7.72462 12.7194 7.73948 12.7178C8.44462 13.8572 9.5434 14.7093 10.8151 15.0446C10.7658 16.0767 10.5162 16.5012 9.76331 17.3186L9.55044 17.5481C8.47357 18.714 7.69566 18.693 7.69566 19.6326C7.69566 19.8605 7.87096 20.0455 8.08696 20.0455H15.9131C16.1291 20.0455 16.3044 19.8605 16.3044 19.6326C16.3044 18.693 15.5265 18.714 14.4496 17.5481L14.2375 17.3178C13.4846 16.5003 13.235 16.0759 13.1857 15.0437C14.4574 14.7093 15.5562 13.8564 16.2613 12.717C16.2754 12.7194 16.2887 12.7269 16.3044 12.7269C18.894 12.7269 21 10.5049 21 7.77273V5.73853C21 5.51064 20.8247 5.32569 20.6087 5.32569ZM3.78261 7.77273V6.15138H6.91305V9.83695C6.91305 10.5479 7.05392 11.2315 7.30435 11.8599C5.33296 11.6493 3.78261 9.90796 3.78261 7.77273ZM20.2174 7.77273C20.2174 9.90796 18.6671 11.6493 16.6957 11.8599C16.9461 11.2324 17.087 10.5487 17.087 9.83695V6.15138H20.2174V7.77273Z",fill:"#107D57",style:{fill:"#107D57",fill:"color(display-p3 0.0627 0.4902 0.3412)",fillOpacity:1}})),E8=e=>h.createElement("svg",{width:12,height:12,viewBox:"0 0 12 12",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Trophy"},h.createElement("path",{id:"Combined Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M2.76916 3.50002C2.76916 4.49786 2.94705 5.38348 3.30282 6.15692C2.62493 6.01847 2.05883 5.74872 1.6045 5.34768C1.15017 4.94663 0.923008 4.55992 0.923008 4.18752V3.50002H2.76916ZM11.0768 3.50002V4.18752C11.0768 4.55992 10.8497 4.94663 10.3953 5.34768C9.941 5.74872 9.3749 6.01847 8.69701 6.15692C9.05278 5.38348 9.23066 4.49786 9.23066 3.50002H11.0768ZM12 4.1875V3.27083C12 3.07986 11.9327 2.91754 11.7981 2.78385C11.6635 2.65017 11.5 2.58333 11.3077 2.58333H9.23077V1.89583C9.23077 1.58073 9.11779 1.31098 8.89183 1.08659C8.66586 0.862195 8.39423 0.75 8.07692 0.75H3.92308C3.60577 0.75 3.33414 0.862195 3.10817 1.08659C2.88221 1.31098 2.76923 1.58073 2.76923 1.89583V2.58333H0.692308C0.499999 2.58333 0.336539 2.65017 0.201923 2.78385C0.067307 2.91754 0 3.07986 0 3.27083V4.1875C0 4.52648 0.0997586 4.86784 0.299279 5.21159C0.498799 5.55534 0.768027 5.86567 1.10697 6.14258C1.44592 6.41949 1.86178 6.65223 2.35457 6.84082C2.84736 7.02941 3.36538 7.13563 3.90865 7.15951C4.11058 7.41732 4.33894 7.6441 4.59375 7.83984C4.77644 8.00217 4.90264 8.17524 4.97236 8.35905C5.04207 8.54286 5.07692 8.75651 5.07692 9C5.07692 9.25781 5.00361 9.47504 4.85697 9.65169C4.71034 9.82834 4.47596 9.91667 4.15385 9.91667C3.79327 9.91667 3.47236 10.0253 3.19111 10.2425C2.90985 10.4597 2.76923 10.7331 2.76923 11.0625V11.5208C2.76923 11.5877 2.79087 11.6426 2.83413 11.6855C2.8774 11.7285 2.93269 11.75 3 11.75H9C9.06731 11.75 9.1226 11.7285 9.16586 11.6855C9.20913 11.6426 9.23077 11.5877 9.23077 11.5208V11.0625C9.23077 10.7331 9.09015 10.4597 8.80889 10.2425C8.52764 10.0253 8.20673 9.91667 7.84615 9.91667C7.52404 9.91667 7.28966 9.82834 7.14303 9.65169C6.99639 9.47504 6.92308 9.25781 6.92308 9C6.92308 8.75651 6.95793 8.54286 7.02764 8.35905C7.09736 8.17524 7.22356 8.00217 7.40625 7.83984C7.66106 7.6441 7.88942 7.41732 8.09135 7.15951C8.63462 7.13563 9.15264 7.02941 9.64543 6.84082C10.1382 6.65223 10.5541 6.41949 10.893 6.14258C11.232 5.86567 11.5012 5.55534 11.7007 5.21159C11.9002 4.86784 12 4.52648 12 4.1875ZM5.07033 5.38491L6.0383 4.87503L7.00627 5.38491L6.8214 4.30497L7.60451 3.54016L6.52228 3.3826L6.0383 2.40003L5.55431 3.3826L4.47209 3.54016L5.25519 4.30497L5.07033 5.38491Z",fill:"white"}))),L8=e=>h.createElement("svg",{width:40,height:39,viewBox:"0 0 40 39",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("rect",{x:.796875,width:38.4,height:38.4,rx:19.2,fill:"#FFB600"}),h.createElement("path",{d:"M31.2752 10.8509H26.5795V10.3005C26.5795 9.99661 26.3458 9.75 26.0578 9.75H13.536C13.248 9.75 13.0143 9.99661 13.0143 10.3005V10.8509H8.31861C8.03061 10.8509 7.79688 11.0975 7.79688 11.4014V14.1136C7.79688 17.7566 10.6049 20.7192 14.0578 20.7192C14.0786 20.7192 14.0964 20.7092 14.1162 20.707C15.0564 22.2263 16.5214 23.3625 18.2171 23.8094C18.1513 25.1856 17.8185 25.7516 16.8146 26.8415L16.5308 27.1475C15.095 28.702 14.0578 28.674 14.0578 29.9268C14.0578 30.2307 14.2915 30.4773 14.5795 30.4773H25.0143C25.3023 30.4773 25.536 30.2307 25.536 29.9268C25.536 28.674 24.4988 28.702 23.063 27.1475L22.7802 26.8404C21.7764 25.7505 21.4435 25.1845 21.3778 23.8083C23.0734 23.3625 24.5385 22.2252 25.4786 20.7059C25.4974 20.7092 25.5152 20.7192 25.536 20.7192C28.9889 20.7192 31.7969 17.7566 31.7969 14.1136V11.4014C31.7969 11.0975 31.5632 10.8509 31.2752 10.8509ZM8.84035 14.1136V11.9518H13.0143V16.8659C13.0143 17.8138 13.2021 18.7254 13.536 19.5632C10.9075 19.2825 8.84035 16.9606 8.84035 14.1136ZM30.7534 14.1136C30.7534 16.9606 28.6863 19.2825 26.0578 19.5632C26.3917 18.7265 26.5795 17.8149 26.5795 16.8659V11.9518H30.7534V14.1136Z",fill:"white"})),k8=e=>h.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Trophy"},h.createElement("path",{id:"Combined Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M3.69197 4.66662C3.69197 5.99705 3.92914 7.17787 4.4035 8.20912C3.49966 8.02451 2.74487 7.66486 2.1391 7.13014C1.53333 6.59542 1.23046 6.0798 1.23046 5.58328V4.66662H3.69197ZM14.7686 4.66662V5.58328C14.7686 6.0798 14.4658 6.59542 13.86 7.13014C13.2542 7.66486 12.4994 8.02451 11.5956 8.20912C12.0699 7.17787 12.3071 5.99705 12.3071 4.66662H14.7686ZM15.9998 5.58329V4.36108C15.9998 4.10645 15.9101 3.89002 15.7306 3.71178C15.5511 3.53354 15.3332 3.44442 15.0768 3.44442H12.3076V2.52776C12.3076 2.10763 12.1569 1.74797 11.8556 1.44878C11.5544 1.14959 11.1922 1 10.7691 1H5.23072C4.80764 1 4.44547 1.14959 4.14419 1.44878C3.84291 1.74797 3.69227 2.10763 3.69227 2.52776V3.44442H0.923068C0.666659 3.44442 0.448714 3.53354 0.269228 3.71178C0.0897418 3.89002 0 4.10645 0 4.36108V5.58329C0 6.03525 0.13301 6.49039 0.399034 6.94872C0.665059 7.40705 1.02403 7.82082 1.47595 8.19003C1.92787 8.55924 2.48234 8.86957 3.13939 9.12101C3.79644 9.37246 4.48713 9.51409 5.21149 9.54592C5.48071 9.88967 5.7852 10.192 6.12494 10.453C6.36853 10.6695 6.53679 10.9002 6.62974 11.1453C6.72269 11.3904 6.76916 11.6752 6.76916 11.9999C6.76916 12.3436 6.67141 12.6333 6.4759 12.8688C6.28038 13.1043 5.96789 13.2221 5.53841 13.2221C5.05764 13.2221 4.62976 13.3669 4.25476 13.6566C3.87977 13.9462 3.69227 14.3106 3.69227 14.7499V15.361C3.69227 15.4501 3.72112 15.5233 3.77881 15.5806C3.8365 15.6379 3.91022 15.6665 3.99996 15.6665H11.9999C12.0896 15.6665 12.1633 15.6379 12.221 15.5806C12.2787 15.5233 12.3076 15.4501 12.3076 15.361V14.7499C12.3076 14.3106 12.1201 13.9462 11.7451 13.6566C11.3701 13.3669 10.9422 13.2221 10.4614 13.2221C10.0319 13.2221 9.71945 13.1043 9.52394 12.8688C9.32843 12.6333 9.23068 12.3436 9.23068 11.9999C9.23068 11.6752 9.27715 11.3904 9.3701 11.1453C9.46305 10.9002 9.63131 10.6695 9.8749 10.453C10.2146 10.192 10.5191 9.88967 10.7884 9.54592C11.5127 9.51409 12.2034 9.37246 12.8604 9.12101C13.5175 8.86957 14.072 8.55924 14.5239 8.19003C14.9758 7.82082 15.3348 7.40705 15.6008 6.94872C15.8668 6.49039 15.9998 6.03525 15.9998 5.58329ZM6.76047 7.1798L8.05109 6.49997L9.3417 7.1798L9.09521 5.73989L10.1393 4.72015L8.69639 4.51007L8.05109 3.2L7.40578 4.51007L5.96283 4.72015L7.00696 5.73989L6.76047 7.1798Z",fill:"#F2C94C"}))),S8=e=>h.createElement("svg",{width:14,height:14,viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9234 2.06117C12.6527 2.79041 12.797 3.88306 12.3564 4.75616L12.3698 4.78833C13.2984 5.09432 13.9688 5.96888 13.9688 7C13.9688 8.03112 13.2984 8.90568 12.3698 9.21167L12.3565 9.24364C12.7971 10.1167 12.6527 11.2094 11.9235 11.9386C11.1944 12.6678 10.1019 12.8122 9.22883 12.3718L9.19604 12.3854C8.89006 13.314 8.0155 13.9844 6.98438 13.9844C5.95325 13.9844 5.07869 13.314 4.77271 12.3854L4.74027 12.3719C3.8673 12.8121 2.77506 12.6676 2.04603 11.9386C1.31703 11.2096 1.17255 10.1174 1.61259 9.24445L1.59899 9.21167C0.670333 8.90568 0 8.03112 0 7C0 5.96888 0.670334 5.09432 1.59899 4.78833L1.61267 4.75535C1.17263 3.8824 1.31711 2.79023 2.04611 2.06123C2.77519 1.33215 3.86754 1.18772 4.74054 1.62795L4.77271 1.61461C5.07869 0.685958 5.95325 0.015625 6.98438 0.015625C8.0155 0.015625 8.89006 0.685958 9.19604 1.61461L9.22857 1.6281C10.1016 1.18761 11.1942 1.33196 11.9234 2.06117ZM9.80606 4.98029C9.97643 4.7077 9.89356 4.34862 9.62098 4.17825C9.34839 4.00788 8.98931 4.09075 8.81894 4.36333L6.29655 8.39915L5.06781 7.17041C4.84051 6.94311 4.47199 6.94311 4.24469 7.17041C4.01739 7.39771 4.01739 7.76623 4.24469 7.99353L5.99079 9.73962C6.11621 9.86504 6.29197 9.92642 6.4682 9.90635C6.64444 9.88628 6.8019 9.78695 6.89591 9.63654L9.80606 4.98029Z",fill:"#0092E9"})),I8=e=>h.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Chevron Up"},h.createElement("path",{id:"Vector",d:"M4 9.6001L8 5.6001L12 9.6001",stroke:"#107D57",strokeWidth:1.25,strokeLinecap:"round",strokeLinejoin:"round"}))),T8=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"cross"},h.createElement("path",{id:"Vector",d:"M6 18L18 6M6 6L18 18",stroke:"#BA0C2F",strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))),j8=e=>h.createElement("svg",{width:25,height:24,viewBox:"0 0 25 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Friends"},h.createElement("path",{id:"Vector",d:"M4.19231 7.03125C2.66346 7.03125 1.42308 8.19973 1.42308 9.63994C1.42308 11.0802 2.66346 12.2486 4.19231 12.2486C5.72115 12.2486 6.96154 11.0802 6.96154 9.63994C6.96154 8.19973 5.72115 7.03125 4.19231 7.03125ZM4.19231 12.2486C2.16226 12.2486 0.5 13.8145 0.5 15.7269V17.629C0.5 17.629 1.42308 18.3356 4.19231 18.3356C6.96154 18.3356 7.88461 17.629 7.88461 17.629V15.7269C7.88461 13.8145 6.22236 12.2486 4.19231 12.2486ZM20.8077 7.03125C19.2788 7.03125 18.0385 8.19973 18.0385 9.63994C18.0385 11.0802 19.2788 12.2486 20.8077 12.2486C22.3365 12.2486 23.5769 11.0802 23.5769 9.63994C23.5769 8.19973 22.3365 7.03125 20.8077 7.03125ZM20.8077 12.2486C18.7776 12.2486 17.1154 13.8145 17.1154 15.7269V17.629C17.1154 17.629 18.0385 18.3356 20.8077 18.3356C23.5769 18.3356 24.5 17.629 24.5 17.629V15.7269C24.5 13.8145 22.8377 12.2486 20.8077 12.2486ZM12.5 10.5095C10.9712 10.5095 9.73077 11.678 9.73077 13.1182C9.73077 14.5584 10.9712 15.7269 12.5 15.7269C14.0288 15.7269 15.2692 14.5584 15.2692 13.1182C15.2692 11.678 14.0288 10.5095 12.5 10.5095ZM12.5 15.7269C10.47 15.7269 8.80769 17.2928 8.80769 19.2051V21.1073C8.80769 21.1073 9.73077 21.8138 12.5 21.8138C15.2692 21.8138 16.1923 21.1073 16.1923 21.1073V19.2051C16.1923 17.2928 14.53 15.7269 12.5 15.7269Z",fill:"white"}),h.createElement("path",{id:"Vector_2",d:"M8.58473 1.5C6.96392 1.5 5.64893 2.73876 5.64893 4.2656C5.64893 5.79245 6.96392 7.03121 8.58473 7.03121C10.2055 7.03121 11.5205 5.79245 11.5205 4.2656C11.5205 2.73876 10.2055 1.5 8.58473 1.5ZM8.58473 7.03121C8.29038 7.03121 7.99221 7.024 7.69787 7.11763C8.28656 7.85584 8.58473 8.78131 8.58473 9.79681C8.58473 10.1641 8.49298 10.5242 8.49298 10.8915C9.27663 9.78601 10.5419 9.05859 12.0098 8.87494C11.3256 7.76942 10.0526 7.03121 8.58473 7.03121ZM16.4135 1.5C14.7927 1.5 13.4777 2.73876 13.4777 4.2656C13.4777 5.79245 14.7927 7.03121 16.4135 7.03121C18.0343 7.03121 19.3493 5.79245 19.3493 4.2656C19.3493 2.73876 18.0343 1.5 16.4135 1.5ZM16.4135 7.03121C14.9456 7.03121 13.6727 7.76942 12.9884 8.87494C14.4563 9.05859 15.7216 9.78601 16.5053 10.8915C16.5053 10.5242 16.4135 10.1641 16.4135 9.79681C16.4135 8.78131 16.7117 7.85584 17.3004 7.11763C17.006 7.024 16.7079 7.03121 16.4135 7.03121Z",fill:"white",fillOpacity:.4}))),A8=e=>h.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 200 200",...e},h.createElement("radialGradient",{id:"a9",cx:.66,fx:.66,cy:.3125,fy:.3125,gradientTransform:"scale(1.5)"},h.createElement("stop",{offset:0,stopColor:"#006944"}),h.createElement("stop",{offset:.3,stopColor:"#006944",stopOpacity:.9}),h.createElement("stop",{offset:.6,stopColor:"#006944",stopOpacity:.6}),h.createElement("stop",{offset:.8,stopColor:"#006944",stopOpacity:.3}),h.createElement("stop",{offset:1,stopColor:"#006944",stopOpacity:0})),h.createElement("circle",{"transform-origin":"center",fill:"none",stroke:"url(#a9)",strokeWidth:17,strokeLinecap:"round",strokeDasharray:"200 1000",strokeDashoffset:0,cx:100,cy:100,r:70},h.createElement("animateTransform",{type:"rotate",attributeName:"transform",calcMode:"spline",dur:1.8,values:"360;0",keyTimes:"0;1",keySplines:"0 0 1 1",repeatCount:"indefinite"})),h.createElement("circle",{"transform-origin":"center",fill:"none",opacity:.2,stroke:"#006944",strokeWidth:17,strokeLinecap:"round",cx:100,cy:100,r:70})),$8=e=>h.createElement("svg",{width:86,height:21,viewBox:"0 0 86 21",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M39.7699 17.519L41.7975 10.3564C42.019 9.57525 42.5964 8.94819 43.3515 8.66775L43.4069 8.43457H40.5888L35.8028 14.1928L33.9712 8.43457H31.393L31.3309 8.66775C31.7723 8.88885 32.0156 9.54952 32.0156 10.087V10.1204C32.0156 13.1879 29.7696 18.4607 26.6104 18.4607C25.3827 18.4607 24.7463 17.5842 24.7463 16.8536C24.7463 15.9687 25.4791 15.3393 26.2522 15.3393C26.6778 15.3393 26.8988 15.4303 27.0895 15.5088C27.2342 15.5684 27.3615 15.6208 27.5475 15.6208C27.8106 15.6208 28.0628 15.4845 28.1888 15.2511C28.3867 14.8845 28.2367 14.4368 27.8748 14.2614L27.6773 14.1661C25.8352 13.2706 23.6992 14.6266 23.6992 16.6919V16.7205C23.6992 18.2238 24.8674 19.4811 26.3546 19.5336C30.1873 19.6694 32.751 14.4452 33.1588 10.6214L33.4534 11.656L34.9632 16.2284H35.5351L40.2511 10.5434L38.2726 17.5264C38.0457 18.3275 37.4171 18.948 36.6191 19.1592L36.5637 19.3923H40.3559L40.4177 19.1592C39.8575 18.8252 39.5911 18.1508 39.7699 17.519Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M49.2539 12.3311C47.4839 12.3332 45.5808 12.5062 44.568 15.4136C44.443 15.7724 44.3314 16.1004 44.2299 16.3988C43.6403 18.1314 43.3898 18.8676 42.8227 18.8676C42.6317 18.8676 42.5473 18.6987 42.4545 18.5128C42.3409 18.2851 42.2145 18.0318 41.8638 18.0318C41.5768 18.0318 41.2768 18.2645 41.2552 18.6014C41.2175 19.1835 41.9922 19.5357 42.576 19.5357C44.3546 19.5357 45.0362 18.2246 45.2587 17.6138C45.2876 17.534 45.4446 17.1017 45.6299 16.5923H47.499L47.1824 17.7708C47.0152 18.3926 46.6713 18.9015 46.0895 19.1617L46.0394 19.3947H49.0969L49.1536 19.1617C48.7397 18.8167 48.5601 18.2634 48.6943 17.7482L49.8448 13.3292C49.9332 12.9901 50.1656 12.7105 50.4806 12.5642L50.5306 12.3311H49.2539ZM47.6519 16.0223H45.8369C46.043 15.4562 46.2403 14.9158 46.3069 14.7388C46.766 13.5136 47.6389 13.0178 48.4845 12.9485L48.4757 12.9558L47.6519 16.0223Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),h.createElement("path",{d:"M64.9086 12.2791C64.9086 12.4194 64.8148 12.6704 64.7165 12.8348C64.487 13.2187 64.077 13.5109 63.6767 13.6265L63.4976 13.678C63 13.8213 62.489 13.794 61.9847 13.6879L60.8352 17.7483C60.6891 18.2633 60.8565 18.8168 61.2623 19.1616L61.2001 19.395H58.0542L58.1098 19.1616C58.6973 18.9016 59.1413 18.3925 59.3228 17.7712L60.6376 13.2639C59.4267 12.8561 59.1564 12.8823 58.8962 13.2526C58.7642 13.4721 58.7796 13.7795 58.7931 14.0483C58.7962 14.1086 58.7991 14.1673 58.8003 14.2223C58.8062 14.5193 58.6037 14.7795 58.316 14.842C57.9611 14.9189 57.6305 14.6359 57.6492 14.2698V14.2688C57.6508 14.2386 57.6651 14.1553 57.6846 14.0529C57.8161 13.356 58.2541 12.7534 58.8816 12.4351L58.892 12.4299L58.8972 12.4272C59.5396 12.1051 60.5191 12.3038 61.3075 12.5205C61.3166 12.5234 61.3246 12.5252 61.3335 12.5276C61.5009 12.574 61.6597 12.6208 61.8043 12.6636V12.6662C63.3842 13.1244 63.7271 13.1473 63.9416 12.8802C64.0349 12.7644 64.0788 12.527 64.0755 12.3059C64.0716 12.0932 64.2202 11.9086 64.4259 11.8637C64.6827 11.8078 64.9221 12.0139 64.9086 12.2791Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),h.createElement("path",{d:"M65.9742 12.3311L65.9123 12.5645C66.302 12.8363 66.4774 13.327 66.3516 13.7863L65.1826 17.7661C65.0012 18.3879 64.5572 18.8968 63.9697 19.1568L63.9141 19.3899H69.5602L70.0661 17.524H69.8285L69.7432 17.7028C69.4261 18.3695 68.758 18.7939 68.0255 18.7939H66.4015L67.2661 15.6704L67.956 15.6696C68.4214 15.6693 68.7712 16.0981 68.6821 16.5592H68.9197L69.4872 14.448H69.2496C69.112 14.8385 68.7468 15.0995 68.3361 15.0998L67.4239 15.1008L68.0239 12.9329L69.745 12.9316C70.3068 12.9311 70.7274 13.4515 70.6151 14.0077H70.8527L71.3034 12.3311H65.9742Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M72.9481 12.334H76.7502C77.7432 12.334 78.4622 13.2914 78.195 14.2577C77.9634 15.0938 77.2093 15.6717 76.3501 15.6723L75.871 15.6725C76.1731 15.6725 76.4653 15.8923 76.5235 16.1297C76.6323 16.575 76.8508 17.403 76.9765 17.8796L76.9891 17.9274C77.1191 18.4223 77.4099 18.7968 77.8116 19.0376L78.0151 19.1594L77.9597 19.3929H76.5378C75.969 19.3929 75.7192 19.0153 75.5289 18.3677C75.3836 17.8722 75.2017 16.4314 75.1884 16.3138C75.1484 15.9493 74.8437 15.6736 74.4808 15.6733H74.2406L73.6643 17.7456C73.5187 18.2606 73.6859 18.8141 74.0917 19.1589L74.0295 19.3926H70.8867L70.9421 19.1589C71.5298 18.8989 71.9736 18.39 72.155 17.7682L73.3456 13.7013C73.4277 13.2683 73.251 12.8216 72.886 12.5672L72.9481 12.334ZM75.395 15.1028C76.0496 15.1028 76.6259 14.6685 76.8136 14.0354C76.9763 13.4866 76.5692 12.9344 76.0015 12.9346L75.0017 12.9352L74.3984 15.1036L75.395 15.1028Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),h.createElement("path",{d:"M55.8673 12.6932C55.7651 12.6932 55.5452 12.6228 55.2078 12.481C54.8701 12.3392 54.529 12.2686 54.1851 12.2686C53.4713 12.2686 52.8755 12.502 52.3883 13.0009C51.9828 13.4161 51.8027 13.8769 51.8027 14.2758C51.8027 14.7004 52.0486 15.1996 52.5412 15.6032C52.9175 15.9119 53.3062 16.2101 53.6975 16.5103C53.7898 16.5812 53.8823 16.6521 53.9748 16.7233C54.4843 17.1353 54.7393 17.5153 54.7393 17.8244C54.7393 18.5029 54.3023 18.8679 53.3977 18.8679C52.4785 18.8679 51.8429 18.1875 51.6391 16.9132H51.3906L50.668 19.3933H50.897C51.1957 19.182 51.4081 19.0459 51.8411 19.0459C52.0058 19.0459 52.1751 19.1238 52.3786 19.2175C52.6859 19.3588 53.0713 19.5362 53.6377 19.5362C54.3894 19.5362 54.9845 19.3786 55.4942 18.8634C55.9276 18.4134 56.1441 17.7832 56.1441 17.268C56.1441 16.7916 55.8485 16.2362 55.332 15.8361C55.0681 15.6317 54.793 15.4404 54.5168 15.2482C54.3292 15.1177 54.1411 14.9869 53.9556 14.8514C53.4585 14.478 53.21 14.161 53.21 13.8134C53.21 13.6198 53.3057 13.4271 53.497 13.2341C53.7388 12.9896 54.0627 12.9355 54.496 12.9355C55.3655 12.9355 55.9741 13.425 56.0253 14.4546H56.2546L56.861 12.2686H56.6318C56.3895 12.5519 56.1347 12.6932 55.8673 12.6932Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),h.createElement("path",{d:"M84.2951 14.4543C84.2441 13.4247 83.6353 12.9353 82.7658 12.9353C82.3325 12.9353 82.0086 12.9894 81.7665 13.2338C81.5755 13.4268 81.4798 13.6201 81.4798 13.8128C81.4798 14.1605 81.7283 14.478 82.2256 14.8511C82.4108 14.9864 82.5985 15.117 82.7858 15.2473C83.0623 15.4397 83.3377 15.6313 83.6021 15.8361C84.1183 16.2363 84.4139 16.7916 84.4139 17.268C84.4139 17.7829 84.1974 18.4128 83.764 18.8634C83.2542 19.3781 82.6592 19.5362 81.9074 19.5362C81.341 19.5362 80.9556 19.3588 80.6483 19.2175C80.4448 19.1238 80.2755 19.0459 80.1107 19.0459C79.6778 19.0459 79.4655 19.182 79.167 19.3933H78.9375L79.6602 16.9132H79.9087C80.1127 18.1873 80.7483 18.8676 81.6675 18.8676C82.5721 18.8676 83.0091 18.5026 83.0091 17.8241C83.0091 17.5153 82.7538 17.1354 82.2446 16.7231C82.15 16.6502 82.0554 16.5777 81.961 16.5052C81.5718 16.2067 81.1852 15.9102 80.811 15.6032C80.3184 15.199 80.0724 14.7006 80.0724 14.2755C80.0724 13.8769 80.2526 13.4158 80.6581 13.0006C81.1453 12.502 81.7411 12.2686 82.4546 12.2686C82.7988 12.2686 83.1396 12.3392 83.4773 12.4807C83.815 12.6223 84.0349 12.6929 84.1368 12.6929C84.4048 12.6929 84.6593 12.5514 84.9013 12.2686H85.1308L84.5246 14.4543H84.2951Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.4366 7.2801C21.4366 7.10548 21.2957 6.96289 21.1226 6.96289H20.88C20.6903 6.96289 20.5153 7.059 20.4126 7.21996L19.6278 8.4452C19.4953 8.65133 19.2714 8.77422 19.0281 8.77422H18.4981C18.3442 8.77422 18.203 8.8593 18.1295 8.99611C17.9478 9.33563 17.6228 9.56329 17.2542 9.62264V13.8311C17.848 13.896 18.3023 14.2547 18.3023 14.6885C18.3023 15.1685 17.7471 15.5576 17.0616 15.5576C16.3766 15.5576 15.8209 15.1685 15.8209 14.6885C15.8209 14.2547 16.2755 13.896 16.8687 13.8311V9.62264C16.5001 9.56277 16.1754 9.33511 15.9942 8.99637C15.9209 8.85956 15.78 8.77474 15.6261 8.77474H15.2708C15.1052 8.77474 14.9552 8.87295 14.8876 9.02578L14.5923 9.69643C14.4982 9.90965 14.2877 10.0478 14.0563 10.0478C13.8249 10.0478 13.6144 9.90965 13.5208 9.69564L13.225 9.02604C13.1579 8.87348 13.0074 8.77474 12.8423 8.77474H2.93715C2.87113 9.04127 2.63171 9.23926 2.34784 9.23926H2.06112V9.59927C2.06112 10.1174 1.96104 10.622 1.76425 11.0994L1.49962 11.7425C0.628527 13.8561 1.48429 16.2538 3.48955 17.3207L4.81218 18.0241L5.96298 18.0325C6.28922 18.0349 6.61208 18.1213 6.89673 18.282L7.49982 18.6223H8.31372C8.66648 18.6223 9.01273 18.7195 9.31506 18.9027L9.67301 19.121C10.0208 19.3318 10.4136 19.4542 10.8178 19.4781V19.1055C10.8178 18.3833 11.2405 17.7292 11.8948 17.4393L12.919 16.9845C13.1597 16.8777 13.4309 16.8609 13.6833 16.9368L14.1694 17.0833C14.3222 17.1295 14.4829 17.1295 14.6347 17.0841L15.7876 16.7388C16.0007 16.6747 16.2251 16.6768 16.4364 16.7437L16.8198 16.8656C17.3486 17.0334 17.7037 17.5223 17.7037 18.0827V19.0566C17.7037 19.2922 17.8934 19.4841 18.1271 19.4841C18.3143 19.4841 18.4815 19.357 18.5337 19.1756C18.6977 18.6039 18.7726 18.0126 18.7554 17.4175L18.7539 17.3144C18.7411 16.8656 18.9187 16.431 19.24 16.1214L19.7191 15.6614C19.9853 15.4048 20.1381 15.0451 20.1381 14.6732V12.3819C20.1381 11.8575 20.2946 11.3526 20.5907 10.9214L20.8179 10.5897V10.1342C20.8179 9.61266 20.9726 9.11033 21.265 8.68126L21.63 8.14506C21.507 8.01534 21.4366 7.84203 21.4366 7.65848V7.2801Z",fill:"#FCE300",style:{fill:"#FCE300",fill:"color(display-p3 0.9882 0.8902 0.0000)",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M9.16479 19.1581C8.95111 19.0284 8.71091 18.953 8.46344 18.9305V19.8514C8.7642 19.8745 9.05691 19.9643 9.3166 20.1218C9.31738 20.1221 9.73122 20.3763 9.87082 20.4587C10.064 20.573 10.2987 20.6817 10.7094 20.7029C10.7383 20.7042 10.7648 20.694 10.7856 20.6743C10.8072 20.6533 10.8191 20.6255 10.8191 20.5953V19.7736C10.3619 19.7492 9.91605 19.6148 9.523 19.3758L9.16479 19.1581Z",fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M6.7527 18.5415C6.51744 18.4083 6.25099 18.3369 5.98116 18.3314V19.2523C6.30116 19.2578 6.61752 19.3429 6.89645 19.5002L7.40934 19.7898V18.9065C7.40284 18.9036 7.39582 18.9044 7.38932 18.9009L6.7527 18.5415Z",fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M13.5993 17.2219C13.5226 17.1988 13.4436 17.1904 13.3651 17.1904V18.1123C13.4722 18.1123 13.5796 18.1239 13.6838 18.1551L14.1699 18.3022C14.2323 18.3205 14.2962 18.33 14.3602 18.3334V17.4125C14.2676 17.4086 14.1754 17.3954 14.0854 17.3687L13.5993 17.2219Z",fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.731 17.1493L16.3481 17.0275C16.2623 17.0002 16.1729 16.9891 16.0843 16.9915V17.9121C16.1987 17.9098 16.313 17.9245 16.424 17.9589L16.8896 18.0912C17.1282 18.1598 17.3151 18.3362 17.409 18.5576V18.0823C17.409 17.6532 17.1366 17.2782 16.731 17.1493Z",fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M18.1277 19.7819C18.1092 19.7819 18.0923 19.7777 18.0739 19.7764V20.6957C18.0978 20.6983 18.1209 20.7028 18.1454 20.7028C18.4139 20.7028 18.6491 20.5292 18.7305 20.2708C18.7388 20.2448 18.7443 20.2175 18.7521 20.1915V19.409C18.627 19.6338 18.3902 19.7819 18.1277 19.7819Z",fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M1.6875 16.096V16.8948C2.04935 17.5315 2.57913 18.0549 3.23993 18.4062L3.48402 18.5359V17.6534L3.35275 17.5838C2.66232 17.2167 2.10186 16.7005 1.6875 16.096Z",fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M4.06076 17.9608V18.8434L4.70907 19.1879V18.3048C4.70829 18.3048 4.70725 18.3048 4.70647 18.3043L4.06076 17.9608Z",fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M17.8159 14.8958C17.8159 14.6949 17.577 14.5274 17.2541 14.4785V15.313C17.577 15.2637 17.8159 15.0966 17.8159 14.8958Z",fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16.3086 14.8958C16.3086 15.0966 16.5475 15.2637 16.8704 15.313V14.4785C16.5475 14.5274 16.3086 14.6949 16.3086 14.8958Z",fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M15.2923 1.62988C15.0123 1.54322 14.7326 1.69736 14.4526 1.85623C14.3536 1.91268 14.2831 2.00879 14.259 2.12092L13.8189 4.19615C13.8025 4.27282 13.8708 4.34214 13.9468 4.32481C14.4095 4.2182 14.8496 3.80962 15.3123 3.95246C15.8309 4.11317 16.3492 3.44987 16.8678 3.45775V1.06348C16.3464 1.06584 15.8111 1.79006 15.2923 1.62988",fill:"#BA0C2F",style:{fill:"#BA0C2F",fill:"color(display-p3 0.7294 0.0471 0.1843)",fillOpacity:1}}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M21.2656 8.68074C20.9732 9.11033 20.8185 9.6124 20.8185 10.1336V10.5895L20.5913 10.9211C20.2949 11.352 20.1384 11.857 20.1384 12.3816V14.6727C20.1384 15.0445 19.9859 15.4046 19.7197 15.6608L19.2406 16.1214C18.919 16.4305 18.742 16.8651 18.7545 17.3141L18.7563 17.417C18.7732 18.012 18.6983 18.6037 18.5343 19.1756C18.482 19.3568 18.3149 19.4836 18.1277 19.4836C17.894 19.4836 17.7043 19.2916 17.7043 19.0561V18.0822C17.7043 17.5221 17.3492 17.0334 16.8204 16.8651L16.437 16.7435C16.2257 16.6763 16.0013 16.6747 15.7882 16.7382L14.6353 17.0835C14.4835 17.129 14.3226 17.129 14.17 17.0833L13.6839 16.9365C13.4317 16.8603 13.1603 16.8771 12.9196 16.9843L11.8954 17.4388C11.2411 17.729 10.8184 18.3828 10.8184 19.1049V19.4778C10.4142 19.4542 10.0214 19.3315 9.67385 19.1204L9.31564 18.9027C9.01332 18.7192 8.66706 18.622 8.31431 18.622H7.5004L6.89731 18.2817C6.61241 18.1208 6.28981 18.0344 5.96357 18.032L4.81276 18.0239L3.49013 17.3204C1.48461 16.2538 0.62911 13.8558 1.50021 11.7422L1.76484 11.0994C1.96162 10.6218 2.0617 10.1168 2.0617 9.59901V9.239H2.34843C2.63229 9.239 2.87171 9.04075 2.93774 8.77422H12.8429C13.008 8.77422 13.1585 8.87295 13.2256 9.02578L13.5211 9.69564C13.615 9.90912 13.8255 10.0475 14.0569 10.0475C14.2882 10.0475 14.4988 9.90939 14.5929 9.6959L14.8885 9.02525C14.9558 8.87269 15.1058 8.77422 15.2714 8.77422H15.6267C15.7806 8.77422 15.9215 8.85956 15.9948 8.99611C16.176 9.33484 16.5007 9.56251 16.8693 9.62238V13.8309C16.2761 13.896 15.8214 14.2544 15.8214 14.6882C15.8214 15.1685 16.3772 15.5574 17.0622 15.5574C17.7477 15.5574 18.3029 15.1685 18.3029 14.6882C18.3029 14.2544 17.8485 13.896 17.2548 13.8309V9.62264C17.6234 9.56277 17.9484 9.33511 18.1301 8.99611C18.2036 8.8593 18.3445 8.77396 18.4987 8.77396H19.029C19.272 8.77396 19.4958 8.65107 19.6282 8.44494L20.4132 7.21944C20.5159 7.05847 20.6908 6.96263 20.8806 6.96263H21.1234C21.2963 6.96263 21.4372 7.10495 21.4372 7.27957V7.65796C21.4372 7.84151 21.5076 8.01508 21.6306 8.14454L21.2656 8.68074ZM18.7515 20.1908C18.7437 20.2171 18.7382 20.2441 18.7299 20.2704C18.6486 20.5291 18.4133 20.7026 18.1448 20.7026C18.1203 20.7026 18.0972 20.6979 18.0733 20.6953V19.7757C18.0912 19.7775 18.1086 19.7812 18.1271 19.7812C18.3891 19.7812 18.6265 19.6331 18.7515 19.4086V20.1908ZM17.4081 18.5572C17.3143 18.3358 17.1279 18.1591 16.8893 18.0908L16.4235 17.9585C16.3125 17.9241 16.1981 17.9094 16.0837 17.9117V16.9911C16.1726 16.9887 16.2615 16.9998 16.3473 17.0273L16.7305 17.1489C17.136 17.2778 17.4081 17.6528 17.4081 18.0819V18.5572ZM14.3601 18.3327C14.2957 18.3296 14.2317 18.3204 14.1693 18.3015L13.6832 18.155C13.5795 18.1232 13.4719 18.1119 13.3645 18.1119V17.19C13.4435 17.19 13.5226 17.1986 13.5987 17.2212L14.0848 17.3683C14.1748 17.3953 14.2673 17.4084 14.3601 17.4121V18.3327ZM10.8185 20.5951C10.8185 20.6251 10.8061 20.6529 10.7847 20.6739C10.764 20.6939 10.7374 20.7038 10.7086 20.7028C10.2979 20.6815 10.0631 20.5726 9.86998 20.4583C9.73039 20.3756 9.31628 20.122 9.31576 20.1217C9.05607 19.9636 8.76311 19.8743 8.46286 19.851V18.9301C8.71008 18.9526 8.95001 19.028 9.16395 19.1577L9.5219 19.3754C9.91521 19.6144 10.3608 19.7488 10.8185 19.7732V20.5951ZM7.40902 19.7897L6.89588 19.4998C6.61669 19.3422 6.30059 19.2574 5.98059 19.2519V18.331C6.25016 18.3362 6.51661 18.4082 6.75238 18.5411L7.38901 18.9008C7.39498 18.9042 7.40252 18.9034 7.40902 18.9058V19.7897ZM4.70824 19.1875L4.06018 18.8427V17.9604L4.7059 18.3039C4.70668 18.3042 4.70772 18.3039 4.70824 18.3042V19.1875ZM3.48345 18.5355L3.23935 18.4058C2.57856 18.0545 2.04904 17.5309 1.68693 16.8944V16.0956C2.10129 16.7001 2.66174 17.2163 3.35191 17.5831L3.48345 17.653V18.5355ZM17.2536 14.4781C17.5762 14.527 17.8153 14.6945 17.8153 14.8954C17.8153 15.0962 17.5762 15.2638 17.2536 15.3129V14.4781ZM16.8698 15.3129C16.5474 15.2638 16.308 15.0962 16.308 14.8954C16.308 14.6945 16.5474 14.527 16.8698 14.4781V15.3129ZM21.9089 7.99494C21.7979 7.91906 21.7314 7.79328 21.7314 7.65778V7.27939C21.7314 6.94065 21.4582 6.66494 21.1229 6.66494H20.8801C20.59 6.66494 20.3227 6.81172 20.1649 7.05777L19.3804 8.28274C19.3027 8.40405 19.1709 8.47627 19.0284 8.47627H18.4981C18.2361 8.47627 17.9954 8.62095 17.8698 8.8557C17.7401 9.09702 17.5137 9.26271 17.2543 9.31891V0.800046C17.2543 0.692385 17.1682 0.605469 17.0616 0.605469C16.9553 0.605469 16.8688 0.692385 16.8688 0.800046V9.31891C16.6093 9.26245 16.3832 9.09676 16.2537 8.85465C16.1292 8.62148 15.8887 8.47627 15.6262 8.47627H15.2708C14.9893 8.47627 14.733 8.64432 14.6189 8.90402L14.323 9.57467C14.2763 9.68049 14.1715 9.74929 14.0563 9.74929C13.9409 9.74929 13.8364 9.68049 13.7899 9.57441L13.4943 8.90455C13.3799 8.64432 13.1239 8.47627 12.8424 8.47627H2.80773C2.72611 8.47627 2.66034 8.54296 2.66034 8.62515C2.66034 8.79951 2.51996 8.94078 2.34788 8.94078H1.91376C1.83239 8.94078 1.76637 9.00748 1.76637 9.08967V9.59883C1.76637 10.077 1.67434 10.5434 1.49186 10.9848L1.22775 11.6273C0.981833 12.2234 0.866155 12.8405 0.867194 13.4463V14.9262C0.867194 15.3261 0.924384 15.7287 1.03954 16.1247C1.36162 17.2291 2.0939 18.1329 3.10251 18.6694L4.70667 19.5223C4.72747 19.5336 4.75113 19.5396 4.77452 19.5399L5.96094 19.5488C6.23779 19.5506 6.51178 19.6239 6.75327 19.7599L7.38989 20.1194C7.41199 20.1317 7.43642 20.1383 7.46164 20.1383H8.31376C8.61296 20.1383 8.90697 20.2208 9.16276 20.3762C9.16276 20.3762 9.57998 20.6314 9.72009 20.7149C9.94521 20.8481 10.2189 20.9749 10.6926 20.9996C10.8002 21.0046 10.9065 20.9662 10.9871 20.8896C11.0666 20.8129 11.1127 20.7058 11.1127 20.5949V20.0178C11.1127 19.5997 11.357 19.2208 11.7365 19.0525L13.0376 18.4751C13.2146 18.3971 13.4137 18.384 13.5988 18.4401L14.0849 18.5869C14.2921 18.6489 14.5113 18.6494 14.719 18.5877L15.8716 18.2419C16.0242 18.1962 16.1864 18.1965 16.3416 18.244L16.81 18.3774C17.0278 18.4396 17.1804 18.6434 17.1804 18.8724V20.0259C17.1804 20.5634 17.613 21.0004 18.1449 21.0004C18.5426 21.0004 18.8904 20.7428 19.0105 20.3605C19.2281 19.6698 19.338 18.9517 19.338 18.2264V17.7359C19.338 17.3874 19.4818 17.0503 19.7326 16.8111L20.212 16.3534C20.5351 16.0425 20.7207 15.6058 20.7207 15.1549V12.4203C20.7207 11.9965 20.847 11.5879 21.0862 11.2392C21.1034 11.2145 21.113 11.1849 21.113 11.1547V10.51C21.113 10.0891 21.2375 9.68338 21.4738 9.33624L21.9479 8.6396C21.9651 8.61517 21.9742 8.58576 21.9742 8.5553V8.11836C21.9742 8.03538 21.9266 8.00676 21.9089 7.99494Z",fill:"#006747",style:{fill:"#006747",fill:"color(display-p3 0.0000 0.4039 0.2784)",fillOpacity:1}})),_8=e=>h.createElement("svg",{width:154,height:37,viewBox:"0 0 154 37",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{d:"M70.9776 30.8796L74.668 18.1381C75.0696 16.7473 76.1186 15.6318 77.4936 15.1371L77.5928 14.7217H72.466L63.7623 24.9662L60.431 14.7217H55.7389L55.6255 15.1371C56.4288 15.5291 56.8683 16.7052 56.8683 17.662V17.7227C56.8683 23.1787 52.781 32.5598 47.0352 32.5598C44.8002 32.5598 43.6425 31.0009 43.6425 29.7035C43.6425 28.1306 44.975 27.0105 46.3831 27.0105C47.744 27.0105 47.9519 27.5099 48.741 27.5099C49.2182 27.5099 49.6766 27.2672 49.9081 26.8518C50.2672 26.1984 49.9931 25.4049 49.3363 25.0922L48.9772 24.9242C45.6271 23.3327 41.7383 25.7457 41.7383 29.4188V29.4701C41.7383 32.1444 43.8646 34.38 46.5674 34.4733C53.5417 34.716 58.2055 25.4236 58.9473 18.6188L59.486 20.4577L62.2313 28.5927H63.2709L71.8518 18.4741L68.2512 30.8936C67.8401 32.3171 66.6966 33.4232 65.2412 33.7966L65.142 34.212H72.0408L72.1542 33.7966C71.1383 33.2039 70.6516 32.0044 70.9776 30.8796Z",fill:"white"}),h.createElement("path",{d:"M88.2952 21.6521H88.2385C85.016 21.6568 81.5571 21.9648 79.7143 27.1361C78.1692 31.4813 77.7487 33.2828 76.539 33.2828C75.7641 33.2828 75.9531 31.794 74.7954 31.794C74.2709 31.794 73.7275 32.2094 73.6897 32.8068C73.6236 33.8429 75.0317 34.4683 76.0949 34.4683C79.3316 34.4683 80.5696 32.1347 80.9759 31.0472C81.0279 30.9072 81.3162 30.1371 81.6517 29.2317H85.0538L84.4773 31.3273C84.1749 32.4334 83.5464 33.3388 82.488 33.8009L82.3982 34.2163H87.9597L88.0637 33.8009C87.3124 33.1848 86.9816 32.2 87.2273 31.2853L89.3206 23.4257C89.4812 22.8236 89.9018 22.3242 90.4783 22.0628L90.568 21.6475H88.7536H88.2952V21.6521ZM85.3231 28.2189H82.0202C82.3935 27.2108 82.7526 26.2493 82.8755 25.9366C83.7118 23.757 85.2995 22.8749 86.8399 22.7536L86.8257 22.7676L85.3231 28.2189Z",fill:"white"}),h.createElement("path",{d:"M116.358 22.5486C116.538 22.2545 116.708 21.8112 116.708 21.5591C116.732 21.0877 116.297 20.7237 115.829 20.8217C115.456 20.9011 115.187 21.2324 115.191 21.6058C115.196 21.9978 115.12 22.4226 114.95 22.6279C114.558 23.104 113.934 23.062 111.062 22.2452V22.2405C110.797 22.1659 110.509 22.0819 110.206 21.9978C110.187 21.9932 110.173 21.9885 110.159 21.9838C108.723 21.6011 106.941 21.2464 105.774 21.8205C105.765 21.8252 105.755 21.8298 105.746 21.8345C104.602 22.3992 103.808 23.4727 103.567 24.7142C103.53 24.8962 103.506 25.0455 103.501 25.0969C103.468 25.7456 104.068 26.2544 104.711 26.1143C105.235 26.0023 105.604 25.5403 105.59 25.0129C105.58 24.4808 105.472 23.7667 105.765 23.286C106.237 22.6279 106.729 22.5812 108.935 23.3047L106.544 31.323C106.214 32.4291 105.406 33.3345 104.338 33.7966L104.238 34.212H109.961L110.074 33.7966C109.337 33.1852 109.03 32.1957 109.299 31.2809L111.392 24.0561C112.309 24.2428 113.24 24.2941 114.147 24.0374L114.473 23.9441C115.196 23.7527 115.943 23.2347 116.358 22.5486Z",fill:"white"}),h.createElement("path",{d:"M118.649 21.6523L118.536 22.0677C119.245 22.5531 119.561 23.4259 119.335 24.2427L117.208 31.3228C116.877 32.429 116.069 33.3344 115.002 33.7964L114.902 34.2118H117.931H118.21H125.18L126.101 30.8934H125.666L125.51 31.2108C124.934 32.3963 123.72 33.1524 122.382 33.1524H119.429L121.003 27.5937H122.259C123.105 27.5937 123.743 28.3545 123.582 29.1759H124.012L125.043 25.4188H124.613C124.362 26.1142 123.696 26.5763 122.949 26.5809H121.291L122.382 22.7258L125.515 22.7211C126.536 22.7211 127.301 23.6452 127.098 24.6347H127.528L128.35 21.6523H118.649Z",fill:"white"}),h.createElement("path",{d:"M138.251 21.6582H131.333L131.22 22.0736C131.881 22.5263 132.207 23.3197 132.056 24.0898L129.892 31.324C129.561 32.4301 128.753 33.3356 127.685 33.7976L127.586 34.213H133.303L133.417 33.7976C132.68 33.1862 132.373 32.2014 132.637 31.282L133.686 27.5949H134.126C134.787 27.5949 135.34 28.085 135.416 28.7337C135.439 28.9437 135.77 31.506 136.035 32.3881C136.379 33.5409 136.833 34.213 137.868 34.213H140.453L140.552 33.7976L140.183 33.5829C139.451 33.1536 138.922 32.4908 138.685 31.6087C138.463 30.7779 138.043 29.2284 137.84 28.4117C137.736 27.9916 137.202 27.5996 136.654 27.5996H137.523C139.087 27.5996 140.457 26.5681 140.878 25.0839C141.365 23.3617 140.056 21.6582 138.251 21.6582ZM138.369 24.6872C138.029 25.812 136.98 26.5868 135.789 26.5868H133.974L135.071 22.7317H136.89C137.925 22.727 138.662 23.7118 138.369 24.6872Z",fill:"white"}),h.createElement("path",{d:"M100.265 22.2961C100.081 22.2961 99.6794 22.1701 99.0651 21.9181C98.4508 21.6661 97.8318 21.54 97.2034 21.54C95.904 21.54 94.8219 21.9554 93.9336 22.8422C93.1964 23.5796 92.8704 24.401 92.8704 25.1105C92.8704 25.8665 93.3193 26.7533 94.2124 27.4721C95.0582 28.1488 95.937 28.8022 96.8206 29.465C97.7468 30.1977 98.2098 30.8745 98.2098 31.4252C98.2098 32.634 97.416 33.2828 95.7669 33.2828C94.0942 33.2828 92.9366 32.074 92.568 29.8057H92.1144L90.8008 34.2162H91.226C91.7694 33.8382 92.1569 33.6001 92.946 33.6001C93.6973 33.6001 94.5006 34.4729 96.2158 34.4729C97.5814 34.4729 98.6682 34.1929 99.5943 33.2781C100.383 32.4753 100.776 31.3552 100.776 30.4404C100.776 29.591 100.237 28.6062 99.2966 27.8921C98.4886 27.2807 97.6286 26.7347 96.7923 26.1419C95.8898 25.4792 95.4362 24.9144 95.4362 24.2937C95.4362 23.9483 95.611 23.6076 95.9559 23.2622C96.3954 22.8282 96.986 22.7302 97.7751 22.7302C99.3581 22.7302 100.464 23.5983 100.558 25.4325H100.974L102.08 21.5447H101.664C101.215 22.0441 100.752 22.2961 100.265 22.2961Z",fill:"white"}),h.createElement("path",{d:"M149.201 22.7304C150.784 22.7304 151.89 23.6032 151.984 25.4327H152.4L153.501 21.5449H153.085C152.646 22.049 152.182 22.301 151.696 22.301C151.512 22.301 151.11 22.175 150.496 21.923C149.881 21.6709 149.262 21.5449 148.634 21.5449C147.334 21.5449 146.252 21.9603 145.364 22.8471C144.627 23.5845 144.296 24.4059 144.296 25.1153C144.296 25.8714 144.745 26.7582 145.638 27.477C146.484 28.1537 147.363 28.8071 148.246 29.4699C149.173 30.2026 149.636 30.8794 149.636 31.4301C149.636 32.6389 148.842 33.2876 147.193 33.2876C145.52 33.2876 144.362 32.0788 143.994 29.8106H143.54L142.227 34.2211H142.642C143.186 33.843 143.573 33.605 144.358 33.605C145.109 33.605 145.912 34.4778 147.627 34.4778C148.993 34.4778 150.075 34.1978 151.006 33.283C151.795 32.4802 152.187 31.3601 152.187 30.4453C152.187 29.6005 151.649 28.6111 150.708 27.897C149.9 27.2856 149.04 26.7395 148.204 26.1468C147.301 25.4841 146.848 24.9193 146.848 24.2986C146.848 23.9532 147.023 23.6125 147.368 23.2671C147.826 22.8237 148.412 22.7304 149.201 22.7304Z",fill:"white"}),h.createElement("path",{d:"M26.5433 2.60035C26.0377 2.44633 25.5321 2.72169 25.0265 3.00173C24.8469 3.09974 24.7194 3.27243 24.6768 3.46845L23.883 7.13222C23.8547 7.26757 23.9775 7.38891 24.1145 7.36091C24.9509 7.17422 25.7447 6.4508 26.5811 6.70283C27.5167 6.98753 28.4522 5.81606 29.3878 5.83006V1.60156C28.4475 1.60623 27.4789 2.88505 26.5433 2.60035Z",fill:"white"}),h.createElement("path",{d:"M38.4856 13.8398C38.2871 13.7044 38.1643 13.4851 38.1643 13.2471V12.5796C38.1643 11.9822 37.6729 11.4922 37.0633 11.4922H36.6239C36.0994 11.4922 35.6174 11.7536 35.3339 12.1876L33.9164 14.3485C33.7746 14.5632 33.5383 14.6892 33.2832 14.6892H32.3287C31.8562 14.6892 31.4215 14.9459 31.1947 15.3566C30.9631 15.7814 30.552 16.0754 30.0843 16.1734V1.1403C30.0843 0.94894 29.9283 0.794922 29.7346 0.794922C29.5409 0.794922 29.3849 0.94894 29.3849 1.1403V1.60702V5.83552V16.1827C28.9171 16.0847 28.506 15.7907 28.2745 15.3613C28.0524 14.9506 27.6177 14.6939 27.1405 14.6939H26.4979C25.9875 14.6939 25.5292 14.9879 25.3213 15.45L24.7873 16.6308C24.7023 16.8175 24.5133 16.9388 24.3054 16.9388C24.0975 16.9388 23.9085 16.8175 23.8234 16.6308L23.2895 15.45C23.0816 14.9926 22.6232 14.6939 22.1129 14.6939H4.00135C3.85487 14.6939 3.73674 14.8106 3.73674 14.9553C3.73674 15.2633 3.48158 15.5107 3.17444 15.5107H2.39007C2.24359 15.5107 2.12546 15.6273 2.12546 15.772V16.6728C2.12546 17.5176 1.96008 18.339 1.62931 19.1184L1.15207 20.2526C0.707907 21.3027 0.5 22.3901 0.5 23.4589V26.0726C0.5 26.7773 0.603954 27.4914 0.811861 28.1868C1.39306 30.1377 2.7161 31.7339 4.53529 32.6767L7.43182 34.1842C7.46962 34.2029 7.51214 34.2122 7.55467 34.2122L9.69517 34.2309C10.196 34.2355 10.6875 34.3616 11.1269 34.6043L12.2751 35.239C12.3129 35.2623 12.3602 35.2717 12.4074 35.2717H13.9431C14.4818 35.2717 15.0157 35.4163 15.474 35.6917C15.474 35.6917 16.2253 36.1444 16.4805 36.2891C16.8869 36.5225 17.3783 36.7465 18.2335 36.7932C18.4273 36.8025 18.621 36.7325 18.7675 36.5972C18.9092 36.4618 18.9943 36.2704 18.9943 36.0791V35.0616C18.9943 34.3242 19.4337 33.6521 20.1189 33.3581L22.4673 32.3406C22.7886 32.2006 23.1477 32.1773 23.4832 32.28L24.3621 32.5367C24.7354 32.644 25.1323 32.6487 25.5056 32.5367L27.5846 31.9253C27.8587 31.8459 28.1517 31.8459 28.4304 31.9299L29.2763 32.1633C29.6684 32.2706 29.9472 32.6347 29.9472 33.0361V35.071C29.9472 36.0184 30.7269 36.7932 31.6861 36.7932C32.4043 36.7932 33.0328 36.3405 33.2501 35.6637C33.6423 34.4456 33.8408 33.1761 33.8408 31.8973V31.0292C33.8408 30.4131 34.1006 29.8204 34.5543 29.3956L35.419 28.5882C36.0002 28.0421 36.3356 27.2674 36.3356 26.474V21.6481C36.3356 20.9013 36.5625 20.1779 36.9972 19.5618C37.0302 19.5198 37.0444 19.4638 37.0444 19.4125V18.2737C37.0444 17.5316 37.2712 16.8128 37.6965 16.2014L38.5517 14.9739C38.5848 14.9319 38.599 14.8806 38.599 14.8246V14.0545C38.6037 13.9098 38.5139 13.8585 38.4856 13.8398ZM30.0843 25.2838C30.6654 25.3725 31.1002 25.6665 31.1002 26.0212C31.1002 26.3759 30.6702 26.67 30.0843 26.7587V25.2838ZM5.22516 32.4433L4.78572 32.2146C3.59026 31.5939 2.63577 30.6698 1.9837 29.545V28.1355C2.73028 29.2043 3.74619 30.1144 4.98891 30.7631L5.22516 30.8845V32.4433ZM7.43654 33.5961L6.2647 32.9894V31.4305L7.43182 32.0373H7.43654V33.5961ZM12.3129 34.6556L11.3868 34.1422C10.8812 33.8622 10.3142 33.7128 9.73297 33.7035V32.0793C10.2197 32.0886 10.7016 32.2146 11.1269 32.448L12.2751 33.0827C12.2846 33.0874 12.2987 33.0874 12.3129 33.0921V34.6556ZM18.4603 35.0616V35.8551V36.0791C18.4603 36.1304 18.4367 36.1818 18.3989 36.2191C18.3611 36.2564 18.3139 36.2705 18.2619 36.2705C17.52 36.2331 17.0948 36.0418 16.7498 35.8411C16.4994 35.6964 15.7528 35.2483 15.7481 35.2483C15.2803 34.9683 14.7511 34.8143 14.2077 34.7723V33.1387C14.6519 33.1808 15.0866 33.3114 15.474 33.5401L16.1214 33.9228C16.8302 34.3429 17.6382 34.5809 18.4603 34.6276V35.0616ZM24.8582 32.0886C24.7448 32.084 24.6267 32.0653 24.5133 32.0326L23.6344 31.7713C23.4454 31.7152 23.2517 31.6966 23.0579 31.6966V30.0677C23.1997 30.0677 23.3414 30.0817 23.4832 30.1237L24.3621 30.3804C24.5227 30.4271 24.6928 30.4504 24.8582 30.4598V32.0886ZM30.363 32.4807C30.1929 32.0886 29.8574 31.7759 29.4275 31.6592L28.5864 31.4259C28.3879 31.3652 28.18 31.3419 27.9721 31.3419V29.7177C28.1328 29.713 28.2934 29.7317 28.4493 29.783L29.1392 29.9977C29.8716 30.2264 30.363 30.8891 30.363 31.6452V32.4807ZM32.787 35.365C32.7729 35.4117 32.7634 35.4584 32.7492 35.505C32.6028 35.9624 32.1775 36.2658 31.6955 36.2658C31.653 36.2658 31.6105 36.2564 31.568 36.2518V34.6323C31.601 34.6369 31.6294 34.6416 31.6625 34.6416C32.135 34.6416 32.565 34.3802 32.7918 33.9835V35.365H32.787ZM37.3232 15.0486C36.794 15.8047 36.5152 16.6915 36.5152 17.6109V18.4137L36.1041 19.0017C35.5702 19.7625 35.2867 20.6539 35.2867 21.578V25.6245C35.2867 26.2779 35.0126 26.9173 34.5306 27.3654L33.6659 28.1775C33.0847 28.7236 32.7634 29.489 32.787 30.2824L32.7918 30.4644C32.8248 31.5146 32.6878 32.56 32.3901 33.5681C32.2956 33.8902 31.9932 34.1142 31.6577 34.1142C31.2372 34.1142 30.8923 33.7782 30.8923 33.3581V31.6452C30.8923 30.6558 30.2496 29.7923 29.2952 29.4983L28.6053 29.2836C28.2225 29.1669 27.8209 29.1623 27.4334 29.2743L25.3544 29.881C25.0803 29.9604 24.7873 29.9604 24.5133 29.881L23.6344 29.6243C23.1808 29.489 22.6894 29.5217 22.2547 29.7083L20.4071 30.5111C19.2258 31.0245 18.4651 32.1773 18.4651 33.4515V34.1095C17.7374 34.0675 17.0286 33.8528 16.4002 33.4795L15.7528 33.0967C15.2047 32.7747 14.581 32.602 13.9431 32.602H12.4736L11.3868 31.9999C10.8717 31.7152 10.2905 31.5659 9.69989 31.5612L7.62082 31.5472L5.23461 30.3057C1.61514 28.4249 0.0700101 24.1917 1.64349 20.4579L2.12073 19.3238C2.47512 18.4837 2.6594 17.5922 2.6594 16.6775V16.0427H3.17444C3.68476 16.0427 4.11948 15.6927 4.2376 15.2213H22.1176C22.4153 15.2213 22.6894 15.394 22.8075 15.6647L23.3414 16.8455C23.5115 17.2235 23.8896 17.4662 24.3101 17.4662C24.7259 17.4662 25.1087 17.2235 25.2788 16.8455L25.8127 15.66C25.9356 15.3893 26.2049 15.2166 26.5026 15.2166H27.1452C27.424 15.2166 27.6791 15.366 27.8114 15.6087C28.1375 16.2061 28.7234 16.6075 29.3897 16.7148V24.145C28.317 24.2617 27.4949 24.8918 27.4949 25.6572C27.4949 26.5066 28.4966 27.1927 29.7346 27.1927C30.9726 27.1927 31.9743 26.5066 31.9743 25.6572C31.9743 24.8918 31.1521 24.257 30.0795 24.145V16.7101C30.7458 16.6028 31.3317 16.2014 31.6577 15.604C31.79 15.3613 32.0452 15.212 32.324 15.212H33.2785C33.7179 15.212 34.1195 14.9926 34.3605 14.6286L35.7781 12.4676C35.9624 12.1829 36.2789 12.0149 36.6239 12.0149H37.0633C37.3752 12.0149 37.6303 12.2669 37.6303 12.575V13.2424C37.6303 13.5644 37.7579 13.8725 37.98 14.1012L37.3232 15.0486ZM29.3849 25.2838V26.7587C28.8037 26.67 28.3737 26.3759 28.3737 26.0212C28.3737 25.6665 28.8037 25.3678 29.3849 25.2838Z",fill:"white"})),R8=e=>h.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Group 483737"},h.createElement("g",{id:"Icon / Live"},h.createElement("path",{id:"circle-path",fillRule:"evenodd",clipRule:"evenodd",d:"M9 17C4.58172 17 1 13.4183 1 9C1 4.58172 4.58172 1 9 1C13.4183 1 17 4.58172 17 9C17 13.4183 13.4183 17 9 17Z",stroke:"#107D57"}),h.createElement("path",{id:"Combined Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M10.6432 6.12891C10.9551 6.12891 11.2103 6.37162 11.2302 6.67846L11.2315 6.71714V7.55879L13.3334 6.46776C13.6362 6.31058 13.9959 6.51777 14.0195 6.85057L14.0207 6.88543V11.1406C14.0207 11.4763 13.6813 11.7002 13.3764 11.578L13.345 11.5641L11.2315 10.54V11.2818C11.2315 11.5937 10.9887 11.8489 10.6819 11.8688L10.6432 11.8701H5.11851C4.80663 11.8701 4.55144 11.6274 4.53152 11.3205L4.53027 11.2818V6.71714C4.53027 6.40526 4.77299 6.15007 5.07983 6.13016L5.11851 6.12891H10.6432ZM10.2897 7.07007H5.4709V10.9289H10.2897V7.07007ZM13.0792 7.65972L11.2396 8.61454V9.49831L13.0792 10.3896V7.65972Z",fill:"#107D57"})))),V8=e=>h.createElement("svg",{width:14,height:17,viewBox:"0 0 14 17",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Icon / Games"},h.createElement("path",{id:"Icon / Games_2",d:"M6.27412 2.68557L6.27411 2.68557C5.62309 2.63368 5.0525 3.12172 5.00064 3.7713L5.00064 3.77134L4.14164 14.5465C4.14163 14.5465 4.14163 14.5465 4.14163 14.5465C4.08978 15.1963 4.57588 15.7681 5.22739 15.82C5.22741 15.82 5.22742 15.82 5.22744 15.82L11.3107 16.3052L11.3108 16.3052C11.9618 16.3571 12.5324 15.869 12.5842 15.2194L12.5842 15.2194L13.4432 4.4443C13.4951 3.79528 13.0091 3.22266 12.3575 3.17076C12.3575 3.17076 12.3574 3.17076 12.3574 3.17076L6.27412 2.68557ZM8.15378 7.95339C8.06822 8.08171 8.00584 8.22011 7.96597 8.36701L7.39679 8.32084C7.47153 7.93067 7.63452 7.64794 7.86868 7.44845C8.15963 7.20058 8.54037 7.08303 9.04377 7.12388C9.36277 7.14976 9.62596 7.23281 9.84206 7.36455L9.84205 7.36458L9.84603 7.36693C10.0639 7.49535 10.2189 7.65832 10.3213 7.85605C10.4234 8.05317 10.4683 8.27793 10.4483 8.53948C10.4345 8.71901 10.392 8.86521 10.3278 8.98465L10.3277 8.98461L10.3242 8.99151C10.2546 9.12905 10.1759 9.23612 10.0908 9.31799L10.0907 9.31793L10.0855 9.32326C9.98974 9.41994 9.85909 9.53313 9.69013 9.66317C9.48159 9.8217 9.31317 9.96772 9.19518 10.0999L9.19509 10.0998L9.18961 10.1063C9.10272 10.2092 9.04052 10.3244 9.00219 10.449L8.46556 10.4054C8.49427 10.3132 8.5356 10.2357 8.58714 10.17C8.70826 10.0178 8.8862 9.84033 9.1277 9.63726C9.33755 9.46764 9.50811 9.30895 9.63088 9.16198L9.39343 8.96362L9.63088 9.16198C9.77451 8.99005 9.86011 8.79 9.87715 8.56784C9.89609 8.32086 9.82923 8.08941 9.6571 7.90614C9.48861 7.71582 9.25493 7.62752 9.00193 7.60699L8.97691 7.91539L9.00193 7.60699C8.67115 7.58016 8.35479 7.66584 8.15766 7.94771L8.1576 7.94766L8.15378 7.95339ZM8.84046 11.5393L8.84024 11.5394L8.84882 11.5493C8.9033 11.6122 8.9274 11.681 8.92009 11.7763C8.91337 11.8639 8.88049 11.9307 8.81121 11.9916L8.81117 11.9915L8.8063 11.996C8.74838 12.0491 8.68489 12.0727 8.59225 12.0652C8.49804 12.0575 8.43752 12.0248 8.38914 11.9687C8.34013 11.9019 8.31721 11.826 8.32494 11.7253L8.01644 11.7016L8.32494 11.7253C8.33288 11.6218 8.36807 11.5555 8.42399 11.5042L8.2147 11.2763L8.42377 11.5044C8.48168 11.4513 8.54518 11.4277 8.63782 11.4352C8.73051 11.4427 8.79051 11.4764 8.84046 11.5393Z",stroke:"#107D57",strokeWidth:.618817}),h.createElement("path",{id:"Icon / Games_3",d:"M7.74941 0.00278796L1.66605 0.487981C1.18503 0.526267 0.82584 0.949506 0.864126 1.42843L1.72313 12.2036C1.76142 12.6832 2.18327 13.0438 2.66359 13.0055L3.18754 12.9637L3.97219 3.12062C4.0418 2.24421 4.81101 1.58916 5.68742 1.65878L8.7776 1.90524L8.68986 0.804714C8.65157 0.32509 8.22973 -0.0354984 7.74941 0.00278796Z",fill:"#107D57"}))),N8=e=>h.createElement("svg",{width:19,height:14,viewBox:"0 0 19 14",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Icon / LeaderBoard"},h.createElement("path",{id:"Combined Shape",fillRule:"evenodd",clipRule:"evenodd",d:"M16.8236 2.46643C16.436 2.23624 16.1759 1.81093 16.1759 1.32432C16.1759 0.59292 16.7636 0 17.4885 0C18.2134 0 18.8011 0.59292 18.8011 1.32432C18.8011 1.81093 18.541 2.23624 18.1534 2.46643C18.5192 2.51678 18.8011 2.83327 18.8011 3.2162V10.7838C18.8011 11.2017 18.4653 11.5405 18.051 11.5405H16.926L16.9147 11.5404H10.9255V11.5406V13.2433C10.9255 13.6612 10.5897 14 10.1755 14H8.67539C8.26115 14 7.92534 13.6612 7.92534 13.2433V11.5406V11.5404H1.93622L1.92493 11.5405H0.799856C0.385614 11.5405 0.0498047 11.2017 0.0498047 10.7838V3.2162C0.0498047 2.83328 0.331692 2.51678 0.697521 2.46643C0.309923 2.23624 0.0498047 1.81093 0.0498047 1.32432C0.0498047 0.59292 0.637471 0 1.36239 0C2.08732 0 2.67498 0.59292 2.67498 1.32432C2.67498 1.81093 2.41487 2.23624 2.02727 2.46643C2.16328 2.48515 2.28769 2.54066 2.39032 2.62269C4.78264 1.62379 7.12768 1.12793 9.42545 1.13511C11.7225 1.14228 14.0669 1.63872 16.4584 2.62442C16.5615 2.54144 16.6867 2.48528 16.8236 2.46643ZM1.92494 10.7837L1.92493 3.21617H0.799862V10.7837H1.92494ZM16.1759 3.32547C13.8707 2.37522 11.6209 1.89875 9.42314 1.89189C7.2272 1.88503 4.97905 2.36051 2.675 3.32285V10.7837H16.1759V3.32547ZM17.4885 1.89189C17.7992 1.89189 18.0511 1.63779 18.0511 1.32433C18.0511 1.01087 17.7992 0.75676 17.4885 0.75676C17.1778 0.75676 16.926 1.01087 16.926 1.32433C16.926 1.63779 17.1778 1.89189 17.4885 1.89189ZM16.926 3.21617V10.7837H18.0511V3.21617H16.926ZM8.67538 13.2432V11.5405H10.1755V13.2432H8.67538ZM1.3624 1.89189C1.67308 1.89189 1.92494 1.63779 1.92494 1.32433C1.92494 1.01087 1.67308 0.75676 1.3624 0.75676C1.05172 0.75676 0.799862 1.01087 0.799862 1.32433C0.799862 1.63779 1.05172 1.89189 1.3624 1.89189Z",fill:"#107D57"}))),M8=e=>h.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{clipPath:"url(#clip0_1664_3009)"},h.createElement("path",{d:"M21 19V5C21 3.9 20.1 3 19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19ZM8.5 13.5L11 16.51L14.5 12L19 18H5L8.5 13.5Z",fill:"#B6B9C6"})),h.createElement("defs",null,h.createElement("clipPath",{id:"clip0_1664_3009"},h.createElement("rect",{width:24,height:24,fill:"white"})))),O8=e=>h.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"check"},h.createElement("path",{id:"Vector",d:"M3.59985 10.8L7.59985 14.8L16.3999 5.20001",stroke:"white",strokeWidth:1.2,strokeLinecap:"round",strokeLinejoin:"round"}))),P8=e=>h.createElement("svg",{width:20,height:20,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"cross"},h.createElement("path",{id:"Vector",d:"M5.19995 14.8L14.8 5.20001M5.19995 5.20001L14.8 14.8",stroke:"white",strokeWidth:1.2,strokeLinecap:"round",strokeLinejoin:"round"}))),H8=e=>h.createElement("svg",{width:32,height:32,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 2.46154C8.52291 2.46154 2.46154 8.52291 2.46154 16C2.46154 23.4771 8.52291 29.5385 16 29.5385C23.4771 29.5385 29.5385 23.4771 29.5385 16C29.5385 8.52291 23.4771 2.46154 16 2.46154ZM0 16C0 7.16344 7.16344 0 16 0C24.8366 0 32 7.16344 32 16C32 24.8366 24.8366 32 16 32C7.16344 32 0 24.8366 0 16Z",fill:"#FFB600"}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M16 8.20513C16.6797 8.20513 17.2308 8.75616 17.2308 9.4359V17.641C17.2308 18.3208 16.6797 18.8718 16 18.8718C15.3203 18.8718 14.7692 18.3208 14.7692 17.641V9.4359C14.7692 8.75616 15.3203 8.20513 16 8.20513Z",fill:"#FFB600"}),h.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M14.7692 22.5641C14.7692 21.8844 15.3203 21.3333 16 21.3333H16.0164C16.6961 21.3333 17.2472 21.8844 17.2472 22.5641C17.2472 23.2438 16.6961 23.7949 16.0164 23.7949H16C15.3203 23.7949 14.7692 23.2438 14.7692 22.5641Z",fill:"#FFB600"})),D8=e=>h.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Icon/Insight"},h.createElement("path",{id:"Fill-1",fillRule:"evenodd",clipRule:"evenodd",d:"M9.3336 9.33644C8.59749 10.0725 7.40264 10.0725 6.66652 9.33644C5.93041 8.60039 5.93041 7.40565 6.66652 6.6696C7.40264 5.93355 8.59749 5.93355 9.3336 6.6696C10.0697 7.40565 10.0697 8.60039 9.3336 9.33644Z",fill:"#107D57"}),h.createElement("path",{id:"Fill-3",fillRule:"evenodd",clipRule:"evenodd",d:"M12.3345 12.3306C11.7818 12.8833 10.8863 12.8827 10.3342 12.3306C9.78211 11.7786 9.78145 10.8832 10.3342 10.3305C10.8869 9.77781 11.7824 9.77847 12.3345 10.3305C12.8866 10.8825 12.8873 11.7779 12.3345 12.3306Z",fill:"#107D57"}),h.createElement("path",{id:"Fill-5",fillRule:"evenodd",clipRule:"evenodd",d:"M5.66586 5.66365C5.11311 6.21635 4.21831 6.21635 3.66556 5.66365C3.11281 5.11094 3.11281 4.21622 3.66556 3.66352C4.21831 3.11081 5.11311 3.11081 5.66586 3.66352C6.21861 4.21622 6.21861 5.11094 5.66586 5.66365Z",fill:"#107D57"}),h.createElement("path",{id:"Fill-7",fillRule:"evenodd",clipRule:"evenodd",d:"M12.3345 5.66365C11.7818 6.21635 10.8869 6.21635 10.3342 5.66365C9.78145 5.11094 9.78145 4.21622 10.3342 3.66352C10.8869 3.11081 11.7818 3.11081 12.3345 3.66352C12.8873 4.21622 12.8873 5.11094 12.3345 5.66365Z",fill:"#107D57"}),h.createElement("path",{id:"Fill-9",fillRule:"evenodd",clipRule:"evenodd",d:"M5.66586 12.3306C5.11378 12.8827 4.21831 12.8833 3.66556 12.3306C3.11281 11.7779 3.11347 10.8825 3.66556 10.3305C4.21764 9.77847 5.11311 9.77781 5.66586 10.3305C6.21861 10.8832 6.21795 11.7786 5.66586 12.3306Z",fill:"#107D57"}),h.createElement("path",{id:"Fill-11",opacity:.5,fillRule:"evenodd",clipRule:"evenodd",d:"M8.66683 1.99964C8.29877 2.36766 7.70135 2.36766 7.33329 1.99964C6.96524 1.63162 6.96524 1.03425 7.33329 0.666221C7.70135 0.298198 8.29877 0.298198 8.66683 0.666221C9.03489 1.03425 9.03489 1.63162 8.66683 1.99964Z",fill:"#107D57"}),h.createElement("path",{id:"Fill-13",opacity:.5,fillRule:"evenodd",clipRule:"evenodd",d:"M15.3332 8.66676C14.9652 9.03478 14.3684 9.03545 13.9997 8.66675C13.631 8.29806 13.6316 7.70136 13.9997 7.33334C14.3677 6.96531 14.9645 6.96464 15.3332 7.33334C15.7019 7.70203 15.7013 8.29873 15.3332 8.66676Z",fill:"#107D57"}),h.createElement("path",{id:"Fill-15",opacity:.5,fillRule:"evenodd",clipRule:"evenodd",d:"M8.66683 15.3339C8.29811 15.7026 7.70202 15.7026 7.33329 15.3339C6.96457 14.9652 6.96457 14.3691 7.33329 14.0004C7.70202 13.6318 8.29811 13.6318 8.66683 14.0005C9.03555 14.3691 9.03555 14.9652 8.66683 15.3339Z",fill:"#107D57"}),h.createElement("path",{id:"Fill-17",opacity:.5,fillRule:"evenodd",clipRule:"evenodd",d:"M2.00033 8.66676C1.6316 9.03545 1.03484 9.03478 0.666788 8.66676C0.298732 8.29873 0.298065 7.70203 0.666788 7.33334C1.03551 6.96465 1.63227 6.96531 2.00033 7.33334C2.36838 7.70136 2.36905 8.29806 2.00033 8.66676Z",fill:"#107D57"}))),F8=e=>h.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Poll"},h.createElement("path",{id:"Notification/Icon/Poll",fillRule:"evenodd",clipRule:"evenodd",d:"M9.7778 1.68421V5.05263H13.3333C13.8243 5.05263 14.2222 4.67561 14.2222 4.21053V2.52632C14.2222 2.06123 13.8243 1.68421 13.3333 1.68421H9.7778ZM2.66667 0C1.19391 0 0 1.13107 0 2.52632V4.21053C0 5.60577 1.19391 6.73684 2.66667 6.73684H13.3333C14.8061 6.73684 16 5.60577 16 4.21053V2.52632C16 1.13107 14.8061 0 13.3333 0H2.66667ZM4.44446 10.9473H13.3333C13.8243 10.9473 14.2222 11.3243 14.2222 11.7894V13.4736C14.2222 13.9387 13.8243 14.3157 13.3333 14.3157H4.44446V10.9473ZM0 11.7894C0 10.3942 1.19391 9.2631 2.66667 9.2631H13.3333C14.8061 9.2631 16 10.3942 16 11.7894V13.4736C16 14.8689 14.8061 15.9999 13.3333 15.9999H2.66667C1.19391 15.9999 0 14.8689 0 13.4736V11.7894Z",fill:"white",fillOpacity:.5}))),z8=e=>h.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Icon/Notification/Prediciton"},h.createElement("path",{id:"Icon/Prediction",fillRule:"evenodd",clipRule:"evenodd",d:"M16 7.00522C16 7.00522 9.20048 6.81607 9.20048 0C9.20048 6.36168 3.27729 6.95056 2.48756 7.00078L2.40094 7.00522C2.40094 7.00522 9.20048 7.19435 9.20048 14.0104C9.20048 7.64877 15.1234 7.05989 15.9131 7.00964L16 7.00522ZM6.97382 12.5652C6.97382 12.5652 3.48691 12.4724 3.48691 9.13033C3.48691 12.2496 0.449402 12.5384 0.0444186 12.563L0 12.5652C0 12.5652 3.48691 12.6579 3.48691 16C3.48691 12.8807 6.52429 12.592 6.92927 12.5673L6.97382 12.5652Z",fill:"white",fillOpacity:.5}))),B8=e=>h.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Icon/Notification/Trivia"},h.createElement("path",{id:"Notification/Icon/Trivia",fillRule:"evenodd",clipRule:"evenodd",d:"M2.01663 1.3808C0.739913 1.55586 -0.153153 2.73276 0.021912 4.00948L1.3808 13.9196C1.55586 15.1963 2.73276 16.0894 4.00948 15.9143L13.9196 14.5554C15.1963 14.3803 16.0894 13.2034 15.9143 11.9267L14.5554 2.01663C14.3803 0.739913 13.2034 -0.153153 11.9267 0.021912L2.01663 1.3808ZM9.59613 3.788C9.11431 3.46991 8.47813 3.30151 7.7566 3.30151C7.54377 3.30151 7.32625 3.31671 7.10872 3.34478C6.38836 3.44067 5.68901 3.79034 5.18965 4.30138C4.68445 4.82062 4.4377 5.45563 4.51722 6.04151C4.57452 6.4742 4.90078 6.7537 5.34635 6.7537C5.39429 6.7537 5.44341 6.7502 5.49136 6.74435C6.08778 6.66483 6.21642 6.25436 6.34036 5.85675L6.34045 5.85648C6.48192 5.40401 6.61534 4.97731 7.38585 4.87444C7.46537 4.86391 7.54138 4.85806 7.61506 4.85806C8.16939 4.85806 8.51436 5.15042 8.58454 5.68252C8.65353 6.20293 8.24307 6.61807 7.80684 7.0566L7.80393 7.05954C7.31582 7.55231 6.7639 8.1095 6.86895 8.90083C6.89585 9.10548 6.9859 9.29493 7.12272 9.43644C7.27826 9.599 7.4829 9.68436 7.71331 9.68436C7.75541 9.68436 7.79868 9.68203 7.84311 9.67618C8.46691 9.59324 8.55162 9.23139 8.63338 8.8821L8.63365 8.88097L8.63661 8.86859C8.66723 8.7403 8.69877 8.60813 8.75995 8.48804C8.84649 8.31613 9.06283 8.11265 9.31428 7.87875C9.9142 7.31858 10.734 6.55143 10.582 5.41589C10.4872 4.70603 10.1551 4.15757 9.59611 3.78802L9.59613 3.788ZM8.11605 10.28C8.06927 10.28 8.02132 10.2836 7.97454 10.2894C7.38396 10.3689 6.96765 10.9127 7.04599 11.5033C7.11733 12.0377 7.57808 12.4412 8.1172 12.4412C8.16397 12.4412 8.21192 12.4377 8.25987 12.4318C8.85045 12.3523 9.2656 11.8085 9.18842 11.2179C9.11591 10.6823 8.65517 10.28 8.11605 10.28Z",fill:"white",fillOpacity:.5}))),U8=e=>h.createElement("svg",{width:17,height:16,viewBox:"0 0 17 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("rect",{x:.5,width:16,height:16,rx:8,fill:"white",style:{fill:"white",fillOpacity:1}}),h.createElement("path",{d:"M4.75 8.5L7.09375 11L12.25 5",stroke:"#107D57",style:{stroke:"#107D57",stroke:"color(display-p3 0.0627 0.4902 0.3412)",strokeOpacity:1},strokeLinecap:"round",strokeLinejoin:"round"})),Z8=e=>h.createElement("svg",{width:16,height:16,viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("path",{id:"Selected",fillRule:"evenodd",clipRule:"evenodd",d:"M16 8C16 12.4183 12.4183 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8ZM11.6057 5.43441C11.2933 5.12199 10.7868 5.12199 10.4744 5.43441L6.93812 9.97066L5.08382 8.73446C4.7162 8.48938 4.2195 8.58871 3.97442 8.95634C3.72934 9.32396 3.82868 9.82065 4.1963 10.0657L6.5963 11.6657C6.9136 11.8773 7.33609 11.8354 7.60574 11.5658L11.6057 6.56578C11.9182 6.25336 11.9182 5.74683 11.6057 5.43441Z",fill:"#107D57"})),q8=e=>h.createElement("svg",{width:103,height:18,viewBox:"0 0 103 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{clipPath:"url(#clip0_6919_104497)"},h.createElement("path",{d:"M9.89618 3.45801C9.91951 3.45801 9.94451 3.46134 9.96784 3.46134C9.97618 3.46134 9.98284 3.46134 9.99118 3.46467H9.99784C10.0095 3.46467 10.0212 3.46801 10.0312 3.46801C10.0412 3.46801 10.0462 3.46801 10.0545 3.47134C10.0762 3.47467 10.0962 3.47467 10.1178 3.47634C10.1412 3.47967 10.1662 3.48134 10.1895 3.48467H10.2012C10.2462 3.48967 10.2945 3.49634 10.3395 3.50467C10.4512 3.52467 10.5595 3.54801 10.6662 3.57801C10.6928 3.58301 10.7178 3.59301 10.7445 3.60134H10.7478C10.7745 3.60967 10.7995 3.61801 10.8262 3.62467C10.8528 3.63301 10.8778 3.64134 10.9045 3.65134C10.9312 3.65967 10.9562 3.66801 10.9795 3.67967C11.0012 3.68801 11.0212 3.69634 11.0428 3.70634C11.0495 3.70967 11.0578 3.71134 11.0645 3.71467C11.0828 3.72301 11.1012 3.72967 11.1195 3.73801C11.1262 3.74134 11.1312 3.74301 11.1378 3.74634C11.1562 3.75467 11.1712 3.76134 11.1895 3.76967C11.1962 3.77301 11.2045 3.77467 11.2128 3.78134C11.2345 3.78967 11.2528 3.79801 11.2728 3.80967C11.2762 3.80967 11.2795 3.81301 11.2812 3.81301C11.3045 3.82467 11.3295 3.83634 11.3512 3.84801C11.3695 3.85634 11.3878 3.86801 11.4062 3.87634C11.4212 3.88134 11.4328 3.89134 11.4462 3.89967C11.4645 3.91134 11.4828 3.91967 11.5012 3.93134C11.5045 3.93467 11.5078 3.93467 11.5095 3.93634L11.5728 3.97467H11.5762L15.2178 6.18801L15.4412 6.32467C16.3228 6.90801 16.9028 7.88467 16.9028 8.99301C16.9028 10.1013 16.3262 11.0763 15.4445 11.6613L15.2095 11.803L11.5745 14.0113H11.5712L11.5078 14.0497C11.5078 14.0497 11.5012 14.053 11.4995 14.0547C11.4812 14.0663 11.4628 14.0747 11.4445 14.0863C11.4595 14.078 11.4745 14.0697 11.4895 14.0597L5.94951 17.433C5.94951 17.433 5.94618 17.433 5.94618 17.4363L5.74451 17.558H5.74118C5.19784 17.863 4.55784 18.0247 3.87784 17.993C2.73618 17.938 1.75784 17.3463 1.19284 16.4847C0.837844 15.9413 0.64451 15.2913 0.681177 14.6013C0.71451 13.983 0.922844 13.4147 1.26118 12.9397L1.26951 12.9247L4.04451 8.99634L6.77784 5.12634C6.81118 5.07967 6.84784 5.03301 6.87784 4.98467C6.87451 4.98967 6.86951 4.99967 6.86284 5.00467C6.87118 4.98967 6.88118 4.97634 6.88951 4.96134C6.88951 4.95801 6.89284 4.95801 6.89284 4.95634C6.89618 4.95301 6.89951 4.94801 6.90118 4.94467C6.90118 4.94467 6.90118 4.94134 6.90451 4.94134C6.91951 4.92134 6.93451 4.90134 6.94618 4.87801C6.96118 4.85801 6.97618 4.83801 6.99118 4.81634C7.00618 4.79634 7.02118 4.77634 7.03618 4.75467C7.03951 4.75134 7.03951 4.74967 7.04284 4.74634C7.04618 4.74301 7.04618 4.74134 7.04951 4.74134C7.06451 4.72134 7.07951 4.70134 7.09784 4.67967C7.10951 4.66467 7.12118 4.65134 7.13451 4.63634C7.16784 4.59801 7.20118 4.56134 7.23784 4.52301C7.25284 4.50801 7.26451 4.49467 7.27951 4.47967C7.30118 4.45634 7.32118 4.43634 7.34618 4.41634C7.36451 4.39967 7.38284 4.38134 7.40118 4.36467C7.41951 4.34801 7.43451 4.33301 7.45284 4.31801C7.45618 4.31467 7.45951 4.31301 7.45951 4.31301C7.47118 4.30134 7.48118 4.29301 7.49284 4.28467C7.50451 4.27301 7.51951 4.26134 7.53284 4.25301C7.53618 4.24967 7.53951 4.24801 7.54118 4.24801C7.55951 4.23301 7.57451 4.21967 7.59284 4.20467C7.60784 4.18967 7.62618 4.17801 7.64118 4.16634C7.65618 4.15467 7.66784 4.14634 7.68284 4.13467C7.70118 4.11967 7.71951 4.10801 7.73784 4.09467C7.75284 4.08634 7.76451 4.07467 7.77951 4.06634C7.78618 4.06134 7.79451 4.05467 7.80284 4.05134C7.81784 4.03967 7.83284 4.03134 7.84784 4.02301C7.85118 4.01967 7.85618 4.01801 7.85951 4.01467C7.87784 4.00301 7.89618 3.99134 7.91118 3.98301C7.91784 3.97801 7.92618 3.97467 7.93284 3.96801C7.94784 3.95967 7.95951 3.95134 7.97451 3.94134C7.98284 3.93634 7.99284 3.92967 8.00118 3.92467C8.01618 3.91634 8.03451 3.90801 8.04951 3.89634C8.05284 3.89301 8.05784 3.89134 8.06451 3.88801C8.08618 3.87634 8.10451 3.86467 8.12451 3.85634C8.12784 3.85301 8.13118 3.85301 8.13618 3.85134C8.15784 3.83967 8.17784 3.82801 8.19951 3.81967C8.19951 3.81967 8.20284 3.81967 8.20284 3.81634C8.22618 3.80467 8.24784 3.79301 8.27284 3.78134C8.27284 3.78134 8.27618 3.78134 8.27618 3.77801C8.29451 3.76967 8.31284 3.76134 8.33284 3.75134C8.34118 3.74801 8.35118 3.74301 8.35951 3.73967C8.37118 3.73467 8.38284 3.72801 8.39618 3.72467C8.41118 3.71967 8.42284 3.71301 8.43784 3.70801C8.46118 3.69967 8.48284 3.69134 8.50784 3.68134C8.52284 3.67634 8.53451 3.66967 8.54951 3.66634C8.57118 3.65801 8.59118 3.65134 8.61284 3.64301C8.63118 3.63801 8.65284 3.63134 8.66951 3.62301C8.75451 3.59634 8.83784 3.57134 8.92284 3.54967C8.94118 3.54467 8.96284 3.54134 8.97951 3.53801C9.08451 3.51467 9.19451 3.49467 9.30284 3.48301C9.32951 3.47967 9.35784 3.47801 9.38451 3.47467C9.42118 3.47134 9.45951 3.46967 9.49618 3.46634C9.51118 3.46634 9.52284 3.46301 9.53784 3.46301H9.55951C9.58951 3.46301 9.61618 3.45967 9.64784 3.45967H9.73784C9.79451 3.45967 9.84284 3.45967 9.89451 3.46301L9.89618 3.45801ZM10.6662 14.413C10.5612 14.4413 10.4512 14.4647 10.3395 14.4863C10.4512 14.4663 10.5595 14.443 10.6662 14.413ZM9.56118 14.5313H9.56951C9.56118 14.5313 9.54784 14.5313 9.53951 14.528C9.54618 14.528 9.55451 14.5313 9.56118 14.5313ZM7.08784 13.293C7.05451 13.253 7.02451 13.2147 6.99451 13.1747C7.02451 13.2147 7.05784 13.253 7.08784 13.293ZM6.90284 13.043C6.90284 13.043 6.90618 13.0463 6.90618 13.048C6.90284 13.0447 6.90284 13.043 6.89951 13.0363C6.89618 13.033 6.89618 13.0297 6.89284 13.0247C6.86951 12.9897 6.84784 12.953 6.82284 12.918C6.84451 12.953 6.86784 12.9913 6.88951 13.0247C6.89618 13.0297 6.89784 13.0363 6.90118 13.0413L6.90284 13.043ZM6.89451 13.0263C6.85784 12.968 6.81951 12.913 6.77618 12.858L6.89451 13.0263Z",fill:"#1652A8",style:{fill:"#1652A8",fill:"color(display-p3 0.0863 0.3216 0.6588)",fillOpacity:1}}),h.createElement("g",{opacity:.85},h.createElement("path",{d:"M5.77088 0.453306L5.97588 0.578306L5.97921 0.581639L11.5225 3.94997C11.5075 3.94164 11.4925 3.93331 11.4775 3.92331C11.4959 3.93497 11.5142 3.94331 11.5325 3.95497C11.5359 3.95831 11.5392 3.95831 11.5409 3.95997L11.6042 3.99831H11.6075L15.2492 6.21164L15.4725 6.34831C16.3542 6.93164 16.9342 7.9083 16.9342 9.01664C16.9342 10.125 16.3575 11.1 15.4759 11.685L15.2409 11.8266L11.6059 14.035H11.6025L11.5392 14.0733C11.5392 14.0733 11.5325 14.0766 11.5309 14.0783C11.5125 14.09 11.4942 14.0983 11.4759 14.11C11.4642 14.1183 11.4492 14.125 11.4359 14.1333C11.4175 14.145 11.3992 14.1533 11.3809 14.1616C11.3575 14.1733 11.3359 14.185 11.3109 14.1966C11.3075 14.2 11.3042 14.2 11.3025 14.2C11.2842 14.2116 11.2625 14.22 11.2425 14.2283C11.2359 14.2316 11.2275 14.2333 11.2192 14.24C11.2009 14.2483 11.1859 14.255 11.1675 14.2633C11.1609 14.2666 11.1592 14.2683 11.1525 14.2683C11.1309 14.2766 11.1109 14.285 11.0859 14.2966C11.0625 14.3083 11.0342 14.3166 11.0109 14.325C10.9875 14.3333 10.9592 14.345 10.9359 14.3533C10.9092 14.3616 10.8842 14.37 10.8575 14.38C10.8309 14.3883 10.8059 14.3966 10.7792 14.4033H10.7759C10.7492 14.4116 10.7242 14.4183 10.6975 14.4266C10.5925 14.455 10.4825 14.4783 10.3709 14.4983C10.3259 14.5066 10.2775 14.5133 10.2325 14.5183C10.2259 14.5183 10.2242 14.5183 10.2209 14.5216C10.1975 14.525 10.1725 14.5283 10.1492 14.53C10.1009 14.5366 10.0525 14.5383 10.0042 14.5416C9.92921 14.5483 9.85254 14.5483 9.77754 14.5483H9.68088C9.65421 14.5483 9.62921 14.545 9.60254 14.545C9.59421 14.545 9.58088 14.545 9.57254 14.5416C9.53254 14.5383 9.49088 14.5366 9.45254 14.5333C9.27421 14.5166 9.09588 14.4866 8.92754 14.4466C8.90421 14.44 8.87921 14.435 8.85254 14.4266C8.81921 14.4183 8.78588 14.41 8.74921 14.3983C8.73088 14.3933 8.70921 14.3866 8.69254 14.3816C8.66588 14.3733 8.64088 14.365 8.61421 14.355C8.58754 14.3466 8.56254 14.3383 8.53921 14.3266C8.51588 14.3183 8.48754 14.3066 8.46421 14.2983C8.44088 14.29 8.41921 14.2816 8.39754 14.27C8.38921 14.2666 8.38254 14.265 8.37421 14.2583C8.35588 14.25 8.33754 14.2416 8.31754 14.2316C8.31754 14.2316 8.31421 14.2316 8.31421 14.2283C8.29088 14.2166 8.26588 14.205 8.24254 14.1933C8.21921 14.1816 8.19421 14.17 8.17088 14.155C8.14754 14.1433 8.12254 14.1283 8.10088 14.1166C8.07754 14.105 8.05254 14.09 8.03088 14.0766C8.00754 14.0616 7.98588 14.0483 7.96088 14.0366C7.93754 14.0216 7.91588 14.0083 7.89421 13.9933C7.87254 13.9783 7.85254 13.965 7.83088 13.95C7.82754 13.95 7.82754 13.9466 7.82421 13.945C7.80588 13.9333 7.78754 13.9183 7.76754 13.905C7.76421 13.9016 7.76088 13.9016 7.75921 13.9C7.74088 13.885 7.72254 13.8733 7.70421 13.86C7.70088 13.8566 7.69588 13.855 7.69254 13.8483C7.67421 13.8333 7.65588 13.82 7.63754 13.805C7.63754 13.805 7.63421 13.805 7.63421 13.8016C7.61588 13.7866 7.59754 13.7733 7.57754 13.755C7.57421 13.7516 7.57088 13.7516 7.56921 13.7483C7.55421 13.7366 7.53921 13.7216 7.52421 13.71C7.51754 13.705 7.51254 13.6983 7.50588 13.695C7.49421 13.6833 7.47921 13.6716 7.46588 13.66C7.43921 13.6366 7.41421 13.6133 7.39088 13.5866C7.37254 13.57 7.35754 13.5516 7.33921 13.535C7.32754 13.5233 7.31754 13.5116 7.30588 13.5C7.29421 13.4883 7.28421 13.48 7.27588 13.4683C7.25754 13.4516 7.24254 13.43 7.22421 13.4133C7.19088 13.375 7.15754 13.3383 7.12421 13.2966C7.09088 13.2566 7.06088 13.2183 7.03088 13.1783C7.01588 13.1583 7.00088 13.1383 6.98588 13.1166C6.97088 13.0966 6.95588 13.0766 6.94421 13.0533C6.94088 13.05 6.94088 13.0483 6.93754 13.0416C6.93421 13.0383 6.93421 13.0366 6.93088 13.03C6.90754 12.995 6.88588 12.9583 6.86088 12.9233C6.88254 12.9583 6.90588 12.995 6.92754 13.03C6.89088 12.9716 6.85254 12.9166 6.80921 12.8616L4.07921 8.99664L1.34088 5.12997L1.23254 4.97664L1.22921 4.97164C0.92421 4.51164 0.737543 3.97497 0.707543 3.39497C0.670877 2.70497 0.86421 2.05164 1.22088 1.50997C1.78588 0.648306 2.76588 0.0566391 3.90421 -2.75556e-05C4.58421 -0.0150276 5.22421 0.148306 5.77088 0.453306Z",fill:"url(#paint0_linear_6919_104497)",style:{}})),h.createElement("path",{d:"M32.4132 12.862C31.2015 12.862 30.4482 12.0503 30.4482 10.7203V8.4453H32.6632V7.02697H30.4482V4.72363L28.8548 5.9053V7.0253H27.9648V8.44363H28.8548V10.7053C28.8548 12.9953 30.1982 14.412 32.4282 14.412H32.7682V12.862H32.4132Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),h.createElement("path",{d:"M19.9812 12.5767L21.4028 11.4651C22.0395 12.4867 22.8995 13.0351 23.9962 13.0351C25.1962 13.0351 25.9512 12.2651 25.9512 11.3017C25.9512 10.1901 24.7662 9.83506 23.5212 9.43506C22.0545 8.96172 20.4695 8.36839 20.4695 6.38339C20.4695 4.73839 21.9362 3.43506 23.9362 3.43506C25.5812 3.43506 26.6028 4.07172 27.4328 5.03506L26.1145 6.01339C25.6262 5.25839 24.8995 4.85839 23.9362 4.85839C22.8395 4.85839 22.1278 5.51006 22.1278 6.35506C22.1278 7.39172 23.2695 7.73339 24.5128 8.14839C25.9945 8.65172 27.6095 9.29006 27.6095 11.3051C27.6095 12.9651 26.2462 14.5501 24.0095 14.5501C22.1578 14.5501 20.8978 13.7651 19.9795 12.5801L19.9812 12.5767Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),h.createElement("path",{d:"M38.2695 10.7367C38.2695 8.56503 39.9379 6.8667 42.1095 6.8667C44.2812 6.8667 45.9062 8.4467 45.9062 10.6334V11.2534H39.7912C39.9979 12.39 40.8845 13.1434 42.1695 13.1434C43.1745 13.1434 43.9429 12.6117 44.3262 11.8134L45.6262 12.5367C44.9762 13.7484 43.8095 14.545 42.1695 14.545C39.8362 14.545 38.2695 12.8767 38.2695 10.735V10.7367ZM39.8645 9.91003H44.2962C44.0595 8.8467 43.2479 8.25503 42.1095 8.25503C40.9712 8.25503 40.1595 8.93503 39.8645 9.91003Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),h.createElement("path",{d:"M33.7549 10.72C33.7549 8.42999 35.0982 7.02832 37.3282 7.02832H38.0366V8.56499H37.3132C36.1016 8.56499 35.3199 9.40665 35.3349 10.7367V14.415H33.7549V10.7233V10.72Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),h.createElement("path",{d:"M46.6882 10.7218C46.6882 8.56517 48.3865 6.88184 50.5132 6.88184C52.6399 6.88184 54.3082 8.56517 54.3082 10.7218V14.4135H52.7582V13.4535C52.2415 14.1468 51.4432 14.5468 50.4682 14.5468C48.3565 14.5468 46.6865 12.8935 46.6865 10.7218H46.6882ZM52.7882 10.7218C52.7882 9.40684 51.7832 8.3585 50.5132 8.3585C49.2432 8.3585 48.2382 9.40684 48.2382 10.7218C48.2382 12.0368 49.2282 13.0852 50.5132 13.0852C51.7982 13.0852 52.7882 12.0218 52.7882 10.7218Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),h.createElement("path",{d:"M55.3027 10.2717C55.3027 8.30667 56.6461 6.875 58.6411 6.875C59.7777 6.875 60.6944 7.33333 61.2694 8.10167C61.8161 7.33333 62.7027 6.875 63.8394 6.875C65.8477 6.875 67.2511 8.27833 67.2511 10.2717V14.4067H65.6711V10.2867C65.6711 9.165 64.9177 8.38167 63.8394 8.38167C62.7611 8.38167 62.0527 9.18 62.0677 10.2433V14.4083H60.4877V10.2883C60.4877 9.16667 59.7194 8.38333 58.6411 8.38333C57.5627 8.38333 56.8694 9.18167 56.8827 10.245V14.41H55.3027V10.275V10.2717Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),h.createElement("path",{d:"M68.2646 3.62695H69.8746V12.872H74.2313V14.4086H68.2646V3.62695Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),h.createElement("path",{d:"M89.418 10.7367C89.418 8.56503 91.0863 6.8667 93.258 6.8667C95.4296 6.8667 97.0546 8.4467 97.0546 10.6334V11.2534H90.9396C91.1463 12.39 92.033 13.1434 93.318 13.1434C94.323 13.1434 95.0913 12.6117 95.4746 11.8134L96.7746 12.5367C96.1246 13.7484 94.958 14.545 93.318 14.545C90.9846 14.545 89.418 12.8767 89.418 10.735V10.7367ZM91.013 9.91003H95.4446C95.208 8.8467 94.3963 8.25503 93.258 8.25503C92.1196 8.25503 91.308 8.93503 91.013 9.91003Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),h.createElement("path",{d:"M74.4948 10.7218C74.4948 8.56517 76.1932 6.88184 78.3198 6.88184C80.4465 6.88184 82.1148 8.56517 82.1148 10.7218V14.4135H80.5648V13.4535C80.0482 14.1468 79.2498 14.5468 78.2748 14.5468C76.1632 14.5468 74.4932 12.8935 74.4932 10.7218H74.4948ZM80.5948 10.7218C80.5948 9.40684 79.5898 8.3585 78.3198 8.3585C77.0498 8.3585 76.0448 9.40684 76.0448 10.7218C76.0448 12.0368 77.0348 13.0852 78.3198 13.0852C79.6048 13.0852 80.5948 12.0218 80.5948 10.7218Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),h.createElement("path",{d:"M85.0381 14.0498L81.9814 7.0498H83.6798L85.8364 12.1748L87.8748 7.0498H89.5431L85.0831 17.8465H83.4581L85.0381 14.0515V14.0498Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}}),h.createElement("path",{d:"M98.041 10.7151C98.041 8.4251 99.3843 7.02344 101.614 7.02344H102.323V8.5601H101.599C100.388 8.5601 99.606 9.40177 99.621 10.7318V14.4101H98.041V10.7184V10.7151Z",fill:"#687C8B",style:{fill:"#687C8B",fill:"color(display-p3 0.4078 0.4863 0.5451)",fillOpacity:1}})),h.createElement("defs",null,h.createElement("linearGradient",{id:"paint0_linear_6919_104497",x1:4.31754,y1:8.70664,x2:13.6359,y2:3.59497,gradientUnits:"userSpaceOnUse"},h.createElement("stop",{offset:.2,stopColor:"#1589EE",style:{stopColor:"#1589EE",stopColor:"color(display-p3 0.0824 0.5373 0.9333)",stopOpacity:1}}),h.createElement("stop",{offset:1,stopColor:"#5EB4FF",style:{stopColor:"#5EB4FF",stopColor:"color(display-p3 0.3686 0.7059 1.0000)",stopOpacity:1}})),h.createElement("clipPath",{id:"clip0_6919_104497"},h.createElement("rect",{width:101.648,height:18,fill:"white",style:{fill:"white",fillOpacity:1},transform:"translate(0.675781)"})))),Q8=e=>h.createElement("svg",{width:18,height:18,viewBox:"0 0 18 18",fill:"none",xmlns:"http://www.w3.org/2000/svg",...e},h.createElement("g",{id:"Frame 3469523"},h.createElement("rect",{x:.5,y:.5,width:17,height:17,rx:8.5,fill:"black"}),h.createElement("rect",{x:.5,y:.5,width:17,height:17,rx:8.5,stroke:"#F2F2F1"}),h.createElement("g",{id:"layer1"},h.createElement("path",{id:"path1009",d:"M5.10046 5L8.32856 9.3097L5.08008 12.8137H5.81118L8.65522 9.74589L10.9531 12.8137H13.4411L10.0314 8.26155L13.055 5H12.3239L9.70471 7.82536L7.58843 5H5.10046ZM6.1756 5.53771H7.31858L12.3658 12.2759H11.2228L6.1756 5.53771Z",fill:"white"})))),g0={"invite-game-icon":j8,"icon-trophy":k8,"icon-trophy-green":E8,"icon-trophy-solid":L8,"icon-trivia":B8,"icon-thumb-down":y8,"icon-thumb-up":w8,"icon-star":v8,"icon-prediction":z8,"icon-insight":D8,"icon-poll":F8,"icon-play":g8,"icon-pause":C8,"icon-masters-logo":m8,"icon-logout":h8,"icon-link":f8,"icon-external-link":u8,"icon-invite-arrow":p8,"icon-friends":d8,"icon-exit":c8,"icon-default-user-avatar":l8,"icon-copy":a8,"icon-cross":Z4,"icon-close":r8,"icon-close-btn-white":n8,"icon-close-btn-gray":t8,"icon-circle-arrow-right":e8,"icon-chevron":J4,"icon-chevron-white-left":X4,"icon-chevron-left":Y4,"icon-check":z4,"icon-check-white":K4,"icon-check-green":G4,"icon-check-circle":W4,"icon-btn-channels":R8,"icon-btn-feature-groups":V8,"icon-btn-leaderboard":N8,"icon-arrow":F4,"icon-twitter-verified":S8,"icon-trophy-bet-pack":x8,"icon-trivia-transparent":b8,dashboard:s8,correct:O8,incorrect:P8,questionExpired:H8,selected:Z8,selectedBetPack:U8,circleClose:U4,incorrectVoted:T8,mastersLogo:$8,streamLayerLogo:q8,twitter:Q8,iconUp:I8,iconCopySuccess:i8,chevronRight:B4,noImageIcon:M8,iconArrowRight:Q4,iconEarlyPrediction:o8,iconArrowPrev:q4,mastersLogoWhite:_8,loader:A8},O=({name:e,style:t,className:n,...r})=>{if(!g0[e])return l.jsx("span",{children:e});const i=g0[e];return l.jsx(i,{"data-testid":"svg-icon",style:t,className:n,...r})};var v0=typeof window>"u"?w.useEffect:w.useLayoutEffect,W8=({isPlaying:e,duration:t,startAt:n=0,updateInterval:r=0,onComplete:i,onUpdate:a})=>{let[s,o]=w.useState(n),c=w.useRef(0),u=w.useRef(n),C=w.useRef(n*-1e3),g=w.useRef(null),f=w.useRef(null),y=w.useRef(null),b=m=>{let p=m/1e3;if(f.current===null){f.current=p,g.current=requestAnimationFrame(b);return}let v=p-f.current,E=c.current+v;f.current=p,c.current=E;let S=u.current+(r===0?E:(E/r|0)*r),I=u.current+E,j=typeof t=="number"&&I>=t;o(j?t:S),j||(g.current=requestAnimationFrame(b))},x=()=>{g.current&&cancelAnimationFrame(g.current),y.current&&clearTimeout(y.current),f.current=null},L=w.useCallback(m=>{x(),c.current=0;let p=typeof m=="number"?m:n;u.current=p,o(p),e&&(g.current=requestAnimationFrame(b))},[e,n]);return v0(()=>{if(a==null||a(s),t&&s>=t){C.current+=t*1e3;let{shouldRepeat:m=!1,delay:p=0,newStartAt:v}=(i==null?void 0:i(C.current/1e3))||{};m&&(y.current=setTimeout(()=>L(v),p*1e3))}},[s,t]),v0(()=>(e&&(g.current=requestAnimationFrame(b)),x),[e,t,r]),{elapsedTime:s,reset:L}},G8=(e,t,n)=>{let r=e/2,i=t/2,a=r-i,s=2*a,o=n==="clockwise"?"1,0":"0,1",c=2*Math.PI*a;return{path:`m ${r},${i} a ${a},${a} 0 ${o} 0,${s} a ${a},${a} 0 ${o} 0,-${s}`,pathLength:c}},y0=(e,t)=>e===0||e===t?0:typeof t=="number"?e-t:0,K8=e=>({position:"relative",width:e,height:e}),Y8={display:"flex",justifyContent:"center",alignItems:"center",position:"absolute",left:0,top:0,width:"100%",height:"100%"},gl=(e,t,n,r,i)=>{if(r===0)return t;let a=(i?r-e:e)/r;return t+n*a},w0=e=>{var t,n;return(n=(t=e.replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(r,i,a,s)=>`#${i}${i}${a}${a}${s}${s}`).substring(1).match(/.{2}/g))==null?void 0:t.map(r=>parseInt(r,16)))!=null?n:[]},X8=(e,t)=>{var n;let{colors:r,colorsTime:i,isSmoothColorTransition:a=!0}=e;if(typeof r=="string")return r;let s=(n=i==null?void 0:i.findIndex((f,y)=>f>=t&&t>=i[y+1]))!=null?n:-1;if(!i||s===-1)return r[0];if(!a)return r[s];let o=i[s]-t,c=i[s]-i[s+1],u=w0(r[s]),C=w0(r[s+1]),g=!!e.isGrowing;return`rgb(${u.map((f,y)=>gl(o,f,C[y]-f,c,g)|0).join(",")})`},J8=e=>{let{duration:t,initialRemainingTime:n,updateInterval:r,size:i=180,strokeWidth:a=12,trailStrokeWidth:s,isPlaying:o=!1,isGrowing:c=!1,rotation:u="clockwise",onComplete:C,onUpdate:g}=e,f=w.useRef(),y=Math.max(a,s??0),{path:b,pathLength:x}=G8(i,y,u),{elapsedTime:L}=W8({isPlaying:o,duration:t,startAt:y0(t,n),updateInterval:r,onUpdate:typeof g=="function"?p=>{let v=Math.ceil(t-p);v!==f.current&&(f.current=v,g(v))}:void 0,onComplete:typeof C=="function"?p=>{var v;let{shouldRepeat:E,delay:S,newInitialRemainingTime:I}=(v=C(p))!=null?v:{};if(E)return{shouldRepeat:E,delay:S,newStartAt:y0(t,I)}}:void 0}),m=t-L;return{elapsedTime:L,path:b,pathLength:x,remainingTime:Math.ceil(m),rotation:u,size:i,stroke:X8(e,m),strokeDashoffset:gl(L,0,x,t,c),strokeWidth:a}},ia=e=>{let{children:t,strokeLinecap:n,trailColor:r,trailStrokeWidth:i}=e,{path:a,pathLength:s,stroke:o,strokeDashoffset:c,remainingTime:u,elapsedTime:C,size:g,strokeWidth:f}=J8(e);return w.createElement("div",{style:K8(g)},w.createElement("svg",{viewBox:`0 0 ${g} ${g}`,width:g,height:g,xmlns:"http://www.w3.org/2000/svg"},w.createElement("path",{d:a,fill:"none",stroke:r??"#d9d9d9",strokeWidth:i??f}),w.createElement("path",{d:a,fill:"none",stroke:o,strokeLinecap:n??"round",strokeWidth:f,strokeDasharray:s,strokeDashoffset:c})),typeof t=="function"&&w.createElement("div",{style:Y8},t({remainingTime:u,elapsedTime:C,color:o})))};ia.displayName="CountdownCircleTimer";const e7=[10,10,1,0],t7=d("div")({name:"RemainingTimeCircle",class:"r165427",propsAsIs:!1}),n7=d("div")({name:"RemainingTime",class:"r17garf3",propsAsIs:!1}),r7=E4,ei=L4,b0=k4,i7=({className:e,duration:t=30,onTimerExpired:n,isPlaying:r=!0})=>l.jsx(ia,{isPlaying:r,strokeWidth:0,duration:t,colors:ei,size:24,onComplete:n,children:({remainingTime:i})=>l.jsx(n7,{className:e,children:t===0?0:i})}),a7=({isPlaying:e=!0,duration:t=30,onTimerExpired:n})=>{const[r,i]=w.useState(t>10?r7:ei),[a,s]=w.useState(2);w.useEffect(()=>{t===0&&(s(0),i(b0))},[t]);const o=({remainingTime:C})=>l.jsx(t7,{children:t===0?0:C}),c=w.useCallback(()=>{n==null||n(),i(b0)},[n,i]),u=w.useCallback(C=>{C===10&&i(ei)},[i]);return l.jsx(ia,{isPlaying:e,duration:t,colors:x4,colorsTime:e7,size:32,strokeWidth:a,trailStrokeWidth:2,trailColor:r,onComplete:c,onUpdate:u,children:o})},s7=d("div")({name:"CloseIconWrap",class:"c3v6bv6",propsAsIs:!1}),l7=d("div")({name:"TimerWrap",class:"teuhmro",propsAsIs:!1}),o7=()=>O,c7=d(o7())({name:"Icon",class:"i17rfxv5",propsAsIs:!0}),vl=({close:e,className:t,isPlaying:n=!0,duration:r=0,autoClose:i})=>{const[a,s]=w.useState(r===0);w.useEffect(()=>{s(!r)},[r]);const o=w.useCallback(()=>{i===k.CloseTimerAuto.ENABLED?e==null||e():s(!0)},[i,e]);return a?l.jsx(s7,{onClick:e,className:t,children:l.jsx(c7,{name:"icon-cross"})}):l.jsx(l7,{children:l.jsx(i7,{isPlaying:n,duration:r,onTimerExpired:o})})},Pn={[k.QuestionType.TWEET]:{label:"Insight",iconName:"icon-insight"},[k.QuestionType.PROMOTION]:{label:"Insight",iconName:"icon-insight"},[k.QuestionType.UNSET]:void 0,[k.QuestionType.FACTOID]:{label:"Insight",iconName:"icon-insight"},[k.QuestionType.POLL]:{label:"Poll",iconName:"icon-poll"},[k.QuestionType.TRIVIA]:{label:"Trivia",iconName:"icon-trivia"},[k.QuestionType.PREDICTION]:{label:"Prediction",iconName:"icon-prediction"}},u7={[k.QuestionType.TWEET]:"Learn more",[k.QuestionType.FACTOID]:"Learn more",[k.QuestionType.POLL]:"Answer",[k.QuestionType.TRIVIA]:"Answer",[k.QuestionType.PREDICTION]:"Answer",[k.QuestionType.PROMOTION]:"",[k.QuestionType.UNSET]:""},d7=d("div")({name:"Container",class:"c1vwopgc",propsAsIs:!1}),p7=d("div")({name:"QuestionTypeWrap",class:"qyktpt0",propsAsIs:!1}),f7=()=>O,h7=d(f7())({name:"QuestionTypeIcon",class:"q951jdx",propsAsIs:!0}),m7=d("span")({name:"QuestionTypeTitle",class:"qss5f0e",propsAsIs:!1}),C7=d("div")({name:"CloseIconWrap",class:"c1ao1jtv",propsAsIs:!1}),g7=()=>O,v7=d(g7())({name:"CloseIcon",class:"cvsl7l3",propsAsIs:!0}),aa=({type:e,closeTimer:t,close:n,label:r})=>{const i=e?Pn[e]:{label:r,iconName:void 0};return l.jsxs(d7,{children:[l.jsxs(p7,{children:[(i==null?void 0:i.iconName)&&l.jsx(h7,{"data-type-trivia":e===k.QuestionType.TRIVIA,"data-type-poll":e===k.QuestionType.POLL,name:i.iconName}),(i==null?void 0:i.label)&&l.jsx(m7,{children:i.label})]}),t!=null&&t.seconds?l.jsx(vl,{close:n,autoClose:t.auto,duration:t.seconds}):l.jsx(C7,{onClick:n,children:l.jsx(v7,{name:"icon-cross"})})]})},yl=d("div")({name:"Container",class:"cqg02m",propsAsIs:!1}),_e=({children:e,style:t,loading:n})=>n?l.jsx(yl,{style:t,children:e}):e,sa=e=>e.split(/\s+/).map(t=>t[0]).join("").toUpperCase(),wl=e=>e?e.toLocaleString("en-US"):"0",y7=e=>{const t=new Date(e);if(!t)return"";const n=new Date,r=Math.floor(n.getTime()-t.getTime());return r<6e4?`${Math.floor(r/1e3)}s`:r<36e5?`${Math.floor(r/6e4)}m`:r<864e5?`${Math.floor(r/36e5)}h`:t.getFullYear()===n.getFullYear()?`${t.toLocaleDateString("en-US",{month:"short",day:"numeric"})}`:`${t.toLocaleDateString("en-US",{month:"2-digit",day:"2-digit",year:"2-digit"})}`},w7=d("div")({name:"Container",class:"c1zy8a",propsAsIs:!1}),b7=d("div")({name:"Title",class:"t1vih9p5",propsAsIs:!1}),x7=d("div")({name:"Indicator",class:"i1fbnvpb",propsAsIs:!1}),x0=({indicator:e,title:t})=>l.jsxs(w7,{children:[l.jsx(b7,{children:t}),l.jsx(x7,{children:e})]}),E7=d("div")({name:"Container",class:"ctmhwyc",propsAsIs:!1}),L7=d("div")({name:"Indicator",class:"i1jri200",propsAsIs:!1}),k7=d("div")({name:"Title",class:"t8s05oq",propsAsIs:!1}),Un=({indicator:e,title:t})=>l.jsxs(E7,{children:[l.jsx(L7,{children:e}),l.jsx(k7,{children:t})]}),S7=d("div")({name:"Container",class:"c1yrpn9o",propsAsIs:!1}),I7=d("div")({name:"TopInfo",class:"t17fwahh",propsAsIs:!1}),T7=d("div")({name:"BottomInfo",class:"by6w7e9",propsAsIs:!1}),j7=d("div")({name:"User",class:"u1g7arbm",propsAsIs:!1}),A7=d("img")({name:"Avatar",class:"a1ldeata",propsAsIs:!1}),$7=d("div")({name:"UserInfo",class:"u10d4koz",propsAsIs:!1}),_7=d("div")({name:"UserName",class:"u1q6roj0",propsAsIs:!1}),R7=d("div")({name:"UserRating",class:"ui0m425",propsAsIs:!1}),V7=d("img")({name:"TrophyIcon",class:"t1el3mrn",propsAsIs:!1}),N7=d("div")({name:"RtsContainer",class:"r2vgnxv",propsAsIs:!1}),M7=d("div")({name:"RtsDivider",class:"roqn06j",propsAsIs:!1}),O7=d("div")({name:"Rts",class:"r15adx7c",propsAsIs:!1}),E0=d("div")({name:"RtsIndicator",class:"rv59lta",propsAsIs:!1}),L0=d("div")({name:"RtsLabel",class:"r55lotb",propsAsIs:!1}),P7=d("div")({name:"Divider",class:"d1knfgqt",propsAsIs:!1}),H7=d("div")({name:"Ranks",class:"r1mqo824",propsAsIs:!1}),D7=d("div")({name:"Statistics",class:"sxareh6",propsAsIs:!1}),F7=d("div")({name:"AvatarPlaceholder",class:"amcu48h",propsAsIs:!1}),z7=d("button")({name:"UserAccountBtn",class:"u32nfkp",propsAsIs:!1}),B7="data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Trophy'%3e%3cpath%20id='Combined%20Shape'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.69197%204.66662C3.69197%205.99705%203.92914%207.17787%204.4035%208.20912C3.49966%208.02451%202.74487%207.66486%202.1391%207.13014C1.53333%206.59542%201.23046%206.0798%201.23046%205.58328V4.66662H3.69197ZM14.7686%204.66662V5.58328C14.7686%206.0798%2014.4658%206.59542%2013.86%207.13014C13.2542%207.66486%2012.4994%208.02451%2011.5956%208.20912C12.0699%207.17787%2012.3071%205.99705%2012.3071%204.66662H14.7686ZM15.9998%205.58329V4.36108C15.9998%204.10645%2015.9101%203.89002%2015.7306%203.71178C15.5511%203.53354%2015.3332%203.44442%2015.0768%203.44442H12.3076V2.52776C12.3076%202.10763%2012.1569%201.74797%2011.8556%201.44878C11.5544%201.14959%2011.1922%201%2010.7691%201H5.23072C4.80764%201%204.44547%201.14959%204.14419%201.44878C3.84291%201.74797%203.69227%202.10763%203.69227%202.52776V3.44442H0.923068C0.666659%203.44442%200.448714%203.53354%200.269228%203.71178C0.0897418%203.89002%200%204.10645%200%204.36108V5.58329C0%206.03525%200.13301%206.49039%200.399034%206.94872C0.665059%207.40705%201.02403%207.82082%201.47595%208.19003C1.92787%208.55924%202.48234%208.86957%203.13939%209.12101C3.79644%209.37246%204.48713%209.51409%205.21149%209.54592C5.48071%209.88967%205.7852%2010.192%206.12494%2010.453C6.36853%2010.6695%206.53679%2010.9002%206.62974%2011.1453C6.72269%2011.3904%206.76916%2011.6752%206.76916%2011.9999C6.76916%2012.3436%206.67141%2012.6333%206.4759%2012.8688C6.28038%2013.1043%205.96789%2013.2221%205.53841%2013.2221C5.05764%2013.2221%204.62976%2013.3669%204.25476%2013.6566C3.87977%2013.9462%203.69227%2014.3106%203.69227%2014.7499V15.361C3.69227%2015.4501%203.72112%2015.5233%203.77881%2015.5806C3.8365%2015.6379%203.91022%2015.6665%203.99996%2015.6665H11.9999C12.0896%2015.6665%2012.1633%2015.6379%2012.221%2015.5806C12.2787%2015.5233%2012.3076%2015.4501%2012.3076%2015.361V14.7499C12.3076%2014.3106%2012.1201%2013.9462%2011.7451%2013.6566C11.3701%2013.3669%2010.9422%2013.2221%2010.4614%2013.2221C10.0319%2013.2221%209.71945%2013.1043%209.52394%2012.8688C9.32843%2012.6333%209.23068%2012.3436%209.23068%2011.9999C9.23068%2011.6752%209.27715%2011.3904%209.3701%2011.1453C9.46305%2010.9002%209.63131%2010.6695%209.8749%2010.453C10.2146%2010.192%2010.5191%209.88967%2010.7884%209.54592C11.5127%209.51409%2012.2034%209.37246%2012.8604%209.12101C13.5175%208.86957%2014.072%208.55924%2014.5239%208.19003C14.9758%207.82082%2015.3348%207.40705%2015.6008%206.94872C15.8668%206.49039%2015.9998%206.03525%2015.9998%205.58329ZM6.76047%207.1798L8.05109%206.49997L9.3417%207.1798L9.09521%205.73989L10.1393%204.72015L8.69639%204.51007L8.05109%203.2L7.40578%204.51007L5.96283%204.72015L7.00696%205.73989L6.76047%207.1798Z'%20fill='%23F2C94C'/%3e%3c/g%3e%3c/svg%3e",la=({loading:e,hideFriendsRank:t,avatar:n,name:r,points:i,friendsRank:a,rank:s,streak:o,correct:c,incorrect:u,inTop:C,successRate:g})=>l.jsxs(S7,{"data-loading":e,children:[l.jsx(I7,{children:l.jsx(_e,{loading:e,children:l.jsxs(j7,{children:[l.jsxs(z7,{children:[n&&l.jsx(A7,{alt:"avatar",src:n}),!n&&l.jsx(F7,{children:sa(r||"")})]}),l.jsxs($7,{children:[l.jsx(_7,{children:r}),l.jsxs(R7,{children:[l.jsxs(N7,{children:[l.jsxs(O7,{children:[l.jsx(V7,{alt:"rank-icon",src:B7}),l.jsxs(E0,{children:[wl(i),l.jsx(L0,{children:"PTS"})]})]}),t&&l.jsxs(E0,{children:[l.jsx(M7,{}),s||0,l.jsx(L0,{children:"global rank"})]})]}),l.jsx(P7,{}),!t&&l.jsxs("div",{children:["TOP ",C||0,"%"]})]})]})]})})}),l.jsxs(T7,{children:[!t&&l.jsxs(H7,{children:[l.jsx(_e,{loading:e,style:{width:"100%"},children:l.jsx(x0,{indicator:a||0,title:"Friends rank"})}),l.jsx(_e,{loading:e,style:{width:"100%"},children:l.jsx(x0,{indicator:s||0,title:"Global rank"})})]}),l.jsx(_e,{loading:e,children:l.jsxs(D7,{children:[l.jsx(Un,{indicator:o||0,title:"Win streak"}),l.jsx(Un,{indicator:c||0,title:"Correct"}),l.jsx(Un,{indicator:u||0,title:"Incorrect"}),l.jsx(Un,{indicator:`${g||0}%`,title:"Succ. rate"})]})})]})]});var bl={exports:{}},Oe={},xl={exports:{}},El={};/**
|
|
28
28
|
* @license React
|
|
29
29
|
* scheduler.production.min.js
|
|
30
30
|
*
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
*
|
|
33
33
|
* This source code is licensed under the MIT license found in the
|
|
34
34
|
* LICENSE file in the root directory of this source tree.
|
|
35
|
-
*/
|
|
35
|
+
*/(function(e){function t($,N){var M=$.length;$.push(N);e:for(;0<M;){var q=M-1>>>1,te=$[q];if(0<i(te,N))$[q]=N,$[M]=te,M=q;else break e}}function n($){return $.length===0?null:$[0]}function r($){if($.length===0)return null;var N=$[0],M=$.pop();if(M!==N){$[0]=M;e:for(var q=0,te=$.length,P=te>>>1;q<P;){var Y=2*(q+1)-1,ae=$[Y],Qe=Y+1,F1=$[Qe];if(0>i(ae,M))Qe<te&&0>i(F1,ae)?($[q]=F1,$[Qe]=M,q=Qe):($[q]=ae,$[Y]=M,q=Y);else if(Qe<te&&0>i(F1,M))$[q]=F1,$[Qe]=M,q=Qe;else break e}}return N}function i($,N){var M=$.sortIndex-N.sortIndex;return M!==0?M:$.id-N.id}if(typeof performance=="object"&&typeof performance.now=="function"){var a=performance;e.unstable_now=function(){return a.now()}}else{var s=Date,o=s.now();e.unstable_now=function(){return s.now()-o}}var c=[],u=[],C=1,g=null,f=3,y=!1,b=!1,x=!1,L=typeof setTimeout=="function"?setTimeout:null,m=typeof clearTimeout=="function"?clearTimeout:null,p=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function v($){for(var N=n(u);N!==null;){if(N.callback===null)r(u);else if(N.startTime<=$)r(u),N.sortIndex=N.expirationTime,t(c,N);else break;N=n(u)}}function E($){if(x=!1,v($),!b)if(n(c)!==null)b=!0,n1(S);else{var N=n(u);N!==null&&pt(E,N.startTime-$)}}function S($,N){b=!1,x&&(x=!1,m(A),A=-1),y=!0;var M=f;try{for(v(N),g=n(c);g!==null&&(!(g.expirationTime>N)||$&&!ee());){var q=g.callback;if(typeof q=="function"){g.callback=null,f=g.priorityLevel;var te=q(g.expirationTime<=N);N=e.unstable_now(),typeof te=="function"?g.callback=te:g===n(c)&&r(c),v(N)}else r(c);g=n(c)}if(g!==null)var P=!0;else{var Y=n(u);Y!==null&&pt(E,Y.startTime-N),P=!1}return P}finally{g=null,f=M,y=!1}}var I=!1,j=null,A=-1,V=5,R=-1;function ee(){return!(e.unstable_now()-R<V)}function ve(){if(j!==null){var $=e.unstable_now();R=$;var N=!0;try{N=j(!0,$)}finally{N?qe():(I=!1,j=null)}}else I=!1}var qe;if(typeof p=="function")qe=function(){p(ve)};else if(typeof MessageChannel<"u"){var ut=new MessageChannel,dt=ut.port2;ut.port1.onmessage=ve,qe=function(){dt.postMessage(null)}}else qe=function(){L(ve,0)};function n1($){j=$,I||(I=!0,qe())}function pt($,N){A=L(function(){$(e.unstable_now())},N)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function($){$.callback=null},e.unstable_continueExecution=function(){b||y||(b=!0,n1(S))},e.unstable_forceFrameRate=function($){0>$||125<$?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):V=0<$?Math.floor(1e3/$):5},e.unstable_getCurrentPriorityLevel=function(){return f},e.unstable_getFirstCallbackNode=function(){return n(c)},e.unstable_next=function($){switch(f){case 1:case 2:case 3:var N=3;break;default:N=f}var M=f;f=N;try{return $()}finally{f=M}},e.unstable_pauseExecution=function(){},e.unstable_requestPaint=function(){},e.unstable_runWithPriority=function($,N){switch($){case 1:case 2:case 3:case 4:case 5:break;default:$=3}var M=f;f=$;try{return N()}finally{f=M}},e.unstable_scheduleCallback=function($,N,M){var q=e.unstable_now();switch(typeof M=="object"&&M!==null?(M=M.delay,M=typeof M=="number"&&0<M?q+M:q):M=q,$){case 1:var te=-1;break;case 2:te=250;break;case 5:te=1073741823;break;case 4:te=1e4;break;default:te=5e3}return te=M+te,$={id:C++,callback:N,priorityLevel:$,startTime:M,expirationTime:te,sortIndex:-1},M>q?($.sortIndex=M,t(u,$),n(c)===null&&$===n(u)&&(x?(m(A),A=-1):x=!0,pt(E,M-q))):($.sortIndex=te,t(c,$),b||y||(b=!0,n1(S))),$},e.unstable_shouldYield=ee,e.unstable_wrapCallback=function($){var N=f;return function(){var M=f;f=N;try{return $.apply(this,arguments)}finally{f=M}}}})(El);xl.exports=El;var U7=xl.exports;/**
|
|
36
36
|
* @license React
|
|
37
37
|
* react-dom.production.min.js
|
|
38
38
|
*
|
|
@@ -40,156 +40,22 @@
|
|
|
40
40
|
*
|
|
41
41
|
* This source code is licensed under the MIT license found in the
|
|
42
42
|
* LICENSE file in the root directory of this source tree.
|
|
43
|
-
*/var
|
|
44
|
-
`+
|
|
45
|
-
`),
|
|
46
|
-
`),
|
|
47
|
-
`+f[k].replace(" at new "," at ");return n.displayName&&A.includes("<anonymous>")&&(A=A.replace("<anonymous>",n.displayName)),A}while(1<=k&&0<=R);break}}}finally{Ye=!1,Error.prepareStackTrace=i}return(n=n?n.displayName||n.name:"")?ht(n):""}function Mt(n){switch(n.tag){case 5:return ht(n.type);case 16:return ht("Lazy");case 13:return ht("Suspense");case 19:return ht("SuspenseList");case 0:case 2:case 15:return n=wt(n.type,!1),n;case 11:return n=wt(n.type.render,!1),n;case 1:return n=wt(n.type,!0),n;default:return""}}function sn(n){if(n==null)return null;if(typeof n=="function")return n.displayName||n.name||null;if(typeof n=="string")return n;switch(n){case ke:return"Fragment";case xe:return"Portal";case ze:return"Profiler";case it:return"StrictMode";case qe:return"Suspense";case Wt:return"SuspenseList"}if(typeof n=="object")switch(n.$$typeof){case dt:return(n.displayName||"Context")+".Consumer";case ot:return(n._context.displayName||"Context")+".Provider";case lt:var r=n.render;return n=n.displayName,n||(n=r.displayName||r.name||"",n=n!==""?"ForwardRef("+n+")":"ForwardRef"),n;case ln:return r=n.displayName||null,r!==null?r:sn(n.type)||"Memo";case It:r=n._payload,n=n._init;try{return sn(n(r))}catch{}}return null}function ha(n){var r=n.type;switch(n.tag){case 24:return"Cache";case 9:return(r.displayName||"Context")+".Consumer";case 10:return(r._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return n=r.render,n=n.displayName||n.name||"",r.displayName||(n!==""?"ForwardRef("+n+")":"ForwardRef");case 7:return"Fragment";case 5:return r;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return sn(r);case 8:return r===it?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof r=="function")return r.displayName||r.name||null;if(typeof r=="string")return r}return null}function un(n){switch(typeof n){case"boolean":case"number":case"string":case"undefined":return n;case"object":return n;default:return""}}function ir(n){var r=n.type;return(n=n.nodeName)&&n.toLowerCase()==="input"&&(r==="checkbox"||r==="radio")}function Ya(n){var r=ir(n)?"checked":"value",i=Object.getOwnPropertyDescriptor(n.constructor.prototype,r),u=""+n[r];if(!n.hasOwnProperty(r)&&typeof i<"u"&&typeof i.get=="function"&&typeof i.set=="function"){var f=i.get,m=i.set;return Object.defineProperty(n,r,{configurable:!0,get:function(){return f.call(this)},set:function(k){u=""+k,m.call(this,k)}}),Object.defineProperty(n,r,{enumerable:i.enumerable}),{getValue:function(){return u},setValue:function(k){u=""+k},stopTracking:function(){n._valueTracker=null,delete n[r]}}}}function lr(n){n._valueTracker||(n._valueTracker=Ya(n))}function ma(n){if(!n)return!1;var r=n._valueTracker;if(!r)return!0;var i=r.getValue(),u="";return n&&(u=ir(n)?n.checked?"true":"false":n.value),n=u,n!==i?(r.setValue(n),!0):!1}function qt(n){if(n=n||(typeof document<"u"?document:void 0),typeof n>"u")return null;try{return n.activeElement||n.body}catch{return n.body}}function On(n,r){var i=r.checked;return ye({},r,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:i??n._wrapperState.initialChecked})}function Er(n,r){var i=r.defaultValue==null?"":r.defaultValue,u=r.checked!=null?r.checked:r.defaultChecked;i=un(r.value!=null?r.value:i),n._wrapperState={initialChecked:u,initialValue:i,controlled:r.type==="checkbox"||r.type==="radio"?r.checked!=null:r.value!=null}}function gt(n,r){r=r.checked,r!=null&&se(n,"checked",r,!1)}function Gt(n,r){gt(n,r);var i=un(r.value),u=r.type;if(i!=null)u==="number"?(i===0&&n.value===""||n.value!=i)&&(n.value=""+i):n.value!==""+i&&(n.value=""+i);else if(u==="submit"||u==="reset"){n.removeAttribute("value");return}r.hasOwnProperty("value")?fs(n,r.type,i):r.hasOwnProperty("defaultValue")&&fs(n,r.type,un(r.defaultValue)),r.checked==null&&r.defaultChecked!=null&&(n.defaultChecked=!!r.defaultChecked)}function sr(n,r,i){if(r.hasOwnProperty("value")||r.hasOwnProperty("defaultValue")){var u=r.type;if(!(u!=="submit"&&u!=="reset"||r.value!==void 0&&r.value!==null))return;r=""+n._wrapperState.initialValue,i||r===n.value||(n.value=r),n.defaultValue=r}i=n.name,i!==""&&(n.name=""),n.defaultChecked=!!n._wrapperState.initialChecked,i!==""&&(n.name=i)}function fs(n,r,i){(r!=="number"||qt(n.ownerDocument)!==n)&&(i==null?n.defaultValue=""+n._wrapperState.initialValue:n.defaultValue!==""+i&&(n.defaultValue=""+i))}var ui=Array.isArray;function Aa(n,r,i,u){if(n=n.options,r){r={};for(var f=0;f<i.length;f++)r["$"+i[f]]=!0;for(i=0;i<n.length;i++)f=r.hasOwnProperty("$"+n[i].value),n[i].selected!==f&&(n[i].selected=f),f&&u&&(n[i].defaultSelected=!0)}else{for(i=""+un(i),r=null,f=0;f<n.length;f++){if(n[f].value===i){n[f].selected=!0,u&&(n[f].defaultSelected=!0);return}r!==null||n[f].disabled||(r=n[f])}r!==null&&(r.selected=!0)}}function Ga(n,r){if(r.dangerouslySetInnerHTML!=null)throw Error(p(91));return ye({},r,{value:void 0,defaultValue:void 0,children:""+n._wrapperState.initialValue})}function Ro(n,r){var i=r.value;if(i==null){if(i=r.children,r=r.defaultValue,i!=null){if(r!=null)throw Error(p(92));if(ui(i)){if(1<i.length)throw Error(p(93));i=i[0]}r=i}r==null&&(r=""),i=r}n._wrapperState={initialValue:un(i)}}function ci(n,r){var i=un(r.value),u=un(r.defaultValue);i!=null&&(i=""+i,i!==n.value&&(n.value=i),r.defaultValue==null&&n.defaultValue!==i&&(n.defaultValue=i)),u!=null&&(n.defaultValue=""+u)}function Fr(n){var r=n.textContent;r===n._wrapperState.initialValue&&r!==""&&r!==null&&(n.value=r)}function _o(n){switch(n){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function Lr(n,r){return n==null||n==="http://www.w3.org/1999/xhtml"?_o(r):n==="http://www.w3.org/2000/svg"&&r==="foreignObject"?"http://www.w3.org/1999/xhtml":n}var ja,ps=function(n){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(r,i,u,f){MSApp.execUnsafeLocalFunction(function(){return n(r,i,u,f)})}:n}(function(n,r){if(n.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in n)n.innerHTML=r;else{for(ja=ja||document.createElement("div"),ja.innerHTML="<svg>"+r.valueOf().toString()+"</svg>",r=ja.firstChild;n.firstChild;)n.removeChild(n.firstChild);for(;r.firstChild;)n.appendChild(r.firstChild)}});function ve(n,r){if(r){var i=n.firstChild;if(i&&i===n.lastChild&&i.nodeType===3){i.nodeValue=r;return}}n.textContent=r}var De={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},Ge=["Webkit","ms","Moz","O"];Object.keys(De).forEach(function(n){Ge.forEach(function(r){r=r+n.charAt(0).toUpperCase()+n.substring(1),De[r]=De[n]})});function Lt(n,r,i){return r==null||typeof r=="boolean"||r===""?"":i||typeof r!="number"||r===0||De.hasOwnProperty(n)&&De[n]?(""+r).trim():r+"px"}function $t(n,r){n=n.style;for(var i in r)if(r.hasOwnProperty(i)){var u=i.indexOf("--")===0,f=Lt(i,r[i],u);i==="float"&&(i="cssFloat"),u?n.setProperty(i,f):n[i]=f}}var ur=ye({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function cn(n,r){if(r){if(ur[n]&&(r.children!=null||r.dangerouslySetInnerHTML!=null))throw Error(p(137,n));if(r.dangerouslySetInnerHTML!=null){if(r.children!=null)throw Error(p(60));if(typeof r.dangerouslySetInnerHTML!="object"||!("__html"in r.dangerouslySetInnerHTML))throw Error(p(61))}if(r.style!=null&&typeof r.style!="object")throw Error(p(62))}}function va(n,r){if(n.indexOf("-")===-1)return typeof r.is=="string";switch(n){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var Xt=null;function Hr(n){return n=n.target||n.srcElement||window,n.correspondingUseElement&&(n=n.correspondingUseElement),n.nodeType===3?n.parentNode:n}var hs=null,Jt=null,zt=null;function ud(n){if(n=$s(n)){if(typeof hs!="function")throw Error(p(280));var r=n.stateNode;r&&(r=Oe(r),hs(n.stateNode,n.type,r))}}function j1(n){Jt?zt?zt.push(n):zt=[n]:Jt=n}function M1(){if(Jt){var n=Jt,r=zt;if(zt=Jt=null,ud(n),r)for(n=0;n<r.length;n++)ud(r[n])}}function cd(n,r){return n(r)}function dd(){}var O1=!1;function Dc(n,r,i){if(O1)return n(r,i);O1=!0;try{return cd(n,r,i)}finally{O1=!1,(Jt!==null||zt!==null)&&(dd(),M1())}}function ms(n,r){var i=n.stateNode;if(i===null)return null;var u=Oe(i);if(u===null)return null;i=u[r];e:switch(r){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(u=!u.disabled)||(n=n.type,u=!(n==="button"||n==="input"||n==="select"||n==="textarea")),n=!u;break e;default:n=!1}if(n)return null;if(i&&typeof i!="function")throw Error(p(231,r,typeof i));return i}var D1=!1;if(I)try{var di={};Object.defineProperty(di,"passive",{get:function(){D1=!0}}),window.addEventListener("test",di,di),window.removeEventListener("test",di,di)}catch{D1=!1}function rl(n,r,i,u,f,m,k,R,A){var q=Array.prototype.slice.call(arguments,3);try{r.apply(i,q)}catch(ne){this.onError(ne)}}var ga=!1,Xa=null,al=!1,vs=null,Vc={onError:function(n){ga=!0,Xa=n}};function $c(n,r,i,u,f,m,k,R,A){ga=!1,Xa=null,rl.apply(Vc,arguments)}function ol(n,r,i,u,f,m,k,R,A){if($c.apply(this,arguments),ga){if(ga){var q=Xa;ga=!1,Xa=null}else throw Error(p(198));al||(al=!0,vs=q)}}function Ma(n){var r=n,i=n;if(n.alternate)for(;r.return;)r=r.return;else{n=r;do r=n,r.flags&4098&&(i=r.return),n=r.return;while(n)}return r.tag===3?i:null}function gs(n){if(n.tag===13){var r=n.memoizedState;if(r===null&&(n=n.alternate,n!==null&&(r=n.memoizedState)),r!==null)return r.dehydrated}return null}function il(n){if(Ma(n)!==n)throw Error(p(188))}function Zn(n){var r=n.alternate;if(!r){if(r=Ma(n),r===null)throw Error(p(188));return r!==n?null:n}for(var i=n,u=r;;){var f=i.return;if(f===null)break;var m=f.alternate;if(m===null){if(u=f.return,u!==null){i=u;continue}break}if(f.child===m.child){for(m=f.child;m;){if(m===i)return il(f),n;if(m===u)return il(f),r;m=m.sibling}throw Error(p(188))}if(i.return!==u.return)i=f,u=m;else{for(var k=!1,R=f.child;R;){if(R===i){k=!0,i=f,u=m;break}if(R===u){k=!0,u=f,i=m;break}R=R.sibling}if(!k){for(R=m.child;R;){if(R===i){k=!0,i=m,u=f;break}if(R===u){k=!0,u=m,i=f;break}R=R.sibling}if(!k)throw Error(p(189))}}if(i.alternate!==u)throw Error(p(190))}if(i.tag!==3)throw Error(p(188));return i.stateNode.current===i?n:r}function fd(n){return n=Zn(n),n!==null?pd(n):null}function pd(n){if(n.tag===5||n.tag===6)return n;for(n=n.child;n!==null;){var r=pd(n);if(r!==null)return r;n=n.sibling}return null}var zc=d.unstable_scheduleCallback,hd=d.unstable_cancelCallback,M4=d.unstable_shouldYield,O4=d.unstable_requestPaint,Ft=d.unstable_now,D4=d.unstable_getCurrentPriorityLevel,Ja=d.unstable_ImmediatePriority,nt=d.unstable_UserBlockingPriority,No=d.unstable_NormalPriority,md=d.unstable_LowPriority,Fc=d.unstable_IdlePriority,ys=null,ya=null;function vd(n){if(ya&&typeof ya.onCommitFiberRoot=="function")try{ya.onCommitFiberRoot(ys,n,void 0,(n.current.flags&128)===128)}catch{}}var Ur=Math.clz32?Math.clz32:V4,gd=Math.log,yd=Math.LN2;function V4(n){return n>>>=0,n===0?32:31-(gd(n)/yd|0)|0}var V1=64,ll=4194304;function fi(n){switch(n&-n){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return n&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return n&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return n}}function Ca(n,r){var i=n.pendingLanes;if(i===0)return 0;var u=0,f=n.suspendedLanes,m=n.pingedLanes,k=i&268435455;if(k!==0){var R=k&~f;R!==0?u=fi(R):(m&=k,m!==0&&(u=fi(m)))}else k=i&~f,k!==0?u=fi(k):m!==0&&(u=fi(m));if(u===0)return 0;if(r!==0&&r!==u&&!(r&f)&&(f=u&-u,m=r&-r,f>=m||f===16&&(m&4194240)!==0))return r;if(u&4&&(u|=i&16),r=n.entangledLanes,r!==0)for(n=n.entanglements,r&=u;0<r;)i=31-Ur(r),f=1<<i,u|=n[i],r&=~f;return u}function Hc(n,r){switch(n){case 1:case 2:case 4:return r+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return r+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function $1(n,r){for(var i=n.suspendedLanes,u=n.pingedLanes,f=n.expirationTimes,m=n.pendingLanes;0<m;){var k=31-Ur(m),R=1<<k,A=f[k];A===-1?(!(R&i)||R&u)&&(f[k]=Hc(R,r)):A<=r&&(n.expiredLanes|=R),m&=~R}}function Uc(n){return n=n.pendingLanes&-1073741825,n!==0?n:n&1073741824?1073741824:0}function z1(){var n=V1;return V1<<=1,!(V1&4194240)&&(V1=64),n}function Bc(n){for(var r=[],i=0;31>i;i++)r.push(n);return r}function pi(n,r,i){n.pendingLanes|=r,r!==536870912&&(n.suspendedLanes=0,n.pingedLanes=0),n=n.eventTimes,r=31-Ur(r),n[r]=i}function $4(n,r){var i=n.pendingLanes&~r;n.pendingLanes=r,n.suspendedLanes=0,n.pingedLanes=0,n.expiredLanes&=r,n.mutableReadLanes&=r,n.entangledLanes&=r,r=n.entanglements;var u=n.eventTimes;for(n=n.expirationTimes;0<i;){var f=31-Ur(i),m=1<<f;r[f]=0,u[f]=-1,n[f]=-1,i&=~m}}function Cs(n,r){var i=n.entangledLanes|=r;for(n=n.entanglements;i;){var u=31-Ur(i),f=1<<u;f&r|n[u]&r&&(n[u]|=r),i&=~f}}var yt=0;function Wc(n){return n&=-n,1<n?4<n?n&268435455?16:536870912:4:1}var Cd,F1,Ct,bd,qc,Qe=!1,bs=[],en=null,Br=null,Wr=null,ws=new Map,dn=new Map,kt=[],z4="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function ba(n,r){switch(n){case"focusin":case"focusout":en=null;break;case"dragenter":case"dragleave":Br=null;break;case"mouseover":case"mouseout":Wr=null;break;case"pointerover":case"pointerout":ws.delete(r.pointerId);break;case"gotpointercapture":case"lostpointercapture":dn.delete(r.pointerId)}}function Dn(n,r,i,u,f,m){return n===null||n.nativeEvent!==m?(n={blockedOn:r,domEventName:i,eventSystemFlags:u,nativeEvent:m,targetContainers:[f]},r!==null&&(r=$s(r),r!==null&&F1(r)),n):(n.eventSystemFlags|=u,r=n.targetContainers,f!==null&&r.indexOf(f)===-1&&r.push(f),n)}function Po(n,r,i,u,f){switch(r){case"focusin":return en=Dn(en,n,r,i,u,f),!0;case"dragenter":return Br=Dn(Br,n,r,i,u,f),!0;case"mouseover":return Wr=Dn(Wr,n,r,i,u,f),!0;case"pointerover":var m=f.pointerId;return ws.set(m,Dn(ws.get(m)||null,n,r,i,u,f)),!0;case"gotpointercapture":return m=f.pointerId,dn.set(m,Dn(dn.get(m)||null,n,r,i,u,f)),!0}return!1}function wd(n){var r=Qr(n.target);if(r!==null){var i=Ma(r);if(i!==null){if(r=i.tag,r===13){if(r=gs(i),r!==null){n.blockedOn=r,qc(n.priority,function(){Ct(i)});return}}else if(r===3&&i.stateNode.current.memoizedState.isDehydrated){n.blockedOn=i.tag===3?i.stateNode.containerInfo:null;return}}}n.blockedOn=null}function sl(n){if(n.blockedOn!==null)return!1;for(var r=n.targetContainers;0<r.length;){var i=B1(n.domEventName,n.eventSystemFlags,r[0],n.nativeEvent);if(i===null){i=n.nativeEvent;var u=new i.constructor(i.type,i);Xt=u,i.target.dispatchEvent(u),Xt=null}else return r=$s(i),r!==null&&F1(r),n.blockedOn=i,!1;r.shift()}return!0}function Qc(n,r,i){sl(n)&&i.delete(r)}function kd(){Qe=!1,en!==null&&sl(en)&&(en=null),Br!==null&&sl(Br)&&(Br=null),Wr!==null&&sl(Wr)&&(Wr=null),ws.forEach(Qc),dn.forEach(Qc)}function ks(n,r){n.blockedOn===r&&(n.blockedOn=null,Qe||(Qe=!0,d.unstable_scheduleCallback(d.unstable_NormalPriority,kd)))}function xs(n){function r(f){return ks(f,n)}if(0<bs.length){ks(bs[0],n);for(var i=1;i<bs.length;i++){var u=bs[i];u.blockedOn===n&&(u.blockedOn=null)}}for(en!==null&&ks(en,n),Br!==null&&ks(Br,n),Wr!==null&&ks(Wr,n),ws.forEach(r),dn.forEach(r),i=0;i<kt.length;i++)u=kt[i],u.blockedOn===n&&(u.blockedOn=null);for(;0<kt.length&&(i=kt[0],i.blockedOn===null);)wd(i),i.blockedOn===null&&kt.shift()}var ul=ce.ReactCurrentBatchConfig,hi=!0;function xd(n,r,i,u){var f=yt,m=ul.transition;ul.transition=null;try{yt=1,U1(n,r,i,u)}finally{yt=f,ul.transition=m}}function H1(n,r,i,u){var f=yt,m=ul.transition;ul.transition=null;try{yt=4,U1(n,r,i,u)}finally{yt=f,ul.transition=m}}function U1(n,r,i,u){if(hi){var f=B1(n,r,i,u);if(f===null)nu(n,r,u,Ss,i),ba(n,u);else if(Po(f,n,r,i,u))u.stopPropagation();else if(ba(n,u),r&4&&-1<z4.indexOf(n)){for(;f!==null;){var m=$s(f);if(m!==null&&Cd(m),m=B1(n,r,i,u),m===null&&nu(n,r,u,Ss,i),m===f)break;f=m}f!==null&&u.stopPropagation()}else nu(n,r,u,null,i)}}var Ss=null;function B1(n,r,i,u){if(Ss=null,n=Hr(u),n=Qr(n),n!==null)if(r=Ma(n),r===null)n=null;else if(i=r.tag,i===13){if(n=gs(r),n!==null)return n;n=null}else if(i===3){if(r.stateNode.current.memoizedState.isDehydrated)return r.tag===3?r.stateNode.containerInfo:null;n=null}else r!==n&&(n=null);return Ss=n,null}function Zc(n){switch(n){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(D4()){case Ja:return 1;case nt:return 4;case No:case md:return 16;case Fc:return 536870912;default:return 16}default:return 16}}var eo=null,Es=null,Ls=null;function Kc(){if(Ls)return Ls;var n,r=Es,i=r.length,u,f="value"in eo?eo.value:eo.textContent,m=f.length;for(n=0;n<i&&r[n]===f[n];n++);var k=i-n;for(u=1;u<=k&&r[i-u]===f[m-u];u++);return Ls=f.slice(n,1<u?1-u:void 0)}function cl(n){var r=n.keyCode;return"charCode"in n?(n=n.charCode,n===0&&r===13&&(n=13)):n=r,n===10&&(n=13),32<=n||n===13?n:0}function Ts(){return!0}function Sd(){return!1}function Tr(n){function r(i,u,f,m,k){this._reactName=i,this._targetInst=f,this.type=u,this.nativeEvent=m,this.target=k,this.currentTarget=null;for(var R in n)n.hasOwnProperty(R)&&(i=n[R],this[R]=i?i(m):m[R]);return this.isDefaultPrevented=(m.defaultPrevented!=null?m.defaultPrevented:m.returnValue===!1)?Ts:Sd,this.isPropagationStopped=Sd,this}return ye(r.prototype,{preventDefault:function(){this.defaultPrevented=!0;var i=this.nativeEvent;i&&(i.preventDefault?i.preventDefault():typeof i.returnValue!="unknown"&&(i.returnValue=!1),this.isDefaultPrevented=Ts)},stopPropagation:function(){var i=this.nativeEvent;i&&(i.stopPropagation?i.stopPropagation():typeof i.cancelBubble!="unknown"&&(i.cancelBubble=!0),this.isPropagationStopped=Ts)},persist:function(){},isPersistent:Ts}),r}var Ao={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(n){return n.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},W1=Tr(Ao),dl=ye({},Ao,{view:0,detail:0}),Ed=Tr(dl),q1,Yc,Is,yn=ye({},dl,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:e2,button:0,buttons:0,relatedTarget:function(n){return n.relatedTarget===void 0?n.fromElement===n.srcElement?n.toElement:n.fromElement:n.relatedTarget},movementX:function(n){return"movementX"in n?n.movementX:(n!==Is&&(Is&&n.type==="mousemove"?(q1=n.screenX-Is.screenX,Yc=n.screenY-Is.screenY):Yc=q1=0,Is=n),q1)},movementY:function(n){return"movementY"in n?n.movementY:Yc}}),Q1=Tr(yn),Ld=ye({},yn,{dataTransfer:0}),Td=Tr(Ld),F4=ye({},dl,{relatedTarget:0}),jo=Tr(F4),Gc=ye({},Ao,{animationName:0,elapsedTime:0,pseudoElement:0}),Id=Tr(Gc),H4=ye({},Ao,{clipboardData:function(n){return"clipboardData"in n?n.clipboardData:window.clipboardData}}),U4=Tr(H4),B4=ye({},Ao,{data:0}),Xc=Tr(B4),Jc={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Rd={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},_d={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Nd(n){var r=this.nativeEvent;return r.getModifierState?r.getModifierState(n):(n=_d[n])?!!r[n]:!1}function e2(){return Nd}var to=ye({},dl,{key:function(n){if(n.key){var r=Jc[n.key]||n.key;if(r!=="Unidentified")return r}return n.type==="keypress"?(n=cl(n),n===13?"Enter":String.fromCharCode(n)):n.type==="keydown"||n.type==="keyup"?Rd[n.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:e2,charCode:function(n){return n.type==="keypress"?cl(n):0},keyCode:function(n){return n.type==="keydown"||n.type==="keyup"?n.keyCode:0},which:function(n){return n.type==="keypress"?cl(n):n.type==="keydown"||n.type==="keyup"?n.keyCode:0}}),W4=Tr(to),t2=ye({},yn,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Z1=Tr(t2),n2=ye({},dl,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:e2}),q4=Tr(n2),K1=ye({},Ao,{propertyName:0,elapsedTime:0,pseudoElement:0}),Pd=Tr(K1),cr=ye({},yn,{deltaX:function(n){return"deltaX"in n?n.deltaX:"wheelDeltaX"in n?-n.wheelDeltaX:0},deltaY:function(n){return"deltaY"in n?n.deltaY:"wheelDeltaY"in n?-n.wheelDeltaY:"wheelDelta"in n?-n.wheelDelta:0},deltaZ:0,deltaMode:0}),no=Tr(cr),tn=[9,13,27,32],wa=I&&"CompositionEvent"in window,mi=null;I&&"documentMode"in document&&(mi=document.documentMode);var Y1=I&&"TextEvent"in window&&!mi,Ad=I&&(!wa||mi&&8<mi&&11>=mi),fl=" ",jd=!1;function Md(n,r){switch(n){case"keyup":return tn.indexOf(r.keyCode)!==-1;case"keydown":return r.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function G1(n){return n=n.detail,typeof n=="object"&&"data"in n?n.data:null}var pl=!1;function Q4(n,r){switch(n){case"compositionend":return G1(r);case"keypress":return r.which!==32?null:(jd=!0,fl);case"textInput":return n=r.data,n===fl&&jd?null:n;default:return null}}function Z4(n,r){if(pl)return n==="compositionend"||!wa&&Md(n,r)?(n=Kc(),Ls=Es=eo=null,pl=!1,n):null;switch(n){case"paste":return null;case"keypress":if(!(r.ctrlKey||r.altKey||r.metaKey)||r.ctrlKey&&r.altKey){if(r.char&&1<r.char.length)return r.char;if(r.which)return String.fromCharCode(r.which)}return null;case"compositionend":return Ad&&r.locale!=="ko"?null:r.data;default:return null}}var Od={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Dd(n){var r=n&&n.nodeName&&n.nodeName.toLowerCase();return r==="input"?!!Od[n.type]:r==="textarea"}function Vd(n,r,i,u){j1(u),r=Os(r,"onChange"),0<r.length&&(i=new W1("onChange","change",null,i,u),n.push({event:i,listeners:r}))}var Rs=null,hl=null;function ml(n){tu(n,0)}function vl(n){var r=yl(n);if(ma(r))return n}function $d(n,r){if(n==="change")return r}var r2=!1;if(I){var a2;if(I){var o2="oninput"in document;if(!o2){var zd=document.createElement("div");zd.setAttribute("oninput","return;"),o2=typeof zd.oninput=="function"}a2=o2}else a2=!1;r2=a2&&(!document.documentMode||9<document.documentMode)}function Fd(){Rs&&(Rs.detachEvent("onpropertychange",Hd),hl=Rs=null)}function Hd(n){if(n.propertyName==="value"&&vl(hl)){var r=[];Vd(r,hl,n,Hr(n)),Dc(ml,r)}}function K4(n,r,i){n==="focusin"?(Fd(),Rs=r,hl=i,Rs.attachEvent("onpropertychange",Hd)):n==="focusout"&&Fd()}function Y4(n){if(n==="selectionchange"||n==="keyup"||n==="keydown")return vl(hl)}function G4(n,r){if(n==="click")return vl(r)}function Ud(n,r){if(n==="input"||n==="change")return vl(r)}function X4(n,r){return n===r&&(n!==0||1/n===1/r)||n!==n&&r!==r}var qr=typeof Object.is=="function"?Object.is:X4;function _s(n,r){if(qr(n,r))return!0;if(typeof n!="object"||n===null||typeof r!="object"||r===null)return!1;var i=Object.keys(n),u=Object.keys(r);if(i.length!==u.length)return!1;for(u=0;u<i.length;u++){var f=i[u];if(!T.call(r,f)||!qr(n[f],r[f]))return!1}return!0}function Bd(n){for(;n&&n.firstChild;)n=n.firstChild;return n}function Wd(n,r){var i=Bd(n);n=0;for(var u;i;){if(i.nodeType===3){if(u=n+i.textContent.length,n<=r&&u>=r)return{node:i,offset:r-n};n=u}e:{for(;i;){if(i.nextSibling){i=i.nextSibling;break e}i=i.parentNode}i=void 0}i=Bd(i)}}function qd(n,r){return n&&r?n===r?!0:n&&n.nodeType===3?!1:r&&r.nodeType===3?qd(n,r.parentNode):"contains"in n?n.contains(r):n.compareDocumentPosition?!!(n.compareDocumentPosition(r)&16):!1:!1}function X1(){for(var n=window,r=qt();r instanceof n.HTMLIFrameElement;){try{var i=typeof r.contentWindow.location.href=="string"}catch{i=!1}if(i)n=r.contentWindow;else break;r=qt(n.document)}return r}function ro(n){var r=n&&n.nodeName&&n.nodeName.toLowerCase();return r&&(r==="input"&&(n.type==="text"||n.type==="search"||n.type==="tel"||n.type==="url"||n.type==="password")||r==="textarea"||n.contentEditable==="true")}function J1(n){var r=X1(),i=n.focusedElem,u=n.selectionRange;if(r!==i&&i&&i.ownerDocument&&qd(i.ownerDocument.documentElement,i)){if(u!==null&&ro(i)){if(r=u.start,n=u.end,n===void 0&&(n=r),"selectionStart"in i)i.selectionStart=r,i.selectionEnd=Math.min(n,i.value.length);else if(n=(r=i.ownerDocument||document)&&r.defaultView||window,n.getSelection){n=n.getSelection();var f=i.textContent.length,m=Math.min(u.start,f);u=u.end===void 0?m:Math.min(u.end,f),!n.extend&&m>u&&(f=u,u=m,m=f),f=Wd(i,m);var k=Wd(i,u);f&&k&&(n.rangeCount!==1||n.anchorNode!==f.node||n.anchorOffset!==f.offset||n.focusNode!==k.node||n.focusOffset!==k.offset)&&(r=r.createRange(),r.setStart(f.node,f.offset),n.removeAllRanges(),m>u?(n.addRange(r),n.extend(k.node,k.offset)):(r.setEnd(k.node,k.offset),n.addRange(r)))}}for(r=[],n=i;n=n.parentNode;)n.nodeType===1&&r.push({element:n,left:n.scrollLeft,top:n.scrollTop});for(typeof i.focus=="function"&&i.focus(),i=0;i<r.length;i++)n=r[i],n.element.scrollLeft=n.left,n.element.scrollTop=n.top}}var Qd=I&&"documentMode"in document&&11>=document.documentMode,ka=null,i2=null,Ns=null,l2=!1;function Zd(n,r,i){var u=i.window===i?i.document:i.nodeType===9?i:i.ownerDocument;l2||ka==null||ka!==qt(u)||(u=ka,"selectionStart"in u&&ro(u)?u={start:u.selectionStart,end:u.selectionEnd}:(u=(u.ownerDocument&&u.ownerDocument.defaultView||window).getSelection(),u={anchorNode:u.anchorNode,anchorOffset:u.anchorOffset,focusNode:u.focusNode,focusOffset:u.focusOffset}),Ns&&_s(Ns,u)||(Ns=u,u=Os(i2,"onSelect"),0<u.length&&(r=new W1("onSelect","select",null,r,i),n.push({event:r,listeners:u}),r.target=ka)))}function eu(n,r){var i={};return i[n.toLowerCase()]=r.toLowerCase(),i["Webkit"+n]="webkit"+r,i["Moz"+n]="moz"+r,i}var vi={animationend:eu("Animation","AnimationEnd"),animationiteration:eu("Animation","AnimationIteration"),animationstart:eu("Animation","AnimationStart"),transitionend:eu("Transition","TransitionEnd")},s2={},u2={};I&&(u2=document.createElement("div").style,"AnimationEvent"in window||(delete vi.animationend.animation,delete vi.animationiteration.animation,delete vi.animationstart.animation),"TransitionEvent"in window||delete vi.transitionend.transition);function Cn(n){if(s2[n])return s2[n];if(!vi[n])return n;var r=vi[n],i;for(i in r)if(r.hasOwnProperty(i)&&i in u2)return s2[n]=r[i];return n}var c2=Cn("animationend"),Kd=Cn("animationiteration"),Yd=Cn("animationstart"),Gd=Cn("transitionend"),Xd=new Map,Jd="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function ao(n,r){Xd.set(n,r),S(r,[n])}for(var Ps=0;Ps<Jd.length;Ps++){var gi=Jd[Ps],J4=gi.toLowerCase(),As=gi[0].toUpperCase()+gi.slice(1);ao(J4,"on"+As)}ao(c2,"onAnimationEnd"),ao(Kd,"onAnimationIteration"),ao(Yd,"onAnimationStart"),ao("dblclick","onDoubleClick"),ao("focusin","onFocus"),ao("focusout","onBlur"),ao(Gd,"onTransitionEnd"),y("onMouseEnter",["mouseout","mouseover"]),y("onMouseLeave",["mouseout","mouseover"]),y("onPointerEnter",["pointerout","pointerover"]),y("onPointerLeave",["pointerout","pointerover"]),S("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),S("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),S("onBeforeInput",["compositionend","keypress","textInput","paste"]),S("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),S("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),S("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var js="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),e6=new Set("cancel close invalid load scroll toggle".split(" ").concat(js));function e3(n,r,i){var u=n.type||"unknown-event";n.currentTarget=i,ol(u,r,void 0,n),n.currentTarget=null}function tu(n,r){r=(r&4)!==0;for(var i=0;i<n.length;i++){var u=n[i],f=u.event;u=u.listeners;e:{var m=void 0;if(r)for(var k=u.length-1;0<=k;k--){var R=u[k],A=R.instance,q=R.currentTarget;if(R=R.listener,A!==m&&f.isPropagationStopped())break e;e3(f,R,q),m=A}else for(k=0;k<u.length;k++){if(R=u[k],A=R.instance,q=R.currentTarget,R=R.listener,A!==m&&f.isPropagationStopped())break e;e3(f,R,q),m=A}}}if(al)throw n=vs,al=!1,vs=null,n}function Et(n,r){var i=r[g2];i===void 0&&(i=r[g2]=new Set);var u=n+"__bubble";i.has(u)||(t3(r,n,2,!1),i.add(u))}function Mo(n,r,i){var u=0;r&&(u|=4),t3(i,n,u,r)}var oo="_reactListening"+Math.random().toString(36).slice(2);function gl(n){if(!n[oo]){n[oo]=!0,C.forEach(function(i){i!=="selectionchange"&&(e6.has(i)||Mo(i,!1,n),Mo(i,!0,n))});var r=n.nodeType===9?n:n.ownerDocument;r===null||r[oo]||(r[oo]=!0,Mo("selectionchange",!1,r))}}function t3(n,r,i,u){switch(Zc(r)){case 1:var f=xd;break;case 4:f=H1;break;default:f=U1}i=f.bind(null,r,i,n),f=void 0,!D1||r!=="touchstart"&&r!=="touchmove"&&r!=="wheel"||(f=!0),u?f!==void 0?n.addEventListener(r,i,{capture:!0,passive:f}):n.addEventListener(r,i,!0):f!==void 0?n.addEventListener(r,i,{passive:f}):n.addEventListener(r,i,!1)}function nu(n,r,i,u,f){var m=u;if(!(r&1)&&!(r&2)&&u!==null)e:for(;;){if(u===null)return;var k=u.tag;if(k===3||k===4){var R=u.stateNode.containerInfo;if(R===f||R.nodeType===8&&R.parentNode===f)break;if(k===4)for(k=u.return;k!==null;){var A=k.tag;if((A===3||A===4)&&(A=k.stateNode.containerInfo,A===f||A.nodeType===8&&A.parentNode===f))return;k=k.return}for(;R!==null;){if(k=Qr(R),k===null)return;if(A=k.tag,A===5||A===6){u=m=k;continue e}R=R.parentNode}}u=u.return}Dc(function(){var q=m,ne=Hr(i),ie=[];e:{var re=Xd.get(n);if(re!==void 0){var Ce=W1,Ee=n;switch(n){case"keypress":if(cl(i)===0)break e;case"keydown":case"keyup":Ce=W4;break;case"focusin":Ee="focus",Ce=jo;break;case"focusout":Ee="blur",Ce=jo;break;case"beforeblur":case"afterblur":Ce=jo;break;case"click":if(i.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":Ce=Q1;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":Ce=Td;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":Ce=q4;break;case c2:case Kd:case Yd:Ce=Id;break;case Gd:Ce=Pd;break;case"scroll":Ce=Ed;break;case"wheel":Ce=no;break;case"copy":case"cut":case"paste":Ce=U4;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":Ce=Z1}var Ie=(r&4)!==0,Zt=!Ie&&n==="scroll",z=Ie?re!==null?re+"Capture":null:re;Ie=[];for(var O=q,B;O!==null;){B=O;var ue=B.stateNode;if(B.tag===5&&ue!==null&&(B=ue,z!==null&&(ue=ms(O,z),ue!=null&&Ie.push(Ms(O,ue,B)))),Zt)break;O=O.return}0<Ie.length&&(re=new Ce(re,Ee,null,i,ne),ie.push({event:re,listeners:Ie}))}}if(!(r&7)){e:{if(re=n==="mouseover"||n==="pointerover",Ce=n==="mouseout"||n==="pointerout",re&&i!==Xt&&(Ee=i.relatedTarget||i.fromElement)&&(Qr(Ee)||Ee[io]))break e;if((Ce||re)&&(re=ne.window===ne?ne:(re=ne.ownerDocument)?re.defaultView||re.parentWindow:window,Ce?(Ee=i.relatedTarget||i.toElement,Ce=q,Ee=Ee?Qr(Ee):null,Ee!==null&&(Zt=Ma(Ee),Ee!==Zt||Ee.tag!==5&&Ee.tag!==6)&&(Ee=null)):(Ce=null,Ee=q),Ce!==Ee)){if(Ie=Q1,ue="onMouseLeave",z="onMouseEnter",O="mouse",(n==="pointerout"||n==="pointerover")&&(Ie=Z1,ue="onPointerLeave",z="onPointerEnter",O="pointer"),Zt=Ce==null?re:yl(Ce),B=Ee==null?re:yl(Ee),re=new Ie(ue,O+"leave",Ce,i,ne),re.target=Zt,re.relatedTarget=B,ue=null,Qr(ne)===q&&(Ie=new Ie(z,O+"enter",Ee,i,ne),Ie.target=B,Ie.relatedTarget=Zt,ue=Ie),Zt=ue,Ce&&Ee)t:{for(Ie=Ce,z=Ee,O=0,B=Ie;B;B=yi(B))O++;for(B=0,ue=z;ue;ue=yi(ue))B++;for(;0<O-B;)Ie=yi(Ie),O--;for(;0<B-O;)z=yi(z),B--;for(;O--;){if(Ie===z||z!==null&&Ie===z.alternate)break t;Ie=yi(Ie),z=yi(z)}Ie=null}else Ie=null;Ce!==null&&d2(ie,re,Ce,Ie,!1),Ee!==null&&Zt!==null&&d2(ie,Zt,Ee,Ie,!0)}}e:{if(re=q?yl(q):window,Ce=re.nodeName&&re.nodeName.toLowerCase(),Ce==="select"||Ce==="input"&&re.type==="file")var Ne=$d;else if(Dd(re))if(r2)Ne=Ud;else{Ne=Y4;var Le=K4}else(Ce=re.nodeName)&&Ce.toLowerCase()==="input"&&(re.type==="checkbox"||re.type==="radio")&&(Ne=G4);if(Ne&&(Ne=Ne(n,q))){Vd(ie,Ne,i,ne);break e}Le&&Le(n,re,q),n==="focusout"&&(Le=re._wrapperState)&&Le.controlled&&re.type==="number"&&fs(re,"number",re.value)}switch(Le=q?yl(q):window,n){case"focusin":(Dd(Le)||Le.contentEditable==="true")&&(ka=Le,i2=q,Ns=null);break;case"focusout":Ns=i2=ka=null;break;case"mousedown":l2=!0;break;case"contextmenu":case"mouseup":case"dragend":l2=!1,Zd(ie,i,ne);break;case"selectionchange":if(Qd)break;case"keydown":case"keyup":Zd(ie,i,ne)}var je;if(wa)e:{switch(n){case"compositionstart":var Ue="onCompositionStart";break e;case"compositionend":Ue="onCompositionEnd";break e;case"compositionupdate":Ue="onCompositionUpdate";break e}Ue=void 0}else pl?Md(n,i)&&(Ue="onCompositionEnd"):n==="keydown"&&i.keyCode===229&&(Ue="onCompositionStart");Ue&&(Ad&&i.locale!=="ko"&&(pl||Ue!=="onCompositionStart"?Ue==="onCompositionEnd"&&pl&&(je=Kc()):(eo=ne,Es="value"in eo?eo.value:eo.textContent,pl=!0)),Le=Os(q,Ue),0<Le.length&&(Ue=new Xc(Ue,n,null,i,ne),ie.push({event:Ue,listeners:Le}),je?Ue.data=je:(je=G1(i),je!==null&&(Ue.data=je)))),(je=Y1?Q4(n,i):Z4(n,i))&&(q=Os(q,"onBeforeInput"),0<q.length&&(ne=new Xc("onBeforeInput","beforeinput",null,i,ne),ie.push({event:ne,listeners:q}),ne.data=je))}tu(ie,r)})}function Ms(n,r,i){return{instance:n,listener:r,currentTarget:i}}function Os(n,r){for(var i=r+"Capture",u=[];n!==null;){var f=n,m=f.stateNode;f.tag===5&&m!==null&&(f=m,m=ms(n,i),m!=null&&u.unshift(Ms(n,m,f)),m=ms(n,r),m!=null&&u.push(Ms(n,m,f))),n=n.return}return u}function yi(n){if(n===null)return null;do n=n.return;while(n&&n.tag!==5);return n||null}function d2(n,r,i,u,f){for(var m=r._reactName,k=[];i!==null&&i!==u;){var R=i,A=R.alternate,q=R.stateNode;if(A!==null&&A===u)break;R.tag===5&&q!==null&&(R=q,f?(A=ms(i,m),A!=null&&k.unshift(Ms(i,A,R))):f||(A=ms(i,m),A!=null&&k.push(Ms(i,A,R)))),i=i.return}k.length!==0&&n.push({event:r,listeners:k})}var f2=/\r\n?/g,t6=/\u0000|\uFFFD/g;function p2(n){return(typeof n=="string"?n:""+n).replace(f2,`
|
|
48
|
-
`).replace(t6,"")}function ru(n,r,i){if(r=p2(r),p2(n)!==r&&i)throw Error(p(425))}function au(){}var h2=null,Ci=null;function Ds(n,r){return n==="textarea"||n==="noscript"||typeof r.children=="string"||typeof r.children=="number"||typeof r.dangerouslySetInnerHTML=="object"&&r.dangerouslySetInnerHTML!==null&&r.dangerouslySetInnerHTML.__html!=null}var bi=typeof setTimeout=="function"?setTimeout:void 0,n3=typeof clearTimeout=="function"?clearTimeout:void 0,m2=typeof Promise=="function"?Promise:void 0,v2=typeof queueMicrotask=="function"?queueMicrotask:typeof m2<"u"?function(n){return m2.resolve(null).then(n).catch(n6)}:bi;function n6(n){setTimeout(function(){throw n})}function Oo(n,r){var i=r,u=0;do{var f=i.nextSibling;if(n.removeChild(i),f&&f.nodeType===8)if(i=f.data,i==="/$"){if(u===0){n.removeChild(f),xs(r);return}u--}else i!=="$"&&i!=="$?"&&i!=="$!"||u++;i=f}while(i);xs(r)}function xa(n){for(;n!=null;n=n.nextSibling){var r=n.nodeType;if(r===1||r===3)break;if(r===8){if(r=n.data,r==="$"||r==="$!"||r==="$?")break;if(r==="/$")return null}}return n}function Vs(n){n=n.previousSibling;for(var r=0;n;){if(n.nodeType===8){var i=n.data;if(i==="$"||i==="$!"||i==="$?"){if(r===0)return n;r--}else i==="/$"&&r++}n=n.previousSibling}return null}var Do=Math.random().toString(36).slice(2),Oa="__reactFiber$"+Do,wi="__reactProps$"+Do,io="__reactContainer$"+Do,g2="__reactEvents$"+Do,r6="__reactListeners$"+Do,y2="__reactHandles$"+Do;function Qr(n){var r=n[Oa];if(r)return r;for(var i=n.parentNode;i;){if(r=i[io]||i[Oa]){if(i=r.alternate,r.child!==null||i!==null&&i.child!==null)for(n=Vs(n);n!==null;){if(i=n[Oa])return i;n=Vs(n)}return r}n=i,i=n.parentNode}return null}function $s(n){return n=n[Oa]||n[io],!n||n.tag!==5&&n.tag!==6&&n.tag!==13&&n.tag!==3?null:n}function yl(n){if(n.tag===5||n.tag===6)return n.stateNode;throw Error(p(33))}function Oe(n){return n[wi]||null}var Vo=[],Rt=-1;function Ke(n){return{current:n}}function pt(n){0>Rt||(n.current=Vo[Rt],Vo[Rt]=null,Rt--)}function mt(n,r){Rt++,Vo[Rt]=n.current,n.current=r}var Da={},Fe=Ke(Da),Ht=Ke(!1),dr=Da;function Zr(n,r){var i=n.type.contextTypes;if(!i)return Da;var u=n.stateNode;if(u&&u.__reactInternalMemoizedUnmaskedChildContext===r)return u.__reactInternalMemoizedMaskedChildContext;var f={},m;for(m in i)f[m]=r[m];return u&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=r,n.__reactInternalMemoizedMaskedChildContext=f),f}function Pt(n){return n=n.childContextTypes,n!=null}function Kr(){pt(Ht),pt(Fe)}function $o(n,r,i){if(Fe.current!==Da)throw Error(p(168));mt(Fe,r),mt(Ht,i)}function zs(n,r,i){var u=n.stateNode;if(r=r.childContextTypes,typeof u.getChildContext!="function")return i;u=u.getChildContext();for(var f in u)if(!(f in r))throw Error(p(108,ha(n)||"Unknown",f));return ye({},i,u)}function ou(n){return n=(n=n.stateNode)&&n.__reactInternalMemoizedMergedChildContext||Da,dr=Fe.current,mt(Fe,n),mt(Ht,Ht.current),!0}function r3(n,r,i){var u=n.stateNode;if(!u)throw Error(p(169));i?(n=zs(n,r,dr),u.__reactInternalMemoizedMergedChildContext=n,pt(Ht),pt(Fe),mt(Fe,n)):pt(Ht),mt(Ht,i)}var Ir=null,bn=!1,Fs=!1;function C2(n){Ir===null?Ir=[n]:Ir.push(n)}function b2(n){bn=!0,C2(n)}function fr(){if(!Fs&&Ir!==null){Fs=!0;var n=0,r=yt;try{var i=Ir;for(yt=1;n<i.length;n++){var u=i[n];do u=u(!0);while(u!==null)}Ir=null,bn=!1}catch(f){throw Ir!==null&&(Ir=Ir.slice(n+1)),zc(Ja,fr),f}finally{yt=r,Fs=!1}}return null}var zo=[],pr=0,ki=null,Cl=0,hr=[],Vn=0,Yr=null,En=1,lo="";function Rr(n,r){zo[pr++]=Cl,zo[pr++]=ki,ki=n,Cl=r}function w2(n,r,i){hr[Vn++]=En,hr[Vn++]=lo,hr[Vn++]=Yr,Yr=n;var u=En;n=lo;var f=32-Ur(u)-1;u&=~(1<<f),i+=1;var m=32-Ur(r)+f;if(30<m){var k=f-f%5;m=(u&(1<<k)-1).toString(32),u>>=k,f-=k,En=1<<32-Ur(r)+f|i<<f|u,lo=m+n}else En=1<<m|i<<f|u,lo=n}function iu(n){n.return!==null&&(Rr(n,1),w2(n,1,0))}function k2(n){for(;n===ki;)ki=zo[--pr],zo[pr]=null,Cl=zo[--pr],zo[pr]=null;for(;n===Yr;)Yr=hr[--Vn],hr[Vn]=null,lo=hr[--Vn],hr[Vn]=null,En=hr[--Vn],hr[Vn]=null}var _r=null,mr=null,_t=!1,Gr=null;function x2(n,r){var i=aa(5,null,null,0);i.elementType="DELETED",i.stateNode=r,i.return=n,r=n.deletions,r===null?(n.deletions=[i],n.flags|=16):r.push(i)}function a3(n,r){switch(n.tag){case 5:var i=n.type;return r=r.nodeType!==1||i.toLowerCase()!==r.nodeName.toLowerCase()?null:r,r!==null?(n.stateNode=r,_r=n,mr=xa(r.firstChild),!0):!1;case 6:return r=n.pendingProps===""||r.nodeType!==3?null:r,r!==null?(n.stateNode=r,_r=n,mr=null,!0):!1;case 13:return r=r.nodeType!==8?null:r,r!==null?(i=Yr!==null?{id:En,overflow:lo}:null,n.memoizedState={dehydrated:r,treeContext:i,retryLane:1073741824},i=aa(18,null,null,0),i.stateNode=r,i.return=n,n.child=i,_r=n,mr=null,!0):!1;default:return!1}}function lu(n){return(n.mode&1)!==0&&(n.flags&128)===0}function su(n){if(_t){var r=mr;if(r){var i=r;if(!a3(n,r)){if(lu(n))throw Error(p(418));r=xa(i.nextSibling);var u=_r;r&&a3(n,r)?x2(u,i):(n.flags=n.flags&-4097|2,_t=!1,_r=n)}}else{if(lu(n))throw Error(p(418));n.flags=n.flags&-4097|2,_t=!1,_r=n}}}function o3(n){for(n=n.return;n!==null&&n.tag!==5&&n.tag!==3&&n.tag!==13;)n=n.return;_r=n}function uu(n){if(n!==_r)return!1;if(!_t)return o3(n),_t=!0,!1;var r;if((r=n.tag!==3)&&!(r=n.tag!==5)&&(r=n.type,r=r!=="head"&&r!=="body"&&!Ds(n.type,n.memoizedProps)),r&&(r=mr)){if(lu(n))throw i3(),Error(p(418));for(;r;)x2(n,r),r=xa(r.nextSibling)}if(o3(n),n.tag===13){if(n=n.memoizedState,n=n!==null?n.dehydrated:null,!n)throw Error(p(317));e:{for(n=n.nextSibling,r=0;n;){if(n.nodeType===8){var i=n.data;if(i==="/$"){if(r===0){mr=xa(n.nextSibling);break e}r--}else i!=="$"&&i!=="$!"&&i!=="$?"||r++}n=n.nextSibling}mr=null}}else mr=_r?xa(n.stateNode.nextSibling):null;return!0}function i3(){for(var n=mr;n;)n=xa(n.nextSibling)}function Ot(){mr=_r=null,_t=!1}function S2(n){Gr===null?Gr=[n]:Gr.push(n)}var cu=ce.ReactCurrentBatchConfig;function xi(n,r,i){if(n=i.ref,n!==null&&typeof n!="function"&&typeof n!="object"){if(i._owner){if(i=i._owner,i){if(i.tag!==1)throw Error(p(309));var u=i.stateNode}if(!u)throw Error(p(147,n));var f=u,m=""+n;return r!==null&&r.ref!==null&&typeof r.ref=="function"&&r.ref._stringRef===m?r.ref:(r=function(k){var R=f.refs;k===null?delete R[m]:R[m]=k},r._stringRef=m,r)}if(typeof n!="string")throw Error(p(284));if(!i._owner)throw Error(p(290,n))}return n}function Va(n,r){throw n=Object.prototype.toString.call(r),Error(p(31,n==="[object Object]"?"object with keys {"+Object.keys(r).join(", ")+"}":n))}function l3(n){var r=n._init;return r(n._payload)}function du(n){function r(z,O){if(n){var B=z.deletions;B===null?(z.deletions=[O],z.flags|=16):B.push(O)}}function i(z,O){if(!n)return null;for(;O!==null;)r(z,O),O=O.sibling;return null}function u(z,O){for(z=new Map;O!==null;)O.key!==null?z.set(O.key,O):z.set(O.index,O),O=O.sibling;return z}function f(z,O){return z=Ko(z,O),z.index=0,z.sibling=null,z}function m(z,O,B){return z.index=B,n?(B=z.alternate,B!==null?(B=B.index,B<O?(z.flags|=2,O):B):(z.flags|=2,O)):(z.flags|=1048576,O)}function k(z){return n&&z.alternate===null&&(z.flags|=2),z}function R(z,O,B,ue){return O===null||O.tag!==6?(O=l1(B,z.mode,ue),O.return=z,O):(O=f(O,B),O.return=z,O)}function A(z,O,B,ue){var Ne=B.type;return Ne===ke?ne(z,O,B.props.children,ue,B.key):O!==null&&(O.elementType===Ne||typeof Ne=="object"&&Ne!==null&&Ne.$$typeof===It&&l3(Ne)===O.type)?(ue=f(O,B.props),ue.ref=xi(z,O,B),ue.return=z,ue):(ue=Qu(B.type,B.key,B.props,null,z.mode,ue),ue.ref=xi(z,O,B),ue.return=z,ue)}function q(z,O,B,ue){return O===null||O.tag!==4||O.stateNode.containerInfo!==B.containerInfo||O.stateNode.implementation!==B.implementation?(O=Fi(B,z.mode,ue),O.return=z,O):(O=f(O,B.children||[]),O.return=z,O)}function ne(z,O,B,ue,Ne){return O===null||O.tag!==7?(O=zi(B,z.mode,ue,Ne),O.return=z,O):(O=f(O,B),O.return=z,O)}function ie(z,O,B){if(typeof O=="string"&&O!==""||typeof O=="number")return O=l1(""+O,z.mode,B),O.return=z,O;if(typeof O=="object"&&O!==null){switch(O.$$typeof){case me:return B=Qu(O.type,O.key,O.props,null,z.mode,B),B.ref=xi(z,null,O),B.return=z,B;case xe:return O=Fi(O,z.mode,B),O.return=z,O;case It:var ue=O._init;return ie(z,ue(O._payload),B)}if(ui(O)||Me(O))return O=zi(O,z.mode,B,null),O.return=z,O;Va(z,O)}return null}function re(z,O,B,ue){var Ne=O!==null?O.key:null;if(typeof B=="string"&&B!==""||typeof B=="number")return Ne!==null?null:R(z,O,""+B,ue);if(typeof B=="object"&&B!==null){switch(B.$$typeof){case me:return B.key===Ne?A(z,O,B,ue):null;case xe:return B.key===Ne?q(z,O,B,ue):null;case It:return Ne=B._init,re(z,O,Ne(B._payload),ue)}if(ui(B)||Me(B))return Ne!==null?null:ne(z,O,B,ue,null);Va(z,B)}return null}function Ce(z,O,B,ue,Ne){if(typeof ue=="string"&&ue!==""||typeof ue=="number")return z=z.get(B)||null,R(O,z,""+ue,Ne);if(typeof ue=="object"&&ue!==null){switch(ue.$$typeof){case me:return z=z.get(ue.key===null?B:ue.key)||null,A(O,z,ue,Ne);case xe:return z=z.get(ue.key===null?B:ue.key)||null,q(O,z,ue,Ne);case It:var Le=ue._init;return Ce(z,O,B,Le(ue._payload),Ne)}if(ui(ue)||Me(ue))return z=z.get(B)||null,ne(O,z,ue,Ne,null);Va(O,ue)}return null}function Ee(z,O,B,ue){for(var Ne=null,Le=null,je=O,Ue=O=0,xn=null;je!==null&&Ue<B.length;Ue++){je.index>Ue?(xn=je,je=null):xn=je.sibling;var st=re(z,je,B[Ue],ue);if(st===null){je===null&&(je=xn);break}n&&je&&st.alternate===null&&r(z,je),O=m(st,O,Ue),Le===null?Ne=st:Le.sibling=st,Le=st,je=xn}if(Ue===B.length)return i(z,je),_t&&Rr(z,Ue),Ne;if(je===null){for(;Ue<B.length;Ue++)je=ie(z,B[Ue],ue),je!==null&&(O=m(je,O,Ue),Le===null?Ne=je:Le.sibling=je,Le=je);return _t&&Rr(z,Ue),Ne}for(je=u(z,je);Ue<B.length;Ue++)xn=Ce(je,z,Ue,B[Ue],ue),xn!==null&&(n&&xn.alternate!==null&&je.delete(xn.key===null?Ue:xn.key),O=m(xn,O,Ue),Le===null?Ne=xn:Le.sibling=xn,Le=xn);return n&&je.forEach(function(Yo){return r(z,Yo)}),_t&&Rr(z,Ue),Ne}function Ie(z,O,B,ue){var Ne=Me(B);if(typeof Ne!="function")throw Error(p(150));if(B=Ne.call(B),B==null)throw Error(p(151));for(var Le=Ne=null,je=O,Ue=O=0,xn=null,st=B.next();je!==null&&!st.done;Ue++,st=B.next()){je.index>Ue?(xn=je,je=null):xn=je.sibling;var Yo=re(z,je,st.value,ue);if(Yo===null){je===null&&(je=xn);break}n&&je&&Yo.alternate===null&&r(z,je),O=m(Yo,O,Ue),Le===null?Ne=Yo:Le.sibling=Yo,Le=Yo,je=xn}if(st.done)return i(z,je),_t&&Rr(z,Ue),Ne;if(je===null){for(;!st.done;Ue++,st=B.next())st=ie(z,st.value,ue),st!==null&&(O=m(st,O,Ue),Le===null?Ne=st:Le.sibling=st,Le=st);return _t&&Rr(z,Ue),Ne}for(je=u(z,je);!st.done;Ue++,st=B.next())st=Ce(je,z,Ue,st.value,ue),st!==null&&(n&&st.alternate!==null&&je.delete(st.key===null?Ue:st.key),O=m(st,O,Ue),Le===null?Ne=st:Le.sibling=st,Le=st);return n&&je.forEach(function(b6){return r(z,b6)}),_t&&Rr(z,Ue),Ne}function Zt(z,O,B,ue){if(typeof B=="object"&&B!==null&&B.type===ke&&B.key===null&&(B=B.props.children),typeof B=="object"&&B!==null){switch(B.$$typeof){case me:e:{for(var Ne=B.key,Le=O;Le!==null;){if(Le.key===Ne){if(Ne=B.type,Ne===ke){if(Le.tag===7){i(z,Le.sibling),O=f(Le,B.props.children),O.return=z,z=O;break e}}else if(Le.elementType===Ne||typeof Ne=="object"&&Ne!==null&&Ne.$$typeof===It&&l3(Ne)===Le.type){i(z,Le.sibling),O=f(Le,B.props),O.ref=xi(z,Le,B),O.return=z,z=O;break e}i(z,Le);break}else r(z,Le);Le=Le.sibling}B.type===ke?(O=zi(B.props.children,z.mode,ue,B.key),O.return=z,z=O):(ue=Qu(B.type,B.key,B.props,null,z.mode,ue),ue.ref=xi(z,O,B),ue.return=z,z=ue)}return k(z);case xe:e:{for(Le=B.key;O!==null;){if(O.key===Le)if(O.tag===4&&O.stateNode.containerInfo===B.containerInfo&&O.stateNode.implementation===B.implementation){i(z,O.sibling),O=f(O,B.children||[]),O.return=z,z=O;break e}else{i(z,O);break}else r(z,O);O=O.sibling}O=Fi(B,z.mode,ue),O.return=z,z=O}return k(z);case It:return Le=B._init,Zt(z,O,Le(B._payload),ue)}if(ui(B))return Ee(z,O,B,ue);if(Me(B))return Ie(z,O,B,ue);Va(z,B)}return typeof B=="string"&&B!==""||typeof B=="number"?(B=""+B,O!==null&&O.tag===6?(i(z,O.sibling),O=f(O,B),O.return=z,z=O):(i(z,O),O=l1(B,z.mode,ue),O.return=z,z=O),k(z)):i(z,O)}return Zt}var bl=du(!0),s3=du(!1),so=Ke(null),fn=null,fe=null,Xr=null;function Nr(){Xr=fe=fn=null}function E2(n){var r=so.current;pt(so),n._currentValue=r}function L2(n,r,i){for(;n!==null;){var u=n.alternate;if((n.childLanes&r)!==r?(n.childLanes|=r,u!==null&&(u.childLanes|=r)):u!==null&&(u.childLanes&r)!==r&&(u.childLanes|=r),n===i)break;n=n.return}}function wl(n,r){fn=n,Xr=fe=null,n=n.dependencies,n!==null&&n.firstContext!==null&&(n.lanes&r&&(yr=!0),n.firstContext=null)}function Jr(n){var r=n._currentValue;if(Xr!==n)if(n={context:n,memoizedValue:r,next:null},fe===null){if(fn===null)throw Error(p(308));fe=n,fn.dependencies={lanes:0,firstContext:n}}else fe=fe.next=n;return r}var Si=null;function nn(n){Si===null?Si=[n]:Si.push(n)}function u3(n,r,i,u){var f=r.interleaved;return f===null?(i.next=i,nn(r)):(i.next=f.next,f.next=i),r.interleaved=i,uo(n,u)}function uo(n,r){n.lanes|=r;var i=n.alternate;for(i!==null&&(i.lanes|=r),i=n,n=n.return;n!==null;)n.childLanes|=r,i=n.alternate,i!==null&&(i.childLanes|=r),i=n,n=n.return;return i.tag===3?i.stateNode:null}var Fo=!1;function fu(n){n.updateQueue={baseState:n.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function kl(n,r){n=n.updateQueue,r.updateQueue===n&&(r.updateQueue={baseState:n.baseState,firstBaseUpdate:n.firstBaseUpdate,lastBaseUpdate:n.lastBaseUpdate,shared:n.shared,effects:n.effects})}function vr(n,r){return{eventTime:n,lane:r,tag:0,payload:null,callback:null,next:null}}function Ho(n,r,i){var u=n.updateQueue;if(u===null)return null;if(u=u.shared,rt&2){var f=u.pending;return f===null?r.next=r:(r.next=f.next,f.next=r),u.pending=r,uo(n,i)}return f=u.interleaved,f===null?(r.next=r,nn(u)):(r.next=f.next,f.next=r),u.interleaved=r,uo(n,i)}function pu(n,r,i){if(r=r.updateQueue,r!==null&&(r=r.shared,(i&4194240)!==0)){var u=r.lanes;u&=n.pendingLanes,i|=u,r.lanes=i,Cs(n,i)}}function c3(n,r){var i=n.updateQueue,u=n.alternate;if(u!==null&&(u=u.updateQueue,i===u)){var f=null,m=null;if(i=i.firstBaseUpdate,i!==null){do{var k={eventTime:i.eventTime,lane:i.lane,tag:i.tag,payload:i.payload,callback:i.callback,next:null};m===null?f=m=k:m=m.next=k,i=i.next}while(i!==null);m===null?f=m=r:m=m.next=r}else f=m=r;i={baseState:u.baseState,firstBaseUpdate:f,lastBaseUpdate:m,shared:u.shared,effects:u.effects},n.updateQueue=i;return}n=i.lastBaseUpdate,n===null?i.firstBaseUpdate=r:n.next=r,i.lastBaseUpdate=r}function hu(n,r,i,u){var f=n.updateQueue;Fo=!1;var m=f.firstBaseUpdate,k=f.lastBaseUpdate,R=f.shared.pending;if(R!==null){f.shared.pending=null;var A=R,q=A.next;A.next=null,k===null?m=q:k.next=q,k=A;var ne=n.alternate;ne!==null&&(ne=ne.updateQueue,R=ne.lastBaseUpdate,R!==k&&(R===null?ne.firstBaseUpdate=q:R.next=q,ne.lastBaseUpdate=A))}if(m!==null){var ie=f.baseState;k=0,ne=q=A=null,R=m;do{var re=R.lane,Ce=R.eventTime;if((u&re)===re){ne!==null&&(ne=ne.next={eventTime:Ce,lane:0,tag:R.tag,payload:R.payload,callback:R.callback,next:null});e:{var Ee=n,Ie=R;switch(re=r,Ce=i,Ie.tag){case 1:if(Ee=Ie.payload,typeof Ee=="function"){ie=Ee.call(Ce,ie,re);break e}ie=Ee;break e;case 3:Ee.flags=Ee.flags&-65537|128;case 0:if(Ee=Ie.payload,re=typeof Ee=="function"?Ee.call(Ce,ie,re):Ee,re==null)break e;ie=ye({},ie,re);break e;case 2:Fo=!0}}R.callback!==null&&R.lane!==0&&(n.flags|=64,re=f.effects,re===null?f.effects=[R]:re.push(R))}else Ce={eventTime:Ce,lane:re,tag:R.tag,payload:R.payload,callback:R.callback,next:null},ne===null?(q=ne=Ce,A=ie):ne=ne.next=Ce,k|=re;if(R=R.next,R===null){if(R=f.shared.pending,R===null)break;re=R,R=re.next,re.next=null,f.lastBaseUpdate=re,f.shared.pending=null}}while(!0);if(ne===null&&(A=ie),f.baseState=A,f.firstBaseUpdate=q,f.lastBaseUpdate=ne,r=f.shared.interleaved,r!==null){f=r;do k|=f.lane,f=f.next;while(f!==r)}else m===null&&(f.shared.lanes=0);ho|=k,n.lanes=k,n.memoizedState=ie}}function d3(n,r,i){if(n=r.effects,r.effects=null,n!==null)for(r=0;r<n.length;r++){var u=n[r],f=u.callback;if(f!==null){if(u.callback=null,u=i,typeof f!="function")throw Error(p(191,f));f.call(u)}}}var Hs={},Sa=Ke(Hs),xl=Ke(Hs),Us=Ke(Hs);function Ei(n){if(n===Hs)throw Error(p(174));return n}function T2(n,r){switch(mt(Us,r),mt(xl,n),mt(Sa,Hs),n=r.nodeType,n){case 9:case 11:r=(r=r.documentElement)?r.namespaceURI:Lr(null,"");break;default:n=n===8?r.parentNode:r,r=n.namespaceURI||null,n=n.tagName,r=Lr(r,n)}pt(Sa),mt(Sa,r)}function Sl(){pt(Sa),pt(xl),pt(Us)}function f3(n){Ei(Us.current);var r=Ei(Sa.current),i=Lr(r,n.type);r!==i&&(mt(xl,n),mt(Sa,i))}function I2(n){xl.current===n&&(pt(Sa),pt(xl))}var At=Ke(0);function mu(n){for(var r=n;r!==null;){if(r.tag===13){var i=r.memoizedState;if(i!==null&&(i=i.dehydrated,i===null||i.data==="$?"||i.data==="$!"))return r}else if(r.tag===19&&r.memoizedProps.revealOrder!==void 0){if(r.flags&128)return r}else if(r.child!==null){r.child.return=r,r=r.child;continue}if(r===n)break;for(;r.sibling===null;){if(r.return===null||r.return===n)return null;r=r.return}r.sibling.return=r.return,r=r.sibling}return null}var vu=[];function R2(){for(var n=0;n<vu.length;n++)vu[n]._workInProgressVersionPrimary=null;vu.length=0}var gu=ce.ReactCurrentDispatcher,Bs=ce.ReactCurrentBatchConfig,Re=0,_e=null,He=null,Je=null,Pr=!1,El=!1,Ws=0,a6=0;function $n(){throw Error(p(321))}function qs(n,r){if(r===null)return!1;for(var i=0;i<r.length&&i<n.length;i++)if(!qr(n[i],r[i]))return!1;return!0}function te(n,r,i,u,f,m){if(Re=m,_e=r,r.memoizedState=null,r.updateQueue=null,r.lanes=0,gu.current=n===null||n.memoizedState===null?o6:Tt,n=i(u,f),El){m=0;do{if(El=!1,Ws=0,25<=m)throw Error(p(301));m+=1,Je=He=null,r.updateQueue=null,gu.current=Pu,n=i(u,f)}while(El)}if(gu.current=zn,r=He!==null&&He.next!==null,Re=0,Je=He=_e=null,Pr=!1,r)throw Error(p(300));return n}function rn(){var n=Ws!==0;return Ws=0,n}function Ae(){var n={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Je===null?_e.memoizedState=Je=n:Je=Je.next=n,Je}function Ln(){if(He===null){var n=_e.alternate;n=n!==null?n.memoizedState:null}else n=He.next;var r=Je===null?_e.memoizedState:Je.next;if(r!==null)Je=r,He=n;else{if(n===null)throw Error(p(310));He=n,n={memoizedState:He.memoizedState,baseState:He.baseState,baseQueue:He.baseQueue,queue:He.queue,next:null},Je===null?_e.memoizedState=Je=n:Je=Je.next=n}return Je}function Ar(n,r){return typeof r=="function"?r(n):r}function co(n){var r=Ln(),i=r.queue;if(i===null)throw Error(p(311));i.lastRenderedReducer=n;var u=He,f=u.baseQueue,m=i.pending;if(m!==null){if(f!==null){var k=f.next;f.next=m.next,m.next=k}u.baseQueue=f=m,i.pending=null}if(f!==null){m=f.next,u=u.baseState;var R=k=null,A=null,q=m;do{var ne=q.lane;if((Re&ne)===ne)A!==null&&(A=A.next={lane:0,action:q.action,hasEagerState:q.hasEagerState,eagerState:q.eagerState,next:null}),u=q.hasEagerState?q.eagerState:n(u,q.action);else{var ie={lane:ne,action:q.action,hasEagerState:q.hasEagerState,eagerState:q.eagerState,next:null};A===null?(R=A=ie,k=u):A=A.next=ie,_e.lanes|=ne,ho|=ne}q=q.next}while(q!==null&&q!==m);A===null?k=u:A.next=R,qr(u,r.memoizedState)||(yr=!0),r.memoizedState=u,r.baseState=k,r.baseQueue=A,i.lastRenderedState=u}if(n=i.interleaved,n!==null){f=n;do m=f.lane,_e.lanes|=m,ho|=m,f=f.next;while(f!==n)}else f===null&&(i.lanes=0);return[r.memoizedState,i.dispatch]}function ea(n){var r=Ln(),i=r.queue;if(i===null)throw Error(p(311));i.lastRenderedReducer=n;var u=i.dispatch,f=i.pending,m=r.memoizedState;if(f!==null){i.pending=null;var k=f=f.next;do m=n(m,k.action),k=k.next;while(k!==f);qr(m,r.memoizedState)||(yr=!0),r.memoizedState=m,r.baseQueue===null&&(r.baseState=m),i.lastRenderedState=m}return[m,u]}function Ll(){}function Li(n,r){var i=_e,u=Ln(),f=r(),m=!qr(u.memoizedState,f);if(m&&(u.memoizedState=f,yr=!0),u=u.queue,Qs(Cu.bind(null,i,u,n),[n]),u.getSnapshot!==r||m||Je!==null&&Je.memoizedState.tag&1){if(i.flags|=2048,Ti(9,yu.bind(null,i,u,f,r),void 0,null),Dt===null)throw Error(p(349));Re&30||Tl(i,r,f)}return f}function Tl(n,r,i){n.flags|=16384,n={getSnapshot:r,value:i},r=_e.updateQueue,r===null?(r={lastEffect:null,stores:null},_e.updateQueue=r,r.stores=[n]):(i=r.stores,i===null?r.stores=[n]:i.push(n))}function yu(n,r,i,u){r.value=i,r.getSnapshot=u,bu(r)&&wu(n)}function Cu(n,r,i){return i(function(){bu(r)&&wu(n)})}function bu(n){var r=n.getSnapshot;n=n.value;try{var i=r();return!qr(n,i)}catch{return!0}}function wu(n){var r=uo(n,1);r!==null&&Wn(r,n,1,-1)}function ku(n){var r=Ae();return typeof n=="function"&&(n=n()),r.memoizedState=r.baseState=n,n={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Ar,lastRenderedState:n},r.queue=n,n=n.dispatch=Zs.bind(null,_e,n),[r.memoizedState,n]}function Ti(n,r,i,u){return n={tag:n,create:r,destroy:i,deps:u,next:null},r=_e.updateQueue,r===null?(r={lastEffect:null,stores:null},_e.updateQueue=r,r.lastEffect=n.next=n):(i=r.lastEffect,i===null?r.lastEffect=n.next=n:(u=i.next,i.next=n,n.next=u,r.lastEffect=n)),n}function xu(){return Ln().memoizedState}function Il(n,r,i,u){var f=Ae();_e.flags|=n,f.memoizedState=Ti(1|r,i,void 0,u===void 0?null:u)}function Rl(n,r,i,u){var f=Ln();u=u===void 0?null:u;var m=void 0;if(He!==null){var k=He.memoizedState;if(m=k.destroy,u!==null&&qs(u,k.deps)){f.memoizedState=Ti(r,i,m,u);return}}_e.flags|=n,f.memoizedState=Ti(1|r,i,m,u)}function Su(n,r){return Il(8390656,8,n,r)}function Qs(n,r){return Rl(2048,8,n,r)}function Eu(n,r){return Rl(4,2,n,r)}function Lu(n,r){return Rl(4,4,n,r)}function Tu(n,r){if(typeof r=="function")return n=n(),r(n),function(){r(null)};if(r!=null)return n=n(),r.current=n,function(){r.current=null}}function Iu(n,r,i){return i=i!=null?i.concat([n]):null,Rl(4,4,Tu.bind(null,r,n),i)}function _l(){}function Ii(n,r){var i=Ln();r=r===void 0?null:r;var u=i.memoizedState;return u!==null&&r!==null&&qs(r,u[1])?u[0]:(i.memoizedState=[n,r],n)}function Ru(n,r){var i=Ln();r=r===void 0?null:r;var u=i.memoizedState;return u!==null&&r!==null&&qs(r,u[1])?u[0]:(n=n(),i.memoizedState=[n,r],n)}function _u(n,r,i){return Re&21?(qr(i,r)||(i=z1(),_e.lanes|=i,ho|=i,n.baseState=!0),r):(n.baseState&&(n.baseState=!1,yr=!0),n.memoizedState=i)}function _2(n,r){var i=yt;yt=i!==0&&4>i?i:4,n(!0);var u=Bs.transition;Bs.transition={};try{n(!1),r()}finally{yt=i,Bs.transition=u}}function Nu(){return Ln().memoizedState}function p3(n,r,i){var u=an(n);if(i={lane:u,action:i,hasEagerState:!1,eagerState:null,next:null},N2(n))Nl(r,i);else if(i=u3(n,r,i,u),i!==null){var f=Bn();Wn(i,n,u,f),Uo(i,r,u)}}function Zs(n,r,i){var u=an(n),f={lane:u,action:i,hasEagerState:!1,eagerState:null,next:null};if(N2(n))Nl(r,f);else{var m=n.alternate;if(n.lanes===0&&(m===null||m.lanes===0)&&(m=r.lastRenderedReducer,m!==null))try{var k=r.lastRenderedState,R=m(k,i);if(f.hasEagerState=!0,f.eagerState=R,qr(R,k)){var A=r.interleaved;A===null?(f.next=f,nn(r)):(f.next=A.next,A.next=f),r.interleaved=f;return}}catch{}finally{}i=u3(n,r,f,u),i!==null&&(f=Bn(),Wn(i,n,u,f),Uo(i,r,u))}}function N2(n){var r=n.alternate;return n===_e||r!==null&&r===_e}function Nl(n,r){El=Pr=!0;var i=n.pending;i===null?r.next=r:(r.next=i.next,i.next=r),n.pending=r}function Uo(n,r,i){if(i&4194240){var u=r.lanes;u&=n.pendingLanes,i|=u,r.lanes=i,Cs(n,i)}}var zn={readContext:Jr,useCallback:$n,useContext:$n,useEffect:$n,useImperativeHandle:$n,useInsertionEffect:$n,useLayoutEffect:$n,useMemo:$n,useReducer:$n,useRef:$n,useState:$n,useDebugValue:$n,useDeferredValue:$n,useTransition:$n,useMutableSource:$n,useSyncExternalStore:$n,useId:$n,unstable_isNewReconciler:!1},o6={readContext:Jr,useCallback:function(n,r){return Ae().memoizedState=[n,r===void 0?null:r],n},useContext:Jr,useEffect:Su,useImperativeHandle:function(n,r,i){return i=i!=null?i.concat([n]):null,Il(4194308,4,Tu.bind(null,r,n),i)},useLayoutEffect:function(n,r){return Il(4194308,4,n,r)},useInsertionEffect:function(n,r){return Il(4,2,n,r)},useMemo:function(n,r){var i=Ae();return r=r===void 0?null:r,n=n(),i.memoizedState=[n,r],n},useReducer:function(n,r,i){var u=Ae();return r=i!==void 0?i(r):r,u.memoizedState=u.baseState=r,n={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:n,lastRenderedState:r},u.queue=n,n=n.dispatch=p3.bind(null,_e,n),[u.memoizedState,n]},useRef:function(n){var r=Ae();return n={current:n},r.memoizedState=n},useState:ku,useDebugValue:_l,useDeferredValue:function(n){return Ae().memoizedState=n},useTransition:function(){var n=ku(!1),r=n[0];return n=_2.bind(null,n[1]),Ae().memoizedState=n,[r,n]},useMutableSource:function(){},useSyncExternalStore:function(n,r,i){var u=_e,f=Ae();if(_t){if(i===void 0)throw Error(p(407));i=i()}else{if(i=r(),Dt===null)throw Error(p(349));Re&30||Tl(u,r,i)}f.memoizedState=i;var m={value:i,getSnapshot:r};return f.queue=m,Su(Cu.bind(null,u,m,n),[n]),u.flags|=2048,Ti(9,yu.bind(null,u,m,i,r),void 0,null),i},useId:function(){var n=Ae(),r=Dt.identifierPrefix;if(_t){var i=lo,u=En;i=(u&~(1<<32-Ur(u)-1)).toString(32)+i,r=":"+r+"R"+i,i=Ws++,0<i&&(r+="H"+i.toString(32)),r+=":"}else i=a6++,r=":"+r+"r"+i.toString(32)+":";return n.memoizedState=r},unstable_isNewReconciler:!1},Tt={readContext:Jr,useCallback:Ii,useContext:Jr,useEffect:Qs,useImperativeHandle:Iu,useInsertionEffect:Eu,useLayoutEffect:Lu,useMemo:Ru,useReducer:co,useRef:xu,useState:function(){return co(Ar)},useDebugValue:_l,useDeferredValue:function(n){var r=Ln();return _u(r,He.memoizedState,n)},useTransition:function(){var n=co(Ar)[0],r=Ln().memoizedState;return[n,r]},useMutableSource:Ll,useSyncExternalStore:Li,useId:Nu,unstable_isNewReconciler:!1},Pu={readContext:Jr,useCallback:Ii,useContext:Jr,useEffect:Qs,useImperativeHandle:Iu,useInsertionEffect:Eu,useLayoutEffect:Lu,useMemo:Ru,useReducer:ea,useRef:xu,useState:function(){return ea(Ar)},useDebugValue:_l,useDeferredValue:function(n){var r=Ln();return He===null?r.memoizedState=n:_u(r,He.memoizedState,n)},useTransition:function(){var n=ea(Ar)[0],r=Ln().memoizedState;return[n,r]},useMutableSource:Ll,useSyncExternalStore:Li,useId:Nu,unstable_isNewReconciler:!1};function gr(n,r){if(n&&n.defaultProps){r=ye({},r),n=n.defaultProps;for(var i in n)r[i]===void 0&&(r[i]=n[i]);return r}return r}function Ri(n,r,i,u){r=n.memoizedState,i=i(u,r),i=i==null?r:ye({},r,i),n.memoizedState=i,n.lanes===0&&(n.updateQueue.baseState=i)}var _i={isMounted:function(n){return(n=n._reactInternals)?Ma(n)===n:!1},enqueueSetState:function(n,r,i){n=n._reactInternals;var u=Bn(),f=an(n),m=vr(u,f);m.payload=r,i!=null&&(m.callback=i),r=Ho(n,m,f),r!==null&&(Wn(r,n,f,u),pu(r,n,f))},enqueueReplaceState:function(n,r,i){n=n._reactInternals;var u=Bn(),f=an(n),m=vr(u,f);m.tag=1,m.payload=r,i!=null&&(m.callback=i),r=Ho(n,m,f),r!==null&&(Wn(r,n,f,u),pu(r,n,f))},enqueueForceUpdate:function(n,r){n=n._reactInternals;var i=Bn(),u=an(n),f=vr(i,u);f.tag=2,r!=null&&(f.callback=r),r=Ho(n,f,u),r!==null&&(Wn(r,n,u,i),pu(r,n,u))}};function h3(n,r,i,u,f,m,k){return n=n.stateNode,typeof n.shouldComponentUpdate=="function"?n.shouldComponentUpdate(u,m,k):r.prototype&&r.prototype.isPureReactComponent?!_s(i,u)||!_s(f,m):!0}function m3(n,r,i){var u=!1,f=Da,m=r.contextType;return typeof m=="object"&&m!==null?m=Jr(m):(f=Pt(r)?dr:Fe.current,u=r.contextTypes,m=(u=u!=null)?Zr(n,f):Da),r=new r(i,m),n.memoizedState=r.state!==null&&r.state!==void 0?r.state:null,r.updater=_i,n.stateNode=r,r._reactInternals=n,u&&(n=n.stateNode,n.__reactInternalMemoizedUnmaskedChildContext=f,n.__reactInternalMemoizedMaskedChildContext=m),r}function v3(n,r,i,u){n=r.state,typeof r.componentWillReceiveProps=="function"&&r.componentWillReceiveProps(i,u),typeof r.UNSAFE_componentWillReceiveProps=="function"&&r.UNSAFE_componentWillReceiveProps(i,u),r.state!==n&&_i.enqueueReplaceState(r,r.state,null)}function P2(n,r,i,u){var f=n.stateNode;f.props=i,f.state=n.memoizedState,f.refs={},fu(n);var m=r.contextType;typeof m=="object"&&m!==null?f.context=Jr(m):(m=Pt(r)?dr:Fe.current,f.context=Zr(n,m)),f.state=n.memoizedState,m=r.getDerivedStateFromProps,typeof m=="function"&&(Ri(n,r,m,i),f.state=n.memoizedState),typeof r.getDerivedStateFromProps=="function"||typeof f.getSnapshotBeforeUpdate=="function"||typeof f.UNSAFE_componentWillMount!="function"&&typeof f.componentWillMount!="function"||(r=f.state,typeof f.componentWillMount=="function"&&f.componentWillMount(),typeof f.UNSAFE_componentWillMount=="function"&&f.UNSAFE_componentWillMount(),r!==f.state&&_i.enqueueReplaceState(f,f.state,null),hu(n,i,f,u),f.state=n.memoizedState),typeof f.componentDidMount=="function"&&(n.flags|=4194308)}function Bo(n,r){try{var i="",u=r;do i+=Mt(u),u=u.return;while(u);var f=i}catch(m){f=`
|
|
49
|
-
Error generating stack: `+
|
|
50
|
-
`+m.stack}return{value:n,source:r,stack:f,digest:null}}function A2(n,r,i){return{value:n,source:null,stack:i??null,digest:r??null}}function Ks(n,r){try{console.error(r.value)}catch(i){setTimeout(function(){throw i})}}var g3=typeof WeakMap=="function"?WeakMap:Map;function y3(n,r,i){i=vr(-1,i),i.tag=3,i.payload={element:null};var u=r.value;return i.callback=function(){Fu||(Fu=!0,Mi=u),Ks(n,r)},i}function C3(n,r,i){i=vr(-1,i),i.tag=3;var u=n.type.getDerivedStateFromError;if(typeof u=="function"){var f=r.value;i.payload=function(){return u(f)},i.callback=function(){Ks(n,r)}}var m=n.stateNode;return m!==null&&typeof m.componentDidCatch=="function"&&(i.callback=function(){Ks(n,r),typeof u!="function"&&(Fa===null?Fa=new Set([this]):Fa.add(this));var k=r.stack;this.componentDidCatch(r.value,{componentStack:k!==null?k:""})}),i}function Ys(n,r,i){var u=n.pingCache;if(u===null){u=n.pingCache=new g3;var f=new Set;u.set(r,f)}else f=u.get(r),f===void 0&&(f=new Set,u.set(r,f));f.has(i)||(f.add(i),n=d6.bind(null,n,r,i),r.then(n,n))}function b3(n){do{var r;if((r=n.tag===13)&&(r=n.memoizedState,r=r!==null?r.dehydrated!==null:!0),r)return n;n=n.return}while(n!==null);return null}function j2(n,r,i,u,f){return n.mode&1?(n.flags|=65536,n.lanes=f,n):(n===r?n.flags|=65536:(n.flags|=128,i.flags|=131072,i.flags&=-52805,i.tag===1&&(i.alternate===null?i.tag=17:(r=vr(-1,1),r.tag=2,Ho(i,r,1))),i.lanes|=1),n)}var w3=ce.ReactCurrentOwner,yr=!1;function Qt(n,r,i,u){r.child=n===null?s3(r,null,i,u):bl(r,n.child,i,u)}function Pl(n,r,i,u,f){i=i.render;var m=r.ref;return wl(r,f),u=te(n,r,i,u,m,f),i=rn(),n!==null&&!yr?(r.updateQueue=n.updateQueue,r.flags&=-2053,n.lanes&=~f,Tn(n,r,f)):(_t&&i&&iu(r),r.flags|=1,Qt(n,r,u,f),r.child)}function Wo(n,r,i,u,f){if(n===null){var m=i.type;return typeof m=="function"&&!X2(m)&&m.defaultProps===void 0&&i.compare===null&&i.defaultProps===void 0?(r.tag=15,r.type=m,Au(n,r,m,u,f)):(n=Qu(i.type,null,u,r,r.mode,f),n.ref=r.ref,n.return=r,r.child=n)}if(m=n.child,!(n.lanes&f)){var k=m.memoizedProps;if(i=i.compare,i=i!==null?i:_s,i(k,u)&&n.ref===r.ref)return Tn(n,r,f)}return r.flags|=1,n=Ko(m,u),n.ref=r.ref,n.return=r,r.child=n}function Au(n,r,i,u,f){if(n!==null){var m=n.memoizedProps;if(_s(m,u)&&n.ref===r.ref)if(yr=!1,r.pendingProps=u=m,(n.lanes&f)!==0)n.flags&131072&&(yr=!0);else return r.lanes=n.lanes,Tn(n,r,f)}return Ze(n,r,i,u,f)}function Cr(n,r,i){var u=r.pendingProps,f=u.children,m=n!==null?n.memoizedState:null;if(u.mode==="hidden")if(!(r.mode&1))r.memoizedState={baseLanes:0,cachePool:null,transitions:null},mt(Vl,jr),jr|=i;else{if(!(i&1073741824))return n=m!==null?m.baseLanes|i:i,r.lanes=r.childLanes=1073741824,r.memoizedState={baseLanes:n,cachePool:null,transitions:null},r.updateQueue=null,mt(Vl,jr),jr|=n,null;r.memoizedState={baseLanes:0,cachePool:null,transitions:null},u=m!==null?m.baseLanes:i,mt(Vl,jr),jr|=u}else m!==null?(u=m.baseLanes|i,r.memoizedState=null):u=i,mt(Vl,jr),jr|=u;return Qt(n,r,f,i),r.child}function Ni(n,r){var i=r.ref;(n===null&&i!==null||n!==null&&n.ref!==i)&&(r.flags|=512,r.flags|=2097152)}function Ze(n,r,i,u,f){var m=Pt(i)?dr:Fe.current;return m=Zr(r,m),wl(r,f),i=te(n,r,i,u,m,f),u=rn(),n!==null&&!yr?(r.updateQueue=n.updateQueue,r.flags&=-2053,n.lanes&=~f,Tn(n,r,f)):(_t&&u&&iu(r),r.flags|=1,Qt(n,r,i,f),r.child)}function Gs(n,r,i,u,f){if(Pt(i)){var m=!0;ou(r)}else m=!1;if(wl(r,f),r.stateNode===null)Fn(n,r),m3(r,i,u),P2(r,i,u,f),u=!0;else if(n===null){var k=r.stateNode,R=r.memoizedProps;k.props=R;var A=k.context,q=i.contextType;typeof q=="object"&&q!==null?q=Jr(q):(q=Pt(i)?dr:Fe.current,q=Zr(r,q));var ne=i.getDerivedStateFromProps,ie=typeof ne=="function"||typeof k.getSnapshotBeforeUpdate=="function";ie||typeof k.UNSAFE_componentWillReceiveProps!="function"&&typeof k.componentWillReceiveProps!="function"||(R!==u||A!==q)&&v3(r,k,u,q),Fo=!1;var re=r.memoizedState;k.state=re,hu(r,u,k,f),A=r.memoizedState,R!==u||re!==A||Ht.current||Fo?(typeof ne=="function"&&(Ri(r,i,ne,u),A=r.memoizedState),(R=Fo||h3(r,i,R,u,re,A,q))?(ie||typeof k.UNSAFE_componentWillMount!="function"&&typeof k.componentWillMount!="function"||(typeof k.componentWillMount=="function"&&k.componentWillMount(),typeof k.UNSAFE_componentWillMount=="function"&&k.UNSAFE_componentWillMount()),typeof k.componentDidMount=="function"&&(r.flags|=4194308)):(typeof k.componentDidMount=="function"&&(r.flags|=4194308),r.memoizedProps=u,r.memoizedState=A),k.props=u,k.state=A,k.context=q,u=R):(typeof k.componentDidMount=="function"&&(r.flags|=4194308),u=!1)}else{k=r.stateNode,kl(n,r),R=r.memoizedProps,q=r.type===r.elementType?R:gr(r.type,R),k.props=q,ie=r.pendingProps,re=k.context,A=i.contextType,typeof A=="object"&&A!==null?A=Jr(A):(A=Pt(i)?dr:Fe.current,A=Zr(r,A));var Ce=i.getDerivedStateFromProps;(ne=typeof Ce=="function"||typeof k.getSnapshotBeforeUpdate=="function")||typeof k.UNSAFE_componentWillReceiveProps!="function"&&typeof k.componentWillReceiveProps!="function"||(R!==ie||re!==A)&&v3(r,k,u,A),Fo=!1,re=r.memoizedState,k.state=re,hu(r,u,k,f);var Ee=r.memoizedState;R!==ie||re!==Ee||Ht.current||Fo?(typeof Ce=="function"&&(Ri(r,i,Ce,u),Ee=r.memoizedState),(q=Fo||h3(r,i,q,u,re,Ee,A)||!1)?(ne||typeof k.UNSAFE_componentWillUpdate!="function"&&typeof k.componentWillUpdate!="function"||(typeof k.componentWillUpdate=="function"&&k.componentWillUpdate(u,Ee,A),typeof k.UNSAFE_componentWillUpdate=="function"&&k.UNSAFE_componentWillUpdate(u,Ee,A)),typeof k.componentDidUpdate=="function"&&(r.flags|=4),typeof k.getSnapshotBeforeUpdate=="function"&&(r.flags|=1024)):(typeof k.componentDidUpdate!="function"||R===n.memoizedProps&&re===n.memoizedState||(r.flags|=4),typeof k.getSnapshotBeforeUpdate!="function"||R===n.memoizedProps&&re===n.memoizedState||(r.flags|=1024),r.memoizedProps=u,r.memoizedState=Ee),k.props=u,k.state=Ee,k.context=A,u=q):(typeof k.componentDidUpdate!="function"||R===n.memoizedProps&&re===n.memoizedState||(r.flags|=4),typeof k.getSnapshotBeforeUpdate!="function"||R===n.memoizedProps&&re===n.memoizedState||(r.flags|=1024),u=!1)}return ju(n,r,i,u,m,f)}function ju(n,r,i,u,f,m){Ni(n,r);var k=(r.flags&128)!==0;if(!u&&!k)return f&&r3(r,i,!1),Tn(n,r,m);u=r.stateNode,w3.current=r;var R=k&&typeof i.getDerivedStateFromError!="function"?null:u.render();return r.flags|=1,n!==null&&k?(r.child=bl(r,n.child,null,m),r.child=bl(r,null,R,m)):Qt(n,r,R,m),r.memoizedState=u.state,f&&r3(r,i,!0),r.child}function k3(n){var r=n.stateNode;r.pendingContext?$o(n,r.pendingContext,r.pendingContext!==r.context):r.context&&$o(n,r.context,!1),T2(n,r.containerInfo)}function Mu(n,r,i,u,f){return Ot(),S2(f),r.flags|=256,Qt(n,r,i,u),r.child}var Pi={dehydrated:null,treeContext:null,retryLane:0};function M2(n){return{baseLanes:n,cachePool:null,transitions:null}}function O2(n,r,i){var u=r.pendingProps,f=At.current,m=!1,k=(r.flags&128)!==0,R;if((R=k)||(R=n!==null&&n.memoizedState===null?!1:(f&2)!==0),R?(m=!0,r.flags&=-129):(n===null||n.memoizedState!==null)&&(f|=1),mt(At,f&1),n===null)return su(r),n=r.memoizedState,n!==null&&(n=n.dehydrated,n!==null)?(r.mode&1?n.data==="$!"?r.lanes=8:r.lanes=1073741824:r.lanes=1,null):(k=u.children,n=u.fallback,m?(u=r.mode,m=r.child,k={mode:"hidden",children:k},!(u&1)&&m!==null?(m.childLanes=0,m.pendingProps=k):m=i1(k,u,0,null),n=zi(n,u,i,null),m.return=r,n.return=r,m.sibling=n,r.child=m,r.child.memoizedState=M2(i),r.memoizedState=Pi,n):D2(r,k));if(f=n.memoizedState,f!==null&&(R=f.dehydrated,R!==null))return i6(n,r,k,u,R,f,i);if(m){m=u.fallback,k=r.mode,f=n.child,R=f.sibling;var A={mode:"hidden",children:u.children};return!(k&1)&&r.child!==f?(u=r.child,u.childLanes=0,u.pendingProps=A,r.deletions=null):(u=Ko(f,A),u.subtreeFlags=f.subtreeFlags&14680064),R!==null?m=Ko(R,m):(m=zi(m,k,i,null),m.flags|=2),m.return=r,u.return=r,u.sibling=m,r.child=u,u=m,m=r.child,k=n.child.memoizedState,k=k===null?M2(i):{baseLanes:k.baseLanes|i,cachePool:null,transitions:k.transitions},m.memoizedState=k,m.childLanes=n.childLanes&~i,r.memoizedState=Pi,u}return m=n.child,n=m.sibling,u=Ko(m,{mode:"visible",children:u.children}),!(r.mode&1)&&(u.lanes=i),u.return=r,u.sibling=null,n!==null&&(i=r.deletions,i===null?(r.deletions=[n],r.flags|=16):i.push(n)),r.child=u,r.memoizedState=null,u}function D2(n,r){return r=i1({mode:"visible",children:r},n.mode,0,null),r.return=n,n.child=r}function Al(n,r,i,u){return u!==null&&S2(u),bl(r,n.child,null,i),n=D2(r,r.pendingProps.children),n.flags|=2,r.memoizedState=null,n}function i6(n,r,i,u,f,m,k){if(i)return r.flags&256?(r.flags&=-257,u=A2(Error(p(422))),Al(n,r,k,u)):r.memoizedState!==null?(r.child=n.child,r.flags|=128,null):(m=u.fallback,f=r.mode,u=i1({mode:"visible",children:u.children},f,0,null),m=zi(m,f,k,null),m.flags|=2,u.return=r,m.return=r,u.sibling=m,r.child=u,r.mode&1&&bl(r,n.child,null,k),r.child.memoizedState=M2(k),r.memoizedState=Pi,m);if(!(r.mode&1))return Al(n,r,k,null);if(f.data==="$!"){if(u=f.nextSibling&&f.nextSibling.dataset,u)var R=u.dgst;return u=R,m=Error(p(419)),u=A2(m,u,void 0),Al(n,r,k,u)}if(R=(k&n.childLanes)!==0,yr||R){if(u=Dt,u!==null){switch(k&-k){case 4:f=2;break;case 16:f=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:f=32;break;case 536870912:f=268435456;break;default:f=0}f=f&(u.suspendedLanes|k)?0:f,f!==0&&f!==m.retryLane&&(m.retryLane=f,uo(n,f),Wn(u,n,f,-1))}return K2(),u=A2(Error(p(421))),Al(n,r,k,u)}return f.data==="$?"?(r.flags|=128,r.child=n.child,r=f6.bind(null,n),f._reactRetry=r,null):(n=m.treeContext,mr=xa(f.nextSibling),_r=r,_t=!0,Gr=null,n!==null&&(hr[Vn++]=En,hr[Vn++]=lo,hr[Vn++]=Yr,En=n.id,lo=n.overflow,Yr=r),r=D2(r,u.children),r.flags|=4096,r)}function V2(n,r,i){n.lanes|=r;var u=n.alternate;u!==null&&(u.lanes|=r),L2(n.return,r,i)}function Ou(n,r,i,u,f){var m=n.memoizedState;m===null?n.memoizedState={isBackwards:r,rendering:null,renderingStartTime:0,last:u,tail:i,tailMode:f}:(m.isBackwards=r,m.rendering=null,m.renderingStartTime=0,m.last=u,m.tail=i,m.tailMode=f)}function $2(n,r,i){var u=r.pendingProps,f=u.revealOrder,m=u.tail;if(Qt(n,r,u.children,i),u=At.current,u&2)u=u&1|2,r.flags|=128;else{if(n!==null&&n.flags&128)e:for(n=r.child;n!==null;){if(n.tag===13)n.memoizedState!==null&&V2(n,i,r);else if(n.tag===19)V2(n,i,r);else if(n.child!==null){n.child.return=n,n=n.child;continue}if(n===r)break e;for(;n.sibling===null;){if(n.return===null||n.return===r)break e;n=n.return}n.sibling.return=n.return,n=n.sibling}u&=1}if(mt(At,u),!(r.mode&1))r.memoizedState=null;else switch(f){case"forwards":for(i=r.child,f=null;i!==null;)n=i.alternate,n!==null&&mu(n)===null&&(f=i),i=i.sibling;i=f,i===null?(f=r.child,r.child=null):(f=i.sibling,i.sibling=null),Ou(r,!1,f,i,m);break;case"backwards":for(i=null,f=r.child,r.child=null;f!==null;){if(n=f.alternate,n!==null&&mu(n)===null){r.child=f;break}n=f.sibling,f.sibling=i,i=f,f=n}Ou(r,!0,i,null,m);break;case"together":Ou(r,!1,null,null,void 0);break;default:r.memoizedState=null}return r.child}function Fn(n,r){!(r.mode&1)&&n!==null&&(n.alternate=null,r.alternate=null,r.flags|=2)}function Tn(n,r,i){if(n!==null&&(r.dependencies=n.dependencies),ho|=r.lanes,!(i&r.childLanes))return null;if(n!==null&&r.child!==n.child)throw Error(p(153));if(r.child!==null){for(n=r.child,i=Ko(n,n.pendingProps),r.child=i,i.return=r;n.sibling!==null;)n=n.sibling,i=i.sibling=Ko(n,n.pendingProps),i.return=r;i.sibling=null}return r.child}function fo(n,r,i){switch(r.tag){case 3:k3(r),Ot();break;case 5:f3(r);break;case 1:Pt(r.type)&&ou(r);break;case 4:T2(r,r.stateNode.containerInfo);break;case 10:var u=r.type._context,f=r.memoizedProps.value;mt(so,u._currentValue),u._currentValue=f;break;case 13:if(u=r.memoizedState,u!==null)return u.dehydrated!==null?(mt(At,At.current&1),r.flags|=128,null):i&r.child.childLanes?O2(n,r,i):(mt(At,At.current&1),n=Tn(n,r,i),n!==null?n.sibling:null);mt(At,At.current&1);break;case 19:if(u=(i&r.childLanes)!==0,n.flags&128){if(u)return $2(n,r,i);r.flags|=128}if(f=r.memoizedState,f!==null&&(f.rendering=null,f.tail=null,f.lastEffect=null),mt(At,At.current),u)break;return null;case 22:case 23:return r.lanes=0,Cr(n,r,i)}return Tn(n,r,i)}var Xs,Ai,ta,pn;Xs=function(n,r){for(var i=r.child;i!==null;){if(i.tag===5||i.tag===6)n.appendChild(i.stateNode);else if(i.tag!==4&&i.child!==null){i.child.return=i,i=i.child;continue}if(i===r)break;for(;i.sibling===null;){if(i.return===null||i.return===r)return;i=i.return}i.sibling.return=i.return,i=i.sibling}},Ai=function(){},ta=function(n,r,i,u){var f=n.memoizedProps;if(f!==u){n=r.stateNode,Ei(Sa.current);var m=null;switch(i){case"input":f=On(n,f),u=On(n,u),m=[];break;case"select":f=ye({},f,{value:void 0}),u=ye({},u,{value:void 0}),m=[];break;case"textarea":f=Ga(n,f),u=Ga(n,u),m=[];break;default:typeof f.onClick!="function"&&typeof u.onClick=="function"&&(n.onclick=au)}cn(i,u);var k;i=null;for(q in f)if(!u.hasOwnProperty(q)&&f.hasOwnProperty(q)&&f[q]!=null)if(q==="style"){var R=f[q];for(k in R)R.hasOwnProperty(k)&&(i||(i={}),i[k]="")}else q!=="dangerouslySetInnerHTML"&&q!=="children"&&q!=="suppressContentEditableWarning"&&q!=="suppressHydrationWarning"&&q!=="autoFocus"&&(b.hasOwnProperty(q)?m||(m=[]):(m=m||[]).push(q,null));for(q in u){var A=u[q];if(R=f!=null?f[q]:void 0,u.hasOwnProperty(q)&&A!==R&&(A!=null||R!=null))if(q==="style")if(R){for(k in R)!R.hasOwnProperty(k)||A&&A.hasOwnProperty(k)||(i||(i={}),i[k]="");for(k in A)A.hasOwnProperty(k)&&R[k]!==A[k]&&(i||(i={}),i[k]=A[k])}else i||(m||(m=[]),m.push(q,i)),i=A;else q==="dangerouslySetInnerHTML"?(A=A?A.__html:void 0,R=R?R.__html:void 0,A!=null&&R!==A&&(m=m||[]).push(q,A)):q==="children"?typeof A!="string"&&typeof A!="number"||(m=m||[]).push(q,""+A):q!=="suppressContentEditableWarning"&&q!=="suppressHydrationWarning"&&(b.hasOwnProperty(q)?(A!=null&&q==="onScroll"&&Et("scroll",n),m||R===A||(m=[])):(m=m||[]).push(q,A))}i&&(m=m||[]).push("style",i);var q=m;(r.updateQueue=q)&&(r.flags|=4)}},pn=function(n,r,i,u){i!==u&&(r.flags|=4)};function Js(n,r){if(!_t)switch(n.tailMode){case"hidden":r=n.tail;for(var i=null;r!==null;)r.alternate!==null&&(i=r),r=r.sibling;i===null?n.tail=null:i.sibling=null;break;case"collapsed":i=n.tail;for(var u=null;i!==null;)i.alternate!==null&&(u=i),i=i.sibling;u===null?r||n.tail===null?n.tail=null:n.tail.sibling=null:u.sibling=null}}function Hn(n){var r=n.alternate!==null&&n.alternate.child===n.child,i=0,u=0;if(r)for(var f=n.child;f!==null;)i|=f.lanes|f.childLanes,u|=f.subtreeFlags&14680064,u|=f.flags&14680064,f.return=n,f=f.sibling;else for(f=n.child;f!==null;)i|=f.lanes|f.childLanes,u|=f.subtreeFlags,u|=f.flags,f.return=n,f=f.sibling;return n.subtreeFlags|=u,n.childLanes=i,r}function l6(n,r,i){var u=r.pendingProps;switch(k2(r),r.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Hn(r),null;case 1:return Pt(r.type)&&Kr(),Hn(r),null;case 3:return u=r.stateNode,Sl(),pt(Ht),pt(Fe),R2(),u.pendingContext&&(u.context=u.pendingContext,u.pendingContext=null),(n===null||n.child===null)&&(uu(r)?r.flags|=4:n===null||n.memoizedState.isDehydrated&&!(r.flags&256)||(r.flags|=1024,Gr!==null&&(o1(Gr),Gr=null))),Ai(n,r),Hn(r),null;case 5:I2(r);var f=Ei(Us.current);if(i=r.type,n!==null&&r.stateNode!=null)ta(n,r,i,u,f),n.ref!==r.ref&&(r.flags|=512,r.flags|=2097152);else{if(!u){if(r.stateNode===null)throw Error(p(166));return Hn(r),null}if(n=Ei(Sa.current),uu(r)){u=r.stateNode,i=r.type;var m=r.memoizedProps;switch(u[Oa]=r,u[wi]=m,n=(r.mode&1)!==0,i){case"dialog":Et("cancel",u),Et("close",u);break;case"iframe":case"object":case"embed":Et("load",u);break;case"video":case"audio":for(f=0;f<js.length;f++)Et(js[f],u);break;case"source":Et("error",u);break;case"img":case"image":case"link":Et("error",u),Et("load",u);break;case"details":Et("toggle",u);break;case"input":Er(u,m),Et("invalid",u);break;case"select":u._wrapperState={wasMultiple:!!m.multiple},Et("invalid",u);break;case"textarea":Ro(u,m),Et("invalid",u)}cn(i,m),f=null;for(var k in m)if(m.hasOwnProperty(k)){var R=m[k];k==="children"?typeof R=="string"?u.textContent!==R&&(m.suppressHydrationWarning!==!0&&ru(u.textContent,R,n),f=["children",R]):typeof R=="number"&&u.textContent!==""+R&&(m.suppressHydrationWarning!==!0&&ru(u.textContent,R,n),f=["children",""+R]):b.hasOwnProperty(k)&&R!=null&&k==="onScroll"&&Et("scroll",u)}switch(i){case"input":lr(u),sr(u,m,!0);break;case"textarea":lr(u),Fr(u);break;case"select":case"option":break;default:typeof m.onClick=="function"&&(u.onclick=au)}u=f,r.updateQueue=u,u!==null&&(r.flags|=4)}else{k=f.nodeType===9?f:f.ownerDocument,n==="http://www.w3.org/1999/xhtml"&&(n=_o(i)),n==="http://www.w3.org/1999/xhtml"?i==="script"?(n=k.createElement("div"),n.innerHTML="<script><\/script>",n=n.removeChild(n.firstChild)):typeof u.is=="string"?n=k.createElement(i,{is:u.is}):(n=k.createElement(i),i==="select"&&(k=n,u.multiple?k.multiple=!0:u.size&&(k.size=u.size))):n=k.createElementNS(n,i),n[Oa]=r,n[wi]=u,Xs(n,r,!1,!1),r.stateNode=n;e:{switch(k=va(i,u),i){case"dialog":Et("cancel",n),Et("close",n),f=u;break;case"iframe":case"object":case"embed":Et("load",n),f=u;break;case"video":case"audio":for(f=0;f<js.length;f++)Et(js[f],n);f=u;break;case"source":Et("error",n),f=u;break;case"img":case"image":case"link":Et("error",n),Et("load",n),f=u;break;case"details":Et("toggle",n),f=u;break;case"input":Er(n,u),f=On(n,u),Et("invalid",n);break;case"option":f=u;break;case"select":n._wrapperState={wasMultiple:!!u.multiple},f=ye({},u,{value:void 0}),Et("invalid",n);break;case"textarea":Ro(n,u),f=Ga(n,u),Et("invalid",n);break;default:f=u}cn(i,f),R=f;for(m in R)if(R.hasOwnProperty(m)){var A=R[m];m==="style"?$t(n,A):m==="dangerouslySetInnerHTML"?(A=A?A.__html:void 0,A!=null&&ps(n,A)):m==="children"?typeof A=="string"?(i!=="textarea"||A!=="")&&ve(n,A):typeof A=="number"&&ve(n,""+A):m!=="suppressContentEditableWarning"&&m!=="suppressHydrationWarning"&&m!=="autoFocus"&&(b.hasOwnProperty(m)?A!=null&&m==="onScroll"&&Et("scroll",n):A!=null&&se(n,m,A,k))}switch(i){case"input":lr(n),sr(n,u,!1);break;case"textarea":lr(n),Fr(n);break;case"option":u.value!=null&&n.setAttribute("value",""+un(u.value));break;case"select":n.multiple=!!u.multiple,m=u.value,m!=null?Aa(n,!!u.multiple,m,!1):u.defaultValue!=null&&Aa(n,!!u.multiple,u.defaultValue,!0);break;default:typeof f.onClick=="function"&&(n.onclick=au)}switch(i){case"button":case"input":case"select":case"textarea":u=!!u.autoFocus;break e;case"img":u=!0;break e;default:u=!1}}u&&(r.flags|=4)}r.ref!==null&&(r.flags|=512,r.flags|=2097152)}return Hn(r),null;case 6:if(n&&r.stateNode!=null)pn(n,r,n.memoizedProps,u);else{if(typeof u!="string"&&r.stateNode===null)throw Error(p(166));if(i=Ei(Us.current),Ei(Sa.current),uu(r)){if(u=r.stateNode,i=r.memoizedProps,u[Oa]=r,(m=u.nodeValue!==i)&&(n=_r,n!==null))switch(n.tag){case 3:ru(u.nodeValue,i,(n.mode&1)!==0);break;case 5:n.memoizedProps.suppressHydrationWarning!==!0&&ru(u.nodeValue,i,(n.mode&1)!==0)}m&&(r.flags|=4)}else u=(i.nodeType===9?i:i.ownerDocument).createTextNode(u),u[Oa]=r,r.stateNode=u}return Hn(r),null;case 13:if(pt(At),u=r.memoizedState,n===null||n.memoizedState!==null&&n.memoizedState.dehydrated!==null){if(_t&&mr!==null&&r.mode&1&&!(r.flags&128))i3(),Ot(),r.flags|=98560,m=!1;else if(m=uu(r),u!==null&&u.dehydrated!==null){if(n===null){if(!m)throw Error(p(318));if(m=r.memoizedState,m=m!==null?m.dehydrated:null,!m)throw Error(p(317));m[Oa]=r}else Ot(),!(r.flags&128)&&(r.memoizedState=null),r.flags|=4;Hn(r),m=!1}else Gr!==null&&(o1(Gr),Gr=null),m=!0;if(!m)return r.flags&65536?r:null}return r.flags&128?(r.lanes=i,r):(u=u!==null,u!==(n!==null&&n.memoizedState!==null)&&u&&(r.child.flags|=8192,r.mode&1&&(n===null||At.current&1?mn===0&&(mn=3):K2())),r.updateQueue!==null&&(r.flags|=4),Hn(r),null);case 4:return Sl(),Ai(n,r),n===null&&gl(r.stateNode.containerInfo),Hn(r),null;case 10:return E2(r.type._context),Hn(r),null;case 17:return Pt(r.type)&&Kr(),Hn(r),null;case 19:if(pt(At),m=r.memoizedState,m===null)return Hn(r),null;if(u=(r.flags&128)!==0,k=m.rendering,k===null)if(u)Js(m,!1);else{if(mn!==0||n!==null&&n.flags&128)for(n=r.child;n!==null;){if(k=mu(n),k!==null){for(r.flags|=128,Js(m,!1),u=k.updateQueue,u!==null&&(r.updateQueue=u,r.flags|=4),r.subtreeFlags=0,u=i,i=r.child;i!==null;)m=i,n=u,m.flags&=14680066,k=m.alternate,k===null?(m.childLanes=0,m.lanes=n,m.child=null,m.subtreeFlags=0,m.memoizedProps=null,m.memoizedState=null,m.updateQueue=null,m.dependencies=null,m.stateNode=null):(m.childLanes=k.childLanes,m.lanes=k.lanes,m.child=k.child,m.subtreeFlags=0,m.deletions=null,m.memoizedProps=k.memoizedProps,m.memoizedState=k.memoizedState,m.updateQueue=k.updateQueue,m.type=k.type,n=k.dependencies,m.dependencies=n===null?null:{lanes:n.lanes,firstContext:n.firstContext}),i=i.sibling;return mt(At,At.current&1|2),r.child}n=n.sibling}m.tail!==null&&Ft()>zl&&(r.flags|=128,u=!0,Js(m,!1),r.lanes=4194304)}else{if(!u)if(n=mu(k),n!==null){if(r.flags|=128,u=!0,i=n.updateQueue,i!==null&&(r.updateQueue=i,r.flags|=4),Js(m,!0),m.tail===null&&m.tailMode==="hidden"&&!k.alternate&&!_t)return Hn(r),null}else 2*Ft()-m.renderingStartTime>zl&&i!==1073741824&&(r.flags|=128,u=!0,Js(m,!1),r.lanes=4194304);m.isBackwards?(k.sibling=r.child,r.child=k):(i=m.last,i!==null?i.sibling=k:r.child=k,m.last=k)}return m.tail!==null?(r=m.tail,m.rendering=r,m.tail=r.sibling,m.renderingStartTime=Ft(),r.sibling=null,i=At.current,mt(At,u?i&1|2:i&1),r):(Hn(r),null);case 22:case 23:return Z2(),u=r.memoizedState!==null,n!==null&&n.memoizedState!==null!==u&&(r.flags|=8192),u&&r.mode&1?jr&1073741824&&(Hn(r),r.subtreeFlags&6&&(r.flags|=8192)):Hn(r),null;case 24:return null;case 25:return null}throw Error(p(156,r.tag))}function z2(n,r){switch(k2(r),r.tag){case 1:return Pt(r.type)&&Kr(),n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 3:return Sl(),pt(Ht),pt(Fe),R2(),n=r.flags,n&65536&&!(n&128)?(r.flags=n&-65537|128,r):null;case 5:return I2(r),null;case 13:if(pt(At),n=r.memoizedState,n!==null&&n.dehydrated!==null){if(r.alternate===null)throw Error(p(340));Ot()}return n=r.flags,n&65536?(r.flags=n&-65537|128,r):null;case 19:return pt(At),null;case 4:return Sl(),null;case 10:return E2(r.type._context),null;case 22:case 23:return Z2(),null;case 24:return null;default:return null}}var e1=!1,hn=!1,x3=typeof WeakSet=="function"?WeakSet:Set,Se=null;function jl(n,r){var i=n.ref;if(i!==null)if(typeof i=="function")try{i(null)}catch(u){Bt(n,r,u)}else i.current=null}function Du(n,r,i){try{i()}catch(u){Bt(n,r,u)}}var S3=!1;function E3(n,r){if(h2=hi,n=X1(),ro(n)){if("selectionStart"in n)var i={start:n.selectionStart,end:n.selectionEnd};else e:{i=(i=n.ownerDocument)&&i.defaultView||window;var u=i.getSelection&&i.getSelection();if(u&&u.rangeCount!==0){i=u.anchorNode;var f=u.anchorOffset,m=u.focusNode;u=u.focusOffset;try{i.nodeType,m.nodeType}catch{i=null;break e}var k=0,R=-1,A=-1,q=0,ne=0,ie=n,re=null;t:for(;;){for(var Ce;ie!==i||f!==0&&ie.nodeType!==3||(R=k+f),ie!==m||u!==0&&ie.nodeType!==3||(A=k+u),ie.nodeType===3&&(k+=ie.nodeValue.length),(Ce=ie.firstChild)!==null;)re=ie,ie=Ce;for(;;){if(ie===n)break t;if(re===i&&++q===f&&(R=k),re===m&&++ne===u&&(A=k),(Ce=ie.nextSibling)!==null)break;ie=re,re=ie.parentNode}ie=Ce}i=R===-1||A===-1?null:{start:R,end:A}}else i=null}i=i||{start:0,end:0}}else i=null;for(Ci={focusedElem:n,selectionRange:i},hi=!1,Se=r;Se!==null;)if(r=Se,n=r.child,(r.subtreeFlags&1028)!==0&&n!==null)n.return=r,Se=n;else for(;Se!==null;){r=Se;try{var Ee=r.alternate;if(r.flags&1024)switch(r.tag){case 0:case 11:case 15:break;case 1:if(Ee!==null){var Ie=Ee.memoizedProps,Zt=Ee.memoizedState,z=r.stateNode,O=z.getSnapshotBeforeUpdate(r.elementType===r.type?Ie:gr(r.type,Ie),Zt);z.__reactInternalSnapshotBeforeUpdate=O}break;case 3:var B=r.stateNode.containerInfo;B.nodeType===1?B.textContent="":B.nodeType===9&&B.documentElement&&B.removeChild(B.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(p(163))}}catch(ue){Bt(r,r.return,ue)}if(n=r.sibling,n!==null){n.return=r.return,Se=n;break}Se=r.return}return Ee=S3,S3=!1,Ee}function t1(n,r,i){var u=r.updateQueue;if(u=u!==null?u.lastEffect:null,u!==null){var f=u=u.next;do{if((f.tag&n)===n){var m=f.destroy;f.destroy=void 0,m!==void 0&&Du(r,i,m)}f=f.next}while(f!==u)}}function n1(n,r){if(r=r.updateQueue,r=r!==null?r.lastEffect:null,r!==null){var i=r=r.next;do{if((i.tag&n)===n){var u=i.create;i.destroy=u()}i=i.next}while(i!==r)}}function F2(n){var r=n.ref;if(r!==null){var i=n.stateNode;switch(n.tag){case 5:n=i;break;default:n=i}typeof r=="function"?r(n):r.current=n}}function H2(n){var r=n.alternate;r!==null&&(n.alternate=null,H2(r)),n.child=null,n.deletions=null,n.sibling=null,n.tag===5&&(r=n.stateNode,r!==null&&(delete r[Oa],delete r[wi],delete r[g2],delete r[r6],delete r[y2])),n.stateNode=null,n.return=null,n.dependencies=null,n.memoizedProps=null,n.memoizedState=null,n.pendingProps=null,n.stateNode=null,n.updateQueue=null}function L3(n){return n.tag===5||n.tag===3||n.tag===4}function Vu(n){e:for(;;){for(;n.sibling===null;){if(n.return===null||L3(n.return))return null;n=n.return}for(n.sibling.return=n.return,n=n.sibling;n.tag!==5&&n.tag!==6&&n.tag!==18;){if(n.flags&2||n.child===null||n.tag===4)continue e;n.child.return=n,n=n.child}if(!(n.flags&2))return n.stateNode}}function Ml(n,r,i){var u=n.tag;if(u===5||u===6)n=n.stateNode,r?i.nodeType===8?i.parentNode.insertBefore(n,r):i.insertBefore(n,r):(i.nodeType===8?(r=i.parentNode,r.insertBefore(n,i)):(r=i,r.appendChild(n)),i=i._reactRootContainer,i!=null||r.onclick!==null||(r.onclick=au));else if(u!==4&&(n=n.child,n!==null))for(Ml(n,r,i),n=n.sibling;n!==null;)Ml(n,r,i),n=n.sibling}function $a(n,r,i){var u=n.tag;if(u===5||u===6)n=n.stateNode,r?i.insertBefore(n,r):i.appendChild(n);else if(u!==4&&(n=n.child,n!==null))for($a(n,r,i),n=n.sibling;n!==null;)$a(n,r,i),n=n.sibling}var jt=null,wn=!1;function na(n,r,i){for(i=i.child;i!==null;)Ol(n,r,i),i=i.sibling}function Ol(n,r,i){if(ya&&typeof ya.onCommitFiberUnmount=="function")try{ya.onCommitFiberUnmount(ys,i)}catch{}switch(i.tag){case 5:hn||jl(i,r);case 6:var u=jt,f=wn;jt=null,na(n,r,i),jt=u,wn=f,jt!==null&&(wn?(n=jt,i=i.stateNode,n.nodeType===8?n.parentNode.removeChild(i):n.removeChild(i)):jt.removeChild(i.stateNode));break;case 18:jt!==null&&(wn?(n=jt,i=i.stateNode,n.nodeType===8?Oo(n.parentNode,i):n.nodeType===1&&Oo(n,i),xs(n)):Oo(jt,i.stateNode));break;case 4:u=jt,f=wn,jt=i.stateNode.containerInfo,wn=!0,na(n,r,i),jt=u,wn=f;break;case 0:case 11:case 14:case 15:if(!hn&&(u=i.updateQueue,u!==null&&(u=u.lastEffect,u!==null))){f=u=u.next;do{var m=f,k=m.destroy;m=m.tag,k!==void 0&&(m&2||m&4)&&Du(i,r,k),f=f.next}while(f!==u)}na(n,r,i);break;case 1:if(!hn&&(jl(i,r),u=i.stateNode,typeof u.componentWillUnmount=="function"))try{u.props=i.memoizedProps,u.state=i.memoizedState,u.componentWillUnmount()}catch(R){Bt(i,r,R)}na(n,r,i);break;case 21:na(n,r,i);break;case 22:i.mode&1?(hn=(u=hn)||i.memoizedState!==null,na(n,r,i),hn=u):na(n,r,i);break;default:na(n,r,i)}}function po(n){var r=n.updateQueue;if(r!==null){n.updateQueue=null;var i=n.stateNode;i===null&&(i=n.stateNode=new x3),r.forEach(function(u){var f=p6.bind(null,n,u);i.has(u)||(i.add(u),u.then(f,f))})}}function Ea(n,r){var i=r.deletions;if(i!==null)for(var u=0;u<i.length;u++){var f=i[u];try{var m=n,k=r,R=k;e:for(;R!==null;){switch(R.tag){case 5:jt=R.stateNode,wn=!1;break e;case 3:jt=R.stateNode.containerInfo,wn=!0;break e;case 4:jt=R.stateNode.containerInfo,wn=!0;break e}R=R.return}if(jt===null)throw Error(p(160));Ol(m,k,f),jt=null,wn=!1;var A=f.alternate;A!==null&&(A.return=null),f.return=null}catch(q){Bt(f,r,q)}}if(r.subtreeFlags&12854)for(r=r.child;r!==null;)T3(r,n),r=r.sibling}function T3(n,r){var i=n.alternate,u=n.flags;switch(n.tag){case 0:case 11:case 14:case 15:if(Ea(r,n),za(n),u&4){try{t1(3,n,n.return),n1(3,n)}catch(Ie){Bt(n,n.return,Ie)}try{t1(5,n,n.return)}catch(Ie){Bt(n,n.return,Ie)}}break;case 1:Ea(r,n),za(n),u&512&&i!==null&&jl(i,i.return);break;case 5:if(Ea(r,n),za(n),u&512&&i!==null&&jl(i,i.return),n.flags&32){var f=n.stateNode;try{ve(f,"")}catch(Ie){Bt(n,n.return,Ie)}}if(u&4&&(f=n.stateNode,f!=null)){var m=n.memoizedProps,k=i!==null?i.memoizedProps:m,R=n.type,A=n.updateQueue;if(n.updateQueue=null,A!==null)try{R==="input"&&m.type==="radio"&&m.name!=null&>(f,m),va(R,k);var q=va(R,m);for(k=0;k<A.length;k+=2){var ne=A[k],ie=A[k+1];ne==="style"?$t(f,ie):ne==="dangerouslySetInnerHTML"?ps(f,ie):ne==="children"?ve(f,ie):se(f,ne,ie,q)}switch(R){case"input":Gt(f,m);break;case"textarea":ci(f,m);break;case"select":var re=f._wrapperState.wasMultiple;f._wrapperState.wasMultiple=!!m.multiple;var Ce=m.value;Ce!=null?Aa(f,!!m.multiple,Ce,!1):re!==!!m.multiple&&(m.defaultValue!=null?Aa(f,!!m.multiple,m.defaultValue,!0):Aa(f,!!m.multiple,m.multiple?[]:"",!1))}f[wi]=m}catch(Ie){Bt(n,n.return,Ie)}}break;case 6:if(Ea(r,n),za(n),u&4){if(n.stateNode===null)throw Error(p(162));f=n.stateNode,m=n.memoizedProps;try{f.nodeValue=m}catch(Ie){Bt(n,n.return,Ie)}}break;case 3:if(Ea(r,n),za(n),u&4&&i!==null&&i.memoizedState.isDehydrated)try{xs(r.containerInfo)}catch(Ie){Bt(n,n.return,Ie)}break;case 4:Ea(r,n),za(n);break;case 13:Ea(r,n),za(n),f=n.child,f.flags&8192&&(m=f.memoizedState!==null,f.stateNode.isHidden=m,!m||f.alternate!==null&&f.alternate.memoizedState!==null||(W2=Ft())),u&4&&po(n);break;case 22:if(ne=i!==null&&i.memoizedState!==null,n.mode&1?(hn=(q=hn)||ne,Ea(r,n),hn=q):Ea(r,n),za(n),u&8192){if(q=n.memoizedState!==null,(n.stateNode.isHidden=q)&&!ne&&n.mode&1)for(Se=n,ne=n.child;ne!==null;){for(ie=Se=ne;Se!==null;){switch(re=Se,Ce=re.child,re.tag){case 0:case 11:case 14:case 15:t1(4,re,re.return);break;case 1:jl(re,re.return);var Ee=re.stateNode;if(typeof Ee.componentWillUnmount=="function"){u=re,i=re.return;try{r=u,Ee.props=r.memoizedProps,Ee.state=r.memoizedState,Ee.componentWillUnmount()}catch(Ie){Bt(u,i,Ie)}}break;case 5:jl(re,re.return);break;case 22:if(re.memoizedState!==null){U2(ie);continue}}Ce!==null?(Ce.return=re,Se=Ce):U2(ie)}ne=ne.sibling}e:for(ne=null,ie=n;;){if(ie.tag===5){if(ne===null){ne=ie;try{f=ie.stateNode,q?(m=f.style,typeof m.setProperty=="function"?m.setProperty("display","none","important"):m.display="none"):(R=ie.stateNode,A=ie.memoizedProps.style,k=A!=null&&A.hasOwnProperty("display")?A.display:null,R.style.display=Lt("display",k))}catch(Ie){Bt(n,n.return,Ie)}}}else if(ie.tag===6){if(ne===null)try{ie.stateNode.nodeValue=q?"":ie.memoizedProps}catch(Ie){Bt(n,n.return,Ie)}}else if((ie.tag!==22&&ie.tag!==23||ie.memoizedState===null||ie===n)&&ie.child!==null){ie.child.return=ie,ie=ie.child;continue}if(ie===n)break e;for(;ie.sibling===null;){if(ie.return===null||ie.return===n)break e;ne===ie&&(ne=null),ie=ie.return}ne===ie&&(ne=null),ie.sibling.return=ie.return,ie=ie.sibling}}break;case 19:Ea(r,n),za(n),u&4&&po(n);break;case 21:break;default:Ea(r,n),za(n)}}function za(n){var r=n.flags;if(r&2){try{e:{for(var i=n.return;i!==null;){if(L3(i)){var u=i;break e}i=i.return}throw Error(p(160))}switch(u.tag){case 5:var f=u.stateNode;u.flags&32&&(ve(f,""),u.flags&=-33);var m=Vu(n);$a(n,m,f);break;case 3:case 4:var k=u.stateNode.containerInfo,R=Vu(n);Ml(n,R,k);break;default:throw Error(p(161))}}catch(A){Bt(n,n.return,A)}n.flags&=-3}r&4096&&(n.flags&=-4097)}function I3(n,r,i){Se=n,Dl(n)}function Dl(n,r,i){for(var u=(n.mode&1)!==0;Se!==null;){var f=Se,m=f.child;if(f.tag===22&&u){var k=f.memoizedState!==null||e1;if(!k){var R=f.alternate,A=R!==null&&R.memoizedState!==null||hn;R=e1;var q=hn;if(e1=k,(hn=A)&&!q)for(Se=f;Se!==null;)k=Se,A=k.child,k.tag===22&&k.memoizedState!==null?_3(f):A!==null?(A.return=k,Se=A):_3(f);for(;m!==null;)Se=m,Dl(m),m=m.sibling;Se=f,e1=R,hn=q}R3(n)}else f.subtreeFlags&8772&&m!==null?(m.return=f,Se=m):R3(n)}}function R3(n){for(;Se!==null;){var r=Se;if(r.flags&8772){var i=r.alternate;try{if(r.flags&8772)switch(r.tag){case 0:case 11:case 15:hn||n1(5,r);break;case 1:var u=r.stateNode;if(r.flags&4&&!hn)if(i===null)u.componentDidMount();else{var f=r.elementType===r.type?i.memoizedProps:gr(r.type,i.memoizedProps);u.componentDidUpdate(f,i.memoizedState,u.__reactInternalSnapshotBeforeUpdate)}var m=r.updateQueue;m!==null&&d3(r,m,u);break;case 3:var k=r.updateQueue;if(k!==null){if(i=null,r.child!==null)switch(r.child.tag){case 5:i=r.child.stateNode;break;case 1:i=r.child.stateNode}d3(r,k,i)}break;case 5:var R=r.stateNode;if(i===null&&r.flags&4){i=R;var A=r.memoizedProps;switch(r.type){case"button":case"input":case"select":case"textarea":A.autoFocus&&i.focus();break;case"img":A.src&&(i.src=A.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(r.memoizedState===null){var q=r.alternate;if(q!==null){var ne=q.memoizedState;if(ne!==null){var ie=ne.dehydrated;ie!==null&&xs(ie)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(p(163))}hn||r.flags&512&&F2(r)}catch(re){Bt(r,r.return,re)}}if(r===n){Se=null;break}if(i=r.sibling,i!==null){i.return=r.return,Se=i;break}Se=r.return}}function U2(n){for(;Se!==null;){var r=Se;if(r===n){Se=null;break}var i=r.sibling;if(i!==null){i.return=r.return,Se=i;break}Se=r.return}}function _3(n){for(;Se!==null;){var r=Se;try{switch(r.tag){case 0:case 11:case 15:var i=r.return;try{n1(4,r)}catch(A){Bt(r,i,A)}break;case 1:var u=r.stateNode;if(typeof u.componentDidMount=="function"){var f=r.return;try{u.componentDidMount()}catch(A){Bt(r,f,A)}}var m=r.return;try{F2(r)}catch(A){Bt(r,m,A)}break;case 5:var k=r.return;try{F2(r)}catch(A){Bt(r,k,A)}}}catch(A){Bt(r,r.return,A)}if(r===n){Se=null;break}var R=r.sibling;if(R!==null){R.return=r.return,Se=R;break}Se=r.return}}var $u=Math.ceil,r1=ce.ReactCurrentDispatcher,B2=ce.ReactCurrentOwner,Un=ce.ReactCurrentBatchConfig,rt=0,Dt=null,Ut=null,kn=0,jr=0,Vl=Ke(0),mn=0,a1=null,ho=0,zu=0,$l=0,ji=null,Kn=null,W2=0,zl=1/0,mo=null,Fu=!1,Mi=null,Fa=null,qo=!1,Qo=null,Hu=0,Fl=0,Uu=null,Oi=-1,Di=0;function Bn(){return rt&6?Ft():Oi!==-1?Oi:Oi=Ft()}function an(n){return n.mode&1?rt&2&&kn!==0?kn&-kn:cu.transition!==null?(Di===0&&(Di=z1()),Di):(n=yt,n!==0||(n=window.event,n=n===void 0?16:Zc(n.type)),n):1}function Wn(n,r,i,u){if(50<Fl)throw Fl=0,Uu=null,Error(p(185));pi(n,i,u),(!(rt&2)||n!==Dt)&&(n===Dt&&(!(rt&2)&&(zu|=i),mn===4&&ra(n,kn)),qn(n,u),i===1&&rt===0&&!(r.mode&1)&&(zl=Ft()+500,bn&&fr()))}function qn(n,r){var i=n.callbackNode;$1(n,r);var u=Ca(n,n===Dt?kn:0);if(u===0)i!==null&&hd(i),n.callbackNode=null,n.callbackPriority=0;else if(r=u&-u,n.callbackPriority!==r){if(i!=null&&hd(i),r===1)n.tag===0?b2(N3.bind(null,n)):C2(N3.bind(null,n)),v2(function(){!(rt&6)&&fr()}),i=null;else{switch(Wc(u)){case 1:i=Ja;break;case 4:i=nt;break;case 16:i=No;break;case 536870912:i=Fc;break;default:i=No}i=G2(i,Hl.bind(null,n))}n.callbackPriority=r,n.callbackNode=i}}function Hl(n,r){if(Oi=-1,Di=0,rt&6)throw Error(p(327));var i=n.callbackNode;if(Bl()&&n.callbackNode!==i)return null;var u=Ca(n,n===Dt?kn:0);if(u===0)return null;if(u&30||u&n.expiredLanes||r)r=Wu(n,u);else{r=u;var f=rt;rt|=2;var m=Bu();(Dt!==n||kn!==r)&&(mo=null,zl=Ft()+500,Vi(n,r));do try{u6();break}catch(R){P3(n,R)}while(!0);Nr(),r1.current=m,rt=f,Ut!==null?r=0:(Dt=null,kn=0,r=mn)}if(r!==0){if(r===2&&(f=Uc(n),f!==0&&(u=f,r=q2(n,f))),r===1)throw i=a1,Vi(n,0),ra(n,u),qn(n,Ft()),i;if(r===6)ra(n,u);else{if(f=n.current.alternate,!(u&30)&&!Q2(f)&&(r=Wu(n,u),r===2&&(m=Uc(n),m!==0&&(u=m,r=q2(n,m))),r===1))throw i=a1,Vi(n,0),ra(n,u),qn(n,Ft()),i;switch(n.finishedWork=f,n.finishedLanes=u,r){case 0:case 1:throw Error(p(345));case 2:$i(n,Kn,mo);break;case 3:if(ra(n,u),(u&130023424)===u&&(r=W2+500-Ft(),10<r)){if(Ca(n,0)!==0)break;if(f=n.suspendedLanes,(f&u)!==u){Bn(),n.pingedLanes|=n.suspendedLanes&f;break}n.timeoutHandle=bi($i.bind(null,n,Kn,mo),r);break}$i(n,Kn,mo);break;case 4:if(ra(n,u),(u&4194240)===u)break;for(r=n.eventTimes,f=-1;0<u;){var k=31-Ur(u);m=1<<k,k=r[k],k>f&&(f=k),u&=~m}if(u=f,u=Ft()-u,u=(120>u?120:480>u?480:1080>u?1080:1920>u?1920:3e3>u?3e3:4320>u?4320:1960*$u(u/1960))-u,10<u){n.timeoutHandle=bi($i.bind(null,n,Kn,mo),u);break}$i(n,Kn,mo);break;case 5:$i(n,Kn,mo);break;default:throw Error(p(329))}}}return qn(n,Ft()),n.callbackNode===i?Hl.bind(null,n):null}function q2(n,r){var i=ji;return n.current.memoizedState.isDehydrated&&(Vi(n,r).flags|=256),n=Wu(n,r),n!==2&&(r=Kn,Kn=i,r!==null&&o1(r)),n}function o1(n){Kn===null?Kn=n:Kn.push.apply(Kn,n)}function Q2(n){for(var r=n;;){if(r.flags&16384){var i=r.updateQueue;if(i!==null&&(i=i.stores,i!==null))for(var u=0;u<i.length;u++){var f=i[u],m=f.getSnapshot;f=f.value;try{if(!qr(m(),f))return!1}catch{return!1}}}if(i=r.child,r.subtreeFlags&16384&&i!==null)i.return=r,r=i;else{if(r===n)break;for(;r.sibling===null;){if(r.return===null||r.return===n)return!0;r=r.return}r.sibling.return=r.return,r=r.sibling}}return!0}function ra(n,r){for(r&=~$l,r&=~zu,n.suspendedLanes|=r,n.pingedLanes&=~r,n=n.expirationTimes;0<r;){var i=31-Ur(r),u=1<<i;n[i]=-1,r&=~u}}function N3(n){if(rt&6)throw Error(p(327));Bl();var r=Ca(n,0);if(!(r&1))return qn(n,Ft()),null;var i=Wu(n,r);if(n.tag!==0&&i===2){var u=Uc(n);u!==0&&(r=u,i=q2(n,u))}if(i===1)throw i=a1,Vi(n,0),ra(n,r),qn(n,Ft()),i;if(i===6)throw Error(p(345));return n.finishedWork=n.current.alternate,n.finishedLanes=r,$i(n,Kn,mo),qn(n,Ft()),null}function Ul(n,r){var i=rt;rt|=1;try{return n(r)}finally{rt=i,rt===0&&(zl=Ft()+500,bn&&fr())}}function Zo(n){Qo!==null&&Qo.tag===0&&!(rt&6)&&Bl();var r=rt;rt|=1;var i=Un.transition,u=yt;try{if(Un.transition=null,yt=1,n)return n()}finally{yt=u,Un.transition=i,rt=r,!(rt&6)&&fr()}}function Z2(){jr=Vl.current,pt(Vl)}function Vi(n,r){n.finishedWork=null,n.finishedLanes=0;var i=n.timeoutHandle;if(i!==-1&&(n.timeoutHandle=-1,n3(i)),Ut!==null)for(i=Ut.return;i!==null;){var u=i;switch(k2(u),u.tag){case 1:u=u.type.childContextTypes,u!=null&&Kr();break;case 3:Sl(),pt(Ht),pt(Fe),R2();break;case 5:I2(u);break;case 4:Sl();break;case 13:pt(At);break;case 19:pt(At);break;case 10:E2(u.type._context);break;case 22:case 23:Z2()}i=i.return}if(Dt=n,Ut=n=Ko(n.current,null),kn=jr=r,mn=0,a1=null,$l=zu=ho=0,Kn=ji=null,Si!==null){for(r=0;r<Si.length;r++)if(i=Si[r],u=i.interleaved,u!==null){i.interleaved=null;var f=u.next,m=i.pending;if(m!==null){var k=m.next;m.next=f,u.next=k}i.pending=u}Si=null}return n}function P3(n,r){do{var i=Ut;try{if(Nr(),gu.current=zn,Pr){for(var u=_e.memoizedState;u!==null;){var f=u.queue;f!==null&&(f.pending=null),u=u.next}Pr=!1}if(Re=0,Je=He=_e=null,El=!1,Ws=0,B2.current=null,i===null||i.return===null){mn=1,a1=r,Ut=null;break}e:{var m=n,k=i.return,R=i,A=r;if(r=kn,R.flags|=32768,A!==null&&typeof A=="object"&&typeof A.then=="function"){var q=A,ne=R,ie=ne.tag;if(!(ne.mode&1)&&(ie===0||ie===11||ie===15)){var re=ne.alternate;re?(ne.updateQueue=re.updateQueue,ne.memoizedState=re.memoizedState,ne.lanes=re.lanes):(ne.updateQueue=null,ne.memoizedState=null)}var Ce=b3(k);if(Ce!==null){Ce.flags&=-257,j2(Ce,k,R,m,r),Ce.mode&1&&Ys(m,q,r),r=Ce,A=q;var Ee=r.updateQueue;if(Ee===null){var Ie=new Set;Ie.add(A),r.updateQueue=Ie}else Ee.add(A);break e}else{if(!(r&1)){Ys(m,q,r),K2();break e}A=Error(p(426))}}else if(_t&&R.mode&1){var Zt=b3(k);if(Zt!==null){!(Zt.flags&65536)&&(Zt.flags|=256),j2(Zt,k,R,m,r),S2(Bo(A,R));break e}}m=A=Bo(A,R),mn!==4&&(mn=2),ji===null?ji=[m]:ji.push(m),m=k;do{switch(m.tag){case 3:m.flags|=65536,r&=-r,m.lanes|=r;var z=y3(m,A,r);c3(m,z);break e;case 1:R=A;var O=m.type,B=m.stateNode;if(!(m.flags&128)&&(typeof O.getDerivedStateFromError=="function"||B!==null&&typeof B.componentDidCatch=="function"&&(Fa===null||!Fa.has(B)))){m.flags|=65536,r&=-r,m.lanes|=r;var ue=C3(m,R,r);c3(m,ue);break e}}m=m.return}while(m!==null)}Y2(i)}catch(Ne){r=Ne,Ut===i&&i!==null&&(Ut=i=i.return);continue}break}while(!0)}function Bu(){var n=r1.current;return r1.current=zn,n===null?zn:n}function K2(){(mn===0||mn===3||mn===2)&&(mn=4),Dt===null||!(ho&268435455)&&!(zu&268435455)||ra(Dt,kn)}function Wu(n,r){var i=rt;rt|=2;var u=Bu();(Dt!==n||kn!==r)&&(mo=null,Vi(n,r));do try{s6();break}catch(f){P3(n,f)}while(!0);if(Nr(),rt=i,r1.current=u,Ut!==null)throw Error(p(261));return Dt=null,kn=0,mn}function s6(){for(;Ut!==null;)A3(Ut)}function u6(){for(;Ut!==null&&!M4();)A3(Ut)}function A3(n){var r=M3(n.alternate,n,jr);n.memoizedProps=n.pendingProps,r===null?Y2(n):Ut=r,B2.current=null}function Y2(n){var r=n;do{var i=r.alternate;if(n=r.return,r.flags&32768){if(i=z2(i,r),i!==null){i.flags&=32767,Ut=i;return}if(n!==null)n.flags|=32768,n.subtreeFlags=0,n.deletions=null;else{mn=6,Ut=null;return}}else if(i=l6(i,r,jr),i!==null){Ut=i;return}if(r=r.sibling,r!==null){Ut=r;return}Ut=r=n}while(r!==null);mn===0&&(mn=5)}function $i(n,r,i){var u=yt,f=Un.transition;try{Un.transition=null,yt=1,c6(n,r,i,u)}finally{Un.transition=f,yt=u}return null}function c6(n,r,i,u){do Bl();while(Qo!==null);if(rt&6)throw Error(p(327));i=n.finishedWork;var f=n.finishedLanes;if(i===null)return null;if(n.finishedWork=null,n.finishedLanes=0,i===n.current)throw Error(p(177));n.callbackNode=null,n.callbackPriority=0;var m=i.lanes|i.childLanes;if($4(n,m),n===Dt&&(Ut=Dt=null,kn=0),!(i.subtreeFlags&2064)&&!(i.flags&2064)||qo||(qo=!0,G2(No,function(){return Bl(),null})),m=(i.flags&15990)!==0,i.subtreeFlags&15990||m){m=Un.transition,Un.transition=null;var k=yt;yt=1;var R=rt;rt|=4,B2.current=null,E3(n,i),T3(i,n),J1(Ci),hi=!!h2,Ci=h2=null,n.current=i,I3(i),O4(),rt=R,yt=k,Un.transition=m}else n.current=i;if(qo&&(qo=!1,Qo=n,Hu=f),m=n.pendingLanes,m===0&&(Fa=null),vd(i.stateNode),qn(n,Ft()),r!==null)for(u=n.onRecoverableError,i=0;i<r.length;i++)f=r[i],u(f.value,{componentStack:f.stack,digest:f.digest});if(Fu)throw Fu=!1,n=Mi,Mi=null,n;return Hu&1&&n.tag!==0&&Bl(),m=n.pendingLanes,m&1?n===Uu?Fl++:(Fl=0,Uu=n):Fl=0,fr(),null}function Bl(){if(Qo!==null){var n=Wc(Hu),r=Un.transition,i=yt;try{if(Un.transition=null,yt=16>n?16:n,Qo===null)var u=!1;else{if(n=Qo,Qo=null,Hu=0,rt&6)throw Error(p(331));var f=rt;for(rt|=4,Se=n.current;Se!==null;){var m=Se,k=m.child;if(Se.flags&16){var R=m.deletions;if(R!==null){for(var A=0;A<R.length;A++){var q=R[A];for(Se=q;Se!==null;){var ne=Se;switch(ne.tag){case 0:case 11:case 15:t1(8,ne,m)}var ie=ne.child;if(ie!==null)ie.return=ne,Se=ie;else for(;Se!==null;){ne=Se;var re=ne.sibling,Ce=ne.return;if(H2(ne),ne===q){Se=null;break}if(re!==null){re.return=Ce,Se=re;break}Se=Ce}}}var Ee=m.alternate;if(Ee!==null){var Ie=Ee.child;if(Ie!==null){Ee.child=null;do{var Zt=Ie.sibling;Ie.sibling=null,Ie=Zt}while(Ie!==null)}}Se=m}}if(m.subtreeFlags&2064&&k!==null)k.return=m,Se=k;else e:for(;Se!==null;){if(m=Se,m.flags&2048)switch(m.tag){case 0:case 11:case 15:t1(9,m,m.return)}var z=m.sibling;if(z!==null){z.return=m.return,Se=z;break e}Se=m.return}}var O=n.current;for(Se=O;Se!==null;){k=Se;var B=k.child;if(k.subtreeFlags&2064&&B!==null)B.return=k,Se=B;else e:for(k=O;Se!==null;){if(R=Se,R.flags&2048)try{switch(R.tag){case 0:case 11:case 15:n1(9,R)}}catch(Ne){Bt(R,R.return,Ne)}if(R===k){Se=null;break e}var ue=R.sibling;if(ue!==null){ue.return=R.return,Se=ue;break e}Se=R.return}}if(rt=f,fr(),ya&&typeof ya.onPostCommitFiberRoot=="function")try{ya.onPostCommitFiberRoot(ys,n)}catch{}u=!0}return u}finally{yt=i,Un.transition=r}}return!1}function j3(n,r,i){r=Bo(i,r),r=y3(n,r,1),n=Ho(n,r,1),r=Bn(),n!==null&&(pi(n,1,r),qn(n,r))}function Bt(n,r,i){if(n.tag===3)j3(n,n,i);else for(;r!==null;){if(r.tag===3){j3(r,n,i);break}else if(r.tag===1){var u=r.stateNode;if(typeof r.type.getDerivedStateFromError=="function"||typeof u.componentDidCatch=="function"&&(Fa===null||!Fa.has(u))){n=Bo(i,n),n=C3(r,n,1),r=Ho(r,n,1),n=Bn(),r!==null&&(pi(r,1,n),qn(r,n));break}}r=r.return}}function d6(n,r,i){var u=n.pingCache;u!==null&&u.delete(r),r=Bn(),n.pingedLanes|=n.suspendedLanes&i,Dt===n&&(kn&i)===i&&(mn===4||mn===3&&(kn&130023424)===kn&&500>Ft()-W2?Vi(n,0):$l|=i),qn(n,r)}function qu(n,r){r===0&&(n.mode&1?(r=ll,ll<<=1,!(ll&130023424)&&(ll=4194304)):r=1);var i=Bn();n=uo(n,r),n!==null&&(pi(n,r,i),qn(n,i))}function f6(n){var r=n.memoizedState,i=0;r!==null&&(i=r.retryLane),qu(n,i)}function p6(n,r){var i=0;switch(n.tag){case 13:var u=n.stateNode,f=n.memoizedState;f!==null&&(i=f.retryLane);break;case 19:u=n.stateNode;break;default:throw Error(p(314))}u!==null&&u.delete(r),qu(n,i)}var M3;M3=function(n,r,i){if(n!==null)if(n.memoizedProps!==r.pendingProps||Ht.current)yr=!0;else{if(!(n.lanes&i)&&!(r.flags&128))return yr=!1,fo(n,r,i);yr=!!(n.flags&131072)}else yr=!1,_t&&r.flags&1048576&&w2(r,Cl,r.index);switch(r.lanes=0,r.tag){case 2:var u=r.type;Fn(n,r),n=r.pendingProps;var f=Zr(r,Fe.current);wl(r,i),f=te(null,r,u,n,f,i);var m=rn();return r.flags|=1,typeof f=="object"&&f!==null&&typeof f.render=="function"&&f.$$typeof===void 0?(r.tag=1,r.memoizedState=null,r.updateQueue=null,Pt(u)?(m=!0,ou(r)):m=!1,r.memoizedState=f.state!==null&&f.state!==void 0?f.state:null,fu(r),f.updater=_i,r.stateNode=f,f._reactInternals=r,P2(r,u,n,i),r=ju(null,r,u,!0,m,i)):(r.tag=0,_t&&m&&iu(r),Qt(null,r,f,i),r=r.child),r;case 16:u=r.elementType;e:{switch(Fn(n,r),n=r.pendingProps,f=u._init,u=f(u._payload),r.type=u,f=r.tag=m6(u),n=gr(u,n),f){case 0:r=Ze(null,r,u,n,i);break e;case 1:r=Gs(null,r,u,n,i);break e;case 11:r=Pl(null,r,u,n,i);break e;case 14:r=Wo(null,r,u,gr(u.type,n),i);break e}throw Error(p(306,u,""))}return r;case 0:return u=r.type,f=r.pendingProps,f=r.elementType===u?f:gr(u,f),Ze(n,r,u,f,i);case 1:return u=r.type,f=r.pendingProps,f=r.elementType===u?f:gr(u,f),Gs(n,r,u,f,i);case 3:e:{if(k3(r),n===null)throw Error(p(387));u=r.pendingProps,m=r.memoizedState,f=m.element,kl(n,r),hu(r,u,null,i);var k=r.memoizedState;if(u=k.element,m.isDehydrated)if(m={element:u,isDehydrated:!1,cache:k.cache,pendingSuspenseBoundaries:k.pendingSuspenseBoundaries,transitions:k.transitions},r.updateQueue.baseState=m,r.memoizedState=m,r.flags&256){f=Bo(Error(p(423)),r),r=Mu(n,r,u,i,f);break e}else if(u!==f){f=Bo(Error(p(424)),r),r=Mu(n,r,u,i,f);break e}else for(mr=xa(r.stateNode.containerInfo.firstChild),_r=r,_t=!0,Gr=null,i=s3(r,null,u,i),r.child=i;i;)i.flags=i.flags&-3|4096,i=i.sibling;else{if(Ot(),u===f){r=Tn(n,r,i);break e}Qt(n,r,u,i)}r=r.child}return r;case 5:return f3(r),n===null&&su(r),u=r.type,f=r.pendingProps,m=n!==null?n.memoizedProps:null,k=f.children,Ds(u,f)?k=null:m!==null&&Ds(u,m)&&(r.flags|=32),Ni(n,r),Qt(n,r,k,i),r.child;case 6:return n===null&&su(r),null;case 13:return O2(n,r,i);case 4:return T2(r,r.stateNode.containerInfo),u=r.pendingProps,n===null?r.child=bl(r,null,u,i):Qt(n,r,u,i),r.child;case 11:return u=r.type,f=r.pendingProps,f=r.elementType===u?f:gr(u,f),Pl(n,r,u,f,i);case 7:return Qt(n,r,r.pendingProps,i),r.child;case 8:return Qt(n,r,r.pendingProps.children,i),r.child;case 12:return Qt(n,r,r.pendingProps.children,i),r.child;case 10:e:{if(u=r.type._context,f=r.pendingProps,m=r.memoizedProps,k=f.value,mt(so,u._currentValue),u._currentValue=k,m!==null)if(qr(m.value,k)){if(m.children===f.children&&!Ht.current){r=Tn(n,r,i);break e}}else for(m=r.child,m!==null&&(m.return=r);m!==null;){var R=m.dependencies;if(R!==null){k=m.child;for(var A=R.firstContext;A!==null;){if(A.context===u){if(m.tag===1){A=vr(-1,i&-i),A.tag=2;var q=m.updateQueue;if(q!==null){q=q.shared;var ne=q.pending;ne===null?A.next=A:(A.next=ne.next,ne.next=A),q.pending=A}}m.lanes|=i,A=m.alternate,A!==null&&(A.lanes|=i),L2(m.return,i,r),R.lanes|=i;break}A=A.next}}else if(m.tag===10)k=m.type===r.type?null:m.child;else if(m.tag===18){if(k=m.return,k===null)throw Error(p(341));k.lanes|=i,R=k.alternate,R!==null&&(R.lanes|=i),L2(k,i,r),k=m.sibling}else k=m.child;if(k!==null)k.return=m;else for(k=m;k!==null;){if(k===r){k=null;break}if(m=k.sibling,m!==null){m.return=k.return,k=m;break}k=k.return}m=k}Qt(n,r,f.children,i),r=r.child}return r;case 9:return f=r.type,u=r.pendingProps.children,wl(r,i),f=Jr(f),u=u(f),r.flags|=1,Qt(n,r,u,i),r.child;case 14:return u=r.type,f=gr(u,r.pendingProps),f=gr(u.type,f),Wo(n,r,u,f,i);case 15:return Au(n,r,r.type,r.pendingProps,i);case 17:return u=r.type,f=r.pendingProps,f=r.elementType===u?f:gr(u,f),Fn(n,r),r.tag=1,Pt(u)?(n=!0,ou(r)):n=!1,wl(r,i),m3(r,u,f),P2(r,u,f,i),ju(null,r,u,!0,n,i);case 19:return $2(n,r,i);case 22:return Cr(n,r,i)}throw Error(p(156,r.tag))};function G2(n,r){return zc(n,r)}function h6(n,r,i,u){this.tag=n,this.key=i,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=r,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=u,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function aa(n,r,i,u){return new h6(n,r,i,u)}function X2(n){return n=n.prototype,!(!n||!n.isReactComponent)}function m6(n){if(typeof n=="function")return X2(n)?1:0;if(n!=null){if(n=n.$$typeof,n===lt)return 11;if(n===ln)return 14}return 2}function Ko(n,r){var i=n.alternate;return i===null?(i=aa(n.tag,r,n.key,n.mode),i.elementType=n.elementType,i.type=n.type,i.stateNode=n.stateNode,i.alternate=n,n.alternate=i):(i.pendingProps=r,i.type=n.type,i.flags=0,i.subtreeFlags=0,i.deletions=null),i.flags=n.flags&14680064,i.childLanes=n.childLanes,i.lanes=n.lanes,i.child=n.child,i.memoizedProps=n.memoizedProps,i.memoizedState=n.memoizedState,i.updateQueue=n.updateQueue,r=n.dependencies,i.dependencies=r===null?null:{lanes:r.lanes,firstContext:r.firstContext},i.sibling=n.sibling,i.index=n.index,i.ref=n.ref,i}function Qu(n,r,i,u,f,m){var k=2;if(u=n,typeof n=="function")X2(n)&&(k=1);else if(typeof n=="string")k=5;else e:switch(n){case ke:return zi(i.children,f,m,r);case it:k=8,f|=8;break;case ze:return n=aa(12,i,r,f|2),n.elementType=ze,n.lanes=m,n;case qe:return n=aa(13,i,r,f),n.elementType=qe,n.lanes=m,n;case Wt:return n=aa(19,i,r,f),n.elementType=Wt,n.lanes=m,n;case zr:return i1(i,f,m,r);default:if(typeof n=="object"&&n!==null)switch(n.$$typeof){case ot:k=10;break e;case dt:k=9;break e;case lt:k=11;break e;case ln:k=14;break e;case It:k=16,u=null;break e}throw Error(p(130,n==null?n:typeof n,""))}return r=aa(k,i,r,f),r.elementType=n,r.type=u,r.lanes=m,r}function zi(n,r,i,u){return n=aa(7,n,u,r),n.lanes=i,n}function i1(n,r,i,u){return n=aa(22,n,u,r),n.elementType=zr,n.lanes=i,n.stateNode={isHidden:!1},n}function l1(n,r,i){return n=aa(6,n,null,r),n.lanes=i,n}function Fi(n,r,i){return r=aa(4,n.children!==null?n.children:[],n.key,r),r.lanes=i,r.stateNode={containerInfo:n.containerInfo,pendingChildren:null,implementation:n.implementation},r}function v6(n,r,i,u,f){this.tag=r,this.containerInfo=n,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Bc(0),this.expirationTimes=Bc(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Bc(0),this.identifierPrefix=u,this.onRecoverableError=f,this.mutableSourceEagerHydrationData=null}function Zu(n,r,i,u,f,m,k,R,A){return n=new v6(n,r,i,R,A),r===1?(r=1,m===!0&&(r|=8)):r=0,m=aa(3,null,null,r),n.current=m,m.stateNode=n,m.memoizedState={element:u,isDehydrated:i,cache:null,transitions:null,pendingSuspenseBoundaries:null},fu(m),n}function O3(n,r,i){var u=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:xe,key:u==null?null:""+u,children:n,containerInfo:r,implementation:i}}function J2(n){if(!n)return Da;n=n._reactInternals;e:{if(Ma(n)!==n||n.tag!==1)throw Error(p(170));var r=n;do{switch(r.tag){case 3:r=r.stateNode.context;break e;case 1:if(Pt(r.type)){r=r.stateNode.__reactInternalMemoizedMergedChildContext;break e}}r=r.return}while(r!==null);throw Error(p(171))}if(n.tag===1){var i=n.type;if(Pt(i))return zs(n,i,r)}return r}function D3(n,r,i,u,f,m,k,R,A){return n=Zu(i,u,!0,n,f,m,k,R,A),n.context=J2(null),i=n.current,u=Bn(),f=an(i),m=vr(u,f),m.callback=r??null,Ho(i,m,f),n.current.lanes=f,pi(n,f,u),qn(n,u),n}function s1(n,r,i,u){var f=r.current,m=Bn(),k=an(f);return i=J2(i),r.context===null?r.context=i:r.pendingContext=i,r=vr(m,k),r.payload={element:n},u=u===void 0?null:u,u!==null&&(r.callback=u),n=Ho(f,r,k),n!==null&&(Wn(n,f,k,m),pu(n,f,k)),k}function Ku(n){if(n=n.current,!n.child)return null;switch(n.child.tag){case 5:return n.child.stateNode;default:return n.child.stateNode}}function V3(n,r){if(n=n.memoizedState,n!==null&&n.dehydrated!==null){var i=n.retryLane;n.retryLane=i!==0&&i<r?i:r}}function e0(n,r){V3(n,r),(n=n.alternate)&&V3(n,r)}function $3(){return null}var t0=typeof reportError=="function"?reportError:function(n){console.error(n)};function Yu(n){this._internalRoot=n}vo.prototype.render=Yu.prototype.render=function(n){var r=this._internalRoot;if(r===null)throw Error(p(409));s1(n,r,null,null)},vo.prototype.unmount=Yu.prototype.unmount=function(){var n=this._internalRoot;if(n!==null){this._internalRoot=null;var r=n.containerInfo;Zo(function(){s1(null,n,null,null)}),r[io]=null}};function vo(n){this._internalRoot=n}vo.prototype.unstable_scheduleHydration=function(n){if(n){var r=bd();n={blockedOn:null,target:n,priority:r};for(var i=0;i<kt.length&&r!==0&&r<kt[i].priority;i++);kt.splice(i,0,n),i===0&&wd(n)}};function n0(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11)}function Gu(n){return!(!n||n.nodeType!==1&&n.nodeType!==9&&n.nodeType!==11&&(n.nodeType!==8||n.nodeValue!==" react-mount-point-unstable "))}function z3(){}function g6(n,r,i,u,f){if(f){if(typeof u=="function"){var m=u;u=function(){var q=Ku(k);m.call(q)}}var k=D3(r,u,n,0,null,!1,!1,"",z3);return n._reactRootContainer=k,n[io]=k.current,gl(n.nodeType===8?n.parentNode:n),Zo(),k}for(;f=n.lastChild;)n.removeChild(f);if(typeof u=="function"){var R=u;u=function(){var q=Ku(A);R.call(q)}}var A=Zu(n,0,!1,null,null,!1,!1,"",z3);return n._reactRootContainer=A,n[io]=A.current,gl(n.nodeType===8?n.parentNode:n),Zo(function(){s1(r,A,i,u)}),A}function Xu(n,r,i,u,f){var m=i._reactRootContainer;if(m){var k=m;if(typeof f=="function"){var R=f;f=function(){var A=Ku(k);R.call(A)}}s1(r,k,n,f)}else k=g6(i,r,n,f,u);return Ku(k)}Cd=function(n){switch(n.tag){case 3:var r=n.stateNode;if(r.current.memoizedState.isDehydrated){var i=fi(r.pendingLanes);i!==0&&(Cs(r,i|1),qn(r,Ft()),!(rt&6)&&(zl=Ft()+500,fr()))}break;case 13:Zo(function(){var u=uo(n,1);if(u!==null){var f=Bn();Wn(u,n,1,f)}}),e0(n,1)}},F1=function(n){if(n.tag===13){var r=uo(n,134217728);if(r!==null){var i=Bn();Wn(r,n,134217728,i)}e0(n,134217728)}},Ct=function(n){if(n.tag===13){var r=an(n),i=uo(n,r);if(i!==null){var u=Bn();Wn(i,n,r,u)}e0(n,r)}},bd=function(){return yt},qc=function(n,r){var i=yt;try{return yt=n,r()}finally{yt=i}},hs=function(n,r,i){switch(r){case"input":if(Gt(n,i),r=i.name,i.type==="radio"&&r!=null){for(i=n;i.parentNode;)i=i.parentNode;for(i=i.querySelectorAll("input[name="+JSON.stringify(""+r)+'][type="radio"]'),r=0;r<i.length;r++){var u=i[r];if(u!==n&&u.form===n.form){var f=Oe(u);if(!f)throw Error(p(90));ma(u),Gt(u,f)}}}break;case"textarea":ci(n,i);break;case"select":r=i.value,r!=null&&Aa(n,!!i.multiple,r,!1)}},cd=Ul,dd=Zo;var y6={usingClientEntryPoint:!1,Events:[$s,yl,Oe,j1,M1,Ul]},Wl={findFiberByHostInstance:Qr,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},C6={bundleType:Wl.bundleType,version:Wl.version,rendererPackageName:Wl.rendererPackageName,rendererConfig:Wl.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:ce.ReactCurrentDispatcher,findHostInstanceByFiber:function(n){return n=fd(n),n===null?null:n.stateNode},findFiberByHostInstance:Wl.findFiberByHostInstance||$3,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var Ju=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Ju.isDisabled&&Ju.supportsFiber)try{ys=Ju.inject(C6),ya=Ju}catch{}}return ca.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=y6,ca.createPortal=function(n,r){var i=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!n0(r))throw Error(p(200));return O3(n,r,null,i)},ca.createRoot=function(n,r){if(!n0(n))throw Error(p(299));var i=!1,u="",f=t0;return r!=null&&(r.unstable_strictMode===!0&&(i=!0),r.identifierPrefix!==void 0&&(u=r.identifierPrefix),r.onRecoverableError!==void 0&&(f=r.onRecoverableError)),r=Zu(n,1,!1,null,null,i,!1,u,f),n[io]=r.current,gl(n.nodeType===8?n.parentNode:n),new Yu(r)},ca.findDOMNode=function(n){if(n==null)return null;if(n.nodeType===1)return n;var r=n._reactInternals;if(r===void 0)throw typeof n.render=="function"?Error(p(188)):(n=Object.keys(n).join(","),Error(p(268,n)));return n=fd(r),n=n===null?null:n.stateNode,n},ca.flushSync=function(n){return Zo(n)},ca.hydrate=function(n,r,i){if(!Gu(r))throw Error(p(200));return Xu(null,n,r,!0,i)},ca.hydrateRoot=function(n,r,i){if(!n0(n))throw Error(p(405));var u=i!=null&&i.hydratedSources||null,f=!1,m="",k=t0;if(i!=null&&(i.unstable_strictMode===!0&&(f=!0),i.identifierPrefix!==void 0&&(m=i.identifierPrefix),i.onRecoverableError!==void 0&&(k=i.onRecoverableError)),r=D3(r,null,n,1,i??null,f,!1,m,k),n[io]=r.current,gl(n),u)for(n=0;n<u.length;n++)i=u[n],f=i._getVersion,f=f(i._source),r.mutableSourceEagerHydrationData==null?r.mutableSourceEagerHydrationData=[i,f]:r.mutableSourceEagerHydrationData.push(i,f);return new vo(r)},ca.render=function(n,r,i){if(!Gu(r))throw Error(p(200));return Xu(null,n,r,!1,i)},ca.unmountComponentAtNode=function(n){if(!Gu(n))throw Error(p(40));return n._reactRootContainer?(Zo(function(){Xu(null,null,n,!1,function(){n._reactRootContainer=null,n[io]=null})}),!0):!1},ca.unstable_batchedUpdates=Ul,ca.unstable_renderSubtreeIntoContainer=function(n,r,i,u){if(!Gu(i))throw Error(p(200));if(n==null||n._reactInternals===void 0)throw Error(p(38));return Xu(n,r,i,!1,u)},ca.version="18.3.1-next-f1338f8080-20240426",ca}var Ra={},nv;function sT(){return nv||(nv=1,Oc.env.NODE_ENV!=="production"&&function(){typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error);var s=V,d=Jv(),p=s.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,C=!1;function b(e){C=e}function S(e){if(!C){for(var t=arguments.length,a=new Array(t>1?t-1:0),o=1;o<t;o++)a[o-1]=arguments[o];I("warn",e,a)}}function y(e){if(!C){for(var t=arguments.length,a=new Array(t>1?t-1:0),o=1;o<t;o++)a[o-1]=arguments[o];I("error",e,a)}}function I(e,t,a){{var o=p.ReactDebugCurrentFrame,l=o.getStackAddendum();l!==""&&(t+="%s",a=a.concat([l]));var c=a.map(function(h){return String(h)});c.unshift("Warning: "+t),Function.prototype.apply.call(console[e],console,c)}}var T=0,P=1,H=2,j=3,N=4,$=5,Z=6,ee=7,K=8,ae=9,oe=10,se=11,ce=12,me=13,xe=14,ke=15,it=16,ze=17,ot=18,dt=19,lt=21,qe=22,Wt=23,ln=24,It=25,zr=!0,de=!1,Me=!1,ye=!1,ft=!1,ht=!0,Ye=!1,wt=!0,Mt=!0,sn=!0,ha=!0,un=new Set,ir={},Ya={};function lr(e,t){ma(e,t),ma(e+"Capture",t)}function ma(e,t){ir[e]&&y("EventRegistry: More than one plugin attempted to publish the same registration name, `%s`.",e),ir[e]=t;{var a=e.toLowerCase();Ya[a]=e,e==="onDoubleClick"&&(Ya.ondblclick=e)}for(var o=0;o<t.length;o++)un.add(t[o])}var qt=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u",On=Object.prototype.hasOwnProperty;function Er(e){{var t=typeof Symbol=="function"&&Symbol.toStringTag,a=t&&e[Symbol.toStringTag]||e.constructor.name||"Object";return a}}function gt(e){try{return Gt(e),!1}catch{return!0}}function Gt(e){return""+e}function sr(e,t){if(gt(e))return y("The provided `%s` attribute is an unsupported type %s. This value must be coerced to a string before before using it here.",t,Er(e)),Gt(e)}function fs(e){if(gt(e))return y("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.",Er(e)),Gt(e)}function ui(e,t){if(gt(e))return y("The provided `%s` prop is an unsupported type %s. This value must be coerced to a string before before using it here.",t,Er(e)),Gt(e)}function Aa(e,t){if(gt(e))return y("The provided `%s` CSS property is an unsupported type %s. This value must be coerced to a string before before using it here.",t,Er(e)),Gt(e)}function Ga(e){if(gt(e))return y("The provided HTML markup uses a value of unsupported type %s. This value must be coerced to a string before before using it here.",Er(e)),Gt(e)}function Ro(e){if(gt(e))return y("Form field values (value, checked, defaultValue, or defaultChecked props) must be strings, not %s. This value must be coerced to a string before before using it here.",Er(e)),Gt(e)}var ci=0,Fr=1,_o=2,Lr=3,ja=4,ps=5,ve=6,De=":A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD",Ge=De+"\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040",Lt=new RegExp("^["+De+"]["+Ge+"]*$"),$t={},ur={};function cn(e){return On.call(ur,e)?!0:On.call($t,e)?!1:Lt.test(e)?(ur[e]=!0,!0):($t[e]=!0,y("Invalid attribute name: `%s`",e),!1)}function va(e,t,a){return t!==null?t.type===ci:a?!1:e.length>2&&(e[0]==="o"||e[0]==="O")&&(e[1]==="n"||e[1]==="N")}function Xt(e,t,a,o){if(a!==null&&a.type===ci)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":{if(o)return!1;if(a!==null)return!a.acceptsBooleans;var l=e.toLowerCase().slice(0,5);return l!=="data-"&&l!=="aria-"}default:return!1}}function Hr(e,t,a,o){if(t===null||typeof t>"u"||Xt(e,t,a,o))return!0;if(o)return!1;if(a!==null)switch(a.type){case Lr:return!t;case ja:return t===!1;case ps:return isNaN(t);case ve:return isNaN(t)||t<1}return!1}function hs(e){return zt.hasOwnProperty(e)?zt[e]:null}function Jt(e,t,a,o,l,c,h){this.acceptsBooleans=t===_o||t===Lr||t===ja,this.attributeName=o,this.attributeNamespace=l,this.mustUseProperty=a,this.propertyName=e,this.type=t,this.sanitizeURL=c,this.removeEmptyString=h}var zt={},ud=["children","dangerouslySetInnerHTML","defaultValue","defaultChecked","innerHTML","suppressContentEditableWarning","suppressHydrationWarning","style"];ud.forEach(function(e){zt[e]=new Jt(e,ci,!1,e,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0],a=e[1];zt[t]=new Jt(t,Fr,!1,a,null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(e){zt[e]=new Jt(e,_o,!1,e.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){zt[e]=new Jt(e,_o,!1,e,null,!1,!1)}),["allowFullScreen","async","autoFocus","autoPlay","controls","default","defer","disabled","disablePictureInPicture","disableRemotePlayback","formNoValidate","hidden","loop","noModule","noValidate","open","playsInline","readOnly","required","reversed","scoped","seamless","itemScope"].forEach(function(e){zt[e]=new Jt(e,Lr,!1,e.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(e){zt[e]=new Jt(e,Lr,!0,e,null,!1,!1)}),["capture","download"].forEach(function(e){zt[e]=new Jt(e,ja,!1,e,null,!1,!1)}),["cols","rows","size","span"].forEach(function(e){zt[e]=new Jt(e,ve,!1,e,null,!1,!1)}),["rowSpan","start"].forEach(function(e){zt[e]=new Jt(e,ps,!1,e.toLowerCase(),null,!1,!1)});var j1=/[\-\:]([a-z])/g,M1=function(e){return e[1].toUpperCase()};["accent-height","alignment-baseline","arabic-form","baseline-shift","cap-height","clip-path","clip-rule","color-interpolation","color-interpolation-filters","color-profile","color-rendering","dominant-baseline","enable-background","fill-opacity","fill-rule","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","glyph-name","glyph-orientation-horizontal","glyph-orientation-vertical","horiz-adv-x","horiz-origin-x","image-rendering","letter-spacing","lighting-color","marker-end","marker-mid","marker-start","overline-position","overline-thickness","paint-order","panose-1","pointer-events","rendering-intent","shape-rendering","stop-color","stop-opacity","strikethrough-position","strikethrough-thickness","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke-width","text-anchor","text-decoration","text-rendering","underline-position","underline-thickness","unicode-bidi","unicode-range","units-per-em","v-alphabetic","v-hanging","v-ideographic","v-mathematical","vector-effect","vert-adv-y","vert-origin-x","vert-origin-y","word-spacing","writing-mode","xmlns:xlink","x-height"].forEach(function(e){var t=e.replace(j1,M1);zt[t]=new Jt(t,Fr,!1,e,null,!1,!1)}),["xlink:actuate","xlink:arcrole","xlink:role","xlink:show","xlink:title","xlink:type"].forEach(function(e){var t=e.replace(j1,M1);zt[t]=new Jt(t,Fr,!1,e,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(j1,M1);zt[t]=new Jt(t,Fr,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(e){zt[e]=new Jt(e,Fr,!1,e.toLowerCase(),null,!1,!1)});var cd="xlinkHref";zt[cd]=new Jt("xlinkHref",Fr,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(e){zt[e]=new Jt(e,Fr,!1,e.toLowerCase(),null,!0,!0)});var dd=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*\:/i,O1=!1;function Dc(e){!O1&&dd.test(e)&&(O1=!0,y("A future version of React will block javascript: URLs as a security precaution. Use event handlers instead if you can. If you need to generate unsafe HTML try using dangerouslySetInnerHTML instead. React was passed %s.",JSON.stringify(e)))}function ms(e,t,a,o){if(o.mustUseProperty){var l=o.propertyName;return e[l]}else{sr(a,t),o.sanitizeURL&&Dc(""+a);var c=o.attributeName,h=null;if(o.type===ja){if(e.hasAttribute(c)){var g=e.getAttribute(c);return g===""?!0:Hr(t,a,o,!1)?g:g===""+a?a:g}}else if(e.hasAttribute(c)){if(Hr(t,a,o,!1))return e.getAttribute(c);if(o.type===Lr)return a;h=e.getAttribute(c)}return Hr(t,a,o,!1)?h===null?a:h:h===""+a?a:h}}function D1(e,t,a,o){{if(!cn(t))return;if(!e.hasAttribute(t))return a===void 0?void 0:null;var l=e.getAttribute(t);return sr(a,t),l===""+a?a:l}}function di(e,t,a,o){var l=hs(t);if(!va(t,l,o)){if(Hr(t,a,l,o)&&(a=null),o||l===null){if(cn(t)){var c=t;a===null?e.removeAttribute(c):(sr(a,t),e.setAttribute(c,""+a))}return}var h=l.mustUseProperty;if(h){var g=l.propertyName;if(a===null){var w=l.type;e[g]=w===Lr?!1:""}else e[g]=a;return}var x=l.attributeName,L=l.attributeNamespace;if(a===null)e.removeAttribute(x);else{var D=l.type,M;D===Lr||D===ja&&a===!0?M="":(sr(a,x),M=""+a,l.sanitizeURL&&Dc(M.toString())),L?e.setAttributeNS(L,x,M):e.setAttribute(x,M)}}}var rl=Symbol.for("react.element"),ga=Symbol.for("react.portal"),Xa=Symbol.for("react.fragment"),al=Symbol.for("react.strict_mode"),vs=Symbol.for("react.profiler"),Vc=Symbol.for("react.provider"),$c=Symbol.for("react.context"),ol=Symbol.for("react.forward_ref"),Ma=Symbol.for("react.suspense"),gs=Symbol.for("react.suspense_list"),il=Symbol.for("react.memo"),Zn=Symbol.for("react.lazy"),fd=Symbol.for("react.scope"),pd=Symbol.for("react.debug_trace_mode"),zc=Symbol.for("react.offscreen"),hd=Symbol.for("react.legacy_hidden"),M4=Symbol.for("react.cache"),O4=Symbol.for("react.tracing_marker"),Ft=Symbol.iterator,D4="@@iterator";function Ja(e){if(e===null||typeof e!="object")return null;var t=Ft&&e[Ft]||e[D4];return typeof t=="function"?t:null}var nt=Object.assign,No=0,md,Fc,ys,ya,vd,Ur,gd;function yd(){}yd.__reactDisabledLog=!0;function V4(){{if(No===0){md=console.log,Fc=console.info,ys=console.warn,ya=console.error,vd=console.group,Ur=console.groupCollapsed,gd=console.groupEnd;var e={configurable:!0,enumerable:!0,value:yd,writable:!0};Object.defineProperties(console,{info:e,log:e,warn:e,error:e,group:e,groupCollapsed:e,groupEnd:e})}No++}}function V1(){{if(No--,No===0){var e={configurable:!0,enumerable:!0,writable:!0};Object.defineProperties(console,{log:nt({},e,{value:md}),info:nt({},e,{value:Fc}),warn:nt({},e,{value:ys}),error:nt({},e,{value:ya}),group:nt({},e,{value:vd}),groupCollapsed:nt({},e,{value:Ur}),groupEnd:nt({},e,{value:gd})})}No<0&&y("disabledDepth fell below zero. This is a bug in React. Please file an issue.")}}var ll=p.ReactCurrentDispatcher,fi;function Ca(e,t,a){{if(fi===void 0)try{throw Error()}catch(l){var o=l.stack.trim().match(/\n( *(at )?)/);fi=o&&o[1]||""}return`
|
|
51
|
-
`+fi+e}}var Hc=!1,$1;{var Uc=typeof WeakMap=="function"?WeakMap:Map;$1=new Uc}function z1(e,t){if(!e||Hc)return"";{var a=$1.get(e);if(a!==void 0)return a}var o;Hc=!0;var l=Error.prepareStackTrace;Error.prepareStackTrace=void 0;var c;c=ll.current,ll.current=null,V4();try{if(t){var h=function(){throw Error()};if(Object.defineProperty(h.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(h,[])}catch(Q){o=Q}Reflect.construct(e,[],h)}else{try{h.call()}catch(Q){o=Q}e.call(h.prototype)}}else{try{throw Error()}catch(Q){o=Q}e()}}catch(Q){if(Q&&o&&typeof Q.stack=="string"){for(var g=Q.stack.split(`
|
|
52
|
-
`),w=o.stack.split(`
|
|
53
|
-
`),x=g.length-1,L=w.length-1;x>=1&&L>=0&&g[x]!==w[L];)L--;for(;x>=1&&L>=0;x--,L--)if(g[x]!==w[L]){if(x!==1||L!==1)do if(x--,L--,L<0||g[x]!==w[L]){var D=`
|
|
54
|
-
`+g[x].replace(" at new "," at ");return e.displayName&&D.includes("<anonymous>")&&(D=D.replace("<anonymous>",e.displayName)),typeof e=="function"&&$1.set(e,D),D}while(x>=1&&L>=0);break}}}finally{Hc=!1,ll.current=c,V1(),Error.prepareStackTrace=l}var M=e?e.displayName||e.name:"",W=M?Ca(M):"";return typeof e=="function"&&$1.set(e,W),W}function Bc(e,t,a){return z1(e,!0)}function pi(e,t,a){return z1(e,!1)}function $4(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function Cs(e,t,a){if(e==null)return"";if(typeof e=="function")return z1(e,$4(e));if(typeof e=="string")return Ca(e);switch(e){case Ma:return Ca("Suspense");case gs:return Ca("SuspenseList")}if(typeof e=="object")switch(e.$$typeof){case ol:return pi(e.render);case il:return Cs(e.type,t,a);case Zn:{var o=e,l=o._payload,c=o._init;try{return Cs(c(l),t,a)}catch{}}}return""}function yt(e){switch(e._debugOwner&&e._debugOwner.type,e._debugSource,e.tag){case $:return Ca(e.type);case it:return Ca("Lazy");case me:return Ca("Suspense");case dt:return Ca("SuspenseList");case T:case H:case ke:return pi(e.type);case se:return pi(e.type.render);case P:return Bc(e.type);default:return""}}function Wc(e){try{var t="",a=e;do t+=yt(a),a=a.return;while(a);return t}catch(o){return`
|
|
55
|
-
Error generating stack: `+o.message+`
|
|
56
|
-
`+o.stack}}function Cd(e,t,a){var o=e.displayName;if(o)return o;var l=t.displayName||t.name||"";return l!==""?a+"("+l+")":a}function F1(e){return e.displayName||"Context"}function Ct(e){if(e==null)return null;if(typeof e.tag=="number"&&y("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case Xa:return"Fragment";case ga:return"Portal";case vs:return"Profiler";case al:return"StrictMode";case Ma:return"Suspense";case gs:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case $c:var t=e;return F1(t)+".Consumer";case Vc:var a=e;return F1(a._context)+".Provider";case ol:return Cd(e,e.render,"ForwardRef");case il:var o=e.displayName||null;return o!==null?o:Ct(e.type)||"Memo";case Zn:{var l=e,c=l._payload,h=l._init;try{return Ct(h(c))}catch{return null}}}return null}function bd(e,t,a){var o=t.displayName||t.name||"";return e.displayName||(o!==""?a+"("+o+")":a)}function qc(e){return e.displayName||"Context"}function Qe(e){var t=e.tag,a=e.type;switch(t){case ln:return"Cache";case ae:var o=a;return qc(o)+".Consumer";case oe:var l=a;return qc(l._context)+".Provider";case ot:return"DehydratedFragment";case se:return bd(a,a.render,"ForwardRef");case ee:return"Fragment";case $:return a;case N:return"Portal";case j:return"Root";case Z:return"Text";case it:return Ct(a);case K:return a===al?"StrictMode":"Mode";case qe:return"Offscreen";case ce:return"Profiler";case lt:return"Scope";case me:return"Suspense";case dt:return"SuspenseList";case It:return"TracingMarker";case P:case T:case ze:case H:case xe:case ke:if(typeof a=="function")return a.displayName||a.name||null;if(typeof a=="string")return a;break}return null}var bs=p.ReactDebugCurrentFrame,en=null,Br=!1;function Wr(){{if(en===null)return null;var e=en._debugOwner;if(e!==null&&typeof e<"u")return Qe(e)}return null}function ws(){return en===null?"":Wc(en)}function dn(){bs.getCurrentStack=null,en=null,Br=!1}function kt(e){bs.getCurrentStack=e===null?null:ws,en=e,Br=!1}function z4(){return en}function ba(e){Br=e}function Dn(e){return""+e}function Po(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return Ro(e),e;default:return""}}var wd={button:!0,checkbox:!0,image:!0,hidden:!0,radio:!0,reset:!0,submit:!0};function sl(e,t){wd[t.type]||t.onChange||t.onInput||t.readOnly||t.disabled||t.value==null||y("You provided a `value` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultValue`. Otherwise, set either `onChange` or `readOnly`."),t.onChange||t.readOnly||t.disabled||t.checked==null||y("You provided a `checked` prop to a form field without an `onChange` handler. This will render a read-only field. If the field should be mutable use `defaultChecked`. Otherwise, set either `onChange` or `readOnly`.")}function Qc(e){var t=e.type,a=e.nodeName;return a&&a.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function kd(e){return e._valueTracker}function ks(e){e._valueTracker=null}function xs(e){var t="";return e&&(Qc(e)?t=e.checked?"true":"false":t=e.value),t}function ul(e){var t=Qc(e)?"checked":"value",a=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);Ro(e[t]);var o=""+e[t];if(!(e.hasOwnProperty(t)||typeof a>"u"||typeof a.get!="function"||typeof a.set!="function")){var l=a.get,c=a.set;Object.defineProperty(e,t,{configurable:!0,get:function(){return l.call(this)},set:function(g){Ro(g),o=""+g,c.call(this,g)}}),Object.defineProperty(e,t,{enumerable:a.enumerable});var h={getValue:function(){return o},setValue:function(g){Ro(g),o=""+g},stopTracking:function(){ks(e),delete e[t]}};return h}}function hi(e){kd(e)||(e._valueTracker=ul(e))}function xd(e){if(!e)return!1;var t=kd(e);if(!t)return!0;var a=t.getValue(),o=xs(e);return o!==a?(t.setValue(o),!0):!1}function H1(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}var U1=!1,Ss=!1,B1=!1,Zc=!1;function eo(e){var t=e.type==="checkbox"||e.type==="radio";return t?e.checked!=null:e.value!=null}function Es(e,t){var a=e,o=t.checked,l=nt({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:o??a._wrapperState.initialChecked});return l}function Ls(e,t){sl("input",t),t.checked!==void 0&&t.defaultChecked!==void 0&&!Ss&&(y("%s contains an input of type %s with both checked and defaultChecked props. Input elements must be either controlled or uncontrolled (specify either the checked prop, or the defaultChecked prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",Wr()||"A component",t.type),Ss=!0),t.value!==void 0&&t.defaultValue!==void 0&&!U1&&(y("%s contains an input of type %s with both value and defaultValue props. Input elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled input element and remove one of these props. More info: https://reactjs.org/link/controlled-components",Wr()||"A component",t.type),U1=!0);var a=e,o=t.defaultValue==null?"":t.defaultValue;a._wrapperState={initialChecked:t.checked!=null?t.checked:t.defaultChecked,initialValue:Po(t.value!=null?t.value:o),controlled:eo(t)}}function Kc(e,t){var a=e,o=t.checked;o!=null&&di(a,"checked",o,!1)}function cl(e,t){var a=e;{var o=eo(t);!a._wrapperState.controlled&&o&&!Zc&&(y("A component is changing an uncontrolled input to be controlled. This is likely caused by the value changing from undefined to a defined value, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),Zc=!0),a._wrapperState.controlled&&!o&&!B1&&(y("A component is changing a controlled input to be uncontrolled. This is likely caused by the value changing from a defined to undefined, which should not happen. Decide between using a controlled or uncontrolled input element for the lifetime of the component. More info: https://reactjs.org/link/controlled-components"),B1=!0)}Kc(e,t);var l=Po(t.value),c=t.type;if(l!=null)c==="number"?(l===0&&a.value===""||a.value!=l)&&(a.value=Dn(l)):a.value!==Dn(l)&&(a.value=Dn(l));else if(c==="submit"||c==="reset"){a.removeAttribute("value");return}t.hasOwnProperty("value")?Ao(a,t.type,l):t.hasOwnProperty("defaultValue")&&Ao(a,t.type,Po(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(a.defaultChecked=!!t.defaultChecked)}function Ts(e,t,a){var o=e;if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var l=t.type,c=l==="submit"||l==="reset";if(c&&(t.value===void 0||t.value===null))return;var h=Dn(o._wrapperState.initialValue);a||h!==o.value&&(o.value=h),o.defaultValue=h}var g=o.name;g!==""&&(o.name=""),o.defaultChecked=!o.defaultChecked,o.defaultChecked=!!o._wrapperState.initialChecked,g!==""&&(o.name=g)}function Sd(e,t){var a=e;cl(a,t),Tr(a,t)}function Tr(e,t){var a=t.name;if(t.type==="radio"&&a!=null){for(var o=e;o.parentNode;)o=o.parentNode;sr(a,"name");for(var l=o.querySelectorAll("input[name="+JSON.stringify(""+a)+'][type="radio"]'),c=0;c<l.length;c++){var h=l[c];if(!(h===e||h.form!==e.form)){var g=rf(h);if(!g)throw new Error("ReactDOMInput: Mixing React and non-React radio inputs with the same `name` is not supported.");xd(h),cl(h,g)}}}}function Ao(e,t,a){(t!=="number"||H1(e.ownerDocument)!==e)&&(a==null?e.defaultValue=Dn(e._wrapperState.initialValue):e.defaultValue!==Dn(a)&&(e.defaultValue=Dn(a)))}var W1=!1,dl=!1,Ed=!1;function q1(e,t){t.value==null&&(typeof t.children=="object"&&t.children!==null?s.Children.forEach(t.children,function(a){a!=null&&(typeof a=="string"||typeof a=="number"||dl||(dl=!0,y("Cannot infer the option value of complex children. Pass a `value` prop or use a plain string as children to <option>.")))}):t.dangerouslySetInnerHTML!=null&&(Ed||(Ed=!0,y("Pass a `value` prop if you set dangerouslyInnerHTML so React knows which value should be selected.")))),t.selected!=null&&!W1&&(y("Use the `defaultValue` or `value` props on <select> instead of setting `selected` on <option>."),W1=!0)}function Yc(e,t){t.value!=null&&e.setAttribute("value",Dn(Po(t.value)))}var Is=Array.isArray;function yn(e){return Is(e)}var Q1;Q1=!1;function Ld(){var e=Wr();return e?`
|
|
57
|
-
|
|
58
|
-
Check the render method of \``+e+"`.":""}var Td=["value","defaultValue"];function F4(e){{sl("select",e);for(var t=0;t<Td.length;t++){var a=Td[t];if(e[a]!=null){var o=yn(e[a]);e.multiple&&!o?y("The `%s` prop supplied to <select> must be an array if `multiple` is true.%s",a,Ld()):!e.multiple&&o&&y("The `%s` prop supplied to <select> must be a scalar value if `multiple` is false.%s",a,Ld())}}}}function jo(e,t,a,o){var l=e.options;if(t){for(var c=a,h={},g=0;g<c.length;g++)h["$"+c[g]]=!0;for(var w=0;w<l.length;w++){var x=h.hasOwnProperty("$"+l[w].value);l[w].selected!==x&&(l[w].selected=x),x&&o&&(l[w].defaultSelected=!0)}}else{for(var L=Dn(Po(a)),D=null,M=0;M<l.length;M++){if(l[M].value===L){l[M].selected=!0,o&&(l[M].defaultSelected=!0);return}D===null&&!l[M].disabled&&(D=l[M])}D!==null&&(D.selected=!0)}}function Gc(e,t){return nt({},t,{value:void 0})}function Id(e,t){var a=e;F4(t),a._wrapperState={wasMultiple:!!t.multiple},t.value!==void 0&&t.defaultValue!==void 0&&!Q1&&(y("Select elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled select element and remove one of these props. More info: https://reactjs.org/link/controlled-components"),Q1=!0)}function H4(e,t){var a=e;a.multiple=!!t.multiple;var o=t.value;o!=null?jo(a,!!t.multiple,o,!1):t.defaultValue!=null&&jo(a,!!t.multiple,t.defaultValue,!0)}function U4(e,t){var a=e,o=a._wrapperState.wasMultiple;a._wrapperState.wasMultiple=!!t.multiple;var l=t.value;l!=null?jo(a,!!t.multiple,l,!1):o!==!!t.multiple&&(t.defaultValue!=null?jo(a,!!t.multiple,t.defaultValue,!0):jo(a,!!t.multiple,t.multiple?[]:"",!1))}function B4(e,t){var a=e,o=t.value;o!=null&&jo(a,!!t.multiple,o,!1)}var Xc=!1;function Jc(e,t){var a=e;if(t.dangerouslySetInnerHTML!=null)throw new Error("`dangerouslySetInnerHTML` does not make sense on <textarea>.");var o=nt({},t,{value:void 0,defaultValue:void 0,children:Dn(a._wrapperState.initialValue)});return o}function Rd(e,t){var a=e;sl("textarea",t),t.value!==void 0&&t.defaultValue!==void 0&&!Xc&&(y("%s contains a textarea with both value and defaultValue props. Textarea elements must be either controlled or uncontrolled (specify either the value prop, or the defaultValue prop, but not both). Decide between using a controlled or uncontrolled textarea and remove one of these props. More info: https://reactjs.org/link/controlled-components",Wr()||"A component"),Xc=!0);var o=t.value;if(o==null){var l=t.children,c=t.defaultValue;if(l!=null){y("Use the `defaultValue` or `value` props instead of setting children on <textarea>.");{if(c!=null)throw new Error("If you supply `defaultValue` on a <textarea>, do not pass children.");if(yn(l)){if(l.length>1)throw new Error("<textarea> can only have at most one child.");l=l[0]}c=l}}c==null&&(c=""),o=c}a._wrapperState={initialValue:Po(o)}}function _d(e,t){var a=e,o=Po(t.value),l=Po(t.defaultValue);if(o!=null){var c=Dn(o);c!==a.value&&(a.value=c),t.defaultValue==null&&a.defaultValue!==c&&(a.defaultValue=c)}l!=null&&(a.defaultValue=Dn(l))}function Nd(e,t){var a=e,o=a.textContent;o===a._wrapperState.initialValue&&o!==""&&o!==null&&(a.value=o)}function e2(e,t){_d(e,t)}var to="http://www.w3.org/1999/xhtml",W4="http://www.w3.org/1998/Math/MathML",t2="http://www.w3.org/2000/svg";function Z1(e){switch(e){case"svg":return t2;case"math":return W4;default:return to}}function n2(e,t){return e==null||e===to?Z1(t):e===t2&&t==="foreignObject"?to:e}var q4=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,a,o,l){MSApp.execUnsafeLocalFunction(function(){return e(t,a,o,l)})}:e},K1,Pd=q4(function(e,t){if(e.namespaceURI===t2&&!("innerHTML"in e)){K1=K1||document.createElement("div"),K1.innerHTML="<svg>"+t.valueOf().toString()+"</svg>";for(var a=K1.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;a.firstChild;)e.appendChild(a.firstChild);return}e.innerHTML=t}),cr=1,no=3,tn=8,wa=9,mi=11,Y1=function(e,t){if(t){var a=e.firstChild;if(a&&a===e.lastChild&&a.nodeType===no){a.nodeValue=t;return}}e.textContent=t},Ad={animation:["animationDelay","animationDirection","animationDuration","animationFillMode","animationIterationCount","animationName","animationPlayState","animationTimingFunction"],background:["backgroundAttachment","backgroundClip","backgroundColor","backgroundImage","backgroundOrigin","backgroundPositionX","backgroundPositionY","backgroundRepeat","backgroundSize"],backgroundPosition:["backgroundPositionX","backgroundPositionY"],border:["borderBottomColor","borderBottomStyle","borderBottomWidth","borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth","borderLeftColor","borderLeftStyle","borderLeftWidth","borderRightColor","borderRightStyle","borderRightWidth","borderTopColor","borderTopStyle","borderTopWidth"],borderBlockEnd:["borderBlockEndColor","borderBlockEndStyle","borderBlockEndWidth"],borderBlockStart:["borderBlockStartColor","borderBlockStartStyle","borderBlockStartWidth"],borderBottom:["borderBottomColor","borderBottomStyle","borderBottomWidth"],borderColor:["borderBottomColor","borderLeftColor","borderRightColor","borderTopColor"],borderImage:["borderImageOutset","borderImageRepeat","borderImageSlice","borderImageSource","borderImageWidth"],borderInlineEnd:["borderInlineEndColor","borderInlineEndStyle","borderInlineEndWidth"],borderInlineStart:["borderInlineStartColor","borderInlineStartStyle","borderInlineStartWidth"],borderLeft:["borderLeftColor","borderLeftStyle","borderLeftWidth"],borderRadius:["borderBottomLeftRadius","borderBottomRightRadius","borderTopLeftRadius","borderTopRightRadius"],borderRight:["borderRightColor","borderRightStyle","borderRightWidth"],borderStyle:["borderBottomStyle","borderLeftStyle","borderRightStyle","borderTopStyle"],borderTop:["borderTopColor","borderTopStyle","borderTopWidth"],borderWidth:["borderBottomWidth","borderLeftWidth","borderRightWidth","borderTopWidth"],columnRule:["columnRuleColor","columnRuleStyle","columnRuleWidth"],columns:["columnCount","columnWidth"],flex:["flexBasis","flexGrow","flexShrink"],flexFlow:["flexDirection","flexWrap"],font:["fontFamily","fontFeatureSettings","fontKerning","fontLanguageOverride","fontSize","fontSizeAdjust","fontStretch","fontStyle","fontVariant","fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition","fontWeight","lineHeight"],fontVariant:["fontVariantAlternates","fontVariantCaps","fontVariantEastAsian","fontVariantLigatures","fontVariantNumeric","fontVariantPosition"],gap:["columnGap","rowGap"],grid:["gridAutoColumns","gridAutoFlow","gridAutoRows","gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],gridArea:["gridColumnEnd","gridColumnStart","gridRowEnd","gridRowStart"],gridColumn:["gridColumnEnd","gridColumnStart"],gridColumnGap:["columnGap"],gridGap:["columnGap","rowGap"],gridRow:["gridRowEnd","gridRowStart"],gridRowGap:["rowGap"],gridTemplate:["gridTemplateAreas","gridTemplateColumns","gridTemplateRows"],listStyle:["listStyleImage","listStylePosition","listStyleType"],margin:["marginBottom","marginLeft","marginRight","marginTop"],marker:["markerEnd","markerMid","markerStart"],mask:["maskClip","maskComposite","maskImage","maskMode","maskOrigin","maskPositionX","maskPositionY","maskRepeat","maskSize"],maskPosition:["maskPositionX","maskPositionY"],outline:["outlineColor","outlineStyle","outlineWidth"],overflow:["overflowX","overflowY"],padding:["paddingBottom","paddingLeft","paddingRight","paddingTop"],placeContent:["alignContent","justifyContent"],placeItems:["alignItems","justifyItems"],placeSelf:["alignSelf","justifySelf"],textDecoration:["textDecorationColor","textDecorationLine","textDecorationStyle"],textEmphasis:["textEmphasisColor","textEmphasisStyle"],transition:["transitionDelay","transitionDuration","transitionProperty","transitionTimingFunction"],wordWrap:["overflowWrap"]},fl={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0};function jd(e,t){return e+t.charAt(0).toUpperCase()+t.substring(1)}var Md=["Webkit","ms","Moz","O"];Object.keys(fl).forEach(function(e){Md.forEach(function(t){fl[jd(t,e)]=fl[e]})});function G1(e,t,a){var o=t==null||typeof t=="boolean"||t==="";return o?"":!a&&typeof t=="number"&&t!==0&&!(fl.hasOwnProperty(e)&&fl[e])?t+"px":(Aa(t,e),(""+t).trim())}var pl=/([A-Z])/g,Q4=/^ms-/;function Z4(e){return e.replace(pl,"-$1").toLowerCase().replace(Q4,"-ms-")}var Od=function(){};{var Dd=/^(?:webkit|moz|o)[A-Z]/,Vd=/^-ms-/,Rs=/-(.)/g,hl=/;\s*$/,ml={},vl={},$d=!1,r2=!1,a2=function(e){return e.replace(Rs,function(t,a){return a.toUpperCase()})},o2=function(e){ml.hasOwnProperty(e)&&ml[e]||(ml[e]=!0,y("Unsupported style property %s. Did you mean %s?",e,a2(e.replace(Vd,"ms-"))))},zd=function(e){ml.hasOwnProperty(e)&&ml[e]||(ml[e]=!0,y("Unsupported vendor-prefixed style property %s. Did you mean %s?",e,e.charAt(0).toUpperCase()+e.slice(1)))},Fd=function(e,t){vl.hasOwnProperty(t)&&vl[t]||(vl[t]=!0,y(`Style property values shouldn't contain a semicolon. Try "%s: %s" instead.`,e,t.replace(hl,"")))},Hd=function(e,t){$d||($d=!0,y("`NaN` is an invalid value for the `%s` css style property.",e))},K4=function(e,t){r2||(r2=!0,y("`Infinity` is an invalid value for the `%s` css style property.",e))};Od=function(e,t){e.indexOf("-")>-1?o2(e):Dd.test(e)?zd(e):hl.test(t)&&Fd(e,t),typeof t=="number"&&(isNaN(t)?Hd(e,t):isFinite(t)||K4(e,t))}}var Y4=Od;function G4(e){{var t="",a="";for(var o in e)if(e.hasOwnProperty(o)){var l=e[o];if(l!=null){var c=o.indexOf("--")===0;t+=a+(c?o:Z4(o))+":",t+=G1(o,l,c),a=";"}}return t||null}}function Ud(e,t){var a=e.style;for(var o in t)if(t.hasOwnProperty(o)){var l=o.indexOf("--")===0;l||Y4(o,t[o]);var c=G1(o,t[o],l);o==="float"&&(o="cssFloat"),l?a.setProperty(o,c):a[o]=c}}function X4(e){return e==null||typeof e=="boolean"||e===""}function qr(e){var t={};for(var a in e)for(var o=Ad[a]||[a],l=0;l<o.length;l++)t[o[l]]=a;return t}function _s(e,t){{if(!t)return;var a=qr(e),o=qr(t),l={};for(var c in a){var h=a[c],g=o[c];if(g&&h!==g){var w=h+","+g;if(l[w])continue;l[w]=!0,y("%s a style property during rerender (%s) when a conflicting property is set (%s) can lead to styling bugs. To avoid this, don't mix shorthand and non-shorthand properties for the same value; instead, replace the shorthand with separate values.",X4(e[h])?"Removing":"Updating",h,g)}}}}var Bd={area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0},Wd=nt({menuitem:!0},Bd),qd="__html";function X1(e,t){if(t){if(Wd[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw new Error(e+" is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.");if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw new Error("Can only set one of `children` or `props.dangerouslySetInnerHTML`.");if(typeof t.dangerouslySetInnerHTML!="object"||!(qd in t.dangerouslySetInnerHTML))throw new Error("`props.dangerouslySetInnerHTML` must be in the form `{__html: ...}`. Please visit https://reactjs.org/link/dangerously-set-inner-html for more information.")}if(!t.suppressContentEditableWarning&&t.contentEditable&&t.children!=null&&y("A component is `contentEditable` and contains `children` managed by React. It is now your responsibility to guarantee that none of those nodes are unexpectedly modified or duplicated. This is probably not intentional."),t.style!=null&&typeof t.style!="object")throw new Error("The `style` prop expects a mapping from style properties to values, not a string. For example, style={{marginRight: spacing + 'em'}} when using JSX.")}}function ro(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var J1={accept:"accept",acceptcharset:"acceptCharset","accept-charset":"acceptCharset",accesskey:"accessKey",action:"action",allowfullscreen:"allowFullScreen",alt:"alt",as:"as",async:"async",autocapitalize:"autoCapitalize",autocomplete:"autoComplete",autocorrect:"autoCorrect",autofocus:"autoFocus",autoplay:"autoPlay",autosave:"autoSave",capture:"capture",cellpadding:"cellPadding",cellspacing:"cellSpacing",challenge:"challenge",charset:"charSet",checked:"checked",children:"children",cite:"cite",class:"className",classid:"classID",classname:"className",cols:"cols",colspan:"colSpan",content:"content",contenteditable:"contentEditable",contextmenu:"contextMenu",controls:"controls",controlslist:"controlsList",coords:"coords",crossorigin:"crossOrigin",dangerouslysetinnerhtml:"dangerouslySetInnerHTML",data:"data",datetime:"dateTime",default:"default",defaultchecked:"defaultChecked",defaultvalue:"defaultValue",defer:"defer",dir:"dir",disabled:"disabled",disablepictureinpicture:"disablePictureInPicture",disableremoteplayback:"disableRemotePlayback",download:"download",draggable:"draggable",enctype:"encType",enterkeyhint:"enterKeyHint",for:"htmlFor",form:"form",formmethod:"formMethod",formaction:"formAction",formenctype:"formEncType",formnovalidate:"formNoValidate",formtarget:"formTarget",frameborder:"frameBorder",headers:"headers",height:"height",hidden:"hidden",high:"high",href:"href",hreflang:"hrefLang",htmlfor:"htmlFor",httpequiv:"httpEquiv","http-equiv":"httpEquiv",icon:"icon",id:"id",imagesizes:"imageSizes",imagesrcset:"imageSrcSet",innerhtml:"innerHTML",inputmode:"inputMode",integrity:"integrity",is:"is",itemid:"itemID",itemprop:"itemProp",itemref:"itemRef",itemscope:"itemScope",itemtype:"itemType",keyparams:"keyParams",keytype:"keyType",kind:"kind",label:"label",lang:"lang",list:"list",loop:"loop",low:"low",manifest:"manifest",marginwidth:"marginWidth",marginheight:"marginHeight",max:"max",maxlength:"maxLength",media:"media",mediagroup:"mediaGroup",method:"method",min:"min",minlength:"minLength",multiple:"multiple",muted:"muted",name:"name",nomodule:"noModule",nonce:"nonce",novalidate:"noValidate",open:"open",optimum:"optimum",pattern:"pattern",placeholder:"placeholder",playsinline:"playsInline",poster:"poster",preload:"preload",profile:"profile",radiogroup:"radioGroup",readonly:"readOnly",referrerpolicy:"referrerPolicy",rel:"rel",required:"required",reversed:"reversed",role:"role",rows:"rows",rowspan:"rowSpan",sandbox:"sandbox",scope:"scope",scoped:"scoped",scrolling:"scrolling",seamless:"seamless",selected:"selected",shape:"shape",size:"size",sizes:"sizes",span:"span",spellcheck:"spellCheck",src:"src",srcdoc:"srcDoc",srclang:"srcLang",srcset:"srcSet",start:"start",step:"step",style:"style",summary:"summary",tabindex:"tabIndex",target:"target",title:"title",type:"type",usemap:"useMap",value:"value",width:"width",wmode:"wmode",wrap:"wrap",about:"about",accentheight:"accentHeight","accent-height":"accentHeight",accumulate:"accumulate",additive:"additive",alignmentbaseline:"alignmentBaseline","alignment-baseline":"alignmentBaseline",allowreorder:"allowReorder",alphabetic:"alphabetic",amplitude:"amplitude",arabicform:"arabicForm","arabic-form":"arabicForm",ascent:"ascent",attributename:"attributeName",attributetype:"attributeType",autoreverse:"autoReverse",azimuth:"azimuth",basefrequency:"baseFrequency",baselineshift:"baselineShift","baseline-shift":"baselineShift",baseprofile:"baseProfile",bbox:"bbox",begin:"begin",bias:"bias",by:"by",calcmode:"calcMode",capheight:"capHeight","cap-height":"capHeight",clip:"clip",clippath:"clipPath","clip-path":"clipPath",clippathunits:"clipPathUnits",cliprule:"clipRule","clip-rule":"clipRule",color:"color",colorinterpolation:"colorInterpolation","color-interpolation":"colorInterpolation",colorinterpolationfilters:"colorInterpolationFilters","color-interpolation-filters":"colorInterpolationFilters",colorprofile:"colorProfile","color-profile":"colorProfile",colorrendering:"colorRendering","color-rendering":"colorRendering",contentscripttype:"contentScriptType",contentstyletype:"contentStyleType",cursor:"cursor",cx:"cx",cy:"cy",d:"d",datatype:"datatype",decelerate:"decelerate",descent:"descent",diffuseconstant:"diffuseConstant",direction:"direction",display:"display",divisor:"divisor",dominantbaseline:"dominantBaseline","dominant-baseline":"dominantBaseline",dur:"dur",dx:"dx",dy:"dy",edgemode:"edgeMode",elevation:"elevation",enablebackground:"enableBackground","enable-background":"enableBackground",end:"end",exponent:"exponent",externalresourcesrequired:"externalResourcesRequired",fill:"fill",fillopacity:"fillOpacity","fill-opacity":"fillOpacity",fillrule:"fillRule","fill-rule":"fillRule",filter:"filter",filterres:"filterRes",filterunits:"filterUnits",floodopacity:"floodOpacity","flood-opacity":"floodOpacity",floodcolor:"floodColor","flood-color":"floodColor",focusable:"focusable",fontfamily:"fontFamily","font-family":"fontFamily",fontsize:"fontSize","font-size":"fontSize",fontsizeadjust:"fontSizeAdjust","font-size-adjust":"fontSizeAdjust",fontstretch:"fontStretch","font-stretch":"fontStretch",fontstyle:"fontStyle","font-style":"fontStyle",fontvariant:"fontVariant","font-variant":"fontVariant",fontweight:"fontWeight","font-weight":"fontWeight",format:"format",from:"from",fx:"fx",fy:"fy",g1:"g1",g2:"g2",glyphname:"glyphName","glyph-name":"glyphName",glyphorientationhorizontal:"glyphOrientationHorizontal","glyph-orientation-horizontal":"glyphOrientationHorizontal",glyphorientationvertical:"glyphOrientationVertical","glyph-orientation-vertical":"glyphOrientationVertical",glyphref:"glyphRef",gradienttransform:"gradientTransform",gradientunits:"gradientUnits",hanging:"hanging",horizadvx:"horizAdvX","horiz-adv-x":"horizAdvX",horizoriginx:"horizOriginX","horiz-origin-x":"horizOriginX",ideographic:"ideographic",imagerendering:"imageRendering","image-rendering":"imageRendering",in2:"in2",in:"in",inlist:"inlist",intercept:"intercept",k1:"k1",k2:"k2",k3:"k3",k4:"k4",k:"k",kernelmatrix:"kernelMatrix",kernelunitlength:"kernelUnitLength",kerning:"kerning",keypoints:"keyPoints",keysplines:"keySplines",keytimes:"keyTimes",lengthadjust:"lengthAdjust",letterspacing:"letterSpacing","letter-spacing":"letterSpacing",lightingcolor:"lightingColor","lighting-color":"lightingColor",limitingconeangle:"limitingConeAngle",local:"local",markerend:"markerEnd","marker-end":"markerEnd",markerheight:"markerHeight",markermid:"markerMid","marker-mid":"markerMid",markerstart:"markerStart","marker-start":"markerStart",markerunits:"markerUnits",markerwidth:"markerWidth",mask:"mask",maskcontentunits:"maskContentUnits",maskunits:"maskUnits",mathematical:"mathematical",mode:"mode",numoctaves:"numOctaves",offset:"offset",opacity:"opacity",operator:"operator",order:"order",orient:"orient",orientation:"orientation",origin:"origin",overflow:"overflow",overlineposition:"overlinePosition","overline-position":"overlinePosition",overlinethickness:"overlineThickness","overline-thickness":"overlineThickness",paintorder:"paintOrder","paint-order":"paintOrder",panose1:"panose1","panose-1":"panose1",pathlength:"pathLength",patterncontentunits:"patternContentUnits",patterntransform:"patternTransform",patternunits:"patternUnits",pointerevents:"pointerEvents","pointer-events":"pointerEvents",points:"points",pointsatx:"pointsAtX",pointsaty:"pointsAtY",pointsatz:"pointsAtZ",prefix:"prefix",preservealpha:"preserveAlpha",preserveaspectratio:"preserveAspectRatio",primitiveunits:"primitiveUnits",property:"property",r:"r",radius:"radius",refx:"refX",refy:"refY",renderingintent:"renderingIntent","rendering-intent":"renderingIntent",repeatcount:"repeatCount",repeatdur:"repeatDur",requiredextensions:"requiredExtensions",requiredfeatures:"requiredFeatures",resource:"resource",restart:"restart",result:"result",results:"results",rotate:"rotate",rx:"rx",ry:"ry",scale:"scale",security:"security",seed:"seed",shaperendering:"shapeRendering","shape-rendering":"shapeRendering",slope:"slope",spacing:"spacing",specularconstant:"specularConstant",specularexponent:"specularExponent",speed:"speed",spreadmethod:"spreadMethod",startoffset:"startOffset",stddeviation:"stdDeviation",stemh:"stemh",stemv:"stemv",stitchtiles:"stitchTiles",stopcolor:"stopColor","stop-color":"stopColor",stopopacity:"stopOpacity","stop-opacity":"stopOpacity",strikethroughposition:"strikethroughPosition","strikethrough-position":"strikethroughPosition",strikethroughthickness:"strikethroughThickness","strikethrough-thickness":"strikethroughThickness",string:"string",stroke:"stroke",strokedasharray:"strokeDasharray","stroke-dasharray":"strokeDasharray",strokedashoffset:"strokeDashoffset","stroke-dashoffset":"strokeDashoffset",strokelinecap:"strokeLinecap","stroke-linecap":"strokeLinecap",strokelinejoin:"strokeLinejoin","stroke-linejoin":"strokeLinejoin",strokemiterlimit:"strokeMiterlimit","stroke-miterlimit":"strokeMiterlimit",strokewidth:"strokeWidth","stroke-width":"strokeWidth",strokeopacity:"strokeOpacity","stroke-opacity":"strokeOpacity",suppresscontenteditablewarning:"suppressContentEditableWarning",suppresshydrationwarning:"suppressHydrationWarning",surfacescale:"surfaceScale",systemlanguage:"systemLanguage",tablevalues:"tableValues",targetx:"targetX",targety:"targetY",textanchor:"textAnchor","text-anchor":"textAnchor",textdecoration:"textDecoration","text-decoration":"textDecoration",textlength:"textLength",textrendering:"textRendering","text-rendering":"textRendering",to:"to",transform:"transform",typeof:"typeof",u1:"u1",u2:"u2",underlineposition:"underlinePosition","underline-position":"underlinePosition",underlinethickness:"underlineThickness","underline-thickness":"underlineThickness",unicode:"unicode",unicodebidi:"unicodeBidi","unicode-bidi":"unicodeBidi",unicoderange:"unicodeRange","unicode-range":"unicodeRange",unitsperem:"unitsPerEm","units-per-em":"unitsPerEm",unselectable:"unselectable",valphabetic:"vAlphabetic","v-alphabetic":"vAlphabetic",values:"values",vectoreffect:"vectorEffect","vector-effect":"vectorEffect",version:"version",vertadvy:"vertAdvY","vert-adv-y":"vertAdvY",vertoriginx:"vertOriginX","vert-origin-x":"vertOriginX",vertoriginy:"vertOriginY","vert-origin-y":"vertOriginY",vhanging:"vHanging","v-hanging":"vHanging",videographic:"vIdeographic","v-ideographic":"vIdeographic",viewbox:"viewBox",viewtarget:"viewTarget",visibility:"visibility",vmathematical:"vMathematical","v-mathematical":"vMathematical",vocab:"vocab",widths:"widths",wordspacing:"wordSpacing","word-spacing":"wordSpacing",writingmode:"writingMode","writing-mode":"writingMode",x1:"x1",x2:"x2",x:"x",xchannelselector:"xChannelSelector",xheight:"xHeight","x-height":"xHeight",xlinkactuate:"xlinkActuate","xlink:actuate":"xlinkActuate",xlinkarcrole:"xlinkArcrole","xlink:arcrole":"xlinkArcrole",xlinkhref:"xlinkHref","xlink:href":"xlinkHref",xlinkrole:"xlinkRole","xlink:role":"xlinkRole",xlinkshow:"xlinkShow","xlink:show":"xlinkShow",xlinktitle:"xlinkTitle","xlink:title":"xlinkTitle",xlinktype:"xlinkType","xlink:type":"xlinkType",xmlbase:"xmlBase","xml:base":"xmlBase",xmllang:"xmlLang","xml:lang":"xmlLang",xmlns:"xmlns","xml:space":"xmlSpace",xmlnsxlink:"xmlnsXlink","xmlns:xlink":"xmlnsXlink",xmlspace:"xmlSpace",y1:"y1",y2:"y2",y:"y",ychannelselector:"yChannelSelector",z:"z",zoomandpan:"zoomAndPan"},Qd={"aria-current":0,"aria-description":0,"aria-details":0,"aria-disabled":0,"aria-hidden":0,"aria-invalid":0,"aria-keyshortcuts":0,"aria-label":0,"aria-roledescription":0,"aria-autocomplete":0,"aria-checked":0,"aria-expanded":0,"aria-haspopup":0,"aria-level":0,"aria-modal":0,"aria-multiline":0,"aria-multiselectable":0,"aria-orientation":0,"aria-placeholder":0,"aria-pressed":0,"aria-readonly":0,"aria-required":0,"aria-selected":0,"aria-sort":0,"aria-valuemax":0,"aria-valuemin":0,"aria-valuenow":0,"aria-valuetext":0,"aria-atomic":0,"aria-busy":0,"aria-live":0,"aria-relevant":0,"aria-dropeffect":0,"aria-grabbed":0,"aria-activedescendant":0,"aria-colcount":0,"aria-colindex":0,"aria-colspan":0,"aria-controls":0,"aria-describedby":0,"aria-errormessage":0,"aria-flowto":0,"aria-labelledby":0,"aria-owns":0,"aria-posinset":0,"aria-rowcount":0,"aria-rowindex":0,"aria-rowspan":0,"aria-setsize":0},ka={},i2=new RegExp("^(aria)-["+Ge+"]*$"),Ns=new RegExp("^(aria)[A-Z]["+Ge+"]*$");function l2(e,t){{if(On.call(ka,t)&&ka[t])return!0;if(Ns.test(t)){var a="aria-"+t.slice(4).toLowerCase(),o=Qd.hasOwnProperty(a)?a:null;if(o==null)return y("Invalid ARIA attribute `%s`. ARIA attributes follow the pattern aria-* and must be lowercase.",t),ka[t]=!0,!0;if(t!==o)return y("Invalid ARIA attribute `%s`. Did you mean `%s`?",t,o),ka[t]=!0,!0}if(i2.test(t)){var l=t.toLowerCase(),c=Qd.hasOwnProperty(l)?l:null;if(c==null)return ka[t]=!0,!1;if(t!==c)return y("Unknown ARIA attribute `%s`. Did you mean `%s`?",t,c),ka[t]=!0,!0}}return!0}function Zd(e,t){{var a=[];for(var o in t){var l=l2(e,o);l||a.push(o)}var c=a.map(function(h){return"`"+h+"`"}).join(", ");a.length===1?y("Invalid aria prop %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",c,e):a.length>1&&y("Invalid aria props %s on <%s> tag. For details, see https://reactjs.org/link/invalid-aria-props",c,e)}}function eu(e,t){ro(e,t)||Zd(e,t)}var vi=!1;function s2(e,t){{if(e!=="input"&&e!=="textarea"&&e!=="select")return;t!=null&&t.value===null&&!vi&&(vi=!0,e==="select"&&t.multiple?y("`value` prop on `%s` should not be null. Consider using an empty array when `multiple` is set to `true` to clear the component or `undefined` for uncontrolled components.",e):y("`value` prop on `%s` should not be null. Consider using an empty string to clear the component or `undefined` for uncontrolled components.",e))}}var u2=function(){};{var Cn={},c2=/^on./,Kd=/^on[^A-Z]/,Yd=new RegExp("^(aria)-["+Ge+"]*$"),Gd=new RegExp("^(aria)[A-Z]["+Ge+"]*$");u2=function(e,t,a,o){if(On.call(Cn,t)&&Cn[t])return!0;var l=t.toLowerCase();if(l==="onfocusin"||l==="onfocusout")return y("React uses onFocus and onBlur instead of onFocusIn and onFocusOut. All React events are normalized to bubble, so onFocusIn and onFocusOut are not needed/supported by React."),Cn[t]=!0,!0;if(o!=null){var c=o.registrationNameDependencies,h=o.possibleRegistrationNames;if(c.hasOwnProperty(t))return!0;var g=h.hasOwnProperty(l)?h[l]:null;if(g!=null)return y("Invalid event handler property `%s`. Did you mean `%s`?",t,g),Cn[t]=!0,!0;if(c2.test(t))return y("Unknown event handler property `%s`. It will be ignored.",t),Cn[t]=!0,!0}else if(c2.test(t))return Kd.test(t)&&y("Invalid event handler property `%s`. React events use the camelCase naming convention, for example `onClick`.",t),Cn[t]=!0,!0;if(Yd.test(t)||Gd.test(t))return!0;if(l==="innerhtml")return y("Directly setting property `innerHTML` is not permitted. For more information, lookup documentation on `dangerouslySetInnerHTML`."),Cn[t]=!0,!0;if(l==="aria")return y("The `aria` attribute is reserved for future use in React. Pass individual `aria-` attributes instead."),Cn[t]=!0,!0;if(l==="is"&&a!==null&&a!==void 0&&typeof a!="string")return y("Received a `%s` for a string attribute `is`. If this is expected, cast the value to a string.",typeof a),Cn[t]=!0,!0;if(typeof a=="number"&&isNaN(a))return y("Received NaN for the `%s` attribute. If this is expected, cast the value to a string.",t),Cn[t]=!0,!0;var w=hs(t),x=w!==null&&w.type===ci;if(J1.hasOwnProperty(l)){var L=J1[l];if(L!==t)return y("Invalid DOM property `%s`. Did you mean `%s`?",t,L),Cn[t]=!0,!0}else if(!x&&t!==l)return y("React does not recognize the `%s` prop on a DOM element. If you intentionally want it to appear in the DOM as a custom attribute, spell it as lowercase `%s` instead. If you accidentally passed it from a parent component, remove it from the DOM element.",t,l),Cn[t]=!0,!0;return typeof a=="boolean"&&Xt(t,a,w,!1)?(a?y('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.',a,t,t,a,t):y('Received `%s` for a non-boolean attribute `%s`.\n\nIf you want to write it to the DOM, pass a string instead: %s="%s" or %s={value.toString()}.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.',a,t,t,a,t,t,t),Cn[t]=!0,!0):x?!0:Xt(t,a,w,!1)?(Cn[t]=!0,!1):((a==="false"||a==="true")&&w!==null&&w.type===Lr&&(y("Received the string `%s` for the boolean attribute `%s`. %s Did you mean %s={%s}?",a,t,a==="false"?"The browser will interpret it as a truthy value.":'Although this works, it will not work as expected if you pass the string "false".',t,a),Cn[t]=!0),!0)}}var Xd=function(e,t,a){{var o=[];for(var l in t){var c=u2(e,l,t[l],a);c||o.push(l)}var h=o.map(function(g){return"`"+g+"`"}).join(", ");o.length===1?y("Invalid value for prop %s on <%s> tag. Either remove it from the element, or pass a string or number value to keep it in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",h,e):o.length>1&&y("Invalid values for props %s on <%s> tag. Either remove them from the element, or pass a string or number value to keep them in the DOM. For details, see https://reactjs.org/link/attribute-behavior ",h,e)}};function Jd(e,t,a){ro(e,t)||Xd(e,t,a)}var ao=1,Ps=2,gi=4,J4=ao|Ps|gi,As=null;function js(e){As!==null&&y("Expected currently replaying event to be null. This error is likely caused by a bug in React. Please file an issue."),As=e}function e6(){As===null&&y("Expected currently replaying event to not be null. This error is likely caused by a bug in React. Please file an issue."),As=null}function e3(e){return e===As}function tu(e){var t=e.target||e.srcElement||window;return t.correspondingUseElement&&(t=t.correspondingUseElement),t.nodeType===no?t.parentNode:t}var Et=null,Mo=null,oo=null;function gl(e){var t=Zl(e);if(t){if(typeof Et!="function")throw new Error("setRestoreImplementation() needs to be called to handle a target for controlled events. This error is likely caused by a bug in React. Please file an issue.");var a=t.stateNode;if(a){var o=rf(a);Et(t.stateNode,t.type,o)}}}function t3(e){Et=e}function nu(e){Mo?oo?oo.push(e):oo=[e]:Mo=e}function Ms(){return Mo!==null||oo!==null}function Os(){if(Mo){var e=Mo,t=oo;if(Mo=null,oo=null,gl(e),t)for(var a=0;a<t.length;a++)gl(t[a])}}var yi=function(e,t){return e(t)},d2=function(){},f2=!1;function t6(){var e=Ms();e&&(d2(),Os())}function p2(e,t,a){if(f2)return e(t,a);f2=!0;try{return yi(e,t,a)}finally{f2=!1,t6()}}function ru(e,t,a){yi=e,d2=a}function au(e){return e==="button"||e==="input"||e==="select"||e==="textarea"}function h2(e,t,a){switch(e){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":return!!(a.disabled&&au(t));default:return!1}}function Ci(e,t){var a=e.stateNode;if(a===null)return null;var o=rf(a);if(o===null)return null;var l=o[t];if(h2(t,e.type,o))return null;if(l&&typeof l!="function")throw new Error("Expected `"+t+"` listener to be a function, instead got a value of `"+typeof l+"` type.");return l}var Ds=!1;if(qt)try{var bi={};Object.defineProperty(bi,"passive",{get:function(){Ds=!0}}),window.addEventListener("test",bi,bi),window.removeEventListener("test",bi,bi)}catch{Ds=!1}function n3(e,t,a,o,l,c,h,g,w){var x=Array.prototype.slice.call(arguments,3);try{t.apply(a,x)}catch(L){this.onError(L)}}var m2=n3;if(typeof window<"u"&&typeof window.dispatchEvent=="function"&&typeof document<"u"&&typeof document.createEvent=="function"){var v2=document.createElement("react");m2=function(e,t,a,o,l,c,h,g,w){if(typeof document>"u"||document===null)throw new Error("The `document` global was defined when React was initialized, but is not defined anymore. This can happen in a test environment if a component schedules an update from an asynchronous callback, but the test has already finished running. To solve this, you can either unmount the component at the end of your test (and ensure that any asynchronous operations get canceled in `componentWillUnmount`), or you can change the test itself to be asynchronous.");var x=document.createEvent("Event"),L=!1,D=!0,M=window.event,W=Object.getOwnPropertyDescriptor(window,"event");function Q(){v2.removeEventListener(F,he,!1),typeof window.event<"u"&&window.hasOwnProperty("event")&&(window.event=M)}var G=Array.prototype.slice.call(arguments,3);function he(){L=!0,Q(),t.apply(a,G),D=!1}var Pe,Ve=!1,et=!1;function Xe(Y){if(Pe=Y.error,Ve=!0,Pe===null&&Y.colno===0&&Y.lineno===0&&(et=!0),Y.defaultPrevented&&Pe!=null&&typeof Pe=="object")try{Pe._suppressLogging=!0}catch{}}var F="react-"+(e||"invokeguardedcallback");if(window.addEventListener("error",Xe),v2.addEventListener(F,he,!1),x.initEvent(F,!1,!1),v2.dispatchEvent(x),W&&Object.defineProperty(window,"event",W),L&&D&&(Ve?et&&(Pe=new Error("A cross-origin error was thrown. React doesn't have access to the actual error object in development. See https://reactjs.org/link/crossorigin-error for more information.")):Pe=new Error(`An error was thrown inside one of your components, but React doesn't know what it was. This is likely due to browser flakiness. React does its best to preserve the "Pause on exceptions" behavior of the DevTools, which requires some DEV-mode only tricks. It's possible that these don't work in your browser. Try triggering the error in production mode, or switching to a modern browser. If you suspect that this is actually an issue with React, please file an issue.`),this.onError(Pe)),window.removeEventListener("error",Xe),!L)return Q(),n3.apply(this,arguments)}}var n6=m2,Oo=!1,xa=null,Vs=!1,Do=null,Oa={onError:function(e){Oo=!0,xa=e}};function wi(e,t,a,o,l,c,h,g,w){Oo=!1,xa=null,n6.apply(Oa,arguments)}function io(e,t,a,o,l,c,h,g,w){if(wi.apply(this,arguments),Oo){var x=y2();Vs||(Vs=!0,Do=x)}}function g2(){if(Vs){var e=Do;throw Vs=!1,Do=null,e}}function r6(){return Oo}function y2(){if(Oo){var e=xa;return Oo=!1,xa=null,e}else throw new Error("clearCaughtError was called but no error was captured. This error is likely caused by a bug in React. Please file an issue.")}function Qr(e){return e._reactInternals}function $s(e){return e._reactInternals!==void 0}function yl(e,t){e._reactInternals=t}var Oe=0,Vo=1,Rt=2,Ke=4,pt=16,mt=32,Da=64,Fe=128,Ht=256,dr=512,Zr=1024,Pt=2048,Kr=4096,$o=8192,zs=16384,ou=Pt|Ke|Da|dr|Zr|zs,r3=32767,Ir=32768,bn=65536,Fs=131072,C2=1048576,b2=2097152,fr=4194304,zo=8388608,pr=16777216,ki=33554432,Cl=Ke|Zr|0,hr=Rt|Ke|pt|mt|dr|Kr|$o,Vn=Ke|Da|dr|$o,Yr=Pt|pt,En=fr|zo|b2,lo=p.ReactCurrentOwner;function Rr(e){var t=e,a=e;if(e.alternate)for(;t.return;)t=t.return;else{var o=t;do t=o,(t.flags&(Rt|Kr))!==Oe&&(a=t.return),o=t.return;while(o)}return t.tag===j?a:null}function w2(e){if(e.tag===me){var t=e.memoizedState;if(t===null){var a=e.alternate;a!==null&&(t=a.memoizedState)}if(t!==null)return t.dehydrated}return null}function iu(e){return e.tag===j?e.stateNode.containerInfo:null}function k2(e){return Rr(e)===e}function _r(e){{var t=lo.current;if(t!==null&&t.tag===P){var a=t,o=a.stateNode;o._warnedAboutRefsInRender||y("%s is accessing isMounted inside its render() function. render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",Qe(a)||"A component"),o._warnedAboutRefsInRender=!0}}var l=Qr(e);return l?Rr(l)===l:!1}function mr(e){if(Rr(e)!==e)throw new Error("Unable to find node on an unmounted component.")}function _t(e){var t=e.alternate;if(!t){var a=Rr(e);if(a===null)throw new Error("Unable to find node on an unmounted component.");return a!==e?null:e}for(var o=e,l=t;;){var c=o.return;if(c===null)break;var h=c.alternate;if(h===null){var g=c.return;if(g!==null){o=l=g;continue}break}if(c.child===h.child){for(var w=c.child;w;){if(w===o)return mr(c),e;if(w===l)return mr(c),t;w=w.sibling}throw new Error("Unable to find node on an unmounted component.")}if(o.return!==l.return)o=c,l=h;else{for(var x=!1,L=c.child;L;){if(L===o){x=!0,o=c,l=h;break}if(L===l){x=!0,l=c,o=h;break}L=L.sibling}if(!x){for(L=h.child;L;){if(L===o){x=!0,o=h,l=c;break}if(L===l){x=!0,l=h,o=c;break}L=L.sibling}if(!x)throw new Error("Child was not found in either parent set. This indicates a bug in React related to the return pointer. Please file an issue.")}}if(o.alternate!==l)throw new Error("Return fibers should always be each others' alternates. This error is likely caused by a bug in React. Please file an issue.")}if(o.tag!==j)throw new Error("Unable to find node on an unmounted component.");return o.stateNode.current===o?e:t}function Gr(e){var t=_t(e);return t!==null?x2(t):null}function x2(e){if(e.tag===$||e.tag===Z)return e;for(var t=e.child;t!==null;){var a=x2(t);if(a!==null)return a;t=t.sibling}return null}function a3(e){var t=_t(e);return t!==null?lu(t):null}function lu(e){if(e.tag===$||e.tag===Z)return e;for(var t=e.child;t!==null;){if(t.tag!==N){var a=lu(t);if(a!==null)return a}t=t.sibling}return null}var su=d.unstable_scheduleCallback,o3=d.unstable_cancelCallback,uu=d.unstable_shouldYield,i3=d.unstable_requestPaint,Ot=d.unstable_now,S2=d.unstable_getCurrentPriorityLevel,cu=d.unstable_ImmediatePriority,xi=d.unstable_UserBlockingPriority,Va=d.unstable_NormalPriority,l3=d.unstable_LowPriority,du=d.unstable_IdlePriority,bl=d.unstable_yieldValue,s3=d.unstable_setDisableYieldValue,so=null,fn=null,fe=null,Xr=!1,Nr=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u";function E2(e){if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u")return!1;var t=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(t.isDisabled)return!0;if(!t.supportsFiber)return y("The installed version of React DevTools is too old and will not work with the current version of React. Please update React DevTools. https://reactjs.org/link/react-devtools"),!0;try{Mt&&(e=nt({},e,{getLaneLabelMap:uo,injectProfilingHooks:u3})),so=t.inject(e),fn=t}catch(a){y("React instrumentation encountered an error: %s.",a)}return!!t.checkDCE}function L2(e,t){if(fn&&typeof fn.onScheduleFiberRoot=="function")try{fn.onScheduleFiberRoot(so,e,t)}catch(a){Xr||(Xr=!0,y("React instrumentation encountered an error: %s",a))}}function wl(e,t){if(fn&&typeof fn.onCommitFiberRoot=="function")try{var a=(e.current.flags&Fe)===Fe;if(sn){var o;switch(t){case Fn:o=cu;break;case Tn:o=xi;break;case fo:o=Va;break;case Xs:o=du;break;default:o=Va;break}fn.onCommitFiberRoot(so,e,o,a)}}catch(l){Xr||(Xr=!0,y("React instrumentation encountered an error: %s",l))}}function Jr(e){if(fn&&typeof fn.onPostCommitFiberRoot=="function")try{fn.onPostCommitFiberRoot(so,e)}catch(t){Xr||(Xr=!0,y("React instrumentation encountered an error: %s",t))}}function Si(e){if(fn&&typeof fn.onCommitFiberUnmount=="function")try{fn.onCommitFiberUnmount(so,e)}catch(t){Xr||(Xr=!0,y("React instrumentation encountered an error: %s",t))}}function nn(e){if(typeof bl=="function"&&(s3(e),b(e)),fn&&typeof fn.setStrictMode=="function")try{fn.setStrictMode(so,e)}catch(t){Xr||(Xr=!0,y("React instrumentation encountered an error: %s",t))}}function u3(e){fe=e}function uo(){{for(var e=new Map,t=1,a=0;a<qs;a++){var o=o6(t);e.set(t,o),t*=2}return e}}function Fo(e){fe!==null&&typeof fe.markCommitStarted=="function"&&fe.markCommitStarted(e)}function fu(){fe!==null&&typeof fe.markCommitStopped=="function"&&fe.markCommitStopped()}function kl(e){fe!==null&&typeof fe.markComponentRenderStarted=="function"&&fe.markComponentRenderStarted(e)}function vr(){fe!==null&&typeof fe.markComponentRenderStopped=="function"&&fe.markComponentRenderStopped()}function Ho(e){fe!==null&&typeof fe.markComponentPassiveEffectMountStarted=="function"&&fe.markComponentPassiveEffectMountStarted(e)}function pu(){fe!==null&&typeof fe.markComponentPassiveEffectMountStopped=="function"&&fe.markComponentPassiveEffectMountStopped()}function c3(e){fe!==null&&typeof fe.markComponentPassiveEffectUnmountStarted=="function"&&fe.markComponentPassiveEffectUnmountStarted(e)}function hu(){fe!==null&&typeof fe.markComponentPassiveEffectUnmountStopped=="function"&&fe.markComponentPassiveEffectUnmountStopped()}function d3(e){fe!==null&&typeof fe.markComponentLayoutEffectMountStarted=="function"&&fe.markComponentLayoutEffectMountStarted(e)}function Hs(){fe!==null&&typeof fe.markComponentLayoutEffectMountStopped=="function"&&fe.markComponentLayoutEffectMountStopped()}function Sa(e){fe!==null&&typeof fe.markComponentLayoutEffectUnmountStarted=="function"&&fe.markComponentLayoutEffectUnmountStarted(e)}function xl(){fe!==null&&typeof fe.markComponentLayoutEffectUnmountStopped=="function"&&fe.markComponentLayoutEffectUnmountStopped()}function Us(e,t,a){fe!==null&&typeof fe.markComponentErrored=="function"&&fe.markComponentErrored(e,t,a)}function Ei(e,t,a){fe!==null&&typeof fe.markComponentSuspended=="function"&&fe.markComponentSuspended(e,t,a)}function T2(e){fe!==null&&typeof fe.markLayoutEffectsStarted=="function"&&fe.markLayoutEffectsStarted(e)}function Sl(){fe!==null&&typeof fe.markLayoutEffectsStopped=="function"&&fe.markLayoutEffectsStopped()}function f3(e){fe!==null&&typeof fe.markPassiveEffectsStarted=="function"&&fe.markPassiveEffectsStarted(e)}function I2(){fe!==null&&typeof fe.markPassiveEffectsStopped=="function"&&fe.markPassiveEffectsStopped()}function At(e){fe!==null&&typeof fe.markRenderStarted=="function"&&fe.markRenderStarted(e)}function mu(){fe!==null&&typeof fe.markRenderYielded=="function"&&fe.markRenderYielded()}function vu(){fe!==null&&typeof fe.markRenderStopped=="function"&&fe.markRenderStopped()}function R2(e){fe!==null&&typeof fe.markRenderScheduled=="function"&&fe.markRenderScheduled(e)}function gu(e,t){fe!==null&&typeof fe.markForceUpdateScheduled=="function"&&fe.markForceUpdateScheduled(e,t)}function Bs(e,t){fe!==null&&typeof fe.markStateUpdateScheduled=="function"&&fe.markStateUpdateScheduled(e,t)}var Re=0,_e=1,He=2,Je=8,Pr=16,El=Math.clz32?Math.clz32:$n,Ws=Math.log,a6=Math.LN2;function $n(e){var t=e>>>0;return t===0?32:31-(Ws(t)/a6|0)|0}var qs=31,te=0,rn=0,Ae=1,Ln=2,Ar=4,co=8,ea=16,Ll=32,Li=4194240,Tl=64,yu=128,Cu=256,bu=512,wu=1024,ku=2048,Ti=4096,xu=8192,Il=16384,Rl=32768,Su=65536,Qs=131072,Eu=262144,Lu=524288,Tu=1048576,Iu=2097152,_l=130023424,Ii=4194304,Ru=8388608,_u=16777216,_2=33554432,Nu=67108864,p3=Ii,Zs=134217728,N2=268435455,Nl=268435456,Uo=536870912,zn=1073741824;function o6(e){{if(e&Ae)return"Sync";if(e&Ln)return"InputContinuousHydration";if(e&Ar)return"InputContinuous";if(e&co)return"DefaultHydration";if(e&ea)return"Default";if(e&Ll)return"TransitionHydration";if(e&Li)return"Transition";if(e&_l)return"Retry";if(e&Zs)return"SelectiveHydration";if(e&Nl)return"IdleHydration";if(e&Uo)return"Idle";if(e&zn)return"Offscreen"}}var Tt=-1,Pu=Tl,gr=Ii;function Ri(e){switch(Qt(e)){case Ae:return Ae;case Ln:return Ln;case Ar:return Ar;case co:return co;case ea:return ea;case Ll:return Ll;case Tl:case yu:case Cu:case bu:case wu:case ku:case Ti:case xu:case Il:case Rl:case Su:case Qs:case Eu:case Lu:case Tu:case Iu:return e&Li;case Ii:case Ru:case _u:case _2:case Nu:return e&_l;case Zs:return Zs;case Nl:return Nl;case Uo:return Uo;case zn:return zn;default:return y("Should have found matching lanes. This is a bug in React."),e}}function _i(e,t){var a=e.pendingLanes;if(a===te)return te;var o=te,l=e.suspendedLanes,c=e.pingedLanes,h=a&N2;if(h!==te){var g=h&~l;if(g!==te)o=Ri(g);else{var w=h&c;w!==te&&(o=Ri(w))}}else{var x=a&~l;x!==te?o=Ri(x):c!==te&&(o=Ri(c))}if(o===te)return te;if(t!==te&&t!==o&&(t&l)===te){var L=Qt(o),D=Qt(t);if(L>=D||L===ea&&(D&Li)!==te)return t}(o&Ar)!==te&&(o|=a&ea);var M=e.entangledLanes;if(M!==te)for(var W=e.entanglements,Q=o&M;Q>0;){var G=Wo(Q),he=1<<G;o|=W[G],Q&=~he}return o}function h3(e,t){for(var a=e.eventTimes,o=Tt;t>0;){var l=Wo(t),c=1<<l,h=a[l];h>o&&(o=h),t&=~c}return o}function m3(e,t){switch(e){case Ae:case Ln:case Ar:return t+250;case co:case ea:case Ll:case Tl:case yu:case Cu:case bu:case wu:case ku:case Ti:case xu:case Il:case Rl:case Su:case Qs:case Eu:case Lu:case Tu:case Iu:return t+5e3;case Ii:case Ru:case _u:case _2:case Nu:return Tt;case Zs:case Nl:case Uo:case zn:return Tt;default:return y("Should have found matching lanes. This is a bug in React."),Tt}}function v3(e,t){for(var a=e.pendingLanes,o=e.suspendedLanes,l=e.pingedLanes,c=e.expirationTimes,h=a;h>0;){var g=Wo(h),w=1<<g,x=c[g];x===Tt?((w&o)===te||(w&l)!==te)&&(c[g]=m3(w,t)):x<=t&&(e.expiredLanes|=w),h&=~w}}function P2(e){return Ri(e.pendingLanes)}function Bo(e){var t=e.pendingLanes&~zn;return t!==te?t:t&zn?zn:te}function A2(e){return(e&Ae)!==te}function Ks(e){return(e&N2)!==te}function g3(e){return(e&_l)===e}function y3(e){var t=Ae|Ar|ea;return(e&t)===te}function C3(e){return(e&Li)===e}function Ys(e,t){var a=Ln|Ar|co|ea;return(t&a)!==te}function b3(e,t){return(t&e.expiredLanes)!==te}function j2(e){return(e&Li)!==te}function w3(){var e=Pu;return Pu<<=1,(Pu&Li)===te&&(Pu=Tl),e}function yr(){var e=gr;return gr<<=1,(gr&_l)===te&&(gr=Ii),e}function Qt(e){return e&-e}function Pl(e){return Qt(e)}function Wo(e){return 31-El(e)}function Au(e){return Wo(e)}function Cr(e,t){return(e&t)!==te}function Ni(e,t){return(e&t)===t}function Ze(e,t){return e|t}function Gs(e,t){return e&~t}function ju(e,t){return e&t}function k3(e,t){return e!==rn&&e<t?e:t}function Mu(e){for(var t=[],a=0;a<qs;a++)t.push(e);return t}function Pi(e,t,a){e.pendingLanes|=t,t!==Uo&&(e.suspendedLanes=te,e.pingedLanes=te);var o=e.eventTimes,l=Au(t);o[l]=a}function M2(e,t){e.suspendedLanes|=t,e.pingedLanes&=~t;for(var a=e.expirationTimes,o=t;o>0;){var l=Wo(o),c=1<<l;a[l]=Tt,o&=~c}}function O2(e,t,a){e.pingedLanes|=e.suspendedLanes&t}function D2(e,t){var a=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=te,e.pingedLanes=te,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t;for(var o=e.entanglements,l=e.eventTimes,c=e.expirationTimes,h=a;h>0;){var g=Wo(h),w=1<<g;o[g]=te,l[g]=Tt,c[g]=Tt,h&=~w}}function Al(e,t){for(var a=e.entangledLanes|=t,o=e.entanglements,l=a;l;){var c=Wo(l),h=1<<c;h&t|o[c]&t&&(o[c]|=t),l&=~h}}function i6(e,t){var a=Qt(t),o;switch(a){case Ar:o=Ln;break;case ea:o=co;break;case Tl:case yu:case Cu:case bu:case wu:case ku:case Ti:case xu:case Il:case Rl:case Su:case Qs:case Eu:case Lu:case Tu:case Iu:case Ii:case Ru:case _u:case _2:case Nu:o=Ll;break;case Uo:o=Nl;break;default:o=rn;break}return(o&(e.suspendedLanes|t))!==rn?rn:o}function V2(e,t,a){if(Nr)for(var o=e.pendingUpdatersLaneMap;a>0;){var l=Au(a),c=1<<l,h=o[l];h.add(t),a&=~c}}function Ou(e,t){if(Nr)for(var a=e.pendingUpdatersLaneMap,o=e.memoizedUpdaters;t>0;){var l=Au(t),c=1<<l,h=a[l];h.size>0&&(h.forEach(function(g){var w=g.alternate;(w===null||!o.has(w))&&o.add(g)}),h.clear()),t&=~c}}function $2(e,t){return null}var Fn=Ae,Tn=Ar,fo=ea,Xs=Uo,Ai=rn;function ta(){return Ai}function pn(e){Ai=e}function Js(e,t){var a=Ai;try{return Ai=e,t()}finally{Ai=a}}function Hn(e,t){return e!==0&&e<t?e:t}function l6(e,t){return e>t?e:t}function z2(e,t){return e!==0&&e<t}function e1(e){var t=Qt(e);return z2(Fn,t)?z2(Tn,t)?Ks(t)?fo:Xs:Tn:Fn}function hn(e){var t=e.current.memoizedState;return t.isDehydrated}var x3;function Se(e){x3=e}function jl(e){x3(e)}var Du;function S3(e){Du=e}var E3;function t1(e){E3=e}var n1;function F2(e){n1=e}var H2;function L3(e){H2=e}var Vu=!1,Ml=[],$a=null,jt=null,wn=null,na=new Map,Ol=new Map,po=[],Ea=["mousedown","mouseup","touchcancel","touchend","touchstart","auxclick","dblclick","pointercancel","pointerdown","pointerup","dragend","dragstart","drop","compositionend","compositionstart","keydown","keypress","keyup","input","textInput","copy","cut","paste","click","change","contextmenu","reset","submit"];function T3(e){return Ea.indexOf(e)>-1}function za(e,t,a,o,l){return{blockedOn:e,domEventName:t,eventSystemFlags:a,nativeEvent:l,targetContainers:[o]}}function I3(e,t){switch(e){case"focusin":case"focusout":$a=null;break;case"dragenter":case"dragleave":jt=null;break;case"mouseover":case"mouseout":wn=null;break;case"pointerover":case"pointerout":{var a=t.pointerId;na.delete(a);break}case"gotpointercapture":case"lostpointercapture":{var o=t.pointerId;Ol.delete(o);break}}}function Dl(e,t,a,o,l,c){if(e===null||e.nativeEvent!==c){var h=za(t,a,o,l,c);if(t!==null){var g=Zl(t);g!==null&&Du(g)}return h}e.eventSystemFlags|=o;var w=e.targetContainers;return l!==null&&w.indexOf(l)===-1&&w.push(l),e}function R3(e,t,a,o,l){switch(t){case"focusin":{var c=l;return $a=Dl($a,e,t,a,o,c),!0}case"dragenter":{var h=l;return jt=Dl(jt,e,t,a,o,h),!0}case"mouseover":{var g=l;return wn=Dl(wn,e,t,a,o,g),!0}case"pointerover":{var w=l,x=w.pointerId;return na.set(x,Dl(na.get(x)||null,e,t,a,o,w)),!0}case"gotpointercapture":{var L=l,D=L.pointerId;return Ol.set(D,Dl(Ol.get(D)||null,e,t,a,o,L)),!0}}return!1}function U2(e){var t=d1(e.target);if(t!==null){var a=Rr(t);if(a!==null){var o=a.tag;if(o===me){var l=w2(a);if(l!==null){e.blockedOn=l,H2(e.priority,function(){E3(a)});return}}else if(o===j){var c=a.stateNode;if(hn(c)){e.blockedOn=iu(a);return}}}}e.blockedOn=null}function _3(e){for(var t=n1(),a={blockedOn:null,target:e,priority:t},o=0;o<po.length&&z2(t,po[o].priority);o++);po.splice(o,0,a),o===0&&U2(a)}function $u(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;t.length>0;){var a=t[0],o=ji(e.domEventName,e.eventSystemFlags,a,e.nativeEvent);if(o===null){var l=e.nativeEvent,c=new l.constructor(l.type,l);js(c),l.target.dispatchEvent(c),e6()}else{var h=Zl(o);return h!==null&&Du(h),e.blockedOn=o,!1}t.shift()}return!0}function r1(e,t,a){$u(e)&&a.delete(t)}function B2(){Vu=!1,$a!==null&&$u($a)&&($a=null),jt!==null&&$u(jt)&&(jt=null),wn!==null&&$u(wn)&&(wn=null),na.forEach(r1),Ol.forEach(r1)}function Un(e,t){e.blockedOn===t&&(e.blockedOn=null,Vu||(Vu=!0,d.unstable_scheduleCallback(d.unstable_NormalPriority,B2)))}function rt(e){if(Ml.length>0){Un(Ml[0],e);for(var t=1;t<Ml.length;t++){var a=Ml[t];a.blockedOn===e&&(a.blockedOn=null)}}$a!==null&&Un($a,e),jt!==null&&Un(jt,e),wn!==null&&Un(wn,e);var o=function(g){return Un(g,e)};na.forEach(o),Ol.forEach(o);for(var l=0;l<po.length;l++){var c=po[l];c.blockedOn===e&&(c.blockedOn=null)}for(;po.length>0;){var h=po[0];if(h.blockedOn!==null)break;U2(h),h.blockedOn===null&&po.shift()}}var Dt=p.ReactCurrentBatchConfig,Ut=!0;function kn(e){Ut=!!e}function jr(){return Ut}function Vl(e,t,a){var o=Kn(t),l;switch(o){case Fn:l=mn;break;case Tn:l=a1;break;case fo:default:l=ho;break}return l.bind(null,t,a,e)}function mn(e,t,a,o){var l=ta(),c=Dt.transition;Dt.transition=null;try{pn(Fn),ho(e,t,a,o)}finally{pn(l),Dt.transition=c}}function a1(e,t,a,o){var l=ta(),c=Dt.transition;Dt.transition=null;try{pn(Tn),ho(e,t,a,o)}finally{pn(l),Dt.transition=c}}function ho(e,t,a,o){Ut&&zu(e,t,a,o)}function zu(e,t,a,o){var l=ji(e,t,a,o);if(l===null){T6(e,t,o,$l,a),I3(e,o);return}if(R3(l,e,t,a,o)){o.stopPropagation();return}if(I3(e,o),t&gi&&T3(e)){for(;l!==null;){var c=Zl(l);c!==null&&jl(c);var h=ji(e,t,a,o);if(h===null&&T6(e,t,o,$l,a),h===l)break;l=h}l!==null&&o.stopPropagation();return}T6(e,t,o,null,a)}var $l=null;function ji(e,t,a,o){$l=null;var l=tu(o),c=d1(l);if(c!==null){var h=Rr(c);if(h===null)c=null;else{var g=h.tag;if(g===me){var w=w2(h);if(w!==null)return w;c=null}else if(g===j){var x=h.stateNode;if(hn(x))return iu(h);c=null}else h!==c&&(c=null)}}return $l=c,null}function Kn(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return Fn;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return Tn;case"message":{var t=S2();switch(t){case cu:return Fn;case xi:return Tn;case Va:case l3:return fo;case du:return Xs;default:return fo}}default:return fo}}function W2(e,t,a){return e.addEventListener(t,a,!1),a}function zl(e,t,a){return e.addEventListener(t,a,!0),a}function mo(e,t,a,o){return e.addEventListener(t,a,{capture:!0,passive:o}),a}function Fu(e,t,a,o){return e.addEventListener(t,a,{passive:o}),a}var Mi=null,Fa=null,qo=null;function Qo(e){return Mi=e,Fa=Uu(),!0}function Hu(){Mi=null,Fa=null,qo=null}function Fl(){if(qo)return qo;var e,t=Fa,a=t.length,o,l=Uu(),c=l.length;for(e=0;e<a&&t[e]===l[e];e++);var h=a-e;for(o=1;o<=h&&t[a-o]===l[c-o];o++);var g=o>1?1-o:void 0;return qo=l.slice(e,g),qo}function Uu(){return"value"in Mi?Mi.value:Mi.textContent}function Oi(e){var t,a=e.keyCode;return"charCode"in e?(t=e.charCode,t===0&&a===13&&(t=13)):t=a,t===10&&(t=13),t>=32||t===13?t:0}function Di(){return!0}function Bn(){return!1}function an(e){function t(a,o,l,c,h){this._reactName=a,this._targetInst=l,this.type=o,this.nativeEvent=c,this.target=h,this.currentTarget=null;for(var g in e)if(e.hasOwnProperty(g)){var w=e[g];w?this[g]=w(c):this[g]=c[g]}var x=c.defaultPrevented!=null?c.defaultPrevented:c.returnValue===!1;return x?this.isDefaultPrevented=Di:this.isDefaultPrevented=Bn,this.isPropagationStopped=Bn,this}return nt(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var a=this.nativeEvent;a&&(a.preventDefault?a.preventDefault():typeof a.returnValue!="unknown"&&(a.returnValue=!1),this.isDefaultPrevented=Di)},stopPropagation:function(){var a=this.nativeEvent;a&&(a.stopPropagation?a.stopPropagation():typeof a.cancelBubble!="unknown"&&(a.cancelBubble=!0),this.isPropagationStopped=Di)},persist:function(){},isPersistent:Di}),t}var Wn={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},qn=an(Wn),Hl=nt({},Wn,{view:0,detail:0}),q2=an(Hl),o1,Q2,ra;function N3(e){e!==ra&&(ra&&e.type==="mousemove"?(o1=e.screenX-ra.screenX,Q2=e.screenY-ra.screenY):(o1=0,Q2=0),ra=e)}var Ul=nt({},Hl,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:qu,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(N3(e),o1)},movementY:function(e){return"movementY"in e?e.movementY:Q2}}),Zo=an(Ul),Z2=nt({},Ul,{dataTransfer:0}),Vi=an(Z2),P3=nt({},Hl,{relatedTarget:0}),Bu=an(P3),K2=nt({},Wn,{animationName:0,elapsedTime:0,pseudoElement:0}),Wu=an(K2),s6=nt({},Wn,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),u6=an(s6),A3=nt({},Wn,{data:0}),Y2=an(A3),$i=Y2,c6={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},Bl={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"};function j3(e){if(e.key){var t=c6[e.key]||e.key;if(t!=="Unidentified")return t}if(e.type==="keypress"){var a=Oi(e);return a===13?"Enter":String.fromCharCode(a)}return e.type==="keydown"||e.type==="keyup"?Bl[e.keyCode]||"Unidentified":""}var Bt={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function d6(e){var t=this,a=t.nativeEvent;if(a.getModifierState)return a.getModifierState(e);var o=Bt[e];return o?!!a[o]:!1}function qu(e){return d6}var f6=nt({},Hl,{key:j3,code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:qu,charCode:function(e){return e.type==="keypress"?Oi(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?Oi(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),p6=an(f6),M3=nt({},Ul,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),G2=an(M3),h6=nt({},Hl,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:qu}),aa=an(h6),X2=nt({},Wn,{propertyName:0,elapsedTime:0,pseudoElement:0}),m6=an(X2),Ko=nt({},Ul,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),Qu=an(Ko),zi=[9,13,27,32],i1=229,l1=qt&&"CompositionEvent"in window,Fi=null;qt&&"documentMode"in document&&(Fi=document.documentMode);var v6=qt&&"TextEvent"in window&&!Fi,Zu=qt&&(!l1||Fi&&Fi>8&&Fi<=11),O3=32,J2=String.fromCharCode(O3);function D3(){lr("onBeforeInput",["compositionend","keypress","textInput","paste"]),lr("onCompositionEnd",["compositionend","focusout","keydown","keypress","keyup","mousedown"]),lr("onCompositionStart",["compositionstart","focusout","keydown","keypress","keyup","mousedown"]),lr("onCompositionUpdate",["compositionupdate","focusout","keydown","keypress","keyup","mousedown"])}var s1=!1;function Ku(e){return(e.ctrlKey||e.altKey||e.metaKey)&&!(e.ctrlKey&&e.altKey)}function V3(e){switch(e){case"compositionstart":return"onCompositionStart";case"compositionend":return"onCompositionEnd";case"compositionupdate":return"onCompositionUpdate"}}function e0(e,t){return e==="keydown"&&t.keyCode===i1}function $3(e,t){switch(e){case"keyup":return zi.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==i1;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function t0(e){var t=e.detail;return typeof t=="object"&&"data"in t?t.data:null}function Yu(e){return e.locale==="ko"}var vo=!1;function n0(e,t,a,o,l){var c,h;if(l1?c=V3(t):vo?$3(t,o)&&(c="onCompositionEnd"):e0(t,o)&&(c="onCompositionStart"),!c)return null;Zu&&!Yu(o)&&(!vo&&c==="onCompositionStart"?vo=Qo(l):c==="onCompositionEnd"&&vo&&(h=Fl()));var g=B3(a,c);if(g.length>0){var w=new Y2(c,t,null,o,l);if(e.push({event:w,listeners:g}),h)w.data=h;else{var x=t0(o);x!==null&&(w.data=x)}}}function Gu(e,t){switch(e){case"compositionend":return t0(t);case"keypress":var a=t.which;return a!==O3?null:(s1=!0,J2);case"textInput":var o=t.data;return o===J2&&s1?null:o;default:return null}}function z3(e,t){if(vo){if(e==="compositionend"||!l1&&$3(e,t)){var a=Fl();return Hu(),vo=!1,a}return null}switch(e){case"paste":return null;case"keypress":if(!Ku(t)){if(t.char&&t.char.length>1)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return Zu&&!Yu(t)?null:t.data;default:return null}}function g6(e,t,a,o,l){var c;if(v6?c=Gu(t,o):c=z3(t,o),!c)return null;var h=B3(a,"onBeforeInput");if(h.length>0){var g=new $i("onBeforeInput","beforeinput",null,o,l);e.push({event:g,listeners:h}),g.data=c}}function Xu(e,t,a,o,l,c,h){n0(e,t,a,o,l),g6(e,t,a,o,l)}var y6={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function Wl(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!y6[e.type]:t==="textarea"}/**
|
|
59
|
-
* Checks if an event is supported in the current execution environment.
|
|
60
|
-
*
|
|
61
|
-
* NOTE: This will not work correctly for non-generic events such as `change`,
|
|
62
|
-
* `reset`, `load`, `error`, and `select`.
|
|
63
|
-
*
|
|
64
|
-
* Borrows from Modernizr.
|
|
65
|
-
*
|
|
66
|
-
* @param {string} eventNameSuffix Event name, e.g. "click".
|
|
67
|
-
* @return {boolean} True if the event is supported.
|
|
68
|
-
* @internal
|
|
69
|
-
* @license Modernizr 3.0.0pre (Custom Build) | MIT
|
|
70
|
-
*/function C6(e){if(!qt)return!1;var t="on"+e,a=t in document;if(!a){var o=document.createElement("div");o.setAttribute(t,"return;"),a=typeof o[t]=="function"}return a}function Ju(){lr("onChange",["change","click","focusin","focusout","input","keydown","keyup","selectionchange"])}function n(e,t,a,o){nu(o);var l=B3(t,"onChange");if(l.length>0){var c=new qn("onChange","change",null,a,o);e.push({event:c,listeners:l})}}var r=null,i=null;function u(e){var t=e.nodeName&&e.nodeName.toLowerCase();return t==="select"||t==="input"&&e.type==="file"}function f(e){var t=[];n(t,i,e,tu(e)),p2(m,t)}function m(e){s5(e,0)}function k(e){var t=oc(e);if(xd(t))return e}function R(e,t){if(e==="change")return t}var A=!1;qt&&(A=C6("input")&&(!document.documentMode||document.documentMode>9));function q(e,t){r=e,i=t,r.attachEvent("onpropertychange",ie)}function ne(){r&&(r.detachEvent("onpropertychange",ie),r=null,i=null)}function ie(e){e.propertyName==="value"&&k(i)&&f(e)}function re(e,t,a){e==="focusin"?(ne(),q(t,a)):e==="focusout"&&ne()}function Ce(e,t){if(e==="selectionchange"||e==="keyup"||e==="keydown")return k(i)}function Ee(e){var t=e.nodeName;return t&&t.toLowerCase()==="input"&&(e.type==="checkbox"||e.type==="radio")}function Ie(e,t){if(e==="click")return k(t)}function Zt(e,t){if(e==="input"||e==="change")return k(t)}function z(e){var t=e._wrapperState;!t||!t.controlled||e.type!=="number"||Ao(e,"number",e.value)}function O(e,t,a,o,l,c,h){var g=a?oc(a):window,w,x;if(u(g)?w=R:Wl(g)?A?w=Zt:(w=Ce,x=re):Ee(g)&&(w=Ie),w){var L=w(t,a);if(L){n(e,L,o,l);return}}x&&x(t,g,a),t==="focusout"&&z(g)}function B(){ma("onMouseEnter",["mouseout","mouseover"]),ma("onMouseLeave",["mouseout","mouseover"]),ma("onPointerEnter",["pointerout","pointerover"]),ma("onPointerLeave",["pointerout","pointerover"])}function ue(e,t,a,o,l,c,h){var g=t==="mouseover"||t==="pointerover",w=t==="mouseout"||t==="pointerout";if(g&&!e3(o)){var x=o.relatedTarget||o.fromElement;if(x&&(d1(x)||v0(x)))return}if(!(!w&&!g)){var L;if(l.window===l)L=l;else{var D=l.ownerDocument;D?L=D.defaultView||D.parentWindow:L=window}var M,W;if(w){var Q=o.relatedTarget||o.toElement;if(M=a,W=Q?d1(Q):null,W!==null){var G=Rr(W);(W!==G||W.tag!==$&&W.tag!==Z)&&(W=null)}}else M=null,W=a;if(M!==W){var he=Zo,Pe="onMouseLeave",Ve="onMouseEnter",et="mouse";(t==="pointerout"||t==="pointerover")&&(he=G2,Pe="onPointerLeave",Ve="onPointerEnter",et="pointer");var Xe=M==null?L:oc(M),F=W==null?L:oc(W),Y=new he(Pe,et+"leave",M,o,l);Y.target=Xe,Y.relatedTarget=F;var U=null,le=d1(l);if(le===a){var we=new he(Ve,et+"enter",W,o,l);we.target=F,we.relatedTarget=Xe,U=we}ly(e,Y,U,M,W)}}}function Ne(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var Le=typeof Object.is=="function"?Object.is:Ne;function je(e,t){if(Le(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var a=Object.keys(e),o=Object.keys(t);if(a.length!==o.length)return!1;for(var l=0;l<a.length;l++){var c=a[l];if(!On.call(t,c)||!Le(e[c],t[c]))return!1}return!0}function Ue(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function xn(e){for(;e;){if(e.nextSibling)return e.nextSibling;e=e.parentNode}}function st(e,t){for(var a=Ue(e),o=0,l=0;a;){if(a.nodeType===no){if(l=o+a.textContent.length,o<=t&&l>=t)return{node:a,offset:t-o};o=l}a=Ue(xn(a))}}function Yo(e){var t=e.ownerDocument,a=t&&t.defaultView||window,o=a.getSelection&&a.getSelection();if(!o||o.rangeCount===0)return null;var l=o.anchorNode,c=o.anchorOffset,h=o.focusNode,g=o.focusOffset;try{l.nodeType,h.nodeType}catch{return null}return b6(e,l,c,h,g)}function b6(e,t,a,o,l){var c=0,h=-1,g=-1,w=0,x=0,L=e,D=null;e:for(;;){for(var M=null;L===t&&(a===0||L.nodeType===no)&&(h=c+a),L===o&&(l===0||L.nodeType===no)&&(g=c+l),L.nodeType===no&&(c+=L.nodeValue.length),(M=L.firstChild)!==null;)D=L,L=M;for(;;){if(L===e)break e;if(D===t&&++w===a&&(h=c),D===o&&++x===l&&(g=c),(M=L.nextSibling)!==null)break;L=D,D=L.parentNode}L=M}return h===-1||g===-1?null:{start:h,end:g}}function Hg(e,t){var a=e.ownerDocument||document,o=a&&a.defaultView||window;if(o.getSelection){var l=o.getSelection(),c=e.textContent.length,h=Math.min(t.start,c),g=t.end===void 0?h:Math.min(t.end,c);if(!l.extend&&h>g){var w=g;g=h,h=w}var x=st(e,h),L=st(e,g);if(x&&L){if(l.rangeCount===1&&l.anchorNode===x.node&&l.anchorOffset===x.offset&&l.focusNode===L.node&&l.focusOffset===L.offset)return;var D=a.createRange();D.setStart(x.node,x.offset),l.removeAllRanges(),h>g?(l.addRange(D),l.extend(L.node,L.offset)):(D.setEnd(L.node,L.offset),l.addRange(D))}}}function Y7(e){return e&&e.nodeType===no}function G7(e,t){return!e||!t?!1:e===t?!0:Y7(e)?!1:Y7(t)?G7(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1}function Ug(e){return e&&e.ownerDocument&&G7(e.ownerDocument.documentElement,e)}function Bg(e){try{return typeof e.contentWindow.location.href=="string"}catch{return!1}}function X7(){for(var e=window,t=H1();t instanceof e.HTMLIFrameElement;){if(Bg(t))e=t.contentWindow;else return t;t=H1(e.document)}return t}function w6(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function Wg(){var e=X7();return{focusedElem:e,selectionRange:w6(e)?Qg(e):null}}function qg(e){var t=X7(),a=e.focusedElem,o=e.selectionRange;if(t!==a&&Ug(a)){o!==null&&w6(a)&&Zg(a,o);for(var l=[],c=a;c=c.parentNode;)c.nodeType===cr&&l.push({element:c,left:c.scrollLeft,top:c.scrollTop});typeof a.focus=="function"&&a.focus();for(var h=0;h<l.length;h++){var g=l[h];g.element.scrollLeft=g.left,g.element.scrollTop=g.top}}}function Qg(e){var t;return"selectionStart"in e?t={start:e.selectionStart,end:e.selectionEnd}:t=Yo(e),t||{start:0,end:0}}function Zg(e,t){var a=t.start,o=t.end;o===void 0&&(o=a),"selectionStart"in e?(e.selectionStart=a,e.selectionEnd=Math.min(o,e.value.length)):Hg(e,t)}var Kg=qt&&"documentMode"in document&&document.documentMode<=11;function Yg(){lr("onSelect",["focusout","contextmenu","dragend","focusin","keydown","keyup","mousedown","mouseup","selectionchange"])}var ec=null,k6=null,r0=null,x6=!1;function Gg(e){if("selectionStart"in e&&w6(e))return{start:e.selectionStart,end:e.selectionEnd};var t=e.ownerDocument&&e.ownerDocument.defaultView||window,a=t.getSelection();return{anchorNode:a.anchorNode,anchorOffset:a.anchorOffset,focusNode:a.focusNode,focusOffset:a.focusOffset}}function Xg(e){return e.window===e?e.document:e.nodeType===wa?e:e.ownerDocument}function J7(e,t,a){var o=Xg(a);if(!(x6||ec==null||ec!==H1(o))){var l=Gg(ec);if(!r0||!je(r0,l)){r0=l;var c=B3(k6,"onSelect");if(c.length>0){var h=new qn("onSelect","select",null,t,a);e.push({event:h,listeners:c}),h.target=ec}}}}function Jg(e,t,a,o,l,c,h){var g=a?oc(a):window;switch(t){case"focusin":(Wl(g)||g.contentEditable==="true")&&(ec=g,k6=a,r0=null);break;case"focusout":ec=null,k6=null,r0=null;break;case"mousedown":x6=!0;break;case"contextmenu":case"mouseup":case"dragend":x6=!1,J7(e,o,l);break;case"selectionchange":if(Kg)break;case"keydown":case"keyup":J7(e,o,l)}}function F3(e,t){var a={};return a[e.toLowerCase()]=t.toLowerCase(),a["Webkit"+e]="webkit"+t,a["Moz"+e]="moz"+t,a}var tc={animationend:F3("Animation","AnimationEnd"),animationiteration:F3("Animation","AnimationIteration"),animationstart:F3("Animation","AnimationStart"),transitionend:F3("Transition","TransitionEnd")},S6={},e5={};qt&&(e5=document.createElement("div").style,"AnimationEvent"in window||(delete tc.animationend.animation,delete tc.animationiteration.animation,delete tc.animationstart.animation),"TransitionEvent"in window||delete tc.transitionend.transition);function H3(e){if(S6[e])return S6[e];if(!tc[e])return e;var t=tc[e];for(var a in t)if(t.hasOwnProperty(a)&&a in e5)return S6[e]=t[a];return e}var t5=H3("animationend"),n5=H3("animationiteration"),r5=H3("animationstart"),a5=H3("transitionend"),o5=new Map,i5=["abort","auxClick","cancel","canPlay","canPlayThrough","click","close","contextMenu","copy","cut","drag","dragEnd","dragEnter","dragExit","dragLeave","dragOver","dragStart","drop","durationChange","emptied","encrypted","ended","error","gotPointerCapture","input","invalid","keyDown","keyPress","keyUp","load","loadedData","loadedMetadata","loadStart","lostPointerCapture","mouseDown","mouseMove","mouseOut","mouseOver","mouseUp","paste","pause","play","playing","pointerCancel","pointerDown","pointerMove","pointerOut","pointerOver","pointerUp","progress","rateChange","reset","resize","seeked","seeking","stalled","submit","suspend","timeUpdate","touchCancel","touchEnd","touchStart","volumeChange","scroll","toggle","touchMove","waiting","wheel"];function ql(e,t){o5.set(e,t),lr(t,[e])}function ey(){for(var e=0;e<i5.length;e++){var t=i5[e],a=t.toLowerCase(),o=t[0].toUpperCase()+t.slice(1);ql(a,"on"+o)}ql(t5,"onAnimationEnd"),ql(n5,"onAnimationIteration"),ql(r5,"onAnimationStart"),ql("dblclick","onDoubleClick"),ql("focusin","onFocus"),ql("focusout","onBlur"),ql(a5,"onTransitionEnd")}function ty(e,t,a,o,l,c,h){var g=o5.get(t);if(g!==void 0){var w=qn,x=t;switch(t){case"keypress":if(Oi(o)===0)return;case"keydown":case"keyup":w=p6;break;case"focusin":x="focus",w=Bu;break;case"focusout":x="blur",w=Bu;break;case"beforeblur":case"afterblur":w=Bu;break;case"click":if(o.button===2)return;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":w=Zo;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":w=Vi;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":w=aa;break;case t5:case n5:case r5:w=Wu;break;case a5:w=m6;break;case"scroll":w=q2;break;case"wheel":w=Qu;break;case"copy":case"cut":case"paste":w=u6;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":w=G2;break}var L=(c&gi)!==0;{var D=!L&&t==="scroll",M=oy(a,g,o.type,L,D);if(M.length>0){var W=new w(g,x,null,o,l);e.push({event:W,listeners:M})}}}}ey(),B(),Ju(),Yg(),D3();function ny(e,t,a,o,l,c,h){ty(e,t,a,o,l,c);var g=(c&J4)===0;g&&(ue(e,t,a,o,l),O(e,t,a,o,l),Jg(e,t,a,o,l),Xu(e,t,a,o,l))}var a0=["abort","canplay","canplaythrough","durationchange","emptied","encrypted","ended","error","loadeddata","loadedmetadata","loadstart","pause","play","playing","progress","ratechange","resize","seeked","seeking","stalled","suspend","timeupdate","volumechange","waiting"],E6=new Set(["cancel","close","invalid","load","scroll","toggle"].concat(a0));function l5(e,t,a){var o=e.type||"unknown-event";e.currentTarget=a,io(o,t,void 0,e),e.currentTarget=null}function ry(e,t,a){var o;if(a)for(var l=t.length-1;l>=0;l--){var c=t[l],h=c.instance,g=c.currentTarget,w=c.listener;if(h!==o&&e.isPropagationStopped())return;l5(e,w,g),o=h}else for(var x=0;x<t.length;x++){var L=t[x],D=L.instance,M=L.currentTarget,W=L.listener;if(D!==o&&e.isPropagationStopped())return;l5(e,W,M),o=D}}function s5(e,t){for(var a=(t&gi)!==0,o=0;o<e.length;o++){var l=e[o],c=l.event,h=l.listeners;ry(c,h,a)}g2()}function ay(e,t,a,o,l){var c=tu(a),h=[];ny(h,e,o,a,c,t),s5(h,t)}function Vt(e,t){E6.has(e)||y('Did not expect a listenToNonDelegatedEvent() call for "%s". This is a bug in React. Please file an issue.',e);var a=!1,o=jC(t),l=sy(e);o.has(l)||(u5(t,e,Ps,a),o.add(l))}function L6(e,t,a){E6.has(e)&&!t&&y('Did not expect a listenToNativeEvent() call for "%s" in the bubble phase. This is a bug in React. Please file an issue.',e);var o=0;t&&(o|=gi),u5(a,e,o,t)}var U3="_reactListening"+Math.random().toString(36).slice(2);function o0(e){if(!e[U3]){e[U3]=!0,un.forEach(function(a){a!=="selectionchange"&&(E6.has(a)||L6(a,!1,e),L6(a,!0,e))});var t=e.nodeType===wa?e:e.ownerDocument;t!==null&&(t[U3]||(t[U3]=!0,L6("selectionchange",!1,t)))}}function u5(e,t,a,o,l){var c=Vl(e,t,a),h=void 0;Ds&&(t==="touchstart"||t==="touchmove"||t==="wheel")&&(h=!0),e=e,o?h!==void 0?mo(e,t,c,h):zl(e,t,c):h!==void 0?Fu(e,t,c,h):W2(e,t,c)}function c5(e,t){return e===t||e.nodeType===tn&&e.parentNode===t}function T6(e,t,a,o,l){var c=o;if(!(t&ao)&&!(t&Ps)){var h=l;if(o!==null){var g=o;e:for(;;){if(g===null)return;var w=g.tag;if(w===j||w===N){var x=g.stateNode.containerInfo;if(c5(x,h))break;if(w===N)for(var L=g.return;L!==null;){var D=L.tag;if(D===j||D===N){var M=L.stateNode.containerInfo;if(c5(M,h))return}L=L.return}for(;x!==null;){var W=d1(x);if(W===null)return;var Q=W.tag;if(Q===$||Q===Z){g=c=W;continue e}x=x.parentNode}}g=g.return}}}p2(function(){return ay(e,t,a,c)})}function i0(e,t,a){return{instance:e,listener:t,currentTarget:a}}function oy(e,t,a,o,l,c){for(var h=t!==null?t+"Capture":null,g=o?h:t,w=[],x=e,L=null;x!==null;){var D=x,M=D.stateNode,W=D.tag;if(W===$&&M!==null&&(L=M,g!==null)){var Q=Ci(x,g);Q!=null&&w.push(i0(x,Q,L))}if(l)break;x=x.return}return w}function B3(e,t){for(var a=t+"Capture",o=[],l=e;l!==null;){var c=l,h=c.stateNode,g=c.tag;if(g===$&&h!==null){var w=h,x=Ci(l,a);x!=null&&o.unshift(i0(l,x,w));var L=Ci(l,t);L!=null&&o.push(i0(l,L,w))}l=l.return}return o}function nc(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==$);return e||null}function iy(e,t){for(var a=e,o=t,l=0,c=a;c;c=nc(c))l++;for(var h=0,g=o;g;g=nc(g))h++;for(;l-h>0;)a=nc(a),l--;for(;h-l>0;)o=nc(o),h--;for(var w=l;w--;){if(a===o||o!==null&&a===o.alternate)return a;a=nc(a),o=nc(o)}return null}function d5(e,t,a,o,l){for(var c=t._reactName,h=[],g=a;g!==null&&g!==o;){var w=g,x=w.alternate,L=w.stateNode,D=w.tag;if(x!==null&&x===o)break;if(D===$&&L!==null){var M=L;if(l){var W=Ci(g,c);W!=null&&h.unshift(i0(g,W,M))}else if(!l){var Q=Ci(g,c);Q!=null&&h.push(i0(g,Q,M))}}g=g.return}h.length!==0&&e.push({event:t,listeners:h})}function ly(e,t,a,o,l){var c=o&&l?iy(o,l):null;o!==null&&d5(e,t,o,c,!1),l!==null&&a!==null&&d5(e,a,l,c,!0)}function sy(e,t){return e+"__bubble"}var oa=!1,l0="dangerouslySetInnerHTML",W3="suppressContentEditableWarning",Ql="suppressHydrationWarning",f5="autoFocus",u1="children",c1="style",q3="__html",I6,Q3,s0,p5,Z3,h5,m5;I6={dialog:!0,webview:!0},Q3=function(e,t){eu(e,t),s2(e,t),Jd(e,t,{registrationNameDependencies:ir,possibleRegistrationNames:Ya})},h5=qt&&!document.documentMode,s0=function(e,t,a){if(!oa){var o=K3(a),l=K3(t);l!==o&&(oa=!0,y("Prop `%s` did not match. Server: %s Client: %s",e,JSON.stringify(l),JSON.stringify(o)))}},p5=function(e){if(!oa){oa=!0;var t=[];e.forEach(function(a){t.push(a)}),y("Extra attributes from the server: %s",t)}},Z3=function(e,t){t===!1?y("Expected `%s` listener to be a function, instead got `false`.\n\nIf you used to conditionally omit it with %s={condition && value}, pass %s={condition ? value : undefined} instead.",e,e,e):y("Expected `%s` listener to be a function, instead got a value of `%s` type.",e,typeof t)},m5=function(e,t){var a=e.namespaceURI===to?e.ownerDocument.createElement(e.tagName):e.ownerDocument.createElementNS(e.namespaceURI,e.tagName);return a.innerHTML=t,a.innerHTML};var uy=/\r\n?/g,cy=/\u0000|\uFFFD/g;function K3(e){Ga(e);var t=typeof e=="string"?e:""+e;return t.replace(uy,`
|
|
71
|
-
`).replace(cy,"")}function Y3(e,t,a,o){var l=K3(t),c=K3(e);if(c!==l&&(o&&(oa||(oa=!0,y('Text content did not match. Server: "%s" Client: "%s"',c,l))),a&&zr))throw new Error("Text content does not match server-rendered HTML.")}function v5(e){return e.nodeType===wa?e:e.ownerDocument}function dy(){}function G3(e){e.onclick=dy}function fy(e,t,a,o,l){for(var c in o)if(o.hasOwnProperty(c)){var h=o[c];if(c===c1)h&&Object.freeze(h),Ud(t,h);else if(c===l0){var g=h?h[q3]:void 0;g!=null&&Pd(t,g)}else if(c===u1)if(typeof h=="string"){var w=e!=="textarea"||h!=="";w&&Y1(t,h)}else typeof h=="number"&&Y1(t,""+h);else c===W3||c===Ql||c===f5||(ir.hasOwnProperty(c)?h!=null&&(typeof h!="function"&&Z3(c,h),c==="onScroll"&&Vt("scroll",t)):h!=null&&di(t,c,h,l))}}function py(e,t,a,o){for(var l=0;l<t.length;l+=2){var c=t[l],h=t[l+1];c===c1?Ud(e,h):c===l0?Pd(e,h):c===u1?Y1(e,h):di(e,c,h,o)}}function hy(e,t,a,o){var l,c=v5(a),h,g=o;if(g===to&&(g=Z1(e)),g===to){if(l=ro(e,t),!l&&e!==e.toLowerCase()&&y("<%s /> is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.",e),e==="script"){var w=c.createElement("div");w.innerHTML="<script><\/script>";var x=w.firstChild;h=w.removeChild(x)}else if(typeof t.is=="string")h=c.createElement(e,{is:t.is});else if(h=c.createElement(e),e==="select"){var L=h;t.multiple?L.multiple=!0:t.size&&(L.size=t.size)}}else h=c.createElementNS(g,e);return g===to&&!l&&Object.prototype.toString.call(h)==="[object HTMLUnknownElement]"&&!On.call(I6,e)&&(I6[e]=!0,y("The tag <%s> is unrecognized in this browser. If you meant to render a React component, start its name with an uppercase letter.",e)),h}function my(e,t){return v5(t).createTextNode(e)}function vy(e,t,a,o){var l=ro(t,a);Q3(t,a);var c;switch(t){case"dialog":Vt("cancel",e),Vt("close",e),c=a;break;case"iframe":case"object":case"embed":Vt("load",e),c=a;break;case"video":case"audio":for(var h=0;h<a0.length;h++)Vt(a0[h],e);c=a;break;case"source":Vt("error",e),c=a;break;case"img":case"image":case"link":Vt("error",e),Vt("load",e),c=a;break;case"details":Vt("toggle",e),c=a;break;case"input":Ls(e,a),c=Es(e,a),Vt("invalid",e);break;case"option":q1(e,a),c=a;break;case"select":Id(e,a),c=Gc(e,a),Vt("invalid",e);break;case"textarea":Rd(e,a),c=Jc(e,a),Vt("invalid",e);break;default:c=a}switch(X1(t,c),fy(t,e,o,c,l),t){case"input":hi(e),Ts(e,a,!1);break;case"textarea":hi(e),Nd(e);break;case"option":Yc(e,a);break;case"select":H4(e,a);break;default:typeof c.onClick=="function"&&G3(e);break}}function gy(e,t,a,o,l){Q3(t,o);var c=null,h,g;switch(t){case"input":h=Es(e,a),g=Es(e,o),c=[];break;case"select":h=Gc(e,a),g=Gc(e,o),c=[];break;case"textarea":h=Jc(e,a),g=Jc(e,o),c=[];break;default:h=a,g=o,typeof h.onClick!="function"&&typeof g.onClick=="function"&&G3(e);break}X1(t,g);var w,x,L=null;for(w in h)if(!(g.hasOwnProperty(w)||!h.hasOwnProperty(w)||h[w]==null))if(w===c1){var D=h[w];for(x in D)D.hasOwnProperty(x)&&(L||(L={}),L[x]="")}else w===l0||w===u1||w===W3||w===Ql||w===f5||(ir.hasOwnProperty(w)?c||(c=[]):(c=c||[]).push(w,null));for(w in g){var M=g[w],W=h!=null?h[w]:void 0;if(!(!g.hasOwnProperty(w)||M===W||M==null&&W==null))if(w===c1)if(M&&Object.freeze(M),W){for(x in W)W.hasOwnProperty(x)&&(!M||!M.hasOwnProperty(x))&&(L||(L={}),L[x]="");for(x in M)M.hasOwnProperty(x)&&W[x]!==M[x]&&(L||(L={}),L[x]=M[x])}else L||(c||(c=[]),c.push(w,L)),L=M;else if(w===l0){var Q=M?M[q3]:void 0,G=W?W[q3]:void 0;Q!=null&&G!==Q&&(c=c||[]).push(w,Q)}else w===u1?(typeof M=="string"||typeof M=="number")&&(c=c||[]).push(w,""+M):w===W3||w===Ql||(ir.hasOwnProperty(w)?(M!=null&&(typeof M!="function"&&Z3(w,M),w==="onScroll"&&Vt("scroll",e)),!c&&W!==M&&(c=[])):(c=c||[]).push(w,M))}return L&&(_s(L,g[c1]),(c=c||[]).push(c1,L)),c}function yy(e,t,a,o,l){a==="input"&&l.type==="radio"&&l.name!=null&&Kc(e,l);var c=ro(a,o),h=ro(a,l);switch(py(e,t,c,h),a){case"input":cl(e,l);break;case"textarea":_d(e,l);break;case"select":U4(e,l);break}}function Cy(e){{var t=e.toLowerCase();return J1.hasOwnProperty(t)&&J1[t]||null}}function by(e,t,a,o,l,c,h){var g,w;switch(g=ro(t,a),Q3(t,a),t){case"dialog":Vt("cancel",e),Vt("close",e);break;case"iframe":case"object":case"embed":Vt("load",e);break;case"video":case"audio":for(var x=0;x<a0.length;x++)Vt(a0[x],e);break;case"source":Vt("error",e);break;case"img":case"image":case"link":Vt("error",e),Vt("load",e);break;case"details":Vt("toggle",e);break;case"input":Ls(e,a),Vt("invalid",e);break;case"option":q1(e,a);break;case"select":Id(e,a),Vt("invalid",e);break;case"textarea":Rd(e,a),Vt("invalid",e);break}X1(t,a);{w=new Set;for(var L=e.attributes,D=0;D<L.length;D++){var M=L[D].name.toLowerCase();switch(M){case"value":break;case"checked":break;case"selected":break;default:w.add(L[D].name)}}}var W=null;for(var Q in a)if(a.hasOwnProperty(Q)){var G=a[Q];if(Q===u1)typeof G=="string"?e.textContent!==G&&(a[Ql]!==!0&&Y3(e.textContent,G,c,h),W=[u1,G]):typeof G=="number"&&e.textContent!==""+G&&(a[Ql]!==!0&&Y3(e.textContent,G,c,h),W=[u1,""+G]);else if(ir.hasOwnProperty(Q))G!=null&&(typeof G!="function"&&Z3(Q,G),Q==="onScroll"&&Vt("scroll",e));else if(h&&typeof g=="boolean"){var he=void 0,Pe=g&&Ye?null:hs(Q);if(a[Ql]!==!0&&!(Q===W3||Q===Ql||Q==="value"||Q==="checked"||Q==="selected")){if(Q===l0){var Ve=e.innerHTML,et=G?G[q3]:void 0;if(et!=null){var Xe=m5(e,et);Xe!==Ve&&s0(Q,Ve,Xe)}}else if(Q===c1){if(w.delete(Q),h5){var F=G4(G);he=e.getAttribute("style"),F!==he&&s0(Q,he,F)}}else if(g&&!Ye)w.delete(Q.toLowerCase()),he=D1(e,Q,G),G!==he&&s0(Q,he,G);else if(!va(Q,Pe,g)&&!Hr(Q,G,Pe,g)){var Y=!1;if(Pe!==null)w.delete(Pe.attributeName),he=ms(e,Q,G,Pe);else{var U=o;if(U===to&&(U=Z1(t)),U===to)w.delete(Q.toLowerCase());else{var le=Cy(Q);le!==null&&le!==Q&&(Y=!0,w.delete(le)),w.delete(Q)}he=D1(e,Q,G)}var we=Ye;!we&&G!==he&&!Y&&s0(Q,he,G)}}}}switch(h&&w.size>0&&a[Ql]!==!0&&p5(w),t){case"input":hi(e),Ts(e,a,!0);break;case"textarea":hi(e),Nd(e);break;case"select":case"option":break;default:typeof a.onClick=="function"&&G3(e);break}return W}function wy(e,t,a){var o=e.nodeValue!==t;return o}function R6(e,t){{if(oa)return;oa=!0,y("Did not expect server HTML to contain a <%s> in <%s>.",t.nodeName.toLowerCase(),e.nodeName.toLowerCase())}}function _6(e,t){{if(oa)return;oa=!0,y('Did not expect server HTML to contain the text node "%s" in <%s>.',t.nodeValue,e.nodeName.toLowerCase())}}function N6(e,t,a){{if(oa)return;oa=!0,y("Expected server HTML to contain a matching <%s> in <%s>.",t,e.nodeName.toLowerCase())}}function P6(e,t){{if(t===""||oa)return;oa=!0,y('Expected server HTML to contain a matching text node for "%s" in <%s>.',t,e.nodeName.toLowerCase())}}function ky(e,t,a){switch(t){case"input":Sd(e,a);return;case"textarea":e2(e,a);return;case"select":B4(e,a);return}}var u0=function(){},c0=function(){};{var xy=["address","applet","area","article","aside","base","basefont","bgsound","blockquote","body","br","button","caption","center","col","colgroup","dd","details","dir","div","dl","dt","embed","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","img","input","isindex","li","link","listing","main","marquee","menu","menuitem","meta","nav","noembed","noframes","noscript","object","ol","p","param","plaintext","pre","script","section","select","source","style","summary","table","tbody","td","template","textarea","tfoot","th","thead","title","tr","track","ul","wbr","xmp"],g5=["applet","caption","html","table","td","th","marquee","object","template","foreignObject","desc","title"],Sy=g5.concat(["button"]),Ey=["dd","dt","li","option","optgroup","p","rp","rt"],y5={current:null,formTag:null,aTagInScope:null,buttonTagInScope:null,nobrTagInScope:null,pTagInButtonScope:null,listItemTagAutoclosing:null,dlItemTagAutoclosing:null};c0=function(e,t){var a=nt({},e||y5),o={tag:t};return g5.indexOf(t)!==-1&&(a.aTagInScope=null,a.buttonTagInScope=null,a.nobrTagInScope=null),Sy.indexOf(t)!==-1&&(a.pTagInButtonScope=null),xy.indexOf(t)!==-1&&t!=="address"&&t!=="div"&&t!=="p"&&(a.listItemTagAutoclosing=null,a.dlItemTagAutoclosing=null),a.current=o,t==="form"&&(a.formTag=o),t==="a"&&(a.aTagInScope=o),t==="button"&&(a.buttonTagInScope=o),t==="nobr"&&(a.nobrTagInScope=o),t==="p"&&(a.pTagInButtonScope=o),t==="li"&&(a.listItemTagAutoclosing=o),(t==="dd"||t==="dt")&&(a.dlItemTagAutoclosing=o),a};var Ly=function(e,t){switch(t){case"select":return e==="option"||e==="optgroup"||e==="#text";case"optgroup":return e==="option"||e==="#text";case"option":return e==="#text";case"tr":return e==="th"||e==="td"||e==="style"||e==="script"||e==="template";case"tbody":case"thead":case"tfoot":return e==="tr"||e==="style"||e==="script"||e==="template";case"colgroup":return e==="col"||e==="template";case"table":return e==="caption"||e==="colgroup"||e==="tbody"||e==="tfoot"||e==="thead"||e==="style"||e==="script"||e==="template";case"head":return e==="base"||e==="basefont"||e==="bgsound"||e==="link"||e==="meta"||e==="title"||e==="noscript"||e==="noframes"||e==="style"||e==="script"||e==="template";case"html":return e==="head"||e==="body"||e==="frameset";case"frameset":return e==="frame";case"#document":return e==="html"}switch(e){case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t!=="h1"&&t!=="h2"&&t!=="h3"&&t!=="h4"&&t!=="h5"&&t!=="h6";case"rp":case"rt":return Ey.indexOf(t)===-1;case"body":case"caption":case"col":case"colgroup":case"frameset":case"frame":case"head":case"html":case"tbody":case"td":case"tfoot":case"th":case"thead":case"tr":return t==null}return!0},Ty=function(e,t){switch(e){case"address":case"article":case"aside":case"blockquote":case"center":case"details":case"dialog":case"dir":case"div":case"dl":case"fieldset":case"figcaption":case"figure":case"footer":case"header":case"hgroup":case"main":case"menu":case"nav":case"ol":case"p":case"section":case"summary":case"ul":case"pre":case"listing":case"table":case"hr":case"xmp":case"h1":case"h2":case"h3":case"h4":case"h5":case"h6":return t.pTagInButtonScope;case"form":return t.formTag||t.pTagInButtonScope;case"li":return t.listItemTagAutoclosing;case"dd":case"dt":return t.dlItemTagAutoclosing;case"button":return t.buttonTagInScope;case"a":return t.aTagInScope;case"nobr":return t.nobrTagInScope}return null},C5={};u0=function(e,t,a){a=a||y5;var o=a.current,l=o&&o.tag;t!=null&&(e!=null&&y("validateDOMNesting: when childText is passed, childTag should be null"),e="#text");var c=Ly(e,l)?null:o,h=c?null:Ty(e,a),g=c||h;if(g){var w=g.tag,x=!!c+"|"+e+"|"+w;if(!C5[x]){C5[x]=!0;var L=e,D="";if(e==="#text"?/\S/.test(t)?L="Text nodes":(L="Whitespace text nodes",D=" Make sure you don't have any extra whitespace between tags on each line of your source code."):L="<"+e+">",c){var M="";w==="table"&&e==="tr"&&(M+=" Add a <tbody>, <thead> or <tfoot> to your code to match the DOM tree generated by the browser."),y("validateDOMNesting(...): %s cannot appear as a child of <%s>.%s%s",L,w,D,M)}else y("validateDOMNesting(...): %s cannot appear as a descendant of <%s>.",L,w)}}}}var X3="suppressHydrationWarning",J3="$",ef="/$",d0="$?",f0="$!",Iy="style",A6=null,j6=null;function Ry(e){var t,a,o=e.nodeType;switch(o){case wa:case mi:{t=o===wa?"#document":"#fragment";var l=e.documentElement;a=l?l.namespaceURI:n2(null,"");break}default:{var c=o===tn?e.parentNode:e,h=c.namespaceURI||null;t=c.tagName,a=n2(h,t);break}}{var g=t.toLowerCase(),w=c0(null,g);return{namespace:a,ancestorInfo:w}}}function _y(e,t,a){{var o=e,l=n2(o.namespace,t),c=c0(o.ancestorInfo,t);return{namespace:l,ancestorInfo:c}}}function Ny(e){A6=jr(),j6=Wg();var t=null;return kn(!1),t}function Py(e){qg(j6),kn(A6),A6=null,j6=null}function Ay(e,t,a,o,l){var c;{var h=o;if(u0(e,null,h.ancestorInfo),typeof t.children=="string"||typeof t.children=="number"){var g=""+t.children,w=c0(h.ancestorInfo,e);u0(null,g,w)}c=h.namespace}var x=hy(e,t,a,c);return m0(l,x),H6(x,t),x}function jy(e,t){e.appendChild(t)}function My(e,t,a,o,l){switch(vy(e,t,a,o),t){case"button":case"input":case"select":case"textarea":return!!a.autoFocus;case"img":return!0;default:return!1}}function Oy(e,t,a,o,l,c){{var h=c;if(typeof o.children!=typeof a.children&&(typeof o.children=="string"||typeof o.children=="number")){var g=""+o.children,w=c0(h.ancestorInfo,t);u0(null,g,w)}}return gy(e,t,a,o)}function M6(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}function Dy(e,t,a,o){{var l=a;u0(null,e,l.ancestorInfo)}var c=my(e,t);return m0(o,c),c}function Vy(){var e=window.event;return e===void 0?fo:Kn(e.type)}var O6=typeof setTimeout=="function"?setTimeout:void 0,$y=typeof clearTimeout=="function"?clearTimeout:void 0,D6=-1,b5=typeof Promise=="function"?Promise:void 0,zy=typeof queueMicrotask=="function"?queueMicrotask:typeof b5<"u"?function(e){return b5.resolve(null).then(e).catch(Fy)}:O6;function Fy(e){setTimeout(function(){throw e})}function Hy(e,t,a,o){switch(t){case"button":case"input":case"select":case"textarea":a.autoFocus&&e.focus();return;case"img":{a.src&&(e.src=a.src);return}}}function Uy(e,t,a,o,l,c){yy(e,t,a,o,l),H6(e,l)}function w5(e){Y1(e,"")}function By(e,t,a){e.nodeValue=a}function Wy(e,t){e.appendChild(t)}function qy(e,t){var a;e.nodeType===tn?(a=e.parentNode,a.insertBefore(t,e)):(a=e,a.appendChild(t));var o=e._reactRootContainer;o==null&&a.onclick===null&&G3(a)}function Qy(e,t,a){e.insertBefore(t,a)}function Zy(e,t,a){e.nodeType===tn?e.parentNode.insertBefore(t,a):e.insertBefore(t,a)}function Ky(e,t){e.removeChild(t)}function Yy(e,t){e.nodeType===tn?e.parentNode.removeChild(t):e.removeChild(t)}function V6(e,t){var a=t,o=0;do{var l=a.nextSibling;if(e.removeChild(a),l&&l.nodeType===tn){var c=l.data;if(c===ef)if(o===0){e.removeChild(l),rt(t);return}else o--;else(c===J3||c===d0||c===f0)&&o++}a=l}while(a);rt(t)}function Gy(e,t){e.nodeType===tn?V6(e.parentNode,t):e.nodeType===cr&&V6(e,t),rt(e)}function Xy(e){e=e;var t=e.style;typeof t.setProperty=="function"?t.setProperty("display","none","important"):t.display="none"}function Jy(e){e.nodeValue=""}function eC(e,t){e=e;var a=t[Iy],o=a!=null&&a.hasOwnProperty("display")?a.display:null;e.style.display=G1("display",o)}function tC(e,t){e.nodeValue=t}function nC(e){e.nodeType===cr?e.textContent="":e.nodeType===wa&&e.documentElement&&e.removeChild(e.documentElement)}function rC(e,t,a){return e.nodeType!==cr||t.toLowerCase()!==e.nodeName.toLowerCase()?null:e}function aC(e,t){return t===""||e.nodeType!==no?null:e}function oC(e){return e.nodeType!==tn?null:e}function k5(e){return e.data===d0}function $6(e){return e.data===f0}function iC(e){var t=e.nextSibling&&e.nextSibling.dataset,a,o,l;return t&&(a=t.dgst,o=t.msg,l=t.stck),{message:o,digest:a,stack:l}}function lC(e,t){e._reactRetry=t}function tf(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===cr||t===no)break;if(t===tn){var a=e.data;if(a===J3||a===f0||a===d0)break;if(a===ef)return null}}return e}function p0(e){return tf(e.nextSibling)}function sC(e){return tf(e.firstChild)}function uC(e){return tf(e.firstChild)}function cC(e){return tf(e.nextSibling)}function dC(e,t,a,o,l,c,h){m0(c,e),H6(e,a);var g;{var w=l;g=w.namespace}var x=(c.mode&_e)!==Re;return by(e,t,a,g,o,x,h)}function fC(e,t,a,o){return m0(a,e),a.mode&_e,wy(e,t)}function pC(e,t){m0(t,e)}function hC(e){for(var t=e.nextSibling,a=0;t;){if(t.nodeType===tn){var o=t.data;if(o===ef){if(a===0)return p0(t);a--}else(o===J3||o===f0||o===d0)&&a++}t=t.nextSibling}return null}function x5(e){for(var t=e.previousSibling,a=0;t;){if(t.nodeType===tn){var o=t.data;if(o===J3||o===f0||o===d0){if(a===0)return t;a--}else o===ef&&a++}t=t.previousSibling}return null}function mC(e){rt(e)}function vC(e){rt(e)}function gC(e){return e!=="head"&&e!=="body"}function yC(e,t,a,o){var l=!0;Y3(t.nodeValue,a,o,l)}function CC(e,t,a,o,l,c){if(t[X3]!==!0){var h=!0;Y3(o.nodeValue,l,c,h)}}function bC(e,t){t.nodeType===cr?R6(e,t):t.nodeType===tn||_6(e,t)}function wC(e,t){{var a=e.parentNode;a!==null&&(t.nodeType===cr?R6(a,t):t.nodeType===tn||_6(a,t))}}function kC(e,t,a,o,l){(l||t[X3]!==!0)&&(o.nodeType===cr?R6(a,o):o.nodeType===tn||_6(a,o))}function xC(e,t,a){N6(e,t)}function SC(e,t){P6(e,t)}function EC(e,t,a){{var o=e.parentNode;o!==null&&N6(o,t)}}function LC(e,t){{var a=e.parentNode;a!==null&&P6(a,t)}}function TC(e,t,a,o,l,c){(c||t[X3]!==!0)&&N6(a,o)}function IC(e,t,a,o,l){(l||t[X3]!==!0)&&P6(a,o)}function RC(e){y("An error occurred during hydration. The server HTML was replaced with client content in <%s>.",e.nodeName.toLowerCase())}function _C(e){o0(e)}var rc=Math.random().toString(36).slice(2),ac="__reactFiber$"+rc,z6="__reactProps$"+rc,h0="__reactContainer$"+rc,F6="__reactEvents$"+rc,NC="__reactListeners$"+rc,PC="__reactHandles$"+rc;function AC(e){delete e[ac],delete e[z6],delete e[F6],delete e[NC],delete e[PC]}function m0(e,t){t[ac]=e}function nf(e,t){t[h0]=e}function S5(e){e[h0]=null}function v0(e){return!!e[h0]}function d1(e){var t=e[ac];if(t)return t;for(var a=e.parentNode;a;){if(t=a[h0]||a[ac],t){var o=t.alternate;if(t.child!==null||o!==null&&o.child!==null)for(var l=x5(e);l!==null;){var c=l[ac];if(c)return c;l=x5(l)}return t}e=a,a=e.parentNode}return null}function Zl(e){var t=e[ac]||e[h0];return t&&(t.tag===$||t.tag===Z||t.tag===me||t.tag===j)?t:null}function oc(e){if(e.tag===$||e.tag===Z)return e.stateNode;throw new Error("getNodeFromInstance: Invalid argument.")}function rf(e){return e[z6]||null}function H6(e,t){e[z6]=t}function jC(e){var t=e[F6];return t===void 0&&(t=e[F6]=new Set),t}var E5={},L5=p.ReactDebugCurrentFrame;function af(e){if(e){var t=e._owner,a=Cs(e.type,e._source,t?t.type:null);L5.setExtraStackFrame(a)}else L5.setExtraStackFrame(null)}function go(e,t,a,o,l){{var c=Function.call.bind(On);for(var h in e)if(c(e,h)){var g=void 0;try{if(typeof e[h]!="function"){var w=Error((o||"React class")+": "+a+" type `"+h+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof e[h]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw w.name="Invariant Violation",w}g=e[h](t,h,o,a,null,"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED")}catch(x){g=x}g&&!(g instanceof Error)&&(af(l),y("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).",o||"React class",a,h,typeof g),af(null)),g instanceof Error&&!(g.message in E5)&&(E5[g.message]=!0,af(l),y("Failed %s type: %s",a,g.message),af(null))}}}var U6=[],of;of=[];var Hi=-1;function Kl(e){return{current:e}}function br(e,t){if(Hi<0){y("Unexpected pop.");return}t!==of[Hi]&&y("Unexpected Fiber popped."),e.current=U6[Hi],U6[Hi]=null,of[Hi]=null,Hi--}function wr(e,t,a){Hi++,U6[Hi]=e.current,of[Hi]=a,e.current=t}var B6;B6={};var La={};Object.freeze(La);var Ui=Kl(La),Go=Kl(!1),W6=La;function ic(e,t,a){return a&&Xo(t)?W6:Ui.current}function T5(e,t,a){{var o=e.stateNode;o.__reactInternalMemoizedUnmaskedChildContext=t,o.__reactInternalMemoizedMaskedChildContext=a}}function lc(e,t){{var a=e.type,o=a.contextTypes;if(!o)return La;var l=e.stateNode;if(l&&l.__reactInternalMemoizedUnmaskedChildContext===t)return l.__reactInternalMemoizedMaskedChildContext;var c={};for(var h in o)c[h]=t[h];{var g=Qe(e)||"Unknown";go(o,c,"context",g)}return l&&T5(e,t,c),c}}function lf(){return Go.current}function Xo(e){{var t=e.childContextTypes;return t!=null}}function sf(e){br(Go,e),br(Ui,e)}function q6(e){br(Go,e),br(Ui,e)}function I5(e,t,a){{if(Ui.current!==La)throw new Error("Unexpected context found on stack. This error is likely caused by a bug in React. Please file an issue.");wr(Ui,t,e),wr(Go,a,e)}}function R5(e,t,a){{var o=e.stateNode,l=t.childContextTypes;if(typeof o.getChildContext!="function"){{var c=Qe(e)||"Unknown";B6[c]||(B6[c]=!0,y("%s.childContextTypes is specified but there is no getChildContext() method on the instance. You can either define getChildContext() on %s or remove childContextTypes from it.",c,c))}return a}var h=o.getChildContext();for(var g in h)if(!(g in l))throw new Error((Qe(e)||"Unknown")+'.getChildContext(): key "'+g+'" is not defined in childContextTypes.');{var w=Qe(e)||"Unknown";go(l,h,"child context",w)}return nt({},a,h)}}function uf(e){{var t=e.stateNode,a=t&&t.__reactInternalMemoizedMergedChildContext||La;return W6=Ui.current,wr(Ui,a,e),wr(Go,Go.current,e),!0}}function _5(e,t,a){{var o=e.stateNode;if(!o)throw new Error("Expected to have an instance by this point. This error is likely caused by a bug in React. Please file an issue.");if(a){var l=R5(e,t,W6);o.__reactInternalMemoizedMergedChildContext=l,br(Go,e),br(Ui,e),wr(Ui,l,e),wr(Go,a,e)}else br(Go,e),wr(Go,a,e)}}function MC(e){{if(!k2(e)||e.tag!==P)throw new Error("Expected subtree parent to be a mounted class component. This error is likely caused by a bug in React. Please file an issue.");var t=e;do{switch(t.tag){case j:return t.stateNode.context;case P:{var a=t.type;if(Xo(a))return t.stateNode.__reactInternalMemoizedMergedChildContext;break}}t=t.return}while(t!==null);throw new Error("Found unexpected detached subtree parent. This error is likely caused by a bug in React. Please file an issue.")}}var Yl=0,cf=1,Bi=null,Q6=!1,Z6=!1;function N5(e){Bi===null?Bi=[e]:Bi.push(e)}function OC(e){Q6=!0,N5(e)}function P5(){Q6&&Gl()}function Gl(){if(!Z6&&Bi!==null){Z6=!0;var e=0,t=ta();try{var a=!0,o=Bi;for(pn(Fn);e<o.length;e++){var l=o[e];do l=l(a);while(l!==null)}Bi=null,Q6=!1}catch(c){throw Bi!==null&&(Bi=Bi.slice(e+1)),su(cu,Gl),c}finally{pn(t),Z6=!1}}return null}var sc=[],uc=0,df=null,ff=0,Ha=[],Ua=0,f1=null,Wi=1,qi="";function DC(e){return h1(),(e.flags&C2)!==Oe}function VC(e){return h1(),ff}function $C(){var e=qi,t=Wi,a=t&~zC(t);return a.toString(32)+e}function p1(e,t){h1(),sc[uc++]=ff,sc[uc++]=df,df=e,ff=t}function A5(e,t,a){h1(),Ha[Ua++]=Wi,Ha[Ua++]=qi,Ha[Ua++]=f1,f1=e;var o=Wi,l=qi,c=pf(o)-1,h=o&~(1<<c),g=a+1,w=pf(t)+c;if(w>30){var x=c-c%5,L=(1<<x)-1,D=(h&L).toString(32),M=h>>x,W=c-x,Q=pf(t)+W,G=g<<W,he=G|M,Pe=D+l;Wi=1<<Q|he,qi=Pe}else{var Ve=g<<c,et=Ve|h,Xe=l;Wi=1<<w|et,qi=Xe}}function K6(e){h1();var t=e.return;if(t!==null){var a=1,o=0;p1(e,a),A5(e,a,o)}}function pf(e){return 32-El(e)}function zC(e){return 1<<pf(e)-1}function Y6(e){for(;e===df;)df=sc[--uc],sc[uc]=null,ff=sc[--uc],sc[uc]=null;for(;e===f1;)f1=Ha[--Ua],Ha[Ua]=null,qi=Ha[--Ua],Ha[Ua]=null,Wi=Ha[--Ua],Ha[Ua]=null}function FC(){return h1(),f1!==null?{id:Wi,overflow:qi}:null}function HC(e,t){h1(),Ha[Ua++]=Wi,Ha[Ua++]=qi,Ha[Ua++]=f1,Wi=t.id,qi=t.overflow,f1=e}function h1(){Gn()||y("Expected to be hydrating. This is a bug in React. Please file an issue.")}var Yn=null,Ba=null,yo=!1,m1=!1,Xl=null;function UC(){yo&&y("We should not be hydrating here. This is a bug in React. Please file a bug.")}function j5(){m1=!0}function BC(){return m1}function WC(e){var t=e.stateNode.containerInfo;return Ba=uC(t),Yn=e,yo=!0,Xl=null,m1=!1,!0}function qC(e,t,a){return Ba=cC(t),Yn=e,yo=!0,Xl=null,m1=!1,a!==null&&HC(e,a),!0}function M5(e,t){switch(e.tag){case j:{bC(e.stateNode.containerInfo,t);break}case $:{var a=(e.mode&_e)!==Re;kC(e.type,e.memoizedProps,e.stateNode,t,a);break}case me:{var o=e.memoizedState;o.dehydrated!==null&&wC(o.dehydrated,t);break}}}function O5(e,t){M5(e,t);var a=Yk();a.stateNode=t,a.return=e;var o=e.deletions;o===null?(e.deletions=[a],e.flags|=pt):o.push(a)}function G6(e,t){{if(m1)return;switch(e.tag){case j:{var a=e.stateNode.containerInfo;switch(t.tag){case $:var o=t.type;t.pendingProps,xC(a,o);break;case Z:var l=t.pendingProps;SC(a,l);break}break}case $:{var c=e.type,h=e.memoizedProps,g=e.stateNode;switch(t.tag){case $:{var w=t.type,x=t.pendingProps,L=(e.mode&_e)!==Re;TC(c,h,g,w,x,L);break}case Z:{var D=t.pendingProps,M=(e.mode&_e)!==Re;IC(c,h,g,D,M);break}}break}case me:{var W=e.memoizedState,Q=W.dehydrated;if(Q!==null)switch(t.tag){case $:var G=t.type;t.pendingProps,EC(Q,G);break;case Z:var he=t.pendingProps;LC(Q,he);break}break}default:return}}}function D5(e,t){t.flags=t.flags&~Kr|Rt,G6(e,t)}function V5(e,t){switch(e.tag){case $:{var a=e.type;e.pendingProps;var o=rC(t,a);return o!==null?(e.stateNode=o,Yn=e,Ba=sC(o),!0):!1}case Z:{var l=e.pendingProps,c=aC(t,l);return c!==null?(e.stateNode=c,Yn=e,Ba=null,!0):!1}case me:{var h=oC(t);if(h!==null){var g={dehydrated:h,treeContext:FC(),retryLane:zn};e.memoizedState=g;var w=Gk(h);return w.return=e,e.child=w,Yn=e,Ba=null,!0}return!1}default:return!1}}function X6(e){return(e.mode&_e)!==Re&&(e.flags&Fe)===Oe}function J6(e){throw new Error("Hydration failed because the initial UI does not match what was rendered on the server.")}function ep(e){if(yo){var t=Ba;if(!t){X6(e)&&(G6(Yn,e),J6()),D5(Yn,e),yo=!1,Yn=e;return}var a=t;if(!V5(e,t)){X6(e)&&(G6(Yn,e),J6()),t=p0(a);var o=Yn;if(!t||!V5(e,t)){D5(Yn,e),yo=!1,Yn=e;return}O5(o,a)}}}function QC(e,t,a){var o=e.stateNode,l=!m1,c=dC(o,e.type,e.memoizedProps,t,a,e,l);return e.updateQueue=c,c!==null}function ZC(e){var t=e.stateNode,a=e.memoizedProps,o=fC(t,a,e);if(o){var l=Yn;if(l!==null)switch(l.tag){case j:{var c=l.stateNode.containerInfo,h=(l.mode&_e)!==Re;yC(c,t,a,h);break}case $:{var g=l.type,w=l.memoizedProps,x=l.stateNode,L=(l.mode&_e)!==Re;CC(g,w,x,t,a,L);break}}}return o}function KC(e){var t=e.memoizedState,a=t!==null?t.dehydrated:null;if(!a)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");pC(a,e)}function YC(e){var t=e.memoizedState,a=t!==null?t.dehydrated:null;if(!a)throw new Error("Expected to have a hydrated suspense instance. This error is likely caused by a bug in React. Please file an issue.");return hC(a)}function $5(e){for(var t=e.return;t!==null&&t.tag!==$&&t.tag!==j&&t.tag!==me;)t=t.return;Yn=t}function hf(e){if(e!==Yn)return!1;if(!yo)return $5(e),yo=!0,!1;if(e.tag!==j&&(e.tag!==$||gC(e.type)&&!M6(e.type,e.memoizedProps))){var t=Ba;if(t)if(X6(e))z5(e),J6();else for(;t;)O5(e,t),t=p0(t)}return $5(e),e.tag===me?Ba=YC(e):Ba=Yn?p0(e.stateNode):null,!0}function GC(){return yo&&Ba!==null}function z5(e){for(var t=Ba;t;)M5(e,t),t=p0(t)}function cc(){Yn=null,Ba=null,yo=!1,m1=!1}function F5(){Xl!==null&&(jh(Xl),Xl=null)}function Gn(){return yo}function tp(e){Xl===null?Xl=[e]:Xl.push(e)}var XC=p.ReactCurrentBatchConfig,JC=null;function eb(){return XC.transition}var Co={recordUnsafeLifecycleWarnings:function(e,t){},flushPendingUnsafeLifecycleWarnings:function(){},recordLegacyContextWarning:function(e,t){},flushLegacyContextWarning:function(){},discardPendingWarnings:function(){}};{var tb=function(e){for(var t=null,a=e;a!==null;)a.mode&Je&&(t=a),a=a.return;return t},v1=function(e){var t=[];return e.forEach(function(a){t.push(a)}),t.sort().join(", ")},g0=[],y0=[],C0=[],b0=[],w0=[],k0=[],g1=new Set;Co.recordUnsafeLifecycleWarnings=function(e,t){g1.has(e.type)||(typeof t.componentWillMount=="function"&&t.componentWillMount.__suppressDeprecationWarning!==!0&&g0.push(e),e.mode&Je&&typeof t.UNSAFE_componentWillMount=="function"&&y0.push(e),typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps.__suppressDeprecationWarning!==!0&&C0.push(e),e.mode&Je&&typeof t.UNSAFE_componentWillReceiveProps=="function"&&b0.push(e),typeof t.componentWillUpdate=="function"&&t.componentWillUpdate.__suppressDeprecationWarning!==!0&&w0.push(e),e.mode&Je&&typeof t.UNSAFE_componentWillUpdate=="function"&&k0.push(e))},Co.flushPendingUnsafeLifecycleWarnings=function(){var e=new Set;g0.length>0&&(g0.forEach(function(M){e.add(Qe(M)||"Component"),g1.add(M.type)}),g0=[]);var t=new Set;y0.length>0&&(y0.forEach(function(M){t.add(Qe(M)||"Component"),g1.add(M.type)}),y0=[]);var a=new Set;C0.length>0&&(C0.forEach(function(M){a.add(Qe(M)||"Component"),g1.add(M.type)}),C0=[]);var o=new Set;b0.length>0&&(b0.forEach(function(M){o.add(Qe(M)||"Component"),g1.add(M.type)}),b0=[]);var l=new Set;w0.length>0&&(w0.forEach(function(M){l.add(Qe(M)||"Component"),g1.add(M.type)}),w0=[]);var c=new Set;if(k0.length>0&&(k0.forEach(function(M){c.add(Qe(M)||"Component"),g1.add(M.type)}),k0=[]),t.size>0){var h=v1(t);y(`Using UNSAFE_componentWillMount in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
|
|
72
|
-
|
|
73
|
-
* Move code with side effects to componentDidMount, and set initial state in the constructor.
|
|
74
|
-
|
|
75
|
-
Please update the following components: %s`,h)}if(o.size>0){var g=v1(o);y(`Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
|
|
76
|
-
|
|
77
|
-
* Move data fetching code or side effects to componentDidUpdate.
|
|
78
|
-
* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state
|
|
79
|
-
|
|
80
|
-
Please update the following components: %s`,g)}if(c.size>0){var w=v1(c);y(`Using UNSAFE_componentWillUpdate in strict mode is not recommended and may indicate bugs in your code. See https://reactjs.org/link/unsafe-component-lifecycles for details.
|
|
81
|
-
|
|
82
|
-
* Move data fetching code or side effects to componentDidUpdate.
|
|
83
|
-
|
|
84
|
-
Please update the following components: %s`,w)}if(e.size>0){var x=v1(e);S(`componentWillMount has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
|
|
85
|
-
|
|
86
|
-
* Move code with side effects to componentDidMount, and set initial state in the constructor.
|
|
87
|
-
* Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
|
|
88
|
-
|
|
89
|
-
Please update the following components: %s`,x)}if(a.size>0){var L=v1(a);S(`componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
|
|
90
|
-
|
|
91
|
-
* Move data fetching code or side effects to componentDidUpdate.
|
|
92
|
-
* If you're updating state whenever props change, refactor your code to use memoization techniques or move it to static getDerivedStateFromProps. Learn more at: https://reactjs.org/link/derived-state
|
|
93
|
-
* Rename componentWillReceiveProps to UNSAFE_componentWillReceiveProps to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
|
|
94
|
-
|
|
95
|
-
Please update the following components: %s`,L)}if(l.size>0){var D=v1(l);S(`componentWillUpdate has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
|
|
96
|
-
|
|
97
|
-
* Move data fetching code or side effects to componentDidUpdate.
|
|
98
|
-
* Rename componentWillUpdate to UNSAFE_componentWillUpdate to suppress this warning in non-strict mode. In React 18.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run \`npx react-codemod rename-unsafe-lifecycles\` in your project source folder.
|
|
99
|
-
|
|
100
|
-
Please update the following components: %s`,D)}};var mf=new Map,H5=new Set;Co.recordLegacyContextWarning=function(e,t){var a=tb(e);if(a===null){y("Expected to find a StrictMode component in a strict mode tree. This error is likely caused by a bug in React. Please file an issue.");return}if(!H5.has(e.type)){var o=mf.get(a);(e.type.contextTypes!=null||e.type.childContextTypes!=null||t!==null&&typeof t.getChildContext=="function")&&(o===void 0&&(o=[],mf.set(a,o)),o.push(e))}},Co.flushLegacyContextWarning=function(){mf.forEach(function(e,t){if(e.length!==0){var a=e[0],o=new Set;e.forEach(function(c){o.add(Qe(c)||"Component"),H5.add(c.type)});var l=v1(o);try{kt(a),y(`Legacy context API has been detected within a strict-mode tree.
|
|
101
|
-
|
|
102
|
-
The old API will be supported in all 16.x releases, but applications using it should migrate to the new version.
|
|
103
|
-
|
|
104
|
-
Please update the following components: %s
|
|
105
|
-
|
|
106
|
-
Learn more about this warning here: https://reactjs.org/link/legacy-context`,l)}finally{dn()}}})},Co.discardPendingWarnings=function(){g0=[],y0=[],C0=[],b0=[],w0=[],k0=[],mf=new Map}}var np,rp,ap,op,ip,U5=function(e,t){};np=!1,rp=!1,ap={},op={},ip={},U5=function(e,t){if(!(e===null||typeof e!="object")&&!(!e._store||e._store.validated||e.key!=null)){if(typeof e._store!="object")throw new Error("React Component in warnForMissingKey should have a _store. This error is likely caused by a bug in React. Please file an issue.");e._store.validated=!0;var a=Qe(t)||"Component";op[a]||(op[a]=!0,y('Each child in a list should have a unique "key" prop. See https://reactjs.org/link/warning-keys for more information.'))}};function nb(e){return e.prototype&&e.prototype.isReactComponent}function x0(e,t,a){var o=a.ref;if(o!==null&&typeof o!="function"&&typeof o!="object"){if((e.mode&Je||wt)&&!(a._owner&&a._self&&a._owner.stateNode!==a._self)&&!(a._owner&&a._owner.tag!==P)&&!(typeof a.type=="function"&&!nb(a.type))&&a._owner){var l=Qe(e)||"Component";ap[l]||(y('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. We recommend using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref',l,o),ap[l]=!0)}if(a._owner){var c=a._owner,h;if(c){var g=c;if(g.tag!==P)throw new Error("Function components cannot have string refs. We recommend using useRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref");h=g.stateNode}if(!h)throw new Error("Missing owner for string ref "+o+". This error is likely caused by a bug in React. Please file an issue.");var w=h;ui(o,"ref");var x=""+o;if(t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===x)return t.ref;var L=function(D){var M=w.refs;D===null?delete M[x]:M[x]=D};return L._stringRef=x,L}else{if(typeof o!="string")throw new Error("Expected ref to be a function, a string, an object returned by React.createRef(), or null.");if(!a._owner)throw new Error("Element ref was specified as a string ("+o+`) but no owner was set. This could happen for one of the following reasons:
|
|
107
|
-
1. You may be adding a ref to a function component
|
|
108
|
-
2. You may be adding a ref to a component that was not created inside a component's render method
|
|
109
|
-
3. You have multiple copies of React loaded
|
|
110
|
-
See https://reactjs.org/link/refs-must-have-owner for more information.`)}}return o}function vf(e,t){var a=Object.prototype.toString.call(t);throw new Error("Objects are not valid as a React child (found: "+(a==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":a)+"). If you meant to render a collection of children, use an array instead.")}function gf(e){{var t=Qe(e)||"Component";if(ip[t])return;ip[t]=!0,y("Functions are not valid as a React child. This may happen if you return a Component instead of <Component /> from render. Or maybe you meant to call this function rather than return it.")}}function B5(e){var t=e._payload,a=e._init;return a(t)}function W5(e){function t(F,Y){if(e){var U=F.deletions;U===null?(F.deletions=[Y],F.flags|=pt):U.push(Y)}}function a(F,Y){if(!e)return null;for(var U=Y;U!==null;)t(F,U),U=U.sibling;return null}function o(F,Y){for(var U=new Map,le=Y;le!==null;)le.key!==null?U.set(le.key,le):U.set(le.index,le),le=le.sibling;return U}function l(F,Y){var U=L1(F,Y);return U.index=0,U.sibling=null,U}function c(F,Y,U){if(F.index=U,!e)return F.flags|=C2,Y;var le=F.alternate;if(le!==null){var we=le.index;return we<Y?(F.flags|=Rt,Y):we}else return F.flags|=Rt,Y}function h(F){return e&&F.alternate===null&&(F.flags|=Rt),F}function g(F,Y,U,le){if(Y===null||Y.tag!==Z){var we=t7(U,F.mode,le);return we.return=F,we}else{var ge=l(Y,U);return ge.return=F,ge}}function w(F,Y,U,le){var we=U.type;if(we===Xa)return L(F,Y,U.props.children,le,U.key);if(Y!==null&&(Y.elementType===we||Yh(Y,U)||typeof we=="object"&&we!==null&&we.$$typeof===Zn&&B5(we)===Y.type)){var ge=l(Y,U.props);return ge.ref=x0(F,Y,U),ge.return=F,ge._debugSource=U._source,ge._debugOwner=U._owner,ge}var $e=e7(U,F.mode,le);return $e.ref=x0(F,Y,U),$e.return=F,$e}function x(F,Y,U,le){if(Y===null||Y.tag!==N||Y.stateNode.containerInfo!==U.containerInfo||Y.stateNode.implementation!==U.implementation){var we=n7(U,F.mode,le);return we.return=F,we}else{var ge=l(Y,U.children||[]);return ge.return=F,ge}}function L(F,Y,U,le,we){if(Y===null||Y.tag!==ee){var ge=us(U,F.mode,le,we);return ge.return=F,ge}else{var $e=l(Y,U);return $e.return=F,$e}}function D(F,Y,U){if(typeof Y=="string"&&Y!==""||typeof Y=="number"){var le=t7(""+Y,F.mode,U);return le.return=F,le}if(typeof Y=="object"&&Y!==null){switch(Y.$$typeof){case rl:{var we=e7(Y,F.mode,U);return we.ref=x0(F,null,Y),we.return=F,we}case ga:{var ge=n7(Y,F.mode,U);return ge.return=F,ge}case Zn:{var $e=Y._payload,We=Y._init;return D(F,We($e),U)}}if(yn(Y)||Ja(Y)){var St=us(Y,F.mode,U,null);return St.return=F,St}vf(F,Y)}return typeof Y=="function"&&gf(F),null}function M(F,Y,U,le){var we=Y!==null?Y.key:null;if(typeof U=="string"&&U!==""||typeof U=="number")return we!==null?null:g(F,Y,""+U,le);if(typeof U=="object"&&U!==null){switch(U.$$typeof){case rl:return U.key===we?w(F,Y,U,le):null;case ga:return U.key===we?x(F,Y,U,le):null;case Zn:{var ge=U._payload,$e=U._init;return M(F,Y,$e(ge),le)}}if(yn(U)||Ja(U))return we!==null?null:L(F,Y,U,le,null);vf(F,U)}return typeof U=="function"&&gf(F),null}function W(F,Y,U,le,we){if(typeof le=="string"&&le!==""||typeof le=="number"){var ge=F.get(U)||null;return g(Y,ge,""+le,we)}if(typeof le=="object"&&le!==null){switch(le.$$typeof){case rl:{var $e=F.get(le.key===null?U:le.key)||null;return w(Y,$e,le,we)}case ga:{var We=F.get(le.key===null?U:le.key)||null;return x(Y,We,le,we)}case Zn:var St=le._payload,ut=le._init;return W(F,Y,U,ut(St),we)}if(yn(le)||Ja(le)){var vn=F.get(U)||null;return L(Y,vn,le,we,null)}vf(Y,le)}return typeof le=="function"&&gf(Y),null}function Q(F,Y,U){{if(typeof F!="object"||F===null)return Y;switch(F.$$typeof){case rl:case ga:U5(F,U);var le=F.key;if(typeof le!="string")break;if(Y===null){Y=new Set,Y.add(le);break}if(!Y.has(le)){Y.add(le);break}y("Encountered two children with the same key, `%s`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.",le);break;case Zn:var we=F._payload,ge=F._init;Q(ge(we),Y,U);break}}return Y}function G(F,Y,U,le){for(var we=null,ge=0;ge<U.length;ge++){var $e=U[ge];we=Q($e,we,F)}for(var We=null,St=null,ut=Y,vn=0,ct=0,on=null;ut!==null&&ct<U.length;ct++){ut.index>ct?(on=ut,ut=null):on=ut.sibling;var xr=M(F,ut,U[ct],le);if(xr===null){ut===null&&(ut=on);break}e&&ut&&xr.alternate===null&&t(F,ut),vn=c(xr,vn,ct),St===null?We=xr:St.sibling=xr,St=xr,ut=on}if(ct===U.length){if(a(F,ut),Gn()){var ar=ct;p1(F,ar)}return We}if(ut===null){for(;ct<U.length;ct++){var Ia=D(F,U[ct],le);Ia!==null&&(vn=c(Ia,vn,ct),St===null?We=Ia:St.sibling=Ia,St=Ia)}if(Gn()){var Vr=ct;p1(F,Vr)}return We}for(var $r=o(F,ut);ct<U.length;ct++){var Sr=W($r,F,ct,U[ct],le);Sr!==null&&(e&&Sr.alternate!==null&&$r.delete(Sr.key===null?ct:Sr.key),vn=c(Sr,vn,ct),St===null?We=Sr:St.sibling=Sr,St=Sr)}if(e&&$r.forEach(function(Rc){return t(F,Rc)}),Gn()){var Ji=ct;p1(F,Ji)}return We}function he(F,Y,U,le){var we=Ja(U);if(typeof we!="function")throw new Error("An object is not an iterable. This error is likely caused by a bug in React. Please file an issue.");{typeof Symbol=="function"&&U[Symbol.toStringTag]==="Generator"&&(rp||y("Using Generators as children is unsupported and will likely yield unexpected results because enumerating a generator mutates it. You may convert it to an array with `Array.from()` or the `[...spread]` operator before rendering. Keep in mind you might need to polyfill these features for older browsers."),rp=!0),U.entries===we&&(np||y("Using Maps as children is not supported. Use an array of keyed ReactElements instead."),np=!0);var ge=we.call(U);if(ge)for(var $e=null,We=ge.next();!We.done;We=ge.next()){var St=We.value;$e=Q(St,$e,F)}}var ut=we.call(U);if(ut==null)throw new Error("An iterable object provided no iterator.");for(var vn=null,ct=null,on=Y,xr=0,ar=0,Ia=null,Vr=ut.next();on!==null&&!Vr.done;ar++,Vr=ut.next()){on.index>ar?(Ia=on,on=null):Ia=on.sibling;var $r=M(F,on,Vr.value,le);if($r===null){on===null&&(on=Ia);break}e&&on&&$r.alternate===null&&t(F,on),xr=c($r,xr,ar),ct===null?vn=$r:ct.sibling=$r,ct=$r,on=Ia}if(Vr.done){if(a(F,on),Gn()){var Sr=ar;p1(F,Sr)}return vn}if(on===null){for(;!Vr.done;ar++,Vr=ut.next()){var Ji=D(F,Vr.value,le);Ji!==null&&(xr=c(Ji,xr,ar),ct===null?vn=Ji:ct.sibling=Ji,ct=Ji)}if(Gn()){var Rc=ar;p1(F,Rc)}return vn}for(var ed=o(F,on);!Vr.done;ar++,Vr=ut.next()){var ii=W(ed,F,ar,Vr.value,le);ii!==null&&(e&&ii.alternate!==null&&ed.delete(ii.key===null?ar:ii.key),xr=c(ii,xr,ar),ct===null?vn=ii:ct.sibling=ii,ct=ii)}if(e&&ed.forEach(function(Ix){return t(F,Ix)}),Gn()){var Tx=ar;p1(F,Tx)}return vn}function Pe(F,Y,U,le){if(Y!==null&&Y.tag===Z){a(F,Y.sibling);var we=l(Y,U);return we.return=F,we}a(F,Y);var ge=t7(U,F.mode,le);return ge.return=F,ge}function Ve(F,Y,U,le){for(var we=U.key,ge=Y;ge!==null;){if(ge.key===we){var $e=U.type;if($e===Xa){if(ge.tag===ee){a(F,ge.sibling);var We=l(ge,U.props.children);return We.return=F,We._debugSource=U._source,We._debugOwner=U._owner,We}}else if(ge.elementType===$e||Yh(ge,U)||typeof $e=="object"&&$e!==null&&$e.$$typeof===Zn&&B5($e)===ge.type){a(F,ge.sibling);var St=l(ge,U.props);return St.ref=x0(F,ge,U),St.return=F,St._debugSource=U._source,St._debugOwner=U._owner,St}a(F,ge);break}else t(F,ge);ge=ge.sibling}if(U.type===Xa){var ut=us(U.props.children,F.mode,le,U.key);return ut.return=F,ut}else{var vn=e7(U,F.mode,le);return vn.ref=x0(F,Y,U),vn.return=F,vn}}function et(F,Y,U,le){for(var we=U.key,ge=Y;ge!==null;){if(ge.key===we)if(ge.tag===N&&ge.stateNode.containerInfo===U.containerInfo&&ge.stateNode.implementation===U.implementation){a(F,ge.sibling);var $e=l(ge,U.children||[]);return $e.return=F,$e}else{a(F,ge);break}else t(F,ge);ge=ge.sibling}var We=n7(U,F.mode,le);return We.return=F,We}function Xe(F,Y,U,le){var we=typeof U=="object"&&U!==null&&U.type===Xa&&U.key===null;if(we&&(U=U.props.children),typeof U=="object"&&U!==null){switch(U.$$typeof){case rl:return h(Ve(F,Y,U,le));case ga:return h(et(F,Y,U,le));case Zn:var ge=U._payload,$e=U._init;return Xe(F,Y,$e(ge),le)}if(yn(U))return G(F,Y,U,le);if(Ja(U))return he(F,Y,U,le);vf(F,U)}return typeof U=="string"&&U!==""||typeof U=="number"?h(Pe(F,Y,""+U,le)):(typeof U=="function"&&gf(F),a(F,Y))}return Xe}var dc=W5(!0),q5=W5(!1);function rb(e,t){if(e!==null&&t.child!==e.child)throw new Error("Resuming work not yet implemented.");if(t.child!==null){var a=t.child,o=L1(a,a.pendingProps);for(t.child=o,o.return=t;a.sibling!==null;)a=a.sibling,o=o.sibling=L1(a,a.pendingProps),o.return=t;o.sibling=null}}function ab(e,t){for(var a=e.child;a!==null;)Wk(a,t),a=a.sibling}var lp=Kl(null),sp;sp={};var yf=null,fc=null,up=null,Cf=!1;function bf(){yf=null,fc=null,up=null,Cf=!1}function Q5(){Cf=!0}function Z5(){Cf=!1}function K5(e,t,a){wr(lp,t._currentValue,e),t._currentValue=a,t._currentRenderer!==void 0&&t._currentRenderer!==null&&t._currentRenderer!==sp&&y("Detected multiple renderers concurrently rendering the same context provider. This is currently unsupported."),t._currentRenderer=sp}function cp(e,t){var a=lp.current;br(lp,t),e._currentValue=a}function dp(e,t,a){for(var o=e;o!==null;){var l=o.alternate;if(Ni(o.childLanes,t)?l!==null&&!Ni(l.childLanes,t)&&(l.childLanes=Ze(l.childLanes,t)):(o.childLanes=Ze(o.childLanes,t),l!==null&&(l.childLanes=Ze(l.childLanes,t))),o===a)break;o=o.return}o!==a&&y("Expected to find the propagation root when scheduling context work. This error is likely caused by a bug in React. Please file an issue.")}function ob(e,t,a){ib(e,t,a)}function ib(e,t,a){var o=e.child;for(o!==null&&(o.return=e);o!==null;){var l=void 0,c=o.dependencies;if(c!==null){l=o.child;for(var h=c.firstContext;h!==null;){if(h.context===t){if(o.tag===P){var g=Pl(a),w=Qi(Tt,g);w.tag=kf;var x=o.updateQueue;if(x!==null){var L=x.shared,D=L.pending;D===null?w.next=w:(w.next=D.next,D.next=w),L.pending=w}}o.lanes=Ze(o.lanes,a);var M=o.alternate;M!==null&&(M.lanes=Ze(M.lanes,a)),dp(o.return,a,e),c.lanes=Ze(c.lanes,a);break}h=h.next}}else if(o.tag===oe)l=o.type===e.type?null:o.child;else if(o.tag===ot){var W=o.return;if(W===null)throw new Error("We just came from a parent so we must have had a parent. This is a bug in React.");W.lanes=Ze(W.lanes,a);var Q=W.alternate;Q!==null&&(Q.lanes=Ze(Q.lanes,a)),dp(W,a,e),l=o.sibling}else l=o.child;if(l!==null)l.return=o;else for(l=o;l!==null;){if(l===e){l=null;break}var G=l.sibling;if(G!==null){G.return=l.return,l=G;break}l=l.return}o=l}}function pc(e,t){yf=e,fc=null,up=null;var a=e.dependencies;if(a!==null){var o=a.firstContext;o!==null&&(Cr(a.lanes,t)&&V0(),a.firstContext=null)}}function Sn(e){Cf&&y("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");var t=e._currentValue;if(up!==e){var a={context:e,memoizedValue:t,next:null};if(fc===null){if(yf===null)throw new Error("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().");fc=a,yf.dependencies={lanes:te,firstContext:a}}else fc=fc.next=a}return t}var y1=null;function fp(e){y1===null?y1=[e]:y1.push(e)}function lb(){if(y1!==null){for(var e=0;e<y1.length;e++){var t=y1[e],a=t.interleaved;if(a!==null){t.interleaved=null;var o=a.next,l=t.pending;if(l!==null){var c=l.next;l.next=o,a.next=c}t.pending=a}}y1=null}}function Y5(e,t,a,o){var l=t.interleaved;return l===null?(a.next=a,fp(t)):(a.next=l.next,l.next=a),t.interleaved=a,wf(e,o)}function sb(e,t,a,o){var l=t.interleaved;l===null?(a.next=a,fp(t)):(a.next=l.next,l.next=a),t.interleaved=a}function ub(e,t,a,o){var l=t.interleaved;return l===null?(a.next=a,fp(t)):(a.next=l.next,l.next=a),t.interleaved=a,wf(e,o)}function ia(e,t){return wf(e,t)}var cb=wf;function wf(e,t){e.lanes=Ze(e.lanes,t);var a=e.alternate;a!==null&&(a.lanes=Ze(a.lanes,t)),a===null&&(e.flags&(Rt|Kr))!==Oe&&qh(e);for(var o=e,l=e.return;l!==null;)l.childLanes=Ze(l.childLanes,t),a=l.alternate,a!==null?a.childLanes=Ze(a.childLanes,t):(l.flags&(Rt|Kr))!==Oe&&qh(e),o=l,l=l.return;if(o.tag===j){var c=o.stateNode;return c}else return null}var G5=0,X5=1,kf=2,pp=3,xf=!1,hp,Sf;hp=!1,Sf=null;function mp(e){var t={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:te},effects:null};e.updateQueue=t}function J5(e,t){var a=t.updateQueue,o=e.updateQueue;if(a===o){var l={baseState:o.baseState,firstBaseUpdate:o.firstBaseUpdate,lastBaseUpdate:o.lastBaseUpdate,shared:o.shared,effects:o.effects};t.updateQueue=l}}function Qi(e,t){var a={eventTime:e,lane:t,tag:G5,payload:null,callback:null,next:null};return a}function Jl(e,t,a){var o=e.updateQueue;if(o===null)return null;var l=o.shared;if(Sf===l&&!hp&&(y("An update (setState, replaceState, or forceUpdate) was scheduled from inside an update function. Update functions should be pure, with zero side-effects. Consider using componentDidUpdate or a callback."),hp=!0),sk()){var c=l.pending;return c===null?t.next=t:(t.next=c.next,c.next=t),l.pending=t,cb(e,a)}else return ub(e,l,t,a)}function Ef(e,t,a){var o=t.updateQueue;if(o!==null){var l=o.shared;if(j2(a)){var c=l.lanes;c=ju(c,e.pendingLanes);var h=Ze(c,a);l.lanes=h,Al(e,h)}}}function vp(e,t){var a=e.updateQueue,o=e.alternate;if(o!==null){var l=o.updateQueue;if(a===l){var c=null,h=null,g=a.firstBaseUpdate;if(g!==null){var w=g;do{var x={eventTime:w.eventTime,lane:w.lane,tag:w.tag,payload:w.payload,callback:w.callback,next:null};h===null?c=h=x:(h.next=x,h=x),w=w.next}while(w!==null);h===null?c=h=t:(h.next=t,h=t)}else c=h=t;a={baseState:l.baseState,firstBaseUpdate:c,lastBaseUpdate:h,shared:l.shared,effects:l.effects},e.updateQueue=a;return}}var L=a.lastBaseUpdate;L===null?a.firstBaseUpdate=t:L.next=t,a.lastBaseUpdate=t}function db(e,t,a,o,l,c){switch(a.tag){case X5:{var h=a.payload;if(typeof h=="function"){Q5();var g=h.call(c,o,l);{if(e.mode&Je){nn(!0);try{h.call(c,o,l)}finally{nn(!1)}}Z5()}return g}return h}case pp:e.flags=e.flags&~bn|Fe;case G5:{var w=a.payload,x;if(typeof w=="function"){Q5(),x=w.call(c,o,l);{if(e.mode&Je){nn(!0);try{w.call(c,o,l)}finally{nn(!1)}}Z5()}}else x=w;return x==null?o:nt({},o,x)}case kf:return xf=!0,o}return o}function Lf(e,t,a,o){var l=e.updateQueue;xf=!1,Sf=l.shared;var c=l.firstBaseUpdate,h=l.lastBaseUpdate,g=l.shared.pending;if(g!==null){l.shared.pending=null;var w=g,x=w.next;w.next=null,h===null?c=x:h.next=x,h=w;var L=e.alternate;if(L!==null){var D=L.updateQueue,M=D.lastBaseUpdate;M!==h&&(M===null?D.firstBaseUpdate=x:M.next=x,D.lastBaseUpdate=w)}}if(c!==null){var W=l.baseState,Q=te,G=null,he=null,Pe=null,Ve=c;do{var et=Ve.lane,Xe=Ve.eventTime;if(Ni(o,et)){if(Pe!==null){var F={eventTime:Xe,lane:rn,tag:Ve.tag,payload:Ve.payload,callback:Ve.callback,next:null};Pe=Pe.next=F}W=db(e,l,Ve,W,t,a);var Y=Ve.callback;if(Y!==null&&Ve.lane!==rn){e.flags|=Da;var U=l.effects;U===null?l.effects=[Ve]:U.push(Ve)}}else{var le={eventTime:Xe,lane:et,tag:Ve.tag,payload:Ve.payload,callback:Ve.callback,next:null};Pe===null?(he=Pe=le,G=W):Pe=Pe.next=le,Q=Ze(Q,et)}if(Ve=Ve.next,Ve===null){if(g=l.shared.pending,g===null)break;var we=g,ge=we.next;we.next=null,Ve=ge,l.lastBaseUpdate=we,l.shared.pending=null}}while(!0);Pe===null&&(G=W),l.baseState=G,l.firstBaseUpdate=he,l.lastBaseUpdate=Pe;var $e=l.shared.interleaved;if($e!==null){var We=$e;do Q=Ze(Q,We.lane),We=We.next;while(We!==$e)}else c===null&&(l.shared.lanes=te);K0(Q),e.lanes=Q,e.memoizedState=W}Sf=null}function fb(e,t){if(typeof e!="function")throw new Error("Invalid argument passed as callback. Expected a function. Instead "+("received: "+e));e.call(t)}function e9(){xf=!1}function Tf(){return xf}function t9(e,t,a){var o=t.effects;if(t.effects=null,o!==null)for(var l=0;l<o.length;l++){var c=o[l],h=c.callback;h!==null&&(c.callback=null,fb(h,a))}}var S0={},es=Kl(S0),E0=Kl(S0),If=Kl(S0);function Rf(e){if(e===S0)throw new Error("Expected host context to exist. This error is likely caused by a bug in React. Please file an issue.");return e}function n9(){var e=Rf(If.current);return e}function gp(e,t){wr(If,t,e),wr(E0,e,e),wr(es,S0,e);var a=Ry(t);br(es,e),wr(es,a,e)}function hc(e){br(es,e),br(E0,e),br(If,e)}function yp(){var e=Rf(es.current);return e}function r9(e){Rf(If.current);var t=Rf(es.current),a=_y(t,e.type);t!==a&&(wr(E0,e,e),wr(es,a,e))}function Cp(e){E0.current===e&&(br(es,e),br(E0,e))}var pb=0,a9=1,o9=1,L0=2,bo=Kl(pb);function bp(e,t){return(e&t)!==0}function mc(e){return e&a9}function wp(e,t){return e&a9|t}function hb(e,t){return e|t}function ts(e,t){wr(bo,t,e)}function vc(e){br(bo,e)}function mb(e,t){var a=e.memoizedState;return a!==null?a.dehydrated!==null:(e.memoizedProps,!0)}function _f(e){for(var t=e;t!==null;){if(t.tag===me){var a=t.memoizedState;if(a!==null){var o=a.dehydrated;if(o===null||k5(o)||$6(o))return t}}else if(t.tag===dt&&t.memoizedProps.revealOrder!==void 0){var l=(t.flags&Fe)!==Oe;if(l)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)return null;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var la=0,In=1,Jo=2,Rn=4,Xn=8,kp=[];function xp(){for(var e=0;e<kp.length;e++){var t=kp[e];t._workInProgressVersionPrimary=null}kp.length=0}function vb(e,t){var a=t._getVersion,o=a(t._source);e.mutableSourceEagerHydrationData==null?e.mutableSourceEagerHydrationData=[t,o]:e.mutableSourceEagerHydrationData.push(t,o)}var be=p.ReactCurrentDispatcher,T0=p.ReactCurrentBatchConfig,Sp,gc;Sp=new Set;var C1=te,xt=null,_n=null,Nn=null,Nf=!1,I0=!1,R0=0,gb=0,yb=25,X=null,Wa=null,ns=-1,Ep=!1;function vt(){{var e=X;Wa===null?Wa=[e]:Wa.push(e)}}function pe(){{var e=X;Wa!==null&&(ns++,Wa[ns]!==e&&Cb(e))}}function yc(e){e!=null&&!yn(e)&&y("%s received a final argument that is not an array (instead, received `%s`). When specified, the final argument must be an array.",X,typeof e)}function Cb(e){{var t=Qe(xt);if(!Sp.has(t)&&(Sp.add(t),Wa!==null)){for(var a="",o=30,l=0;l<=ns;l++){for(var c=Wa[l],h=l===ns?e:c,g=l+1+". "+c;g.length<o;)g+=" ";g+=h+`
|
|
111
|
-
`,a+=g}y(`React has detected a change in the order of Hooks called by %s. This will lead to bugs and errors if not fixed. For more information, read the Rules of Hooks: https://reactjs.org/link/rules-of-hooks
|
|
112
|
-
|
|
113
|
-
Previous render Next render
|
|
114
|
-
------------------------------------------------------
|
|
115
|
-
%s ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
116
|
-
`,t,a)}}}function kr(){throw new Error(`Invalid hook call. Hooks can only be called inside of the body of a function component. This could happen for one of the following reasons:
|
|
117
|
-
1. You might have mismatching versions of React and the renderer (such as React DOM)
|
|
118
|
-
2. You might be breaking the Rules of Hooks
|
|
119
|
-
3. You might have more than one copy of React in the same app
|
|
120
|
-
See https://reactjs.org/link/invalid-hook-call for tips about how to debug and fix this problem.`)}function Lp(e,t){if(Ep)return!1;if(t===null)return y("%s received a final argument during this render, but not during the previous render. Even though the final argument is optional, its type cannot change between renders.",X),!1;e.length!==t.length&&y(`The final argument passed to %s changed size between renders. The order and size of this array must remain constant.
|
|
121
|
-
|
|
122
|
-
Previous: %s
|
|
123
|
-
Incoming: %s`,X,"["+t.join(", ")+"]","["+e.join(", ")+"]");for(var a=0;a<t.length&&a<e.length;a++)if(!Le(e[a],t[a]))return!1;return!0}function Cc(e,t,a,o,l,c){C1=c,xt=t,Wa=e!==null?e._debugHookTypes:null,ns=-1,Ep=e!==null&&e.type!==t.type,t.memoizedState=null,t.updateQueue=null,t.lanes=te,e!==null&&e.memoizedState!==null?be.current=T9:Wa!==null?be.current=L9:be.current=E9;var h=a(o,l);if(I0){var g=0;do{if(I0=!1,R0=0,g>=yb)throw new Error("Too many re-renders. React limits the number of renders to prevent an infinite loop.");g+=1,Ep=!1,_n=null,Nn=null,t.updateQueue=null,ns=-1,be.current=I9,h=a(o,l)}while(I0)}be.current=Bf,t._debugHookTypes=Wa;var w=_n!==null&&_n.next!==null;if(C1=te,xt=null,_n=null,Nn=null,X=null,Wa=null,ns=-1,e!==null&&(e.flags&En)!==(t.flags&En)&&(e.mode&_e)!==Re&&y("Internal React error: Expected static flag was missing. Please notify the React team."),Nf=!1,w)throw new Error("Rendered fewer hooks than expected. This may be caused by an accidental early return statement.");return h}function bc(){var e=R0!==0;return R0=0,e}function i9(e,t,a){t.updateQueue=e.updateQueue,(t.mode&Pr)!==Re?t.flags&=~(ki|pr|Pt|Ke):t.flags&=~(Pt|Ke),e.lanes=Gs(e.lanes,a)}function l9(){if(be.current=Bf,Nf){for(var e=xt.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}Nf=!1}C1=te,xt=null,_n=null,Nn=null,Wa=null,ns=-1,X=null,b9=!1,I0=!1,R0=0}function ei(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Nn===null?xt.memoizedState=Nn=e:Nn=Nn.next=e,Nn}function qa(){var e;if(_n===null){var t=xt.alternate;t!==null?e=t.memoizedState:e=null}else e=_n.next;var a;if(Nn===null?a=xt.memoizedState:a=Nn.next,a!==null)Nn=a,a=Nn.next,_n=e;else{if(e===null)throw new Error("Rendered more hooks than during the previous render.");_n=e;var o={memoizedState:_n.memoizedState,baseState:_n.baseState,baseQueue:_n.baseQueue,queue:_n.queue,next:null};Nn===null?xt.memoizedState=Nn=o:Nn=Nn.next=o}return Nn}function s9(){return{lastEffect:null,stores:null}}function Tp(e,t){return typeof t=="function"?t(e):t}function Ip(e,t,a){var o=ei(),l;a!==void 0?l=a(t):l=t,o.memoizedState=o.baseState=l;var c={pending:null,interleaved:null,lanes:te,dispatch:null,lastRenderedReducer:e,lastRenderedState:l};o.queue=c;var h=c.dispatch=xb.bind(null,xt,c);return[o.memoizedState,h]}function Rp(e,t,a){var o=qa(),l=o.queue;if(l===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");l.lastRenderedReducer=e;var c=_n,h=c.baseQueue,g=l.pending;if(g!==null){if(h!==null){var w=h.next,x=g.next;h.next=x,g.next=w}c.baseQueue!==h&&y("Internal error: Expected work-in-progress queue to be a clone. This is a bug in React."),c.baseQueue=h=g,l.pending=null}if(h!==null){var L=h.next,D=c.baseState,M=null,W=null,Q=null,G=L;do{var he=G.lane;if(Ni(C1,he)){if(Q!==null){var Pe={lane:rn,action:G.action,hasEagerState:G.hasEagerState,eagerState:G.eagerState,next:null};Q=Q.next=Pe}if(G.hasEagerState)D=G.eagerState;else{var Ve=G.action;D=e(D,Ve)}}else{var et={lane:he,action:G.action,hasEagerState:G.hasEagerState,eagerState:G.eagerState,next:null};Q===null?(W=Q=et,M=D):Q=Q.next=et,xt.lanes=Ze(xt.lanes,he),K0(he)}G=G.next}while(G!==null&&G!==L);Q===null?M=D:Q.next=W,Le(D,o.memoizedState)||V0(),o.memoizedState=D,o.baseState=M,o.baseQueue=Q,l.lastRenderedState=D}var Xe=l.interleaved;if(Xe!==null){var F=Xe;do{var Y=F.lane;xt.lanes=Ze(xt.lanes,Y),K0(Y),F=F.next}while(F!==Xe)}else h===null&&(l.lanes=te);var U=l.dispatch;return[o.memoizedState,U]}function _p(e,t,a){var o=qa(),l=o.queue;if(l===null)throw new Error("Should have a queue. This is likely a bug in React. Please file an issue.");l.lastRenderedReducer=e;var c=l.dispatch,h=l.pending,g=o.memoizedState;if(h!==null){l.pending=null;var w=h.next,x=w;do{var L=x.action;g=e(g,L),x=x.next}while(x!==w);Le(g,o.memoizedState)||V0(),o.memoizedState=g,o.baseQueue===null&&(o.baseState=g),l.lastRenderedState=g}return[g,c]}function Np(e,t,a){var o=xt,l=ei(),c,h=Gn();if(h){if(a===void 0)throw new Error("Missing getServerSnapshot, which is required for server-rendered content. Will revert to client rendering.");c=a(),gc||c!==a()&&(y("The result of getServerSnapshot should be cached to avoid an infinite loop"),gc=!0)}else{if(c=t(),!gc){var g=t();Le(c,g)||(y("The result of getSnapshot should be cached to avoid an infinite loop"),gc=!0)}var w=c4();if(w===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");Ys(w,C1)||u9(o,t,c)}l.memoizedState=c;var x={value:c,getSnapshot:t};return l.queue=x,Of(d9.bind(null,o,x,e),[e]),o.flags|=Pt,_0(In|Xn,c9.bind(null,o,x,c,t),void 0,null),c}function Pf(e,t,a){var o=xt,l=qa(),c=t();if(!gc){var h=t();Le(c,h)||(y("The result of getSnapshot should be cached to avoid an infinite loop"),gc=!0)}var g=l.memoizedState,w=!Le(g,c);w&&(l.memoizedState=c,V0());var x=l.queue;if(P0(d9.bind(null,o,x,e),[e]),x.getSnapshot!==t||w||Nn!==null&&Nn.memoizedState.tag&In){o.flags|=Pt,_0(In|Xn,c9.bind(null,o,x,c,t),void 0,null);var L=c4();if(L===null)throw new Error("Expected a work-in-progress root. This is a bug in React. Please file an issue.");Ys(L,C1)||u9(o,t,c)}return c}function u9(e,t,a){e.flags|=zs;var o={getSnapshot:t,value:a},l=xt.updateQueue;if(l===null)l=s9(),xt.updateQueue=l,l.stores=[o];else{var c=l.stores;c===null?l.stores=[o]:c.push(o)}}function c9(e,t,a,o){t.value=a,t.getSnapshot=o,f9(t)&&p9(e)}function d9(e,t,a){var o=function(){f9(t)&&p9(e)};return a(o)}function f9(e){var t=e.getSnapshot,a=e.value;try{var o=t();return!Le(a,o)}catch{return!0}}function p9(e){var t=ia(e,Ae);t!==null&&Mn(t,e,Ae,Tt)}function Af(e){var t=ei();typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e;var a={pending:null,interleaved:null,lanes:te,dispatch:null,lastRenderedReducer:Tp,lastRenderedState:e};t.queue=a;var o=a.dispatch=Sb.bind(null,xt,a);return[t.memoizedState,o]}function Pp(e){return Rp(Tp)}function Ap(e){return _p(Tp)}function _0(e,t,a,o){var l={tag:e,create:t,destroy:a,deps:o,next:null},c=xt.updateQueue;if(c===null)c=s9(),xt.updateQueue=c,c.lastEffect=l.next=l;else{var h=c.lastEffect;if(h===null)c.lastEffect=l.next=l;else{var g=h.next;h.next=l,l.next=g,c.lastEffect=l}}return l}function jp(e){var t=ei();{var a={current:e};return t.memoizedState=a,a}}function jf(e){var t=qa();return t.memoizedState}function N0(e,t,a,o){var l=ei(),c=o===void 0?null:o;xt.flags|=e,l.memoizedState=_0(In|t,a,void 0,c)}function Mf(e,t,a,o){var l=qa(),c=o===void 0?null:o,h=void 0;if(_n!==null){var g=_n.memoizedState;if(h=g.destroy,c!==null){var w=g.deps;if(Lp(c,w)){l.memoizedState=_0(t,a,h,c);return}}}xt.flags|=e,l.memoizedState=_0(In|t,a,h,c)}function Of(e,t){return(xt.mode&Pr)!==Re?N0(ki|Pt|zo,Xn,e,t):N0(Pt|zo,Xn,e,t)}function P0(e,t){return Mf(Pt,Xn,e,t)}function Mp(e,t){return N0(Ke,Jo,e,t)}function Df(e,t){return Mf(Ke,Jo,e,t)}function Op(e,t){var a=Ke;return a|=fr,(xt.mode&Pr)!==Re&&(a|=pr),N0(a,Rn,e,t)}function Vf(e,t){return Mf(Ke,Rn,e,t)}function h9(e,t){if(typeof t=="function"){var a=t,o=e();return a(o),function(){a(null)}}else if(t!=null){var l=t;l.hasOwnProperty("current")||y("Expected useImperativeHandle() first argument to either be a ref callback or React.createRef() object. Instead received: %s.","an object with keys {"+Object.keys(l).join(", ")+"}");var c=e();return l.current=c,function(){l.current=null}}}function Dp(e,t,a){typeof t!="function"&&y("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null");var o=a!=null?a.concat([e]):null,l=Ke;return l|=fr,(xt.mode&Pr)!==Re&&(l|=pr),N0(l,Rn,h9.bind(null,t,e),o)}function $f(e,t,a){typeof t!="function"&&y("Expected useImperativeHandle() second argument to be a function that creates a handle. Instead received: %s.",t!==null?typeof t:"null");var o=a!=null?a.concat([e]):null;return Mf(Ke,Rn,h9.bind(null,t,e),o)}function bb(e,t){}var zf=bb;function Vp(e,t){var a=ei(),o=t===void 0?null:t;return a.memoizedState=[e,o],e}function Ff(e,t){var a=qa(),o=t===void 0?null:t,l=a.memoizedState;if(l!==null&&o!==null){var c=l[1];if(Lp(o,c))return l[0]}return a.memoizedState=[e,o],e}function $p(e,t){var a=ei(),o=t===void 0?null:t,l=e();return a.memoizedState=[l,o],l}function Hf(e,t){var a=qa(),o=t===void 0?null:t,l=a.memoizedState;if(l!==null&&o!==null){var c=l[1];if(Lp(o,c))return l[0]}var h=e();return a.memoizedState=[h,o],h}function zp(e){var t=ei();return t.memoizedState=e,e}function m9(e){var t=qa(),a=_n,o=a.memoizedState;return g9(t,o,e)}function v9(e){var t=qa();if(_n===null)return t.memoizedState=e,e;var a=_n.memoizedState;return g9(t,a,e)}function g9(e,t,a){var o=!y3(C1);if(o){if(!Le(a,t)){var l=w3();xt.lanes=Ze(xt.lanes,l),K0(l),e.baseState=!0}return t}else return e.baseState&&(e.baseState=!1,V0()),e.memoizedState=a,a}function wb(e,t,a){var o=ta();pn(Hn(o,Tn)),e(!0);var l=T0.transition;T0.transition={};var c=T0.transition;T0.transition._updatedFibers=new Set;try{e(!1),t()}finally{if(pn(o),T0.transition=l,l===null&&c._updatedFibers){var h=c._updatedFibers.size;h>10&&S("Detected a large number of updates inside startTransition. If this is due to a subscription please re-write it to use React provided hooks. Otherwise concurrent mode guarantees are off the table."),c._updatedFibers.clear()}}}function Fp(){var e=Af(!1),t=e[0],a=e[1],o=wb.bind(null,a),l=ei();return l.memoizedState=o,[t,o]}function y9(){var e=Pp(),t=e[0],a=qa(),o=a.memoizedState;return[t,o]}function C9(){var e=Ap(),t=e[0],a=qa(),o=a.memoizedState;return[t,o]}var b9=!1;function kb(){return b9}function Hp(){var e=ei(),t=c4(),a=t.identifierPrefix,o;if(Gn()){var l=$C();o=":"+a+"R"+l;var c=R0++;c>0&&(o+="H"+c.toString(32)),o+=":"}else{var h=gb++;o=":"+a+"r"+h.toString(32)+":"}return e.memoizedState=o,o}function Uf(){var e=qa(),t=e.memoizedState;return t}function xb(e,t,a){typeof arguments[3]=="function"&&y("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var o=ls(e),l={lane:o,action:a,hasEagerState:!1,eagerState:null,next:null};if(w9(e))k9(t,l);else{var c=Y5(e,t,l,o);if(c!==null){var h=Dr();Mn(c,e,o,h),x9(c,t,o)}}S9(e,o)}function Sb(e,t,a){typeof arguments[3]=="function"&&y("State updates from the useState() and useReducer() Hooks don't support the second callback argument. To execute a side effect after rendering, declare it in the component body with useEffect().");var o=ls(e),l={lane:o,action:a,hasEagerState:!1,eagerState:null,next:null};if(w9(e))k9(t,l);else{var c=e.alternate;if(e.lanes===te&&(c===null||c.lanes===te)){var h=t.lastRenderedReducer;if(h!==null){var g;g=be.current,be.current=wo;try{var w=t.lastRenderedState,x=h(w,a);if(l.hasEagerState=!0,l.eagerState=x,Le(x,w)){sb(e,t,l,o);return}}catch{}finally{be.current=g}}}var L=Y5(e,t,l,o);if(L!==null){var D=Dr();Mn(L,e,o,D),x9(L,t,o)}}S9(e,o)}function w9(e){var t=e.alternate;return e===xt||t!==null&&t===xt}function k9(e,t){I0=Nf=!0;var a=e.pending;a===null?t.next=t:(t.next=a.next,a.next=t),e.pending=t}function x9(e,t,a){if(j2(a)){var o=t.lanes;o=ju(o,e.pendingLanes);var l=Ze(o,a);t.lanes=l,Al(e,l)}}function S9(e,t,a){Bs(e,t)}var Bf={readContext:Sn,useCallback:kr,useContext:kr,useEffect:kr,useImperativeHandle:kr,useInsertionEffect:kr,useLayoutEffect:kr,useMemo:kr,useReducer:kr,useRef:kr,useState:kr,useDebugValue:kr,useDeferredValue:kr,useTransition:kr,useMutableSource:kr,useSyncExternalStore:kr,useId:kr,unstable_isNewReconciler:de},E9=null,L9=null,T9=null,I9=null,ti=null,wo=null,Wf=null;{var Up=function(){y("Context can only be read while React is rendering. In classes, you can read it in the render method or getDerivedStateFromProps. In function components, you can read it directly in the function body, but not inside Hooks like useReducer() or useMemo().")},Be=function(){y("Do not call Hooks inside useEffect(...), useMemo(...), or other built-in Hooks. You can only call Hooks at the top level of your React function. For more information, see https://reactjs.org/link/rules-of-hooks")};E9={readContext:function(e){return Sn(e)},useCallback:function(e,t){return X="useCallback",vt(),yc(t),Vp(e,t)},useContext:function(e){return X="useContext",vt(),Sn(e)},useEffect:function(e,t){return X="useEffect",vt(),yc(t),Of(e,t)},useImperativeHandle:function(e,t,a){return X="useImperativeHandle",vt(),yc(a),Dp(e,t,a)},useInsertionEffect:function(e,t){return X="useInsertionEffect",vt(),yc(t),Mp(e,t)},useLayoutEffect:function(e,t){return X="useLayoutEffect",vt(),yc(t),Op(e,t)},useMemo:function(e,t){X="useMemo",vt(),yc(t);var a=be.current;be.current=ti;try{return $p(e,t)}finally{be.current=a}},useReducer:function(e,t,a){X="useReducer",vt();var o=be.current;be.current=ti;try{return Ip(e,t,a)}finally{be.current=o}},useRef:function(e){return X="useRef",vt(),jp(e)},useState:function(e){X="useState",vt();var t=be.current;be.current=ti;try{return Af(e)}finally{be.current=t}},useDebugValue:function(e,t){return X="useDebugValue",vt(),void 0},useDeferredValue:function(e){return X="useDeferredValue",vt(),zp(e)},useTransition:function(){return X="useTransition",vt(),Fp()},useMutableSource:function(e,t,a){return X="useMutableSource",vt(),void 0},useSyncExternalStore:function(e,t,a){return X="useSyncExternalStore",vt(),Np(e,t,a)},useId:function(){return X="useId",vt(),Hp()},unstable_isNewReconciler:de},L9={readContext:function(e){return Sn(e)},useCallback:function(e,t){return X="useCallback",pe(),Vp(e,t)},useContext:function(e){return X="useContext",pe(),Sn(e)},useEffect:function(e,t){return X="useEffect",pe(),Of(e,t)},useImperativeHandle:function(e,t,a){return X="useImperativeHandle",pe(),Dp(e,t,a)},useInsertionEffect:function(e,t){return X="useInsertionEffect",pe(),Mp(e,t)},useLayoutEffect:function(e,t){return X="useLayoutEffect",pe(),Op(e,t)},useMemo:function(e,t){X="useMemo",pe();var a=be.current;be.current=ti;try{return $p(e,t)}finally{be.current=a}},useReducer:function(e,t,a){X="useReducer",pe();var o=be.current;be.current=ti;try{return Ip(e,t,a)}finally{be.current=o}},useRef:function(e){return X="useRef",pe(),jp(e)},useState:function(e){X="useState",pe();var t=be.current;be.current=ti;try{return Af(e)}finally{be.current=t}},useDebugValue:function(e,t){return X="useDebugValue",pe(),void 0},useDeferredValue:function(e){return X="useDeferredValue",pe(),zp(e)},useTransition:function(){return X="useTransition",pe(),Fp()},useMutableSource:function(e,t,a){return X="useMutableSource",pe(),void 0},useSyncExternalStore:function(e,t,a){return X="useSyncExternalStore",pe(),Np(e,t,a)},useId:function(){return X="useId",pe(),Hp()},unstable_isNewReconciler:de},T9={readContext:function(e){return Sn(e)},useCallback:function(e,t){return X="useCallback",pe(),Ff(e,t)},useContext:function(e){return X="useContext",pe(),Sn(e)},useEffect:function(e,t){return X="useEffect",pe(),P0(e,t)},useImperativeHandle:function(e,t,a){return X="useImperativeHandle",pe(),$f(e,t,a)},useInsertionEffect:function(e,t){return X="useInsertionEffect",pe(),Df(e,t)},useLayoutEffect:function(e,t){return X="useLayoutEffect",pe(),Vf(e,t)},useMemo:function(e,t){X="useMemo",pe();var a=be.current;be.current=wo;try{return Hf(e,t)}finally{be.current=a}},useReducer:function(e,t,a){X="useReducer",pe();var o=be.current;be.current=wo;try{return Rp(e,t,a)}finally{be.current=o}},useRef:function(e){return X="useRef",pe(),jf()},useState:function(e){X="useState",pe();var t=be.current;be.current=wo;try{return Pp(e)}finally{be.current=t}},useDebugValue:function(e,t){return X="useDebugValue",pe(),zf()},useDeferredValue:function(e){return X="useDeferredValue",pe(),m9(e)},useTransition:function(){return X="useTransition",pe(),y9()},useMutableSource:function(e,t,a){return X="useMutableSource",pe(),void 0},useSyncExternalStore:function(e,t,a){return X="useSyncExternalStore",pe(),Pf(e,t)},useId:function(){return X="useId",pe(),Uf()},unstable_isNewReconciler:de},I9={readContext:function(e){return Sn(e)},useCallback:function(e,t){return X="useCallback",pe(),Ff(e,t)},useContext:function(e){return X="useContext",pe(),Sn(e)},useEffect:function(e,t){return X="useEffect",pe(),P0(e,t)},useImperativeHandle:function(e,t,a){return X="useImperativeHandle",pe(),$f(e,t,a)},useInsertionEffect:function(e,t){return X="useInsertionEffect",pe(),Df(e,t)},useLayoutEffect:function(e,t){return X="useLayoutEffect",pe(),Vf(e,t)},useMemo:function(e,t){X="useMemo",pe();var a=be.current;be.current=Wf;try{return Hf(e,t)}finally{be.current=a}},useReducer:function(e,t,a){X="useReducer",pe();var o=be.current;be.current=Wf;try{return _p(e,t,a)}finally{be.current=o}},useRef:function(e){return X="useRef",pe(),jf()},useState:function(e){X="useState",pe();var t=be.current;be.current=Wf;try{return Ap(e)}finally{be.current=t}},useDebugValue:function(e,t){return X="useDebugValue",pe(),zf()},useDeferredValue:function(e){return X="useDeferredValue",pe(),v9(e)},useTransition:function(){return X="useTransition",pe(),C9()},useMutableSource:function(e,t,a){return X="useMutableSource",pe(),void 0},useSyncExternalStore:function(e,t,a){return X="useSyncExternalStore",pe(),Pf(e,t)},useId:function(){return X="useId",pe(),Uf()},unstable_isNewReconciler:de},ti={readContext:function(e){return Up(),Sn(e)},useCallback:function(e,t){return X="useCallback",Be(),vt(),Vp(e,t)},useContext:function(e){return X="useContext",Be(),vt(),Sn(e)},useEffect:function(e,t){return X="useEffect",Be(),vt(),Of(e,t)},useImperativeHandle:function(e,t,a){return X="useImperativeHandle",Be(),vt(),Dp(e,t,a)},useInsertionEffect:function(e,t){return X="useInsertionEffect",Be(),vt(),Mp(e,t)},useLayoutEffect:function(e,t){return X="useLayoutEffect",Be(),vt(),Op(e,t)},useMemo:function(e,t){X="useMemo",Be(),vt();var a=be.current;be.current=ti;try{return $p(e,t)}finally{be.current=a}},useReducer:function(e,t,a){X="useReducer",Be(),vt();var o=be.current;be.current=ti;try{return Ip(e,t,a)}finally{be.current=o}},useRef:function(e){return X="useRef",Be(),vt(),jp(e)},useState:function(e){X="useState",Be(),vt();var t=be.current;be.current=ti;try{return Af(e)}finally{be.current=t}},useDebugValue:function(e,t){return X="useDebugValue",Be(),vt(),void 0},useDeferredValue:function(e){return X="useDeferredValue",Be(),vt(),zp(e)},useTransition:function(){return X="useTransition",Be(),vt(),Fp()},useMutableSource:function(e,t,a){return X="useMutableSource",Be(),vt(),void 0},useSyncExternalStore:function(e,t,a){return X="useSyncExternalStore",Be(),vt(),Np(e,t,a)},useId:function(){return X="useId",Be(),vt(),Hp()},unstable_isNewReconciler:de},wo={readContext:function(e){return Up(),Sn(e)},useCallback:function(e,t){return X="useCallback",Be(),pe(),Ff(e,t)},useContext:function(e){return X="useContext",Be(),pe(),Sn(e)},useEffect:function(e,t){return X="useEffect",Be(),pe(),P0(e,t)},useImperativeHandle:function(e,t,a){return X="useImperativeHandle",Be(),pe(),$f(e,t,a)},useInsertionEffect:function(e,t){return X="useInsertionEffect",Be(),pe(),Df(e,t)},useLayoutEffect:function(e,t){return X="useLayoutEffect",Be(),pe(),Vf(e,t)},useMemo:function(e,t){X="useMemo",Be(),pe();var a=be.current;be.current=wo;try{return Hf(e,t)}finally{be.current=a}},useReducer:function(e,t,a){X="useReducer",Be(),pe();var o=be.current;be.current=wo;try{return Rp(e,t,a)}finally{be.current=o}},useRef:function(e){return X="useRef",Be(),pe(),jf()},useState:function(e){X="useState",Be(),pe();var t=be.current;be.current=wo;try{return Pp(e)}finally{be.current=t}},useDebugValue:function(e,t){return X="useDebugValue",Be(),pe(),zf()},useDeferredValue:function(e){return X="useDeferredValue",Be(),pe(),m9(e)},useTransition:function(){return X="useTransition",Be(),pe(),y9()},useMutableSource:function(e,t,a){return X="useMutableSource",Be(),pe(),void 0},useSyncExternalStore:function(e,t,a){return X="useSyncExternalStore",Be(),pe(),Pf(e,t)},useId:function(){return X="useId",Be(),pe(),Uf()},unstable_isNewReconciler:de},Wf={readContext:function(e){return Up(),Sn(e)},useCallback:function(e,t){return X="useCallback",Be(),pe(),Ff(e,t)},useContext:function(e){return X="useContext",Be(),pe(),Sn(e)},useEffect:function(e,t){return X="useEffect",Be(),pe(),P0(e,t)},useImperativeHandle:function(e,t,a){return X="useImperativeHandle",Be(),pe(),$f(e,t,a)},useInsertionEffect:function(e,t){return X="useInsertionEffect",Be(),pe(),Df(e,t)},useLayoutEffect:function(e,t){return X="useLayoutEffect",Be(),pe(),Vf(e,t)},useMemo:function(e,t){X="useMemo",Be(),pe();var a=be.current;be.current=wo;try{return Hf(e,t)}finally{be.current=a}},useReducer:function(e,t,a){X="useReducer",Be(),pe();var o=be.current;be.current=wo;try{return _p(e,t,a)}finally{be.current=o}},useRef:function(e){return X="useRef",Be(),pe(),jf()},useState:function(e){X="useState",Be(),pe();var t=be.current;be.current=wo;try{return Ap(e)}finally{be.current=t}},useDebugValue:function(e,t){return X="useDebugValue",Be(),pe(),zf()},useDeferredValue:function(e){return X="useDeferredValue",Be(),pe(),v9(e)},useTransition:function(){return X="useTransition",Be(),pe(),C9()},useMutableSource:function(e,t,a){return X="useMutableSource",Be(),pe(),void 0},useSyncExternalStore:function(e,t,a){return X="useSyncExternalStore",Be(),pe(),Pf(e,t)},useId:function(){return X="useId",Be(),pe(),Uf()},unstable_isNewReconciler:de}}var rs=d.unstable_now,R9=0,qf=-1,A0=-1,Qf=-1,Bp=!1,Zf=!1;function _9(){return Bp}function Eb(){Zf=!0}function Lb(){Bp=!1,Zf=!1}function Tb(){Bp=Zf,Zf=!1}function N9(){return R9}function P9(){R9=rs()}function Wp(e){A0=rs(),e.actualStartTime<0&&(e.actualStartTime=rs())}function A9(e){A0=-1}function Kf(e,t){if(A0>=0){var a=rs()-A0;e.actualDuration+=a,t&&(e.selfBaseDuration=a),A0=-1}}function ni(e){if(qf>=0){var t=rs()-qf;qf=-1;for(var a=e.return;a!==null;){switch(a.tag){case j:var o=a.stateNode;o.effectDuration+=t;return;case ce:var l=a.stateNode;l.effectDuration+=t;return}a=a.return}}}function qp(e){if(Qf>=0){var t=rs()-Qf;Qf=-1;for(var a=e.return;a!==null;){switch(a.tag){case j:var o=a.stateNode;o!==null&&(o.passiveEffectDuration+=t);return;case ce:var l=a.stateNode;l!==null&&(l.passiveEffectDuration+=t);return}a=a.return}}}function ri(){qf=rs()}function Qp(){Qf=rs()}function Zp(e){for(var t=e.child;t;)e.actualDuration+=t.actualDuration,t=t.sibling}function ko(e,t){if(e&&e.defaultProps){var a=nt({},t),o=e.defaultProps;for(var l in o)a[l]===void 0&&(a[l]=o[l]);return a}return t}var Kp={},Yp,Gp,Xp,Jp,e8,j9,Yf,t8,n8,r8,j0;{Yp=new Set,Gp=new Set,Xp=new Set,Jp=new Set,t8=new Set,e8=new Set,n8=new Set,r8=new Set,j0=new Set;var M9=new Set;Yf=function(e,t){if(!(e===null||typeof e=="function")){var a=t+"_"+e;M9.has(a)||(M9.add(a),y("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e))}},j9=function(e,t){if(t===void 0){var a=Ct(e)||"Component";e8.has(a)||(e8.add(a),y("%s.getDerivedStateFromProps(): A valid state object (or null) must be returned. You have returned undefined.",a))}},Object.defineProperty(Kp,"_processChildContext",{enumerable:!1,value:function(){throw new Error("_processChildContext is not available in React 16+. This likely means you have multiple copies of React and are attempting to nest a React 15 tree inside a React 16 tree using unstable_renderSubtreeIntoContainer, which isn't supported. Try to make sure you have only one copy of React (and ideally, switch to ReactDOM.createPortal).")}}),Object.freeze(Kp)}function a8(e,t,a,o){var l=e.memoizedState,c=a(o,l);{if(e.mode&Je){nn(!0);try{c=a(o,l)}finally{nn(!1)}}j9(t,c)}var h=c==null?l:nt({},l,c);if(e.memoizedState=h,e.lanes===te){var g=e.updateQueue;g.baseState=h}}var o8={isMounted:_r,enqueueSetState:function(e,t,a){var o=Qr(e),l=Dr(),c=ls(o),h=Qi(l,c);h.payload=t,a!=null&&(Yf(a,"setState"),h.callback=a);var g=Jl(o,h,c);g!==null&&(Mn(g,o,c,l),Ef(g,o,c)),Bs(o,c)},enqueueReplaceState:function(e,t,a){var o=Qr(e),l=Dr(),c=ls(o),h=Qi(l,c);h.tag=X5,h.payload=t,a!=null&&(Yf(a,"replaceState"),h.callback=a);var g=Jl(o,h,c);g!==null&&(Mn(g,o,c,l),Ef(g,o,c)),Bs(o,c)},enqueueForceUpdate:function(e,t){var a=Qr(e),o=Dr(),l=ls(a),c=Qi(o,l);c.tag=kf,t!=null&&(Yf(t,"forceUpdate"),c.callback=t);var h=Jl(a,c,l);h!==null&&(Mn(h,a,l,o),Ef(h,a,l)),gu(a,l)}};function O9(e,t,a,o,l,c,h){var g=e.stateNode;if(typeof g.shouldComponentUpdate=="function"){var w=g.shouldComponentUpdate(o,c,h);{if(e.mode&Je){nn(!0);try{w=g.shouldComponentUpdate(o,c,h)}finally{nn(!1)}}w===void 0&&y("%s.shouldComponentUpdate(): Returned undefined instead of a boolean value. Make sure to return true or false.",Ct(t)||"Component")}return w}return t.prototype&&t.prototype.isPureReactComponent?!je(a,o)||!je(l,c):!0}function Ib(e,t,a){var o=e.stateNode;{var l=Ct(t)||"Component",c=o.render;c||(t.prototype&&typeof t.prototype.render=="function"?y("%s(...): No `render` method found on the returned component instance: did you accidentally return an object from the constructor?",l):y("%s(...): No `render` method found on the returned component instance: you may have forgotten to define `render`.",l)),o.getInitialState&&!o.getInitialState.isReactClassApproved&&!o.state&&y("getInitialState was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Did you mean to define a state property instead?",l),o.getDefaultProps&&!o.getDefaultProps.isReactClassApproved&&y("getDefaultProps was defined on %s, a plain JavaScript class. This is only supported for classes created using React.createClass. Use a static property to define defaultProps instead.",l),o.propTypes&&y("propTypes was defined as an instance property on %s. Use a static property to define propTypes instead.",l),o.contextType&&y("contextType was defined as an instance property on %s. Use a static property to define contextType instead.",l),t.childContextTypes&&!j0.has(t)&&(e.mode&Je)===Re&&(j0.add(t),y(`%s uses the legacy childContextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() instead
|
|
124
|
-
|
|
125
|
-
.Learn more about this warning here: https://reactjs.org/link/legacy-context`,l)),t.contextTypes&&!j0.has(t)&&(e.mode&Je)===Re&&(j0.add(t),y(`%s uses the legacy contextTypes API which is no longer supported and will be removed in the next major release. Use React.createContext() with static contextType instead.
|
|
126
|
-
|
|
127
|
-
Learn more about this warning here: https://reactjs.org/link/legacy-context`,l)),o.contextTypes&&y("contextTypes was defined as an instance property on %s. Use a static property to define contextTypes instead.",l),t.contextType&&t.contextTypes&&!n8.has(t)&&(n8.add(t),y("%s declares both contextTypes and contextType static properties. The legacy contextTypes property will be ignored.",l)),typeof o.componentShouldUpdate=="function"&&y("%s has a method called componentShouldUpdate(). Did you mean shouldComponentUpdate()? The name is phrased as a question because the function is expected to return a value.",l),t.prototype&&t.prototype.isPureReactComponent&&typeof o.shouldComponentUpdate<"u"&&y("%s has a method called shouldComponentUpdate(). shouldComponentUpdate should not be used when extending React.PureComponent. Please extend React.Component if shouldComponentUpdate is used.",Ct(t)||"A pure component"),typeof o.componentDidUnmount=="function"&&y("%s has a method called componentDidUnmount(). But there is no such lifecycle method. Did you mean componentWillUnmount()?",l),typeof o.componentDidReceiveProps=="function"&&y("%s has a method called componentDidReceiveProps(). But there is no such lifecycle method. If you meant to update the state in response to changing props, use componentWillReceiveProps(). If you meant to fetch data or run side-effects or mutations after React has updated the UI, use componentDidUpdate().",l),typeof o.componentWillRecieveProps=="function"&&y("%s has a method called componentWillRecieveProps(). Did you mean componentWillReceiveProps()?",l),typeof o.UNSAFE_componentWillRecieveProps=="function"&&y("%s has a method called UNSAFE_componentWillRecieveProps(). Did you mean UNSAFE_componentWillReceiveProps()?",l);var h=o.props!==a;o.props!==void 0&&h&&y("%s(...): When calling super() in `%s`, make sure to pass up the same props that your component's constructor was passed.",l,l),o.defaultProps&&y("Setting defaultProps as an instance property on %s is not supported and will be ignored. Instead, define defaultProps as a static property on %s.",l,l),typeof o.getSnapshotBeforeUpdate=="function"&&typeof o.componentDidUpdate!="function"&&!Xp.has(t)&&(Xp.add(t),y("%s: getSnapshotBeforeUpdate() should be used with componentDidUpdate(). This component defines getSnapshotBeforeUpdate() only.",Ct(t))),typeof o.getDerivedStateFromProps=="function"&&y("%s: getDerivedStateFromProps() is defined as an instance method and will be ignored. Instead, declare it as a static method.",l),typeof o.getDerivedStateFromError=="function"&&y("%s: getDerivedStateFromError() is defined as an instance method and will be ignored. Instead, declare it as a static method.",l),typeof t.getSnapshotBeforeUpdate=="function"&&y("%s: getSnapshotBeforeUpdate() is defined as a static method and will be ignored. Instead, declare it as an instance method.",l);var g=o.state;g&&(typeof g!="object"||yn(g))&&y("%s.state: must be set to an object or null",l),typeof o.getChildContext=="function"&&typeof t.childContextTypes!="object"&&y("%s.getChildContext(): childContextTypes must be defined in order to use getChildContext().",l)}}function D9(e,t){t.updater=o8,e.stateNode=t,yl(t,e),t._reactInternalInstance=Kp}function V9(e,t,a){var o=!1,l=La,c=La,h=t.contextType;if("contextType"in t){var g=h===null||h!==void 0&&h.$$typeof===$c&&h._context===void 0;if(!g&&!r8.has(t)){r8.add(t);var w="";h===void 0?w=" However, it is set to undefined. This can be caused by a typo or by mixing up named and default imports. This can also happen due to a circular dependency, so try moving the createContext() call to a separate file.":typeof h!="object"?w=" However, it is set to a "+typeof h+".":h.$$typeof===Vc?w=" Did you accidentally pass the Context.Provider instead?":h._context!==void 0?w=" Did you accidentally pass the Context.Consumer instead?":w=" However, it is set to an object with keys {"+Object.keys(h).join(", ")+"}.",y("%s defines an invalid contextType. contextType should point to the Context object returned by React.createContext().%s",Ct(t)||"Component",w)}}if(typeof h=="object"&&h!==null)c=Sn(h);else{l=ic(e,t,!0);var x=t.contextTypes;o=x!=null,c=o?lc(e,l):La}var L=new t(a,c);if(e.mode&Je){nn(!0);try{L=new t(a,c)}finally{nn(!1)}}var D=e.memoizedState=L.state!==null&&L.state!==void 0?L.state:null;D9(e,L);{if(typeof t.getDerivedStateFromProps=="function"&&D===null){var M=Ct(t)||"Component";Gp.has(M)||(Gp.add(M),y("`%s` uses `getDerivedStateFromProps` but its initial state is %s. This is not recommended. Instead, define the initial state by assigning an object to `this.state` in the constructor of `%s`. This ensures that `getDerivedStateFromProps` arguments have a consistent shape.",M,L.state===null?"null":"undefined",M))}if(typeof t.getDerivedStateFromProps=="function"||typeof L.getSnapshotBeforeUpdate=="function"){var W=null,Q=null,G=null;if(typeof L.componentWillMount=="function"&&L.componentWillMount.__suppressDeprecationWarning!==!0?W="componentWillMount":typeof L.UNSAFE_componentWillMount=="function"&&(W="UNSAFE_componentWillMount"),typeof L.componentWillReceiveProps=="function"&&L.componentWillReceiveProps.__suppressDeprecationWarning!==!0?Q="componentWillReceiveProps":typeof L.UNSAFE_componentWillReceiveProps=="function"&&(Q="UNSAFE_componentWillReceiveProps"),typeof L.componentWillUpdate=="function"&&L.componentWillUpdate.__suppressDeprecationWarning!==!0?G="componentWillUpdate":typeof L.UNSAFE_componentWillUpdate=="function"&&(G="UNSAFE_componentWillUpdate"),W!==null||Q!==null||G!==null){var he=Ct(t)||"Component",Pe=typeof t.getDerivedStateFromProps=="function"?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";Jp.has(he)||(Jp.add(he),y(`Unsafe legacy lifecycles will not be called for components using new component APIs.
|
|
128
|
-
|
|
129
|
-
%s uses %s but also contains the following legacy lifecycles:%s%s%s
|
|
130
|
-
|
|
131
|
-
The above lifecycles should be removed. Learn more about this warning here:
|
|
132
|
-
https://reactjs.org/link/unsafe-component-lifecycles`,he,Pe,W!==null?`
|
|
133
|
-
`+W:"",Q!==null?`
|
|
134
|
-
`+Q:"",G!==null?`
|
|
135
|
-
`+G:""))}}}return o&&T5(e,l,c),L}function Rb(e,t){var a=t.state;typeof t.componentWillMount=="function"&&t.componentWillMount(),typeof t.UNSAFE_componentWillMount=="function"&&t.UNSAFE_componentWillMount(),a!==t.state&&(y("%s.componentWillMount(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",Qe(e)||"Component"),o8.enqueueReplaceState(t,t.state,null))}function $9(e,t,a,o){var l=t.state;if(typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(a,o),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(a,o),t.state!==l){{var c=Qe(e)||"Component";Yp.has(c)||(Yp.add(c),y("%s.componentWillReceiveProps(): Assigning directly to this.state is deprecated (except inside a component's constructor). Use setState instead.",c))}o8.enqueueReplaceState(t,t.state,null)}}function i8(e,t,a,o){Ib(e,t,a);var l=e.stateNode;l.props=a,l.state=e.memoizedState,l.refs={},mp(e);var c=t.contextType;if(typeof c=="object"&&c!==null)l.context=Sn(c);else{var h=ic(e,t,!0);l.context=lc(e,h)}{if(l.state===a){var g=Ct(t)||"Component";t8.has(g)||(t8.add(g),y("%s: It is not recommended to assign props directly to state because updates to props won't be reflected in state. In most cases, it is better to use props directly.",g))}e.mode&Je&&Co.recordLegacyContextWarning(e,l),Co.recordUnsafeLifecycleWarnings(e,l)}l.state=e.memoizedState;var w=t.getDerivedStateFromProps;if(typeof w=="function"&&(a8(e,t,w,a),l.state=e.memoizedState),typeof t.getDerivedStateFromProps!="function"&&typeof l.getSnapshotBeforeUpdate!="function"&&(typeof l.UNSAFE_componentWillMount=="function"||typeof l.componentWillMount=="function")&&(Rb(e,l),Lf(e,a,l,o),l.state=e.memoizedState),typeof l.componentDidMount=="function"){var x=Ke;x|=fr,(e.mode&Pr)!==Re&&(x|=pr),e.flags|=x}}function _b(e,t,a,o){var l=e.stateNode,c=e.memoizedProps;l.props=c;var h=l.context,g=t.contextType,w=La;if(typeof g=="object"&&g!==null)w=Sn(g);else{var x=ic(e,t,!0);w=lc(e,x)}var L=t.getDerivedStateFromProps,D=typeof L=="function"||typeof l.getSnapshotBeforeUpdate=="function";!D&&(typeof l.UNSAFE_componentWillReceiveProps=="function"||typeof l.componentWillReceiveProps=="function")&&(c!==a||h!==w)&&$9(e,l,a,w),e9();var M=e.memoizedState,W=l.state=M;if(Lf(e,a,l,o),W=e.memoizedState,c===a&&M===W&&!lf()&&!Tf()){if(typeof l.componentDidMount=="function"){var Q=Ke;Q|=fr,(e.mode&Pr)!==Re&&(Q|=pr),e.flags|=Q}return!1}typeof L=="function"&&(a8(e,t,L,a),W=e.memoizedState);var G=Tf()||O9(e,t,c,a,M,W,w);if(G){if(!D&&(typeof l.UNSAFE_componentWillMount=="function"||typeof l.componentWillMount=="function")&&(typeof l.componentWillMount=="function"&&l.componentWillMount(),typeof l.UNSAFE_componentWillMount=="function"&&l.UNSAFE_componentWillMount()),typeof l.componentDidMount=="function"){var he=Ke;he|=fr,(e.mode&Pr)!==Re&&(he|=pr),e.flags|=he}}else{if(typeof l.componentDidMount=="function"){var Pe=Ke;Pe|=fr,(e.mode&Pr)!==Re&&(Pe|=pr),e.flags|=Pe}e.memoizedProps=a,e.memoizedState=W}return l.props=a,l.state=W,l.context=w,G}function Nb(e,t,a,o,l){var c=t.stateNode;J5(e,t);var h=t.memoizedProps,g=t.type===t.elementType?h:ko(t.type,h);c.props=g;var w=t.pendingProps,x=c.context,L=a.contextType,D=La;if(typeof L=="object"&&L!==null)D=Sn(L);else{var M=ic(t,a,!0);D=lc(t,M)}var W=a.getDerivedStateFromProps,Q=typeof W=="function"||typeof c.getSnapshotBeforeUpdate=="function";!Q&&(typeof c.UNSAFE_componentWillReceiveProps=="function"||typeof c.componentWillReceiveProps=="function")&&(h!==w||x!==D)&&$9(t,c,o,D),e9();var G=t.memoizedState,he=c.state=G;if(Lf(t,o,c,l),he=t.memoizedState,h===w&&G===he&&!lf()&&!Tf()&&!Me)return typeof c.componentDidUpdate=="function"&&(h!==e.memoizedProps||G!==e.memoizedState)&&(t.flags|=Ke),typeof c.getSnapshotBeforeUpdate=="function"&&(h!==e.memoizedProps||G!==e.memoizedState)&&(t.flags|=Zr),!1;typeof W=="function"&&(a8(t,a,W,o),he=t.memoizedState);var Pe=Tf()||O9(t,a,g,o,G,he,D)||Me;return Pe?(!Q&&(typeof c.UNSAFE_componentWillUpdate=="function"||typeof c.componentWillUpdate=="function")&&(typeof c.componentWillUpdate=="function"&&c.componentWillUpdate(o,he,D),typeof c.UNSAFE_componentWillUpdate=="function"&&c.UNSAFE_componentWillUpdate(o,he,D)),typeof c.componentDidUpdate=="function"&&(t.flags|=Ke),typeof c.getSnapshotBeforeUpdate=="function"&&(t.flags|=Zr)):(typeof c.componentDidUpdate=="function"&&(h!==e.memoizedProps||G!==e.memoizedState)&&(t.flags|=Ke),typeof c.getSnapshotBeforeUpdate=="function"&&(h!==e.memoizedProps||G!==e.memoizedState)&&(t.flags|=Zr),t.memoizedProps=o,t.memoizedState=he),c.props=o,c.state=he,c.context=D,Pe}function b1(e,t){return{value:e,source:t,stack:Wc(t),digest:null}}function l8(e,t,a){return{value:e,source:null,stack:a??null,digest:t??null}}function Pb(e,t){return!0}function s8(e,t){try{var a=Pb(e,t);if(a===!1)return;var o=t.value,l=t.source,c=t.stack,h=c!==null?c:"";if(o!=null&&o._suppressLogging){if(e.tag===P)return;console.error(o)}var g=l?Qe(l):null,w=g?"The above error occurred in the <"+g+"> component:":"The above error occurred in one of your React components:",x;if(e.tag===j)x=`Consider adding an error boundary to your tree to customize error handling behavior.
|
|
136
|
-
Visit https://reactjs.org/link/error-boundaries to learn more about error boundaries.`;else{var L=Qe(e)||"Anonymous";x="React will try to recreate this component tree from scratch "+("using the error boundary you provided, "+L+".")}var D=w+`
|
|
137
|
-
`+h+`
|
|
138
|
-
|
|
139
|
-
`+(""+x);console.error(D)}catch(M){setTimeout(function(){throw M})}}var Ab=typeof WeakMap=="function"?WeakMap:Map;function z9(e,t,a){var o=Qi(Tt,a);o.tag=pp,o.payload={element:null};var l=t.value;return o.callback=function(){Ek(l),s8(e,t)},o}function u8(e,t,a){var o=Qi(Tt,a);o.tag=pp;var l=e.type.getDerivedStateFromError;if(typeof l=="function"){var c=t.value;o.payload=function(){return l(c)},o.callback=function(){Gh(e),s8(e,t)}}var h=e.stateNode;return h!==null&&typeof h.componentDidCatch=="function"&&(o.callback=function(){Gh(e),s8(e,t),typeof l!="function"&&xk(this);var g=t.value,w=t.stack;this.componentDidCatch(g,{componentStack:w!==null?w:""}),typeof l!="function"&&(Cr(e.lanes,Ae)||y("%s: Error boundaries should implement getDerivedStateFromError(). In that method, return a state update to display an error message or fallback UI.",Qe(e)||"Unknown"))}),o}function F9(e,t,a){var o=e.pingCache,l;if(o===null?(o=e.pingCache=new Ab,l=new Set,o.set(t,l)):(l=o.get(t),l===void 0&&(l=new Set,o.set(t,l))),!l.has(a)){l.add(a);var c=Lk.bind(null,e,t,a);Nr&&Y0(e,a),t.then(c,c)}}function jb(e,t,a,o){var l=e.updateQueue;if(l===null){var c=new Set;c.add(a),e.updateQueue=c}else l.add(a)}function Mb(e,t){var a=e.tag;if((e.mode&_e)===Re&&(a===T||a===se||a===ke)){var o=e.alternate;o?(e.updateQueue=o.updateQueue,e.memoizedState=o.memoizedState,e.lanes=o.lanes):(e.updateQueue=null,e.memoizedState=null)}}function H9(e){var t=e;do{if(t.tag===me&&mb(t))return t;t=t.return}while(t!==null);return null}function U9(e,t,a,o,l){if((e.mode&_e)===Re){if(e===t)e.flags|=bn;else{if(e.flags|=Fe,a.flags|=Fs,a.flags&=~(ou|Ir),a.tag===P){var c=a.alternate;if(c===null)a.tag=ze;else{var h=Qi(Tt,Ae);h.tag=kf,Jl(a,h,Ae)}}a.lanes=Ze(a.lanes,Ae)}return e}return e.flags|=bn,e.lanes=l,e}function Ob(e,t,a,o,l){if(a.flags|=Ir,Nr&&Y0(e,l),o!==null&&typeof o=="object"&&typeof o.then=="function"){var c=o;Mb(a),Gn()&&a.mode&_e&&j5();var h=H9(t);if(h!==null){h.flags&=~Ht,U9(h,t,a,e,l),h.mode&_e&&F9(e,c,l),jb(h,e,c);return}else{if(!A2(l)){F9(e,c,l),H8();return}var g=new Error("A component suspended while responding to synchronous input. This will cause the UI to be replaced with a loading indicator. To fix, updates that suspend should be wrapped with startTransition.");o=g}}else if(Gn()&&a.mode&_e){j5();var w=H9(t);if(w!==null){(w.flags&bn)===Oe&&(w.flags|=Ht),U9(w,t,a,e,l),tp(b1(o,a));return}}o=b1(o,a),mk(o);var x=t;do{switch(x.tag){case j:{var L=o;x.flags|=bn;var D=Pl(l);x.lanes=Ze(x.lanes,D);var M=z9(x,L,D);vp(x,M);return}case P:var W=o,Q=x.type,G=x.stateNode;if((x.flags&Fe)===Oe&&(typeof Q.getDerivedStateFromError=="function"||G!==null&&typeof G.componentDidCatch=="function"&&!Hh(G))){x.flags|=bn;var he=Pl(l);x.lanes=Ze(x.lanes,he);var Pe=u8(x,W,he);vp(x,Pe);return}break}x=x.return}while(x!==null)}function Db(){return null}var M0=p.ReactCurrentOwner,xo=!1,c8,O0,d8,f8,p8,w1,h8,Gf,D0;c8={},O0={},d8={},f8={},p8={},w1=!1,h8={},Gf={},D0={};function Mr(e,t,a,o){e===null?t.child=q5(t,null,a,o):t.child=dc(t,e.child,a,o)}function Vb(e,t,a,o){t.child=dc(t,e.child,null,o),t.child=dc(t,null,a,o)}function B9(e,t,a,o,l){if(t.type!==t.elementType){var c=a.propTypes;c&&go(c,o,"prop",Ct(a))}var h=a.render,g=t.ref,w,x;pc(t,l),kl(t);{if(M0.current=t,ba(!0),w=Cc(e,t,h,o,g,l),x=bc(),t.mode&Je){nn(!0);try{w=Cc(e,t,h,o,g,l),x=bc()}finally{nn(!1)}}ba(!1)}return vr(),e!==null&&!xo?(i9(e,t,l),Zi(e,t,l)):(Gn()&&x&&K6(t),t.flags|=Vo,Mr(e,t,w,l),t.child)}function W9(e,t,a,o,l){if(e===null){var c=a.type;if(Uk(c)&&a.compare===null&&a.defaultProps===void 0){var h=c;return h=Ic(c),t.tag=ke,t.type=h,g8(t,c),q9(e,t,h,o,l)}{var g=c.propTypes;if(g&&go(g,o,"prop",Ct(c)),a.defaultProps!==void 0){var w=Ct(c)||"Unknown";D0[w]||(y("%s: Support for defaultProps will be removed from memo components in a future major release. Use JavaScript default parameters instead.",w),D0[w]=!0)}}var x=J8(a.type,null,o,t,t.mode,l);return x.ref=t.ref,x.return=t,t.child=x,x}{var L=a.type,D=L.propTypes;D&&go(D,o,"prop",Ct(L))}var M=e.child,W=x8(e,l);if(!W){var Q=M.memoizedProps,G=a.compare;if(G=G!==null?G:je,G(Q,o)&&e.ref===t.ref)return Zi(e,t,l)}t.flags|=Vo;var he=L1(M,o);return he.ref=t.ref,he.return=t,t.child=he,he}function q9(e,t,a,o,l){if(t.type!==t.elementType){var c=t.elementType;if(c.$$typeof===Zn){var h=c,g=h._payload,w=h._init;try{c=w(g)}catch{c=null}var x=c&&c.propTypes;x&&go(x,o,"prop",Ct(c))}}if(e!==null){var L=e.memoizedProps;if(je(L,o)&&e.ref===t.ref&&t.type===e.type)if(xo=!1,t.pendingProps=o=L,x8(e,l))(e.flags&Fs)!==Oe&&(xo=!0);else return t.lanes=e.lanes,Zi(e,t,l)}return m8(e,t,a,o,l)}function Q9(e,t,a){var o=t.pendingProps,l=o.children,c=e!==null?e.memoizedState:null;if(o.mode==="hidden"||ye)if((t.mode&_e)===Re){var h={baseLanes:te,cachePool:null,transitions:null};t.memoizedState=h,d4(t,a)}else if(Cr(a,zn)){var g={baseLanes:te,cachePool:null,transitions:null};t.memoizedState=g;var w=c!==null?c.baseLanes:a;d4(t,w)}else{var x=null,L;if(c!==null){var D=c.baseLanes;L=Ze(D,a)}else L=a;t.lanes=t.childLanes=zn;var M={baseLanes:L,cachePool:x,transitions:null};return t.memoizedState=M,t.updateQueue=null,d4(t,L),null}else{var W;c!==null?(W=Ze(c.baseLanes,a),t.memoizedState=null):W=a,d4(t,W)}return Mr(e,t,l,a),t.child}function $b(e,t,a){var o=t.pendingProps;return Mr(e,t,o,a),t.child}function zb(e,t,a){var o=t.pendingProps.children;return Mr(e,t,o,a),t.child}function Fb(e,t,a){{t.flags|=Ke;{var o=t.stateNode;o.effectDuration=0,o.passiveEffectDuration=0}}var l=t.pendingProps,c=l.children;return Mr(e,t,c,a),t.child}function Z9(e,t){var a=t.ref;(e===null&&a!==null||e!==null&&e.ref!==a)&&(t.flags|=dr,t.flags|=b2)}function m8(e,t,a,o,l){if(t.type!==t.elementType){var c=a.propTypes;c&&go(c,o,"prop",Ct(a))}var h;{var g=ic(t,a,!0);h=lc(t,g)}var w,x;pc(t,l),kl(t);{if(M0.current=t,ba(!0),w=Cc(e,t,a,o,h,l),x=bc(),t.mode&Je){nn(!0);try{w=Cc(e,t,a,o,h,l),x=bc()}finally{nn(!1)}}ba(!1)}return vr(),e!==null&&!xo?(i9(e,t,l),Zi(e,t,l)):(Gn()&&x&&K6(t),t.flags|=Vo,Mr(e,t,w,l),t.child)}function K9(e,t,a,o,l){{switch(ax(t)){case!1:{var c=t.stateNode,h=t.type,g=new h(t.memoizedProps,c.context),w=g.state;c.updater.enqueueSetState(c,w,null);break}case!0:{t.flags|=Fe,t.flags|=bn;var x=new Error("Simulated error coming from DevTools"),L=Pl(l);t.lanes=Ze(t.lanes,L);var D=u8(t,b1(x,t),L);vp(t,D);break}}if(t.type!==t.elementType){var M=a.propTypes;M&&go(M,o,"prop",Ct(a))}}var W;Xo(a)?(W=!0,uf(t)):W=!1,pc(t,l);var Q=t.stateNode,G;Q===null?(Jf(e,t),V9(t,a,o),i8(t,a,o,l),G=!0):e===null?G=_b(t,a,o,l):G=Nb(e,t,a,o,l);var he=v8(e,t,a,G,W,l);{var Pe=t.stateNode;G&&Pe.props!==o&&(w1||y("It looks like %s is reassigning its own `this.props` while rendering. This is not supported and can lead to confusing bugs.",Qe(t)||"a component"),w1=!0)}return he}function v8(e,t,a,o,l,c){Z9(e,t);var h=(t.flags&Fe)!==Oe;if(!o&&!h)return l&&_5(t,a,!1),Zi(e,t,c);var g=t.stateNode;M0.current=t;var w;if(h&&typeof a.getDerivedStateFromError!="function")w=null,A9();else{kl(t);{if(ba(!0),w=g.render(),t.mode&Je){nn(!0);try{g.render()}finally{nn(!1)}}ba(!1)}vr()}return t.flags|=Vo,e!==null&&h?Vb(e,t,w,c):Mr(e,t,w,c),t.memoizedState=g.state,l&&_5(t,a,!0),t.child}function Y9(e){var t=e.stateNode;t.pendingContext?I5(e,t.pendingContext,t.pendingContext!==t.context):t.context&&I5(e,t.context,!1),gp(e,t.containerInfo)}function Hb(e,t,a){if(Y9(t),e===null)throw new Error("Should have a current fiber. This is a bug in React.");var o=t.pendingProps,l=t.memoizedState,c=l.element;J5(e,t),Lf(t,o,null,a);var h=t.memoizedState;t.stateNode;var g=h.element;if(l.isDehydrated){var w={element:g,isDehydrated:!1,cache:h.cache,pendingSuspenseBoundaries:h.pendingSuspenseBoundaries,transitions:h.transitions},x=t.updateQueue;if(x.baseState=w,t.memoizedState=w,t.flags&Ht){var L=b1(new Error("There was an error while hydrating. Because the error happened outside of a Suspense boundary, the entire root will switch to client rendering."),t);return G9(e,t,g,a,L)}else if(g!==c){var D=b1(new Error("This root received an early update, before anything was able hydrate. Switched the entire root to client rendering."),t);return G9(e,t,g,a,D)}else{WC(t);var M=q5(t,null,g,a);t.child=M;for(var W=M;W;)W.flags=W.flags&~Rt|Kr,W=W.sibling}}else{if(cc(),g===c)return Zi(e,t,a);Mr(e,t,g,a)}return t.child}function G9(e,t,a,o,l){return cc(),tp(l),t.flags|=Ht,Mr(e,t,a,o),t.child}function Ub(e,t,a){r9(t),e===null&&ep(t);var o=t.type,l=t.pendingProps,c=e!==null?e.memoizedProps:null,h=l.children,g=M6(o,l);return g?h=null:c!==null&&M6(o,c)&&(t.flags|=mt),Z9(e,t),Mr(e,t,h,a),t.child}function Bb(e,t){return e===null&&ep(t),null}function Wb(e,t,a,o){Jf(e,t);var l=t.pendingProps,c=a,h=c._payload,g=c._init,w=g(h);t.type=w;var x=t.tag=Bk(w),L=ko(w,l),D;switch(x){case T:return g8(t,w),t.type=w=Ic(w),D=m8(null,t,w,L,o),D;case P:return t.type=w=Q8(w),D=K9(null,t,w,L,o),D;case se:return t.type=w=Z8(w),D=B9(null,t,w,L,o),D;case xe:{if(t.type!==t.elementType){var M=w.propTypes;M&&go(M,L,"prop",Ct(w))}return D=W9(null,t,w,ko(w.type,L),o),D}}var W="";throw w!==null&&typeof w=="object"&&w.$$typeof===Zn&&(W=" Did you wrap a component in React.lazy() more than once?"),new Error("Element type is invalid. Received a promise that resolves to: "+w+". "+("Lazy element type must resolve to a class or function."+W))}function qb(e,t,a,o,l){Jf(e,t),t.tag=P;var c;return Xo(a)?(c=!0,uf(t)):c=!1,pc(t,l),V9(t,a,o),i8(t,a,o,l),v8(null,t,a,!0,c,l)}function Qb(e,t,a,o){Jf(e,t);var l=t.pendingProps,c;{var h=ic(t,a,!1);c=lc(t,h)}pc(t,o);var g,w;kl(t);{if(a.prototype&&typeof a.prototype.render=="function"){var x=Ct(a)||"Unknown";c8[x]||(y("The <%s /> component appears to have a render method, but doesn't extend React.Component. This is likely to cause errors. Change %s to extend React.Component instead.",x,x),c8[x]=!0)}t.mode&Je&&Co.recordLegacyContextWarning(t,null),ba(!0),M0.current=t,g=Cc(null,t,a,l,c,o),w=bc(),ba(!1)}if(vr(),t.flags|=Vo,typeof g=="object"&&g!==null&&typeof g.render=="function"&&g.$$typeof===void 0){var L=Ct(a)||"Unknown";O0[L]||(y("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",L,L,L),O0[L]=!0)}if(typeof g=="object"&&g!==null&&typeof g.render=="function"&&g.$$typeof===void 0){{var D=Ct(a)||"Unknown";O0[D]||(y("The <%s /> component appears to be a function component that returns a class instance. Change %s to a class that extends React.Component instead. If you can't use a class try assigning the prototype on the function as a workaround. `%s.prototype = React.Component.prototype`. Don't use an arrow function since it cannot be called with `new` by React.",D,D,D),O0[D]=!0)}t.tag=P,t.memoizedState=null,t.updateQueue=null;var M=!1;return Xo(a)?(M=!0,uf(t)):M=!1,t.memoizedState=g.state!==null&&g.state!==void 0?g.state:null,mp(t),D9(t,g),i8(t,a,l,o),v8(null,t,a,!0,M,o)}else{if(t.tag=T,t.mode&Je){nn(!0);try{g=Cc(null,t,a,l,c,o),w=bc()}finally{nn(!1)}}return Gn()&&w&&K6(t),Mr(null,t,g,o),g8(t,a),t.child}}function g8(e,t){{if(t&&t.childContextTypes&&y("%s(...): childContextTypes cannot be defined on a function component.",t.displayName||t.name||"Component"),e.ref!==null){var a="",o=Wr();o&&(a+=`
|
|
140
|
-
|
|
141
|
-
Check the render method of \``+o+"`.");var l=o||"",c=e._debugSource;c&&(l=c.fileName+":"+c.lineNumber),p8[l]||(p8[l]=!0,y("Function components cannot be given refs. Attempts to access this ref will fail. Did you mean to use React.forwardRef()?%s",a))}if(t.defaultProps!==void 0){var h=Ct(t)||"Unknown";D0[h]||(y("%s: Support for defaultProps will be removed from function components in a future major release. Use JavaScript default parameters instead.",h),D0[h]=!0)}if(typeof t.getDerivedStateFromProps=="function"){var g=Ct(t)||"Unknown";f8[g]||(y("%s: Function components do not support getDerivedStateFromProps.",g),f8[g]=!0)}if(typeof t.contextType=="object"&&t.contextType!==null){var w=Ct(t)||"Unknown";d8[w]||(y("%s: Function components do not support contextType.",w),d8[w]=!0)}}}var y8={dehydrated:null,treeContext:null,retryLane:rn};function C8(e){return{baseLanes:e,cachePool:Db(),transitions:null}}function Zb(e,t){var a=null;return{baseLanes:Ze(e.baseLanes,t),cachePool:a,transitions:e.transitions}}function Kb(e,t,a,o){if(t!==null){var l=t.memoizedState;if(l===null)return!1}return bp(e,L0)}function Yb(e,t){return Gs(e.childLanes,t)}function X9(e,t,a){var o=t.pendingProps;ox(t)&&(t.flags|=Fe);var l=bo.current,c=!1,h=(t.flags&Fe)!==Oe;if(h||Kb(l,e)?(c=!0,t.flags&=~Fe):(e===null||e.memoizedState!==null)&&(l=hb(l,o9)),l=mc(l),ts(t,l),e===null){ep(t);var g=t.memoizedState;if(g!==null){var w=g.dehydrated;if(w!==null)return tw(t,w)}var x=o.children,L=o.fallback;if(c){var D=Gb(t,x,L,a),M=t.child;return M.memoizedState=C8(a),t.memoizedState=y8,D}else return b8(t,x)}else{var W=e.memoizedState;if(W!==null){var Q=W.dehydrated;if(Q!==null)return nw(e,t,h,o,Q,W,a)}if(c){var G=o.fallback,he=o.children,Pe=Jb(e,t,he,G,a),Ve=t.child,et=e.child.memoizedState;return Ve.memoizedState=et===null?C8(a):Zb(et,a),Ve.childLanes=Yb(e,a),t.memoizedState=y8,Pe}else{var Xe=o.children,F=Xb(e,t,Xe,a);return t.memoizedState=null,F}}}function b8(e,t,a){var o=e.mode,l={mode:"visible",children:t},c=w8(l,o);return c.return=e,e.child=c,c}function Gb(e,t,a,o){var l=e.mode,c=e.child,h={mode:"hidden",children:t},g,w;return(l&_e)===Re&&c!==null?(g=c,g.childLanes=te,g.pendingProps=h,e.mode&He&&(g.actualDuration=0,g.actualStartTime=-1,g.selfBaseDuration=0,g.treeBaseDuration=0),w=us(a,l,o,null)):(g=w8(h,l),w=us(a,l,o,null)),g.return=e,w.return=e,g.sibling=w,e.child=g,w}function w8(e,t,a){return Xh(e,t,te,null)}function J9(e,t){return L1(e,t)}function Xb(e,t,a,o){var l=e.child,c=l.sibling,h=J9(l,{mode:"visible",children:a});if((t.mode&_e)===Re&&(h.lanes=o),h.return=t,h.sibling=null,c!==null){var g=t.deletions;g===null?(t.deletions=[c],t.flags|=pt):g.push(c)}return t.child=h,h}function Jb(e,t,a,o,l){var c=t.mode,h=e.child,g=h.sibling,w={mode:"hidden",children:a},x;if((c&_e)===Re&&t.child!==h){var L=t.child;x=L,x.childLanes=te,x.pendingProps=w,t.mode&He&&(x.actualDuration=0,x.actualStartTime=-1,x.selfBaseDuration=h.selfBaseDuration,x.treeBaseDuration=h.treeBaseDuration),t.deletions=null}else x=J9(h,w),x.subtreeFlags=h.subtreeFlags&En;var D;return g!==null?D=L1(g,o):(D=us(o,c,l,null),D.flags|=Rt),D.return=t,x.return=t,x.sibling=D,t.child=x,D}function Xf(e,t,a,o){o!==null&&tp(o),dc(t,e.child,null,a);var l=t.pendingProps,c=l.children,h=b8(t,c);return h.flags|=Rt,t.memoizedState=null,h}function ew(e,t,a,o,l){var c=t.mode,h={mode:"visible",children:a},g=w8(h,c),w=us(o,c,l,null);return w.flags|=Rt,g.return=t,w.return=t,g.sibling=w,t.child=g,(t.mode&_e)!==Re&&dc(t,e.child,null,l),w}function tw(e,t,a){return(e.mode&_e)===Re?(y("Cannot hydrate Suspense in legacy mode. Switch from ReactDOM.hydrate(element, container) to ReactDOMClient.hydrateRoot(container, <App />).render(element) or remove the Suspense components from the server rendered components."),e.lanes=Ae):$6(t)?e.lanes=co:e.lanes=zn,null}function nw(e,t,a,o,l,c,h){if(a)if(t.flags&Ht){t.flags&=~Ht;var g=l8(new Error("There was an error while hydrating this Suspense boundary. Switched to client rendering."));return Xf(e,t,h,g)}else{if(t.memoizedState!==null)return t.child=e.child,t.flags|=Fe,null;var w=o.children,x=o.fallback,L=ew(e,t,w,x,h),D=t.child;return D.memoizedState=C8(h),t.memoizedState=y8,L}else{if(UC(),(t.mode&_e)===Re)return Xf(e,t,h,null);if($6(l)){var M,W,Q;{var G=iC(l);M=G.digest,W=G.message,Q=G.stack}var he;W?he=new Error(W):he=new Error("The server could not finish this Suspense boundary, likely due to an error during server rendering. Switched to client rendering.");var Pe=l8(he,M,Q);return Xf(e,t,h,Pe)}var Ve=Cr(h,e.childLanes);if(xo||Ve){var et=c4();if(et!==null){var Xe=i6(et,h);if(Xe!==rn&&Xe!==c.retryLane){c.retryLane=Xe;var F=Tt;ia(e,Xe),Mn(et,e,Xe,F)}}H8();var Y=l8(new Error("This Suspense boundary received an update before it finished hydrating. This caused the boundary to switch to client rendering. The usual way to fix this is to wrap the original update in startTransition."));return Xf(e,t,h,Y)}else if(k5(l)){t.flags|=Fe,t.child=e.child;var U=Tk.bind(null,e);return lC(l,U),null}else{qC(t,l,c.treeContext);var le=o.children,we=b8(t,le);return we.flags|=Kr,we}}}function eh(e,t,a){e.lanes=Ze(e.lanes,t);var o=e.alternate;o!==null&&(o.lanes=Ze(o.lanes,t)),dp(e.return,t,a)}function rw(e,t,a){for(var o=t;o!==null;){if(o.tag===me){var l=o.memoizedState;l!==null&&eh(o,a,e)}else if(o.tag===dt)eh(o,a,e);else if(o.child!==null){o.child.return=o,o=o.child;continue}if(o===e)return;for(;o.sibling===null;){if(o.return===null||o.return===e)return;o=o.return}o.sibling.return=o.return,o=o.sibling}}function aw(e){for(var t=e,a=null;t!==null;){var o=t.alternate;o!==null&&_f(o)===null&&(a=t),t=t.sibling}return a}function ow(e){if(e!==void 0&&e!=="forwards"&&e!=="backwards"&&e!=="together"&&!h8[e])if(h8[e]=!0,typeof e=="string")switch(e.toLowerCase()){case"together":case"forwards":case"backwards":{y('"%s" is not a valid value for revealOrder on <SuspenseList />. Use lowercase "%s" instead.',e,e.toLowerCase());break}case"forward":case"backward":{y('"%s" is not a valid value for revealOrder on <SuspenseList />. React uses the -s suffix in the spelling. Use "%ss" instead.',e,e.toLowerCase());break}default:y('"%s" is not a supported revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e);break}else y('%s is not a supported value for revealOrder on <SuspenseList />. Did you mean "together", "forwards" or "backwards"?',e)}function iw(e,t){e!==void 0&&!Gf[e]&&(e!=="collapsed"&&e!=="hidden"?(Gf[e]=!0,y('"%s" is not a supported value for tail on <SuspenseList />. Did you mean "collapsed" or "hidden"?',e)):t!=="forwards"&&t!=="backwards"&&(Gf[e]=!0,y('<SuspenseList tail="%s" /> is only valid if revealOrder is "forwards" or "backwards". Did you mean to specify revealOrder="forwards"?',e)))}function th(e,t){{var a=yn(e),o=!a&&typeof Ja(e)=="function";if(a||o){var l=a?"array":"iterable";return y("A nested %s was passed to row #%s in <SuspenseList />. Wrap it in an additional SuspenseList to configure its revealOrder: <SuspenseList revealOrder=...> ... <SuspenseList revealOrder=...>{%s}</SuspenseList> ... </SuspenseList>",l,t,l),!1}}return!0}function lw(e,t){if((t==="forwards"||t==="backwards")&&e!==void 0&&e!==null&&e!==!1)if(yn(e)){for(var a=0;a<e.length;a++)if(!th(e[a],a))return}else{var o=Ja(e);if(typeof o=="function"){var l=o.call(e);if(l)for(var c=l.next(),h=0;!c.done;c=l.next()){if(!th(c.value,h))return;h++}}else y('A single row was passed to a <SuspenseList revealOrder="%s" />. This is not useful since it needs multiple rows. Did you mean to pass multiple children or an array?',t)}}function k8(e,t,a,o,l){var c=e.memoizedState;c===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:o,tail:a,tailMode:l}:(c.isBackwards=t,c.rendering=null,c.renderingStartTime=0,c.last=o,c.tail=a,c.tailMode=l)}function nh(e,t,a){var o=t.pendingProps,l=o.revealOrder,c=o.tail,h=o.children;ow(l),iw(c,l),lw(h,l),Mr(e,t,h,a);var g=bo.current,w=bp(g,L0);if(w)g=wp(g,L0),t.flags|=Fe;else{var x=e!==null&&(e.flags&Fe)!==Oe;x&&rw(t,t.child,a),g=mc(g)}if(ts(t,g),(t.mode&_e)===Re)t.memoizedState=null;else switch(l){case"forwards":{var L=aw(t.child),D;L===null?(D=t.child,t.child=null):(D=L.sibling,L.sibling=null),k8(t,!1,D,L,c);break}case"backwards":{var M=null,W=t.child;for(t.child=null;W!==null;){var Q=W.alternate;if(Q!==null&&_f(Q)===null){t.child=W;break}var G=W.sibling;W.sibling=M,M=W,W=G}k8(t,!0,M,null,c);break}case"together":{k8(t,!1,null,null,void 0);break}default:t.memoizedState=null}return t.child}function sw(e,t,a){gp(t,t.stateNode.containerInfo);var o=t.pendingProps;return e===null?t.child=dc(t,null,o,a):Mr(e,t,o,a),t.child}var rh=!1;function uw(e,t,a){var o=t.type,l=o._context,c=t.pendingProps,h=t.memoizedProps,g=c.value;{"value"in c||rh||(rh=!0,y("The `value` prop is required for the `<Context.Provider>`. Did you misspell it or forget to pass it?"));var w=t.type.propTypes;w&&go(w,c,"prop","Context.Provider")}if(K5(t,l,g),h!==null){var x=h.value;if(Le(x,g)){if(h.children===c.children&&!lf())return Zi(e,t,a)}else ob(t,l,a)}var L=c.children;return Mr(e,t,L,a),t.child}var ah=!1;function cw(e,t,a){var o=t.type;o._context===void 0?o!==o.Consumer&&(ah||(ah=!0,y("Rendering <Context> directly is not supported and will be removed in a future major release. Did you mean to render <Context.Consumer> instead?"))):o=o._context;var l=t.pendingProps,c=l.children;typeof c!="function"&&y("A context consumer was rendered with multiple children, or a child that isn't a function. A context consumer expects a single child that is a function. If you did pass a function, make sure there is no trailing or leading whitespace around it."),pc(t,a);var h=Sn(o);kl(t);var g;return M0.current=t,ba(!0),g=c(h),ba(!1),vr(),t.flags|=Vo,Mr(e,t,g,a),t.child}function V0(){xo=!0}function Jf(e,t){(t.mode&_e)===Re&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=Rt)}function Zi(e,t,a){return e!==null&&(t.dependencies=e.dependencies),A9(),K0(t.lanes),Cr(a,t.childLanes)?(rb(e,t),t.child):null}function dw(e,t,a){{var o=t.return;if(o===null)throw new Error("Cannot swap the root fiber.");if(e.alternate=null,t.alternate=null,a.index=t.index,a.sibling=t.sibling,a.return=t.return,a.ref=t.ref,t===o.child)o.child=a;else{var l=o.child;if(l===null)throw new Error("Expected parent to have a child.");for(;l.sibling!==t;)if(l=l.sibling,l===null)throw new Error("Expected to find the previous sibling.");l.sibling=a}var c=o.deletions;return c===null?(o.deletions=[e],o.flags|=pt):c.push(e),a.flags|=Rt,a}}function x8(e,t){var a=e.lanes;return!!Cr(a,t)}function fw(e,t,a){switch(t.tag){case j:Y9(t),t.stateNode,cc();break;case $:r9(t);break;case P:{var o=t.type;Xo(o)&&uf(t);break}case N:gp(t,t.stateNode.containerInfo);break;case oe:{var l=t.memoizedProps.value,c=t.type._context;K5(t,c,l);break}case ce:{var h=Cr(a,t.childLanes);h&&(t.flags|=Ke);{var g=t.stateNode;g.effectDuration=0,g.passiveEffectDuration=0}}break;case me:{var w=t.memoizedState;if(w!==null){if(w.dehydrated!==null)return ts(t,mc(bo.current)),t.flags|=Fe,null;var x=t.child,L=x.childLanes;if(Cr(a,L))return X9(e,t,a);ts(t,mc(bo.current));var D=Zi(e,t,a);return D!==null?D.sibling:null}else ts(t,mc(bo.current));break}case dt:{var M=(e.flags&Fe)!==Oe,W=Cr(a,t.childLanes);if(M){if(W)return nh(e,t,a);t.flags|=Fe}var Q=t.memoizedState;if(Q!==null&&(Q.rendering=null,Q.tail=null,Q.lastEffect=null),ts(t,bo.current),W)break;return null}case qe:case Wt:return t.lanes=te,Q9(e,t,a)}return Zi(e,t,a)}function oh(e,t,a){if(t._debugNeedsRemount&&e!==null)return dw(e,t,J8(t.type,t.key,t.pendingProps,t._debugOwner||null,t.mode,t.lanes));if(e!==null){var o=e.memoizedProps,l=t.pendingProps;if(o!==l||lf()||t.type!==e.type)xo=!0;else{var c=x8(e,a);if(!c&&(t.flags&Fe)===Oe)return xo=!1,fw(e,t,a);(e.flags&Fs)!==Oe?xo=!0:xo=!1}}else if(xo=!1,Gn()&&DC(t)){var h=t.index,g=VC();A5(t,g,h)}switch(t.lanes=te,t.tag){case H:return Qb(e,t,t.type,a);case it:{var w=t.elementType;return Wb(e,t,w,a)}case T:{var x=t.type,L=t.pendingProps,D=t.elementType===x?L:ko(x,L);return m8(e,t,x,D,a)}case P:{var M=t.type,W=t.pendingProps,Q=t.elementType===M?W:ko(M,W);return K9(e,t,M,Q,a)}case j:return Hb(e,t,a);case $:return Ub(e,t,a);case Z:return Bb(e,t);case me:return X9(e,t,a);case N:return sw(e,t,a);case se:{var G=t.type,he=t.pendingProps,Pe=t.elementType===G?he:ko(G,he);return B9(e,t,G,Pe,a)}case ee:return $b(e,t,a);case K:return zb(e,t,a);case ce:return Fb(e,t,a);case oe:return uw(e,t,a);case ae:return cw(e,t,a);case xe:{var Ve=t.type,et=t.pendingProps,Xe=ko(Ve,et);if(t.type!==t.elementType){var F=Ve.propTypes;F&&go(F,Xe,"prop",Ct(Ve))}return Xe=ko(Ve.type,Xe),W9(e,t,Ve,Xe,a)}case ke:return q9(e,t,t.type,t.pendingProps,a);case ze:{var Y=t.type,U=t.pendingProps,le=t.elementType===Y?U:ko(Y,U);return qb(e,t,Y,le,a)}case dt:return nh(e,t,a);case lt:break;case qe:return Q9(e,t,a)}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function wc(e){e.flags|=Ke}function ih(e){e.flags|=dr,e.flags|=b2}var lh,S8,sh,uh;lh=function(e,t,a,o){for(var l=t.child;l!==null;){if(l.tag===$||l.tag===Z)jy(e,l.stateNode);else if(l.tag!==N&&l.child!==null){l.child.return=l,l=l.child;continue}if(l===t)return;for(;l.sibling===null;){if(l.return===null||l.return===t)return;l=l.return}l.sibling.return=l.return,l=l.sibling}},S8=function(e,t){},sh=function(e,t,a,o,l){var c=e.memoizedProps;if(c!==o){var h=t.stateNode,g=yp(),w=Oy(h,a,c,o,l,g);t.updateQueue=w,w&&wc(t)}},uh=function(e,t,a,o){a!==o&&wc(t)};function $0(e,t){if(!Gn())switch(e.tailMode){case"hidden":{for(var a=e.tail,o=null;a!==null;)a.alternate!==null&&(o=a),a=a.sibling;o===null?e.tail=null:o.sibling=null;break}case"collapsed":{for(var l=e.tail,c=null;l!==null;)l.alternate!==null&&(c=l),l=l.sibling;c===null?!t&&e.tail!==null?e.tail.sibling=null:e.tail=null:c.sibling=null;break}}}function Jn(e){var t=e.alternate!==null&&e.alternate.child===e.child,a=te,o=Oe;if(t){if((e.mode&He)!==Re){for(var l=e.selfBaseDuration,c=e.child;c!==null;)a=Ze(a,Ze(c.lanes,c.childLanes)),o|=c.subtreeFlags&En,o|=c.flags&En,l+=c.treeBaseDuration,c=c.sibling;e.treeBaseDuration=l}else for(var h=e.child;h!==null;)a=Ze(a,Ze(h.lanes,h.childLanes)),o|=h.subtreeFlags&En,o|=h.flags&En,h.return=e,h=h.sibling;e.subtreeFlags|=o}else{if((e.mode&He)!==Re){for(var g=e.actualDuration,w=e.selfBaseDuration,x=e.child;x!==null;)a=Ze(a,Ze(x.lanes,x.childLanes)),o|=x.subtreeFlags,o|=x.flags,g+=x.actualDuration,w+=x.treeBaseDuration,x=x.sibling;e.actualDuration=g,e.treeBaseDuration=w}else for(var L=e.child;L!==null;)a=Ze(a,Ze(L.lanes,L.childLanes)),o|=L.subtreeFlags,o|=L.flags,L.return=e,L=L.sibling;e.subtreeFlags|=o}return e.childLanes=a,t}function pw(e,t,a){if(GC()&&(t.mode&_e)!==Re&&(t.flags&Fe)===Oe)return z5(t),cc(),t.flags|=Ht|Ir|bn,!1;var o=hf(t);if(a!==null&&a.dehydrated!==null)if(e===null){if(!o)throw new Error("A dehydrated suspense component was completed without a hydrated node. This is probably a bug in React.");if(KC(t),Jn(t),(t.mode&He)!==Re){var l=a!==null;if(l){var c=t.child;c!==null&&(t.treeBaseDuration-=c.treeBaseDuration)}}return!1}else{if(cc(),(t.flags&Fe)===Oe&&(t.memoizedState=null),t.flags|=Ke,Jn(t),(t.mode&He)!==Re){var h=a!==null;if(h){var g=t.child;g!==null&&(t.treeBaseDuration-=g.treeBaseDuration)}}return!1}else return F5(),!0}function ch(e,t,a){var o=t.pendingProps;switch(Y6(t),t.tag){case H:case it:case ke:case T:case se:case ee:case K:case ce:case ae:case xe:return Jn(t),null;case P:{var l=t.type;return Xo(l)&&sf(t),Jn(t),null}case j:{var c=t.stateNode;if(hc(t),q6(t),xp(),c.pendingContext&&(c.context=c.pendingContext,c.pendingContext=null),e===null||e.child===null){var h=hf(t);if(h)wc(t);else if(e!==null){var g=e.memoizedState;(!g.isDehydrated||(t.flags&Ht)!==Oe)&&(t.flags|=Zr,F5())}}return S8(e,t),Jn(t),null}case $:{Cp(t);var w=n9(),x=t.type;if(e!==null&&t.stateNode!=null)sh(e,t,x,o,w),e.ref!==t.ref&&ih(t);else{if(!o){if(t.stateNode===null)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");return Jn(t),null}var L=yp(),D=hf(t);if(D)QC(t,w,L)&&wc(t);else{var M=Ay(x,o,w,L,t);lh(M,t,!1,!1),t.stateNode=M,My(M,x,o,w)&&wc(t)}t.ref!==null&&ih(t)}return Jn(t),null}case Z:{var W=o;if(e&&t.stateNode!=null){var Q=e.memoizedProps;uh(e,t,Q,W)}else{if(typeof W!="string"&&t.stateNode===null)throw new Error("We must have new props for new mounts. This error is likely caused by a bug in React. Please file an issue.");var G=n9(),he=yp(),Pe=hf(t);Pe?ZC(t)&&wc(t):t.stateNode=Dy(W,G,he,t)}return Jn(t),null}case me:{vc(t);var Ve=t.memoizedState;if(e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){var et=pw(e,t,Ve);if(!et)return t.flags&bn?t:null}if((t.flags&Fe)!==Oe)return t.lanes=a,(t.mode&He)!==Re&&Zp(t),t;var Xe=Ve!==null,F=e!==null&&e.memoizedState!==null;if(Xe!==F&&Xe){var Y=t.child;if(Y.flags|=$o,(t.mode&_e)!==Re){var U=e===null&&(t.memoizedProps.unstable_avoidThisFallback!==!0||!ft);U||bp(bo.current,o9)?hk():H8()}}var le=t.updateQueue;if(le!==null&&(t.flags|=Ke),Jn(t),(t.mode&He)!==Re&&Xe){var we=t.child;we!==null&&(t.treeBaseDuration-=we.treeBaseDuration)}return null}case N:return hc(t),S8(e,t),e===null&&_C(t.stateNode.containerInfo),Jn(t),null;case oe:var ge=t.type._context;return cp(ge,t),Jn(t),null;case ze:{var $e=t.type;return Xo($e)&&sf(t),Jn(t),null}case dt:{vc(t);var We=t.memoizedState;if(We===null)return Jn(t),null;var St=(t.flags&Fe)!==Oe,ut=We.rendering;if(ut===null)if(St)$0(We,!1);else{var vn=vk()&&(e===null||(e.flags&Fe)===Oe);if(!vn)for(var ct=t.child;ct!==null;){var on=_f(ct);if(on!==null){St=!0,t.flags|=Fe,$0(We,!1);var xr=on.updateQueue;return xr!==null&&(t.updateQueue=xr,t.flags|=Ke),t.subtreeFlags=Oe,ab(t,a),ts(t,wp(bo.current,L0)),t.child}ct=ct.sibling}We.tail!==null&&Ot()>Nh()&&(t.flags|=Fe,St=!0,$0(We,!1),t.lanes=p3)}else{if(!St){var ar=_f(ut);if(ar!==null){t.flags|=Fe,St=!0;var Ia=ar.updateQueue;if(Ia!==null&&(t.updateQueue=Ia,t.flags|=Ke),$0(We,!0),We.tail===null&&We.tailMode==="hidden"&&!ut.alternate&&!Gn())return Jn(t),null}else Ot()*2-We.renderingStartTime>Nh()&&a!==zn&&(t.flags|=Fe,St=!0,$0(We,!1),t.lanes=p3)}if(We.isBackwards)ut.sibling=t.child,t.child=ut;else{var Vr=We.last;Vr!==null?Vr.sibling=ut:t.child=ut,We.last=ut}}if(We.tail!==null){var $r=We.tail;We.rendering=$r,We.tail=$r.sibling,We.renderingStartTime=Ot(),$r.sibling=null;var Sr=bo.current;return St?Sr=wp(Sr,L0):Sr=mc(Sr),ts(t,Sr),$r}return Jn(t),null}case lt:break;case qe:case Wt:{F8(t);var Ji=t.memoizedState,Rc=Ji!==null;if(e!==null){var ed=e.memoizedState,ii=ed!==null;ii!==Rc&&!ye&&(t.flags|=$o)}return!Rc||(t.mode&_e)===Re?Jn(t):Cr(oi,zn)&&(Jn(t),t.subtreeFlags&(Rt|Ke)&&(t.flags|=$o)),null}case ln:return null;case It:return null}throw new Error("Unknown unit of work tag ("+t.tag+"). This error is likely caused by a bug in React. Please file an issue.")}function hw(e,t,a){switch(Y6(t),t.tag){case P:{var o=t.type;Xo(o)&&sf(t);var l=t.flags;return l&bn?(t.flags=l&~bn|Fe,(t.mode&He)!==Re&&Zp(t),t):null}case j:{t.stateNode,hc(t),q6(t),xp();var c=t.flags;return(c&bn)!==Oe&&(c&Fe)===Oe?(t.flags=c&~bn|Fe,t):null}case $:return Cp(t),null;case me:{vc(t);var h=t.memoizedState;if(h!==null&&h.dehydrated!==null){if(t.alternate===null)throw new Error("Threw in newly mounted dehydrated component. This is likely a bug in React. Please file an issue.");cc()}var g=t.flags;return g&bn?(t.flags=g&~bn|Fe,(t.mode&He)!==Re&&Zp(t),t):null}case dt:return vc(t),null;case N:return hc(t),null;case oe:var w=t.type._context;return cp(w,t),null;case qe:case Wt:return F8(t),null;case ln:return null;default:return null}}function dh(e,t,a){switch(Y6(t),t.tag){case P:{var o=t.type.childContextTypes;o!=null&&sf(t);break}case j:{t.stateNode,hc(t),q6(t),xp();break}case $:{Cp(t);break}case N:hc(t);break;case me:vc(t);break;case dt:vc(t);break;case oe:var l=t.type._context;cp(l,t);break;case qe:case Wt:F8(t);break}}var fh=null;fh=new Set;var e4=!1,er=!1,mw=typeof WeakSet=="function"?WeakSet:Set,Te=null,kc=null,xc=null;function vw(e){wi(null,function(){throw e}),y2()}var gw=function(e,t){if(t.props=e.memoizedProps,t.state=e.memoizedState,e.mode&He)try{ri(),t.componentWillUnmount()}finally{ni(e)}else t.componentWillUnmount()};function ph(e,t){try{as(Rn,e)}catch(a){Nt(e,t,a)}}function E8(e,t,a){try{gw(e,a)}catch(o){Nt(e,t,o)}}function yw(e,t,a){try{a.componentDidMount()}catch(o){Nt(e,t,o)}}function hh(e,t){try{vh(e)}catch(a){Nt(e,t,a)}}function Sc(e,t){var a=e.ref;if(a!==null)if(typeof a=="function"){var o;try{if(sn&&ha&&e.mode&He)try{ri(),o=a(null)}finally{ni(e)}else o=a(null)}catch(l){Nt(e,t,l)}typeof o=="function"&&y("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",Qe(e))}else a.current=null}function t4(e,t,a){try{a()}catch(o){Nt(e,t,o)}}var mh=!1;function Cw(e,t){Ny(e.containerInfo),Te=t,bw();var a=mh;return mh=!1,a}function bw(){for(;Te!==null;){var e=Te,t=e.child;(e.subtreeFlags&Cl)!==Oe&&t!==null?(t.return=e,Te=t):ww()}}function ww(){for(;Te!==null;){var e=Te;kt(e);try{kw(e)}catch(a){Nt(e,e.return,a)}dn();var t=e.sibling;if(t!==null){t.return=e.return,Te=t;return}Te=e.return}}function kw(e){var t=e.alternate,a=e.flags;if((a&Zr)!==Oe){switch(kt(e),e.tag){case T:case se:case ke:break;case P:{if(t!==null){var o=t.memoizedProps,l=t.memoizedState,c=e.stateNode;e.type===e.elementType&&!w1&&(c.props!==e.memoizedProps&&y("Expected %s props to match memoized props before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",Qe(e)||"instance"),c.state!==e.memoizedState&&y("Expected %s state to match memoized state before getSnapshotBeforeUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",Qe(e)||"instance"));var h=c.getSnapshotBeforeUpdate(e.elementType===e.type?o:ko(e.type,o),l);{var g=fh;h===void 0&&!g.has(e.type)&&(g.add(e.type),y("%s.getSnapshotBeforeUpdate(): A snapshot value (or null) must be returned. You have returned undefined.",Qe(e)))}c.__reactInternalSnapshotBeforeUpdate=h}break}case j:{{var w=e.stateNode;nC(w.containerInfo)}break}case $:case Z:case N:case ze:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}dn()}}function So(e,t,a){var o=t.updateQueue,l=o!==null?o.lastEffect:null;if(l!==null){var c=l.next,h=c;do{if((h.tag&e)===e){var g=h.destroy;h.destroy=void 0,g!==void 0&&((e&Xn)!==la?c3(t):(e&Rn)!==la&&Sa(t),(e&Jo)!==la&&G0(!0),t4(t,a,g),(e&Jo)!==la&&G0(!1),(e&Xn)!==la?hu():(e&Rn)!==la&&xl())}h=h.next}while(h!==c)}}function as(e,t){var a=t.updateQueue,o=a!==null?a.lastEffect:null;if(o!==null){var l=o.next,c=l;do{if((c.tag&e)===e){(e&Xn)!==la?Ho(t):(e&Rn)!==la&&d3(t);var h=c.create;(e&Jo)!==la&&G0(!0),c.destroy=h(),(e&Jo)!==la&&G0(!1),(e&Xn)!==la?pu():(e&Rn)!==la&&Hs();{var g=c.destroy;if(g!==void 0&&typeof g!="function"){var w=void 0;(c.tag&Rn)!==Oe?w="useLayoutEffect":(c.tag&Jo)!==Oe?w="useInsertionEffect":w="useEffect";var x=void 0;g===null?x=" You returned null. If your effect does not require clean up, return undefined (or nothing).":typeof g.then=="function"?x=`
|
|
142
|
-
|
|
143
|
-
It looks like you wrote `+w+`(async () => ...) or returned a Promise. Instead, write the async function inside your effect and call it immediately:
|
|
144
|
-
|
|
145
|
-
`+w+`(() => {
|
|
146
|
-
async function fetchData() {
|
|
147
|
-
// You can await here
|
|
148
|
-
const response = await MyAPI.getData(someId);
|
|
149
|
-
// ...
|
|
150
|
-
}
|
|
151
|
-
fetchData();
|
|
152
|
-
}, [someId]); // Or [] if effect doesn't need props or state
|
|
153
|
-
|
|
154
|
-
Learn more about data fetching with Hooks: https://reactjs.org/link/hooks-data-fetching`:x=" You returned: "+g,y("%s must not return anything besides a function, which is used for clean-up.%s",w,x)}}}c=c.next}while(c!==l)}}function xw(e,t){if((t.flags&Ke)!==Oe)switch(t.tag){case ce:{var a=t.stateNode.passiveEffectDuration,o=t.memoizedProps,l=o.id,c=o.onPostCommit,h=N9(),g=t.alternate===null?"mount":"update";_9()&&(g="nested-update"),typeof c=="function"&&c(l,g,a,h);var w=t.return;e:for(;w!==null;){switch(w.tag){case j:var x=w.stateNode;x.passiveEffectDuration+=a;break e;case ce:var L=w.stateNode;L.passiveEffectDuration+=a;break e}w=w.return}break}}}function Sw(e,t,a,o){if((a.flags&Vn)!==Oe)switch(a.tag){case T:case se:case ke:{if(!er)if(a.mode&He)try{ri(),as(Rn|In,a)}finally{ni(a)}else as(Rn|In,a);break}case P:{var l=a.stateNode;if(a.flags&Ke&&!er)if(t===null)if(a.type===a.elementType&&!w1&&(l.props!==a.memoizedProps&&y("Expected %s props to match memoized props before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",Qe(a)||"instance"),l.state!==a.memoizedState&&y("Expected %s state to match memoized state before componentDidMount. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",Qe(a)||"instance")),a.mode&He)try{ri(),l.componentDidMount()}finally{ni(a)}else l.componentDidMount();else{var c=a.elementType===a.type?t.memoizedProps:ko(a.type,t.memoizedProps),h=t.memoizedState;if(a.type===a.elementType&&!w1&&(l.props!==a.memoizedProps&&y("Expected %s props to match memoized props before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",Qe(a)||"instance"),l.state!==a.memoizedState&&y("Expected %s state to match memoized state before componentDidUpdate. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",Qe(a)||"instance")),a.mode&He)try{ri(),l.componentDidUpdate(c,h,l.__reactInternalSnapshotBeforeUpdate)}finally{ni(a)}else l.componentDidUpdate(c,h,l.__reactInternalSnapshotBeforeUpdate)}var g=a.updateQueue;g!==null&&(a.type===a.elementType&&!w1&&(l.props!==a.memoizedProps&&y("Expected %s props to match memoized props before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.props`. Please file an issue.",Qe(a)||"instance"),l.state!==a.memoizedState&&y("Expected %s state to match memoized state before processing the update queue. This might either be because of a bug in React, or because a component reassigns its own `this.state`. Please file an issue.",Qe(a)||"instance")),t9(a,g,l));break}case j:{var w=a.updateQueue;if(w!==null){var x=null;if(a.child!==null)switch(a.child.tag){case $:x=a.child.stateNode;break;case P:x=a.child.stateNode;break}t9(a,w,x)}break}case $:{var L=a.stateNode;if(t===null&&a.flags&Ke){var D=a.type,M=a.memoizedProps;Hy(L,D,M)}break}case Z:break;case N:break;case ce:{{var W=a.memoizedProps,Q=W.onCommit,G=W.onRender,he=a.stateNode.effectDuration,Pe=N9(),Ve=t===null?"mount":"update";_9()&&(Ve="nested-update"),typeof G=="function"&&G(a.memoizedProps.id,Ve,a.actualDuration,a.treeBaseDuration,a.actualStartTime,Pe);{typeof Q=="function"&&Q(a.memoizedProps.id,Ve,he,Pe),wk(a);var et=a.return;e:for(;et!==null;){switch(et.tag){case j:var Xe=et.stateNode;Xe.effectDuration+=he;break e;case ce:var F=et.stateNode;F.effectDuration+=he;break e}et=et.return}}}break}case me:{Pw(e,a);break}case dt:case ze:case lt:case qe:case Wt:case It:break;default:throw new Error("This unit of work tag should not have side-effects. This error is likely caused by a bug in React. Please file an issue.")}er||a.flags&dr&&vh(a)}function Ew(e){switch(e.tag){case T:case se:case ke:{if(e.mode&He)try{ri(),ph(e,e.return)}finally{ni(e)}else ph(e,e.return);break}case P:{var t=e.stateNode;typeof t.componentDidMount=="function"&&yw(e,e.return,t),hh(e,e.return);break}case $:{hh(e,e.return);break}}}function Lw(e,t){for(var a=null,o=e;;){if(o.tag===$){if(a===null){a=o;try{var l=o.stateNode;t?Xy(l):eC(o.stateNode,o.memoizedProps)}catch(h){Nt(e,e.return,h)}}}else if(o.tag===Z){if(a===null)try{var c=o.stateNode;t?Jy(c):tC(c,o.memoizedProps)}catch(h){Nt(e,e.return,h)}}else if(!((o.tag===qe||o.tag===Wt)&&o.memoizedState!==null&&o!==e)&&o.child!==null){o.child.return=o,o=o.child;continue}if(o===e)return;for(;o.sibling===null;){if(o.return===null||o.return===e)return;a===o&&(a=null),o=o.return}a===o&&(a=null),o.sibling.return=o.return,o=o.sibling}}function vh(e){var t=e.ref;if(t!==null){var a=e.stateNode,o;switch(e.tag){case $:o=a;break;default:o=a}if(typeof t=="function"){var l;if(e.mode&He)try{ri(),l=t(o)}finally{ni(e)}else l=t(o);typeof l=="function"&&y("Unexpected return value from a callback ref in %s. A callback ref should not return a function.",Qe(e))}else t.hasOwnProperty("current")||y("Unexpected ref object provided for %s. Use either a ref-setter function or React.createRef().",Qe(e)),t.current=o}}function Tw(e){var t=e.alternate;t!==null&&(t.return=null),e.return=null}function gh(e){var t=e.alternate;t!==null&&(e.alternate=null,gh(t));{if(e.child=null,e.deletions=null,e.sibling=null,e.tag===$){var a=e.stateNode;a!==null&&AC(a)}e.stateNode=null,e._debugOwner=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}}function Iw(e){for(var t=e.return;t!==null;){if(yh(t))return t;t=t.return}throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.")}function yh(e){return e.tag===$||e.tag===j||e.tag===N}function Ch(e){var t=e;e:for(;;){for(;t.sibling===null;){if(t.return===null||yh(t.return))return null;t=t.return}for(t.sibling.return=t.return,t=t.sibling;t.tag!==$&&t.tag!==Z&&t.tag!==ot;){if(t.flags&Rt||t.child===null||t.tag===N)continue e;t.child.return=t,t=t.child}if(!(t.flags&Rt))return t.stateNode}}function Rw(e){var t=Iw(e);switch(t.tag){case $:{var a=t.stateNode;t.flags&mt&&(w5(a),t.flags&=~mt);var o=Ch(e);T8(e,o,a);break}case j:case N:{var l=t.stateNode.containerInfo,c=Ch(e);L8(e,c,l);break}default:throw new Error("Invalid host parent fiber. This error is likely caused by a bug in React. Please file an issue.")}}function L8(e,t,a){var o=e.tag,l=o===$||o===Z;if(l){var c=e.stateNode;t?Zy(a,c,t):qy(a,c)}else if(o!==N){var h=e.child;if(h!==null){L8(h,t,a);for(var g=h.sibling;g!==null;)L8(g,t,a),g=g.sibling}}}function T8(e,t,a){var o=e.tag,l=o===$||o===Z;if(l){var c=e.stateNode;t?Qy(a,c,t):Wy(a,c)}else if(o!==N){var h=e.child;if(h!==null){T8(h,t,a);for(var g=h.sibling;g!==null;)T8(g,t,a),g=g.sibling}}}var tr=null,Eo=!1;function _w(e,t,a){{var o=t;e:for(;o!==null;){switch(o.tag){case $:{tr=o.stateNode,Eo=!1;break e}case j:{tr=o.stateNode.containerInfo,Eo=!0;break e}case N:{tr=o.stateNode.containerInfo,Eo=!0;break e}}o=o.return}if(tr===null)throw new Error("Expected to find a host parent. This error is likely caused by a bug in React. Please file an issue.");bh(e,t,a),tr=null,Eo=!1}Tw(a)}function os(e,t,a){for(var o=a.child;o!==null;)bh(e,t,o),o=o.sibling}function bh(e,t,a){switch(Si(a),a.tag){case $:er||Sc(a,t);case Z:{{var o=tr,l=Eo;tr=null,os(e,t,a),tr=o,Eo=l,tr!==null&&(Eo?Yy(tr,a.stateNode):Ky(tr,a.stateNode))}return}case ot:{tr!==null&&(Eo?Gy(tr,a.stateNode):V6(tr,a.stateNode));return}case N:{{var c=tr,h=Eo;tr=a.stateNode.containerInfo,Eo=!0,os(e,t,a),tr=c,Eo=h}return}case T:case se:case xe:case ke:{if(!er){var g=a.updateQueue;if(g!==null){var w=g.lastEffect;if(w!==null){var x=w.next,L=x;do{var D=L,M=D.destroy,W=D.tag;M!==void 0&&((W&Jo)!==la?t4(a,t,M):(W&Rn)!==la&&(Sa(a),a.mode&He?(ri(),t4(a,t,M),ni(a)):t4(a,t,M),xl())),L=L.next}while(L!==x)}}}os(e,t,a);return}case P:{if(!er){Sc(a,t);var Q=a.stateNode;typeof Q.componentWillUnmount=="function"&&E8(a,t,Q)}os(e,t,a);return}case lt:{os(e,t,a);return}case qe:{if(a.mode&_e){var G=er;er=G||a.memoizedState!==null,os(e,t,a),er=G}else os(e,t,a);break}default:{os(e,t,a);return}}}function Nw(e){e.memoizedState}function Pw(e,t){var a=t.memoizedState;if(a===null){var o=t.alternate;if(o!==null){var l=o.memoizedState;if(l!==null){var c=l.dehydrated;c!==null&&vC(c)}}}}function wh(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var a=e.stateNode;a===null&&(a=e.stateNode=new mw),t.forEach(function(o){var l=Ik.bind(null,e,o);if(!a.has(o)){if(a.add(o),Nr)if(kc!==null&&xc!==null)Y0(xc,kc);else throw Error("Expected finished root and lanes to be set. This is a bug in React.");o.then(l,l)}})}}function Aw(e,t,a){kc=a,xc=e,kt(t),kh(t,e),kt(t),kc=null,xc=null}function Lo(e,t,a){var o=t.deletions;if(o!==null)for(var l=0;l<o.length;l++){var c=o[l];try{_w(e,t,c)}catch(w){Nt(c,t,w)}}var h=z4();if(t.subtreeFlags&hr)for(var g=t.child;g!==null;)kt(g),kh(g,e),g=g.sibling;kt(h)}function kh(e,t,a){var o=e.alternate,l=e.flags;switch(e.tag){case T:case se:case xe:case ke:{if(Lo(t,e),ai(e),l&Ke){try{So(Jo|In,e,e.return),as(Jo|In,e)}catch($e){Nt(e,e.return,$e)}if(e.mode&He){try{ri(),So(Rn|In,e,e.return)}catch($e){Nt(e,e.return,$e)}ni(e)}else try{So(Rn|In,e,e.return)}catch($e){Nt(e,e.return,$e)}}return}case P:{Lo(t,e),ai(e),l&dr&&o!==null&&Sc(o,o.return);return}case $:{Lo(t,e),ai(e),l&dr&&o!==null&&Sc(o,o.return);{if(e.flags&mt){var c=e.stateNode;try{w5(c)}catch($e){Nt(e,e.return,$e)}}if(l&Ke){var h=e.stateNode;if(h!=null){var g=e.memoizedProps,w=o!==null?o.memoizedProps:g,x=e.type,L=e.updateQueue;if(e.updateQueue=null,L!==null)try{Uy(h,L,x,w,g,e)}catch($e){Nt(e,e.return,$e)}}}}return}case Z:{if(Lo(t,e),ai(e),l&Ke){if(e.stateNode===null)throw new Error("This should have a text node initialized. This error is likely caused by a bug in React. Please file an issue.");var D=e.stateNode,M=e.memoizedProps,W=o!==null?o.memoizedProps:M;try{By(D,W,M)}catch($e){Nt(e,e.return,$e)}}return}case j:{if(Lo(t,e),ai(e),l&Ke&&o!==null){var Q=o.memoizedState;if(Q.isDehydrated)try{mC(t.containerInfo)}catch($e){Nt(e,e.return,$e)}}return}case N:{Lo(t,e),ai(e);return}case me:{Lo(t,e),ai(e);var G=e.child;if(G.flags&$o){var he=G.stateNode,Pe=G.memoizedState,Ve=Pe!==null;if(he.isHidden=Ve,Ve){var et=G.alternate!==null&&G.alternate.memoizedState!==null;et||pk()}}if(l&Ke){try{Nw(e)}catch($e){Nt(e,e.return,$e)}wh(e)}return}case qe:{var Xe=o!==null&&o.memoizedState!==null;if(e.mode&_e){var F=er;er=F||Xe,Lo(t,e),er=F}else Lo(t,e);if(ai(e),l&$o){var Y=e.stateNode,U=e.memoizedState,le=U!==null,we=e;if(Y.isHidden=le,le&&!Xe&&(we.mode&_e)!==Re){Te=we;for(var ge=we.child;ge!==null;)Te=ge,Mw(ge),ge=ge.sibling}Lw(we,le)}return}case dt:{Lo(t,e),ai(e),l&Ke&&wh(e);return}case lt:return;default:{Lo(t,e),ai(e);return}}}function ai(e){var t=e.flags;if(t&Rt){try{Rw(e)}catch(a){Nt(e,e.return,a)}e.flags&=~Rt}t&Kr&&(e.flags&=~Kr)}function jw(e,t,a){kc=a,xc=t,Te=e,xh(e,t,a),kc=null,xc=null}function xh(e,t,a){for(var o=(e.mode&_e)!==Re;Te!==null;){var l=Te,c=l.child;if(l.tag===qe&&o){var h=l.memoizedState!==null,g=h||e4;if(g){I8(e,t,a);continue}else{var w=l.alternate,x=w!==null&&w.memoizedState!==null,L=x||er,D=e4,M=er;e4=g,er=L,er&&!M&&(Te=l,Ow(l));for(var W=c;W!==null;)Te=W,xh(W,t,a),W=W.sibling;Te=l,e4=D,er=M,I8(e,t,a);continue}}(l.subtreeFlags&Vn)!==Oe&&c!==null?(c.return=l,Te=c):I8(e,t,a)}}function I8(e,t,a){for(;Te!==null;){var o=Te;if((o.flags&Vn)!==Oe){var l=o.alternate;kt(o);try{Sw(t,l,o,a)}catch(h){Nt(o,o.return,h)}dn()}if(o===e){Te=null;return}var c=o.sibling;if(c!==null){c.return=o.return,Te=c;return}Te=o.return}}function Mw(e){for(;Te!==null;){var t=Te,a=t.child;switch(t.tag){case T:case se:case xe:case ke:{if(t.mode&He)try{ri(),So(Rn,t,t.return)}finally{ni(t)}else So(Rn,t,t.return);break}case P:{Sc(t,t.return);var o=t.stateNode;typeof o.componentWillUnmount=="function"&&E8(t,t.return,o);break}case $:{Sc(t,t.return);break}case qe:{var l=t.memoizedState!==null;if(l){Sh(e);continue}break}}a!==null?(a.return=t,Te=a):Sh(e)}}function Sh(e){for(;Te!==null;){var t=Te;if(t===e){Te=null;return}var a=t.sibling;if(a!==null){a.return=t.return,Te=a;return}Te=t.return}}function Ow(e){for(;Te!==null;){var t=Te,a=t.child;if(t.tag===qe){var o=t.memoizedState!==null;if(o){Eh(e);continue}}a!==null?(a.return=t,Te=a):Eh(e)}}function Eh(e){for(;Te!==null;){var t=Te;kt(t);try{Ew(t)}catch(o){Nt(t,t.return,o)}if(dn(),t===e){Te=null;return}var a=t.sibling;if(a!==null){a.return=t.return,Te=a;return}Te=t.return}}function Dw(e,t,a,o){Te=t,Vw(t,e,a,o)}function Vw(e,t,a,o){for(;Te!==null;){var l=Te,c=l.child;(l.subtreeFlags&Yr)!==Oe&&c!==null?(c.return=l,Te=c):$w(e,t,a,o)}}function $w(e,t,a,o){for(;Te!==null;){var l=Te;if((l.flags&Pt)!==Oe){kt(l);try{zw(t,l,a,o)}catch(h){Nt(l,l.return,h)}dn()}if(l===e){Te=null;return}var c=l.sibling;if(c!==null){c.return=l.return,Te=c;return}Te=l.return}}function zw(e,t,a,o){switch(t.tag){case T:case se:case ke:{if(t.mode&He){Qp();try{as(Xn|In,t)}finally{qp(t)}}else as(Xn|In,t);break}}}function Fw(e){Te=e,Hw()}function Hw(){for(;Te!==null;){var e=Te,t=e.child;if((Te.flags&pt)!==Oe){var a=e.deletions;if(a!==null){for(var o=0;o<a.length;o++){var l=a[o];Te=l,Ww(l,e)}{var c=e.alternate;if(c!==null){var h=c.child;if(h!==null){c.child=null;do{var g=h.sibling;h.sibling=null,h=g}while(h!==null)}}}Te=e}}(e.subtreeFlags&Yr)!==Oe&&t!==null?(t.return=e,Te=t):Uw()}}function Uw(){for(;Te!==null;){var e=Te;(e.flags&Pt)!==Oe&&(kt(e),Bw(e),dn());var t=e.sibling;if(t!==null){t.return=e.return,Te=t;return}Te=e.return}}function Bw(e){switch(e.tag){case T:case se:case ke:{e.mode&He?(Qp(),So(Xn|In,e,e.return),qp(e)):So(Xn|In,e,e.return);break}}}function Ww(e,t){for(;Te!==null;){var a=Te;kt(a),Qw(a,t),dn();var o=a.child;o!==null?(o.return=a,Te=o):qw(e)}}function qw(e){for(;Te!==null;){var t=Te,a=t.sibling,o=t.return;if(gh(t),t===e){Te=null;return}if(a!==null){a.return=o,Te=a;return}Te=o}}function Qw(e,t){switch(e.tag){case T:case se:case ke:{e.mode&He?(Qp(),So(Xn,e,t),qp(e)):So(Xn,e,t);break}}}function Zw(e){switch(e.tag){case T:case se:case ke:{try{as(Rn|In,e)}catch(a){Nt(e,e.return,a)}break}case P:{var t=e.stateNode;try{t.componentDidMount()}catch(a){Nt(e,e.return,a)}break}}}function Kw(e){switch(e.tag){case T:case se:case ke:{try{as(Xn|In,e)}catch(t){Nt(e,e.return,t)}break}}}function Yw(e){switch(e.tag){case T:case se:case ke:{try{So(Rn|In,e,e.return)}catch(a){Nt(e,e.return,a)}break}case P:{var t=e.stateNode;typeof t.componentWillUnmount=="function"&&E8(e,e.return,t);break}}}function Gw(e){switch(e.tag){case T:case se:case ke:try{So(Xn|In,e,e.return)}catch(t){Nt(e,e.return,t)}}}if(typeof Symbol=="function"&&Symbol.for){var z0=Symbol.for;z0("selector.component"),z0("selector.has_pseudo_class"),z0("selector.role"),z0("selector.test_id"),z0("selector.text")}var Xw=[];function Jw(){Xw.forEach(function(e){return e()})}var ek=p.ReactCurrentActQueue;function tk(e){{var t=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0,a=typeof jest<"u";return a&&t!==!1}}function Lh(){{var e=typeof IS_REACT_ACT_ENVIRONMENT<"u"?IS_REACT_ACT_ENVIRONMENT:void 0;return!e&&ek.current!==null&&y("The current testing environment is not configured to support act(...)"),e}}var nk=Math.ceil,R8=p.ReactCurrentDispatcher,_8=p.ReactCurrentOwner,nr=p.ReactCurrentBatchConfig,To=p.ReactCurrentActQueue,Pn=0,Th=1,rr=2,Qa=4,Ki=0,F0=1,k1=2,n4=3,H0=4,Ih=5,N8=6,at=Pn,Or=null,Kt=null,An=te,oi=te,P8=Kl(te),jn=Ki,U0=null,r4=te,B0=te,a4=te,W0=null,sa=null,A8=0,Rh=500,_h=1/0,rk=500,Yi=null;function q0(){_h=Ot()+rk}function Nh(){return _h}var o4=!1,j8=null,Ec=null,x1=!1,is=null,Q0=te,M8=[],O8=null,ak=50,Z0=0,D8=null,V8=!1,i4=!1,ok=50,Lc=0,l4=null,s4=Tt,u4=te,Ph=!1;function c4(){return Or}function Dr(){return(at&(rr|Qa))!==Pn?Ot():(s4!==Tt||(s4=Ot()),s4)}function ls(e){var t=e.mode;if((t&_e)===Re)return Ae;if((at&rr)!==Pn&&An!==te)return Pl(An);var a=eb()!==JC;if(a){if(nr.transition!==null){var o=nr.transition;o._updatedFibers||(o._updatedFibers=new Set),o._updatedFibers.add(e)}return u4===rn&&(u4=w3()),u4}var l=ta();if(l!==rn)return l;var c=Vy();return c}function ik(e){var t=e.mode;return(t&_e)===Re?Ae:yr()}function Mn(e,t,a,o){_k(),Ph&&y("useInsertionEffect must not schedule updates."),V8&&(i4=!0),Pi(e,a,o),(at&rr)!==te&&e===Or?Ak(t):(Nr&&V2(e,t,a),jk(t),e===Or&&((at&rr)===Pn&&(B0=Ze(B0,a)),jn===H0&&ss(e,An)),ua(e,o),a===Ae&&at===Pn&&(t.mode&_e)===Re&&!To.isBatchingLegacy&&(q0(),P5()))}function lk(e,t,a){var o=e.current;o.lanes=t,Pi(e,t,a),ua(e,a)}function sk(e){return(at&rr)!==Pn}function ua(e,t){var a=e.callbackNode;v3(e,t);var o=_i(e,e===Or?An:te);if(o===te){a!==null&&Zh(a),e.callbackNode=null,e.callbackPriority=rn;return}var l=Qt(o),c=e.callbackPriority;if(c===l&&!(To.current!==null&&a!==W8)){a==null&&c!==Ae&&y("Expected scheduled callback to exist. This error is likely caused by a bug in React. Please file an issue.");return}a!=null&&Zh(a);var h;if(l===Ae)e.tag===Yl?(To.isBatchingLegacy!==null&&(To.didScheduleLegacyUpdate=!0),OC(Mh.bind(null,e))):N5(Mh.bind(null,e)),To.current!==null?To.current.push(Gl):zy(function(){(at&(rr|Qa))===Pn&&Gl()}),h=null;else{var g;switch(e1(o)){case Fn:g=cu;break;case Tn:g=xi;break;case fo:g=Va;break;case Xs:g=du;break;default:g=Va;break}h=q8(g,Ah.bind(null,e))}e.callbackPriority=l,e.callbackNode=h}function Ah(e,t){if(Lb(),s4=Tt,u4=te,(at&(rr|Qa))!==Pn)throw new Error("Should not already be working.");var a=e.callbackNode,o=Xi();if(o&&e.callbackNode!==a)return null;var l=_i(e,e===Or?An:te);if(l===te)return null;var c=!Ys(e,l)&&!b3(e,l)&&!t,h=c?yk(e,l):f4(e,l);if(h!==Ki){if(h===k1){var g=Bo(e);g!==te&&(l=g,h=$8(e,g))}if(h===F0){var w=U0;throw S1(e,te),ss(e,l),ua(e,Ot()),w}if(h===N8)ss(e,l);else{var x=!Ys(e,l),L=e.current.alternate;if(x&&!ck(L)){if(h=f4(e,l),h===k1){var D=Bo(e);D!==te&&(l=D,h=$8(e,D))}if(h===F0){var M=U0;throw S1(e,te),ss(e,l),ua(e,Ot()),M}}e.finishedWork=L,e.finishedLanes=l,uk(e,h,l)}}return ua(e,Ot()),e.callbackNode===a?Ah.bind(null,e):null}function $8(e,t){var a=W0;if(hn(e)){var o=S1(e,t);o.flags|=Ht,RC(e.containerInfo)}var l=f4(e,t);if(l!==k1){var c=sa;sa=a,c!==null&&jh(c)}return l}function jh(e){sa===null?sa=e:sa.push.apply(sa,e)}function uk(e,t,a){switch(t){case Ki:case F0:throw new Error("Root did not complete. This is a bug in React.");case k1:{E1(e,sa,Yi);break}case n4:{if(ss(e,a),g3(a)&&!Kh()){var o=A8+Rh-Ot();if(o>10){var l=_i(e,te);if(l!==te)break;var c=e.suspendedLanes;if(!Ni(c,a)){Dr(),O2(e,c);break}e.timeoutHandle=O6(E1.bind(null,e,sa,Yi),o);break}}E1(e,sa,Yi);break}case H0:{if(ss(e,a),C3(a))break;if(!Kh()){var h=h3(e,a),g=h,w=Ot()-g,x=Rk(w)-w;if(x>10){e.timeoutHandle=O6(E1.bind(null,e,sa,Yi),x);break}}E1(e,sa,Yi);break}case Ih:{E1(e,sa,Yi);break}default:throw new Error("Unknown root exit status.")}}function ck(e){for(var t=e;;){if(t.flags&zs){var a=t.updateQueue;if(a!==null){var o=a.stores;if(o!==null)for(var l=0;l<o.length;l++){var c=o[l],h=c.getSnapshot,g=c.value;try{if(!Le(h(),g))return!1}catch{return!1}}}}var w=t.child;if(t.subtreeFlags&zs&&w!==null){w.return=t,t=w;continue}if(t===e)return!0;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}return!0}function ss(e,t){t=Gs(t,a4),t=Gs(t,B0),M2(e,t)}function Mh(e){if(Tb(),(at&(rr|Qa))!==Pn)throw new Error("Should not already be working.");Xi();var t=_i(e,te);if(!Cr(t,Ae))return ua(e,Ot()),null;var a=f4(e,t);if(e.tag!==Yl&&a===k1){var o=Bo(e);o!==te&&(t=o,a=$8(e,o))}if(a===F0){var l=U0;throw S1(e,te),ss(e,t),ua(e,Ot()),l}if(a===N8)throw new Error("Root did not complete. This is a bug in React.");var c=e.current.alternate;return e.finishedWork=c,e.finishedLanes=t,E1(e,sa,Yi),ua(e,Ot()),null}function dk(e,t){t!==te&&(Al(e,Ze(t,Ae)),ua(e,Ot()),(at&(rr|Qa))===Pn&&(q0(),Gl()))}function z8(e,t){var a=at;at|=Th;try{return e(t)}finally{at=a,at===Pn&&!To.isBatchingLegacy&&(q0(),P5())}}function fk(e,t,a,o,l){var c=ta(),h=nr.transition;try{return nr.transition=null,pn(Fn),e(t,a,o,l)}finally{pn(c),nr.transition=h,at===Pn&&q0()}}function Gi(e){is!==null&&is.tag===Yl&&(at&(rr|Qa))===Pn&&Xi();var t=at;at|=Th;var a=nr.transition,o=ta();try{return nr.transition=null,pn(Fn),e?e():void 0}finally{pn(o),nr.transition=a,at=t,(at&(rr|Qa))===Pn&&Gl()}}function Oh(){return(at&(rr|Qa))!==Pn}function d4(e,t){wr(P8,oi,e),oi=Ze(oi,t)}function F8(e){oi=P8.current,br(P8,e)}function S1(e,t){e.finishedWork=null,e.finishedLanes=te;var a=e.timeoutHandle;if(a!==D6&&(e.timeoutHandle=D6,$y(a)),Kt!==null)for(var o=Kt.return;o!==null;){var l=o.alternate;dh(l,o),o=o.return}Or=e;var c=L1(e.current,null);return Kt=c,An=oi=t,jn=Ki,U0=null,r4=te,B0=te,a4=te,W0=null,sa=null,lb(),Co.discardPendingWarnings(),c}function Dh(e,t){do{var a=Kt;try{if(bf(),l9(),dn(),_8.current=null,a===null||a.return===null){jn=F0,U0=t,Kt=null;return}if(sn&&a.mode&He&&Kf(a,!0),Mt)if(vr(),t!==null&&typeof t=="object"&&typeof t.then=="function"){var o=t;Ei(a,o,An)}else Us(a,t,An);Ob(e,a.return,a,t,An),Fh(a)}catch(l){t=l,Kt===a&&a!==null?(a=a.return,Kt=a):a=Kt;continue}return}while(!0)}function Vh(){var e=R8.current;return R8.current=Bf,e===null?Bf:e}function $h(e){R8.current=e}function pk(){A8=Ot()}function K0(e){r4=Ze(e,r4)}function hk(){jn===Ki&&(jn=n4)}function H8(){(jn===Ki||jn===n4||jn===k1)&&(jn=H0),Or!==null&&(Ks(r4)||Ks(B0))&&ss(Or,An)}function mk(e){jn!==H0&&(jn=k1),W0===null?W0=[e]:W0.push(e)}function vk(){return jn===Ki}function f4(e,t){var a=at;at|=rr;var o=Vh();if(Or!==e||An!==t){if(Nr){var l=e.memoizedUpdaters;l.size>0&&(Y0(e,An),l.clear()),Ou(e,t)}Yi=$2(),S1(e,t)}At(t);do try{gk();break}catch(c){Dh(e,c)}while(!0);if(bf(),at=a,$h(o),Kt!==null)throw new Error("Cannot commit an incomplete root. This error is likely caused by a bug in React. Please file an issue.");return vu(),Or=null,An=te,jn}function gk(){for(;Kt!==null;)zh(Kt)}function yk(e,t){var a=at;at|=rr;var o=Vh();if(Or!==e||An!==t){if(Nr){var l=e.memoizedUpdaters;l.size>0&&(Y0(e,An),l.clear()),Ou(e,t)}Yi=$2(),q0(),S1(e,t)}At(t);do try{Ck();break}catch(c){Dh(e,c)}while(!0);return bf(),$h(o),at=a,Kt!==null?(mu(),Ki):(vu(),Or=null,An=te,jn)}function Ck(){for(;Kt!==null&&!uu();)zh(Kt)}function zh(e){var t=e.alternate;kt(e);var a;(e.mode&He)!==Re?(Wp(e),a=U8(t,e,oi),Kf(e,!0)):a=U8(t,e,oi),dn(),e.memoizedProps=e.pendingProps,a===null?Fh(e):Kt=a,_8.current=null}function Fh(e){var t=e;do{var a=t.alternate,o=t.return;if((t.flags&Ir)===Oe){kt(t);var l=void 0;if((t.mode&He)===Re?l=ch(a,t,oi):(Wp(t),l=ch(a,t,oi),Kf(t,!1)),dn(),l!==null){Kt=l;return}}else{var c=hw(a,t);if(c!==null){c.flags&=r3,Kt=c;return}if((t.mode&He)!==Re){Kf(t,!1);for(var h=t.actualDuration,g=t.child;g!==null;)h+=g.actualDuration,g=g.sibling;t.actualDuration=h}if(o!==null)o.flags|=Ir,o.subtreeFlags=Oe,o.deletions=null;else{jn=N8,Kt=null;return}}var w=t.sibling;if(w!==null){Kt=w;return}t=o,Kt=t}while(t!==null);jn===Ki&&(jn=Ih)}function E1(e,t,a){var o=ta(),l=nr.transition;try{nr.transition=null,pn(Fn),bk(e,t,a,o)}finally{nr.transition=l,pn(o)}return null}function bk(e,t,a,o){do Xi();while(is!==null);if(Nk(),(at&(rr|Qa))!==Pn)throw new Error("Should not already be working.");var l=e.finishedWork,c=e.finishedLanes;if(Fo(c),l===null)return fu(),null;if(c===te&&y("root.finishedLanes should not be empty during a commit. This is a bug in React."),e.finishedWork=null,e.finishedLanes=te,l===e.current)throw new Error("Cannot commit the same tree as before. This error is likely caused by a bug in React. Please file an issue.");e.callbackNode=null,e.callbackPriority=rn;var h=Ze(l.lanes,l.childLanes);D2(e,h),e===Or&&(Or=null,Kt=null,An=te),((l.subtreeFlags&Yr)!==Oe||(l.flags&Yr)!==Oe)&&(x1||(x1=!0,O8=a,q8(Va,function(){return Xi(),null})));var g=(l.subtreeFlags&(Cl|hr|Vn|Yr))!==Oe,w=(l.flags&(Cl|hr|Vn|Yr))!==Oe;if(g||w){var x=nr.transition;nr.transition=null;var L=ta();pn(Fn);var D=at;at|=Qa,_8.current=null,Cw(e,l),P9(),Aw(e,l,c),Py(e.containerInfo),e.current=l,T2(c),jw(l,e,c),Sl(),i3(),at=D,pn(L),nr.transition=x}else e.current=l,P9();var M=x1;if(x1?(x1=!1,is=e,Q0=c):(Lc=0,l4=null),h=e.pendingLanes,h===te&&(Ec=null),M||Wh(e.current,!1),wl(l.stateNode,o),Nr&&e.memoizedUpdaters.clear(),Jw(),ua(e,Ot()),t!==null)for(var W=e.onRecoverableError,Q=0;Q<t.length;Q++){var G=t[Q],he=G.stack,Pe=G.digest;W(G.value,{componentStack:he,digest:Pe})}if(o4){o4=!1;var Ve=j8;throw j8=null,Ve}return Cr(Q0,Ae)&&e.tag!==Yl&&Xi(),h=e.pendingLanes,Cr(h,Ae)?(Eb(),e===D8?Z0++:(Z0=0,D8=e)):Z0=0,Gl(),fu(),null}function Xi(){if(is!==null){var e=e1(Q0),t=l6(fo,e),a=nr.transition,o=ta();try{return nr.transition=null,pn(t),kk()}finally{pn(o),nr.transition=a}}return!1}function wk(e){M8.push(e),x1||(x1=!0,q8(Va,function(){return Xi(),null}))}function kk(){if(is===null)return!1;var e=O8;O8=null;var t=is,a=Q0;if(is=null,Q0=te,(at&(rr|Qa))!==Pn)throw new Error("Cannot flush passive effects while already rendering.");V8=!0,i4=!1,f3(a);var o=at;at|=Qa,Fw(t.current),Dw(t,t.current,a,e);{var l=M8;M8=[];for(var c=0;c<l.length;c++){var h=l[c];xw(t,h)}}I2(),Wh(t.current,!0),at=o,Gl(),i4?t===l4?Lc++:(Lc=0,l4=t):Lc=0,V8=!1,i4=!1,Jr(t);{var g=t.current.stateNode;g.effectDuration=0,g.passiveEffectDuration=0}return!0}function Hh(e){return Ec!==null&&Ec.has(e)}function xk(e){Ec===null?Ec=new Set([e]):Ec.add(e)}function Sk(e){o4||(o4=!0,j8=e)}var Ek=Sk;function Uh(e,t,a){var o=b1(a,t),l=z9(e,o,Ae),c=Jl(e,l,Ae),h=Dr();c!==null&&(Pi(c,Ae,h),ua(c,h))}function Nt(e,t,a){if(vw(a),G0(!1),e.tag===j){Uh(e,e,a);return}var o=null;for(o=t;o!==null;){if(o.tag===j){Uh(o,e,a);return}else if(o.tag===P){var l=o.type,c=o.stateNode;if(typeof l.getDerivedStateFromError=="function"||typeof c.componentDidCatch=="function"&&!Hh(c)){var h=b1(a,e),g=u8(o,h,Ae),w=Jl(o,g,Ae),x=Dr();w!==null&&(Pi(w,Ae,x),ua(w,x));return}}o=o.return}y(`Internal React error: Attempted to capture a commit phase error inside a detached tree. This indicates a bug in React. Likely causes include deleting the same fiber more than once, committing an already-finished tree, or an inconsistent return pointer.
|
|
155
|
-
|
|
156
|
-
Error message:
|
|
157
|
-
|
|
158
|
-
%s`,a)}function Lk(e,t,a){var o=e.pingCache;o!==null&&o.delete(t);var l=Dr();O2(e,a),Mk(e),Or===e&&Ni(An,a)&&(jn===H0||jn===n4&&g3(An)&&Ot()-A8<Rh?S1(e,te):a4=Ze(a4,a)),ua(e,l)}function Bh(e,t){t===rn&&(t=ik(e));var a=Dr(),o=ia(e,t);o!==null&&(Pi(o,t,a),ua(o,a))}function Tk(e){var t=e.memoizedState,a=rn;t!==null&&(a=t.retryLane),Bh(e,a)}function Ik(e,t){var a=rn,o;switch(e.tag){case me:o=e.stateNode;var l=e.memoizedState;l!==null&&(a=l.retryLane);break;case dt:o=e.stateNode;break;default:throw new Error("Pinged unknown suspense boundary type. This is probably a bug in React.")}o!==null&&o.delete(t),Bh(e,a)}function Rk(e){return e<120?120:e<480?480:e<1080?1080:e<1920?1920:e<3e3?3e3:e<4320?4320:nk(e/1960)*1960}function _k(){if(Z0>ak)throw Z0=0,D8=null,new Error("Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.");Lc>ok&&(Lc=0,l4=null,y("Maximum update depth exceeded. This can happen when a component calls setState inside useEffect, but useEffect either doesn't have a dependency array, or one of the dependencies changes on every render."))}function Nk(){Co.flushLegacyContextWarning(),Co.flushPendingUnsafeLifecycleWarnings()}function Wh(e,t){kt(e),p4(e,pr,Yw),t&&p4(e,ki,Gw),p4(e,pr,Zw),t&&p4(e,ki,Kw),dn()}function p4(e,t,a){for(var o=e,l=null;o!==null;){var c=o.subtreeFlags&t;o!==l&&o.child!==null&&c!==Oe?o=o.child:((o.flags&t)!==Oe&&a(o),o.sibling!==null?o=o.sibling:o=l=o.return)}}var h4=null;function qh(e){{if((at&rr)!==Pn||!(e.mode&_e))return;var t=e.tag;if(t!==H&&t!==j&&t!==P&&t!==T&&t!==se&&t!==xe&&t!==ke)return;var a=Qe(e)||"ReactComponent";if(h4!==null){if(h4.has(a))return;h4.add(a)}else h4=new Set([a]);var o=en;try{kt(e),y("Can't perform a React state update on a component that hasn't mounted yet. This indicates that you have a side-effect in your render function that asynchronously later calls tries to update the component. Move this work to useEffect instead.")}finally{o?kt(e):dn()}}}var U8;{var Pk=null;U8=function(e,t,a){var o=Jh(Pk,t);try{return oh(e,t,a)}catch(c){if(BC()||c!==null&&typeof c=="object"&&typeof c.then=="function")throw c;if(bf(),l9(),dh(e,t),Jh(t,o),t.mode&He&&Wp(t),wi(null,oh,null,e,t,a),r6()){var l=y2();typeof l=="object"&&l!==null&&l._suppressLogging&&typeof c=="object"&&c!==null&&!c._suppressLogging&&(c._suppressLogging=!0)}throw c}}}var Qh=!1,B8;B8=new Set;function Ak(e){if(Br&&!kb())switch(e.tag){case T:case se:case ke:{var t=Kt&&Qe(Kt)||"Unknown",a=t;if(!B8.has(a)){B8.add(a);var o=Qe(e)||"Unknown";y("Cannot update a component (`%s`) while rendering a different component (`%s`). To locate the bad setState() call inside `%s`, follow the stack trace as described in https://reactjs.org/link/setstate-in-render",o,t,t)}break}case P:{Qh||(y("Cannot update during an existing state transition (such as within `render`). Render methods should be a pure function of props and state."),Qh=!0);break}}}function Y0(e,t){if(Nr){var a=e.memoizedUpdaters;a.forEach(function(o){V2(e,o,t)})}}var W8={};function q8(e,t){{var a=To.current;return a!==null?(a.push(t),W8):su(e,t)}}function Zh(e){if(e!==W8)return o3(e)}function Kh(){return To.current!==null}function jk(e){{if(e.mode&_e){if(!Lh())return}else if(!tk()||at!==Pn||e.tag!==T&&e.tag!==se&&e.tag!==ke)return;if(To.current===null){var t=en;try{kt(e),y(`An update to %s inside a test was not wrapped in act(...).
|
|
159
|
-
|
|
160
|
-
When testing, code that causes React state updates should be wrapped into act(...):
|
|
161
|
-
|
|
162
|
-
act(() => {
|
|
163
|
-
/* fire events that update state */
|
|
164
|
-
});
|
|
165
|
-
/* assert on the output */
|
|
166
|
-
|
|
167
|
-
This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`,Qe(e))}finally{t?kt(e):dn()}}}}function Mk(e){e.tag!==Yl&&Lh()&&To.current===null&&y(`A suspended resource finished loading inside a test, but the event was not wrapped in act(...).
|
|
168
|
-
|
|
169
|
-
When testing, code that resolves suspended data should be wrapped into act(...):
|
|
170
|
-
|
|
171
|
-
act(() => {
|
|
172
|
-
/* finish loading suspended data */
|
|
173
|
-
});
|
|
174
|
-
/* assert on the output */
|
|
175
|
-
|
|
176
|
-
This ensures that you're testing the behavior the user would see in the browser. Learn more at https://reactjs.org/link/wrap-tests-with-act`)}function G0(e){Ph=e}var Za=null,Tc=null,Ok=function(e){Za=e};function Ic(e){{if(Za===null)return e;var t=Za(e);return t===void 0?e:t.current}}function Q8(e){return Ic(e)}function Z8(e){{if(Za===null)return e;var t=Za(e);if(t===void 0){if(e!=null&&typeof e.render=="function"){var a=Ic(e.render);if(e.render!==a){var o={$$typeof:ol,render:a};return e.displayName!==void 0&&(o.displayName=e.displayName),o}}return e}return t.current}}function Yh(e,t){{if(Za===null)return!1;var a=e.elementType,o=t.type,l=!1,c=typeof o=="object"&&o!==null?o.$$typeof:null;switch(e.tag){case P:{typeof o=="function"&&(l=!0);break}case T:{(typeof o=="function"||c===Zn)&&(l=!0);break}case se:{(c===ol||c===Zn)&&(l=!0);break}case xe:case ke:{(c===il||c===Zn)&&(l=!0);break}default:return!1}if(l){var h=Za(a);if(h!==void 0&&h===Za(o))return!0}return!1}}function Gh(e){{if(Za===null||typeof WeakSet!="function")return;Tc===null&&(Tc=new WeakSet),Tc.add(e)}}var Dk=function(e,t){{if(Za===null)return;var a=t.staleFamilies,o=t.updatedFamilies;Xi(),Gi(function(){K8(e.current,o,a)})}},Vk=function(e,t){{if(e.context!==La)return;Xi(),Gi(function(){X0(t,e,null,null)})}};function K8(e,t,a){{var o=e.alternate,l=e.child,c=e.sibling,h=e.tag,g=e.type,w=null;switch(h){case T:case ke:case P:w=g;break;case se:w=g.render;break}if(Za===null)throw new Error("Expected resolveFamily to be set during hot reload.");var x=!1,L=!1;if(w!==null){var D=Za(w);D!==void 0&&(a.has(D)?L=!0:t.has(D)&&(h===P?L=!0:x=!0))}if(Tc!==null&&(Tc.has(e)||o!==null&&Tc.has(o))&&(L=!0),L&&(e._debugNeedsRemount=!0),L||x){var M=ia(e,Ae);M!==null&&Mn(M,e,Ae,Tt)}l!==null&&!L&&K8(l,t,a),c!==null&&K8(c,t,a)}}var $k=function(e,t){{var a=new Set,o=new Set(t.map(function(l){return l.current}));return Y8(e.current,o,a),a}};function Y8(e,t,a){{var o=e.child,l=e.sibling,c=e.tag,h=e.type,g=null;switch(c){case T:case ke:case P:g=h;break;case se:g=h.render;break}var w=!1;g!==null&&t.has(g)&&(w=!0),w?zk(e,a):o!==null&&Y8(o,t,a),l!==null&&Y8(l,t,a)}}function zk(e,t){{var a=Fk(e,t);if(a)return;for(var o=e;;){switch(o.tag){case $:t.add(o.stateNode);return;case N:t.add(o.stateNode.containerInfo);return;case j:t.add(o.stateNode.containerInfo);return}if(o.return===null)throw new Error("Expected to reach root first.");o=o.return}}}function Fk(e,t){for(var a=e,o=!1;;){if(a.tag===$)o=!0,t.add(a.stateNode);else if(a.child!==null){a.child.return=a,a=a.child;continue}if(a===e)return o;for(;a.sibling===null;){if(a.return===null||a.return===e)return o;a=a.return}a.sibling.return=a.return,a=a.sibling}return!1}var G8;{G8=!1;try{var uj=Object.preventExtensions({})}catch{G8=!0}}function Hk(e,t,a,o){this.tag=e,this.key=a,this.elementType=null,this.type=null,this.stateNode=null,this.return=null,this.child=null,this.sibling=null,this.index=0,this.ref=null,this.pendingProps=t,this.memoizedProps=null,this.updateQueue=null,this.memoizedState=null,this.dependencies=null,this.mode=o,this.flags=Oe,this.subtreeFlags=Oe,this.deletions=null,this.lanes=te,this.childLanes=te,this.alternate=null,this.actualDuration=Number.NaN,this.actualStartTime=Number.NaN,this.selfBaseDuration=Number.NaN,this.treeBaseDuration=Number.NaN,this.actualDuration=0,this.actualStartTime=-1,this.selfBaseDuration=0,this.treeBaseDuration=0,this._debugSource=null,this._debugOwner=null,this._debugNeedsRemount=!1,this._debugHookTypes=null,!G8&&typeof Object.preventExtensions=="function"&&Object.preventExtensions(this)}var Ta=function(e,t,a,o){return new Hk(e,t,a,o)};function X8(e){var t=e.prototype;return!!(t&&t.isReactComponent)}function Uk(e){return typeof e=="function"&&!X8(e)&&e.defaultProps===void 0}function Bk(e){if(typeof e=="function")return X8(e)?P:T;if(e!=null){var t=e.$$typeof;if(t===ol)return se;if(t===il)return xe}return H}function L1(e,t){var a=e.alternate;a===null?(a=Ta(e.tag,t,e.key,e.mode),a.elementType=e.elementType,a.type=e.type,a.stateNode=e.stateNode,a._debugSource=e._debugSource,a._debugOwner=e._debugOwner,a._debugHookTypes=e._debugHookTypes,a.alternate=e,e.alternate=a):(a.pendingProps=t,a.type=e.type,a.flags=Oe,a.subtreeFlags=Oe,a.deletions=null,a.actualDuration=0,a.actualStartTime=-1),a.flags=e.flags&En,a.childLanes=e.childLanes,a.lanes=e.lanes,a.child=e.child,a.memoizedProps=e.memoizedProps,a.memoizedState=e.memoizedState,a.updateQueue=e.updateQueue;var o=e.dependencies;switch(a.dependencies=o===null?null:{lanes:o.lanes,firstContext:o.firstContext},a.sibling=e.sibling,a.index=e.index,a.ref=e.ref,a.selfBaseDuration=e.selfBaseDuration,a.treeBaseDuration=e.treeBaseDuration,a._debugNeedsRemount=e._debugNeedsRemount,a.tag){case H:case T:case ke:a.type=Ic(e.type);break;case P:a.type=Q8(e.type);break;case se:a.type=Z8(e.type);break}return a}function Wk(e,t){e.flags&=En|Rt;var a=e.alternate;if(a===null)e.childLanes=te,e.lanes=t,e.child=null,e.subtreeFlags=Oe,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null,e.selfBaseDuration=0,e.treeBaseDuration=0;else{e.childLanes=a.childLanes,e.lanes=a.lanes,e.child=a.child,e.subtreeFlags=Oe,e.deletions=null,e.memoizedProps=a.memoizedProps,e.memoizedState=a.memoizedState,e.updateQueue=a.updateQueue,e.type=a.type;var o=a.dependencies;e.dependencies=o===null?null:{lanes:o.lanes,firstContext:o.firstContext},e.selfBaseDuration=a.selfBaseDuration,e.treeBaseDuration=a.treeBaseDuration}return e}function qk(e,t,a){var o;return e===cf?(o=_e,t===!0&&(o|=Je,o|=Pr)):o=Re,Nr&&(o|=He),Ta(j,null,null,o)}function J8(e,t,a,o,l,c){var h=H,g=e;if(typeof e=="function")X8(e)?(h=P,g=Q8(g)):g=Ic(g);else if(typeof e=="string")h=$;else e:switch(e){case Xa:return us(a.children,l,c,t);case al:h=K,l|=Je,(l&_e)!==Re&&(l|=Pr);break;case vs:return Qk(a,l,c,t);case Ma:return Zk(a,l,c,t);case gs:return Kk(a,l,c,t);case zc:return Xh(a,l,c,t);case hd:case fd:case M4:case O4:case pd:default:{if(typeof e=="object"&&e!==null)switch(e.$$typeof){case Vc:h=oe;break e;case $c:h=ae;break e;case ol:h=se,g=Z8(g);break e;case il:h=xe;break e;case Zn:h=it,g=null;break e}var w="";{(e===void 0||typeof e=="object"&&e!==null&&Object.keys(e).length===0)&&(w+=" You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");var x=o?Qe(o):null;x&&(w+=`
|
|
177
|
-
|
|
178
|
-
Check the render method of \``+x+"`.")}throw new Error("Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) "+("but got: "+(e==null?e:typeof e)+"."+w))}}var L=Ta(h,a,t,l);return L.elementType=e,L.type=g,L.lanes=c,L._debugOwner=o,L}function e7(e,t,a){var o=null;o=e._owner;var l=e.type,c=e.key,h=e.props,g=J8(l,c,h,o,t,a);return g._debugSource=e._source,g._debugOwner=e._owner,g}function us(e,t,a,o){var l=Ta(ee,e,o,t);return l.lanes=a,l}function Qk(e,t,a,o){typeof e.id!="string"&&y('Profiler must specify an "id" of type `string` as a prop. Received the type `%s` instead.',typeof e.id);var l=Ta(ce,e,o,t|He);return l.elementType=vs,l.lanes=a,l.stateNode={effectDuration:0,passiveEffectDuration:0},l}function Zk(e,t,a,o){var l=Ta(me,e,o,t);return l.elementType=Ma,l.lanes=a,l}function Kk(e,t,a,o){var l=Ta(dt,e,o,t);return l.elementType=gs,l.lanes=a,l}function Xh(e,t,a,o){var l=Ta(qe,e,o,t);l.elementType=zc,l.lanes=a;var c={isHidden:!1};return l.stateNode=c,l}function t7(e,t,a){var o=Ta(Z,e,null,t);return o.lanes=a,o}function Yk(){var e=Ta($,null,null,Re);return e.elementType="DELETED",e}function Gk(e){var t=Ta(ot,null,null,Re);return t.stateNode=e,t}function n7(e,t,a){var o=e.children!==null?e.children:[],l=Ta(N,o,e.key,t);return l.lanes=a,l.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},l}function Jh(e,t){return e===null&&(e=Ta(H,null,null,Re)),e.tag=t.tag,e.key=t.key,e.elementType=t.elementType,e.type=t.type,e.stateNode=t.stateNode,e.return=t.return,e.child=t.child,e.sibling=t.sibling,e.index=t.index,e.ref=t.ref,e.pendingProps=t.pendingProps,e.memoizedProps=t.memoizedProps,e.updateQueue=t.updateQueue,e.memoizedState=t.memoizedState,e.dependencies=t.dependencies,e.mode=t.mode,e.flags=t.flags,e.subtreeFlags=t.subtreeFlags,e.deletions=t.deletions,e.lanes=t.lanes,e.childLanes=t.childLanes,e.alternate=t.alternate,e.actualDuration=t.actualDuration,e.actualStartTime=t.actualStartTime,e.selfBaseDuration=t.selfBaseDuration,e.treeBaseDuration=t.treeBaseDuration,e._debugSource=t._debugSource,e._debugOwner=t._debugOwner,e._debugNeedsRemount=t._debugNeedsRemount,e._debugHookTypes=t._debugHookTypes,e}function Xk(e,t,a,o,l){this.tag=t,this.containerInfo=e,this.pendingChildren=null,this.current=null,this.pingCache=null,this.finishedWork=null,this.timeoutHandle=D6,this.context=null,this.pendingContext=null,this.callbackNode=null,this.callbackPriority=rn,this.eventTimes=Mu(te),this.expirationTimes=Mu(Tt),this.pendingLanes=te,this.suspendedLanes=te,this.pingedLanes=te,this.expiredLanes=te,this.mutableReadLanes=te,this.finishedLanes=te,this.entangledLanes=te,this.entanglements=Mu(te),this.identifierPrefix=o,this.onRecoverableError=l,this.mutableSourceEagerHydrationData=null,this.effectDuration=0,this.passiveEffectDuration=0;{this.memoizedUpdaters=new Set;for(var c=this.pendingUpdatersLaneMap=[],h=0;h<qs;h++)c.push(new Set)}switch(t){case cf:this._debugRootType=a?"hydrateRoot()":"createRoot()";break;case Yl:this._debugRootType=a?"hydrate()":"render()";break}}function em(e,t,a,o,l,c,h,g,w,x){var L=new Xk(e,t,a,g,w),D=qk(t,c);L.current=D,D.stateNode=L;{var M={element:o,isDehydrated:a,cache:null,transitions:null,pendingSuspenseBoundaries:null};D.memoizedState=M}return mp(D),L}var r7="18.3.1";function Jk(e,t,a){var o=arguments.length>3&&arguments[3]!==void 0?arguments[3]:null;return fs(o),{$$typeof:ga,key:o==null?null:""+o,children:e,containerInfo:t,implementation:a}}var a7,o7;a7=!1,o7={};function tm(e){if(!e)return La;var t=Qr(e),a=MC(t);if(t.tag===P){var o=t.type;if(Xo(o))return R5(t,o,a)}return a}function ex(e,t){{var a=Qr(e);if(a===void 0){if(typeof e.render=="function")throw new Error("Unable to find node on an unmounted component.");var o=Object.keys(e).join(",");throw new Error("Argument appears to not be a ReactComponent. Keys: "+o)}var l=Gr(a);if(l===null)return null;if(l.mode&Je){var c=Qe(a)||"Component";if(!o7[c]){o7[c]=!0;var h=en;try{kt(l),a.mode&Je?y("%s is deprecated in StrictMode. %s was passed an instance of %s which is inside StrictMode. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,c):y("%s is deprecated in StrictMode. %s was passed an instance of %s which renders StrictMode children. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node",t,t,c)}finally{h?kt(h):dn()}}}return l.stateNode}}function nm(e,t,a,o,l,c,h,g){var w=!1,x=null;return em(e,t,w,x,a,o,l,c,h)}function rm(e,t,a,o,l,c,h,g,w,x){var L=!0,D=em(a,o,L,e,l,c,h,g,w);D.context=tm(null);var M=D.current,W=Dr(),Q=ls(M),G=Qi(W,Q);return G.callback=t??null,Jl(M,G,Q),lk(D,Q,W),D}function X0(e,t,a,o){L2(t,e);var l=t.current,c=Dr(),h=ls(l);R2(h);var g=tm(a);t.context===null?t.context=g:t.pendingContext=g,Br&&en!==null&&!a7&&(a7=!0,y(`Render methods should be a pure function of props and state; triggering nested component updates from render is not allowed. If necessary, trigger nested updates in componentDidUpdate.
|
|
179
|
-
|
|
180
|
-
Check the render method of %s.`,Qe(en)||"Unknown"));var w=Qi(c,h);w.payload={element:e},o=o===void 0?null:o,o!==null&&(typeof o!="function"&&y("render(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",o),w.callback=o);var x=Jl(l,w,h);return x!==null&&(Mn(x,l,h,c),Ef(x,l,h)),h}function m4(e){var t=e.current;if(!t.child)return null;switch(t.child.tag){case $:return t.child.stateNode;default:return t.child.stateNode}}function tx(e){switch(e.tag){case j:{var t=e.stateNode;if(hn(t)){var a=P2(t);dk(t,a)}break}case me:{Gi(function(){var l=ia(e,Ae);if(l!==null){var c=Dr();Mn(l,e,Ae,c)}});var o=Ae;i7(e,o);break}}}function am(e,t){var a=e.memoizedState;a!==null&&a.dehydrated!==null&&(a.retryLane=k3(a.retryLane,t))}function i7(e,t){am(e,t);var a=e.alternate;a&&am(a,t)}function nx(e){if(e.tag===me){var t=Zs,a=ia(e,t);if(a!==null){var o=Dr();Mn(a,e,t,o)}i7(e,t)}}function rx(e){if(e.tag===me){var t=ls(e),a=ia(e,t);if(a!==null){var o=Dr();Mn(a,e,t,o)}i7(e,t)}}function om(e){var t=a3(e);return t===null?null:t.stateNode}var im=function(e){return null};function ax(e){return im(e)}var lm=function(e){return!1};function ox(e){return lm(e)}var sm=null,um=null,cm=null,dm=null,fm=null,pm=null,hm=null,mm=null,vm=null;{var gm=function(e,t,a){var o=t[a],l=yn(e)?e.slice():nt({},e);return a+1===t.length?(yn(l)?l.splice(o,1):delete l[o],l):(l[o]=gm(e[o],t,a+1),l)},ym=function(e,t){return gm(e,t,0)},Cm=function(e,t,a,o){var l=t[o],c=yn(e)?e.slice():nt({},e);if(o+1===t.length){var h=a[o];c[h]=c[l],yn(c)?c.splice(l,1):delete c[l]}else c[l]=Cm(e[l],t,a,o+1);return c},bm=function(e,t,a){if(t.length!==a.length){S("copyWithRename() expects paths of the same length");return}else for(var o=0;o<a.length-1;o++)if(t[o]!==a[o]){S("copyWithRename() expects paths to be the same except for the deepest key");return}return Cm(e,t,a,0)},wm=function(e,t,a,o){if(a>=t.length)return o;var l=t[a],c=yn(e)?e.slice():nt({},e);return c[l]=wm(e[l],t,a+1,o),c},km=function(e,t,a){return wm(e,t,0,a)},l7=function(e,t){for(var a=e.memoizedState;a!==null&&t>0;)a=a.next,t--;return a};sm=function(e,t,a,o){var l=l7(e,t);if(l!==null){var c=km(l.memoizedState,a,o);l.memoizedState=c,l.baseState=c,e.memoizedProps=nt({},e.memoizedProps);var h=ia(e,Ae);h!==null&&Mn(h,e,Ae,Tt)}},um=function(e,t,a){var o=l7(e,t);if(o!==null){var l=ym(o.memoizedState,a);o.memoizedState=l,o.baseState=l,e.memoizedProps=nt({},e.memoizedProps);var c=ia(e,Ae);c!==null&&Mn(c,e,Ae,Tt)}},cm=function(e,t,a,o){var l=l7(e,t);if(l!==null){var c=bm(l.memoizedState,a,o);l.memoizedState=c,l.baseState=c,e.memoizedProps=nt({},e.memoizedProps);var h=ia(e,Ae);h!==null&&Mn(h,e,Ae,Tt)}},dm=function(e,t,a){e.pendingProps=km(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var o=ia(e,Ae);o!==null&&Mn(o,e,Ae,Tt)},fm=function(e,t){e.pendingProps=ym(e.memoizedProps,t),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var a=ia(e,Ae);a!==null&&Mn(a,e,Ae,Tt)},pm=function(e,t,a){e.pendingProps=bm(e.memoizedProps,t,a),e.alternate&&(e.alternate.pendingProps=e.pendingProps);var o=ia(e,Ae);o!==null&&Mn(o,e,Ae,Tt)},hm=function(e){var t=ia(e,Ae);t!==null&&Mn(t,e,Ae,Tt)},mm=function(e){im=e},vm=function(e){lm=e}}function ix(e){var t=Gr(e);return t===null?null:t.stateNode}function lx(e){return null}function sx(){return en}function ux(e){var t=e.findFiberByHostInstance,a=p.ReactCurrentDispatcher;return E2({bundleType:e.bundleType,version:e.version,rendererPackageName:e.rendererPackageName,rendererConfig:e.rendererConfig,overrideHookState:sm,overrideHookStateDeletePath:um,overrideHookStateRenamePath:cm,overrideProps:dm,overridePropsDeletePath:fm,overridePropsRenamePath:pm,setErrorHandler:mm,setSuspenseHandler:vm,scheduleUpdate:hm,currentDispatcherRef:a,findHostInstanceByFiber:ix,findFiberByHostInstance:t||lx,findHostInstancesForRefresh:$k,scheduleRefresh:Dk,scheduleRoot:Vk,setRefreshHandler:Ok,getCurrentFiber:sx,reconcilerVersion:r7})}var xm=typeof reportError=="function"?reportError:function(e){console.error(e)};function s7(e){this._internalRoot=e}v4.prototype.render=s7.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw new Error("Cannot update an unmounted root.");{typeof arguments[1]=="function"?y("render(...): does not support the second callback argument. To execute a side effect after rendering, declare it in a component body with useEffect()."):g4(arguments[1])?y("You passed a container to the second argument of root.render(...). You don't need to pass it again since you already passed it to create the root."):typeof arguments[1]<"u"&&y("You passed a second argument to root.render(...) but it only accepts one argument.");var a=t.containerInfo;if(a.nodeType!==tn){var o=om(t.current);o&&o.parentNode!==a&&y("render(...): It looks like the React-rendered content of the root container was removed without using React. This is not supported and will cause errors. Instead, call root.unmount() to empty a root's container.")}}X0(e,t,null,null)},v4.prototype.unmount=s7.prototype.unmount=function(){typeof arguments[0]=="function"&&y("unmount(...): does not support a callback argument. To execute a side effect after rendering, declare it in a component body with useEffect().");var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;Oh()&&y("Attempted to synchronously unmount a root while React was already rendering. React cannot finish unmounting the root until the current render has completed, which may lead to a race condition."),Gi(function(){X0(null,e,null,null)}),S5(t)}};function cx(e,t){if(!g4(e))throw new Error("createRoot(...): Target container is not a DOM element.");Sm(e);var a=!1,o=!1,l="",c=xm;t!=null&&(t.hydrate?S("hydrate through createRoot is deprecated. Use ReactDOMClient.hydrateRoot(container, <App />) instead."):typeof t=="object"&&t!==null&&t.$$typeof===rl&&y(`You passed a JSX element to createRoot. You probably meant to call root.render instead. Example usage:
|
|
181
|
-
|
|
182
|
-
let root = createRoot(domContainer);
|
|
183
|
-
root.render(<App />);`),t.unstable_strictMode===!0&&(a=!0),t.identifierPrefix!==void 0&&(l=t.identifierPrefix),t.onRecoverableError!==void 0&&(c=t.onRecoverableError),t.transitionCallbacks!==void 0&&t.transitionCallbacks);var h=nm(e,cf,null,a,o,l,c);nf(h.current,e);var g=e.nodeType===tn?e.parentNode:e;return o0(g),new s7(h)}function v4(e){this._internalRoot=e}function dx(e){e&&_3(e)}v4.prototype.unstable_scheduleHydration=dx;function fx(e,t,a){if(!g4(e))throw new Error("hydrateRoot(...): Target container is not a DOM element.");Sm(e),t===void 0&&y("Must provide initial children as second argument to hydrateRoot. Example usage: hydrateRoot(domContainer, <App />)");var o=a??null,l=a!=null&&a.hydratedSources||null,c=!1,h=!1,g="",w=xm;a!=null&&(a.unstable_strictMode===!0&&(c=!0),a.identifierPrefix!==void 0&&(g=a.identifierPrefix),a.onRecoverableError!==void 0&&(w=a.onRecoverableError));var x=rm(t,null,e,cf,o,c,h,g,w);if(nf(x.current,e),o0(e),l)for(var L=0;L<l.length;L++){var D=l[L];vb(x,D)}return new v4(x)}function g4(e){return!!(e&&(e.nodeType===cr||e.nodeType===wa||e.nodeType===mi||!ht))}function J0(e){return!!(e&&(e.nodeType===cr||e.nodeType===wa||e.nodeType===mi||e.nodeType===tn&&e.nodeValue===" react-mount-point-unstable "))}function Sm(e){e.nodeType===cr&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&y("createRoot(): Creating roots directly with document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try using a container element created for your app."),v0(e)&&(e._reactRootContainer?y("You are calling ReactDOMClient.createRoot() on a container that was previously passed to ReactDOM.render(). This is not supported."):y("You are calling ReactDOMClient.createRoot() on a container that has already been passed to createRoot() before. Instead, call root.render() on the existing root instead if you want to update it."))}var px=p.ReactCurrentOwner,Em;Em=function(e){if(e._reactRootContainer&&e.nodeType!==tn){var t=om(e._reactRootContainer.current);t&&t.parentNode!==e&&y("render(...): It looks like the React-rendered content of this container was removed without using React. This is not supported and will cause errors. Instead, call ReactDOM.unmountComponentAtNode to empty a container.")}var a=!!e._reactRootContainer,o=u7(e),l=!!(o&&Zl(o));l&&!a&&y("render(...): Replacing React-rendered children with a new root component. If you intended to update the children of this node, you should instead have the existing children update their state and render the new components instead of calling ReactDOM.render."),e.nodeType===cr&&e.tagName&&e.tagName.toUpperCase()==="BODY"&&y("render(): Rendering components directly into document.body is discouraged, since its children are often manipulated by third-party scripts and browser extensions. This may lead to subtle reconciliation issues. Try rendering into a container element created for your app.")};function u7(e){return e?e.nodeType===wa?e.documentElement:e.firstChild:null}function Lm(){}function hx(e,t,a,o,l){if(l){if(typeof o=="function"){var c=o;o=function(){var M=m4(h);c.call(M)}}var h=rm(t,o,e,Yl,null,!1,!1,"",Lm);e._reactRootContainer=h,nf(h.current,e);var g=e.nodeType===tn?e.parentNode:e;return o0(g),Gi(),h}else{for(var w;w=e.lastChild;)e.removeChild(w);if(typeof o=="function"){var x=o;o=function(){var M=m4(L);x.call(M)}}var L=nm(e,Yl,null,!1,!1,"",Lm);e._reactRootContainer=L,nf(L.current,e);var D=e.nodeType===tn?e.parentNode:e;return o0(D),Gi(function(){X0(t,L,a,o)}),L}}function mx(e,t){e!==null&&typeof e!="function"&&y("%s(...): Expected the last optional `callback` argument to be a function. Instead received: %s.",t,e)}function y4(e,t,a,o,l){Em(a),mx(l===void 0?null:l,"render");var c=a._reactRootContainer,h;if(!c)h=hx(a,t,e,l,o);else{if(h=c,typeof l=="function"){var g=l;l=function(){var w=m4(h);g.call(w)}}X0(t,h,e,l)}return m4(h)}var Tm=!1;function vx(e){{Tm||(Tm=!0,y("findDOMNode is deprecated and will be removed in the next major release. Instead, add a ref directly to the element you want to reference. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-find-node"));var t=px.current;if(t!==null&&t.stateNode!==null){var a=t.stateNode._warnedAboutRefsInRender;a||y("%s is accessing findDOMNode inside its render(). render() should be a pure function of props and state. It should never access something that requires stale data from the previous render, such as refs. Move this logic to componentDidMount and componentDidUpdate instead.",Ct(t.type)||"A component"),t.stateNode._warnedAboutRefsInRender=!0}}return e==null?null:e.nodeType===cr?e:ex(e,"findDOMNode")}function gx(e,t,a){if(y("ReactDOM.hydrate is no longer supported in React 18. Use hydrateRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!J0(t))throw new Error("Target container is not a DOM element.");{var o=v0(t)&&t._reactRootContainer===void 0;o&&y("You are calling ReactDOM.hydrate() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call hydrateRoot(container, element)?")}return y4(null,e,t,!0,a)}function yx(e,t,a){if(y("ReactDOM.render is no longer supported in React 18. Use createRoot instead. Until you switch to the new API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!J0(t))throw new Error("Target container is not a DOM element.");{var o=v0(t)&&t._reactRootContainer===void 0;o&&y("You are calling ReactDOM.render() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.render(element)?")}return y4(null,e,t,!1,a)}function Cx(e,t,a,o){if(y("ReactDOM.unstable_renderSubtreeIntoContainer() is no longer supported in React 18. Consider using a portal instead. Until you switch to the createRoot API, your app will behave as if it's running React 17. Learn more: https://reactjs.org/link/switch-to-createroot"),!J0(a))throw new Error("Target container is not a DOM element.");if(e==null||!$s(e))throw new Error("parentComponent must be a valid React Component");return y4(e,t,a,!1,o)}var Im=!1;function bx(e){if(Im||(Im=!0,y("unmountComponentAtNode is deprecated and will be removed in the next major release. Switch to the createRoot API. Learn more: https://reactjs.org/link/switch-to-createroot")),!J0(e))throw new Error("unmountComponentAtNode(...): Target container is not a DOM element.");{var t=v0(e)&&e._reactRootContainer===void 0;t&&y("You are calling ReactDOM.unmountComponentAtNode() on a container that was previously passed to ReactDOMClient.createRoot(). This is not supported. Did you mean to call root.unmount()?")}if(e._reactRootContainer){{var a=u7(e),o=a&&!Zl(a);o&&y("unmountComponentAtNode(): The node you're attempting to unmount was rendered by another copy of React.")}return Gi(function(){y4(null,null,e,!1,function(){e._reactRootContainer=null,S5(e)})}),!0}else{{var l=u7(e),c=!!(l&&Zl(l)),h=e.nodeType===cr&&J0(e.parentNode)&&!!e.parentNode._reactRootContainer;c&&y("unmountComponentAtNode(): The node you're attempting to unmount was rendered by React and is not a top-level container. %s",h?"You may have accidentally passed in a React root node instead of its container.":"Instead, have the parent component update its state and rerender in order to remove this component.")}return!1}}Se(tx),S3(nx),t1(rx),F2(ta),L3(Js),(typeof Map!="function"||Map.prototype==null||typeof Map.prototype.forEach!="function"||typeof Set!="function"||Set.prototype==null||typeof Set.prototype.clear!="function"||typeof Set.prototype.forEach!="function")&&y("React depends on Map and Set built-in types. Make sure that you load a polyfill in older browsers. https://reactjs.org/link/react-polyfills"),t3(ky),ru(z8,fk,Gi);function wx(e,t){var a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:null;if(!g4(t))throw new Error("Target container is not a DOM element.");return Jk(e,t,null,a)}function kx(e,t,a,o){return Cx(e,t,a,o)}var c7={usingClientEntryPoint:!1,Events:[Zl,oc,rf,nu,Os,z8]};function xx(e,t){return c7.usingClientEntryPoint||y('You are importing createRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),cx(e,t)}function Sx(e,t,a){return c7.usingClientEntryPoint||y('You are importing hydrateRoot from "react-dom" which is not supported. You should instead import it from "react-dom/client".'),fx(e,t,a)}function Ex(e){return Oh()&&y("flushSync was called from inside a lifecycle method. React cannot flush when React is already rendering. Consider moving this call to a scheduler task or micro task."),Gi(e)}var Lx=ux({findFiberByHostInstance:d1,bundleType:1,version:r7,rendererPackageName:"react-dom"});if(!Lx&&qt&&window.top===window.self&&(navigator.userAgent.indexOf("Chrome")>-1&&navigator.userAgent.indexOf("Edge")===-1||navigator.userAgent.indexOf("Firefox")>-1)){var Rm=window.location.protocol;/^(https?|file):$/.test(Rm)&&console.info("%cDownload the React DevTools for a better development experience: https://reactjs.org/link/react-devtools"+(Rm==="file:"?`
|
|
184
|
-
You might need to use a local HTTP server (instead of file://): https://reactjs.org/link/react-devtools-faq`:""),"font-weight:bold")}Ra.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=c7,Ra.createPortal=wx,Ra.createRoot=xx,Ra.findDOMNode=vx,Ra.flushSync=Ex,Ra.hydrate=gx,Ra.hydrateRoot=Sx,Ra.render=yx,Ra.unmountComponentAtNode=bx,Ra.unstable_batchedUpdates=z8,Ra.unstable_renderSubtreeIntoContainer=kx,Ra.version=r7,typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"&&typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop=="function"&&__REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error)}()),Ra}function eg(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function")){if(Oc.env.NODE_ENV!=="production")throw new Error("^_^");try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(eg)}catch(s){console.error(s)}}}Oc.env.NODE_ENV==="production"?(eg(),L7.exports=lT()):L7.exports=sT();var ld=L7.exports;const uT=E("div")({name:"StaticContainer",class:"svm502q",propsAsIs:!1}),cT=`
|
|
43
|
+
*/var Z7=w,Me=U7;function T(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n<arguments.length;n++)t+="&args[]="+encodeURIComponent(arguments[n]);return"Minified React error #"+e+"; visit "+t+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var Ll=new Set,wn={};function lt(e,t){Mt(e,t),Mt(e+"Capture",t)}function Mt(e,t){for(wn[e]=t,e=0;e<t.length;e++)Ll.add(t[e])}var h1=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),ti=Object.prototype.hasOwnProperty,q7=/^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/,k0={},S0={};function Q7(e){return ti.call(S0,e)?!0:ti.call(k0,e)?!1:q7.test(e)?S0[e]=!0:(k0[e]=!0,!1)}function W7(e,t,n,r){if(n!==null&&n.type===0)return!1;switch(typeof t){case"function":case"symbol":return!0;case"boolean":return r?!1:n!==null?!n.acceptsBooleans:(e=e.toLowerCase().slice(0,5),e!=="data-"&&e!=="aria-");default:return!1}}function G7(e,t,n,r){if(t===null||typeof t>"u"||W7(e,t,n,r))return!0;if(r)return!1;if(n!==null)switch(n.type){case 3:return!t;case 4:return t===!1;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}function be(e,t,n,r,i,a,s){this.acceptsBooleans=t===2||t===3||t===4,this.attributeName=r,this.attributeNamespace=i,this.mustUseProperty=n,this.propertyName=e,this.type=t,this.sanitizeURL=a,this.removeEmptyString=s}var fe={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(e){fe[e]=new be(e,0,!1,e,null,!1,!1)});[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(e){var t=e[0];fe[t]=new be(t,1,!1,e[1],null,!1,!1)});["contentEditable","draggable","spellCheck","value"].forEach(function(e){fe[e]=new be(e,2,!1,e.toLowerCase(),null,!1,!1)});["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(e){fe[e]=new be(e,2,!1,e,null,!1,!1)});"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(e){fe[e]=new be(e,3,!1,e.toLowerCase(),null,!1,!1)});["checked","multiple","muted","selected"].forEach(function(e){fe[e]=new be(e,3,!0,e,null,!1,!1)});["capture","download"].forEach(function(e){fe[e]=new be(e,4,!1,e,null,!1,!1)});["cols","rows","size","span"].forEach(function(e){fe[e]=new be(e,6,!1,e,null,!1,!1)});["rowSpan","start"].forEach(function(e){fe[e]=new be(e,5,!1,e.toLowerCase(),null,!1,!1)});var oa=/[\-:]([a-z])/g;function ca(e){return e[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(e){var t=e.replace(oa,ca);fe[t]=new be(t,1,!1,e,null,!1,!1)});"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(e){var t=e.replace(oa,ca);fe[t]=new be(t,1,!1,e,"http://www.w3.org/1999/xlink",!1,!1)});["xml:base","xml:lang","xml:space"].forEach(function(e){var t=e.replace(oa,ca);fe[t]=new be(t,1,!1,e,"http://www.w3.org/XML/1998/namespace",!1,!1)});["tabIndex","crossOrigin"].forEach(function(e){fe[e]=new be(e,1,!1,e.toLowerCase(),null,!1,!1)});fe.xlinkHref=new be("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1);["src","href","action","formAction"].forEach(function(e){fe[e]=new be(e,1,!1,e.toLowerCase(),null,!0,!0)});function ua(e,t,n,r){var i=fe.hasOwnProperty(t)?fe[t]:null;(i!==null?i.type!==0:r||!(2<t.length)||t[0]!=="o"&&t[0]!=="O"||t[1]!=="n"&&t[1]!=="N")&&(G7(t,n,i,r)&&(n=null),r||i===null?Q7(t)&&(n===null?e.removeAttribute(t):e.setAttribute(t,""+n)):i.mustUseProperty?e[i.propertyName]=n===null?i.type===3?!1:"":n:(t=i.attributeName,r=i.attributeNamespace,n===null?e.removeAttribute(t):(i=i.type,n=i===3||i===4&&n===!0?"":""+n,r?e.setAttributeNS(r,t,n):e.setAttribute(t,n))))}var v1=Z7.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,Zn=Symbol.for("react.element"),Ct=Symbol.for("react.portal"),gt=Symbol.for("react.fragment"),da=Symbol.for("react.strict_mode"),ni=Symbol.for("react.profiler"),kl=Symbol.for("react.provider"),Sl=Symbol.for("react.context"),pa=Symbol.for("react.forward_ref"),ri=Symbol.for("react.suspense"),ii=Symbol.for("react.suspense_list"),fa=Symbol.for("react.memo"),b1=Symbol.for("react.lazy"),Il=Symbol.for("react.offscreen"),I0=Symbol.iterator;function qt(e){return e===null||typeof e!="object"?null:(e=I0&&e[I0]||e["@@iterator"],typeof e=="function"?e:null)}var K=Object.assign,Er;function an(e){if(Er===void 0)try{throw Error()}catch(n){var t=n.stack.trim().match(/\n( *(at )?)/);Er=t&&t[1]||""}return`
|
|
44
|
+
`+Er+e}var Lr=!1;function kr(e,t){if(!e||Lr)return"";Lr=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(t,[])}catch(u){var r=u}Reflect.construct(e,[],t)}else{try{t.call()}catch(u){r=u}e.call(t.prototype)}else{try{throw Error()}catch(u){r=u}e()}}catch(u){if(u&&r&&typeof u.stack=="string"){for(var i=u.stack.split(`
|
|
45
|
+
`),a=r.stack.split(`
|
|
46
|
+
`),s=i.length-1,o=a.length-1;1<=s&&0<=o&&i[s]!==a[o];)o--;for(;1<=s&&0<=o;s--,o--)if(i[s]!==a[o]){if(s!==1||o!==1)do if(s--,o--,0>o||i[s]!==a[o]){var c=`
|
|
47
|
+
`+i[s].replace(" at new "," at ");return e.displayName&&c.includes("<anonymous>")&&(c=c.replace("<anonymous>",e.displayName)),c}while(1<=s&&0<=o);break}}}finally{Lr=!1,Error.prepareStackTrace=n}return(e=e?e.displayName||e.name:"")?an(e):""}function K7(e){switch(e.tag){case 5:return an(e.type);case 16:return an("Lazy");case 13:return an("Suspense");case 19:return an("SuspenseList");case 0:case 2:case 15:return e=kr(e.type,!1),e;case 11:return e=kr(e.type.render,!1),e;case 1:return e=kr(e.type,!0),e;default:return""}}function ai(e){if(e==null)return null;if(typeof e=="function")return e.displayName||e.name||null;if(typeof e=="string")return e;switch(e){case gt:return"Fragment";case Ct:return"Portal";case ni:return"Profiler";case da:return"StrictMode";case ri:return"Suspense";case ii:return"SuspenseList"}if(typeof e=="object")switch(e.$$typeof){case Sl:return(e.displayName||"Context")+".Consumer";case kl:return(e._context.displayName||"Context")+".Provider";case pa:var t=e.render;return e=e.displayName,e||(e=t.displayName||t.name||"",e=e!==""?"ForwardRef("+e+")":"ForwardRef"),e;case fa:return t=e.displayName||null,t!==null?t:ai(e.type)||"Memo";case b1:t=e._payload,e=e._init;try{return ai(e(t))}catch{}}return null}function Y7(e){var t=e.type;switch(e.tag){case 24:return"Cache";case 9:return(t.displayName||"Context")+".Consumer";case 10:return(t._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return e=t.render,e=e.displayName||e.name||"",t.displayName||(e!==""?"ForwardRef("+e+")":"ForwardRef");case 7:return"Fragment";case 5:return t;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return ai(t);case 8:return t===da?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof t=="function")return t.displayName||t.name||null;if(typeof t=="string")return t}return null}function N1(e){switch(typeof e){case"boolean":case"number":case"string":case"undefined":return e;case"object":return e;default:return""}}function Tl(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()==="input"&&(t==="checkbox"||t==="radio")}function X7(e){var t=Tl(e)?"checked":"value",n=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),r=""+e[t];if(!e.hasOwnProperty(t)&&typeof n<"u"&&typeof n.get=="function"&&typeof n.set=="function"){var i=n.get,a=n.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return i.call(this)},set:function(s){r=""+s,a.call(this,s)}}),Object.defineProperty(e,t,{enumerable:n.enumerable}),{getValue:function(){return r},setValue:function(s){r=""+s},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function qn(e){e._valueTracker||(e._valueTracker=X7(e))}function jl(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r="";return e&&(r=Tl(e)?e.checked?"true":"false":e.value),e=r,e!==n?(t.setValue(e),!0):!1}function k2(e){if(e=e||(typeof document<"u"?document:void 0),typeof e>"u")return null;try{return e.activeElement||e.body}catch{return e.body}}function si(e,t){var n=t.checked;return K({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:n??e._wrapperState.initialChecked})}function T0(e,t){var n=t.defaultValue==null?"":t.defaultValue,r=t.checked!=null?t.checked:t.defaultChecked;n=N1(t.value!=null?t.value:n),e._wrapperState={initialChecked:r,initialValue:n,controlled:t.type==="checkbox"||t.type==="radio"?t.checked!=null:t.value!=null}}function Al(e,t){t=t.checked,t!=null&&ua(e,"checked",t,!1)}function li(e,t){Al(e,t);var n=N1(t.value),r=t.type;if(n!=null)r==="number"?(n===0&&e.value===""||e.value!=n)&&(e.value=""+n):e.value!==""+n&&(e.value=""+n);else if(r==="submit"||r==="reset"){e.removeAttribute("value");return}t.hasOwnProperty("value")?oi(e,t.type,n):t.hasOwnProperty("defaultValue")&&oi(e,t.type,N1(t.defaultValue)),t.checked==null&&t.defaultChecked!=null&&(e.defaultChecked=!!t.defaultChecked)}function j0(e,t,n){if(t.hasOwnProperty("value")||t.hasOwnProperty("defaultValue")){var r=t.type;if(!(r!=="submit"&&r!=="reset"||t.value!==void 0&&t.value!==null))return;t=""+e._wrapperState.initialValue,n||t===e.value||(e.value=t),e.defaultValue=t}n=e.name,n!==""&&(e.name=""),e.defaultChecked=!!e._wrapperState.initialChecked,n!==""&&(e.name=n)}function oi(e,t,n){(t!=="number"||k2(e.ownerDocument)!==e)&&(n==null?e.defaultValue=""+e._wrapperState.initialValue:e.defaultValue!==""+n&&(e.defaultValue=""+n))}var sn=Array.isArray;function Tt(e,t,n,r){if(e=e.options,t){t={};for(var i=0;i<n.length;i++)t["$"+n[i]]=!0;for(n=0;n<e.length;n++)i=t.hasOwnProperty("$"+e[n].value),e[n].selected!==i&&(e[n].selected=i),i&&r&&(e[n].defaultSelected=!0)}else{for(n=""+N1(n),t=null,i=0;i<e.length;i++){if(e[i].value===n){e[i].selected=!0,r&&(e[i].defaultSelected=!0);return}t!==null||e[i].disabled||(t=e[i])}t!==null&&(t.selected=!0)}}function ci(e,t){if(t.dangerouslySetInnerHTML!=null)throw Error(T(91));return K({},t,{value:void 0,defaultValue:void 0,children:""+e._wrapperState.initialValue})}function A0(e,t){var n=t.value;if(n==null){if(n=t.children,t=t.defaultValue,n!=null){if(t!=null)throw Error(T(92));if(sn(n)){if(1<n.length)throw Error(T(93));n=n[0]}t=n}t==null&&(t=""),n=t}e._wrapperState={initialValue:N1(n)}}function $l(e,t){var n=N1(t.value),r=N1(t.defaultValue);n!=null&&(n=""+n,n!==e.value&&(e.value=n),t.defaultValue==null&&e.defaultValue!==n&&(e.defaultValue=n)),r!=null&&(e.defaultValue=""+r)}function $0(e){var t=e.textContent;t===e._wrapperState.initialValue&&t!==""&&t!==null&&(e.value=t)}function _l(e){switch(e){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function ui(e,t){return e==null||e==="http://www.w3.org/1999/xhtml"?_l(t):e==="http://www.w3.org/2000/svg"&&t==="foreignObject"?"http://www.w3.org/1999/xhtml":e}var Qn,Rl=function(e){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(t,n,r,i){MSApp.execUnsafeLocalFunction(function(){return e(t,n,r,i)})}:e}(function(e,t){if(e.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in e)e.innerHTML=t;else{for(Qn=Qn||document.createElement("div"),Qn.innerHTML="<svg>"+t.valueOf().toString()+"</svg>",t=Qn.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}});function bn(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===3){n.nodeValue=t;return}}e.textContent=t}var dn={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},J7=["Webkit","ms","Moz","O"];Object.keys(dn).forEach(function(e){J7.forEach(function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),dn[t]=dn[e]})});function Vl(e,t,n){return t==null||typeof t=="boolean"||t===""?"":n||typeof t!="number"||t===0||dn.hasOwnProperty(e)&&dn[e]?(""+t).trim():t+"px"}function Nl(e,t){e=e.style;for(var n in t)if(t.hasOwnProperty(n)){var r=n.indexOf("--")===0,i=Vl(n,t[n],r);n==="float"&&(n="cssFloat"),r?e.setProperty(n,i):e[n]=i}}var e5=K({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function di(e,t){if(t){if(e5[e]&&(t.children!=null||t.dangerouslySetInnerHTML!=null))throw Error(T(137,e));if(t.dangerouslySetInnerHTML!=null){if(t.children!=null)throw Error(T(60));if(typeof t.dangerouslySetInnerHTML!="object"||!("__html"in t.dangerouslySetInnerHTML))throw Error(T(61))}if(t.style!=null&&typeof t.style!="object")throw Error(T(62))}}function pi(e,t){if(e.indexOf("-")===-1)return typeof t.is=="string";switch(e){case"annotation-xml":case"color-profile":case"font-face":case"font-face-src":case"font-face-uri":case"font-face-format":case"font-face-name":case"missing-glyph":return!1;default:return!0}}var fi=null;function ha(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var hi=null,jt=null,At=null;function _0(e){if(e=Fn(e)){if(typeof hi!="function")throw Error(T(280));var t=e.stateNode;t&&(t=rr(t),hi(e.stateNode,e.type,t))}}function Ml(e){jt?At?At.push(e):At=[e]:jt=e}function Ol(){if(jt){var e=jt,t=At;if(At=jt=null,_0(e),t)for(e=0;e<t.length;e++)_0(t[e])}}function Pl(e,t){return e(t)}function Hl(){}var Sr=!1;function Dl(e,t,n){if(Sr)return e(t,n);Sr=!0;try{return Pl(e,t,n)}finally{Sr=!1,(jt!==null||At!==null)&&(Hl(),Ol())}}function xn(e,t){var n=e.stateNode;if(n===null)return null;var r=rr(n);if(r===null)return null;n=r[t];e:switch(t){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(r=!r.disabled)||(e=e.type,r=!(e==="button"||e==="input"||e==="select"||e==="textarea")),e=!r;break e;default:e=!1}if(e)return null;if(n&&typeof n!="function")throw Error(T(231,t,typeof n));return n}var mi=!1;if(h1)try{var Qt={};Object.defineProperty(Qt,"passive",{get:function(){mi=!0}}),window.addEventListener("test",Qt,Qt),window.removeEventListener("test",Qt,Qt)}catch{mi=!1}function t5(e,t,n,r,i,a,s,o,c){var u=Array.prototype.slice.call(arguments,3);try{t.apply(n,u)}catch(C){this.onError(C)}}var pn=!1,S2=null,I2=!1,Ci=null,n5={onError:function(e){pn=!0,S2=e}};function r5(e,t,n,r,i,a,s,o,c){pn=!1,S2=null,t5.apply(n5,arguments)}function i5(e,t,n,r,i,a,s,o,c){if(r5.apply(this,arguments),pn){if(pn){var u=S2;pn=!1,S2=null}else throw Error(T(198));I2||(I2=!0,Ci=u)}}function ot(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,t.flags&4098&&(n=t.return),e=t.return;while(e)}return t.tag===3?n:null}function Fl(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function R0(e){if(ot(e)!==e)throw Error(T(188))}function a5(e){var t=e.alternate;if(!t){if(t=ot(e),t===null)throw Error(T(188));return t!==e?null:e}for(var n=e,r=t;;){var i=n.return;if(i===null)break;var a=i.alternate;if(a===null){if(r=i.return,r!==null){n=r;continue}break}if(i.child===a.child){for(a=i.child;a;){if(a===n)return R0(i),e;if(a===r)return R0(i),t;a=a.sibling}throw Error(T(188))}if(n.return!==r.return)n=i,r=a;else{for(var s=!1,o=i.child;o;){if(o===n){s=!0,n=i,r=a;break}if(o===r){s=!0,r=i,n=a;break}o=o.sibling}if(!s){for(o=a.child;o;){if(o===n){s=!0,n=a,r=i;break}if(o===r){s=!0,r=a,n=i;break}o=o.sibling}if(!s)throw Error(T(189))}}if(n.alternate!==r)throw Error(T(190))}if(n.tag!==3)throw Error(T(188));return n.stateNode.current===n?e:t}function zl(e){return e=a5(e),e!==null?Bl(e):null}function Bl(e){if(e.tag===5||e.tag===6)return e;for(e=e.child;e!==null;){var t=Bl(e);if(t!==null)return t;e=e.sibling}return null}var Ul=Me.unstable_scheduleCallback,V0=Me.unstable_cancelCallback,s5=Me.unstable_shouldYield,l5=Me.unstable_requestPaint,J=Me.unstable_now,o5=Me.unstable_getCurrentPriorityLevel,ma=Me.unstable_ImmediatePriority,Zl=Me.unstable_UserBlockingPriority,T2=Me.unstable_NormalPriority,c5=Me.unstable_LowPriority,ql=Me.unstable_IdlePriority,J2=null,s1=null;function u5(e){if(s1&&typeof s1.onCommitFiberRoot=="function")try{s1.onCommitFiberRoot(J2,e,void 0,(e.current.flags&128)===128)}catch{}}var Je=Math.clz32?Math.clz32:f5,d5=Math.log,p5=Math.LN2;function f5(e){return e>>>=0,e===0?32:31-(d5(e)/p5|0)|0}var Wn=64,Gn=4194304;function ln(e){switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return e&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return e&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function j2(e,t){var n=e.pendingLanes;if(n===0)return 0;var r=0,i=e.suspendedLanes,a=e.pingedLanes,s=n&268435455;if(s!==0){var o=s&~i;o!==0?r=ln(o):(a&=s,a!==0&&(r=ln(a)))}else s=n&~i,s!==0?r=ln(s):a!==0&&(r=ln(a));if(r===0)return 0;if(t!==0&&t!==r&&!(t&i)&&(i=r&-r,a=t&-t,i>=a||i===16&&(a&4194240)!==0))return t;if(r&4&&(r|=n&16),t=e.entangledLanes,t!==0)for(e=e.entanglements,t&=r;0<t;)n=31-Je(t),i=1<<n,r|=e[n],t&=~i;return r}function h5(e,t){switch(e){case 1:case 2:case 4:return t+250;case 8:case 16:case 32:case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function m5(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,i=e.expirationTimes,a=e.pendingLanes;0<a;){var s=31-Je(a),o=1<<s,c=i[s];c===-1?(!(o&n)||o&r)&&(i[s]=h5(o,t)):c<=t&&(e.expiredLanes|=o),a&=~o}}function gi(e){return e=e.pendingLanes&-1073741825,e!==0?e:e&1073741824?1073741824:0}function Ql(){var e=Wn;return Wn<<=1,!(Wn&4194240)&&(Wn=64),e}function Ir(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function Hn(e,t,n){e.pendingLanes|=t,t!==536870912&&(e.suspendedLanes=0,e.pingedLanes=0),e=e.eventTimes,t=31-Je(t),e[t]=n}function C5(e,t){var n=e.pendingLanes&~t;e.pendingLanes=t,e.suspendedLanes=0,e.pingedLanes=0,e.expiredLanes&=t,e.mutableReadLanes&=t,e.entangledLanes&=t,t=e.entanglements;var r=e.eventTimes;for(e=e.expirationTimes;0<n;){var i=31-Je(n),a=1<<i;t[i]=0,r[i]=-1,e[i]=-1,n&=~a}}function Ca(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-Je(n),i=1<<r;i&t|e[r]&t&&(e[r]|=t),n&=~i}}var F=0;function Wl(e){return e&=-e,1<e?4<e?e&268435455?16:536870912:4:1}var Gl,ga,Kl,Yl,Xl,vi=!1,Kn=[],I1=null,T1=null,j1=null,En=new Map,Ln=new Map,E1=[],g5="mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset submit".split(" ");function N0(e,t){switch(e){case"focusin":case"focusout":I1=null;break;case"dragenter":case"dragleave":T1=null;break;case"mouseover":case"mouseout":j1=null;break;case"pointerover":case"pointerout":En.delete(t.pointerId);break;case"gotpointercapture":case"lostpointercapture":Ln.delete(t.pointerId)}}function Wt(e,t,n,r,i,a){return e===null||e.nativeEvent!==a?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:a,targetContainers:[i]},t!==null&&(t=Fn(t),t!==null&&ga(t)),e):(e.eventSystemFlags|=r,t=e.targetContainers,i!==null&&t.indexOf(i)===-1&&t.push(i),e)}function v5(e,t,n,r,i){switch(t){case"focusin":return I1=Wt(I1,e,t,n,r,i),!0;case"dragenter":return T1=Wt(T1,e,t,n,r,i),!0;case"mouseover":return j1=Wt(j1,e,t,n,r,i),!0;case"pointerover":var a=i.pointerId;return En.set(a,Wt(En.get(a)||null,e,t,n,r,i)),!0;case"gotpointercapture":return a=i.pointerId,Ln.set(a,Wt(Ln.get(a)||null,e,t,n,r,i)),!0}return!1}function Jl(e){var t=G1(e.target);if(t!==null){var n=ot(t);if(n!==null){if(t=n.tag,t===13){if(t=Fl(n),t!==null){e.blockedOn=t,Xl(e.priority,function(){Kl(n)});return}}else if(t===3&&n.stateNode.current.memoizedState.isDehydrated){e.blockedOn=n.tag===3?n.stateNode.containerInfo:null;return}}}e.blockedOn=null}function p2(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var n=yi(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(n===null){n=e.nativeEvent;var r=new n.constructor(n.type,n);fi=r,n.target.dispatchEvent(r),fi=null}else return t=Fn(n),t!==null&&ga(t),e.blockedOn=n,!1;t.shift()}return!0}function M0(e,t,n){p2(e)&&n.delete(t)}function y5(){vi=!1,I1!==null&&p2(I1)&&(I1=null),T1!==null&&p2(T1)&&(T1=null),j1!==null&&p2(j1)&&(j1=null),En.forEach(M0),Ln.forEach(M0)}function Gt(e,t){e.blockedOn===t&&(e.blockedOn=null,vi||(vi=!0,Me.unstable_scheduleCallback(Me.unstable_NormalPriority,y5)))}function kn(e){function t(i){return Gt(i,e)}if(0<Kn.length){Gt(Kn[0],e);for(var n=1;n<Kn.length;n++){var r=Kn[n];r.blockedOn===e&&(r.blockedOn=null)}}for(I1!==null&&Gt(I1,e),T1!==null&&Gt(T1,e),j1!==null&&Gt(j1,e),En.forEach(t),Ln.forEach(t),n=0;n<E1.length;n++)r=E1[n],r.blockedOn===e&&(r.blockedOn=null);for(;0<E1.length&&(n=E1[0],n.blockedOn===null);)Jl(n),n.blockedOn===null&&E1.shift()}var $t=v1.ReactCurrentBatchConfig,A2=!0;function w5(e,t,n,r){var i=F,a=$t.transition;$t.transition=null;try{F=1,va(e,t,n,r)}finally{F=i,$t.transition=a}}function b5(e,t,n,r){var i=F,a=$t.transition;$t.transition=null;try{F=4,va(e,t,n,r)}finally{F=i,$t.transition=a}}function va(e,t,n,r){if(A2){var i=yi(e,t,n,r);if(i===null)Or(e,t,r,$2,n),N0(e,r);else if(v5(i,e,t,n,r))r.stopPropagation();else if(N0(e,r),t&4&&-1<g5.indexOf(e)){for(;i!==null;){var a=Fn(i);if(a!==null&&Gl(a),a=yi(e,t,n,r),a===null&&Or(e,t,r,$2,n),a===i)break;i=a}i!==null&&r.stopPropagation()}else Or(e,t,r,null,n)}}var $2=null;function yi(e,t,n,r){if($2=null,e=ha(r),e=G1(e),e!==null)if(t=ot(e),t===null)e=null;else if(n=t.tag,n===13){if(e=Fl(t),e!==null)return e;e=null}else if(n===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return $2=e,null}function e3(e){switch(e){case"cancel":case"click":case"close":case"contextmenu":case"copy":case"cut":case"auxclick":case"dblclick":case"dragend":case"dragstart":case"drop":case"focusin":case"focusout":case"input":case"invalid":case"keydown":case"keypress":case"keyup":case"mousedown":case"mouseup":case"paste":case"pause":case"play":case"pointercancel":case"pointerdown":case"pointerup":case"ratechange":case"reset":case"resize":case"seeked":case"submit":case"touchcancel":case"touchend":case"touchstart":case"volumechange":case"change":case"selectionchange":case"textInput":case"compositionstart":case"compositionend":case"compositionupdate":case"beforeblur":case"afterblur":case"beforeinput":case"blur":case"fullscreenchange":case"focus":case"hashchange":case"popstate":case"select":case"selectstart":return 1;case"drag":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"mousemove":case"mouseout":case"mouseover":case"pointermove":case"pointerout":case"pointerover":case"scroll":case"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(o5()){case ma:return 1;case Zl:return 4;case T2:case c5:return 16;case ql:return 536870912;default:return 16}default:return 16}}var k1=null,ya=null,f2=null;function t3(){if(f2)return f2;var e,t=ya,n=t.length,r,i="value"in k1?k1.value:k1.textContent,a=i.length;for(e=0;e<n&&t[e]===i[e];e++);var s=n-e;for(r=1;r<=s&&t[n-r]===i[a-r];r++);return f2=i.slice(e,1<r?1-r:void 0)}function h2(e){var t=e.keyCode;return"charCode"in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function Yn(){return!0}function O0(){return!1}function Pe(e){function t(n,r,i,a,s){this._reactName=n,this._targetInst=i,this.type=r,this.nativeEvent=a,this.target=s,this.currentTarget=null;for(var o in e)e.hasOwnProperty(o)&&(n=e[o],this[o]=n?n(a):a[o]);return this.isDefaultPrevented=(a.defaultPrevented!=null?a.defaultPrevented:a.returnValue===!1)?Yn:O0,this.isPropagationStopped=O0,this}return K(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var n=this.nativeEvent;n&&(n.preventDefault?n.preventDefault():typeof n.returnValue!="unknown"&&(n.returnValue=!1),this.isDefaultPrevented=Yn)},stopPropagation:function(){var n=this.nativeEvent;n&&(n.stopPropagation?n.stopPropagation():typeof n.cancelBubble!="unknown"&&(n.cancelBubble=!0),this.isPropagationStopped=Yn)},persist:function(){},isPersistent:Yn}),t}var Bt={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},wa=Pe(Bt),Dn=K({},Bt,{view:0,detail:0}),x5=Pe(Dn),Tr,jr,Kt,er=K({},Dn,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:ba,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return"movementX"in e?e.movementX:(e!==Kt&&(Kt&&e.type==="mousemove"?(Tr=e.screenX-Kt.screenX,jr=e.screenY-Kt.screenY):jr=Tr=0,Kt=e),Tr)},movementY:function(e){return"movementY"in e?e.movementY:jr}}),P0=Pe(er),E5=K({},er,{dataTransfer:0}),L5=Pe(E5),k5=K({},Dn,{relatedTarget:0}),Ar=Pe(k5),S5=K({},Bt,{animationName:0,elapsedTime:0,pseudoElement:0}),I5=Pe(S5),T5=K({},Bt,{clipboardData:function(e){return"clipboardData"in e?e.clipboardData:window.clipboardData}}),j5=Pe(T5),A5=K({},Bt,{data:0}),H0=Pe(A5),$5={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},_5={8:"Backspace",9:"Tab",12:"Clear",13:"Enter",16:"Shift",17:"Control",18:"Alt",19:"Pause",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",45:"Insert",46:"Delete",112:"F1",113:"F2",114:"F3",115:"F4",116:"F5",117:"F6",118:"F7",119:"F8",120:"F9",121:"F10",122:"F11",123:"F12",144:"NumLock",145:"ScrollLock",224:"Meta"},R5={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function V5(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=R5[e])?!!t[e]:!1}function ba(){return V5}var N5=K({},Dn,{key:function(e){if(e.key){var t=$5[e.key]||e.key;if(t!=="Unidentified")return t}return e.type==="keypress"?(e=h2(e),e===13?"Enter":String.fromCharCode(e)):e.type==="keydown"||e.type==="keyup"?_5[e.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:ba,charCode:function(e){return e.type==="keypress"?h2(e):0},keyCode:function(e){return e.type==="keydown"||e.type==="keyup"?e.keyCode:0},which:function(e){return e.type==="keypress"?h2(e):e.type==="keydown"||e.type==="keyup"?e.keyCode:0}}),M5=Pe(N5),O5=K({},er,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),D0=Pe(O5),P5=K({},Dn,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:ba}),H5=Pe(P5),D5=K({},Bt,{propertyName:0,elapsedTime:0,pseudoElement:0}),F5=Pe(D5),z5=K({},er,{deltaX:function(e){return"deltaX"in e?e.deltaX:"wheelDeltaX"in e?-e.wheelDeltaX:0},deltaY:function(e){return"deltaY"in e?e.deltaY:"wheelDeltaY"in e?-e.wheelDeltaY:"wheelDelta"in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0}),B5=Pe(z5),U5=[9,13,27,32],xa=h1&&"CompositionEvent"in window,fn=null;h1&&"documentMode"in document&&(fn=document.documentMode);var Z5=h1&&"TextEvent"in window&&!fn,n3=h1&&(!xa||fn&&8<fn&&11>=fn),F0=" ",z0=!1;function r3(e,t){switch(e){case"keyup":return U5.indexOf(t.keyCode)!==-1;case"keydown":return t.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function i3(e){return e=e.detail,typeof e=="object"&&"data"in e?e.data:null}var vt=!1;function q5(e,t){switch(e){case"compositionend":return i3(t);case"keypress":return t.which!==32?null:(z0=!0,F0);case"textInput":return e=t.data,e===F0&&z0?null:e;default:return null}}function Q5(e,t){if(vt)return e==="compositionend"||!xa&&r3(e,t)?(e=t3(),f2=ya=k1=null,vt=!1,e):null;switch(e){case"paste":return null;case"keypress":if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case"compositionend":return n3&&t.locale!=="ko"?null:t.data;default:return null}}var W5={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function B0(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t==="input"?!!W5[e.type]:t==="textarea"}function a3(e,t,n,r){Ml(r),t=_2(t,"onChange"),0<t.length&&(n=new wa("onChange","change",null,n,r),e.push({event:n,listeners:t}))}var hn=null,Sn=null;function G5(e){C3(e,0)}function tr(e){var t=bt(e);if(jl(t))return e}function K5(e,t){if(e==="change")return t}var s3=!1;if(h1){var $r;if(h1){var _r="oninput"in document;if(!_r){var U0=document.createElement("div");U0.setAttribute("oninput","return;"),_r=typeof U0.oninput=="function"}$r=_r}else $r=!1;s3=$r&&(!document.documentMode||9<document.documentMode)}function Z0(){hn&&(hn.detachEvent("onpropertychange",l3),Sn=hn=null)}function l3(e){if(e.propertyName==="value"&&tr(Sn)){var t=[];a3(t,Sn,e,ha(e)),Dl(G5,t)}}function Y5(e,t,n){e==="focusin"?(Z0(),hn=t,Sn=n,hn.attachEvent("onpropertychange",l3)):e==="focusout"&&Z0()}function X5(e){if(e==="selectionchange"||e==="keyup"||e==="keydown")return tr(Sn)}function J5(e,t){if(e==="click")return tr(t)}function e9(e,t){if(e==="input"||e==="change")return tr(t)}function t9(e,t){return e===t&&(e!==0||1/e===1/t)||e!==e&&t!==t}var t1=typeof Object.is=="function"?Object.is:t9;function In(e,t){if(t1(e,t))return!0;if(typeof e!="object"||e===null||typeof t!="object"||t===null)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var i=n[r];if(!ti.call(t,i)||!t1(e[i],t[i]))return!1}return!0}function q0(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Q0(e,t){var n=q0(e);e=0;for(var r;n;){if(n.nodeType===3){if(r=e+n.textContent.length,e<=t&&r>=t)return{node:n,offset:t-e};e=r}e:{for(;n;){if(n.nextSibling){n=n.nextSibling;break e}n=n.parentNode}n=void 0}n=q0(n)}}function o3(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?o3(e,t.parentNode):"contains"in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function c3(){for(var e=window,t=k2();t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href=="string"}catch{n=!1}if(n)e=t.contentWindow;else break;t=k2(e.document)}return t}function Ea(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t==="input"&&(e.type==="text"||e.type==="search"||e.type==="tel"||e.type==="url"||e.type==="password")||t==="textarea"||e.contentEditable==="true")}function n9(e){var t=c3(),n=e.focusedElem,r=e.selectionRange;if(t!==n&&n&&n.ownerDocument&&o3(n.ownerDocument.documentElement,n)){if(r!==null&&Ea(n)){if(t=r.start,e=r.end,e===void 0&&(e=t),"selectionStart"in n)n.selectionStart=t,n.selectionEnd=Math.min(e,n.value.length);else if(e=(t=n.ownerDocument||document)&&t.defaultView||window,e.getSelection){e=e.getSelection();var i=n.textContent.length,a=Math.min(r.start,i);r=r.end===void 0?a:Math.min(r.end,i),!e.extend&&a>r&&(i=r,r=a,a=i),i=Q0(n,a);var s=Q0(n,r);i&&s&&(e.rangeCount!==1||e.anchorNode!==i.node||e.anchorOffset!==i.offset||e.focusNode!==s.node||e.focusOffset!==s.offset)&&(t=t.createRange(),t.setStart(i.node,i.offset),e.removeAllRanges(),a>r?(e.addRange(t),e.extend(s.node,s.offset)):(t.setEnd(s.node,s.offset),e.addRange(t)))}}for(t=[],e=n;e=e.parentNode;)e.nodeType===1&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(typeof n.focus=="function"&&n.focus(),n=0;n<t.length;n++)e=t[n],e.element.scrollLeft=e.left,e.element.scrollTop=e.top}}var r9=h1&&"documentMode"in document&&11>=document.documentMode,yt=null,wi=null,mn=null,bi=!1;function W0(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;bi||yt==null||yt!==k2(r)||(r=yt,"selectionStart"in r&&Ea(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),mn&&In(mn,r)||(mn=r,r=_2(wi,"onSelect"),0<r.length&&(t=new wa("onSelect","select",null,t,n),e.push({event:t,listeners:r}),t.target=yt)))}function Xn(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n["Webkit"+e]="webkit"+t,n["Moz"+e]="moz"+t,n}var wt={animationend:Xn("Animation","AnimationEnd"),animationiteration:Xn("Animation","AnimationIteration"),animationstart:Xn("Animation","AnimationStart"),transitionend:Xn("Transition","TransitionEnd")},Rr={},u3={};h1&&(u3=document.createElement("div").style,"AnimationEvent"in window||(delete wt.animationend.animation,delete wt.animationiteration.animation,delete wt.animationstart.animation),"TransitionEvent"in window||delete wt.transitionend.transition);function nr(e){if(Rr[e])return Rr[e];if(!wt[e])return e;var t=wt[e],n;for(n in t)if(t.hasOwnProperty(n)&&n in u3)return Rr[e]=t[n];return e}var d3=nr("animationend"),p3=nr("animationiteration"),f3=nr("animationstart"),h3=nr("transitionend"),m3=new Map,G0="abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel".split(" ");function P1(e,t){m3.set(e,t),lt(t,[e])}for(var Vr=0;Vr<G0.length;Vr++){var Nr=G0[Vr],i9=Nr.toLowerCase(),a9=Nr[0].toUpperCase()+Nr.slice(1);P1(i9,"on"+a9)}P1(d3,"onAnimationEnd");P1(p3,"onAnimationIteration");P1(f3,"onAnimationStart");P1("dblclick","onDoubleClick");P1("focusin","onFocus");P1("focusout","onBlur");P1(h3,"onTransitionEnd");Mt("onMouseEnter",["mouseout","mouseover"]);Mt("onMouseLeave",["mouseout","mouseover"]);Mt("onPointerEnter",["pointerout","pointerover"]);Mt("onPointerLeave",["pointerout","pointerover"]);lt("onChange","change click focusin focusout input keydown keyup selectionchange".split(" "));lt("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" "));lt("onBeforeInput",["compositionend","keypress","textInput","paste"]);lt("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" "));lt("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" "));lt("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var on="abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting".split(" "),s9=new Set("cancel close invalid load scroll toggle".split(" ").concat(on));function K0(e,t,n){var r=e.type||"unknown-event";e.currentTarget=n,i5(r,t,void 0,e),e.currentTarget=null}function C3(e,t){t=(t&4)!==0;for(var n=0;n<e.length;n++){var r=e[n],i=r.event;r=r.listeners;e:{var a=void 0;if(t)for(var s=r.length-1;0<=s;s--){var o=r[s],c=o.instance,u=o.currentTarget;if(o=o.listener,c!==a&&i.isPropagationStopped())break e;K0(i,o,u),a=c}else for(s=0;s<r.length;s++){if(o=r[s],c=o.instance,u=o.currentTarget,o=o.listener,c!==a&&i.isPropagationStopped())break e;K0(i,o,u),a=c}}}if(I2)throw e=Ci,I2=!1,Ci=null,e}function B(e,t){var n=t[Si];n===void 0&&(n=t[Si]=new Set);var r=e+"__bubble";n.has(r)||(g3(t,e,2,!1),n.add(r))}function Mr(e,t,n){var r=0;t&&(r|=4),g3(n,e,r,t)}var Jn="_reactListening"+Math.random().toString(36).slice(2);function Tn(e){if(!e[Jn]){e[Jn]=!0,Ll.forEach(function(n){n!=="selectionchange"&&(s9.has(n)||Mr(n,!1,e),Mr(n,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[Jn]||(t[Jn]=!0,Mr("selectionchange",!1,t))}}function g3(e,t,n,r){switch(e3(t)){case 1:var i=w5;break;case 4:i=b5;break;default:i=va}n=i.bind(null,t,n,e),i=void 0,!mi||t!=="touchstart"&&t!=="touchmove"&&t!=="wheel"||(i=!0),r?i!==void 0?e.addEventListener(t,n,{capture:!0,passive:i}):e.addEventListener(t,n,!0):i!==void 0?e.addEventListener(t,n,{passive:i}):e.addEventListener(t,n,!1)}function Or(e,t,n,r,i){var a=r;if(!(t&1)&&!(t&2)&&r!==null)e:for(;;){if(r===null)return;var s=r.tag;if(s===3||s===4){var o=r.stateNode.containerInfo;if(o===i||o.nodeType===8&&o.parentNode===i)break;if(s===4)for(s=r.return;s!==null;){var c=s.tag;if((c===3||c===4)&&(c=s.stateNode.containerInfo,c===i||c.nodeType===8&&c.parentNode===i))return;s=s.return}for(;o!==null;){if(s=G1(o),s===null)return;if(c=s.tag,c===5||c===6){r=a=s;continue e}o=o.parentNode}}r=r.return}Dl(function(){var u=a,C=ha(n),g=[];e:{var f=m3.get(e);if(f!==void 0){var y=wa,b=e;switch(e){case"keypress":if(h2(n)===0)break e;case"keydown":case"keyup":y=M5;break;case"focusin":b="focus",y=Ar;break;case"focusout":b="blur",y=Ar;break;case"beforeblur":case"afterblur":y=Ar;break;case"click":if(n.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":y=P0;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":y=L5;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":y=H5;break;case d3:case p3:case f3:y=I5;break;case h3:y=F5;break;case"scroll":y=x5;break;case"wheel":y=B5;break;case"copy":case"cut":case"paste":y=j5;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":y=D0}var x=(t&4)!==0,L=!x&&e==="scroll",m=x?f!==null?f+"Capture":null:f;x=[];for(var p=u,v;p!==null;){v=p;var E=v.stateNode;if(v.tag===5&&E!==null&&(v=E,m!==null&&(E=xn(p,m),E!=null&&x.push(jn(p,E,v)))),L)break;p=p.return}0<x.length&&(f=new y(f,b,null,n,C),g.push({event:f,listeners:x}))}}if(!(t&7)){e:{if(f=e==="mouseover"||e==="pointerover",y=e==="mouseout"||e==="pointerout",f&&n!==fi&&(b=n.relatedTarget||n.fromElement)&&(G1(b)||b[m1]))break e;if((y||f)&&(f=C.window===C?C:(f=C.ownerDocument)?f.defaultView||f.parentWindow:window,y?(b=n.relatedTarget||n.toElement,y=u,b=b?G1(b):null,b!==null&&(L=ot(b),b!==L||b.tag!==5&&b.tag!==6)&&(b=null)):(y=null,b=u),y!==b)){if(x=P0,E="onMouseLeave",m="onMouseEnter",p="mouse",(e==="pointerout"||e==="pointerover")&&(x=D0,E="onPointerLeave",m="onPointerEnter",p="pointer"),L=y==null?f:bt(y),v=b==null?f:bt(b),f=new x(E,p+"leave",y,n,C),f.target=L,f.relatedTarget=v,E=null,G1(C)===u&&(x=new x(m,p+"enter",b,n,C),x.target=v,x.relatedTarget=L,E=x),L=E,y&&b)t:{for(x=y,m=b,p=0,v=x;v;v=ft(v))p++;for(v=0,E=m;E;E=ft(E))v++;for(;0<p-v;)x=ft(x),p--;for(;0<v-p;)m=ft(m),v--;for(;p--;){if(x===m||m!==null&&x===m.alternate)break t;x=ft(x),m=ft(m)}x=null}else x=null;y!==null&&Y0(g,f,y,x,!1),b!==null&&L!==null&&Y0(g,L,b,x,!0)}}e:{if(f=u?bt(u):window,y=f.nodeName&&f.nodeName.toLowerCase(),y==="select"||y==="input"&&f.type==="file")var S=K5;else if(B0(f))if(s3)S=e9;else{S=X5;var I=Y5}else(y=f.nodeName)&&y.toLowerCase()==="input"&&(f.type==="checkbox"||f.type==="radio")&&(S=J5);if(S&&(S=S(e,u))){a3(g,S,n,C);break e}I&&I(e,f,u),e==="focusout"&&(I=f._wrapperState)&&I.controlled&&f.type==="number"&&oi(f,"number",f.value)}switch(I=u?bt(u):window,e){case"focusin":(B0(I)||I.contentEditable==="true")&&(yt=I,wi=u,mn=null);break;case"focusout":mn=wi=yt=null;break;case"mousedown":bi=!0;break;case"contextmenu":case"mouseup":case"dragend":bi=!1,W0(g,n,C);break;case"selectionchange":if(r9)break;case"keydown":case"keyup":W0(g,n,C)}var j;if(xa)e:{switch(e){case"compositionstart":var A="onCompositionStart";break e;case"compositionend":A="onCompositionEnd";break e;case"compositionupdate":A="onCompositionUpdate";break e}A=void 0}else vt?r3(e,n)&&(A="onCompositionEnd"):e==="keydown"&&n.keyCode===229&&(A="onCompositionStart");A&&(n3&&n.locale!=="ko"&&(vt||A!=="onCompositionStart"?A==="onCompositionEnd"&&vt&&(j=t3()):(k1=C,ya="value"in k1?k1.value:k1.textContent,vt=!0)),I=_2(u,A),0<I.length&&(A=new H0(A,e,null,n,C),g.push({event:A,listeners:I}),j?A.data=j:(j=i3(n),j!==null&&(A.data=j)))),(j=Z5?q5(e,n):Q5(e,n))&&(u=_2(u,"onBeforeInput"),0<u.length&&(C=new H0("onBeforeInput","beforeinput",null,n,C),g.push({event:C,listeners:u}),C.data=j))}C3(g,t)})}function jn(e,t,n){return{instance:e,listener:t,currentTarget:n}}function _2(e,t){for(var n=t+"Capture",r=[];e!==null;){var i=e,a=i.stateNode;i.tag===5&&a!==null&&(i=a,a=xn(e,n),a!=null&&r.unshift(jn(e,a,i)),a=xn(e,t),a!=null&&r.push(jn(e,a,i))),e=e.return}return r}function ft(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5);return e||null}function Y0(e,t,n,r,i){for(var a=t._reactName,s=[];n!==null&&n!==r;){var o=n,c=o.alternate,u=o.stateNode;if(c!==null&&c===r)break;o.tag===5&&u!==null&&(o=u,i?(c=xn(n,a),c!=null&&s.unshift(jn(n,c,o))):i||(c=xn(n,a),c!=null&&s.push(jn(n,c,o)))),n=n.return}s.length!==0&&e.push({event:t,listeners:s})}var l9=/\r\n?/g,o9=/\u0000|\uFFFD/g;function X0(e){return(typeof e=="string"?e:""+e).replace(l9,`
|
|
48
|
+
`).replace(o9,"")}function e2(e,t,n){if(t=X0(t),X0(e)!==t&&n)throw Error(T(425))}function R2(){}var xi=null,Ei=null;function Li(e,t){return e==="textarea"||e==="noscript"||typeof t.children=="string"||typeof t.children=="number"||typeof t.dangerouslySetInnerHTML=="object"&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var ki=typeof setTimeout=="function"?setTimeout:void 0,c9=typeof clearTimeout=="function"?clearTimeout:void 0,J0=typeof Promise=="function"?Promise:void 0,u9=typeof queueMicrotask=="function"?queueMicrotask:typeof J0<"u"?function(e){return J0.resolve(null).then(e).catch(d9)}:ki;function d9(e){setTimeout(function(){throw e})}function Pr(e,t){var n=t,r=0;do{var i=n.nextSibling;if(e.removeChild(n),i&&i.nodeType===8)if(n=i.data,n==="/$"){if(r===0){e.removeChild(i),kn(t);return}r--}else n!=="$"&&n!=="$?"&&n!=="$!"||r++;n=i}while(n);kn(t)}function A1(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t==="$"||t==="$!"||t==="$?")break;if(t==="/$")return null}}return e}function es(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="$"||n==="$!"||n==="$?"){if(t===0)return e;t--}else n==="/$"&&t++}e=e.previousSibling}return null}var Ut=Math.random().toString(36).slice(2),a1="__reactFiber$"+Ut,An="__reactProps$"+Ut,m1="__reactContainer$"+Ut,Si="__reactEvents$"+Ut,p9="__reactListeners$"+Ut,f9="__reactHandles$"+Ut;function G1(e){var t=e[a1];if(t)return t;for(var n=e.parentNode;n;){if(t=n[m1]||n[a1]){if(n=t.alternate,t.child!==null||n!==null&&n.child!==null)for(e=es(e);e!==null;){if(n=e[a1])return n;e=es(e)}return t}e=n,n=e.parentNode}return null}function Fn(e){return e=e[a1]||e[m1],!e||e.tag!==5&&e.tag!==6&&e.tag!==13&&e.tag!==3?null:e}function bt(e){if(e.tag===5||e.tag===6)return e.stateNode;throw Error(T(33))}function rr(e){return e[An]||null}var Ii=[],xt=-1;function H1(e){return{current:e}}function U(e){0>xt||(e.current=Ii[xt],Ii[xt]=null,xt--)}function z(e,t){xt++,Ii[xt]=e.current,e.current=t}var M1={},ge=H1(M1),Se=H1(!1),et=M1;function Ot(e,t){var n=e.type.contextTypes;if(!n)return M1;var r=e.stateNode;if(r&&r.__reactInternalMemoizedUnmaskedChildContext===t)return r.__reactInternalMemoizedMaskedChildContext;var i={},a;for(a in n)i[a]=t[a];return r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function Ie(e){return e=e.childContextTypes,e!=null}function V2(){U(Se),U(ge)}function ts(e,t,n){if(ge.current!==M1)throw Error(T(168));z(ge,t),z(Se,n)}function v3(e,t,n){var r=e.stateNode;if(t=t.childContextTypes,typeof r.getChildContext!="function")return n;r=r.getChildContext();for(var i in r)if(!(i in t))throw Error(T(108,Y7(e)||"Unknown",i));return K({},n,r)}function N2(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||M1,et=ge.current,z(ge,e),z(Se,Se.current),!0}function ns(e,t,n){var r=e.stateNode;if(!r)throw Error(T(169));n?(e=v3(e,t,et),r.__reactInternalMemoizedMergedChildContext=e,U(Se),U(ge),z(ge,e)):U(Se),z(Se,n)}var u1=null,ir=!1,Hr=!1;function y3(e){u1===null?u1=[e]:u1.push(e)}function h9(e){ir=!0,y3(e)}function D1(){if(!Hr&&u1!==null){Hr=!0;var e=0,t=F;try{var n=u1;for(F=1;e<n.length;e++){var r=n[e];do r=r(!0);while(r!==null)}u1=null,ir=!1}catch(i){throw u1!==null&&(u1=u1.slice(e+1)),Ul(ma,D1),i}finally{F=t,Hr=!1}}return null}var Et=[],Lt=0,M2=null,O2=0,He=[],De=0,tt=null,d1=1,p1="";function q1(e,t){Et[Lt++]=O2,Et[Lt++]=M2,M2=e,O2=t}function w3(e,t,n){He[De++]=d1,He[De++]=p1,He[De++]=tt,tt=e;var r=d1;e=p1;var i=32-Je(r)-1;r&=~(1<<i),n+=1;var a=32-Je(t)+i;if(30<a){var s=i-i%5;a=(r&(1<<s)-1).toString(32),r>>=s,i-=s,d1=1<<32-Je(t)+i|n<<i|r,p1=a+e}else d1=1<<a|n<<i|r,p1=e}function La(e){e.return!==null&&(q1(e,1),w3(e,1,0))}function ka(e){for(;e===M2;)M2=Et[--Lt],Et[Lt]=null,O2=Et[--Lt],Et[Lt]=null;for(;e===tt;)tt=He[--De],He[De]=null,p1=He[--De],He[De]=null,d1=He[--De],He[De]=null}var Ve=null,Re=null,Z=!1,Xe=null;function b3(e,t){var n=Fe(5,null,null,0);n.elementType="DELETED",n.stateNode=t,n.return=e,t=e.deletions,t===null?(e.deletions=[n],e.flags|=16):t.push(n)}function rs(e,t){switch(e.tag){case 5:var n=e.type;return t=t.nodeType!==1||n.toLowerCase()!==t.nodeName.toLowerCase()?null:t,t!==null?(e.stateNode=t,Ve=e,Re=A1(t.firstChild),!0):!1;case 6:return t=e.pendingProps===""||t.nodeType!==3?null:t,t!==null?(e.stateNode=t,Ve=e,Re=null,!0):!1;case 13:return t=t.nodeType!==8?null:t,t!==null?(n=tt!==null?{id:d1,overflow:p1}:null,e.memoizedState={dehydrated:t,treeContext:n,retryLane:1073741824},n=Fe(18,null,null,0),n.stateNode=t,n.return=e,e.child=n,Ve=e,Re=null,!0):!1;default:return!1}}function Ti(e){return(e.mode&1)!==0&&(e.flags&128)===0}function ji(e){if(Z){var t=Re;if(t){var n=t;if(!rs(e,t)){if(Ti(e))throw Error(T(418));t=A1(n.nextSibling);var r=Ve;t&&rs(e,t)?b3(r,n):(e.flags=e.flags&-4097|2,Z=!1,Ve=e)}}else{if(Ti(e))throw Error(T(418));e.flags=e.flags&-4097|2,Z=!1,Ve=e}}}function is(e){for(e=e.return;e!==null&&e.tag!==5&&e.tag!==3&&e.tag!==13;)e=e.return;Ve=e}function t2(e){if(e!==Ve)return!1;if(!Z)return is(e),Z=!0,!1;var t;if((t=e.tag!==3)&&!(t=e.tag!==5)&&(t=e.type,t=t!=="head"&&t!=="body"&&!Li(e.type,e.memoizedProps)),t&&(t=Re)){if(Ti(e))throw x3(),Error(T(418));for(;t;)b3(e,t),t=A1(t.nextSibling)}if(is(e),e.tag===13){if(e=e.memoizedState,e=e!==null?e.dehydrated:null,!e)throw Error(T(317));e:{for(e=e.nextSibling,t=0;e;){if(e.nodeType===8){var n=e.data;if(n==="/$"){if(t===0){Re=A1(e.nextSibling);break e}t--}else n!=="$"&&n!=="$!"&&n!=="$?"||t++}e=e.nextSibling}Re=null}}else Re=Ve?A1(e.stateNode.nextSibling):null;return!0}function x3(){for(var e=Re;e;)e=A1(e.nextSibling)}function Pt(){Re=Ve=null,Z=!1}function Sa(e){Xe===null?Xe=[e]:Xe.push(e)}var m9=v1.ReactCurrentBatchConfig;function Yt(e,t,n){if(e=n.ref,e!==null&&typeof e!="function"&&typeof e!="object"){if(n._owner){if(n=n._owner,n){if(n.tag!==1)throw Error(T(309));var r=n.stateNode}if(!r)throw Error(T(147,e));var i=r,a=""+e;return t!==null&&t.ref!==null&&typeof t.ref=="function"&&t.ref._stringRef===a?t.ref:(t=function(s){var o=i.refs;s===null?delete o[a]:o[a]=s},t._stringRef=a,t)}if(typeof e!="string")throw Error(T(284));if(!n._owner)throw Error(T(290,e))}return e}function n2(e,t){throw e=Object.prototype.toString.call(t),Error(T(31,e==="[object Object]"?"object with keys {"+Object.keys(t).join(", ")+"}":e))}function as(e){var t=e._init;return t(e._payload)}function E3(e){function t(m,p){if(e){var v=m.deletions;v===null?(m.deletions=[p],m.flags|=16):v.push(p)}}function n(m,p){if(!e)return null;for(;p!==null;)t(m,p),p=p.sibling;return null}function r(m,p){for(m=new Map;p!==null;)p.key!==null?m.set(p.key,p):m.set(p.index,p),p=p.sibling;return m}function i(m,p){return m=V1(m,p),m.index=0,m.sibling=null,m}function a(m,p,v){return m.index=v,e?(v=m.alternate,v!==null?(v=v.index,v<p?(m.flags|=2,p):v):(m.flags|=2,p)):(m.flags|=1048576,p)}function s(m){return e&&m.alternate===null&&(m.flags|=2),m}function o(m,p,v,E){return p===null||p.tag!==6?(p=qr(v,m.mode,E),p.return=m,p):(p=i(p,v),p.return=m,p)}function c(m,p,v,E){var S=v.type;return S===gt?C(m,p,v.props.children,E,v.key):p!==null&&(p.elementType===S||typeof S=="object"&&S!==null&&S.$$typeof===b1&&as(S)===p.type)?(E=i(p,v.props),E.ref=Yt(m,p,v),E.return=m,E):(E=b2(v.type,v.key,v.props,null,m.mode,E),E.ref=Yt(m,p,v),E.return=m,E)}function u(m,p,v,E){return p===null||p.tag!==4||p.stateNode.containerInfo!==v.containerInfo||p.stateNode.implementation!==v.implementation?(p=Qr(v,m.mode,E),p.return=m,p):(p=i(p,v.children||[]),p.return=m,p)}function C(m,p,v,E,S){return p===null||p.tag!==7?(p=J1(v,m.mode,E,S),p.return=m,p):(p=i(p,v),p.return=m,p)}function g(m,p,v){if(typeof p=="string"&&p!==""||typeof p=="number")return p=qr(""+p,m.mode,v),p.return=m,p;if(typeof p=="object"&&p!==null){switch(p.$$typeof){case Zn:return v=b2(p.type,p.key,p.props,null,m.mode,v),v.ref=Yt(m,null,p),v.return=m,v;case Ct:return p=Qr(p,m.mode,v),p.return=m,p;case b1:var E=p._init;return g(m,E(p._payload),v)}if(sn(p)||qt(p))return p=J1(p,m.mode,v,null),p.return=m,p;n2(m,p)}return null}function f(m,p,v,E){var S=p!==null?p.key:null;if(typeof v=="string"&&v!==""||typeof v=="number")return S!==null?null:o(m,p,""+v,E);if(typeof v=="object"&&v!==null){switch(v.$$typeof){case Zn:return v.key===S?c(m,p,v,E):null;case Ct:return v.key===S?u(m,p,v,E):null;case b1:return S=v._init,f(m,p,S(v._payload),E)}if(sn(v)||qt(v))return S!==null?null:C(m,p,v,E,null);n2(m,v)}return null}function y(m,p,v,E,S){if(typeof E=="string"&&E!==""||typeof E=="number")return m=m.get(v)||null,o(p,m,""+E,S);if(typeof E=="object"&&E!==null){switch(E.$$typeof){case Zn:return m=m.get(E.key===null?v:E.key)||null,c(p,m,E,S);case Ct:return m=m.get(E.key===null?v:E.key)||null,u(p,m,E,S);case b1:var I=E._init;return y(m,p,v,I(E._payload),S)}if(sn(E)||qt(E))return m=m.get(v)||null,C(p,m,E,S,null);n2(p,E)}return null}function b(m,p,v,E){for(var S=null,I=null,j=p,A=p=0,V=null;j!==null&&A<v.length;A++){j.index>A?(V=j,j=null):V=j.sibling;var R=f(m,j,v[A],E);if(R===null){j===null&&(j=V);break}e&&j&&R.alternate===null&&t(m,j),p=a(R,p,A),I===null?S=R:I.sibling=R,I=R,j=V}if(A===v.length)return n(m,j),Z&&q1(m,A),S;if(j===null){for(;A<v.length;A++)j=g(m,v[A],E),j!==null&&(p=a(j,p,A),I===null?S=j:I.sibling=j,I=j);return Z&&q1(m,A),S}for(j=r(m,j);A<v.length;A++)V=y(j,m,A,v[A],E),V!==null&&(e&&V.alternate!==null&&j.delete(V.key===null?A:V.key),p=a(V,p,A),I===null?S=V:I.sibling=V,I=V);return e&&j.forEach(function(ee){return t(m,ee)}),Z&&q1(m,A),S}function x(m,p,v,E){var S=qt(v);if(typeof S!="function")throw Error(T(150));if(v=S.call(v),v==null)throw Error(T(151));for(var I=S=null,j=p,A=p=0,V=null,R=v.next();j!==null&&!R.done;A++,R=v.next()){j.index>A?(V=j,j=null):V=j.sibling;var ee=f(m,j,R.value,E);if(ee===null){j===null&&(j=V);break}e&&j&&ee.alternate===null&&t(m,j),p=a(ee,p,A),I===null?S=ee:I.sibling=ee,I=ee,j=V}if(R.done)return n(m,j),Z&&q1(m,A),S;if(j===null){for(;!R.done;A++,R=v.next())R=g(m,R.value,E),R!==null&&(p=a(R,p,A),I===null?S=R:I.sibling=R,I=R);return Z&&q1(m,A),S}for(j=r(m,j);!R.done;A++,R=v.next())R=y(j,m,A,R.value,E),R!==null&&(e&&R.alternate!==null&&j.delete(R.key===null?A:R.key),p=a(R,p,A),I===null?S=R:I.sibling=R,I=R);return e&&j.forEach(function(ve){return t(m,ve)}),Z&&q1(m,A),S}function L(m,p,v,E){if(typeof v=="object"&&v!==null&&v.type===gt&&v.key===null&&(v=v.props.children),typeof v=="object"&&v!==null){switch(v.$$typeof){case Zn:e:{for(var S=v.key,I=p;I!==null;){if(I.key===S){if(S=v.type,S===gt){if(I.tag===7){n(m,I.sibling),p=i(I,v.props.children),p.return=m,m=p;break e}}else if(I.elementType===S||typeof S=="object"&&S!==null&&S.$$typeof===b1&&as(S)===I.type){n(m,I.sibling),p=i(I,v.props),p.ref=Yt(m,I,v),p.return=m,m=p;break e}n(m,I);break}else t(m,I);I=I.sibling}v.type===gt?(p=J1(v.props.children,m.mode,E,v.key),p.return=m,m=p):(E=b2(v.type,v.key,v.props,null,m.mode,E),E.ref=Yt(m,p,v),E.return=m,m=E)}return s(m);case Ct:e:{for(I=v.key;p!==null;){if(p.key===I)if(p.tag===4&&p.stateNode.containerInfo===v.containerInfo&&p.stateNode.implementation===v.implementation){n(m,p.sibling),p=i(p,v.children||[]),p.return=m,m=p;break e}else{n(m,p);break}else t(m,p);p=p.sibling}p=Qr(v,m.mode,E),p.return=m,m=p}return s(m);case b1:return I=v._init,L(m,p,I(v._payload),E)}if(sn(v))return b(m,p,v,E);if(qt(v))return x(m,p,v,E);n2(m,v)}return typeof v=="string"&&v!==""||typeof v=="number"?(v=""+v,p!==null&&p.tag===6?(n(m,p.sibling),p=i(p,v),p.return=m,m=p):(n(m,p),p=qr(v,m.mode,E),p.return=m,m=p),s(m)):n(m,p)}return L}var Ht=E3(!0),L3=E3(!1),P2=H1(null),H2=null,kt=null,Ia=null;function Ta(){Ia=kt=H2=null}function ja(e){var t=P2.current;U(P2),e._currentValue=t}function Ai(e,t,n){for(;e!==null;){var r=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,r!==null&&(r.childLanes|=t)):r!==null&&(r.childLanes&t)!==t&&(r.childLanes|=t),e===n)break;e=e.return}}function _t(e,t){H2=e,Ia=kt=null,e=e.dependencies,e!==null&&e.firstContext!==null&&(e.lanes&t&&(ke=!0),e.firstContext=null)}function Ue(e){var t=e._currentValue;if(Ia!==e)if(e={context:e,memoizedValue:t,next:null},kt===null){if(H2===null)throw Error(T(308));kt=e,H2.dependencies={lanes:0,firstContext:e}}else kt=kt.next=e;return t}var K1=null;function Aa(e){K1===null?K1=[e]:K1.push(e)}function k3(e,t,n,r){var i=t.interleaved;return i===null?(n.next=n,Aa(t)):(n.next=i.next,i.next=n),t.interleaved=n,C1(e,r)}function C1(e,t){e.lanes|=t;var n=e.alternate;for(n!==null&&(n.lanes|=t),n=e,e=e.return;e!==null;)e.childLanes|=t,n=e.alternate,n!==null&&(n.childLanes|=t),n=e,e=e.return;return n.tag===3?n.stateNode:null}var x1=!1;function $a(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function S3(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,effects:e.effects})}function f1(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function $1(e,t,n){var r=e.updateQueue;if(r===null)return null;if(r=r.shared,H&2){var i=r.pending;return i===null?t.next=t:(t.next=i.next,i.next=t),r.pending=t,C1(e,n)}return i=r.interleaved,i===null?(t.next=t,Aa(r)):(t.next=i.next,i.next=t),r.interleaved=t,C1(e,n)}function m2(e,t,n){if(t=t.updateQueue,t!==null&&(t=t.shared,(n&4194240)!==0)){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,Ca(e,n)}}function ss(e,t){var n=e.updateQueue,r=e.alternate;if(r!==null&&(r=r.updateQueue,n===r)){var i=null,a=null;if(n=n.firstBaseUpdate,n!==null){do{var s={eventTime:n.eventTime,lane:n.lane,tag:n.tag,payload:n.payload,callback:n.callback,next:null};a===null?i=a=s:a=a.next=s,n=n.next}while(n!==null);a===null?i=a=t:a=a.next=t}else i=a=t;n={baseState:r.baseState,firstBaseUpdate:i,lastBaseUpdate:a,shared:r.shared,effects:r.effects},e.updateQueue=n;return}e=n.lastBaseUpdate,e===null?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}function D2(e,t,n,r){var i=e.updateQueue;x1=!1;var a=i.firstBaseUpdate,s=i.lastBaseUpdate,o=i.shared.pending;if(o!==null){i.shared.pending=null;var c=o,u=c.next;c.next=null,s===null?a=u:s.next=u,s=c;var C=e.alternate;C!==null&&(C=C.updateQueue,o=C.lastBaseUpdate,o!==s&&(o===null?C.firstBaseUpdate=u:o.next=u,C.lastBaseUpdate=c))}if(a!==null){var g=i.baseState;s=0,C=u=c=null,o=a;do{var f=o.lane,y=o.eventTime;if((r&f)===f){C!==null&&(C=C.next={eventTime:y,lane:0,tag:o.tag,payload:o.payload,callback:o.callback,next:null});e:{var b=e,x=o;switch(f=t,y=n,x.tag){case 1:if(b=x.payload,typeof b=="function"){g=b.call(y,g,f);break e}g=b;break e;case 3:b.flags=b.flags&-65537|128;case 0:if(b=x.payload,f=typeof b=="function"?b.call(y,g,f):b,f==null)break e;g=K({},g,f);break e;case 2:x1=!0}}o.callback!==null&&o.lane!==0&&(e.flags|=64,f=i.effects,f===null?i.effects=[o]:f.push(o))}else y={eventTime:y,lane:f,tag:o.tag,payload:o.payload,callback:o.callback,next:null},C===null?(u=C=y,c=g):C=C.next=y,s|=f;if(o=o.next,o===null){if(o=i.shared.pending,o===null)break;f=o,o=f.next,f.next=null,i.lastBaseUpdate=f,i.shared.pending=null}}while(!0);if(C===null&&(c=g),i.baseState=c,i.firstBaseUpdate=u,i.lastBaseUpdate=C,t=i.shared.interleaved,t!==null){i=t;do s|=i.lane,i=i.next;while(i!==t)}else a===null&&(i.shared.lanes=0);rt|=s,e.lanes=s,e.memoizedState=g}}function ls(e,t,n){if(e=t.effects,t.effects=null,e!==null)for(t=0;t<e.length;t++){var r=e[t],i=r.callback;if(i!==null){if(r.callback=null,r=n,typeof i!="function")throw Error(T(191,i));i.call(r)}}}var zn={},l1=H1(zn),$n=H1(zn),_n=H1(zn);function Y1(e){if(e===zn)throw Error(T(174));return e}function _a(e,t){switch(z(_n,t),z($n,e),z(l1,zn),e=t.nodeType,e){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:ui(null,"");break;default:e=e===8?t.parentNode:t,t=e.namespaceURI||null,e=e.tagName,t=ui(t,e)}U(l1),z(l1,t)}function Dt(){U(l1),U($n),U(_n)}function I3(e){Y1(_n.current);var t=Y1(l1.current),n=ui(t,e.type);t!==n&&(z($n,e),z(l1,n))}function Ra(e){$n.current===e&&(U(l1),U($n))}var W=H1(0);function F2(e){for(var t=e;t!==null;){if(t.tag===13){var n=t.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||n.data==="$?"||n.data==="$!"))return t}else if(t.tag===19&&t.memoizedProps.revealOrder!==void 0){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var Dr=[];function Va(){for(var e=0;e<Dr.length;e++)Dr[e]._workInProgressVersionPrimary=null;Dr.length=0}var C2=v1.ReactCurrentDispatcher,Fr=v1.ReactCurrentBatchConfig,nt=0,G=null,re=null,se=null,z2=!1,Cn=!1,Rn=0,C9=0;function he(){throw Error(T(321))}function Na(e,t){if(t===null)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!t1(e[n],t[n]))return!1;return!0}function Ma(e,t,n,r,i,a){if(nt=a,G=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,C2.current=e===null||e.memoizedState===null?w9:b9,e=n(r,i),Cn){a=0;do{if(Cn=!1,Rn=0,25<=a)throw Error(T(301));a+=1,se=re=null,t.updateQueue=null,C2.current=x9,e=n(r,i)}while(Cn)}if(C2.current=B2,t=re!==null&&re.next!==null,nt=0,se=re=G=null,z2=!1,t)throw Error(T(300));return e}function Oa(){var e=Rn!==0;return Rn=0,e}function i1(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return se===null?G.memoizedState=se=e:se=se.next=e,se}function Ze(){if(re===null){var e=G.alternate;e=e!==null?e.memoizedState:null}else e=re.next;var t=se===null?G.memoizedState:se.next;if(t!==null)se=t,re=e;else{if(e===null)throw Error(T(310));re=e,e={memoizedState:re.memoizedState,baseState:re.baseState,baseQueue:re.baseQueue,queue:re.queue,next:null},se===null?G.memoizedState=se=e:se=se.next=e}return se}function Vn(e,t){return typeof t=="function"?t(e):t}function zr(e){var t=Ze(),n=t.queue;if(n===null)throw Error(T(311));n.lastRenderedReducer=e;var r=re,i=r.baseQueue,a=n.pending;if(a!==null){if(i!==null){var s=i.next;i.next=a.next,a.next=s}r.baseQueue=i=a,n.pending=null}if(i!==null){a=i.next,r=r.baseState;var o=s=null,c=null,u=a;do{var C=u.lane;if((nt&C)===C)c!==null&&(c=c.next={lane:0,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null}),r=u.hasEagerState?u.eagerState:e(r,u.action);else{var g={lane:C,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null};c===null?(o=c=g,s=r):c=c.next=g,G.lanes|=C,rt|=C}u=u.next}while(u!==null&&u!==a);c===null?s=r:c.next=o,t1(r,t.memoizedState)||(ke=!0),t.memoizedState=r,t.baseState=s,t.baseQueue=c,n.lastRenderedState=r}if(e=n.interleaved,e!==null){i=e;do a=i.lane,G.lanes|=a,rt|=a,i=i.next;while(i!==e)}else i===null&&(n.lanes=0);return[t.memoizedState,n.dispatch]}function Br(e){var t=Ze(),n=t.queue;if(n===null)throw Error(T(311));n.lastRenderedReducer=e;var r=n.dispatch,i=n.pending,a=t.memoizedState;if(i!==null){n.pending=null;var s=i=i.next;do a=e(a,s.action),s=s.next;while(s!==i);t1(a,t.memoizedState)||(ke=!0),t.memoizedState=a,t.baseQueue===null&&(t.baseState=a),n.lastRenderedState=a}return[a,r]}function T3(){}function j3(e,t){var n=G,r=Ze(),i=t(),a=!t1(r.memoizedState,i);if(a&&(r.memoizedState=i,ke=!0),r=r.queue,Pa(_3.bind(null,n,r,e),[e]),r.getSnapshot!==t||a||se!==null&&se.memoizedState.tag&1){if(n.flags|=2048,Nn(9,$3.bind(null,n,r,i,t),void 0,null),oe===null)throw Error(T(349));nt&30||A3(n,t,i)}return i}function A3(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},t=G.updateQueue,t===null?(t={lastEffect:null,stores:null},G.updateQueue=t,t.stores=[e]):(n=t.stores,n===null?t.stores=[e]:n.push(e))}function $3(e,t,n,r){t.value=n,t.getSnapshot=r,R3(t)&&V3(e)}function _3(e,t,n){return n(function(){R3(t)&&V3(e)})}function R3(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!t1(e,n)}catch{return!0}}function V3(e){var t=C1(e,1);t!==null&&e1(t,e,1,-1)}function os(e){var t=i1();return typeof e=="function"&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Vn,lastRenderedState:e},t.queue=e,e=e.dispatch=y9.bind(null,G,e),[t.memoizedState,e]}function Nn(e,t,n,r){return e={tag:e,create:t,destroy:n,deps:r,next:null},t=G.updateQueue,t===null?(t={lastEffect:null,stores:null},G.updateQueue=t,t.lastEffect=e.next=e):(n=t.lastEffect,n===null?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e)),e}function N3(){return Ze().memoizedState}function g2(e,t,n,r){var i=i1();G.flags|=e,i.memoizedState=Nn(1|t,n,void 0,r===void 0?null:r)}function ar(e,t,n,r){var i=Ze();r=r===void 0?null:r;var a=void 0;if(re!==null){var s=re.memoizedState;if(a=s.destroy,r!==null&&Na(r,s.deps)){i.memoizedState=Nn(t,n,a,r);return}}G.flags|=e,i.memoizedState=Nn(1|t,n,a,r)}function cs(e,t){return g2(8390656,8,e,t)}function Pa(e,t){return ar(2048,8,e,t)}function M3(e,t){return ar(4,2,e,t)}function O3(e,t){return ar(4,4,e,t)}function P3(e,t){if(typeof t=="function")return e=e(),t(e),function(){t(null)};if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function H3(e,t,n){return n=n!=null?n.concat([e]):null,ar(4,4,P3.bind(null,t,e),n)}function Ha(){}function D3(e,t){var n=Ze();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&Na(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function F3(e,t){var n=Ze();t=t===void 0?null:t;var r=n.memoizedState;return r!==null&&t!==null&&Na(t,r[1])?r[0]:(e=e(),n.memoizedState=[e,t],e)}function z3(e,t,n){return nt&21?(t1(n,t)||(n=Ql(),G.lanes|=n,rt|=n,e.baseState=!0),t):(e.baseState&&(e.baseState=!1,ke=!0),e.memoizedState=n)}function g9(e,t){var n=F;F=n!==0&&4>n?n:4,e(!0);var r=Fr.transition;Fr.transition={};try{e(!1),t()}finally{F=n,Fr.transition=r}}function B3(){return Ze().memoizedState}function v9(e,t,n){var r=R1(e);if(n={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null},U3(e))Z3(t,n);else if(n=k3(e,t,n,r),n!==null){var i=we();e1(n,e,r,i),q3(n,t,r)}}function y9(e,t,n){var r=R1(e),i={lane:r,action:n,hasEagerState:!1,eagerState:null,next:null};if(U3(e))Z3(t,i);else{var a=e.alternate;if(e.lanes===0&&(a===null||a.lanes===0)&&(a=t.lastRenderedReducer,a!==null))try{var s=t.lastRenderedState,o=a(s,n);if(i.hasEagerState=!0,i.eagerState=o,t1(o,s)){var c=t.interleaved;c===null?(i.next=i,Aa(t)):(i.next=c.next,c.next=i),t.interleaved=i;return}}catch{}finally{}n=k3(e,t,i,r),n!==null&&(i=we(),e1(n,e,r,i),q3(n,t,r))}}function U3(e){var t=e.alternate;return e===G||t!==null&&t===G}function Z3(e,t){Cn=z2=!0;var n=e.pending;n===null?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function q3(e,t,n){if(n&4194240){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,Ca(e,n)}}var B2={readContext:Ue,useCallback:he,useContext:he,useEffect:he,useImperativeHandle:he,useInsertionEffect:he,useLayoutEffect:he,useMemo:he,useReducer:he,useRef:he,useState:he,useDebugValue:he,useDeferredValue:he,useTransition:he,useMutableSource:he,useSyncExternalStore:he,useId:he,unstable_isNewReconciler:!1},w9={readContext:Ue,useCallback:function(e,t){return i1().memoizedState=[e,t===void 0?null:t],e},useContext:Ue,useEffect:cs,useImperativeHandle:function(e,t,n){return n=n!=null?n.concat([e]):null,g2(4194308,4,P3.bind(null,t,e),n)},useLayoutEffect:function(e,t){return g2(4194308,4,e,t)},useInsertionEffect:function(e,t){return g2(4,2,e,t)},useMemo:function(e,t){var n=i1();return t=t===void 0?null:t,e=e(),n.memoizedState=[e,t],e},useReducer:function(e,t,n){var r=i1();return t=n!==void 0?n(t):t,r.memoizedState=r.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},r.queue=e,e=e.dispatch=v9.bind(null,G,e),[r.memoizedState,e]},useRef:function(e){var t=i1();return e={current:e},t.memoizedState=e},useState:os,useDebugValue:Ha,useDeferredValue:function(e){return i1().memoizedState=e},useTransition:function(){var e=os(!1),t=e[0];return e=g9.bind(null,e[1]),i1().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,n){var r=G,i=i1();if(Z){if(n===void 0)throw Error(T(407));n=n()}else{if(n=t(),oe===null)throw Error(T(349));nt&30||A3(r,t,n)}i.memoizedState=n;var a={value:n,getSnapshot:t};return i.queue=a,cs(_3.bind(null,r,a,e),[e]),r.flags|=2048,Nn(9,$3.bind(null,r,a,n,t),void 0,null),n},useId:function(){var e=i1(),t=oe.identifierPrefix;if(Z){var n=p1,r=d1;n=(r&~(1<<32-Je(r)-1)).toString(32)+n,t=":"+t+"R"+n,n=Rn++,0<n&&(t+="H"+n.toString(32)),t+=":"}else n=C9++,t=":"+t+"r"+n.toString(32)+":";return e.memoizedState=t},unstable_isNewReconciler:!1},b9={readContext:Ue,useCallback:D3,useContext:Ue,useEffect:Pa,useImperativeHandle:H3,useInsertionEffect:M3,useLayoutEffect:O3,useMemo:F3,useReducer:zr,useRef:N3,useState:function(){return zr(Vn)},useDebugValue:Ha,useDeferredValue:function(e){var t=Ze();return z3(t,re.memoizedState,e)},useTransition:function(){var e=zr(Vn)[0],t=Ze().memoizedState;return[e,t]},useMutableSource:T3,useSyncExternalStore:j3,useId:B3,unstable_isNewReconciler:!1},x9={readContext:Ue,useCallback:D3,useContext:Ue,useEffect:Pa,useImperativeHandle:H3,useInsertionEffect:M3,useLayoutEffect:O3,useMemo:F3,useReducer:Br,useRef:N3,useState:function(){return Br(Vn)},useDebugValue:Ha,useDeferredValue:function(e){var t=Ze();return re===null?t.memoizedState=e:z3(t,re.memoizedState,e)},useTransition:function(){var e=Br(Vn)[0],t=Ze().memoizedState;return[e,t]},useMutableSource:T3,useSyncExternalStore:j3,useId:B3,unstable_isNewReconciler:!1};function Ge(e,t){if(e&&e.defaultProps){t=K({},t),e=e.defaultProps;for(var n in e)t[n]===void 0&&(t[n]=e[n]);return t}return t}function $i(e,t,n,r){t=e.memoizedState,n=n(r,t),n=n==null?t:K({},t,n),e.memoizedState=n,e.lanes===0&&(e.updateQueue.baseState=n)}var sr={isMounted:function(e){return(e=e._reactInternals)?ot(e)===e:!1},enqueueSetState:function(e,t,n){e=e._reactInternals;var r=we(),i=R1(e),a=f1(r,i);a.payload=t,n!=null&&(a.callback=n),t=$1(e,a,i),t!==null&&(e1(t,e,i,r),m2(t,e,i))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=we(),i=R1(e),a=f1(r,i);a.tag=1,a.payload=t,n!=null&&(a.callback=n),t=$1(e,a,i),t!==null&&(e1(t,e,i,r),m2(t,e,i))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=we(),r=R1(e),i=f1(n,r);i.tag=2,t!=null&&(i.callback=t),t=$1(e,i,r),t!==null&&(e1(t,e,r,n),m2(t,e,r))}};function us(e,t,n,r,i,a,s){return e=e.stateNode,typeof e.shouldComponentUpdate=="function"?e.shouldComponentUpdate(r,a,s):t.prototype&&t.prototype.isPureReactComponent?!In(n,r)||!In(i,a):!0}function Q3(e,t,n){var r=!1,i=M1,a=t.contextType;return typeof a=="object"&&a!==null?a=Ue(a):(i=Ie(t)?et:ge.current,r=t.contextTypes,a=(r=r!=null)?Ot(e,i):M1),t=new t(n,a),e.memoizedState=t.state!==null&&t.state!==void 0?t.state:null,t.updater=sr,e.stateNode=t,t._reactInternals=e,r&&(e=e.stateNode,e.__reactInternalMemoizedUnmaskedChildContext=i,e.__reactInternalMemoizedMaskedChildContext=a),t}function ds(e,t,n,r){e=t.state,typeof t.componentWillReceiveProps=="function"&&t.componentWillReceiveProps(n,r),typeof t.UNSAFE_componentWillReceiveProps=="function"&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&sr.enqueueReplaceState(t,t.state,null)}function _i(e,t,n,r){var i=e.stateNode;i.props=n,i.state=e.memoizedState,i.refs={},$a(e);var a=t.contextType;typeof a=="object"&&a!==null?i.context=Ue(a):(a=Ie(t)?et:ge.current,i.context=Ot(e,a)),i.state=e.memoizedState,a=t.getDerivedStateFromProps,typeof a=="function"&&($i(e,t,a,n),i.state=e.memoizedState),typeof t.getDerivedStateFromProps=="function"||typeof i.getSnapshotBeforeUpdate=="function"||typeof i.UNSAFE_componentWillMount!="function"&&typeof i.componentWillMount!="function"||(t=i.state,typeof i.componentWillMount=="function"&&i.componentWillMount(),typeof i.UNSAFE_componentWillMount=="function"&&i.UNSAFE_componentWillMount(),t!==i.state&&sr.enqueueReplaceState(i,i.state,null),D2(e,n,i,r),i.state=e.memoizedState),typeof i.componentDidMount=="function"&&(e.flags|=4194308)}function Ft(e,t){try{var n="",r=t;do n+=K7(r),r=r.return;while(r);var i=n}catch(a){i=`
|
|
49
|
+
Error generating stack: `+a.message+`
|
|
50
|
+
`+a.stack}return{value:e,source:t,stack:i,digest:null}}function Ur(e,t,n){return{value:e,source:null,stack:n??null,digest:t??null}}function Ri(e,t){try{console.error(t.value)}catch(n){setTimeout(function(){throw n})}}var E9=typeof WeakMap=="function"?WeakMap:Map;function W3(e,t,n){n=f1(-1,n),n.tag=3,n.payload={element:null};var r=t.value;return n.callback=function(){Z2||(Z2=!0,zi=r),Ri(e,t)},n}function G3(e,t,n){n=f1(-1,n),n.tag=3;var r=e.type.getDerivedStateFromError;if(typeof r=="function"){var i=t.value;n.payload=function(){return r(i)},n.callback=function(){Ri(e,t)}}var a=e.stateNode;return a!==null&&typeof a.componentDidCatch=="function"&&(n.callback=function(){Ri(e,t),typeof r!="function"&&(_1===null?_1=new Set([this]):_1.add(this));var s=t.stack;this.componentDidCatch(t.value,{componentStack:s!==null?s:""})}),n}function ps(e,t,n){var r=e.pingCache;if(r===null){r=e.pingCache=new E9;var i=new Set;r.set(t,i)}else i=r.get(t),i===void 0&&(i=new Set,r.set(t,i));i.has(n)||(i.add(n),e=O9.bind(null,e,t,n),t.then(e,e))}function fs(e){do{var t;if((t=e.tag===13)&&(t=e.memoizedState,t=t!==null?t.dehydrated!==null:!0),t)return e;e=e.return}while(e!==null);return null}function hs(e,t,n,r,i){return e.mode&1?(e.flags|=65536,e.lanes=i,e):(e===t?e.flags|=65536:(e.flags|=128,n.flags|=131072,n.flags&=-52805,n.tag===1&&(n.alternate===null?n.tag=17:(t=f1(-1,1),t.tag=2,$1(n,t,1))),n.lanes|=1),e)}var L9=v1.ReactCurrentOwner,ke=!1;function ye(e,t,n,r){t.child=e===null?L3(t,null,n,r):Ht(t,e.child,n,r)}function ms(e,t,n,r,i){n=n.render;var a=t.ref;return _t(t,i),r=Ma(e,t,n,r,a,i),n=Oa(),e!==null&&!ke?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~i,g1(e,t,i)):(Z&&n&&La(t),t.flags|=1,ye(e,t,r,i),t.child)}function Cs(e,t,n,r,i){if(e===null){var a=n.type;return typeof a=="function"&&!Qa(a)&&a.defaultProps===void 0&&n.compare===null&&n.defaultProps===void 0?(t.tag=15,t.type=a,K3(e,t,a,r,i)):(e=b2(n.type,null,r,t,t.mode,i),e.ref=t.ref,e.return=t,t.child=e)}if(a=e.child,!(e.lanes&i)){var s=a.memoizedProps;if(n=n.compare,n=n!==null?n:In,n(s,r)&&e.ref===t.ref)return g1(e,t,i)}return t.flags|=1,e=V1(a,r),e.ref=t.ref,e.return=t,t.child=e}function K3(e,t,n,r,i){if(e!==null){var a=e.memoizedProps;if(In(a,r)&&e.ref===t.ref)if(ke=!1,t.pendingProps=r=a,(e.lanes&i)!==0)e.flags&131072&&(ke=!0);else return t.lanes=e.lanes,g1(e,t,i)}return Vi(e,t,n,r,i)}function Y3(e,t,n){var r=t.pendingProps,i=r.children,a=e!==null?e.memoizedState:null;if(r.mode==="hidden")if(!(t.mode&1))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},z(It,$e),$e|=n;else{if(!(n&1073741824))return e=a!==null?a.baseLanes|n:n,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,z(It,$e),$e|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},r=a!==null?a.baseLanes:n,z(It,$e),$e|=r}else a!==null?(r=a.baseLanes|n,t.memoizedState=null):r=n,z(It,$e),$e|=r;return ye(e,t,i,n),t.child}function X3(e,t){var n=t.ref;(e===null&&n!==null||e!==null&&e.ref!==n)&&(t.flags|=512,t.flags|=2097152)}function Vi(e,t,n,r,i){var a=Ie(n)?et:ge.current;return a=Ot(t,a),_t(t,i),n=Ma(e,t,n,r,a,i),r=Oa(),e!==null&&!ke?(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~i,g1(e,t,i)):(Z&&r&&La(t),t.flags|=1,ye(e,t,n,i),t.child)}function gs(e,t,n,r,i){if(Ie(n)){var a=!0;N2(t)}else a=!1;if(_t(t,i),t.stateNode===null)v2(e,t),Q3(t,n,r),_i(t,n,r,i),r=!0;else if(e===null){var s=t.stateNode,o=t.memoizedProps;s.props=o;var c=s.context,u=n.contextType;typeof u=="object"&&u!==null?u=Ue(u):(u=Ie(n)?et:ge.current,u=Ot(t,u));var C=n.getDerivedStateFromProps,g=typeof C=="function"||typeof s.getSnapshotBeforeUpdate=="function";g||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(o!==r||c!==u)&&ds(t,s,r,u),x1=!1;var f=t.memoizedState;s.state=f,D2(t,r,s,i),c=t.memoizedState,o!==r||f!==c||Se.current||x1?(typeof C=="function"&&($i(t,n,C,r),c=t.memoizedState),(o=x1||us(t,n,o,r,f,c,u))?(g||typeof s.UNSAFE_componentWillMount!="function"&&typeof s.componentWillMount!="function"||(typeof s.componentWillMount=="function"&&s.componentWillMount(),typeof s.UNSAFE_componentWillMount=="function"&&s.UNSAFE_componentWillMount()),typeof s.componentDidMount=="function"&&(t.flags|=4194308)):(typeof s.componentDidMount=="function"&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=c),s.props=r,s.state=c,s.context=u,r=o):(typeof s.componentDidMount=="function"&&(t.flags|=4194308),r=!1)}else{s=t.stateNode,S3(e,t),o=t.memoizedProps,u=t.type===t.elementType?o:Ge(t.type,o),s.props=u,g=t.pendingProps,f=s.context,c=n.contextType,typeof c=="object"&&c!==null?c=Ue(c):(c=Ie(n)?et:ge.current,c=Ot(t,c));var y=n.getDerivedStateFromProps;(C=typeof y=="function"||typeof s.getSnapshotBeforeUpdate=="function")||typeof s.UNSAFE_componentWillReceiveProps!="function"&&typeof s.componentWillReceiveProps!="function"||(o!==g||f!==c)&&ds(t,s,r,c),x1=!1,f=t.memoizedState,s.state=f,D2(t,r,s,i);var b=t.memoizedState;o!==g||f!==b||Se.current||x1?(typeof y=="function"&&($i(t,n,y,r),b=t.memoizedState),(u=x1||us(t,n,u,r,f,b,c)||!1)?(C||typeof s.UNSAFE_componentWillUpdate!="function"&&typeof s.componentWillUpdate!="function"||(typeof s.componentWillUpdate=="function"&&s.componentWillUpdate(r,b,c),typeof s.UNSAFE_componentWillUpdate=="function"&&s.UNSAFE_componentWillUpdate(r,b,c)),typeof s.componentDidUpdate=="function"&&(t.flags|=4),typeof s.getSnapshotBeforeUpdate=="function"&&(t.flags|=1024)):(typeof s.componentDidUpdate!="function"||o===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||o===e.memoizedProps&&f===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=b),s.props=r,s.state=b,s.context=c,r=u):(typeof s.componentDidUpdate!="function"||o===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),typeof s.getSnapshotBeforeUpdate!="function"||o===e.memoizedProps&&f===e.memoizedState||(t.flags|=1024),r=!1)}return Ni(e,t,n,r,a,i)}function Ni(e,t,n,r,i,a){X3(e,t);var s=(t.flags&128)!==0;if(!r&&!s)return i&&ns(t,n,!1),g1(e,t,a);r=t.stateNode,L9.current=t;var o=s&&typeof n.getDerivedStateFromError!="function"?null:r.render();return t.flags|=1,e!==null&&s?(t.child=Ht(t,e.child,null,a),t.child=Ht(t,null,o,a)):ye(e,t,o,a),t.memoizedState=r.state,i&&ns(t,n,!0),t.child}function J3(e){var t=e.stateNode;t.pendingContext?ts(e,t.pendingContext,t.pendingContext!==t.context):t.context&&ts(e,t.context,!1),_a(e,t.containerInfo)}function vs(e,t,n,r,i){return Pt(),Sa(i),t.flags|=256,ye(e,t,n,r),t.child}var Mi={dehydrated:null,treeContext:null,retryLane:0};function Oi(e){return{baseLanes:e,cachePool:null,transitions:null}}function eo(e,t,n){var r=t.pendingProps,i=W.current,a=!1,s=(t.flags&128)!==0,o;if((o=s)||(o=e!==null&&e.memoizedState===null?!1:(i&2)!==0),o?(a=!0,t.flags&=-129):(e===null||e.memoizedState!==null)&&(i|=1),z(W,i&1),e===null)return ji(t),e=t.memoizedState,e!==null&&(e=e.dehydrated,e!==null)?(t.mode&1?e.data==="$!"?t.lanes=8:t.lanes=1073741824:t.lanes=1,null):(s=r.children,e=r.fallback,a?(r=t.mode,a=t.child,s={mode:"hidden",children:s},!(r&1)&&a!==null?(a.childLanes=0,a.pendingProps=s):a=cr(s,r,0,null),e=J1(e,r,n,null),a.return=t,e.return=t,a.sibling=e,t.child=a,t.child.memoizedState=Oi(n),t.memoizedState=Mi,e):Da(t,s));if(i=e.memoizedState,i!==null&&(o=i.dehydrated,o!==null))return k9(e,t,s,r,o,i,n);if(a){a=r.fallback,s=t.mode,i=e.child,o=i.sibling;var c={mode:"hidden",children:r.children};return!(s&1)&&t.child!==i?(r=t.child,r.childLanes=0,r.pendingProps=c,t.deletions=null):(r=V1(i,c),r.subtreeFlags=i.subtreeFlags&14680064),o!==null?a=V1(o,a):(a=J1(a,s,n,null),a.flags|=2),a.return=t,r.return=t,r.sibling=a,t.child=r,r=a,a=t.child,s=e.child.memoizedState,s=s===null?Oi(n):{baseLanes:s.baseLanes|n,cachePool:null,transitions:s.transitions},a.memoizedState=s,a.childLanes=e.childLanes&~n,t.memoizedState=Mi,r}return a=e.child,e=a.sibling,r=V1(a,{mode:"visible",children:r.children}),!(t.mode&1)&&(r.lanes=n),r.return=t,r.sibling=null,e!==null&&(n=t.deletions,n===null?(t.deletions=[e],t.flags|=16):n.push(e)),t.child=r,t.memoizedState=null,r}function Da(e,t){return t=cr({mode:"visible",children:t},e.mode,0,null),t.return=e,e.child=t}function r2(e,t,n,r){return r!==null&&Sa(r),Ht(t,e.child,null,n),e=Da(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function k9(e,t,n,r,i,a,s){if(n)return t.flags&256?(t.flags&=-257,r=Ur(Error(T(422))),r2(e,t,s,r)):t.memoizedState!==null?(t.child=e.child,t.flags|=128,null):(a=r.fallback,i=t.mode,r=cr({mode:"visible",children:r.children},i,0,null),a=J1(a,i,s,null),a.flags|=2,r.return=t,a.return=t,r.sibling=a,t.child=r,t.mode&1&&Ht(t,e.child,null,s),t.child.memoizedState=Oi(s),t.memoizedState=Mi,a);if(!(t.mode&1))return r2(e,t,s,null);if(i.data==="$!"){if(r=i.nextSibling&&i.nextSibling.dataset,r)var o=r.dgst;return r=o,a=Error(T(419)),r=Ur(a,r,void 0),r2(e,t,s,r)}if(o=(s&e.childLanes)!==0,ke||o){if(r=oe,r!==null){switch(s&-s){case 4:i=2;break;case 16:i=8;break;case 64:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:i=32;break;case 536870912:i=268435456;break;default:i=0}i=i&(r.suspendedLanes|s)?0:i,i!==0&&i!==a.retryLane&&(a.retryLane=i,C1(e,i),e1(r,e,i,-1))}return qa(),r=Ur(Error(T(421))),r2(e,t,s,r)}return i.data==="$?"?(t.flags|=128,t.child=e.child,t=P9.bind(null,e),i._reactRetry=t,null):(e=a.treeContext,Re=A1(i.nextSibling),Ve=t,Z=!0,Xe=null,e!==null&&(He[De++]=d1,He[De++]=p1,He[De++]=tt,d1=e.id,p1=e.overflow,tt=t),t=Da(t,r.children),t.flags|=4096,t)}function ys(e,t,n){e.lanes|=t;var r=e.alternate;r!==null&&(r.lanes|=t),Ai(e.return,t,n)}function Zr(e,t,n,r,i){var a=e.memoizedState;a===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:i}:(a.isBackwards=t,a.rendering=null,a.renderingStartTime=0,a.last=r,a.tail=n,a.tailMode=i)}function to(e,t,n){var r=t.pendingProps,i=r.revealOrder,a=r.tail;if(ye(e,t,r.children,n),r=W.current,r&2)r=r&1|2,t.flags|=128;else{if(e!==null&&e.flags&128)e:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&ys(e,n,t);else if(e.tag===19)ys(e,n,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;e.sibling===null;){if(e.return===null||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}r&=1}if(z(W,r),!(t.mode&1))t.memoizedState=null;else switch(i){case"forwards":for(n=t.child,i=null;n!==null;)e=n.alternate,e!==null&&F2(e)===null&&(i=n),n=n.sibling;n=i,n===null?(i=t.child,t.child=null):(i=n.sibling,n.sibling=null),Zr(t,!1,i,n,a);break;case"backwards":for(n=null,i=t.child,t.child=null;i!==null;){if(e=i.alternate,e!==null&&F2(e)===null){t.child=i;break}e=i.sibling,i.sibling=n,n=i,i=e}Zr(t,!0,n,null,a);break;case"together":Zr(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function v2(e,t){!(t.mode&1)&&e!==null&&(e.alternate=null,t.alternate=null,t.flags|=2)}function g1(e,t,n){if(e!==null&&(t.dependencies=e.dependencies),rt|=t.lanes,!(n&t.childLanes))return null;if(e!==null&&t.child!==e.child)throw Error(T(153));if(t.child!==null){for(e=t.child,n=V1(e,e.pendingProps),t.child=n,n.return=t;e.sibling!==null;)e=e.sibling,n=n.sibling=V1(e,e.pendingProps),n.return=t;n.sibling=null}return t.child}function S9(e,t,n){switch(t.tag){case 3:J3(t),Pt();break;case 5:I3(t);break;case 1:Ie(t.type)&&N2(t);break;case 4:_a(t,t.stateNode.containerInfo);break;case 10:var r=t.type._context,i=t.memoizedProps.value;z(P2,r._currentValue),r._currentValue=i;break;case 13:if(r=t.memoizedState,r!==null)return r.dehydrated!==null?(z(W,W.current&1),t.flags|=128,null):n&t.child.childLanes?eo(e,t,n):(z(W,W.current&1),e=g1(e,t,n),e!==null?e.sibling:null);z(W,W.current&1);break;case 19:if(r=(n&t.childLanes)!==0,e.flags&128){if(r)return to(e,t,n);t.flags|=128}if(i=t.memoizedState,i!==null&&(i.rendering=null,i.tail=null,i.lastEffect=null),z(W,W.current),r)break;return null;case 22:case 23:return t.lanes=0,Y3(e,t,n)}return g1(e,t,n)}var no,Pi,ro,io;no=function(e,t){for(var n=t.child;n!==null;){if(n.tag===5||n.tag===6)e.appendChild(n.stateNode);else if(n.tag!==4&&n.child!==null){n.child.return=n,n=n.child;continue}if(n===t)break;for(;n.sibling===null;){if(n.return===null||n.return===t)return;n=n.return}n.sibling.return=n.return,n=n.sibling}};Pi=function(){};ro=function(e,t,n,r){var i=e.memoizedProps;if(i!==r){e=t.stateNode,Y1(l1.current);var a=null;switch(n){case"input":i=si(e,i),r=si(e,r),a=[];break;case"select":i=K({},i,{value:void 0}),r=K({},r,{value:void 0}),a=[];break;case"textarea":i=ci(e,i),r=ci(e,r),a=[];break;default:typeof i.onClick!="function"&&typeof r.onClick=="function"&&(e.onclick=R2)}di(n,r);var s;n=null;for(u in i)if(!r.hasOwnProperty(u)&&i.hasOwnProperty(u)&&i[u]!=null)if(u==="style"){var o=i[u];for(s in o)o.hasOwnProperty(s)&&(n||(n={}),n[s]="")}else u!=="dangerouslySetInnerHTML"&&u!=="children"&&u!=="suppressContentEditableWarning"&&u!=="suppressHydrationWarning"&&u!=="autoFocus"&&(wn.hasOwnProperty(u)?a||(a=[]):(a=a||[]).push(u,null));for(u in r){var c=r[u];if(o=i!=null?i[u]:void 0,r.hasOwnProperty(u)&&c!==o&&(c!=null||o!=null))if(u==="style")if(o){for(s in o)!o.hasOwnProperty(s)||c&&c.hasOwnProperty(s)||(n||(n={}),n[s]="");for(s in c)c.hasOwnProperty(s)&&o[s]!==c[s]&&(n||(n={}),n[s]=c[s])}else n||(a||(a=[]),a.push(u,n)),n=c;else u==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,o=o?o.__html:void 0,c!=null&&o!==c&&(a=a||[]).push(u,c)):u==="children"?typeof c!="string"&&typeof c!="number"||(a=a||[]).push(u,""+c):u!=="suppressContentEditableWarning"&&u!=="suppressHydrationWarning"&&(wn.hasOwnProperty(u)?(c!=null&&u==="onScroll"&&B("scroll",e),a||o===c||(a=[])):(a=a||[]).push(u,c))}n&&(a=a||[]).push("style",n);var u=a;(t.updateQueue=u)&&(t.flags|=4)}};io=function(e,t,n,r){n!==r&&(t.flags|=4)};function Xt(e,t){if(!Z)switch(e.tailMode){case"hidden":t=e.tail;for(var n=null;t!==null;)t.alternate!==null&&(n=t),t=t.sibling;n===null?e.tail=null:n.sibling=null;break;case"collapsed":n=e.tail;for(var r=null;n!==null;)n.alternate!==null&&(r=n),n=n.sibling;r===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:r.sibling=null}}function me(e){var t=e.alternate!==null&&e.alternate.child===e.child,n=0,r=0;if(t)for(var i=e.child;i!==null;)n|=i.lanes|i.childLanes,r|=i.subtreeFlags&14680064,r|=i.flags&14680064,i.return=e,i=i.sibling;else for(i=e.child;i!==null;)n|=i.lanes|i.childLanes,r|=i.subtreeFlags,r|=i.flags,i.return=e,i=i.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function I9(e,t,n){var r=t.pendingProps;switch(ka(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return me(t),null;case 1:return Ie(t.type)&&V2(),me(t),null;case 3:return r=t.stateNode,Dt(),U(Se),U(ge),Va(),r.pendingContext&&(r.context=r.pendingContext,r.pendingContext=null),(e===null||e.child===null)&&(t2(t)?t.flags|=4:e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,Xe!==null&&(Zi(Xe),Xe=null))),Pi(e,t),me(t),null;case 5:Ra(t);var i=Y1(_n.current);if(n=t.type,e!==null&&t.stateNode!=null)ro(e,t,n,r,i),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!r){if(t.stateNode===null)throw Error(T(166));return me(t),null}if(e=Y1(l1.current),t2(t)){r=t.stateNode,n=t.type;var a=t.memoizedProps;switch(r[a1]=t,r[An]=a,e=(t.mode&1)!==0,n){case"dialog":B("cancel",r),B("close",r);break;case"iframe":case"object":case"embed":B("load",r);break;case"video":case"audio":for(i=0;i<on.length;i++)B(on[i],r);break;case"source":B("error",r);break;case"img":case"image":case"link":B("error",r),B("load",r);break;case"details":B("toggle",r);break;case"input":T0(r,a),B("invalid",r);break;case"select":r._wrapperState={wasMultiple:!!a.multiple},B("invalid",r);break;case"textarea":A0(r,a),B("invalid",r)}di(n,a),i=null;for(var s in a)if(a.hasOwnProperty(s)){var o=a[s];s==="children"?typeof o=="string"?r.textContent!==o&&(a.suppressHydrationWarning!==!0&&e2(r.textContent,o,e),i=["children",o]):typeof o=="number"&&r.textContent!==""+o&&(a.suppressHydrationWarning!==!0&&e2(r.textContent,o,e),i=["children",""+o]):wn.hasOwnProperty(s)&&o!=null&&s==="onScroll"&&B("scroll",r)}switch(n){case"input":qn(r),j0(r,a,!0);break;case"textarea":qn(r),$0(r);break;case"select":case"option":break;default:typeof a.onClick=="function"&&(r.onclick=R2)}r=i,t.updateQueue=r,r!==null&&(t.flags|=4)}else{s=i.nodeType===9?i:i.ownerDocument,e==="http://www.w3.org/1999/xhtml"&&(e=_l(n)),e==="http://www.w3.org/1999/xhtml"?n==="script"?(e=s.createElement("div"),e.innerHTML="<script><\/script>",e=e.removeChild(e.firstChild)):typeof r.is=="string"?e=s.createElement(n,{is:r.is}):(e=s.createElement(n),n==="select"&&(s=e,r.multiple?s.multiple=!0:r.size&&(s.size=r.size))):e=s.createElementNS(e,n),e[a1]=t,e[An]=r,no(e,t,!1,!1),t.stateNode=e;e:{switch(s=pi(n,r),n){case"dialog":B("cancel",e),B("close",e),i=r;break;case"iframe":case"object":case"embed":B("load",e),i=r;break;case"video":case"audio":for(i=0;i<on.length;i++)B(on[i],e);i=r;break;case"source":B("error",e),i=r;break;case"img":case"image":case"link":B("error",e),B("load",e),i=r;break;case"details":B("toggle",e),i=r;break;case"input":T0(e,r),i=si(e,r),B("invalid",e);break;case"option":i=r;break;case"select":e._wrapperState={wasMultiple:!!r.multiple},i=K({},r,{value:void 0}),B("invalid",e);break;case"textarea":A0(e,r),i=ci(e,r),B("invalid",e);break;default:i=r}di(n,i),o=i;for(a in o)if(o.hasOwnProperty(a)){var c=o[a];a==="style"?Nl(e,c):a==="dangerouslySetInnerHTML"?(c=c?c.__html:void 0,c!=null&&Rl(e,c)):a==="children"?typeof c=="string"?(n!=="textarea"||c!=="")&&bn(e,c):typeof c=="number"&&bn(e,""+c):a!=="suppressContentEditableWarning"&&a!=="suppressHydrationWarning"&&a!=="autoFocus"&&(wn.hasOwnProperty(a)?c!=null&&a==="onScroll"&&B("scroll",e):c!=null&&ua(e,a,c,s))}switch(n){case"input":qn(e),j0(e,r,!1);break;case"textarea":qn(e),$0(e);break;case"option":r.value!=null&&e.setAttribute("value",""+N1(r.value));break;case"select":e.multiple=!!r.multiple,a=r.value,a!=null?Tt(e,!!r.multiple,a,!1):r.defaultValue!=null&&Tt(e,!!r.multiple,r.defaultValue,!0);break;default:typeof i.onClick=="function"&&(e.onclick=R2)}switch(n){case"button":case"input":case"select":case"textarea":r=!!r.autoFocus;break e;case"img":r=!0;break e;default:r=!1}}r&&(t.flags|=4)}t.ref!==null&&(t.flags|=512,t.flags|=2097152)}return me(t),null;case 6:if(e&&t.stateNode!=null)io(e,t,e.memoizedProps,r);else{if(typeof r!="string"&&t.stateNode===null)throw Error(T(166));if(n=Y1(_n.current),Y1(l1.current),t2(t)){if(r=t.stateNode,n=t.memoizedProps,r[a1]=t,(a=r.nodeValue!==n)&&(e=Ve,e!==null))switch(e.tag){case 3:e2(r.nodeValue,n,(e.mode&1)!==0);break;case 5:e.memoizedProps.suppressHydrationWarning!==!0&&e2(r.nodeValue,n,(e.mode&1)!==0)}a&&(t.flags|=4)}else r=(n.nodeType===9?n:n.ownerDocument).createTextNode(r),r[a1]=t,t.stateNode=r}return me(t),null;case 13:if(U(W),r=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(Z&&Re!==null&&t.mode&1&&!(t.flags&128))x3(),Pt(),t.flags|=98560,a=!1;else if(a=t2(t),r!==null&&r.dehydrated!==null){if(e===null){if(!a)throw Error(T(318));if(a=t.memoizedState,a=a!==null?a.dehydrated:null,!a)throw Error(T(317));a[a1]=t}else Pt(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;me(t),a=!1}else Xe!==null&&(Zi(Xe),Xe=null),a=!0;if(!a)return t.flags&65536?t:null}return t.flags&128?(t.lanes=n,t):(r=r!==null,r!==(e!==null&&e.memoizedState!==null)&&r&&(t.child.flags|=8192,t.mode&1&&(e===null||W.current&1?ie===0&&(ie=3):qa())),t.updateQueue!==null&&(t.flags|=4),me(t),null);case 4:return Dt(),Pi(e,t),e===null&&Tn(t.stateNode.containerInfo),me(t),null;case 10:return ja(t.type._context),me(t),null;case 17:return Ie(t.type)&&V2(),me(t),null;case 19:if(U(W),a=t.memoizedState,a===null)return me(t),null;if(r=(t.flags&128)!==0,s=a.rendering,s===null)if(r)Xt(a,!1);else{if(ie!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(s=F2(e),s!==null){for(t.flags|=128,Xt(a,!1),r=s.updateQueue,r!==null&&(t.updateQueue=r,t.flags|=4),t.subtreeFlags=0,r=n,n=t.child;n!==null;)a=n,e=r,a.flags&=14680066,s=a.alternate,s===null?(a.childLanes=0,a.lanes=e,a.child=null,a.subtreeFlags=0,a.memoizedProps=null,a.memoizedState=null,a.updateQueue=null,a.dependencies=null,a.stateNode=null):(a.childLanes=s.childLanes,a.lanes=s.lanes,a.child=s.child,a.subtreeFlags=0,a.deletions=null,a.memoizedProps=s.memoizedProps,a.memoizedState=s.memoizedState,a.updateQueue=s.updateQueue,a.type=s.type,e=s.dependencies,a.dependencies=e===null?null:{lanes:e.lanes,firstContext:e.firstContext}),n=n.sibling;return z(W,W.current&1|2),t.child}e=e.sibling}a.tail!==null&&J()>zt&&(t.flags|=128,r=!0,Xt(a,!1),t.lanes=4194304)}else{if(!r)if(e=F2(s),e!==null){if(t.flags|=128,r=!0,n=e.updateQueue,n!==null&&(t.updateQueue=n,t.flags|=4),Xt(a,!0),a.tail===null&&a.tailMode==="hidden"&&!s.alternate&&!Z)return me(t),null}else 2*J()-a.renderingStartTime>zt&&n!==1073741824&&(t.flags|=128,r=!0,Xt(a,!1),t.lanes=4194304);a.isBackwards?(s.sibling=t.child,t.child=s):(n=a.last,n!==null?n.sibling=s:t.child=s,a.last=s)}return a.tail!==null?(t=a.tail,a.rendering=t,a.tail=t.sibling,a.renderingStartTime=J(),t.sibling=null,n=W.current,z(W,r?n&1|2:n&1),t):(me(t),null);case 22:case 23:return Za(),r=t.memoizedState!==null,e!==null&&e.memoizedState!==null!==r&&(t.flags|=8192),r&&t.mode&1?$e&1073741824&&(me(t),t.subtreeFlags&6&&(t.flags|=8192)):me(t),null;case 24:return null;case 25:return null}throw Error(T(156,t.tag))}function T9(e,t){switch(ka(t),t.tag){case 1:return Ie(t.type)&&V2(),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Dt(),U(Se),U(ge),Va(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 5:return Ra(t),null;case 13:if(U(W),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(T(340));Pt()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return U(W),null;case 4:return Dt(),null;case 10:return ja(t.type._context),null;case 22:case 23:return Za(),null;case 24:return null;default:return null}}var i2=!1,Ce=!1,j9=typeof WeakSet=="function"?WeakSet:Set,_=null;function St(e,t){var n=e.ref;if(n!==null)if(typeof n=="function")try{n(null)}catch(r){X(e,t,r)}else n.current=null}function ao(e,t,n){try{n()}catch(r){X(e,t,r)}}var ws=!1;function A9(e,t){if(xi=A2,e=c3(),Ea(e)){if("selectionStart"in e)var n={start:e.selectionStart,end:e.selectionEnd};else e:{n=(n=e.ownerDocument)&&n.defaultView||window;var r=n.getSelection&&n.getSelection();if(r&&r.rangeCount!==0){n=r.anchorNode;var i=r.anchorOffset,a=r.focusNode;r=r.focusOffset;try{n.nodeType,a.nodeType}catch{n=null;break e}var s=0,o=-1,c=-1,u=0,C=0,g=e,f=null;t:for(;;){for(var y;g!==n||i!==0&&g.nodeType!==3||(o=s+i),g!==a||r!==0&&g.nodeType!==3||(c=s+r),g.nodeType===3&&(s+=g.nodeValue.length),(y=g.firstChild)!==null;)f=g,g=y;for(;;){if(g===e)break t;if(f===n&&++u===i&&(o=s),f===a&&++C===r&&(c=s),(y=g.nextSibling)!==null)break;g=f,f=g.parentNode}g=y}n=o===-1||c===-1?null:{start:o,end:c}}else n=null}n=n||{start:0,end:0}}else n=null;for(Ei={focusedElem:e,selectionRange:n},A2=!1,_=t;_!==null;)if(t=_,e=t.child,(t.subtreeFlags&1028)!==0&&e!==null)e.return=t,_=e;else for(;_!==null;){t=_;try{var b=t.alternate;if(t.flags&1024)switch(t.tag){case 0:case 11:case 15:break;case 1:if(b!==null){var x=b.memoizedProps,L=b.memoizedState,m=t.stateNode,p=m.getSnapshotBeforeUpdate(t.elementType===t.type?x:Ge(t.type,x),L);m.__reactInternalSnapshotBeforeUpdate=p}break;case 3:var v=t.stateNode.containerInfo;v.nodeType===1?v.textContent="":v.nodeType===9&&v.documentElement&&v.removeChild(v.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(T(163))}}catch(E){X(t,t.return,E)}if(e=t.sibling,e!==null){e.return=t.return,_=e;break}_=t.return}return b=ws,ws=!1,b}function gn(e,t,n){var r=t.updateQueue;if(r=r!==null?r.lastEffect:null,r!==null){var i=r=r.next;do{if((i.tag&e)===e){var a=i.destroy;i.destroy=void 0,a!==void 0&&ao(t,n,a)}i=i.next}while(i!==r)}}function lr(e,t){if(t=t.updateQueue,t=t!==null?t.lastEffect:null,t!==null){var n=t=t.next;do{if((n.tag&e)===e){var r=n.create;n.destroy=r()}n=n.next}while(n!==t)}}function Hi(e){var t=e.ref;if(t!==null){var n=e.stateNode;switch(e.tag){case 5:e=n;break;default:e=n}typeof t=="function"?t(e):t.current=e}}function so(e){var t=e.alternate;t!==null&&(e.alternate=null,so(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&(delete t[a1],delete t[An],delete t[Si],delete t[p9],delete t[f9])),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}function lo(e){return e.tag===5||e.tag===3||e.tag===4}function bs(e){e:for(;;){for(;e.sibling===null;){if(e.return===null||lo(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.flags&2||e.child===null||e.tag===4)continue e;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function Di(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.nodeType===8?n.parentNode.insertBefore(e,t):n.insertBefore(e,t):(n.nodeType===8?(t=n.parentNode,t.insertBefore(e,n)):(t=n,t.appendChild(e)),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=R2));else if(r!==4&&(e=e.child,e!==null))for(Di(e,t,n),e=e.sibling;e!==null;)Di(e,t,n),e=e.sibling}function Fi(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(r!==4&&(e=e.child,e!==null))for(Fi(e,t,n),e=e.sibling;e!==null;)Fi(e,t,n),e=e.sibling}var de=null,Ye=!1;function y1(e,t,n){for(n=n.child;n!==null;)oo(e,t,n),n=n.sibling}function oo(e,t,n){if(s1&&typeof s1.onCommitFiberUnmount=="function")try{s1.onCommitFiberUnmount(J2,n)}catch{}switch(n.tag){case 5:Ce||St(n,t);case 6:var r=de,i=Ye;de=null,y1(e,t,n),de=r,Ye=i,de!==null&&(Ye?(e=de,n=n.stateNode,e.nodeType===8?e.parentNode.removeChild(n):e.removeChild(n)):de.removeChild(n.stateNode));break;case 18:de!==null&&(Ye?(e=de,n=n.stateNode,e.nodeType===8?Pr(e.parentNode,n):e.nodeType===1&&Pr(e,n),kn(e)):Pr(de,n.stateNode));break;case 4:r=de,i=Ye,de=n.stateNode.containerInfo,Ye=!0,y1(e,t,n),de=r,Ye=i;break;case 0:case 11:case 14:case 15:if(!Ce&&(r=n.updateQueue,r!==null&&(r=r.lastEffect,r!==null))){i=r=r.next;do{var a=i,s=a.destroy;a=a.tag,s!==void 0&&(a&2||a&4)&&ao(n,t,s),i=i.next}while(i!==r)}y1(e,t,n);break;case 1:if(!Ce&&(St(n,t),r=n.stateNode,typeof r.componentWillUnmount=="function"))try{r.props=n.memoizedProps,r.state=n.memoizedState,r.componentWillUnmount()}catch(o){X(n,t,o)}y1(e,t,n);break;case 21:y1(e,t,n);break;case 22:n.mode&1?(Ce=(r=Ce)||n.memoizedState!==null,y1(e,t,n),Ce=r):y1(e,t,n);break;default:y1(e,t,n)}}function xs(e){var t=e.updateQueue;if(t!==null){e.updateQueue=null;var n=e.stateNode;n===null&&(n=e.stateNode=new j9),t.forEach(function(r){var i=H9.bind(null,e,r);n.has(r)||(n.add(r),r.then(i,i))})}}function We(e,t){var n=t.deletions;if(n!==null)for(var r=0;r<n.length;r++){var i=n[r];try{var a=e,s=t,o=s;e:for(;o!==null;){switch(o.tag){case 5:de=o.stateNode,Ye=!1;break e;case 3:de=o.stateNode.containerInfo,Ye=!0;break e;case 4:de=o.stateNode.containerInfo,Ye=!0;break e}o=o.return}if(de===null)throw Error(T(160));oo(a,s,i),de=null,Ye=!1;var c=i.alternate;c!==null&&(c.return=null),i.return=null}catch(u){X(i,t,u)}}if(t.subtreeFlags&12854)for(t=t.child;t!==null;)co(t,e),t=t.sibling}function co(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(We(t,e),r1(e),r&4){try{gn(3,e,e.return),lr(3,e)}catch(x){X(e,e.return,x)}try{gn(5,e,e.return)}catch(x){X(e,e.return,x)}}break;case 1:We(t,e),r1(e),r&512&&n!==null&&St(n,n.return);break;case 5:if(We(t,e),r1(e),r&512&&n!==null&&St(n,n.return),e.flags&32){var i=e.stateNode;try{bn(i,"")}catch(x){X(e,e.return,x)}}if(r&4&&(i=e.stateNode,i!=null)){var a=e.memoizedProps,s=n!==null?n.memoizedProps:a,o=e.type,c=e.updateQueue;if(e.updateQueue=null,c!==null)try{o==="input"&&a.type==="radio"&&a.name!=null&&Al(i,a),pi(o,s);var u=pi(o,a);for(s=0;s<c.length;s+=2){var C=c[s],g=c[s+1];C==="style"?Nl(i,g):C==="dangerouslySetInnerHTML"?Rl(i,g):C==="children"?bn(i,g):ua(i,C,g,u)}switch(o){case"input":li(i,a);break;case"textarea":$l(i,a);break;case"select":var f=i._wrapperState.wasMultiple;i._wrapperState.wasMultiple=!!a.multiple;var y=a.value;y!=null?Tt(i,!!a.multiple,y,!1):f!==!!a.multiple&&(a.defaultValue!=null?Tt(i,!!a.multiple,a.defaultValue,!0):Tt(i,!!a.multiple,a.multiple?[]:"",!1))}i[An]=a}catch(x){X(e,e.return,x)}}break;case 6:if(We(t,e),r1(e),r&4){if(e.stateNode===null)throw Error(T(162));i=e.stateNode,a=e.memoizedProps;try{i.nodeValue=a}catch(x){X(e,e.return,x)}}break;case 3:if(We(t,e),r1(e),r&4&&n!==null&&n.memoizedState.isDehydrated)try{kn(t.containerInfo)}catch(x){X(e,e.return,x)}break;case 4:We(t,e),r1(e);break;case 13:We(t,e),r1(e),i=e.child,i.flags&8192&&(a=i.memoizedState!==null,i.stateNode.isHidden=a,!a||i.alternate!==null&&i.alternate.memoizedState!==null||(Ba=J())),r&4&&xs(e);break;case 22:if(C=n!==null&&n.memoizedState!==null,e.mode&1?(Ce=(u=Ce)||C,We(t,e),Ce=u):We(t,e),r1(e),r&8192){if(u=e.memoizedState!==null,(e.stateNode.isHidden=u)&&!C&&e.mode&1)for(_=e,C=e.child;C!==null;){for(g=_=C;_!==null;){switch(f=_,y=f.child,f.tag){case 0:case 11:case 14:case 15:gn(4,f,f.return);break;case 1:St(f,f.return);var b=f.stateNode;if(typeof b.componentWillUnmount=="function"){r=f,n=f.return;try{t=r,b.props=t.memoizedProps,b.state=t.memoizedState,b.componentWillUnmount()}catch(x){X(r,n,x)}}break;case 5:St(f,f.return);break;case 22:if(f.memoizedState!==null){Ls(g);continue}}y!==null?(y.return=f,_=y):Ls(g)}C=C.sibling}e:for(C=null,g=e;;){if(g.tag===5){if(C===null){C=g;try{i=g.stateNode,u?(a=i.style,typeof a.setProperty=="function"?a.setProperty("display","none","important"):a.display="none"):(o=g.stateNode,c=g.memoizedProps.style,s=c!=null&&c.hasOwnProperty("display")?c.display:null,o.style.display=Vl("display",s))}catch(x){X(e,e.return,x)}}}else if(g.tag===6){if(C===null)try{g.stateNode.nodeValue=u?"":g.memoizedProps}catch(x){X(e,e.return,x)}}else if((g.tag!==22&&g.tag!==23||g.memoizedState===null||g===e)&&g.child!==null){g.child.return=g,g=g.child;continue}if(g===e)break e;for(;g.sibling===null;){if(g.return===null||g.return===e)break e;C===g&&(C=null),g=g.return}C===g&&(C=null),g.sibling.return=g.return,g=g.sibling}}break;case 19:We(t,e),r1(e),r&4&&xs(e);break;case 21:break;default:We(t,e),r1(e)}}function r1(e){var t=e.flags;if(t&2){try{e:{for(var n=e.return;n!==null;){if(lo(n)){var r=n;break e}n=n.return}throw Error(T(160))}switch(r.tag){case 5:var i=r.stateNode;r.flags&32&&(bn(i,""),r.flags&=-33);var a=bs(e);Fi(e,a,i);break;case 3:case 4:var s=r.stateNode.containerInfo,o=bs(e);Di(e,o,s);break;default:throw Error(T(161))}}catch(c){X(e,e.return,c)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function $9(e,t,n){_=e,uo(e)}function uo(e,t,n){for(var r=(e.mode&1)!==0;_!==null;){var i=_,a=i.child;if(i.tag===22&&r){var s=i.memoizedState!==null||i2;if(!s){var o=i.alternate,c=o!==null&&o.memoizedState!==null||Ce;o=i2;var u=Ce;if(i2=s,(Ce=c)&&!u)for(_=i;_!==null;)s=_,c=s.child,s.tag===22&&s.memoizedState!==null?ks(i):c!==null?(c.return=s,_=c):ks(i);for(;a!==null;)_=a,uo(a),a=a.sibling;_=i,i2=o,Ce=u}Es(e)}else i.subtreeFlags&8772&&a!==null?(a.return=i,_=a):Es(e)}}function Es(e){for(;_!==null;){var t=_;if(t.flags&8772){var n=t.alternate;try{if(t.flags&8772)switch(t.tag){case 0:case 11:case 15:Ce||lr(5,t);break;case 1:var r=t.stateNode;if(t.flags&4&&!Ce)if(n===null)r.componentDidMount();else{var i=t.elementType===t.type?n.memoizedProps:Ge(t.type,n.memoizedProps);r.componentDidUpdate(i,n.memoizedState,r.__reactInternalSnapshotBeforeUpdate)}var a=t.updateQueue;a!==null&&ls(t,a,r);break;case 3:var s=t.updateQueue;if(s!==null){if(n=null,t.child!==null)switch(t.child.tag){case 5:n=t.child.stateNode;break;case 1:n=t.child.stateNode}ls(t,s,n)}break;case 5:var o=t.stateNode;if(n===null&&t.flags&4){n=o;var c=t.memoizedProps;switch(t.type){case"button":case"input":case"select":case"textarea":c.autoFocus&&n.focus();break;case"img":c.src&&(n.src=c.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(t.memoizedState===null){var u=t.alternate;if(u!==null){var C=u.memoizedState;if(C!==null){var g=C.dehydrated;g!==null&&kn(g)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(T(163))}Ce||t.flags&512&&Hi(t)}catch(f){X(t,t.return,f)}}if(t===e){_=null;break}if(n=t.sibling,n!==null){n.return=t.return,_=n;break}_=t.return}}function Ls(e){for(;_!==null;){var t=_;if(t===e){_=null;break}var n=t.sibling;if(n!==null){n.return=t.return,_=n;break}_=t.return}}function ks(e){for(;_!==null;){var t=_;try{switch(t.tag){case 0:case 11:case 15:var n=t.return;try{lr(4,t)}catch(c){X(t,n,c)}break;case 1:var r=t.stateNode;if(typeof r.componentDidMount=="function"){var i=t.return;try{r.componentDidMount()}catch(c){X(t,i,c)}}var a=t.return;try{Hi(t)}catch(c){X(t,a,c)}break;case 5:var s=t.return;try{Hi(t)}catch(c){X(t,s,c)}}}catch(c){X(t,t.return,c)}if(t===e){_=null;break}var o=t.sibling;if(o!==null){o.return=t.return,_=o;break}_=t.return}}var _9=Math.ceil,U2=v1.ReactCurrentDispatcher,Fa=v1.ReactCurrentOwner,ze=v1.ReactCurrentBatchConfig,H=0,oe=null,ne=null,pe=0,$e=0,It=H1(0),ie=0,Mn=null,rt=0,or=0,za=0,vn=null,Ee=null,Ba=0,zt=1/0,c1=null,Z2=!1,zi=null,_1=null,a2=!1,S1=null,q2=0,yn=0,Bi=null,y2=-1,w2=0;function we(){return H&6?J():y2!==-1?y2:y2=J()}function R1(e){return e.mode&1?H&2&&pe!==0?pe&-pe:m9.transition!==null?(w2===0&&(w2=Ql()),w2):(e=F,e!==0||(e=window.event,e=e===void 0?16:e3(e.type)),e):1}function e1(e,t,n,r){if(50<yn)throw yn=0,Bi=null,Error(T(185));Hn(e,n,r),(!(H&2)||e!==oe)&&(e===oe&&(!(H&2)&&(or|=n),ie===4&&L1(e,pe)),Te(e,r),n===1&&H===0&&!(t.mode&1)&&(zt=J()+500,ir&&D1()))}function Te(e,t){var n=e.callbackNode;m5(e,t);var r=j2(e,e===oe?pe:0);if(r===0)n!==null&&V0(n),e.callbackNode=null,e.callbackPriority=0;else if(t=r&-r,e.callbackPriority!==t){if(n!=null&&V0(n),t===1)e.tag===0?h9(Ss.bind(null,e)):y3(Ss.bind(null,e)),u9(function(){!(H&6)&&D1()}),n=null;else{switch(Wl(r)){case 1:n=ma;break;case 4:n=Zl;break;case 16:n=T2;break;case 536870912:n=ql;break;default:n=T2}n=yo(n,po.bind(null,e))}e.callbackPriority=t,e.callbackNode=n}}function po(e,t){if(y2=-1,w2=0,H&6)throw Error(T(327));var n=e.callbackNode;if(Rt()&&e.callbackNode!==n)return null;var r=j2(e,e===oe?pe:0);if(r===0)return null;if(r&30||r&e.expiredLanes||t)t=Q2(e,r);else{t=r;var i=H;H|=2;var a=ho();(oe!==e||pe!==t)&&(c1=null,zt=J()+500,X1(e,t));do try{N9();break}catch(o){fo(e,o)}while(!0);Ta(),U2.current=a,H=i,ne!==null?t=0:(oe=null,pe=0,t=ie)}if(t!==0){if(t===2&&(i=gi(e),i!==0&&(r=i,t=Ui(e,i))),t===1)throw n=Mn,X1(e,0),L1(e,r),Te(e,J()),n;if(t===6)L1(e,r);else{if(i=e.current.alternate,!(r&30)&&!R9(i)&&(t=Q2(e,r),t===2&&(a=gi(e),a!==0&&(r=a,t=Ui(e,a))),t===1))throw n=Mn,X1(e,0),L1(e,r),Te(e,J()),n;switch(e.finishedWork=i,e.finishedLanes=r,t){case 0:case 1:throw Error(T(345));case 2:Q1(e,Ee,c1);break;case 3:if(L1(e,r),(r&130023424)===r&&(t=Ba+500-J(),10<t)){if(j2(e,0)!==0)break;if(i=e.suspendedLanes,(i&r)!==r){we(),e.pingedLanes|=e.suspendedLanes&i;break}e.timeoutHandle=ki(Q1.bind(null,e,Ee,c1),t);break}Q1(e,Ee,c1);break;case 4:if(L1(e,r),(r&4194240)===r)break;for(t=e.eventTimes,i=-1;0<r;){var s=31-Je(r);a=1<<s,s=t[s],s>i&&(i=s),r&=~a}if(r=i,r=J()-r,r=(120>r?120:480>r?480:1080>r?1080:1920>r?1920:3e3>r?3e3:4320>r?4320:1960*_9(r/1960))-r,10<r){e.timeoutHandle=ki(Q1.bind(null,e,Ee,c1),r);break}Q1(e,Ee,c1);break;case 5:Q1(e,Ee,c1);break;default:throw Error(T(329))}}}return Te(e,J()),e.callbackNode===n?po.bind(null,e):null}function Ui(e,t){var n=vn;return e.current.memoizedState.isDehydrated&&(X1(e,t).flags|=256),e=Q2(e,t),e!==2&&(t=Ee,Ee=n,t!==null&&Zi(t)),e}function Zi(e){Ee===null?Ee=e:Ee.push.apply(Ee,e)}function R9(e){for(var t=e;;){if(t.flags&16384){var n=t.updateQueue;if(n!==null&&(n=n.stores,n!==null))for(var r=0;r<n.length;r++){var i=n[r],a=i.getSnapshot;i=i.value;try{if(!t1(a(),i))return!1}catch{return!1}}}if(n=t.child,t.subtreeFlags&16384&&n!==null)n.return=t,t=n;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function L1(e,t){for(t&=~za,t&=~or,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var n=31-Je(t),r=1<<n;e[n]=-1,t&=~r}}function Ss(e){if(H&6)throw Error(T(327));Rt();var t=j2(e,0);if(!(t&1))return Te(e,J()),null;var n=Q2(e,t);if(e.tag!==0&&n===2){var r=gi(e);r!==0&&(t=r,n=Ui(e,r))}if(n===1)throw n=Mn,X1(e,0),L1(e,t),Te(e,J()),n;if(n===6)throw Error(T(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,Q1(e,Ee,c1),Te(e,J()),null}function Ua(e,t){var n=H;H|=1;try{return e(t)}finally{H=n,H===0&&(zt=J()+500,ir&&D1())}}function it(e){S1!==null&&S1.tag===0&&!(H&6)&&Rt();var t=H;H|=1;var n=ze.transition,r=F;try{if(ze.transition=null,F=1,e)return e()}finally{F=r,ze.transition=n,H=t,!(H&6)&&D1()}}function Za(){$e=It.current,U(It)}function X1(e,t){e.finishedWork=null,e.finishedLanes=0;var n=e.timeoutHandle;if(n!==-1&&(e.timeoutHandle=-1,c9(n)),ne!==null)for(n=ne.return;n!==null;){var r=n;switch(ka(r),r.tag){case 1:r=r.type.childContextTypes,r!=null&&V2();break;case 3:Dt(),U(Se),U(ge),Va();break;case 5:Ra(r);break;case 4:Dt();break;case 13:U(W);break;case 19:U(W);break;case 10:ja(r.type._context);break;case 22:case 23:Za()}n=n.return}if(oe=e,ne=e=V1(e.current,null),pe=$e=t,ie=0,Mn=null,za=or=rt=0,Ee=vn=null,K1!==null){for(t=0;t<K1.length;t++)if(n=K1[t],r=n.interleaved,r!==null){n.interleaved=null;var i=r.next,a=n.pending;if(a!==null){var s=a.next;a.next=i,r.next=s}n.pending=r}K1=null}return e}function fo(e,t){do{var n=ne;try{if(Ta(),C2.current=B2,z2){for(var r=G.memoizedState;r!==null;){var i=r.queue;i!==null&&(i.pending=null),r=r.next}z2=!1}if(nt=0,se=re=G=null,Cn=!1,Rn=0,Fa.current=null,n===null||n.return===null){ie=1,Mn=t,ne=null;break}e:{var a=e,s=n.return,o=n,c=t;if(t=pe,o.flags|=32768,c!==null&&typeof c=="object"&&typeof c.then=="function"){var u=c,C=o,g=C.tag;if(!(C.mode&1)&&(g===0||g===11||g===15)){var f=C.alternate;f?(C.updateQueue=f.updateQueue,C.memoizedState=f.memoizedState,C.lanes=f.lanes):(C.updateQueue=null,C.memoizedState=null)}var y=fs(s);if(y!==null){y.flags&=-257,hs(y,s,o,a,t),y.mode&1&&ps(a,u,t),t=y,c=u;var b=t.updateQueue;if(b===null){var x=new Set;x.add(c),t.updateQueue=x}else b.add(c);break e}else{if(!(t&1)){ps(a,u,t),qa();break e}c=Error(T(426))}}else if(Z&&o.mode&1){var L=fs(s);if(L!==null){!(L.flags&65536)&&(L.flags|=256),hs(L,s,o,a,t),Sa(Ft(c,o));break e}}a=c=Ft(c,o),ie!==4&&(ie=2),vn===null?vn=[a]:vn.push(a),a=s;do{switch(a.tag){case 3:a.flags|=65536,t&=-t,a.lanes|=t;var m=W3(a,c,t);ss(a,m);break e;case 1:o=c;var p=a.type,v=a.stateNode;if(!(a.flags&128)&&(typeof p.getDerivedStateFromError=="function"||v!==null&&typeof v.componentDidCatch=="function"&&(_1===null||!_1.has(v)))){a.flags|=65536,t&=-t,a.lanes|=t;var E=G3(a,o,t);ss(a,E);break e}}a=a.return}while(a!==null)}Co(n)}catch(S){t=S,ne===n&&n!==null&&(ne=n=n.return);continue}break}while(!0)}function ho(){var e=U2.current;return U2.current=B2,e===null?B2:e}function qa(){(ie===0||ie===3||ie===2)&&(ie=4),oe===null||!(rt&268435455)&&!(or&268435455)||L1(oe,pe)}function Q2(e,t){var n=H;H|=2;var r=ho();(oe!==e||pe!==t)&&(c1=null,X1(e,t));do try{V9();break}catch(i){fo(e,i)}while(!0);if(Ta(),H=n,U2.current=r,ne!==null)throw Error(T(261));return oe=null,pe=0,ie}function V9(){for(;ne!==null;)mo(ne)}function N9(){for(;ne!==null&&!s5();)mo(ne)}function mo(e){var t=vo(e.alternate,e,$e);e.memoizedProps=e.pendingProps,t===null?Co(e):ne=t,Fa.current=null}function Co(e){var t=e;do{var n=t.alternate;if(e=t.return,t.flags&32768){if(n=T9(n,t),n!==null){n.flags&=32767,ne=n;return}if(e!==null)e.flags|=32768,e.subtreeFlags=0,e.deletions=null;else{ie=6,ne=null;return}}else if(n=I9(n,t,$e),n!==null){ne=n;return}if(t=t.sibling,t!==null){ne=t;return}ne=t=e}while(t!==null);ie===0&&(ie=5)}function Q1(e,t,n){var r=F,i=ze.transition;try{ze.transition=null,F=1,M9(e,t,n,r)}finally{ze.transition=i,F=r}return null}function M9(e,t,n,r){do Rt();while(S1!==null);if(H&6)throw Error(T(327));n=e.finishedWork;var i=e.finishedLanes;if(n===null)return null;if(e.finishedWork=null,e.finishedLanes=0,n===e.current)throw Error(T(177));e.callbackNode=null,e.callbackPriority=0;var a=n.lanes|n.childLanes;if(C5(e,a),e===oe&&(ne=oe=null,pe=0),!(n.subtreeFlags&2064)&&!(n.flags&2064)||a2||(a2=!0,yo(T2,function(){return Rt(),null})),a=(n.flags&15990)!==0,n.subtreeFlags&15990||a){a=ze.transition,ze.transition=null;var s=F;F=1;var o=H;H|=4,Fa.current=null,A9(e,n),co(n,e),n9(Ei),A2=!!xi,Ei=xi=null,e.current=n,$9(n),l5(),H=o,F=s,ze.transition=a}else e.current=n;if(a2&&(a2=!1,S1=e,q2=i),a=e.pendingLanes,a===0&&(_1=null),u5(n.stateNode),Te(e,J()),t!==null)for(r=e.onRecoverableError,n=0;n<t.length;n++)i=t[n],r(i.value,{componentStack:i.stack,digest:i.digest});if(Z2)throw Z2=!1,e=zi,zi=null,e;return q2&1&&e.tag!==0&&Rt(),a=e.pendingLanes,a&1?e===Bi?yn++:(yn=0,Bi=e):yn=0,D1(),null}function Rt(){if(S1!==null){var e=Wl(q2),t=ze.transition,n=F;try{if(ze.transition=null,F=16>e?16:e,S1===null)var r=!1;else{if(e=S1,S1=null,q2=0,H&6)throw Error(T(331));var i=H;for(H|=4,_=e.current;_!==null;){var a=_,s=a.child;if(_.flags&16){var o=a.deletions;if(o!==null){for(var c=0;c<o.length;c++){var u=o[c];for(_=u;_!==null;){var C=_;switch(C.tag){case 0:case 11:case 15:gn(8,C,a)}var g=C.child;if(g!==null)g.return=C,_=g;else for(;_!==null;){C=_;var f=C.sibling,y=C.return;if(so(C),C===u){_=null;break}if(f!==null){f.return=y,_=f;break}_=y}}}var b=a.alternate;if(b!==null){var x=b.child;if(x!==null){b.child=null;do{var L=x.sibling;x.sibling=null,x=L}while(x!==null)}}_=a}}if(a.subtreeFlags&2064&&s!==null)s.return=a,_=s;else e:for(;_!==null;){if(a=_,a.flags&2048)switch(a.tag){case 0:case 11:case 15:gn(9,a,a.return)}var m=a.sibling;if(m!==null){m.return=a.return,_=m;break e}_=a.return}}var p=e.current;for(_=p;_!==null;){s=_;var v=s.child;if(s.subtreeFlags&2064&&v!==null)v.return=s,_=v;else e:for(s=p;_!==null;){if(o=_,o.flags&2048)try{switch(o.tag){case 0:case 11:case 15:lr(9,o)}}catch(S){X(o,o.return,S)}if(o===s){_=null;break e}var E=o.sibling;if(E!==null){E.return=o.return,_=E;break e}_=o.return}}if(H=i,D1(),s1&&typeof s1.onPostCommitFiberRoot=="function")try{s1.onPostCommitFiberRoot(J2,e)}catch{}r=!0}return r}finally{F=n,ze.transition=t}}return!1}function Is(e,t,n){t=Ft(n,t),t=W3(e,t,1),e=$1(e,t,1),t=we(),e!==null&&(Hn(e,1,t),Te(e,t))}function X(e,t,n){if(e.tag===3)Is(e,e,n);else for(;t!==null;){if(t.tag===3){Is(t,e,n);break}else if(t.tag===1){var r=t.stateNode;if(typeof t.type.getDerivedStateFromError=="function"||typeof r.componentDidCatch=="function"&&(_1===null||!_1.has(r))){e=Ft(n,e),e=G3(t,e,1),t=$1(t,e,1),e=we(),t!==null&&(Hn(t,1,e),Te(t,e));break}}t=t.return}}function O9(e,t,n){var r=e.pingCache;r!==null&&r.delete(t),t=we(),e.pingedLanes|=e.suspendedLanes&n,oe===e&&(pe&n)===n&&(ie===4||ie===3&&(pe&130023424)===pe&&500>J()-Ba?X1(e,0):za|=n),Te(e,t)}function go(e,t){t===0&&(e.mode&1?(t=Gn,Gn<<=1,!(Gn&130023424)&&(Gn=4194304)):t=1);var n=we();e=C1(e,t),e!==null&&(Hn(e,t,n),Te(e,n))}function P9(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),go(e,n)}function H9(e,t){var n=0;switch(e.tag){case 13:var r=e.stateNode,i=e.memoizedState;i!==null&&(n=i.retryLane);break;case 19:r=e.stateNode;break;default:throw Error(T(314))}r!==null&&r.delete(t),go(e,n)}var vo;vo=function(e,t,n){if(e!==null)if(e.memoizedProps!==t.pendingProps||Se.current)ke=!0;else{if(!(e.lanes&n)&&!(t.flags&128))return ke=!1,S9(e,t,n);ke=!!(e.flags&131072)}else ke=!1,Z&&t.flags&1048576&&w3(t,O2,t.index);switch(t.lanes=0,t.tag){case 2:var r=t.type;v2(e,t),e=t.pendingProps;var i=Ot(t,ge.current);_t(t,n),i=Ma(null,t,r,e,i,n);var a=Oa();return t.flags|=1,typeof i=="object"&&i!==null&&typeof i.render=="function"&&i.$$typeof===void 0?(t.tag=1,t.memoizedState=null,t.updateQueue=null,Ie(r)?(a=!0,N2(t)):a=!1,t.memoizedState=i.state!==null&&i.state!==void 0?i.state:null,$a(t),i.updater=sr,t.stateNode=i,i._reactInternals=t,_i(t,r,e,n),t=Ni(null,t,r,!0,a,n)):(t.tag=0,Z&&a&&La(t),ye(null,t,i,n),t=t.child),t;case 16:r=t.elementType;e:{switch(v2(e,t),e=t.pendingProps,i=r._init,r=i(r._payload),t.type=r,i=t.tag=F9(r),e=Ge(r,e),i){case 0:t=Vi(null,t,r,e,n);break e;case 1:t=gs(null,t,r,e,n);break e;case 11:t=ms(null,t,r,e,n);break e;case 14:t=Cs(null,t,r,Ge(r.type,e),n);break e}throw Error(T(306,r,""))}return t;case 0:return r=t.type,i=t.pendingProps,i=t.elementType===r?i:Ge(r,i),Vi(e,t,r,i,n);case 1:return r=t.type,i=t.pendingProps,i=t.elementType===r?i:Ge(r,i),gs(e,t,r,i,n);case 3:e:{if(J3(t),e===null)throw Error(T(387));r=t.pendingProps,a=t.memoizedState,i=a.element,S3(e,t),D2(t,r,null,n);var s=t.memoizedState;if(r=s.element,a.isDehydrated)if(a={element:r,isDehydrated:!1,cache:s.cache,pendingSuspenseBoundaries:s.pendingSuspenseBoundaries,transitions:s.transitions},t.updateQueue.baseState=a,t.memoizedState=a,t.flags&256){i=Ft(Error(T(423)),t),t=vs(e,t,r,n,i);break e}else if(r!==i){i=Ft(Error(T(424)),t),t=vs(e,t,r,n,i);break e}else for(Re=A1(t.stateNode.containerInfo.firstChild),Ve=t,Z=!0,Xe=null,n=L3(t,null,r,n),t.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling;else{if(Pt(),r===i){t=g1(e,t,n);break e}ye(e,t,r,n)}t=t.child}return t;case 5:return I3(t),e===null&&ji(t),r=t.type,i=t.pendingProps,a=e!==null?e.memoizedProps:null,s=i.children,Li(r,i)?s=null:a!==null&&Li(r,a)&&(t.flags|=32),X3(e,t),ye(e,t,s,n),t.child;case 6:return e===null&&ji(t),null;case 13:return eo(e,t,n);case 4:return _a(t,t.stateNode.containerInfo),r=t.pendingProps,e===null?t.child=Ht(t,null,r,n):ye(e,t,r,n),t.child;case 11:return r=t.type,i=t.pendingProps,i=t.elementType===r?i:Ge(r,i),ms(e,t,r,i,n);case 7:return ye(e,t,t.pendingProps,n),t.child;case 8:return ye(e,t,t.pendingProps.children,n),t.child;case 12:return ye(e,t,t.pendingProps.children,n),t.child;case 10:e:{if(r=t.type._context,i=t.pendingProps,a=t.memoizedProps,s=i.value,z(P2,r._currentValue),r._currentValue=s,a!==null)if(t1(a.value,s)){if(a.children===i.children&&!Se.current){t=g1(e,t,n);break e}}else for(a=t.child,a!==null&&(a.return=t);a!==null;){var o=a.dependencies;if(o!==null){s=a.child;for(var c=o.firstContext;c!==null;){if(c.context===r){if(a.tag===1){c=f1(-1,n&-n),c.tag=2;var u=a.updateQueue;if(u!==null){u=u.shared;var C=u.pending;C===null?c.next=c:(c.next=C.next,C.next=c),u.pending=c}}a.lanes|=n,c=a.alternate,c!==null&&(c.lanes|=n),Ai(a.return,n,t),o.lanes|=n;break}c=c.next}}else if(a.tag===10)s=a.type===t.type?null:a.child;else if(a.tag===18){if(s=a.return,s===null)throw Error(T(341));s.lanes|=n,o=s.alternate,o!==null&&(o.lanes|=n),Ai(s,n,t),s=a.sibling}else s=a.child;if(s!==null)s.return=a;else for(s=a;s!==null;){if(s===t){s=null;break}if(a=s.sibling,a!==null){a.return=s.return,s=a;break}s=s.return}a=s}ye(e,t,i.children,n),t=t.child}return t;case 9:return i=t.type,r=t.pendingProps.children,_t(t,n),i=Ue(i),r=r(i),t.flags|=1,ye(e,t,r,n),t.child;case 14:return r=t.type,i=Ge(r,t.pendingProps),i=Ge(r.type,i),Cs(e,t,r,i,n);case 15:return K3(e,t,t.type,t.pendingProps,n);case 17:return r=t.type,i=t.pendingProps,i=t.elementType===r?i:Ge(r,i),v2(e,t),t.tag=1,Ie(r)?(e=!0,N2(t)):e=!1,_t(t,n),Q3(t,r,i),_i(t,r,i,n),Ni(null,t,r,!0,e,n);case 19:return to(e,t,n);case 22:return Y3(e,t,n)}throw Error(T(156,t.tag))};function yo(e,t){return Ul(e,t)}function D9(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function Fe(e,t,n,r){return new D9(e,t,n,r)}function Qa(e){return e=e.prototype,!(!e||!e.isReactComponent)}function F9(e){if(typeof e=="function")return Qa(e)?1:0;if(e!=null){if(e=e.$$typeof,e===pa)return 11;if(e===fa)return 14}return 2}function V1(e,t){var n=e.alternate;return n===null?(n=Fe(e.tag,t,e.key,e.mode),n.elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=e.flags&14680064,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n}function b2(e,t,n,r,i,a){var s=2;if(r=e,typeof e=="function")Qa(e)&&(s=1);else if(typeof e=="string")s=5;else e:switch(e){case gt:return J1(n.children,i,a,t);case da:s=8,i|=8;break;case ni:return e=Fe(12,n,t,i|2),e.elementType=ni,e.lanes=a,e;case ri:return e=Fe(13,n,t,i),e.elementType=ri,e.lanes=a,e;case ii:return e=Fe(19,n,t,i),e.elementType=ii,e.lanes=a,e;case Il:return cr(n,i,a,t);default:if(typeof e=="object"&&e!==null)switch(e.$$typeof){case kl:s=10;break e;case Sl:s=9;break e;case pa:s=11;break e;case fa:s=14;break e;case b1:s=16,r=null;break e}throw Error(T(130,e==null?e:typeof e,""))}return t=Fe(s,n,t,i),t.elementType=e,t.type=r,t.lanes=a,t}function J1(e,t,n,r){return e=Fe(7,e,r,t),e.lanes=n,e}function cr(e,t,n,r){return e=Fe(22,e,r,t),e.elementType=Il,e.lanes=n,e.stateNode={isHidden:!1},e}function qr(e,t,n){return e=Fe(6,e,null,t),e.lanes=n,e}function Qr(e,t,n){return t=Fe(4,e.children!==null?e.children:[],e.key,t),t.lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function z9(e,t,n,r,i){this.tag=t,this.containerInfo=e,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Ir(0),this.expirationTimes=Ir(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Ir(0),this.identifierPrefix=r,this.onRecoverableError=i,this.mutableSourceEagerHydrationData=null}function Wa(e,t,n,r,i,a,s,o,c){return e=new z9(e,t,n,o,c),t===1?(t=1,a===!0&&(t|=8)):t=0,a=Fe(3,null,null,t),e.current=a,a.stateNode=e,a.memoizedState={element:r,isDehydrated:n,cache:null,transitions:null,pendingSuspenseBoundaries:null},$a(a),e}function B9(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:Ct,key:r==null?null:""+r,children:e,containerInfo:t,implementation:n}}function wo(e){if(!e)return M1;e=e._reactInternals;e:{if(ot(e)!==e||e.tag!==1)throw Error(T(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(Ie(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(t!==null);throw Error(T(171))}if(e.tag===1){var n=e.type;if(Ie(n))return v3(e,n,t)}return t}function bo(e,t,n,r,i,a,s,o,c){return e=Wa(n,r,!0,e,i,a,s,o,c),e.context=wo(null),n=e.current,r=we(),i=R1(n),a=f1(r,i),a.callback=t??null,$1(n,a,i),e.current.lanes=i,Hn(e,i,r),Te(e,r),e}function ur(e,t,n,r){var i=t.current,a=we(),s=R1(i);return n=wo(n),t.context===null?t.context=n:t.pendingContext=n,t=f1(a,s),t.payload={element:e},r=r===void 0?null:r,r!==null&&(t.callback=r),e=$1(i,t,s),e!==null&&(e1(e,i,s,a),m2(e,i,s)),s}function W2(e){if(e=e.current,!e.child)return null;switch(e.child.tag){case 5:return e.child.stateNode;default:return e.child.stateNode}}function Ts(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var n=e.retryLane;e.retryLane=n!==0&&n<t?n:t}}function Ga(e,t){Ts(e,t),(e=e.alternate)&&Ts(e,t)}function U9(){return null}var xo=typeof reportError=="function"?reportError:function(e){console.error(e)};function Ka(e){this._internalRoot=e}dr.prototype.render=Ka.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(T(409));ur(e,t,null,null)};dr.prototype.unmount=Ka.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;it(function(){ur(null,e,null,null)}),t[m1]=null}};function dr(e){this._internalRoot=e}dr.prototype.unstable_scheduleHydration=function(e){if(e){var t=Yl();e={blockedOn:null,target:e,priority:t};for(var n=0;n<E1.length&&t!==0&&t<E1[n].priority;n++);E1.splice(n,0,e),n===0&&Jl(e)}};function Ya(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function pr(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11&&(e.nodeType!==8||e.nodeValue!==" react-mount-point-unstable "))}function js(){}function Z9(e,t,n,r,i){if(i){if(typeof r=="function"){var a=r;r=function(){var u=W2(s);a.call(u)}}var s=bo(t,r,e,0,null,!1,!1,"",js);return e._reactRootContainer=s,e[m1]=s.current,Tn(e.nodeType===8?e.parentNode:e),it(),s}for(;i=e.lastChild;)e.removeChild(i);if(typeof r=="function"){var o=r;r=function(){var u=W2(c);o.call(u)}}var c=Wa(e,0,!1,null,null,!1,!1,"",js);return e._reactRootContainer=c,e[m1]=c.current,Tn(e.nodeType===8?e.parentNode:e),it(function(){ur(t,c,n,r)}),c}function fr(e,t,n,r,i){var a=n._reactRootContainer;if(a){var s=a;if(typeof i=="function"){var o=i;i=function(){var c=W2(s);o.call(c)}}ur(t,s,e,i)}else s=Z9(n,t,e,i,r);return W2(s)}Gl=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var n=ln(t.pendingLanes);n!==0&&(Ca(t,n|1),Te(t,J()),!(H&6)&&(zt=J()+500,D1()))}break;case 13:it(function(){var r=C1(e,1);if(r!==null){var i=we();e1(r,e,1,i)}}),Ga(e,1)}};ga=function(e){if(e.tag===13){var t=C1(e,134217728);if(t!==null){var n=we();e1(t,e,134217728,n)}Ga(e,134217728)}};Kl=function(e){if(e.tag===13){var t=R1(e),n=C1(e,t);if(n!==null){var r=we();e1(n,e,t,r)}Ga(e,t)}};Yl=function(){return F};Xl=function(e,t){var n=F;try{return F=e,t()}finally{F=n}};hi=function(e,t,n){switch(t){case"input":if(li(e,n),t=n.name,n.type==="radio"&&t!=null){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll("input[name="+JSON.stringify(""+t)+'][type="radio"]'),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var i=rr(r);if(!i)throw Error(T(90));jl(r),li(r,i)}}}break;case"textarea":$l(e,n);break;case"select":t=n.value,t!=null&&Tt(e,!!n.multiple,t,!1)}};Pl=Ua;Hl=it;var q9={usingClientEntryPoint:!1,Events:[Fn,bt,rr,Ml,Ol,Ua]},Jt={findFiberByHostInstance:G1,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},Q9={bundleType:Jt.bundleType,version:Jt.version,rendererPackageName:Jt.rendererPackageName,rendererConfig:Jt.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:v1.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return e=zl(e),e===null?null:e.stateNode},findFiberByHostInstance:Jt.findFiberByHostInstance||U9,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var s2=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!s2.isDisabled&&s2.supportsFiber)try{J2=s2.inject(Q9),s1=s2}catch{}}Oe.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=q9;Oe.createPortal=function(e,t){var n=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Ya(t))throw Error(T(200));return B9(e,t,null,n)};Oe.createRoot=function(e,t){if(!Ya(e))throw Error(T(299));var n=!1,r="",i=xo;return t!=null&&(t.unstable_strictMode===!0&&(n=!0),t.identifierPrefix!==void 0&&(r=t.identifierPrefix),t.onRecoverableError!==void 0&&(i=t.onRecoverableError)),t=Wa(e,1,!1,null,null,n,!1,r,i),e[m1]=t.current,Tn(e.nodeType===8?e.parentNode:e),new Ka(t)};Oe.findDOMNode=function(e){if(e==null)return null;if(e.nodeType===1)return e;var t=e._reactInternals;if(t===void 0)throw typeof e.render=="function"?Error(T(188)):(e=Object.keys(e).join(","),Error(T(268,e)));return e=zl(t),e=e===null?null:e.stateNode,e};Oe.flushSync=function(e){return it(e)};Oe.hydrate=function(e,t,n){if(!pr(t))throw Error(T(200));return fr(null,e,t,!0,n)};Oe.hydrateRoot=function(e,t,n){if(!Ya(e))throw Error(T(405));var r=n!=null&&n.hydratedSources||null,i=!1,a="",s=xo;if(n!=null&&(n.unstable_strictMode===!0&&(i=!0),n.identifierPrefix!==void 0&&(a=n.identifierPrefix),n.onRecoverableError!==void 0&&(s=n.onRecoverableError)),t=bo(t,null,e,1,n??null,i,!1,a,s),e[m1]=t.current,Tn(e),r)for(e=0;e<r.length;e++)n=r[e],i=n._getVersion,i=i(n._source),t.mutableSourceEagerHydrationData==null?t.mutableSourceEagerHydrationData=[n,i]:t.mutableSourceEagerHydrationData.push(n,i);return new dr(t)};Oe.render=function(e,t,n){if(!pr(t))throw Error(T(200));return fr(null,e,t,!1,n)};Oe.unmountComponentAtNode=function(e){if(!pr(e))throw Error(T(40));return e._reactRootContainer?(it(function(){fr(null,null,e,!1,function(){e._reactRootContainer=null,e[m1]=null})}),!0):!1};Oe.unstable_batchedUpdates=Ua;Oe.unstable_renderSubtreeIntoContainer=function(e,t,n,r){if(!pr(n))throw Error(T(200));if(e==null||e._reactInternals===void 0)throw Error(T(38));return fr(e,t,n,!1,r)};Oe.version="18.3.1-next-f1338f8080-20240426";function Eo(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>"u"||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!="function"))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(Eo)}catch(e){console.error(e)}}Eo(),bl.exports=Oe;var On=bl.exports;const W9=d("div")({name:"StaticContainer",class:"svm502q",propsAsIs:!1}),G9=`
|
|
185
51
|
.sl-hide-on-modal {
|
|
186
52
|
height: 0 !important;
|
|
187
53
|
opacity: 0 !important;
|
|
188
54
|
overflow: hidden !important;
|
|
189
55
|
}
|
|
190
|
-
`,
|
|
56
|
+
`,K9=`
|
|
191
57
|
.sl-pill-button {
|
|
192
58
|
display: none !important;
|
|
193
59
|
}
|
|
194
|
-
`,tg=()=>window.innerWidth>=fa.lg&&window.innerWidth<fa.xl?76:53,rv=s=>{var d;const p=tg();return Math.round((((d=s.current)==null?void 0:d.getBoundingClientRect().y)||0)-p)<=0},U7=({children:s,container:d,useContainer:p})=>{const[C]=V.useState(()=>rv(d)),[b,S]=V.useState(!1);return V.useEffect(()=>{if(!d.current||!C)return S(!0),()=>{};const y=window.scrollY;return S(!0),()=>{rv(d)&&window.scrollTo({top:y,behavior:"instant"})}},[]),V.useEffect(()=>{if(b&&d.current&&C){const y=tg();window.scrollTo({top:d.current.offsetTop-y,behavior:"instant"})}},[b]),!d.current||!b?null:p?ld.createPortal(v.jsxs(uT,{children:[s,v.jsx("style",{children:cT}),v.jsx("style",{children:dT})]}),d.current,"modal-node"):ld.createPortal(s,d.current,"modal-node")},fT=E("div")({name:"Container",class:"c1pgyo67",propsAsIs:!1}),pT="sx17qu6",hT="h1692c5m",A1=({children:s,style:d,className:p,enabled:C=!0,hiding:b,onAnimationEnd:S})=>v.jsx(fT,{style:d,className:Pa(p,C&&pT,C&&b&&hT),onAnimationEnd:S,children:s}),mT=()=>A1,vT=E(mT())({name:"GrowingContainer",class:"gck55ev",propsAsIs:!0}),ng=({children:s,style:d,enabled:p,animate:C,...b})=>{const S=V.useRef(null),y=V.useMemo(()=>{const I=S==null?void 0:S.current,T=I&&window.getComputedStyle(I),P=T==null?void 0:T.getPropertyValue("height");return p?{height:C?P:0}:{}},[p,C]);return v.jsx(vT,{...b,enabled:p&&C,style:{...d,...y},children:v.jsx("div",{ref:S,children:s})})},av=E("div")({name:"SponsorLogoWrap",class:"s8p5v5z",propsAsIs:!1}),gT=()=>tt,ov=E(gT())({name:"SponsorLogo",class:"s755yti",propsAsIs:!0}),rg=({mastersApp:s})=>s?v.jsx(av,{children:v.jsx(ov,{name:"mastersLogo"})}):v.jsx(av,{children:v.jsx(ov,{name:"streamLayerLogo"})}),yT=E("div")({name:"Container",class:"c1gcvmcj",propsAsIs:!1}),CT=E("div")({name:"Title",class:"tnr592a",propsAsIs:!1}),bT=E("div")({name:"Description",class:"d1e8jqpv",propsAsIs:!1}),wT=()=>tt,kT=E(wT())({name:"Icon",class:"i1vs651k",propsAsIs:!0}),xT=({icon:s,title:d,description:p})=>v.jsxs(yT,{children:[v.jsx(kT,{name:s}),v.jsx(CT,{children:d}),v.jsx(bT,{children:p})]}),ST=()=>ng,ET=E(ST())({name:"ShowInContainer",class:"s16sbdnm",propsAsIs:!0}),T1=E("div")({name:"FeedbackContainer",class:"fbhorgl",propsAsIs:!1}),LT=E("div")({name:"Container",class:"c1g20ja7",propsAsIs:!1}),TT=()=>tt,iv=E(TT())({name:"IconPrediction",class:"i455ozj",propsAsIs:!0}),nd=E("div")({name:"FeedbackIconWrap",class:"f1913njx",propsAsIs:!1}),b4=E("div")({name:"FeedbackHeader",class:"fzfk69z",propsAsIs:!1}),IT=E("span")({name:"FeedbackTitle",class:"fx87qaj",propsAsIs:!1}),I1=E("span")({name:"FeedbackDescription",class:"fvek9ew",propsAsIs:!1}),g7=E("div")({name:"FeedbackText",class:"f1kbtp09",propsAsIs:!1}),RT=E("span")({name:"DynamicWrap",class:"d4i8rro",propsAsIs:!1}),_T=E("div")({name:"EarlyFeedbackDescription",class:"eqyssr",propsAsIs:!1}),lv=({feedbackMessages:s,questionVotedCorrectly:d,questionVoted:p,questionType:C,hasCorrectAnswer:b,showExpiredNotification:S,showClosedNotificationTrivia:y,votedInCurrentRender:I,votedAfterQuestionClosed:T,voteErrorMessage:P,enteredAnActiveQuestion:H,marketClosed:j,percentsAnimated:N,isEarlyPrediction:$,correctAnswer:Z})=>{const ee=p&&(C===J.QuestionType.TRIVIA||C===J.QuestionType.PREDICTION),K=C===J.QuestionType.PREDICTION&&!b,ae=j&&C===J.QuestionType.PREDICTION&&!p&&!H||C===J.QuestionType.PREDICTION&&T&&I&&H,oe=ee&&K,se=ee&&b,ce=C===J.QuestionType.PREDICTION&&p&&I&&b,me=p&&C===J.QuestionType.POLL&&I,xe=d?"correct":"incorrect",ke=d?s==null?void 0:s.correctFeedback:s==null?void 0:s.incorrectFeedback;return S||y||oe||se||ae||me||ce||P?v.jsx(ET,{enabled:I,animate:N,children:v.jsxs(LT,{"data-prediction":K,id:"feedbackContainer",children:[P&&!ae&&v.jsxs(T1,{children:[!$&&v.jsx(iv,{name:"questionExpired"}),v.jsx(I1,{children:P})]}),!P&&S&&v.jsxs(T1,{children:[!$&&v.jsx(nd,{children:v.jsx(tt,{name:"questionExpired"})}),v.jsxs("div",{children:[v.jsx(b4,{children:v.jsx(I1,{children:"Question Expired"})}),v.jsx(g7,{children:"You can still answer to see if you're correct, but no points are awarded for expired questions."})]})]}),!P&&y&&v.jsxs(T1,{children:[v.jsx(nd,{children:v.jsx(tt,{name:"questionExpired"})}),v.jsxs("div",{children:[v.jsx(b4,{children:v.jsx(I1,{children:"Question Closed"})}),v.jsx(g7,{children:"This question was answered after the moderator closed the question. So the points for this answer won’t tally."})]})]}),ae&&v.jsxs(T1,{children:[!$&&v.jsx(nd,{children:v.jsx(tt,{name:"questionExpired"})}),v.jsxs("div",{children:[v.jsx(b4,{children:v.jsx(I1,{children:$?b?"The results are already in!":"Question is Closed":"Question Closed"})}),v.jsx(g7,{id:"feedbackText",children:$?v.jsx(_T,{children:b?`Correct: ${Z==null?void 0:Z.text}`:"Event affecting the outcome has occurred."}):"This event has already taken place, so the ability to make a prediction on its outcome is no longer available."})]})]}),!P&&oe&&v.jsxs(T1,{children:[!$&&v.jsx(iv,{name:"icon-prediction"}),v.jsxs(I1,{children:["Your pick has been recorded. ",v.jsx(RT,{children:"We’ll notify you of the result."})]})]}),!P&&me&&v.jsxs(T1,{children:[!$&&v.jsx(nd,{"data-feedback-type":"correct",children:v.jsx(tt,{name:"correct"})}),v.jsx(I1,{children:"Thanks for answering. Please stay tuned for the next question."})]}),!P&&(se||ce)&&v.jsxs(T1,{children:[!$&&v.jsx(nd,{"data-feedback-type":xe,children:v.jsx(tt,{name:xe})}),v.jsx("div",{children:v.jsxs(b4,{children:[v.jsx(IT,{"data-feedback-type":xe,children:ke==null?void 0:ke.title}),v.jsx(I1,{children:ke==null?void 0:ke.description})]})})]})]})}):null},ag=E("div")({name:"Container",class:"c14ielyq",propsAsIs:!1}),NT=()=>Mv,PT=E(NT())({name:"QuestionScrollContainer",class:"q1tlqx57",propsAsIs:!0}),og=E("div")({name:"Content",class:"c1hq58md",propsAsIs:!1}),AT=E("div")({name:"Title",class:"t1c8nxcx",propsAsIs:!1}),jT=E("div")({name:"OptionsWrap",class:"oiozuc3",propsAsIs:!1}),ig=E("div")({name:"Options",class:"opnc44r",propsAsIs:!1}),MT=()=>A1,OT=E(MT())({name:"AlertContainer",class:"aq7p3w0",propsAsIs:!0}),DT=E("div")({name:"EarlyPrediction",class:"e1jlfj9g",propsAsIs:!1}),VT=()=>tt,$T=E(VT())({name:"EarlyPredictionIcon",class:"e84pmnd",propsAsIs:!0}),zT=()=>tt,FT=E(zT())({name:"SponsorIcon",class:"s1dybjw9",propsAsIs:!0}),HT=E("div")({name:"SponsorLogo",class:"s1l05ict",propsAsIs:!1});var B7={},R4=function(){return R4=Object.assign||function(s){for(var d,p=1,C=arguments.length;p<C;p++)for(var b in d=arguments[p])Object.prototype.hasOwnProperty.call(d,b)&&(s[b]=d[b]);return s},R4.apply(this,arguments)},UT=function(){function s(d,p,C){var b=this;this.endVal=p,this.options=C,this.version="2.8.0",this.defaults={startVal:0,decimalPlaces:0,duration:2,useEasing:!0,useGrouping:!0,useIndianSeparators:!1,smartEasingThreshold:999,smartEasingAmount:333,separator:",",decimal:".",prefix:"",suffix:"",enableScrollSpy:!1,scrollSpyDelay:200,scrollSpyOnce:!1},this.finalEndVal=null,this.useEasing=!0,this.countDown=!1,this.error="",this.startVal=0,this.paused=!0,this.once=!1,this.count=function(S){b.startTime||(b.startTime=S);var y=S-b.startTime;b.remaining=b.duration-y,b.useEasing?b.countDown?b.frameVal=b.startVal-b.easingFn(y,0,b.startVal-b.endVal,b.duration):b.frameVal=b.easingFn(y,b.startVal,b.endVal-b.startVal,b.duration):b.frameVal=b.startVal+(b.endVal-b.startVal)*(y/b.duration);var I=b.countDown?b.frameVal<b.endVal:b.frameVal>b.endVal;b.frameVal=I?b.endVal:b.frameVal,b.frameVal=Number(b.frameVal.toFixed(b.options.decimalPlaces)),b.printValue(b.frameVal),y<b.duration?b.rAF=requestAnimationFrame(b.count):b.finalEndVal!==null?b.update(b.finalEndVal):b.options.onCompleteCallback&&b.options.onCompleteCallback()},this.formatNumber=function(S){var y,I,T,P,H=S<0?"-":"";y=Math.abs(S).toFixed(b.options.decimalPlaces);var j=(y+="").split(".");if(I=j[0],T=j.length>1?b.options.decimal+j[1]:"",b.options.useGrouping){P="";for(var N=3,$=0,Z=0,ee=I.length;Z<ee;++Z)b.options.useIndianSeparators&&Z===4&&(N=2,$=1),Z!==0&&$%N==0&&(P=b.options.separator+P),$++,P=I[ee-Z-1]+P;I=P}return b.options.numerals&&b.options.numerals.length&&(I=I.replace(/[0-9]/g,function(K){return b.options.numerals[+K]}),T=T.replace(/[0-9]/g,function(K){return b.options.numerals[+K]})),H+b.options.prefix+I+T+b.options.suffix},this.easeOutExpo=function(S,y,I,T){return I*(1-Math.pow(2,-10*S/T))*1024/1023+y},this.options=R4(R4({},this.defaults),C),this.formattingFn=this.options.formattingFn?this.options.formattingFn:this.formatNumber,this.easingFn=this.options.easingFn?this.options.easingFn:this.easeOutExpo,this.startVal=this.validateValue(this.options.startVal),this.frameVal=this.startVal,this.endVal=this.validateValue(p),this.options.decimalPlaces=Math.max(this.options.decimalPlaces),this.resetDuration(),this.options.separator=String(this.options.separator),this.useEasing=this.options.useEasing,this.options.separator===""&&(this.options.useGrouping=!1),this.el=typeof d=="string"?document.getElementById(d):d,this.el?this.printValue(this.startVal):this.error="[CountUp] target is null or undefined",typeof window<"u"&&this.options.enableScrollSpy&&(this.error?console.error(this.error,d):(window.onScrollFns=window.onScrollFns||[],window.onScrollFns.push(function(){return b.handleScroll(b)}),window.onscroll=function(){window.onScrollFns.forEach(function(S){return S()})},this.handleScroll(this)))}return s.prototype.handleScroll=function(d){if(d&&window&&!d.once){var p=window.innerHeight+window.scrollY,C=d.el.getBoundingClientRect(),b=C.top+window.pageYOffset,S=C.top+C.height+window.pageYOffset;S<p&&S>window.scrollY&&d.paused?(d.paused=!1,setTimeout(function(){return d.start()},d.options.scrollSpyDelay),d.options.scrollSpyOnce&&(d.once=!0)):(window.scrollY>S||b>p)&&!d.paused&&d.reset()}},s.prototype.determineDirectionAndSmartEasing=function(){var d=this.finalEndVal?this.finalEndVal:this.endVal;this.countDown=this.startVal>d;var p=d-this.startVal;if(Math.abs(p)>this.options.smartEasingThreshold&&this.options.useEasing){this.finalEndVal=d;var C=this.countDown?1:-1;this.endVal=d+C*this.options.smartEasingAmount,this.duration=this.duration/2}else this.endVal=d,this.finalEndVal=null;this.finalEndVal!==null?this.useEasing=!1:this.useEasing=this.options.useEasing},s.prototype.start=function(d){this.error||(this.options.onStartCallback&&this.options.onStartCallback(),d&&(this.options.onCompleteCallback=d),this.duration>0?(this.determineDirectionAndSmartEasing(),this.paused=!1,this.rAF=requestAnimationFrame(this.count)):this.printValue(this.endVal))},s.prototype.pauseResume=function(){this.paused?(this.startTime=null,this.duration=this.remaining,this.startVal=this.frameVal,this.determineDirectionAndSmartEasing(),this.rAF=requestAnimationFrame(this.count)):cancelAnimationFrame(this.rAF),this.paused=!this.paused},s.prototype.reset=function(){cancelAnimationFrame(this.rAF),this.paused=!0,this.resetDuration(),this.startVal=this.validateValue(this.options.startVal),this.frameVal=this.startVal,this.printValue(this.startVal)},s.prototype.update=function(d){cancelAnimationFrame(this.rAF),this.startTime=null,this.endVal=this.validateValue(d),this.endVal!==this.frameVal&&(this.startVal=this.frameVal,this.finalEndVal==null&&this.resetDuration(),this.finalEndVal=null,this.determineDirectionAndSmartEasing(),this.rAF=requestAnimationFrame(this.count))},s.prototype.printValue=function(d){var p;if(this.el){var C=this.formattingFn(d);!((p=this.options.plugin)===null||p===void 0)&&p.render?this.options.plugin.render(this.el,C):this.el.tagName==="INPUT"?this.el.value=C:this.el.tagName==="text"||this.el.tagName==="tspan"?this.el.textContent=C:this.el.innerHTML=C}},s.prototype.ensureNumber=function(d){return typeof d=="number"&&!isNaN(d)},s.prototype.validateValue=function(d){var p=Number(d);return this.ensureNumber(p)?p:(this.error="[CountUp] invalid start or end value: ".concat(d),null)},s.prototype.resetDuration=function(){this.startTime=null,this.duration=1e3*Number(this.options.duration),this.remaining=this.duration},s}();const BT=Object.freeze(Object.defineProperty({__proto__:null,CountUp:UT},Symbol.toStringTag,{value:"Module"})),WT=Av(BT);Object.defineProperty(B7,"__esModule",{value:!0});var Qn=V,qT=WT;function QT(s,d){var p=s==null?null:typeof Symbol<"u"&&s[Symbol.iterator]||s["@@iterator"];if(p!=null){var C,b,S,y,I=[],T=!0,P=!1;try{if(S=(p=p.call(s)).next,d!==0)for(;!(T=(C=S.call(p)).done)&&(I.push(C.value),I.length!==d);T=!0);}catch(H){P=!0,b=H}finally{try{if(!T&&p.return!=null&&(y=p.return(),Object(y)!==y))return}finally{if(P)throw b}}return I}}function sv(s,d){var p=Object.keys(s);if(Object.getOwnPropertySymbols){var C=Object.getOwnPropertySymbols(s);d&&(C=C.filter(function(b){return Object.getOwnPropertyDescriptor(s,b).enumerable})),p.push.apply(p,C)}return p}function _4(s){for(var d=1;d<arguments.length;d++){var p=arguments[d]!=null?arguments[d]:{};d%2?sv(Object(p),!0).forEach(function(C){YT(s,C,p[C])}):Object.getOwnPropertyDescriptors?Object.defineProperties(s,Object.getOwnPropertyDescriptors(p)):sv(Object(p)).forEach(function(C){Object.defineProperty(s,C,Object.getOwnPropertyDescriptor(p,C))})}return s}function ZT(s,d){if(typeof s!="object"||!s)return s;var p=s[Symbol.toPrimitive];if(p!==void 0){var C=p.call(s,d||"default");if(typeof C!="object")return C;throw new TypeError("@@toPrimitive must return a primitive value.")}return(d==="string"?String:Number)(s)}function KT(s){var d=ZT(s,"string");return typeof d=="symbol"?d:String(d)}function YT(s,d,p){return d=KT(d),d in s?Object.defineProperty(s,d,{value:p,enumerable:!0,configurable:!0,writable:!0}):s[d]=p,s}function T7(){return T7=Object.assign?Object.assign.bind():function(s){for(var d=1;d<arguments.length;d++){var p=arguments[d];for(var C in p)Object.prototype.hasOwnProperty.call(p,C)&&(s[C]=p[C])}return s},T7.apply(this,arguments)}function GT(s,d){if(s==null)return{};var p={},C=Object.keys(s),b,S;for(S=0;S<C.length;S++)b=C[S],!(d.indexOf(b)>=0)&&(p[b]=s[b]);return p}function lg(s,d){if(s==null)return{};var p=GT(s,d),C,b;if(Object.getOwnPropertySymbols){var S=Object.getOwnPropertySymbols(s);for(b=0;b<S.length;b++)C=S[b],!(d.indexOf(C)>=0)&&Object.prototype.propertyIsEnumerable.call(s,C)&&(p[C]=s[C])}return p}function XT(s,d){return JT(s)||QT(s,d)||eI(s,d)||tI()}function JT(s){if(Array.isArray(s))return s}function eI(s,d){if(s){if(typeof s=="string")return uv(s,d);var p=Object.prototype.toString.call(s).slice(8,-1);if(p==="Object"&&s.constructor&&(p=s.constructor.name),p==="Map"||p==="Set")return Array.from(s);if(p==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(p))return uv(s,d)}}function uv(s,d){(d==null||d>s.length)&&(d=s.length);for(var p=0,C=new Array(d);p<d;p++)C[p]=s[p];return C}function tI(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
195
|
-
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var nI=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u"?Qn.useLayoutEffect:Qn.useEffect;function Io(s){var d=Qn.useRef(s);return nI(function(){d.current=s}),Qn.useCallback(function(){for(var p=arguments.length,C=new Array(p),b=0;b<p;b++)C[b]=arguments[b];return d.current.apply(void 0,C)},[])}var rI=function(d,p){var C=p.decimal,b=p.decimals,S=p.duration,y=p.easingFn,I=p.end,T=p.formattingFn,P=p.numerals,H=p.prefix,j=p.separator,N=p.start,$=p.suffix,Z=p.useEasing,ee=p.useGrouping,K=p.useIndianSeparators,ae=p.enableScrollSpy,oe=p.scrollSpyDelay,se=p.scrollSpyOnce,ce=p.plugin;return new qT.CountUp(d,I,{startVal:N,duration:S,decimal:C,decimalPlaces:b,easingFn:y,formattingFn:T,numerals:P,separator:j,prefix:H,suffix:$,plugin:ce,useEasing:Z,useIndianSeparators:K,useGrouping:ee,enableScrollSpy:ae,scrollSpyDelay:oe,scrollSpyOnce:se})},aI=["ref","startOnMount","enableReinitialize","delay","onEnd","onStart","onPauseResume","onReset","onUpdate"],oI={decimal:".",separator:",",delay:null,prefix:"",suffix:"",duration:2,start:0,decimals:0,startOnMount:!0,enableReinitialize:!0,useEasing:!0,useGrouping:!0,useIndianSeparators:!1},sg=function(d){var p=Object.fromEntries(Object.entries(d).filter(function(ze){var ot=XT(ze,2),dt=ot[1];return dt!==void 0})),C=Qn.useMemo(function(){return _4(_4({},oI),p)},[d]),b=C.ref,S=C.startOnMount,y=C.enableReinitialize,I=C.delay,T=C.onEnd,P=C.onStart,H=C.onPauseResume,j=C.onReset,N=C.onUpdate,$=lg(C,aI),Z=Qn.useRef(),ee=Qn.useRef(),K=Qn.useRef(!1),ae=Io(function(){return rI(typeof b=="string"?b:b.current,$)}),oe=Io(function(ze){var ot=Z.current;if(ot&&!ze)return ot;var dt=ae();return Z.current=dt,dt}),se=Io(function(){var ze=function(){return oe(!0).start(function(){T==null||T({pauseResume:ce,reset:me,start:ke,update:xe})})};I&&I>0?ee.current=setTimeout(ze,I*1e3):ze(),P==null||P({pauseResume:ce,reset:me,update:xe})}),ce=Io(function(){oe().pauseResume(),H==null||H({reset:me,start:ke,update:xe})}),me=Io(function(){oe().el&&(ee.current&&clearTimeout(ee.current),oe().reset(),j==null||j({pauseResume:ce,start:ke,update:xe}))}),xe=Io(function(ze){oe().update(ze),N==null||N({pauseResume:ce,reset:me,start:ke})}),ke=Io(function(){me(),se()}),it=Io(function(ze){S&&(ze&&me(),se())});return Qn.useEffect(function(){K.current?y&&it(!0):(K.current=!0,it())},[y,K,it,I,d.start,d.suffix,d.prefix,d.duration,d.separator,d.decimals,d.decimal,d.formattingFn]),Qn.useEffect(function(){return function(){me()}},[me]),{start:ke,pauseResume:ce,reset:me,update:xe,getCountUp:oe}},iI=["className","redraw","containerProps","children","style"],lI=function(d){var p=d.className,C=d.redraw,b=d.containerProps,S=d.children,y=d.style,I=lg(d,iI),T=Qn.useRef(null),P=Qn.useRef(!1),H=sg(_4(_4({},I),{},{ref:T,startOnMount:typeof S!="function"||d.delay===0,enableReinitialize:!1})),j=H.start,N=H.reset,$=H.update,Z=H.pauseResume,ee=H.getCountUp,K=Io(function(){j()}),ae=Io(function(ce){d.preserveValue||N(),$(ce)}),oe=Io(function(){if(typeof d.children=="function"&&!(T.current instanceof Element)){console.error(`Couldn't find attached element to hook the CountUp instance into! Try to attach "containerRef" from the render prop to a an Element, eg. <span ref={containerRef} />.`);return}ee()});Qn.useEffect(function(){oe()},[oe]),Qn.useEffect(function(){P.current&&ae(d.end)},[d.end,ae]);var se=C&&d;return Qn.useEffect(function(){C&&P.current&&K()},[K,C,se]),Qn.useEffect(function(){!C&&P.current&&K()},[K,C,d.start,d.suffix,d.prefix,d.duration,d.separator,d.decimals,d.decimal,d.className,d.formattingFn]),Qn.useEffect(function(){P.current=!0},[]),typeof S=="function"?S({countUpRef:T,start:j,reset:N,update:$,pauseResume:Z,getCountUp:ee}):Qn.createElement("span",T7({className:p,ref:T,style:y},b),typeof d.start<"u"?ee().formattingFn(d.start):"")},sI=B7.default=lI;B7.useCountUp=sg;const A4=({value:s=0,decimals:d,duration:p=1,preserveValue:C=!0,...b})=>{const[,S]=s.toString().split("."),y=d??((S==null?void 0:S.length)||0);return v.jsx(sI,{end:s,...b,duration:p,decimals:y,enableScrollSpy:!1,preserveValue:C})},uI=E("button")({name:"ButtonContainer",class:"b1b6dl8t",propsAsIs:!1}),cI=E("div")({name:"ButtonPctWrap",class:"b4iik8i",propsAsIs:!1}),dI=E("div")({name:"ButtonPct",class:"b1gq1lnf",propsAsIs:!1}),fI=E("span")({name:"ButtonBody",class:"b1j65z51",propsAsIs:!1}),pI=E("div")({name:"IconContainer",class:"i19tpfua",propsAsIs:!1}),hI=E("div")({name:"IconWrap",class:"i1tubmma",propsAsIs:!1}),ug=E("img")({name:"Icon",class:"i1grrgwj",propsAsIs:!1}),mI=()=>ug,vI=E(mI())({name:"IconDefault",class:"ibemyq8",propsAsIs:!0}),gI=()=>ug,yI=E(gI())({name:"IconCircle",class:"i1dceht",propsAsIs:!0}),CI=E("span")({name:"Title",class:"t116q4vq",propsAsIs:!1}),bI=E("span")({name:"Indicators",class:"i17ajcu2",propsAsIs:!1}),wI=E("span")({name:"Pts",class:"pu9kmlb",propsAsIs:!1}),kI=E("span")({name:"Percentage",class:"p1j2j0s0",propsAsIs:!1}),xI=()=>tt,SI=E(xI())({name:"CheckIcon",class:"c1mzj1sj",propsAsIs:!0}),cv={[J.QuestionImages.CENTERED]:s=>v.jsx(vI,{"data-testid":"vote-icon",alt:"option-icon",src:s}),[J.QuestionImages.TRANSPARENT]:s=>v.jsx(pI,{"data-testid":"vote-icon",children:v.jsx(hI,{style:{backgroundImage:`url(${s})`}})}),[J.QuestionImages.ROUNDED]:s=>v.jsx(yI,{"data-testid":"vote-icon",alt:"option-icon",src:s}),[J.QuestionImages.NONE]:()=>null,[J.QuestionImages.UNSET]:()=>null},EI=({questionType:s,hasCorrectAnswer:d,correct:p,youVoted:C,questionVoted:b})=>{if(s===J.QuestionType.POLL&&C)return"voted";if(s===J.QuestionType.PREDICTION){if(!d&&b)return C?"voted":"unset";if(d&&b)return C?p?"correct":"incorrect":"unset";if(C)return"correct"}return s===J.QuestionType.TRIVIA&&b&&C?p?"correct":"incorrect":"unset"},LI=({questionType:s,questionVoted:d,correct:p,hasCorrectAnswer:C,questionStatus:b})=>s===J.QuestionType.TRIVIA?d&&p:s===J.QuestionType.PREDICTION?d&&p&&C||b===J.QuestionStatus.RESOLVED&&p:!1,TI=s=>{var d;const{id:p,icon:C,text:b,percentageDecimal:S,points:y,onVote:I,markThatVoted:T,onPercentsAnimated:P,youSelected:H,youVoted:j,questionVoted:N,imageMode:$,answerTimeExpired:Z,questionStatus:ee,isLoading:K,questionType:ae,correct:oe,hasCorrectAnswer:se,votedAfterQuestionClosed:ce,enteredAnActiveQuestion:me,marketClosed:xe}=s,[ke,it]=V.useState(0),ze=EI(s),ot=LI({questionType:ae,questionVoted:N,correct:oe,hasCorrectAnswer:se,questionStatus:ee}),dt=xe&&ae===J.QuestionType.PREDICTION,lt=N||dt,qe=ae===J.QuestionType.PREDICTION&&!N&&!xe,Wt=N&&!H&&ze!=="incorrect"&&!j;return V.useLayoutEffect(()=>{it(0),requestAnimationFrame(()=>{it(S)})},[S]),v.jsxs(uI,{id:"voteAnswerContainer",value:p,"data-selected":H,"data-answer-state":ze,disabled:N||K||Z||dt&&!me||dt&&me&&ce,"data-is-not-checked":Wt,onClick:ln=>{T(ae===J.QuestionType.PREDICTION?xe:ee===J.QuestionStatus.RESOLVED),I(ln)},children:[v.jsx(cI,{children:v.jsx(dI,{id:"voteAnswerRct","data-answer-state":ze,"data-is-not-checked":Wt,style:{width:`${lt?ke:0}%`},onTransitionEnd:()=>{dt||P==null||P()}})}),v.jsxs(fI,{id:"voteAnswer",children:[C&&$&&((d=cv[$])==null?void 0:d.call(cv,C)),v.jsx(CI,{children:b}),qe&&v.jsxs("div",{children:[y,v.jsx(wI,{children:"pts"})]}),lt&&v.jsxs(bI,{id:"voteAnswerIndicators",children:[ot&&v.jsx(SI,{name:"selected"}),v.jsx(kI,{children:v.jsx(A4,{value:S,suffix:"%"})})]})]})]})},II=()=>ng,RI=E(II())({name:"ShowInContainer",class:"sie6cqo",propsAsIs:!0}),_I=E("div")({name:"WinBarContainer",class:"wgizw4u",propsAsIs:!1}),NI=E("div")({name:"Content",class:"c1l3ucjp",propsAsIs:!1}),PI=E("div")({name:"Title",class:"tx7j799",propsAsIs:!1}),AI=()=>tt,jI=E(AI())({name:"WinIcon",class:"w4lwuj0",propsAsIs:!0}),MI=E("div")({name:"Points",class:"po9i64o",propsAsIs:!1}),OI=E("span")({name:"PointsCount",class:"pe5g05h",propsAsIs:!1}),DI=E("span")({name:"PointsUnits",class:"p1hdtpmb",propsAsIs:!1}),VI=({title:s,points:d,isPlayingTimer:p,isTimer:C,animatePoints:b,questionType:S,timerDuration:y,votedInCurrentRender:I,percentsAnimated:T,onTimerExpired:P})=>v.jsx(RI,{enabled:S===J.QuestionType.PREDICTION&&I,animate:T,children:v.jsxs(_I,{style:{justifyContent:S===J.QuestionType.PREDICTION?"center":"space-between"},children:[v.jsxs(NI,{children:[s&&v.jsx(PI,{children:s}),d!==void 0&&S!==J.QuestionType.POLL&&v.jsxs(v.Fragment,{children:[v.jsx(jI,{name:"icon-trophy"}),v.jsxs(MI,{children:[v.jsx(OI,{children:b?v.jsx(A4,{value:d,delay:.3}):d}),v.jsx(DI,{children:"PTS"})]})]})]}),C&&S!==J.QuestionType.PREDICTION&&v.jsx(bL,{isPlaying:p,onTimerExpired:P,duration:y})]})}),$I=(s,d)=>{switch(s){case"already_voted":return d===J.QuestionType.POLL?"You’ve already answered this question on another device.":"You’ve already answered this question on another device. So the points for this answer won't tally.";default:return"Something went wrong, please try again"}},cg=()=>v.jsx(ag,{children:v.jsxs(og,{children:[v.jsx(Na,{loading:!0,style:{height:"40px",borderRadius:"100px"}}),v.jsx(Na,{loading:!0,style:{height:"24px",margin:"16px 0"}}),v.jsx(ig,{children:Array.from({length:5}).map((s,d)=>v.jsx(Na,{loading:!0,style:{height:"44px"}},d))})]})}),dg=({openedQuestion:s,isLoading:d,vote:p,close:C,isEarlyPrediction:b})=>{var S,y;const I=s.subject,T=s.type,P=s.status,H=(S=s.options)==null?void 0:S.options,j=s.marketClosed,N=s.id,$=V.useRef(),[Z,ee]=V.useState(!1),[K,ae]=V.useState(!1),[oe,se]=V.useState(!0),[ce,me]=V.useState(!1),[xe,ke]=V.useState(!1),[it,ze]=V.useState(""),[ot,dt]=V.useState(""),[lt,qe]=V.useState(!1),[Wt,ln]=V.useState(!1),{runAnimation:It,finished:zr}=V7();V.useEffect(()=>{zr&&C()},[C,zr]),V.useEffect(()=>{T===J.QuestionType.PREDICTION?j&&se(!1):P===J.QuestionStatus.RESOLVED&&se(!1)},[]);const de=V.useCallback(gt=>{ae(gt),ee(!0)},[]),Me=V.useRef(!1),ye=V.useCallback(async gt=>{if(!Me.current&&(Me.current=!0,N)){const Gt=gt.currentTarget.value;ze(Gt);try{await p(N,Gt)}catch(sr){dt($I(sr.message,T)),ze(""),console.error("Error while voting",sr),Me.current=!1}}},[T,N,ze,p]),ft=V.useCallback(()=>{me(!0),It({delay:3500})},[It]),ht=V.useCallback(()=>{ke(!0),It({delay:3500})},[It]),Ye=s==null?void 0:s.answers.find(gt=>gt.youVoted===!0),wt=V.useMemo(()=>!!(s!=null&&s.answers.find(gt=>gt.correct===!0)),[s]),Mt=V.useMemo(()=>s==null?void 0:s.answers.find(gt=>gt.correct===!0),[s]);V.useEffect(()=>{Ye&&Z&&!Wt&&($.current=setTimeout(ht,1e4),ln(!0))},[Ye]),V.useEffect(()=>()=>{clearTimeout($.current)},[]);const sn=V.useMemo(()=>s?s.answers.map(gt=>{var Gt;return{...gt,questionVoted:!!Ye,youSelected:it===gt.id,isLoading:d,hasCorrectAnswer:wt,questionType:s.type,answerTimeExpired:ce,questionStatus:P,imageMode:(Gt=s.appearance)==null?void 0:Gt.images,onVote:ye}}):[],[wt,ce,d,s,Ye,P,ye,it]);V.useEffect(()=>{const gt=sn.some(({percentageDecimal:sr})=>sr!==0),Gt=Ye&&T===J.QuestionType.PREDICTION;ot&&(!gt||j&&Gt)&&qe(!0)},[sn,ot,j,T,Ye]);const ha=H&&(H.case==="trivia"||H.case==="prediction")?H.value:void 0,un=P===J.QuestionStatus.RESOLVED&&T===J.QuestionType.TRIVIA&&!Ye&&!oe,ir=T===J.QuestionType.TRIVIA&&K,Ya=V.useMemo(()=>T===J.QuestionType.PREDICTION?b?!1:!!(Ye&&!wt||Ye&&wt&&Mt!=null&&Mt.youVoted):!0,[T,Ye,wt,Mt,b]),lr=V.useMemo(()=>{if(T===J.QuestionType.PREDICTION&&Ye&&(!wt||wt&&Mt!=null&&Mt.youVoted))return Ye.points;if(!(un||ce))return Ye?Ye.correct?Ye.pointsEarned:0:Mt==null?void 0:Mt.points},[ce,Ye,Mt,un,T,wt]),ma=V.useMemo(()=>T===J.QuestionType.PREDICTION&&Ye?wt?wt&&Mt!=null&&Mt.youVoted?"You won":"":"To win":un||ce?"Time expired":T===J.QuestionType.POLL?"Time remaining":Ye?"You won":"To win",[ce,T,Ye,un,wt,Mt]),qt=!Ya||Ya&&T===J.QuestionType.PREDICTION&&Z&&!lt,On=(T===J.QuestionType.TRIVIA||T===J.QuestionType.PREDICTION)&&Ye&&wt&&(Mt==null?void 0:Mt.youVoted),Er=Ye||un||ir||T===J.QuestionType.TRIVIA&&P===J.QuestionStatus.RESOLVED&&oe;return v.jsx(PT,{children:v.jsx(ag,{children:v.jsxs(og,{children:[!b&&v.jsx(lv,{feedbackMessages:ha,questionVoted:!!Ye,questionVotedCorrectly:Ye==null?void 0:Ye.correct,questionType:T,hasCorrectAnswer:wt,showExpiredNotification:un,showClosedNotificationTrivia:ir,votedInCurrentRender:Z,votedAfterQuestionClosed:K,enteredAnActiveQuestion:oe,marketClosed:j,percentsAnimated:lt,voteErrorMessage:ot}),Ya&&v.jsx(VI,{title:ma,points:lr,onTimerExpired:ft,questionType:s.type,isTimer:!d,isPlayingTimer:!Ye,animatePoints:On,timerDuration:Er?0:Number(((y=s==null?void 0:s.appearance)==null?void 0:y.autoHideInterval)||"30"),votedInCurrentRender:Z,percentsAnimated:lt}),!b&&(ce||xe)?v.jsx(OT,{children:v.jsx(xT,{icon:"icon-check-circle",title:"More to come...",description:xe?v.jsxs(v.Fragment,{children:["Stay tuned for more questions ",v.jsx("br",{})," and insights."]}):v.jsxs(v.Fragment,{children:["Watch for additional enhanced stream ",v.jsx("br",{})," interactive experience."]})})}):v.jsxs(v.Fragment,{children:[b&&v.jsxs(DT,{children:[v.jsx($T,{name:"iconEarlyPrediction"}),"EARLY PREDICTION"]}),v.jsx(AT,{style:qt?{marginTop:0}:{},id:"voteTitle",children:I}),b&&v.jsx(lv,{feedbackMessages:ha,questionVoted:!!Ye,questionVotedCorrectly:Ye==null?void 0:Ye.correct,questionType:T,hasCorrectAnswer:wt,showExpiredNotification:un,showClosedNotificationTrivia:ir,votedInCurrentRender:Z,votedAfterQuestionClosed:K,enteredAnActiveQuestion:oe,marketClosed:j,percentsAnimated:lt,voteErrorMessage:ot,isEarlyPrediction:b,correctAnswer:Mt}),v.jsxs(jT,{children:[v.jsx(ig,{id:"voteOptions",children:sn.map(gt=>v.jsx(TI,{...gt,markThatVoted:de,onPercentsAnimated:()=>qe(!0),votedAfterQuestionClosed:K,enteredAnActiveQuestion:oe,marketClosed:j},gt.id))}),b&&v.jsx(HT,{children:v.jsx(FT,{name:"mastersLogoWhite"})})]})]})]})})})},zI=E("div")({name:"Container",class:"c1bgb86j",propsAsIs:!1}),FI=E("video")({name:"Player",class:"p6703cq",propsAsIs:!1}),HI=E("img")({name:"Poster",class:"p12ow7zo",propsAsIs:!1}),UI=E("div")({name:"Control",class:"cdpal9o",propsAsIs:!1}),BI="t1xke4ml",WI="h1yzxv57",qI=s=>{for(const d of s)d.isIntersecting?d.target instanceof HTMLVideoElement&&d.target.autoplay&&d.target.play():d.target instanceof HTMLVideoElement&&!d.target.paused&&d.target.pause()},fg=new IntersectionObserver(qI,{threshold:.5}),W7=new Set,QI=s=>{fg.observe(s),W7.add(s)},ZI=s=>{fg.unobserve(s),W7.delete(s)},pg=()=>{for(const s of W7)s instanceof HTMLVideoElement&&!s.paused&&s.pause()},j4=({poster:s,source:d,aspectRatio:p,controlVideo:C,onPlay:b,onPause:S,autoPlay:y,hideControls:I})=>{const T=V.useRef(null),[P,H]=V.useState(!1),[j,N]=V.useState(!0),$=V.useCallback(()=>{C==null||C({muted:!0})},[C]),Z=V.useCallback(()=>{C==null||C({muted:!1})},[C]),ee=ae=>{ae.stopPropagation();const oe=T==null?void 0:T.current;if(oe){if(P)oe.pause();else{const se=T==null?void 0:T.current;if(!se)return;pg(),se.play().catch(ce=>console.log(ce)),N(!1)}P1.emit("interactions",{action:"tap",payload:{}})}},K=()=>{var ae;(ae=T==null?void 0:T.current)==null||ae.load(),N(!0)};return V.useEffect(()=>{const ae=T==null?void 0:T.current;return()=>{ae&&(ae.paused||Z())}},[Z]),V.useEffect(()=>{const ae=T.current;return ae?(QI(ae),()=>ZI(ae)):()=>{}},[]),v.jsxs(zI,{onClick:I?void 0:ee,className:Pa(P&&BI,I&&WI),style:p?{aspectRatio:p}:{},children:[v.jsx(FI,{ref:T,src:d,autoPlay:y,onPlay:()=>{$(),H(!0),N(!1),b==null||b()},onPause:()=>{Z(),H(!1),S==null||S()},onEnded:()=>{Z(),H(!1),K()},style:{visibility:j?"hidden":"visible"},controls:!1,playsInline:!0}),v.jsx(HI,{src:s,style:{visibility:j?"visible":"hidden"}}),!I&&v.jsx(UI,{children:P?v.jsx(tt,{name:"icon-pause"}):v.jsx(tt,{name:"icon-play"})})]})},KI=E("div")({name:"Container",class:"cgn5uen",propsAsIs:!1}),YI=E("div")({name:"Content",class:"c1px8nt6",propsAsIs:!1}),GI=E("h3")({name:"Title",class:"t5et2jt",propsAsIs:!1}),XI=E("div")({name:"Description",class:"d1i2kpk2",propsAsIs:!1}),JI=E("img")({name:"Image",class:"id3lh3p",propsAsIs:!1}),eR=E("div")({name:"ImageContainer",class:"i1gfjeu5",propsAsIs:!1}),hg=({instantView:s,isDetail:d,notification:p,controlVideo:C})=>{const b=s==null?void 0:s.heading,S=s==null?void 0:s.body,y=b||S,I=p==null?void 0:p.title,T=p==null?void 0:p.body;return v.jsxs(KI,{children:[(s==null?void 0:s.video)&&v.jsx(j4,{source:s.video.url,poster:s.video.thumbnailUrl,controlVideo:C,autoPlay:s.autoPlayVideo===J.AutoPlayVideo.ENABLED}),(s==null?void 0:s.image)&&!(s!=null&&s.video)&&v.jsx(eR,{"data-rounded":s.imageMode===J.QuestionImages.ROUNDED,children:v.jsx(JI,{src:s==null?void 0:s.image})}),v.jsxs(YI,{children:[v.jsx(GI,{children:d&&y?b:I}),v.jsx(XI,{children:d&&y?S:T})]})]})},tR=E("div")({name:"Container",class:"c1euiow",propsAsIs:!1}),nR=E("a")({name:"WebLinkBtn",class:"w19zie3h",propsAsIs:!1}),rR=()=>tt,aR=E(rR())({name:"WebLinkIcon",class:"wyg5v7z",propsAsIs:!0}),mg=({instantView:s,...d})=>v.jsxs(tR,{children:[v.jsx(hg,{instantView:s,...d,isDetail:!0}),(s==null?void 0:s.webLink)&&v.jsxs(nR,{href:s==null?void 0:s.webLink.url,target:"_blank","data-analytics":"web-link",children:[s==null?void 0:s.webLink.label,v.jsx(aR,{name:"icon-external-link"})]})]}),oR=E("div")({name:"Container",class:"cjq447q",propsAsIs:!1}),iR=E("div")({name:"ImageContainer",class:"i14egogb",propsAsIs:!1}),lR=E("img")({name:"Image",class:"i2g9g4l",propsAsIs:!1}),sR=()=>tt,uR=E(sR())({name:"TwitterIcon",class:"t1c454nm",propsAsIs:!0}),cR=E("div")({name:"Details",class:"d11nigc3",propsAsIs:!1}),dR=E("div")({name:"Name",class:"nrxa4k8",propsAsIs:!1}),fR=E("div")({name:"UserNameAndDate",class:"u1p051g3",propsAsIs:!1}),vg=({image:s,name:d,userName:p,verified:C,createdTweet:b})=>{const S=b&&jL(b);return v.jsxs(oR,{children:[s&&v.jsxs(iR,{children:[v.jsx(lR,{className:"SL_AccountImage",src:s}),v.jsx(uR,{name:"twitter"})]}),v.jsxs(cR,{children:[d&&v.jsxs(dR,{className:"SL_TweetAccountName",children:[d," ",C&&v.jsx(tt,{name:"icon-twitter-verified"})]}),p&&v.jsxs(fR,{className:"SL_TweetAccountUserName",children:["@",p," ",S&&`・ ${S}`]})]})]})},pR=E("div")({name:"Container",class:"c1kzqw87",propsAsIs:!1}),hR=E("div")({name:"Details",class:"d9r1hf9",propsAsIs:!1}),mR=E("div")({name:"Body",class:"bezygt5",propsAsIs:!1}),rd=E("div")({name:"ImagesContainer",class:"i1y8f7ym",propsAsIs:!1}),y7=E("div")({name:"ImagesBlock",class:"i18gwonx",propsAsIs:!1}),gg=E("img")({name:"Image",class:"i3g0xjd",propsAsIs:!1}),vR=()=>gg,cs=E(vR())({name:"ImageFullSize",class:"io8rt7p",propsAsIs:!0}),gR=()=>gg,C7=E(gR())({name:"ImageHalfSize",class:"i4hn3ox",propsAsIs:!0}),yR=new RegExp("\\s?https?://t.co[^\\s]+(\\s+)?$"),yg=s=>s==null?void 0:s.replace(yR,""),q7=({image:s,body:d,account:p,accountVerified:C,tweet:b,isDetail:S,controlVideo:y})=>{var I,T,P,H,j,N,$,Z,ee;const K=(T=(I=b==null?void 0:b.meta)==null?void 0:I.extendedEntities)==null?void 0:T.media,ae=K==null?void 0:K.find(({type:se})=>se==="photo"),oe=(N=(j=(H=(P=K==null?void 0:K[0])==null?void 0:P.videoInfo)==null?void 0:H.variants)==null?void 0:j.find(({contentType:se})=>se==="video/mp4"))==null?void 0:N.url;return v.jsxs(pR,{children:[v.jsxs(hR,{children:[v.jsx(vg,{image:s,name:($=b==null?void 0:b.meta)==null?void 0:$.accountName,userName:p,verified:C,createdTweet:b==null?void 0:b.date}),v.jsx(mR,{children:yg(d)}),!S&&ae&&v.jsx(rd,{children:v.jsx(cs,{src:K==null?void 0:K[0].mediaUrlHttps})}),S&&ae&&v.jsxs(v.Fragment,{children:[(K==null?void 0:K.length)===1&&v.jsx(rd,{children:v.jsx(cs,{src:K[0].mediaUrlHttps})}),(K==null?void 0:K.length)===2&&v.jsxs(rd,{children:[v.jsx(C7,{src:K[0].mediaUrlHttps}),v.jsx(C7,{src:K[1].mediaUrlHttps})]}),(K==null?void 0:K.length)===3&&v.jsxs(rd,{children:[v.jsx(C7,{src:K[0].mediaUrlHttps}),v.jsxs(y7,{children:[v.jsx(cs,{src:K[1].mediaUrlHttps}),v.jsx(cs,{src:K[2].mediaUrlHttps})]})]}),(K==null?void 0:K.length)===4&&v.jsxs(rd,{children:[v.jsxs(y7,{children:[v.jsx(cs,{src:K[0].mediaUrlHttps}),v.jsx(cs,{src:K[1].mediaUrlHttps})]}),v.jsxs(y7,{children:[v.jsx(cs,{src:K[2].mediaUrlHttps}),v.jsx(cs,{src:K[3].mediaUrlHttps})]})]})]})]}),!ae&&(((Z=K==null?void 0:K[0])==null?void 0:Z.type)==="video"||((ee=K==null?void 0:K[0])==null?void 0:ee.type)==="animated_gif")&&oe&&v.jsx(j4,{source:oe,poster:K[0].mediaUrlHttps,controlVideo:y})]})},CR=E("div")({name:"Container",class:"c1dcxmvf",propsAsIs:!1}),bR=E("blockquote")({name:"Quote",class:"qb4q22c",propsAsIs:!1}),Cg=s=>v.jsxs(CR,{children:[s.title&&v.jsx(bR,{children:s.title}),v.jsx(q7,{...s,isDetail:!0})]}),wR=E("div")({name:"QuestionContainer",class:"q14ckf9e",propsAsIs:!1}),kR=({openedQuestion:s})=>{var d,p;const{sdk:C}=P4();return((d=s==null?void 0:s.attributes)==null?void 0:d.attributes.case)==="insight"?v.jsx(mg,{...s.attributes.attributes.value,controlVideo:C==null?void 0:C.controlVideoPlayer}):((p=s==null?void 0:s.attributes)==null?void 0:p.attributes.case)==="tweet"?v.jsx(Cg,{...s.attributes.attributes.value,controlVideo:C==null?void 0:C.controlVideoPlayer}):null},xR=({extendedQuestion:s,vote:d,close:p})=>{const{loading:C,data:b}=s;return b?v.jsx(dg,{vote:d,close:p,openedQuestion:b,isLoading:!!C}):v.jsx(cg,{})},bg=({gamification:s,skipAutoClose:d,hideSponsor:p,className:C,hideHeader:b})=>{var S,y,I,T,P;const H=bt(s.openedQuestion.$store),j=bt(s.openedQuestion.$extendedStore);if(!H)return null;const N=H.type,$=((y=(S=j.data)==null?void 0:S.options)==null?void 0:y.options.case)==="factoid"?j.data.options.options.value.closeTimer:void 0;return v.jsxs(wR,{className:C,children:[!b&&v.jsx(z7,{closeTimer:d?void 0:$,close:s.closeQuestion,type:((I=H.attributes)==null?void 0:I.type)||J.QuestionType.UNSET}),N==="question"&&v.jsx(xR,{vote:s.submitAnswer,close:s.closeQuestion,extendedQuestion:j}),N!=="question"&&v.jsx(kR,{openedQuestion:H}),!p&&v.jsx(rg,{sponsorLogo:(P=(T=j.data)==null?void 0:T.sponsorship)==null?void 0:P.logo})]})},SR=E("div")({name:"Container",class:"c115qtkr",propsAsIs:!1}),ER=E("div")({name:"STabs",class:"sxnslc8",propsAsIs:!1}),LR=E("button")({name:"Button",class:"b1umzux0",propsAsIs:!1}),TR=E("span")({name:"Title",class:"tspsaas",propsAsIs:!1});var Pc=(s=>(s.HOME="home",s.LEADERBOARD="leaderboard",s))(Pc||{});const dv=({title:s,active:d,onClick:p})=>v.jsx(LR,{onClick:p,"data-selected":d,children:v.jsx(TR,{children:s})}),wg=({activePage:s="home",toggleActivePage:d})=>v.jsx(SR,{children:v.jsxs(ER,{"data-position":s==="home"?"left":"right",children:[v.jsx(dv,{title:"Home",active:s==="home",onClick:()=>d("home")}),v.jsx(dv,{title:"Friends",active:s==="leaderboard",onClick:()=>d("leaderboard")})]})}),IR=E("button")({name:"Container",class:"cpjnajb",propsAsIs:!1}),RR=E("div")({name:"Content",class:"c4m6kaz",propsAsIs:!1}),_R=E("span")({name:"Title",class:"t1h8t9cc",propsAsIs:!1}),NR=()=>v.jsx(IR,{children:v.jsxs(RR,{children:[v.jsx(tt,{name:"iconCopySuccess"}),v.jsx(_R,{children:"Link Copied to Clipboard"})]})}),Q7=s=>{const d=V.useRef(),[p,C]=V.useState(null),b=V.useCallback(async S=>{var y;if(S&&(y=navigator==null?void 0:navigator.clipboard)!=null&&y.writeText){d.current&&(clearTimeout(d.current),C(null));try{await navigator.clipboard.writeText(S),s.current&&(C(ld.createPortal(v.jsx(NR,{}),s.current)),d.current=setTimeout(()=>{C(null)},1e3))}catch(I){console.error("Unable to copy to clipboard",I)}}},[s]);return V.useEffect(()=>()=>{clearTimeout(d.current)},[]),[b,p]},PR=E("div")({name:"Container",class:"c1ux29ft",propsAsIs:!1}),AR=()=>tt,jR=E(AR())({name:"FriendsIcon",class:"f10ncfg2",propsAsIs:!0}),MR=E("div")({name:"Content",class:"c1yc07bd",propsAsIs:!1}),OR=E("div")({name:"Title",class:"tj6cq7w",propsAsIs:!1}),DR=E("div")({name:"Description",class:"d1ag78xo",propsAsIs:!1}),VR=()=>tt,$R=E(VR())({name:"ArrowInviteIcon",class:"awohrz6",propsAsIs:!0}),kg=({title:s,description:d,onClick:p,className:C})=>{const[b]=Bv({type:"invitation",action:"sent",payload:{from:J.InvitationFrom.TITLE_CARD}});return v.jsxs(PR,{onClick:b(p),className:C,children:[v.jsx(jR,{name:"icon-friends"}),v.jsxs(MR,{children:[v.jsx(OR,{children:s}),v.jsx(DR,{children:d})]}),v.jsx($R,{name:"icon-copy"})]})};let Ka;typeof window<"u"?Ka=window:typeof self<"u"?Ka=self:Ka=J.global;let I7=null,R7=null;const fv=20,b7=Ka.clearTimeout,pv=Ka.setTimeout,w7=Ka.cancelAnimationFrame||Ka.mozCancelAnimationFrame||Ka.webkitCancelAnimationFrame,hv=Ka.requestAnimationFrame||Ka.mozRequestAnimationFrame||Ka.webkitRequestAnimationFrame;w7==null||hv==null?(I7=b7,R7=function(d){return pv(d,fv)}):(I7=function([d,p]){w7(d),b7(p)},R7=function(d){const p=hv(function(){b7(C),d()}),C=pv(function(){w7(p),d()},fv);return[p,C]});function zR(s){let d,p,C,b,S,y,I;const T=typeof document<"u"&&document.attachEvent;if(!T){y=function(ae){const oe=ae.__resizeTriggers__,se=oe.firstElementChild,ce=oe.lastElementChild,me=se.firstElementChild;ce.scrollLeft=ce.scrollWidth,ce.scrollTop=ce.scrollHeight,me.style.width=se.offsetWidth+1+"px",me.style.height=se.offsetHeight+1+"px",se.scrollLeft=se.scrollWidth,se.scrollTop=se.scrollHeight},S=function(ae){return ae.offsetWidth!==ae.__resizeLast__.width||ae.offsetHeight!==ae.__resizeLast__.height},I=function(ae){if(ae.target.className&&typeof ae.target.className.indexOf=="function"&&ae.target.className.indexOf("contract-trigger")<0&&ae.target.className.indexOf("expand-trigger")<0)return;const oe=this;y(this),this.__resizeRAF__&&I7(this.__resizeRAF__),this.__resizeRAF__=R7(function(){S(oe)&&(oe.__resizeLast__.width=oe.offsetWidth,oe.__resizeLast__.height=oe.offsetHeight,oe.__resizeListeners__.forEach(function(me){me.call(oe,ae)}))})};let N=!1,$="";C="animationstart";const Z="Webkit Moz O ms".split(" ");let ee="webkitAnimationStart animationstart oAnimationStart MSAnimationStart".split(" "),K="";{const ae=document.createElement("fakeelement");if(ae.style.animationName!==void 0&&(N=!0),N===!1){for(let oe=0;oe<Z.length;oe++)if(ae.style[Z[oe]+"AnimationName"]!==void 0){K=Z[oe],$="-"+K.toLowerCase()+"-",C=ee[oe],N=!0;break}}}p="resizeanim",d="@"+$+"keyframes "+p+" { from { opacity: 0; } to { opacity: 0; } } ",b=$+"animation: 1ms "+p+"; "}const P=function(N){if(!N.getElementById("detectElementResize")){const $=(d||"")+".resize-triggers { "+(b||"")+'visibility: hidden; opacity: 0; } .resize-triggers, .resize-triggers > div, .contract-trigger:before { content: " "; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: -1; } .resize-triggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }',Z=N.head||N.getElementsByTagName("head")[0],ee=N.createElement("style");ee.id="detectElementResize",ee.type="text/css",s!=null&&ee.setAttribute("nonce",s),ee.styleSheet?ee.styleSheet.cssText=$:ee.appendChild(N.createTextNode($)),Z.appendChild(ee)}};return{addResizeListener:function(N,$){if(T)N.attachEvent("onresize",$);else{if(!N.__resizeTriggers__){const Z=N.ownerDocument,ee=Ka.getComputedStyle(N);ee&&ee.position==="static"&&(N.style.position="relative"),P(Z),N.__resizeLast__={},N.__resizeListeners__=[],(N.__resizeTriggers__=Z.createElement("div")).className="resize-triggers";const K=Z.createElement("div");K.className="expand-trigger",K.appendChild(Z.createElement("div"));const ae=Z.createElement("div");ae.className="contract-trigger",N.__resizeTriggers__.appendChild(K),N.__resizeTriggers__.appendChild(ae),N.appendChild(N.__resizeTriggers__),y(N),N.addEventListener("scroll",I,!0),C&&(N.__resizeTriggers__.__animationListener__=function(se){se.animationName===p&&y(N)},N.__resizeTriggers__.addEventListener(C,N.__resizeTriggers__.__animationListener__))}N.__resizeListeners__.push($)}},removeResizeListener:function(N,$){if(T)N.detachEvent("onresize",$);else if(N.__resizeListeners__.splice(N.__resizeListeners__.indexOf($),1),!N.__resizeListeners__.length){N.removeEventListener("scroll",I,!0),N.__resizeTriggers__.__animationListener__&&(N.__resizeTriggers__.removeEventListener(C,N.__resizeTriggers__.__animationListener__),N.__resizeTriggers__.__animationListener__=null);try{N.__resizeTriggers__=!N.removeChild(N.__resizeTriggers__)}catch{}}}}}class FR extends V.Component{constructor(...d){super(...d),this.state={height:this.props.defaultHeight||0,scaledHeight:this.props.defaultHeight||0,scaledWidth:this.props.defaultWidth||0,width:this.props.defaultWidth||0},this._autoSizer=null,this._detectElementResize=null,this._parentNode=null,this._resizeObserver=null,this._timeoutId=null,this._onResize=()=>{this._timeoutId=null;const{disableHeight:p,disableWidth:C,onResize:b}=this.props;if(this._parentNode){const S=window.getComputedStyle(this._parentNode)||{},y=parseFloat(S.paddingLeft||"0"),I=parseFloat(S.paddingRight||"0"),T=parseFloat(S.paddingTop||"0"),P=parseFloat(S.paddingBottom||"0"),H=this._parentNode.getBoundingClientRect(),j=H.height-T-P,N=H.width-y-I,$=this._parentNode.offsetHeight-T-P,Z=this._parentNode.offsetWidth-y-I;(!p&&(this.state.height!==$||this.state.scaledHeight!==j)||!C&&(this.state.width!==Z||this.state.scaledWidth!==N))&&(this.setState({height:$,width:Z,scaledHeight:j,scaledWidth:N}),typeof b=="function"&&b({height:$,scaledHeight:j,scaledWidth:N,width:Z}))}},this._setRef=p=>{this._autoSizer=p}}componentDidMount(){const{nonce:d}=this.props,p=this._autoSizer?this._autoSizer.parentNode:null;if(p!=null&&p.ownerDocument&&p.ownerDocument.defaultView&&p instanceof p.ownerDocument.defaultView.HTMLElement){this._parentNode=p;const C=p.ownerDocument.defaultView.ResizeObserver;C!=null?(this._resizeObserver=new C(()=>{this._timeoutId=setTimeout(this._onResize,0)}),this._resizeObserver.observe(p)):(this._detectElementResize=zR(d),this._detectElementResize.addResizeListener(p,this._onResize)),this._onResize()}}componentWillUnmount(){this._parentNode&&(this._detectElementResize&&this._detectElementResize.removeResizeListener(this._parentNode,this._onResize),this._timeoutId!==null&&clearTimeout(this._timeoutId),this._resizeObserver&&this._resizeObserver.disconnect())}render(){const{children:d,defaultHeight:p,defaultWidth:C,disableHeight:b=!1,disableWidth:S=!1,doNotBailOutOnEmptyChildren:y=!1,nonce:I,onResize:T,style:P={},tagName:H="div",...j}=this.props,{height:N,scaledHeight:$,scaledWidth:Z,width:ee}=this.state,K={overflow:"visible"},ae={};let oe=!1;return b||(N===0&&(oe=!0),K.height=0,ae.height=N,ae.scaledHeight=$),S||(ee===0&&(oe=!0),K.width=0,ae.width=ee,ae.scaledWidth=Z),y&&(oe=!1),V.createElement(H,{ref:this._setRef,style:{...K,...P},...j},!oe&&d(ae))}}function HR(s){var d=s.lastRenderedStartIndex,p=s.lastRenderedStopIndex,C=s.startIndex,b=s.stopIndex;return!(C>p||b<d)}function UR(s){for(var d=s.isItemLoaded,p=s.itemCount,C=s.minimumBatchSize,b=s.startIndex,S=s.stopIndex,y=[],I=null,T=null,P=b;P<=S;P++){var H=d(P);H?T!==null&&(y.push(I,T),I=T=null):(T=P,I===null&&(I=P))}if(T!==null){for(var j=Math.min(Math.max(T,I+C-1),p-1),N=T+1;N<=j&&!d(N);N++)T=N;y.push(I,T)}if(y.length)for(;y[1]-y[0]+1<C&&y[0]>0;){var $=y[0]-1;if(!d($))y[0]=$;else break}return y}var BR=function(s,d){if(!(s instanceof d))throw new TypeError("Cannot call a class as a function")},WR=function(){function s(d,p){for(var C=0;C<p.length;C++){var b=p[C];b.enumerable=b.enumerable||!1,b.configurable=!0,"value"in b&&(b.writable=!0),Object.defineProperty(d,b.key,b)}}return function(d,p,C){return p&&s(d.prototype,p),C&&s(d,C),d}}(),qR=function(s,d){if(typeof d!="function"&&d!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof d);s.prototype=Object.create(d&&d.prototype,{constructor:{value:s,enumerable:!1,writable:!0,configurable:!0}}),d&&(Object.setPrototypeOf?Object.setPrototypeOf(s,d):s.__proto__=d)},mv=function(s,d){if(!s)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return d&&(typeof d=="object"||typeof d=="function")?d:s};(function(s){qR(d,s);function d(){var p,C,b,S;BR(this,d);for(var y=arguments.length,I=Array(y),T=0;T<y;T++)I[T]=arguments[T];return S=(C=(b=mv(this,(p=d.__proto__||Object.getPrototypeOf(d)).call.apply(p,[this].concat(I))),b),b._lastRenderedStartIndex=-1,b._lastRenderedStopIndex=-1,b._memoizedUnloadedRanges=[],b._onItemsRendered=function(P){var H=P.visibleStartIndex,j=P.visibleStopIndex;b._lastRenderedStartIndex=H,b._lastRenderedStopIndex=j,b._ensureRowsLoaded(H,j)},b._setRef=function(P){b._listRef=P},C),mv(b,S)}return WR(d,[{key:"resetloadMoreItemsCache",value:function(){var C=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;this._memoizedUnloadedRanges=[],C&&this._ensureRowsLoaded(this._lastRenderedStartIndex,this._lastRenderedStopIndex)}},{key:"componentDidMount",value:function(){}},{key:"render",value:function(){var C=this.props.children;return C({onItemsRendered:this._onItemsRendered,ref:this._setRef})}},{key:"_ensureRowsLoaded",value:function(C,b){var S=this.props,y=S.isItemLoaded,I=S.itemCount,T=S.minimumBatchSize,P=T===void 0?10:T,H=S.threshold,j=H===void 0?15:H,N=UR({isItemLoaded:y,itemCount:I,minimumBatchSize:P,startIndex:Math.max(0,C-j),stopIndex:Math.min(I-1,b+j)});(this._memoizedUnloadedRanges.length!==N.length||this._memoizedUnloadedRanges.some(function($,Z){return N[Z]!==$}))&&(this._memoizedUnloadedRanges=N,this._loadUnloadedRanges(N))}},{key:"_loadUnloadedRanges",value:function(C){for(var b=this,S=this.props.loadMoreItems||this.props.loadMoreRows,y=function(P){var H=C[P],j=C[P+1],N=S(H,j);N!=null&&N.then(function(){if(HR({lastRenderedStartIndex:b._lastRenderedStartIndex,lastRenderedStopIndex:b._lastRenderedStopIndex,startIndex:H,stopIndex:j})){if(b._listRef==null)return;typeof b._listRef.resetAfterIndex=="function"?b._listRef.resetAfterIndex(H,!0):(typeof b._listRef._getItemStyleCache=="function"&&b._listRef._getItemStyleCache(-1),b._listRef.forceUpdate())}})},I=0;I<C.length;I+=2)y(I)}}]),d})(V.PureComponent);const QR=E("div")({name:"Container",class:"culdu4a",propsAsIs:!1}),ZR=E("div")({name:"Position",class:"pwf8e69",propsAsIs:!1}),KR=E("img")({name:"Avatar",class:"atf4yh4",propsAsIs:!1}),YR=E("div")({name:"AvatarPlaceholder",class:"a1dg29ja",propsAsIs:!1}),GR=E("div")({name:"Content",class:"c10a68rc",propsAsIs:!1}),XR=E("div")({name:"NameContainer",class:"nc4kck5",propsAsIs:!1}),JR=E("span")({name:"Name",class:"njsrqgr",propsAsIs:!1}),e_=()=>tt,t_=E(e_())({name:"CurrentUserBadge",class:"c17uc4zr",propsAsIs:!0});var xg={exports:{}},n_="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",r_=n_,a_=r_;function Sg(){}function Eg(){}Eg.resetWarningCache=Sg;var o_=function(){function s(C,b,S,y,I,T){if(T!==a_){var P=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 P.name="Invariant Violation",P}}s.isRequired=s;function d(){return s}var p={array:s,bigint:s,bool:s,func:s,number:s,object:s,string:s,symbol:s,any:s,arrayOf:d,element:s,elementType:s,instanceOf:d,node:s,objectOf:d,oneOf:d,oneOfType:d,shape:d,exact:d,checkPropTypes:Eg,resetWarningCache:Sg};return p.PropTypes=p,p};xg.exports=o_();var i_=xg.exports;const _a=A7(i_);class _7 extends V.Component{constructor(d){super(d),this.scrollListener=this.scrollListener.bind(this),this.eventListenerOptions=this.eventListenerOptions.bind(this),this.mousewheelListener=this.mousewheelListener.bind(this)}componentDidMount(){this.pageLoaded=this.props.pageStart,this.options=this.eventListenerOptions(),this.attachScrollListener()}componentDidUpdate(){if(this.props.isReverse&&this.loadMore){const d=this.getParentElement(this.scrollComponent);d.scrollTop=d.scrollHeight-this.beforeScrollHeight+this.beforeScrollTop,this.loadMore=!1}this.attachScrollListener()}componentWillUnmount(){this.detachScrollListener(),this.detachMousewheelListener()}isPassiveSupported(){let d=!1;const p={get passive(){d=!0}};try{document.addEventListener("test",null,p),document.removeEventListener("test",null,p)}catch{}return d}eventListenerOptions(){let d=this.props.useCapture;return this.isPassiveSupported()?d={useCapture:this.props.useCapture,passive:!0}:d={passive:!1},d}setDefaultLoader(d){this.defaultLoader=d}detachMousewheelListener(){let d=window;this.props.useWindow===!1&&(d=this.scrollComponent.parentNode),d.removeEventListener("mousewheel",this.mousewheelListener,this.options?this.options:this.props.useCapture)}detachScrollListener(){let d=window;this.props.useWindow===!1&&(d=this.getParentElement(this.scrollComponent)),d.removeEventListener("scroll",this.scrollListener,this.options?this.options:this.props.useCapture),d.removeEventListener("resize",this.scrollListener,this.options?this.options:this.props.useCapture)}getParentElement(d){const p=this.props.getScrollParent&&this.props.getScrollParent();return p??(d&&d.parentNode)}filterProps(d){return d}attachScrollListener(){const d=this.getParentElement(this.scrollComponent);if(!this.props.hasMore||!d)return;let p=window;this.props.useWindow===!1&&(p=d),p.addEventListener("mousewheel",this.mousewheelListener,this.options?this.options:this.props.useCapture),p.addEventListener("scroll",this.scrollListener,this.options?this.options:this.props.useCapture),p.addEventListener("resize",this.scrollListener,this.options?this.options:this.props.useCapture),this.props.initialLoad&&this.scrollListener()}mousewheelListener(d){d.deltaY===1&&!this.isPassiveSupported()&&d.preventDefault()}scrollListener(){const d=this.scrollComponent,p=window,C=this.getParentElement(d);let b;if(this.props.useWindow){const S=document.documentElement||document.body.parentNode||document.body,y=p.pageYOffset!==void 0?p.pageYOffset:S.scrollTop;this.props.isReverse?b=y:b=this.calculateOffset(d,y)}else this.props.isReverse?b=C.scrollTop:b=d.scrollHeight-C.scrollTop-C.clientHeight;b<Number(this.props.threshold)&&d&&d.offsetParent!==null&&(this.detachScrollListener(),this.beforeScrollHeight=C.scrollHeight,this.beforeScrollTop=C.scrollTop,typeof this.props.loadMore=="function"&&(this.props.loadMore(this.pageLoaded+=1),this.loadMore=!0))}calculateOffset(d,p){return d?this.calculateTopPosition(d)+(d.offsetHeight-p-window.innerHeight):0}calculateTopPosition(d){return d?d.offsetTop+this.calculateTopPosition(d.offsetParent):0}render(){const d=this.filterProps(this.props),{children:p,element:C,hasMore:b,initialLoad:S,isReverse:y,loader:I,loadMore:T,pageStart:P,ref:H,threshold:j,useCapture:N,useWindow:$,getScrollParent:Z,...ee}=d;ee.ref=ae=>{this.scrollComponent=ae,H&&H(ae)};const K=[p];return b&&(I?y?K.unshift(I):K.push(I):this.defaultLoader&&(y?K.unshift(this.defaultLoader):K.push(this.defaultLoader))),V.createElement(C,ee,K)}}Yt(_7,"propTypes",{children:_a.node.isRequired,element:_a.node,hasMore:_a.bool,initialLoad:_a.bool,isReverse:_a.bool,loader:_a.node,loadMore:_a.func.isRequired,pageStart:_a.number,ref:_a.func,getScrollParent:_a.func,threshold:_a.number,useCapture:_a.bool,useWindow:_a.bool}),Yt(_7,"defaultProps",{element:"div",hasMore:!1,initialLoad:!0,pageStart:0,ref:null,threshold:250,useWindow:!0,isReverse:!1,useCapture:!1,loader:null,getScrollParent:null});const l_=({friendsRank:s,avatar:d,name:p,userId:C,points:b,isCurrentUser:S,style:y})=>v.jsxs(QR,{"data-name":C,style:y,children:[v.jsx(ZR,{children:s||0}),v.jsxs(GR,{children:[d?v.jsx(KR,{alt:"leaderboard-item-avatar",src:d}):v.jsx(YR,{children:F7(p||"")}),v.jsxs(XR,{children:[v.jsx(JR,{children:p||""}),S&&v.jsx(t_,{name:"icon-star"})]})]}),v.jsx("div",{children:Xv(b)})]}),s_=E("div")({name:"Container",class:"c16btbfp",propsAsIs:!1}),Lg=({items:s,currentUserId:d,openItemDetail:p,fetchMore:C,scrollNode:b,hasMore:S})=>{const y=V.useCallback(I=>{const T=I.target.getAttribute("data-name");T&&p(T)},[p]);return v.jsx(_7,{loadMore:C,initialLoad:!1,hasMore:S,useWindow:!1,getScrollParent:()=>b.current,children:v.jsx(s_,{onClick:y,children:s.map(I=>v.jsx(l_,{...I,isCurrentUser:!!d&&d===I.userId},I.userId))})})},u_=E("div")({name:"Container",class:"c1itm4k7",propsAsIs:!1}),c_=E("div")({name:"IconContainer",class:"i1w4fsni",propsAsIs:!1}),d_=()=>tt,f_=E(d_())({name:"InviteGameIcon",class:"i19m85r1",propsAsIs:!0}),p_=E("div")({name:"Content",class:"c1mbu204",propsAsIs:!1}),h_=E("div")({name:"Heading",class:"h1amdqtv",propsAsIs:!1}),m_=E("div")({name:"Subtext",class:"s1lhlj9j",propsAsIs:!1}),v_=E("div")({name:"LinkContainer",class:"l1wot35e",propsAsIs:!1}),g_=E("div")({name:"LinkInfo",class:"l1jdw39q",propsAsIs:!1}),y_=E("span")({name:"LinkTitle",class:"l1cr5mk",propsAsIs:!1}),C_=E("span")({name:"LinkAddress",class:"lvi87q4",propsAsIs:!1}),b_=()=>tt,w_=E(b_())({name:"LinkIcon",class:"l1pqlvw3",propsAsIs:!0}),Z7=({inviteLink:s,inviteCardTitle:d,inviteCardSubtext:p,primaryColor:C,className:b})=>{const S=V.useRef(null),[y,I]=Q7(S),[T]=Bv({type:"invitation",action:"sent",payload:{from:J.InvitationFrom.MENU}});return v.jsxs(u_,{className:b,children:[v.jsx(c_,{style:{backgroundColor:C},children:v.jsx(f_,{name:"invite-game-icon"})}),v.jsxs(p_,{children:[v.jsx(h_,{children:d||""}),v.jsx(m_,{children:p||""})]}),s&&v.jsxs(v_,{ref:S,onClick:T(()=>y(s)),children:[v.jsxs(g_,{children:[v.jsx(y_,{children:"Invite link"}),v.jsx(C_,{children:s})]}),v.jsx(w_,{name:"icon-copy"})]}),I]})},k_=E("div")({name:"InviteFriendsContainer",class:"i1c9dygq",propsAsIs:!1}),x_=({deepLink:s})=>v.jsx(k_,{children:v.jsx(Z7,{inviteLink:s,inviteCardTitle:"It’s More Fun With Friends",inviteCardSubtext:"Invite and compete against your friends for the top spot on the leaderboard."})}),S_=E("div")({name:"InviteLinkContainer",class:"i1odbhm4",propsAsIs:!1}),E_=({gamification:s,scrollNode:d,scrollStore:p})=>{const C=V.useRef(null),{data:b,hasMore:S,loading:y,key:I}=bt(s.leaderboardList.$store),{data:T}=bt(s.deepLink.$store),[P,H]=Q7(C);return!b.length&&!y?v.jsx(x_,{deepLink:T}):v.jsxs(v.Fragment,{children:[v.jsx(Lg,{items:b,scrollNode:d,scrollStore:p,fetchMore:s.leaderboardList.fetchMore,hasMore:S,openItemDetail:s.openUser,currentUserId:s.currentUserId.get()},I),T&&v.jsx(S_,{ref:C,children:v.jsx(kg,{onClick:()=>P(T),title:"Invite Friends",description:"Challenge them now!"})}),H]})},K7=E("div")({name:"QuestionItem",class:"q1w97g3p",propsAsIs:!1}),L_=E("div")({name:"QuestionCaption",class:"q2sl39u",propsAsIs:!1}),T_=E("div")({name:"QuestionBody",class:"qd5h0uc",propsAsIs:!1}),I_=E("div")({name:"QuestionAction",class:"q105uluy",propsAsIs:!1}),R_=()=>tt,L4=E(R_())({name:"QuestionActionIcon",class:"q1fa0b9h",propsAsIs:!0}),__=()=>L4,N_=E(__())({name:"QuestionCheckIcon",class:"qxlt78s",propsAsIs:!0}),P_=()=>tt,A_=E(P_())({name:"QuestionTypeIcon",class:"qmg0vkx",propsAsIs:!0}),j_=E("div")({name:"QuestionTypeLabel",class:"q1uz5j1g",propsAsIs:!1}),M_=E("div")({name:"QuestionContent",class:"qc3icwa",propsAsIs:!1}),Tg=E("button")({name:"PlayButton",class:"p169lohr",propsAsIs:!1}),O_=E("div")({name:"SkeletonContainer",class:"s1f43z3r",propsAsIs:!1}),D_=()=>Gv,V_=E(D_())({name:"SkeletonButton",class:"s16k8geu",propsAsIs:!0}),$_={[J.PickHistoryStatus.LOST]:v.jsx(L4,{name:"incorrectVoted"}),[J.PickHistoryStatus.WON]:v.jsx(N_,{name:"icon-check"}),[J.PickHistoryStatus.UNSET]:v.jsx(L4,{name:"icon-arrow"}),[J.PickHistoryStatus.DNP]:v.jsx(L4,{name:"icon-arrow"})},z_=()=>v.jsxs(O_,{children:[v.jsx(Na,{loading:!0,style:{width:"35%"}}),v.jsx(Na,{loading:!0,style:{width:"70%"}}),v.jsx(V_,{})]}),Ig=({questionTypeData:s,questionType:d,questionStatus:p})=>v.jsxs(L_,{className:"SL_QuestionCaption",children:[v.jsx(A_,{className:"SL_QuestionTypeIcon","data-testid":"question-type-icon","data-type-trivia":d===J.QuestionType.TRIVIA,"data-type-poll":d===J.QuestionType.POLL,name:s.iconName}),v.jsxs(j_,{className:"SL_QuestionTypeLabel",children:[s.label,d===J.QuestionType.TRIVIA&&p===J.QuestionStatus.RESOLVED&&" • Expired"]})]}),F_=({questionId:s,questionType:d,questionStatus:p,subject:C,openForVoting:b,status:S})=>{const y=sd[d],I=$_[S];return y?v.jsxs(K7,{"data-name":s,children:[v.jsxs(M_,{children:[v.jsx(Ig,{questionTypeData:y,questionType:d,questionStatus:p}),v.jsx(T_,{children:C||""})]}),v.jsx(I_,{children:b?v.jsx(Tg,{children:"Play"}):I})]}):null},H_=()=>K7,U_=E(H_())({name:"Container",class:"cll3md7",propsAsIs:!0}),B_=()=>Tg,W_=E(B_())({name:"ActionBtn",class:"a10g1iik",propsAsIs:!0}),q_=({questionId:s,...d})=>v.jsxs(U_,{"data-name":s,children:[v.jsx(hg,{questionId:s,...d}),v.jsx(W_,{"data-name":s,children:"View Insight"})]}),Q_=()=>K7,Z_=E(Q_())({name:"Container",class:"cl56x6b",propsAsIs:!0}),K_=E("button")({name:"ActionButton",class:"a11pzf92",propsAsIs:!1}),Y_=E("blockquote")({name:"Quote",class:"q1hbaleq",propsAsIs:!1}),G_=({...s})=>v.jsxs(Z_,{"data-name":s.tweetId,children:[s.title&&v.jsx(Y_,{children:s.title}),v.jsx(q7,{...s}),v.jsx(K_,{"data-name":s.tweetId,children:"View Insight"})]}),vv=E("div")({name:"QuestionsContainer",class:"qvghv3l",propsAsIs:!1}),Rg=({questions:s,openQuestion:d,controlVideo:p})=>{const C=b=>{const S=b.target.getAttribute("data-name");S&&(pg(),d(S,{openedFrom:"list"}))};return s?v.jsx(vv,{onClick:C,children:s==null?void 0:s.map(b=>{var S,y,I;if(b.type==="question"&&((S=b.attributes)==null?void 0:S.attributes.case)==="question"){const T=b.attributes.attributes.value;return v.jsx(F_,{...T},T.questionId)}if(b.type==="insight"&&((y=b.attributes)==null?void 0:y.attributes.case)==="insight"){const T=b.attributes.attributes.value;return v.jsx(q_,{controlVideo:p,...T},T.questionId)}if(b.type==="tweet"&&((I=b.attributes)==null?void 0:I.attributes.case)==="tweet"){const T=b.attributes.attributes.value,P=b.attributes.id;return v.jsx(G_,{controlVideo:p,...T,tweetId:P},P)}return null})}):v.jsx(vv,{children:Array.from({length:5}).map((b,S)=>v.jsx(z_,{},S))})},X_=({store:s,openQuestion:d})=>{const{sdk:p}=P4(),C=bt(s);return v.jsx(Rg,{openQuestion:d,questions:C.data,controlVideo:p==null?void 0:p.controlVideoPlayer})},J_=({userSummary:s})=>{var d;const[p,C]=V.useState(void 0);return V.useEffect(()=>{const b=s.$store.subscribe(S=>{S&&C(S)});return()=>{b()}},[s]),v.jsx(H7,{loading:!(p!=null&&p.summary),...p==null?void 0:p.summary,successRate:(d=p==null?void 0:p.percentage)==null?void 0:d.correct})},eN=({gamification:s,className:d,scrollStore:p,scrollNode:C,appNode:b,style:S,responsiveStore:y})=>{const{tabsShown:I}=bt(p,{keys:["tabsShown"]}),T=bt(s.friendsTabEnabled),[P,H]=V.useState(Pc.HOME),[,j]=Ov(),{sdkInDesktopView:N,screen:$}=bt(y,{keys:["sdkInDesktopView"]}),Z=K=>{j(()=>{var ae;H(K),N===!1&&(((ae=b.current)==null?void 0:ae.getBoundingClientRect().y)||0)<0&&D7(b,$.size,{behavior:"instant"})})};V.useEffect(()=>p.subscribe(K=>{if(K.scrollPosition===0){p.setKey("tabsShown",!0);return}y.get().sdkInDesktopView?p.setKey("tabsShown",K.scrollDirection==="backward"):p.setKey("tabsShown",K.scrollDirection==="forward")}),[p,y]),V.useEffect(()=>{T||H(Pc.HOME)},[T]);let ee="0px";return N?ee=I?"0px":"calc(0px - var(--header-height))":ee=I?"var(--header-height)":"0px",v.jsxs(Xx,{className:Pa(d,"SL-Tabs"),style:S,children:[T&&v.jsx(nS,{style:{top:ee},children:v.jsx(wg,{activePage:P,toggleActivePage:Z})}),P===Pc.HOME&&v.jsxs(v.Fragment,{children:[v.jsx(Gx,{children:v.jsx(rS,{children:v.jsx(J_,{userSummary:s.userSummary})})}),v.jsx(j7,{style:{flex:1},children:v.jsx(X_,{openQuestion:s.openQuestion,store:s.feedList.getStore()})})]}),P===Pc.LEADERBOARD&&v.jsx(eS,{children:v.jsx(E_,{scrollStore:p,scrollNode:C,gamification:s})})]})},tN=()=>A1,gv=E(tN())({name:"OpenedContainer",class:"ouvguos",propsAsIs:!0}),yv="t1eu4lbg",nN=E("div")({name:"UserContainer",class:"uuv2xqo",propsAsIs:!1}),rN=({correct:s,incorrect:d})=>{const p=s+d;return p===0?0:Math.round(s/p*100)},aN=({gamification:s,scrollStore:d,className:p,appNode:C,scrollNode:b,responsiveStore:S})=>v.jsx(eN,{appNode:C,scrollStore:d,scrollNode:b,className:p,gamification:s,responsiveStore:S}),oN=({gamification:s,className:d,appNode:p,responsiveStore:C})=>{const{topNavigation:b}=P4(),S=bt(s.openedQuestion.$store),y=bt(s.openedUser),{sdkInDesktopView:I}=bt(C,{keys:["sdkInDesktopView"]}),{hiding:T,onAnimationEnd:P}=V7();if(!p.current||!S&&!y)return null;const H=S?v.jsx(gv,{className:Pa(d,!b&&yv),hiding:T,onAnimationEnd:P,children:v.jsx(bg,{gamification:s})}):y?v.jsx(gv,{className:Pa(d,!b&&yv),hiding:T,onAnimationEnd:P,children:v.jsxs(nN,{children:[v.jsx(z7,{label:"Friend's Rank",close:s.closeUser}),v.jsx(M7,{children:v.jsx(H7,{...y,successRate:rN(y)})})]})}):null;return v.jsx(U7,{container:p,useContainer:!I,children:H})},iN=V.lazy(()=>Promise.resolve().then(()=>require("./gamification-feature.js"))),lN=({sdk:s,feature:d,className:p,scrollStore:C,appNode:b,scrollNode:S,responsiveStore:y})=>{const I=V.useMemo(()=>d&&d.featureConfig.get().type===J.SdkOverlayType.GAMES?v.jsx(JS,{className:p,sdk:s,feature:d,children:v.jsx(iN,{appNode:b,scrollStore:C,scrollNode:S,className:p,responsiveStore:y,gamification:d})}):null,[s,d,p,y,C,S,b]);return v.jsx(V.Suspense,{fallback:v.jsx("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",width:"100%",height:"100%"},children:"page loading..."}),children:I})},sN=({feature:s,className:d,appNode:p,responsiveStore:C})=>s&&s.featureConfig.get().type===J.SdkOverlayType.GAMES?v.jsx(oN,{className:d,appNode:p,responsiveStore:C,gamification:s}):null,uN=E("div")({name:"Buttons",class:"b5o8qbl",propsAsIs:!1}),cN=({children:s,className:d})=>v.jsx(uN,{className:d,children:s}),_g=E("div")({name:"Navigation",class:"n6tbwuy",propsAsIs:!1}),dN=()=>cN,Cv=E(dN())({name:"NavigationItems",class:"n1up4z7v",propsAsIs:!0}),fN=E("button")({name:"SButton",class:"sxxa0c",propsAsIs:!1}),pN=E("span")({name:"ButtonIcon",class:"b193dcyu",propsAsIs:!1}),hN=E("span")({name:"ButtonLabel",class:"b40tuix",propsAsIs:!1}),mN="s14xk0af",vN="ha3mg7c",gN="h103yr45",w4=({disabled:s,active:d,onClick:p,label:C,icon:b,id:S})=>v.jsx(fN,{onClick:p,disabled:s,className:Pa(d&&mN,!d&&(S==="channels"||S==="featuredGroups")&&vN,!d&&S==="leaderboard"&&gN),children:v.jsxs(v.Fragment,{children:[b&&v.jsx(pN,{children:b}),v.jsx(hN,{children:C})]})}),yN=()=>tt,CN=E(yN())({name:"ButtonIcon",class:"b11wpe79",propsAsIs:!0}),bN=E("div")({name:"Container",class:"calnblm",propsAsIs:!1}),wN=E("div")({name:"Title",class:"t1438p52",propsAsIs:!1}),kN=E("div")({name:"CloseIconWrap",class:"c17srj38",propsAsIs:!1}),xN=()=>tt,SN=E(xN())({name:"CloseIcon",class:"clqia8k",propsAsIs:!0}),EN=()=>tt,LN=E(EN())({name:"DashboardIcon",class:"df5w958",propsAsIs:!0}),TN="h12x6aiv",IN=V.forwardRef(({sdk:s,className:d},p)=>{const C=()=>{s.closeFeature()};return v.jsxs(_g,{className:Pa(d,TN),children:[v.jsxs(bN,{children:[v.jsxs(wN,{children:[v.jsx(LN,{name:"dashboard"}),"Dashboard"]}),v.jsx(kN,{onClick:C,children:v.jsx(SN,{name:"icon-cross"})})]}),v.jsx("div",{ref:p})]})}),RN=V.forwardRef(({sdk:s,className:d},p)=>{const C=bt(s.sdkStore.organizationSettings),b=bt(s.sdkStore.streamSettings),S=bt(s.getActiveFeature()),y=V.useMemo(()=>{const T=(b==null?void 0:b.data)||(C==null?void 0:C.data);return T!=null&&T.overlays?T.overlays:[]},[C,b]),I=V.useMemo(()=>[...y.filter(({enableSdkButton:T,type:P})=>P===J.SdkOverlayType.GAMES||T).map(T=>({id:T.type,onClick:()=>s.openFeature(T.type),disabled:!(T.type in $x),label:T.name,icon:v.jsx("img",{src:T.icon,alt:""}),position:T.position*10}))].sort((T,P)=>T.position-P.position),[y,s]);return v.jsxs(_g,{className:d,children:[I.length!==0&&v.jsx(Cv,{children:[v.jsx(w4,{id:"Channels",onClick:()=>s.closeFeature(),label:"Channels",active:S===0},"Channels"),...I.map(T=>T.id===J.SdkOverlayType.GAMES?v.jsx(w4,{...T,active:T.id===S,label:"StreamLayer +",id:"featuredGroups",icon:v.jsx(CN,{name:"icon-btn-feature-groups","data-selected":T.id===S})},T.id):v.jsx(w4,{...T,icon:void 0,active:T.id===S},T.id))]}),!I.length&&v.jsx(Cv,{children:[v.jsx(w4,{id:"empty",label:"No Features...",active:!1,disabled:!0},"empty")]}),v.jsx("div",{ref:p})]})}),_N=E("div")({name:"InsightContainer",class:"i1pqqgpo",propsAsIs:!1}),NN=E("img")({name:"Image",class:"igj7luu",propsAsIs:!1}),PN=E("div")({name:"ImageContainer",class:"i1qne9g6",propsAsIs:!1}),AN=E("div")({name:"InsightContent",class:"itpr98r",propsAsIs:!1}),jN=E("h3")({name:"Title",class:"t17iaqp8",propsAsIs:!1}),MN=E("div")({name:"Description",class:"d16t3y7s",propsAsIs:!1}),ON=E("button")({name:"ActionBtn",class:"a12495er",propsAsIs:!1}),DN=({video:s,image:d,imageMode:p,heading:C,body:b,action:S,controlVideo:y})=>v.jsxs(_N,{children:[(s==null?void 0:s.url)&&v.jsx(j4,{source:s.url,poster:s.thumbnailUrl,controlVideo:y}),d&&!(s!=null&&s.url)&&v.jsx(PN,{"data-rounded":p===J.QuestionImages.ROUNDED,children:v.jsx(NN,{src:d,alt:C})}),v.jsxs(AN,{children:[v.jsx(jN,{children:C}),v.jsx(MN,{children:b}),S&&v.jsx(ON,{onClick:S,children:"View Insight"})]})]}),VN=E("div")({name:"Container",class:"c1eptrjd",propsAsIs:!1}),$N=E("div")({name:"CloseIconWrap",class:"crylm65",propsAsIs:!1}),zN=()=>tt,FN=E(zN())({name:"CloseIcon",class:"c9mrcz7",propsAsIs:!0}),HN=E("div")({name:"Header",class:"hw3lzv4",propsAsIs:!1}),UN=()=>tt,BN=E(UN())({name:"TypeIcon",class:"t1rrb3kf",propsAsIs:!0}),WN=E("span")({name:"TypeName",class:"t1ydnjov",propsAsIs:!1}),qN=E("div")({name:"Question",class:"qlf90cl",propsAsIs:!1}),QN=E("button")({name:"AnswerButton",class:"a1e0nhcl",propsAsIs:!1}),ZN=E("div")({name:"Container",class:"c1t4f0x4",propsAsIs:!1}),KN=E("button")({name:"ActionBtn",class:"a16w1nl6",propsAsIs:!1}),YN=E("div")({name:"QuoteWrap",class:"q14u54rf",propsAsIs:!1}),GN=E("blockquote")({name:"Quote",class:"q1hxm6zo",propsAsIs:!1}),XN=({action:s,...d})=>v.jsxs(ZN,{children:[d.title&&v.jsx(YN,{children:v.jsx(GN,{children:d.title})}),v.jsx(q7,{...d}),s&&v.jsx(KN,{onClick:s,children:"View Insight"})]}),N7=({close:s,action:d,controlVideo:p,data:{questionType:C,question:b,insight:S,tweet:y}})=>{const I=sd[C];return I?v.jsxs(VN,{onClick:d,style:C===J.QuestionType.TWEET?{paddingTop:"12px"}:{},children:[v.jsx($N,{onClick:T=>{T.stopPropagation(),s&&s(T)},children:v.jsx(FN,{name:"icon-cross"})}),C!==J.QuestionType.TWEET&&v.jsxs(HN,{children:[v.jsx(BN,{"data-type-trivia":C===J.QuestionType.TRIVIA,"data-type-poll":C===J.QuestionType.POLL,name:I.iconName}),v.jsx(WN,{children:I.label})]}),C===J.QuestionType.FACTOID&&S&&v.jsx(DN,{...S,action:d,controlVideo:p}),C===J.QuestionType.TWEET&&y&&v.jsx(XN,{...y,action:d,controlVideo:p}),C!==J.QuestionType.FACTOID&&C!==J.QuestionType.TWEET&&v.jsxs(v.Fragment,{children:[v.jsx(qN,{children:b==null?void 0:b.title}),v.jsx(QN,{children:"Answer"})]})]}):null},_c=E("div")({name:"BGWrap",class:"b1dqe0sz",propsAsIs:!1}),pa=E("div")({name:"BGLineBase",class:"b1v6w7ni",propsAsIs:!1}),JN=()=>pa,eP=E(JN())({name:"BGOneLineOne",class:"b2nqb1p",propsAsIs:!0}),tP=()=>pa,nP=E(tP())({name:"BGOneLineTwo",class:"b1xxgmbk",propsAsIs:!0}),rP=()=>pa,aP=E(rP())({name:"BGOneLineThree",class:"b63lwcb",propsAsIs:!0}),oP=()=>pa,bv=E(oP())({name:"BGTwoLineOne",class:"b2iah4",propsAsIs:!0}),iP=()=>pa,wv=E(iP())({name:"BGTwoLineTwo",class:"b1xezvf6",propsAsIs:!0}),lP=()=>pa,kv=E(lP())({name:"BGTwoLineThree",class:"b1jz1hg0",propsAsIs:!0}),sP=()=>pa,xv=E(sP())({name:"BGThreeLineOne",class:"b18ho1tk",propsAsIs:!0}),uP=()=>pa,Sv=E(uP())({name:"BGThreeLineTwo",class:"b14uvjfm",propsAsIs:!0}),cP=()=>pa,Ev=E(cP())({name:"BGThreeLineThree",class:"b11c3ns7",propsAsIs:!0}),dP=()=>pa,Lv=E(dP())({name:"BGThreeLineFour",class:"b1bqhhet",propsAsIs:!0}),fP=()=>pa,pP=E(fP())({name:"BGFourLineOne",class:"b1xyzi7o",propsAsIs:!0}),hP=()=>pa,mP=E(hP())({name:"BGFourLineTwo",class:"byo0rup",propsAsIs:!0}),vP=()=>pa,gP=E(vP())({name:"BGFourLineThree",class:"b1oyiqgv",propsAsIs:!0}),yP=()=>pa,CP=E(yP())({name:"BGFourLineFour",class:"bx3ddqw",propsAsIs:!0}),bP=({step:s,correct:d})=>v.jsxs(v.Fragment,{children:[v.jsxs(_c,{"data-active":s===1,"data-first-screen":"true",children:[v.jsx(eP,{}),v.jsx(nP,{}),v.jsx(aP,{})]}),v.jsxs(_c,{"data-active":s===2,children:[v.jsx(bv,{}),v.jsx(wv,{}),v.jsx(kv,{})]}),v.jsxs(_c,{"data-active":s===3,children:[v.jsx(bv,{}),v.jsx(wv,{}),v.jsx(kv,{})]}),d?v.jsxs(v.Fragment,{children:[v.jsxs(_c,{"data-active":s===4,"data-correct":"true",children:[v.jsx(xv,{}),v.jsx(Sv,{}),v.jsx(Ev,{}),v.jsx(Lv,{})]}),v.jsxs(_c,{"data-active":s===5,"data-correct":"true",children:[v.jsx(xv,{}),v.jsx(Sv,{}),v.jsx(Ev,{}),v.jsx(Lv,{})]})]}):v.jsxs(_c,{"data-active":s===4,"data-correct":"false",children:[v.jsx(pP,{}),v.jsx(mP,{}),v.jsx(gP,{}),v.jsx(CP,{})]})]}),wP=118,kP=()=>A1,xP=E(kP())({name:"Container",class:"c10131zw",propsAsIs:!0}),SP=E("div")({name:"InnerContainer",class:"ir6k2eo",propsAsIs:!1}),R1=E("div")({name:"Content",class:"c1hwoq9l",propsAsIs:!1}),id=E("div")({name:"Title",class:"t4ujo4g",propsAsIs:!1}),EP=()=>id,LP=E(EP())({name:"PointsTitle",class:"p1pjil1h",propsAsIs:!0}),k4=E("div")({name:"Subtitle",class:"s1iorwr9",propsAsIs:!1}),Tv=E("div")({name:"SubtitleFG",class:"s51sv9d",propsAsIs:!1}),x4=E("div")({name:"AnswerText",class:"a1lbk2ye",propsAsIs:!1}),TP=()=>tt,Ng=E(TP())({name:"FeedbackIcon",class:"frcvk3t",propsAsIs:!0}),IP=()=>Ng,Iv=E(IP())({name:"FeedbackIconCorrect",class:"f33p82r",propsAsIs:!0}),RP=()=>Ng,_P=E(RP())({name:"FeedbackIconIncorrect",class:"f12r9net",propsAsIs:!0}),Rv=E("div")({name:"CloseIconWrap",class:"c1fw6699",propsAsIs:!1}),NP=()=>tt,_v=E(NP())({name:"CloseIcon",class:"c115o126",propsAsIs:!0}),PP="data:image/svg+xml,%3csvg%20width='154'%20height='37'%20viewBox='0%200%20154%2037'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M70.9776%2030.8796L74.668%2018.1381C75.0696%2016.7473%2076.1186%2015.6318%2077.4936%2015.1371L77.5928%2014.7217H72.466L63.7623%2024.9662L60.431%2014.7217H55.7389L55.6255%2015.1371C56.4288%2015.5291%2056.8683%2016.7052%2056.8683%2017.662V17.7227C56.8683%2023.1787%2052.781%2032.5598%2047.0352%2032.5598C44.8002%2032.5598%2043.6425%2031.0009%2043.6425%2029.7035C43.6425%2028.1306%2044.975%2027.0105%2046.3831%2027.0105C47.744%2027.0105%2047.9519%2027.5099%2048.741%2027.5099C49.2182%2027.5099%2049.6766%2027.2672%2049.9081%2026.8518C50.2672%2026.1984%2049.9931%2025.4049%2049.3363%2025.0922L48.9772%2024.9242C45.6271%2023.3327%2041.7383%2025.7457%2041.7383%2029.4188V29.4701C41.7383%2032.1444%2043.8646%2034.38%2046.5674%2034.4733C53.5417%2034.716%2058.2055%2025.4236%2058.9473%2018.6188L59.486%2020.4577L62.2313%2028.5927H63.2709L71.8518%2018.4741L68.2512%2030.8936C67.8401%2032.3171%2066.6966%2033.4232%2065.2412%2033.7966L65.142%2034.212H72.0408L72.1542%2033.7966C71.1383%2033.2039%2070.6516%2032.0044%2070.9776%2030.8796Z'%20fill='white'/%3e%3cpath%20d='M88.2952%2021.6521H88.2385C85.016%2021.6568%2081.5571%2021.9648%2079.7143%2027.1361C78.1692%2031.4813%2077.7487%2033.2828%2076.539%2033.2828C75.7641%2033.2828%2075.9531%2031.794%2074.7954%2031.794C74.2709%2031.794%2073.7275%2032.2094%2073.6897%2032.8068C73.6236%2033.8429%2075.0317%2034.4683%2076.0949%2034.4683C79.3316%2034.4683%2080.5696%2032.1347%2080.9759%2031.0472C81.0279%2030.9072%2081.3162%2030.1371%2081.6517%2029.2317H85.0538L84.4773%2031.3273C84.1749%2032.4334%2083.5464%2033.3388%2082.488%2033.8009L82.3982%2034.2163H87.9597L88.0637%2033.8009C87.3124%2033.1848%2086.9816%2032.2%2087.2273%2031.2853L89.3206%2023.4257C89.4812%2022.8236%2089.9018%2022.3242%2090.4783%2022.0628L90.568%2021.6475H88.7536H88.2952V21.6521ZM85.3231%2028.2189H82.0202C82.3935%2027.2108%2082.7526%2026.2493%2082.8755%2025.9366C83.7118%2023.757%2085.2995%2022.8749%2086.8399%2022.7536L86.8257%2022.7676L85.3231%2028.2189Z'%20fill='white'/%3e%3cpath%20d='M116.358%2022.5486C116.538%2022.2545%20116.708%2021.8112%20116.708%2021.5591C116.732%2021.0877%20116.297%2020.7237%20115.829%2020.8217C115.456%2020.9011%20115.187%2021.2324%20115.191%2021.6058C115.196%2021.9978%20115.12%2022.4226%20114.95%2022.6279C114.558%2023.104%20113.934%2023.062%20111.062%2022.2452V22.2405C110.797%2022.1659%20110.509%2022.0819%20110.206%2021.9978C110.187%2021.9932%20110.173%2021.9885%20110.159%2021.9838C108.723%2021.6011%20106.941%2021.2464%20105.774%2021.8205C105.765%2021.8252%20105.755%2021.8298%20105.746%2021.8345C104.602%2022.3992%20103.808%2023.4727%20103.567%2024.7142C103.53%2024.8962%20103.506%2025.0455%20103.501%2025.0969C103.468%2025.7456%20104.068%2026.2544%20104.711%2026.1143C105.235%2026.0023%20105.604%2025.5403%20105.59%2025.0129C105.58%2024.4808%20105.472%2023.7667%20105.765%2023.286C106.237%2022.6279%20106.729%2022.5812%20108.935%2023.3047L106.544%2031.323C106.214%2032.4291%20105.406%2033.3345%20104.338%2033.7966L104.238%2034.212H109.961L110.074%2033.7966C109.337%2033.1852%20109.03%2032.1957%20109.299%2031.2809L111.392%2024.0561C112.309%2024.2428%20113.24%2024.2941%20114.147%2024.0374L114.473%2023.9441C115.196%2023.7527%20115.943%2023.2347%20116.358%2022.5486Z'%20fill='white'/%3e%3cpath%20d='M118.649%2021.6523L118.536%2022.0677C119.245%2022.5531%20119.561%2023.4259%20119.335%2024.2427L117.208%2031.3228C116.877%2032.429%20116.069%2033.3344%20115.002%2033.7964L114.902%2034.2118H117.931H118.21H125.18L126.101%2030.8934H125.666L125.51%2031.2108C124.934%2032.3963%20123.72%2033.1524%20122.382%2033.1524H119.429L121.003%2027.5937H122.259C123.105%2027.5937%20123.743%2028.3545%20123.582%2029.1759H124.012L125.043%2025.4188H124.613C124.362%2026.1142%20123.696%2026.5763%20122.949%2026.5809H121.291L122.382%2022.7258L125.515%2022.7211C126.536%2022.7211%20127.301%2023.6452%20127.098%2024.6347H127.528L128.35%2021.6523H118.649Z'%20fill='white'/%3e%3cpath%20d='M138.251%2021.6582H131.333L131.22%2022.0736C131.881%2022.5263%20132.207%2023.3197%20132.056%2024.0898L129.892%2031.324C129.561%2032.4301%20128.753%2033.3356%20127.685%2033.7976L127.586%2034.213H133.303L133.417%2033.7976C132.68%2033.1862%20132.373%2032.2014%20132.637%2031.282L133.686%2027.5949H134.126C134.787%2027.5949%20135.34%2028.085%20135.416%2028.7337C135.439%2028.9437%20135.77%2031.506%20136.035%2032.3881C136.379%2033.5409%20136.833%2034.213%20137.868%2034.213H140.453L140.552%2033.7976L140.183%2033.5829C139.451%2033.1536%20138.922%2032.4908%20138.685%2031.6087C138.463%2030.7779%20138.043%2029.2284%20137.84%2028.4117C137.736%2027.9916%20137.202%2027.5996%20136.654%2027.5996H137.523C139.087%2027.5996%20140.457%2026.5681%20140.878%2025.0839C141.365%2023.3617%20140.056%2021.6582%20138.251%2021.6582ZM138.369%2024.6872C138.029%2025.812%20136.98%2026.5868%20135.789%2026.5868H133.974L135.071%2022.7317H136.89C137.925%2022.727%20138.662%2023.7118%20138.369%2024.6872Z'%20fill='white'/%3e%3cpath%20d='M100.265%2022.2961C100.081%2022.2961%2099.6794%2022.1701%2099.0651%2021.9181C98.4508%2021.6661%2097.8318%2021.54%2097.2034%2021.54C95.904%2021.54%2094.8219%2021.9554%2093.9336%2022.8422C93.1964%2023.5796%2092.8704%2024.401%2092.8704%2025.1105C92.8704%2025.8665%2093.3193%2026.7533%2094.2124%2027.4721C95.0582%2028.1488%2095.937%2028.8022%2096.8206%2029.465C97.7468%2030.1977%2098.2098%2030.8745%2098.2098%2031.4252C98.2098%2032.634%2097.416%2033.2828%2095.7669%2033.2828C94.0942%2033.2828%2092.9366%2032.074%2092.568%2029.8057H92.1144L90.8008%2034.2162H91.226C91.7694%2033.8382%2092.1569%2033.6001%2092.946%2033.6001C93.6973%2033.6001%2094.5006%2034.4729%2096.2158%2034.4729C97.5814%2034.4729%2098.6682%2034.1929%2099.5943%2033.2781C100.383%2032.4753%20100.776%2031.3552%20100.776%2030.4404C100.776%2029.591%20100.237%2028.6062%2099.2966%2027.8921C98.4886%2027.2807%2097.6286%2026.7347%2096.7923%2026.1419C95.8898%2025.4792%2095.4362%2024.9144%2095.4362%2024.2937C95.4362%2023.9483%2095.611%2023.6076%2095.9559%2023.2622C96.3954%2022.8282%2096.986%2022.7302%2097.7751%2022.7302C99.3581%2022.7302%20100.464%2023.5983%20100.558%2025.4325H100.974L102.08%2021.5447H101.664C101.215%2022.0441%20100.752%2022.2961%20100.265%2022.2961Z'%20fill='white'/%3e%3cpath%20d='M149.201%2022.7304C150.784%2022.7304%20151.89%2023.6032%20151.984%2025.4327H152.4L153.501%2021.5449H153.085C152.646%2022.049%20152.182%2022.301%20151.696%2022.301C151.512%2022.301%20151.11%2022.175%20150.496%2021.923C149.881%2021.6709%20149.262%2021.5449%20148.634%2021.5449C147.334%2021.5449%20146.252%2021.9603%20145.364%2022.8471C144.627%2023.5845%20144.296%2024.4059%20144.296%2025.1153C144.296%2025.8714%20144.745%2026.7582%20145.638%2027.477C146.484%2028.1537%20147.363%2028.8071%20148.246%2029.4699C149.173%2030.2026%20149.636%2030.8794%20149.636%2031.4301C149.636%2032.6389%20148.842%2033.2876%20147.193%2033.2876C145.52%2033.2876%20144.362%2032.0788%20143.994%2029.8106H143.54L142.227%2034.2211H142.642C143.186%2033.843%20143.573%2033.605%20144.358%2033.605C145.109%2033.605%20145.912%2034.4778%20147.627%2034.4778C148.993%2034.4778%20150.075%2034.1978%20151.006%2033.283C151.795%2032.4802%20152.187%2031.3601%20152.187%2030.4453C152.187%2029.6005%20151.649%2028.6111%20150.708%2027.897C149.9%2027.2856%20149.04%2026.7395%20148.204%2026.1468C147.301%2025.4841%20146.848%2024.9193%20146.848%2024.2986C146.848%2023.9532%20147.023%2023.6125%20147.368%2023.2671C147.826%2022.8237%20148.412%2022.7304%20149.201%2022.7304Z'%20fill='white'/%3e%3cpath%20d='M26.5433%202.60035C26.0377%202.44633%2025.5321%202.72169%2025.0265%203.00173C24.8469%203.09974%2024.7194%203.27243%2024.6768%203.46845L23.883%207.13222C23.8547%207.26757%2023.9775%207.38891%2024.1145%207.36091C24.9509%207.17422%2025.7447%206.4508%2026.5811%206.70283C27.5167%206.98753%2028.4522%205.81606%2029.3878%205.83006V1.60156C28.4475%201.60623%2027.4789%202.88505%2026.5433%202.60035Z'%20fill='white'/%3e%3cpath%20d='M38.4856%2013.8398C38.2871%2013.7044%2038.1643%2013.4851%2038.1643%2013.2471V12.5796C38.1643%2011.9822%2037.6729%2011.4922%2037.0633%2011.4922H36.6239C36.0994%2011.4922%2035.6174%2011.7536%2035.3339%2012.1876L33.9164%2014.3485C33.7746%2014.5632%2033.5383%2014.6892%2033.2832%2014.6892H32.3287C31.8562%2014.6892%2031.4215%2014.9459%2031.1947%2015.3566C30.9631%2015.7814%2030.552%2016.0754%2030.0843%2016.1734V1.1403C30.0843%200.94894%2029.9283%200.794922%2029.7346%200.794922C29.5409%200.794922%2029.3849%200.94894%2029.3849%201.1403V1.60702V5.83552V16.1827C28.9171%2016.0847%2028.506%2015.7907%2028.2745%2015.3613C28.0524%2014.9506%2027.6177%2014.6939%2027.1405%2014.6939H26.4979C25.9875%2014.6939%2025.5292%2014.9879%2025.3213%2015.45L24.7873%2016.6308C24.7023%2016.8175%2024.5133%2016.9388%2024.3054%2016.9388C24.0975%2016.9388%2023.9085%2016.8175%2023.8234%2016.6308L23.2895%2015.45C23.0816%2014.9926%2022.6232%2014.6939%2022.1129%2014.6939H4.00135C3.85487%2014.6939%203.73674%2014.8106%203.73674%2014.9553C3.73674%2015.2633%203.48158%2015.5107%203.17444%2015.5107H2.39007C2.24359%2015.5107%202.12546%2015.6273%202.12546%2015.772V16.6728C2.12546%2017.5176%201.96008%2018.339%201.62931%2019.1184L1.15207%2020.2526C0.707907%2021.3027%200.5%2022.3901%200.5%2023.4589V26.0726C0.5%2026.7773%200.603954%2027.4914%200.811861%2028.1868C1.39306%2030.1377%202.7161%2031.7339%204.53529%2032.6767L7.43182%2034.1842C7.46962%2034.2029%207.51214%2034.2122%207.55467%2034.2122L9.69517%2034.2309C10.196%2034.2355%2010.6875%2034.3616%2011.1269%2034.6043L12.2751%2035.239C12.3129%2035.2623%2012.3602%2035.2717%2012.4074%2035.2717H13.9431C14.4818%2035.2717%2015.0157%2035.4163%2015.474%2035.6917C15.474%2035.6917%2016.2253%2036.1444%2016.4805%2036.2891C16.8869%2036.5225%2017.3783%2036.7465%2018.2335%2036.7932C18.4273%2036.8025%2018.621%2036.7325%2018.7675%2036.5972C18.9092%2036.4618%2018.9943%2036.2704%2018.9943%2036.0791V35.0616C18.9943%2034.3242%2019.4337%2033.6521%2020.1189%2033.3581L22.4673%2032.3406C22.7886%2032.2006%2023.1477%2032.1773%2023.4832%2032.28L24.3621%2032.5367C24.7354%2032.644%2025.1323%2032.6487%2025.5056%2032.5367L27.5846%2031.9253C27.8587%2031.8459%2028.1517%2031.8459%2028.4304%2031.9299L29.2763%2032.1633C29.6684%2032.2706%2029.9472%2032.6347%2029.9472%2033.0361V35.071C29.9472%2036.0184%2030.7269%2036.7932%2031.6861%2036.7932C32.4043%2036.7932%2033.0328%2036.3405%2033.2501%2035.6637C33.6423%2034.4456%2033.8408%2033.1761%2033.8408%2031.8973V31.0292C33.8408%2030.4131%2034.1006%2029.8204%2034.5543%2029.3956L35.419%2028.5882C36.0002%2028.0421%2036.3356%2027.2674%2036.3356%2026.474V21.6481C36.3356%2020.9013%2036.5625%2020.1779%2036.9972%2019.5618C37.0302%2019.5198%2037.0444%2019.4638%2037.0444%2019.4125V18.2737C37.0444%2017.5316%2037.2712%2016.8128%2037.6965%2016.2014L38.5517%2014.9739C38.5848%2014.9319%2038.599%2014.8806%2038.599%2014.8246V14.0545C38.6037%2013.9098%2038.5139%2013.8585%2038.4856%2013.8398ZM30.0843%2025.2838C30.6654%2025.3725%2031.1002%2025.6665%2031.1002%2026.0212C31.1002%2026.3759%2030.6702%2026.67%2030.0843%2026.7587V25.2838ZM5.22516%2032.4433L4.78572%2032.2146C3.59026%2031.5939%202.63577%2030.6698%201.9837%2029.545V28.1355C2.73028%2029.2043%203.74619%2030.1144%204.98891%2030.7631L5.22516%2030.8845V32.4433ZM7.43654%2033.5961L6.2647%2032.9894V31.4305L7.43182%2032.0373H7.43654V33.5961ZM12.3129%2034.6556L11.3868%2034.1422C10.8812%2033.8622%2010.3142%2033.7128%209.73297%2033.7035V32.0793C10.2197%2032.0886%2010.7016%2032.2146%2011.1269%2032.448L12.2751%2033.0827C12.2846%2033.0874%2012.2987%2033.0874%2012.3129%2033.0921V34.6556ZM18.4603%2035.0616V35.8551V36.0791C18.4603%2036.1304%2018.4367%2036.1818%2018.3989%2036.2191C18.3611%2036.2564%2018.3139%2036.2705%2018.2619%2036.2705C17.52%2036.2331%2017.0948%2036.0418%2016.7498%2035.8411C16.4994%2035.6964%2015.7528%2035.2483%2015.7481%2035.2483C15.2803%2034.9683%2014.7511%2034.8143%2014.2077%2034.7723V33.1387C14.6519%2033.1808%2015.0866%2033.3114%2015.474%2033.5401L16.1214%2033.9228C16.8302%2034.3429%2017.6382%2034.5809%2018.4603%2034.6276V35.0616ZM24.8582%2032.0886C24.7448%2032.084%2024.6267%2032.0653%2024.5133%2032.0326L23.6344%2031.7713C23.4454%2031.7152%2023.2517%2031.6966%2023.0579%2031.6966V30.0677C23.1997%2030.0677%2023.3414%2030.0817%2023.4832%2030.1237L24.3621%2030.3804C24.5227%2030.4271%2024.6928%2030.4504%2024.8582%2030.4598V32.0886ZM30.363%2032.4807C30.1929%2032.0886%2029.8574%2031.7759%2029.4275%2031.6592L28.5864%2031.4259C28.3879%2031.3652%2028.18%2031.3419%2027.9721%2031.3419V29.7177C28.1328%2029.713%2028.2934%2029.7317%2028.4493%2029.783L29.1392%2029.9977C29.8716%2030.2264%2030.363%2030.8891%2030.363%2031.6452V32.4807ZM32.787%2035.365C32.7729%2035.4117%2032.7634%2035.4584%2032.7492%2035.505C32.6028%2035.9624%2032.1775%2036.2658%2031.6955%2036.2658C31.653%2036.2658%2031.6105%2036.2564%2031.568%2036.2518V34.6323C31.601%2034.6369%2031.6294%2034.6416%2031.6625%2034.6416C32.135%2034.6416%2032.565%2034.3802%2032.7918%2033.9835V35.365H32.787ZM37.3232%2015.0486C36.794%2015.8047%2036.5152%2016.6915%2036.5152%2017.6109V18.4137L36.1041%2019.0017C35.5702%2019.7625%2035.2867%2020.6539%2035.2867%2021.578V25.6245C35.2867%2026.2779%2035.0126%2026.9173%2034.5306%2027.3654L33.6659%2028.1775C33.0847%2028.7236%2032.7634%2029.489%2032.787%2030.2824L32.7918%2030.4644C32.8248%2031.5146%2032.6878%2032.56%2032.3901%2033.5681C32.2956%2033.8902%2031.9932%2034.1142%2031.6577%2034.1142C31.2372%2034.1142%2030.8923%2033.7782%2030.8923%2033.3581V31.6452C30.8923%2030.6558%2030.2496%2029.7923%2029.2952%2029.4983L28.6053%2029.2836C28.2225%2029.1669%2027.8209%2029.1623%2027.4334%2029.2743L25.3544%2029.881C25.0803%2029.9604%2024.7873%2029.9604%2024.5133%2029.881L23.6344%2029.6243C23.1808%2029.489%2022.6894%2029.5217%2022.2547%2029.7083L20.4071%2030.5111C19.2258%2031.0245%2018.4651%2032.1773%2018.4651%2033.4515V34.1095C17.7374%2034.0675%2017.0286%2033.8528%2016.4002%2033.4795L15.7528%2033.0967C15.2047%2032.7747%2014.581%2032.602%2013.9431%2032.602H12.4736L11.3868%2031.9999C10.8717%2031.7152%2010.2905%2031.5659%209.69989%2031.5612L7.62082%2031.5472L5.23461%2030.3057C1.61514%2028.4249%200.0700101%2024.1917%201.64349%2020.4579L2.12073%2019.3238C2.47512%2018.4837%202.6594%2017.5922%202.6594%2016.6775V16.0427H3.17444C3.68476%2016.0427%204.11948%2015.6927%204.2376%2015.2213H22.1176C22.4153%2015.2213%2022.6894%2015.394%2022.8075%2015.6647L23.3414%2016.8455C23.5115%2017.2235%2023.8896%2017.4662%2024.3101%2017.4662C24.7259%2017.4662%2025.1087%2017.2235%2025.2788%2016.8455L25.8127%2015.66C25.9356%2015.3893%2026.2049%2015.2166%2026.5026%2015.2166H27.1452C27.424%2015.2166%2027.6791%2015.366%2027.8114%2015.6087C28.1375%2016.2061%2028.7234%2016.6075%2029.3897%2016.7148V24.145C28.317%2024.2617%2027.4949%2024.8918%2027.4949%2025.6572C27.4949%2026.5066%2028.4966%2027.1927%2029.7346%2027.1927C30.9726%2027.1927%2031.9743%2026.5066%2031.9743%2025.6572C31.9743%2024.8918%2031.1521%2024.257%2030.0795%2024.145V16.7101C30.7458%2016.6028%2031.3317%2016.2014%2031.6577%2015.604C31.79%2015.3613%2032.0452%2015.212%2032.324%2015.212H33.2785C33.7179%2015.212%2034.1195%2014.9926%2034.3605%2014.6286L35.7781%2012.4676C35.9624%2012.1829%2036.2789%2012.0149%2036.6239%2012.0149H37.0633C37.3752%2012.0149%2037.6303%2012.2669%2037.6303%2012.575V13.2424C37.6303%2013.5644%2037.7579%2013.8725%2037.98%2014.1012L37.3232%2015.0486ZM29.3849%2025.2838V26.7587C28.8037%2026.67%2028.3737%2026.3759%2028.3737%2026.0212C28.3737%2025.6665%2028.8037%2025.3678%2029.3849%2025.2838Z'%20fill='white'/%3e%3c/svg%3e",AP="data:image/svg+xml,%3csvg%20width='159'%20height='28'%20viewBox='0%200%20159%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6919_71839)'%3e%3cpath%20d='M4.13243%2025.9198C5.34921%2026.9052%207.05161%2027.0267%208.39597%2026.224L22.9838%2017.5138C25.4013%2016.0703%2025.4117%2012.5721%2023.0028%2011.1144L17.4686%207.76522C15.4767%206.55981%2012.8918%207.10053%2011.5501%209.00325L3.27399%2020.7399C2.14132%2022.3462%202.44805%2024.5556%203.97544%2025.7926L4.13243%2025.9198Z'%20stroke='white'%20style='stroke:white;stroke-opacity:1;'%20stroke-width='2.33333'/%3e%3cpath%20d='M4.11673%202.57147C5.33939%201.58127%207.0516%201.46387%208.39797%202.27791L22.9843%2011.0971C25.3835%2012.5477%2025.3874%2016.0265%2022.9914%2017.4824L17.5405%2020.7946C15.5485%2022.005%2012.9594%2021.4661%2011.6157%2019.5615L3.27518%207.7386C2.142%206.1323%202.44856%203.92248%203.97619%202.68529L4.11673%202.57147Z'%20stroke='white'%20style='stroke:white;stroke-opacity:1;'%20stroke-width='2.33333'/%3e%3cpath%20d='M49.8088%2020.0063C47.924%2020.0063%2046.7521%2018.7437%2046.7521%2016.6748V13.1359H50.1977V10.9296H46.7521V7.34668L44.2736%209.18483V10.9271H42.8892V13.1333H44.2736V16.6515C44.2736%2020.2137%2046.3632%2022.4174%2049.8321%2022.4174H50.361V20.0063H49.8088Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M30.4704%2019.5631L32.6818%2017.8339C33.6722%2019.4231%2035.01%2020.2761%2036.7159%2020.2761C38.5826%2020.2761%2039.757%2019.0783%2039.757%2017.5798C39.757%2015.8505%2037.9137%2015.2983%2035.977%2014.6761C33.6956%2013.9398%2031.23%2013.0168%2031.23%209.92907C31.23%207.37018%2033.5115%205.34277%2036.6226%205.34277C39.1815%205.34277%2040.7707%206.33314%2042.0618%207.83166L40.0111%209.35351C39.2515%208.17907%2038.1211%207.55685%2036.6226%207.55685C34.9167%207.55685%2033.8096%208.57055%2033.8096%209.88499C33.8096%2011.4976%2035.5856%2012.0291%2037.5196%2012.6746C39.8244%2013.4576%2042.3367%2014.4506%2042.3367%2017.585C42.3367%2020.1672%2040.2159%2022.6328%2036.7367%2022.6328C33.8563%2022.6328%2031.8963%2021.4117%2030.4678%2019.5683L30.4704%2019.5631Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M58.9189%2016.7007C58.9189%2013.3225%2061.5141%2010.6807%2064.8923%2010.6807C68.2704%2010.6807%2070.7982%2013.1384%2070.7982%2016.5399V17.5044H61.286C61.6075%2019.2725%2062.9867%2020.4444%2064.9856%2020.4444C66.5489%2020.4444%2067.7441%2019.6173%2068.3404%2018.3755L70.3627%2019.5007C69.3515%2021.3855%2067.5367%2022.6247%2064.9856%2022.6247C61.356%2022.6247%2058.9189%2020.0296%2058.9189%2016.6981V16.7007ZM61.4001%2015.4147H68.2938C67.9256%2013.7607%2066.663%2012.8403%2064.8923%2012.8403C63.1215%2012.8403%2061.8589%2013.8981%2061.4001%2015.4147Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M51.8955%2016.6752C51.8955%2013.113%2053.9851%2010.9326%2057.454%2010.9326H58.5559V13.323H57.4307C55.5459%2013.323%2054.33%2014.6322%2054.3533%2016.7011V22.423H51.8955V16.6804V16.6752Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M72.0138%2016.6774C72.0138%2013.3226%2074.6557%2010.7041%2077.9638%2010.7041C81.272%2010.7041%2083.8672%2013.3226%2083.8672%2016.6774V22.42H81.456V20.9267C80.6523%2022.0052%2079.4105%2022.6274%2077.8938%2022.6274C74.609%2022.6274%2072.0112%2020.0556%2072.0112%2016.6774H72.0138ZM81.5027%2016.6774C81.5027%2014.6319%2079.9394%2013.0011%2077.9638%2013.0011C75.9883%2013.0011%2074.4249%2014.6319%2074.4249%2016.6774C74.4249%2018.723%2075.9649%2020.3537%2077.9638%2020.3537C79.9627%2020.3537%2081.5027%2018.6997%2081.5027%2016.6774Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M85.4155%2015.978C85.4155%2012.9214%2087.5052%2010.6943%2090.6085%2010.6943C92.3766%2010.6943%2093.8026%2011.4073%2094.697%2012.6025C95.5474%2011.4073%2096.9266%2010.6943%2098.6948%2010.6943C101.819%2010.6943%20104.002%2012.8773%20104.002%2015.978V22.4103H101.544V16.0014C101.544%2014.2566%20100.372%2013.038%2098.6948%2013.038C97.0174%2013.038%2095.9155%2014.2799%2095.9389%2015.934V22.4129H93.4811V16.004C93.4811%2014.2592%2092.2859%2013.0406%2090.6085%2013.0406C88.9311%2013.0406%2087.8526%2014.2825%2087.8733%2015.9366V22.4154H85.4155V15.9832V15.978Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M105.578%205.6416H108.082V20.0227H114.859V22.4131H105.578V5.6416Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M138.483%2016.7007C138.483%2013.3225%20141.078%2010.6807%20144.456%2010.6807C147.834%2010.6807%20150.362%2013.1384%20150.362%2016.5399V17.5044H140.85C141.171%2019.2725%20142.551%2020.4444%20144.55%2020.4444C146.113%2020.4444%20147.308%2019.6173%20147.904%2018.3755L149.927%2019.5007C148.916%2021.3855%20147.101%2022.6247%20144.55%2022.6247C140.92%2022.6247%20138.483%2020.0296%20138.483%2016.6981V16.7007ZM140.964%2015.4147H147.858C147.49%2013.7607%20146.227%2012.8403%20144.456%2012.8403C142.685%2012.8403%20141.423%2013.8981%20140.964%2015.4147Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M115.269%2016.6774C115.269%2013.3226%20117.911%2010.7041%20121.219%2010.7041C124.527%2010.7041%20127.122%2013.3226%20127.122%2016.6774V22.42H124.711V20.9267C123.907%2022.0052%20122.665%2022.6274%20121.149%2022.6274C117.864%2022.6274%20115.266%2020.0556%20115.266%2016.6774H115.269ZM124.758%2016.6774C124.758%2014.6319%20123.194%2013.0011%20121.219%2013.0011C119.243%2013.0011%20117.68%2014.6319%20117.68%2016.6774C117.68%2018.723%20119.22%2020.3537%20121.219%2020.3537C123.218%2020.3537%20124.758%2018.6997%20124.758%2016.6774Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M131.67%2021.8547L126.915%2010.9658H129.557L132.912%2018.938L136.082%2010.9658H138.678L131.74%2027.7606H129.212L131.67%2021.8573V21.8547Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M151.897%2016.6674C151.897%2013.1052%20153.987%2010.9248%20157.455%2010.9248H158.557V13.3152H157.432C155.547%2013.3152%20154.331%2014.6244%20154.355%2016.6933V22.4152H151.897V16.6726V16.6674Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6919_71839'%3e%3crect%20width='158.12'%20height='28'%20fill='white'%20style='fill:white;fill-opacity:1;'%20transform='translate(0.44043)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",jP=(s,d,p)=>s===d?"translateY(0px)":s>d?`translateY(${p}px)`:"translateY(-100%)",Pg=({close:s,votedAnswer:d,mastersApp:p,correct:C,correctAnswerTitle:b,questionTitle:S,saveHeight:y,style:I,hiding:T})=>{const[P,H]=V.useState(1),j=V.useRef({});V.useEffect(()=>{const Z=setInterval(()=>{H(ee=>C&&ee>4||!C&&ee>3?ee:++ee)},3e3);return()=>clearInterval(Z)},[C]),V.useEffect(()=>{var Z,ee;j.current[P]&&y(((ee=(Z=j.current[P])==null?void 0:Z.getBoundingClientRect())==null?void 0:ee.height)||wP)},[P,y]);const N=Z=>ee=>{j.current&&(j.current[Z]=ee)},$=Z=>({transform:jP(Z,P,I.height)});return v.jsx(xP,{style:I.height?I:{...I,paddingTop:0,paddingBottom:0},hiding:T,children:v.jsxs(SP,{style:{height:I.height,minHeight:I.height,backgroundColor:P>3?C?"var(--color-sdk-prediction-result-success-bg)":"var(--color-sdk-prediction-result-incorrect-bg)":"var(--color-primary-1)"},children:[v.jsx(bP,{step:P,correct:C}),p&&v.jsxs(R1,{ref:N(1),style:$(1),children:[v.jsx("img",{alt:"sponsor-logo",src:PP}),v.jsx(Tv,{children:"Featured Groups +"})]}),!p&&v.jsx(R1,{ref:N(1),style:$(1),children:v.jsx("img",{alt:"sponsor-logo",src:AP})}),v.jsxs(R1,{ref:N(2),style:$(2),children:[v.jsx(id,{children:"Prediction results are in!"}),p&&v.jsx(Tv,{children:"Featured Groups +"})]}),v.jsxs(R1,{ref:N(3),style:$(3),children:[v.jsx(id,{children:S}),v.jsx(k4,{children:v.jsxs(x4,{children:[v.jsx("span",{children:"Your Pick:"})," ",d==null?void 0:d.title]})})]}),C?v.jsxs(v.Fragment,{children:[v.jsxs(R1,{ref:N(4),style:{...$(4),color:"var(--color-sdk-prediction-result-success-text)"},children:[v.jsxs(id,{children:["Congratulations!",v.jsx("br",{}),"You answered correctly."]}),v.jsxs(k4,{children:[v.jsx(Iv,{name:"selected"}),v.jsxs(x4,{children:[v.jsx("span",{children:"Your Pick:"})," ",d==null?void 0:d.title]})]})]}),v.jsxs(R1,{ref:N(5),style:{...$(5),color:"var(--color-sdk-prediction-result-success-text)"},children:[v.jsx(LP,{children:P===5&&v.jsx(A4,{delay:.5,prefix:"+",suffix:" points",value:d==null?void 0:d.points})}),v.jsxs(k4,{children:[v.jsx(Iv,{name:"selected"}),v.jsxs(x4,{children:[v.jsx("span",{children:"Your Pick:"})," ",d==null?void 0:d.title]})]}),v.jsx(Rv,{onClick:s,children:v.jsx(_v,{name:"icon-cross"})})]})]}):v.jsxs(R1,{ref:N(4),style:$(4),children:[v.jsxs(id,{style:{color:"var(--color-sdk-prediction-result-error-title)"},children:["Better luck next time!",v.jsx("br",{}),"Correct: ",b,"."]}),v.jsxs(k4,{style:{color:"var(--color-sdk-prediction-result-error-subtitle)"},children:[v.jsx(_P,{name:"circleClose"}),v.jsxs(x4,{children:[v.jsx("span",{children:"Your Pick:"})," ",d==null?void 0:d.title]})]}),v.jsx(Rv,{onClick:s,children:v.jsx(_v,{name:"icon-cross"})})]})]})})},Ag=s=>{const[d,p]=V.useState(!1),[C,b]=V.useState(!1),S=V.useRef(null),y=V.useCallback(()=>{b(!0),S.current&&clearTimeout(S.current),S.current=setTimeout(()=>{b(!1)},1e3)},[]),I=V.useCallback(async T=>{p(!0);const P=T.map(H=>new Promise((j,N)=>{const $=new Image;$.onload=()=>j(H),$.onerror=()=>N(),$.src=H}));await Promise.allSettled(P),p(!1)},[]);return V.useEffect(()=>{s&&(y(),I(s))},[s,y,I]),{loading:d,throttled:C}},MP=E("div")({name:"Container",class:"cl51m2q",propsAsIs:!1}),OP=E("img")({name:"Avatar",class:"a2yhhhr",propsAsIs:!1}),DP=E("div")({name:"AvatarPlaceholder",class:"a1dtxxlr",propsAsIs:!1}),VP=E("div")({name:"Content",class:"c12clm3w",propsAsIs:!1}),$P=E("span")({name:"Name",class:"n14lctn7",propsAsIs:!1}),zP=({avatar:s,name:d})=>v.jsxs(MP,{children:[s&&v.jsx(OP,{src:s}),!s&&v.jsx(DP,{children:F7(d||"")}),v.jsxs(VP,{children:[v.jsxs($P,{children:[d," "]}),"is waiting for you!"]})]}),FP=E("div")({name:"Container",class:"c1htq1lb",propsAsIs:!1}),HP=E("div")({name:"Graphic",class:"gjyzpp7",propsAsIs:!1}),UP=E("img")({name:"GraphicImage",class:"g16mldgz",propsAsIs:!1}),BP=E("div")({name:"Headline",class:"h69js65",propsAsIs:!1}),WP=E("div")({name:"TaglineContainer",class:"tmm7qmo",propsAsIs:!1}),qP=E("div")({name:"Tagline",class:"t17knuw2",propsAsIs:!1}),QP=E("div")({name:"Content",class:"c1b74psg",propsAsIs:!1}),ZP=E("div")({name:"StepsContainer",class:"s1y99ug7",propsAsIs:!1}),KP=E("span")({name:"StepIndicator",class:"sgf3v5n",propsAsIs:!1}),YP=E("div")({name:"InvitingUserWrap",class:"i1sj6gn8",propsAsIs:!1}),GP=({loading:s,steps:d,currentStep:p,inviterName:C})=>{const{headline:b,tagline:S}=d[p];return v.jsxs(FP,{children:[S&&v.jsx(WP,{children:v.jsx(Na,{loading:s,children:v.jsx(qP,{children:S})})}),v.jsxs(QP,{"data-welcome-screen":p===0,children:[v.jsx(HP,{children:v.jsx(Na,{loading:s,children:d.map(({graphicSrc:y},I)=>v.jsx(UP,{src:y,"data-active":p===I}))})}),b&&v.jsx(Na,{loading:s,children:v.jsx(BP,{children:b})})]}),C&&p===0&&v.jsx(YP,{children:v.jsx(zP,{name:C})}),v.jsx(ZP,{style:s?{visibility:"hidden"}:{},children:Array.from({length:d.length}).map((y,I)=>v.jsx(KP,{"data-active":p===I},I))})]})},XP=E("div")({name:"Container",class:"cm0bev",propsAsIs:!1}),JP=E("div")({name:"Content",class:"ce7x737",propsAsIs:!1}),eA=E("div")({name:"Title",class:"tc2tor6",propsAsIs:!1}),tA=E("div")({name:"RulesList",class:"r1k5klql",propsAsIs:!1}),nA=E("div")({name:"RulesItem",class:"r1tf3ft2",propsAsIs:!1}),rA=E("div")({name:"RuleIcon",class:"rwpvg1k",propsAsIs:!1}),aA=E("div")({name:"RuleText",class:"rbxiag0",propsAsIs:!1}),oA=E("button")({name:"TermsButton",class:"t6cyrry",propsAsIs:!1}),iA=({rules:s,rulesTitle:d,termsText:p,primaryColor:C,openTerms:b})=>v.jsxs(XP,{children:[v.jsxs(JP,{children:[v.jsx(eA,{children:d}),v.jsx(tA,{children:s==null?void 0:s.map(({label:S,icon:y},I)=>v.jsxs(nA,{children:[y&&v.jsx(rA,{style:{backgroundColor:C},children:v.jsx(tt,{name:y,"data-icon":y})}),v.jsx(aA,{children:S})]},I))})]}),p&&v.jsx(oA,{onClick:b,children:"See Terms and Conditions"})]}),lA=E("div")({name:"Container",class:"cj0g35h",propsAsIs:!1}),sA=E("div")({name:"Content",class:"c1xkhrbn",propsAsIs:!1}),uA=E("div")({name:"Title",class:"tifzb8b",propsAsIs:!1}),cA=E("div")({name:"ScrollingText",class:"stduw5c",propsAsIs:!1}),dA=({termsTitle:s,termsText:d})=>v.jsx(lA,{children:v.jsxs(sA,{children:[v.jsx(uA,{children:s}),v.jsx(cA,{children:d})]})}),fA=E("button")({name:"SButton",class:"s1nve60q",propsAsIs:!1}),pA=E("span")({name:"ButtonLabel",class:"b1xoswwx",propsAsIs:!1}),hA=({disabled:s,variant:d="primary",onClick:p,children:C,...b})=>v.jsx(fA,{onClick:p,disabled:s,"data-variant":d,...b,children:v.jsx(pA,{children:C})}),mA=E("div")({name:"Container",class:"c18uddbs",propsAsIs:!1}),vA=E("div")({name:"Content",class:"cvcfjf6",propsAsIs:!1}),gA=E("div")({name:"OnboardingHeader",class:"o1ie27lw",propsAsIs:!1}),yA=E("button")({name:"CloseBtn",class:"c15cjkwi",propsAsIs:!1}),CA=()=>tt,bA=E(CA())({name:"IconClose",class:"i1mavjt2",propsAsIs:!0}),wA=E("div")({name:"OnboardingFooter",class:"o1x0dyzv",propsAsIs:!1}),kA=()=>hA,xA=E(kA())({name:"OnboardingActionBtn",class:"o1jfi9c3",propsAsIs:!0}),Nc={steps:!1,rules:!1,inviteCard:!1},jg=({gamification:s,steps:d,rules:p,rulesBtnLabel:C,rulesTitle:b,termsTitle:S,termsText:y,primaryColor:I,inviteLink:T,inviteCardTitle:P,inviteCardSubtext:H,inviteCardBtnLabel:j,loading:N,inviterName:$,sdk:Z,onClose:ee})=>{const[K,ae]=V.useState(0),[oe,se]=V.useState(!1),[ce,me]=V.useState(Nc);V.useEffect(()=>{d!=null&&d.length?me({...Nc,steps:!0}):p!=null&&p.length?me({...Nc,rules:!0}):me({...Nc,inviteCard:!0})},[]);const xe=V.useMemo(()=>ce.steps&&K===0?"Continue":ce.rules?oe||!C?"Got it":C:ce.inviteCard?j||"Play Now":"Next",[ce,K,oe,C,j]),ke=V.useCallback(()=>{d!=null&&d.length&&K<d.length-1?ae(ze=>++ze):p!=null&&p.length&&ce.steps?me({...Nc,rules:!0}):ce.rules&&me({...Nc,inviteCard:!0})},[K,d==null?void 0:d.length,p==null?void 0:p.length,ce,ae,me]),it=async()=>{ce.inviteCard?await s.onboardingStatus.submitInplay():ce.rules&&oe?se(!1):ke()};return V.useEffect(()=>{!N&&$&&Z.inviteDisplayed()},[N,$,Z]),v.jsx(FR,{children:({width:ze,height:ot})=>v.jsxs(mA,{style:{width:ze,height:ot,maxHeight:ot},children:[v.jsx(gA,{children:v.jsx(yA,{onClick:ee,children:v.jsx(bA,{name:"icon-close-btn-gray"})})}),v.jsxs(vA,{children:[ce.steps&&(d==null?void 0:d.length)&&v.jsx(GP,{loading:N,steps:d,currentStep:K,inviterName:$}),ce.rules&&!oe&&v.jsx(iA,{rules:p,rulesTitle:b,termsText:y,primaryColor:I,openTerms:()=>se(!0)}),ce.rules&&oe&&v.jsx(dA,{termsTitle:S,termsText:y}),ce.inviteCard&&v.jsx(Z7,{inviteLink:T,inviteCardTitle:P,inviteCardSubtext:H,primaryColor:I})]}),v.jsx(wA,{children:v.jsx(Na,{loading:N,style:{width:"100%"},children:v.jsx(xA,{onClick:it,children:xe})})})]})})},SA=E("div")({name:"Container",class:"c1qjj4d4",propsAsIs:!1}),EA=E("div")({name:"CloseIconWrap",class:"c1lg6b8a",propsAsIs:!1}),LA=()=>tt,TA=E(LA())({name:"CloseIcon",class:"c159el66",propsAsIs:!0}),IA=E("div")({name:"Title",class:"t16xmufv",propsAsIs:!1}),RA=E("img")({name:"SponsorLogo",class:"s83lc21",propsAsIs:!1}),_A=E("div")({name:"PresentsTitle",class:"p1p7igia",propsAsIs:!1}),NA=E("div")({name:"Subtitle",class:"s1eftsbu",propsAsIs:!1}),PA=E("div")({name:"Description",class:"d8uezec",propsAsIs:!1}),AA=E("button")({name:"ActionButton",class:"a1h1bk90",propsAsIs:!1}),Nv=({close:s,action:d,onboarding:p})=>{var C,b,S,y,I,T,P,H;return v.jsxs(SA,{children:[v.jsx(EA,{onClick:s,children:v.jsx(TA,{name:"icon-cross"})}),((b=(C=p==null?void 0:p.titleCard)==null?void 0:C.media)==null?void 0:b.sponsorLogo)&&v.jsxs(IA,{children:[v.jsx(RA,{alt:"sponsor-logo",src:(y=(S=p==null?void 0:p.titleCard)==null?void 0:S.media)==null?void 0:y.sponsorLogo}),v.jsx(_A,{children:"PRESENTS"})]}),((I=p==null?void 0:p.titleCard)==null?void 0:I.title)&&v.jsx(NA,{children:(T=p==null?void 0:p.titleCard)==null?void 0:T.title}),((P=p==null?void 0:p.titleCard)==null?void 0:P.subtitle)&&v.jsx(PA,{children:(H=p==null?void 0:p.titleCard)==null?void 0:H.subtitle}),v.jsx(AA,{onClick:d,children:"Play Now"})]})},P7=[{graphicSrc:"https://cdn.streamlayer.io/assets/sdk-web/onboarding-steps/dark/step_1.png",tagline:"",headline:v.jsxs(v.Fragment,{children:["Welcome to ",v.jsx("br",{})," Live Challenge"]})},{graphicSrc:"https://cdn.streamlayer.io/assets/sdk-web/onboarding-steps/dark/step_2.png",headline:"Live insights, polls, trivia and predictions."},{graphicSrc:"https://cdn.streamlayer.io/assets/sdk-web/onboarding-steps/dark/step_3.png",headline:"Win points and play against friends."}],jA=E("div")({name:"OnboardingContainer",class:"o1xni1kr",propsAsIs:!1}),MA=()=>A1,OA=E(MA())({name:"OnboardingNotificationContainer",class:"o1vnouv7",propsAsIs:!0}),Pv=E("div")({name:"InnerContainer",class:"i59uefw",propsAsIs:!1}),DA=E("div")({name:"OnboardingOverlap",class:"ovnr8ov",propsAsIs:!1}),VA=({deepLink:s,onboardingOpts:d,notification:p,gamification:C,loading:b,sdk:S,throttled:y})=>{var I,T,P,H,j,N,$;const Z=bt(C.friends.getStore()),[ee,K]=V.useState(void 0),ae=V.useMemo(()=>{var oe,se;const ce=S.getInviter();return ce?(se=(oe=Z.data)==null?void 0:oe.find(({slId:me})=>me===ce))==null?void 0:se.name:""},[Z.data,S]);return V.useEffect(()=>{const oe=s.$store.subscribe(se=>{se&&K(se.data)});return()=>{oe()}},[s.$store]),v.jsxs(jA,{children:[v.jsx(jg,{loading:b,rules:[{label:"Answer as many questions as you like.",icon:"icon-btn-feature-groups"},{label:"Win points for each correct trivia or prediction answer.",icon:"icon-thumb-up"},{label:"Top the leader board and best your friends.",icon:"icon-trophy"}],rulesBtnLabel:(I=d.rules)==null?void 0:I.buttonLabel,rulesTitle:(T=d.rules)==null?void 0:T.heading,termsTitle:"Terms and Conditions",termsText:(P=d.rules)==null?void 0:P.terms,steps:P7,primaryColor:(H=d.inviteCard)==null?void 0:H.iconColor,inviteLink:ee,inviteCardTitle:(j=d.inviteCard)==null?void 0:j.heading,inviteCardSubtext:(N=d.inviteCard)==null?void 0:N.subtext,inviteCardBtnLabel:($=d.inviteCard)==null?void 0:$.buttonLabel,onClose:()=>{var oe;(oe=p.close)==null||oe.call(p)},gamification:C,sdk:S,inviterName:ae}),y&&v.jsx(DA,{})]})},$A=({sdk:s,notification:d,saveHeight:p,style:C,appNode:b,sdkInDesktopView:S,responsiveStore:y})=>{const I=V.useRef(null),T=d.data.onboarding,[P,H]=V.useState(T==null?void 0:T.instantOpen),j=s.getFeature(J.SdkOverlayType.GAMES),N=V.useMemo(()=>P7==null?void 0:P7.map(({graphicSrc:K})=>K),[]),{screen:$}=bt(y,{keys:["screen"]});V.useLayoutEffect(()=>{var K;p(((K=I.current)==null?void 0:K.getBoundingClientRect().height)||0)},[p]);const{loading:Z,throttled:ee}=Ag(N);return P&&j&&T&&b.current?v.jsx(U7,{container:b,useContainer:!S,children:v.jsx(VA,{throttled:ee,notification:d,setOpened:H,gamification:j,onboardingOpts:T,deepLink:j.deepLink,loading:Z,renderToNode:b,sdk:s})}):v.jsxs(v.Fragment,{children:[v.jsx(Pv,{ref:I,style:{position:"absolute",visibility:"hidden"},children:v.jsx(Nv,{close:()=>{},action:()=>{},onboarding:T})}),v.jsx(OA,{style:C,hiding:d.hiding,children:v.jsx(Pv,{children:v.jsx(Nv,{close:d.close,action:()=>{var K;H(!0),(((K=b.current)==null?void 0:K.getBoundingClientRect().y)||0)<0&&D7(b,$.size,{behavior:"smooth"})},onboarding:T})})})]})},zA=E("button")({name:"Container",class:"crkmfw1",propsAsIs:!1}),FA=E("div")({name:"Content",class:"c11awpy4",propsAsIs:!1}),HA=E("span")({name:"Title",class:"t154z7mh",propsAsIs:!1}),Mg=({title:s,onClick:d,className:p,style:C})=>v.jsx(zA,{onClick:d,className:p,style:C,children:v.jsxs(FA,{children:[v.jsx(tt,{name:"iconUp"}),s&&v.jsx(HA,{children:s})]})}),UA=()=>A1,BA=E(UA())({name:"Container",class:"c8ol1ve",propsAsIs:!0}),Og=E("div")({name:"InnerContainer",class:"iqfywam",propsAsIs:!1}),WA=()=>Og,qA=E(WA())({name:"HiddenContainer",class:"hokmtod",propsAsIs:!0}),QA=E("div")({name:"NotificationRefreshing",class:"n192d1q8",propsAsIs:!1}),ZA=()=>Mg,KA=E(ZA())({name:"Pill",class:"p1lha68t",propsAsIs:!0}),YA=s=>{const[d,p]=V.useState(0),C=V.useRef(null),b=V.useMemo(()=>new ResizeObserver(I=>{var T;for(const P of I)if(P.contentBoxSize){const H=(T=C.current)==null?void 0:T.getBoundingClientRect();H&&p(H.height)}}),[]),S=V.useCallback(I=>{C.current=I},[]),y=V.useCallback(I=>{p(I)},[]);return V.useEffect(()=>{const I=C.current;return I?(b.observe(I),()=>{b.unobserve(I)}):()=>{}},[s]),V.useEffect(()=>()=>{b.disconnect()}),[S,d,y]},GA=({sdk:s,notification:d,appNode:p,responsiveStore:C,hasActiveFeature:b})=>{var S,y;const{sdkInDesktopView:I}=bt(C,{keys:["sdkInDesktopView"]}),{sdk:T}=P4(),[P,H,j]=YA(d.id);let N=H;return b||(N="auto"),d.type===exports.NotificationType.QUESTION?v.jsxs(v.Fragment,{children:[v.jsx(qA,{ref:P,children:v.jsx(N7,{...d})}),v.jsxs(BA,{style:{height:d.hiding?0:N},hiding:d.hiding,children:[v.jsx(Og,{style:{height:"100%"},children:v.jsx(N7,{...d,controlVideo:T==null?void 0:T.controlVideoPlayer})}),v.jsx(QA,{},d.id)]})]}):d.type===exports.NotificationType.QUESTION_RESOLVED&&(y=(S=d.data)==null?void 0:S.question)!=null&&y.predictionResult?v.jsx(Pg,{style:{height:d.hiding?0:H},saveHeight:j,close:d.close,hiding:d.hiding,...d.data.question}):d.type===exports.NotificationType.ONBOARDING?v.jsx($A,{style:{height:d.hiding?0:N},saveHeight:j,sdk:s,notification:d,sdkInDesktopView:I,appNode:p,responsiveStore:C}):null},XA="p7vfi6t",JA=({pill:s,setPill:d,appNode:p,headerNode:C,scrollNode:b,responsiveStore:S,scrollStore:y})=>{var I,T;const{screen:P}=bt(S,{keys:["screen"]}),{tabsShown:H,scrollPosition:j}=bt(y,{keys:["tabsShown","scrollPosition"]});V.useEffect(()=>{S.get().sdkInDesktopView?j<50&&d(null):j>-50&&d(null)},[j,S,d]);const N=S.get().sdkInDesktopView?p:C;return!s||!N.current?null:ld.createPortal(v.jsx(KA,{title:s.type===exports.NotificationType.QUESTION_RESOLVED?"Prediction result":`New ${((T=sd[(I=s.data)==null?void 0:I.questionType])==null?void 0:T.label)||"notification"}`,onClick:()=>{var $;S.get().sdkInDesktopView?($=b.current)==null||$.scrollTo({top:0,behavior:"smooth"}):D7(p,P.size,{behavior:"smooth"}),d(null)},className:Pa(H&&XA,"sl-pill-button")}),N.current)},ej=({sdk:s,headerNode:d,scrollNode:p,responsiveStore:C,appNode:b,scrollStore:S,hasActiveFeature:y})=>{const[I]=V.useState(s.getNotificationsStore()),T=bt(I),[P,H]=V.useState(null),j=V.useMemo(()=>s.getActiveNotification(),[s,T]);return V.useEffect(()=>{j&&P1.emit("notification",{action:"rendered",payload:{questionId:j.data.questionId,questionType:j.data.questionType}})},[j]),V.useEffect(()=>{const{sdkInDesktopView:N,sdkInView:$}=C.get();j&&(N||$)&&(!N&&$&&H(j),N&&window.requestAnimationFrame(()=>{S.get().scrollPosition!==0&&H(j)}))},[j]),V.useEffect(()=>{j||H(null)},[j]),v.jsxs(v.Fragment,{children:[!P&&j&&v.jsx(GA,{appNode:b,sdk:s,hasActiveFeature:y,notification:j,responsiveStore:C}),P&&v.jsx(JA,{pill:P,setPill:H,appNode:b,notification:j,headerNode:d,scrollNode:p,scrollStore:S,responsiveStore:C})]})},tj=s=>{const d=bt(s.status),p=bt(s.sdkStore.slStreamId),C=bt(s.userId()),b=bt(s.getActiveFeature()),S=d==="ready"&&!!p.data;return V.useEffect(()=>{const y=s.getFeature(J.SdkOverlayType.GAMES);y&&b!==J.SdkOverlayType.GAMES&&(y.closeQuestion(),y.closeUser()),y==null||y.openedQuestionId.subscribe(I=>{I&&b!==J.SdkOverlayType.GAMES&&s.openFeature(J.SdkOverlayType.GAMES)})},[b,s]),{sdkReady:S,activeFeature:b,isLogged:!!C}},nj=({sdk:s,className:d,scrollStore:p,appNode:C,scrollNode:b,responsiveStore:S})=>{const[,y]=Dv(s);return v.jsx(lN,{className:d,scrollNode:b,appNode:C,scrollStore:p,feature:y,responsiveStore:S,sdk:s})},rj=({sdk:s,className:d,appNode:p,responsiveStore:C})=>{const b=bt(s.featuresList.getStore());return b?Array.from(b,S=>{const y=s.getFeature(S);return y?v.jsx(sN,{className:d,appNode:p,feature:y,responsiveStore:C,sdk:s},S):null}):null},aj=({sdk:s,topNavigation:d})=>{const p=V.useRef(null),C=V.useRef(null),[b]=ZS(p),[S,y]=YS(p,b),{sdkReady:I,activeFeature:T,isLogged:P}=tj(s),H=!!I;E4(p,{enabled:H,event:"click",listener:Wv}),E4(S,{enabled:H,event:"scrollend",listener:qv,useDomNode:!0}),E4(S,{enabled:H,event:"click",listener:Qv,useDomNode:!0});const j=V.useMemo(()=>({sdk:s,topNavigation:d}),[s,d]);return V.useEffect(()=>{Promise.resolve().then(()=>require("./gamification-feature.js"))},[]),v.jsx(Zv.Provider,{value:j,children:v.jsxs(Zx,{ref:p,className:d?"":"c10llmat",children:[H&&d&&v.jsx(RN,{className:od,sdk:s,ref:C}),H&&!d&&!!T&&v.jsx(IN,{className:Pa(od,"sl-hide-on-modal"),sdk:s,ref:C}),v.jsxs(Mv,{className:"sl-hide-on-modal",ref:S,"data-nav":(!!T&&H).toString(),children:[H&&v.jsx(ej,{sdk:s,scrollNode:S,headerNode:C,appNode:p,scrollStore:y,responsiveStore:b,hasActiveFeature:!!T}),H&&v.jsx(nj,{scrollStore:y,responsiveStore:b,scrollNode:S,appNode:p,className:od,sdk:s}),H&&v.jsx(rj,{responsiveStore:b,appNode:p,className:od,sdk:s})]}),H&&!P&&v.jsx("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",width:"100%",height:"100%"},children:"You are not logged in."})]})})},Dg=({children:s,customTheme:d,themeMode:p,style:C})=>v.jsx("div",{className:"StreamLayerSDKTheme",children:v.jsx("div",{className:Pa(XS,p,d),style:C,children:s})}),Vg=()=>{const{sdk:s}=V.useContext(ds);return s},oj=()=>{const{event:s}=V.useContext(ds);return s},$g=()=>{const{sdk:s}=V.useContext(ds),[d,p]=V.useState({});return V.useEffect(()=>{var C;return s!=null&&s.options?(C=s==null?void 0:s.options)==null?void 0:C.subscribe(b=>{p({theme:b.theme,themeMode:b.themeMode})}):()=>{}},[s==null?void 0:s.options]),d},zg=()=>{const{sdk:s}=V.useContext(ds),[d,p]=V.useState({});return V.useEffect(()=>s!=null&&s.uiState?s==null?void 0:s.uiState.subscribe(C=>{p({...C})}):()=>{},[s==null?void 0:s.uiState]),d},ij=({event:s,topNavigation:d,theme:p,withSidebarNotification:C=!0})=>{const{sdk:b,status:S}=V.useContext(ds),y=zg(),I=$g(),{event:T}=V.useContext(ds);if(S===N4.UNSET)throw new Error("Wrap app in `StreamLayerProvider`");return S===N4.CONNECTED?v.jsx("div",{className:"StreamLayerSDK",children:"wait"}):b===null?v.jsx("div",{className:"StreamLayerSDK",children:"sdk not initialized"}):!y.app&&!y.appNotification||!y.app&&y.appNotification&&!C?null:v.jsx("div",{className:"StreamLayerSDK",children:v.jsx(Dg,{customTheme:p??I.theme,themeMode:I.themeMode,children:v.jsx(aj,{sdk:b,event:(T==null?void 0:T.current)||s,topNavigation:d})})})},Fg=({event:s})=>{const d=Vg(),p=oj();return V.useEffect(()=>(d&&(s&&(d.createEventSession(s),p&&(p.current=s)),!s&&(p!=null&&p.current)&&(d.createEventSession(""),p.current="")),()=>{d&&d.disableApp()}),[s,p,d]),null};var N4=(s=>(s[s.UNSET=0]="UNSET",s[s.CONNECTED=1]="CONNECTED",s[s.READY=2]="READY",s))(N4||{});const lj={status:0,sdk:null},ds=V.createContext(lj),sj=({sdkKey:s,theme:d,themeMode:p,plugins:C,children:b,event:S,production:y=!0,autoEnable:I=!0,withAdNotification:T,withAd:P=!0,friendsTab:H="enabled",onDeepLinkHandled:j,videoPlayerController:N,onContentActivate:$})=>{const Z=J.useStreamLayerApp({sdkKey:s,plugins:C,production:y,autoEnable:I,onDeepLinkHandled:j,videoPlayerController:N,onContentActivate:$,withAdNotification:T,withAd:P,friendsTab:H}),ee=V.useRef(""),K=V.useMemo(()=>Z?{sdk:Z,status:2,event:ee}:{status:1,sdk:null,event:ee},[Z]);return V.useEffect(()=>{Z&&(Z.options.setKey("friendsTab",H),Z.options.setKey("theme",d),Z.options.setKey("themeMode",p))},[Z,H,d,p]),V.useEffect(()=>()=>{j&&(Z==null||Z.removeDeepLinkHandler(j)),N&&(Z==null||Z.removeVideoPlayerController(N))},[Z]),V.useEffect(()=>{localStorage.getItem("SL_DEBUG")&&console.log("StreamLayerProvider mounted with props:",{sdkKey:!!s,onDeepLinkHandled:!!j,videoPlayerController:!!N})},[s,j,N]),v.jsxs(ds.Provider,{value:K,children:[S!==void 0&&v.jsx(Fg,{event:S}),b]})};exports.A=fa;exports.Bt=dg;exports.C=kg;exports.D=da;exports.D$1=vg;exports.E1=tt;exports.I=Ag;exports.Ik=ld;exports.L=E4;exports.M=Z7;exports.O=H7;exports.P=aN;exports.R=$v;exports.S=Lg;exports.S$1=V7;exports.S$2=yg;exports.StreamLayerContext=ds;exports.StreamLayerProvider=sj;exports.StreamLayerSDKEvent=Fg;exports.StreamLayerSDKReact=ij;exports.StreamLayerStatus=N4;exports.T=Q7;exports.Y=j4;exports.Yt=cg;exports.a=Cg;exports.b=Yv;exports.b$1=z7;exports.b$2=wg;exports.b$3=Wv;exports.c=Mc;exports.commonjsGlobal=ad;exports.createLogger=N1;exports.cx_default=Pa;exports.d=A4;exports.e=sd;exports.eventBus=P1;exports.f=od;exports.getAugmentedNamespace=Av;exports.getDefaultExportFromCjs=A7;exports.h=Dg;exports.h$1=O7;exports.h$2=Mg;exports.i=rg;exports.k=Rg;exports.m=Pc;exports.o=EL;exports.p=mg;exports.p$1=Dv;exports.rn=jg;exports.s=S7;exports.styled_default=E;exports.useStore=bt;exports.useStreamLayer=Vg;exports.useStreamLayerTheme=$g;exports.useStreamLayerUI=zg;exports.useTransition=Ov;exports.w=N7;exports.w$1=Qv;exports.x=U7;exports.x$1=A1;exports.x$2=Ig;exports.y=qv;exports.z=bg;exports.z$1=Pg;
|
|
60
|
+
`,Lo=()=>window.innerWidth>=Le.lg&&window.innerWidth<Le.xl?76:53,As=e=>{var t;const n=Lo();return Math.round((((t=e.current)==null?void 0:t.getBoundingClientRect().y)||0)-n)<=0},Xa=({children:e,container:t,useContainer:n})=>{const[r]=w.useState(()=>As(t)),[i,a]=w.useState(!1);return w.useEffect(()=>{if(!t.current||!r)return a(!0),()=>{};const s=window.scrollY;return a(!0),()=>{As(t)&&window.scrollTo({top:s,behavior:"instant"})}},[]),w.useEffect(()=>{if(i&&t.current&&r){const s=Lo();window.scrollTo({top:t.current.offsetTop-s,behavior:"instant"})}},[i]),!t.current||!i?null:n?On.createPortal(l.jsxs(W9,{children:[e,l.jsx("style",{children:G9}),l.jsx("style",{children:K9})]}),t.current,"modal-node"):On.createPortal(e,t.current,"modal-node")},Y9=d("div")({name:"Container",class:"c1pgyo67",propsAsIs:!1}),X9="sx17qu6",J9="h1692c5m",ct=({children:e,style:t,className:n,enabled:r=!0,hiding:i,onAnimationEnd:a})=>l.jsx(Y9,{style:t,className:Ne(n,r&&X9,r&&i&&J9),onAnimationEnd:a,children:e}),ec=()=>ct,tc=d(ec())({name:"GrowingContainer",class:"gck55ev",propsAsIs:!0}),ko=({children:e,style:t,enabled:n,animate:r,...i})=>{const a=w.useRef(null),s=w.useMemo(()=>{const o=a==null?void 0:a.current,c=o&&window.getComputedStyle(o),u=c==null?void 0:c.getPropertyValue("height");return n?{height:r?u:0}:{}},[n,r]);return l.jsx(tc,{...i,enabled:n&&r,style:{...t,...s},children:l.jsx("div",{ref:a,children:e})})},$s=d("div")({name:"SponsorLogoWrap",class:"s8p5v5z",propsAsIs:!1}),nc=()=>O,_s=d(nc())({name:"SponsorLogo",class:"s755yti",propsAsIs:!0}),So=({mastersApp:e})=>e?l.jsx($s,{children:l.jsx(_s,{name:"mastersLogo"})}):l.jsx($s,{children:l.jsx(_s,{name:"streamLayerLogo"})}),rc=d("div")({name:"Container",class:"c1gcvmcj",propsAsIs:!1}),ic=d("div")({name:"Title",class:"tnr592a",propsAsIs:!1}),ac=d("div")({name:"Description",class:"d1e8jqpv",propsAsIs:!1}),sc=()=>O,lc=d(sc())({name:"Icon",class:"i1vs651k",propsAsIs:!0}),oc=({icon:e,title:t,description:n})=>l.jsxs(rc,{children:[l.jsx(lc,{name:e}),l.jsx(ic,{children:t}),l.jsx(ac,{children:n})]}),cc=()=>ko,uc=d(cc())({name:"ShowInContainer",class:"s16sbdnm",propsAsIs:!0}),U1=d("div")({name:"FeedbackContainer",class:"fbhorgl",propsAsIs:!1}),dc=d("div")({name:"Container",class:"c1g20ja7",propsAsIs:!1}),pc=()=>O,Rs=d(pc())({name:"IconPrediction",class:"i455ozj",propsAsIs:!0}),en=d("div")({name:"FeedbackIconWrap",class:"f1913njx",propsAsIs:!1}),l2=d("div")({name:"FeedbackHeader",class:"fzfk69z",propsAsIs:!1}),fc=d("span")({name:"FeedbackTitle",class:"fx87qaj",propsAsIs:!1}),W1=d("span")({name:"FeedbackDescription",class:"fvek9ew",propsAsIs:!1}),hc=d("div")({name:"FeedbackTitleWrap",class:"f1kbtp09",propsAsIs:!1}),mc=d("div")({name:"FeedbackResultDescriptionWrap",class:"f4i8rro",propsAsIs:!1}),Cc=()=>W1,gc=d(Cc())({name:"FeedbackDynamicDescription",class:"fqyssr",propsAsIs:!0}),vc=()=>W1,yc=d(vc())({name:"FeedbackResultDescription",class:"fyv794i",propsAsIs:!0}),Wr=d("div")({name:"FeedbackText",class:"f1jkj9vx",propsAsIs:!1}),wc=d("span")({name:"DynamicWrap",class:"d1pxh3a6",propsAsIs:!1}),bc=d("div")({name:"EarlyFeedbackDescription",class:"e1afvufn",propsAsIs:!1}),Vs=({feedbackMessages:e,questionVotedCorrectly:t,questionVoted:n,questionType:r,hasCorrectAnswer:i,showExpiredNotification:a,showClosedNotificationTrivia:s,votedInCurrentRender:o,votedAfterQuestionClosed:c,voteErrorMessage:u,enteredAnActiveQuestion:C,marketClosed:g,percentsAnimated:f,votedAnswer:y,isEarlyPrediction:b,correctAnswer:x})=>{const L=n&&(r===k.QuestionType.TRIVIA||r===k.QuestionType.PREDICTION),m=r===k.QuestionType.PREDICTION&&!i,p=g&&r===k.QuestionType.PREDICTION&&!n&&!C||r===k.QuestionType.PREDICTION&&c&&o&&C,v=L&&m,E=L&&i,S=r===k.QuestionType.PREDICTION&&n&&o&&i,I=n&&r===k.QuestionType.POLL&&o,j=t?"correct":"incorrect",A=t?e==null?void 0:e.correctFeedback:e==null?void 0:e.incorrectFeedback;return a||s||v||E||p||I||S||u?l.jsx(uc,{enabled:o,animate:f,children:l.jsxs(dc,{"data-prediction":m,children:[u&&!p&&l.jsxs(U1,{children:[!b&&l.jsx(Rs,{name:"questionExpired"}),l.jsx(W1,{children:u})]}),!u&&a&&l.jsxs(U1,{children:[!b&&l.jsx(en,{children:l.jsx(O,{name:"questionExpired"})}),l.jsxs("div",{children:[l.jsx(l2,{children:l.jsx(W1,{children:"Question Expired"})}),l.jsx(Wr,{children:"You can still answer to see if you're correct, but no points are awarded for expired questions."})]})]}),!u&&s&&l.jsxs(U1,{children:[l.jsx(en,{children:l.jsx(O,{name:"questionExpired"})}),l.jsxs("div",{children:[l.jsx(l2,{children:l.jsx(W1,{children:"Question Closed"})}),l.jsx(Wr,{children:"This question was answered after the moderator closed the question. So the points for this answer won’t tally."})]})]}),p&&l.jsxs(U1,{children:[!b&&l.jsx(en,{children:l.jsx(O,{name:"questionExpired"})}),l.jsxs("div",{children:[l.jsx(l2,{children:l.jsx(W1,{children:b?i?"The results are already in!":"Question is Closed":"Question Closed"})}),l.jsx(Wr,{children:b?l.jsx(bc,{children:i?`Correct: ${x==null?void 0:x.text}`:"Event affecting the outcome has occurred."}):"This event has already taken place, so the ability to make a prediction on its outcome is no longer available."})]})]}),!u&&v&&l.jsxs(U1,{children:[!b&&l.jsx(Rs,{name:"icon-prediction"}),l.jsxs(gc,{children:["Your pick has been recorded. ",l.jsx(wc,{children:"We’ll notify you of the result."})]})]}),!u&&I&&l.jsxs(U1,{children:[!b&&l.jsx(en,{"data-feedback-type":"correct",children:l.jsx(O,{name:"correct"})}),l.jsx(W1,{children:"Thanks for answering. Please stay tuned for the next question."})]}),!u&&(E||S)&&l.jsxs(U1,{children:[!b&&l.jsx(en,{"data-feedback-type":j,children:l.jsx(O,{name:j})}),l.jsx("div",{children:l.jsxs(l2,{children:[b?l.jsx(hc,{children:j==="incorrect"?l.jsxs(l.Fragment,{children:[l.jsx("div",{children:"So close!"}),l.jsx("div",{children:"Better luck next time"})]}):l.jsxs(l.Fragment,{children:[l.jsx("div",{children:"That’s correct!"}),l.jsx("div",{children:"You chose wisely."})]})}):l.jsx(fc,{"data-feedback-type":j,children:A==null?void 0:A.title}),b?l.jsxs(mc,{children:[l.jsxs("div",{children:["Your pick: ",y==null?void 0:y.text]}),l.jsx("div",{children:j==="incorrect"?`Correct: ${x==null?void 0:x.text}`:""})]}):l.jsx(yc,{children:A==null?void 0:A.description})]})})]})]})}):null},Io=d("div")({name:"Container",class:"c14ielyq",propsAsIs:!1}),xc=()=>ol,Ec=d(xc())({name:"QuestionScrollContainer",class:"q1tlqx57",propsAsIs:!0}),Lc=d("div")({name:"TopShadow",class:"t1hq58md",propsAsIs:!1}),kc=d("div")({name:"BottomShadow",class:"b1c8nxcx",propsAsIs:!1}),Sc=d("div")({name:"SponsorLogo",class:"siozuc3",propsAsIs:!1}),To=d("div")({name:"Content",class:"cpnc44r",propsAsIs:!1}),Ic=d("div")({name:"Title",class:"tq7p3w0",propsAsIs:!1}),Tc=d("div")({name:"OptionsWrap",class:"o1jlfj9g",propsAsIs:!1}),jo=d("div")({name:"Options",class:"o84pmnd",propsAsIs:!1}),jc=()=>ct,Ac=d(jc())({name:"AlertContainer",class:"a1dybjw9",propsAsIs:!0}),$c=d("div")({name:"EarlyPrediction",class:"e1l05ict",propsAsIs:!1}),_c=()=>O,Rc=d(_c())({name:"EarlyPredictionIcon",class:"ez9juex",propsAsIs:!0}),Vc=()=>O,Nc=d(Vc())({name:"SponsorIcon",class:"s8p4aob",propsAsIs:!0});var Ja={},G2=function(){return G2=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n])Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},G2.apply(this,arguments)},Mc=function(){function e(t,n,r){var i=this;this.endVal=n,this.options=r,this.version="2.8.0",this.defaults={startVal:0,decimalPlaces:0,duration:2,useEasing:!0,useGrouping:!0,useIndianSeparators:!1,smartEasingThreshold:999,smartEasingAmount:333,separator:",",decimal:".",prefix:"",suffix:"",enableScrollSpy:!1,scrollSpyDelay:200,scrollSpyOnce:!1},this.finalEndVal=null,this.useEasing=!0,this.countDown=!1,this.error="",this.startVal=0,this.paused=!0,this.once=!1,this.count=function(a){i.startTime||(i.startTime=a);var s=a-i.startTime;i.remaining=i.duration-s,i.useEasing?i.countDown?i.frameVal=i.startVal-i.easingFn(s,0,i.startVal-i.endVal,i.duration):i.frameVal=i.easingFn(s,i.startVal,i.endVal-i.startVal,i.duration):i.frameVal=i.startVal+(i.endVal-i.startVal)*(s/i.duration);var o=i.countDown?i.frameVal<i.endVal:i.frameVal>i.endVal;i.frameVal=o?i.endVal:i.frameVal,i.frameVal=Number(i.frameVal.toFixed(i.options.decimalPlaces)),i.printValue(i.frameVal),s<i.duration?i.rAF=requestAnimationFrame(i.count):i.finalEndVal!==null?i.update(i.finalEndVal):i.options.onCompleteCallback&&i.options.onCompleteCallback()},this.formatNumber=function(a){var s,o,c,u,C=a<0?"-":"";s=Math.abs(a).toFixed(i.options.decimalPlaces);var g=(s+="").split(".");if(o=g[0],c=g.length>1?i.options.decimal+g[1]:"",i.options.useGrouping){u="";for(var f=3,y=0,b=0,x=o.length;b<x;++b)i.options.useIndianSeparators&&b===4&&(f=2,y=1),b!==0&&y%f==0&&(u=i.options.separator+u),y++,u=o[x-b-1]+u;o=u}return i.options.numerals&&i.options.numerals.length&&(o=o.replace(/[0-9]/g,function(L){return i.options.numerals[+L]}),c=c.replace(/[0-9]/g,function(L){return i.options.numerals[+L]})),C+i.options.prefix+o+c+i.options.suffix},this.easeOutExpo=function(a,s,o,c){return o*(1-Math.pow(2,-10*a/c))*1024/1023+s},this.options=G2(G2({},this.defaults),r),this.formattingFn=this.options.formattingFn?this.options.formattingFn:this.formatNumber,this.easingFn=this.options.easingFn?this.options.easingFn:this.easeOutExpo,this.startVal=this.validateValue(this.options.startVal),this.frameVal=this.startVal,this.endVal=this.validateValue(n),this.options.decimalPlaces=Math.max(this.options.decimalPlaces),this.resetDuration(),this.options.separator=String(this.options.separator),this.useEasing=this.options.useEasing,this.options.separator===""&&(this.options.useGrouping=!1),this.el=typeof t=="string"?document.getElementById(t):t,this.el?this.printValue(this.startVal):this.error="[CountUp] target is null or undefined",typeof window<"u"&&this.options.enableScrollSpy&&(this.error?console.error(this.error,t):(window.onScrollFns=window.onScrollFns||[],window.onScrollFns.push(function(){return i.handleScroll(i)}),window.onscroll=function(){window.onScrollFns.forEach(function(a){return a()})},this.handleScroll(this)))}return e.prototype.handleScroll=function(t){if(t&&window&&!t.once){var n=window.innerHeight+window.scrollY,r=t.el.getBoundingClientRect(),i=r.top+window.pageYOffset,a=r.top+r.height+window.pageYOffset;a<n&&a>window.scrollY&&t.paused?(t.paused=!1,setTimeout(function(){return t.start()},t.options.scrollSpyDelay),t.options.scrollSpyOnce&&(t.once=!0)):(window.scrollY>a||i>n)&&!t.paused&&t.reset()}},e.prototype.determineDirectionAndSmartEasing=function(){var t=this.finalEndVal?this.finalEndVal:this.endVal;this.countDown=this.startVal>t;var n=t-this.startVal;if(Math.abs(n)>this.options.smartEasingThreshold&&this.options.useEasing){this.finalEndVal=t;var r=this.countDown?1:-1;this.endVal=t+r*this.options.smartEasingAmount,this.duration=this.duration/2}else this.endVal=t,this.finalEndVal=null;this.finalEndVal!==null?this.useEasing=!1:this.useEasing=this.options.useEasing},e.prototype.start=function(t){this.error||(this.options.onStartCallback&&this.options.onStartCallback(),t&&(this.options.onCompleteCallback=t),this.duration>0?(this.determineDirectionAndSmartEasing(),this.paused=!1,this.rAF=requestAnimationFrame(this.count)):this.printValue(this.endVal))},e.prototype.pauseResume=function(){this.paused?(this.startTime=null,this.duration=this.remaining,this.startVal=this.frameVal,this.determineDirectionAndSmartEasing(),this.rAF=requestAnimationFrame(this.count)):cancelAnimationFrame(this.rAF),this.paused=!this.paused},e.prototype.reset=function(){cancelAnimationFrame(this.rAF),this.paused=!0,this.resetDuration(),this.startVal=this.validateValue(this.options.startVal),this.frameVal=this.startVal,this.printValue(this.startVal)},e.prototype.update=function(t){cancelAnimationFrame(this.rAF),this.startTime=null,this.endVal=this.validateValue(t),this.endVal!==this.frameVal&&(this.startVal=this.frameVal,this.finalEndVal==null&&this.resetDuration(),this.finalEndVal=null,this.determineDirectionAndSmartEasing(),this.rAF=requestAnimationFrame(this.count))},e.prototype.printValue=function(t){var n;if(this.el){var r=this.formattingFn(t);!((n=this.options.plugin)===null||n===void 0)&&n.render?this.options.plugin.render(this.el,r):this.el.tagName==="INPUT"?this.el.value=r:this.el.tagName==="text"||this.el.tagName==="tspan"?this.el.textContent=r:this.el.innerHTML=r}},e.prototype.ensureNumber=function(t){return typeof t=="number"&&!isNaN(t)},e.prototype.validateValue=function(t){var n=Number(t);return this.ensureNumber(n)?n:(this.error="[CountUp] invalid start or end value: ".concat(t),null)},e.prototype.resetDuration=function(){this.startTime=null,this.duration=1e3*Number(this.options.duration),this.remaining=this.duration},e}();const Oc=Object.freeze(Object.defineProperty({__proto__:null,CountUp:Mc},Symbol.toStringTag,{value:"Module"})),Pc=sl(Oc);Object.defineProperty(Ja,"__esModule",{value:!0});var le=w,Hc=Pc;function Dc(e,t){var n=e==null?null:typeof Symbol<"u"&&e[Symbol.iterator]||e["@@iterator"];if(n!=null){var r,i,a,s,o=[],c=!0,u=!1;try{if(a=(n=n.call(e)).next,t!==0)for(;!(c=(r=a.call(n)).done)&&(o.push(r.value),o.length!==t);c=!0);}catch(C){u=!0,i=C}finally{try{if(!c&&n.return!=null&&(s=n.return(),Object(s)!==s))return}finally{if(u)throw i}}return o}}function Ns(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(i){return Object.getOwnPropertyDescriptor(e,i).enumerable})),n.push.apply(n,r)}return n}function K2(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?arguments[t]:{};t%2?Ns(Object(n),!0).forEach(function(r){Bc(e,r,n[r])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Ns(Object(n)).forEach(function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(n,r))})}return e}function Fc(e,t){if(typeof e!="object"||!e)return e;var n=e[Symbol.toPrimitive];if(n!==void 0){var r=n.call(e,t||"default");if(typeof r!="object")return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return(t==="string"?String:Number)(e)}function zc(e){var t=Fc(e,"string");return typeof t=="symbol"?t:String(t)}function Bc(e,t,n){return t=zc(t),t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function qi(){return qi=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},qi.apply(this,arguments)}function Uc(e,t){if(e==null)return{};var n={},r=Object.keys(e),i,a;for(a=0;a<r.length;a++)i=r[a],!(t.indexOf(i)>=0)&&(n[i]=e[i]);return n}function Ao(e,t){if(e==null)return{};var n=Uc(e,t),r,i;if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(i=0;i<a.length;i++)r=a[i],!(t.indexOf(r)>=0)&&Object.prototype.propertyIsEnumerable.call(e,r)&&(n[r]=e[r])}return n}function Zc(e,t){return qc(e)||Dc(e,t)||Qc(e,t)||Wc()}function qc(e){if(Array.isArray(e))return e}function Qc(e,t){if(e){if(typeof e=="string")return Ms(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);if(n==="Object"&&e.constructor&&(n=e.constructor.name),n==="Map"||n==="Set")return Array.from(e);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Ms(e,t)}}function Ms(e,t){(t==null||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Wc(){throw new TypeError(`Invalid attempt to destructure non-iterable instance.
|
|
61
|
+
In order to be iterable, non-array objects must have a [Symbol.iterator]() method.`)}var Gc=typeof window<"u"&&typeof window.document<"u"&&typeof window.document.createElement<"u"?le.useLayoutEffect:le.useEffect;function Ke(e){var t=le.useRef(e);return Gc(function(){t.current=e}),le.useCallback(function(){for(var n=arguments.length,r=new Array(n),i=0;i<n;i++)r[i]=arguments[i];return t.current.apply(void 0,r)},[])}var Kc=function(t,n){var r=n.decimal,i=n.decimals,a=n.duration,s=n.easingFn,o=n.end,c=n.formattingFn,u=n.numerals,C=n.prefix,g=n.separator,f=n.start,y=n.suffix,b=n.useEasing,x=n.useGrouping,L=n.useIndianSeparators,m=n.enableScrollSpy,p=n.scrollSpyDelay,v=n.scrollSpyOnce,E=n.plugin;return new Hc.CountUp(t,o,{startVal:f,duration:a,decimal:r,decimalPlaces:i,easingFn:s,formattingFn:c,numerals:u,separator:g,prefix:C,suffix:y,plugin:E,useEasing:b,useIndianSeparators:L,useGrouping:x,enableScrollSpy:m,scrollSpyDelay:p,scrollSpyOnce:v})},Yc=["ref","startOnMount","enableReinitialize","delay","onEnd","onStart","onPauseResume","onReset","onUpdate"],Xc={decimal:".",separator:",",delay:null,prefix:"",suffix:"",duration:2,start:0,decimals:0,startOnMount:!0,enableReinitialize:!0,useEasing:!0,useGrouping:!0,useIndianSeparators:!1},$o=function(t){var n=Object.fromEntries(Object.entries(t).filter(function(V){var R=Zc(V,2),ee=R[1];return ee!==void 0})),r=le.useMemo(function(){return K2(K2({},Xc),n)},[t]),i=r.ref,a=r.startOnMount,s=r.enableReinitialize,o=r.delay,c=r.onEnd,u=r.onStart,C=r.onPauseResume,g=r.onReset,f=r.onUpdate,y=Ao(r,Yc),b=le.useRef(),x=le.useRef(),L=le.useRef(!1),m=Ke(function(){return Kc(typeof i=="string"?i:i.current,y)}),p=Ke(function(V){var R=b.current;if(R&&!V)return R;var ee=m();return b.current=ee,ee}),v=Ke(function(){var V=function(){return p(!0).start(function(){c==null||c({pauseResume:E,reset:S,start:j,update:I})})};o&&o>0?x.current=setTimeout(V,o*1e3):V(),u==null||u({pauseResume:E,reset:S,update:I})}),E=Ke(function(){p().pauseResume(),C==null||C({reset:S,start:j,update:I})}),S=Ke(function(){p().el&&(x.current&&clearTimeout(x.current),p().reset(),g==null||g({pauseResume:E,start:j,update:I}))}),I=Ke(function(V){p().update(V),f==null||f({pauseResume:E,reset:S,start:j})}),j=Ke(function(){S(),v()}),A=Ke(function(V){a&&(V&&S(),v())});return le.useEffect(function(){L.current?s&&A(!0):(L.current=!0,A())},[s,L,A,o,t.start,t.suffix,t.prefix,t.duration,t.separator,t.decimals,t.decimal,t.formattingFn]),le.useEffect(function(){return function(){S()}},[S]),{start:j,pauseResume:E,reset:S,update:I,getCountUp:p}},Jc=["className","redraw","containerProps","children","style"],eu=function(t){var n=t.className,r=t.redraw,i=t.containerProps,a=t.children,s=t.style,o=Ao(t,Jc),c=le.useRef(null),u=le.useRef(!1),C=$o(K2(K2({},o),{},{ref:c,startOnMount:typeof a!="function"||t.delay===0,enableReinitialize:!1})),g=C.start,f=C.reset,y=C.update,b=C.pauseResume,x=C.getCountUp,L=Ke(function(){g()}),m=Ke(function(E){t.preserveValue||f(),y(E)}),p=Ke(function(){if(typeof t.children=="function"&&!(c.current instanceof Element)){console.error(`Couldn't find attached element to hook the CountUp instance into! Try to attach "containerRef" from the render prop to a an Element, eg. <span ref={containerRef} />.`);return}x()});le.useEffect(function(){p()},[p]),le.useEffect(function(){u.current&&m(t.end)},[t.end,m]);var v=r&&t;return le.useEffect(function(){r&&u.current&&L()},[L,r,v]),le.useEffect(function(){!r&&u.current&&L()},[L,r,t.start,t.suffix,t.prefix,t.duration,t.separator,t.decimals,t.decimal,t.className,t.formattingFn]),le.useEffect(function(){u.current=!0},[]),typeof a=="function"?a({countUpRef:c,start:g,reset:f,update:y,pauseResume:b,getCountUp:x}):le.createElement("span",qi({className:n,ref:c,style:s},i),typeof t.start<"u"?x().formattingFn(t.start):"")},tu=Ja.default=eu;Ja.useCountUp=$o;const hr=({value:e=0,decimals:t,duration:n=1,preserveValue:r=!0,...i})=>{const[,a]=e.toString().split("."),s=t??((a==null?void 0:a.length)||0);return l.jsx(tu,{end:e,...i,duration:n,decimals:s,enableScrollSpy:!1,preserveValue:r})},nu=d("button")({name:"ButtonContainer",class:"b1b6dl8t",propsAsIs:!1}),ru=d("div")({name:"ButtonPctWrap",class:"b4iik8i",propsAsIs:!1}),iu=d("div")({name:"ButtonPct",class:"b1gq1lnf",propsAsIs:!1}),au=d("span")({name:"ButtonBody",class:"b1j65z51",propsAsIs:!1}),su=d("div")({name:"IconContainer",class:"i19tpfua",propsAsIs:!1}),lu=d("div")({name:"IconWrap",class:"i1tubmma",propsAsIs:!1}),_o=d("img")({name:"Icon",class:"i1grrgwj",propsAsIs:!1}),ou=()=>_o,cu=d(ou())({name:"IconDefault",class:"ibemyq8",propsAsIs:!0}),uu=()=>_o,du=d(uu())({name:"IconCircle",class:"i1dceht",propsAsIs:!0}),pu=d("span")({name:"Title",class:"t116q4vq",propsAsIs:!1}),fu=d("span")({name:"Indicators",class:"i17ajcu2",propsAsIs:!1}),hu=d("div")({name:"PtsWrap",class:"pu9kmlb",propsAsIs:!1}),mu=d("span")({name:"Pts",class:"p1j2j0s0",propsAsIs:!1}),Cu=d("span")({name:"Percentage",class:"p1mzj1sj",propsAsIs:!1}),gu=()=>O,vu=d(gu())({name:"CheckIcon",class:"cichgz8",propsAsIs:!0}),Os={[k.QuestionImages.CENTERED]:e=>l.jsx(cu,{"data-testid":"vote-icon",alt:"option-icon",src:e}),[k.QuestionImages.TRANSPARENT]:e=>l.jsx(su,{"data-testid":"vote-icon",children:l.jsx(lu,{style:{backgroundImage:`url(${e})`}})}),[k.QuestionImages.ROUNDED]:e=>l.jsx(du,{"data-testid":"vote-icon",alt:"option-icon",src:e}),[k.QuestionImages.NONE]:()=>null,[k.QuestionImages.UNSET]:()=>null},yu=({questionType:e,hasCorrectAnswer:t,correct:n,youVoted:r,questionVoted:i})=>{if(e===k.QuestionType.POLL&&r)return"voted";if(e===k.QuestionType.PREDICTION){if(!t&&i)return r?"voted":"unset";if(t&&i)return r?n?"correct":"incorrect":"unset";if(r)return"correct"}return e===k.QuestionType.TRIVIA&&i&&r?n?"correct":"incorrect":"unset"},wu=({questionType:e,questionVoted:t,correct:n,hasCorrectAnswer:r,questionStatus:i})=>e===k.QuestionType.TRIVIA?t&&n:e===k.QuestionType.PREDICTION?t&&n&&r||i===k.QuestionStatus.RESOLVED&&n:!1,bu=e=>{var t;const{id:n,icon:r,text:i,percentageDecimal:a,points:s,onVote:o,markThatVoted:c,onPercentsAnimated:u,youSelected:C,youVoted:g,questionVoted:f,imageMode:y,answerTimeExpired:b,questionStatus:x,isLoading:L,questionType:m,correct:p,hasCorrectAnswer:v,votedAfterQuestionClosed:E,enteredAnActiveQuestion:S,marketClosed:I,isEarlyPrediction:j}=e,[A,V]=w.useState(0),R=yu(e),ee=wu({questionType:m,questionVoted:f,correct:p,hasCorrectAnswer:v,questionStatus:x}),ve=I&&m===k.QuestionType.PREDICTION,qe=f||ve,ut=m===k.QuestionType.PREDICTION&&!f&&!I,dt=f&&!C&&R!=="incorrect"&&!g;return w.useLayoutEffect(()=>{V(0),requestAnimationFrame(()=>{V(a)})},[a]),l.jsxs(nu,{value:n,"data-selected":C,"data-answer-state":R,disabled:f||L||b||ve&&!S||ve&&S&&E,"data-is-not-checked":dt,onClick:n1=>{c(m===k.QuestionType.PREDICTION?I:x===k.QuestionStatus.RESOLVED),o(n1)},children:[l.jsx(ru,{children:l.jsx(iu,{"data-answer-state":R,"data-is-not-checked":dt,style:{width:`${qe?A:0}%`},onTransitionEnd:()=>{ve||u==null||u()}})}),l.jsxs(au,{children:[r&&y&&((t=Os[y])==null?void 0:t.call(Os,r)),l.jsx(pu,{children:i}),ut&&l.jsxs(hu,{children:[s,l.jsx(mu,{children:"pts"})]}),qe&&l.jsxs(fu,{children:[ee&&l.jsx(vu,{name:j?"selectedBetPack":"selected"}),l.jsx(Cu,{children:l.jsx(hr,{value:a,suffix:"%"})})]})]})]})},xu=()=>ko,Eu=d(xu())({name:"ShowInContainer",class:"sie6cqo",propsAsIs:!0}),Lu=d("div")({name:"WinBarContainer",class:"wgizw4u",propsAsIs:!1}),ku=d("div")({name:"Content",class:"c1l3ucjp",propsAsIs:!1}),Su=d("div")({name:"Title",class:"tx7j799",propsAsIs:!1}),Iu=()=>O,Tu=d(Iu())({name:"WinIcon",class:"w4lwuj0",propsAsIs:!0}),ju=d("div")({name:"Points",class:"po9i64o",propsAsIs:!1}),Au=d("span")({name:"PointsCount",class:"pe5g05h",propsAsIs:!1}),$u=d("span")({name:"PointsUnits",class:"p1hdtpmb",propsAsIs:!1}),_u=({title:e,points:t,isPlayingTimer:n,isTimer:r,animatePoints:i,questionType:a,timerDuration:s,votedInCurrentRender:o,percentsAnimated:c,onTimerExpired:u})=>l.jsx(Eu,{enabled:a===k.QuestionType.PREDICTION&&o,animate:c,children:l.jsxs(Lu,{style:{justifyContent:a===k.QuestionType.PREDICTION?"center":"space-between"},children:[l.jsxs(ku,{children:[e&&l.jsx(Su,{children:e}),t!==void 0&&a!==k.QuestionType.POLL&&l.jsxs(l.Fragment,{children:[l.jsx(Tu,{name:"icon-trophy"}),l.jsxs(ju,{children:[l.jsx(Au,{children:i?l.jsx(hr,{value:t,delay:.3}):t}),l.jsx($u,{children:"PTS"})]})]})]}),r&&a!==k.QuestionType.PREDICTION&&l.jsx(a7,{isPlaying:n,onTimerExpired:u,duration:s})]})}),Ru=(e,t)=>{switch(e){case"already_voted":return t===k.QuestionType.POLL?"You’ve already answered this question on another device.":"You’ve already answered this question on another device. So the points for this answer won't tally.";default:return"Something went wrong, please try again"}},Ro=()=>l.jsx(Io,{children:l.jsxs(To,{children:[l.jsx(_e,{loading:!0,style:{height:"40px",borderRadius:"100px"}}),l.jsx(_e,{loading:!0,style:{height:"24px",margin:"16px 0"}}),l.jsx(jo,{children:Array.from({length:5}).map((e,t)=>l.jsx(_e,{loading:!0,style:{height:"44px"}},t))})]})}),Vo=({openedQuestion:e,isLoading:t,vote:n,close:r,isEarlyPrediction:i})=>{var a,s;const o=e.subject,c=e.type,u=e.status,C=(a=e.options)==null?void 0:a.options,g=e.marketClosed,f=e.id,y=w.useRef(),[b,x]=w.useState(!1),[L,m]=w.useState(!1),[p,v]=w.useState(!0),[E,S]=w.useState(!1),[I,j]=w.useState(!1),[A,V]=w.useState(""),[R,ee]=w.useState(""),[ve,qe]=w.useState(!1),[ut,dt]=w.useState(!1),{runAnimation:n1,finished:pt}=ra();w.useEffect(()=>{pt&&r()},[r,pt]),w.useEffect(()=>{c===k.QuestionType.PREDICTION?g&&v(!1):u===k.QuestionStatus.RESOLVED&&v(!1)},[]);const $=w.useCallback(ce=>{m(ce),x(!0)},[]),N=w.useRef(!1),M=w.useCallback(async ce=>{if(!N.current&&(N.current=!0,f)){const B1=ce.currentTarget.value;V(B1);try{await n(f,B1)}catch(Bn){ee(Ru(Bn.message,c)),V(""),console.error("Error while voting",Bn),N.current=!1}}},[c,f,V,n]),q=w.useCallback(()=>{S(!0),n1({delay:3500})},[n1]),te=w.useCallback(()=>{j(!0),n1({delay:3500})},[n1]),P=e==null?void 0:e.answers.find(ce=>ce.youVoted===!0),Y=w.useMemo(()=>!!(e!=null&&e.answers.find(ce=>ce.correct===!0)),[e]),ae=w.useMemo(()=>e==null?void 0:e.answers.find(ce=>ce.correct===!0),[e]);w.useEffect(()=>{P&&b&&!ut&&(y.current=setTimeout(te,1e4),dt(!0))},[P]),w.useEffect(()=>()=>{clearTimeout(y.current)},[]);const Qe=w.useMemo(()=>e?e.answers.map(ce=>{var B1;return{...ce,questionVoted:!!P,youSelected:A===ce.id,isLoading:t,hasCorrectAnswer:Y,questionType:e.type,answerTimeExpired:E,questionStatus:u,imageMode:(B1=e.appearance)==null?void 0:B1.images,onVote:M}}):[],[Y,E,t,e,P,u,M,A]);w.useEffect(()=>{const ce=Qe.some(({percentageDecimal:Bn})=>Bn!==0),B1=P&&c===k.QuestionType.PREDICTION;R&&(!ce||g&&B1)&&qe(!0)},[Qe,R,g,c,P]);const F1=C&&(C.case==="trivia"||C.case==="prediction")?C.value:void 0,z1=u===k.QuestionStatus.RESOLVED&&c===k.QuestionType.TRIVIA&&!P&&!p,Cr=c===k.QuestionType.TRIVIA&&L,gr=w.useMemo(()=>c===k.QuestionType.PREDICTION?i?!1:!!(P&&!Y||P&&Y&&ae!=null&&ae.youVoted):!0,[c,P,Y,ae,i]),u6=w.useMemo(()=>{if(c===k.QuestionType.PREDICTION&&P&&(!Y||Y&&ae!=null&&ae.youVoted))return P.points;if(!(z1||E))return P?P.correct?P.pointsEarned:0:ae==null?void 0:ae.points},[E,P,ae,z1,c,Y]),d6=w.useMemo(()=>c===k.QuestionType.PREDICTION&&P?Y?Y&&ae!=null&&ae.youVoted?"You won":"":"To win":z1||E?"Time expired":c===k.QuestionType.POLL?"Time remaining":P?"You won":"To win",[E,c,P,z1,Y,ae]),p6=!gr||gr&&c===k.QuestionType.PREDICTION&&b&&!ve,f6=(c===k.QuestionType.TRIVIA||c===k.QuestionType.PREDICTION)&&P&&Y&&(ae==null?void 0:ae.youVoted),h6=P||z1||Cr||c===k.QuestionType.TRIVIA&&u===k.QuestionStatus.RESOLVED&&p;return l.jsxs(Ec,{children:[i&&l.jsx(Lc,{}),l.jsx(Io,{style:i?{marginTop:"-40px"}:{},children:l.jsxs(To,{id:"questionContent",children:[!i&&l.jsx(Vs,{feedbackMessages:F1,questionVoted:!!P,questionVotedCorrectly:P==null?void 0:P.correct,questionType:c,hasCorrectAnswer:Y,showExpiredNotification:z1,showClosedNotificationTrivia:Cr,votedInCurrentRender:b,votedAfterQuestionClosed:L,enteredAnActiveQuestion:p,marketClosed:g,percentsAnimated:ve,voteErrorMessage:R,votedAnswer:P}),gr&&l.jsx(_u,{title:d6,points:u6,onTimerExpired:q,questionType:e.type,isTimer:!t,isPlayingTimer:!P,animatePoints:f6,timerDuration:h6?0:Number(((s=e==null?void 0:e.appearance)==null?void 0:s.autoHideInterval)||"30"),votedInCurrentRender:b,percentsAnimated:ve}),!i&&(E||I)?l.jsx(Ac,{children:l.jsx(oc,{icon:"icon-check-circle",title:"More to come...",description:I?l.jsxs(l.Fragment,{children:["Stay tuned for more questions ",l.jsx("br",{})," and insights."]}):l.jsxs(l.Fragment,{children:["Watch for additional enhanced stream ",l.jsx("br",{})," interactive experience."]})})}):l.jsxs(l.Fragment,{children:[i&&l.jsxs($c,{children:[l.jsx(Rc,{name:"iconEarlyPrediction"}),"EARLY PREDICTION"]}),l.jsx(Ic,{style:p6?{marginTop:0}:{},children:o}),i&&l.jsx(Vs,{feedbackMessages:F1,questionVoted:!!P,questionVotedCorrectly:P==null?void 0:P.correct,questionType:c,hasCorrectAnswer:Y,showExpiredNotification:z1,showClosedNotificationTrivia:Cr,votedInCurrentRender:b,votedAfterQuestionClosed:L,enteredAnActiveQuestion:p,marketClosed:g,percentsAnimated:ve,voteErrorMessage:R,isEarlyPrediction:i,correctAnswer:ae,votedAnswer:P}),l.jsxs(Tc,{children:[l.jsx(jo,{children:Qe.map(ce=>l.jsx(bu,{...ce,markThatVoted:$,onPercentsAnimated:()=>qe(!0),votedAfterQuestionClosed:L,enteredAnActiveQuestion:p,marketClosed:g,isEarlyPrediction:i},ce.id))}),i&&l.jsxs(l.Fragment,{children:[l.jsx(kc,{}),l.jsx(Sc,{children:l.jsx(Nc,{name:"mastersLogoWhite"})})]})]})]})]})})]})},Vu=d("div")({name:"Container",class:"c1bgb86j",propsAsIs:!1}),Nu=d("video")({name:"Player",class:"p6703cq",propsAsIs:!1}),Mu=d("img")({name:"Poster",class:"p12ow7zo",propsAsIs:!1}),Ou=d("div")({name:"Control",class:"cdpal9o",propsAsIs:!1}),Pu="t1xke4ml",Hu="h1yzxv57",Du=e=>{for(const t of e)t.isIntersecting?t.target instanceof HTMLVideoElement&&t.target.autoplay&&t.target.play():t.target instanceof HTMLVideoElement&&!t.target.paused&&t.target.pause()},No=new IntersectionObserver(Du,{threshold:.5}),e0=new Set,Fu=e=>{No.observe(e),e0.add(e)},zu=e=>{No.unobserve(e),e0.delete(e)},Mo=()=>{for(const e of e0)e instanceof HTMLVideoElement&&!e.paused&&e.pause()},mr=({poster:e,source:t,aspectRatio:n,controlVideo:r,onPlay:i,onPause:a,autoPlay:s,hideControls:o})=>{const c=w.useRef(null),[u,C]=w.useState(!1),[g,f]=w.useState(!0),y=w.useCallback(()=>{r==null||r({muted:!0})},[r]),b=w.useCallback(()=>{r==null||r({muted:!1})},[r]),x=m=>{m.stopPropagation();const p=c==null?void 0:c.current;if(p){if(u)p.pause();else{const v=c==null?void 0:c.current;if(!v)return;Mo(),v.play().catch(E=>console.log(E)),f(!1)}st.emit("interactions",{action:"tap",payload:{}})}},L=()=>{var m;(m=c==null?void 0:c.current)==null||m.load(),f(!0)};return w.useEffect(()=>{const m=c==null?void 0:c.current;return()=>{m&&(m.paused||b())}},[b]),w.useEffect(()=>{const m=c.current;return m?(Fu(m),()=>zu(m)):()=>{}},[]),l.jsxs(Vu,{onClick:o?void 0:x,className:Ne(u&&Pu,o&&Hu),style:n?{aspectRatio:n}:{},children:[l.jsx(Nu,{ref:c,src:t,autoPlay:s,onPlay:()=>{y(),C(!0),f(!1),i==null||i()},onPause:()=>{b(),C(!1),a==null||a()},onEnded:()=>{b(),C(!1),L()},style:{visibility:g?"hidden":"visible"},controls:!1,playsInline:!0}),l.jsx(Mu,{src:e,style:{visibility:g?"visible":"hidden"}}),!o&&l.jsx(Ou,{children:u?l.jsx(O,{name:"icon-pause"}):l.jsx(O,{name:"icon-play"})})]})},Bu=d("div")({name:"Container",class:"cgn5uen",propsAsIs:!1}),Uu=d("div")({name:"Content",class:"c1px8nt6",propsAsIs:!1}),Zu=d("h3")({name:"Title",class:"t5et2jt",propsAsIs:!1}),qu=d("div")({name:"Description",class:"d1i2kpk2",propsAsIs:!1}),Qu=d("img")({name:"Image",class:"id3lh3p",propsAsIs:!1}),Wu=d("div")({name:"ImageContainer",class:"i1gfjeu5",propsAsIs:!1}),Oo=({instantView:e,isDetail:t,notification:n,controlVideo:r})=>{const i=e==null?void 0:e.heading,a=e==null?void 0:e.body,s=i||a,o=n==null?void 0:n.title,c=n==null?void 0:n.body;return l.jsxs(Bu,{children:[(e==null?void 0:e.video)&&l.jsx(mr,{source:e.video.url,poster:e.video.thumbnailUrl,controlVideo:r,autoPlay:e.autoPlayVideo===k.AutoPlayVideo.ENABLED}),(e==null?void 0:e.image)&&!(e!=null&&e.video)&&l.jsx(Wu,{"data-rounded":e.imageMode===k.QuestionImages.ROUNDED,children:l.jsx(Qu,{src:e==null?void 0:e.image})}),l.jsxs(Uu,{children:[l.jsx(Zu,{children:t&&s?i:o}),l.jsx(qu,{children:t&&s?a:c})]})]})},Gu=d("div")({name:"Container",class:"c1euiow",propsAsIs:!1}),Ku=d("a")({name:"WebLinkBtn",class:"w19zie3h",propsAsIs:!1}),Yu=()=>O,Xu=d(Yu())({name:"WebLinkIcon",class:"wyg5v7z",propsAsIs:!0}),Po=({instantView:e,...t})=>l.jsxs(Gu,{children:[l.jsx(Oo,{instantView:e,...t,isDetail:!0}),(e==null?void 0:e.webLink)&&l.jsxs(Ku,{href:e==null?void 0:e.webLink.url,target:"_blank","data-analytics":"web-link",children:[e==null?void 0:e.webLink.label,l.jsx(Xu,{name:"icon-external-link"})]})]}),Ju=d("div")({name:"Container",class:"cjq447q",propsAsIs:!1}),ed=d("div")({name:"ImageContainer",class:"i14egogb",propsAsIs:!1}),td=d("img")({name:"Image",class:"i2g9g4l",propsAsIs:!1}),nd=()=>O,rd=d(nd())({name:"TwitterIcon",class:"t1c454nm",propsAsIs:!0}),id=d("div")({name:"Details",class:"d11nigc3",propsAsIs:!1}),ad=d("div")({name:"Name",class:"nrxa4k8",propsAsIs:!1}),sd=d("div")({name:"UserNameAndDate",class:"u1p051g3",propsAsIs:!1}),Ho=({image:e,name:t,userName:n,verified:r,createdTweet:i})=>{const a=i&&y7(i);return l.jsxs(Ju,{children:[e&&l.jsxs(ed,{children:[l.jsx(td,{className:"SL_AccountImage",src:e}),l.jsx(rd,{name:"twitter"})]}),l.jsxs(id,{children:[t&&l.jsxs(ad,{className:"SL_TweetAccountName",children:[t," ",r&&l.jsx(O,{name:"icon-twitter-verified"})]}),n&&l.jsxs(sd,{className:"SL_TweetAccountUserName",children:["@",n," ",a&&`・ ${a}`]})]})]})},ld=d("div")({name:"Container",class:"c1kzqw87",propsAsIs:!1}),od=d("div")({name:"Details",class:"d9r1hf9",propsAsIs:!1}),cd=d("div")({name:"Body",class:"bezygt5",propsAsIs:!1}),tn=d("div")({name:"ImagesContainer",class:"i1y8f7ym",propsAsIs:!1}),Gr=d("div")({name:"ImagesBlock",class:"i18gwonx",propsAsIs:!1}),Do=d("img")({name:"Image",class:"i3g0xjd",propsAsIs:!1}),ud=()=>Do,w1=d(ud())({name:"ImageFullSize",class:"io8rt7p",propsAsIs:!0}),dd=()=>Do,Kr=d(dd())({name:"ImageHalfSize",class:"i4hn3ox",propsAsIs:!0}),pd=new RegExp("\\s?https?://t.co[^\\s]+(\\s+)?$"),Fo=e=>e==null?void 0:e.replace(pd,""),t0=({image:e,body:t,account:n,accountVerified:r,tweet:i,isDetail:a,controlVideo:s})=>{var o,c,u,C,g,f,y,b,x;const L=(c=(o=i==null?void 0:i.meta)==null?void 0:o.extendedEntities)==null?void 0:c.media,m=L==null?void 0:L.find(({type:v})=>v==="photo"),p=(f=(g=(C=(u=L==null?void 0:L[0])==null?void 0:u.videoInfo)==null?void 0:C.variants)==null?void 0:g.find(({contentType:v})=>v==="video/mp4"))==null?void 0:f.url;return l.jsxs(ld,{children:[l.jsxs(od,{children:[l.jsx(Ho,{image:e,name:(y=i==null?void 0:i.meta)==null?void 0:y.accountName,userName:n,verified:r,createdTweet:i==null?void 0:i.date}),l.jsx(cd,{children:Fo(t)}),!a&&m&&l.jsx(tn,{children:l.jsx(w1,{src:L==null?void 0:L[0].mediaUrlHttps})}),a&&m&&l.jsxs(l.Fragment,{children:[(L==null?void 0:L.length)===1&&l.jsx(tn,{children:l.jsx(w1,{src:L[0].mediaUrlHttps})}),(L==null?void 0:L.length)===2&&l.jsxs(tn,{children:[l.jsx(Kr,{src:L[0].mediaUrlHttps}),l.jsx(Kr,{src:L[1].mediaUrlHttps})]}),(L==null?void 0:L.length)===3&&l.jsxs(tn,{children:[l.jsx(Kr,{src:L[0].mediaUrlHttps}),l.jsxs(Gr,{children:[l.jsx(w1,{src:L[1].mediaUrlHttps}),l.jsx(w1,{src:L[2].mediaUrlHttps})]})]}),(L==null?void 0:L.length)===4&&l.jsxs(tn,{children:[l.jsxs(Gr,{children:[l.jsx(w1,{src:L[0].mediaUrlHttps}),l.jsx(w1,{src:L[1].mediaUrlHttps})]}),l.jsxs(Gr,{children:[l.jsx(w1,{src:L[2].mediaUrlHttps}),l.jsx(w1,{src:L[3].mediaUrlHttps})]})]})]})]}),!m&&(((b=L==null?void 0:L[0])==null?void 0:b.type)==="video"||((x=L==null?void 0:L[0])==null?void 0:x.type)==="animated_gif")&&p&&l.jsx(mr,{source:p,poster:L[0].mediaUrlHttps,controlVideo:s})]})},fd=d("div")({name:"Container",class:"c1dcxmvf",propsAsIs:!1}),hd=d("blockquote")({name:"Quote",class:"qb4q22c",propsAsIs:!1}),zo=e=>l.jsxs(fd,{children:[e.title&&l.jsx(hd,{children:e.title}),l.jsx(t0,{...e,isDetail:!0})]}),md=d("div")({name:"QuestionContainer",class:"q14ckf9e",propsAsIs:!1}),Cd=({openedQuestion:e})=>{var t,n;const{sdk:r}=X2();return((t=e==null?void 0:e.attributes)==null?void 0:t.attributes.case)==="insight"?l.jsx(Po,{...e.attributes.attributes.value,controlVideo:r==null?void 0:r.controlVideoPlayer}):((n=e==null?void 0:e.attributes)==null?void 0:n.attributes.case)==="tweet"?l.jsx(zo,{...e.attributes.attributes.value,controlVideo:r==null?void 0:r.controlVideoPlayer}):null},gd=({extendedQuestion:e,vote:t,close:n})=>{const{loading:r,data:i}=e;return i?l.jsx(Vo,{vote:t,close:n,openedQuestion:i,isLoading:!!r}):l.jsx(Ro,{})},Bo=({gamification:e,skipAutoClose:t,hideSponsor:n,className:r,hideHeader:i})=>{var a,s,o,c,u;const C=D(e.openedQuestion.$store),g=D(e.openedQuestion.$extendedStore);if(!C)return null;const f=C.type,y=((s=(a=g.data)==null?void 0:a.options)==null?void 0:s.options.case)==="factoid"?g.data.options.options.value.closeTimer:void 0;return l.jsxs(md,{className:r,children:[!i&&l.jsx(aa,{closeTimer:t?void 0:y,close:e.closeQuestion,type:((o=C.attributes)==null?void 0:o.type)||k.QuestionType.UNSET}),f==="question"&&l.jsx(gd,{vote:e.submitAnswer,close:e.closeQuestion,extendedQuestion:g}),f!=="question"&&l.jsx(Cd,{openedQuestion:C}),!n&&l.jsx(So,{sponsorLogo:(u=(c=g.data)==null?void 0:c.sponsorship)==null?void 0:u.logo})]})},vd=d("div")({name:"Container",class:"c115qtkr",propsAsIs:!1}),yd=d("div")({name:"STabs",class:"sxnslc8",propsAsIs:!1}),wd=d("button")({name:"Button",class:"b1umzux0",propsAsIs:!1}),bd=d("span")({name:"Title",class:"tspsaas",propsAsIs:!1});var cn=(e=>(e.HOME="home",e.LEADERBOARD="leaderboard",e))(cn||{});const Ps=({title:e,active:t,onClick:n})=>l.jsx(wd,{onClick:n,"data-selected":t,children:l.jsx(bd,{children:e})}),xd=({activePage:e="home",toggleActivePage:t})=>l.jsx(vd,{children:l.jsxs(yd,{"data-position":e==="home"?"left":"right",children:[l.jsx(Ps,{title:"Home",active:e==="home",onClick:()=>t("home")}),l.jsx(Ps,{title:"Friends",active:e==="leaderboard",onClick:()=>t("leaderboard")})]})}),Ed=d("button")({name:"Container",class:"cpjnajb",propsAsIs:!1}),Ld=d("div")({name:"Content",class:"c4m6kaz",propsAsIs:!1}),kd=d("span")({name:"Title",class:"t1h8t9cc",propsAsIs:!1}),Sd=()=>l.jsx(Ed,{children:l.jsxs(Ld,{children:[l.jsx(O,{name:"iconCopySuccess"}),l.jsx(kd,{children:"Link Copied to Clipboard"})]})}),Uo=e=>{const t=w.useRef(),[n,r]=w.useState(null),i=w.useCallback(async a=>{var s;if(a&&(s=navigator==null?void 0:navigator.clipboard)!=null&&s.writeText){t.current&&(clearTimeout(t.current),r(null));try{await navigator.clipboard.writeText(a),e.current&&(r(On.createPortal(l.jsx(Sd,{}),e.current)),t.current=setTimeout(()=>{r(null)},1e3))}catch(o){console.error("Unable to copy to clipboard",o)}}},[e]);return w.useEffect(()=>()=>{clearTimeout(t.current)},[]),[i,n]},Id=d("div")({name:"Container",class:"c1ux29ft",propsAsIs:!1}),Td=()=>O,jd=d(Td())({name:"FriendsIcon",class:"f10ncfg2",propsAsIs:!0}),Ad=d("div")({name:"Content",class:"c1yc07bd",propsAsIs:!1}),$d=d("div")({name:"Title",class:"tj6cq7w",propsAsIs:!1}),_d=d("div")({name:"Description",class:"d1ag78xo",propsAsIs:!1}),Rd=()=>O,Vd=d(Rd())({name:"ArrowInviteIcon",class:"awohrz6",propsAsIs:!0}),Nd=({title:e,description:t,onClick:n,className:r})=>{const[i]=pl({type:"invitation",action:"sent",payload:{from:k.InvitationFrom.TITLE_CARD}});return l.jsxs(Id,{onClick:i(n),className:r,children:[l.jsx(jd,{name:"icon-friends"}),l.jsxs(Ad,{children:[l.jsx($d,{children:e}),l.jsx(_d,{children:t})]}),l.jsx(Vd,{name:"icon-copy"})]})};let Be;typeof window<"u"?Be=window:typeof self<"u"?Be=self:Be=k.global;let Qi=null,Wi=null;const Hs=20,Yr=Be.clearTimeout,Ds=Be.setTimeout,Xr=Be.cancelAnimationFrame||Be.mozCancelAnimationFrame||Be.webkitCancelAnimationFrame,Fs=Be.requestAnimationFrame||Be.mozRequestAnimationFrame||Be.webkitRequestAnimationFrame;Xr==null||Fs==null?(Qi=Yr,Wi=function(t){return Ds(t,Hs)}):(Qi=function([t,n]){Xr(t),Yr(n)},Wi=function(t){const n=Fs(function(){Yr(r),t()}),r=Ds(function(){Xr(n),t()},Hs);return[n,r]});function Md(e){let t,n,r,i,a,s,o;const c=typeof document<"u"&&document.attachEvent;if(!c){s=function(m){const p=m.__resizeTriggers__,v=p.firstElementChild,E=p.lastElementChild,S=v.firstElementChild;E.scrollLeft=E.scrollWidth,E.scrollTop=E.scrollHeight,S.style.width=v.offsetWidth+1+"px",S.style.height=v.offsetHeight+1+"px",v.scrollLeft=v.scrollWidth,v.scrollTop=v.scrollHeight},a=function(m){return m.offsetWidth!==m.__resizeLast__.width||m.offsetHeight!==m.__resizeLast__.height},o=function(m){if(m.target.className&&typeof m.target.className.indexOf=="function"&&m.target.className.indexOf("contract-trigger")<0&&m.target.className.indexOf("expand-trigger")<0)return;const p=this;s(this),this.__resizeRAF__&&Qi(this.__resizeRAF__),this.__resizeRAF__=Wi(function(){a(p)&&(p.__resizeLast__.width=p.offsetWidth,p.__resizeLast__.height=p.offsetHeight,p.__resizeListeners__.forEach(function(S){S.call(p,m)}))})};let f=!1,y="";r="animationstart";const b="Webkit Moz O ms".split(" ");let x="webkitAnimationStart animationstart oAnimationStart MSAnimationStart".split(" "),L="";{const m=document.createElement("fakeelement");if(m.style.animationName!==void 0&&(f=!0),f===!1){for(let p=0;p<b.length;p++)if(m.style[b[p]+"AnimationName"]!==void 0){L=b[p],y="-"+L.toLowerCase()+"-",r=x[p],f=!0;break}}}n="resizeanim",t="@"+y+"keyframes "+n+" { from { opacity: 0; } to { opacity: 0; } } ",i=y+"animation: 1ms "+n+"; "}const u=function(f){if(!f.getElementById("detectElementResize")){const y=(t||"")+".resize-triggers { "+(i||"")+'visibility: hidden; opacity: 0; } .resize-triggers, .resize-triggers > div, .contract-trigger:before { content: " "; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; overflow: hidden; z-index: -1; } .resize-triggers > div { background: #eee; overflow: auto; } .contract-trigger:before { width: 200%; height: 200%; }',b=f.head||f.getElementsByTagName("head")[0],x=f.createElement("style");x.id="detectElementResize",x.type="text/css",e!=null&&x.setAttribute("nonce",e),x.styleSheet?x.styleSheet.cssText=y:x.appendChild(f.createTextNode(y)),b.appendChild(x)}};return{addResizeListener:function(f,y){if(c)f.attachEvent("onresize",y);else{if(!f.__resizeTriggers__){const b=f.ownerDocument,x=Be.getComputedStyle(f);x&&x.position==="static"&&(f.style.position="relative"),u(b),f.__resizeLast__={},f.__resizeListeners__=[],(f.__resizeTriggers__=b.createElement("div")).className="resize-triggers";const L=b.createElement("div");L.className="expand-trigger",L.appendChild(b.createElement("div"));const m=b.createElement("div");m.className="contract-trigger",f.__resizeTriggers__.appendChild(L),f.__resizeTriggers__.appendChild(m),f.appendChild(f.__resizeTriggers__),s(f),f.addEventListener("scroll",o,!0),r&&(f.__resizeTriggers__.__animationListener__=function(v){v.animationName===n&&s(f)},f.__resizeTriggers__.addEventListener(r,f.__resizeTriggers__.__animationListener__))}f.__resizeListeners__.push(y)}},removeResizeListener:function(f,y){if(c)f.detachEvent("onresize",y);else if(f.__resizeListeners__.splice(f.__resizeListeners__.indexOf(y),1),!f.__resizeListeners__.length){f.removeEventListener("scroll",o,!0),f.__resizeTriggers__.__animationListener__&&(f.__resizeTriggers__.removeEventListener(r,f.__resizeTriggers__.__animationListener__),f.__resizeTriggers__.__animationListener__=null);try{f.__resizeTriggers__=!f.removeChild(f.__resizeTriggers__)}catch{}}}}}class Od extends w.Component{constructor(...t){super(...t),this.state={height:this.props.defaultHeight||0,scaledHeight:this.props.defaultHeight||0,scaledWidth:this.props.defaultWidth||0,width:this.props.defaultWidth||0},this._autoSizer=null,this._detectElementResize=null,this._parentNode=null,this._resizeObserver=null,this._timeoutId=null,this._onResize=()=>{this._timeoutId=null;const{disableHeight:n,disableWidth:r,onResize:i}=this.props;if(this._parentNode){const a=window.getComputedStyle(this._parentNode)||{},s=parseFloat(a.paddingLeft||"0"),o=parseFloat(a.paddingRight||"0"),c=parseFloat(a.paddingTop||"0"),u=parseFloat(a.paddingBottom||"0"),C=this._parentNode.getBoundingClientRect(),g=C.height-c-u,f=C.width-s-o,y=this._parentNode.offsetHeight-c-u,b=this._parentNode.offsetWidth-s-o;(!n&&(this.state.height!==y||this.state.scaledHeight!==g)||!r&&(this.state.width!==b||this.state.scaledWidth!==f))&&(this.setState({height:y,width:b,scaledHeight:g,scaledWidth:f}),typeof i=="function"&&i({height:y,scaledHeight:g,scaledWidth:f,width:b}))}},this._setRef=n=>{this._autoSizer=n}}componentDidMount(){const{nonce:t}=this.props,n=this._autoSizer?this._autoSizer.parentNode:null;if(n!=null&&n.ownerDocument&&n.ownerDocument.defaultView&&n instanceof n.ownerDocument.defaultView.HTMLElement){this._parentNode=n;const r=n.ownerDocument.defaultView.ResizeObserver;r!=null?(this._resizeObserver=new r(()=>{this._timeoutId=setTimeout(this._onResize,0)}),this._resizeObserver.observe(n)):(this._detectElementResize=Md(t),this._detectElementResize.addResizeListener(n,this._onResize)),this._onResize()}}componentWillUnmount(){this._parentNode&&(this._detectElementResize&&this._detectElementResize.removeResizeListener(this._parentNode,this._onResize),this._timeoutId!==null&&clearTimeout(this._timeoutId),this._resizeObserver&&this._resizeObserver.disconnect())}render(){const{children:t,defaultHeight:n,defaultWidth:r,disableHeight:i=!1,disableWidth:a=!1,doNotBailOutOnEmptyChildren:s=!1,nonce:o,onResize:c,style:u={},tagName:C="div",...g}=this.props,{height:f,scaledHeight:y,scaledWidth:b,width:x}=this.state,L={overflow:"visible"},m={};let p=!1;return i||(f===0&&(p=!0),L.height=0,m.height=f,m.scaledHeight=y),a||(x===0&&(p=!0),L.width=0,m.width=x,m.scaledWidth=b),s&&(p=!1),w.createElement(C,{ref:this._setRef,style:{...L,...u},...g},!p&&t(m))}}function Pd(e){var t=e.lastRenderedStartIndex,n=e.lastRenderedStopIndex,r=e.startIndex,i=e.stopIndex;return!(r>n||i<t)}function Hd(e){for(var t=e.isItemLoaded,n=e.itemCount,r=e.minimumBatchSize,i=e.startIndex,a=e.stopIndex,s=[],o=null,c=null,u=i;u<=a;u++){var C=t(u);C?c!==null&&(s.push(o,c),o=c=null):(c=u,o===null&&(o=u))}if(c!==null){for(var g=Math.min(Math.max(c,o+r-1),n-1),f=c+1;f<=g&&!t(f);f++)c=f;s.push(o,c)}if(s.length)for(;s[1]-s[0]+1<r&&s[0]>0;){var y=s[0]-1;if(!t(y))s[0]=y;else break}return s}var Dd=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},Fd=function(){function e(t,n){for(var r=0;r<n.length;r++){var i=n[r];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(t,i.key,i)}}return function(t,n,r){return n&&e(t.prototype,n),r&&e(t,r),t}}(),zd=function(e,t){if(typeof t!="function"&&t!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)},zs=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t&&(typeof t=="object"||typeof t=="function")?t:e};(function(e){zd(t,e);function t(){var n,r,i,a;Dd(this,t);for(var s=arguments.length,o=Array(s),c=0;c<s;c++)o[c]=arguments[c];return a=(r=(i=zs(this,(n=t.__proto__||Object.getPrototypeOf(t)).call.apply(n,[this].concat(o))),i),i._lastRenderedStartIndex=-1,i._lastRenderedStopIndex=-1,i._memoizedUnloadedRanges=[],i._onItemsRendered=function(u){var C=u.visibleStartIndex,g=u.visibleStopIndex;i._lastRenderedStartIndex=C,i._lastRenderedStopIndex=g,i._ensureRowsLoaded(C,g)},i._setRef=function(u){i._listRef=u},r),zs(i,a)}return Fd(t,[{key:"resetloadMoreItemsCache",value:function(){var r=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;this._memoizedUnloadedRanges=[],r&&this._ensureRowsLoaded(this._lastRenderedStartIndex,this._lastRenderedStopIndex)}},{key:"componentDidMount",value:function(){}},{key:"render",value:function(){var r=this.props.children;return r({onItemsRendered:this._onItemsRendered,ref:this._setRef})}},{key:"_ensureRowsLoaded",value:function(r,i){var a=this.props,s=a.isItemLoaded,o=a.itemCount,c=a.minimumBatchSize,u=c===void 0?10:c,C=a.threshold,g=C===void 0?15:C,f=Hd({isItemLoaded:s,itemCount:o,minimumBatchSize:u,startIndex:Math.max(0,r-g),stopIndex:Math.min(o-1,i+g)});(this._memoizedUnloadedRanges.length!==f.length||this._memoizedUnloadedRanges.some(function(y,b){return f[b]!==y}))&&(this._memoizedUnloadedRanges=f,this._loadUnloadedRanges(f))}},{key:"_loadUnloadedRanges",value:function(r){for(var i=this,a=this.props.loadMoreItems||this.props.loadMoreRows,s=function(u){var C=r[u],g=r[u+1],f=a(C,g);f!=null&&f.then(function(){if(Pd({lastRenderedStartIndex:i._lastRenderedStartIndex,lastRenderedStopIndex:i._lastRenderedStopIndex,startIndex:C,stopIndex:g})){if(i._listRef==null)return;typeof i._listRef.resetAfterIndex=="function"?i._listRef.resetAfterIndex(C,!0):(typeof i._listRef._getItemStyleCache=="function"&&i._listRef._getItemStyleCache(-1),i._listRef.forceUpdate())}})},o=0;o<r.length;o+=2)s(o)}}]),t})(w.PureComponent);const Bd=d("div")({name:"Container",class:"culdu4a",propsAsIs:!1}),Ud=d("div")({name:"Position",class:"pwf8e69",propsAsIs:!1}),Zd=d("img")({name:"Avatar",class:"atf4yh4",propsAsIs:!1}),qd=d("div")({name:"AvatarPlaceholder",class:"a1dg29ja",propsAsIs:!1}),Qd=d("div")({name:"Content",class:"c10a68rc",propsAsIs:!1}),Wd=d("div")({name:"NameContainer",class:"nc4kck5",propsAsIs:!1}),Gd=d("span")({name:"Name",class:"njsrqgr",propsAsIs:!1}),Kd=()=>O,Yd=d(Kd())({name:"CurrentUserBadge",class:"c17uc4zr",propsAsIs:!0});var Zo={exports:{}},Xd="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED",Jd=Xd,ep=Jd;function qo(){}function Qo(){}Qo.resetWarningCache=qo;var tp=function(){function e(r,i,a,s,o,c){if(c!==ep){var u=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 u.name="Invariant Violation",u}}e.isRequired=e;function t(){return e}var n={array:e,bigint:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:Qo,resetWarningCache:qo};return n.PropTypes=n,n};Zo.exports=tp();var np=Zo.exports;const Ae=Xi(np);class Gi extends w.Component{constructor(t){super(t),this.scrollListener=this.scrollListener.bind(this),this.eventListenerOptions=this.eventListenerOptions.bind(this),this.mousewheelListener=this.mousewheelListener.bind(this)}componentDidMount(){this.pageLoaded=this.props.pageStart,this.options=this.eventListenerOptions(),this.attachScrollListener()}componentDidUpdate(){if(this.props.isReverse&&this.loadMore){const t=this.getParentElement(this.scrollComponent);t.scrollTop=t.scrollHeight-this.beforeScrollHeight+this.beforeScrollTop,this.loadMore=!1}this.attachScrollListener()}componentWillUnmount(){this.detachScrollListener(),this.detachMousewheelListener()}isPassiveSupported(){let t=!1;const n={get passive(){t=!0}};try{document.addEventListener("test",null,n),document.removeEventListener("test",null,n)}catch{}return t}eventListenerOptions(){let t=this.props.useCapture;return this.isPassiveSupported()?t={useCapture:this.props.useCapture,passive:!0}:t={passive:!1},t}setDefaultLoader(t){this.defaultLoader=t}detachMousewheelListener(){let t=window;this.props.useWindow===!1&&(t=this.scrollComponent.parentNode),t.removeEventListener("mousewheel",this.mousewheelListener,this.options?this.options:this.props.useCapture)}detachScrollListener(){let t=window;this.props.useWindow===!1&&(t=this.getParentElement(this.scrollComponent)),t.removeEventListener("scroll",this.scrollListener,this.options?this.options:this.props.useCapture),t.removeEventListener("resize",this.scrollListener,this.options?this.options:this.props.useCapture)}getParentElement(t){const n=this.props.getScrollParent&&this.props.getScrollParent();return n??(t&&t.parentNode)}filterProps(t){return t}attachScrollListener(){const t=this.getParentElement(this.scrollComponent);if(!this.props.hasMore||!t)return;let n=window;this.props.useWindow===!1&&(n=t),n.addEventListener("mousewheel",this.mousewheelListener,this.options?this.options:this.props.useCapture),n.addEventListener("scroll",this.scrollListener,this.options?this.options:this.props.useCapture),n.addEventListener("resize",this.scrollListener,this.options?this.options:this.props.useCapture),this.props.initialLoad&&this.scrollListener()}mousewheelListener(t){t.deltaY===1&&!this.isPassiveSupported()&&t.preventDefault()}scrollListener(){const t=this.scrollComponent,n=window,r=this.getParentElement(t);let i;if(this.props.useWindow){const a=document.documentElement||document.body.parentNode||document.body,s=n.pageYOffset!==void 0?n.pageYOffset:a.scrollTop;this.props.isReverse?i=s:i=this.calculateOffset(t,s)}else this.props.isReverse?i=r.scrollTop:i=t.scrollHeight-r.scrollTop-r.clientHeight;i<Number(this.props.threshold)&&t&&t.offsetParent!==null&&(this.detachScrollListener(),this.beforeScrollHeight=r.scrollHeight,this.beforeScrollTop=r.scrollTop,typeof this.props.loadMore=="function"&&(this.props.loadMore(this.pageLoaded+=1),this.loadMore=!0))}calculateOffset(t,n){return t?this.calculateTopPosition(t)+(t.offsetHeight-n-window.innerHeight):0}calculateTopPosition(t){return t?t.offsetTop+this.calculateTopPosition(t.offsetParent):0}render(){const t=this.filterProps(this.props),{children:n,element:r,hasMore:i,initialLoad:a,isReverse:s,loader:o,loadMore:c,pageStart:u,ref:C,threshold:g,useCapture:f,useWindow:y,getScrollParent:b,...x}=t;x.ref=m=>{this.scrollComponent=m,C&&C(m)};const L=[n];return i&&(o?s?L.unshift(o):L.push(o):this.defaultLoader&&(s?L.unshift(this.defaultLoader):L.push(this.defaultLoader))),w.createElement(r,x,L)}}Q(Gi,"propTypes",{children:Ae.node.isRequired,element:Ae.node,hasMore:Ae.bool,initialLoad:Ae.bool,isReverse:Ae.bool,loader:Ae.node,loadMore:Ae.func.isRequired,pageStart:Ae.number,ref:Ae.func,getScrollParent:Ae.func,threshold:Ae.number,useCapture:Ae.bool,useWindow:Ae.bool}),Q(Gi,"defaultProps",{element:"div",hasMore:!1,initialLoad:!0,pageStart:0,ref:null,threshold:250,useWindow:!0,isReverse:!1,useCapture:!1,loader:null,getScrollParent:null});const rp=({friendsRank:e,avatar:t,name:n,userId:r,points:i,isCurrentUser:a,style:s})=>l.jsxs(Bd,{"data-name":r,style:s,children:[l.jsx(Ud,{children:e||0}),l.jsxs(Qd,{children:[t?l.jsx(Zd,{alt:"leaderboard-item-avatar",src:t}):l.jsx(qd,{children:sa(n||"")}),l.jsxs(Wd,{children:[l.jsx(Gd,{children:n||""}),a&&l.jsx(Yd,{name:"icon-star"})]})]}),l.jsx("div",{children:wl(i)})]}),ip=d("div")({name:"Container",class:"c16btbfp",propsAsIs:!1}),ap=({items:e,currentUserId:t,openItemDetail:n,fetchMore:r,scrollNode:i,hasMore:a})=>{const s=w.useCallback(o=>{const c=o.target.getAttribute("data-name");c&&n(c)},[n]);return l.jsx(Gi,{loadMore:r,initialLoad:!1,hasMore:a,useWindow:!1,getScrollParent:()=>i.current,children:l.jsx(ip,{onClick:s,children:e.map(o=>l.jsx(rp,{...o,isCurrentUser:!!t&&t===o.userId},o.userId))})})},sp=d("div")({name:"Container",class:"c1itm4k7",propsAsIs:!1}),lp=d("div")({name:"IconContainer",class:"i1w4fsni",propsAsIs:!1}),op=()=>O,cp=d(op())({name:"InviteGameIcon",class:"i19m85r1",propsAsIs:!0}),up=d("div")({name:"Content",class:"c1mbu204",propsAsIs:!1}),dp=d("div")({name:"Heading",class:"h1amdqtv",propsAsIs:!1}),pp=d("div")({name:"Subtext",class:"s1lhlj9j",propsAsIs:!1}),fp=d("div")({name:"LinkContainer",class:"l1wot35e",propsAsIs:!1}),hp=d("div")({name:"LinkInfo",class:"l1jdw39q",propsAsIs:!1}),mp=d("span")({name:"LinkTitle",class:"l1cr5mk",propsAsIs:!1}),Cp=d("span")({name:"LinkAddress",class:"lvi87q4",propsAsIs:!1}),gp=()=>O,vp=d(gp())({name:"LinkIcon",class:"l1pqlvw3",propsAsIs:!0}),Wo=({inviteLink:e,inviteCardTitle:t,inviteCardSubtext:n,primaryColor:r,className:i})=>{const a=w.useRef(null),[s,o]=Uo(a),[c]=pl({type:"invitation",action:"sent",payload:{from:k.InvitationFrom.MENU}});return l.jsxs(sp,{className:i,children:[l.jsx(lp,{style:{backgroundColor:r},children:l.jsx(cp,{name:"invite-game-icon"})}),l.jsxs(up,{children:[l.jsx(dp,{children:t||""}),l.jsx(pp,{children:n||""})]}),e&&l.jsxs(fp,{ref:a,onClick:c(()=>s(e)),children:[l.jsxs(hp,{children:[l.jsx(mp,{children:"Invite link"}),l.jsx(Cp,{children:e})]}),l.jsx(vp,{name:"icon-copy"})]}),o]})},yp=d("div")({name:"InviteFriendsContainer",class:"i1c9dygq",propsAsIs:!1}),wp=({deepLink:e})=>l.jsx(yp,{children:l.jsx(Wo,{inviteLink:e,inviteCardTitle:"It’s More Fun With Friends",inviteCardSubtext:"Invite and compete against your friends for the top spot on the leaderboard."})}),bp=d("div")({name:"InviteLinkContainer",class:"i1odbhm4",propsAsIs:!1}),xp=({gamification:e,scrollNode:t,scrollStore:n})=>{const r=w.useRef(null),{data:i,hasMore:a,loading:s,key:o}=D(e.leaderboardList.$store),{data:c}=D(e.deepLink.$store),[u,C]=Uo(r);return!i.length&&!s?l.jsx(wp,{deepLink:c}):l.jsxs(l.Fragment,{children:[l.jsx(ap,{items:i,scrollNode:t,scrollStore:n,fetchMore:e.leaderboardList.fetchMore,hasMore:a,openItemDetail:e.openUser,currentUserId:e.currentUserId.get()},o),c&&l.jsx(bp,{ref:r,children:l.jsx(Nd,{onClick:()=>u(c),title:"Invite Friends",description:"Challenge them now!"})}),C]})},n0=d("div")({name:"QuestionItem",class:"q1w97g3p",propsAsIs:!1}),Ep=d("div")({name:"QuestionCaption",class:"q2sl39u",propsAsIs:!1}),Lp=d("div")({name:"QuestionBody",class:"qd5h0uc",propsAsIs:!1}),kp=d("div")({name:"QuestionAction",class:"q105uluy",propsAsIs:!1}),Sp=()=>O,x2=d(Sp())({name:"QuestionActionIcon",class:"q1fa0b9h",propsAsIs:!0}),Ip=()=>x2,Tp=d(Ip())({name:"QuestionCheckIcon",class:"qxlt78s",propsAsIs:!0}),jp=()=>O,Ap=d(jp())({name:"QuestionTypeIcon",class:"qmg0vkx",propsAsIs:!0}),$p=d("div")({name:"QuestionTypeLabel",class:"q1uz5j1g",propsAsIs:!1}),_p=d("div")({name:"QuestionContent",class:"qc3icwa",propsAsIs:!1}),Go=d("button")({name:"PlayButton",class:"p169lohr",propsAsIs:!1}),Rp=d("div")({name:"SkeletonContainer",class:"s1f43z3r",propsAsIs:!1}),Vp=()=>yl,Np=d(Vp())({name:"SkeletonButton",class:"s16k8geu",propsAsIs:!0}),Mp={[k.PickHistoryStatus.LOST]:l.jsx(x2,{name:"incorrectVoted"}),[k.PickHistoryStatus.WON]:l.jsx(Tp,{name:"icon-check"}),[k.PickHistoryStatus.UNSET]:l.jsx(x2,{name:"icon-arrow"}),[k.PickHistoryStatus.DNP]:l.jsx(x2,{name:"icon-arrow"})},Op=()=>l.jsxs(Rp,{children:[l.jsx(_e,{loading:!0,style:{width:"35%"}}),l.jsx(_e,{loading:!0,style:{width:"70%"}}),l.jsx(Np,{})]}),Ko=({questionTypeData:e,questionType:t,questionStatus:n})=>l.jsxs(Ep,{className:"SL_QuestionCaption",children:[l.jsx(Ap,{className:"SL_QuestionTypeIcon","data-testid":"question-type-icon","data-type-trivia":t===k.QuestionType.TRIVIA,"data-type-poll":t===k.QuestionType.POLL,name:e.iconName}),l.jsxs($p,{className:"SL_QuestionTypeLabel",children:[e.label,t===k.QuestionType.TRIVIA&&n===k.QuestionStatus.RESOLVED&&" • Expired"]})]}),Pp=({questionId:e,questionType:t,questionStatus:n,subject:r,openForVoting:i,status:a})=>{const s=Pn[t],o=Mp[a];return s?l.jsxs(n0,{"data-name":e,children:[l.jsxs(_p,{children:[l.jsx(Ko,{questionTypeData:s,questionType:t,questionStatus:n}),l.jsx(Lp,{children:r||""})]}),l.jsx(kp,{children:i?l.jsx(Go,{children:"Play"}):o})]}):null},Hp=()=>n0,Dp=d(Hp())({name:"Container",class:"cll3md7",propsAsIs:!0}),Fp=()=>Go,zp=d(Fp())({name:"ActionBtn",class:"a10g1iik",propsAsIs:!0}),Bp=({questionId:e,...t})=>l.jsxs(Dp,{"data-name":e,children:[l.jsx(Oo,{questionId:e,...t}),l.jsx(zp,{"data-name":e,children:"View Insight"})]}),Up=()=>n0,Zp=d(Up())({name:"Container",class:"cl56x6b",propsAsIs:!0}),qp=d("button")({name:"ActionButton",class:"a11pzf92",propsAsIs:!1}),Qp=d("blockquote")({name:"Quote",class:"q1hbaleq",propsAsIs:!1}),Wp=({...e})=>l.jsxs(Zp,{"data-name":e.tweetId,children:[e.title&&l.jsx(Qp,{children:e.title}),l.jsx(t0,{...e}),l.jsx(qp,{"data-name":e.tweetId,children:"View Insight"})]}),Bs=d("div")({name:"QuestionsContainer",class:"qvghv3l",propsAsIs:!1}),Yo=({questions:e,openQuestion:t,controlVideo:n})=>{const r=i=>{const a=i.target.getAttribute("data-name");a&&(Mo(),t(a,{openedFrom:"list"}))};return e?l.jsx(Bs,{onClick:r,children:e==null?void 0:e.map(i=>{var a,s,o;if(i.type==="question"&&((a=i.attributes)==null?void 0:a.attributes.case)==="question"){const c=i.attributes.attributes.value;return l.jsx(Pp,{...c},c.questionId)}if(i.type==="insight"&&((s=i.attributes)==null?void 0:s.attributes.case)==="insight"){const c=i.attributes.attributes.value;return l.jsx(Bp,{controlVideo:n,...c},c.questionId)}if(i.type==="tweet"&&((o=i.attributes)==null?void 0:o.attributes.case)==="tweet"){const c=i.attributes.attributes.value,u=i.attributes.id;return l.jsx(Wp,{controlVideo:n,...c,tweetId:u},u)}return null})}):l.jsx(Bs,{children:Array.from({length:5}).map((i,a)=>l.jsx(Op,{},a))})},Gp=({store:e,openQuestion:t})=>{const{sdk:n}=X2(),r=D(e);return l.jsx(Yo,{openQuestion:t,questions:r.data,controlVideo:n==null?void 0:n.controlVideoPlayer})},Kp=({userSummary:e})=>{var t;const[n,r]=w.useState(void 0);return w.useEffect(()=>{const i=e.$store.subscribe(a=>{a&&r(a)});return()=>{i()}},[e]),l.jsx(la,{loading:!(n!=null&&n.summary),...n==null?void 0:n.summary,successRate:(t=n==null?void 0:n.percentage)==null?void 0:t.correct})},Yp=({gamification:e,className:t,scrollStore:n,scrollNode:r,appNode:i,style:a,responsiveStore:s})=>{const{tabsShown:o}=D(n,{keys:["tabsShown"]}),c=D(e.friendsTabEnabled),[u,C]=w.useState(cn.HOME),[,g]=n4(),{sdkInDesktopView:f,screen:y}=D(s,{keys:["sdkInDesktopView"]}),b=L=>{g(()=>{var m;C(L),f===!1&&(((m=i.current)==null?void 0:m.getBoundingClientRect().y)||0)<0&&na(i,y.size,{behavior:"instant"})})};w.useEffect(()=>n.subscribe(L=>{if(L.scrollPosition===0){n.setKey("tabsShown",!0);return}s.get().sdkInDesktopView?n.setKey("tabsShown",L.scrollDirection==="backward"):n.setKey("tabsShown",L.scrollDirection==="forward")}),[n,s]),w.useEffect(()=>{c||C(cn.HOME)},[c]);let x="0px";return f?x=o?"0px":"calc(0px - var(--header-height))":x=o?"var(--header-height)":"0px",l.jsxs(P6,{className:Ne(t,"SL-Tabs"),style:a,children:[c&&l.jsx(z6,{style:{top:x},children:l.jsx(xd,{activePage:u,toggleActivePage:b})}),u===cn.HOME&&l.jsxs(l.Fragment,{children:[l.jsx(O6,{children:l.jsx(B6,{children:l.jsx(Kp,{userSummary:e.userSummary})})}),l.jsx(Ji,{style:{flex:1},children:l.jsx(Gp,{openQuestion:e.openQuestion,store:e.feedList.getStore()})})]}),u===cn.LEADERBOARD&&l.jsx(D6,{children:l.jsx(xp,{scrollStore:n,scrollNode:r,gamification:e})})]})},Xp=()=>ct,Us=d(Xp())({name:"OpenedContainer",class:"ouvguos",propsAsIs:!0}),Zs="t1eu4lbg",Jp=d("div")({name:"UserContainer",class:"uuv2xqo",propsAsIs:!1}),ef=({correct:e,incorrect:t})=>{const n=e+t;return n===0?0:Math.round(e/n*100)},tf=({gamification:e,scrollStore:t,className:n,appNode:r,scrollNode:i,responsiveStore:a})=>l.jsx(Yp,{appNode:r,scrollStore:t,scrollNode:i,className:n,gamification:e,responsiveStore:a}),nf=({gamification:e,className:t,appNode:n,responsiveStore:r})=>{const{topNavigation:i}=X2(),a=D(e.openedQuestion.$store),s=D(e.openedUser),{sdkInDesktopView:o}=D(r,{keys:["sdkInDesktopView"]}),{hiding:c,onAnimationEnd:u}=ra();if(!n.current||!a&&!s)return null;const C=a?l.jsx(Us,{className:Ne(t,!i&&Zs),hiding:c,onAnimationEnd:u,children:l.jsx(Bo,{gamification:e})}):s?l.jsx(Us,{className:Ne(t,!i&&Zs),hiding:c,onAnimationEnd:u,children:l.jsxs(Jp,{children:[l.jsx(aa,{label:"Friend's Rank",close:e.closeUser}),l.jsx(ea,{children:l.jsx(la,{...s,successRate:ef(s)})})]})}):null;return l.jsx(Xa,{container:n,useContainer:!o,children:C})},rf=w.lazy(()=>Promise.resolve().then(()=>require("./gamification-feature.js"))),af=({sdk:e,feature:t,className:n,scrollStore:r,appNode:i,scrollNode:a,responsiveStore:s})=>{const o=w.useMemo(()=>t&&t.featureConfig.get().type===k.SdkOverlayType.GAMES?l.jsx(N4,{className:n,sdk:e,feature:t,children:l.jsx(rf,{appNode:i,scrollStore:r,scrollNode:a,className:n,responsiveStore:s,gamification:t})}):null,[e,t,n,s,r,a,i]);return l.jsx(w.Suspense,{fallback:l.jsx("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",width:"100%",height:"100%"},children:"page loading..."}),children:o})},sf=({feature:e,className:t,appNode:n,responsiveStore:r})=>e&&e.featureConfig.get().type===k.SdkOverlayType.GAMES?l.jsx(nf,{className:t,appNode:n,responsiveStore:r,gamification:e}):null,lf=d("div")({name:"Buttons",class:"b5o8qbl",propsAsIs:!1}),of=({children:e,className:t})=>l.jsx(lf,{className:t,children:e}),Xo=d("div")({name:"Navigation",class:"n6tbwuy",propsAsIs:!1}),cf=()=>of,qs=d(cf())({name:"NavigationItems",class:"n1up4z7v",propsAsIs:!0}),uf=d("button")({name:"SButton",class:"sxxa0c",propsAsIs:!1}),df=d("span")({name:"ButtonIcon",class:"b193dcyu",propsAsIs:!1}),pf=d("span")({name:"ButtonLabel",class:"b40tuix",propsAsIs:!1}),ff="s14xk0af",hf="ha3mg7c",mf="h103yr45",o2=({disabled:e,active:t,onClick:n,label:r,icon:i,id:a})=>l.jsx(uf,{onClick:n,disabled:e,className:Ne(t&&ff,!t&&(a==="channels"||a==="featuredGroups")&&hf,!t&&a==="leaderboard"&&mf),children:l.jsxs(l.Fragment,{children:[i&&l.jsx(df,{children:i}),l.jsx(pf,{children:r})]})}),Cf=()=>O,gf=d(Cf())({name:"ButtonIcon",class:"b11wpe79",propsAsIs:!0}),vf=d("div")({name:"Container",class:"calnblm",propsAsIs:!1}),yf=d("div")({name:"Title",class:"t1438p52",propsAsIs:!1}),wf=d("div")({name:"CloseIconWrap",class:"c17srj38",propsAsIs:!1}),bf=()=>O,xf=d(bf())({name:"CloseIcon",class:"clqia8k",propsAsIs:!0}),Ef=()=>O,Lf=d(Ef())({name:"DashboardIcon",class:"df5w958",propsAsIs:!0}),kf="h12x6aiv",Sf=w.forwardRef(({sdk:e,className:t},n)=>{const r=()=>{e.closeFeature()};return l.jsxs(Xo,{className:Ne(t,kf),children:[l.jsxs(vf,{children:[l.jsxs(yf,{children:[l.jsx(Lf,{name:"dashboard"}),"Dashboard"]}),l.jsx(wf,{onClick:r,children:l.jsx(xf,{name:"icon-cross"})})]}),l.jsx("div",{ref:n})]})}),If=w.forwardRef(({sdk:e,className:t},n)=>{const r=D(e.sdkStore.organizationSettings),i=D(e.sdkStore.streamSettings),a=D(e.getActiveFeature()),s=w.useMemo(()=>{const c=(i==null?void 0:i.data)||(r==null?void 0:r.data);return c!=null&&c.overlays?c.overlays:[]},[r,i]),o=w.useMemo(()=>[...s.filter(({enableSdkButton:c,type:u})=>u===k.SdkOverlayType.GAMES||c).map(c=>({id:c.type,onClick:()=>e.openFeature(c.type),disabled:!(c.type in k6),label:c.name,icon:l.jsx("img",{src:c.icon,alt:""}),position:c.position*10}))].sort((c,u)=>c.position-u.position),[s,e]);return l.jsxs(Xo,{className:t,children:[o.length!==0&&l.jsx(qs,{children:[l.jsx(o2,{id:"Channels",onClick:()=>e.closeFeature(),label:"Channels",active:a===0},"Channels"),...o.map(c=>c.id===k.SdkOverlayType.GAMES?l.jsx(o2,{...c,active:c.id===a,label:"StreamLayer +",id:"featuredGroups",icon:l.jsx(gf,{name:"icon-btn-feature-groups","data-selected":c.id===a})},c.id):l.jsx(o2,{...c,icon:void 0,active:c.id===a},c.id))]}),!o.length&&l.jsx(qs,{children:[l.jsx(o2,{id:"empty",label:"No Features...",active:!1,disabled:!0},"empty")]}),l.jsx("div",{ref:n})]})}),Tf=d("div")({name:"InsightContainer",class:"i1pqqgpo",propsAsIs:!1}),jf=d("img")({name:"Image",class:"igj7luu",propsAsIs:!1}),Af=d("div")({name:"ImageContainer",class:"i1qne9g6",propsAsIs:!1}),$f=d("div")({name:"InsightContent",class:"itpr98r",propsAsIs:!1}),_f=d("h3")({name:"Title",class:"t17iaqp8",propsAsIs:!1}),Rf=d("div")({name:"Description",class:"d16t3y7s",propsAsIs:!1}),Vf=d("button")({name:"ActionBtn",class:"a12495er",propsAsIs:!1}),Nf=({video:e,image:t,imageMode:n,heading:r,body:i,action:a,controlVideo:s})=>l.jsxs(Tf,{children:[(e==null?void 0:e.url)&&l.jsx(mr,{source:e.url,poster:e.thumbnailUrl,controlVideo:s}),t&&!(e!=null&&e.url)&&l.jsx(Af,{"data-rounded":n===k.QuestionImages.ROUNDED,children:l.jsx(jf,{src:t,alt:r})}),l.jsxs($f,{children:[l.jsx(_f,{children:r}),l.jsx(Rf,{children:i}),a&&l.jsx(Vf,{onClick:a,children:"View Insight"})]})]}),Mf=d("div")({name:"Container",class:"c1eptrjd",propsAsIs:!1}),Of=d("div")({name:"CloseIconWrap",class:"crylm65",propsAsIs:!1}),Pf=()=>O,Hf=d(Pf())({name:"CloseIcon",class:"c9mrcz7",propsAsIs:!0}),Df=d("div")({name:"Header",class:"hw3lzv4",propsAsIs:!1}),Ff=()=>O,zf=d(Ff())({name:"TypeIcon",class:"t1rrb3kf",propsAsIs:!0}),Bf=d("span")({name:"TypeName",class:"t1ydnjov",propsAsIs:!1}),Uf=d("div")({name:"Question",class:"qlf90cl",propsAsIs:!1}),Zf=d("button")({name:"AnswerButton",class:"a1e0nhcl",propsAsIs:!1}),qf=d("div")({name:"Container",class:"c1t4f0x4",propsAsIs:!1}),Qf=d("button")({name:"ActionBtn",class:"a16w1nl6",propsAsIs:!1}),Wf=d("div")({name:"QuoteWrap",class:"q14u54rf",propsAsIs:!1}),Gf=d("blockquote")({name:"Quote",class:"q1hxm6zo",propsAsIs:!1}),Kf=({action:e,...t})=>l.jsxs(qf,{children:[t.title&&l.jsx(Wf,{children:l.jsx(Gf,{children:t.title})}),l.jsx(t0,{...t}),e&&l.jsx(Qf,{onClick:e,children:"View Insight"})]}),Ki=({close:e,action:t,controlVideo:n,data:{questionType:r,question:i,insight:a,tweet:s}})=>{const o=Pn[r];return o?l.jsxs(Mf,{onClick:t,style:r===k.QuestionType.TWEET?{paddingTop:"12px"}:{},children:[l.jsx(Of,{onClick:c=>{c.stopPropagation(),e&&e(c)},children:l.jsx(Hf,{name:"icon-cross"})}),r!==k.QuestionType.TWEET&&l.jsxs(Df,{children:[l.jsx(zf,{"data-type-trivia":r===k.QuestionType.TRIVIA,"data-type-poll":r===k.QuestionType.POLL,name:o.iconName}),l.jsx(Bf,{children:o.label})]}),r===k.QuestionType.FACTOID&&a&&l.jsx(Nf,{...a,action:t,controlVideo:n}),r===k.QuestionType.TWEET&&s&&l.jsx(Kf,{...s,action:t,controlVideo:n}),r!==k.QuestionType.FACTOID&&r!==k.QuestionType.TWEET&&l.jsxs(l.Fragment,{children:[l.jsx(Uf,{children:i==null?void 0:i.title}),l.jsx(Zf,{children:"Answer"})]})]}):null},ht=d("div")({name:"BGWrap",class:"b1dqe0sz",propsAsIs:!1}),je=d("div")({name:"BGLineBase",class:"b1v6w7ni",propsAsIs:!1}),Yf=()=>je,Xf=d(Yf())({name:"BGOneLineOne",class:"b2nqb1p",propsAsIs:!0}),Jf=()=>je,eh=d(Jf())({name:"BGOneLineTwo",class:"b1xxgmbk",propsAsIs:!0}),th=()=>je,nh=d(th())({name:"BGOneLineThree",class:"b63lwcb",propsAsIs:!0}),rh=()=>je,Qs=d(rh())({name:"BGTwoLineOne",class:"b2iah4",propsAsIs:!0}),ih=()=>je,Ws=d(ih())({name:"BGTwoLineTwo",class:"b1xezvf6",propsAsIs:!0}),ah=()=>je,Gs=d(ah())({name:"BGTwoLineThree",class:"b1jz1hg0",propsAsIs:!0}),sh=()=>je,Ks=d(sh())({name:"BGThreeLineOne",class:"b18ho1tk",propsAsIs:!0}),lh=()=>je,Ys=d(lh())({name:"BGThreeLineTwo",class:"b14uvjfm",propsAsIs:!0}),oh=()=>je,Xs=d(oh())({name:"BGThreeLineThree",class:"b11c3ns7",propsAsIs:!0}),ch=()=>je,Js=d(ch())({name:"BGThreeLineFour",class:"b1bqhhet",propsAsIs:!0}),uh=()=>je,dh=d(uh())({name:"BGFourLineOne",class:"b1xyzi7o",propsAsIs:!0}),ph=()=>je,fh=d(ph())({name:"BGFourLineTwo",class:"byo0rup",propsAsIs:!0}),hh=()=>je,mh=d(hh())({name:"BGFourLineThree",class:"b1oyiqgv",propsAsIs:!0}),Ch=()=>je,gh=d(Ch())({name:"BGFourLineFour",class:"bx3ddqw",propsAsIs:!0}),vh=({step:e,correct:t})=>l.jsxs(l.Fragment,{children:[l.jsxs(ht,{"data-active":e===1,"data-first-screen":"true",children:[l.jsx(Xf,{}),l.jsx(eh,{}),l.jsx(nh,{})]}),l.jsxs(ht,{"data-active":e===2,children:[l.jsx(Qs,{}),l.jsx(Ws,{}),l.jsx(Gs,{})]}),l.jsxs(ht,{"data-active":e===3,children:[l.jsx(Qs,{}),l.jsx(Ws,{}),l.jsx(Gs,{})]}),t?l.jsxs(l.Fragment,{children:[l.jsxs(ht,{"data-active":e===4,"data-correct":"true",children:[l.jsx(Ks,{}),l.jsx(Ys,{}),l.jsx(Xs,{}),l.jsx(Js,{})]}),l.jsxs(ht,{"data-active":e===5,"data-correct":"true",children:[l.jsx(Ks,{}),l.jsx(Ys,{}),l.jsx(Xs,{}),l.jsx(Js,{})]})]}):l.jsxs(ht,{"data-active":e===4,"data-correct":"false",children:[l.jsx(dh,{}),l.jsx(fh,{}),l.jsx(mh,{}),l.jsx(gh,{})]})]}),yh=118,wh=()=>ct,bh=d(wh())({name:"Container",class:"c10131zw",propsAsIs:!0}),xh=d("div")({name:"InnerContainer",class:"ir6k2eo",propsAsIs:!1}),Z1=d("div")({name:"Content",class:"c1hwoq9l",propsAsIs:!1}),un=d("div")({name:"Title",class:"t4ujo4g",propsAsIs:!1}),Eh=()=>un,Lh=d(Eh())({name:"PointsTitle",class:"p1pjil1h",propsAsIs:!0}),c2=d("div")({name:"Subtitle",class:"s1iorwr9",propsAsIs:!1}),el=d("div")({name:"SubtitleFG",class:"s51sv9d",propsAsIs:!1}),u2=d("div")({name:"AnswerText",class:"a1lbk2ye",propsAsIs:!1}),kh=()=>O,Jo=d(kh())({name:"FeedbackIcon",class:"frcvk3t",propsAsIs:!0}),Sh=()=>Jo,tl=d(Sh())({name:"FeedbackIconCorrect",class:"f33p82r",propsAsIs:!0}),Ih=()=>Jo,Th=d(Ih())({name:"FeedbackIconIncorrect",class:"f12r9net",propsAsIs:!0}),nl=d("div")({name:"CloseIconWrap",class:"c1fw6699",propsAsIs:!1}),jh=()=>O,rl=d(jh())({name:"CloseIcon",class:"c115o126",propsAsIs:!0}),Ah="data:image/svg+xml,%3csvg%20width='154'%20height='37'%20viewBox='0%200%20154%2037'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M70.9776%2030.8796L74.668%2018.1381C75.0696%2016.7473%2076.1186%2015.6318%2077.4936%2015.1371L77.5928%2014.7217H72.466L63.7623%2024.9662L60.431%2014.7217H55.7389L55.6255%2015.1371C56.4288%2015.5291%2056.8683%2016.7052%2056.8683%2017.662V17.7227C56.8683%2023.1787%2052.781%2032.5598%2047.0352%2032.5598C44.8002%2032.5598%2043.6425%2031.0009%2043.6425%2029.7035C43.6425%2028.1306%2044.975%2027.0105%2046.3831%2027.0105C47.744%2027.0105%2047.9519%2027.5099%2048.741%2027.5099C49.2182%2027.5099%2049.6766%2027.2672%2049.9081%2026.8518C50.2672%2026.1984%2049.9931%2025.4049%2049.3363%2025.0922L48.9772%2024.9242C45.6271%2023.3327%2041.7383%2025.7457%2041.7383%2029.4188V29.4701C41.7383%2032.1444%2043.8646%2034.38%2046.5674%2034.4733C53.5417%2034.716%2058.2055%2025.4236%2058.9473%2018.6188L59.486%2020.4577L62.2313%2028.5927H63.2709L71.8518%2018.4741L68.2512%2030.8936C67.8401%2032.3171%2066.6966%2033.4232%2065.2412%2033.7966L65.142%2034.212H72.0408L72.1542%2033.7966C71.1383%2033.2039%2070.6516%2032.0044%2070.9776%2030.8796Z'%20fill='white'/%3e%3cpath%20d='M88.2952%2021.6521H88.2385C85.016%2021.6568%2081.5571%2021.9648%2079.7143%2027.1361C78.1692%2031.4813%2077.7487%2033.2828%2076.539%2033.2828C75.7641%2033.2828%2075.9531%2031.794%2074.7954%2031.794C74.2709%2031.794%2073.7275%2032.2094%2073.6897%2032.8068C73.6236%2033.8429%2075.0317%2034.4683%2076.0949%2034.4683C79.3316%2034.4683%2080.5696%2032.1347%2080.9759%2031.0472C81.0279%2030.9072%2081.3162%2030.1371%2081.6517%2029.2317H85.0538L84.4773%2031.3273C84.1749%2032.4334%2083.5464%2033.3388%2082.488%2033.8009L82.3982%2034.2163H87.9597L88.0637%2033.8009C87.3124%2033.1848%2086.9816%2032.2%2087.2273%2031.2853L89.3206%2023.4257C89.4812%2022.8236%2089.9018%2022.3242%2090.4783%2022.0628L90.568%2021.6475H88.7536H88.2952V21.6521ZM85.3231%2028.2189H82.0202C82.3935%2027.2108%2082.7526%2026.2493%2082.8755%2025.9366C83.7118%2023.757%2085.2995%2022.8749%2086.8399%2022.7536L86.8257%2022.7676L85.3231%2028.2189Z'%20fill='white'/%3e%3cpath%20d='M116.358%2022.5486C116.538%2022.2545%20116.708%2021.8112%20116.708%2021.5591C116.732%2021.0877%20116.297%2020.7237%20115.829%2020.8217C115.456%2020.9011%20115.187%2021.2324%20115.191%2021.6058C115.196%2021.9978%20115.12%2022.4226%20114.95%2022.6279C114.558%2023.104%20113.934%2023.062%20111.062%2022.2452V22.2405C110.797%2022.1659%20110.509%2022.0819%20110.206%2021.9978C110.187%2021.9932%20110.173%2021.9885%20110.159%2021.9838C108.723%2021.6011%20106.941%2021.2464%20105.774%2021.8205C105.765%2021.8252%20105.755%2021.8298%20105.746%2021.8345C104.602%2022.3992%20103.808%2023.4727%20103.567%2024.7142C103.53%2024.8962%20103.506%2025.0455%20103.501%2025.0969C103.468%2025.7456%20104.068%2026.2544%20104.711%2026.1143C105.235%2026.0023%20105.604%2025.5403%20105.59%2025.0129C105.58%2024.4808%20105.472%2023.7667%20105.765%2023.286C106.237%2022.6279%20106.729%2022.5812%20108.935%2023.3047L106.544%2031.323C106.214%2032.4291%20105.406%2033.3345%20104.338%2033.7966L104.238%2034.212H109.961L110.074%2033.7966C109.337%2033.1852%20109.03%2032.1957%20109.299%2031.2809L111.392%2024.0561C112.309%2024.2428%20113.24%2024.2941%20114.147%2024.0374L114.473%2023.9441C115.196%2023.7527%20115.943%2023.2347%20116.358%2022.5486Z'%20fill='white'/%3e%3cpath%20d='M118.649%2021.6523L118.536%2022.0677C119.245%2022.5531%20119.561%2023.4259%20119.335%2024.2427L117.208%2031.3228C116.877%2032.429%20116.069%2033.3344%20115.002%2033.7964L114.902%2034.2118H117.931H118.21H125.18L126.101%2030.8934H125.666L125.51%2031.2108C124.934%2032.3963%20123.72%2033.1524%20122.382%2033.1524H119.429L121.003%2027.5937H122.259C123.105%2027.5937%20123.743%2028.3545%20123.582%2029.1759H124.012L125.043%2025.4188H124.613C124.362%2026.1142%20123.696%2026.5763%20122.949%2026.5809H121.291L122.382%2022.7258L125.515%2022.7211C126.536%2022.7211%20127.301%2023.6452%20127.098%2024.6347H127.528L128.35%2021.6523H118.649Z'%20fill='white'/%3e%3cpath%20d='M138.251%2021.6582H131.333L131.22%2022.0736C131.881%2022.5263%20132.207%2023.3197%20132.056%2024.0898L129.892%2031.324C129.561%2032.4301%20128.753%2033.3356%20127.685%2033.7976L127.586%2034.213H133.303L133.417%2033.7976C132.68%2033.1862%20132.373%2032.2014%20132.637%2031.282L133.686%2027.5949H134.126C134.787%2027.5949%20135.34%2028.085%20135.416%2028.7337C135.439%2028.9437%20135.77%2031.506%20136.035%2032.3881C136.379%2033.5409%20136.833%2034.213%20137.868%2034.213H140.453L140.552%2033.7976L140.183%2033.5829C139.451%2033.1536%20138.922%2032.4908%20138.685%2031.6087C138.463%2030.7779%20138.043%2029.2284%20137.84%2028.4117C137.736%2027.9916%20137.202%2027.5996%20136.654%2027.5996H137.523C139.087%2027.5996%20140.457%2026.5681%20140.878%2025.0839C141.365%2023.3617%20140.056%2021.6582%20138.251%2021.6582ZM138.369%2024.6872C138.029%2025.812%20136.98%2026.5868%20135.789%2026.5868H133.974L135.071%2022.7317H136.89C137.925%2022.727%20138.662%2023.7118%20138.369%2024.6872Z'%20fill='white'/%3e%3cpath%20d='M100.265%2022.2961C100.081%2022.2961%2099.6794%2022.1701%2099.0651%2021.9181C98.4508%2021.6661%2097.8318%2021.54%2097.2034%2021.54C95.904%2021.54%2094.8219%2021.9554%2093.9336%2022.8422C93.1964%2023.5796%2092.8704%2024.401%2092.8704%2025.1105C92.8704%2025.8665%2093.3193%2026.7533%2094.2124%2027.4721C95.0582%2028.1488%2095.937%2028.8022%2096.8206%2029.465C97.7468%2030.1977%2098.2098%2030.8745%2098.2098%2031.4252C98.2098%2032.634%2097.416%2033.2828%2095.7669%2033.2828C94.0942%2033.2828%2092.9366%2032.074%2092.568%2029.8057H92.1144L90.8008%2034.2162H91.226C91.7694%2033.8382%2092.1569%2033.6001%2092.946%2033.6001C93.6973%2033.6001%2094.5006%2034.4729%2096.2158%2034.4729C97.5814%2034.4729%2098.6682%2034.1929%2099.5943%2033.2781C100.383%2032.4753%20100.776%2031.3552%20100.776%2030.4404C100.776%2029.591%20100.237%2028.6062%2099.2966%2027.8921C98.4886%2027.2807%2097.6286%2026.7347%2096.7923%2026.1419C95.8898%2025.4792%2095.4362%2024.9144%2095.4362%2024.2937C95.4362%2023.9483%2095.611%2023.6076%2095.9559%2023.2622C96.3954%2022.8282%2096.986%2022.7302%2097.7751%2022.7302C99.3581%2022.7302%20100.464%2023.5983%20100.558%2025.4325H100.974L102.08%2021.5447H101.664C101.215%2022.0441%20100.752%2022.2961%20100.265%2022.2961Z'%20fill='white'/%3e%3cpath%20d='M149.201%2022.7304C150.784%2022.7304%20151.89%2023.6032%20151.984%2025.4327H152.4L153.501%2021.5449H153.085C152.646%2022.049%20152.182%2022.301%20151.696%2022.301C151.512%2022.301%20151.11%2022.175%20150.496%2021.923C149.881%2021.6709%20149.262%2021.5449%20148.634%2021.5449C147.334%2021.5449%20146.252%2021.9603%20145.364%2022.8471C144.627%2023.5845%20144.296%2024.4059%20144.296%2025.1153C144.296%2025.8714%20144.745%2026.7582%20145.638%2027.477C146.484%2028.1537%20147.363%2028.8071%20148.246%2029.4699C149.173%2030.2026%20149.636%2030.8794%20149.636%2031.4301C149.636%2032.6389%20148.842%2033.2876%20147.193%2033.2876C145.52%2033.2876%20144.362%2032.0788%20143.994%2029.8106H143.54L142.227%2034.2211H142.642C143.186%2033.843%20143.573%2033.605%20144.358%2033.605C145.109%2033.605%20145.912%2034.4778%20147.627%2034.4778C148.993%2034.4778%20150.075%2034.1978%20151.006%2033.283C151.795%2032.4802%20152.187%2031.3601%20152.187%2030.4453C152.187%2029.6005%20151.649%2028.6111%20150.708%2027.897C149.9%2027.2856%20149.04%2026.7395%20148.204%2026.1468C147.301%2025.4841%20146.848%2024.9193%20146.848%2024.2986C146.848%2023.9532%20147.023%2023.6125%20147.368%2023.2671C147.826%2022.8237%20148.412%2022.7304%20149.201%2022.7304Z'%20fill='white'/%3e%3cpath%20d='M26.5433%202.60035C26.0377%202.44633%2025.5321%202.72169%2025.0265%203.00173C24.8469%203.09974%2024.7194%203.27243%2024.6768%203.46845L23.883%207.13222C23.8547%207.26757%2023.9775%207.38891%2024.1145%207.36091C24.9509%207.17422%2025.7447%206.4508%2026.5811%206.70283C27.5167%206.98753%2028.4522%205.81606%2029.3878%205.83006V1.60156C28.4475%201.60623%2027.4789%202.88505%2026.5433%202.60035Z'%20fill='white'/%3e%3cpath%20d='M38.4856%2013.8398C38.2871%2013.7044%2038.1643%2013.4851%2038.1643%2013.2471V12.5796C38.1643%2011.9822%2037.6729%2011.4922%2037.0633%2011.4922H36.6239C36.0994%2011.4922%2035.6174%2011.7536%2035.3339%2012.1876L33.9164%2014.3485C33.7746%2014.5632%2033.5383%2014.6892%2033.2832%2014.6892H32.3287C31.8562%2014.6892%2031.4215%2014.9459%2031.1947%2015.3566C30.9631%2015.7814%2030.552%2016.0754%2030.0843%2016.1734V1.1403C30.0843%200.94894%2029.9283%200.794922%2029.7346%200.794922C29.5409%200.794922%2029.3849%200.94894%2029.3849%201.1403V1.60702V5.83552V16.1827C28.9171%2016.0847%2028.506%2015.7907%2028.2745%2015.3613C28.0524%2014.9506%2027.6177%2014.6939%2027.1405%2014.6939H26.4979C25.9875%2014.6939%2025.5292%2014.9879%2025.3213%2015.45L24.7873%2016.6308C24.7023%2016.8175%2024.5133%2016.9388%2024.3054%2016.9388C24.0975%2016.9388%2023.9085%2016.8175%2023.8234%2016.6308L23.2895%2015.45C23.0816%2014.9926%2022.6232%2014.6939%2022.1129%2014.6939H4.00135C3.85487%2014.6939%203.73674%2014.8106%203.73674%2014.9553C3.73674%2015.2633%203.48158%2015.5107%203.17444%2015.5107H2.39007C2.24359%2015.5107%202.12546%2015.6273%202.12546%2015.772V16.6728C2.12546%2017.5176%201.96008%2018.339%201.62931%2019.1184L1.15207%2020.2526C0.707907%2021.3027%200.5%2022.3901%200.5%2023.4589V26.0726C0.5%2026.7773%200.603954%2027.4914%200.811861%2028.1868C1.39306%2030.1377%202.7161%2031.7339%204.53529%2032.6767L7.43182%2034.1842C7.46962%2034.2029%207.51214%2034.2122%207.55467%2034.2122L9.69517%2034.2309C10.196%2034.2355%2010.6875%2034.3616%2011.1269%2034.6043L12.2751%2035.239C12.3129%2035.2623%2012.3602%2035.2717%2012.4074%2035.2717H13.9431C14.4818%2035.2717%2015.0157%2035.4163%2015.474%2035.6917C15.474%2035.6917%2016.2253%2036.1444%2016.4805%2036.2891C16.8869%2036.5225%2017.3783%2036.7465%2018.2335%2036.7932C18.4273%2036.8025%2018.621%2036.7325%2018.7675%2036.5972C18.9092%2036.4618%2018.9943%2036.2704%2018.9943%2036.0791V35.0616C18.9943%2034.3242%2019.4337%2033.6521%2020.1189%2033.3581L22.4673%2032.3406C22.7886%2032.2006%2023.1477%2032.1773%2023.4832%2032.28L24.3621%2032.5367C24.7354%2032.644%2025.1323%2032.6487%2025.5056%2032.5367L27.5846%2031.9253C27.8587%2031.8459%2028.1517%2031.8459%2028.4304%2031.9299L29.2763%2032.1633C29.6684%2032.2706%2029.9472%2032.6347%2029.9472%2033.0361V35.071C29.9472%2036.0184%2030.7269%2036.7932%2031.6861%2036.7932C32.4043%2036.7932%2033.0328%2036.3405%2033.2501%2035.6637C33.6423%2034.4456%2033.8408%2033.1761%2033.8408%2031.8973V31.0292C33.8408%2030.4131%2034.1006%2029.8204%2034.5543%2029.3956L35.419%2028.5882C36.0002%2028.0421%2036.3356%2027.2674%2036.3356%2026.474V21.6481C36.3356%2020.9013%2036.5625%2020.1779%2036.9972%2019.5618C37.0302%2019.5198%2037.0444%2019.4638%2037.0444%2019.4125V18.2737C37.0444%2017.5316%2037.2712%2016.8128%2037.6965%2016.2014L38.5517%2014.9739C38.5848%2014.9319%2038.599%2014.8806%2038.599%2014.8246V14.0545C38.6037%2013.9098%2038.5139%2013.8585%2038.4856%2013.8398ZM30.0843%2025.2838C30.6654%2025.3725%2031.1002%2025.6665%2031.1002%2026.0212C31.1002%2026.3759%2030.6702%2026.67%2030.0843%2026.7587V25.2838ZM5.22516%2032.4433L4.78572%2032.2146C3.59026%2031.5939%202.63577%2030.6698%201.9837%2029.545V28.1355C2.73028%2029.2043%203.74619%2030.1144%204.98891%2030.7631L5.22516%2030.8845V32.4433ZM7.43654%2033.5961L6.2647%2032.9894V31.4305L7.43182%2032.0373H7.43654V33.5961ZM12.3129%2034.6556L11.3868%2034.1422C10.8812%2033.8622%2010.3142%2033.7128%209.73297%2033.7035V32.0793C10.2197%2032.0886%2010.7016%2032.2146%2011.1269%2032.448L12.2751%2033.0827C12.2846%2033.0874%2012.2987%2033.0874%2012.3129%2033.0921V34.6556ZM18.4603%2035.0616V35.8551V36.0791C18.4603%2036.1304%2018.4367%2036.1818%2018.3989%2036.2191C18.3611%2036.2564%2018.3139%2036.2705%2018.2619%2036.2705C17.52%2036.2331%2017.0948%2036.0418%2016.7498%2035.8411C16.4994%2035.6964%2015.7528%2035.2483%2015.7481%2035.2483C15.2803%2034.9683%2014.7511%2034.8143%2014.2077%2034.7723V33.1387C14.6519%2033.1808%2015.0866%2033.3114%2015.474%2033.5401L16.1214%2033.9228C16.8302%2034.3429%2017.6382%2034.5809%2018.4603%2034.6276V35.0616ZM24.8582%2032.0886C24.7448%2032.084%2024.6267%2032.0653%2024.5133%2032.0326L23.6344%2031.7713C23.4454%2031.7152%2023.2517%2031.6966%2023.0579%2031.6966V30.0677C23.1997%2030.0677%2023.3414%2030.0817%2023.4832%2030.1237L24.3621%2030.3804C24.5227%2030.4271%2024.6928%2030.4504%2024.8582%2030.4598V32.0886ZM30.363%2032.4807C30.1929%2032.0886%2029.8574%2031.7759%2029.4275%2031.6592L28.5864%2031.4259C28.3879%2031.3652%2028.18%2031.3419%2027.9721%2031.3419V29.7177C28.1328%2029.713%2028.2934%2029.7317%2028.4493%2029.783L29.1392%2029.9977C29.8716%2030.2264%2030.363%2030.8891%2030.363%2031.6452V32.4807ZM32.787%2035.365C32.7729%2035.4117%2032.7634%2035.4584%2032.7492%2035.505C32.6028%2035.9624%2032.1775%2036.2658%2031.6955%2036.2658C31.653%2036.2658%2031.6105%2036.2564%2031.568%2036.2518V34.6323C31.601%2034.6369%2031.6294%2034.6416%2031.6625%2034.6416C32.135%2034.6416%2032.565%2034.3802%2032.7918%2033.9835V35.365H32.787ZM37.3232%2015.0486C36.794%2015.8047%2036.5152%2016.6915%2036.5152%2017.6109V18.4137L36.1041%2019.0017C35.5702%2019.7625%2035.2867%2020.6539%2035.2867%2021.578V25.6245C35.2867%2026.2779%2035.0126%2026.9173%2034.5306%2027.3654L33.6659%2028.1775C33.0847%2028.7236%2032.7634%2029.489%2032.787%2030.2824L32.7918%2030.4644C32.8248%2031.5146%2032.6878%2032.56%2032.3901%2033.5681C32.2956%2033.8902%2031.9932%2034.1142%2031.6577%2034.1142C31.2372%2034.1142%2030.8923%2033.7782%2030.8923%2033.3581V31.6452C30.8923%2030.6558%2030.2496%2029.7923%2029.2952%2029.4983L28.6053%2029.2836C28.2225%2029.1669%2027.8209%2029.1623%2027.4334%2029.2743L25.3544%2029.881C25.0803%2029.9604%2024.7873%2029.9604%2024.5133%2029.881L23.6344%2029.6243C23.1808%2029.489%2022.6894%2029.5217%2022.2547%2029.7083L20.4071%2030.5111C19.2258%2031.0245%2018.4651%2032.1773%2018.4651%2033.4515V34.1095C17.7374%2034.0675%2017.0286%2033.8528%2016.4002%2033.4795L15.7528%2033.0967C15.2047%2032.7747%2014.581%2032.602%2013.9431%2032.602H12.4736L11.3868%2031.9999C10.8717%2031.7152%2010.2905%2031.5659%209.69989%2031.5612L7.62082%2031.5472L5.23461%2030.3057C1.61514%2028.4249%200.0700101%2024.1917%201.64349%2020.4579L2.12073%2019.3238C2.47512%2018.4837%202.6594%2017.5922%202.6594%2016.6775V16.0427H3.17444C3.68476%2016.0427%204.11948%2015.6927%204.2376%2015.2213H22.1176C22.4153%2015.2213%2022.6894%2015.394%2022.8075%2015.6647L23.3414%2016.8455C23.5115%2017.2235%2023.8896%2017.4662%2024.3101%2017.4662C24.7259%2017.4662%2025.1087%2017.2235%2025.2788%2016.8455L25.8127%2015.66C25.9356%2015.3893%2026.2049%2015.2166%2026.5026%2015.2166H27.1452C27.424%2015.2166%2027.6791%2015.366%2027.8114%2015.6087C28.1375%2016.2061%2028.7234%2016.6075%2029.3897%2016.7148V24.145C28.317%2024.2617%2027.4949%2024.8918%2027.4949%2025.6572C27.4949%2026.5066%2028.4966%2027.1927%2029.7346%2027.1927C30.9726%2027.1927%2031.9743%2026.5066%2031.9743%2025.6572C31.9743%2024.8918%2031.1521%2024.257%2030.0795%2024.145V16.7101C30.7458%2016.6028%2031.3317%2016.2014%2031.6577%2015.604C31.79%2015.3613%2032.0452%2015.212%2032.324%2015.212H33.2785C33.7179%2015.212%2034.1195%2014.9926%2034.3605%2014.6286L35.7781%2012.4676C35.9624%2012.1829%2036.2789%2012.0149%2036.6239%2012.0149H37.0633C37.3752%2012.0149%2037.6303%2012.2669%2037.6303%2012.575V13.2424C37.6303%2013.5644%2037.7579%2013.8725%2037.98%2014.1012L37.3232%2015.0486ZM29.3849%2025.2838V26.7587C28.8037%2026.67%2028.3737%2026.3759%2028.3737%2026.0212C28.3737%2025.6665%2028.8037%2025.3678%2029.3849%2025.2838Z'%20fill='white'/%3e%3c/svg%3e",$h="data:image/svg+xml,%3csvg%20width='159'%20height='28'%20viewBox='0%200%20159%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_6919_71839)'%3e%3cpath%20d='M4.13243%2025.9198C5.34921%2026.9052%207.05161%2027.0267%208.39597%2026.224L22.9838%2017.5138C25.4013%2016.0703%2025.4117%2012.5721%2023.0028%2011.1144L17.4686%207.76522C15.4767%206.55981%2012.8918%207.10053%2011.5501%209.00325L3.27399%2020.7399C2.14132%2022.3462%202.44805%2024.5556%203.97544%2025.7926L4.13243%2025.9198Z'%20stroke='white'%20style='stroke:white;stroke-opacity:1;'%20stroke-width='2.33333'/%3e%3cpath%20d='M4.11673%202.57147C5.33939%201.58127%207.0516%201.46387%208.39797%202.27791L22.9843%2011.0971C25.3835%2012.5477%2025.3874%2016.0265%2022.9914%2017.4824L17.5405%2020.7946C15.5485%2022.005%2012.9594%2021.4661%2011.6157%2019.5615L3.27518%207.7386C2.142%206.1323%202.44856%203.92248%203.97619%202.68529L4.11673%202.57147Z'%20stroke='white'%20style='stroke:white;stroke-opacity:1;'%20stroke-width='2.33333'/%3e%3cpath%20d='M49.8088%2020.0063C47.924%2020.0063%2046.7521%2018.7437%2046.7521%2016.6748V13.1359H50.1977V10.9296H46.7521V7.34668L44.2736%209.18483V10.9271H42.8892V13.1333H44.2736V16.6515C44.2736%2020.2137%2046.3632%2022.4174%2049.8321%2022.4174H50.361V20.0063H49.8088Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M30.4704%2019.5631L32.6818%2017.8339C33.6722%2019.4231%2035.01%2020.2761%2036.7159%2020.2761C38.5826%2020.2761%2039.757%2019.0783%2039.757%2017.5798C39.757%2015.8505%2037.9137%2015.2983%2035.977%2014.6761C33.6956%2013.9398%2031.23%2013.0168%2031.23%209.92907C31.23%207.37018%2033.5115%205.34277%2036.6226%205.34277C39.1815%205.34277%2040.7707%206.33314%2042.0618%207.83166L40.0111%209.35351C39.2515%208.17907%2038.1211%207.55685%2036.6226%207.55685C34.9167%207.55685%2033.8096%208.57055%2033.8096%209.88499C33.8096%2011.4976%2035.5856%2012.0291%2037.5196%2012.6746C39.8244%2013.4576%2042.3367%2014.4506%2042.3367%2017.585C42.3367%2020.1672%2040.2159%2022.6328%2036.7367%2022.6328C33.8563%2022.6328%2031.8963%2021.4117%2030.4678%2019.5683L30.4704%2019.5631Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M58.9189%2016.7007C58.9189%2013.3225%2061.5141%2010.6807%2064.8923%2010.6807C68.2704%2010.6807%2070.7982%2013.1384%2070.7982%2016.5399V17.5044H61.286C61.6075%2019.2725%2062.9867%2020.4444%2064.9856%2020.4444C66.5489%2020.4444%2067.7441%2019.6173%2068.3404%2018.3755L70.3627%2019.5007C69.3515%2021.3855%2067.5367%2022.6247%2064.9856%2022.6247C61.356%2022.6247%2058.9189%2020.0296%2058.9189%2016.6981V16.7007ZM61.4001%2015.4147H68.2938C67.9256%2013.7607%2066.663%2012.8403%2064.8923%2012.8403C63.1215%2012.8403%2061.8589%2013.8981%2061.4001%2015.4147Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M51.8955%2016.6752C51.8955%2013.113%2053.9851%2010.9326%2057.454%2010.9326H58.5559V13.323H57.4307C55.5459%2013.323%2054.33%2014.6322%2054.3533%2016.7011V22.423H51.8955V16.6804V16.6752Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M72.0138%2016.6774C72.0138%2013.3226%2074.6557%2010.7041%2077.9638%2010.7041C81.272%2010.7041%2083.8672%2013.3226%2083.8672%2016.6774V22.42H81.456V20.9267C80.6523%2022.0052%2079.4105%2022.6274%2077.8938%2022.6274C74.609%2022.6274%2072.0112%2020.0556%2072.0112%2016.6774H72.0138ZM81.5027%2016.6774C81.5027%2014.6319%2079.9394%2013.0011%2077.9638%2013.0011C75.9883%2013.0011%2074.4249%2014.6319%2074.4249%2016.6774C74.4249%2018.723%2075.9649%2020.3537%2077.9638%2020.3537C79.9627%2020.3537%2081.5027%2018.6997%2081.5027%2016.6774Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M85.4155%2015.978C85.4155%2012.9214%2087.5052%2010.6943%2090.6085%2010.6943C92.3766%2010.6943%2093.8026%2011.4073%2094.697%2012.6025C95.5474%2011.4073%2096.9266%2010.6943%2098.6948%2010.6943C101.819%2010.6943%20104.002%2012.8773%20104.002%2015.978V22.4103H101.544V16.0014C101.544%2014.2566%20100.372%2013.038%2098.6948%2013.038C97.0174%2013.038%2095.9155%2014.2799%2095.9389%2015.934V22.4129H93.4811V16.004C93.4811%2014.2592%2092.2859%2013.0406%2090.6085%2013.0406C88.9311%2013.0406%2087.8526%2014.2825%2087.8733%2015.9366V22.4154H85.4155V15.9832V15.978Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M105.578%205.6416H108.082V20.0227H114.859V22.4131H105.578V5.6416Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M138.483%2016.7007C138.483%2013.3225%20141.078%2010.6807%20144.456%2010.6807C147.834%2010.6807%20150.362%2013.1384%20150.362%2016.5399V17.5044H140.85C141.171%2019.2725%20142.551%2020.4444%20144.55%2020.4444C146.113%2020.4444%20147.308%2019.6173%20147.904%2018.3755L149.927%2019.5007C148.916%2021.3855%20147.101%2022.6247%20144.55%2022.6247C140.92%2022.6247%20138.483%2020.0296%20138.483%2016.6981V16.7007ZM140.964%2015.4147H147.858C147.49%2013.7607%20146.227%2012.8403%20144.456%2012.8403C142.685%2012.8403%20141.423%2013.8981%20140.964%2015.4147Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M115.269%2016.6774C115.269%2013.3226%20117.911%2010.7041%20121.219%2010.7041C124.527%2010.7041%20127.122%2013.3226%20127.122%2016.6774V22.42H124.711V20.9267C123.907%2022.0052%20122.665%2022.6274%20121.149%2022.6274C117.864%2022.6274%20115.266%2020.0556%20115.266%2016.6774H115.269ZM124.758%2016.6774C124.758%2014.6319%20123.194%2013.0011%20121.219%2013.0011C119.243%2013.0011%20117.68%2014.6319%20117.68%2016.6774C117.68%2018.723%20119.22%2020.3537%20121.219%2020.3537C123.218%2020.3537%20124.758%2018.6997%20124.758%2016.6774Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M131.67%2021.8547L126.915%2010.9658H129.557L132.912%2018.938L136.082%2010.9658H138.678L131.74%2027.7606H129.212L131.67%2021.8573V21.8547Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3cpath%20d='M151.897%2016.6674C151.897%2013.1052%20153.987%2010.9248%20157.455%2010.9248H158.557V13.3152H157.432C155.547%2013.3152%20154.331%2014.6244%20154.355%2016.6933V22.4152H151.897V16.6726V16.6674Z'%20fill='white'%20style='fill:white;fill-opacity:1;'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_6919_71839'%3e%3crect%20width='158.12'%20height='28'%20fill='white'%20style='fill:white;fill-opacity:1;'%20transform='translate(0.44043)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e",_h=(e,t,n)=>e===t?"translateY(0px)":e>t?`translateY(${n}px)`:"translateY(-100%)",e6=({close:e,votedAnswer:t,mastersApp:n,correct:r,correctAnswerTitle:i,questionTitle:a,saveHeight:s,style:o,hiding:c})=>{const[u,C]=w.useState(1),g=w.useRef({});w.useEffect(()=>{const b=setInterval(()=>{C(x=>r&&x>4||!r&&x>3?x:++x)},3e3);return()=>clearInterval(b)},[r]),w.useEffect(()=>{var b,x;g.current[u]&&s(((x=(b=g.current[u])==null?void 0:b.getBoundingClientRect())==null?void 0:x.height)||yh)},[u,s]);const f=b=>x=>{g.current&&(g.current[b]=x)},y=b=>({transform:_h(b,u,o.height)});return l.jsx(bh,{style:o.height?o:{...o,paddingTop:0,paddingBottom:0},hiding:c,children:l.jsxs(xh,{style:{height:o.height,minHeight:o.height,backgroundColor:u>3?r?"var(--color-sdk-prediction-result-success-bg)":"var(--color-sdk-prediction-result-incorrect-bg)":"var(--color-primary-1)"},children:[l.jsx(vh,{step:u,correct:r}),n&&l.jsxs(Z1,{ref:f(1),style:y(1),children:[l.jsx("img",{alt:"sponsor-logo",src:Ah}),l.jsx(el,{children:"Featured Groups +"})]}),!n&&l.jsx(Z1,{ref:f(1),style:y(1),children:l.jsx("img",{alt:"sponsor-logo",src:$h})}),l.jsxs(Z1,{ref:f(2),style:y(2),children:[l.jsx(un,{children:"Prediction results are in!"}),n&&l.jsx(el,{children:"Featured Groups +"})]}),l.jsxs(Z1,{ref:f(3),style:y(3),children:[l.jsx(un,{children:a}),l.jsx(c2,{children:l.jsxs(u2,{children:[l.jsx("span",{children:"Your Pick:"})," ",t==null?void 0:t.title]})})]}),r?l.jsxs(l.Fragment,{children:[l.jsxs(Z1,{ref:f(4),style:{...y(4),color:"var(--color-sdk-prediction-result-success-text)"},children:[l.jsxs(un,{children:["Congratulations!",l.jsx("br",{}),"You answered correctly."]}),l.jsxs(c2,{children:[l.jsx(tl,{name:"selected"}),l.jsxs(u2,{children:[l.jsx("span",{children:"Your Pick:"})," ",t==null?void 0:t.title]})]})]}),l.jsxs(Z1,{ref:f(5),style:{...y(5),color:"var(--color-sdk-prediction-result-success-text)"},children:[l.jsx(Lh,{children:u===5&&l.jsx(hr,{delay:.5,prefix:"+",suffix:" points",value:t==null?void 0:t.points})}),l.jsxs(c2,{children:[l.jsx(tl,{name:"selected"}),l.jsxs(u2,{children:[l.jsx("span",{children:"Your Pick:"})," ",t==null?void 0:t.title]})]}),l.jsx(nl,{onClick:e,children:l.jsx(rl,{name:"icon-cross"})})]})]}):l.jsxs(Z1,{ref:f(4),style:y(4),children:[l.jsxs(un,{style:{color:"var(--color-sdk-prediction-result-error-title)"},children:["Better luck next time!",l.jsx("br",{}),"Correct: ",i,"."]}),l.jsxs(c2,{style:{color:"var(--color-sdk-prediction-result-error-subtitle)"},children:[l.jsx(Th,{name:"circleClose"}),l.jsxs(u2,{children:[l.jsx("span",{children:"Your Pick:"})," ",t==null?void 0:t.title]})]}),l.jsx(nl,{onClick:e,children:l.jsx(rl,{name:"icon-cross"})})]})]})})},t6=e=>{const[t,n]=w.useState(!1),[r,i]=w.useState(!1),a=w.useRef(null),s=w.useCallback(()=>{i(!0),a.current&&clearTimeout(a.current),a.current=setTimeout(()=>{i(!1)},1e3)},[]),o=w.useCallback(async c=>{n(!0);const u=c.map(C=>new Promise((g,f)=>{const y=new Image;y.onload=()=>g(C),y.onerror=()=>f(),y.src=C}));await Promise.allSettled(u),n(!1)},[]);return w.useEffect(()=>{e&&(s(),o(e))},[e,s,o]),{loading:t,throttled:r}},Rh=d("div")({name:"Container",class:"cl51m2q",propsAsIs:!1}),Vh=d("img")({name:"Avatar",class:"a2yhhhr",propsAsIs:!1}),Nh=d("div")({name:"AvatarPlaceholder",class:"a1dtxxlr",propsAsIs:!1}),Mh=d("div")({name:"Content",class:"c12clm3w",propsAsIs:!1}),Oh=d("span")({name:"Name",class:"n14lctn7",propsAsIs:!1}),Ph=({avatar:e,name:t})=>l.jsxs(Rh,{children:[e&&l.jsx(Vh,{src:e}),!e&&l.jsx(Nh,{children:sa(t||"")}),l.jsxs(Mh,{children:[l.jsxs(Oh,{children:[t," "]}),"is waiting for you!"]})]}),Hh=d("div")({name:"Container",class:"c1htq1lb",propsAsIs:!1}),Dh=d("div")({name:"Graphic",class:"gjyzpp7",propsAsIs:!1}),Fh=d("img")({name:"GraphicImage",class:"g16mldgz",propsAsIs:!1}),zh=d("div")({name:"Headline",class:"h69js65",propsAsIs:!1}),Bh=d("div")({name:"TaglineContainer",class:"tmm7qmo",propsAsIs:!1}),Uh=d("div")({name:"Tagline",class:"t17knuw2",propsAsIs:!1}),Zh=d("div")({name:"Content",class:"c1b74psg",propsAsIs:!1}),qh=d("div")({name:"StepsContainer",class:"s1y99ug7",propsAsIs:!1}),Qh=d("span")({name:"StepIndicator",class:"sgf3v5n",propsAsIs:!1}),Wh=d("div")({name:"InvitingUserWrap",class:"i1sj6gn8",propsAsIs:!1}),Gh=({loading:e,steps:t,currentStep:n,inviterName:r})=>{const{headline:i,tagline:a}=t[n];return l.jsxs(Hh,{children:[a&&l.jsx(Bh,{children:l.jsx(_e,{loading:e,children:l.jsx(Uh,{children:a})})}),l.jsxs(Zh,{"data-welcome-screen":n===0,children:[l.jsx(Dh,{children:l.jsx(_e,{loading:e,children:t.map(({graphicSrc:s},o)=>l.jsx(Fh,{src:s,"data-active":n===o}))})}),i&&l.jsx(_e,{loading:e,children:l.jsx(zh,{children:i})})]}),r&&n===0&&l.jsx(Wh,{children:l.jsx(Ph,{name:r})}),l.jsx(qh,{style:e?{visibility:"hidden"}:{},children:Array.from({length:t.length}).map((s,o)=>l.jsx(Qh,{"data-active":n===o},o))})]})},Kh=d("div")({name:"Container",class:"cm0bev",propsAsIs:!1}),Yh=d("div")({name:"Content",class:"ce7x737",propsAsIs:!1}),Xh=d("div")({name:"Title",class:"tc2tor6",propsAsIs:!1}),Jh=d("div")({name:"RulesList",class:"r1k5klql",propsAsIs:!1}),em=d("div")({name:"RulesItem",class:"r1tf3ft2",propsAsIs:!1}),tm=d("div")({name:"RuleIcon",class:"rwpvg1k",propsAsIs:!1}),nm=d("div")({name:"RuleText",class:"rbxiag0",propsAsIs:!1}),rm=d("button")({name:"TermsButton",class:"t6cyrry",propsAsIs:!1}),im=({rules:e,rulesTitle:t,termsText:n,primaryColor:r,openTerms:i})=>l.jsxs(Kh,{children:[l.jsxs(Yh,{children:[l.jsx(Xh,{children:t}),l.jsx(Jh,{children:e==null?void 0:e.map(({label:a,icon:s},o)=>l.jsxs(em,{children:[s&&l.jsx(tm,{style:{backgroundColor:r},children:l.jsx(O,{name:s,"data-icon":s})}),l.jsx(nm,{children:a})]},o))})]}),n&&l.jsx(rm,{onClick:i,children:"See Terms and Conditions"})]}),am=d("div")({name:"Container",class:"cj0g35h",propsAsIs:!1}),sm=d("div")({name:"Content",class:"c1xkhrbn",propsAsIs:!1}),lm=d("div")({name:"Title",class:"tifzb8b",propsAsIs:!1}),om=d("div")({name:"ScrollingText",class:"stduw5c",propsAsIs:!1}),cm=({termsTitle:e,termsText:t})=>l.jsx(am,{children:l.jsxs(sm,{children:[l.jsx(lm,{children:e}),l.jsx(om,{children:t})]})}),um=d("button")({name:"SButton",class:"s1nve60q",propsAsIs:!1}),dm=d("span")({name:"ButtonLabel",class:"b1xoswwx",propsAsIs:!1}),pm=({disabled:e,variant:t="primary",onClick:n,children:r,...i})=>l.jsx(um,{onClick:n,disabled:e,"data-variant":t,...i,children:l.jsx(dm,{children:r})}),fm=d("div")({name:"Container",class:"c18uddbs",propsAsIs:!1}),hm=d("div")({name:"Content",class:"cvcfjf6",propsAsIs:!1}),mm=d("div")({name:"OnboardingHeader",class:"o1ie27lw",propsAsIs:!1}),Cm=d("button")({name:"CloseBtn",class:"c15cjkwi",propsAsIs:!1}),gm=()=>O,vm=d(gm())({name:"IconClose",class:"i1mavjt2",propsAsIs:!0}),ym=d("div")({name:"OnboardingFooter",class:"o1x0dyzv",propsAsIs:!1}),wm=()=>pm,bm=d(wm())({name:"OnboardingActionBtn",class:"o1jfi9c3",propsAsIs:!0}),mt={steps:!1,rules:!1,inviteCard:!1},n6=({gamification:e,steps:t,rules:n,rulesBtnLabel:r,rulesTitle:i,termsTitle:a,termsText:s,primaryColor:o,inviteLink:c,inviteCardTitle:u,inviteCardSubtext:C,inviteCardBtnLabel:g,loading:f,inviterName:y,sdk:b,onClose:x})=>{const[L,m]=w.useState(0),[p,v]=w.useState(!1),[E,S]=w.useState(mt);w.useEffect(()=>{t!=null&&t.length?S({...mt,steps:!0}):n!=null&&n.length?S({...mt,rules:!0}):S({...mt,inviteCard:!0})},[]);const I=w.useMemo(()=>E.steps&&L===0?"Continue":E.rules?p||!r?"Got it":r:E.inviteCard?g||"Play Now":"Next",[E,L,p,r,g]),j=w.useCallback(()=>{t!=null&&t.length&&L<t.length-1?m(V=>++V):n!=null&&n.length&&E.steps?S({...mt,rules:!0}):E.rules&&S({...mt,inviteCard:!0})},[L,t==null?void 0:t.length,n==null?void 0:n.length,E,m,S]),A=async()=>{E.inviteCard?await e.onboardingStatus.submitInplay():E.rules&&p?v(!1):j()};return w.useEffect(()=>{!f&&y&&b.inviteDisplayed()},[f,y,b]),l.jsx(Od,{children:({width:V,height:R})=>l.jsxs(fm,{style:{width:V,height:R,maxHeight:R},children:[l.jsx(mm,{children:l.jsx(Cm,{onClick:x,children:l.jsx(vm,{name:"icon-close-btn-gray"})})}),l.jsxs(hm,{children:[E.steps&&(t==null?void 0:t.length)&&l.jsx(Gh,{loading:f,steps:t,currentStep:L,inviterName:y}),E.rules&&!p&&l.jsx(im,{rules:n,rulesTitle:i,termsText:s,primaryColor:o,openTerms:()=>v(!0)}),E.rules&&p&&l.jsx(cm,{termsTitle:a,termsText:s}),E.inviteCard&&l.jsx(Wo,{inviteLink:c,inviteCardTitle:u,inviteCardSubtext:C,primaryColor:o})]}),l.jsx(ym,{children:l.jsx(_e,{loading:f,style:{width:"100%"},children:l.jsx(bm,{onClick:A,children:I})})})]})})},xm=d("div")({name:"Container",class:"c1qjj4d4",propsAsIs:!1}),Em=d("div")({name:"CloseIconWrap",class:"c1lg6b8a",propsAsIs:!1}),Lm=()=>O,km=d(Lm())({name:"CloseIcon",class:"c159el66",propsAsIs:!0}),Sm=d("div")({name:"Title",class:"t16xmufv",propsAsIs:!1}),Im=d("img")({name:"SponsorLogo",class:"s83lc21",propsAsIs:!1}),Tm=d("div")({name:"PresentsTitle",class:"p1p7igia",propsAsIs:!1}),jm=d("div")({name:"Subtitle",class:"s1eftsbu",propsAsIs:!1}),Am=d("div")({name:"Description",class:"d8uezec",propsAsIs:!1}),$m=d("button")({name:"ActionButton",class:"a1h1bk90",propsAsIs:!1}),il=({close:e,action:t,onboarding:n})=>{var r,i,a,s,o,c,u,C;return l.jsxs(xm,{children:[l.jsx(Em,{onClick:e,children:l.jsx(km,{name:"icon-cross"})}),((i=(r=n==null?void 0:n.titleCard)==null?void 0:r.media)==null?void 0:i.sponsorLogo)&&l.jsxs(Sm,{children:[l.jsx(Im,{alt:"sponsor-logo",src:(s=(a=n==null?void 0:n.titleCard)==null?void 0:a.media)==null?void 0:s.sponsorLogo}),l.jsx(Tm,{children:"PRESENTS"})]}),((o=n==null?void 0:n.titleCard)==null?void 0:o.title)&&l.jsx(jm,{children:(c=n==null?void 0:n.titleCard)==null?void 0:c.title}),((u=n==null?void 0:n.titleCard)==null?void 0:u.subtitle)&&l.jsx(Am,{children:(C=n==null?void 0:n.titleCard)==null?void 0:C.subtitle}),l.jsx($m,{onClick:t,children:"Play Now"})]})},Yi=[{graphicSrc:"https://cdn.streamlayer.io/assets/sdk-web/onboarding-steps/dark/step_1.png",tagline:"",headline:l.jsxs(l.Fragment,{children:["Welcome to ",l.jsx("br",{})," Live Challenge"]})},{graphicSrc:"https://cdn.streamlayer.io/assets/sdk-web/onboarding-steps/dark/step_2.png",headline:"Live insights, polls, trivia and predictions."},{graphicSrc:"https://cdn.streamlayer.io/assets/sdk-web/onboarding-steps/dark/step_3.png",headline:"Win points and play against friends."}],_m=d("div")({name:"OnboardingContainer",class:"o1xni1kr",propsAsIs:!1}),Rm=()=>ct,Vm=d(Rm())({name:"OnboardingNotificationContainer",class:"o1vnouv7",propsAsIs:!0}),al=d("div")({name:"InnerContainer",class:"i59uefw",propsAsIs:!1}),Nm=d("div")({name:"OnboardingOverlap",class:"ovnr8ov",propsAsIs:!1}),Mm=({deepLink:e,onboardingOpts:t,notification:n,gamification:r,loading:i,sdk:a,throttled:s})=>{var o,c,u,C,g,f,y;const b=D(r.friends.getStore()),[x,L]=w.useState(void 0),m=w.useMemo(()=>{var p,v;const E=a.getInviter();return E?(v=(p=b.data)==null?void 0:p.find(({slId:S})=>S===E))==null?void 0:v.name:""},[b.data,a]);return w.useEffect(()=>{const p=e.$store.subscribe(v=>{v&&L(v.data)});return()=>{p()}},[e.$store]),l.jsxs(_m,{children:[l.jsx(n6,{loading:i,rules:[{label:"Answer as many questions as you like.",icon:"icon-btn-feature-groups"},{label:"Win points for each correct trivia or prediction answer.",icon:"icon-thumb-up"},{label:"Top the leader board and best your friends.",icon:"icon-trophy"}],rulesBtnLabel:(o=t.rules)==null?void 0:o.buttonLabel,rulesTitle:(c=t.rules)==null?void 0:c.heading,termsTitle:"Terms and Conditions",termsText:(u=t.rules)==null?void 0:u.terms,steps:Yi,primaryColor:(C=t.inviteCard)==null?void 0:C.iconColor,inviteLink:x,inviteCardTitle:(g=t.inviteCard)==null?void 0:g.heading,inviteCardSubtext:(f=t.inviteCard)==null?void 0:f.subtext,inviteCardBtnLabel:(y=t.inviteCard)==null?void 0:y.buttonLabel,onClose:()=>{var p;(p=n.close)==null||p.call(n)},gamification:r,sdk:a,inviterName:m}),s&&l.jsx(Nm,{})]})},Om=({sdk:e,notification:t,saveHeight:n,style:r,appNode:i,sdkInDesktopView:a,responsiveStore:s})=>{const o=w.useRef(null),c=t.data.onboarding,[u,C]=w.useState(c==null?void 0:c.instantOpen),g=e.getFeature(k.SdkOverlayType.GAMES),f=w.useMemo(()=>Yi==null?void 0:Yi.map(({graphicSrc:L})=>L),[]),{screen:y}=D(s,{keys:["screen"]});w.useLayoutEffect(()=>{var L;n(((L=o.current)==null?void 0:L.getBoundingClientRect().height)||0)},[n]);const{loading:b,throttled:x}=t6(f);return u&&g&&c&&i.current?l.jsx(Xa,{container:i,useContainer:!a,children:l.jsx(Mm,{throttled:x,notification:t,setOpened:C,gamification:g,onboardingOpts:c,deepLink:g.deepLink,loading:b,renderToNode:i,sdk:e})}):l.jsxs(l.Fragment,{children:[l.jsx(al,{ref:o,style:{position:"absolute",visibility:"hidden"},children:l.jsx(il,{close:()=>{},action:()=>{},onboarding:c})}),l.jsx(Vm,{style:r,hiding:t.hiding,children:l.jsx(al,{children:l.jsx(il,{close:t.close,action:()=>{var L;C(!0),(((L=i.current)==null?void 0:L.getBoundingClientRect().y)||0)<0&&na(i,y.size,{behavior:"smooth"})},onboarding:c})})})]})},Pm=d("button")({name:"Container",class:"crkmfw1",propsAsIs:!1}),Hm=d("div")({name:"Content",class:"c11awpy4",propsAsIs:!1}),Dm=d("span")({name:"Title",class:"t154z7mh",propsAsIs:!1}),r6=({title:e,onClick:t,className:n,style:r})=>l.jsx(Pm,{onClick:t,className:n,style:r,children:l.jsxs(Hm,{children:[l.jsx(O,{name:"iconUp"}),e&&l.jsx(Dm,{children:e})]})}),Fm=()=>ct,zm=d(Fm())({name:"Container",class:"c8ol1ve",propsAsIs:!0}),i6=d("div")({name:"InnerContainer",class:"iqfywam",propsAsIs:!1}),Bm=()=>i6,Um=d(Bm())({name:"HiddenContainer",class:"hokmtod",propsAsIs:!0}),Zm=d("div")({name:"NotificationRefreshing",class:"n192d1q8",propsAsIs:!1}),qm=()=>r6,Qm=d(qm())({name:"Pill",class:"p1lha68t",propsAsIs:!0}),Wm=e=>{const[t,n]=w.useState(0),r=w.useRef(null),i=w.useMemo(()=>new ResizeObserver(o=>{var c;for(const u of o)if(u.contentBoxSize){const C=(c=r.current)==null?void 0:c.getBoundingClientRect();C&&n(C.height)}}),[]),a=w.useCallback(o=>{r.current=o},[]),s=w.useCallback(o=>{n(o)},[]);return w.useEffect(()=>{const o=r.current;return o?(i.observe(o),()=>{i.unobserve(o)}):()=>{}},[e]),w.useEffect(()=>()=>{i.disconnect()}),[a,t,s]},Gm=({sdk:e,notification:t,appNode:n,responsiveStore:r,hasActiveFeature:i})=>{var a,s;const{sdkInDesktopView:o}=D(r,{keys:["sdkInDesktopView"]}),{sdk:c}=X2(),[u,C,g]=Wm(t.id);let f=C;return i||(f="auto"),t.type===exports.NotificationType.QUESTION?l.jsxs(l.Fragment,{children:[l.jsx(Um,{ref:u,children:l.jsx(Ki,{...t})}),l.jsxs(zm,{style:{height:t.hiding?0:f},hiding:t.hiding,children:[l.jsx(i6,{style:{height:"100%"},children:l.jsx(Ki,{...t,controlVideo:c==null?void 0:c.controlVideoPlayer})}),l.jsx(Zm,{},t.id)]})]}):t.type===exports.NotificationType.QUESTION_RESOLVED&&(s=(a=t.data)==null?void 0:a.question)!=null&&s.predictionResult?l.jsx(e6,{style:{height:t.hiding?0:C},saveHeight:g,close:t.close,hiding:t.hiding,...t.data.question}):t.type===exports.NotificationType.ONBOARDING?l.jsx(Om,{style:{height:t.hiding?0:f},saveHeight:g,sdk:e,notification:t,sdkInDesktopView:o,appNode:n,responsiveStore:r}):null},Km="p7vfi6t",Ym=({pill:e,setPill:t,appNode:n,headerNode:r,scrollNode:i,responsiveStore:a,scrollStore:s})=>{var o,c;const{screen:u}=D(a,{keys:["screen"]}),{tabsShown:C,scrollPosition:g}=D(s,{keys:["tabsShown","scrollPosition"]});w.useEffect(()=>{a.get().sdkInDesktopView?g<50&&t(null):g>-50&&t(null)},[g,a,t]);const f=a.get().sdkInDesktopView?n:r;return!e||!f.current?null:On.createPortal(l.jsx(Qm,{title:e.type===exports.NotificationType.QUESTION_RESOLVED?"Prediction result":`New ${((c=Pn[(o=e.data)==null?void 0:o.questionType])==null?void 0:c.label)||"notification"}`,onClick:()=>{var y;a.get().sdkInDesktopView?(y=i.current)==null||y.scrollTo({top:0,behavior:"smooth"}):na(n,u.size,{behavior:"smooth"}),t(null)},className:Ne(C&&Km,"sl-pill-button")}),f.current)},Xm=({sdk:e,headerNode:t,scrollNode:n,responsiveStore:r,appNode:i,scrollStore:a,hasActiveFeature:s})=>{const[o]=w.useState(e.getNotificationsStore()),c=D(o),[u,C]=w.useState(null),g=w.useMemo(()=>e.getActiveNotification(),[e,c]);return w.useEffect(()=>{g&&st.emit("notification",{action:"rendered",payload:{questionId:g.data.questionId,questionType:g.data.questionType}})},[g]),w.useEffect(()=>{const{sdkInDesktopView:f,sdkInView:y}=r.get();g&&(f||y)&&(!f&&y&&C(g),f&&window.requestAnimationFrame(()=>{a.get().scrollPosition!==0&&C(g)}))},[g]),w.useEffect(()=>{g||C(null)},[g]),l.jsxs(l.Fragment,{children:[!u&&g&&l.jsx(Gm,{appNode:i,sdk:e,hasActiveFeature:s,notification:g,responsiveStore:r}),u&&l.jsx(Ym,{pill:u,setPill:C,appNode:i,notification:g,headerNode:t,scrollNode:n,scrollStore:a,responsiveStore:r})]})},Jm=e=>{const t=D(e.status),n=D(e.sdkStore.slStreamId),r=D(e.userId()),i=D(e.getActiveFeature()),a=t==="ready"&&!!n.data;return w.useEffect(()=>{const s=e.getFeature(k.SdkOverlayType.GAMES);s&&i!==k.SdkOverlayType.GAMES&&(s.closeQuestion(),s.closeUser()),s==null||s.openedQuestionId.subscribe(o=>{o&&i!==k.SdkOverlayType.GAMES&&e.openFeature(k.SdkOverlayType.GAMES)})},[i,e]),{sdkReady:a,activeFeature:i,isLogged:!!r}},eC=({sdk:e,className:t,scrollStore:n,appNode:r,scrollNode:i,responsiveStore:a})=>{const[,s]=cl(e);return l.jsx(af,{className:t,scrollNode:i,appNode:r,scrollStore:n,feature:s,responsiveStore:a,sdk:e})},tC=({sdk:e,className:t,appNode:n,responsiveStore:r})=>{const i=D(e.featuresList.getStore());return i?Array.from(i,a=>{const s=e.getFeature(a);return s?l.jsx(sf,{className:t,appNode:n,feature:s,responsiveStore:r,sdk:e},a):null}):null},nC=({sdk:e,topNavigation:t})=>{const n=w.useRef(null),r=w.useRef(null),[i]=A4(n),[a,s]=_4(n,i),{sdkReady:o,activeFeature:c,isLogged:u}=Jm(e),C=!!o;d2(n,{enabled:C,event:"click",listener:fl}),d2(a,{enabled:C,event:"scrollend",listener:hl,useDomNode:!0}),d2(a,{enabled:C,event:"click",listener:ml,useDomNode:!0});const g=w.useMemo(()=>({sdk:e,topNavigation:t}),[e,t]);return w.useEffect(()=>{Promise.resolve().then(()=>require("./gamification-feature.js"))},[]),l.jsx(Cl.Provider,{value:g,children:l.jsxs(V6,{ref:n,className:t?"":"c10llmat",children:[C&&t&&l.jsx(If,{className:rn,sdk:e,ref:r}),C&&!t&&!!c&&l.jsx(Sf,{className:Ne(rn,"sl-hide-on-modal"),sdk:e,ref:r}),l.jsxs(ol,{className:"sl-hide-on-modal",ref:a,"data-nav":(!!c&&C).toString(),children:[C&&l.jsx(Xm,{sdk:e,scrollNode:a,headerNode:r,appNode:n,scrollStore:s,responsiveStore:i,hasActiveFeature:!!c}),C&&l.jsx(eC,{scrollStore:s,responsiveStore:i,scrollNode:a,appNode:n,className:rn,sdk:e}),C&&l.jsx(tC,{responsiveStore:i,appNode:n,className:rn,sdk:e})]}),C&&!u&&l.jsx("div",{style:{display:"flex",alignItems:"center",justifyContent:"center",width:"100%",height:"100%"},children:"You are not logged in."})]})})},a6=({children:e,customTheme:t,themeMode:n,style:r})=>l.jsx("div",{className:"StreamLayerSDKTheme",children:l.jsx("div",{className:Ne(V4,n,t),style:r,children:e})}),s6=()=>{const{sdk:e}=w.useContext(O1);return e},rC=()=>{const{event:e}=w.useContext(O1);return e},l6=()=>{const{sdk:e}=w.useContext(O1),[t,n]=w.useState({});return w.useEffect(()=>{var r;return e!=null&&e.options?(r=e==null?void 0:e.options)==null?void 0:r.subscribe(i=>{n({theme:i.theme,themeMode:i.themeMode})}):()=>{}},[e==null?void 0:e.options]),t},o6=()=>{const{sdk:e}=w.useContext(O1),[t,n]=w.useState({});return w.useEffect(()=>e!=null&&e.uiState?e==null?void 0:e.uiState.subscribe(r=>{n({...r})}):()=>{},[e==null?void 0:e.uiState]),t},iC=({event:e,topNavigation:t,theme:n,withSidebarNotification:r=!0})=>{const{sdk:i,status:a}=w.useContext(O1),s=o6(),o=l6(),{event:c}=w.useContext(O1);if(a===Y2.UNSET)throw new Error("Wrap app in `StreamLayerProvider`");return a===Y2.CONNECTED?l.jsx("div",{className:"StreamLayerSDK",children:"wait"}):i===null?l.jsx("div",{className:"StreamLayerSDK",children:"sdk not initialized"}):!s.app&&!s.appNotification||!s.app&&s.appNotification&&!r?null:l.jsx("div",{className:"StreamLayerSDK",children:l.jsx(a6,{customTheme:n??o.theme,themeMode:o.themeMode,children:l.jsx(nC,{sdk:i,event:(c==null?void 0:c.current)||e,topNavigation:t})})})},c6=({event:e})=>{const t=s6(),n=rC();return w.useEffect(()=>(t&&(e&&(t.createEventSession(e),n&&(n.current=e)),!e&&(n!=null&&n.current)&&(t.createEventSession(""),n.current="")),()=>{t&&t.disableApp()}),[e,n,t]),null};var Y2=(e=>(e[e.UNSET=0]="UNSET",e[e.CONNECTED=1]="CONNECTED",e[e.READY=2]="READY",e))(Y2||{});const aC={status:0,sdk:null},O1=w.createContext(aC),sC=({sdkKey:e,theme:t,themeMode:n,plugins:r,children:i,event:a,production:s=!0,autoEnable:o=!0,withAdNotification:c,withAd:u=!0,hideFriends:C,skipOnboarding:g,friendsTab:f="enabled",onDeepLinkHandled:y,videoPlayerController:b,onContentActivate:x})=>{const L=k.useStreamLayerApp({sdkKey:e,plugins:r,production:s,autoEnable:o,onDeepLinkHandled:y,videoPlayerController:b,onContentActivate:x,hideFriends:C,skipOnboarding:g,withAdNotification:c,withAd:u,friendsTab:f}),m=w.useRef(""),p=w.useMemo(()=>L?{sdk:L,status:2,event:m}:{status:1,sdk:null,event:m},[L]);return w.useEffect(()=>{L&&(L.options.setKey("friendsTab",f),L.options.setKey("theme",t),L.options.setKey("themeMode",n))},[L,f,t,n]),w.useEffect(()=>()=>{y&&(L==null||L.removeDeepLinkHandler(y)),b&&(L==null||L.removeVideoPlayerController(b))},[L]),w.useEffect(()=>{localStorage.getItem("SL_DEBUG")&&console.log("StreamLayerProvider mounted with props:",{sdkKey:!!e,onDeepLinkHandled:!!y,videoPlayerController:!!b})},[e,y,b]),l.jsxs(O1.Provider,{value:p,children:[a!==void 0&&l.jsx(c6,{event:a}),i]})};exports.A=Le;exports.D=xe;exports.D$1=Ho;exports.Df=On;exports.Ht=Vo;exports.I=t6;exports.L=d2;exports.P=tf;exports.R=dl;exports.S=ra;exports.S$1=Fo;exports.StreamLayerContext=O1;exports.StreamLayerProvider=sC;exports.StreamLayerSDKEvent=c6;exports.StreamLayerSDKReact=iC;exports.StreamLayerStatus=Y2;exports.Y=mr;exports.Z1=O;exports.a=zo;exports.b=vl;exports.b$1=aa;exports.b$2=fl;exports.c=Nt;exports.commonjsGlobal=nn;exports.createLogger=at;exports.cx_default=Ne;exports.d=hr;exports.e=Pn;exports.eventBus=st;exports.getAugmentedNamespace=sl;exports.getDefaultExportFromCjs=Xi;exports.h=a6;exports.h$1=rn;exports.h$2=r6;exports.i=So;exports.jt=Ro;exports.k=Yo;exports.o=u7;exports.p=ta;exports.p$1=Po;exports.p$2=cl;exports.rn=n6;exports.s=Jr;exports.styled_default=d;exports.useStore=D;exports.useStreamLayer=s6;exports.useStreamLayerTheme=l6;exports.useStreamLayerUI=o6;exports.w=Ki;exports.w$1=ml;exports.x=Xa;exports.x$1=ct;exports.x$2=Ko;exports.y=hl;exports.z=Bo;exports.z$1=la;exports.z$2=e6;
|