@gravity-ui/page-constructor 3.10.3 → 3.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +3 -5
- package/build/cjs/editor/components/ControlPanel/ControlPanel.js +4 -1
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulation.d.ts +7 -0
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulation.js +10 -0
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.d.ts +8 -0
- package/build/cjs/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.js +41 -0
- package/build/cjs/editor/components/DeviceEmulation/utils.d.ts +4 -0
- package/build/cjs/editor/components/DeviceEmulation/utils.js +7 -0
- package/build/cjs/editor/components/Layout/Layout.js +3 -1
- package/build/cjs/editor/containers/Editor/Editor.d.ts +1 -1
- package/build/cjs/editor/containers/Editor/Editor.js +34 -9
- package/build/cjs/editor/containers/Form/Form.js +2 -2
- package/build/cjs/editor/context.d.ts +9 -0
- package/build/cjs/editor/context.js +6 -0
- package/build/cjs/editor/icons/Tablet.d.ts +2 -0
- package/build/cjs/editor/icons/Tablet.js +9 -0
- package/build/cjs/editor/types/index.d.ts +14 -5
- package/build/cjs/editor/types/index.js +3 -1
- package/build/cjs/editor/utils/index.d.ts +2 -0
- package/build/cjs/editor/utils/index.js +4 -1
- package/build/cjs/editor/widget/constants.d.ts +4 -0
- package/build/cjs/editor/widget/constants.js +8 -0
- package/build/cjs/editor/widget/index.d.ts +21 -0
- package/build/cjs/editor/widget/index.js +76 -0
- package/build/cjs/editor/widget/utils.d.ts +1 -0
- package/build/cjs/editor/widget/utils.js +19 -0
- package/build/esm/editor/components/ControlPanel/ControlPanel.js +6 -3
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulation.d.ts +7 -0
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulation.js +7 -0
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.css +33 -0
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.d.ts +9 -0
- package/build/esm/editor/components/DeviceEmulation/DeviceEmulationMobile/DeviceEmulationMobile.js +40 -0
- package/build/esm/editor/components/DeviceEmulation/utils.d.ts +4 -0
- package/build/esm/editor/components/DeviceEmulation/utils.js +3 -0
- package/build/esm/editor/components/Layout/Layout.js +3 -1
- package/build/esm/editor/containers/Editor/Editor.d.ts +1 -1
- package/build/esm/editor/containers/Editor/Editor.js +35 -10
- package/build/esm/editor/containers/Form/Form.js +2 -2
- package/build/esm/editor/context.d.ts +9 -0
- package/build/esm/editor/context.js +2 -0
- package/build/esm/editor/icons/Tablet.d.ts +2 -0
- package/build/esm/editor/icons/Tablet.js +4 -0
- package/build/esm/editor/types/index.d.ts +14 -5
- package/build/esm/editor/types/index.js +3 -1
- package/build/esm/editor/utils/index.d.ts +2 -0
- package/build/esm/editor/utils/index.js +2 -0
- package/build/esm/editor/widget/constants.d.ts +4 -0
- package/build/esm/editor/widget/constants.js +5 -0
- package/build/esm/editor/widget/index.d.ts +21 -0
- package/build/esm/editor/widget/index.js +71 -0
- package/build/esm/editor/widget/utils.d.ts +1 -0
- package/build/esm/editor/widget/utils.js +15 -0
- package/package.json +23 -8
- package/widget/index.js +1 -0
package/widget/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default "!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&\"object\"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,\"default\",{enumerable:!0,value:e}),2&t&&\"string\"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,\"a\",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p=\"\",r(r.s=239)}([function(e,t,r){\"use strict\";e.exports=r(186)},function(e,t,r){\"use strict\";r.d(t,\"z\",(function(){return o})),r.d(t,\"a\",(function(){return Me})),r.d(t,\"b\",(function(){return B})),r.d(t,\"c\",(function(){return Se})),r.d(t,\"d\",(function(){return je})),r.d(t,\"e\",(function(){return Z})),r.d(t,\"f\",(function(){return pe})),r.d(t,\"g\",(function(){return Fe})),r.d(t,\"h\",(function(){return k})),r.d(t,\"i\",(function(){return He})),r.d(t,\"j\",(function(){return Ve})),r.d(t,\"k\",(function(){return M})),r.d(t,\"l\",(function(){return O})),r.d(t,\"m\",(function(){return ve})),r.d(t,\"n\",(function(){return E})),r.d(t,\"o\",(function(){return L})),r.d(t,\"p\",(function(){return W})),r.d(t,\"q\",(function(){return Ne})),r.d(t,\"r\",(function(){return ke})),r.d(t,\"s\",(function(){return xe})),r.d(t,\"t\",(function(){return N})),r.d(t,\"u\",(function(){return Ge})),r.d(t,\"v\",(function(){return j})),r.d(t,\"w\",(function(){return x})),r.d(t,\"x\",(function(){return et})),r.d(t,\"y\",(function(){return ct})),r.d(t,\"A\",(function(){return Ee})),r.d(t,\"B\",(function(){return S})),r.d(t,\"C\",(function(){return lt})),r.d(t,\"D\",(function(){return st})),r.d(t,\"E\",(function(){return ut})),r.d(t,\"F\",(function(){return dt})),r.d(t,\"G\",(function(){return pt})),r.d(t,\"H\",(function(){return mt}));let n=g();const o=e=>y(e,n);let i=g();o.write=e=>y(e,i);let a=g();o.onStart=e=>y(e,a);let c=g();o.onFrame=e=>y(e,c);let l=g();o.onFinish=e=>y(e,l);let u=[];o.setTimeout=(e,t)=>{let r=o.now()+t,n=()=>{let e=u.findIndex(e=>e.cancel==n);~e&&u.splice(e,1),f-=~e?1:0},i={time:r,handler:e,cancel:n};return u.splice(s(r),0,i),f+=1,b(),i};let s=e=>~(~u.findIndex(t=>t.time>e)||~u.length);o.cancel=e=>{a.delete(e),c.delete(e),l.delete(e),n.delete(e),i.delete(e)},o.sync=e=>{m=!0,o.batchedUpdates(e),m=!1},o.throttle=e=>{let t;function r(){try{e(...t)}finally{t=null}}function n(...e){t=e,o.onStart(r)}return n.handler=e,n.cancel=()=>{a.delete(r),t=null},n};let d=\"undefined\"!=typeof window?window.requestAnimationFrame:()=>{};o.use=e=>d=e,o.now=\"undefined\"!=typeof performance?()=>performance.now():Date.now,o.batchedUpdates=e=>e(),o.catch=console.error,o.frameLoop=\"always\",o.advance=()=>{\"demand\"!==o.frameLoop?console.warn(\"Cannot call the manual advancement of rafz whilst frameLoop is not set as demand\"):v()};let p=-1,f=0,m=!1;function y(e,t){m?(t.delete(e),e(0)):(t.add(e),b())}function b(){p<0&&(p=0,\"demand\"!==o.frameLoop&&d(h))}function h(){~p&&(d(h),o.batchedUpdates(v))}function v(){let e=p;p=o.now();let t=s(p);t&&(_(u.splice(0,t),e=>e.handler()),f-=t),f?(a.flush(),n.flush(e?Math.min(64,p-e):16.667),c.flush(),i.flush(),l.flush()):p=-1}function g(){let e=new Set,t=e;return{add(r){f+=t!=e||e.has(r)?0:1,e.add(r)},delete:r=>(f-=t==e&&e.has(r)?1:0,e.delete(r)),flush(r){t.size&&(e=new Set,f-=t.size,_(t,t=>t(r)&&e.add(t)),f+=e.size,t=e)}}}function _(e,t){e.forEach(e=>{try{t(e)}catch(e){o.catch(e)}})}var w=r(0);function x(){}const k=(e,t,r)=>Object.defineProperty(e,t,{value:r,writable:!0,configurable:!0}),N={arr:Array.isArray,obj:e=>!!e&&\"Object\"===e.constructor.name,fun:e=>\"function\"==typeof e,str:e=>\"string\"==typeof e,num:e=>\"number\"==typeof e,und:e=>void 0===e};function j(e,t){if(N.arr(e)){if(!N.arr(t)||e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}return e===t}const M=(e,t)=>e.forEach(t);function O(e,t,r){if(N.arr(e))for(let n=0;n<e.length;n++)t.call(r,e[n],\"\"+n);else for(const n in e)e.hasOwnProperty(n)&&t.call(r,e[n],n)}const S=e=>N.und(e)?[]:N.arr(e)?e:[e];function E(e,t){if(e.size){const r=Array.from(e);e.clear(),M(r,t)}}const L=(e,...t)=>E(e,e=>e(...t)),I=()=>\"undefined\"==typeof window||!window.navigator||/ServerSideRendering|^Deno\\//.test(window.navigator.userAgent);let C,P,A=null,D=!1,T=x;const z=e=>{e.to&&(P=e.to),e.now&&(o.now=e.now),void 0!==e.colors&&(A=e.colors),null!=e.skipAnimation&&(D=e.skipAnimation),e.createStringInterpolator&&(C=e.createStringInterpolator),e.requestAnimationFrame&&o.use(e.requestAnimationFrame),e.batchedUpdates&&(o.batchedUpdates=e.batchedUpdates),e.willAdvance&&(T=e.willAdvance),e.frameLoop&&(o.frameLoop=e.frameLoop)};var B=Object.freeze({__proto__:null,get createStringInterpolator(){return C},get to(){return P},get colors(){return A},get skipAnimation(){return D},get willAdvance(){return T},assign:z});const R=new Set;let F=[],U=[],Y=0;const W={get idle(){return!R.size&&!F.length},start(e){Y>e.priority?(R.add(e),o.onStart(V)):(Q(e),o(G))},advance:G,sort(e){if(Y)o.onFrame(()=>W.sort(e));else{const t=F.indexOf(e);~t&&(F.splice(t,1),H(e))}},clear(){F=[],R.clear()}};function V(){R.forEach(Q),R.clear(),o(G)}function Q(e){F.includes(e)||H(e)}function H(e){F.splice(function(e,t){const r=e.findIndex(t);return r<0?e.length:r}(F,t=>t.priority>e.priority),0,e)}function G(e){const t=U;for(let r=0;r<F.length;r++){const n=F[r];Y=n.priority,n.idle||(T(n),n.advance(e),n.idle||t.push(n))}return Y=0,U=F,U.length=0,F=t,F.length>0}const Z={transparent:0,aliceblue:4042850303,antiquewhite:4209760255,aqua:16777215,aquamarine:2147472639,azure:4043309055,beige:4126530815,bisque:4293182719,black:255,blanchedalmond:4293643775,blue:65535,blueviolet:2318131967,brown:2771004159,burlywood:3736635391,burntsienna:3934150143,cadetblue:1604231423,chartreuse:2147418367,chocolate:3530104575,coral:4286533887,cornflowerblue:1687547391,cornsilk:4294499583,crimson:3692313855,cyan:16777215,darkblue:35839,darkcyan:9145343,darkgoldenrod:3095792639,darkgray:2846468607,darkgreen:6553855,darkgrey:2846468607,darkkhaki:3182914559,darkmagenta:2332068863,darkolivegreen:1433087999,darkorange:4287365375,darkorchid:2570243327,darkred:2332033279,darksalmon:3918953215,darkseagreen:2411499519,darkslateblue:1211993087,darkslategray:793726975,darkslategrey:793726975,darkturquoise:13554175,darkviolet:2483082239,deeppink:4279538687,deepskyblue:12582911,dimgray:1768516095,dimgrey:1768516095,dodgerblue:512819199,firebrick:2988581631,floralwhite:4294635775,forestgreen:579543807,fuchsia:4278255615,gainsboro:3705462015,ghostwhite:4177068031,gold:4292280575,goldenrod:3668254975,gray:2155905279,green:8388863,greenyellow:2919182335,grey:2155905279,honeydew:4043305215,hotpink:4285117695,indianred:3445382399,indigo:1258324735,ivory:4294963455,khaki:4041641215,lavender:3873897215,lavenderblush:4293981695,lawngreen:2096890111,lemonchiffon:4294626815,lightblue:2916673279,lightcoral:4034953471,lightcyan:3774873599,lightgoldenrodyellow:4210742015,lightgray:3553874943,lightgreen:2431553791,lightgrey:3553874943,lightpink:4290167295,lightsalmon:4288707327,lightseagreen:548580095,lightskyblue:2278488831,lightslategray:2005441023,lightslategrey:2005441023,lightsteelblue:2965692159,lightyellow:4294959359,lime:16711935,limegreen:852308735,linen:4210091775,magenta:4278255615,maroon:2147483903,mediumaquamarine:1724754687,mediumblue:52735,mediumorchid:3126187007,mediumpurple:2473647103,mediumseagreen:1018393087,mediumslateblue:2070474495,mediumspringgreen:16423679,mediumturquoise:1221709055,mediumvioletred:3340076543,midnightblue:421097727,mintcream:4127193855,mistyrose:4293190143,moccasin:4293178879,navajowhite:4292783615,navy:33023,oldlace:4260751103,olive:2155872511,olivedrab:1804477439,orange:4289003775,orangered:4282712319,orchid:3664828159,palegoldenrod:4008225535,palegreen:2566625535,paleturquoise:2951671551,palevioletred:3681588223,papayawhip:4293907967,peachpuff:4292524543,peru:3448061951,pink:4290825215,plum:3718307327,powderblue:2967529215,purple:2147516671,rebeccapurple:1714657791,red:4278190335,rosybrown:3163525119,royalblue:1097458175,saddlebrown:2336560127,salmon:4202722047,sandybrown:4104413439,seagreen:780883967,seashell:4294307583,sienna:2689740287,silver:3233857791,skyblue:2278484991,slateblue:1784335871,slategray:1887473919,slategrey:1887473919,snow:4294638335,springgreen:16744447,steelblue:1182971135,tan:3535047935,teal:8421631,thistle:3636451583,tomato:4284696575,turquoise:1088475391,violet:4001558271,wheat:4125012991,white:4294967295,whitesmoke:4126537215,yellow:4294902015,yellowgreen:2597139199},q=\"[-+]?\\\\d*\\\\.?\\\\d+\";function $(...e){return\"\\\\(\\\\s*(\"+e.join(\")\\\\s*,\\\\s*(\")+\")\\\\s*\\\\)\"}const X=new RegExp(\"rgb\"+$(q,q,q)),K=new RegExp(\"rgba\"+$(q,q,q,q)),J=new RegExp(\"hsl\"+$(q,\"[-+]?\\\\d*\\\\.?\\\\d+%\",\"[-+]?\\\\d*\\\\.?\\\\d+%\")),ee=new RegExp(\"hsla\"+$(q,\"[-+]?\\\\d*\\\\.?\\\\d+%\",\"[-+]?\\\\d*\\\\.?\\\\d+%\",q)),te=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,re=/^#([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,ne=/^#([0-9a-fA-F]{6})$/,oe=/^#([0-9a-fA-F]{8})$/;function ie(e,t,r){return r<0&&(r+=1),r>1&&(r-=1),r<1/6?e+6*(t-e)*r:r<.5?t:r<2/3?e+(t-e)*(2/3-r)*6:e}function ae(e,t,r){const n=r<.5?r*(1+t):r+t-r*t,o=2*r-n,i=ie(o,n,e+1/3),a=ie(o,n,e),c=ie(o,n,e-1/3);return Math.round(255*i)<<24|Math.round(255*a)<<16|Math.round(255*c)<<8}function ce(e){const t=parseInt(e,10);return t<0?0:t>255?255:t}function le(e){return(parseFloat(e)%360+360)%360/360}function ue(e){const t=parseFloat(e);return t<0?0:t>1?255:Math.round(255*t)}function se(e){const t=parseFloat(e);return t<0?0:t>100?1:t/100}function de(e){let t=function(e){let t;return\"number\"==typeof e?e>>>0===e&&e>=0&&e<=4294967295?e:null:(t=ne.exec(e))?parseInt(t[1]+\"ff\",16)>>>0:A&&void 0!==A[e]?A[e]:(t=X.exec(e))?(ce(t[1])<<24|ce(t[2])<<16|ce(t[3])<<8|255)>>>0:(t=K.exec(e))?(ce(t[1])<<24|ce(t[2])<<16|ce(t[3])<<8|ue(t[4]))>>>0:(t=te.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+\"ff\",16)>>>0:(t=oe.exec(e))?parseInt(t[1],16)>>>0:(t=re.exec(e))?parseInt(t[1]+t[1]+t[2]+t[2]+t[3]+t[3]+t[4]+t[4],16)>>>0:(t=J.exec(e))?(255|ae(le(t[1]),se(t[2]),se(t[3])))>>>0:(t=ee.exec(e))?(ae(le(t[1]),se(t[2]),se(t[3]))|ue(t[4]))>>>0:null}(e);return null===t?e:(t=t||0,`rgba(${(4278190080&t)>>>24}, ${(16711680&t)>>>16}, ${(65280&t)>>>8}, ${(255&t)/255})`)}const pe=(e,t,r)=>{if(N.fun(e))return e;if(N.arr(e))return pe({range:e,output:t,extrapolate:r});if(N.str(e.output[0]))return C(e);const n=e,o=n.output,i=n.range||[0,1],a=n.extrapolateLeft||n.extrapolate||\"extend\",c=n.extrapolateRight||n.extrapolate||\"extend\",l=n.easing||(e=>e);return e=>{const t=function(e,t){for(var r=1;r<t.length-1&&!(t[r]>=e);++r);return r-1}(e,i);return function(e,t,r,n,o,i,a,c,l){let u=l?l(e):e;if(u<t){if(\"identity\"===a)return u;\"clamp\"===a&&(u=t)}if(u>r){if(\"identity\"===c)return u;\"clamp\"===c&&(u=r)}if(n===o)return n;if(t===r)return e<=t?n:o;t===-1/0?u=-u:r===1/0?u-=t:u=(u-t)/(r-t);u=i(u),n===-1/0?u=-u:o===1/0?u+=n:u=u*(o-n)+n;return u}(e,i[t],i[t+1],o[t],o[t+1],l,a,c,n.map)}};const fe=1.70158,me=1.525*fe,ye=2*Math.PI/3,be=2*Math.PI/4.5,he=e=>{const t=7.5625,r=2.75;return e<1/r?t*e*e:e<2/r?t*(e-=1.5/r)*e+.75:e<2.5/r?t*(e-=2.25/r)*e+.9375:t*(e-=2.625/r)*e+.984375},ve={linear:e=>e,easeInQuad:e=>e*e,easeOutQuad:e=>1-(1-e)*(1-e),easeInOutQuad:e=>e<.5?2*e*e:1-Math.pow(-2*e+2,2)/2,easeInCubic:e=>e*e*e,easeOutCubic:e=>1-Math.pow(1-e,3),easeInOutCubic:e=>e<.5?4*e*e*e:1-Math.pow(-2*e+2,3)/2,easeInQuart:e=>e*e*e*e,easeOutQuart:e=>1-Math.pow(1-e,4),easeInOutQuart:e=>e<.5?8*e*e*e*e:1-Math.pow(-2*e+2,4)/2,easeInQuint:e=>e*e*e*e*e,easeOutQuint:e=>1-Math.pow(1-e,5),easeInOutQuint:e=>e<.5?16*e*e*e*e*e:1-Math.pow(-2*e+2,5)/2,easeInSine:e=>1-Math.cos(e*Math.PI/2),easeOutSine:e=>Math.sin(e*Math.PI/2),easeInOutSine:e=>-(Math.cos(Math.PI*e)-1)/2,easeInExpo:e=>0===e?0:Math.pow(2,10*e-10),easeOutExpo:e=>1===e?1:1-Math.pow(2,-10*e),easeInOutExpo:e=>0===e?0:1===e?1:e<.5?Math.pow(2,20*e-10)/2:(2-Math.pow(2,-20*e+10))/2,easeInCirc:e=>1-Math.sqrt(1-Math.pow(e,2)),easeOutCirc:e=>Math.sqrt(1-Math.pow(e-1,2)),easeInOutCirc:e=>e<.5?(1-Math.sqrt(1-Math.pow(2*e,2)))/2:(Math.sqrt(1-Math.pow(-2*e+2,2))+1)/2,easeInBack:e=>2.70158*e*e*e-fe*e*e,easeOutBack:e=>1+2.70158*Math.pow(e-1,3)+fe*Math.pow(e-1,2),easeInOutBack:e=>e<.5?Math.pow(2*e,2)*(7.189819*e-me)/2:(Math.pow(2*e-2,2)*((me+1)*(2*e-2)+me)+2)/2,easeInElastic:e=>0===e?0:1===e?1:-Math.pow(2,10*e-10)*Math.sin((10*e-10.75)*ye),easeOutElastic:e=>0===e?0:1===e?1:Math.pow(2,-10*e)*Math.sin((10*e-.75)*ye)+1,easeInOutElastic:e=>0===e?0:1===e?1:e<.5?-Math.pow(2,20*e-10)*Math.sin((20*e-11.125)*be)/2:Math.pow(2,-20*e+10)*Math.sin((20*e-11.125)*be)/2+1,easeInBounce:e=>1-he(1-e),easeOutBounce:he,easeInOutBounce:e=>e<.5?(1-he(1-2*e))/2:(1+he(2*e-1))/2,steps:(e,t=\"end\")=>r=>{const n=(r=\"end\"===t?Math.min(r,.999):Math.max(r,.001))*e,o=\"end\"===t?Math.floor(n):Math.ceil(n);return i=0,a=1,c=o/e,Math.min(Math.max(c,i),a);var i,a,c}};function ge(){return(ge=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}const _e=Symbol.for(\"FluidValue.get\"),we=Symbol.for(\"FluidValue.observers\"),xe=e=>Boolean(e&&e[_e]),ke=e=>e&&e[_e]?e[_e]():e,Ne=e=>e[we]||null;function je(e,t){let r=e[we];r&&r.forEach(e=>{!function(e,t){e.eventObserved?e.eventObserved(t):e(t)}(e,t)})}class Me{constructor(e){if(this[_e]=void 0,this[we]=void 0,!e&&!(e=this.get))throw Error(\"Unknown getter\");Oe(this,e)}}const Oe=(e,t)=>Le(e,_e,t);function Se(e,t){if(e[_e]){let r=e[we];r||Le(e,we,r=new Set),r.has(t)||(r.add(t),e.observerAdded&&e.observerAdded(r.size,t))}return t}function Ee(e,t){let r=e[we];if(r&&r.has(t)){const n=r.size-1;n?r.delete(t):e[we]=null,e.observerRemoved&&e.observerRemoved(n,t)}}const Le=(e,t,r)=>Object.defineProperty(e,t,{value:r,writable:!0,configurable:!0}),Ie=/[+\\-]?(?:0|[1-9]\\d*)(?:\\.\\d*)?(?:[eE][+\\-]?\\d+)?/g,Ce=/(#(?:[0-9a-f]{2}){2,4}|(#[0-9a-f]{3})|(rgb|hsl)a?\\((-?\\d+%?[,\\s]+){2,3}\\s*[\\d\\.]+%?\\))/gi,Pe=new RegExp(`(${Ie.source})(%|[a-z]+)`,\"i\"),Ae=/rgba\\(([0-9\\.-]+), ([0-9\\.-]+), ([0-9\\.-]+), ([0-9\\.-]+)\\)/gi,De=/var\\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\\)/,Te=e=>{const[t,r]=ze(e);if(!t||I())return e;const n=window.getComputedStyle(document.documentElement).getPropertyValue(t);if(n)return n.trim();if(r&&r.startsWith(\"--\")){const t=window.getComputedStyle(document.documentElement).getPropertyValue(r);return t||e}return r&&De.test(r)?Te(r):r||e},ze=e=>{const t=De.exec(e);if(!t)return[,];const[,r,n]=t;return[r,n]};let Be;const Re=(e,t,r,n,o)=>`rgba(${Math.round(t)}, ${Math.round(r)}, ${Math.round(n)}, ${o})`,Fe=e=>{Be||(Be=A?new RegExp(`(${Object.keys(A).join(\"|\")})(?!\\\\w)`,\"g\"):/^\\b$/);const t=e.output.map(e=>ke(e).replace(De,Te).replace(Ce,de).replace(Be,de)),r=t.map(e=>e.match(Ie).map(Number)),n=r[0].map((e,t)=>r.map(e=>{if(!(t in e))throw Error('The arity of each \"output\" value must be equal');return e[t]})).map(t=>pe(ge({},e,{output:t})));return e=>{var r;const o=!Pe.test(t[0])&&(null==(r=t.find(e=>Pe.test(e)))?void 0:r.replace(Ie,\"\"));let i=0;return t[0].replace(Ie,()=>`${n[i++](e)}${o||\"\"}`).replace(Ae,Re)}},Ue=\"react-spring: \",Ye=e=>{const t=e;let r=!1;if(\"function\"!=typeof t)throw new TypeError(Ue+\"once requires a function parameter\");return(...e)=>{r||(t(...e),r=!0)}},We=Ye(console.warn);function Ve(){We(Ue+'The \"interpolate\" function is deprecated in v9 (use \"to\" instead)')}const Qe=Ye(console.warn);function He(){Qe(Ue+'Directly calling start instead of using the api object is deprecated in v9 (use \".start\" instead), this will be removed in later 0.X.0 versions')}function Ge(e){return N.str(e)&&(\"#\"==e[0]||/\\d/.test(e)||!I()&&De.test(e)||e in(A||{}))}let Ze;const qe=new WeakMap,$e=e=>e.forEach(({target:e,contentRect:t})=>{var r;return null==(r=qe.get(e))?void 0:r.forEach(e=>e(t))});const Xe=new Set;let Ke;const Je=e=>(Xe.add(e),Ke||(Ke=(()=>{const e=()=>{Xe.forEach(e=>e({width:window.innerWidth,height:window.innerHeight}))};return window.addEventListener(\"resize\",e),()=>{window.removeEventListener(\"resize\",e)}})()),()=>{Xe.delete(e),!Xe.size&&Ke&&(Ke(),Ke=void 0)}),et=(e,{container:t=document.documentElement}={})=>t===document.documentElement?Je(e):function(e,t){Ze||\"undefined\"!=typeof ResizeObserver&&(Ze=new ResizeObserver($e));let r=qe.get(t);return r||(r=new Set,qe.set(t,r)),r.add(e),Ze&&Ze.observe(t),()=>{const r=qe.get(t);r&&(r.delete(e),!r.size&&Ze&&Ze.unobserve(t))}}(e,t),tt={x:{length:\"Width\",position:\"Left\"},y:{length:\"Height\",position:\"Top\"}};class rt{constructor(e,t){this.callback=void 0,this.container=void 0,this.info=void 0,this.createAxis=()=>({current:0,progress:0,scrollLength:0}),this.updateAxis=e=>{const t=this.info[e],{length:r,position:n}=tt[e];var o,i,a;t.current=this.container[\"scroll\"+n],t.scrollLength=this.container[\"scroll\"+r]-this.container[\"client\"+r],t.progress=(o=0,i=t.scrollLength,a=t.current,i-o==0?1:(a-o)/(i-o))},this.update=()=>{this.updateAxis(\"x\"),this.updateAxis(\"y\")},this.sendEvent=()=>{this.callback(this.info)},this.advance=()=>{this.update(),this.sendEvent()},this.callback=e,this.container=t,this.info={time:0,x:this.createAxis(),y:this.createAxis()}}}const nt=new WeakMap,ot=new WeakMap,it=new WeakMap,at=e=>e===document.documentElement?window:e,ct=(e,{container:t=document.documentElement}={})=>{let r=it.get(t);r||(r=new Set,it.set(t,r));const n=new rt(e,t);if(r.add(n),!nt.has(t)){const e=()=>{var e;return null==(e=r)||e.forEach(e=>e.advance()),!0};nt.set(t,e);const n=at(t);window.addEventListener(\"resize\",e,{passive:!0}),t!==document.documentElement&&ot.set(t,et(e,{container:t})),n.addEventListener(\"scroll\",e,{passive:!0})}const i=nt.get(t);return o(i),()=>{o.cancel(i);const e=it.get(t);if(!e)return;if(e.delete(n),e.size)return;const r=nt.get(t);var a;(nt.delete(t),r)&&(at(t).removeEventListener(\"scroll\",r),window.removeEventListener(\"resize\",r),null==(a=ot.get(t))||a())}};function lt(e){const t=Object(w.useRef)(null);return null===t.current&&(t.current=e()),t.current}const ut=I()?w.useEffect:w.useLayoutEffect;function st(){const e=Object(w.useState)()[1],t=(()=>{const e=Object(w.useRef)(!1);return ut(()=>(e.current=!0,()=>{e.current=!1}),[]),e})();return()=>{t.current&&e(Math.random())}}function dt(e,t){const[r]=Object(w.useState)(()=>({inputs:t,result:e()})),n=Object(w.useRef)(),o=n.current;let i=o;if(i){Boolean(t&&i.inputs&&function(e,t){if(e.length!==t.length)return!1;for(let r=0;r<e.length;r++)if(e[r]!==t[r])return!1;return!0}(t,i.inputs))||(i={inputs:t,result:e()})}else i=r;return Object(w.useEffect)(()=>{n.current=i,o==r&&(r.inputs=r.result=void 0)},[i]),i.result}const pt=e=>Object(w.useEffect)(e,ft),ft=[];function mt(e){const t=Object(w.useRef)();return Object(w.useEffect)(()=>{t.current=e}),t.current}},function(e,t,r){\"use strict\";e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var r=e(t);return t[2]?\"@media \".concat(t[2],\" {\").concat(r,\"}\"):r})).join(\"\")},t.i=function(e,r,n){\"string\"==typeof e&&(e=[[null,e,\"\"]]);var o={};if(n)for(var i=0;i<this.length;i++){var a=this[i][0];null!=a&&(o[a]=!0)}for(var c=0;c<e.length;c++){var l=[].concat(e[c]);n&&o[l[0]]||(r&&(l[2]?l[2]=\"\".concat(r,\" and \").concat(l[2]):l[2]=r),t.push(l))}},t}},function(e,t,r){\"use strict\";var n,o=function(){return void 0===n&&(n=Boolean(window&&document&&document.all&&!window.atob)),n},i=function(){var e={};return function(t){if(void 0===e[t]){var r=document.querySelector(t);if(window.HTMLIFrameElement&&r instanceof window.HTMLIFrameElement)try{r=r.contentDocument.head}catch(e){r=null}e[t]=r}return e[t]}}(),a=[];function c(e){for(var t=-1,r=0;r<a.length;r++)if(a[r].identifier===e){t=r;break}return t}function l(e,t){for(var r={},n=[],o=0;o<e.length;o++){var i=e[o],l=t.base?i[0]+t.base:i[0],u=r[l]||0,s=\"\".concat(l,\" \").concat(u);r[l]=u+1;var d=c(s),p={css:i[1],media:i[2],sourceMap:i[3]};-1!==d?(a[d].references++,a[d].updater(p)):a.push({identifier:s,updater:b(p,t),references:1}),n.push(s)}return n}function u(e){var t=document.createElement(\"style\"),n=e.attributes||{};if(void 0===n.nonce){var o=r.nc;o&&(n.nonce=o)}if(Object.keys(n).forEach((function(e){t.setAttribute(e,n[e])})),\"function\"==typeof e.insert)e.insert(t);else{var a=i(e.insert||\"head\");if(!a)throw new Error(\"Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.\");a.appendChild(t)}return t}var s,d=(s=[],function(e,t){return s[e]=t,s.filter(Boolean).join(\"\\n\")});function p(e,t,r,n){var o=r?\"\":n.media?\"@media \".concat(n.media,\" {\").concat(n.css,\"}\"):n.css;if(e.styleSheet)e.styleSheet.cssText=d(t,o);else{var i=document.createTextNode(o),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(i,a[t]):e.appendChild(i)}}function f(e,t,r){var n=r.css,o=r.media,i=r.sourceMap;if(o?e.setAttribute(\"media\",o):e.removeAttribute(\"media\"),i&&\"undefined\"!=typeof btoa&&(n+=\"\\n/*# sourceMappingURL=data:application/json;base64,\".concat(btoa(unescape(encodeURIComponent(JSON.stringify(i)))),\" */\")),e.styleSheet)e.styleSheet.cssText=n;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(n))}}var m=null,y=0;function b(e,t){var r,n,o;if(t.singleton){var i=y++;r=m||(m=u(t)),n=p.bind(null,r,i,!1),o=p.bind(null,r,i,!0)}else r=u(t),n=f.bind(null,r,t),o=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(r)};return n(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;n(e=t)}else o()}}e.exports=function(e,t){(t=t||{}).singleton||\"boolean\"==typeof t.singleton||(t.singleton=o());var r=l(e=e||[],t);return function(e){if(e=e||[],\"[object Array]\"===Object.prototype.toString.call(e)){for(var n=0;n<r.length;n++){var o=c(r[n]);a[o].references--}for(var i=l(e,t),u=0;u<r.length;u++){var s=c(r[u]);0===a[s].references&&(a[s].updater(),a.splice(s,1))}r=i}}}},function(e,t,r){\"use strict\";r.d(t,\"a\",(function(){return o}));var n=r(44);function o(e,t,r){return(t=Object(n.a)(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}},,function(e,t,r){\"use strict\";r.d(t,\"a\",(function(){return o}));var n=r(42);function o(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var r=null==e?null:\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(null!=r){var n,o,i,a,c=[],l=!0,u=!1;try{if(i=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;l=!1}else for(;!(l=(n=i.call(r)).done)&&(c.push(n.value),c.length!==t);l=!0);}catch(e){u=!0,o=e}finally{try{if(!l&&null!=r.return&&(a=r.return(),Object(a)!==a))return}finally{if(u)throw o}}return c}}(e,t)||Object(n.a)(e,t)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}},function(e,t,r){(function(e,n){var o;\n/**\n * @license\n * Lodash <https://lodash.com/>\n * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>\n * Released under MIT license <https://lodash.com/license>\n * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>\n * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors\n */(function(){var i=\"Expected a function\",a=\"__lodash_placeholder__\",c=[[\"ary\",128],[\"bind\",1],[\"bindKey\",2],[\"curry\",8],[\"curryRight\",16],[\"flip\",512],[\"partial\",32],[\"partialRight\",64],[\"rearg\",256]],l=\"[object Arguments]\",u=\"[object Array]\",s=\"[object Boolean]\",d=\"[object Date]\",p=\"[object Error]\",f=\"[object Function]\",m=\"[object GeneratorFunction]\",y=\"[object Map]\",b=\"[object Number]\",h=\"[object Object]\",v=\"[object RegExp]\",g=\"[object Set]\",_=\"[object String]\",w=\"[object Symbol]\",x=\"[object WeakMap]\",k=\"[object ArrayBuffer]\",N=\"[object DataView]\",j=\"[object Float32Array]\",M=\"[object Float64Array]\",O=\"[object Int8Array]\",S=\"[object Int16Array]\",E=\"[object Int32Array]\",L=\"[object Uint8Array]\",I=\"[object Uint16Array]\",C=\"[object Uint32Array]\",P=/\\b__p \\+= '';/g,A=/\\b(__p \\+=) '' \\+/g,D=/(__e\\(.*?\\)|\\b__t\\)) \\+\\n'';/g,T=/&(?:amp|lt|gt|quot|#39);/g,z=/[&<>\"']/g,B=RegExp(T.source),R=RegExp(z.source),F=/<%-([\\s\\S]+?)%>/g,U=/<%([\\s\\S]+?)%>/g,Y=/<%=([\\s\\S]+?)%>/g,W=/\\.|\\[(?:[^[\\]]*|([\"'])(?:(?!\\1)[^\\\\]|\\\\.)*?\\1)\\]/,V=/^\\w*$/,Q=/[^.[\\]]+|\\[(?:(-?\\d+(?:\\.\\d+)?)|([\"'])((?:(?!\\2)[^\\\\]|\\\\.)*?)\\2)\\]|(?=(?:\\.|\\[\\])(?:\\.|\\[\\]|$))/g,H=/[\\\\^$.*+?()[\\]{}|]/g,G=RegExp(H.source),Z=/^\\s+/,q=/\\s/,$=/\\{(?:\\n\\/\\* \\[wrapped with .+\\] \\*\\/)?\\n?/,X=/\\{\\n\\/\\* \\[wrapped with (.+)\\] \\*/,K=/,? & /,J=/[^\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\x7f]+/g,ee=/[()=,{}\\[\\]\\/\\s]/,te=/\\\\(\\\\)?/g,re=/\\$\\{([^\\\\}]*(?:\\\\.[^\\\\}]*)*)\\}/g,ne=/\\w*$/,oe=/^[-+]0x[0-9a-f]+$/i,ie=/^0b[01]+$/i,ae=/^\\[object .+?Constructor\\]$/,ce=/^0o[0-7]+$/i,le=/^(?:0|[1-9]\\d*)$/,ue=/[\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\xff\\u0100-\\u017f]/g,se=/($^)/,de=/['\\n\\r\\u2028\\u2029\\\\]/g,pe=\"\\\\u0300-\\\\u036f\\\\ufe20-\\\\ufe2f\\\\u20d0-\\\\u20ff\",fe=\"\\\\xac\\\\xb1\\\\xd7\\\\xf7\\\\x00-\\\\x2f\\\\x3a-\\\\x40\\\\x5b-\\\\x60\\\\x7b-\\\\xbf\\\\u2000-\\\\u206f \\\\t\\\\x0b\\\\f\\\\xa0\\\\ufeff\\\\n\\\\r\\\\u2028\\\\u2029\\\\u1680\\\\u180e\\\\u2000\\\\u2001\\\\u2002\\\\u2003\\\\u2004\\\\u2005\\\\u2006\\\\u2007\\\\u2008\\\\u2009\\\\u200a\\\\u202f\\\\u205f\\\\u3000\",me=\"[\\\\ud800-\\\\udfff]\",ye=\"[\"+fe+\"]\",be=\"[\"+pe+\"]\",he=\"\\\\d+\",ve=\"[\\\\u2700-\\\\u27bf]\",ge=\"[a-z\\\\xdf-\\\\xf6\\\\xf8-\\\\xff]\",_e=\"[^\\\\ud800-\\\\udfff\"+fe+he+\"\\\\u2700-\\\\u27bfa-z\\\\xdf-\\\\xf6\\\\xf8-\\\\xffA-Z\\\\xc0-\\\\xd6\\\\xd8-\\\\xde]\",we=\"\\\\ud83c[\\\\udffb-\\\\udfff]\",xe=\"[^\\\\ud800-\\\\udfff]\",ke=\"(?:\\\\ud83c[\\\\udde6-\\\\uddff]){2}\",Ne=\"[\\\\ud800-\\\\udbff][\\\\udc00-\\\\udfff]\",je=\"[A-Z\\\\xc0-\\\\xd6\\\\xd8-\\\\xde]\",Me=\"(?:\"+ge+\"|\"+_e+\")\",Oe=\"(?:\"+je+\"|\"+_e+\")\",Se=\"(?:\"+be+\"|\"+we+\")\"+\"?\",Ee=\"[\\\\ufe0e\\\\ufe0f]?\"+Se+(\"(?:\\\\u200d(?:\"+[xe,ke,Ne].join(\"|\")+\")[\\\\ufe0e\\\\ufe0f]?\"+Se+\")*\"),Le=\"(?:\"+[ve,ke,Ne].join(\"|\")+\")\"+Ee,Ie=\"(?:\"+[xe+be+\"?\",be,ke,Ne,me].join(\"|\")+\")\",Ce=RegExp(\"['’]\",\"g\"),Pe=RegExp(be,\"g\"),Ae=RegExp(we+\"(?=\"+we+\")|\"+Ie+Ee,\"g\"),De=RegExp([je+\"?\"+ge+\"+(?:['’](?:d|ll|m|re|s|t|ve))?(?=\"+[ye,je,\"$\"].join(\"|\")+\")\",Oe+\"+(?:['’](?:D|LL|M|RE|S|T|VE))?(?=\"+[ye,je+Me,\"$\"].join(\"|\")+\")\",je+\"?\"+Me+\"+(?:['’](?:d|ll|m|re|s|t|ve))?\",je+\"+(?:['’](?:D|LL|M|RE|S|T|VE))?\",\"\\\\d*(?:1ST|2ND|3RD|(?![123])\\\\dTH)(?=\\\\b|[a-z_])\",\"\\\\d*(?:1st|2nd|3rd|(?![123])\\\\dth)(?=\\\\b|[A-Z_])\",he,Le].join(\"|\"),\"g\"),Te=RegExp(\"[\\\\u200d\\\\ud800-\\\\udfff\"+pe+\"\\\\ufe0e\\\\ufe0f]\"),ze=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,Be=[\"Array\",\"Buffer\",\"DataView\",\"Date\",\"Error\",\"Float32Array\",\"Float64Array\",\"Function\",\"Int8Array\",\"Int16Array\",\"Int32Array\",\"Map\",\"Math\",\"Object\",\"Promise\",\"RegExp\",\"Set\",\"String\",\"Symbol\",\"TypeError\",\"Uint8Array\",\"Uint8ClampedArray\",\"Uint16Array\",\"Uint32Array\",\"WeakMap\",\"_\",\"clearTimeout\",\"isFinite\",\"parseInt\",\"setTimeout\"],Re=-1,Fe={};Fe[j]=Fe[M]=Fe[O]=Fe[S]=Fe[E]=Fe[L]=Fe[\"[object Uint8ClampedArray]\"]=Fe[I]=Fe[C]=!0,Fe[l]=Fe[u]=Fe[k]=Fe[s]=Fe[N]=Fe[d]=Fe[p]=Fe[f]=Fe[y]=Fe[b]=Fe[h]=Fe[v]=Fe[g]=Fe[_]=Fe[x]=!1;var Ue={};Ue[l]=Ue[u]=Ue[k]=Ue[N]=Ue[s]=Ue[d]=Ue[j]=Ue[M]=Ue[O]=Ue[S]=Ue[E]=Ue[y]=Ue[b]=Ue[h]=Ue[v]=Ue[g]=Ue[_]=Ue[w]=Ue[L]=Ue[\"[object Uint8ClampedArray]\"]=Ue[I]=Ue[C]=!0,Ue[p]=Ue[f]=Ue[x]=!1;var Ye={\"\\\\\":\"\\\\\",\"'\":\"'\",\"\\n\":\"n\",\"\\r\":\"r\",\"\\u2028\":\"u2028\",\"\\u2029\":\"u2029\"},We=parseFloat,Ve=parseInt,Qe=\"object\"==typeof e&&e&&e.Object===Object&&e,He=\"object\"==typeof self&&self&&self.Object===Object&&self,Ge=Qe||He||Function(\"return this\")(),Ze=t&&!t.nodeType&&t,qe=Ze&&\"object\"==typeof n&&n&&!n.nodeType&&n,$e=qe&&qe.exports===Ze,Xe=$e&&Qe.process,Ke=function(){try{var e=qe&&qe.require&&qe.require(\"util\").types;return e||Xe&&Xe.binding&&Xe.binding(\"util\")}catch(e){}}(),Je=Ke&&Ke.isArrayBuffer,et=Ke&&Ke.isDate,tt=Ke&&Ke.isMap,rt=Ke&&Ke.isRegExp,nt=Ke&&Ke.isSet,ot=Ke&&Ke.isTypedArray;function it(e,t,r){switch(r.length){case 0:return e.call(t);case 1:return e.call(t,r[0]);case 2:return e.call(t,r[0],r[1]);case 3:return e.call(t,r[0],r[1],r[2])}return e.apply(t,r)}function at(e,t,r,n){for(var o=-1,i=null==e?0:e.length;++o<i;){var a=e[o];t(n,a,r(a),e)}return n}function ct(e,t){for(var r=-1,n=null==e?0:e.length;++r<n&&!1!==t(e[r],r,e););return e}function lt(e,t){for(var r=null==e?0:e.length;r--&&!1!==t(e[r],r,e););return e}function ut(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(!t(e[r],r,e))return!1;return!0}function st(e,t){for(var r=-1,n=null==e?0:e.length,o=0,i=[];++r<n;){var a=e[r];t(a,r,e)&&(i[o++]=a)}return i}function dt(e,t){return!!(null==e?0:e.length)&&wt(e,t,0)>-1}function pt(e,t,r){for(var n=-1,o=null==e?0:e.length;++n<o;)if(r(t,e[n]))return!0;return!1}function ft(e,t){for(var r=-1,n=null==e?0:e.length,o=Array(n);++r<n;)o[r]=t(e[r],r,e);return o}function mt(e,t){for(var r=-1,n=t.length,o=e.length;++r<n;)e[o+r]=t[r];return e}function yt(e,t,r,n){var o=-1,i=null==e?0:e.length;for(n&&i&&(r=e[++o]);++o<i;)r=t(r,e[o],o,e);return r}function bt(e,t,r,n){var o=null==e?0:e.length;for(n&&o&&(r=e[--o]);o--;)r=t(r,e[o],o,e);return r}function ht(e,t){for(var r=-1,n=null==e?0:e.length;++r<n;)if(t(e[r],r,e))return!0;return!1}var vt=jt(\"length\");function gt(e,t,r){var n;return r(e,(function(e,r,o){if(t(e,r,o))return n=r,!1})),n}function _t(e,t,r,n){for(var o=e.length,i=r+(n?1:-1);n?i--:++i<o;)if(t(e[i],i,e))return i;return-1}function wt(e,t,r){return t==t?function(e,t,r){var n=r-1,o=e.length;for(;++n<o;)if(e[n]===t)return n;return-1}(e,t,r):_t(e,kt,r)}function xt(e,t,r,n){for(var o=r-1,i=e.length;++o<i;)if(n(e[o],t))return o;return-1}function kt(e){return e!=e}function Nt(e,t){var r=null==e?0:e.length;return r?St(e,t)/r:NaN}function jt(e){return function(t){return null==t?void 0:t[e]}}function Mt(e){return function(t){return null==e?void 0:e[t]}}function Ot(e,t,r,n,o){return o(e,(function(e,o,i){r=n?(n=!1,e):t(r,e,o,i)})),r}function St(e,t){for(var r,n=-1,o=e.length;++n<o;){var i=t(e[n]);void 0!==i&&(r=void 0===r?i:r+i)}return r}function Et(e,t){for(var r=-1,n=Array(e);++r<e;)n[r]=t(r);return n}function Lt(e){return e?e.slice(0,Zt(e)+1).replace(Z,\"\"):e}function It(e){return function(t){return e(t)}}function Ct(e,t){return ft(t,(function(t){return e[t]}))}function Pt(e,t){return e.has(t)}function At(e,t){for(var r=-1,n=e.length;++r<n&&wt(t,e[r],0)>-1;);return r}function Dt(e,t){for(var r=e.length;r--&&wt(t,e[r],0)>-1;);return r}function Tt(e,t){for(var r=e.length,n=0;r--;)e[r]===t&&++n;return n}var zt=Mt({\"À\":\"A\",\"Á\":\"A\",\"Â\":\"A\",\"Ã\":\"A\",\"Ä\":\"A\",\"Å\":\"A\",\"à\":\"a\",\"á\":\"a\",\"â\":\"a\",\"ã\":\"a\",\"ä\":\"a\",\"å\":\"a\",\"Ç\":\"C\",\"ç\":\"c\",\"Ð\":\"D\",\"ð\":\"d\",\"È\":\"E\",\"É\":\"E\",\"Ê\":\"E\",\"Ë\":\"E\",\"è\":\"e\",\"é\":\"e\",\"ê\":\"e\",\"ë\":\"e\",\"Ì\":\"I\",\"Í\":\"I\",\"Î\":\"I\",\"Ï\":\"I\",\"ì\":\"i\",\"í\":\"i\",\"î\":\"i\",\"ï\":\"i\",\"Ñ\":\"N\",\"ñ\":\"n\",\"Ò\":\"O\",\"Ó\":\"O\",\"Ô\":\"O\",\"Õ\":\"O\",\"Ö\":\"O\",\"Ø\":\"O\",\"ò\":\"o\",\"ó\":\"o\",\"ô\":\"o\",\"õ\":\"o\",\"ö\":\"o\",\"ø\":\"o\",\"Ù\":\"U\",\"Ú\":\"U\",\"Û\":\"U\",\"Ü\":\"U\",\"ù\":\"u\",\"ú\":\"u\",\"û\":\"u\",\"ü\":\"u\",\"Ý\":\"Y\",\"ý\":\"y\",\"ÿ\":\"y\",\"Æ\":\"Ae\",\"æ\":\"ae\",\"Þ\":\"Th\",\"þ\":\"th\",\"ß\":\"ss\",\"Ā\":\"A\",\"Ă\":\"A\",\"Ą\":\"A\",\"ā\":\"a\",\"ă\":\"a\",\"ą\":\"a\",\"Ć\":\"C\",\"Ĉ\":\"C\",\"Ċ\":\"C\",\"Č\":\"C\",\"ć\":\"c\",\"ĉ\":\"c\",\"ċ\":\"c\",\"č\":\"c\",\"Ď\":\"D\",\"Đ\":\"D\",\"ď\":\"d\",\"đ\":\"d\",\"Ē\":\"E\",\"Ĕ\":\"E\",\"Ė\":\"E\",\"Ę\":\"E\",\"Ě\":\"E\",\"ē\":\"e\",\"ĕ\":\"e\",\"ė\":\"e\",\"ę\":\"e\",\"ě\":\"e\",\"Ĝ\":\"G\",\"Ğ\":\"G\",\"Ġ\":\"G\",\"Ģ\":\"G\",\"ĝ\":\"g\",\"ğ\":\"g\",\"ġ\":\"g\",\"ģ\":\"g\",\"Ĥ\":\"H\",\"Ħ\":\"H\",\"ĥ\":\"h\",\"ħ\":\"h\",\"Ĩ\":\"I\",\"Ī\":\"I\",\"Ĭ\":\"I\",\"Į\":\"I\",\"İ\":\"I\",\"ĩ\":\"i\",\"ī\":\"i\",\"ĭ\":\"i\",\"į\":\"i\",\"ı\":\"i\",\"Ĵ\":\"J\",\"ĵ\":\"j\",\"Ķ\":\"K\",\"ķ\":\"k\",\"ĸ\":\"k\",\"Ĺ\":\"L\",\"Ļ\":\"L\",\"Ľ\":\"L\",\"Ŀ\":\"L\",\"Ł\":\"L\",\"ĺ\":\"l\",\"ļ\":\"l\",\"ľ\":\"l\",\"ŀ\":\"l\",\"ł\":\"l\",\"Ń\":\"N\",\"Ņ\":\"N\",\"Ň\":\"N\",\"Ŋ\":\"N\",\"ń\":\"n\",\"ņ\":\"n\",\"ň\":\"n\",\"ŋ\":\"n\",\"Ō\":\"O\",\"Ŏ\":\"O\",\"Ő\":\"O\",\"ō\":\"o\",\"ŏ\":\"o\",\"ő\":\"o\",\"Ŕ\":\"R\",\"Ŗ\":\"R\",\"Ř\":\"R\",\"ŕ\":\"r\",\"ŗ\":\"r\",\"ř\":\"r\",\"Ś\":\"S\",\"Ŝ\":\"S\",\"Ş\":\"S\",\"Š\":\"S\",\"ś\":\"s\",\"ŝ\":\"s\",\"ş\":\"s\",\"š\":\"s\",\"Ţ\":\"T\",\"Ť\":\"T\",\"Ŧ\":\"T\",\"ţ\":\"t\",\"ť\":\"t\",\"ŧ\":\"t\",\"Ũ\":\"U\",\"Ū\":\"U\",\"Ŭ\":\"U\",\"Ů\":\"U\",\"Ű\":\"U\",\"Ų\":\"U\",\"ũ\":\"u\",\"ū\":\"u\",\"ŭ\":\"u\",\"ů\":\"u\",\"ű\":\"u\",\"ų\":\"u\",\"Ŵ\":\"W\",\"ŵ\":\"w\",\"Ŷ\":\"Y\",\"ŷ\":\"y\",\"Ÿ\":\"Y\",\"Ź\":\"Z\",\"Ż\":\"Z\",\"Ž\":\"Z\",\"ź\":\"z\",\"ż\":\"z\",\"ž\":\"z\",\"IJ\":\"IJ\",\"ij\":\"ij\",\"Œ\":\"Oe\",\"œ\":\"oe\",\"ʼn\":\"'n\",\"ſ\":\"s\"}),Bt=Mt({\"&\":\"&\",\"<\":\"<\",\">\":\">\",'\"':\""\",\"'\":\"'\"});function Rt(e){return\"\\\\\"+Ye[e]}function Ft(e){return Te.test(e)}function Ut(e){var t=-1,r=Array(e.size);return e.forEach((function(e,n){r[++t]=[n,e]})),r}function Yt(e,t){return function(r){return e(t(r))}}function Wt(e,t){for(var r=-1,n=e.length,o=0,i=[];++r<n;){var c=e[r];c!==t&&c!==a||(e[r]=a,i[o++]=r)}return i}function Vt(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=e})),r}function Qt(e){var t=-1,r=Array(e.size);return e.forEach((function(e){r[++t]=[e,e]})),r}function Ht(e){return Ft(e)?function(e){var t=Ae.lastIndex=0;for(;Ae.test(e);)++t;return t}(e):vt(e)}function Gt(e){return Ft(e)?function(e){return e.match(Ae)||[]}(e):function(e){return e.split(\"\")}(e)}function Zt(e){for(var t=e.length;t--&&q.test(e.charAt(t)););return t}var qt=Mt({\"&\":\"&\",\"<\":\"<\",\">\":\">\",\""\":'\"',\"'\":\"'\"});var $t=function e(t){var r,n=(t=null==t?Ge:$t.defaults(Ge.Object(),t,$t.pick(Ge,Be))).Array,o=t.Date,q=t.Error,pe=t.Function,fe=t.Math,me=t.Object,ye=t.RegExp,be=t.String,he=t.TypeError,ve=n.prototype,ge=pe.prototype,_e=me.prototype,we=t[\"__core-js_shared__\"],xe=ge.toString,ke=_e.hasOwnProperty,Ne=0,je=(r=/[^.]+$/.exec(we&&we.keys&&we.keys.IE_PROTO||\"\"))?\"Symbol(src)_1.\"+r:\"\",Me=_e.toString,Oe=xe.call(me),Se=Ge._,Ee=ye(\"^\"+xe.call(ke).replace(H,\"\\\\$&\").replace(/hasOwnProperty|(function).*?(?=\\\\\\()| for .+?(?=\\\\\\])/g,\"$1.*?\")+\"$\"),Le=$e?t.Buffer:void 0,Ie=t.Symbol,Ae=t.Uint8Array,Te=Le?Le.allocUnsafe:void 0,Ye=Yt(me.getPrototypeOf,me),Qe=me.create,He=_e.propertyIsEnumerable,Ze=ve.splice,qe=Ie?Ie.isConcatSpreadable:void 0,Xe=Ie?Ie.iterator:void 0,Ke=Ie?Ie.toStringTag:void 0,vt=function(){try{var e=ti(me,\"defineProperty\");return e({},\"\",{}),e}catch(e){}}(),Mt=t.clearTimeout!==Ge.clearTimeout&&t.clearTimeout,Xt=o&&o.now!==Ge.Date.now&&o.now,Kt=t.setTimeout!==Ge.setTimeout&&t.setTimeout,Jt=fe.ceil,er=fe.floor,tr=me.getOwnPropertySymbols,rr=Le?Le.isBuffer:void 0,nr=t.isFinite,or=ve.join,ir=Yt(me.keys,me),ar=fe.max,cr=fe.min,lr=o.now,ur=t.parseInt,sr=fe.random,dr=ve.reverse,pr=ti(t,\"DataView\"),fr=ti(t,\"Map\"),mr=ti(t,\"Promise\"),yr=ti(t,\"Set\"),br=ti(t,\"WeakMap\"),hr=ti(me,\"create\"),vr=br&&new br,gr={},_r=Si(pr),wr=Si(fr),xr=Si(mr),kr=Si(yr),Nr=Si(br),jr=Ie?Ie.prototype:void 0,Mr=jr?jr.valueOf:void 0,Or=jr?jr.toString:void 0;function Sr(e){if(Qa(e)&&!Aa(e)&&!(e instanceof Cr)){if(e instanceof Ir)return e;if(ke.call(e,\"__wrapped__\"))return Ei(e)}return new Ir(e)}var Er=function(){function e(){}return function(t){if(!Va(t))return{};if(Qe)return Qe(t);e.prototype=t;var r=new e;return e.prototype=void 0,r}}();function Lr(){}function Ir(e,t){this.__wrapped__=e,this.__actions__=[],this.__chain__=!!t,this.__index__=0,this.__values__=void 0}function Cr(e){this.__wrapped__=e,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=4294967295,this.__views__=[]}function Pr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function Ar(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function Dr(e){var t=-1,r=null==e?0:e.length;for(this.clear();++t<r;){var n=e[t];this.set(n[0],n[1])}}function Tr(e){var t=-1,r=null==e?0:e.length;for(this.__data__=new Dr;++t<r;)this.add(e[t])}function zr(e){var t=this.__data__=new Ar(e);this.size=t.size}function Br(e,t){var r=Aa(e),n=!r&&Pa(e),o=!r&&!n&&Ba(e),i=!r&&!n&&!o&&Ja(e),a=r||n||o||i,c=a?Et(e.length,be):[],l=c.length;for(var u in e)!t&&!ke.call(e,u)||a&&(\"length\"==u||o&&(\"offset\"==u||\"parent\"==u)||i&&(\"buffer\"==u||\"byteLength\"==u||\"byteOffset\"==u)||li(u,l))||c.push(u);return c}function Rr(e){var t=e.length;return t?e[zn(0,t-1)]:void 0}function Fr(e,t){return ji(go(e),qr(t,0,e.length))}function Ur(e){return ji(go(e))}function Yr(e,t,r){(void 0!==r&&!La(e[t],r)||void 0===r&&!(t in e))&&Gr(e,t,r)}function Wr(e,t,r){var n=e[t];ke.call(e,t)&&La(n,r)&&(void 0!==r||t in e)||Gr(e,t,r)}function Vr(e,t){for(var r=e.length;r--;)if(La(e[r][0],t))return r;return-1}function Qr(e,t,r,n){return en(e,(function(e,o,i){t(n,e,r(e),i)})),n}function Hr(e,t){return e&&_o(t,wc(t),e)}function Gr(e,t,r){\"__proto__\"==t&&vt?vt(e,t,{configurable:!0,enumerable:!0,value:r,writable:!0}):e[t]=r}function Zr(e,t){for(var r=-1,o=t.length,i=n(o),a=null==e;++r<o;)i[r]=a?void 0:bc(e,t[r]);return i}function qr(e,t,r){return e==e&&(void 0!==r&&(e=e<=r?e:r),void 0!==t&&(e=e>=t?e:t)),e}function $r(e,t,r,n,o,i){var a,c=1&t,u=2&t,p=4&t;if(r&&(a=o?r(e,n,o,i):r(e)),void 0!==a)return a;if(!Va(e))return e;var x=Aa(e);if(x){if(a=function(e){var t=e.length,r=new e.constructor(t);t&&\"string\"==typeof e[0]&&ke.call(e,\"index\")&&(r.index=e.index,r.input=e.input);return r}(e),!c)return go(e,a)}else{var P=oi(e),A=P==f||P==m;if(Ba(e))return fo(e,c);if(P==h||P==l||A&&!o){if(a=u||A?{}:ai(e),!c)return u?function(e,t){return _o(e,ni(e),t)}(e,function(e,t){return e&&_o(t,xc(t),e)}(a,e)):function(e,t){return _o(e,ri(e),t)}(e,Hr(a,e))}else{if(!Ue[P])return o?e:{};a=function(e,t,r){var n=e.constructor;switch(t){case k:return mo(e);case s:case d:return new n(+e);case N:return function(e,t){var r=t?mo(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.byteLength)}(e,r);case j:case M:case O:case S:case E:case L:case\"[object Uint8ClampedArray]\":case I:case C:return yo(e,r);case y:return new n;case b:case _:return new n(e);case v:return function(e){var t=new e.constructor(e.source,ne.exec(e));return t.lastIndex=e.lastIndex,t}(e);case g:return new n;case w:return o=e,Mr?me(Mr.call(o)):{}}var o}(e,P,c)}}i||(i=new zr);var D=i.get(e);if(D)return D;i.set(e,a),$a(e)?e.forEach((function(n){a.add($r(n,t,r,n,e,i))})):Ha(e)&&e.forEach((function(n,o){a.set(o,$r(n,t,r,o,e,i))}));var T=x?void 0:(p?u?Zo:Go:u?xc:wc)(e);return ct(T||e,(function(n,o){T&&(n=e[o=n]),Wr(a,o,$r(n,t,r,o,e,i))})),a}function Xr(e,t,r){var n=r.length;if(null==e)return!n;for(e=me(e);n--;){var o=r[n],i=t[o],a=e[o];if(void 0===a&&!(o in e)||!i(a))return!1}return!0}function Kr(e,t,r){if(\"function\"!=typeof e)throw new he(i);return wi((function(){e.apply(void 0,r)}),t)}function Jr(e,t,r,n){var o=-1,i=dt,a=!0,c=e.length,l=[],u=t.length;if(!c)return l;r&&(t=ft(t,It(r))),n?(i=pt,a=!1):t.length>=200&&(i=Pt,a=!1,t=new Tr(t));e:for(;++o<c;){var s=e[o],d=null==r?s:r(s);if(s=n||0!==s?s:0,a&&d==d){for(var p=u;p--;)if(t[p]===d)continue e;l.push(s)}else i(t,d,n)||l.push(s)}return l}Sr.templateSettings={escape:F,evaluate:U,interpolate:Y,variable:\"\",imports:{_:Sr}},Sr.prototype=Lr.prototype,Sr.prototype.constructor=Sr,Ir.prototype=Er(Lr.prototype),Ir.prototype.constructor=Ir,Cr.prototype=Er(Lr.prototype),Cr.prototype.constructor=Cr,Pr.prototype.clear=function(){this.__data__=hr?hr(null):{},this.size=0},Pr.prototype.delete=function(e){var t=this.has(e)&&delete this.__data__[e];return this.size-=t?1:0,t},Pr.prototype.get=function(e){var t=this.__data__;if(hr){var r=t[e];return\"__lodash_hash_undefined__\"===r?void 0:r}return ke.call(t,e)?t[e]:void 0},Pr.prototype.has=function(e){var t=this.__data__;return hr?void 0!==t[e]:ke.call(t,e)},Pr.prototype.set=function(e,t){var r=this.__data__;return this.size+=this.has(e)?0:1,r[e]=hr&&void 0===t?\"__lodash_hash_undefined__\":t,this},Ar.prototype.clear=function(){this.__data__=[],this.size=0},Ar.prototype.delete=function(e){var t=this.__data__,r=Vr(t,e);return!(r<0)&&(r==t.length-1?t.pop():Ze.call(t,r,1),--this.size,!0)},Ar.prototype.get=function(e){var t=this.__data__,r=Vr(t,e);return r<0?void 0:t[r][1]},Ar.prototype.has=function(e){return Vr(this.__data__,e)>-1},Ar.prototype.set=function(e,t){var r=this.__data__,n=Vr(r,e);return n<0?(++this.size,r.push([e,t])):r[n][1]=t,this},Dr.prototype.clear=function(){this.size=0,this.__data__={hash:new Pr,map:new(fr||Ar),string:new Pr}},Dr.prototype.delete=function(e){var t=Jo(this,e).delete(e);return this.size-=t?1:0,t},Dr.prototype.get=function(e){return Jo(this,e).get(e)},Dr.prototype.has=function(e){return Jo(this,e).has(e)},Dr.prototype.set=function(e,t){var r=Jo(this,e),n=r.size;return r.set(e,t),this.size+=r.size==n?0:1,this},Tr.prototype.add=Tr.prototype.push=function(e){return this.__data__.set(e,\"__lodash_hash_undefined__\"),this},Tr.prototype.has=function(e){return this.__data__.has(e)},zr.prototype.clear=function(){this.__data__=new Ar,this.size=0},zr.prototype.delete=function(e){var t=this.__data__,r=t.delete(e);return this.size=t.size,r},zr.prototype.get=function(e){return this.__data__.get(e)},zr.prototype.has=function(e){return this.__data__.has(e)},zr.prototype.set=function(e,t){var r=this.__data__;if(r instanceof Ar){var n=r.__data__;if(!fr||n.length<199)return n.push([e,t]),this.size=++r.size,this;r=this.__data__=new Dr(n)}return r.set(e,t),this.size=r.size,this};var en=ko(un),tn=ko(sn,!0);function rn(e,t){var r=!0;return en(e,(function(e,n,o){return r=!!t(e,n,o)})),r}function nn(e,t,r){for(var n=-1,o=e.length;++n<o;){var i=e[n],a=t(i);if(null!=a&&(void 0===c?a==a&&!Ka(a):r(a,c)))var c=a,l=i}return l}function on(e,t){var r=[];return en(e,(function(e,n,o){t(e,n,o)&&r.push(e)})),r}function an(e,t,r,n,o){var i=-1,a=e.length;for(r||(r=ci),o||(o=[]);++i<a;){var c=e[i];t>0&&r(c)?t>1?an(c,t-1,r,n,o):mt(o,c):n||(o[o.length]=c)}return o}var cn=No(),ln=No(!0);function un(e,t){return e&&cn(e,t,wc)}function sn(e,t){return e&&ln(e,t,wc)}function dn(e,t){return st(t,(function(t){return Ua(e[t])}))}function pn(e,t){for(var r=0,n=(t=lo(t,e)).length;null!=e&&r<n;)e=e[Oi(t[r++])];return r&&r==n?e:void 0}function fn(e,t,r){var n=t(e);return Aa(e)?n:mt(n,r(e))}function mn(e){return null==e?void 0===e?\"[object Undefined]\":\"[object Null]\":Ke&&Ke in me(e)?function(e){var t=ke.call(e,Ke),r=e[Ke];try{e[Ke]=void 0;var n=!0}catch(e){}var o=Me.call(e);n&&(t?e[Ke]=r:delete e[Ke]);return o}(e):function(e){return Me.call(e)}(e)}function yn(e,t){return e>t}function bn(e,t){return null!=e&&ke.call(e,t)}function hn(e,t){return null!=e&&t in me(e)}function vn(e,t,r){for(var o=r?pt:dt,i=e[0].length,a=e.length,c=a,l=n(a),u=1/0,s=[];c--;){var d=e[c];c&&t&&(d=ft(d,It(t))),u=cr(d.length,u),l[c]=!r&&(t||i>=120&&d.length>=120)?new Tr(c&&d):void 0}d=e[0];var p=-1,f=l[0];e:for(;++p<i&&s.length<u;){var m=d[p],y=t?t(m):m;if(m=r||0!==m?m:0,!(f?Pt(f,y):o(s,y,r))){for(c=a;--c;){var b=l[c];if(!(b?Pt(b,y):o(e[c],y,r)))continue e}f&&f.push(y),s.push(m)}}return s}function gn(e,t,r){var n=null==(e=hi(e,t=lo(t,e)))?e:e[Oi(Fi(t))];return null==n?void 0:it(n,e,r)}function _n(e){return Qa(e)&&mn(e)==l}function wn(e,t,r,n,o){return e===t||(null==e||null==t||!Qa(e)&&!Qa(t)?e!=e&&t!=t:function(e,t,r,n,o,i){var a=Aa(e),c=Aa(t),f=a?u:oi(e),m=c?u:oi(t),x=(f=f==l?h:f)==h,j=(m=m==l?h:m)==h,M=f==m;if(M&&Ba(e)){if(!Ba(t))return!1;a=!0,x=!1}if(M&&!x)return i||(i=new zr),a||Ja(e)?Qo(e,t,r,n,o,i):function(e,t,r,n,o,i,a){switch(r){case N:if(e.byteLength!=t.byteLength||e.byteOffset!=t.byteOffset)return!1;e=e.buffer,t=t.buffer;case k:return!(e.byteLength!=t.byteLength||!i(new Ae(e),new Ae(t)));case s:case d:case b:return La(+e,+t);case p:return e.name==t.name&&e.message==t.message;case v:case _:return e==t+\"\";case y:var c=Ut;case g:var l=1&n;if(c||(c=Vt),e.size!=t.size&&!l)return!1;var u=a.get(e);if(u)return u==t;n|=2,a.set(e,t);var f=Qo(c(e),c(t),n,o,i,a);return a.delete(e),f;case w:if(Mr)return Mr.call(e)==Mr.call(t)}return!1}(e,t,f,r,n,o,i);if(!(1&r)){var O=x&&ke.call(e,\"__wrapped__\"),S=j&&ke.call(t,\"__wrapped__\");if(O||S){var E=O?e.value():e,L=S?t.value():t;return i||(i=new zr),o(E,L,r,n,i)}}if(!M)return!1;return i||(i=new zr),function(e,t,r,n,o,i){var a=1&r,c=Go(e),l=c.length,u=Go(t).length;if(l!=u&&!a)return!1;var s=l;for(;s--;){var d=c[s];if(!(a?d in t:ke.call(t,d)))return!1}var p=i.get(e),f=i.get(t);if(p&&f)return p==t&&f==e;var m=!0;i.set(e,t),i.set(t,e);var y=a;for(;++s<l;){d=c[s];var b=e[d],h=t[d];if(n)var v=a?n(h,b,d,t,e,i):n(b,h,d,e,t,i);if(!(void 0===v?b===h||o(b,h,r,n,i):v)){m=!1;break}y||(y=\"constructor\"==d)}if(m&&!y){var g=e.constructor,_=t.constructor;g==_||!(\"constructor\"in e)||!(\"constructor\"in t)||\"function\"==typeof g&&g instanceof g&&\"function\"==typeof _&&_ instanceof _||(m=!1)}return i.delete(e),i.delete(t),m}(e,t,r,n,o,i)}(e,t,r,n,wn,o))}function xn(e,t,r,n){var o=r.length,i=o,a=!n;if(null==e)return!i;for(e=me(e);o--;){var c=r[o];if(a&&c[2]?c[1]!==e[c[0]]:!(c[0]in e))return!1}for(;++o<i;){var l=(c=r[o])[0],u=e[l],s=c[1];if(a&&c[2]){if(void 0===u&&!(l in e))return!1}else{var d=new zr;if(n)var p=n(u,s,l,e,t,d);if(!(void 0===p?wn(s,u,3,n,d):p))return!1}}return!0}function kn(e){return!(!Va(e)||(t=e,je&&je in t))&&(Ua(e)?Ee:ae).test(Si(e));var t}function Nn(e){return\"function\"==typeof e?e:null==e?Gc:\"object\"==typeof e?Aa(e)?Ln(e[0],e[1]):En(e):rl(e)}function jn(e){if(!fi(e))return ir(e);var t=[];for(var r in me(e))ke.call(e,r)&&\"constructor\"!=r&&t.push(r);return t}function Mn(e){if(!Va(e))return function(e){var t=[];if(null!=e)for(var r in me(e))t.push(r);return t}(e);var t=fi(e),r=[];for(var n in e)(\"constructor\"!=n||!t&&ke.call(e,n))&&r.push(n);return r}function On(e,t){return e<t}function Sn(e,t){var r=-1,o=Ta(e)?n(e.length):[];return en(e,(function(e,n,i){o[++r]=t(e,n,i)})),o}function En(e){var t=ei(e);return 1==t.length&&t[0][2]?yi(t[0][0],t[0][1]):function(r){return r===e||xn(r,e,t)}}function Ln(e,t){return si(e)&&mi(t)?yi(Oi(e),t):function(r){var n=bc(r,e);return void 0===n&&n===t?hc(r,e):wn(t,n,3)}}function In(e,t,r,n,o){e!==t&&cn(t,(function(i,a){if(o||(o=new zr),Va(i))!function(e,t,r,n,o,i,a){var c=gi(e,r),l=gi(t,r),u=a.get(l);if(u)return void Yr(e,r,u);var s=i?i(c,l,r+\"\",e,t,a):void 0,d=void 0===s;if(d){var p=Aa(l),f=!p&&Ba(l),m=!p&&!f&&Ja(l);s=l,p||f||m?Aa(c)?s=c:za(c)?s=go(c):f?(d=!1,s=fo(l,!0)):m?(d=!1,s=yo(l,!0)):s=[]:Za(l)||Pa(l)?(s=c,Pa(c)?s=cc(c):Va(c)&&!Ua(c)||(s=ai(l))):d=!1}d&&(a.set(l,s),o(s,l,n,i,a),a.delete(l));Yr(e,r,s)}(e,t,a,r,In,n,o);else{var c=n?n(gi(e,a),i,a+\"\",e,t,o):void 0;void 0===c&&(c=i),Yr(e,a,c)}}),xc)}function Cn(e,t){var r=e.length;if(r)return li(t+=t<0?r:0,r)?e[t]:void 0}function Pn(e,t,r){t=t.length?ft(t,(function(e){return Aa(e)?function(t){return pn(t,1===e.length?e[0]:e)}:e})):[Gc];var n=-1;return t=ft(t,It(Ko())),function(e,t){var r=e.length;for(e.sort(t);r--;)e[r]=e[r].value;return e}(Sn(e,(function(e,r,o){return{criteria:ft(t,(function(t){return t(e)})),index:++n,value:e}})),(function(e,t){return function(e,t,r){var n=-1,o=e.criteria,i=t.criteria,a=o.length,c=r.length;for(;++n<a;){var l=bo(o[n],i[n]);if(l){if(n>=c)return l;var u=r[n];return l*(\"desc\"==u?-1:1)}}return e.index-t.index}(e,t,r)}))}function An(e,t,r){for(var n=-1,o=t.length,i={};++n<o;){var a=t[n],c=pn(e,a);r(c,a)&&Yn(i,lo(a,e),c)}return i}function Dn(e,t,r,n){var o=n?xt:wt,i=-1,a=t.length,c=e;for(e===t&&(t=go(t)),r&&(c=ft(e,It(r)));++i<a;)for(var l=0,u=t[i],s=r?r(u):u;(l=o(c,s,l,n))>-1;)c!==e&&Ze.call(c,l,1),Ze.call(e,l,1);return e}function Tn(e,t){for(var r=e?t.length:0,n=r-1;r--;){var o=t[r];if(r==n||o!==i){var i=o;li(o)?Ze.call(e,o,1):eo(e,o)}}return e}function zn(e,t){return e+er(sr()*(t-e+1))}function Bn(e,t){var r=\"\";if(!e||t<1||t>9007199254740991)return r;do{t%2&&(r+=e),(t=er(t/2))&&(e+=e)}while(t);return r}function Rn(e,t){return xi(bi(e,t,Gc),e+\"\")}function Fn(e){return Rr(Lc(e))}function Un(e,t){var r=Lc(e);return ji(r,qr(t,0,r.length))}function Yn(e,t,r,n){if(!Va(e))return e;for(var o=-1,i=(t=lo(t,e)).length,a=i-1,c=e;null!=c&&++o<i;){var l=Oi(t[o]),u=r;if(\"__proto__\"===l||\"constructor\"===l||\"prototype\"===l)return e;if(o!=a){var s=c[l];void 0===(u=n?n(s,l,c):void 0)&&(u=Va(s)?s:li(t[o+1])?[]:{})}Wr(c,l,u),c=c[l]}return e}var Wn=vr?function(e,t){return vr.set(e,t),e}:Gc,Vn=vt?function(e,t){return vt(e,\"toString\",{configurable:!0,enumerable:!1,value:Vc(t),writable:!0})}:Gc;function Qn(e){return ji(Lc(e))}function Hn(e,t,r){var o=-1,i=e.length;t<0&&(t=-t>i?0:i+t),(r=r>i?i:r)<0&&(r+=i),i=t>r?0:r-t>>>0,t>>>=0;for(var a=n(i);++o<i;)a[o]=e[o+t];return a}function Gn(e,t){var r;return en(e,(function(e,n,o){return!(r=t(e,n,o))})),!!r}function Zn(e,t,r){var n=0,o=null==e?n:e.length;if(\"number\"==typeof t&&t==t&&o<=2147483647){for(;n<o;){var i=n+o>>>1,a=e[i];null!==a&&!Ka(a)&&(r?a<=t:a<t)?n=i+1:o=i}return o}return qn(e,t,Gc,r)}function qn(e,t,r,n){var o=0,i=null==e?0:e.length;if(0===i)return 0;for(var a=(t=r(t))!=t,c=null===t,l=Ka(t),u=void 0===t;o<i;){var s=er((o+i)/2),d=r(e[s]),p=void 0!==d,f=null===d,m=d==d,y=Ka(d);if(a)var b=n||m;else b=u?m&&(n||p):c?m&&p&&(n||!f):l?m&&p&&!f&&(n||!y):!f&&!y&&(n?d<=t:d<t);b?o=s+1:i=s}return cr(i,4294967294)}function $n(e,t){for(var r=-1,n=e.length,o=0,i=[];++r<n;){var a=e[r],c=t?t(a):a;if(!r||!La(c,l)){var l=c;i[o++]=0===a?0:a}}return i}function Xn(e){return\"number\"==typeof e?e:Ka(e)?NaN:+e}function Kn(e){if(\"string\"==typeof e)return e;if(Aa(e))return ft(e,Kn)+\"\";if(Ka(e))return Or?Or.call(e):\"\";var t=e+\"\";return\"0\"==t&&1/e==-1/0?\"-0\":t}function Jn(e,t,r){var n=-1,o=dt,i=e.length,a=!0,c=[],l=c;if(r)a=!1,o=pt;else if(i>=200){var u=t?null:Ro(e);if(u)return Vt(u);a=!1,o=Pt,l=new Tr}else l=t?[]:c;e:for(;++n<i;){var s=e[n],d=t?t(s):s;if(s=r||0!==s?s:0,a&&d==d){for(var p=l.length;p--;)if(l[p]===d)continue e;t&&l.push(d),c.push(s)}else o(l,d,r)||(l!==c&&l.push(d),c.push(s))}return c}function eo(e,t){return null==(e=hi(e,t=lo(t,e)))||delete e[Oi(Fi(t))]}function to(e,t,r,n){return Yn(e,t,r(pn(e,t)),n)}function ro(e,t,r,n){for(var o=e.length,i=n?o:-1;(n?i--:++i<o)&&t(e[i],i,e););return r?Hn(e,n?0:i,n?i+1:o):Hn(e,n?i+1:0,n?o:i)}function no(e,t){var r=e;return r instanceof Cr&&(r=r.value()),yt(t,(function(e,t){return t.func.apply(t.thisArg,mt([e],t.args))}),r)}function oo(e,t,r){var o=e.length;if(o<2)return o?Jn(e[0]):[];for(var i=-1,a=n(o);++i<o;)for(var c=e[i],l=-1;++l<o;)l!=i&&(a[i]=Jr(a[i]||c,e[l],t,r));return Jn(an(a,1),t,r)}function io(e,t,r){for(var n=-1,o=e.length,i=t.length,a={};++n<o;){var c=n<i?t[n]:void 0;r(a,e[n],c)}return a}function ao(e){return za(e)?e:[]}function co(e){return\"function\"==typeof e?e:Gc}function lo(e,t){return Aa(e)?e:si(e,t)?[e]:Mi(lc(e))}var uo=Rn;function so(e,t,r){var n=e.length;return r=void 0===r?n:r,!t&&r>=n?e:Hn(e,t,r)}var po=Mt||function(e){return Ge.clearTimeout(e)};function fo(e,t){if(t)return e.slice();var r=e.length,n=Te?Te(r):new e.constructor(r);return e.copy(n),n}function mo(e){var t=new e.constructor(e.byteLength);return new Ae(t).set(new Ae(e)),t}function yo(e,t){var r=t?mo(e.buffer):e.buffer;return new e.constructor(r,e.byteOffset,e.length)}function bo(e,t){if(e!==t){var r=void 0!==e,n=null===e,o=e==e,i=Ka(e),a=void 0!==t,c=null===t,l=t==t,u=Ka(t);if(!c&&!u&&!i&&e>t||i&&a&&l&&!c&&!u||n&&a&&l||!r&&l||!o)return 1;if(!n&&!i&&!u&&e<t||u&&r&&o&&!n&&!i||c&&r&&o||!a&&o||!l)return-1}return 0}function ho(e,t,r,o){for(var i=-1,a=e.length,c=r.length,l=-1,u=t.length,s=ar(a-c,0),d=n(u+s),p=!o;++l<u;)d[l]=t[l];for(;++i<c;)(p||i<a)&&(d[r[i]]=e[i]);for(;s--;)d[l++]=e[i++];return d}function vo(e,t,r,o){for(var i=-1,a=e.length,c=-1,l=r.length,u=-1,s=t.length,d=ar(a-l,0),p=n(d+s),f=!o;++i<d;)p[i]=e[i];for(var m=i;++u<s;)p[m+u]=t[u];for(;++c<l;)(f||i<a)&&(p[m+r[c]]=e[i++]);return p}function go(e,t){var r=-1,o=e.length;for(t||(t=n(o));++r<o;)t[r]=e[r];return t}function _o(e,t,r,n){var o=!r;r||(r={});for(var i=-1,a=t.length;++i<a;){var c=t[i],l=n?n(r[c],e[c],c,r,e):void 0;void 0===l&&(l=e[c]),o?Gr(r,c,l):Wr(r,c,l)}return r}function wo(e,t){return function(r,n){var o=Aa(r)?at:Qr,i=t?t():{};return o(r,e,Ko(n,2),i)}}function xo(e){return Rn((function(t,r){var n=-1,o=r.length,i=o>1?r[o-1]:void 0,a=o>2?r[2]:void 0;for(i=e.length>3&&\"function\"==typeof i?(o--,i):void 0,a&&ui(r[0],r[1],a)&&(i=o<3?void 0:i,o=1),t=me(t);++n<o;){var c=r[n];c&&e(t,c,n,i)}return t}))}function ko(e,t){return function(r,n){if(null==r)return r;if(!Ta(r))return e(r,n);for(var o=r.length,i=t?o:-1,a=me(r);(t?i--:++i<o)&&!1!==n(a[i],i,a););return r}}function No(e){return function(t,r,n){for(var o=-1,i=me(t),a=n(t),c=a.length;c--;){var l=a[e?c:++o];if(!1===r(i[l],l,i))break}return t}}function jo(e){return function(t){var r=Ft(t=lc(t))?Gt(t):void 0,n=r?r[0]:t.charAt(0),o=r?so(r,1).join(\"\"):t.slice(1);return n[e]()+o}}function Mo(e){return function(t){return yt(Uc(Pc(t).replace(Ce,\"\")),e,\"\")}}function Oo(e){return function(){var t=arguments;switch(t.length){case 0:return new e;case 1:return new e(t[0]);case 2:return new e(t[0],t[1]);case 3:return new e(t[0],t[1],t[2]);case 4:return new e(t[0],t[1],t[2],t[3]);case 5:return new e(t[0],t[1],t[2],t[3],t[4]);case 6:return new e(t[0],t[1],t[2],t[3],t[4],t[5]);case 7:return new e(t[0],t[1],t[2],t[3],t[4],t[5],t[6])}var r=Er(e.prototype),n=e.apply(r,t);return Va(n)?n:r}}function So(e){return function(t,r,n){var o=me(t);if(!Ta(t)){var i=Ko(r,3);t=wc(t),r=function(e){return i(o[e],e,o)}}var a=e(t,r,n);return a>-1?o[i?t[a]:a]:void 0}}function Eo(e){return Ho((function(t){var r=t.length,n=r,o=Ir.prototype.thru;for(e&&t.reverse();n--;){var a=t[n];if(\"function\"!=typeof a)throw new he(i);if(o&&!c&&\"wrapper\"==$o(a))var c=new Ir([],!0)}for(n=c?n:r;++n<r;){var l=$o(a=t[n]),u=\"wrapper\"==l?qo(a):void 0;c=u&&di(u[0])&&424==u[1]&&!u[4].length&&1==u[9]?c[$o(u[0])].apply(c,u[3]):1==a.length&&di(a)?c[l]():c.thru(a)}return function(){var e=arguments,n=e[0];if(c&&1==e.length&&Aa(n))return c.plant(n).value();for(var o=0,i=r?t[o].apply(this,e):n;++o<r;)i=t[o].call(this,i);return i}}))}function Lo(e,t,r,o,i,a,c,l,u,s){var d=128&t,p=1&t,f=2&t,m=24&t,y=512&t,b=f?void 0:Oo(e);return function h(){for(var v=arguments.length,g=n(v),_=v;_--;)g[_]=arguments[_];if(m)var w=Xo(h),x=Tt(g,w);if(o&&(g=ho(g,o,i,m)),a&&(g=vo(g,a,c,m)),v-=x,m&&v<s){var k=Wt(g,w);return zo(e,t,Lo,h.placeholder,r,g,k,l,u,s-v)}var N=p?r:this,j=f?N[e]:e;return v=g.length,l?g=vi(g,l):y&&v>1&&g.reverse(),d&&u<v&&(g.length=u),this&&this!==Ge&&this instanceof h&&(j=b||Oo(j)),j.apply(N,g)}}function Io(e,t){return function(r,n){return function(e,t,r,n){return un(e,(function(e,o,i){t(n,r(e),o,i)})),n}(r,e,t(n),{})}}function Co(e,t){return function(r,n){var o;if(void 0===r&&void 0===n)return t;if(void 0!==r&&(o=r),void 0!==n){if(void 0===o)return n;\"string\"==typeof r||\"string\"==typeof n?(r=Kn(r),n=Kn(n)):(r=Xn(r),n=Xn(n)),o=e(r,n)}return o}}function Po(e){return Ho((function(t){return t=ft(t,It(Ko())),Rn((function(r){var n=this;return e(t,(function(e){return it(e,n,r)}))}))}))}function Ao(e,t){var r=(t=void 0===t?\" \":Kn(t)).length;if(r<2)return r?Bn(t,e):t;var n=Bn(t,Jt(e/Ht(t)));return Ft(t)?so(Gt(n),0,e).join(\"\"):n.slice(0,e)}function Do(e){return function(t,r,o){return o&&\"number\"!=typeof o&&ui(t,r,o)&&(r=o=void 0),t=nc(t),void 0===r?(r=t,t=0):r=nc(r),function(e,t,r,o){for(var i=-1,a=ar(Jt((t-e)/(r||1)),0),c=n(a);a--;)c[o?a:++i]=e,e+=r;return c}(t,r,o=void 0===o?t<r?1:-1:nc(o),e)}}function To(e){return function(t,r){return\"string\"==typeof t&&\"string\"==typeof r||(t=ac(t),r=ac(r)),e(t,r)}}function zo(e,t,r,n,o,i,a,c,l,u){var s=8&t;t|=s?32:64,4&(t&=~(s?64:32))||(t&=-4);var d=[e,t,o,s?i:void 0,s?a:void 0,s?void 0:i,s?void 0:a,c,l,u],p=r.apply(void 0,d);return di(e)&&_i(p,d),p.placeholder=n,ki(p,e,t)}function Bo(e){var t=fe[e];return function(e,r){if(e=ac(e),(r=null==r?0:cr(oc(r),292))&&nr(e)){var n=(lc(e)+\"e\").split(\"e\");return+((n=(lc(t(n[0]+\"e\"+(+n[1]+r)))+\"e\").split(\"e\"))[0]+\"e\"+(+n[1]-r))}return t(e)}}var Ro=yr&&1/Vt(new yr([,-0]))[1]==1/0?function(e){return new yr(e)}:Kc;function Fo(e){return function(t){var r=oi(t);return r==y?Ut(t):r==g?Qt(t):function(e,t){return ft(t,(function(t){return[t,e[t]]}))}(t,e(t))}}function Uo(e,t,r,o,c,l,u,s){var d=2&t;if(!d&&\"function\"!=typeof e)throw new he(i);var p=o?o.length:0;if(p||(t&=-97,o=c=void 0),u=void 0===u?u:ar(oc(u),0),s=void 0===s?s:oc(s),p-=c?c.length:0,64&t){var f=o,m=c;o=c=void 0}var y=d?void 0:qo(e),b=[e,t,r,o,c,f,m,l,u,s];if(y&&function(e,t){var r=e[1],n=t[1],o=r|n,i=o<131,c=128==n&&8==r||128==n&&256==r&&e[7].length<=t[8]||384==n&&t[7].length<=t[8]&&8==r;if(!i&&!c)return e;1&n&&(e[2]=t[2],o|=1&r?0:4);var l=t[3];if(l){var u=e[3];e[3]=u?ho(u,l,t[4]):l,e[4]=u?Wt(e[3],a):t[4]}(l=t[5])&&(u=e[5],e[5]=u?vo(u,l,t[6]):l,e[6]=u?Wt(e[5],a):t[6]);(l=t[7])&&(e[7]=l);128&n&&(e[8]=null==e[8]?t[8]:cr(e[8],t[8]));null==e[9]&&(e[9]=t[9]);e[0]=t[0],e[1]=o}(b,y),e=b[0],t=b[1],r=b[2],o=b[3],c=b[4],!(s=b[9]=void 0===b[9]?d?0:e.length:ar(b[9]-p,0))&&24&t&&(t&=-25),t&&1!=t)h=8==t||16==t?function(e,t,r){var o=Oo(e);return function i(){for(var a=arguments.length,c=n(a),l=a,u=Xo(i);l--;)c[l]=arguments[l];var s=a<3&&c[0]!==u&&c[a-1]!==u?[]:Wt(c,u);if((a-=s.length)<r)return zo(e,t,Lo,i.placeholder,void 0,c,s,void 0,void 0,r-a);var d=this&&this!==Ge&&this instanceof i?o:e;return it(d,this,c)}}(e,t,s):32!=t&&33!=t||c.length?Lo.apply(void 0,b):function(e,t,r,o){var i=1&t,a=Oo(e);return function t(){for(var c=-1,l=arguments.length,u=-1,s=o.length,d=n(s+l),p=this&&this!==Ge&&this instanceof t?a:e;++u<s;)d[u]=o[u];for(;l--;)d[u++]=arguments[++c];return it(p,i?r:this,d)}}(e,t,r,o);else var h=function(e,t,r){var n=1&t,o=Oo(e);return function t(){var i=this&&this!==Ge&&this instanceof t?o:e;return i.apply(n?r:this,arguments)}}(e,t,r);return ki((y?Wn:_i)(h,b),e,t)}function Yo(e,t,r,n){return void 0===e||La(e,_e[r])&&!ke.call(n,r)?t:e}function Wo(e,t,r,n,o,i){return Va(e)&&Va(t)&&(i.set(t,e),In(e,t,void 0,Wo,i),i.delete(t)),e}function Vo(e){return Za(e)?void 0:e}function Qo(e,t,r,n,o,i){var a=1&r,c=e.length,l=t.length;if(c!=l&&!(a&&l>c))return!1;var u=i.get(e),s=i.get(t);if(u&&s)return u==t&&s==e;var d=-1,p=!0,f=2&r?new Tr:void 0;for(i.set(e,t),i.set(t,e);++d<c;){var m=e[d],y=t[d];if(n)var b=a?n(y,m,d,t,e,i):n(m,y,d,e,t,i);if(void 0!==b){if(b)continue;p=!1;break}if(f){if(!ht(t,(function(e,t){if(!Pt(f,t)&&(m===e||o(m,e,r,n,i)))return f.push(t)}))){p=!1;break}}else if(m!==y&&!o(m,y,r,n,i)){p=!1;break}}return i.delete(e),i.delete(t),p}function Ho(e){return xi(bi(e,void 0,Di),e+\"\")}function Go(e){return fn(e,wc,ri)}function Zo(e){return fn(e,xc,ni)}var qo=vr?function(e){return vr.get(e)}:Kc;function $o(e){for(var t=e.name+\"\",r=gr[t],n=ke.call(gr,t)?r.length:0;n--;){var o=r[n],i=o.func;if(null==i||i==e)return o.name}return t}function Xo(e){return(ke.call(Sr,\"placeholder\")?Sr:e).placeholder}function Ko(){var e=Sr.iteratee||Zc;return e=e===Zc?Nn:e,arguments.length?e(arguments[0],arguments[1]):e}function Jo(e,t){var r,n,o=e.__data__;return(\"string\"==(n=typeof(r=t))||\"number\"==n||\"symbol\"==n||\"boolean\"==n?\"__proto__\"!==r:null===r)?o[\"string\"==typeof t?\"string\":\"hash\"]:o.map}function ei(e){for(var t=wc(e),r=t.length;r--;){var n=t[r],o=e[n];t[r]=[n,o,mi(o)]}return t}function ti(e,t){var r=function(e,t){return null==e?void 0:e[t]}(e,t);return kn(r)?r:void 0}var ri=tr?function(e){return null==e?[]:(e=me(e),st(tr(e),(function(t){return He.call(e,t)})))}:il,ni=tr?function(e){for(var t=[];e;)mt(t,ri(e)),e=Ye(e);return t}:il,oi=mn;function ii(e,t,r){for(var n=-1,o=(t=lo(t,e)).length,i=!1;++n<o;){var a=Oi(t[n]);if(!(i=null!=e&&r(e,a)))break;e=e[a]}return i||++n!=o?i:!!(o=null==e?0:e.length)&&Wa(o)&&li(a,o)&&(Aa(e)||Pa(e))}function ai(e){return\"function\"!=typeof e.constructor||fi(e)?{}:Er(Ye(e))}function ci(e){return Aa(e)||Pa(e)||!!(qe&&e&&e[qe])}function li(e,t){var r=typeof e;return!!(t=null==t?9007199254740991:t)&&(\"number\"==r||\"symbol\"!=r&&le.test(e))&&e>-1&&e%1==0&&e<t}function ui(e,t,r){if(!Va(r))return!1;var n=typeof t;return!!(\"number\"==n?Ta(r)&&li(t,r.length):\"string\"==n&&t in r)&&La(r[t],e)}function si(e,t){if(Aa(e))return!1;var r=typeof e;return!(\"number\"!=r&&\"symbol\"!=r&&\"boolean\"!=r&&null!=e&&!Ka(e))||(V.test(e)||!W.test(e)||null!=t&&e in me(t))}function di(e){var t=$o(e),r=Sr[t];if(\"function\"!=typeof r||!(t in Cr.prototype))return!1;if(e===r)return!0;var n=qo(r);return!!n&&e===n[0]}(pr&&oi(new pr(new ArrayBuffer(1)))!=N||fr&&oi(new fr)!=y||mr&&\"[object Promise]\"!=oi(mr.resolve())||yr&&oi(new yr)!=g||br&&oi(new br)!=x)&&(oi=function(e){var t=mn(e),r=t==h?e.constructor:void 0,n=r?Si(r):\"\";if(n)switch(n){case _r:return N;case wr:return y;case xr:return\"[object Promise]\";case kr:return g;case Nr:return x}return t});var pi=we?Ua:al;function fi(e){var t=e&&e.constructor;return e===(\"function\"==typeof t&&t.prototype||_e)}function mi(e){return e==e&&!Va(e)}function yi(e,t){return function(r){return null!=r&&(r[e]===t&&(void 0!==t||e in me(r)))}}function bi(e,t,r){return t=ar(void 0===t?e.length-1:t,0),function(){for(var o=arguments,i=-1,a=ar(o.length-t,0),c=n(a);++i<a;)c[i]=o[t+i];i=-1;for(var l=n(t+1);++i<t;)l[i]=o[i];return l[t]=r(c),it(e,this,l)}}function hi(e,t){return t.length<2?e:pn(e,Hn(t,0,-1))}function vi(e,t){for(var r=e.length,n=cr(t.length,r),o=go(e);n--;){var i=t[n];e[n]=li(i,r)?o[i]:void 0}return e}function gi(e,t){if((\"constructor\"!==t||\"function\"!=typeof e[t])&&\"__proto__\"!=t)return e[t]}var _i=Ni(Wn),wi=Kt||function(e,t){return Ge.setTimeout(e,t)},xi=Ni(Vn);function ki(e,t,r){var n=t+\"\";return xi(e,function(e,t){var r=t.length;if(!r)return e;var n=r-1;return t[n]=(r>1?\"& \":\"\")+t[n],t=t.join(r>2?\", \":\" \"),e.replace($,\"{\\n/* [wrapped with \"+t+\"] */\\n\")}(n,function(e,t){return ct(c,(function(r){var n=\"_.\"+r[0];t&r[1]&&!dt(e,n)&&e.push(n)})),e.sort()}(function(e){var t=e.match(X);return t?t[1].split(K):[]}(n),r)))}function Ni(e){var t=0,r=0;return function(){var n=lr(),o=16-(n-r);if(r=n,o>0){if(++t>=800)return arguments[0]}else t=0;return e.apply(void 0,arguments)}}function ji(e,t){var r=-1,n=e.length,o=n-1;for(t=void 0===t?n:t;++r<t;){var i=zn(r,o),a=e[i];e[i]=e[r],e[r]=a}return e.length=t,e}var Mi=function(e){var t=Na(e,(function(e){return 500===r.size&&r.clear(),e})),r=t.cache;return t}((function(e){var t=[];return 46===e.charCodeAt(0)&&t.push(\"\"),e.replace(Q,(function(e,r,n,o){t.push(n?o.replace(te,\"$1\"):r||e)})),t}));function Oi(e){if(\"string\"==typeof e||Ka(e))return e;var t=e+\"\";return\"0\"==t&&1/e==-1/0?\"-0\":t}function Si(e){if(null!=e){try{return xe.call(e)}catch(e){}try{return e+\"\"}catch(e){}}return\"\"}function Ei(e){if(e instanceof Cr)return e.clone();var t=new Ir(e.__wrapped__,e.__chain__);return t.__actions__=go(e.__actions__),t.__index__=e.__index__,t.__values__=e.__values__,t}var Li=Rn((function(e,t){return za(e)?Jr(e,an(t,1,za,!0)):[]})),Ii=Rn((function(e,t){var r=Fi(t);return za(r)&&(r=void 0),za(e)?Jr(e,an(t,1,za,!0),Ko(r,2)):[]})),Ci=Rn((function(e,t){var r=Fi(t);return za(r)&&(r=void 0),za(e)?Jr(e,an(t,1,za,!0),void 0,r):[]}));function Pi(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var o=null==r?0:oc(r);return o<0&&(o=ar(n+o,0)),_t(e,Ko(t,3),o)}function Ai(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var o=n-1;return void 0!==r&&(o=oc(r),o=r<0?ar(n+o,0):cr(o,n-1)),_t(e,Ko(t,3),o,!0)}function Di(e){return(null==e?0:e.length)?an(e,1):[]}function Ti(e){return e&&e.length?e[0]:void 0}var zi=Rn((function(e){var t=ft(e,ao);return t.length&&t[0]===e[0]?vn(t):[]})),Bi=Rn((function(e){var t=Fi(e),r=ft(e,ao);return t===Fi(r)?t=void 0:r.pop(),r.length&&r[0]===e[0]?vn(r,Ko(t,2)):[]})),Ri=Rn((function(e){var t=Fi(e),r=ft(e,ao);return(t=\"function\"==typeof t?t:void 0)&&r.pop(),r.length&&r[0]===e[0]?vn(r,void 0,t):[]}));function Fi(e){var t=null==e?0:e.length;return t?e[t-1]:void 0}var Ui=Rn(Yi);function Yi(e,t){return e&&e.length&&t&&t.length?Dn(e,t):e}var Wi=Ho((function(e,t){var r=null==e?0:e.length,n=Zr(e,t);return Tn(e,ft(t,(function(e){return li(e,r)?+e:e})).sort(bo)),n}));function Vi(e){return null==e?e:dr.call(e)}var Qi=Rn((function(e){return Jn(an(e,1,za,!0))})),Hi=Rn((function(e){var t=Fi(e);return za(t)&&(t=void 0),Jn(an(e,1,za,!0),Ko(t,2))})),Gi=Rn((function(e){var t=Fi(e);return t=\"function\"==typeof t?t:void 0,Jn(an(e,1,za,!0),void 0,t)}));function Zi(e){if(!e||!e.length)return[];var t=0;return e=st(e,(function(e){if(za(e))return t=ar(e.length,t),!0})),Et(t,(function(t){return ft(e,jt(t))}))}function qi(e,t){if(!e||!e.length)return[];var r=Zi(e);return null==t?r:ft(r,(function(e){return it(t,void 0,e)}))}var $i=Rn((function(e,t){return za(e)?Jr(e,t):[]})),Xi=Rn((function(e){return oo(st(e,za))})),Ki=Rn((function(e){var t=Fi(e);return za(t)&&(t=void 0),oo(st(e,za),Ko(t,2))})),Ji=Rn((function(e){var t=Fi(e);return t=\"function\"==typeof t?t:void 0,oo(st(e,za),void 0,t)})),ea=Rn(Zi);var ta=Rn((function(e){var t=e.length,r=t>1?e[t-1]:void 0;return r=\"function\"==typeof r?(e.pop(),r):void 0,qi(e,r)}));function ra(e){var t=Sr(e);return t.__chain__=!0,t}function na(e,t){return t(e)}var oa=Ho((function(e){var t=e.length,r=t?e[0]:0,n=this.__wrapped__,o=function(t){return Zr(t,e)};return!(t>1||this.__actions__.length)&&n instanceof Cr&&li(r)?((n=n.slice(r,+r+(t?1:0))).__actions__.push({func:na,args:[o],thisArg:void 0}),new Ir(n,this.__chain__).thru((function(e){return t&&!e.length&&e.push(void 0),e}))):this.thru(o)}));var ia=wo((function(e,t,r){ke.call(e,r)?++e[r]:Gr(e,r,1)}));var aa=So(Pi),ca=So(Ai);function la(e,t){return(Aa(e)?ct:en)(e,Ko(t,3))}function ua(e,t){return(Aa(e)?lt:tn)(e,Ko(t,3))}var sa=wo((function(e,t,r){ke.call(e,r)?e[r].push(t):Gr(e,r,[t])}));var da=Rn((function(e,t,r){var o=-1,i=\"function\"==typeof t,a=Ta(e)?n(e.length):[];return en(e,(function(e){a[++o]=i?it(t,e,r):gn(e,t,r)})),a})),pa=wo((function(e,t,r){Gr(e,r,t)}));function fa(e,t){return(Aa(e)?ft:Sn)(e,Ko(t,3))}var ma=wo((function(e,t,r){e[r?0:1].push(t)}),(function(){return[[],[]]}));var ya=Rn((function(e,t){if(null==e)return[];var r=t.length;return r>1&&ui(e,t[0],t[1])?t=[]:r>2&&ui(t[0],t[1],t[2])&&(t=[t[0]]),Pn(e,an(t,1),[])})),ba=Xt||function(){return Ge.Date.now()};function ha(e,t,r){return t=r?void 0:t,Uo(e,128,void 0,void 0,void 0,void 0,t=e&&null==t?e.length:t)}function va(e,t){var r;if(\"function\"!=typeof t)throw new he(i);return e=oc(e),function(){return--e>0&&(r=t.apply(this,arguments)),e<=1&&(t=void 0),r}}var ga=Rn((function(e,t,r){var n=1;if(r.length){var o=Wt(r,Xo(ga));n|=32}return Uo(e,n,t,r,o)})),_a=Rn((function(e,t,r){var n=3;if(r.length){var o=Wt(r,Xo(_a));n|=32}return Uo(t,n,e,r,o)}));function wa(e,t,r){var n,o,a,c,l,u,s=0,d=!1,p=!1,f=!0;if(\"function\"!=typeof e)throw new he(i);function m(t){var r=n,i=o;return n=o=void 0,s=t,c=e.apply(i,r)}function y(e){return s=e,l=wi(h,t),d?m(e):c}function b(e){var r=e-u;return void 0===u||r>=t||r<0||p&&e-s>=a}function h(){var e=ba();if(b(e))return v(e);l=wi(h,function(e){var r=t-(e-u);return p?cr(r,a-(e-s)):r}(e))}function v(e){return l=void 0,f&&n?m(e):(n=o=void 0,c)}function g(){var e=ba(),r=b(e);if(n=arguments,o=this,u=e,r){if(void 0===l)return y(u);if(p)return po(l),l=wi(h,t),m(u)}return void 0===l&&(l=wi(h,t)),c}return t=ac(t)||0,Va(r)&&(d=!!r.leading,a=(p=\"maxWait\"in r)?ar(ac(r.maxWait)||0,t):a,f=\"trailing\"in r?!!r.trailing:f),g.cancel=function(){void 0!==l&&po(l),s=0,n=u=o=l=void 0},g.flush=function(){return void 0===l?c:v(ba())},g}var xa=Rn((function(e,t){return Kr(e,1,t)})),ka=Rn((function(e,t,r){return Kr(e,ac(t)||0,r)}));function Na(e,t){if(\"function\"!=typeof e||null!=t&&\"function\"!=typeof t)throw new he(i);var r=function(){var n=arguments,o=t?t.apply(this,n):n[0],i=r.cache;if(i.has(o))return i.get(o);var a=e.apply(this,n);return r.cache=i.set(o,a)||i,a};return r.cache=new(Na.Cache||Dr),r}function ja(e){if(\"function\"!=typeof e)throw new he(i);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}Na.Cache=Dr;var Ma=uo((function(e,t){var r=(t=1==t.length&&Aa(t[0])?ft(t[0],It(Ko())):ft(an(t,1),It(Ko()))).length;return Rn((function(n){for(var o=-1,i=cr(n.length,r);++o<i;)n[o]=t[o].call(this,n[o]);return it(e,this,n)}))})),Oa=Rn((function(e,t){return Uo(e,32,void 0,t,Wt(t,Xo(Oa)))})),Sa=Rn((function(e,t){return Uo(e,64,void 0,t,Wt(t,Xo(Sa)))})),Ea=Ho((function(e,t){return Uo(e,256,void 0,void 0,void 0,t)}));function La(e,t){return e===t||e!=e&&t!=t}var Ia=To(yn),Ca=To((function(e,t){return e>=t})),Pa=_n(function(){return arguments}())?_n:function(e){return Qa(e)&&ke.call(e,\"callee\")&&!He.call(e,\"callee\")},Aa=n.isArray,Da=Je?It(Je):function(e){return Qa(e)&&mn(e)==k};function Ta(e){return null!=e&&Wa(e.length)&&!Ua(e)}function za(e){return Qa(e)&&Ta(e)}var Ba=rr||al,Ra=et?It(et):function(e){return Qa(e)&&mn(e)==d};function Fa(e){if(!Qa(e))return!1;var t=mn(e);return t==p||\"[object DOMException]\"==t||\"string\"==typeof e.message&&\"string\"==typeof e.name&&!Za(e)}function Ua(e){if(!Va(e))return!1;var t=mn(e);return t==f||t==m||\"[object AsyncFunction]\"==t||\"[object Proxy]\"==t}function Ya(e){return\"number\"==typeof e&&e==oc(e)}function Wa(e){return\"number\"==typeof e&&e>-1&&e%1==0&&e<=9007199254740991}function Va(e){var t=typeof e;return null!=e&&(\"object\"==t||\"function\"==t)}function Qa(e){return null!=e&&\"object\"==typeof e}var Ha=tt?It(tt):function(e){return Qa(e)&&oi(e)==y};function Ga(e){return\"number\"==typeof e||Qa(e)&&mn(e)==b}function Za(e){if(!Qa(e)||mn(e)!=h)return!1;var t=Ye(e);if(null===t)return!0;var r=ke.call(t,\"constructor\")&&t.constructor;return\"function\"==typeof r&&r instanceof r&&xe.call(r)==Oe}var qa=rt?It(rt):function(e){return Qa(e)&&mn(e)==v};var $a=nt?It(nt):function(e){return Qa(e)&&oi(e)==g};function Xa(e){return\"string\"==typeof e||!Aa(e)&&Qa(e)&&mn(e)==_}function Ka(e){return\"symbol\"==typeof e||Qa(e)&&mn(e)==w}var Ja=ot?It(ot):function(e){return Qa(e)&&Wa(e.length)&&!!Fe[mn(e)]};var ec=To(On),tc=To((function(e,t){return e<=t}));function rc(e){if(!e)return[];if(Ta(e))return Xa(e)?Gt(e):go(e);if(Xe&&e[Xe])return function(e){for(var t,r=[];!(t=e.next()).done;)r.push(t.value);return r}(e[Xe]());var t=oi(e);return(t==y?Ut:t==g?Vt:Lc)(e)}function nc(e){return e?(e=ac(e))===1/0||e===-1/0?17976931348623157e292*(e<0?-1:1):e==e?e:0:0===e?e:0}function oc(e){var t=nc(e),r=t%1;return t==t?r?t-r:t:0}function ic(e){return e?qr(oc(e),0,4294967295):0}function ac(e){if(\"number\"==typeof e)return e;if(Ka(e))return NaN;if(Va(e)){var t=\"function\"==typeof e.valueOf?e.valueOf():e;e=Va(t)?t+\"\":t}if(\"string\"!=typeof e)return 0===e?e:+e;e=Lt(e);var r=ie.test(e);return r||ce.test(e)?Ve(e.slice(2),r?2:8):oe.test(e)?NaN:+e}function cc(e){return _o(e,xc(e))}function lc(e){return null==e?\"\":Kn(e)}var uc=xo((function(e,t){if(fi(t)||Ta(t))_o(t,wc(t),e);else for(var r in t)ke.call(t,r)&&Wr(e,r,t[r])})),sc=xo((function(e,t){_o(t,xc(t),e)})),dc=xo((function(e,t,r,n){_o(t,xc(t),e,n)})),pc=xo((function(e,t,r,n){_o(t,wc(t),e,n)})),fc=Ho(Zr);var mc=Rn((function(e,t){e=me(e);var r=-1,n=t.length,o=n>2?t[2]:void 0;for(o&&ui(t[0],t[1],o)&&(n=1);++r<n;)for(var i=t[r],a=xc(i),c=-1,l=a.length;++c<l;){var u=a[c],s=e[u];(void 0===s||La(s,_e[u])&&!ke.call(e,u))&&(e[u]=i[u])}return e})),yc=Rn((function(e){return e.push(void 0,Wo),it(Nc,void 0,e)}));function bc(e,t,r){var n=null==e?void 0:pn(e,t);return void 0===n?r:n}function hc(e,t){return null!=e&&ii(e,t,hn)}var vc=Io((function(e,t,r){null!=t&&\"function\"!=typeof t.toString&&(t=Me.call(t)),e[t]=r}),Vc(Gc)),gc=Io((function(e,t,r){null!=t&&\"function\"!=typeof t.toString&&(t=Me.call(t)),ke.call(e,t)?e[t].push(r):e[t]=[r]}),Ko),_c=Rn(gn);function wc(e){return Ta(e)?Br(e):jn(e)}function xc(e){return Ta(e)?Br(e,!0):Mn(e)}var kc=xo((function(e,t,r){In(e,t,r)})),Nc=xo((function(e,t,r,n){In(e,t,r,n)})),jc=Ho((function(e,t){var r={};if(null==e)return r;var n=!1;t=ft(t,(function(t){return t=lo(t,e),n||(n=t.length>1),t})),_o(e,Zo(e),r),n&&(r=$r(r,7,Vo));for(var o=t.length;o--;)eo(r,t[o]);return r}));var Mc=Ho((function(e,t){return null==e?{}:function(e,t){return An(e,t,(function(t,r){return hc(e,r)}))}(e,t)}));function Oc(e,t){if(null==e)return{};var r=ft(Zo(e),(function(e){return[e]}));return t=Ko(t),An(e,r,(function(e,r){return t(e,r[0])}))}var Sc=Fo(wc),Ec=Fo(xc);function Lc(e){return null==e?[]:Ct(e,wc(e))}var Ic=Mo((function(e,t,r){return t=t.toLowerCase(),e+(r?Cc(t):t)}));function Cc(e){return Fc(lc(e).toLowerCase())}function Pc(e){return(e=lc(e))&&e.replace(ue,zt).replace(Pe,\"\")}var Ac=Mo((function(e,t,r){return e+(r?\"-\":\"\")+t.toLowerCase()})),Dc=Mo((function(e,t,r){return e+(r?\" \":\"\")+t.toLowerCase()})),Tc=jo(\"toLowerCase\");var zc=Mo((function(e,t,r){return e+(r?\"_\":\"\")+t.toLowerCase()}));var Bc=Mo((function(e,t,r){return e+(r?\" \":\"\")+Fc(t)}));var Rc=Mo((function(e,t,r){return e+(r?\" \":\"\")+t.toUpperCase()})),Fc=jo(\"toUpperCase\");function Uc(e,t,r){return e=lc(e),void 0===(t=r?void 0:t)?function(e){return ze.test(e)}(e)?function(e){return e.match(De)||[]}(e):function(e){return e.match(J)||[]}(e):e.match(t)||[]}var Yc=Rn((function(e,t){try{return it(e,void 0,t)}catch(e){return Fa(e)?e:new q(e)}})),Wc=Ho((function(e,t){return ct(t,(function(t){t=Oi(t),Gr(e,t,ga(e[t],e))})),e}));function Vc(e){return function(){return e}}var Qc=Eo(),Hc=Eo(!0);function Gc(e){return e}function Zc(e){return Nn(\"function\"==typeof e?e:$r(e,1))}var qc=Rn((function(e,t){return function(r){return gn(r,e,t)}})),$c=Rn((function(e,t){return function(r){return gn(e,r,t)}}));function Xc(e,t,r){var n=wc(t),o=dn(t,n);null!=r||Va(t)&&(o.length||!n.length)||(r=t,t=e,e=this,o=dn(t,wc(t)));var i=!(Va(r)&&\"chain\"in r&&!r.chain),a=Ua(e);return ct(o,(function(r){var n=t[r];e[r]=n,a&&(e.prototype[r]=function(){var t=this.__chain__;if(i||t){var r=e(this.__wrapped__),o=r.__actions__=go(this.__actions__);return o.push({func:n,args:arguments,thisArg:e}),r.__chain__=t,r}return n.apply(e,mt([this.value()],arguments))})})),e}function Kc(){}var Jc=Po(ft),el=Po(ut),tl=Po(ht);function rl(e){return si(e)?jt(Oi(e)):function(e){return function(t){return pn(t,e)}}(e)}var nl=Do(),ol=Do(!0);function il(){return[]}function al(){return!1}var cl=Co((function(e,t){return e+t}),0),ll=Bo(\"ceil\"),ul=Co((function(e,t){return e/t}),1),sl=Bo(\"floor\");var dl,pl=Co((function(e,t){return e*t}),1),fl=Bo(\"round\"),ml=Co((function(e,t){return e-t}),0);return Sr.after=function(e,t){if(\"function\"!=typeof t)throw new he(i);return e=oc(e),function(){if(--e<1)return t.apply(this,arguments)}},Sr.ary=ha,Sr.assign=uc,Sr.assignIn=sc,Sr.assignInWith=dc,Sr.assignWith=pc,Sr.at=fc,Sr.before=va,Sr.bind=ga,Sr.bindAll=Wc,Sr.bindKey=_a,Sr.castArray=function(){if(!arguments.length)return[];var e=arguments[0];return Aa(e)?e:[e]},Sr.chain=ra,Sr.chunk=function(e,t,r){t=(r?ui(e,t,r):void 0===t)?1:ar(oc(t),0);var o=null==e?0:e.length;if(!o||t<1)return[];for(var i=0,a=0,c=n(Jt(o/t));i<o;)c[a++]=Hn(e,i,i+=t);return c},Sr.compact=function(e){for(var t=-1,r=null==e?0:e.length,n=0,o=[];++t<r;){var i=e[t];i&&(o[n++]=i)}return o},Sr.concat=function(){var e=arguments.length;if(!e)return[];for(var t=n(e-1),r=arguments[0],o=e;o--;)t[o-1]=arguments[o];return mt(Aa(r)?go(r):[r],an(t,1))},Sr.cond=function(e){var t=null==e?0:e.length,r=Ko();return e=t?ft(e,(function(e){if(\"function\"!=typeof e[1])throw new he(i);return[r(e[0]),e[1]]})):[],Rn((function(r){for(var n=-1;++n<t;){var o=e[n];if(it(o[0],this,r))return it(o[1],this,r)}}))},Sr.conforms=function(e){return function(e){var t=wc(e);return function(r){return Xr(r,e,t)}}($r(e,1))},Sr.constant=Vc,Sr.countBy=ia,Sr.create=function(e,t){var r=Er(e);return null==t?r:Hr(r,t)},Sr.curry=function e(t,r,n){var o=Uo(t,8,void 0,void 0,void 0,void 0,void 0,r=n?void 0:r);return o.placeholder=e.placeholder,o},Sr.curryRight=function e(t,r,n){var o=Uo(t,16,void 0,void 0,void 0,void 0,void 0,r=n?void 0:r);return o.placeholder=e.placeholder,o},Sr.debounce=wa,Sr.defaults=mc,Sr.defaultsDeep=yc,Sr.defer=xa,Sr.delay=ka,Sr.difference=Li,Sr.differenceBy=Ii,Sr.differenceWith=Ci,Sr.drop=function(e,t,r){var n=null==e?0:e.length;return n?Hn(e,(t=r||void 0===t?1:oc(t))<0?0:t,n):[]},Sr.dropRight=function(e,t,r){var n=null==e?0:e.length;return n?Hn(e,0,(t=n-(t=r||void 0===t?1:oc(t)))<0?0:t):[]},Sr.dropRightWhile=function(e,t){return e&&e.length?ro(e,Ko(t,3),!0,!0):[]},Sr.dropWhile=function(e,t){return e&&e.length?ro(e,Ko(t,3),!0):[]},Sr.fill=function(e,t,r,n){var o=null==e?0:e.length;return o?(r&&\"number\"!=typeof r&&ui(e,t,r)&&(r=0,n=o),function(e,t,r,n){var o=e.length;for((r=oc(r))<0&&(r=-r>o?0:o+r),(n=void 0===n||n>o?o:oc(n))<0&&(n+=o),n=r>n?0:ic(n);r<n;)e[r++]=t;return e}(e,t,r,n)):[]},Sr.filter=function(e,t){return(Aa(e)?st:on)(e,Ko(t,3))},Sr.flatMap=function(e,t){return an(fa(e,t),1)},Sr.flatMapDeep=function(e,t){return an(fa(e,t),1/0)},Sr.flatMapDepth=function(e,t,r){return r=void 0===r?1:oc(r),an(fa(e,t),r)},Sr.flatten=Di,Sr.flattenDeep=function(e){return(null==e?0:e.length)?an(e,1/0):[]},Sr.flattenDepth=function(e,t){return(null==e?0:e.length)?an(e,t=void 0===t?1:oc(t)):[]},Sr.flip=function(e){return Uo(e,512)},Sr.flow=Qc,Sr.flowRight=Hc,Sr.fromPairs=function(e){for(var t=-1,r=null==e?0:e.length,n={};++t<r;){var o=e[t];n[o[0]]=o[1]}return n},Sr.functions=function(e){return null==e?[]:dn(e,wc(e))},Sr.functionsIn=function(e){return null==e?[]:dn(e,xc(e))},Sr.groupBy=sa,Sr.initial=function(e){return(null==e?0:e.length)?Hn(e,0,-1):[]},Sr.intersection=zi,Sr.intersectionBy=Bi,Sr.intersectionWith=Ri,Sr.invert=vc,Sr.invertBy=gc,Sr.invokeMap=da,Sr.iteratee=Zc,Sr.keyBy=pa,Sr.keys=wc,Sr.keysIn=xc,Sr.map=fa,Sr.mapKeys=function(e,t){var r={};return t=Ko(t,3),un(e,(function(e,n,o){Gr(r,t(e,n,o),e)})),r},Sr.mapValues=function(e,t){var r={};return t=Ko(t,3),un(e,(function(e,n,o){Gr(r,n,t(e,n,o))})),r},Sr.matches=function(e){return En($r(e,1))},Sr.matchesProperty=function(e,t){return Ln(e,$r(t,1))},Sr.memoize=Na,Sr.merge=kc,Sr.mergeWith=Nc,Sr.method=qc,Sr.methodOf=$c,Sr.mixin=Xc,Sr.negate=ja,Sr.nthArg=function(e){return e=oc(e),Rn((function(t){return Cn(t,e)}))},Sr.omit=jc,Sr.omitBy=function(e,t){return Oc(e,ja(Ko(t)))},Sr.once=function(e){return va(2,e)},Sr.orderBy=function(e,t,r,n){return null==e?[]:(Aa(t)||(t=null==t?[]:[t]),Aa(r=n?void 0:r)||(r=null==r?[]:[r]),Pn(e,t,r))},Sr.over=Jc,Sr.overArgs=Ma,Sr.overEvery=el,Sr.overSome=tl,Sr.partial=Oa,Sr.partialRight=Sa,Sr.partition=ma,Sr.pick=Mc,Sr.pickBy=Oc,Sr.property=rl,Sr.propertyOf=function(e){return function(t){return null==e?void 0:pn(e,t)}},Sr.pull=Ui,Sr.pullAll=Yi,Sr.pullAllBy=function(e,t,r){return e&&e.length&&t&&t.length?Dn(e,t,Ko(r,2)):e},Sr.pullAllWith=function(e,t,r){return e&&e.length&&t&&t.length?Dn(e,t,void 0,r):e},Sr.pullAt=Wi,Sr.range=nl,Sr.rangeRight=ol,Sr.rearg=Ea,Sr.reject=function(e,t){return(Aa(e)?st:on)(e,ja(Ko(t,3)))},Sr.remove=function(e,t){var r=[];if(!e||!e.length)return r;var n=-1,o=[],i=e.length;for(t=Ko(t,3);++n<i;){var a=e[n];t(a,n,e)&&(r.push(a),o.push(n))}return Tn(e,o),r},Sr.rest=function(e,t){if(\"function\"!=typeof e)throw new he(i);return Rn(e,t=void 0===t?t:oc(t))},Sr.reverse=Vi,Sr.sampleSize=function(e,t,r){return t=(r?ui(e,t,r):void 0===t)?1:oc(t),(Aa(e)?Fr:Un)(e,t)},Sr.set=function(e,t,r){return null==e?e:Yn(e,t,r)},Sr.setWith=function(e,t,r,n){return n=\"function\"==typeof n?n:void 0,null==e?e:Yn(e,t,r,n)},Sr.shuffle=function(e){return(Aa(e)?Ur:Qn)(e)},Sr.slice=function(e,t,r){var n=null==e?0:e.length;return n?(r&&\"number\"!=typeof r&&ui(e,t,r)?(t=0,r=n):(t=null==t?0:oc(t),r=void 0===r?n:oc(r)),Hn(e,t,r)):[]},Sr.sortBy=ya,Sr.sortedUniq=function(e){return e&&e.length?$n(e):[]},Sr.sortedUniqBy=function(e,t){return e&&e.length?$n(e,Ko(t,2)):[]},Sr.split=function(e,t,r){return r&&\"number\"!=typeof r&&ui(e,t,r)&&(t=r=void 0),(r=void 0===r?4294967295:r>>>0)?(e=lc(e))&&(\"string\"==typeof t||null!=t&&!qa(t))&&!(t=Kn(t))&&Ft(e)?so(Gt(e),0,r):e.split(t,r):[]},Sr.spread=function(e,t){if(\"function\"!=typeof e)throw new he(i);return t=null==t?0:ar(oc(t),0),Rn((function(r){var n=r[t],o=so(r,0,t);return n&&mt(o,n),it(e,this,o)}))},Sr.tail=function(e){var t=null==e?0:e.length;return t?Hn(e,1,t):[]},Sr.take=function(e,t,r){return e&&e.length?Hn(e,0,(t=r||void 0===t?1:oc(t))<0?0:t):[]},Sr.takeRight=function(e,t,r){var n=null==e?0:e.length;return n?Hn(e,(t=n-(t=r||void 0===t?1:oc(t)))<0?0:t,n):[]},Sr.takeRightWhile=function(e,t){return e&&e.length?ro(e,Ko(t,3),!1,!0):[]},Sr.takeWhile=function(e,t){return e&&e.length?ro(e,Ko(t,3)):[]},Sr.tap=function(e,t){return t(e),e},Sr.throttle=function(e,t,r){var n=!0,o=!0;if(\"function\"!=typeof e)throw new he(i);return Va(r)&&(n=\"leading\"in r?!!r.leading:n,o=\"trailing\"in r?!!r.trailing:o),wa(e,t,{leading:n,maxWait:t,trailing:o})},Sr.thru=na,Sr.toArray=rc,Sr.toPairs=Sc,Sr.toPairsIn=Ec,Sr.toPath=function(e){return Aa(e)?ft(e,Oi):Ka(e)?[e]:go(Mi(lc(e)))},Sr.toPlainObject=cc,Sr.transform=function(e,t,r){var n=Aa(e),o=n||Ba(e)||Ja(e);if(t=Ko(t,4),null==r){var i=e&&e.constructor;r=o?n?new i:[]:Va(e)&&Ua(i)?Er(Ye(e)):{}}return(o?ct:un)(e,(function(e,n,o){return t(r,e,n,o)})),r},Sr.unary=function(e){return ha(e,1)},Sr.union=Qi,Sr.unionBy=Hi,Sr.unionWith=Gi,Sr.uniq=function(e){return e&&e.length?Jn(e):[]},Sr.uniqBy=function(e,t){return e&&e.length?Jn(e,Ko(t,2)):[]},Sr.uniqWith=function(e,t){return t=\"function\"==typeof t?t:void 0,e&&e.length?Jn(e,void 0,t):[]},Sr.unset=function(e,t){return null==e||eo(e,t)},Sr.unzip=Zi,Sr.unzipWith=qi,Sr.update=function(e,t,r){return null==e?e:to(e,t,co(r))},Sr.updateWith=function(e,t,r,n){return n=\"function\"==typeof n?n:void 0,null==e?e:to(e,t,co(r),n)},Sr.values=Lc,Sr.valuesIn=function(e){return null==e?[]:Ct(e,xc(e))},Sr.without=$i,Sr.words=Uc,Sr.wrap=function(e,t){return Oa(co(t),e)},Sr.xor=Xi,Sr.xorBy=Ki,Sr.xorWith=Ji,Sr.zip=ea,Sr.zipObject=function(e,t){return io(e||[],t||[],Wr)},Sr.zipObjectDeep=function(e,t){return io(e||[],t||[],Yn)},Sr.zipWith=ta,Sr.entries=Sc,Sr.entriesIn=Ec,Sr.extend=sc,Sr.extendWith=dc,Xc(Sr,Sr),Sr.add=cl,Sr.attempt=Yc,Sr.camelCase=Ic,Sr.capitalize=Cc,Sr.ceil=ll,Sr.clamp=function(e,t,r){return void 0===r&&(r=t,t=void 0),void 0!==r&&(r=(r=ac(r))==r?r:0),void 0!==t&&(t=(t=ac(t))==t?t:0),qr(ac(e),t,r)},Sr.clone=function(e){return $r(e,4)},Sr.cloneDeep=function(e){return $r(e,5)},Sr.cloneDeepWith=function(e,t){return $r(e,5,t=\"function\"==typeof t?t:void 0)},Sr.cloneWith=function(e,t){return $r(e,4,t=\"function\"==typeof t?t:void 0)},Sr.conformsTo=function(e,t){return null==t||Xr(e,t,wc(t))},Sr.deburr=Pc,Sr.defaultTo=function(e,t){return null==e||e!=e?t:e},Sr.divide=ul,Sr.endsWith=function(e,t,r){e=lc(e),t=Kn(t);var n=e.length,o=r=void 0===r?n:qr(oc(r),0,n);return(r-=t.length)>=0&&e.slice(r,o)==t},Sr.eq=La,Sr.escape=function(e){return(e=lc(e))&&R.test(e)?e.replace(z,Bt):e},Sr.escapeRegExp=function(e){return(e=lc(e))&&G.test(e)?e.replace(H,\"\\\\$&\"):e},Sr.every=function(e,t,r){var n=Aa(e)?ut:rn;return r&&ui(e,t,r)&&(t=void 0),n(e,Ko(t,3))},Sr.find=aa,Sr.findIndex=Pi,Sr.findKey=function(e,t){return gt(e,Ko(t,3),un)},Sr.findLast=ca,Sr.findLastIndex=Ai,Sr.findLastKey=function(e,t){return gt(e,Ko(t,3),sn)},Sr.floor=sl,Sr.forEach=la,Sr.forEachRight=ua,Sr.forIn=function(e,t){return null==e?e:cn(e,Ko(t,3),xc)},Sr.forInRight=function(e,t){return null==e?e:ln(e,Ko(t,3),xc)},Sr.forOwn=function(e,t){return e&&un(e,Ko(t,3))},Sr.forOwnRight=function(e,t){return e&&sn(e,Ko(t,3))},Sr.get=bc,Sr.gt=Ia,Sr.gte=Ca,Sr.has=function(e,t){return null!=e&&ii(e,t,bn)},Sr.hasIn=hc,Sr.head=Ti,Sr.identity=Gc,Sr.includes=function(e,t,r,n){e=Ta(e)?e:Lc(e),r=r&&!n?oc(r):0;var o=e.length;return r<0&&(r=ar(o+r,0)),Xa(e)?r<=o&&e.indexOf(t,r)>-1:!!o&&wt(e,t,r)>-1},Sr.indexOf=function(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var o=null==r?0:oc(r);return o<0&&(o=ar(n+o,0)),wt(e,t,o)},Sr.inRange=function(e,t,r){return t=nc(t),void 0===r?(r=t,t=0):r=nc(r),function(e,t,r){return e>=cr(t,r)&&e<ar(t,r)}(e=ac(e),t,r)},Sr.invoke=_c,Sr.isArguments=Pa,Sr.isArray=Aa,Sr.isArrayBuffer=Da,Sr.isArrayLike=Ta,Sr.isArrayLikeObject=za,Sr.isBoolean=function(e){return!0===e||!1===e||Qa(e)&&mn(e)==s},Sr.isBuffer=Ba,Sr.isDate=Ra,Sr.isElement=function(e){return Qa(e)&&1===e.nodeType&&!Za(e)},Sr.isEmpty=function(e){if(null==e)return!0;if(Ta(e)&&(Aa(e)||\"string\"==typeof e||\"function\"==typeof e.splice||Ba(e)||Ja(e)||Pa(e)))return!e.length;var t=oi(e);if(t==y||t==g)return!e.size;if(fi(e))return!jn(e).length;for(var r in e)if(ke.call(e,r))return!1;return!0},Sr.isEqual=function(e,t){return wn(e,t)},Sr.isEqualWith=function(e,t,r){var n=(r=\"function\"==typeof r?r:void 0)?r(e,t):void 0;return void 0===n?wn(e,t,void 0,r):!!n},Sr.isError=Fa,Sr.isFinite=function(e){return\"number\"==typeof e&&nr(e)},Sr.isFunction=Ua,Sr.isInteger=Ya,Sr.isLength=Wa,Sr.isMap=Ha,Sr.isMatch=function(e,t){return e===t||xn(e,t,ei(t))},Sr.isMatchWith=function(e,t,r){return r=\"function\"==typeof r?r:void 0,xn(e,t,ei(t),r)},Sr.isNaN=function(e){return Ga(e)&&e!=+e},Sr.isNative=function(e){if(pi(e))throw new q(\"Unsupported core-js use. Try https://npms.io/search?q=ponyfill.\");return kn(e)},Sr.isNil=function(e){return null==e},Sr.isNull=function(e){return null===e},Sr.isNumber=Ga,Sr.isObject=Va,Sr.isObjectLike=Qa,Sr.isPlainObject=Za,Sr.isRegExp=qa,Sr.isSafeInteger=function(e){return Ya(e)&&e>=-9007199254740991&&e<=9007199254740991},Sr.isSet=$a,Sr.isString=Xa,Sr.isSymbol=Ka,Sr.isTypedArray=Ja,Sr.isUndefined=function(e){return void 0===e},Sr.isWeakMap=function(e){return Qa(e)&&oi(e)==x},Sr.isWeakSet=function(e){return Qa(e)&&\"[object WeakSet]\"==mn(e)},Sr.join=function(e,t){return null==e?\"\":or.call(e,t)},Sr.kebabCase=Ac,Sr.last=Fi,Sr.lastIndexOf=function(e,t,r){var n=null==e?0:e.length;if(!n)return-1;var o=n;return void 0!==r&&(o=(o=oc(r))<0?ar(n+o,0):cr(o,n-1)),t==t?function(e,t,r){for(var n=r+1;n--;)if(e[n]===t)return n;return n}(e,t,o):_t(e,kt,o,!0)},Sr.lowerCase=Dc,Sr.lowerFirst=Tc,Sr.lt=ec,Sr.lte=tc,Sr.max=function(e){return e&&e.length?nn(e,Gc,yn):void 0},Sr.maxBy=function(e,t){return e&&e.length?nn(e,Ko(t,2),yn):void 0},Sr.mean=function(e){return Nt(e,Gc)},Sr.meanBy=function(e,t){return Nt(e,Ko(t,2))},Sr.min=function(e){return e&&e.length?nn(e,Gc,On):void 0},Sr.minBy=function(e,t){return e&&e.length?nn(e,Ko(t,2),On):void 0},Sr.stubArray=il,Sr.stubFalse=al,Sr.stubObject=function(){return{}},Sr.stubString=function(){return\"\"},Sr.stubTrue=function(){return!0},Sr.multiply=pl,Sr.nth=function(e,t){return e&&e.length?Cn(e,oc(t)):void 0},Sr.noConflict=function(){return Ge._===this&&(Ge._=Se),this},Sr.noop=Kc,Sr.now=ba,Sr.pad=function(e,t,r){e=lc(e);var n=(t=oc(t))?Ht(e):0;if(!t||n>=t)return e;var o=(t-n)/2;return Ao(er(o),r)+e+Ao(Jt(o),r)},Sr.padEnd=function(e,t,r){e=lc(e);var n=(t=oc(t))?Ht(e):0;return t&&n<t?e+Ao(t-n,r):e},Sr.padStart=function(e,t,r){e=lc(e);var n=(t=oc(t))?Ht(e):0;return t&&n<t?Ao(t-n,r)+e:e},Sr.parseInt=function(e,t,r){return r||null==t?t=0:t&&(t=+t),ur(lc(e).replace(Z,\"\"),t||0)},Sr.random=function(e,t,r){if(r&&\"boolean\"!=typeof r&&ui(e,t,r)&&(t=r=void 0),void 0===r&&(\"boolean\"==typeof t?(r=t,t=void 0):\"boolean\"==typeof e&&(r=e,e=void 0)),void 0===e&&void 0===t?(e=0,t=1):(e=nc(e),void 0===t?(t=e,e=0):t=nc(t)),e>t){var n=e;e=t,t=n}if(r||e%1||t%1){var o=sr();return cr(e+o*(t-e+We(\"1e-\"+((o+\"\").length-1))),t)}return zn(e,t)},Sr.reduce=function(e,t,r){var n=Aa(e)?yt:Ot,o=arguments.length<3;return n(e,Ko(t,4),r,o,en)},Sr.reduceRight=function(e,t,r){var n=Aa(e)?bt:Ot,o=arguments.length<3;return n(e,Ko(t,4),r,o,tn)},Sr.repeat=function(e,t,r){return t=(r?ui(e,t,r):void 0===t)?1:oc(t),Bn(lc(e),t)},Sr.replace=function(){var e=arguments,t=lc(e[0]);return e.length<3?t:t.replace(e[1],e[2])},Sr.result=function(e,t,r){var n=-1,o=(t=lo(t,e)).length;for(o||(o=1,e=void 0);++n<o;){var i=null==e?void 0:e[Oi(t[n])];void 0===i&&(n=o,i=r),e=Ua(i)?i.call(e):i}return e},Sr.round=fl,Sr.runInContext=e,Sr.sample=function(e){return(Aa(e)?Rr:Fn)(e)},Sr.size=function(e){if(null==e)return 0;if(Ta(e))return Xa(e)?Ht(e):e.length;var t=oi(e);return t==y||t==g?e.size:jn(e).length},Sr.snakeCase=zc,Sr.some=function(e,t,r){var n=Aa(e)?ht:Gn;return r&&ui(e,t,r)&&(t=void 0),n(e,Ko(t,3))},Sr.sortedIndex=function(e,t){return Zn(e,t)},Sr.sortedIndexBy=function(e,t,r){return qn(e,t,Ko(r,2))},Sr.sortedIndexOf=function(e,t){var r=null==e?0:e.length;if(r){var n=Zn(e,t);if(n<r&&La(e[n],t))return n}return-1},Sr.sortedLastIndex=function(e,t){return Zn(e,t,!0)},Sr.sortedLastIndexBy=function(e,t,r){return qn(e,t,Ko(r,2),!0)},Sr.sortedLastIndexOf=function(e,t){if(null==e?0:e.length){var r=Zn(e,t,!0)-1;if(La(e[r],t))return r}return-1},Sr.startCase=Bc,Sr.startsWith=function(e,t,r){return e=lc(e),r=null==r?0:qr(oc(r),0,e.length),t=Kn(t),e.slice(r,r+t.length)==t},Sr.subtract=ml,Sr.sum=function(e){return e&&e.length?St(e,Gc):0},Sr.sumBy=function(e,t){return e&&e.length?St(e,Ko(t,2)):0},Sr.template=function(e,t,r){var n=Sr.templateSettings;r&&ui(e,t,r)&&(t=void 0),e=lc(e),t=dc({},t,n,Yo);var o,i,a=dc({},t.imports,n.imports,Yo),c=wc(a),l=Ct(a,c),u=0,s=t.interpolate||se,d=\"__p += '\",p=ye((t.escape||se).source+\"|\"+s.source+\"|\"+(s===Y?re:se).source+\"|\"+(t.evaluate||se).source+\"|$\",\"g\"),f=\"//# sourceURL=\"+(ke.call(t,\"sourceURL\")?(t.sourceURL+\"\").replace(/\\s/g,\" \"):\"lodash.templateSources[\"+ ++Re+\"]\")+\"\\n\";e.replace(p,(function(t,r,n,a,c,l){return n||(n=a),d+=e.slice(u,l).replace(de,Rt),r&&(o=!0,d+=\"' +\\n__e(\"+r+\") +\\n'\"),c&&(i=!0,d+=\"';\\n\"+c+\";\\n__p += '\"),n&&(d+=\"' +\\n((__t = (\"+n+\")) == null ? '' : __t) +\\n'\"),u=l+t.length,t})),d+=\"';\\n\";var m=ke.call(t,\"variable\")&&t.variable;if(m){if(ee.test(m))throw new q(\"Invalid `variable` option passed into `_.template`\")}else d=\"with (obj) {\\n\"+d+\"\\n}\\n\";d=(i?d.replace(P,\"\"):d).replace(A,\"$1\").replace(D,\"$1;\"),d=\"function(\"+(m||\"obj\")+\") {\\n\"+(m?\"\":\"obj || (obj = {});\\n\")+\"var __t, __p = ''\"+(o?\", __e = _.escape\":\"\")+(i?\", __j = Array.prototype.join;\\nfunction print() { __p += __j.call(arguments, '') }\\n\":\";\\n\")+d+\"return __p\\n}\";var y=Yc((function(){return pe(c,f+\"return \"+d).apply(void 0,l)}));if(y.source=d,Fa(y))throw y;return y},Sr.times=function(e,t){if((e=oc(e))<1||e>9007199254740991)return[];var r=4294967295,n=cr(e,4294967295);e-=4294967295;for(var o=Et(n,t=Ko(t));++r<e;)t(r);return o},Sr.toFinite=nc,Sr.toInteger=oc,Sr.toLength=ic,Sr.toLower=function(e){return lc(e).toLowerCase()},Sr.toNumber=ac,Sr.toSafeInteger=function(e){return e?qr(oc(e),-9007199254740991,9007199254740991):0===e?e:0},Sr.toString=lc,Sr.toUpper=function(e){return lc(e).toUpperCase()},Sr.trim=function(e,t,r){if((e=lc(e))&&(r||void 0===t))return Lt(e);if(!e||!(t=Kn(t)))return e;var n=Gt(e),o=Gt(t);return so(n,At(n,o),Dt(n,o)+1).join(\"\")},Sr.trimEnd=function(e,t,r){if((e=lc(e))&&(r||void 0===t))return e.slice(0,Zt(e)+1);if(!e||!(t=Kn(t)))return e;var n=Gt(e);return so(n,0,Dt(n,Gt(t))+1).join(\"\")},Sr.trimStart=function(e,t,r){if((e=lc(e))&&(r||void 0===t))return e.replace(Z,\"\");if(!e||!(t=Kn(t)))return e;var n=Gt(e);return so(n,At(n,Gt(t))).join(\"\")},Sr.truncate=function(e,t){var r=30,n=\"...\";if(Va(t)){var o=\"separator\"in t?t.separator:o;r=\"length\"in t?oc(t.length):r,n=\"omission\"in t?Kn(t.omission):n}var i=(e=lc(e)).length;if(Ft(e)){var a=Gt(e);i=a.length}if(r>=i)return e;var c=r-Ht(n);if(c<1)return n;var l=a?so(a,0,c).join(\"\"):e.slice(0,c);if(void 0===o)return l+n;if(a&&(c+=l.length-c),qa(o)){if(e.slice(c).search(o)){var u,s=l;for(o.global||(o=ye(o.source,lc(ne.exec(o))+\"g\")),o.lastIndex=0;u=o.exec(s);)var d=u.index;l=l.slice(0,void 0===d?c:d)}}else if(e.indexOf(Kn(o),c)!=c){var p=l.lastIndexOf(o);p>-1&&(l=l.slice(0,p))}return l+n},Sr.unescape=function(e){return(e=lc(e))&&B.test(e)?e.replace(T,qt):e},Sr.uniqueId=function(e){var t=++Ne;return lc(e)+t},Sr.upperCase=Rc,Sr.upperFirst=Fc,Sr.each=la,Sr.eachRight=ua,Sr.first=Ti,Xc(Sr,(dl={},un(Sr,(function(e,t){ke.call(Sr.prototype,t)||(dl[t]=e)})),dl),{chain:!1}),Sr.VERSION=\"4.17.21\",ct([\"bind\",\"bindKey\",\"curry\",\"curryRight\",\"partial\",\"partialRight\"],(function(e){Sr[e].placeholder=Sr})),ct([\"drop\",\"take\"],(function(e,t){Cr.prototype[e]=function(r){r=void 0===r?1:ar(oc(r),0);var n=this.__filtered__&&!t?new Cr(this):this.clone();return n.__filtered__?n.__takeCount__=cr(r,n.__takeCount__):n.__views__.push({size:cr(r,4294967295),type:e+(n.__dir__<0?\"Right\":\"\")}),n},Cr.prototype[e+\"Right\"]=function(t){return this.reverse()[e](t).reverse()}})),ct([\"filter\",\"map\",\"takeWhile\"],(function(e,t){var r=t+1,n=1==r||3==r;Cr.prototype[e]=function(e){var t=this.clone();return t.__iteratees__.push({iteratee:Ko(e,3),type:r}),t.__filtered__=t.__filtered__||n,t}})),ct([\"head\",\"last\"],(function(e,t){var r=\"take\"+(t?\"Right\":\"\");Cr.prototype[e]=function(){return this[r](1).value()[0]}})),ct([\"initial\",\"tail\"],(function(e,t){var r=\"drop\"+(t?\"\":\"Right\");Cr.prototype[e]=function(){return this.__filtered__?new Cr(this):this[r](1)}})),Cr.prototype.compact=function(){return this.filter(Gc)},Cr.prototype.find=function(e){return this.filter(e).head()},Cr.prototype.findLast=function(e){return this.reverse().find(e)},Cr.prototype.invokeMap=Rn((function(e,t){return\"function\"==typeof e?new Cr(this):this.map((function(r){return gn(r,e,t)}))})),Cr.prototype.reject=function(e){return this.filter(ja(Ko(e)))},Cr.prototype.slice=function(e,t){e=oc(e);var r=this;return r.__filtered__&&(e>0||t<0)?new Cr(r):(e<0?r=r.takeRight(-e):e&&(r=r.drop(e)),void 0!==t&&(r=(t=oc(t))<0?r.dropRight(-t):r.take(t-e)),r)},Cr.prototype.takeRightWhile=function(e){return this.reverse().takeWhile(e).reverse()},Cr.prototype.toArray=function(){return this.take(4294967295)},un(Cr.prototype,(function(e,t){var r=/^(?:filter|find|map|reject)|While$/.test(t),n=/^(?:head|last)$/.test(t),o=Sr[n?\"take\"+(\"last\"==t?\"Right\":\"\"):t],i=n||/^find/.test(t);o&&(Sr.prototype[t]=function(){var t=this.__wrapped__,a=n?[1]:arguments,c=t instanceof Cr,l=a[0],u=c||Aa(t),s=function(e){var t=o.apply(Sr,mt([e],a));return n&&d?t[0]:t};u&&r&&\"function\"==typeof l&&1!=l.length&&(c=u=!1);var d=this.__chain__,p=!!this.__actions__.length,f=i&&!d,m=c&&!p;if(!i&&u){t=m?t:new Cr(this);var y=e.apply(t,a);return y.__actions__.push({func:na,args:[s],thisArg:void 0}),new Ir(y,d)}return f&&m?e.apply(this,a):(y=this.thru(s),f?n?y.value()[0]:y.value():y)})})),ct([\"pop\",\"push\",\"shift\",\"sort\",\"splice\",\"unshift\"],(function(e){var t=ve[e],r=/^(?:push|sort|unshift)$/.test(e)?\"tap\":\"thru\",n=/^(?:pop|shift)$/.test(e);Sr.prototype[e]=function(){var e=arguments;if(n&&!this.__chain__){var o=this.value();return t.apply(Aa(o)?o:[],e)}return this[r]((function(r){return t.apply(Aa(r)?r:[],e)}))}})),un(Cr.prototype,(function(e,t){var r=Sr[t];if(r){var n=r.name+\"\";ke.call(gr,n)||(gr[n]=[]),gr[n].push({name:t,func:r})}})),gr[Lo(void 0,2).name]=[{name:\"wrapper\",func:void 0}],Cr.prototype.clone=function(){var e=new Cr(this.__wrapped__);return e.__actions__=go(this.__actions__),e.__dir__=this.__dir__,e.__filtered__=this.__filtered__,e.__iteratees__=go(this.__iteratees__),e.__takeCount__=this.__takeCount__,e.__views__=go(this.__views__),e},Cr.prototype.reverse=function(){if(this.__filtered__){var e=new Cr(this);e.__dir__=-1,e.__filtered__=!0}else(e=this.clone()).__dir__*=-1;return e},Cr.prototype.value=function(){var e=this.__wrapped__.value(),t=this.__dir__,r=Aa(e),n=t<0,o=r?e.length:0,i=function(e,t,r){var n=-1,o=r.length;for(;++n<o;){var i=r[n],a=i.size;switch(i.type){case\"drop\":e+=a;break;case\"dropRight\":t-=a;break;case\"take\":t=cr(t,e+a);break;case\"takeRight\":e=ar(e,t-a)}}return{start:e,end:t}}(0,o,this.__views__),a=i.start,c=i.end,l=c-a,u=n?c:a-1,s=this.__iteratees__,d=s.length,p=0,f=cr(l,this.__takeCount__);if(!r||!n&&o==l&&f==l)return no(e,this.__actions__);var m=[];e:for(;l--&&p<f;){for(var y=-1,b=e[u+=t];++y<d;){var h=s[y],v=h.iteratee,g=h.type,_=v(b);if(2==g)b=_;else if(!_){if(1==g)continue e;break e}}m[p++]=b}return m},Sr.prototype.at=oa,Sr.prototype.chain=function(){return ra(this)},Sr.prototype.commit=function(){return new Ir(this.value(),this.__chain__)},Sr.prototype.next=function(){void 0===this.__values__&&(this.__values__=rc(this.value()));var e=this.__index__>=this.__values__.length;return{done:e,value:e?void 0:this.__values__[this.__index__++]}},Sr.prototype.plant=function(e){for(var t,r=this;r instanceof Lr;){var n=Ei(r);n.__index__=0,n.__values__=void 0,t?o.__wrapped__=n:t=n;var o=n;r=r.__wrapped__}return o.__wrapped__=e,t},Sr.prototype.reverse=function(){var e=this.__wrapped__;if(e instanceof Cr){var t=e;return this.__actions__.length&&(t=new Cr(this)),(t=t.reverse()).__actions__.push({func:na,args:[Vi],thisArg:void 0}),new Ir(t,this.__chain__)}return this.thru(Vi)},Sr.prototype.toJSON=Sr.prototype.valueOf=Sr.prototype.value=function(){return no(this.__wrapped__,this.__actions__)},Sr.prototype.first=Sr.prototype.head,Xe&&(Sr.prototype[Xe]=function(){return this}),Sr}();Ge._=$t,void 0===(o=function(){return $t}.call(t,r,t,n))||(n.exports=o)}).call(this)}).call(this,r(27),r(145)(e))},function(e,t,r){\"use strict\";r.d(t,\"a\",(function(){return i}));var n=r(34);var o=r(42);function i(e){return function(e){if(Array.isArray(e))return Object(n.a)(e)}(e)||function(e){if(\"undefined\"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e[\"@@iterator\"])return Array.from(e)}(e)||Object(o.a)(e)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}},,function(e,t,r){var n=r(215)();e.exports=n;try{regeneratorRuntime=n}catch(e){\"object\"==typeof globalThis?globalThis.regeneratorRuntime=n:Function(\"r\",\"regeneratorRuntime = r\")(n)}},,function(e,t,r){\"use strict\";r.d(t,\"a\",(function(){return f})),r.d(t,\"b\",(function(){return d})),r.d(t,\"c\",(function(){return s})),r.d(t,\"d\",(function(){return w})),r.d(t,\"e\",(function(){return a})),r.d(t,\"f\",(function(){return b})),r.d(t,\"g\",(function(){return l})),r.d(t,\"h\",(function(){return c}));var n=r(1),o=r(0);const i=Symbol.for(\"Animated:node\"),a=e=>e&&e[i],c=(e,t)=>Object(n.h)(e,i,t),l=e=>e&&e[i]&&e[i].getPayload();class u{constructor(){this.payload=void 0,c(this,this)}getPayload(){return this.payload||[]}}class s extends u{constructor(e){super(),this.done=!0,this.elapsedTime=void 0,this.lastPosition=void 0,this.lastVelocity=void 0,this.v0=void 0,this.durationProgress=0,this._value=e,n.t.num(this._value)&&(this.lastPosition=this._value)}static create(e){return new s(e)}getPayload(){return[this]}getValue(){return this._value}setValue(e,t){return n.t.num(e)&&(this.lastPosition=e,t&&(e=Math.round(e/t)*t,this.done&&(this.lastPosition=e))),this._value!==e&&(this._value=e,!0)}reset(){const{done:e}=this;this.done=!1,n.t.num(this._value)&&(this.elapsedTime=0,this.durationProgress=0,this.lastPosition=this._value,e&&(this.lastVelocity=null),this.v0=null)}}class d extends s{constructor(e){super(0),this._string=null,this._toString=void 0,this._toString=Object(n.f)({output:[e,e]})}static create(e){return new d(e)}getValue(){let e=this._string;return null==e?this._string=this._toString(this._value):e}setValue(e){if(n.t.str(e)){if(e==this._string)return!1;this._string=e,this._value=1}else{if(!super.setValue(e))return!1;this._string=null}return!0}reset(e){e&&(this._toString=Object(n.f)({output:[this.getValue(),e]})),this._value=0,super.reset()}}const p={dependencies:null};class f extends u{constructor(e){super(),this.source=e,this.setValue(e)}getValue(e){const t={};return Object(n.l)(this.source,(r,o)=>{var a;(a=r)&&a[i]===a?t[o]=r.getValue(e):Object(n.s)(r)?t[o]=Object(n.r)(r):e||(t[o]=r)}),t}setValue(e){this.source=e,this.payload=this._makePayload(e)}reset(){this.payload&&Object(n.k)(this.payload,e=>e.reset())}_makePayload(e){if(e){const t=new Set;return Object(n.l)(e,this._addToPayload,t),Array.from(t)}}_addToPayload(e){p.dependencies&&Object(n.s)(e)&&p.dependencies.add(e);const t=l(e);t&&Object(n.k)(t,e=>this.add(e))}}class m extends f{constructor(e){super(e)}static create(e){return new m(e)}getValue(){return this.source.map(e=>e.getValue())}setValue(e){const t=this.getPayload();return e.length==t.length?t.map((t,r)=>t.setValue(e[r])).some(Boolean):(super.setValue(e.map(y)),!0)}}function y(e){return(Object(n.u)(e)?d:s).create(e)}function b(e){const t=a(e);return t?t.constructor:n.t.arr(e)?m:Object(n.u)(e)?d:s}function h(){return(h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}const v=(e,t)=>{const r=!n.t.fun(e)||e.prototype&&e.prototype.isReactComponent;return Object(o.forwardRef)((i,a)=>{const c=Object(o.useRef)(null),l=r&&Object(o.useCallback)(e=>{c.current=function(e,t){e&&(n.t.fun(e)?e(t):e.current=t);return t}(a,e)},[a]),[u,s]=function(e,t){const r=new Set;p.dependencies=r,e.style&&(e=h({},e,{style:t.createAnimatedStyle(e.style)}));return e=new f(e),p.dependencies=null,[e,r]}(i,t),d=Object(n.D)(),m=()=>{const e=c.current;if(r&&!e)return;!1===(!!e&&t.applyAnimatedValues(e,u.getValue(!0)))&&d()},y=new g(m,s),b=Object(o.useRef)();Object(n.E)(()=>(b.current=y,Object(n.k)(s,e=>Object(n.c)(e,y)),()=>{b.current&&(Object(n.k)(b.current.deps,e=>Object(n.A)(e,b.current)),n.z.cancel(b.current.update))})),Object(o.useEffect)(m,[]),Object(n.G)(()=>()=>{const e=b.current;Object(n.k)(e.deps,t=>Object(n.A)(t,e))});const v=t.getComponentProps(u.getValue());return o.createElement(e,h({},v,{ref:l}))})};class g{constructor(e,t){this.update=e,this.deps=t}eventObserved(e){\"change\"==e.type&&n.z.write(this.update)}}const _=Symbol.for(\"AnimatedComponent\"),w=(e,{applyAnimatedValues:t=(()=>!1),createAnimatedStyle:r=(e=>new f(e)),getComponentProps:o=(e=>e)}={})=>{const i={applyAnimatedValues:t,createAnimatedStyle:r,getComponentProps:o},a=e=>{const t=x(e)||\"Anonymous\";return(e=n.t.str(e)?a[e]||(a[e]=v(e,i)):e[_]||(e[_]=v(e,i))).displayName=`Animated(${t})`,e};return Object(n.l)(e,(t,r)=>{n.t.arr(e)&&(r=x(t)),a[r]=a(t)}),{animated:a}},x=e=>n.t.str(e)?e:e&&n.t.str(e.displayName)?e.displayName:n.t.fun(e)&&e.name||null},,,function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.parseStartTime=function(e){return p(e,l)},t.parseEndTime=function(e){return p(e,u)},t.randomString=function(){return Math.random().toString(36).substr(2,5)},t.queryString=function(e){return Object.keys(e).map((function(t){return\"\".concat(t,\"=\").concat(e[t])})).join(\"&\")},t.getSDK=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:null,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:function(){return!0},i=arguments.length>4&&void 0!==arguments[4]?arguments[4]:n.default,a=f(t);if(a&&o(a))return Promise.resolve(a);return new Promise((function(n,o){if(m[e])m[e].push({resolve:n,reject:o});else{m[e]=[{resolve:n,reject:o}];var a=function(t){m[e].forEach((function(e){return e.resolve(t)}))};if(r){var c=window[r];window[r]=function(){c&&c(),a(f(t))}}i(e,(function(n){n?(m[e].forEach((function(e){return e.reject(n)})),m[e]=null):r||a(f(t))}))}}))},t.getConfig=function(e,t){return(0,o.default)(t.config,e.config)},t.omit=function(e){for(var t,r=arguments.length,n=new Array(r>1?r-1:0),o=1;o<r;o++)n[o-1]=arguments[o];for(var i=(t=[]).concat.apply(t,n),a={},c=Object.keys(e),l=0,u=c;l<u.length;l++){var s=u[l];-1===i.indexOf(s)&&(a[s]=e[s])}return a},t.callPlayer=function(e){var t;if(!this.player||!this.player[e]){var r=\"ReactPlayer: \".concat(this.constructor.displayName,\" player could not call %c\").concat(e,\"%c – \");return this.player?this.player[e]||(r+=\"The method was not available\"):r+=\"The player was not available\",console.warn(r,\"font-weight: bold\",\"\"),null}for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i<n;i++)o[i-1]=arguments[i];return(t=this.player)[e].apply(t,o)},t.isMediaStream=function(e){return\"undefined\"!=typeof window&&void 0!==window.MediaStream&&e instanceof window.MediaStream},t.isBlobUrl=function(e){return/^blob:/.test(e)},t.supportsWebKitPresentationMode=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document.createElement(\"video\"),t=!1===/iPhone|iPod/.test(navigator.userAgent);return e.webkitSupportsPresentationMode&&\"function\"==typeof e.webkitSetPresentationMode&&t};var n=i(r(219)),o=i(r(150));function i(e){return e&&e.__esModule?e:{default:e}}function a(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(\"undefined\"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var r=[],n=!0,o=!1,i=void 0;try{for(var a,c=e[Symbol.iterator]();!(n=(a=c.next()).done)&&(r.push(a.value),!t||r.length!==t);n=!0);}catch(e){o=!0,i=e}finally{try{n||null==c.return||c.return()}finally{if(o)throw i}}return r}(e,t)||function(e,t){if(!e)return;if(\"string\"==typeof e)return c(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===r&&e.constructor&&(r=e.constructor.name);if(\"Map\"===r||\"Set\"===r)return Array.from(e);if(\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return c(e,t)}(e,t)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function c(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var l=/[?&#](?:start|t)=([0-9hms]+)/,u=/[?&#]end=([0-9hms]+)/,s=/(\\d+)(h|m|s)/g,d=/^\\d+$/;function p(e,t){if(!(e instanceof Array)){var r=e.match(t);if(r){var n=r[1];if(n.match(s))return function(e){var t=0,r=s.exec(e);for(;null!==r;){var n=a(r,3),o=n[1],i=n[2];\"h\"===i&&(t+=60*parseInt(o,10)*60),\"m\"===i&&(t+=60*parseInt(o,10)),\"s\"===i&&(t+=parseInt(o,10)),r=s.exec(e)}return t}(n);if(d.test(n))return parseInt(n)}}}function f(e){return window[e]?window[e]:window.exports&&window.exports[e]?window.exports[e]:window.module&&window.module.exports&&window.module.exports[e]?window.module.exports[e]:null}var m={}},function(e,t,r){\"use strict\";function n(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}r.d(t,\"a\",(function(){return n}))},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.canPlay=t.FLV_EXTENSIONS=t.DASH_EXTENSIONS=t.HLS_EXTENSIONS=t.VIDEO_EXTENSIONS=t.AUDIO_EXTENSIONS=t.MATCH_URL_KALTURA=t.MATCH_URL_VIDYARD=t.MATCH_URL_MIXCLOUD=t.MATCH_URL_DAILYMOTION=t.MATCH_URL_TWITCH_CHANNEL=t.MATCH_URL_TWITCH_VIDEO=t.MATCH_URL_WISTIA=t.MATCH_URL_STREAMABLE=t.MATCH_URL_FACEBOOK_WATCH=t.MATCH_URL_FACEBOOK=t.MATCH_URL_VIMEO=t.MATCH_URL_SOUNDCLOUD=t.MATCH_URL_YOUTUBE=void 0;var n=r(15);function o(e,t){var r;if(\"undefined\"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(r=function(e,t){if(!e)return;if(\"string\"==typeof e)return i(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===r&&e.constructor&&(r=e.constructor.name);if(\"Map\"===r||\"Set\"===r)return Array.from(e);if(\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return i(e,t)}(e))||t&&e&&\"number\"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}var a,c=!0,l=!1;return{s:function(){r=e[Symbol.iterator]()},n:function(){var e=r.next();return c=e.done,e},e:function(e){l=!0,a=e},f:function(){try{c||null==r.return||r.return()}finally{if(l)throw a}}}}function i(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var a=/(?:youtu\\.be\\/|youtube(?:-nocookie)?\\.com\\/(?:embed\\/|v\\/|watch\\/|watch\\?v=|watch\\?.+&v=))((\\w|-){11})|youtube\\.com\\/playlist\\?list=|youtube\\.com\\/user\\//;t.MATCH_URL_YOUTUBE=a;var c=/(?:soundcloud\\.com|snd\\.sc)\\/[^.]+$/;t.MATCH_URL_SOUNDCLOUD=c;var l=/vimeo\\.com\\/.+/;t.MATCH_URL_VIMEO=l;var u=/^https?:\\/\\/(www\\.)?facebook\\.com.*\\/(video(s)?|watch|story)(\\.php?|\\/).+$/;t.MATCH_URL_FACEBOOK=u;var s=/^https?:\\/\\/fb\\.watch\\/.+$/;t.MATCH_URL_FACEBOOK_WATCH=s;var d=/streamable\\.com\\/([a-z0-9]+)$/;t.MATCH_URL_STREAMABLE=d;var p=/(?:wistia\\.(?:com|net)|wi\\.st)\\/(?:medias|embed)\\/(?:iframe\\/)?(.*)$/;t.MATCH_URL_WISTIA=p;var f=/(?:www\\.|go\\.)?twitch\\.tv\\/videos\\/(\\d+)($|\\?)/;t.MATCH_URL_TWITCH_VIDEO=f;var m=/(?:www\\.|go\\.)?twitch\\.tv\\/([a-zA-Z0-9_]+)($|\\?)/;t.MATCH_URL_TWITCH_CHANNEL=m;var y=/^(?:(?:https?):)?(?:\\/\\/)?(?:www\\.)?(?:(?:dailymotion\\.com(?:\\/embed)?\\/video)|dai\\.ly)\\/([a-zA-Z0-9]+)(?:_[\\w_-]+)?$/;t.MATCH_URL_DAILYMOTION=y;var b=/mixcloud\\.com\\/([^/]+\\/[^/]+)/;t.MATCH_URL_MIXCLOUD=b;var h=/vidyard.com\\/(?:watch\\/)?([a-zA-Z0-9-]+)/;t.MATCH_URL_VIDYARD=h;var v=/^https?:\\/\\/[a-zA-Z]+\\.kaltura.(com|org)\\/p\\/([0-9]+)\\/sp\\/([0-9]+)00\\/embedIframeJs\\/uiconf_id\\/([0-9]+)\\/partner_id\\/([0-9]+)(.*)entry_id.([a-zA-Z0-9-_]+)$/;t.MATCH_URL_KALTURA=v;var g=/\\.(m4a|mp4a|mpga|mp2|mp2a|mp3|m2a|m3a|wav|weba|aac|oga|spx)($|\\?)/i;t.AUDIO_EXTENSIONS=g;var _=/\\.(mp4|og[gv]|webm|mov|m4v)($|\\?)/i;t.VIDEO_EXTENSIONS=_;var w=/\\.(m3u8)($|\\?)/i;t.HLS_EXTENSIONS=w;var x=/\\.(mpd)($|\\?)/i;t.DASH_EXTENSIONS=x;var k=/\\.(flv)($|\\?)/i;t.FLV_EXTENSIONS=k;var N={youtube:function(e){return e instanceof Array?e.every((function(e){return a.test(e)})):a.test(e)},soundcloud:function(e){return c.test(e)&&!g.test(e)},vimeo:function(e){return l.test(e)&&!_.test(e)&&!w.test(e)},facebook:function(e){return u.test(e)||s.test(e)},streamable:function(e){return d.test(e)},wistia:function(e){return p.test(e)},twitch:function(e){return f.test(e)||m.test(e)},dailymotion:function(e){return y.test(e)},mixcloud:function(e){return b.test(e)},vidyard:function(e){return h.test(e)},kaltura:function(e){return v.test(e)},file:function e(t){if(t instanceof Array){var r,i=o(t);try{for(i.s();!(r=i.n()).done;){var a=r.value;if(\"string\"==typeof a&&e(a))return!0;if(e(a.src))return!0}}catch(e){i.e(e)}finally{i.f()}return!1}return!(!(0,n.isMediaStream)(t)&&!(0,n.isBlobUrl)(t))||(g.test(t)||_.test(t)||w.test(t)||x.test(t)||k.test(t))}};t.canPlay=N},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}r.d(t,\"a\",(function(){return n}))},function(e,t,r){\"use strict\";!function e(){if(\"undefined\"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&\"function\"==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE){0;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(e){console.error(e)}}}(),e.exports=r(187)},function(e,t,r){\"use strict\";function n(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}r.d(t,\"a\",(function(){return n}))},function(e,t,r){\"use strict\";r.d(t,\"a\",(function(){return i}));var n=r(44);function o(e,t){for(var r=0;r<t.length;r++){var o=t[r];o.enumerable=o.enumerable||!1,o.configurable=!0,\"value\"in o&&(o.writable=!0),Object.defineProperty(e,Object(n.a)(o.key),o)}}function i(e,t,r){return t&&o(e.prototype,t),r&&o(e,r),Object.defineProperty(e,\"prototype\",{writable:!1}),e}},function(e,t,r){\"use strict\";function n(e){return(n=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}r.d(t,\"a\",(function(){return n}))},,,,,function(e,t){var r;r=function(){return this}();try{r=r||new Function(\"return this\")()}catch(e){\"object\"==typeof window&&(r=window)}e.exports=r},function(e,t,r){\"use strict\";r.d(t,\"a\",(function(){return o}));var n=r(43);function o(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,\"prototype\",{writable:!1}),t&&Object(n.a)(e,t)}},function(e,t,r){\"use strict\";r.d(t,\"a\",(function(){return i}));var n=r(18),o=r(16);function i(e,t){if(t&&(\"object\"===Object(n.a)(t)||\"function\"==typeof t))return t;if(void 0!==t)throw new TypeError(\"Derived constructors may only return object or undefined\");return Object(o.a)(e)}},,function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var n=r(144),o=(0,n.setup)();function i(e){return\"string\"==typeof e}function a(e){return i(e)||Array.isArray(e)&&e.every(i)}function c(e){var t=o(e);function r(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var n,o=e.shift(),i=e[0],c=e[1];return(\"string\"!=typeof o||a(i))&&(c=i,i=null),n=t(o,i),c&&(n=n.mix(c)),n.toString()}return r.builder=function(){return t},r}c.setup=function(e){o=(0,n.setup)(e)},c.reset=function(){o=(0,n.setup)()},t.default=c},function(e,t,r){\"use strict\";r.d(t,\"a\",(function(){return o}));var n=r(43);function o(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,Object(n.a)(e,t)}},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.clamp=l,t.canUseDOM=t.slidesOnLeft=t.slidesOnRight=t.siblingDirection=t.getTotalSlides=t.getPostClones=t.getPreClones=t.getTrackLeft=t.getTrackAnimateCSS=t.getTrackCSS=t.checkSpecKeys=t.getSlideCount=t.checkNavigable=t.getNavigableIndexes=t.swipeEnd=t.swipeMove=t.swipeStart=t.keyHandler=t.changeSlide=t.slideHandler=t.initializedState=t.extractObject=t.canGoNext=t.getSwipeDirection=t.getHeight=t.getWidth=t.lazySlidesOnRight=t.lazySlidesOnLeft=t.lazyEndIndex=t.lazyStartIndex=t.getRequiredLazySlides=t.getOnDemandLazySlides=t.safePreventDefault=void 0;var n,o=(n=r(0))&&n.__esModule?n:{default:n};function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function a(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?i(Object(r),!0).forEach((function(t){c(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):i(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function c(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function l(e,t,r){return Math.max(t,Math.min(e,r))}var u=function(e){[\"onTouchStart\",\"onTouchMove\",\"onWheel\"].includes(e._reactName)||e.preventDefault()};t.safePreventDefault=u;var s=function(e){for(var t=[],r=d(e),n=p(e),o=r;o<n;o++)e.lazyLoadedList.indexOf(o)<0&&t.push(o);return t};t.getOnDemandLazySlides=s;t.getRequiredLazySlides=function(e){for(var t=[],r=d(e),n=p(e),o=r;o<n;o++)t.push(o);return t};var d=function(e){return e.currentSlide-f(e)};t.lazyStartIndex=d;var p=function(e){return e.currentSlide+m(e)};t.lazyEndIndex=p;var f=function(e){return e.centerMode?Math.floor(e.slidesToShow/2)+(parseInt(e.centerPadding)>0?1:0):0};t.lazySlidesOnLeft=f;var m=function(e){return e.centerMode?Math.floor((e.slidesToShow-1)/2)+1+(parseInt(e.centerPadding)>0?1:0):e.slidesToShow};t.lazySlidesOnRight=m;var y=function(e){return e&&e.offsetWidth||0};t.getWidth=y;var b=function(e){return e&&e.offsetHeight||0};t.getHeight=b;var h=function(e){var t,r,n,o,i=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t=e.startX-e.curX,r=e.startY-e.curY,n=Math.atan2(r,t),(o=Math.round(180*n/Math.PI))<0&&(o=360-Math.abs(o)),o<=45&&o>=0||o<=360&&o>=315?\"left\":o>=135&&o<=225?\"right\":!0===i?o>=35&&o<=135?\"up\":\"down\":\"vertical\"};t.getSwipeDirection=h;var v=function(e){var t=!0;return e.infinite||(e.centerMode&&e.currentSlide>=e.slideCount-1||e.slideCount<=e.slidesToShow||e.currentSlide>=e.slideCount-e.slidesToShow)&&(t=!1),t};t.canGoNext=v;t.extractObject=function(e,t){var r={};return t.forEach((function(t){return r[t]=e[t]})),r};t.initializedState=function(e){var t,r=o.default.Children.count(e.children),n=e.listRef,i=Math.ceil(y(n)),c=e.trackRef&&e.trackRef.node,l=Math.ceil(y(c));if(e.vertical)t=i;else{var u=e.centerMode&&2*parseInt(e.centerPadding);\"string\"==typeof e.centerPadding&&\"%\"===e.centerPadding.slice(-1)&&(u*=i/100),t=Math.ceil((i-u)/e.slidesToShow)}var d=n&&b(n.querySelector('[data-index=\"0\"]')),p=d*e.slidesToShow,f=void 0===e.currentSlide?e.initialSlide:e.currentSlide;e.rtl&&void 0===e.currentSlide&&(f=r-1-e.initialSlide);var m=e.lazyLoadedList||[],h=s(a(a({},e),{},{currentSlide:f,lazyLoadedList:m})),v={slideCount:r,slideWidth:t,listWidth:i,trackWidth:l,currentSlide:f,slideHeight:d,listHeight:p,lazyLoadedList:m=m.concat(h)};return null===e.autoplaying&&e.autoplay&&(v.autoplaying=\"playing\"),v};t.slideHandler=function(e){var t=e.waitForAnimate,r=e.animating,n=e.fade,o=e.infinite,i=e.index,c=e.slideCount,u=e.lazyLoad,d=e.currentSlide,p=e.centerMode,f=e.slidesToScroll,m=e.slidesToShow,y=e.useCSS,b=e.lazyLoadedList;if(t&&r)return{};var h,g,_,w=i,x={},M={},O=o?i:l(i,0,c-1);if(n){if(!o&&(i<0||i>=c))return{};i<0?w=i+c:i>=c&&(w=i-c),u&&b.indexOf(w)<0&&(b=b.concat(w)),x={animating:!0,currentSlide:w,lazyLoadedList:b,targetSlide:w},M={animating:!1,targetSlide:w}}else h=w,w<0?(h=w+c,o?c%f!=0&&(h=c-c%f):h=0):!v(e)&&w>d?w=h=d:p&&w>=c?(w=o?c:c-1,h=o?0:c-1):w>=c&&(h=w-c,o?c%f!=0&&(h=0):h=c-m),!o&&w+m>=c&&(h=c-m),g=j(a(a({},e),{},{slideIndex:w})),_=j(a(a({},e),{},{slideIndex:h})),o||(g===_&&(w=h),g=_),u&&(b=b.concat(s(a(a({},e),{},{currentSlide:w})))),y?(x={animating:!0,currentSlide:h,trackStyle:N(a(a({},e),{},{left:g})),lazyLoadedList:b,targetSlide:O},M={animating:!1,currentSlide:h,trackStyle:k(a(a({},e),{},{left:_})),swipeLeft:null,targetSlide:O}):x={currentSlide:h,trackStyle:k(a(a({},e),{},{left:_})),lazyLoadedList:b,targetSlide:O};return{state:x,nextState:M}};t.changeSlide=function(e,t){var r,n,o,i,c=e.slidesToScroll,l=e.slidesToShow,u=e.slideCount,s=e.currentSlide,d=e.targetSlide,p=e.lazyLoad,f=e.infinite;if(r=u%c!=0?0:(u-s)%c,\"previous\"===t.message)i=s-(o=0===r?c:l-r),p&&!f&&(i=-1===(n=s-o)?u-1:n),f||(i=d-c);else if(\"next\"===t.message)i=s+(o=0===r?c:r),p&&!f&&(i=(s+c)%u+r),f||(i=d+c);else if(\"dots\"===t.message)i=t.index*t.slidesToScroll;else if(\"children\"===t.message){if(i=t.index,f){var m=E(a(a({},e),{},{targetSlide:i}));i>t.currentSlide&&\"left\"===m?i-=u:i<t.currentSlide&&\"right\"===m&&(i+=u)}}else\"index\"===t.message&&(i=Number(t.index));return i};t.keyHandler=function(e,t,r){return e.target.tagName.match(\"TEXTAREA|INPUT|SELECT\")||!t?\"\":37===e.keyCode?r?\"next\":\"previous\":39===e.keyCode?r?\"previous\":\"next\":\"\"};t.swipeStart=function(e,t,r){return\"IMG\"===e.target.tagName&&u(e),!t||!r&&-1!==e.type.indexOf(\"mouse\")?\"\":{dragging:!0,touchObject:{startX:e.touches?e.touches[0].pageX:e.clientX,startY:e.touches?e.touches[0].pageY:e.clientY,curX:e.touches?e.touches[0].pageX:e.clientX,curY:e.touches?e.touches[0].pageY:e.clientY}}};t.swipeMove=function(e,t){var r=t.scrolling,n=t.animating,o=t.vertical,i=t.swipeToSlide,c=t.verticalSwiping,l=t.rtl,s=t.currentSlide,d=t.edgeFriction,p=t.edgeDragged,f=t.onEdge,m=t.swiped,y=t.swiping,b=t.slideCount,g=t.slidesToScroll,_=t.infinite,w=t.touchObject,x=t.swipeEvent,N=t.listHeight,M=t.listWidth;if(!r){if(n)return u(e);o&&i&&c&&u(e);var O,S={},E=j(t);w.curX=e.touches?e.touches[0].pageX:e.clientX,w.curY=e.touches?e.touches[0].pageY:e.clientY,w.swipeLength=Math.round(Math.sqrt(Math.pow(w.curX-w.startX,2)));var L=Math.round(Math.sqrt(Math.pow(w.curY-w.startY,2)));if(!c&&!y&&L>10)return{scrolling:!0};c&&(w.swipeLength=L);var I=(l?-1:1)*(w.curX>w.startX?1:-1);c&&(I=w.curY>w.startY?1:-1);var C=Math.ceil(b/g),P=h(t.touchObject,c),A=w.swipeLength;return _||(0===s&&(\"right\"===P||\"down\"===P)||s+1>=C&&(\"left\"===P||\"up\"===P)||!v(t)&&(\"left\"===P||\"up\"===P))&&(A=w.swipeLength*d,!1===p&&f&&(f(P),S.edgeDragged=!0)),!m&&x&&(x(P),S.swiped=!0),O=o?E+A*(N/M)*I:l?E-A*I:E+A*I,c&&(O=E+A*I),S=a(a({},S),{},{touchObject:w,swipeLeft:O,trackStyle:k(a(a({},t),{},{left:O}))}),Math.abs(w.curX-w.startX)<.8*Math.abs(w.curY-w.startY)?S:(w.swipeLength>10&&(S.swiping=!0,u(e)),S)}};t.swipeEnd=function(e,t){var r=t.dragging,n=t.swipe,o=t.touchObject,i=t.listWidth,c=t.touchThreshold,l=t.verticalSwiping,s=t.listHeight,d=t.swipeToSlide,p=t.scrolling,f=t.onSwipe,m=t.targetSlide,y=t.currentSlide,b=t.infinite;if(!r)return n&&u(e),{};var v=l?s/c:i/c,g=h(o,l),x={dragging:!1,edgeDragged:!1,scrolling:!1,swiping:!1,swiped:!1,swipeLeft:null,touchObject:{}};if(p)return x;if(!o.swipeLength)return x;if(o.swipeLength>v){var k,M;u(e),f&&f(g);var O=b?y:m;switch(g){case\"left\":case\"up\":M=O+w(t),k=d?_(t,M):M,x.currentDirection=0;break;case\"right\":case\"down\":M=O-w(t),k=d?_(t,M):M,x.currentDirection=1;break;default:k=O}x.triggerSlideHandler=k}else{var S=j(t);x.trackStyle=N(a(a({},t),{},{left:S}))}return x};var g=function(e){for(var t=e.infinite?2*e.slideCount:e.slideCount,r=e.infinite?-1*e.slidesToShow:0,n=e.infinite?-1*e.slidesToShow:0,o=[];r<t;)o.push(r),r=n+e.slidesToScroll,n+=Math.min(e.slidesToScroll,e.slidesToShow);return o};t.getNavigableIndexes=g;var _=function(e,t){var r=g(e),n=0;if(t>r[r.length-1])t=r[r.length-1];else for(var o in r){if(t<r[o]){t=n;break}n=r[o]}return t};t.checkNavigable=_;var w=function(e){var t=e.centerMode?e.slideWidth*Math.floor(e.slidesToShow/2):0;if(e.swipeToSlide){var r,n=e.listRef,o=n.querySelectorAll&&n.querySelectorAll(\".slick-slide\")||[];if(Array.from(o).every((function(n){if(e.vertical){if(n.offsetTop+b(n)/2>-1*e.swipeLeft)return r=n,!1}else if(n.offsetLeft-t+y(n)/2>-1*e.swipeLeft)return r=n,!1;return!0})),!r)return 0;var i=!0===e.rtl?e.slideCount-e.currentSlide:e.currentSlide;return Math.abs(r.dataset.index-i)||1}return e.slidesToScroll};t.getSlideCount=w;var x=function(e,t){return t.reduce((function(t,r){return t&&e.hasOwnProperty(r)}),!0)?null:console.error(\"Keys Missing:\",e)};t.checkSpecKeys=x;var k=function(e){var t,r;x(e,[\"left\",\"variableWidth\",\"slideCount\",\"slidesToShow\",\"slideWidth\"]);var n=e.slideCount+2*e.slidesToShow;e.vertical?r=n*e.slideHeight:t=S(e)*e.slideWidth;var o={opacity:1,transition:\"\",WebkitTransition:\"\"};if(e.useTransform){var i=e.vertical?\"translate3d(0px, \"+e.left+\"px, 0px)\":\"translate3d(\"+e.left+\"px, 0px, 0px)\",c=e.vertical?\"translate3d(0px, \"+e.left+\"px, 0px)\":\"translate3d(\"+e.left+\"px, 0px, 0px)\",l=e.vertical?\"translateY(\"+e.left+\"px)\":\"translateX(\"+e.left+\"px)\";o=a(a({},o),{},{WebkitTransform:i,transform:c,msTransform:l})}else e.vertical?o.top=e.left:o.left=e.left;return e.fade&&(o={opacity:1}),t&&(o.width=t),r&&(o.height=r),window&&!window.addEventListener&&window.attachEvent&&(e.vertical?o.marginTop=e.left+\"px\":o.marginLeft=e.left+\"px\"),o};t.getTrackCSS=k;var N=function(e){x(e,[\"left\",\"variableWidth\",\"slideCount\",\"slidesToShow\",\"slideWidth\",\"speed\",\"cssEase\"]);var t=k(e);return e.useTransform?(t.WebkitTransition=\"-webkit-transform \"+e.speed+\"ms \"+e.cssEase,t.transition=\"transform \"+e.speed+\"ms \"+e.cssEase):e.vertical?t.transition=\"top \"+e.speed+\"ms \"+e.cssEase:t.transition=\"left \"+e.speed+\"ms \"+e.cssEase,t};t.getTrackAnimateCSS=N;var j=function(e){if(e.unslick)return 0;x(e,[\"slideIndex\",\"trackRef\",\"infinite\",\"centerMode\",\"slideCount\",\"slidesToShow\",\"slidesToScroll\",\"slideWidth\",\"listWidth\",\"variableWidth\",\"slideHeight\"]);var t,r,n=e.slideIndex,o=e.trackRef,i=e.infinite,a=e.centerMode,c=e.slideCount,l=e.slidesToShow,u=e.slidesToScroll,s=e.slideWidth,d=e.listWidth,p=e.variableWidth,f=e.slideHeight,m=e.fade,y=e.vertical;if(m||1===e.slideCount)return 0;var b=0;if(i?(b=-M(e),c%u!=0&&n+u>c&&(b=-(n>c?l-(n-c):c%u)),a&&(b+=parseInt(l/2))):(c%u!=0&&n+u>c&&(b=l-c%u),a&&(b=parseInt(l/2))),t=y?n*f*-1+b*f:n*s*-1+b*s,!0===p){var h,v=o&&o.node;if(h=n+M(e),t=(r=v&&v.childNodes[h])?-1*r.offsetLeft:0,!0===a){h=i?n+M(e):n,r=v&&v.children[h],t=0;for(var g=0;g<h;g++)t-=v&&v.children[g]&&v.children[g].offsetWidth;t-=parseInt(e.centerPadding),t+=r&&(d-r.offsetWidth)/2}}return t};t.getTrackLeft=j;var M=function(e){return e.unslick||!e.infinite?0:e.variableWidth?e.slideCount:e.slidesToShow+(e.centerMode?1:0)};t.getPreClones=M;var O=function(e){return e.unslick||!e.infinite?0:e.slideCount};t.getPostClones=O;var S=function(e){return 1===e.slideCount?1:M(e)+e.slideCount+O(e)};t.getTotalSlides=S;var E=function(e){return e.targetSlide>e.currentSlide?e.targetSlide>e.currentSlide+L(e)?\"left\":\"right\":e.targetSlide<e.currentSlide-I(e)?\"right\":\"left\"};t.siblingDirection=E;var L=function(e){var t=e.slidesToShow,r=e.centerMode,n=e.rtl,o=e.centerPadding;if(r){var i=(t-1)/2+1;return parseInt(o)>0&&(i+=1),n&&t%2==0&&(i+=1),i}return n?0:t-1};t.slidesOnRight=L;var I=function(e){var t=e.slidesToShow,r=e.centerMode,n=e.rtl,o=e.centerPadding;if(r){var i=(t-1)/2+1;return parseInt(o)>0&&(i+=1),n||t%2!=0||(i+=1),i}return n?t-1:0};t.slidesOnLeft=I;t.canUseDOM=function(){return!(\"undefined\"==typeof window||!window.document||!window.document.createElement)}},function(e,t,r){\"use strict\";function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}r.d(t,\"a\",(function(){return n}))},,,function(e,t,r){var n;\n/*!\n\tCopyright (c) 2018 Jed Watson.\n\tLicensed under the MIT License (MIT), see\n\thttp://jedwatson.github.io/classnames\n*/!function(){\"use strict\";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var i=typeof n;if(\"string\"===i||\"number\"===i)e.push(n);else if(Array.isArray(n)){if(n.length){var a=o.apply(null,n);a&&e.push(a)}}else if(\"object\"===i){if(n.toString!==Object.prototype.toString&&!n.toString.toString().includes(\"[native code]\")){e.push(n.toString());continue}for(var c in n)r.call(n,c)&&n[c]&&e.push(c)}}}return e.join(\" \")}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},function(e,t,r){e.exports=r(234)()},function(e,t,r){\"use strict\";r.d(t,\"config\",(function(){return w})),r.d(t,\"useSpring\",(function(){return he}));var n=r(1);r.d(t,\"Globals\",(function(){return n.b}));var o=r(0),i=r(12);r(148),r(149);function a(){return(a=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function c(e,...t){return n.t.fun(e)?e(...t):e}const l=(e,t)=>!0===e||!!(t&&e&&(n.t.fun(e)?e(t):Object(n.B)(e).includes(t))),u=(e,t)=>n.t.obj(e)?t&&e[t]:e,s=(e,t)=>!0===e.default?e[t]:e.default?e.default[t]:void 0,d=e=>e,p=(e,t=d)=>{let r=f;e.default&&!0!==e.default&&(e=e.default,r=Object.keys(e));const o={};for(const i of r){const r=t(e[i],i);n.t.und(r)||(o[i]=r)}return o},f=[\"config\",\"onProps\",\"onStart\",\"onChange\",\"onPause\",\"onResume\",\"onRest\"],m={config:1,from:1,to:1,ref:1,loop:1,reset:1,pause:1,cancel:1,reverse:1,immediate:1,default:1,delay:1,onProps:1,onStart:1,onChange:1,onPause:1,onResume:1,onRest:1,onResolve:1,items:1,trail:1,sort:1,expires:1,initial:1,enter:1,update:1,leave:1,children:1,onDestroyed:1,keys:1,callId:1,parentId:1};function y(e){const t=function(e){const t={};let r=0;if(Object(n.l)(e,(e,n)=>{m[n]||(t[n]=e,r++)}),r)return t}(e);if(t){const r={to:t};return Object(n.l)(e,(e,n)=>n in t||(r[n]=e)),r}return a({},e)}function b(e){return e=Object(n.r)(e),n.t.arr(e)?e.map(b):Object(n.u)(e)?n.b.createStringInterpolator({range:[0,1],output:[e,e]})(1):e}function h(e){for(const t in e)return!0;return!1}function v(e){return n.t.fun(e)||n.t.arr(e)&&n.t.obj(e[0])}function g(e,t){var r;null==(r=e.ref)||r.delete(e),null==t||t.delete(e)}function _(e,t){var r;t&&e.ref!==t&&(null==(r=e.ref)||r.delete(e),t.add(e),e.ref=t)}const w={default:{tension:170,friction:26},gentle:{tension:120,friction:14},wobbly:{tension:180,friction:12},stiff:{tension:210,friction:20},slow:{tension:280,friction:60},molasses:{tension:280,friction:120}},x=a({},w.default,{mass:1,damping:1,easing:n.m.linear,clamp:!1});class k{constructor(){this.tension=void 0,this.friction=void 0,this.frequency=void 0,this.damping=void 0,this.mass=void 0,this.velocity=0,this.restVelocity=void 0,this.precision=void 0,this.progress=void 0,this.duration=void 0,this.easing=void 0,this.clamp=void 0,this.bounce=void 0,this.decay=void 0,this.round=void 0,Object.assign(this,x)}}function N(e,t){if(n.t.und(t.decay)){const r=!n.t.und(t.tension)||!n.t.und(t.friction);!r&&n.t.und(t.frequency)&&n.t.und(t.damping)&&n.t.und(t.mass)||(e.duration=void 0,e.decay=void 0),r&&(e.frequency=void 0)}else e.duration=void 0}const j=[];class M{constructor(){this.changed=!1,this.values=j,this.toValues=null,this.fromValues=j,this.to=void 0,this.from=void 0,this.config=new k,this.immediate=!1}}function O(e,{key:t,props:r,defaultProps:o,state:i,actions:u}){return new Promise((s,d)=>{var p;let f,m,y=l(null!=(p=r.cancel)?p:null==o?void 0:o.cancel,t);if(y)v();else{n.t.und(r.pause)||(i.paused=l(r.pause,t));let e=null==o?void 0:o.pause;!0!==e&&(e=i.paused||l(e,t)),f=c(r.delay||0,t),e?(i.resumeQueue.add(h),u.pause()):(u.resume(),h())}function b(){i.resumeQueue.add(h),i.timeouts.delete(m),m.cancel(),f=m.time-n.z.now()}function h(){f>0&&!n.b.skipAnimation?(i.delayed=!0,m=n.z.setTimeout(v,f),i.pauseQueue.add(b),i.timeouts.add(m)):v()}function v(){i.delayed&&(i.delayed=!1),i.pauseQueue.delete(b),i.timeouts.delete(m),e<=(i.cancelId||0)&&(y=!0);try{u.start(a({},r,{callId:e,cancel:y}),s)}catch(e){d(e)}}})}const S=(e,t)=>1==t.length?t[0]:t.some(e=>e.cancelled)?I(e.get()):t.every(e=>e.noop)?E(e.get()):L(e.get(),t.every(e=>e.finished)),E=e=>({value:e,noop:!0,finished:!0,cancelled:!1}),L=(e,t,r=!1)=>({value:e,finished:t,cancelled:r}),I=e=>({value:e,cancelled:!0,finished:!1});function C(e,t,r,o){const{callId:i,parentId:c,onRest:l}=t,{asyncTo:u,promise:s}=r;return c||e!==u||t.reset?r.promise=(async()=>{r.asyncId=i,r.asyncTo=e;const d=p(t,(e,t)=>\"onRest\"===t?void 0:e);let f,m;const y=new Promise((e,t)=>(f=e,m=t)),b=e=>{const t=i<=(r.cancelId||0)&&I(o)||i!==r.asyncId&&L(o,!1);if(t)throw e.result=t,m(e),e},h=(e,t)=>{const c=new A,l=new D;return(async()=>{if(n.b.skipAnimation)throw P(r),l.result=L(o,!1),m(l),l;b(c);const u=n.t.obj(e)?a({},e):a({},t,{to:e});u.parentId=i,Object(n.l)(d,(e,t)=>{n.t.und(u[t])&&(u[t]=e)});const s=await o.start(u);return b(c),r.paused&&await new Promise(e=>{r.resumeQueue.add(e)}),s})()};let v;if(n.b.skipAnimation)return P(r),L(o,!1);try{let t;t=n.t.arr(e)?(async e=>{for(const t of e)await h(t)})(e):Promise.resolve(e(h,o.stop.bind(o))),await Promise.all([t.then(f),y]),v=L(o.get(),!0,!1)}catch(e){if(e instanceof A)v=e.result;else{if(!(e instanceof D))throw e;v=e.result}}finally{i==r.asyncId&&(r.asyncId=c,r.asyncTo=c?u:void 0,r.promise=c?s:void 0)}return n.t.fun(l)&&n.z.batchedUpdates(()=>{l(v,o,o.item)}),v})():s}function P(e,t){Object(n.n)(e.timeouts,e=>e.cancel()),e.pauseQueue.clear(),e.resumeQueue.clear(),e.asyncId=e.asyncTo=e.promise=void 0,t&&(e.cancelId=t)}class A extends Error{constructor(){super(\"An async animation has been interrupted. You see this error because you forgot to use `await` or `.catch(...)` on its returned promise.\"),this.result=void 0}}class D extends Error{constructor(){super(\"SkipAnimationSignal\"),this.result=void 0}}const T=e=>e instanceof B;let z=1;class B extends n.a{constructor(...e){super(...e),this.id=z++,this.key=void 0,this._priority=0}get priority(){return this._priority}set priority(e){this._priority!=e&&(this._priority=e,this._onPriorityChange(e))}get(){const e=Object(i.e)(this);return e&&e.getValue()}to(...e){return n.b.to(this,e)}interpolate(...e){return Object(n.j)(),n.b.to(this,e)}toJSON(){return this.get()}observerAdded(e){1==e&&this._attach()}observerRemoved(e){0==e&&this._detach()}_attach(){}_detach(){}_onChange(e,t=!1){Object(n.d)(this,{type:\"change\",parent:this,value:e,idle:t})}_onPriorityChange(e){this.idle||n.p.sort(this),Object(n.d)(this,{type:\"priority\",parent:this,priority:e})}}const R=Symbol.for(\"SpringPhase\"),F=e=>(1&e[R])>0,U=e=>(2&e[R])>0,Y=e=>(4&e[R])>0,W=(e,t)=>t?e[R]|=3:e[R]&=-3,V=(e,t)=>t?e[R]|=4:e[R]&=-5;class Q extends B{constructor(e,t){if(super(),this.key=void 0,this.animation=new M,this.queue=void 0,this.defaultProps={},this._state={paused:!1,delayed:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._pendingCalls=new Set,this._lastCallId=0,this._lastToId=0,this._memoizedDuration=0,!n.t.und(e)||!n.t.und(t)){const r=n.t.obj(e)?a({},e):a({},t,{from:e});n.t.und(r.default)&&(r.default=!0),this.start(r)}}get idle(){return!(U(this)||this._state.asyncTo)||Y(this)}get goal(){return Object(n.r)(this.animation.to)}get velocity(){const e=Object(i.e)(this);return e instanceof i.c?e.lastVelocity||0:e.getPayload().map(e=>e.lastVelocity||0)}get hasAnimated(){return F(this)}get isAnimating(){return U(this)}get isPaused(){return Y(this)}get isDelayed(){return this._state.delayed}advance(e){let t=!0,r=!1;const o=this.animation;let{config:a,toValues:c}=o;const l=Object(i.g)(o.to);!l&&Object(n.s)(o.to)&&(c=Object(n.B)(Object(n.r)(o.to))),o.values.forEach((u,s)=>{if(u.done)return;const d=u.constructor==i.b?1:l?l[s].lastPosition:c[s];let p=o.immediate,f=d;if(!p){if(f=u.lastPosition,a.tension<=0)return void(u.done=!0);let t=u.elapsedTime+=e;const r=o.fromValues[s],i=null!=u.v0?u.v0:u.v0=n.t.arr(a.velocity)?a.velocity[s]:a.velocity;let c;const l=a.precision||(r==d?.005:Math.min(1,.001*Math.abs(d-r)));if(n.t.und(a.duration))if(a.decay){const e=!0===a.decay?.998:a.decay,n=Math.exp(-(1-e)*t);f=r+i/(1-e)*(1-n),p=Math.abs(u.lastPosition-f)<=l,c=i*n}else{c=null==u.lastVelocity?i:u.lastVelocity;const t=a.restVelocity||l/10,o=a.clamp?0:a.bounce,s=!n.t.und(o),m=r==d?u.v0>0:r<d;let y,b=!1;const h=1,v=Math.ceil(e/h);for(let e=0;e<v&&(y=Math.abs(c)>t,y||(p=Math.abs(d-f)<=l,!p));++e){s&&(b=f==d||f>d==m,b&&(c=-c*o,f=d));c+=(1e-6*-a.tension*(f-d)+.001*-a.friction*c)/a.mass*h,f+=c*h}}else{let n=1;a.duration>0&&(this._memoizedDuration!==a.duration&&(this._memoizedDuration=a.duration,u.durationProgress>0&&(u.elapsedTime=a.duration*u.durationProgress,t=u.elapsedTime+=e)),n=(a.progress||0)+t/this._memoizedDuration,n=n>1?1:n<0?0:n,u.durationProgress=n),f=r+a.easing(n)*(d-r),c=(f-u.lastPosition)/e,p=1==n}u.lastVelocity=c,Number.isNaN(f)&&(console.warn(\"Got NaN while animating:\",this),p=!0)}l&&!l[s].done&&(p=!1),p?u.done=!0:t=!1,u.setValue(f,a.round)&&(r=!0)});const u=Object(i.e)(this),s=u.getValue();if(t){const e=Object(n.r)(o.to);s===e&&!r||a.decay?r&&a.decay&&this._onChange(s):(u.setValue(e),this._onChange(e)),this._stop()}else r&&this._onChange(s)}set(e){return n.z.batchedUpdates(()=>{this._stop(),this._focus(e),this._set(e)}),this}pause(){this._update({pause:!0})}resume(){this._update({pause:!1})}finish(){if(U(this)){const{to:e,config:t}=this.animation;n.z.batchedUpdates(()=>{this._onStart(),t.decay||this._set(e,!1),this._stop()})}return this}update(e){return(this.queue||(this.queue=[])).push(e),this}start(e,t){let r;return n.t.und(e)?(r=this.queue||[],this.queue=[]):r=[n.t.obj(e)?e:a({},t,{to:e})],Promise.all(r.map(e=>this._update(e))).then(e=>S(this,e))}stop(e){const{to:t}=this.animation;return this._focus(this.get()),P(this._state,e&&this._lastCallId),n.z.batchedUpdates(()=>this._stop(t,e)),this}reset(){this._update({reset:!0})}eventObserved(e){\"change\"==e.type?this._start():\"priority\"==e.type&&(this.priority=e.priority+1)}_prepareNode(e){const t=this.key||\"\";let{to:r,from:o}=e;r=n.t.obj(r)?r[t]:r,(null==r||v(r))&&(r=void 0),o=n.t.obj(o)?o[t]:o,null==o&&(o=void 0);const a={to:r,from:o};return F(this)||(e.reverse&&([r,o]=[o,r]),o=Object(n.r)(o),n.t.und(o)?Object(i.e)(this)||this._set(r):this._set(o)),a}_update(e,t){let r=a({},e);const{key:o,defaultProps:i}=this;r.default&&Object.assign(i,p(r,(e,t)=>/^on/.test(t)?u(e,o):e)),K(this,r,\"onProps\"),J(this,\"onProps\",r,this);const c=this._prepareNode(r);if(Object.isFrozen(this))throw Error(\"Cannot animate a `SpringValue` object that is frozen. Did you forget to pass your component to `animated(...)` before animating its props?\");const l=this._state;return O(++this._lastCallId,{key:o,props:r,defaultProps:i,state:l,actions:{pause:()=>{Y(this)||(V(this,!0),Object(n.o)(l.pauseQueue),J(this,\"onPause\",L(this,H(this,this.animation.to)),this))},resume:()=>{Y(this)&&(V(this,!1),U(this)&&this._resume(),Object(n.o)(l.resumeQueue),J(this,\"onResume\",L(this,H(this,this.animation.to)),this))},start:this._merge.bind(this,c)}}).then(e=>{if(r.loop&&e.finished&&(!t||!e.noop)){const e=G(r);if(e)return this._update(e,!0)}return e})}_merge(e,t,r){if(t.cancel)return this.stop(!0),r(I(this));const o=!n.t.und(e.to),u=!n.t.und(e.from);if(o||u){if(!(t.callId>this._lastToId))return r(I(this));this._lastToId=t.callId}const{key:s,defaultProps:d,animation:p}=this,{to:f,from:m}=p;let{to:y=f,from:h=m}=e;!u||o||t.default&&!n.t.und(y)||(y=h),t.reverse&&([y,h]=[h,y]);const g=!Object(n.v)(h,m);g&&(p.from=h),h=Object(n.r)(h);const _=!Object(n.v)(y,f);_&&this._focus(y);const w=v(t.to),{config:k}=p,{decay:j,velocity:M}=k;(o||u)&&(k.velocity=0),t.config&&!w&&function(e,t,r){r&&(N(r=a({},r),t),t=a({},r,t)),N(e,t),Object.assign(e,t);for(const t in x)null==e[t]&&(e[t]=x[t]);let{mass:o,frequency:i,damping:c}=e;n.t.und(i)||(i<.01&&(i=.01),c<0&&(c=0),e.tension=Math.pow(2*Math.PI/i,2)*o,e.friction=4*Math.PI*c*o/i)}(k,c(t.config,s),t.config!==d.config?c(d.config,s):void 0);let O=Object(i.e)(this);if(!O||n.t.und(y))return r(L(this,!0));const S=n.t.und(t.reset)?u&&!t.default:!n.t.und(h)&&l(t.reset,s),P=S?h:this.get(),A=b(y),D=n.t.num(A)||n.t.arr(A)||Object(n.u)(A),T=!w&&(!D||l(d.immediate||t.immediate,s));if(_){const e=Object(i.f)(y);if(e!==O.constructor){if(!T)throw Error(`Cannot animate between ${O.constructor.name} and ${e.name}, as the \"to\" prop suggests`);O=this._set(A)}}const z=O.constructor;let B=Object(n.s)(y),R=!1;if(!B){const e=S||!F(this)&&g;(_||e)&&(R=Object(n.v)(b(P),A),B=!R),(Object(n.v)(p.immediate,T)||T)&&Object(n.v)(k.decay,j)&&Object(n.v)(k.velocity,M)||(B=!0)}if(R&&U(this)&&(p.changed&&!S?B=!0:B||this._stop(f)),!w&&((B||Object(n.s)(f))&&(p.values=O.getPayload(),p.toValues=Object(n.s)(y)?null:z==i.b?[1]:Object(n.B)(A)),p.immediate!=T&&(p.immediate=T,T||S||this._set(f)),B)){const{onRest:e}=p;Object(n.k)(X,e=>K(this,t,e));const o=L(this,H(this,f));Object(n.o)(this._pendingCalls,o),this._pendingCalls.add(r),p.changed&&n.z.batchedUpdates(()=>{p.changed=!S,null==e||e(o,this),S?c(d.onRest,o):null==p.onStart||p.onStart(o,this)})}S&&this._set(P),w?r(C(t.to,t,this._state,this)):B?this._start():U(this)&&!_?this._pendingCalls.add(r):r(E(P))}_focus(e){const t=this.animation;e!==t.to&&(Object(n.q)(this)&&this._detach(),t.to=e,Object(n.q)(this)&&this._attach())}_attach(){let e=0;const{to:t}=this.animation;Object(n.s)(t)&&(Object(n.c)(t,this),T(t)&&(e=t.priority+1)),this.priority=e}_detach(){const{to:e}=this.animation;Object(n.s)(e)&&Object(n.A)(e,this)}_set(e,t=!0){const r=Object(n.r)(e);if(!n.t.und(r)){const e=Object(i.e)(this);if(!e||!Object(n.v)(r,e.getValue())){const o=Object(i.f)(r);e&&e.constructor==o?e.setValue(r):Object(i.h)(this,o.create(r)),e&&n.z.batchedUpdates(()=>{this._onChange(r,t)})}}return Object(i.e)(this)}_onStart(){const e=this.animation;e.changed||(e.changed=!0,J(this,\"onStart\",L(this,H(this,e.to)),this))}_onChange(e,t){t||(this._onStart(),c(this.animation.onChange,e,this)),c(this.defaultProps.onChange,e,this),super._onChange(e,t)}_start(){const e=this.animation;Object(i.e)(this).reset(Object(n.r)(e.to)),e.immediate||(e.fromValues=e.values.map(e=>e.lastPosition)),U(this)||(W(this,!0),Y(this)||this._resume())}_resume(){n.b.skipAnimation?this.finish():n.p.start(this)}_stop(e,t){if(U(this)){W(this,!1);const r=this.animation;Object(n.k)(r.values,e=>{e.done=!0}),r.toValues&&(r.onChange=r.onPause=r.onResume=void 0),Object(n.d)(this,{type:\"idle\",parent:this});const o=t?I(this.get()):L(this.get(),H(this,null!=e?e:r.to));Object(n.o)(this._pendingCalls,o),r.changed&&(r.changed=!1,J(this,\"onRest\",o,this))}}}function H(e,t){const r=b(t),o=b(e.get());return Object(n.v)(o,r)}function G(e,t=e.loop,r=e.to){let n=c(t);if(n){const o=!0!==n&&y(n),i=(o||e).reverse,c=!o||o.reset;return Z(a({},e,{loop:t,default:!1,pause:void 0,to:!i||v(r)?r:void 0,from:c?e.from:void 0,reset:c},o))}}function Z(e){const{to:t,from:r}=e=y(e),o=new Set;return n.t.obj(t)&&$(t,o),n.t.obj(r)&&$(r,o),e.keys=o.size?Array.from(o):null,e}function q(e){const t=Z(e);return n.t.und(t.default)&&(t.default=p(t)),t}function $(e,t){Object(n.l)(e,(e,r)=>null!=e&&t.add(r))}const X=[\"onStart\",\"onRest\",\"onChange\",\"onPause\",\"onResume\"];function K(e,t,r){e.animation[r]=t[r]!==s(t,r)?u(t[r],e.key):void 0}function J(e,t,...r){var n,o,i,a;null==(n=(o=e.animation)[t])||n.call(o,...r),null==(i=(a=e.defaultProps)[t])||i.call(a,...r)}const ee=[\"onStart\",\"onChange\",\"onRest\"];let te=1;class re{constructor(e,t){this.id=te++,this.springs={},this.queue=[],this.ref=void 0,this._flush=void 0,this._initialProps=void 0,this._lastAsyncId=0,this._active=new Set,this._changed=new Set,this._started=!1,this._item=void 0,this._state={paused:!1,pauseQueue:new Set,resumeQueue:new Set,timeouts:new Set},this._events={onStart:new Map,onChange:new Map,onRest:new Map},this._onFrame=this._onFrame.bind(this),t&&(this._flush=t),e&&this.start(a({default:!0},e))}get idle(){return!this._state.asyncTo&&Object.values(this.springs).every(e=>e.idle&&!e.isDelayed&&!e.isPaused)}get item(){return this._item}set item(e){this._item=e}get(){const e={};return this.each((t,r)=>e[r]=t.get()),e}set(e){for(const t in e){const r=e[t];n.t.und(r)||this.springs[t].set(r)}}update(e){return e&&this.queue.push(Z(e)),this}start(e){let{queue:t}=this;return e?t=Object(n.B)(e).map(Z):this.queue=[],this._flush?this._flush(this,t):(le(this,t),ne(this,t))}stop(e,t){if(e!==!!e&&(t=e),t){const r=this.springs;Object(n.k)(Object(n.B)(t),t=>r[t].stop(!!e))}else P(this._state,this._lastAsyncId),this.each(t=>t.stop(!!e));return this}pause(e){if(n.t.und(e))this.start({pause:!0});else{const t=this.springs;Object(n.k)(Object(n.B)(e),e=>t[e].pause())}return this}resume(e){if(n.t.und(e))this.start({pause:!1});else{const t=this.springs;Object(n.k)(Object(n.B)(e),e=>t[e].resume())}return this}each(e){Object(n.l)(this.springs,e)}_onFrame(){const{onStart:e,onChange:t,onRest:r}=this._events,o=this._active.size>0,i=this._changed.size>0;(o&&!this._started||i&&!this._started)&&(this._started=!0,Object(n.n)(e,([e,t])=>{t.value=this.get(),e(t,this,this._item)}));const a=!o&&this._started,c=i||a&&r.size?this.get():null;i&&t.size&&Object(n.n)(t,([e,t])=>{t.value=c,e(t,this,this._item)}),a&&(this._started=!1,Object(n.n)(r,([e,t])=>{t.value=c,e(t,this,this._item)}))}eventObserved(e){if(\"change\"==e.type)this._changed.add(e.parent),e.idle||this._active.add(e.parent);else{if(\"idle\"!=e.type)return;this._active.delete(e.parent)}n.z.onFrame(this._onFrame)}}function ne(e,t){return Promise.all(t.map(t=>async function e(t,r,o){const{keys:i,to:a,from:c,loop:l,onRest:u,onResolve:d}=r,p=n.t.obj(r.default)&&r.default;l&&(r.loop=!1);!1===a&&(r.to=null);!1===c&&(r.from=null);const f=n.t.arr(a)||n.t.fun(a)?a:void 0;f?(r.to=void 0,r.onRest=void 0,p&&(p.onRest=void 0)):Object(n.k)(ee,e=>{const o=r[e];if(n.t.fun(o)){const n=t._events[e];r[e]=({finished:e,cancelled:t})=>{const r=n.get(o);r?(e||(r.finished=!1),t&&(r.cancelled=!0)):n.set(o,{value:null,finished:e||!1,cancelled:t||!1})},p&&(p[e]=r[e])}});const m=t._state;r.pause===!m.paused?(m.paused=r.pause,Object(n.o)(r.pause?m.pauseQueue:m.resumeQueue)):m.paused&&(r.pause=!0);const y=(i||Object.keys(t.springs)).map(e=>t.springs[e].start(r)),b=!0===r.cancel||!0===s(r,\"cancel\");(f||b&&m.asyncId)&&y.push(O(++t._lastAsyncId,{props:r,state:m,actions:{pause:n.w,resume:n.w,start(e,r){b?(P(m,t._lastAsyncId),r(I(t))):(e.onRest=u,r(C(f,e,m,t)))}}}));m.paused&&await new Promise(e=>{m.resumeQueue.add(e)});const h=S(t,await Promise.all(y));if(l&&h.finished&&(!o||!h.noop)){const n=G(r,l,a);if(n)return le(t,[n]),e(t,n,!0)}d&&n.z.batchedUpdates(()=>d(h,t,t.item));return h}(e,t))).then(t=>S(e,t))}function oe(e,t){const r=a({},e.springs);return t&&Object(n.k)(Object(n.B)(t),e=>{n.t.und(e.keys)&&(e=Z(e)),n.t.obj(e.to)||(e=a({},e,{to:void 0})),ce(r,e,e=>ae(e))}),ie(e,r),r}function ie(e,t){Object(n.l)(t,(t,r)=>{e.springs[r]||(e.springs[r]=t,Object(n.c)(t,e))})}function ae(e,t){const r=new Q;return r.key=e,t&&Object(n.c)(r,t),r}function ce(e,t,r){t.keys&&Object(n.k)(t.keys,n=>{(e[n]||(e[n]=r(n)))._prepareNode(t)})}function le(e,t){Object(n.k)(t,t=>{ce(e.springs,t,t=>ae(t,e))})}function ue(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}const se=[\"children\"],de=e=>{let{children:t}=e,r=ue(e,se);const i=Object(o.useContext)(pe),a=r.pause||!!i.pause,c=r.immediate||!!i.immediate;r=Object(n.F)(()=>({pause:a,immediate:c}),[a,c]);const{Provider:l}=pe;return o.createElement(l,{value:r},t)},pe=(fe=de,me={},Object.assign(fe,o.createContext(me)),fe.Provider._context=fe,fe.Consumer._context=fe,fe);var fe,me;de.Provider=pe.Provider,de.Consumer=pe.Consumer;const ye=()=>{const e=[],t=function(t){Object(n.i)();const o=[];return Object(n.k)(e,(e,i)=>{if(n.t.und(t))o.push(e.start());else{const n=r(t,e,i);n&&o.push(e.start(n))}}),o};t.current=e,t.add=function(t){e.includes(t)||e.push(t)},t.delete=function(t){const r=e.indexOf(t);~r&&e.splice(r,1)},t.pause=function(){return Object(n.k)(e,e=>e.pause(...arguments)),this},t.resume=function(){return Object(n.k)(e,e=>e.resume(...arguments)),this},t.set=function(t){Object(n.k)(e,e=>e.set(t))},t.start=function(t){const r=[];return Object(n.k)(e,(e,o)=>{if(n.t.und(t))r.push(e.start());else{const n=this._getProps(t,e,o);n&&r.push(e.start(n))}}),r},t.stop=function(){return Object(n.k)(e,e=>e.stop(...arguments)),this},t.update=function(t){return Object(n.k)(e,(e,r)=>e.update(this._getProps(t,e,r))),this};const r=function(e,t,r){return n.t.fun(e)?e(r,t):e};return t._getProps=r,t};function be(e,t,r){const i=n.t.fun(t)&&t;i&&!r&&(r=[]);const c=Object(o.useMemo)(()=>i||3==arguments.length?ye():void 0,[]),l=Object(o.useRef)(0),u=Object(n.D)(),s=Object(o.useMemo)(()=>({ctrls:[],queue:[],flush(e,t){const r=oe(e,t);return l.current>0&&!s.queue.length&&!Object.keys(r).some(t=>!e.springs[t])?ne(e,t):new Promise(n=>{ie(e,r),s.queue.push(()=>{n(ne(e,t))}),u()})}}),[]),d=Object(o.useRef)([...s.ctrls]),p=[],f=Object(n.H)(e)||0;function m(e,r){for(let n=e;n<r;n++){const e=d.current[n]||(d.current[n]=new re(null,s.flush)),r=i?i(n,e):t[n];r&&(p[n]=q(r))}}Object(o.useMemo)(()=>{Object(n.k)(d.current.slice(e,f),e=>{g(e,c),e.stop(!0)}),d.current.length=e,m(f,e)},[e]),Object(o.useMemo)(()=>{m(0,Math.min(f,e))},r);const y=d.current.map((e,t)=>oe(e,p[t])),b=Object(o.useContext)(de),v=Object(n.H)(b),w=b!==v&&h(b);Object(n.E)(()=>{l.current++,s.ctrls=d.current;const{queue:e}=s;e.length&&(s.queue=[],Object(n.k)(e,e=>e())),Object(n.k)(d.current,(e,t)=>{null==c||c.add(e),w&&e.start({default:b});const r=p[t];r&&(_(e,r.ref),e.ref?e.queue.push(r):e.start(r))})}),Object(n.G)(()=>()=>{Object(n.k)(s.ctrls,e=>e.stop(!0))});const x=y.map(e=>a({},e));return c?[x,c]:x}function he(e,t){const r=n.t.fun(e),[[o],i]=be(1,r?e:[e],r?t||[]:t);return r||2==arguments.length?[o,i]:o}let ve;!function(e){e.MOUNT=\"mount\",e.ENTER=\"enter\",e.UPDATE=\"update\",e.LEAVE=\"leave\"}(ve||(ve={}));class ge extends B{constructor(e,t){super(),this.key=void 0,this.idle=!0,this.calc=void 0,this._active=new Set,this.source=e,this.calc=Object(n.f)(...t);const r=this._get(),o=Object(i.f)(r);Object(i.h)(this,o.create(r))}advance(e){const t=this._get(),r=this.get();Object(n.v)(t,r)||(Object(i.e)(this).setValue(t),this._onChange(t,this.idle)),!this.idle&&we(this._active)&&xe(this)}_get(){const e=n.t.arr(this.source)?this.source.map(n.r):Object(n.B)(Object(n.r)(this.source));return this.calc(...e)}_start(){this.idle&&!we(this._active)&&(this.idle=!1,Object(n.k)(Object(i.g)(this),e=>{e.done=!1}),n.b.skipAnimation?(n.z.batchedUpdates(()=>this.advance()),xe(this)):n.p.start(this))}_attach(){let e=1;Object(n.k)(Object(n.B)(this.source),t=>{Object(n.s)(t)&&Object(n.c)(t,this),T(t)&&(t.idle||this._active.add(t),e=Math.max(e,t.priority+1))}),this.priority=e,this._start()}_detach(){Object(n.k)(Object(n.B)(this.source),e=>{Object(n.s)(e)&&Object(n.A)(e,this)}),this._active.clear(),xe(this)}eventObserved(e){\"change\"==e.type?e.idle?this.advance():(this._active.add(e.parent),this._start()):\"idle\"==e.type?this._active.delete(e.parent):\"priority\"==e.type&&(this.priority=Object(n.B)(this.source).reduce((e,t)=>Math.max(e,(T(t)?t.priority:0)+1),0))}}function _e(e){return!1!==e.idle}function we(e){return!e.size||Array.from(e).every(_e)}function xe(e){e.idle||(e.idle=!0,Object(n.k)(Object(i.g)(e),e=>{e.done=!0}),Object(n.d)(e,{type:\"idle\",parent:e}))}n.b.assign({createStringInterpolator:n.g,to:(e,t)=>new ge(e,t)});n.p.advance},function(e,t){var r=\"undefined\"!=typeof Element,n=\"function\"==typeof Map,o=\"function\"==typeof Set,i=\"function\"==typeof ArrayBuffer&&!!ArrayBuffer.isView;e.exports=function(e,t){try{return function e(t,a){if(t===a)return!0;if(t&&a&&\"object\"==typeof t&&\"object\"==typeof a){if(t.constructor!==a.constructor)return!1;var c,l,u,s;if(Array.isArray(t)){if((c=t.length)!=a.length)return!1;for(l=c;0!=l--;)if(!e(t[l],a[l]))return!1;return!0}if(n&&t instanceof Map&&a instanceof Map){if(t.size!==a.size)return!1;for(s=t.entries();!(l=s.next()).done;)if(!a.has(l.value[0]))return!1;for(s=t.entries();!(l=s.next()).done;)if(!e(l.value[1],a.get(l.value[0])))return!1;return!0}if(o&&t instanceof Set&&a instanceof Set){if(t.size!==a.size)return!1;for(s=t.entries();!(l=s.next()).done;)if(!a.has(l.value[0]))return!1;return!0}if(i&&ArrayBuffer.isView(t)&&ArrayBuffer.isView(a)){if((c=t.length)!=a.length)return!1;for(l=c;0!=l--;)if(t[l]!==a[l])return!1;return!0}if(t.constructor===RegExp)return t.source===a.source&&t.flags===a.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===a.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===a.toString();if((c=(u=Object.keys(t)).length)!==Object.keys(a).length)return!1;for(l=c;0!=l--;)if(!Object.prototype.hasOwnProperty.call(a,u[l]))return!1;if(r&&t instanceof Element)return!1;for(l=c;0!=l--;)if((\"_owner\"!==u[l]&&\"__v\"!==u[l]&&\"__o\"!==u[l]||!t.$$typeof)&&!e(t[u[l]],a[u[l]]))return!1;return!0}return t!=t&&a!=a}(e,t)}catch(e){if((e.message||\"\").match(/stack|recursion/i))return console.warn(\"react-fast-compare cannot handle circular refs\"),!1;throw e}}},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,'.yfm {\\n font-family: \\'YS Text\\', \\'Segoe UI\\', Arial, Helvetica, sans-serif, \\'Apple Color Emoji\\', \\'Segoe UI Emoji\\', \\'Segoe UI Symbol\\';\\n font-size: 15px;\\n line-height: 20px;\\n word-wrap: break-word;\\n color: rgba(0, 0, 0, 0.7);\\n --yfm-color-hljs-background: rgba(107, 132, 153, 0.12);\\n --yfm-color-hljs-subst: #444;\\n --yfm-color-hljs-comment: #888888;\\n --yfm-color-hljs-deletion: #880000;\\n --yfm-color-hljs-section: #880000;\\n --yfm-color-hljs-pseudo: #BC6060;\\n --yfm-color-hljs-literal: #78A960;\\n --yfm-color-hljs-addition: #397300;\\n --yfm-color-hljs-meta: #1f7199;\\n --yfm-color-hljs-meta-string: #4d99bf; }\\n .yfm * {\\n box-sizing: border-box; }\\n .yfm > *:not(h2):not(h3):not(h4):not(h5):not(h6):first-child {\\n margin-top: 0 !important; }\\n .yfm > *:last-child {\\n margin-bottom: 0 !important; }\\n .yfm h1, .yfm h2, .yfm h3, .yfm h4, .yfm h5, .yfm h6 {\\n margin-bottom: 15px;\\n font-weight: 500; }\\n .yfm h1 {\\n font-size: 32px;\\n line-height: 40px; }\\n .yfm h2 {\\n font-size: 24px;\\n line-height: 28px; }\\n .yfm h3 {\\n font-size: 20px;\\n line-height: 24px; }\\n .yfm h4 {\\n font-size: 17px;\\n line-height: 24px; }\\n .yfm h5 {\\n font-size: 15px;\\n line-height: 20px; }\\n .yfm h6 {\\n font-size: 13px;\\n line-height: 18px; }\\n .yfm a {\\n background-color: transparent;\\n color: #027bf3;\\n text-decoration: none; }\\n .yfm a:hover, .yfm a:active {\\n color: #004080; }\\n .yfm a:not([href]) {\\n color: inherit; }\\n .yfm strong {\\n font-weight: 700; }\\n .yfm img, .yfm svg {\\n box-sizing: content-box;\\n max-width: 100%;\\n border: none;\\n vertical-align: middle; }\\n .yfm img[align=right], .yfm svg[align=right] {\\n padding-left: 20px; }\\n .yfm img[align=left], .yfm svg[align=left] {\\n padding-right: 20px; }\\n .yfm img {\\n background-color: #ffffff; }\\n .yfm svg {\\n height: auto; }\\n .yfm .katex svg {\\n height: initial; }\\n .yfm img + small {\\n display: block; }\\n .yfm p,\\n .yfm blockquote,\\n .yfm ul,\\n .yfm ol,\\n .yfm dl,\\n .yfm table,\\n .yfm pre {\\n margin: 0 0 15px 0; }\\n .yfm ul pre, .yfm ol pre, .yfm dl pre {\\n margin-top: 15px; }\\n .yfm code,\\n .yfm kbd,\\n .yfm pre {\\n font-family: \\'SF Mono\\', \\'Monaco\\', \\'Menlo\\', \\'Consolas\\', \\'Ubuntu Mono\\', \\'Liberation Mono\\', \\'DejaVu Sans Mono\\', \\'Courier New\\', \\'Courier\\', monospace;\\n font-size: 1em;\\n font-feature-settings: normal; }\\n .yfm input {\\n margin: 0;\\n overflow: visible;\\n font-family: inherit;\\n font-size: inherit;\\n line-height: inherit; }\\n .yfm input[type=\\'checkbox\\'] {\\n box-sizing: border-box;\\n padding: 0; }\\n .yfm table {\\n color: #333333;\\n display: inline-block;\\n max-width: 100%;\\n width: auto;\\n overflow: auto;\\n position: relative;\\n z-index: 1;\\n border: 1px solid rgba(0, 0, 0, 0.07);\\n box-sizing: border-box;\\n border-radius: 8px;\\n border-collapse: collapse;\\n border-spacing: 0;\\n background: #ffffff; }\\n .yfm table thead, .yfm table tr:nth-child(2n) {\\n background-color: rgba(0, 0, 0, 0.02); }\\n .yfm table th, .yfm table td {\\n padding: 10px 15px;\\n white-space: nowrap;\\n overflow: hidden;\\n text-overflow: ellipsis; }\\n .yfm table th {\\n font-weight: 500;\\n text-align: left; }\\n .yfm table td {\\n white-space: normal;\\n vertical-align: baseline; }\\n .yfm hr {\\n box-sizing: content-box;\\n height: 0.25em;\\n padding: 0;\\n margin: 1.5em 0;\\n overflow: hidden;\\n background-color: rgba(0, 0, 0, 0.07);\\n border: none; }\\n .yfm hr::before {\\n content: \\'\\';\\n display: table; }\\n .yfm hr::after {\\n content: \\'\\';\\n display: table;\\n clear: both; }\\n .yfm blockquote {\\n position: relative;\\n padding-left: 12px;\\n border-left: 3px solid #027bf3; }\\n .yfm blockquote > *:first-child {\\n margin-top: 0; }\\n .yfm blockquote > *:last-child {\\n margin-bottom: 0; }\\n .yfm dl {\\n padding: 0; }\\n .yfm dl > *:first-child {\\n margin-top: 0; }\\n .yfm dl > *:last-child {\\n margin-bottom: 0; }\\n .yfm dl dt {\\n margin-bottom: 5px;\\n font-size: 1em;\\n font-weight: 500;\\n font-style: italic; }\\n .yfm dl dd {\\n margin-bottom: 15px;\\n padding: 0 15px; }\\n .yfm dd {\\n margin-left: 0; }\\n .yfm dd > ol:first-child,\\n .yfm dd > ul:first-child,\\n .yfm dd > dd:first-child {\\n padding-left: 0; }\\n .yfm ul, .yfm ol {\\n padding-left: 2.2em; }\\n .yfm ul ul,\\n .yfm ul ol,\\n .yfm ol ol,\\n .yfm ol ul {\\n margin-top: 0;\\n margin-bottom: 0; }\\n .yfm:not(.yfm_no-list-reset) ol {\\n list-style-type: none;\\n counter-reset: list; }\\n .yfm:not(.yfm_no-list-reset) ol > li {\\n position: relative;\\n counter-increment: list; }\\n .yfm:not(.yfm_no-list-reset) ol > li::before {\\n position: absolute;\\n right: 100%;\\n margin-right: 4px;\\n content: counters(list, \".\") \". \"; }\\n .yfm li {\\n word-wrap: break-word; }\\n .yfm li + li {\\n margin-top: 0.33em; }\\n .yfm li p,\\n .yfm li blockquote {\\n margin-top: 15px; }\\n .yfm code {\\n padding: 0.1em 0.4em 0.15em;\\n background-color: rgba(107, 132, 153, 0.12);\\n border-radius: 4px;\\n font-size: 0.875em;\\n white-space: normal;\\n color: #3b6080; }\\n .yfm pre {\\n word-wrap: normal; }\\n .yfm table code {\\n white-space: nowrap; }\\n .yfm pre * code {\\n display: inline;\\n padding: 0;\\n margin: 0;\\n overflow: visible;\\n word-wrap: normal;\\n background-color: transparent;\\n border: 0;\\n color: rgba(0, 0, 0, 0.7); }\\n .yfm pre > code {\\n display: block;\\n padding: 16px;\\n overflow: auto;\\n background-color: rgba(107, 132, 153, 0.12);\\n color: rgba(0, 0, 0, 0.7);\\n white-space: pre; }\\n\\n.yfm .yfm-note {\\n max-width: 1296px;\\n margin: 20px 0;\\n padding: 20px 20px 20px 64px;\\n border-radius: 10px; }\\n .yfm .yfm-note .yfm-note-title {\\n font-weight: 700; }\\n .yfm .yfm-note > p {\\n margin: 0 0 10px 0; }\\n .yfm .yfm-note > p:first-child::before {\\n box-sizing: content-box;\\n display: block;\\n width: 24px;\\n height: 24px;\\n margin-top: -2px;\\n margin-left: -44px;\\n padding-right: 20px;\\n float: left; }\\n .yfm .yfm-note > p:last-child {\\n margin-bottom: 0; }\\n .yfm .yfm-note.yfm-accent-info > p:first-child::before {\\n content: url(\\'data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb(2,123,243)\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E\\'); }\\n .yfm .yfm-note.yfm-accent-tip > p:first-child::before {\\n content: url(\\'data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb(86,189,103)\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E\\'); }\\n .yfm .yfm-note.yfm-accent-alert > p:first-child::before {\\n content: url(\\'data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb(255,70,69)\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E\\'); }\\n .yfm .yfm-note.yfm-accent-warning > p:first-child::before {\\n content: url(\\'data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 16 16\"%3E%3Ccircle cx=\"8\" cy=\"8\" r=\"8\" fill=\"rgb(241,149,24)\"/%3E%3Crect width=\"1\" height=\"5\" x=\"7.5\" y=\"6.5\" stroke=\"%23fff\" rx=\".5\"/%3E%3Ccircle cx=\"8\" cy=\"4\" r=\"1\" fill=\"%23fff\"/%3E%3C/svg%3E\\'); }\\n .yfm .yfm-note.yfm-accent-info {\\n background: rgba(2, 123, 243, 0.08); }\\n .yfm .yfm-note.yfm-accent-tip {\\n background: rgba(63, 201, 46, 0.1); }\\n .yfm .yfm-note.yfm-accent-alert {\\n background: rgba(235, 50, 38, 0.08); }\\n .yfm .yfm-note.yfm-accent-warning {\\n background: rgba(255, 136, 0, 0.15); }\\n\\n.yfm h1 .yfm-anchor, .yfm h2 .yfm-anchor, .yfm h3 .yfm-anchor, .yfm h4 .yfm-anchor, .yfm h5 .yfm-anchor, .yfm h6 .yfm-anchor {\\n display: inline-block;\\n width: 24px;\\n padding-right: 4px;\\n margin-left: -24px;\\n float: left;\\n text-align: center;\\n font-size: 18px; }\\n\\n.yfm h1 .yfm-anchor::before, .yfm h2 .yfm-anchor::before, .yfm h3 .yfm-anchor::before, .yfm h4 .yfm-anchor::before, .yfm h5 .yfm-anchor::before, .yfm h6 .yfm-anchor::before {\\n content: \\'#\\';\\n visibility: hidden; }\\n\\n.yfm h1:hover .yfm-anchor::before, .yfm h2:hover .yfm-anchor::before, .yfm h3:hover .yfm-anchor::before, .yfm h4:hover .yfm-anchor::before, .yfm h5:hover .yfm-anchor::before, .yfm h6:hover .yfm-anchor::before {\\n visibility: visible; }\\n\\n.yfm .yfm-tabs {\\n margin-bottom: 15px; }\\n .yfm .yfm-tabs ol {\\n counter-reset: tabs-list; }\\n .yfm .yfm-tabs ol > li {\\n counter-increment: tabs-list; }\\n .yfm .yfm-tabs ol > li::before {\\n content: counters(tabs-list, \".\") \". \"; }\\n\\n.yfm .yfm-tab-list {\\n display: flex;\\n margin-bottom: 15px;\\n border-bottom: 1px solid rgba(0, 0, 0, 0.07); }\\n\\n.yfm .yfm-tab {\\n margin-bottom: -1px;\\n margin-right: 20px;\\n border-bottom: 2px solid transparent;\\n padding: 6px 0 7px 0;\\n font-weight: 700;\\n outline: none;\\n cursor: pointer;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n user-select: none;\\n white-space: break-spaces; }\\n .yfm .yfm-tab:last-child {\\n margin-right: 0; }\\n .yfm .yfm-tab:hover, .yfm .yfm-tab:active {\\n color: #004080; }\\n .yfm .yfm-tab.active {\\n border-bottom-color: #027bf3; }\\n\\n.yfm .yfm-tab-panel {\\n display: none; }\\n .yfm .yfm-tab-panel:first-child {\\n margin-top: 0 !important; }\\n .yfm .yfm-tab-panel:last-child {\\n margin-bottom: 0 !important; }\\n .yfm .yfm-tab-panel.active {\\n display: block; }\\n\\n.yfm .hljs {\\n display: block;\\n overflow-x: auto;\\n padding: 16px;\\n background: rgba(107, 132, 153, 0.12);\\n background: var(--yfm-color-hljs-background); }\\n\\n.yfm .hljs,\\n.yfm .hljs-subst {\\n color: #444;\\n color: var(--yfm-color-hljs-subst); }\\n\\n.yfm .hljs-comment {\\n color: #888888;\\n color: var(--yfm-color-hljs-comment); }\\n\\n.yfm .hljs-keyword,\\n.yfm .hljs-attribute,\\n.yfm .hljs-selector-tag,\\n.yfm .hljs-meta-keyword,\\n.yfm .hljs-doctag,\\n.yfm .hljs-name {\\n font-weight: bold; }\\n\\n.yfm .hljs-type,\\n.yfm .hljs-string,\\n.yfm .hljs-number,\\n.yfm .hljs-selector-id,\\n.yfm .hljs-selector-class,\\n.yfm .hljs-quote,\\n.yfm .hljs-template-tag,\\n.yfm .hljs-deletion {\\n color: #880000;\\n color: var(--yfm-color-hljs-deletion); }\\n\\n.yfm .hljs-title,\\n.yfm .hljs-section {\\n color: #880000;\\n color: var(--yfm-color-hljs-section);\\n font-weight: bold; }\\n\\n.yfm .hljs-regexp,\\n.yfm .hljs-symbol,\\n.yfm .hljs-variable,\\n.yfm .hljs-template-variable,\\n.yfm .hljs-link,\\n.yfm .hljs-selector-attr,\\n.yfm .hljs-selector-pseudo {\\n color: #BC6060;\\n color: var(--yfm-color-hljs-pseudo); }\\n\\n.yfm .hljs-literal {\\n color: #78A960;\\n color: var(--yfm-color-hljs-literal); }\\n\\n.yfm .hljs-built_in,\\n.yfm .hljs-bullet,\\n.yfm .hljs-code,\\n.yfm .hljs-addition {\\n color: #397300;\\n color: var(--yfm-color-hljs-addition); }\\n\\n.yfm .hljs-meta {\\n color: #1f7199;\\n color: var(--yfm-color-hljs-meta); }\\n\\n.yfm .hljs-meta-string {\\n color: #4d99bf;\\n color: var(--yfm-color-hljs-meta-string); }\\n\\n.yfm .hljs-emphasis {\\n font-style: italic; }\\n\\n.yfm .hljs-strong {\\n font-weight: bold; }\\n\\n.yfm-clipboard {\\n position: relative; }\\n .yfm-clipboard:hover .yfm-clipboard-button {\\n display: block; }\\n .yfm-clipboard > pre {\\n border-radius: 10px;\\n overflow: hidden; }\\n\\n.yfm-clipboard-button {\\n display: none;\\n position: absolute;\\n cursor: pointer;\\n top: 16px;\\n right: 16px;\\n z-index: 1; }\\n\\n@media print {\\n .tab-list {\\n display: none !important; }\\n .tab-panel:before {\\n content: attr(data-title);\\n margin-bottom: -1px;\\n margin-right: 20px;\\n border-bottom: 2px solid transparent;\\n line-height: 33px;\\n font-weight: 700;\\n outline: 0;\\n cursor: pointer; }\\n .tab-panel {\\n display: block !important; } }\\n\\n.yfm-cut-title {\\n cursor: pointer;\\n position: relative;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n user-select: none;\\n padding: 5px 0 5px 30px; }\\n .yfm-cut-title:before {\\n content: \\'\\';\\n z-index: 100;\\n left: 0;\\n top: 50%;\\n background-image: url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CiAgICA8cGF0aCBzdHJva2U9ImN1cnJlbnRDb2xvciIgZmlsbD0ibm9uZSIgZD0iTTMgNmw1IDUgNS01Ii8+Cjwvc3ZnPgo=\");\\n transform: translateY(-50%) rotate(-90deg);\\n transition: transform 0.3s ease;\\n height: 20px;\\n width: 20px;\\n position: absolute; }\\n\\n.yfm-cut-content {\\n height: 0;\\n overflow: hidden;\\n transition: height 0.3s ease-in-out; }\\n\\n.yfm-cut.open > .yfm-cut-content {\\n padding: 5px 0 15px 30px;\\n height: auto; }\\n\\n.yfm-cut.open > .yfm-cut-title:before {\\n transform: translateY(-50%); }\\n\\n/**\\n Public CSS variables:\\n --yfm-file-icon sets file icon image\\n --yfm-file-icon-color sets file icon color\\n*/\\n.yfm-file__icon {\\n ---yfm-file-icon-img: var(--yfm-file-icon, url(\"data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik0zNjkuOSA5Ny45TDI4NiAxNEMyNzcgNSAyNjQuOC0uMSAyNTIuMS0uMUg0OEMyMS41IDAgMCAyMS41IDAgNDh2NDE2YzAgMjYuNSAyMS41IDQ4IDQ4IDQ4aDI4OGMyNi41IDAgNDgtMjEuNSA0OC00OFYxMzEuOWMwLTEyLjctNS4xLTI1LTE0LjEtMzR6bS0yMi42IDIyLjdjMi4xIDIuMSAzLjUgNC42IDQuMiA3LjRIMjU2VjMyLjVjMi44LjcgNS4zIDIuMSA3LjQgNC4ybDgzLjkgODMuOXpNMzM2IDQ4MEg0OGMtOC44IDAtMTYtNy4yLTE2LTE2VjQ4YzAtOC44IDcuMi0xNiAxNi0xNmgxNzZ2MTA0YzAgMTMuMyAxMC43IDI0IDI0IDI0aDEwNHYzMDRjMCA4LjgtNy4yIDE2LTE2IDE2em0tNDgtMjQ0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyem0wIDY0djhjMCA2LjYtNS40IDEyLTEyIDEySDEwOGMtNi42IDAtMTItNS40LTEyLTEydi04YzAtNi42IDUuNC0xMiAxMi0xMmgxNjhjNi42IDAgMTIgNS40IDEyIDEyeiIvPjwvc3ZnPg==\"));\\n display: inline-block;\\n -webkit-user-select: none;\\n -moz-user-select: none;\\n user-select: none;\\n width: 16px;\\n margin: 0 2px;\\n color: var(--yfm-file-icon-color, rgba(0, 0, 0, 0.7));\\n background-color: currentColor;\\n background-repeat: no-repeat;\\n background-position: 50%;\\n background-size: 100%;\\n -webkit-mask-image: var(---yfm-file-icon-img);\\n mask-image: var(---yfm-file-icon-img);\\n -webkit-mask-position: center;\\n mask-position: center;\\n -webkit-mask-repeat: no-repeat;\\n mask-repeat: no-repeat; }\\n .yfm-file__icon::before {\\n content: \\'\\\\a0\\'; }\\n',\"\"]),t.a=o},function(e,t,r){\"use strict\";r.d(t,\"a\",(function(){return o}));var n=r(34);function o(e,t){if(e){if(\"string\"==typeof e)return Object(n.a)(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return\"Object\"===r&&e.constructor&&(r=e.constructor.name),\"Map\"===r||\"Set\"===r?Array.from(e):\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Object(n.a)(e,t):void 0}}},function(e,t,r){\"use strict\";function n(e,t){return(n=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}r.d(t,\"a\",(function(){return n}))},function(e,t,r){\"use strict\";r.d(t,\"a\",(function(){return o}));var n=r(18);function o(e){var t=function(e,t){if(\"object\"!==Object(n.a)(e)||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,t||\"default\");if(\"object\"!==Object(n.a)(o))return o;throw new TypeError(\"@@toPrimitive must return a primitive value.\")}return(\"string\"===t?String:Number)(e)}(e,\"string\");return\"symbol\"===Object(n.a)(t)?t:String(t)}},function(e,t,r){\"use strict\";var n=r(147);r.o(n,\"animated\")&&r.d(t,\"animated\",(function(){return n.animated})),r.o(n,\"config\")&&r.d(t,\"config\",(function(){return n.config})),r.o(n,\"useSpring\")&&r.d(t,\"useSpring\",(function(){return n.useSpring}))},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n),i=r(152),a=r(41),c=o()((function(e){return e[1]}));c.i(i.a),c.i(a.a),c.push([e.i,'.yfm_constructor{font-family:var(--yc-font-family-sans);color:var(--yc-color-text-primary)}.yfm_constructor code,.yfm_constructor kbd,.yfm_constructor pre{font-family:var(--yc-font-family-monospace);color:var(--yc-color-text-primary)}.yfm_constructor.yfm_constructor h1,.yfm_constructor.yfm_constructor h2,.yfm_constructor.yfm_constructor h3,.yfm_constructor.yfm_constructor h4,.yfm_constructor.yfm_constructor h5,.yfm_constructor.yfm_constructor h6,.yfm_constructor.yfm_constructor span,.yfm_constructor.yfm_constructor p,.yfm_constructor.yfm_constructor li{color:var(--yc-color-text-primary)}.yfm_constructor.yfm_constructor_notice li,.yfm_constructor.yfm_constructor_notice p{color:var(--yc-color-text-secondary)}.yfm_constructor.yfm_constructor ul,.yfm_constructor.yfm_constructor ol,.yfm_constructor.yfm_constructor li,.yfm_constructor.yfm_constructor p{margin:0 0 12px}.yfm_constructor.yfm_constructor p strong{font-weight:500}.yfm_constructor.yfm_constructor_size_s ul,.yfm_constructor.yfm_constructor_size_s ol,.yfm_constructor.yfm_constructor_size_s li,.yfm_constructor.yfm_constructor_size_s p{margin-bottom:8px}.yfm_constructor_theme_dark p{color:var(--yc-color-text-light-primary)}.yfm_constructor_list_style ul{padding-left:20px}.yfm_constructor_list_style_dash ul{list-style-type:none;position:relative}.yfm_constructor_list_style_dash ul li:before{content:\"—\";position:absolute;margin-left:-20px}.yfm_constructor a{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .yfm_constructor a:focus{outline:2px solid #ffdb4d}.yfm_constructor a:hover,.yfm_constructor a:active{--pc-text-header-color: var(--yc-color-text-link-hover);color:var(--yc-color-text-link-hover)}.yfm_constructor table{color:var(--yc-color-text-primary);border:1px solid var(--yc-color-line-generic);background:var(--yc-color-base-background)}.yfm_constructor thead,.yfm_constructor table tr:nth-child(2n){background-color:var(--yc-color-base-generic)}.yfm_constructor_table table{border:0;table-layout:fixed}.yfm_constructor_table thead,.yfm_constructor_table tr{background-color:rgba(0,0,0,0) !important}.yfm_constructor_table tbody tr{border-top:1px solid var(--yc-color-line-generic)}.yfm_constructor_table td,.yfm_constructor_table th{min-width:120px;width:120px;box-sizing:content-box;white-space:inherit !important}.yfm_constructor_table td:first-child,.yfm_constructor_table th:first-child{min-width:172px;width:172px}.yfm_constructor_table th{text-align:left !important}',\"\"]),t.a=c},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n),i=r(41),a=o()((function(e){return e[1]}));a.i(i.a),a.push([e.i,':root{--header-height: 64px}.yc-root{--yc-text-accent-font-weight: 500;--pc-transparent: rgba(255, 255, 255, 0);--pc-border-radius: 24px;--pc-image-padding: 4px;--pc-color-sfx-shadow: var(--yc-color-base-simple-hover);--pc-color-line-generic-active-solid: #b3b3b3;--pc-color-base-float-hover: var(--yc-color-base-float);--pc-monochrome-button-background-color: #262626;--pc-monochrome-button-background-color-hover: #393939;--pc-monochrome-button-color: var(--yc-color-text-light-primary);--pc-text-header-color: var(--yc-color-text-primary);--pc-media-card-meta-info-color: var(--yc-color-text-secondary);--pc-tab-item-color: var(--yc-color-text-primary);--pc-tab-item-background-color: var(--yc-color-base-generic);--pc-tab-item-background-color-hover: var(--yc-color-base-generic-hover);--pc-selected-tab-item-color: var(--pc-monochrome-button-color);--pc-selected-tab-item-background-color: var(--pc-monochrome-button-background-color);--pc-selected-tab-item-background-color-hover: var( --pc-monochrome-button-background-color-hover )}.yc-root.yc-root_theme_dark{--pc-color-sfx-shadow: var(--yc-color-sfx-shadow);--pc-color-line-generic-active-solid: #6c6c70;--pc-color-base-float-hover: var(--yc-color-base-float-hover);--pc-monochrome-button-background-color: #ffffff;--pc-monochrome-button-background-color-hover: #e9e9e9;--pc-monochrome-button-color: var(--yc-color-text-dark-primary)}.yfm_constructor{font-family:var(--yc-font-family-sans);color:var(--yc-color-text-primary)}.yfm_constructor code,.yfm_constructor kbd,.yfm_constructor pre{font-family:var(--yc-font-family-monospace);color:var(--yc-color-text-primary)}.yfm_constructor.yfm_constructor h1,.yfm_constructor.yfm_constructor h2,.yfm_constructor.yfm_constructor h3,.yfm_constructor.yfm_constructor h4,.yfm_constructor.yfm_constructor h5,.yfm_constructor.yfm_constructor h6,.yfm_constructor.yfm_constructor span,.yfm_constructor.yfm_constructor p,.yfm_constructor.yfm_constructor li{color:var(--yc-color-text-primary)}.yfm_constructor.yfm_constructor_notice li,.yfm_constructor.yfm_constructor_notice p{color:var(--yc-color-text-secondary)}.yfm_constructor.yfm_constructor ul,.yfm_constructor.yfm_constructor ol,.yfm_constructor.yfm_constructor li,.yfm_constructor.yfm_constructor p{margin:0 0 12px}.yfm_constructor.yfm_constructor p strong{font-weight:500}.yfm_constructor.yfm_constructor_size_s ul,.yfm_constructor.yfm_constructor_size_s ol,.yfm_constructor.yfm_constructor_size_s li,.yfm_constructor.yfm_constructor_size_s p{margin-bottom:8px}.yfm_constructor_theme_dark p{color:var(--yc-color-text-light-primary)}.yfm_constructor_list_style ul{padding-left:20px}.yfm_constructor_list_style_dash ul{list-style-type:none;position:relative}.yfm_constructor_list_style_dash ul li:before{content:\"—\";position:absolute;margin-left:-20px}.yfm_constructor a{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .yfm_constructor a:focus{outline:2px solid #ffdb4d}.yfm_constructor a:hover,.yfm_constructor a:active{--pc-text-header-color: var(--yc-color-text-link-hover);color:var(--yc-color-text-link-hover)}.yfm_constructor table{color:var(--yc-color-text-primary);border:1px solid var(--yc-color-line-generic);background:var(--yc-color-base-background)}.yfm_constructor thead,.yfm_constructor table tr:nth-child(2n){background-color:var(--yc-color-base-generic)}.yfm_constructor_table table{border:0;table-layout:fixed}.yfm_constructor_table thead,.yfm_constructor_table tr{background-color:rgba(0,0,0,0) !important}.yfm_constructor_table tbody tr{border-top:1px solid var(--yc-color-line-generic)}.yfm_constructor_table td,.yfm_constructor_table th{min-width:120px;width:120px;box-sizing:content-box;white-space:inherit !important}.yfm_constructor_table td:first-child,.yfm_constructor_table th:first-child{min-width:172px;width:172px}.yfm_constructor_table th{text-align:left !important}.pc-page-constructor{font-feature-settings:\"liga\",\"kern\",\"pnum\" on,\"lnum\" on,\"ss03\" on;margin-top:0;background-color:var(--yc-color-base-background);z-index:10}.pc-page-constructor__wrapper{position:relative}.pc-page-constructor__background.pc-page-constructor__background{top:calc(-1*var(--header-height))}',\"\"]),t.a=a},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,'.pc-slick-origin.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.pc-slick-origin.slick-slider .slick-track,.pc-slick-origin.slick-slider .slick-list{transform:translate3d(0, 0, 0)}.pc-slick-origin .slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.pc-slick-origin .slick-list:focus{outline:none}.pc-slick-origin .slick-list.dragging{cursor:hand}.pc-slick-origin .slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.pc-slick-origin .slick-track::before,.pc-slick-origin .slick-track::after{content:\"\";display:table}.pc-slick-origin .slick-track:after{clear:both}.slick-loading .pc-slick-origin .slick-track{visibility:hidden}.pc-slick-origin .slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .pc-slick-origin .slick-slide{float:right}.pc-slick-origin .slick-slide img{display:block}.pc-slick-origin .slick-slide.slick-loading img{display:none}.pc-slick-origin .slick-slide.dragging img{pointer-events:none}.slick-initialized .pc-slick-origin .slick-slide{display:block}.slick-loading .pc-slick-origin .slick-slide{visibility:hidden}.slick-vertical .pc-slick-origin .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.pc-slick-origin.slick-initialized .slick-slide{display:block}.pc-slick-origin.slick-loading .slick-slide{visibility:hidden}.pc-slick-origin.slick-vertical .slick-slide{display:block;height:auto;border:1px solid rgba(0,0,0,0)}.pc-slick-origin .slick-arrow.slick-hidden{display:none}.pc-SliderBlock .slick-list{padding:24px 0 20px;margin:0 -8px}.pc-SliderBlock .slick-slide{padding:0 8px;box-sizing:border-box;flex-shrink:0}.pc-SliderBlock .slick-track{display:flex;min-width:100%}.pc-SliderBlock .slick-track .slick-slide{height:auto}.pc-SliderBlock .slick-track .slick-slide>div{height:100%}.pc-SliderBlock .slick-arrow{position:absolute;top:-42px;right:0;z-index:2}.pc-SliderBlock .slick-arrow.slick-prev{right:42px}.pc-SliderBlock__header_no-description{position:relative;top:-3px}.pc-SliderBlock__dots{display:flex;justify-content:center;width:100%}.pc-SliderBlock__dots-list{margin:0;padding:0;list-style:none;position:relative;display:inline-flex;justify-content:center}.pc-SliderBlock__dots-list li.pc-SliderBlock__bar,.pc-SliderBlock__dots-list li.pc-SliderBlock__dot{margin:calc(12px / 2) 8px;top:0}.pc-SliderBlock__dot{margin-top:12px;width:8px;height:8px;border-radius:100%;background-color:var(--yc-color-line-generic-accent);cursor:pointer}.pc-SliderBlock__dot:hover{background-color:var(--yc-color-line-generic-accent-hover)}.pc-SliderBlock__dot+.pc-SliderBlock__dot{margin-left:16px}.pc-SliderBlock__dot_active{background-color:var(--yc-color-line-generic-active)}.pc-SliderBlock__bar{position:absolute;top:12px;left:0;width:24px;height:8px;border-radius:var(--pc-border-radius);transition:left .3s;background-color:var(--pc-color-line-generic-active-solid)}.pc-SliderBlock_align-left .slick-track{width:inherit !important}.pc-SliderBlock_only-arrows{padding-top:42px}.pc-SliderBlock__footer{display:flex;position:relative}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer{position:absolute;top:0;left:0;color:var(--yc-color-text-secondary)}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer_size_l{font-size:var(--yc-text-header-1-font-size);line-height:var(--yc-text-header-1-line-height)}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer_size_m{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer_size_s{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height)}@media(min-width: 769px){.pc-SliderBlock__animate-slides.pc-AnimateBlock .slick-slide,.pc-AnimateBlock .pc-SliderBlock__animate-slides .slick-slide{position:relative;top:100px;opacity:0}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide,.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(0),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(0){transition-delay:0s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(1),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(1){transition-delay:.1s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(2),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(2){transition-delay:.2s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(3),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(3){transition-delay:.3s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(4),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(4){transition-delay:.4s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(5),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(5){transition-delay:.5s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(6),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(6){transition-delay:.6s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(7),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(7){transition-delay:.7s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(8),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(8){transition-delay:.8s}.pc-SliderBlock__animate-slides.pc-AnimateBlock.animate .slick-slide:nth-child(9),.pc-AnimateBlock .pc-SliderBlock__animate-slides.animate .slick-slide:nth-child(9){transition-delay:.9s}}.pc-SliderBlock_type_media-card{padding:0}.pc-SliderBlock_type_media-card .slick-slide{width:100%}@media(max-width: 577px){.pc-SliderBlock_type_media-card:not(.pc-SliderBlock_type_media-card_one-slide){margin-left:0;padding-left:0;width:100%;overflow:inherit}.pc-SliderBlock_type_media-card:not(.pc-SliderBlock_type_media-card_one-slide) .slick-list{margin:0}.pc-SliderBlock_type_media-card:not(.pc-SliderBlock_type_media-card_one-slide) .slick-slide:last-child{padding-right:10px}}.pc-SliderBlock_type_media-card .pc-SliderBlock__dots{position:absolute;bottom:24px;left:0;width:100%}.pc-SliderBlock_type_media-card:hover .slick-arrow{display:flex}.pc-SliderBlock_type_media-card .slick-arrow{display:none;width:64px;top:50%;transform:translate(0, -50%)}.pc-SliderBlock_type_media-card .slick-prev{left:0}.pc-SliderBlock_type_media-card .slick-next{right:0}.pc-SliderBlock_type_media-card .slick-list{padding:0}@media(max-width: 769px){.pc-SliderBlock_type_media-card:hover .slick-arrow{display:none}}.pc-SliderBlock_type_header-card{padding-top:0}.pc-SliderBlock_type_header-card .slick-slide{width:100%}@media(max-width: 577px){.pc-SliderBlock_type_header-card:not(.pc-SliderBlock_type_header-card_one-slide){margin-left:0;padding-left:0;width:100%;overflow:inherit}.pc-SliderBlock_type_header-card:not(.pc-SliderBlock_type_header-card_one-slide) .slick-list{margin:0}.pc-SliderBlock_type_header-card:not(.pc-SliderBlock_type_header-card_one-slide) .slick-slide:last-child{padding-right:10px}}.pc-SliderBlock_type_header-card .pc-SliderBlock__wrapper{position:relative}.pc-SliderBlock_type_header-card .pc-SliderBlock__dots{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:100}.pc-SliderBlock_type_header-card .slick-arrow{top:50%;transform:translateY(-50%);right:16px}.pc-SliderBlock_type_header-card .slick-arrow.slick-prev{left:16px}.pc-SliderBlock_type_header-card .slick-arrow button{background-color:rgba(0,0,0,0);box-shadow:none}.pc-SliderBlock_type_header-card .slick-arrow button:hover{box-shadow:none}.pc-SliderBlock_type_header-card .slick-arrow:hover button{box-shadow:none}.pc-SliderBlock_type_header-card .slick-slide{padding:0}@keyframes safari-fix{from{transform:translateX(0.001px)}to{transform:translateX(0)}}.pc-SliderBlock_type_header-card .slick-slide[aria-hidden=true]{animation:safari-fix 1000ms}.pc-SliderBlock_type_header-card .slick-list{padding:0;margin:0}.pc-SliderBlock_type_header-card .slick-arrow{width:68px;height:68px;right:0}.pc-SliderBlock_type_header-card .slick-arrow.slick-prev{left:0}@media(max-width: 577px){.pc-SliderBlock_type_header-card .slick-arrow{display:none}.pc-SliderBlock_type_header-card.pc-SliderBlock:not(.pc-SliderBlock_type_header-card_one-slide) .slick-list{margin-left:0}.pc-SliderBlock_type_header-card.pc-SliderBlock:not(.pc-SliderBlock_type_header-card_one-slide) .slick-track{padding-left:0}.pc-SliderBlock_type_header-card.pc-SliderBlock:not(.pc-SliderBlock_type_header-card_one-slide) .slick-slide{padding-right:0}.pc-SliderBlock_type_header-card.pc-SliderBlock:not(.pc-SliderBlock_type_header-card_one-slide) .slick-slide:last-child{padding-right:0}}@media(max-width: 769px){.pc-SliderBlock__footer{display:block}.pc-SliderBlock__footer .pc-SliderBlock__disclaimer{position:relative;width:100%;padding-bottom:20px}}@media(max-width: 577px){.pc-SliderBlock:not(.pc-SliderBlock_one-slide){margin-left:-24px;padding-left:24px;width:calc(100% + 48px);overflow-x:auto}.pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-list{margin-left:-24px;margin-right:0}.pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-track{padding-left:16px}.pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-slide{padding:0 8px}.pc-SliderBlock:not(.pc-SliderBlock_one-slide) .slick-slide:last-child{padding:0 24px 0 8px}}',\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-slider-block-arrow__button{box-shadow:0px 4px 24px var(--pc-color-sfx-shadow),0px 2px 8px var(--pc-color-sfx-shadow)}.pc-slider-block-arrow__button:hover{box-shadow:0px 4px 24px var(--yc-color-sfx-shadow),0px 2px 8px var(--yc-color-sfx-shadow);cursor:pointer}.pc-slider-block-arrow__icon-wrapper,.pc-slider-block-arrow__button,.pc-slider-block-arrow{display:flex;align-items:center;justify-content:center}.pc-slider-block-arrow{width:42px;height:42px;cursor:pointer}@media(max-width: 576px){.pc-slider-block-arrow{display:none}}.pc-slider-block-arrow_type_left{margin-right:16px}.pc-slider-block-arrow_type_left .pc-slider-block-arrow__icon-wrapper{transform:rotate(180deg)}.pc-slider-block-arrow__button{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;width:42px;height:42px;color:var(--yc-color-text-secondary);border-radius:100%;background-color:var(--yc-color-base-background);box-shadow:0 4px 24px var(--pc-color-sfx-shadow),0 2px 8px var(--pc-color-sfx-shadow);transition:box-shadow .3s cubic-bezier(0.22, 0.61, 0.36, 1),color .3s cubic-bezier(0.22, 0.61, 0.36, 1)}.pc-slider-block-arrow:hover .pc-slider-block-arrow__button{color:var(--yc-color-text-primary);box-shadow:0 2px 12px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow)}.pc-slider-block-arrow__icon{position:relative}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-ToggleArrow{transition:transform .15s;stroke-width:2px}.pc-ToggleArrow_type_horizontal{transition:margin-left .3s cubic-bezier(0.22, 0.61, 0.36, 1);transform:rotate(-90deg)}.pc-ToggleArrow_type_vertical{transform:rotate(0deg)}.pc-ToggleArrow_open.pc-ToggleArrow_type_horizontal{transform:rotate(0deg)}.pc-ToggleArrow_open.pc-ToggleArrow_type_vertical{transform:rotate(180deg)}.pc-ToggleArrow_thin{stroke-width:1px}.pc-ToggleArrow_slow{transition-duration:.3s}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".yc-icon{color:inherit;line-height:0;vertical-align:top}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var n=r(144),o=n.setup();function i(e){var t=o(e);function r(){for(var e=[],r=0;r<arguments.length;r++)e[r]=arguments[r];var n,o=e.shift(),i=e[0],a=e[1];return\"string\"==typeof o&&\"string\"!=typeof i||(a=i,i=null),n=t(o,i),a&&(n=n.mix(a)),n.toString()}return r.builder=function(){return t},r}i.setup=function(e){o=n.setup(e)},i.reset=function(){o=n.setup()},t.default=i},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-Anchor{display:block;position:relative;top:calc(-1 * var(--header-height) - var(--anchor-offset, 0px));visibility:hidden}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-title__description{margin-top:12px}.pc-title__description .yfm{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height)}.pc-title__description_titleSize_s,.pc-title__description_titleSize_xs{margin-top:8px}.pc-title__description_titleSize_s .yfm,.pc-title__description_titleSize_xs .yfm{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-title-item_size_l,.pc-title-item_size_m,.pc-title-item_size_s,.pc-title-item_size_xs{margin:0}.pc-title-item_justify_center{text-align:center}.pc-title-item_justify_end{text-align:right}.pc-title-item_size_xs{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight)}.pc-title-item_size_s{font-size:var(--yc-text-header-1-font-size);line-height:var(--yc-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight);margin-top:32px}.pc-title-item_size_m{font-size:var(--yc-text-display-2-font-size);line-height:var(--yc-text-display-2-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight);margin-top:48px}@media(max-width: 576px){.pc-title-item_size_m{font-size:var(--yc-text-display-1-font-size);line-height:var(--yc-text-display-1-line-height)}}.pc-title-item_size_l{font-size:var(--yc-text-display-4-font-size);line-height:var(--yc-text-display-4-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight);margin-top:96px}@media(max-width: 577px){.pc-title-item_size_l{font-size:var(--yc-text-display-2-font-size);line-height:var(--yc-text-display-2-line-height)}}.pc-title-item__arrow{margin-top:10px}.pc-title-item__arrow_size_xs{margin-top:7px}.pc-title-item__arrow_size_s{margin-top:5px}.pc-title-item__link{color:inherit;text-decoration:none;padding-right:8px}.pc-title-item__link:hover,.pc-title-item__link:active{--pc-text-header-color: inherit;color:inherit}.pc-title-item__link:hover{cursor:pointer}.pc-title-item__link:hover .pc-title-item__arrow{margin-left:10px}.pc-title-item__link:hover .pc-title-item__arrow_size_xs{margin-left:6px}.pc-title-item__link:hover .pc-title-item__arrow_size_s{margin-left:8px}.pc-title-item__text{white-space:normal}.pc-title-item__text a{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-title-item__text a:focus{outline:2px solid #ffdb4d}.pc-title-item__text a:hover,.pc-title-item__text a:active{--pc-text-header-color: var(--yc-color-text-link-hover);color:var(--yc-color-text-link-hover)}.pc-title-item__wrapper{white-space:nowrap}.pc-title-item_reset-margin{margin-top:0}@media(max-width: 577px){.pc-title-item_size_l:not(.pc-title-item_reset-margin){margin-top:48px}.pc-title-item__arrow_size_m,.pc-title-item__arrow_size_l{margin-top:9px}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(209),o=r(210);function i(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}t.parse=g,t.resolve=function(e,t){return g(e,!1,!0).resolve(t)},t.resolveObject=function(e,t){return e?g(e,!1,!0).resolveObject(t):t},t.format=function(e){o.isString(e)&&(e=g(e));return e instanceof i?e.format():i.prototype.format.call(e)},t.Url=i;var a=/^([a-z0-9.+-]+:)/i,c=/:[0-9]*$/,l=/^(\\/\\/?(?!\\/)[^\\?\\s]*)(\\?[^\\s]*)?$/,u=[\"{\",\"}\",\"|\",\"\\\\\",\"^\",\"`\"].concat([\"<\",\">\",'\"',\"`\",\" \",\"\\r\",\"\\n\",\"\\t\"]),s=[\"'\"].concat(u),d=[\"%\",\"/\",\"?\",\";\",\"#\"].concat(s),p=[\"/\",\"?\",\"#\"],f=/^[+a-z0-9A-Z_-]{0,63}$/,m=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,y={javascript:!0,\"javascript:\":!0},b={javascript:!0,\"javascript:\":!0},h={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,\"http:\":!0,\"https:\":!0,\"ftp:\":!0,\"gopher:\":!0,\"file:\":!0},v=r(211);function g(e,t,r){if(e&&o.isObject(e)&&e instanceof i)return e;var n=new i;return n.parse(e,t,r),n}i.prototype.parse=function(e,t,r){if(!o.isString(e))throw new TypeError(\"Parameter 'url' must be a string, not \"+typeof e);var i=e.indexOf(\"?\"),c=-1!==i&&i<e.indexOf(\"#\")?\"?\":\"#\",u=e.split(c);u[0]=u[0].replace(/\\\\/g,\"/\");var g=e=u.join(c);if(g=g.trim(),!r&&1===e.split(\"#\").length){var _=l.exec(g);if(_)return this.path=g,this.href=g,this.pathname=_[1],_[2]?(this.search=_[2],this.query=t?v.parse(this.search.substr(1)):this.search.substr(1)):t&&(this.search=\"\",this.query={}),this}var w=a.exec(g);if(w){var x=(w=w[0]).toLowerCase();this.protocol=x,g=g.substr(w.length)}if(r||w||g.match(/^\\/\\/[^@\\/]+@[^@\\/]+/)){var k=\"//\"===g.substr(0,2);!k||w&&b[w]||(g=g.substr(2),this.slashes=!0)}if(!b[w]&&(k||w&&!h[w])){for(var N,j,M=-1,O=0;O<p.length;O++){-1!==(S=g.indexOf(p[O]))&&(-1===M||S<M)&&(M=S)}-1!==(j=-1===M?g.lastIndexOf(\"@\"):g.lastIndexOf(\"@\",M))&&(N=g.slice(0,j),g=g.slice(j+1),this.auth=decodeURIComponent(N)),M=-1;for(O=0;O<d.length;O++){var S;-1!==(S=g.indexOf(d[O]))&&(-1===M||S<M)&&(M=S)}-1===M&&(M=g.length),this.host=g.slice(0,M),g=g.slice(M),this.parseHost(),this.hostname=this.hostname||\"\";var E=\"[\"===this.hostname[0]&&\"]\"===this.hostname[this.hostname.length-1];if(!E)for(var L=this.hostname.split(/\\./),I=(O=0,L.length);O<I;O++){var C=L[O];if(C&&!C.match(f)){for(var P=\"\",A=0,D=C.length;A<D;A++)C.charCodeAt(A)>127?P+=\"x\":P+=C[A];if(!P.match(f)){var T=L.slice(0,O),z=L.slice(O+1),B=C.match(m);B&&(T.push(B[1]),z.unshift(B[2])),z.length&&(g=\"/\"+z.join(\".\")+g),this.hostname=T.join(\".\");break}}}this.hostname.length>255?this.hostname=\"\":this.hostname=this.hostname.toLowerCase(),E||(this.hostname=n.toASCII(this.hostname));var R=this.port?\":\"+this.port:\"\",F=this.hostname||\"\";this.host=F+R,this.href+=this.host,E&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),\"/\"!==g[0]&&(g=\"/\"+g))}if(!y[x])for(O=0,I=s.length;O<I;O++){var U=s[O];if(-1!==g.indexOf(U)){var Y=encodeURIComponent(U);Y===U&&(Y=escape(U)),g=g.split(U).join(Y)}}var W=g.indexOf(\"#\");-1!==W&&(this.hash=g.substr(W),g=g.slice(0,W));var V=g.indexOf(\"?\");if(-1!==V?(this.search=g.substr(V),this.query=g.substr(V+1),t&&(this.query=v.parse(this.query)),g=g.slice(0,V)):t&&(this.search=\"\",this.query={}),g&&(this.pathname=g),h[x]&&this.hostname&&!this.pathname&&(this.pathname=\"/\"),this.pathname||this.search){R=this.pathname||\"\";var Q=this.search||\"\";this.path=R+Q}return this.href=this.format(),this},i.prototype.format=function(){var e=this.auth||\"\";e&&(e=(e=encodeURIComponent(e)).replace(/%3A/i,\":\"),e+=\"@\");var t=this.protocol||\"\",r=this.pathname||\"\",n=this.hash||\"\",i=!1,a=\"\";this.host?i=e+this.host:this.hostname&&(i=e+(-1===this.hostname.indexOf(\":\")?this.hostname:\"[\"+this.hostname+\"]\"),this.port&&(i+=\":\"+this.port)),this.query&&o.isObject(this.query)&&Object.keys(this.query).length&&(a=v.stringify(this.query));var c=this.search||a&&\"?\"+a||\"\";return t&&\":\"!==t.substr(-1)&&(t+=\":\"),this.slashes||(!t||h[t])&&!1!==i?(i=\"//\"+(i||\"\"),r&&\"/\"!==r.charAt(0)&&(r=\"/\"+r)):i||(i=\"\"),n&&\"#\"!==n.charAt(0)&&(n=\"#\"+n),c&&\"?\"!==c.charAt(0)&&(c=\"?\"+c),t+i+(r=r.replace(/[?#]/g,(function(e){return encodeURIComponent(e)})))+(c=c.replace(\"#\",\"%23\"))+n},i.prototype.resolve=function(e){return this.resolveObject(g(e,!1,!0)).format()},i.prototype.resolveObject=function(e){if(o.isString(e)){var t=new i;t.parse(e,!1,!0),e=t}for(var r=new i,n=Object.keys(this),a=0;a<n.length;a++){var c=n[a];r[c]=this[c]}if(r.hash=e.hash,\"\"===e.href)return r.href=r.format(),r;if(e.slashes&&!e.protocol){for(var l=Object.keys(e),u=0;u<l.length;u++){var s=l[u];\"protocol\"!==s&&(r[s]=e[s])}return h[r.protocol]&&r.hostname&&!r.pathname&&(r.path=r.pathname=\"/\"),r.href=r.format(),r}if(e.protocol&&e.protocol!==r.protocol){if(!h[e.protocol]){for(var d=Object.keys(e),p=0;p<d.length;p++){var f=d[p];r[f]=e[f]}return r.href=r.format(),r}if(r.protocol=e.protocol,e.host||b[e.protocol])r.pathname=e.pathname;else{for(var m=(e.pathname||\"\").split(\"/\");m.length&&!(e.host=m.shift()););e.host||(e.host=\"\"),e.hostname||(e.hostname=\"\"),\"\"!==m[0]&&m.unshift(\"\"),m.length<2&&m.unshift(\"\"),r.pathname=m.join(\"/\")}if(r.search=e.search,r.query=e.query,r.host=e.host||\"\",r.auth=e.auth,r.hostname=e.hostname||e.host,r.port=e.port,r.pathname||r.search){var y=r.pathname||\"\",v=r.search||\"\";r.path=y+v}return r.slashes=r.slashes||e.slashes,r.href=r.format(),r}var g=r.pathname&&\"/\"===r.pathname.charAt(0),_=e.host||e.pathname&&\"/\"===e.pathname.charAt(0),w=_||g||r.host&&e.pathname,x=w,k=r.pathname&&r.pathname.split(\"/\")||[],N=(m=e.pathname&&e.pathname.split(\"/\")||[],r.protocol&&!h[r.protocol]);if(N&&(r.hostname=\"\",r.port=null,r.host&&(\"\"===k[0]?k[0]=r.host:k.unshift(r.host)),r.host=\"\",e.protocol&&(e.hostname=null,e.port=null,e.host&&(\"\"===m[0]?m[0]=e.host:m.unshift(e.host)),e.host=null),w=w&&(\"\"===m[0]||\"\"===k[0])),_)r.host=e.host||\"\"===e.host?e.host:r.host,r.hostname=e.hostname||\"\"===e.hostname?e.hostname:r.hostname,r.search=e.search,r.query=e.query,k=m;else if(m.length)k||(k=[]),k.pop(),k=k.concat(m),r.search=e.search,r.query=e.query;else if(!o.isNullOrUndefined(e.search)){if(N)r.hostname=r.host=k.shift(),(E=!!(r.host&&r.host.indexOf(\"@\")>0)&&r.host.split(\"@\"))&&(r.auth=E.shift(),r.host=r.hostname=E.shift());return r.search=e.search,r.query=e.query,o.isNull(r.pathname)&&o.isNull(r.search)||(r.path=(r.pathname?r.pathname:\"\")+(r.search?r.search:\"\")),r.href=r.format(),r}if(!k.length)return r.pathname=null,r.search?r.path=\"/\"+r.search:r.path=null,r.href=r.format(),r;for(var j=k.slice(-1)[0],M=(r.host||e.host||k.length>1)&&(\".\"===j||\"..\"===j)||\"\"===j,O=0,S=k.length;S>=0;S--)\".\"===(j=k[S])?k.splice(S,1):\"..\"===j?(k.splice(S,1),O++):O&&(k.splice(S,1),O--);if(!w&&!x)for(;O--;O)k.unshift(\"..\");!w||\"\"===k[0]||k[0]&&\"/\"===k[0].charAt(0)||k.unshift(\"\"),M&&\"/\"!==k.join(\"/\").substr(-1)&&k.push(\"\");var E,L=\"\"===k[0]||k[0]&&\"/\"===k[0].charAt(0);N&&(r.hostname=r.host=L?\"\":k.length?k.shift():\"\",(E=!!(r.host&&r.host.indexOf(\"@\")>0)&&r.host.split(\"@\"))&&(r.auth=E.shift(),r.host=r.hostname=E.shift()));return(w=w||r.host&&k.length)&&!L&&k.unshift(\"\"),k.length?r.pathname=k.join(\"/\"):(r.pathname=null,r.path=null),o.isNull(r.pathname)&&o.isNull(r.search)||(r.path=(r.pathname?r.pathname:\"\")+(r.search?r.search:\"\")),r.auth=e.auth||r.auth,r.slashes=r.slashes||e.slashes,r.href=r.format(),r},i.prototype.parseHost=function(){var e=this.host,t=c.exec(e);t&&(\":\"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},function(e,t,r){\"use strict\";r.d(t,\"a\",(function(){return l}));var n=!(\"undefined\"==typeof window||!window.document||!window.document.createElement);var o=void 0;function i(){return void 0===o&&(o=function(){if(!n)return!1;if(!window.addEventListener||!window.removeEventListener||!Object.defineProperty)return!1;var e=!1;try{var t=Object.defineProperty({},\"passive\",{get:function(){e=!0}}),r=function(){};window.addEventListener(\"testPassiveEventSupport\",r,t),window.removeEventListener(\"testPassiveEventSupport\",r,t)}catch(e){}return e}()),o}function a(e){e.handlers===e.nextHandlers&&(e.nextHandlers=e.handlers.slice())}function c(e){this.target=e,this.events={}}c.prototype.getEventHandlers=function(e,t){var r,n=String(e)+\" \"+String((r=t)?!0===r?100:(r.capture<<0)+(r.passive<<1)+(r.once<<2):0);return this.events[n]||(this.events[n]={handlers:[],handleEvent:void 0},this.events[n].nextHandlers=this.events[n].handlers),this.events[n]},c.prototype.handleEvent=function(e,t,r){var n=this.getEventHandlers(e,t);n.handlers=n.nextHandlers,n.handlers.forEach((function(e){e&&e(r)}))},c.prototype.add=function(e,t,r){var n=this,o=this.getEventHandlers(e,r);a(o),0===o.nextHandlers.length&&(o.handleEvent=this.handleEvent.bind(this,e,r),this.target.addEventListener(e,o.handleEvent,r)),o.nextHandlers.push(t);var i=!0;return function(){if(i){i=!1,a(o);var c=o.nextHandlers.indexOf(t);o.nextHandlers.splice(c,1),0===o.nextHandlers.length&&(n.target&&n.target.removeEventListener(e,o.handleEvent,r),o.handleEvent=void 0)}}};function l(e,t,r,n){e.__consolidated_events_handlers__||(e.__consolidated_events_handlers__=new c(e));var o=function(e){if(e)return i()?e:!!e.capture}(n);return e.__consolidated_events_handlers__.add(t,r,o)}},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-ExtendedFeaturesBlock__item-title{margin:0}.pc-ExtendedFeaturesBlock__items{margin-top:-32px}.pc-ExtendedFeaturesBlock__header+.pc-ExtendedFeaturesBlock__items{margin-top:0}.pc-ExtendedFeaturesBlock__item{margin-top:32px}.pc-ExtendedFeaturesBlock__item.col{padding-right:32px}.pc-ExtendedFeaturesBlock__item-title{font-size:var(--yc-text-header-1-font-size);line-height:var(--yc-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight);display:block;position:relative;margin-bottom:8px}.pc-ExtendedFeaturesBlock__item-title a{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-ExtendedFeaturesBlock__item-title a:focus{outline:2px solid #ffdb4d}.pc-ExtendedFeaturesBlock__item-title a:hover,.pc-ExtendedFeaturesBlock__item-title a:active{--pc-text-header-color: var(--yc-color-text-link-hover);color:var(--yc-color-text-link-hover)}.pc-ExtendedFeaturesBlock__item-label{font-size:var(--yc-text-caption-2-font-size);line-height:var(--yc-text-caption-2-line-height);position:relative;top:-3px;height:16px;margin-left:8px;padding:1.5px 5px 2px;color:var(--yc-color-base-background);background-color:var(--yc-my-color-brand-normal);border-radius:4px}.pc-ExtendedFeaturesBlock__item-text,.pc-ExtendedFeaturesBlock__item-link{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.pc-ExtendedFeaturesBlock__item-text a{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-ExtendedFeaturesBlock__item-text a:focus{outline:2px solid #ffdb4d}.pc-ExtendedFeaturesBlock__item-text a:hover,.pc-ExtendedFeaturesBlock__item-text a:active{--pc-text-header-color: var(--yc-color-text-link-hover);color:var(--yc-color-text-link-hover)}.pc-ExtendedFeaturesBlock__item-link{margin-top:8px;color:var(--yc-color-text-link)}.pc-ExtendedFeaturesBlock__icon{width:32px;height:32px;background-size:cover;display:block;margin-bottom:12px}@media(max-width: 577px){.pc-ExtendedFeaturesBlock__item{margin-top:32px}.pc-ExtendedFeaturesBlock__item.col{padding-right:8px}}@media(min-width: 769px){.pc-ExtendedFeaturesBlock.pc-AnimateBlock .pc-ExtendedFeaturesBlock__item,.pc-AnimateBlock .pc-ExtendedFeaturesBlock .pc-ExtendedFeaturesBlock__item{position:relative;top:100px;opacity:0}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item,.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(0),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(0){transition-delay:0s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(1),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(1){transition-delay:.1s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(2),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(2){transition-delay:.2s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(3),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(3){transition-delay:.3s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(4),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(4){transition-delay:.4s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(5),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(5){transition-delay:.5s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(6),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(6){transition-delay:.6s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(7),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(7){transition-delay:.7s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(8),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(8){transition-delay:.8s}.pc-ExtendedFeaturesBlock.pc-AnimateBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(9),.pc-AnimateBlock .pc-ExtendedFeaturesBlock.animate .pc-ExtendedFeaturesBlock__item:nth-child(9){transition-delay:.9s}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-content_size_l .pc-content__text .yfm,.pc-content_size_l .pc-content__notice .yfm{margin:0}.pc-content{--pc-monochrome-button-background-color: #262626;--pc-monochrome-button-background-color-hover: #393939;--pc-monochrome-button-color: var(--yc-color-text-light-primary)}.pc-content__notice .yfm ol,.pc-content__notice .yfm ul,.pc-content__text .yfm ol,.pc-content__text .yfm ul{padding-left:1.4em}.pc-content__notice.pc-content__notice .yfm,.pc-content__notice.pc-content__notice .yfm>*{color:var(--yc-color-text-secondary)}.pc-content__notice.pc-content__notice .yfm a{color:var(--yc-color-text-secondary);text-decoration:underline}.pc-content__notice.pc-content__notice .yfm a:hover{color:var(--yc-color-text-primary)}.pc-content__button.pc-content__button{margin-top:0;margin-right:12px}.pc-content__button.pc-content__button:last-child{margin-right:0}.pc-content__links{display:flex;flex-direction:column;align-items:baseline}.pc-content__link{display:block}.pc-content_centered.pc-content_centered{margin:0 auto;text-align:center}.pc-content_centered .pc-content__links{align-items:center}.pc-content_centered .pc-content__link a{justify-content:center}.pc-content_centered .pc-content__notice .yfm ul,.pc-content_centered .pc-content__notice .yfm ol,.pc-content_centered .pc-content__text .yfm ul,.pc-content_centered .pc-content__text .yfm ol{text-align:left}.pc-content_size_s .pc-content__text,.pc-content_size_s .pc-content__notice{margin-top:8px}.pc-content_size_s .pc-content__text_without-title{margin-top:0}.pc-content_size_s .pc-content__links,.pc-content_size_s .pc-content__link,.pc-content_size_s .pc-content__buttons,.pc-content_size_s .pc-content__button{margin-top:8px}.pc-content_size_l .pc-content__text,.pc-content_size_l .pc-content__notice{margin-top:12px}.pc-content_size_l .pc-content__text_without-title{margin-top:0}.pc-content_size_l .pc-content__text .yfm,.pc-content_size_l .pc-content__notice .yfm{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height)}.pc-content_size_l .pc-content__links,.pc-content_size_l .pc-content__link,.pc-content_size_l .pc-content__buttons,.pc-content_size_l .pc-content__button{margin-top:12px}.pc-content_theme_dark .pc-content__title *,.pc-content_theme_dark .pc-content__text .yfm,.pc-content_theme_dark .pc-content__text .yfm *,.pc-content_theme_dark .pc-content__link a{color:var(--yc-color-text-light-primary)}.pc-content_theme_dark .pc-content__notice .yfm,.pc-content_theme_dark .pc-content__notice .yfm *{color:var(--yc-color-text-light-secondary)}.pc-content_theme_dark .pc-content__notice .yfm a{color:var(--yc-color-text-light-secondary);text-decoration:underline}.pc-content_theme_dark .pc-content__notice .yfm a:hover{color:var(--yc-color-text-light-primary)}.pc-content_theme_dark .pc-content__text .yfm a{color:var(--yc-color-text-light-primary);text-decoration:underline}.pc-content_theme_dark .pc-content__text .yfm a:hover{color:var(--yc-color-text-light-secondary)}.pc-content_theme_dark .pc-content__title a{color:var(--yc-color-text-light-primary);text-decoration:underline;text-decoration:none}.pc-content_theme_dark .pc-content__title a:hover{color:var(--yc-color-text-light-secondary)}.pc-content_theme_light .pc-content__title *,.pc-content_theme_light .pc-content__text .yfm,.pc-content_theme_light .pc-content__text .yfm *,.pc-content_theme_light .pc-content__link a{color:var(--yc-color-text-dark-primary)}.pc-content_theme_light .pc-content__notice .yfm,.pc-content_theme_light .pc-content__notice .yfm *{color:var(--yc-color-text-dark-secondary)}.pc-content_theme_light .pc-content__notice .yfm a{color:var(--yc-color-text-dark-secondary);text-decoration:underline}.pc-content_theme_light .pc-content__notice .yfm a:hover{color:var(--yc-color-text-dark-primary)}.pc-content_theme_light .pc-content__text .yfm a{color:var(--yc-color-text-dark-primary);text-decoration:underline}.pc-content_theme_light .pc-content__text .yfm a:hover{color:var(--yc-color-text-dark-secondary)}.pc-content_theme_light .pc-content__title a{color:var(--yc-color-text-dark-primary);text-decoration:underline;text-decoration:none}.pc-content_theme_light .pc-content__title a:hover{color:var(--yc-color-text-dark-secondary)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-link-block{margin-top:16px}.pc-link-block__link{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer;display:flex;align-items:center}.utilityfocus .pc-link-block__link:focus{outline:2px solid #ffdb4d}.pc-link-block__link:hover,.pc-link-block__link:active{--pc-text-header-color: var(--yc-color-text-link-hover);color:var(--yc-color-text-link-hover)}.pc-link-block__link_theme_dark{color:var(--yc-color-text-light-primary)}.pc-link-block__link_theme_dark:hover{color:var(--yc-color-text-light-secondary)}.pc-link-block__link_has-arrow{display:inherit;white-space:nowrap}.pc-link-block__link_has-arrow:hover,.pc-link-block__link_has-arrow:active{--pc-text-header-color: inherit;color:var(--yc-color-text-link)}.pc-link-block__link_has-arrow .pc-link-block__content{white-space:normal}.pc-link-block__link:hover .pc-link-block__arrow{transform:translateX(5px) rotate(-90deg)}.pc-link-block__link.pc-link-block__link_has-arrow.pc-link-block__link_theme_dark:hover{color:var(--yc-color-text-light-primary)}.pc-link-block__arrow{position:relative;top:2px;transition:transform .3s cubic-bezier(0.22, 0.61, 0.36, 1);transform:rotate(-90deg)}.pc-link-block_size_l{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height)}.pc-link-block_size_m{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.pc-link-block_size_m .pc-link-block__arrow{top:1px}.pc-link-block_size_s{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,'.yc-button{--yc-button-height: 0;--yc-button-background-color: transparent;--yc-button-background-color-hover: transparent;margin:0;padding:0;font-family:var(--yc-text-body-font-family);font-size:inherit;font-weight:400;color:inherit;background:none;border:none;outline:none;cursor:pointer;display:inline-block;position:relative;overflow:visible;box-sizing:border-box;height:var(--yc-button-height);line-height:var(--yc-button-height);-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:center;white-space:nowrap;text-decoration:none;background:rgba(0,0,0,0);touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:transform .1s ease-out,color .15s linear;transform:scale(1)}.yc-button::before{content:\"\";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;background-color:var(--yc-button-background-color);transition:background-color .15s linear}.yc-button:hover::before{background-color:var(--yc-button-background-color-hover)}.yc-button:focus::before{box-shadow:0 0 0 2px var(--yc-color-line-misc)}.yc-button:focus:not(:focus-visible)::before{box-shadow:none}.yc-button::after{content:\"\";position:absolute;z-index:-1;top:0;left:0;right:0;bottom:0;transform:scale(1);transition:none}.yc-button:active{transition:none;transform:scale(0.96)}.yc-button:active::after{transform:scale(1.042)}.yc-button_size_s{--yc-button-height: 24px;font-size:13px;--yc-button-border-radius: var(--yc-border-radius-s)}.yc-button_size_s .yc-button__text{margin:0 10px}.yc-button_size_s .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_s .yc-button__icon_side_left~.yc-button__text{margin-left:22px}.yc-button_size_s .yc-button__icon_side_right~.yc-button__text{margin-right:22px}.yc-button_size_m{--yc-button-height: 28px;font-size:13px;--yc-button-border-radius: var(--yc-border-radius-m)}.yc-button_size_m .yc-button__text{margin:0 13px}.yc-button_size_m .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_m .yc-button__icon_side_left~.yc-button__text{margin-left:25px}.yc-button_size_m .yc-button__icon_side_right~.yc-button__text{margin-right:25px}.yc-button_size_l{--yc-button-height: 36px;font-size:13px;--yc-button-border-radius: var(--yc-border-radius-l)}.yc-button_size_l .yc-button__text{margin:0 18px}.yc-button_size_l .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_l .yc-button__icon_side_left~.yc-button__text{margin-left:33px}.yc-button_size_l .yc-button__icon_side_right~.yc-button__text{margin-right:33px}.yc-button_size_xl{--yc-button-height: 44px;font-size:15px;--yc-button-border-radius: var(--yc-border-radius-xl)}.yc-button_size_xl .yc-button__text{margin:0 25px}.yc-button_size_xl .yc-button__icon{width:var(--yc-button-height)}.yc-button_size_xl .yc-button__icon_side_left~.yc-button__text{margin-left:40px}.yc-button_size_xl .yc-button__icon_side_right~.yc-button__text{margin-right:40px}.yc-button_view_normal{--yc-button-background-color: var(--yc-color-base-generic);--yc-button-background-color-hover: var(--yc-color-base-generic-hover)}.yc-button_view_normal,.yc-button_view_normal:link,.yc-button_view_normal:visited,.yc-button_view_normal:active,.yc-button_view_normal:focus{color:var(--yc-color-text-primary)}.yc-button_view_normal:hover{color:var(--yc-color-text-primary)}.yc-button_view_normal.yc-button_loading{--yc-button-loading-color-1: var(--yc-color-base-generic);--yc-button-loading-color-2: var(--yc-color-base-generic-hover)}.yc-button_view_normal.yc-button_selected{--yc-button-background-color: var(--yc-color-base-selection);--yc-button-background-color-hover: var(--yc-color-base-selection-hover)}.yc-button_view_normal.yc-button_selected,.yc-button_view_normal.yc-button_selected:link,.yc-button_view_normal.yc-button_selected:visited,.yc-button_view_normal.yc-button_selected:active,.yc-button_view_normal.yc-button_selected:focus{color:var(--yc-my-color-brand-text, var(--yc-color-text-special))}.yc-button_view_normal.yc-button_selected:hover{color:var(--yc-my-color-brand-text, var(--yc-color-text-special))}.yc-button_view_action{--yc-button-background-color: var(--yc-color-base-special);--yc-button-background-color-hover: var(--yc-color-base-special-hover)}.yc-button_view_action,.yc-button_view_action:link,.yc-button_view_action:visited,.yc-button_view_action:active,.yc-button_view_action:focus{color:var(--yc-my-color-brand-text-contrast)}.yc-button_view_action:hover{color:var(--yc-my-color-brand-text-contrast)}.yc-button_view_action.yc-button_loading{--yc-button-loading-color-1: var(--yc-color-base-special);--yc-button-loading-color-2: var(--yc-color-base-special-hover)}.yc-button_view_outlined,.yc-button_view_outlined-info,.yc-button_view_outlined-danger{--yc-button-background-color: transparent;--yc-button-background-color-hover: var(--yc-color-base-simple-hover)}.yc-button_view_outlined.yc-button_loading,.yc-button_view_outlined-info.yc-button_loading,.yc-button_view_outlined-danger.yc-button_loading{--yc-button-loading-color-1: transparent;--yc-button-loading-color-2: var(--yc-color-base-simple-hover)}.yc-button_view_outlined,.yc-button_view_outlined:link,.yc-button_view_outlined:visited,.yc-button_view_outlined:active,.yc-button_view_outlined:focus{color:var(--yc-color-text-primary)}.yc-button_view_outlined:hover{color:var(--yc-color-text-primary)}.yc-button_view_outlined::before{border:1px solid var(--yc-color-line-generic)}.yc-button_view_outlined-info,.yc-button_view_outlined-info:link,.yc-button_view_outlined-info:visited,.yc-button_view_outlined-info:active,.yc-button_view_outlined-info:focus{color:var(--yc-color-text-info)}.yc-button_view_outlined-info:hover{color:var(--yc-color-text-info)}.yc-button_view_outlined-info::before{border:1px solid var(--yc-color-line-info)}.yc-button_view_outlined-danger,.yc-button_view_outlined-danger:link,.yc-button_view_outlined-danger:visited,.yc-button_view_outlined-danger:active,.yc-button_view_outlined-danger:focus{color:var(--yc-color-text-danger)}.yc-button_view_outlined-danger:hover{color:var(--yc-color-text-danger)}.yc-button_view_outlined-danger::before{border:1px solid var(--yc-color-line-danger)}.yc-button_view_raised{--yc-button-background-color: var(--yc-color-base-float);--yc-button-background-color-hover: var(--yc-color-base-float-hover)}.yc-button_view_raised,.yc-button_view_raised:link,.yc-button_view_raised:visited,.yc-button_view_raised:active,.yc-button_view_raised:focus{color:var(--yc-color-text-primary)}.yc-button_view_raised:hover{color:var(--yc-color-text-primary)}.yc-button_view_raised::before{box-shadow:0 3px 5px var(--yc-color-sfx-shadow)}.yc-button_view_raised:focus:not(:focus-visible)::before{box-shadow:0 3px 5px var(--yc-color-sfx-shadow)}.yc-button_view_raised:active::before{box-shadow:0 1px 2px var(--yc-color-sfx-shadow)}.yc-button_view_raised:active:focus::before{box-shadow:0 0 0 2px var(--yc-color-line-misc)}.yc-button_view_raised:active:focus:not(:focus-visible)::before{box-shadow:0 1px 2px var(--yc-color-sfx-shadow)}.yc-button_view_raised.yc-button_loading{--yc-button-loading-color-1: var(--yc-color-base-float);--yc-button-loading-color-2: var(--yc-color-base-float-hover)}.yc-button_view_flat,.yc-button_view_flat-info,.yc-button_view_flat-danger,.yc-button_view_flat-secondary{--yc-button-background-color: transparent;--yc-button-background-color-hover: var(--yc-color-base-simple-hover)}.yc-button_view_flat.yc-button_loading,.yc-button_view_flat-info.yc-button_loading,.yc-button_view_flat-danger.yc-button_loading,.yc-button_view_flat-secondary.yc-button_loading{--yc-button-loading-color-1: transparent;--yc-button-loading-color-2: var(--yc-color-base-simple-hover)}.yc-button_view_flat,.yc-button_view_flat:link,.yc-button_view_flat:visited,.yc-button_view_flat:active,.yc-button_view_flat:focus{color:var(--yc-color-text-primary)}.yc-button_view_flat:hover{color:var(--yc-color-text-primary)}.yc-button_view_flat-info,.yc-button_view_flat-info:link,.yc-button_view_flat-info:visited,.yc-button_view_flat-info:active,.yc-button_view_flat-info:focus{color:var(--yc-color-text-info)}.yc-button_view_flat-info:hover{color:var(--yc-color-text-info)}.yc-button_view_flat-danger,.yc-button_view_flat-danger:link,.yc-button_view_flat-danger:visited,.yc-button_view_flat-danger:active,.yc-button_view_flat-danger:focus{color:var(--yc-color-text-danger)}.yc-button_view_flat-danger:hover{color:var(--yc-color-text-danger)}.yc-button_view_flat-secondary,.yc-button_view_flat-secondary:link,.yc-button_view_flat-secondary:visited,.yc-button_view_flat-secondary:active,.yc-button_view_flat-secondary:focus{color:var(--yc-color-text-secondary)}.yc-button_view_flat-secondary:hover{color:var(--yc-color-text-primary)}.yc-button_view_normal-contrast{--yc-button-background-color: var(--yc-color-base-light);--yc-button-background-color-hover: var(--yc-color-base-light-hover)}.yc-button_view_normal-contrast,.yc-button_view_normal-contrast:link,.yc-button_view_normal-contrast:visited,.yc-button_view_normal-contrast:active,.yc-button_view_normal-contrast:focus{color:var(--yc-color-text-dark-primary)}.yc-button_view_normal-contrast:hover{color:var(--yc-color-text-dark-primary)}.yc-button_view_normal-contrast.yc-button_loading{--yc-button-loading-color-1: var(--yc-color-base-light);--yc-button-loading-color-2: var(--yc-color-base-light-hover)}.yc-button_view_outlined-contrast{--yc-button-background-color: transparent;--yc-button-background-color-hover: var(--yc-color-base-light-simple-hover)}.yc-button_view_outlined-contrast,.yc-button_view_outlined-contrast:link,.yc-button_view_outlined-contrast:visited,.yc-button_view_outlined-contrast:active,.yc-button_view_outlined-contrast:focus{color:var(--yc-color-text-light-primary)}.yc-button_view_outlined-contrast:hover{color:var(--yc-color-text-light-primary)}.yc-button_view_outlined-contrast::before{border:1px solid var(--yc-color-line-light)}.yc-button_view_outlined-contrast.yc-button_loading{--yc-button-loading-color-1: transparent;--yc-button-loading-color-2: var(--yc-color-base-light-simple-hover)}.yc-button_view_flat-contrast{--yc-button-background-color: transparent;--yc-button-background-color-hover: var(--yc-color-base-light-simple-hover)}.yc-button_view_flat-contrast,.yc-button_view_flat-contrast:link,.yc-button_view_flat-contrast:visited,.yc-button_view_flat-contrast:active,.yc-button_view_flat-contrast:focus{color:var(--yc-color-text-light-primary)}.yc-button_view_flat-contrast:hover{color:var(--yc-color-text-light-primary)}.yc-button_view_flat-contrast.yc-button_loading{--yc-button-loading-color-1: transparent;--yc-button-loading-color-2: var(--yc-color-base-light-simple-hover)}.yc-button_view_flat.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-info.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-info.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-danger.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-danger.yc-button_disabled:not(.yc-button_loading){--yc-button-background-color: transparent;--yc-button-background-color-hover: transparent;color:var(--yc-color-text-hint)}.yc-button_view_flat-contrast.yc-button_disabled:not(.yc-button_loading),.yc-button_view_flat-contrast.yc-button_disabled:not(.yc-button_loading){--yc-button-background-color: transparent;--yc-button-background-color-hover: transparent;color:var(--yc-color-text-light-hint)}.yc-button_view_normal-contrast.yc-button_disabled:not(.yc-button_loading),.yc-button_view_normal-contrast.yc-button_disabled:not(.yc-button_loading),.yc-button_view_outlined-contrast.yc-button_disabled:not(.yc-button_loading),.yc-button_view_outlined-contrast.yc-button_disabled:not(.yc-button_loading){--yc-button-background-color: var(--yc-color-base-light-disabled);--yc-button-background-color-hover: var(--yc-color-base-light-disabled);color:var(--yc-color-text-light-secondary)}.yc-button.yc-button_pin_round-round::before{border-radius:var(--yc-button-border-radius)}.yc-button.yc-button_pin_brick-brick::before{border-radius:0}.yc-button.yc-button_pin_clear-clear::before{border-radius:0;border-left:0;border-right:0}.yc-button.yc-button_pin_circle-circle::before{border-radius:100px}.yc-button.yc-button_pin_round-brick::before{border-radius:var(--yc-button-border-radius) 0 0 var(--yc-button-border-radius)}.yc-button.yc-button_pin_brick-round::before{border-radius:0 var(--yc-button-border-radius) var(--yc-button-border-radius) 0}.yc-button.yc-button_pin_round-clear::before{border-radius:var(--yc-button-border-radius) 0 0 var(--yc-button-border-radius);border-right:0}.yc-button.yc-button_pin_clear-round::before{border-radius:0 var(--yc-button-border-radius) var(--yc-button-border-radius) 0;border-left:0}.yc-button.yc-button_pin_brick-clear::before{border-radius:0;border-right:0}.yc-button.yc-button_pin_clear-brick::before{border-radius:0;border-left:0}.yc-button.yc-button_pin_circle-brick::before{border-radius:100px 0 0 100px}.yc-button.yc-button_pin_brick-circle::before{border-radius:0 100px 100px 0}.yc-button.yc-button_pin_circle-clear::before{border-radius:100px 0 0 100px;border-right:0}.yc-button.yc-button_pin_clear-circle::before{border-radius:0 100px 100px 0;border-left:0}.yc-button.yc-button_pin_round-round::after{border-radius:var(--yc-button-border-radius)}.yc-button.yc-button_pin_brick-brick::after{border-radius:0}.yc-button.yc-button_pin_clear-clear::after{border-radius:0;border-left:0;border-right:0}.yc-button.yc-button_pin_circle-circle::after{border-radius:100px}.yc-button.yc-button_pin_round-brick::after{border-radius:var(--yc-button-border-radius) 0 0 var(--yc-button-border-radius)}.yc-button.yc-button_pin_brick-round::after{border-radius:0 var(--yc-button-border-radius) var(--yc-button-border-radius) 0}.yc-button.yc-button_pin_round-clear::after{border-radius:var(--yc-button-border-radius) 0 0 var(--yc-button-border-radius);border-right:0}.yc-button.yc-button_pin_clear-round::after{border-radius:0 var(--yc-button-border-radius) var(--yc-button-border-radius) 0;border-left:0}.yc-button.yc-button_pin_brick-clear::after{border-radius:0;border-right:0}.yc-button.yc-button_pin_clear-brick::after{border-radius:0;border-left:0}.yc-button.yc-button_pin_circle-brick::after{border-radius:100px 0 0 100px}.yc-button.yc-button_pin_brick-circle::after{border-radius:0 100px 100px 0}.yc-button.yc-button_pin_circle-clear::after{border-radius:100px 0 0 100px;border-right:0}.yc-button.yc-button_pin_clear-circle::after{border-radius:0 100px 100px 0;border-left:0}.yc-button__text{display:inline-block;white-space:nowrap}.yc-button__icon{display:inline-block;position:relative;height:100%;pointer-events:none}.yc-button__icon::after{content:\" \";visibility:hidden}.yc-button__icon-inner{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center}.yc-button__icon_side_left,.yc-button__icon_side_right{position:absolute;top:0}.yc-button__icon_side_left{left:0}.yc-button__icon_side_right{right:0}.yc-button_disabled{cursor:default;pointer-events:none}.yc-button_disabled:not(.yc-button_loading){--yc-button-background-color: var(--yc-color-base-generic-accent-disabled);--yc-button-background-color-hover: var(--yc-color-base-generic-accent-disabled);color:var(--yc-color-text-hint)}.yc-button_disabled:not(.yc-button_loading)::before,.yc-button_disabled:not(.yc-button_loading):hover::before{border:none}.yc-button_disabled:active{transform:scale(1)}.yc-button_loading::before{background-image:repeating-linear-gradient(-45deg, var(--yc-button-loading-color-1), var(--yc-button-loading-color-1) 4px, var(--yc-button-loading-color-2) 4px, var(--yc-button-loading-color-2) 8px);background-size:150%;background-clip:padding-box;animation:yc-button-loading .5s linear infinite}.yc-button_width_auto{max-width:100%}.yc-button_width_max{width:100%}.yc-button_width_auto .yc-button__text,.yc-button_width_max .yc-button__text{display:block;overflow:hidden;text-overflow:ellipsis}@keyframes yc-button-loading{from{background-position:-12px 0}to{background-position:0 0}}',\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-file-link{--pc-color-label-background: rgba(0, 0, 0, 0.07);align-items:baseline}.pc-file-link_ext_pdf{--pc-file-label-color: var(--yc-color-promo-highlight-tomato)}.pc-file-link_ext_doc{--pc-file-label-color: var(--yc-color-promo-highlight-sky)}.pc-file-link_ext_xls{--pc-file-label-color: var(--yc-color-promo-highlight-mint)}.pc-file-link_ext_ppt{--pc-file-label-color: var(--yc-color-promo-highlight-copper)}.pc-file-link_ext_fig{--pc-file-label-color: var(--yc-color-promo-highlight-neon)}.pc-file-link_ext_zip{--pc-file-label-color: var(--yc-color-promo-highlight-asphalt)}.pc-file-link_type_horizontal{display:flex}.pc-file-link_type_horizontal .pc-file-link__file-label{margin-right:8px}.pc-file-link__file-label{flex:0 0 auto;width:44px;height:24px;line-height:24px;background-color:var(--pc-file-label-color);color:var(--yc-color-text-light-primary);border-radius:4px;text-transform:uppercase;text-align:center}.pc-file-link__file-label{color:var(--yc-color-text-primary);display:flex;justify-content:center;flex-direction:column}.pc-file-link__link>a{color:var(--yc-color-text-primary)}.pc-file-link__link>a:hover{color:var(--yc-color-text-secondary)}.pc-file-link_size_l .pc-file-link__file-label{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);width:44px;height:24px;padding:2px 6px}.pc-file-link_size_m .pc-file-link__file-label,.pc-file-link_size_s .pc-file-link__file-label{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height);width:36px;height:20px;padding:1px 4px}.pc-file-link_theme_dark .pc-file-link__file-label{color:var(--yc-color-text-light-primary);background-color:var(--yc-color-base-light-simple-hover)}.pc-file-link_theme_dark .pc-file-link__link>a{color:var(--yc-color-text-light-primary)}.pc-file-link_theme_dark .pc-file-link__link>a:hover{color:var(--yc-color-text-light-secondary)}.pc-file-link_theme_light .pc-file-link__file-label{color:var(--yc-color-text-dark-primary);background-color:var(--pc-color-label-background)}.pc-file-link_theme_light .pc-file-link__link>a{color:var(--yc-color-text-dark-primary)}.pc-file-link_theme_light .pc-file-link__link>a:hover{color:var(--yc-color-text-dark-secondary)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-button-block__content{display:flex;align-items:center}.pc-button-block__image{width:18px;height:18px}.pc-button-block__image+.pc-button-block__text,.pc-button-block__text+.pc-button-block__image{margin-left:var(--btn-image-margin)}.pc-button-block_theme_github.pc-button-block_theme_github{--yc-button-background-color: var(--pc-monochrome-button-background-color);--yc-button-background-color-hover: var(--pc-monochrome-button-background-color-hover)}.pc-button-block_theme_github.pc-button-block_theme_github,.pc-button-block_theme_github.pc-button-block_theme_github:link,.pc-button-block_theme_github.pc-button-block_theme_github:visited,.pc-button-block_theme_github.pc-button-block_theme_github:active,.pc-button-block_theme_github.pc-button-block_theme_github:focus{color:var(--pc-monochrome-button-color)}.pc-button-block_theme_github.pc-button-block_theme_github:hover{color:var(--pc-monochrome-button-color)}.pc-button-block_theme_scale::before,.pc-button-block_theme_scale::after{border-radius:300px}.pc-button-block_theme_monochrome{--yc-button-background-color: var(--pc-monochrome-button-background-color);--yc-button-background-color-hover: var(--pc-monochrome-button-background-color-hover)}.pc-button-block_theme_monochrome,.pc-button-block_theme_monochrome:link,.pc-button-block_theme_monochrome:visited,.pc-button-block_theme_monochrome:active,.pc-button-block_theme_monochrome:focus{color:var(--pc-monochrome-button-color)}.pc-button-block_theme_monochrome:hover{color:var(--pc-monochrome-button-color)}.pc-button-block_size_s{--btn-image-margin: 10px}.pc-button-block_size_m{--btn-image-margin: 13px}.pc-button-block_size_l{--btn-image-margin: 18px}.pc-button-block_size_xl{--btn-image-margin: 25px}.pc-button-block_width_max .pc-button-block__text{width:100%}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,'.yc-store-badge{height:40px}.yc-store-badge_platform_ios,.yc-store-badge__image_platform_ios{width:119px}.yc-store-badge_platform_ios.yc-store-badge_lang_ru,.yc-store-badge_platform_ios.yc-store-badge__image_lang_ru,.yc-store-badge__image_platform_ios.yc-store-badge_lang_ru,.yc-store-badge__image_platform_ios.yc-store-badge__image_lang_ru{content:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE5IiBoZWlnaHQ9IjQwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHg9Ii41IiB5PSIuNSIgd2lkdGg9IjExOCIgaGVpZ2h0PSIzOSIgcng9IjUuNSIgZmlsbD0iIzAwMCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjMuMTUgOC43MmMuMSAxLjI2LS4zIDIuNTItMS4xMSAzLjVhNC4xIDQuMSAwIDAxLTMuMjQgMS41MiA0LjYzIDQuNjMgMCAwMTEuMTQtMy4zNiA0Ljk2IDQuOTYgMCAwMTMuMjEtMS42NnptMi4yNiA5LjJhNC43OCA0Ljc4IDAgMDAyLjI3IDYuNzhjLS4zMyAxLjEtLjg0IDIuMTUtMS41MSAzLjEtLjkgMS4zMy0xLjgzIDIuNjQtMy4zMiAyLjY2LS43LjAyLTEuMTktLjE5LTEuNjgtLjRhNC40MSA0LjQxIDAgMDAtMy45Mi4wMmMtLjQ3LjItLjkzLjM5LTEuNTcuNDEtMS40Mi4wNi0yLjUtMS40Mi0zLjQzLTIuNzUtMS44NS0yLjctMy4zLTcuNjMtMS4zNi0xMC45N2E1LjMxIDUuMzEgMCAwMTQuNDctMi43M2MuOC0uMDIgMS41OC4zIDIuMjUuNTYuNTIuMjEuOTguNCAxLjM2LjQuMzMgMCAuNzgtLjE4IDEuMy0uMzkuODMtLjMzIDEuODQtLjczIDIuODYtLjYyYTUuMDcgNS4wNyAwIDAxNCAyLjE2IDQuOTUgNC45NSAwIDAwLTEuNzIgMS43N3pNMzcuNTQgMTEuMjVoLS44di44MWguODJjLjgzIDAgMS4zLjM3IDEuMy45NiAwIC41OC0uNSAxLTEuMjcgMXMtMS4zLS4zNy0xLjM1LS45NGgtLjlhMS45OCAxLjk4IDAgMDAyLjI1IDEuNzYgMiAyIDAgMDAyLjIzLTEuNzcgMS4zOSAxLjM5IDAgMDAtMS4zMy0xLjQ0di0uMDdhMS4zOSAxLjM5IDAgMDAxLjA5LTEuMzdjMC0uOTUtLjgzLTEuNi0yLTEuNmExLjg3IDEuODcgMCAwMC0yLjEyIDEuNzRoLjg4YTEuMDYgMS4wNiAwIDAxMS4yLS45M2MuNyAwIDEuMTIuMzUgMS4xMi45YTEgMSAwIDAxLTEuMTIuOTV6bTQuOTYuODNjLTEuMDcuMDctMS42Ny41My0xLjY3IDEuMzRhMS4zNiAxLjM2IDAgMDAxLjUgMS4zNSAxLjUyIDEuNTIgMCAwMDEuMzUtLjdoLjA3di42M2guODZ2LTMuMDhjMC0uOTUtLjY0LTEuNTEtMS43Ny0xLjUxLTEuMDIgMC0xLjc1LjUtMS44NCAxLjI3aC44NmMuMS0uMzIuNDUtLjUuOTQtLjUuNjEgMCAuOTIuMjcuOTIuNzR2LjM5bC0xLjIyLjA3em0xLjIyLjU4di4zOGExLjA2IDEuMDYgMCAwMS0uNzQuOTRjLS4xNC4wNC0uMjguMDYtLjQyLjA0LS40OSAwLS44NC0uMjMtLjg0LS42NCAwLS40LjI4LS42LjktLjY1bDEuMS0uMDd6bTMuMjUtMS43MnYzLjc2aC0uOXYtNC41aDIuOTd2Ljc0aC0yLjA3em01LjYgMy44M2MxLjE0IDAgMS44Ni0uOSAxLjg2LTIuMzMgMC0xLjQzLS43Mi0yLjMyLTEuODctMi4zMmExLjU2IDEuNTYgMCAwMC0xLjQxLjgyaC0uMDd2LS43NWgtLjg2djZoLjl2LTIuMTdoLjA2YTEuNDcgMS40NyAwIDAwMS4zOS43NXptLS4yNi0zLjg1Yy43NiAwIDEuMi41NyAxLjIgMS41MiAwIC45Ni0uNDQgMS41My0xLjIgMS41My0uNzUgMC0xLjIxLS41OC0xLjIxLTEuNTIgMC0uOTQuNDYtMS41MyAxLjIxLTEuNTN6bTMuMyA1LjR2LS43N2wuMy4wMWEuNzcuNzcgMCAwMC44LS42M2wuMDctLjIyLTEuNjMtNC41MmguOTdsMS4xMyAzLjU4aC4wN2wxLjEzLTMuNThoLjk0bC0xLjY4IDQuN2MtLjM4IDEuMDktLjgxIDEuNDQtMS43MyAxLjQ0LS4wNyAwLS4yOCAwLS4zNy0uMDJ6bTUuMzYtMi45aC0uODljLjA4LjkxLjg4IDEuMzYgMS44NyAxLjM2IDEuMSAwIDEuODQtLjU3IDEuODQtMS40MmExLjAxIDEuMDEgMCAwMC0uODgtMS4wMnYtLjA3YS45My45MyAwIDAwLjctLjkyYzAtLjc2LS42LTEuMjQtMS42OC0xLjI0YTEuNTggMS41OCAwIDAwLTEuNzcgMS4zMmguODZjLjA1LS4zNi40Mi0uNTcuOTEtLjU3LjU1IDAgLjgxLjI1LjgxLjU4IDAgLjM4LS4yNy41OS0uOC41OWgtLjY3di42OWguNjhjLjYyIDAgLjk1LjIuOTUuNjQgMCAuNC0uMzYuNjYtLjk1LjY2LS41MyAwLS45LS4yLS45OC0uNnptNC4xIDEuMjh2LTQuNWguODh2My4xaC4wN2wyLjA3LTMuMWguODh2NC41aC0uODh2LTMuMTJoLS4wNmwtMi4wOCAzLjEyaC0uODh6bTcuMzQtMy43NmgxLjQydi0uNzVINzAuMXYuNzVoMS40MnYzLjc2aC44OXYtMy43NnptNi4yIDIuNTRhMS44MyAxLjgzIDAgMDEtMS45NSAxLjMgMi4wNSAyLjA1IDAgMDEtMi4wOC0yLjMyIDIuMDggMi4wOCAwIDAxMi4wOC0yLjM1YzEuMjUgMCAyIC44NSAyIDIuMjd2LjNINzUuNXYuMDZhMS4xOSAxLjE5IDAgMDAxLjIgMS4yOSAxLjA4IDEuMDggMCAwMDEuMDctLjU1aC44NXptLTMuMTItMS40NWgyLjI3YTEuMDggMS4wOCAwIDAwLTEuMS0xLjE3IDEuMTUgMS4xNSAwIDAwLTEuMTcgMS4xN3ptOC45Mi0xLjg0aC0yLjAzdjQuNWgyLjA1Yy45OSAwIDEuNTgtLjUgMS41OC0xLjNhMS4wMyAxLjAzIDAgMDAtLjk2LTEuMDN2LS4wN2EuOTcuOTcgMCAwMC43Ni0uOTVjMC0uNy0uNTItMS4xNS0xLjQtMS4xNXptLTEuMTUgMS44NXYtMS4xNmguOThjLjQ3IDAgLjcuMjIuNy41OCAwIC4zOC0uMjYuNTgtLjguNThoLS44OHptMCAxLjk4VjEyLjdoLjk0Yy42IDAgLjkyLjIuOTIuNjYgMCAuNDItLjI4LjY2LS44LjY2aC0xLjA2ek03NC42OCAyOS4wOGMtMS42NCAwLTIuODMtLjgxLTIuOTctMi4wNGgtMS45Yy4xMiAyLjI0IDEuOTggMy42NiA0LjczIDMuNjYgMi45NCAwIDQuOC0xLjQ1IDQuOC0zLjc4IDAtMS44MS0xLjA2LTIuODQtMy42MS0zLjQ0bC0xLjM3LS4zM2MtMS42LS40LTIuMjUtLjkyLTIuMjUtMS44IDAtMS4xIDEuMDItMS44NSAyLjUyLTEuODVzMi41Mi43NSAyLjYzIDEuOTloMS44OGMtLjA2LTIuMTUtMS44Ni0zLjYyLTQuNDktMy42Mi0yLjY1IDAtNC41MSAxLjQ3LTQuNTEgMy42MiAwIDEuNzMgMS4wNSAyLjggMy4zMyAzLjM0bDEuNjEuNGMxLjYxLjM5IDIuMy45NiAyLjMgMS45MyAwIDEuMS0xLjEzIDEuOTItMi43IDEuOTJ6bS0zNy4xMS0xLjk0aDQuNzNsMS4xNCAzLjM2aDIuMDRsLTQuNDktMTIuNDJoLTIuMDhMMzQuNDMgMzAuNWgybDEuMTQtMy4zNnptNC4yNC0xLjU1aC0zLjc1bDEuODUtNS40NWguMDVsMS44NSA1LjQ1em05LjU3IDVjMi4yNyAwIDMuNzgtMS44IDMuNzgtNC42MiAwLTIuOC0xLjUxLTQuNjItMy44MS00LjYyYTMuMjEgMy4yMSAwIDAwLTIuODkgMS42aC0uMDN2LTEuNWgtMS44djEyLjA0aDEuODZ2LTQuNDhoLjA0YTMuMDcgMy4wNyAwIDAwMi44NSAxLjU4em0tLjUyLTcuNjZjMS40NCAwIDIuMzkgMS4yIDIuMzkgMy4wNCAwIDEuODUtLjk1IDMuMDUtMi40IDMuMDUtMS40MSAwLTIuMzctMS4yMy0yLjM3LTMuMDUgMC0xLjguOTYtMy4wNCAyLjM4LTMuMDR6bTE0LjI2IDMuMDRjMCAyLjgxLTEuNSA0LjYyLTMuNzcgNC42MmEzLjA3IDMuMDcgMCAwMS0yLjg1LTEuNThoLS4wNXY0LjQ4SDU2LjZWMjEuNDRoMS44djEuNWguMDNhMy4yMSAzLjIxIDAgMDEyLjg4LTEuNmMyLjMgMCAzLjgxIDEuODIgMy44MSA0LjYzem0tMS45IDBjMC0xLjgzLS45NS0zLjA0LTIuNC0zLjA0LTEuNDIgMC0yLjM3IDEuMjMtMi4zNyAzLjA0IDAgMS44Mi45NSAzLjA1IDIuMzcgMy4wNSAxLjQ1IDAgMi40LTEuMiAyLjQtMy4wNXptMjAuMTMtNi42N3YyLjE0aDEuNzJ2MS40N2gtMS43MnY1YzAgLjc3LjM0IDEuMTMgMS4xIDEuMTMuMiAwIC40LS4wMi42LS4wNHYxLjQ2Yy0uMzMuMDctLjY4LjEtMS4wMi4wOS0xLjg0IDAtMi41NS0uNy0yLjU1LTIuNDV2LTUuMTloLTEuMzJ2LTEuNDdoMS4zMlYxOS4zaDEuODd6bTcgMi4wM2MtMi42IDAtNC4yOCAxLjgtNC4yOCA0LjY0IDAgMi44NiAxLjY2IDQuNjQgNC4yOSA0LjY0czQuMy0xLjc4IDQuMy00LjY0YzAtMi44NS0xLjY4LTQuNjQtNC4zLTQuNjR6bTAgMS41M2MxLjUyIDAgMi40MSAxLjE2IDIuNDEgMy4xMSAwIDEuOTYtLjkgMy4xLTIuNCAzLjFzLTIuNC0xLjE0LTIuNC0zLjFjMC0xLjk1LjktMy4xIDIuNC0zLjF6bTUuODQtMS40MmgxLjc3djEuNTRIOThhMi4xNiAyLjE2IDAgMDEyLjE4LTEuNjNjLjIxIDAgLjQzLjAyLjY0LjA3djEuNzRhMi42IDIuNiAwIDAwLS44NC0uMTIgMS44NyAxLjg3IDAgMDAtMS45NCAyLjA5djUuMzdIOTYuMnYtOS4wNnptOS4zIDkuMTdjMi4wNCAwIDMuNjUtMS4xMyAzLjktMi43N2gtMS43N2EyLjA1IDIuMDUgMCAwMS0yLjEgMS4yNyAyLjM2IDIuMzYgMCAwMS0yLjQzLTIuNTZ2LS4xMmg2LjR2LS42M2MwLTIuNzUtMS41OC00LjQ3LTQuMDgtNC40Ny0yLjU1IDAtNC4yIDEuODQtNC4yIDQuNjggMCAyLjgzIDEuNjQgNC42IDQuMjggNC42em0yLjE0LTUuNDhoLTQuNTNhMi4zMiAyLjMyIDAgMDEuNjgtMS42MiAyLjMgMi4zIDAgMDExLjYzLS42NyAyLjE4IDIuMTggMCAwMTIuMjIgMi4zeiIgZmlsbD0iI2ZmZiIvPjxyZWN0IHg9Ii41IiB5PSIuNSIgd2lkdGg9IjExOCIgaGVpZ2h0PSIzOSIgcng9IjUuNSIgc3Ryb2tlPSIjNEM0QjUxIi8+PC9zdmc+\")}.yc-store-badge_platform_ios.yc-store-badge_lang_en,.yc-store-badge_platform_ios.yc-store-badge__image_lang_en,.yc-store-badge__image_platform_ios.yc-store-badge_lang_en,.yc-store-badge__image_platform_ios.yc-store-badge__image_lang_en{content:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTE5IiBoZWlnaHQ9IjQwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMTMgLjVINkE1LjUgNS41IDAgMDAuNSA2djI4QTUuNSA1LjUgMCAwMDYgMzkuNWgxMDdhNS41IDUuNSAwIDAwNS41LTUuNVY2QTUuNSA1LjUgMCAwMDExMyAuNXoiIGZpbGw9IiMwMDAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIzLjE1IDguNzJjLjEgMS4yNi0uMyAyLjUyLTEuMTEgMy41YTQuMSA0LjEgMCAwMS0zLjI0IDEuNTIgNC42MyA0LjYzIDAgMDExLjE0LTMuMzYgNC45NiA0Ljk2IDAgMDEzLjIxLTEuNjZ6bTIuMjYgOS4yYTQuNzggNC43OCAwIDAwMi4yNyA2Ljc4Yy0uMzMgMS4xLS44NCAyLjE1LTEuNTEgMy4xLS45IDEuMzMtMS44MyAyLjY0LTMuMzIgMi42Ni0uNy4wMi0xLjE5LS4xOS0xLjY4LS40LS41Mi0uMjItMS4wNi0uNDUtMS45MS0uNDUtLjkgMC0xLjQ3LjI0LTIuMDEuNDctLjQ3LjItLjkzLjM5LTEuNTcuNDEtMS40Mi4wNi0yLjUtMS40Mi0zLjQzLTIuNzUtMS44NS0yLjctMy4zLTcuNjMtMS4zNi0xMC45N2E1LjMxIDUuMzEgMCAwMTQuNDctMi43M2MuOC0uMDIgMS41OC4zIDIuMjUuNTYuNTIuMjEuOTguNCAxLjM2LjQuMzMgMCAuNzgtLjE4IDEuMy0uMzkuODMtLjMzIDEuODQtLjczIDIuODYtLjYyYTUuMDYgNS4wNiAwIDAxNCAyLjE2IDQuOTUgNC45NSAwIDAwLTEuNzIgMS43N3pNNzQuNjggMjkuMDhjLTEuNjQgMC0yLjgzLS44MS0yLjk3LTIuMDRoLTEuOWMuMTIgMi4yNCAxLjk4IDMuNjYgNC43MyAzLjY2IDIuOTQgMCA0LjgtMS40NSA0LjgtMy43OCAwLTEuODEtMS4wNi0yLjg0LTMuNjEtMy40NGwtMS4zNy0uMzNjLTEuNi0uNC0yLjI1LS45Mi0yLjI1LTEuOCAwLTEuMSAxLjAyLTEuODUgMi41Mi0xLjg1czIuNTIuNzUgMi42MyAxLjk5aDEuODhjLS4wNi0yLjE1LTEuODYtMy42Mi00LjQ5LTMuNjItMi42NSAwLTQuNTEgMS40Ny00LjUxIDMuNjIgMCAxLjczIDEuMDUgMi44IDMuMzMgMy4zNGwxLjYxLjRjMS42MS4zOSAyLjMuOTYgMi4zIDEuOTMgMCAxLjEtMS4xMyAxLjkyLTIuNyAxLjkyem0tMzcuMTEtMS45NGg0LjczbDEuMTQgMy4zNmgyLjA0bC00LjQ5LTEyLjQyaC0yLjA4TDM0LjQzIDMwLjVoMmwxLjE0LTMuMzZ6bTQuMjQtMS41NWgtMy43NWwxLjg1LTUuNDVoLjA1bDEuODUgNS40NXptOS41NyA1YzIuMjcgMCAzLjc4LTEuOCAzLjc4LTQuNjIgMC0yLjgtMS41MS00LjYyLTMuODEtNC42MmEzLjIxIDMuMjEgMCAwMC0yLjg5IDEuNmgtLjAzdi0xLjVoLTEuOHYxMi4wNGgxLjg2di00LjQ4aC4wNGEzLjA3IDMuMDcgMCAwMDIuODUgMS41OHptLS41Mi03LjY2YzEuNDQgMCAyLjM5IDEuMiAyLjM5IDMuMDQgMCAxLjg1LS45NSAzLjA1LTIuNCAzLjA1LTEuNDEgMC0yLjM3LTEuMjMtMi4zNy0zLjA1IDAtMS44Ljk2LTMuMDQgMi4zOC0zLjA0em0xNC4yNiAzLjA0YzAgMi44MS0xLjUgNC42Mi0zLjc3IDQuNjJhMy4wNyAzLjA3IDAgMDEtMi44NS0xLjU4aC0uMDV2NC40OEg1Ni42VjIxLjQ0aDEuOHYxLjVoLjAzYTMuMjEgMy4yMSAwIDAxMi44OC0xLjZjMi4zIDAgMy44MSAxLjgyIDMuODEgNC42M3ptLTEuOSAwYzAtMS44My0uOTUtMy4wNC0yLjQtMy4wNC0xLjQyIDAtMi4zNyAxLjIzLTIuMzcgMy4wNCAwIDEuODIuOTUgMy4wNSAyLjM3IDMuMDUgMS40NSAwIDIuNC0xLjIgMi40LTMuMDV6bTIwLjEzLTYuNjd2Mi4xNGgxLjcydjEuNDdoLTEuNzJ2NWMwIC43Ny4zNCAxLjEzIDEuMSAxLjEzLjIgMCAuNC0uMDIuNi0uMDR2MS40NmMtLjMzLjA3LS42OC4xLTEuMDIuMDktMS44NCAwLTIuNTUtLjctMi41NS0yLjQ1di01LjE5aC0xLjMydi0xLjQ3aDEuMzJWMTkuM2gxLjg3em03IDIuMDNjLTIuNiAwLTQuMjggMS44LTQuMjggNC42NCAwIDIuODYgMS42NiA0LjY0IDQuMjkgNC42NHM0LjMtMS43OCA0LjMtNC42NGMwLTIuODUtMS42OC00LjY0LTQuMy00LjY0em0wIDEuNTNjMS41MiAwIDIuNDEgMS4xNiAyLjQxIDMuMTEgMCAxLjk2LS45IDMuMS0yLjQgMy4xcy0yLjQtMS4xNC0yLjQtMy4xYzAtMS45NS45LTMuMSAyLjQtMy4xem01Ljg0LTEuNDJoMS43N3YxLjU0SDk4YTIuMTYgMi4xNiAwIDAxMi4xOC0xLjYzYy4yMSAwIC40My4wMi42NC4wN3YxLjc0YTIuNiAyLjYgMCAwMC0uODQtLjEyIDEuODcgMS44NyAwIDAwLTEuOTQgMi4wOXY1LjM3SDk2LjJ2LTkuMDZ6bTkuMyA5LjE3YzIuMDQgMCAzLjY1LTEuMTMgMy45LTIuNzdoLTEuNzdhMi4wNSAyLjA1IDAgMDEtMi4xIDEuMjcgMi4zNiAyLjM2IDAgMDEtMi40My0yLjU2di0uMTJoNi40di0uNjNjMC0yLjc1LTEuNTgtNC40Ny00LjA4LTQuNDctMi41NSAwLTQuMiAxLjg0LTQuMiA0LjY4IDAgMi44MyAxLjY0IDQuNiA0LjI4IDQuNnptMi4xNC01LjQ4aC00LjUzYTIuMzIgMi4zMiAwIDAxLjY4LTEuNjIgMi4zIDIuMyAwIDAxMS42My0uNjcgMi4xOCAyLjE4IDAgMDEyLjIyIDIuM3pNNTkuOTggOC40NGgtLjg5djYuMjZoLjlWOC40NHptLTIyLjE1LjNhMi42NCAyLjY0IDAgMDEyLjggMi45NmMwIDEuOS0xLjAzIDMtMi44IDNoLTIuMTZWOC43M2gyLjE2em0tMS4yMyA1LjExaDEuMTJhMS44OCAxLjg4IDAgMDAxLjk3LTIuMTQgMS44OCAxLjg4IDAgMDAtMS45Ny0yLjE0SDM2LjZ2NC4yOHptNS4wOC0xLjRhMi4xMyAyLjEzIDAgMTE0LjI1IDAgMi4xMyAyLjEzIDAgMTEtNC4yNSAwem0zLjMzIDBjMC0uOTgtLjQzLTEuNTUtMS4yLTEuNTUtLjc4IDAtMS4yMS41Ny0xLjIxIDEuNTQgMCAuOTkuNDMgMS41NSAxLjIgMS41NS43OCAwIDEuMjEtLjU3IDEuMjEtMS41NXptNS42NCAyLjI1aC45MmwxLjI0LTQuNWgtLjg5bC0uOCAzLjQzaC0uMDdsLS45My0zLjQ0aC0uODVsLS45MyAzLjQ0aC0uMDZsLS44LTMuNDRoLS45MWwxLjI0IDQuNWguOTFsLjkzLTMuM2guMDdsLjkzIDMuM3ptMy4yLTQuNWguODZ2LjcxaC4wN2ExLjM1IDEuMzUgMCAwMTEuMzQtLjggMS40NyAxLjQ3IDAgMDExLjU2IDEuNjd2Mi45MmgtLjlWMTJjMC0uNzItLjMtMS4wOC0uOTYtMS4wOGExLjAzIDEuMDMgMCAwMC0xLjA4IDEuMTR2Mi42NGgtLjg5di00LjV6bTcuMzcgMi4yNGEyLjEzIDIuMTMgMCAxMTQuMjUgMCAyLjEzIDIuMTMgMCAxMS00LjI1IDB6bTMuMzMgMGMwLS45Ny0uNDQtMS41NC0xLjItMS41NC0uNzggMC0xLjIxLjU3LTEuMjEgMS41NCAwIC45OS40MyAxLjU1IDEuMiAxLjU1czEuMjEtLjU3IDEuMjEtMS41NXptMy41My0uMzZjLTEuMDguMDctMS42OC41My0xLjY4IDEuMzRhMS4zNiAxLjM2IDAgMDAxLjUgMS4zNSAxLjUyIDEuNTIgMCAwMDEuMzUtLjdoLjA3di42M2guODZ2LTMuMDhjMC0uOTUtLjY0LTEuNTEtMS43Ny0xLjUxLTEuMDIgMC0xLjc0LjUtMS44NCAxLjI3aC44N2MuMS0uMzIuNDQtLjUuOTMtLjUuNjEgMCAuOTMuMjcuOTMuNzR2LjM5bC0xLjIyLjA3em0xLjIyLjU4di4zOGExLjA2IDEuMDYgMCAwMS0xLjE3Ljk4Yy0uNDggMC0uODQtLjIzLS44NC0uNjQgMC0uNC4yOS0uNi45LS42NWwxLjEtLjA3em0yLjA1LS4yMmMwLTEuNDIuNzMtMi4zMiAxLjg3LTIuMzJhMS40OCAxLjQ4IDAgMDExLjM4Ljc5aC4wNlY4LjQ0aC45djYuMjZoLS44NnYtLjcxaC0uMDdhMS41NiAxLjU2IDAgMDEtMS40MS43OGMtMS4xNSAwLTEuODctLjktMS44Ny0yLjMzem0uOTIgMGMwIC45Ni40NSAxLjUzIDEuMiAxLjUzczEuMjEtLjU4IDEuMjEtMS41MmMwLS45NC0uNDctMS41My0xLjIxLTEuNTMtLjc1IDAtMS4yLjU4LTEuMiAxLjUyem03LjA2LS44N2MtLjEuMjgtLjEzLjU4LS4xLjg3YTIuMTMgMi4xMyAwIDEwNC4yNSAwIDIuMTMgMi4xMyAwIDAwLTQuMTUtLjg3em0yLjAzLS42N2MuNzYgMCAxLjIuNTcgMS4yIDEuNTQgMCAuOTgtLjQ0IDEuNTUtMS4yIDEuNTUtLjc4IDAtMS4yMS0uNTYtMS4yMS0xLjU1IDAtLjk3LjQzLTEuNTQgMS4yLTEuNTR6bTMuMy0uN2guODZ2LjcxaC4wN2ExLjM1IDEuMzUgMCAwMTEuMzUtLjggMS40NyAxLjQ3IDAgMDExLjU1IDEuNjd2Mi45MmgtLjg4VjEyYzAtLjcyLS4zMi0xLjA4LS45OC0xLjA4YTEuMDMgMS4wMyAwIDAwLTEuMDcgMS4xNHYyLjY0aC0uOXYtNC41em04Ljg2LjAyVjkuMDdoLS45djEuMTVoLS43di43NGguN3YyLjU1YzAgLjg3LjQgMS4yMSAxLjM5IDEuMjEuMTYgMCAuMzItLjAxLjQ4LS4wNHYtLjc0bC0uMzQuMDJjLS40NCAwLS42My0uMi0uNjMtLjY4di0yLjMyaC45N3YtLjc0aC0uOTd6bTIuMTgtMS43OGguODl2Mi40OGguMDdhMS4zOCAxLjM4IDAgMDExLjM3LS44IDEuNDkgMS40OSAwIDAxMS41NSAxLjY3djIuOWgtLjg5di0yLjY4YzAtLjcyLS4zMy0xLjA4LS45Ni0xLjA4YTEuMDUgMS4wNSAwIDAwLTEuMTQgMS4xNHYyLjYzaC0uODlWOC40NHptOC4zMiA2LjA1Yy4zNi0uMjQuNjItLjYuNzQtMWgtLjg1YTEuMDggMS4wOCAwIDAxLTEuMDguNTQgMS4xOSAxLjE5IDAgMDEtMS4yLTEuM3YtLjA0aDMuMTl2LS4zMWMwLTEuNDItLjc2LTIuMjctMi4wMS0yLjI3YTIuMDggMi4wOCAwIDAwLTIuMDggMi4zNSAyLjAzIDIuMDMgMCAwMDEuMjIgMi4xNmMuMjcuMTIuNTYuMTcuODYuMTYuNDMuMDUuODYtLjA1IDEuMjEtLjN6bS0uMTEtMi40NmgtMi4yN2ExLjE1IDEuMTUgMCAwMTEuMTYtMS4xNyAxLjA4IDEuMDggMCAwMTEuMTEgMS4xN3oiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTEzIC41SDZBNS41IDUuNSAwIDAwLjUgNnYyOEE1LjUgNS41IDAgMDA2IDM5LjVoMTA3YTUuNSA1LjUgMCAwMDUuNS01LjVWNkE1LjUgNS41IDAgMDAxMTMgLjV6IiBzdHJva2U9IiM0QzRCNTEiLz48L3N2Zz4=\")}.yc-store-badge_platform_android,.yc-store-badge__image_platform_android{width:135px}.yc-store-badge_platform_android.yc-store-badge_lang_ru,.yc-store-badge_platform_android.yc-store-badge__image_lang_ru,.yc-store-badge__image_platform_android.yc-store-badge_lang_ru,.yc-store-badge__image_platform_android.yc-store-badge__image_lang_ru{content:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM1IiBoZWlnaHQ9IjQwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHg9Ii41IiB5PSIuNSIgd2lkdGg9IjEzNCIgaGVpZ2h0PSIzOSIgcng9IjUuNSIgZmlsbD0iIzAwMCIvPjxwYXRoIGQ9Ik0xMC40NyA3LjRjLS4zLjMyLS40Ni44LS40NiAxLjQydjIyLjM2YzAgLjYzLjE3IDEuMTEuNDYgMS40MWwuMDcuMDggMTIuMzQtMTIuNTJ2LS4zTDEwLjU0IDcuMzNsLS4wNy4wN3oiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcikiLz48cGF0aCBkPSJNMjcgMjQuMzNsLTQuMTItNC4xOHYtLjNsNC4xMS00LjE4LjEuMDUgNC44NiAyLjgxYzEuNC44IDEuNCAyLjEyIDAgMi45MmwtNC44NyAyLjgxLS4wOS4wN3oiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcikiLz48cGF0aCBkPSJNMjcuMDggMjQuMjhMMjIuODggMjAgMTAuNDcgMzIuNmMuNDYuNSAxLjIxLjU1IDIuMDcuMDZsMTQuNTQtOC4zOHoiIGZpbGw9InVybCgjcGFpbnQyX2xpbmVhcikiLz48cGF0aCBkPSJNMjcuMDggMTUuNzNMMTIuNTMgNy4zNGMtLjg2LS41LTEuNjEtLjQzLTIuMDcuMDZMMjIuODggMjBsNC4yLTQuMjd6IiBmaWxsPSJ1cmwoI3BhaW50M19saW5lYXIpIi8+PHBhdGggb3BhY2l0eT0iLjIiIGQ9Ik0yNyAyNC4xN2wtMTQuNDcgOC4zNGMtLjguNDctMS41My40NC0yIC4wMWwtLjA2LjA4LjA3LjA3Yy40Ny40MiAxLjE4LjQ1IDEuOTktLjAxbDE0LjU1LTguNC0uMDktLjA5eiIgZmlsbD0iIzAwMCIvPjxwYXRoIG9wYWNpdHk9Ii4xMiIgZD0iTTEwLjQ3IDMyLjQ1Yy0uMy0uMzEtLjQ2LS44LS40Ni0xLjQxdi4xNWMwIC42My4xNyAxLjExLjQ2IDEuNDFsLjA3LS4wNy0uMDctLjA4ek0zMS45NSAyMS4zMWwtNC45NyAyLjg3LjEuMDkgNC44Ni0yLjgxYy43LS40IDEuMDUtLjkzIDEuMDUtMS40Ni0uMDUuNDgtLjQuOTUtMS4wNCAxLjMxeiIgZmlsbD0iIzAwMCIvPjxwYXRoIG9wYWNpdHk9Ii4yNSIgZD0iTTEyLjUzIDcuNDlsMTkuNDIgMTEuMmMuNjMuMzYuOTkuODMgMS4wNSAxLjMxIDAtLjUyLS4zNS0xLjA2LTEuMDUtMS40NUwxMi41MyA3LjM1QzExLjEzIDYuNTQgMTAgNy4yIDEwIDguODJ2LjE1YzAtMS42MyAxLjE1LTIuMyAyLjUzLTEuNXoiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTU3Ljc3IDYuNzRBMy4xOCAzLjE4IDAgMDA1NC41OSAxMGEzLjE2IDMuMTYgMCAwMDUuNiAyLjEybC4wNi0uMDgtLjY4LS43LS4wOC4xYTIuMiAyLjIgMCAwMS0xLjczLjgzYy0uNjIgMC0xLjE0LS4yLTEuNTYtLjYzYTIuMjIgMi4yMiAwIDAxLS42My0xLjY1YzAtLjY5LjIxLTEuMjQuNjMtMS42NS40Mi0uNDIuOTUtLjYzIDEuNTYtLjYzLjY3IDAgMS4xOC4yMyAxLjU2LjcybC4wNy4xLjctLjY4LS4wNy0uMDhhMi44MyAyLjgzIDAgMDAtMi4yNS0xLjAyem0tNi44Ny4wMmMtLjkgMC0xLjY0LjMxLTIuMjQuOTQtLjYuNjMtLjkgMS40LS45IDIuMyAwIC45LjMgMS42Ni45IDIuMy42LjYzIDEuMzUuOTQgMi4yNC45NC45IDAgMS42NS0uMzEgMi4yNS0uOTUuNi0uNjIuOS0xLjM4LjktMi4zIDAtLjg5LS4zLTEuNjUtLjktMi4yOWEzIDMgMCAwMC0yLjI1LS45NHpNNDguNzUgMTBjMC0uNjguMjEtMS4yMi42My0xLjY2LjQtLjQyLjkyLS42MyAxLjUyLS42My42MSAwIDEuMTIuMjIgMS41My42NC40Mi40My42My45Ny42MyAxLjY1IDAgLjY3LS4yMiAxLjIyLS42MyAxLjY0LS40MS40My0uOTIuNjQtMS41My42NC0uNiAwLTEuMTEtLjItMS41My0uNjRhMi4yNiAyLjI2IDAgMDEtLjYyLTEuNjR6TTQ2LjYgNi45aC00LjE3djMuMDZjLjAxIDEuMDYtLjIyIDEuNzctLjY4IDIuMmgtLjY1djIuMjJoLjk1VjEzLjFoNC4yNnYxLjI3aC45NXYtMi4yM2gtLjY2VjYuOXptLTMuMTggMy4wN1Y3Ljg1aDIuMnY0LjMxaC0yLjY4Yy4zMy0uNTguNDgtMS4zMS40OC0yLjJ6bTIxLjUyLTMuMDhoLTQuMjd2Ljk2aDEuNjV2NS4yNmguODdWMTNoLjFWNy44NWgxLjY1di0uOTZ6bTEuMzcgMGgtMS4xM2wyLjA0IDQuNTUtLjIuNDRhLjguOCAwIDAxLS4yMy4zM2MtLjA3LjA1LS4xOC4wOC0uMzUuMDhhLjcuNyAwIDAxLS4zNC0uMWwtLjEyLS4wNi0uMjYuOTMuMDkuMDRjLjIyLjEuNDQuMTQuNjMuMTQuMzMgMCAuNjItLjEuODctLjMuMjUtLjE5LjQ1LS40Ny42LS44NGwyLjMxLTUuMkg2OS4xbC0xLjM4IDMuMy0xLjQtMy4zem04Ljk5IDBoLTQuNXY2LjIyaC45OFY3Ljg1aDIuNTR2NS4yNmguOThWNi44OXptMi4xIDBoLS45N3Y2LjIyaC45N1YxMC40aDIuNzR2Mi43aC45OFY2LjloLS45OHYyLjU2SDc3LjRWNi45em03LjY0LS4xM2MtLjkgMC0xLjY0LjMxLTIuMjUuOTQtLjYuNjMtLjkgMS40LS45IDIuMyAwIC45LjMgMS42Ni45IDIuMy42LjYzIDEuMzUuOTQgMi4yNS45NC45IDAgMS42NC0uMzEgMi4yNC0uOTUuNi0uNjIuOS0xLjM4LjkxLTIuMjkgMC0uOS0uMy0xLjY2LS45LTIuM2EzIDMgMCAwMC0yLjI1LS45NHpNODMuNSA4LjM0Yy40MS0uNDIuOTMtLjYzIDEuNTMtLjYzczEuMS4yMiAxLjUzLjY1Yy40Mi40Mi42My45Ni42MyAxLjY0IDAgLjY3LS4yMiAxLjIyLS42MyAxLjY0LS40MS40My0uOTMuNjQtMS41My42NHMtMS4xMi0uMi0xLjUzLS42NGEyLjIzIDIuMjMgMCAwMS0uNjMtMS42NGMwLS42OC4xOS0xLjIuNjMtMS42NnptOS44LTEuNDVoLTIuMjR2Ni4yMmgyLjM2Yy41MSAwIC45Ni0uMTcgMS4zNS0uNTQuMzgtLjM0LjU2LS43OC41Ni0xLjNhMS41NSAxLjU1IDAgMDAtLjg5LTEuNCAxLjQ0IDEuNDQgMCAwMC42OS0xLjI0YzAtLjQ5LS4xOC0uOS0uNTUtMS4yNWExLjg2IDEuODYgMCAwMC0xLjI3LS40OXptLTEuMjcgMi41N1Y3Ljg0aDEuM2MuMjUgMCAuNDQuMDkuNTguMjUuMTYuMTcuMjMuMzYuMjMuNTYgMCAuMi0uMDcuMzktLjIyLjU2YS44LjggMCAwMS0uNjEuMjVoLTEuMjh6bTAgMi43VjEwLjRoMS4zOGMuMjggMCAuNS4xLjY2LjI3YS44LjggMCAwMS4yNi42YzAgLjIyLS4wOS40MS0uMjUuNjFhLjc3Ljc3IDAgMDEtLjYzLjI3aC0xLjQzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik02OC4xIDIxLjdhNC4yIDQuMiAwIDAwLTQuMyA0LjNjMCAyLjQgMS45IDQuMyA0LjMgNC4zczQuMy0xLjggNC4zLTQuMy0yLTQuMy00LjMtNC4zem0wIDYuOGMtMS4zIDAtMi40LTEuMS0yLjQtMi42czEuMS0yLjYgMi40LTIuNmMxLjMgMCAyLjQgMSAyLjQgMi42cy0xLjEgMi42LTIuNCAyLjZ6bS05LjMtNi44YTQuMiA0LjIgMCAwMC00LjMgNC4zYzAgMi40IDEuOSA0LjMgNC4zIDQuM3M0LjMtMS44IDQuMy00LjNjLS4xLTIuNS0yLTQuMy00LjMtNC4zem0wIDYuOGMtMS4zIDAtMi40LTEuMS0yLjQtMi42czEuMS0yLjYgMi40LTIuNmMxLjMgMCAyLjQgMSAyLjQgMi42cy0xLjEgMi42LTIuNCAyLjZ6TTQ3LjcgMjN2MS44SDUyYy0uMSAxLS41IDEuOC0xIDIuMy0uNi42LTEuNiAxLjMtMy4zIDEuMy0yLjcgMC00LjctMi4yLTQuNy00LjggMC0yLjYgMi4xLTQuOCA0LjctNC44IDEuNCAwIDIuNS42IDMuMyAxLjNsMS4zLTEuM2E2LjQgNi40IDAgMDAtNC41LTEuOGMtMy42IDAtNi43IDMtNi43IDYuNiAwIDMuNiAzLjEgNi42IDYuNyA2LjYgMiAwIDMuNC0uNiA0LjYtMS45IDEuMi0xLjIgMS42LTIuOSAxLjYtNC4yIDAtLjQgMC0uOC0uMS0xLjFoLTYuMnpNOTMgMjQuNGMtLjQtMS0xLjQtMi43LTMuNi0yLjdzLTQgMS43LTQgNC4zYzAgMi40IDEuOCA0LjMgNC4yIDQuMyAxLjkgMCAzLjEtMS4yIDMuNS0xLjlsLTEuNC0xYy0uNS43LTEuMSAxLjItMi4xIDEuMnMtMS42LS40LTIuMS0xLjNsNS43LTIuNC0uMi0uNXptLTUuOCAxLjRjMC0xLjYgMS4zLTIuNSAyLjItMi41LjcgMCAxLjQuNCAxLjYuOWwtMy44IDEuNnptLTQuNiA0LjFoMS45VjE3LjRoLTEuOXYxMi41em0tMy4xLTcuM2MtLjUtLjUtMS4zLTEtMi4zLTFhNC4zIDQuMyAwIDAwLTQuMSA0LjNjMCAyLjQgMS45IDQuMiA0LjEgNC4yIDEgMCAxLjgtLjUgMi4yLTFoLjF2LjZjMCAxLjYtLjkgMi41LTIuMyAyLjUtMS4xIDAtMS45LS44LTIuMS0xLjVsLTEuNi43Yy41IDEuMSAxLjcgMi41IDMuOCAyLjUgMi4yIDAgNC0xLjMgNC00LjR2LTcuNmgtMS44di43em0tMi4xIDUuOWMtMS4zIDAtMi40LTEuMS0yLjQtMi42czEuMS0yLjYgMi40LTIuNmMxLjMgMCAyLjMgMS4xIDIuMyAyLjZzLTEgMi42LTIuMyAyLjZ6bTI0LjQtMTEuMWgtNC41djEyLjVoMS45di00LjdoMi42YzIuMSAwIDQuMS0xLjUgNC4xLTMuOXMtMi4xLTMuOS00LjEtMy45em0wIDYuMWgtMi43di00LjNoMi43YzEuNCAwIDIuMiAxLjIgMi4yIDIuMSAwIDEtLjggMi4yLTIuMiAyLjJ6bTExLjUtMS44Yy0xLjQgMC0yLjguNi0zLjMgMS45bDEuNy43Yy40LS43IDEtLjkgMS43LS45IDEgMCAxLjkuNiAyIDEuNnYuMWMtLjMtLjItMS4xLS41LTEuOS0uNS0xLjggMC0zLjYgMS0zLjYgMi44IDAgMS43IDEuNSAyLjggMy4xIDIuOCAxLjMgMCAxLjktLjYgMi40LTEuMmguMXYxaDEuOHYtNC44Yy0uMi0yLjMtMS44LTMuNS00LTMuNXptLS4yIDYuOGMtLjYgMC0xLjUtLjMtMS41LTEuMSAwLTEgMS4xLTEuMyAyLTEuMy44IDAgMS4yLjIgMS43LjQtLjEgMS4yLTEuMSAyLTIuMiAyem0xMC42LTYuNmwtMi4xIDUuNGgtLjFsLTIuMi01LjRoLTJsMy4zIDcuNi0xLjkgNC4yaDEuOWw1LjEtMTEuOGgtMnptLTE2LjggOGgxLjlWMTcuNGgtMS45djEyLjV6IiBmaWxsPSIjZmZmIi8+PHJlY3QgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMTM0IiBoZWlnaHQ9IjM5IiByeD0iNS41IiBzdHJva2U9IiM0QzRCNTEiLz48ZGVmcz48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXIiIHgxPSIyMS43OCIgeTE9IjguNTgiIHgyPSI0LjgyIiB5Mj0iMjUuMyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiMwMEEwRkYiLz48c3RvcCBvZmZzZXQ9Ii4wMSIgc3RvcC1jb2xvcj0iIzAwQTFGRiIvPjxzdG9wIG9mZnNldD0iLjI2IiBzdG9wLWNvbG9yPSIjMDBCRUZGIi8+PHN0b3Agb2Zmc2V0PSIuNTEiIHN0b3AtY29sb3I9IiMwMEQyRkYiLz48c3RvcCBvZmZzZXQ9Ii43NiIgc3RvcC1jb2xvcj0iIzAwREZGRiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwRTNGRiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDFfbGluZWFyIiB4MT0iMzMuNzciIHkxPSIyMCIgeDI9IjkuNjciIHkyPSIyMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGRkUwMDAiLz48c3RvcCBvZmZzZXQ9Ii40MSIgc3RvcC1jb2xvcj0iI0ZGQkQwMCIvPjxzdG9wIG9mZnNldD0iLjc4IiBzdG9wLWNvbG9yPSJvcmFuZ2UiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNGRjlDMDAiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQyX2xpbmVhciIgeDE9IjI0LjgiIHkxPSIyMi4zMiIgeDI9IjEuOCIgeTI9IjQ0Ljk5IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGM0E0NCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0MzMTE2MiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDNfbGluZWFyIiB4MT0iNy4zNCIgeTE9Ii0uMDQiIHgyPSIxNy42MSIgeTI9IjEwLjA4IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzMyQTA3MSIvPjxzdG9wIG9mZnNldD0iLjA3IiBzdG9wLWNvbG9yPSIjMkRBNzcxIi8+PHN0b3Agb2Zmc2V0PSIuNDgiIHN0b3AtY29sb3I9IiMxNUNGNzQiLz48c3RvcCBvZmZzZXQ9Ii44IiBzdG9wLWNvbG9yPSIjMDZFNzc1Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDBGMDc2Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PC9zdmc+\")}.yc-store-badge_platform_android.yc-store-badge_lang_en,.yc-store-badge_platform_android.yc-store-badge__image_lang_en,.yc-store-badge__image_platform_android.yc-store-badge_lang_en,.yc-store-badge__image_platform_android.yc-store-badge__image_lang_en{content:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTM1IiBoZWlnaHQ9IjQwIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMjkgLjVINkMzIC41LjUgMyAuNSA2djI4YzAgMyAyLjUgNS41IDUuNSA1LjVoMTIzYzMgMCA1LjUtMi41IDUuNS01LjVWNmMwLTMtMi41LTUuNS01LjUtNS41eiIgZmlsbD0iIzAwMCIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNDcuNCA5LjZoLTMuMXYuOWgyLjJjLS4xLjUtLjIuOC0uNSAxLjFhMi41IDIuNSAwIDAxLTMuMiAwYy0uNC0uNC0uNy0xLS43LTEuN3MuMy0xLjIuOC0xLjZjLjQtLjQgMS0uNiAxLjYtLjYuNyAwIDEuMi4yIDEuNi43bC4xLjEuNS0uOGMtLjItLjMtLjYtLjUtMS0uNy0uNC0uMi0uOC0uMy0xLjMtLjMtLjkgMC0xLjYuMy0yLjMuOS0uNi42LS45IDEuNC0uOSAyLjMgMCAuOS4zIDEuNy45IDIuMy42LjYgMS40LjkgMi4zLjkuOSAwIDEuNy0uMyAyLjMtLjkuNS0uNS44LTEuMi44LTJsLS4xLS42em0xIDMuNGgzLjd2LS45aC0yLjd2LTEuN2gyLjR2LS45aC0yLjRWNy44aDIuN3YtMWgtMy43VjEzem02LTUuMmgtMS43di0xSDU3djFoLTEuN1YxM2gtLjlWNy44em02LjQtMWgtMVYxM2gxVjYuOHptMi40IDFoLTEuN3YtMWg0LjR2MWgtMS43VjEzaC0xVjcuOHptOC4yLTEuMWMtLjkgMC0xLjcuMy0yLjMuOS0uNi42LS45IDEuNC0uOSAyLjMgMCAuOS4zIDEuNy45IDIuMy42LjYgMS40LjkgMi4zLjkuOSAwIDEuNy0uMyAyLjMtLjkuNi0uNi45LTEuNC45LTIuMyAwLS45LS4zLTEuNy0uOS0yLjMtLjctLjYtMS40LS45LTIuMy0uOXptMCA1LjVjLS42IDAtMS4xLS4yLTEuNi0uNi0uNC0uNC0uNi0xLS42LTEuN3MuMi0xLjIuNi0xLjdjLjQtLjQuOS0uNiAxLjYtLjYuNiAwIDEuMS4yIDEuNi42LjQuNC42IDEgLjYgMS43cy0uMiAxLjItLjYgMS43Yy0uNS40LTEgLjYtMS42LjZ6bTcuOS0xLjhWNi44aDFWMTNoLTFsLTIuOS00LjZWMTNoLTFWNi44aDEuMWwyLjggNC41di0uOXoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNNjguMSAyMS43YTQuMiA0LjIgMCAwMC00LjMgNC4zYzAgMi40IDEuOSA0LjMgNC4zIDQuM3M0LjMtMS44IDQuMy00LjMtMi00LjMtNC4zLTQuM3ptMCA2LjhjLTEuMyAwLTIuNC0xLjEtMi40LTIuNnMxLjEtMi42IDIuNC0yLjZjMS4zIDAgMi40IDEgMi40IDIuNnMtMS4xIDIuNi0yLjQgMi42em0tOS4zLTYuOGE0LjIgNC4yIDAgMDAtNC4zIDQuM2MwIDIuNCAxLjkgNC4zIDQuMyA0LjNzNC4zLTEuOCA0LjMtNC4zYy0uMS0yLjUtMi00LjMtNC4zLTQuM3ptMCA2LjhjLTEuMyAwLTIuNC0xLjEtMi40LTIuNnMxLjEtMi42IDIuNC0yLjZjMS4zIDAgMi40IDEgMi40IDIuNnMtMS4xIDIuNi0yLjQgMi42ek00Ny43IDIzdjEuOEg1MmMtLjEgMS0uNSAxLjgtMSAyLjMtLjYuNi0xLjYgMS4zLTMuMyAxLjNhNC43IDQuNyAwIDAxLTQuNy00LjhjMC0yLjYgMi4xLTQuOCA0LjctNC44YTUgNSAwIDAxMy4zIDEuM2wxLjMtMS4zYTYuNCA2LjQgMCAwMC00LjUtMS44Yy0zLjYgMC02LjcgMy02LjcgNi42IDAgMy42IDMuMSA2LjYgNi43IDYuNmE2IDYgMCAwMDYuMi02LjFsLS4xLTEuMWgtNi4yek05MyAyNC40Yy0uNC0xLTEuNC0yLjctMy42LTIuN3MtNCAxLjctNCA0LjNjMCAyLjQgMS44IDQuMyA0LjIgNC4zIDEuOSAwIDMuMS0xLjIgMy41LTEuOWwtMS40LTFjLS41LjctMS4xIDEuMi0yLjEgMS4ycy0xLjYtLjQtMi4xLTEuM2w1LjctMi40LS4yLS41em0tNS44IDEuNGMwLTEuNiAxLjMtMi41IDIuMi0yLjUuNyAwIDEuNC40IDEuNi45bC0zLjggMS42em0tNC42IDQuMWgxLjlWMTcuNGgtMS45djEyLjV6bS0zLjEtNy4zYy0uNS0uNS0xLjMtMS0yLjMtMWE0LjMgNC4zIDAgMDAtNC4xIDQuM2MwIDIuNCAxLjkgNC4yIDQuMSA0LjIgMSAwIDEuOC0uNSAyLjItMWguMXYuNmMwIDEuNi0uOSAyLjUtMi4zIDIuNS0xLjEgMC0xLjktLjgtMi4xLTEuNWwtMS42LjdhNC4xIDQuMSAwIDAwMy44IDIuNWMyLjIgMCA0LTEuMyA0LTQuNHYtNy42aC0xLjh2Ljd6bS0yLjEgNS45Yy0xLjMgMC0yLjQtMS4xLTIuNC0yLjZzMS4xLTIuNiAyLjQtMi42YzEuMyAwIDIuMyAxLjEgMi4zIDIuNnMtMSAyLjYtMi4zIDIuNnptMjQuNC0xMS4xaC00LjV2MTIuNWgxLjl2LTQuN2gyLjZjMi4xIDAgNC4xLTEuNSA0LjEtMy45cy0yLjEtMy45LTQuMS0zLjl6bTAgNi4xaC0yLjd2LTQuM2gyLjdjMS40IDAgMi4yIDEuMiAyLjIgMi4xIDAgMS0uOCAyLjItMi4yIDIuMnptMTEuNS0xLjhjLTEuNCAwLTIuOC42LTMuMyAxLjlsMS43LjdjLjQtLjcgMS0uOSAxLjctLjkgMSAwIDEuOS42IDIgMS42di4xYTQgNCAwIDAwLTEuOS0uNWMtMS44IDAtMy42IDEtMy42IDIuOCAwIDEuNyAxLjUgMi44IDMuMSAyLjggMS4zIDAgMS45LS42IDIuNC0xLjJoLjF2MWgxLjh2LTQuOGMtLjItMi4zLTEuOC0zLjUtNC0zLjV6bS0uMiA2LjhjLS42IDAtMS41LS4zLTEuNS0xLjEgMC0xIDEuMS0xLjMgMi0xLjMuOCAwIDEuMi4yIDEuNy40LS4xIDEuMi0xLjEgMi0yLjIgMnptMTAuNi02LjZsLTIuMSA1LjRoLS4xbC0yLjItNS40aC0ybDMuMyA3LjYtMS45IDQuMmgxLjlsNS4xLTExLjhoLTJ6bS0xNi44IDhoMS45VjE3LjRoLTEuOXYxMi41eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMC41IDcuNGEyIDIgMCAwMC0uNSAxLjR2MjIuNGMwIC42LjIgMSAuNSAxLjRMMjMgMjAuM3YtLjRMMTAuNSA3LjN2LjF6IiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXIpIi8+PHBhdGggZD0iTTI3IDI0LjNsLTQuMS00LjF2LS40bDQtNC4xaC4ybDQuOSAyLjhjMS4zLjggMS4zIDIuMSAwIDNsLTUgMi44eiIgZmlsbD0idXJsKCNwYWludDFfbGluZWFyKSIvPjxwYXRoIGQ9Ik0yNyAyNC4zTDIzIDIwIDEwLjUgMzIuNmMuNC41IDEuMi42IDIgMGwxNC42LTguM3oiIGZpbGw9InVybCgjcGFpbnQyX2xpbmVhcikiLz48cGF0aCBkPSJNMjcgMTUuN0wxMi42IDcuM2MtLjgtLjUtMS42LS40LTIgLjFMMjIuOSAyMGw0LjItNC4zeiIgZmlsbD0idXJsKCNwYWludDNfbGluZWFyKSIvPjxwYXRoIG9wYWNpdHk9Ii4yIiBkPSJNMjcgMjQuMmwtMTQuNSA4LjNjLS44LjUtMS41LjQtMiAwdi4xYy41LjUgMS4yLjUgMiAwbDE0LjYtOC4zLS4xLS4xeiIgZmlsbD0iIzAwMCIvPjxwYXRoIG9wYWNpdHk9Ii4xIiBkPSJNMTAuNSAzMi41QTIgMiAwIDAxMTAgMzF2LjJjMCAuNi4yIDEuMS41IDEuNHYtLjF6TTMyIDIxLjNsLTUgMi45IDUtMi43Yy42LS40IDEtMSAxLTEuNSAwIC41LS40IDEtMSAxLjN6IiBmaWxsPSIjMDAwIi8+PHBhdGggb3BhY2l0eT0iLjMiIGQ9Ik0xMi41IDcuNUwzMiAxOC43Yy42LjQgMSAuOCAxIDEuMyAwLS41LS4zLTEtMS0xLjVMMTIuNSA3LjNjLTEuNC0uOC0yLjUgMC0yLjUgMS41VjljMC0xLjYgMS4xLTIuMyAyLjUtMS41eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMjkgLjVINkMzIC41LjUgMyAuNSA2djI4YzAgMyAyLjUgNS41IDUuNSA1LjVoMTIzYzMgMCA1LjUtMi41IDUuNS01LjVWNmMwLTMtMi41LTUuNS01LjUtNS41eiIgc3Ryb2tlPSIjNEM0QjUxIi8+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyIiB4MT0iMjEuOCIgeTE9IjguNiIgeDI9IjQuOCIgeTI9IjI1LjMiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIj48c3RvcCBzdG9wLWNvbG9yPSIjMDBBMEZGIi8+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMDBBMUZGIi8+PHN0b3Agb2Zmc2V0PSIuMyIgc3RvcC1jb2xvcj0iIzAwQkVGRiIvPjxzdG9wIG9mZnNldD0iLjUiIHN0b3AtY29sb3I9IiMwMEQyRkYiLz48c3RvcCBvZmZzZXQ9Ii44IiBzdG9wLWNvbG9yPSIjMDBERkZGIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDBFM0ZGIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MV9saW5lYXIiIHgxPSIzMy44IiB5MT0iMjAiIHgyPSI5LjciIHkyPSIyMCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNGRkUwMDAiLz48c3RvcCBvZmZzZXQ9Ii40IiBzdG9wLWNvbG9yPSIjRkZCRDAwIi8+PHN0b3Agb2Zmc2V0PSIuOCIgc3RvcC1jb2xvcj0ib3JhbmdlIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRkY5QzAwIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9InBhaW50Ml9saW5lYXIiIHgxPSIyNC44IiB5MT0iMjIuMyIgeDI9IjEuOCIgeTI9IjQ1IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0ZGM0E0NCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0MzMTE2MiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJwYWludDNfbGluZWFyIiB4MT0iNy4zIiB5MT0iMCIgeDI9IjE3LjYiIHkyPSIxMC4xIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iIzMyQTA3MSIvPjxzdG9wIG9mZnNldD0iLjEiIHN0b3AtY29sb3I9IiMyREE3NzEiLz48c3RvcCBvZmZzZXQ9Ii41IiBzdG9wLWNvbG9yPSIjMTVDRjc0Ii8+PHN0b3Agb2Zmc2V0PSIuOCIgc3RvcC1jb2xvcj0iIzA2RTc3NSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzAwRjA3NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjwvc3ZnPg==\")}',\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-PromoFeaturesBlock__card-title{margin:0}.pc-PromoFeaturesBlock__card-title{font-size:var(--yc-text-header-1-font-size);line-height:var(--yc-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight)}.pc-PromoFeaturesBlock__card-container{display:flex}.pc-PromoFeaturesBlock__card-container-column+.pc-PromoFeaturesBlock__card-container-column{margin-left:calc(8px * 2)}.pc-PromoFeaturesBlock__header{margin-bottom:32px}.pc-PromoFeaturesBlock__background{background-color:inherit}.pc-PromoFeaturesBlock__background_grey{background-color:var(--yc-color-base-misc)}.pc-PromoFeaturesBlock_grey{padding:64px 0}.pc-PromoFeaturesBlock__card{color:inherit;text-decoration:none;display:flex;flex-direction:column;justify-content:center;border-radius:var(--pc-border-radius);overflow:hidden}.pc-PromoFeaturesBlock__card-info{padding:32px 32px 0 32px}.pc-PromoFeaturesBlock__card-title{margin-bottom:8px}.pc-PromoFeaturesBlock__card-text{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.pc-PromoFeaturesBlock__card-media{margin-top:16px}.pc-PromoFeaturesBlock__card+.pc-PromoFeaturesBlock__card{margin-top:16px}.pc-PromoFeaturesBlock__card_no-media .pc-PromoFeaturesBlock__card-info{padding:32px}.pc-PromoFeaturesBlock__card_light{background-color:var(--yc-color-base-background)}.pc-PromoFeaturesBlock__card_default{background-color:var(--yc-color-base-misc)}.pc-PromoFeaturesBlock__card_accent{color:var(--yc-color-text-light-primary);background-color:var(--yc-color-base-special)}.pc-PromoFeaturesBlock__card_accent .pc-PromoFeaturesBlock__card-title,.pc-PromoFeaturesBlock__card_accent .pc-PromoFeaturesBlock__card-text>.yfm *{color:var(--yc-color-text-light-primary)}.pc-PromoFeaturesBlock__card_accent-light{background-color:var(--yc-color-base-selection)}.pc-PromoFeaturesBlock__card_primary{background-color:var(--yc-color-promo-base-gold)}@media(min-width: 769px){.pc-PromoFeaturesBlock.pc-AnimateBlock .pc-PromoFeaturesBlock__card-container-column,.pc-AnimateBlock .pc-PromoFeaturesBlock .pc-PromoFeaturesBlock__card-container-column{position:relative;top:100px;opacity:0}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column,.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(0),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(0){transition-delay:0s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(1),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(1){transition-delay:.1s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(2),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(2){transition-delay:.2s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(3),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(3){transition-delay:.3s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(4),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(4){transition-delay:.4s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(5),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(5){transition-delay:.5s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(6),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(6){transition-delay:.6s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(7),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(7){transition-delay:.7s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(8),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(8){transition-delay:.8s}.pc-PromoFeaturesBlock.pc-AnimateBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(9),.pc-AnimateBlock .pc-PromoFeaturesBlock.animate .pc-PromoFeaturesBlock__card-container-column:nth-child(9){transition-delay:.9s}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-FullWidthBackground{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--yc-color-base-background);z-index:0;pointer-events:none}.pc-FullWidthBackground_rounded{border-radius:var(--pc-border-radius)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-BalancedMasonry{position:relative}.pc-BalancedMasonry__hidden-container{position:absolute;visibility:hidden;overflow:hidden;height:100%;z-index:-1}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-Media{overflow:hidden}.pc-Media__youtube{border-radius:var(--pc-border-radius);overflow:hidden;display:flex;align-items:center}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-media-component-image__item{width:100%;display:flex;align-items:center}.pc-media-component-image__item_withVideo{display:none}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-fullscreen-image__image{cursor:pointer}.pc-fullscreen-image__image-wrapper{position:relative}.pc-fullscreen-image__modal-content{position:relative}.pc-fullscreen-image__modal-image{display:block;max-width:1232px;max-height:70vh;overflow:hidden}.pc-fullscreen-image__modal .yc-modal__content,.pc-fullscreen-image__modal-image{border-radius:var(--pc-border-radius)}.pc-fullscreen-image__icon-wrapper{display:flex;align-items:center;justify-content:center;position:absolute;right:16px;top:16px;width:36px;height:36px;border-radius:8px;background-color:var(--yc-color-base-simple-hover-solid);cursor:pointer;opacity:0;transition:.3s}.pc-fullscreen-image__icon-wrapper_visible{opacity:1}.pc-fullscreen-image__icon{color:var(--yc-color-text-hint)}.pc-fullscreen-image__icon_hover:hover{color:var(--yc-color-text-secondary)}@media(max-width: 1185px){.pc-fullscreen-image__modal-image{width:100%}}@media(max-width: 1081px){.pc-fullscreen-image__image{pointer-events:none}.pc-fullscreen-image__icon-wrapper{display:none}.pc-fullscreen-image__modal{display:none !important}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".yc-modal{display:none;position:fixed;top:0;left:0;right:0;bottom:0;z-index:1000;visibility:hidden;margin:-9999px 0 0 -9999px;background-color:var(--yc-color-sfx-veil);overflow:auto;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:rgba(0,0,0,0)}.yc-modal__table{display:table;width:100%;height:100%}.yc-modal__cell{display:table-cell;text-align:center;vertical-align:middle}.yc-modal__content{display:inline-block;margin:var(--yc-modal-margin);text-align:left;background-color:var(--yc-color-base-modal);border-radius:var(--yc-modal-border-radius)}.yc-modal,.yc-modal__content{animation-timing-function:ease-out;animation-fill-mode:forwards;outline:none}.yc-modal_open,.yc-modal_exit_active{display:block;visibility:visible;margin:0}.yc-modal_enter_active,.yc-modal_appear_active{animation-name:yc-modal-open;animation-duration:150ms}.yc-modal_enter_active .yc-modal__content,.yc-modal_appear_active .yc-modal__content{animation-name:yc-modal-content-open;animation-duration:150ms}.yc-modal_exit_active{animation-name:yc-modal;animation-duration:200ms}@keyframes yc-modal{0%{opacity:1}100%{opacity:0}}@keyframes yc-modal-open{0%{opacity:0}100%{opacity:1}}@keyframes yc-modal-content-open{0%{transform:scale(0.75)}100%{transform:scale(1)}}:root{--yc-modal-border-radius: 5px;--yc-modal-margin: 20px}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-storage-background-image{position:relative;overflow:hidden}.pc-storage-background-image__img{left:0;top:0;pointer-events:none;position:absolute;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pc-storage-background-image__container{position:relative}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-full-screen-media__modal-media_type_youtube,.pc-full-screen-media__modal-media_type_video video,.pc-full-screen-media__modal-media_type_image{display:block;position:relative;width:100%;max-width:1232px;max-height:70vh}.pc-full-screen-media__media{cursor:pointer}.pc-full-screen-media__media-wrapper{cursor:pointer;position:relative}.pc-full-screen-media__modal-content{position:relative}.pc-full-screen-media__inline-media{transform:translateZ(0)}.pc-full-screen-media__modal-media{border-radius:var(--pc-border-radius)}.pc-full-screen-media__modal-media_type_youtube{width:min(65vw, 1232px);height:calc(min(65vw, 1232px) * 9 / 16)}.pc-full-screen-media__modal .yc-modal__content,.pc-full-screen-media__modal-image{border-radius:var(--pc-border-radius)}.pc-full-screen-media__icon-wrapper{display:flex;align-items:center;justify-content:center;position:absolute;right:16px;top:16px;width:36px;height:36px;border-radius:8px;background-color:var(--yc-color-base-simple-hover-solid);cursor:pointer;z-index:10}.pc-full-screen-media__modal-content .pc-full-screen-media__icon-wrapper,.pc-full-screen-media__media-wrapper .pc-full-screen-media__icon-wrapper{opacity:0;transition:opacity .3s;pointer-events:none}.pc-full-screen-media__modal-content:hover .pc-full-screen-media__icon-wrapper,.pc-full-screen-media__media-wrapper:hover .pc-full-screen-media__icon-wrapper{opacity:1;pointer-events:inherit}.pc-full-screen-media__icon{color:var(--yc-color-text-hint)}.pc-full-screen-media__icon_hover:hover{color:var(--yc-color-text-secondary)}@media(max-width: 577px){.pc-full-screen-media__icon-wrapper{display:none}.pc-full-screen-media__modal{display:none !important}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-media-component-video__wrap{position:relative;overflow:hidden}.pc-media-component-video__item{width:100%;display:flex;align-items:center}.pc-media-component-video__react-player{display:flex;position:relative;justify-content:center;overflow:hidden}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-ReactPlayer__wrapper{position:relative;padding-top:56.25%}.pc-ReactPlayer__wrapper .pc-ReactPlayer__player{position:absolute;top:0;left:0}.pc-ReactPlayer__button{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;width:64px;height:64px;border-radius:166px}.pc-ReactPlayer__button_theme_blue{color:var(--yc-color-base-background);background-color:var(--yc-color-base-special)}.pc-ReactPlayer__button_theme_grey{color:var(--pc-text-header-color);background-color:#eff2f8}.pc-ReactPlayer__button_text{padding:16px 32px;font-weight:400;font-size:24px;line-height:32px;width:auto;height:auto}.pc-ReactPlayer__icon{margin-left:6px}.pc-ReactPlayer:hover .pc-ReactPlayer__custom-bar-controls{opacity:1;transition:opacity 300ms ease 0s}.pc-ReactPlayer__custom-bar-controls{opacity:0;transition:opacity 300ms ease 3s}.pc-ReactPlayer__custom-bar-controls_muted{opacity:1;transition:opacity 0s ease 0s}@media only screen and (max-width: 577px){.pc-ReactPlayer__button_text{font-size:20px;line-height:24px}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,'.pc-CustomBarControls__wrapper{position:absolute;bottom:0}.pc-CustomBarControls__button{margin:12px;border-radius:50%;display:flex;cursor:pointer;position:relative;width:64px;height:64px;background:var(--yc-color-base-background);transition:background-color 300ms}.pc-CustomBarControls__button:hover{background:#eff2f8}.pc-CustomBarControls__icon{margin:auto}.pc-CustomBarControls__mute-button{width:inherit;height:22px;background-position:center;background-repeat:no-repeat;background-size:contain;margin:auto;background-image:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBkPSJNMjAgN2E1LjY1NyA1LjY1NyAwIDAgMSAwIDhtMy0xMWMzLjg2NiAzLjg2NiAzLjg2NiAxMC4xMzQgMCAxNCIgc3Ryb2tlPSIjMjYyNjI2IiBzdHJva2Utd2lkdGg9IjIiLz4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJtNyA3IDctN2gydjIyaC0ybC03LTdIMFY3aDd6IiBmaWxsPSIjMjYyNjI2Ii8+Cjwvc3ZnPgo=\")}.pc-CustomBarControls__mute-button_muted{background-image:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjkiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0ibTcgNyA3LTdoMnYyMmgtMmwtNy03SDBWN2g3eiIgZmlsbD0iIzI2MjYyNiIvPgogICAgPHBhdGggZD0ibTIwIDcgNCA0bTAgMC00IDRtNC00IDQtNG0tNCA0IDQgNCIgc3Ryb2tlPSIjMjYyNjI2IiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==\")}',\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-CircleProgress{position:absolute}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-VideoBlock{position:relative}.pc-VideoBlock__preview{display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%}.pc-VideoBlock__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.pc-VideoBlock__image-wrapper{height:100%;width:100%}.pc-VideoBlock__button{display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;display:flex;justify-content:center;align-items:center;position:absolute;width:64px;height:64px;color:var(--yc-color-base-background);background-color:var(--yc-color-base-special);border-radius:50%}.pc-VideoBlock__icon{margin-left:6px}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-media-component-data-lens__wrap{height:400px;overflow:hidden;margin:24px}.pc-media-component-data-lens__wrap .pc-media-component-data-lens__iframe{border-radius:0}.pc-media-component-data-lens__iframe{width:calc(100% + 4px);height:calc(100% + 4px);margin:-1px -2px 0}@media(max-width: 577px){.pc-media-component-data-lens__wrap{margin:24px 0}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-QuestionsBlock__item-title{margin:0}.pc-QuestionsBlock__title{top:calc(var(--header-height) + 32px);position:sticky;margin-bottom:32px;margin-right:64px}.pc-QuestionsBlock__item{padding-bottom:32px;border-bottom:1px solid var(--yc-color-line-generic)}.pc-QuestionsBlock__item+.pc-QuestionsBlock__item{padding-top:32px}.pc-QuestionsBlock__item-title{font-size:var(--yc-text-header-1-font-size);line-height:var(--yc-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight);position:relative;padding-right:24px;cursor:pointer}.pc-QuestionsBlock__item-title a{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-QuestionsBlock__item-title a:focus{outline:2px solid #ffdb4d}.pc-QuestionsBlock__item-title a:hover,.pc-QuestionsBlock__item-title a:active{--pc-text-header-color: var(--yc-color-text-link-hover);color:var(--yc-color-text-link-hover)}.pc-QuestionsBlock__text{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);margin-top:12px}.pc-QuestionsBlock__arrow{position:absolute;right:0;top:0;color:var(--yc-color-text-info)}.pc-QuestionsBlock__link{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}@media(max-width: 769px){.pc-QuestionsBlock__title{margin-right:0}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-foldable-block{height:0;overflow-y:hidden;transition:height 300ms,margin-bottom 300ms}.pc-foldable-block__content-container{overflow:auto}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\"@media(min-width: 769px){.pc-banner-block.pc-AnimateBlock,.pc-AnimateBlock .pc-banner-block{position:relative;top:100px;opacity:0}.pc-banner-block.pc-AnimateBlock.animate,.pc-AnimateBlock .pc-banner-block.animate{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-delay:0s}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-banner-card__subtitle p,.pc-banner-card__subtitle,.pc-banner-card__title{margin:0}.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__title,.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__subtitle{color:var(--yc-color-text-light-primary)}.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__title p,.pc-banner-card_theme_dark.pc-banner-card_theme_dark .pc-banner-card__subtitle p{color:var(--yc-color-text-light-primary)}.pc-banner-card__title{font-size:var(--yc-text-display-2-font-size);line-height:var(--yc-text-display-2-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight)}@media(max-width: 576px){.pc-banner-card__title{font-size:var(--yc-text-display-1-font-size);line-height:var(--yc-text-display-1-line-height)}}.pc-banner-card__title a{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-banner-card__title a:focus{outline:2px solid #ffdb4d}.pc-banner-card__title a:hover,.pc-banner-card__title a:active{--pc-text-header-color: var(--yc-color-text-link-hover);color:var(--yc-color-text-link-hover)}.pc-banner-card__content{width:100%;border-radius:var(--pc-border-radius);display:flex;min-height:320px}.pc-banner-card__info,.pc-banner-card__image{flex:1}.pc-banner-card__info{padding:32px;display:flex;justify-content:space-between;flex-direction:column;align-items:baseline}.pc-banner-card__subtitle{display:inline-block;margin-top:8px;font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight);font-weight:normal}.pc-banner-card__subtitle p{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight);font-weight:normal}.pc-banner-card__button.pc-banner-card__button{margin-top:28px}.pc-banner-card__image{border-top-right-radius:var(--pc-border-radius);border-bottom-right-radius:var(--pc-border-radius);margin:var(--pc-image-padding);border-radius:calc(var(--pc-border-radius) - var(--pc-image-padding))}.pc-banner-card__image img{-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}@media(max-width: 576px){.pc-banner-card__image{display:none}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-companies-block__title{margin:0}.pc-companies-block{text-align:center}.pc-companies-block__title{font-size:var(--yc-text-display-2-font-size);line-height:var(--yc-text-display-2-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight)}@media(max-width: 576px){.pc-companies-block__title{font-size:var(--yc-text-display-1-font-size);line-height:var(--yc-text-display-1-line-height)}}.pc-companies-block__images{margin-top:32px}.pc-companies-block__image{max-width:100%}@media(min-width: 769px){.pc-companies-block.pc-AnimateBlock .pc-companies-block__images,.pc-AnimateBlock .pc-companies-block .pc-companies-block__images{opacity:0}.pc-companies-block.pc-AnimateBlock.animate .pc-companies-block__images,.pc-AnimateBlock .pc-companies-block.animate .pc-companies-block__images{opacity:1;transition:opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-delay:0s}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-media-base__card img{width:100%}.pc-media-base__card img,.pc-media-base__card video,.pc-media-base__card iframe,.pc-media-base__card .pc-map{border-radius:var(--pc-border-radius)}.pc-media-base__card_shadow{box-shadow:0 2px 8px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow);overflow-x:hidden;border-radius:var(--pc-border-radius)}.pc-media-base__row_reverse{flex-direction:row-reverse}.pc-media-base__row_reverse .pc-media-base__content>*{margin-right:0;margin-left:64px}.pc-media-base__header{margin-bottom:24px}@media(max-width: 769px){.pc-media-base__row_reverse{flex-direction:row}.pc-media-base__row_reverse .pc-media-base__content>*{margin-left:0}.pc-media-base__row_mobile-reverse{flex-direction:column-reverse}.pc-media-base__row_mobile-reverse .pc-media-base__content>*{margin-top:32px;padding-bottom:0}}@media(min-width: 769px){.pc-media-base.pc-AnimateBlock .pc-media-base__card,.pc-AnimateBlock .pc-media-base .pc-media-base__card{position:relative;top:100px;opacity:0}.pc-media-base.pc-AnimateBlock.animate .pc-media-base__card,.pc-AnimateBlock .pc-media-base.animate .pc-media-base__card{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-delay:0s}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-media-base-content{margin-right:64px;height:100%;align-items:center;display:flex}@media(max-width: 769px){.pc-media-base-content{margin-right:0;padding-bottom:32px}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\"/*!\\n * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)\\n * Copyright 2011-2018 The Bootstrap Authors\\n * Copyright 2011-2018 Twitter, Inc.\\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\\n */html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*::before,*::after{box-sizing:inherit}.container{width:100%;padding-right:40px;padding-left:40px;margin-right:auto;margin-left:auto}@media(min-width: 577px){.container{max-width:577px}}@media(min-width: 769px){.container{max-width:769px}}@media(min-width: 1081px){.container{max-width:1081px}}@media(min-width: 1185px){.container{max-width:1185px}}.container-fluid{width:100%;padding-right:40px;padding-left:40px;margin-right:auto;margin-left:auto}.row{display:flex;flex-wrap:wrap;margin-right:-8px;margin-left:-8px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-sm-auto,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-md-auto,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:8px;padding-left:8px}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-1{flex:0 0 8.333333%;max-width:8.333333%}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.333333%;max-width:33.333333%}.col-5{flex:0 0 41.666667%;max-width:41.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.333333%;max-width:58.333333%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-11{flex:0 0 91.666667%;max-width:91.666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media(min-width: 577px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:none}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media(min-width: 769px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;width:auto;max-width:none}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media(min-width: 1081px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:none}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media(min-width: 1185px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:none}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}@media(min-width: 577px){.d-sm-none{display:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}}@media(min-width: 769px){.d-md-none{display:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}}@media(min-width: 1081px){.d-lg-none{display:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}}@media(min-width: 1185px){.d-xl-none{display:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}}@media print{.d-print-none{display:none !important}.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-fill{flex:1 1 auto !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media(min-width: 577px){.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media(min-width: 769px){.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media(min-width: 1081px){.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media(min-width: 1185px){.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.col-reset{padding-left:0 !important;padding-right:0 !important;margin:0}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-Grid .container-fluid,.pc-Grid .container{max-width:calc(1232px + 8px * 2 + 40px * 2)}.pc-Grid .row{margin-right:0;margin-left:0}.pc-Grid .pc-Grid .container-fluid,.pc-Grid .pc-Grid .container{padding:0}.pc-Grid .row .row{margin:0 -8px}.pc-Grid_debug .container,.pc-Grid_debug .container-fluid,.pc-Grid_debug [class*=col-]{box-sizing:border-box;border:1px solid var(--yc-color-line-generic)}@media only screen and (max-width: 577px){.pc-Grid .container,.pc-Grid .container-fluid{padding:0 16px}.pc-Grid .col,.pc-Grid .col-sm-auto,.pc-Grid .col-auto{padding:0 8px}.pc-Grid .col-sm-0,.pc-Grid .col-0{padding:0 8px}.pc-Grid .col-sm-1,.pc-Grid .col-1{padding:0 8px}.pc-Grid .col-sm-2,.pc-Grid .col-2{padding:0 8px}.pc-Grid .col-sm-3,.pc-Grid .col-3{padding:0 8px}.pc-Grid .col-sm-4,.pc-Grid .col-4{padding:0 8px}.pc-Grid .col-sm-5,.pc-Grid .col-5{padding:0 8px}.pc-Grid .col-sm-6,.pc-Grid .col-6{padding:0 8px}.pc-Grid .col-sm-7,.pc-Grid .col-7{padding:0 8px}.pc-Grid .col-sm-8,.pc-Grid .col-8{padding:0 8px}.pc-Grid .col-sm-9,.pc-Grid .col-9{padding:0 8px}.pc-Grid .col-sm-10,.pc-Grid .col-10{padding:0 8px}.pc-Grid .col-sm-11,.pc-Grid .col-11{padding:0 8px}.pc-Grid .col-sm-12,.pc-Grid .col-12{padding:0 8px}.pc-Grid .row .row{margin:0 -8px}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-info-block__container{background-color:var(--yc-color-base-special);padding:96px 64px;border-radius:var(--pc-border-radius)}.pc-info-block__left,.pc-info-block__right{padding-right:96px;padding-bottom:16px}@media(max-width: 1081px){.pc-info-block__left,.pc-info-block__right{padding-bottom:0}.pc-info-block__container{padding:96px 64px}}@media(max-width: 769px){.pc-info-block__left{margin-bottom:48px}.pc-info-block__left,.pc-info-block__right{padding-right:0}}@media(max-width: 577px){.pc-info-block__container{padding:64px 32px}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-table-block__title{margin:0}.pc-table-block__title{font-size:var(--yc-text-display-2-font-size);line-height:var(--yc-text-display-2-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight);top:calc(var(--header-height) + 32px);position:sticky;margin-right:32px}@media(max-width: 576px){.pc-table-block__title{font-size:var(--yc-text-display-1-font-size);line-height:var(--yc-text-display-1-line-height)}}.pc-table-block__table{margin-top:0}@media(max-width: 1081px){.pc-table-block__title{margin-right:0;padding-bottom:32px}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-table{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);margin-top:32px}.pc-table__table{width:100%;overflow-x:auto}.pc-table__row{display:flex}.pc-table__row:first-child{font-weight:500}.pc-table__row:first-child .pc-table__cell{border-bottom-color:var(--yc-color-line-generic-active);align-items:flex-end;padding-top:0}.pc-table__cell{padding:12px 0;display:flex;flex:1;align-items:center;border-bottom:1px solid var(--yc-color-line-generic)}.pc-table__cell:first-child{flex:2}.pc-table__cell_justify_center{justify-content:center;text-align:center}.pc-table__cell_justify_right{justify-content:flex-end;text-align:right}.pc-table__marker{display:inline-block}.pc-table__marker_type_disk{width:16px;height:16px;border-radius:100%;flex-shrink:0;box-sizing:border-box}.pc-table__marker_type_disk.pc-table__marker_index_0{background-color:var(--yc-color-infographics-neutral-light)}.pc-table__marker_type_disk.pc-table__marker_index_1{background-color:var(--yc-my-color-brand-normal)}.pc-table__marker_type_disk.pc-table__marker_index_2{border:1px solid var(--yc-color-text-hint)}.pc-table__legend{display:flex;margin-top:20px;color:var(--yc-color-text-secondary)}.pc-table__legend-item{display:flex;align-items:center}.pc-table__legend-item+.pc-table__legend-item{margin-left:32px}.pc-table__legent-item-text{margin-left:6px}@media(max-width: 577px){.pc-table__cell{min-width:120px}.pc-table__cell:first-child{min-width:230px}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-tabs-block__content-title.pc-tabs-block__content-title>*{margin:0}.pc-tabs-block__block-title{margin-bottom:24px}.pc-tabs-block__block-title_centered{text-align:center}.pc-tabs-block__block-title_centered>*{margin:0 auto}.pc-tabs-block__tabs{margin-bottom:20px;display:flex;flex-wrap:wrap;justify-content:flex-start}.pc-tabs-block__tabs_centered{justify-content:center}@media(max-width: 769px){.pc-tabs-block__tabs{flex-wrap:nowrap;justify-content:flex-start;overflow:auto;margin-left:-48px;margin-right:-48px;padding-left:48px;padding-right:40px}}@media(max-width: 577px){.pc-tabs-block__tabs{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:16px}}.pc-tabs-block__row_reverse{flex-direction:row-reverse}.pc-tabs-block__row_reverse .pc-tabs-block__content-wrapper{margin:24px 32px 0 0}.pc-tabs-block__image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block}.pc-tabs-block__image,.pc-tabs-block__media{box-shadow:0 2px 8px var(--pc-color-sfx-shadow),0 4px 24px var(--pc-color-sfx-shadow);overflow-x:hidden;border-radius:var(--pc-border-radius)}.pc-tabs-block__caption{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);margin:12px 0 0;color:var(--yc-color-text-secondary)}.pc-tabs-block__content{display:flex;flex-direction:column}.pc-tabs-block__content_centered{margin:0 auto}.pc-tabs-block__col_centered{margin:0 auto}.pc-tabs-block__content-wrapper_margin{margin:24px 0 0 32px}.pc-tabs-block__content-title{margin:0 auto 12px}.pc-tabs-block__content-title.pc-tabs-block__content-title>*{font-size:var(--yc-text-header-1-font-size);line-height:var(--yc-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight)}@media(max-width: 769px){.pc-tabs-block__content-wrapper_margin{margin:0 0 32px 0}.pc-tabs-block__row_reverse{flex-direction:column-reverse}.pc-tabs-block__row_reverse .pc-tabs-block__content>*{margin-top:32px;padding-bottom:0}}@media(min-width: 769px){.pc-tabs-block.pc-AnimateBlock .pc-tabs-block__media,.pc-AnimateBlock .pc-tabs-block .pc-tabs-block__media{position:relative;top:100px;opacity:0}.pc-tabs-block.pc-AnimateBlock.animate .pc-tabs-block__media,.pc-AnimateBlock .pc-tabs-block.animate .pc-tabs-block__media{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-delay:0s}}@media(min-width: 769px){.pc-tabs-block.pc-AnimateBlock .pc-tabs-block__image,.pc-AnimateBlock .pc-tabs-block .pc-tabs-block__image{position:relative;top:100px;opacity:0}.pc-tabs-block.pc-AnimateBlock.animate .pc-tabs-block__image,.pc-AnimateBlock .pc-tabs-block.animate .pc-tabs-block__image{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94);transition-delay:0s}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-button-tabs__item.pc-button-tabs__item{margin-right:8px;margin-bottom:12px;--yc-button-background-color: var(--pc-tab-item-background-color);--yc-button-background-color-hover: var(--pc-tab-item-background-color-hover)}.pc-button-tabs__item.pc-button-tabs__item,.pc-button-tabs__item.pc-button-tabs__item:link,.pc-button-tabs__item.pc-button-tabs__item:visited,.pc-button-tabs__item.pc-button-tabs__item:active,.pc-button-tabs__item.pc-button-tabs__item:focus{color:var(--pc-tab-item-color)}.pc-button-tabs__item.pc-button-tabs__item:hover{color:var(--pc-tab-item-color)}.pc-button-tabs__item.pc-button-tabs__item_active{pointer-events:none;--yc-button-background-color: var(--pc-selected-tab-item-background-color);--yc-button-background-color-hover: var(--pc-selected-tab-item-background-color-hover)}.pc-button-tabs__item.pc-button-tabs__item_active,.pc-button-tabs__item.pc-button-tabs__item_active:link,.pc-button-tabs__item.pc-button-tabs__item_active:visited,.pc-button-tabs__item.pc-button-tabs__item_active:active,.pc-button-tabs__item.pc-button-tabs__item_active:focus{color:var(--pc-selected-tab-item-color)}.pc-button-tabs__item.pc-button-tabs__item_active:hover{color:var(--pc-selected-tab-item-color)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-header-block__title{margin:0}.pc-header-block{position:relative}.pc-header-block_full-width{--pc-border-radius: 0;padding:16px 0;margin:0 0 16px}.pc-header-block__content-wrapper{margin:0 8px;height:100%}.pc-header-block__content{position:relative;height:100%}.pc-header-block__content_theme_dark .pc-header-block__title,.pc-header-block__content_theme_dark .pc-header-block__description .yfm,.pc-header-block__content_theme_dark .pc-header-block__description .yfm *{color:var(--yc-color-text-light-primary)}.pc-header-block__content_vertical-offset{margin:16px 0}.pc-header-block__content_vertical-offset_s{padding:64px 0}.pc-header-block__content_vertical-offset_m{padding:96px 0}.pc-header-block__content_vertical-offset_l{padding:128px 0}.pc-header-block__content_vertical-offset_xl{padding:160px 0}.pc-header-block__content_offset_large{padding:calc(128px - 16px) 0 16px}.pc-header-block__content-outer,.pc-header-block__content-inner{position:relative;z-index:10}.pc-header-block__title{font-size:var(--yc-text-display-4-font-size);line-height:var(--yc-text-display-4-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight);position:relative}@media(max-width: 577px){.pc-header-block__title{font-size:var(--yc-text-display-2-font-size);line-height:var(--yc-text-display-2-line-height)}}.pc-header-block__title a{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-header-block__title a:focus{outline:2px solid #ffdb4d}.pc-header-block__title a:hover,.pc-header-block__title a:active{--pc-text-header-color: var(--yc-color-text-link-hover);color:var(--yc-color-text-link-hover)}.pc-header-block__description{margin-top:16px;font-weight:normal;font-size:var(--yc-text-caption-2-font-size);line-height:var(--yc-text-caption-2-line-height);margin-block-end:var(--yc-text-body-1-line-height)}.pc-header-block__description .yfm,.pc-header-block__description .yfm *{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height);color:var(--yc-color-text-primary)}.pc-header-block__buttons{margin-top:16px}.pc-header-block__button.pc-header-block__button{margin-top:16px;margin-right:16px}.pc-header-block__media{position:absolute;display:none;top:16px;right:0;width:50%;height:calc(100% - 2 * 16px);overflow:hidden;-o-object-fit:cover;object-fit:cover;border-radius:var(--pc-border-radius)}.pc-header-block__media_s{width:32%}.pc-header-block__video{height:100%}.pc-header-block__video>video{border-radius:var(--pc-border-radius);width:100%;height:auto}.pc-header-block__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:var(--pc-border-radius)}.pc-header-block__breadcrumbs{position:absolute;top:16px;z-index:11}.pc-header-block__background-media{height:100%}.pc-header-block__background-media>div{height:100%;width:100%}.pc-header-block__background-media>div:not(.pc-header-block__video){position:absolute}.pc-header-block__background,.pc-header-block__background.pc-header-block__background_media{position:absolute;top:0;overflow:hidden;z-index:5;width:1440px;max-width:100%;left:50%;transform:translateX(-50%);height:100%;border-radius:var(--pc-border-radius)}.pc-header-block__background.pc-header-block__background_full-width-media,.pc-header-block__background.pc-header-block__background_media.pc-header-block__background_full-width-media{width:100%}.pc-header-block__background.pc-header-block__background_full-width-media>div,.pc-header-block__background.pc-header-block__background_media.pc-header-block__background_full-width-media>div{max-width:none}.pc-header-block__background.pc-header-block__background_full-width-media video,.pc-header-block__background.pc-header-block__background_media.pc-header-block__background_full-width-media video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.pc-header-block__background_full-width{left:0;transform:none;max-width:none;width:100%;background-color:var(--yc-color-base-background)}.pc-header-block__overtitle{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height);margin-block-start:var(--yc-text-body-3-line-height);margin-bottom:8px;font-weight:400}.pc-header-block__overtitle a{outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer}.utilityfocus .pc-header-block__overtitle a:focus{outline:2px solid #ffdb4d}.pc-header-block__overtitle a:hover,.pc-header-block__overtitle a:active{--pc-text-header-color: var(--yc-color-text-link-hover);color:var(--yc-color-text-link-hover)}@media(max-width: 1440px){.pc-header-block__background,.pc-header-block__background.pc-header-block__background_media{left:0;transform:none}}@media(max-width: 769px){.pc-header-block_has-media .pc-header-block__content{padding-top:48px}.pc-header-block .pc-header-block__content_vertical-offset_s,.pc-header-block .pc-header-block__content_vertical-offset_m,.pc-header-block .pc-header-block__content_vertical-offset_l,.pc-header-block .pc-header-block__content_vertical-offset_xl{padding:calc(96px - 16px) 0}.pc-header-block .pc-header-block__content_offset_large{padding:calc(96px - 16px) 0 16px;margin-bottom:-32px}}@media(min-width: 769px){.pc-header-block__media{display:block}.pc-header-block_has-media .pc-header-block__content-inner{padding-right:48px}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,'.pc-header-breadcrumbs{z-index:11}.pc-header-breadcrumbs__item{display:inline-block}.pc-header-breadcrumbs__text{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);outline:none;color:var(--yc-color-text-link);text-decoration:none;cursor:pointer;color:var(--yc-color-text-secondary)}.utilityfocus .pc-header-breadcrumbs__text:focus{outline:2px solid #ffdb4d}.pc-header-breadcrumbs__text:hover,.pc-header-breadcrumbs__text:active{--pc-text-header-color: var(--yc-color-text-link-hover);color:var(--yc-color-text-link-hover)}.pc-header-breadcrumbs__text:after{content:\" / \";margin:0 8px 0 6px;color:var(--yc-color-text-secondary)}.pc-header-breadcrumbs__text:hover{color:var(--yc-color-text-primary)}.pc-header-breadcrumbs_theme_dark .pc-header-breadcrumbs__text{color:var(--yc-color-text-light-secondary)}.pc-header-breadcrumbs_theme_dark .pc-header-breadcrumbs__text:after{color:var(--yc-color-text-light-secondary)}.pc-header-breadcrumbs_theme_dark .pc-header-breadcrumbs__text:hover{color:var(--yc-color-text-light-primary)}',\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-icons-block{display:flex;flex-wrap:wrap;justify-content:center;font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.pc-icons-block_size_s .pc-icons-block__item{width:96px}.pc-icons-block_size_m .pc-icons-block__item{width:128px}.pc-icons-block_size_l .pc-icons-block__item{width:160px}.pc-icons-block__header{width:100%;padding-bottom:24px;text-align:center}.pc-icons-block__text{margin:8px 0 0;text-align:center}.pc-icons-block__item{color:inherit;text-decoration:none;margin:0 8px 24px}.pc-icons-block__image{max-width:100%;margin:0 auto;display:block}@media(max-width: 576px){.pc-icons-block__item{max-width:calc(50% - 8px * 2)}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-header-slider-block__item{display:block;height:100%;overflow:hidden;transform:translateZ(0)}.pc-header-slider-block__item-content{height:inherit;overflow:hidden}.pc-header-slider-block__item-content.pc-header-slider-block__item-content{margin:0 0 16px}.pc-header-slider-block__item-content .pc-header-block__content{padding:115px 0;display:flex;align-items:center}.pc-header-slider-block__item-content .pc-Grid,.pc-header-slider-block__item-content .container-fluid,.pc-header-slider-block__item-content .container-fluid .row{height:inherit}.pc-header-slider-block__item-content .pc-header-block__media{padding-bottom:48px;padding-top:16px}@media(max-width: 1410px)and (min-width: 577px){.pc-header-slider-block__item-content .pc-header-block__content{padding-left:32px;padding-right:32px}}@media(max-width: 769px){.pc-header-slider-block.pc-SliderBlock{margin-left:-8px;padding-left:0;width:calc(100% + 8px)}}@media(max-width: 577px){.pc-header-slider-block__item-content .pc-header-block__content{padding-left:0;padding-right:0}.pc-header-slider-block .slick-track .slick-slide{max-width:100%}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-card-layout-block__item{margin-top:24px}@media(min-width: 769px){.pc-card-layout-block.pc-AnimateBlock .pc-card-layout-block__item,.pc-AnimateBlock .pc-card-layout-block .pc-card-layout-block__item{position:relative;top:100px;opacity:0}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item,.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item{top:0;opacity:1;transition:top .8s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity .8s cubic-bezier(0.25, 0.46, 0.45, 0.94)}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(0),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(0){transition-delay:0s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(1),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(1){transition-delay:.1s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(2),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(2){transition-delay:.2s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(3),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(3){transition-delay:.3s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(4),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(4){transition-delay:.4s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(5),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(5){transition-delay:.5s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(6),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(6){transition-delay:.6s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(7),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(7){transition-delay:.7s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(8),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(8){transition-delay:.8s}.pc-card-layout-block.pc-AnimateBlock.animate .pc-card-layout-block__item:nth-child(9),.pc-AnimateBlock .pc-card-layout-block.animate .pc-card-layout-block__item:nth-child(9){transition-delay:.9s}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-content-layout-block__files_size_l,.pc-content-layout-block__files_size_s{margin:0}.pc-content-layout-block{position:relative}.pc-content-layout-block__content,.pc-content-layout-block__files{z-index:10;position:relative}.pc-content-layout-block__files{margin-top:24px}.pc-content-layout-block__files_size_s{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.pc-content-layout-block__files_size_l{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height)}.pc-content-layout-block__files_centered{margin-left:auto;margin-right:auto}.pc-content-layout-block__files a{text-decoration:none}.pc-content-layout-block__file{margin-bottom:12px}.pc-content-layout-block__file:last-child{margin-bottom:0}.pc-content-layout-block__background{position:absolute;top:0;left:0;width:100%;height:100%}.pc-content-layout-block__background-item{height:100%;border-radius:var(--pc-border-radius)}.pc-content-layout-block_background{padding:64px}@media(max-width: 577px){.pc-content-layout-block_background{padding:32px}.pc-content-layout-block_background picture{display:none}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-share-block__title{margin:0}.pc-share-block__title{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight);text-align:center;font-weight:normal}.pc-share-block__items{display:flex;justify-content:center;margin-top:16px}.pc-share-block__item.pc-share-block__item{display:flex;justify-content:center;width:48px;height:48px;border-radius:100%}.pc-share-block__item.pc-share-block__item_type_vk{background-color:var(--yc-color-vk)}.pc-share-block__item.pc-share-block__item_type_facebook{background-color:var(--yc-color-facebook)}.pc-share-block__item.pc-share-block__item_type_twitter{background-color:var(--yc-color-twitter)}.pc-share-block__item.pc-share-block__item_type_telegram{background-color:var(--yc-color-telegram)}.pc-share-block__item.pc-share-block__item_type_telegram{background-color:var(--yc-color-telegram)}.pc-share-block__item.pc-share-block__item_type_linkedin{background-color:var(--yc-color-linkedin)}.pc-share-block__item.pc-share-block__item.pc-share-block__item.pc-share-block__item:before{border-radius:100%}.pc-share-block__item.pc-share-block__item:hover:before{background-color:var(--yc-color-base-generic) !important;border-radius:100%}.pc-share-block__item.pc-share-block__item+.pc-share-block__item.pc-share-block__item{margin-left:12px}.pc-share-block__item.pc-share-block__item svg{color:var(--yc-color-base-background)}@media(max-width: 577px){.pc-share-block__items{flex-wrap:wrap}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-map{width:100%;height:300px;border:0;overflow:hidden;display:flex}.pc-map_hidden{opacity:0}.pc-map__spinner{margin:0 auto;align-self:center;position:absolute}.pc-map__wrapper{min-height:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-ErrorWrapper{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height);white-space:nowrap;color:var(--yc-color-text-danger)}.pc-ErrorWrapper__text{margin-bottom:5px}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".yc-spin{display:inline-block;backface-visibility:hidden;animation:yc-spin 1s linear infinite}.yc-spin__inner{box-sizing:border-box;height:100%;width:50%;margin-left:50%;border:2px solid var(--yc-color-base-special);border-left:none;border-top-right-radius:25px;border-bottom-right-radius:25px}.yc-spin_size_xs{width:16px;height:16px}.yc-spin_size_s{width:24px;height:24px}.yc-spin_size_m{width:28px;height:28px}.yc-spin_size_l{width:32px;height:32px}.yc-spin_size_xl{width:36px;height:36px}@keyframes yc-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-filter-block{--pc-first-block-indent: 0;--pc-first-block-mobile-indent: 0}.pc-filter-block__title{margin-bottom:24px}.pc-filter-block__title_centered{text-align:center}.pc-filter-block__title_centered>*{margin:0 auto}.pc-filter-block__tabs{margin-bottom:0;display:flex;flex-wrap:wrap;justify-content:flex-start}.pc-filter-block__tabs_centered{justify-content:center}@media(max-width: 769px){.pc-filter-block__tabs{flex-wrap:nowrap;justify-content:flex-start;overflow:auto;margin-left:-48px;margin-right:-48px;padding-left:48px;padding-right:40px}}@media(max-width: 577px){.pc-filter-block__tabs{margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:16px}}.row .pc-filter-block__block-container.row{margin:0px}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-divider-block_size_xxs{padding-top:12px}.pc-divider-block_size_xs{padding-top:16px}.pc-divider-block_size_s{padding-top:24px}.pc-divider-block_size_m{padding-top:32px}.pc-divider-block_size_l{padding-top:48px}.pc-divider-block_size_xl{padding-top:64px}.pc-divider-block_size_xxl{padding-top:96px}.pc-divider-block_size_xxxl{padding-top:128px}.pc-divider-block_border{border-top:1px solid var(--yc-color-line-generic)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-price-description{margin-bottom:12px}.pc-price-description__title_size_l,.pc-price-description__description_size_l,.pc-price-description__detailed-title_size_l,.pc-price-description__label_size_l{font-size:var(--yc-text-header-1-font-size);line-height:var(--yc-text-header-1-line-height)}.pc-price-description__title_size_m,.pc-price-description__description_size_m,.pc-price-description__detailed-title_size_m,.pc-price-description__label_size_m{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.pc-price-description__title_size_s,.pc-price-description__description_size_s,.pc-price-description__detailed-title_size_s,.pc-price-description__label_size_s{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height)}.pc-price-description__main-title{font-weight:500}.pc-price-description__main-title_color_cornflower{color:var(--yc-my-color-brand-normal)}.pc-price-description__main-title_color_black{color:var(--yc-color-text-primary)}.pc-price-description__title{display:flex;padding:16px 0 12px 0;align-items:flex-end}.pc-price-description__description{font-weight:400}.pc-price-description__detailed-title{margin-left:4px}.pc-price-description__label{padding:4px 12px;border-radius:4px;width:-moz-fit-content;width:fit-content}.pc-price-description__label_color_blue{background:var(--yc-color-promo-highlight-sky)}.pc-price-description__label_color_green{background:var(--yc-color-promo-highlight-mint)}.pc-price-description__label_color_yellow{background:var(--yc-color-promo-highlight-gold)}.pc-price-description__label_color_purple{background:var(--yc-color-promo-highlight-neon)}.pc-price-description__label_color_red{background:var(--yc-color-promo-highlight-tomato)}@media(max-width: 577px){.pc-price-description{min-width:160px}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\"@media(min-width: 1081px){.pc-price-details__non_foldable{display:block}.pc-price-details__foldable{display:none}}@media(max-width: 1080px){.pc-price-details__non_foldable{display:none}.pc-price-details__foldable{display:block}}.pc-price-details__delimiter-line{border-top:1px solid var(--yc-color-line-generic)}.pc-price-details__arrow{margin:auto 10px}.pc-price-details__foldable_title{cursor:pointer;display:flex;font-weight:400;font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.pc-price-details__foldable_title_color_cornflower{color:var(--yc-color-text-link)}.pc-price-details__foldable_title_color_black{color:var(--yc-color-text-primary)}.pc-price-details__foldable_block>*{padding-top:12px}.pc-price-details .pc-settings-list__title{margin-bottom:2px}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,'.pc-marked-list__list-item{display:flex}.pc-marked-list__text{margin-left:8px}.pc-marked-list__img{margin-top:5px;height:-moz-fit-content;height:fit-content;content:url(\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xLjUgNCA1IDcuNSAxMS41IDEiIHN0cm9rZT0iIzUyODJGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==\")}',\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-settings-list__title,.pc-settings-list__description{font-weight:400}.pc-settings-list__title_size_l,.pc-settings-list__description_size_l{font-size:var(--yc-text-header-1-font-size);line-height:var(--yc-text-header-1-line-height)}.pc-settings-list__title_size_m,.pc-settings-list__description_size_m{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.pc-settings-list__title_size_s,.pc-settings-list__description_size_s{font-size:var(--yc-text-body-1-font-size);line-height:var(--yc-text-body-1-line-height)}.pc-settings-list__title{color:var(--yc-color-text-hint)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-combined-price-detailed-block__row{margin:0 !important}.pc-combined-price-detailed-block__row .col{padding:0;margin:12px}.pc-combined-price-detailed-block__row>*{display:flex;width:100%}.pc-combined-price-detailed-block__row:not(:last-child){border-bottom:1px solid var(--yc-color-line-generic);margin-bottom:12px !important;padding-bottom:12px}@media(min-width: 1081px){.pc-combined-price-detailed-block__description>*{padding-top:12px}.pc-combined-price-detailed-block__description_delimiter>*{border-top:1px solid var(--yc-color-line-generic)}.pc-combined-price-detailed-block__empty-column{border-top:0}}@media(max-width: 1080px){.pc-combined-price-detailed-block__description>*{margin-top:0 !important}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\"a.pc-card-base-block_border_shadow,.pc-card-base-block_border_shadow{box-shadow:0px 4px 24px var(--pc-color-sfx-shadow),0px 2px 8px var(--pc-color-sfx-shadow)}.pc-card-base-block__body,.pc-card-base-block{display:flex;flex-direction:column;justify-content:space-between}.pc-card-base-block{min-height:248px;height:100%;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--yc-color-base-float);transition:box-shadow .3s cubic-bezier(0.22, 0.61, 0.36, 1);display:flex}.pc-card-base-block_border_line{border:1px solid var(--yc-color-line-generic)}.pc-card-base-block_border_line,.pc-card-base-block_border_none{cursor:default}@media(min-width: 577px){.slick-slide:not(.slick-active) .pc-card-base-block{box-shadow:none}}.pc-card-base-block__header{position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;margin:var(--pc-image-padding);border-radius:calc(var(--pc-border-radius) - var(--pc-image-padding))}.pc-card-base-block__header-content{padding:32px}.pc-card-base-block__body{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);flex:1;padding:32px}.pc-card-base-block__header+.pc-card-base-block__body{padding:24px 32px 32px}.pc-card-base-block__content{flex:1}.pc-card-base-block__footer{margin-top:14px}@media(max-width: 577px){.pc-card-base-block{min-height:unset}}a.pc-card-base-block{color:inherit;text-decoration:none;min-height:248px;height:100%;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--yc-color-base-float);transition:box-shadow .3s cubic-bezier(0.22, 0.61, 0.36, 1)}a.pc-card-base-block:hover,a.pc-card-base-block:active{--pc-text-header-color: inherit;color:inherit}a.pc-card-base-block_border_line{border:1px solid var(--yc-color-line-generic)}a.pc-card-base-block_border_line,a.pc-card-base-block_border_none{cursor:default}a.pc-card-base-block_border_shadow{transition:transform .3s ease-out}a.pc-card-base-block_border_shadow:hover{transform:translateY(-8px)}a.pc-card-base-block_border_shadow:hover{background-color:var(--pc-color-base-float-hover)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-separate-price-detailed-block .pc-price-description{margin-bottom:0}.pc-separate-price-detailed-block .pc-price-details>*{padding-top:12px}.pc-separate-price-detailed-block .pc-price-details{margin-top:24px}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-MediaCard__body{padding:0}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-layout-item__media{width:100%;display:block;border-radius:var(--pc-border-radius)}.pc-layout-item__media_border{border:1px solid var(--yc-color-line-generic)}.pc-layout-item__meta-info{margin:16px 0 -8px 0}.pc-layout-item__content{margin:16px 16px 0 0}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-meta-info{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);display:flex;align-items:center;font-weight:500;color:var(--pc-media-card-meta-info-color)}.pc-meta-info__item:not(:first-child){margin-left:16px}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-background-card{position:relative}.pc-background-card_theme_light{background-color:var(--yc-color-promo-base-silver)}.pc-background-card_theme_dark{background-color:var(--yc-color-promo-base-asphalt)}.pc-background-card_padding_s{padding-bottom:80px}.pc-background-card_padding_m{padding-bottom:160px}.pc-background-card_padding_l{padding-bottom:240px}.pc-background-card_padding_xl{padding-bottom:320px}.pc-background-card_border_none{box-shadow:none;cursor:default;border:none}.pc-background-card__image{position:absolute;top:0;left:0;width:100%;height:100%}.pc-background-card__image img{-o-object-fit:cover;object-fit:cover;-o-object-position:left;object-position:left}a.pc-background-card_theme_light{background-color:var(--yc-color-promo-base-silver)}a.pc-background-card_theme_dark{background-color:var(--yc-color-promo-base-asphalt)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-basic-card.pc-basic-card{min-height:auto}.pc-basic-card__icon{max-width:100%;margin-bottom:12px;height:32px;-o-object-fit:contain;object-fit:contain;display:block}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,'.pc-quote_border_shadow{box-shadow:0px 4px 24px var(--pc-color-sfx-shadow),0px 2px 8px var(--pc-color-sfx-shadow)}.pc-quote{min-height:248px;height:100%;overflow-x:hidden;border-radius:var(--pc-border-radius);background-color:var(--yc-color-base-float);transition:box-shadow .3s cubic-bezier(0.22, 0.61, 0.36, 1);display:flex;min-height:400px;height:100%}.pc-quote_theme_dark{color:var(--yc-color-text-light-primary)}.pc-quote_theme_dark h1,.pc-quote_theme_dark h2,.pc-quote_theme_dark h3,.pc-quote_theme_dark h4,.pc-quote_theme_dark h5,.pc-quote_theme_dark h6,.pc-quote_theme_dark .yfm{color:var(--yc-color-text-light-primary)}.pc-quote_border_line{border:1px solid var(--yc-color-line-generic)}.pc-quote_border_line,.pc-quote_border_none{cursor:default}@media(min-width: 577px){.slick-slide:not(.slick-active) .pc-quote{box-shadow:none}}.pc-quote__logo{height:48px}.pc-quote__content-wrapper{display:flex;flex-direction:column;justify-content:space-between;width:calc(50% + 5px * 2);margin-right:5px;padding:48px 32px 48px 48px}.pc-quote__image-wrapper{flex:1;margin-left:5px;overflow:hidden;margin:var(--pc-image-padding);border-radius:calc(var(--pc-border-radius) - var(--pc-image-padding))}.pc-quote__content{margin-top:24px;position:relative;font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height)}.pc-quote__content::before{position:absolute;top:-1px;left:-10px;content:\"«\"}.pc-quote__text::after{content:\"».\"}.pc-quote__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.pc-quote__author-wrapper{display:flex;justify-content:space-between;align-items:flex-end;margin-top:20px}.pc-quote__author_theme_dark,.pc-quote_theme_dark{color:var(--yc-color-text-light-primary)}.pc-quote__author_theme_dark h1,.pc-quote__author_theme_dark h2,.pc-quote__author_theme_dark h3,.pc-quote__author_theme_dark h4,.pc-quote__author_theme_dark h5,.pc-quote__author_theme_dark h6,.pc-quote__author_theme_dark .yfm,.pc-quote_theme_dark h1,.pc-quote_theme_dark h2,.pc-quote_theme_dark h3,.pc-quote_theme_dark h4,.pc-quote_theme_dark h5,.pc-quote_theme_dark h6,.pc-quote_theme_dark .yfm{color:var(--yc-color-text-light-primary)}.pc-quote__author{max-width:calc(60% - 20px);margin-right:20px}.pc-quote__link-button_theme_dark{color:var(--yc-color-base-background) !important}.pc-quote__link-button_theme_dark:before{border-color:var(--yc-color-base-background) !important}@media(max-width: 1081px){.pc-quote__author-wrapper{flex-direction:column}.pc-quote__author{margin-right:0;margin-bottom:32px;max-width:initial}.pc-quote__link-button{align-self:flex-start}}@media(max-width: 769px){.pc-quote__content-wrapper{width:calc(75% + 5px * 2)}}@media(max-width: 577px){.pc-quote__image-wrapper{display:none}.pc-quote__content-wrapper{padding:32px}.pc-quote__content-wrapper{width:100%}}',\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-author{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height);display:flex;flex-direction:column;color:var(--yc-color-text-secondary)}.pc-author__avatar{width:80px;height:80px;display:flex;align-items:center;flex:0 0 auto;border-radius:16px;overflow:hidden}.pc-author__avatar img{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;display:block}.pc-author__name{font-size:var(--yc-text-body-3-font-size);line-height:var(--yc-text-body-3-line-height);color:var(--yc-color-text-primary)}.pc-author__description{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height);padding-top:4px}.pc-author__label:not(:first-child){font-weight:400;margin-top:8px}.pc-author_type_column{z-index:1;position:relative}.pc-author_type_line{flex-flow:row nowrap;align-items:center;width:100%}.pc-author_type_line .pc-author__avatar{margin:0}.pc-author_type_line .pc-author__label{margin-top:0}.pc-author_type_line .pc-author__label:not(:first-child){margin-left:16px}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-BackgroundMedia{position:absolute;top:0;left:0;width:100%}.pc-BackgroundMedia__media{margin:0 auto;max-width:1440px;text-align:center;height:100%}.pc-BackgroundMedia__media_full-width-media{max-width:none}.pc-BackgroundMedia__media_full-width-media .pc-BackgroundMedia__video video{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.pc-BackgroundMedia__image{height:100%;width:100%}.pc-BackgroundMedia__video{position:relative;height:100%}.pc-BackgroundMedia__video video{position:absolute;top:0;left:50%;transform:translateX(-50%)}.pc-BackgroundMedia__video,.pc-BackgroundMedia video{width:auto}@media(max-width: 769px){.pc-BackgroundMedia__image{display:block}.pc-BackgroundMedia__video{display:none}}@media(min-width: 769px){.pc-BackgroundMedia.pc-AnimateBlock__image,.pc-AnimateBlock .pc-BackgroundMedia__image{position:relative;bottom:100px;opacity:0}.pc-BackgroundMedia.pc-AnimateBlock.animate .pc-BackgroundMedia__image,.pc-AnimateBlock .pc-BackgroundMedia.animate .pc-BackgroundMedia__image{bottom:0;opacity:1;transition:bottom 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),opacity 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".layout{display:flex;flex-direction:column;min-height:100vh}.layout__content{display:flex;flex-grow:1;flex-direction:column}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-header{position:sticky;z-index:98;top:0;display:flex;justify-content:center;align-items:center;height:var(--header-height);background-color:var(--yc-color-base-background)}.pc-header_with-border{box-shadow:inset 0 -1px 0 var(--yc-color-line-generic)}.pc-header__wrapper{display:flex;justify-content:space-between;align-items:center;height:var(--header-height)}@media(min-width: 769px){.pc-header__mobile-menu-button.pc-header__mobile-menu-button{display:none}}.pc-header__navigation,.pc-header__left,.pc-header__right{display:flex;align-items:center}.pc-header__navigation.pc-header__navigation{position:relative;flex:1 0 0;justify-content:flex-start}@media(max-width: 768px){.pc-header__navigation.pc-header__navigation{display:none}}.pc-header__right{flex:0;justify-content:flex-end;font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.pc-header__navigation-container{display:flex;overflow-x:hidden;flex:1 0 0;justify-content:space-between;align-items:center;margin-right:32px}.pc-header__buttons{display:flex;align-items:center;margin:0;padding:0;list-style:none}@media(max-width: 768px){.pc-header__buttons{display:none}}.pc-header__buttons>*:not(:last-child){margin-right:16px}.pc-header__buttons-item{position:relative}.pc-header__buttons-item:not(:last-child){margin-right:20px}.pc-header__button{margin-top:0}.pc-header__logo{margin:0 32px 0 0;cursor:pointer}@media(max-width: 768px){.pc-header__navigation-container{justify-content:flex-end}.pc-header__left{flex:1 0 0}}@media(max-width: 576px){.pc-header__navigation-container{margin-right:12px}.pc-header__logo{margin-right:0}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-control{display:flex;justify-content:center;align-items:center;transition:color .2s;display:inline-block;margin:0;padding:0;font:inherit;border:none;outline:none;color:inherit;background:none;cursor:pointer;outline:none}.pc-control .pc-control_theme_primary,.pc-control .pc-control_theme_secondary,.pc-control .pc-control_theme_link{transition:color .2s}.pc-control .pc-control_theme_accent{transition:opacity .2s}.utilityfocus .pc-control:focus{outline:2px solid #ffdb4d}.pc-control_size_xs{width:24px;height:24px}.pc-control_size_s{width:28px;height:28px}.pc-control_size_m{width:32px;height:32px}.pc-control_size_l{width:36px;height:36px}.pc-control_theme_primary{color:var(--yc-color-text-complementary)}.pc-control_theme_primary:hover{color:var(--yc-color-text-primary)}.pc-control_theme_secondary{color:var(--yc-color-text-secondary)}.pc-control_theme_secondary:hover{color:var(--yc-color-text-complementary)}.pc-control_theme_link{color:var(--yc-color-text-complementary)}.pc-control_theme_link:hover{color:var(--yc-color-text-link-hover)}.pc-control_theme_accent{opacity:.7;color:var(--yc-color-text-yandex-red)}.pc-control_theme_accent:hover{opacity:1}.pc-control_disabled{cursor:default;color:var(--yc-color-text-secondary)}.pc-control_disabled:hover{color:var(--yc-color-text-secondary)}@media(max-width: 768px){.pc-control:hover{color:inherit}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-logo__text{margin:0}.pc-logo{display:flex;align-items:center}.pc-logo__icon{display:flex;margin-right:8px;-o-object-fit:contain;object-fit:contain}.pc-logo__text{font-size:var(--yc-text-header-1-font-size);line-height:var(--yc-text-header-1-line-height);color:var(--pc-text-header-color);font-weight:var(--yc-text-accent-font-weight);white-space:nowrap}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-navigation{font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}.pc-navigation__links{position:relative;display:flex;align-items:center;margin:0;padding:0;list-style:none}.pc-navigation__links-item{position:relative}.pc-navigation__links-item:not(:last-child){margin-right:20px}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-overflow-scroller{display:flex;align-items:center;position:relative;overflow-x:hidden}.pc-overflow-scroller__container{width:100%;position:relative}.pc-overflow-scroller__container_padding-left{padding-left:24px}.pc-overflow-scroller__container_padding-right{padding-right:24px}.pc-overflow-scroller__wrapper{position:relative;transition:left .6s}.pc-overflow-scroller__arrow{position:absolute;z-index:10;top:0;display:flex;justify-content:flex-end;align-items:center;width:32px;height:calc(100% - 1px);cursor:pointer;color:var(--yc-color-text-secondary)}.pc-overflow-scroller__arrow_type_left{left:0;transform:rotate(180deg)}.pc-overflow-scroller__arrow_type_right{right:0}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-navigation-list-item{height:var(--header-height);line-height:var(--header-height);cursor:pointer;outline:none;color:inherit;text-decoration:none}.utilityfocus .pc-navigation-list-item:focus{outline:2px solid #ffdb4d}.pc-navigation-list-item__content:hover,.pc-navigation-list-item__content:active{color:var(--yc-color-text-link)}.pc-navigation-list-item__slider-container{position:absolute;right:0;bottom:0;left:0}.pc-navigation-list-item__slider{width:100%;height:2px;background-color:var(--yc-color-text-link)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-navigation-button{display:inline-block}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-social-icon{display:flex;justify-content:center;align-items:center;width:40px;height:40px;margin-right:8px;color:var(--yc-color-base-background);border-radius:50%;background-color:var(--yc-color-base-generic)}.pc-social-icon:hover{background-color:var(--yc-color-base-generic-hover)}.pc-social-icon__icon{width:16px;height:16px}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-navigation-dropdown{position:relative;display:flex;align-items:center;white-space:nowrap}.pc-navigation-dropdown__arrow{margin-left:7px;color:var(--yc-color-text-secondary)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-content-wrapper__icon{display:flex;margin-right:6px;-o-object-fit:cover;object-fit:cover}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-navigation-link{color:var(--yc-color-text-primary);color:inherit;text-decoration:none;outline:none;position:relative;display:flex;align-items:center;white-space:nowrap}.utilityfocus .pc-navigation-link:focus{outline:2px solid #ffdb4d}.pc-navigation-link:hover,.pc-navigation-link_active{color:var(--yc-color-text-link)}.pc-navigation-link__arrow{position:relative;top:-2px;width:9px;height:9px;margin-left:5px}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-github-button{position:relative;display:flex;align-items:center;white-space:nowrap;display:flex;align-items:center;height:100%}.pc-github-button span{display:flex;flex-direction:column;justify-content:center}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-navigation-popup{margin-left:-16px;margin-top:-16px;z-index:101;display:flex;flex-direction:column;min-width:220px;padding:16px;border:1px solid var(--yc-color-line-generic);border-top-width:0;border-radius:calc(var(--pc-border-radius) / 2);background:var(--yc-color-base-float);box-shadow:0 3px 10px var(--yc-color-sfx-shadow)}@media(max-width: 768px){.pc-navigation-popup{display:none}}.pc-navigation-popup__link{height:36px;padding:8px 12px;border-radius:8px}.pc-navigation-popup__link:hover{color:var(--yc-color-text-primary);background-color:var(--yc-color-base-simple-hover)}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".yc-popup{--yc-popup-background-color: var(--yc-color-base-float);--yc-popup-border-color: var(--yc-color-line-solid);--yc-popup-border-width: 1px;position:relative;animation-duration:.1s;animation-timing-function:ease-out;animation-fill-mode:forwards;border-radius:4px;background-color:var(--yc-popup-background-color);box-shadow:0 0 0 var(--yc-popup-border-width) var(--yc-popup-border-color),0 8px 20px var(--yc-popup-border-width) var(--yc-color-sfx-shadow);outline:none}.yc-popup>:first-child:not(.yc-popup__arrow),.yc-popup>.yc-popup__arrow+*{border-top-left-radius:inherit;border-top-right-radius:inherit}.yc-popup>:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.yc-popup__arrow-content{width:18px;height:18px;position:relative;overflow:hidden;display:flex}.yc-popup__arrow-circle-wrapper{background-color:rgba(0,0,0,0);overflow:hidden;width:9px;height:9px;position:relative}.yc-popup__arrow-circle{box-sizing:border-box;border-radius:50%;box-shadow:inset 0 0 0 calc(5px - var(--yc-popup-border-width)) var(--yc-popup-background-color),inset 0 0 0 5px var(--yc-popup-border-color);width:28px;height:30px;position:absolute}.yc-popup__arrow-circle_left{right:-5px;bottom:-4px}.yc-popup__arrow-circle_right{left:-5px;bottom:-4px}.yc-popup-wrapper{z-index:1000;visibility:hidden}.yc-popup-wrapper_open,.yc-popup-wrapper_exit_active{visibility:visible}.yc-popup-wrapper_exit_active[data-popper-placement*=bottom] .yc-popup{animation-name:yc-popup-bottom}.yc-popup-wrapper_exit_active[data-popper-placement*=top] .yc-popup{animation-name:yc-popup-top}.yc-popup-wrapper_exit_active[data-popper-placement*=left] .yc-popup{animation-name:yc-popup-left}.yc-popup-wrapper_exit_active[data-popper-placement*=right] .yc-popup{animation-name:yc-popup-right}.yc-popup-wrapper_enter_active[data-popper-placement*=bottom] .yc-popup,.yc-popup-wrapper_appear_active[data-popper-placement*=bottom] .yc-popup{animation-name:yc-popup-bottom-open}.yc-popup-wrapper_enter_active[data-popper-placement*=top] .yc-popup,.yc-popup-wrapper_appear_active[data-popper-placement*=top] .yc-popup{animation-name:yc-popup-top-open}.yc-popup-wrapper_enter_active[data-popper-placement*=left] .yc-popup,.yc-popup-wrapper_appear_active[data-popper-placement*=left] .yc-popup{animation-name:yc-popup-left-open}.yc-popup-wrapper_enter_active[data-popper-placement*=right] .yc-popup,.yc-popup-wrapper_appear_active[data-popper-placement*=right] .yc-popup{animation-name:yc-popup-right-open}.yc-popup-wrapper[data-popper-placement*=bottom] .yc-popup__arrow{top:-9px}.yc-popup-wrapper[data-popper-placement*=top] .yc-popup__arrow{bottom:-9px}.yc-popup-wrapper[data-popper-placement*=top] .yc-popup__arrow-content{transform:rotate(180deg)}.yc-popup-wrapper[data-popper-placement*=left] .yc-popup__arrow{right:-9px}.yc-popup-wrapper[data-popper-placement*=left] .yc-popup__arrow-content{transform:rotate(90deg)}.yc-popup-wrapper[data-popper-placement*=right] .yc-popup__arrow{left:-9px}.yc-popup-wrapper[data-popper-placement*=right] .yc-popup__arrow-content{transform:rotate(-90deg)}@keyframes yc-popup-bottom{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(10px)}}@keyframes yc-popup-bottom-open{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes yc-popup-top{0%{opacity:1;transform:translateY(0)}100%{opacity:0;transform:translateY(-10px)}}@keyframes yc-popup-top-open{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@keyframes yc-popup-left{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(-10px)}}@keyframes yc-popup-left-open{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}@keyframes yc-popup-right{0%{opacity:1;transform:translateX(0)}100%{opacity:0;transform:translateX(10px)}}@keyframes yc-popup-right-open{0%{opacity:0;transform:translateX(10px)}100%{opacity:1;transform:translateX(0)}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-mobile-navigation{position:fixed;z-index:100;top:var(--header-height);left:0;width:100%;border-bottom-right-radius:var(--pc-border-radius);border-bottom-left-radius:var(--pc-border-radius);background-color:var(--yc-color-base-background);box-shadow:0 3px 10px var(--yc-color-sfx-shadow);font-size:var(--yc-text-body-2-font-size);line-height:var(--yc-text-body-2-line-height)}@media(min-width: 769px){.pc-mobile-navigation{display:none}}.pc-mobile-navigation__wrapper{padding:32px 48px}.pc-mobile-navigation__button{margin-top:24px}.pc-mobile-navigation__nav{margin-bottom:24px}.pc-mobile-navigation__rows{position:relative;display:flex;flex-direction:column;padding-bottom:24px;margin:0;padding:0;list-style:none}.pc-mobile-navigation__rows-item:not(:last-child){margin-bottom:24px}.pc-mobile-navigation__dropdown-item:not(:last-child){margin-bottom:16px}.pc-mobile-navigation__popup{z-index:101;display:flex;flex-direction:column;min-width:220px;padding:16px;border:1px solid var(--yc-color-line-generic);border-top-width:0;border-radius:calc(var(--pc-border-radius) / 2);background:var(--yc-color-base-float);box-shadow:0 3px 10px var(--yc-color-sfx-shadow)}@media(min-width: 769px){.pc-mobile-navigation__popup{display:none}}@media(max-width: 576px){.pc-mobile-navigation__wrapper{padding-left:24px;padding-right:24px}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-constructor-row:last-child{margin-bottom:-64px}@media(max-width: 577px){.pc-constructor-row:last-child{margin-bottom:-32px}}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-loadable-block__loader{padding:20px;text-align:center}\",\"\"]),t.a=o},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,\".pc-block-base{--anchor-offset: 48px}.pc-block-base.pc-block-base{margin-top:48px;padding:0 0 48px}.pc-block-base.pc-block-base:first-child{margin-top:var(--pc-first-block-indent, 96px)}@media only screen and (max-width: 577px){.pc-block-base.pc-block-base{margin-top:32px;padding-bottom:32px}.pc-block-base.pc-block-base:first-child{margin-top:var(--pc-first-block-mobile-indent, 64px)}}.pc-block-base_reset-paddings.pc-block-base.pc-block-base_reset-paddings.pc-block-base{padding:0;margin:0}@media(max-width: 577px){.pc-block-base{--anchor-offset: 32px}}\",\"\"]),t.a=o},,,,,function(e,t,r){\n/*!\n * bem-cn v3.0.1\n * Friendly BEM class names generator, greate for React\n * @author Alexander Burtsev, https://github.com/albburtsev\n */\ne.exports=function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){\"undefined\"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:\"Module\"}),Object.defineProperty(e,\"__esModule\",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&\"object\"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,\"default\",{enumerable:!0,value:e}),2&t&&\"string\"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,\"a\",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p=\"\",r(r.s=0)}([function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0});var n=r(1);t.ERROR_BLOCK_NAME_TYPE=\"Block name should be a string\",t.ERROR_BLOCK_NAME_EMPTY=\"Block name should be non-empty\";var o={ns:\"\",el:\"__\",mod:\"_\",modValue:\"_\"},i=function(e){return\"string\"==typeof e},a=function(e){return\"string\"!=typeof e},c=function(e,t){for(var r=[],o=2;o<arguments.length;o++)r[o-2]=arguments[o];var i=n.assign({},t);return i.mixes=i.mixes.concat(r),d(i,e)},l=function(e,t,r){for(var o=[],i=3;i<arguments.length;i++)o[i-3]=arguments[i];var a=n.assign({},t),c=n.assign({},a.states||{});return c[r]=n.assign.apply(void 0,[{},c[r]||{}].concat(o)),a.states=c,d(a,e)},u=function(e,t,r,n){return String.prototype.split.call(s(e,t),r,n)},s=function(e,t){var r=t.name,n=t.mods,o=t.mixes,i=t.states,a=[r];if(n&&(a=a.concat(Object.keys(n).filter((function(e){return n[e]})).map((function(t){var o=n[t];return!0===o?r+e.mod+t:r+e.mod+t+e.modValue+o})))),i&&Object.keys(i).forEach((function(e){var t=i[e];a=a.concat(Object.keys(t).filter((function(e){return t[e]})).map((function(t){return e+t})))})),e.ns&&(a=a.map((function(t){return e.ns+t}))),o&&(a=a.concat(function(e){return void 0===e&&(e=[]),e.map((function(e){return Array.isArray(e)?e.join(\" \"):\"object\"==typeof e&&null!==e||\"function\"==typeof e?e.toString():\"string\"==typeof e?e:\"\"})).filter((function(e){return!!e}))}(o))),e.classMap){var c=e.classMap;a=a.map((function(e){return c[e]||e}))}return a.join(\" \")},d=function(e,t){return{mix:c.bind(null,t,e),split:u.bind(null,t,e),is:l.bind(null,t,e,\"is-\"),has:l.bind(null,t,e,\"has-\"),state:l.bind(null,t,e,\"is-\"),toString:s.bind(null,t,e)}},p=function(e,t){var r={name:e,mods:{},mixes:[],states:{\"is-\":{},\"has-\":{}}},o=function(e,t){for(var r=[],o=2;o<arguments.length;o++)r[o-2]=arguments[o];if(!r.length)return s(e,t);var c=n.assign({},t),l=r.filter(i).reduce((function(t,r){return t+e.el+r}),\"\");l&&(c.name=c.name+l);var u=r.filter(a).reduce((function(e,t){return n.assign(e,t)}),{});return c.mods=n.assign({},c.mods,u),d(c,e)}.bind(null,t,r);return o.mix=c.bind(null,t,r),o.split=u.bind(null,t,r),o.is=l.bind(null,t,r,\"is-\"),o.has=l.bind(null,t,r,\"has-\"),o.state=l.bind(null,t,r,\"is-\"),o.toString=s.bind(null,t,r),o};t.setup=function(e){return void 0===e&&(e={}),function(r){if(\"string\"!=typeof r)throw new Error(t.ERROR_BLOCK_NAME_TYPE);var i=r.trim();if(!i)throw new Error(t.ERROR_BLOCK_NAME_EMPTY);return p(i,n.assign({},o,e))}},t.block=t.setup(),t.default=t.block},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.assign=function(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];for(var n=0;n<t.length;n++){var o=t[n];for(var i in o)o.hasOwnProperty(i)&&(e[i]=o[i])}return e}}])},function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,\"loaded\",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,\"id\",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},function(e,t){e.exports={isFunction:function(e){return\"function\"==typeof e},isArray:function(e){return\"[object Array]\"===Object.prototype.toString.apply(e)},each:function(e,t){for(var r=0,n=e.length;r<n&&!1!==t(e[r],r);r++);}}},function(e,t,r){\"use strict\";r.d(t,\"animated\",(function(){return k}));var n=r(39);r.o(n,\"config\")&&r.d(t,\"config\",(function(){return n.config})),r.o(n,\"useSpring\")&&r.d(t,\"useSpring\",(function(){return n.useSpring}));var o=r(19),i=r(1),a=r(12);function c(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}const l=[\"style\",\"children\",\"scrollTop\",\"scrollLeft\",\"viewBox\"],u=/^--/;function s(e,t){return null==t||\"boolean\"==typeof t||\"\"===t?\"\":\"number\"!=typeof t||0===t||u.test(e)||p.hasOwnProperty(e)&&p[e]?(\"\"+t).trim():t+\"px\"}const d={};let p={animationIterationCount:!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,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};const f=[\"Webkit\",\"Ms\",\"Moz\",\"O\"];p=Object.keys(p).reduce((e,t)=>(f.forEach(r=>e[((e,t)=>e+t.charAt(0).toUpperCase()+t.substring(1))(r,t)]=e[t]),e),p);const m=[\"x\",\"y\",\"z\"],y=/^(matrix|translate|scale|rotate|skew)/,b=/^(translate)/,h=/^(rotate|skew)/,v=(e,t)=>i.t.num(e)&&0!==e?e+t:e,g=(e,t)=>i.t.arr(e)?e.every(e=>g(e,t)):i.t.num(e)?e===t:parseFloat(e)===t;class _ extends a.a{constructor(e){let{x:t,y:r,z:n}=e,o=c(e,m);const a=[],l=[];(t||r||n)&&(a.push([t||0,r||0,n||0]),l.push(e=>[`translate3d(${e.map(e=>v(e,\"px\")).join(\",\")})`,g(e,0)])),Object(i.l)(o,(e,t)=>{if(\"transform\"===t)a.push([e||\"\"]),l.push(e=>[e,\"\"===e]);else if(y.test(t)){if(delete o[t],i.t.und(e))return;const r=b.test(t)?\"px\":h.test(t)?\"deg\":\"\";a.push(Object(i.B)(e)),l.push(\"rotate3d\"===t?([e,t,n,o])=>[`rotate3d(${e},${t},${n},${v(o,r)})`,g(o,0)]:e=>[`${t}(${e.map(e=>v(e,r)).join(\",\")})`,g(e,t.startsWith(\"scale\")?1:0)])}}),a.length&&(o.transform=new w(a,l)),super(o)}}class w extends i.a{constructor(e,t){super(),this._value=null,this.inputs=e,this.transforms=t}get(){return this._value||(this._value=this._get())}_get(){let e=\"\",t=!0;return Object(i.k)(this.inputs,(r,n)=>{const o=Object(i.r)(r[0]),[a,c]=this.transforms[n](i.t.arr(o)?o:r.map(i.r));e+=\" \"+a,t=t&&c}),t?\"none\":e}observerAdded(e){1==e&&Object(i.k)(this.inputs,e=>Object(i.k)(e,e=>Object(i.s)(e)&&Object(i.c)(e,this)))}observerRemoved(e){0==e&&Object(i.k)(this.inputs,e=>Object(i.k)(e,e=>Object(i.s)(e)&&Object(i.A)(e,this)))}eventObserved(e){\"change\"==e.type&&(this._value=null),Object(i.d)(this,e)}}const x=[\"scrollTop\",\"scrollLeft\"];n.Globals.assign({batchedUpdates:o.unstable_batchedUpdates,createStringInterpolator:i.g,colors:i.e});const k=Object(a.d)([\"a\",\"abbr\",\"address\",\"area\",\"article\",\"aside\",\"audio\",\"b\",\"base\",\"bdi\",\"bdo\",\"big\",\"blockquote\",\"body\",\"br\",\"button\",\"canvas\",\"caption\",\"cite\",\"code\",\"col\",\"colgroup\",\"data\",\"datalist\",\"dd\",\"del\",\"details\",\"dfn\",\"dialog\",\"div\",\"dl\",\"dt\",\"em\",\"embed\",\"fieldset\",\"figcaption\",\"figure\",\"footer\",\"form\",\"h1\",\"h2\",\"h3\",\"h4\",\"h5\",\"h6\",\"head\",\"header\",\"hgroup\",\"hr\",\"html\",\"i\",\"iframe\",\"img\",\"input\",\"ins\",\"kbd\",\"keygen\",\"label\",\"legend\",\"li\",\"link\",\"main\",\"map\",\"mark\",\"menu\",\"menuitem\",\"meta\",\"meter\",\"nav\",\"noscript\",\"object\",\"ol\",\"optgroup\",\"option\",\"output\",\"p\",\"param\",\"picture\",\"pre\",\"progress\",\"q\",\"rp\",\"rt\",\"ruby\",\"s\",\"samp\",\"script\",\"section\",\"select\",\"small\",\"source\",\"span\",\"strong\",\"style\",\"sub\",\"summary\",\"sup\",\"table\",\"tbody\",\"td\",\"textarea\",\"tfoot\",\"th\",\"thead\",\"time\",\"title\",\"tr\",\"track\",\"u\",\"ul\",\"var\",\"video\",\"wbr\",\"circle\",\"clipPath\",\"defs\",\"ellipse\",\"foreignObject\",\"g\",\"image\",\"line\",\"linearGradient\",\"mask\",\"path\",\"pattern\",\"polygon\",\"polyline\",\"radialGradient\",\"rect\",\"stop\",\"svg\",\"text\",\"tspan\"],{applyAnimatedValues:function(e,t){if(!e.nodeType||!e.setAttribute)return!1;const r=\"filter\"===e.nodeName||e.parentNode&&\"filter\"===e.parentNode.nodeName,n=t,{style:o,children:i,scrollTop:a,scrollLeft:p,viewBox:f}=n,m=c(n,l),y=Object.values(m),b=Object.keys(m).map(t=>r||e.hasAttribute(t)?t:d[t]||(d[t]=t.replace(/([A-Z])/g,e=>\"-\"+e.toLowerCase())));void 0!==i&&(e.textContent=i);for(let t in o)if(o.hasOwnProperty(t)){const r=s(t,o[t]);u.test(t)?e.style.setProperty(t,r):e.style[t]=r}b.forEach((t,r)=>{e.setAttribute(t,y[r])}),void 0!==a&&(e.scrollTop=a),void 0!==p&&(e.scrollLeft=p),void 0!==f&&e.setAttribute(\"viewBox\",f)},createAnimatedStyle:e=>new _(e),getComponentProps:e=>c(e,x)}).animated},function(e,t){},function(e,t){},function(e,t,r){\"use strict\";var n=function(e){return function(e){return!!e&&\"object\"==typeof e}(e)&&!function(e){var t=Object.prototype.toString.call(e);return\"[object RegExp]\"===t||\"[object Date]\"===t||function(e){return e.$$typeof===o}(e)}(e)};var o=\"function\"==typeof Symbol&&Symbol.for?Symbol.for(\"react.element\"):60103;function i(e,t){return!1!==t.clone&&t.isMergeableObject(e)?s((r=e,Array.isArray(r)?[]:{}),e,t):e;var r}function a(e,t,r){return e.concat(t).map((function(e){return i(e,r)}))}function c(e){return Object.keys(e).concat(function(e){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(e).filter((function(t){return e.propertyIsEnumerable(t)})):[]}(e))}function l(e,t){try{return t in e}catch(e){return!1}}function u(e,t,r){var n={};return r.isMergeableObject(e)&&c(e).forEach((function(t){n[t]=i(e[t],r)})),c(t).forEach((function(o){(function(e,t){return l(e,t)&&!(Object.hasOwnProperty.call(e,t)&&Object.propertyIsEnumerable.call(e,t))})(e,o)||(l(e,o)&&r.isMergeableObject(t[o])?n[o]=function(e,t){if(!t.customMerge)return s;var r=t.customMerge(e);return\"function\"==typeof r?r:s}(o,r)(e[o],t[o],r):n[o]=i(t[o],r))})),n}function s(e,t,r){(r=r||{}).arrayMerge=r.arrayMerge||a,r.isMergeableObject=r.isMergeableObject||n,r.cloneUnlessOtherwiseSpecified=i;var o=Array.isArray(t);return o===Array.isArray(e)?o?r.arrayMerge(e,t,r):u(e,t,r):i(t,r)}s.all=function(e,t){if(!Array.isArray(e))throw new Error(\"first argument should be an array\");return e.reduce((function(e,r){return s(e,r,t)}),{})};var d=s;e.exports=d},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.defaultProps=t.propTypes=void 0;var n,o=(n=r(38))&&n.__esModule?n:{default:n};var i=o.default.string,a=o.default.bool,c=o.default.number,l=o.default.array,u=o.default.oneOfType,s=o.default.shape,d=o.default.object,p=o.default.func,f=o.default.node,m={url:u([i,l,d]),playing:a,loop:a,controls:a,volume:c,muted:a,playbackRate:c,width:u([i,c]),height:u([i,c]),style:d,progressInterval:c,playsinline:a,pip:a,stopOnUnmount:a,light:u([a,i]),playIcon:f,previewTabIndex:c,fallback:f,wrapper:u([i,p,s({render:p.isRequired})]),config:s({soundcloud:s({options:d}),youtube:s({playerVars:d,embedOptions:d,onUnstarted:p}),facebook:s({appId:i,version:i,playerId:i,attributes:d}),dailymotion:s({params:d}),vimeo:s({playerOptions:d}),file:s({attributes:d,tracks:l,forceVideo:a,forceAudio:a,forceHLS:a,forceDASH:a,forceFLV:a,hlsOptions:d,hlsVersion:i,dashVersion:i,flvVersion:i}),wistia:s({options:d,playerId:i,customControls:l}),mixcloud:s({options:d}),twitch:s({options:d,playerId:i}),vidyard:s({options:d})}),onReady:p,onStart:p,onPlay:p,onPause:p,onBuffer:p,onBufferEnd:p,onEnded:p,onError:p,onDuration:p,onSeek:p,onProgress:p,onClickPreview:p,onEnablePIP:p,onDisablePIP:p};t.propTypes=m;var y=function(){},b={playing:!1,loop:!1,controls:!1,volume:null,muted:!1,playbackRate:1,width:\"640px\",height:\"360px\",style:{},progressInterval:1e3,playsinline:!1,pip:!1,stopOnUnmount:!0,light:!1,fallback:null,wrapper:\"div\",previewTabIndex:0,config:{soundcloud:{options:{visual:!0,buying:!1,liking:!1,download:!1,sharing:!1,show_comments:!1,show_playcount:!1}},youtube:{playerVars:{playsinline:1,showinfo:0,rel:0,iv_load_policy:3,modestbranding:1},embedOptions:{},onUnstarted:y},facebook:{appId:\"1309697205772819\",version:\"v3.3\",playerId:null,attributes:{}},dailymotion:{params:{api:1,\"endscreen-enable\":!1}},vimeo:{playerOptions:{autopause:!1,byline:!1,portrait:!1,title:!1}},file:{attributes:{},tracks:[],forceVideo:!1,forceAudio:!1,forceHLS:!1,forceDASH:!1,forceFLV:!1,hlsOptions:{},hlsVersion:\"0.14.16\",dashVersion:\"3.1.3\",flvVersion:\"1.5.0\"},wistia:{options:{},playerId:null,customControls:null},mixcloud:{options:{hide_cover:1}},twitch:{options:{},playerId:null},vidyard:{options:{}}},onReady:y,onStart:y,onPlay:y,onPause:y,onBuffer:y,onBufferEnd:y,onEnded:y,onError:y,onDuration:y,onSeek:y,onProgress:y,onClickPreview:y,onEnablePIP:y,onDisablePIP:y};t.defaultProps=b},function(e,t,r){\"use strict\";var n=r(2),o=r.n(n)()((function(e){return e[1]}));o.push([e.i,'@charset \"UTF-8\";\\n.yc-root {\\n --yc-font-family-sans: \"Helvetica Neue\", \"Arial\", \"Helvetica\", sans-serif;\\n --yc-font-family-monospace: \"Menlo\", \"Monaco\", \"Consolas\", \"Ubuntu Mono\", \"Liberation Mono\",\\n \"DejaVu Sans Mono\", \"Courier New\", \"Courier\", monospace;\\n --yc-text-body-font-family: var(--yc-font-family-sans);\\n --yc-text-code-font-family: var(--yc-font-family-monospace);\\n --yc-text-header-font-weight: 900;\\n --yc-text-subheader-font-weight: 900;\\n --yc-text-display-font-weight: 900;\\n --yc-text-code-font-weight: 400;\\n --yc-text-body-font-weight: 400;\\n --yc-text-caption-font-weight: 400;\\n --yc-text-accent-font-weight: 900;\\n --yc-text-body-1-font-size: 13px;\\n --yc-text-body-1-line-height: 18px;\\n --yc-text-body-2-font-size: 15px;\\n --yc-text-body-2-line-height: 20px;\\n --yc-text-body-3-font-size: 17px;\\n --yc-text-body-3-line-height: 24px;\\n --yc-text-body-short-font-size: 13px;\\n --yc-text-body-short-line-height: 16px;\\n --yc-text-caption-1-font-size: 9px;\\n --yc-text-caption-1-line-height: 12px;\\n --yc-text-caption-2-font-size: 11px;\\n --yc-text-caption-2-line-height: 16px;\\n --yc-text-header-1-font-size: 20px;\\n --yc-text-header-1-line-height: 24px;\\n --yc-text-header-2-font-size: 24px;\\n --yc-text-header-2-line-height: 28px;\\n --yc-text-subheader-1-font-size: 13px;\\n --yc-text-subheader-1-line-height: 18px;\\n --yc-text-subheader-2-font-size: 15px;\\n --yc-text-subheader-2-line-height: 20px;\\n --yc-text-subheader-3-font-size: 17px;\\n --yc-text-subheader-3-line-height: 24px;\\n --yc-text-display-1-font-size: 28px;\\n --yc-text-display-1-line-height: 36px;\\n --yc-text-display-2-font-size: 32px;\\n --yc-text-display-2-line-height: 40px;\\n --yc-text-display-3-font-size: 40px;\\n --yc-text-display-3-line-height: 48px;\\n --yc-text-display-4-font-size: 48px;\\n --yc-text-display-4-line-height: 52px;\\n --yc-text-code-1-font-size: 12px;\\n --yc-text-code-1-line-height: 18px;\\n --yc-text-code-2-font-size: 14px;\\n --yc-text-code-2-line-height: 20px;\\n --yc-text-code-3-font-size: 16px;\\n --yc-text-code-3-line-height: 24px;\\n --yc-text-code-inline-1-font-size: 12px;\\n --yc-text-code-inline-1-line-height: 14px;\\n --yc-text-code-inline-2-font-size: 14px;\\n --yc-text-code-inline-2-line-height: 16px;\\n --yc-text-code-inline-3-font-size: 16px;\\n --yc-text-code-inline-3-line-height: 20px;\\n font-family: var(--yc-text-body-font-family);\\n font-size: var(--yc-text-body-1-font-size);\\n line-height: var(--yc-text-body-1-line-height);\\n font-weight: var(--yc-text-body-font-weight);\\n --yc-my-scrollbar-width: 12px;\\n --yc-my-border-radius-xs: 5px;\\n --yc-my-border-radius-s: 5px;\\n --yc-my-border-radius-m: 6px;\\n --yc-my-border-radius-l: 8px;\\n --yc-my-border-radius-xl: 10px;\\n --yc-color-telegram: #51a4db;\\n --yc-color-facebook: #4968ad;\\n --yc-color-twitter: #4aa0eb;\\n --yc-color-vk: #436eab;\\n --yc-color-youtube: #eb3323;\\n --yc-color-github: #25292e;\\n --yc-color-rss: #f29c39;\\n --yc-color-linkedin: #0a66c2;\\n --yc-scrollbar-width: var(--yc-my-scrollbar-width);\\n --yc-border-radius-xs: var(--yc-my-border-radius-xs);\\n --yc-border-radius-s: var(--yc-my-border-radius-s);\\n --yc-border-radius-m: var(--yc-my-border-radius-m);\\n --yc-border-radius-l: var(--yc-my-border-radius-l);\\n --yc-border-radius-xl: var(--yc-my-border-radius-xl);\\n}\\n.yc-root_theme_light {\\n --yc-color-private-white-150: rgba(255, 255, 255, 0.15);\\n --yc-color-private-white-300: rgba(255, 255, 255, 0.3);\\n --yc-color-private-white-500: rgba(255, 255, 255, 0.5);\\n --yc-color-private-white-700: rgba(255, 255, 255, 0.7);\\n --yc-color-private-white-850: rgba(255, 255, 255, 0.85);\\n --yc-color-private-white-950: rgba(255, 255, 255, 0.95);\\n --yc-color-private-white-1000: rgba(255, 255, 255, 1);\\n --yc-color-private-black-50: rgba(0, 0, 0, 0.05);\\n --yc-color-private-black-70: rgba(0, 0, 0, 0.07);\\n --yc-color-private-black-100: rgba(0, 0, 0, 0.1);\\n --yc-color-private-black-150: rgba(0, 0, 0, 0.15);\\n --yc-color-private-black-250: rgba(0, 0, 0, 0.25);\\n --yc-color-private-black-300: rgba(0, 0, 0, 0.3);\\n --yc-color-private-black-500: rgba(0, 0, 0, 0.5);\\n --yc-color-private-black-550: rgba(0, 0, 0, 0.55);\\n --yc-color-private-black-700: rgba(0, 0, 0, 0.7);\\n --yc-color-private-black-850: rgba(0, 0, 0, 0.85);\\n --yc-color-private-black-20-solid: rgba(250, 250, 250, 1);\\n --yc-color-private-black-50-solid: rgba(243, 243, 243, 1);\\n --yc-color-private-black-100-solid: rgba(229, 229, 229, 1);\\n --yc-color-private-black-150-solid: rgba(218, 218, 218, 1);\\n --yc-color-private-black-700-solid: rgb(76, 76, 76, 1);\\n --yc-color-private-blue-50: rgba(82, 130, 255, 0.1);\\n --yc-color-private-blue-100: rgba(82, 130, 255, 0.16);\\n --yc-color-private-blue-300: rgba(82, 130, 255, 0.5);\\n --yc-color-private-blue-450: rgba(82, 130, 255, 0.75);\\n --yc-color-private-blue-500: rgba(82, 130, 255, 0.9);\\n --yc-color-private-blue-550: rgba(82, 130, 255, 1);\\n --yc-color-private-blue-600: rgba(74, 113, 214, 1);\\n --yc-color-private-blue-800: rgba(63, 87, 153, 1);\\n --yc-color-private-blue-50-solid: rgba(238, 243, 255, 1);\\n --yc-color-private-blue-100-solid: rgba(227, 235, 255, 1);\\n --yc-color-private-blue-450-solid: rgba(125, 161, 255, 1);\\n --yc-color-private-green-50: rgba(59, 201, 53, 0.1);\\n --yc-color-private-green-100: rgba(59, 201, 53, 0.14);\\n --yc-color-private-green-150: rgba(59, 201, 53, 0.25);\\n --yc-color-private-green-200: rgba(59, 201, 53, 0.35);\\n --yc-color-private-green-300: rgba(59, 201, 53, 0.5);\\n --yc-color-private-green-450: rgba(63, 201, 46, 0.75);\\n --yc-color-private-green-550: rgba(59, 201, 53, 1);\\n --yc-color-private-green-600: rgba(7, 163, 0, 1);\\n --yc-color-private-green-450-solid: rgba(111, 214, 98, 1);\\n --yc-color-private-yellow-100: rgba(255, 219, 77, 0.3);\\n --yc-color-private-yellow-200: rgba(255, 219, 77, 0.4);\\n --yc-color-private-yellow-550: rgba(255, 219, 77, 1);\\n --yc-color-private-yellow-600: rgba(245, 202, 69, 1);\\n --yc-color-private-yellow-650: rgba(245, 171, 25, 1);\\n --yc-color-private-yellow-700: rgba(224, 181, 9, 1);\\n --yc-color-private-yellow-800: rgba(209, 119, 0, 1);\\n --yc-color-private-red-50: rgba(235, 50, 38, 0.08);\\n --yc-color-private-red-100: rgba(235, 50, 38, 0.17);\\n --yc-color-private-red-300: rgba(255, 4, 0, 0.5);\\n --yc-color-private-red-450: rgba(255, 4, 0, 0.7);\\n --yc-color-private-red-500: rgba(255, 4, 0, 0.8);\\n --yc-color-private-red-550: rgba(255, 4, 0, 1);\\n --yc-color-private-red-450-solid: rgba(255, 80, 77, 1);\\n --yc-color-private-purple-550: rgba(154, 50, 166, 1);\\n --yc-color-private-purple-800: rgba(94, 62, 101, 1);\\n --yc-color-private-cool-grey-50: rgba(107, 132, 153, 0.12);\\n --yc-color-private-cool-grey-100: rgba(107, 132, 153, 0.2);\\n --yc-color-private-cool-grey-300: rgba(107, 132, 153, 0.55);\\n --yc-color-private-cool-grey-450: rgba(107, 132, 153, 0.75);\\n --yc-color-private-cool-grey-550: rgba(107, 132, 153, 1);\\n --yc-color-private-cool-grey-800: rgba(59, 96, 128, 1);\\n --yc-color-private-cool-grey-50-solid: rgba(237, 240, 243, 1);\\n --yc-color-private-cool-grey-450-solid: rgba(144, 163, 178, 1);\\n --yc-color-private-orange-50: rgba(255, 119, 0, 0.15);\\n --yc-color-private-orange-100: rgba(255, 119, 0, 0.2);\\n --yc-color-private-orange-300: rgba(255, 119, 0, 0.5);\\n --yc-color-private-orange-450: rgba(255, 180, 34, 1);\\n --yc-color-private-orange-550: rgba(255, 119, 0, 1);\\n --yc-my-color-brand-normal: var(--yc-color-private-blue-550);\\n --yc-my-color-brand-normal-hover: var(--yc-color-private-blue-600);\\n --yc-my-color-brand-light: var(--yc-color-private-blue-300);\\n --yc-my-color-brand-selection: var(--yc-color-private-blue-50);\\n --yc-my-color-brand-selection-hover: var(--yc-color-private-blue-100);\\n --yc-my-color-brand-link: var(--yc-my-color-brand-normal);\\n --yc-my-color-brand-link-hover: var(--yc-color-private-blue-800);\\n --yc-my-color-brand-text: var(--yc-my-color-brand-normal);\\n --yc-my-color-brand-text-contrast: var(--yc-color-text-light-primary);\\n --yc-my-color-brand-link-visited: var(--yc-color-private-purple-550);\\n --yc-my-color-brand-link-visited-hover: var(--yc-color-private-purple-800);\\n --yc-color-text-primary: var(--yc-color-private-black-850);\\n --yc-color-text-complementary: var(--yc-color-private-black-700);\\n --yc-color-text-secondary: var(--yc-color-private-black-500);\\n --yc-color-text-hint: var(--yc-color-private-black-300);\\n --yc-color-text-info: var(--yc-color-private-blue-550);\\n --yc-color-text-positive: var(--yc-color-private-green-600);\\n --yc-color-text-warning: var(--yc-color-private-yellow-700);\\n --yc-color-text-danger: var(--yc-color-private-red-500);\\n --yc-color-text-utility: var(--yc-color-private-purple-550);\\n --yc-color-text-misc: var(--yc-color-private-cool-grey-800);\\n --yc-color-text-info-heavy: var(--yc-color-private-blue-550);\\n --yc-color-text-positive-heavy: var(--yc-color-private-green-600);\\n --yc-color-text-warning-heavy: var(--yc-color-private-yellow-800);\\n --yc-color-text-danger-heavy: var(--yc-color-private-red-500);\\n --yc-color-text-utility-heavy: var(--yc-color-private-purple-550);\\n --yc-color-text-misc-heavy: var(--yc-color-private-cool-grey-800);\\n --yc-color-text-special: var(--yc-my-color-brand-normal);\\n --yc-color-text-link: var(--yc-my-color-brand-link);\\n --yc-color-text-link-hover: var(--yc-my-color-brand-link-hover);\\n --yc-color-text-link-visited: var(--yc-my-color-brand-link-visited);\\n --yc-color-text-link-visited-hover: var(--yc-my-color-brand-link-visited-hover);\\n --yc-color-text-yandex-red: var(--yc-color-private-red-550);\\n --yc-color-text-dark-primary: var(--yc-color-private-black-850);\\n --yc-color-text-dark-complementary: var(--yc-color-private-black-700);\\n --yc-color-text-dark-secondary: var(--yc-color-private-black-500);\\n --yc-color-text-light-primary: var(--yc-color-private-white-1000);\\n --yc-color-text-light-complementary: var(--yc-color-private-white-850);\\n --yc-color-text-light-secondary: var(--yc-color-private-white-700);\\n --yc-color-text-light-hint: var(--yc-color-private-white-500);\\n --yc-color-text-inverted-primary: var(--yc-color-private-white-1000);\\n --yc-color-text-inverted-complementary: var(--yc-color-private-white-850);\\n --yc-color-text-inverted-secondary: var(--yc-color-private-white-700);\\n --yc-color-text-inverted-hint: var(--yc-color-private-white-500);\\n --yc-color-base-background: var(--yc-color-private-white-1000);\\n --yc-color-base-generic: var(--yc-color-private-black-50);\\n --yc-color-base-generic-hover: var(--yc-color-private-black-150);\\n --yc-color-base-generic-medium: var(--yc-color-private-black-150);\\n --yc-color-base-generic-medium-hover: var(--yc-color-private-black-250);\\n --yc-color-base-generic-accent: var(--yc-color-private-black-150);\\n --yc-color-base-generic-accent-disabled: var(--yc-color-private-black-70);\\n --yc-color-base-generic-ultralight: var(--yc-color-private-black-20-solid);\\n --yc-color-base-simple-hover: var(--yc-color-private-black-50);\\n --yc-color-base-simple-hover-solid: var(--yc-color-private-black-50-solid);\\n --yc-color-base-selection: var(--yc-my-color-brand-selection);\\n --yc-color-base-selection-hover: var(--yc-my-color-brand-selection-hover);\\n --yc-color-base-special: var(--yc-my-color-brand-normal);\\n --yc-color-base-special-hover: var(--yc-my-color-brand-normal-hover);\\n --yc-color-base-action: var(--yc-color-base-special);\\n --yc-color-base-action-hover: var(--yc-color-base-special-hover);\\n --yc-color-base-info: var(--yc-color-private-blue-50);\\n --yc-color-base-info-hover: var(--yc-color-private-blue-100);\\n --yc-color-base-positive: var(--yc-color-private-green-50);\\n --yc-color-base-positive-hover: var(--yc-color-private-green-100);\\n --yc-color-base-warning: var(--yc-color-private-yellow-100);\\n --yc-color-base-warning-hover: var(--yc-color-private-yellow-200);\\n --yc-color-base-danger: var(--yc-color-private-red-50);\\n --yc-color-base-danger-hover: var(--yc-color-private-red-100);\\n --yc-color-base-misc: var(--yc-color-private-cool-grey-50);\\n --yc-color-base-misc-hover: var(--yc-color-private-cool-grey-100);\\n --yc-color-base-neutral: var(--yc-color-private-black-50);\\n --yc-color-base-neutral-hover: var(--yc-color-private-black-150);\\n --yc-color-base-positive-medium: var(--yc-color-private-green-150);\\n --yc-color-base-positive-medium-hover: var(--yc-color-private-green-200);\\n --yc-color-base-info-heavy: var(--yc-color-private-blue-450);\\n --yc-color-base-positive-heavy: var(--yc-color-private-green-450);\\n --yc-color-base-warning-heavy: var(--yc-color-private-yellow-550);\\n --yc-color-base-warning-heavy-hover: var(--yc-color-private-yellow-600);\\n --yc-color-base-danger-heavy: var(--yc-color-private-red-450);\\n --yc-color-base-danger-heavy-hover: var(--yc-color-private-red-500);\\n --yc-color-base-misc-heavy: var(--yc-color-private-cool-grey-450-solid);\\n --yc-color-base-misc-heavy-hover: var(--yc-color-private-cool-grey-550);\\n --yc-color-base-light: var(--yc-color-private-white-1000);\\n --yc-color-base-light-hover: var(--yc-color-private-white-850);\\n --yc-color-base-light-simple-hover: var(--yc-color-private-white-150);\\n --yc-color-base-light-disabled: var(--yc-color-private-white-150);\\n --yc-color-base-light-accent-disabled: var(--yc-color-private-white-300);\\n --yc-color-base-float: var(--yc-color-private-white-1000);\\n --yc-color-base-float-hover: var(--yc-color-private-black-50-solid);\\n --yc-color-base-float-heavy: var(--yc-color-private-black-700-solid);\\n --yc-color-base-float-accent: var(--yc-color-private-white-1000);\\n --yc-color-base-float-accent-hover: var(--yc-color-private-white-850);\\n --yc-color-base-float-announcement: var(--yc-color-private-cool-grey-50-solid);\\n --yc-color-base-modal: var(--yc-color-private-white-1000);\\n --yc-color-line-generic: var(--yc-color-private-black-100);\\n --yc-color-line-generic-hover: var(--yc-color-private-black-150);\\n --yc-color-line-generic-active: var(--yc-color-private-black-300);\\n --yc-color-line-generic-accent: var(--yc-color-private-black-150);\\n --yc-color-line-generic-accent-hover: var(--yc-color-private-black-300);\\n --yc-color-line-solid: var(--yc-color-private-black-100-solid);\\n --yc-color-line-selection-hover: var(--yc-my-color-brand-light);\\n --yc-color-line-selection-active: var(--yc-my-color-brand-normal);\\n --yc-color-line-link: var(--yc-my-color-brand-normal);\\n --yc-color-line-info: var(--yc-color-private-blue-450);\\n --yc-color-line-positive: var(--yc-color-private-green-450);\\n --yc-color-line-warning: var(--yc-color-private-yellow-600);\\n --yc-color-line-danger: var(--yc-color-private-red-450);\\n --yc-color-line-misc: var(--yc-color-private-cool-grey-450);\\n --yc-color-line-hint: var(--yc-color-private-blue-550);\\n --yc-color-line-light: var(--yc-color-private-white-500);\\n --yc-color-infographics-info-light: var(--yc-color-private-blue-50);\\n --yc-color-infographics-positive-light: var(--yc-color-private-green-50);\\n --yc-color-infographics-warning-light: var(--yc-color-private-orange-50);\\n --yc-color-infographics-danger-light: var(--yc-color-private-red-50);\\n --yc-color-infographics-misc-light: var(--yc-color-private-cool-grey-50);\\n --yc-color-infographics-neutral-light: var(--yc-color-private-black-50);\\n --yc-color-infographics-info-medium: var(--yc-color-private-blue-300);\\n --yc-color-infographics-positive-medium: var(--yc-color-private-green-300);\\n --yc-color-infographics-warning-medium: var(--yc-color-private-orange-300);\\n --yc-color-infographics-danger-medium: var(--yc-color-private-red-300);\\n --yc-color-infographics-misc-medium: var(--yc-color-private-cool-grey-300);\\n --yc-color-infographics-neutral-medium: var(--yc-color-private-black-150);\\n --yc-color-infographics-info-heavy: var(--yc-color-private-blue-550);\\n --yc-color-infographics-positive-heavy: var(--yc-color-private-green-550);\\n --yc-color-infographics-warning-heavy: var(--yc-color-private-yellow-550);\\n --yc-color-infographics-danger-heavy: var(--yc-color-private-red-550);\\n --yc-color-infographics-misc-heavy: var(--yc-color-private-cool-grey-550);\\n --yc-color-infographics-neutral-heavy: var(--yc-color-private-black-300);\\n --yc-color-infographics-axis: var(--yc-color-private-black-150-solid);\\n --yc-color-infographics-tooltip-bg: var(--yc-color-private-white-950);\\n --yc-color-sfx-veil: var(--yc-color-private-black-250);\\n --yc-color-sfx-shadow: var(--yc-color-private-black-150);\\n --yc-color-sfx-shadow-heavy: var(--yc-color-private-black-500);\\n --yc-color-sfx-fade: var(--yc-color-private-white-300);\\n --yc-color-promo-base-silver: #eff2f8;\\n --yc-color-promo-base-gold: #ffdb4d;\\n --yc-color-promo-base-asphalt: #313538;\\n --yc-color-promo-base-tomato: #ff5958;\\n --yc-color-promo-base-copper: #ffab3b;\\n --yc-color-promo-base-mint: #5ecf71;\\n --yc-color-promo-base-sky: #49a0f6;\\n --yc-color-promo-base-neon: #9f6fee;\\n --yc-color-promo-highlight-silver: #edf2f7;\\n --yc-color-promo-highlight-gold: #fff1b8;\\n --yc-color-promo-highlight-asphalt: #eaebeb;\\n --yc-color-promo-highlight-tomato: #ffdede;\\n --yc-color-promo-highlight-copper: #ffe6c4;\\n --yc-color-promo-highlight-mint: #ccf0d2;\\n --yc-color-promo-highlight-sky: #d6e9fd;\\n --yc-color-promo-highlight-neon: #ece2fc;\\n --yc-color-promo-accent-silver: #969a9e;\\n --yc-color-promo-accent-gold: #ffdb4d;\\n --yc-color-promo-accent-asphalt: #313538;\\n --yc-color-promo-accent-tomato: #ff5958;\\n --yc-color-promo-accent-copper: #ffab3b;\\n --yc-color-promo-accent-mint: #5ecf71;\\n --yc-color-promo-accent-sky: #49a0f6;\\n --yc-color-promo-accent-neon: #9f6fee;\\n --yc-color-promo-accent-hover-silver: #727578;\\n --yc-color-promo-accent-hover-gold: #edbe28;\\n --yc-color-promo-accent-hover-asphalt: #000000;\\n --yc-color-promo-accent-hover-tomato: #ee4f4e;\\n --yc-color-promo-accent-hover-copper: #f28d04;\\n --yc-color-promo-accent-hover-mint: #3bbc51;\\n --yc-color-promo-accent-hover-sky: #2180de;\\n --yc-color-promo-accent-hover-neon: #7b47cf;\\n --yc-color-promo-text-silver: #969a9e;\\n --yc-color-promo-text-gold: #ebb409;\\n --yc-color-promo-text-asphalt: #313538;\\n --yc-color-promo-text-tomato: #ff5958;\\n --yc-color-promo-text-copper: #ffab3b;\\n --yc-color-promo-text-mint: #5ecf71;\\n --yc-color-promo-text-sky: #49a0f6;\\n --yc-color-promo-text-neon: #9f6fee;\\n --yc-color-scroll-track: var(--yc-color-base-background);\\n --yc-color-scroll-handle: var(--yc-color-private-black-100);\\n --yc-color-scroll-handle-hover: var(--yc-color-private-black-150);\\n --yc-color-scroll-corner: var(--yc-color-private-black-100);\\n background: var(--yc-color-base-background);\\n color: var(--yc-color-text-primary);\\n}\\n.yc-root_theme_dark {\\n --yc-color-private-white-50: rgba(255, 255, 255, 0.05);\\n --yc-color-private-white-70: rgba(255, 255, 255, 0.07);\\n --yc-color-private-white-100: rgba(255, 255, 255, 0.1);\\n --yc-color-private-white-150: rgba(255, 255, 255, 0.15);\\n --yc-color-private-white-250: rgba(255, 255, 255, 0.25);\\n --yc-color-private-white-300: rgba(255, 255, 255, 0.3);\\n --yc-color-private-white-500: rgba(255, 255, 255, 0.5);\\n --yc-color-private-white-700: rgba(255, 255, 255, 0.7);\\n --yc-color-private-white-850: rgba(255, 255, 255, 0.85);\\n --yc-color-private-white-opaque-150: rgba(76, 75, 81, 0.95);\\n --yc-color-private-black-200: rgba(0, 0, 0, 0.2);\\n --yc-color-private-black-300: rgba(0, 0, 0, 0.3);\\n --yc-color-private-black-400: rgba(0, 0, 0, 0.4);\\n --yc-color-private-black-500: rgba(0, 0, 0, 0.5);\\n --yc-color-private-black-600: rgba(0, 0, 0, 0.6);\\n --yc-color-private-black-700: rgba(0, 0, 0, 0.7);\\n --yc-color-private-black-900: rgba(0, 0, 0, 0.9);\\n --yc-color-private-black-rock-850: rgba(45, 44, 51, 1);\\n --yc-color-private-white-20-solid: rgba(49, 48, 55, 1);\\n --yc-color-private-white-100-solid: rgba(66, 65, 71, 1);\\n --yc-color-private-white-150-solid: rgba(76, 76, 82, 1);\\n --yc-color-private-white-200-solid: rgba(87, 86, 92, 1);\\n --yc-color-private-blue-100: rgba(133, 168, 255, 0.15);\\n --yc-color-private-blue-150: rgba(133, 168, 255, 0.25);\\n --yc-color-private-blue-300: rgba(133, 168, 255, 0.5);\\n --yc-color-private-blue-450: rgba(87, 126, 214, 0.8);\\n --yc-color-private-blue-550: rgba(87, 126, 214, 1);\\n --yc-color-private-blue-700: rgba(98, 146, 255, 1);\\n --yc-color-private-blue-850: rgba(133, 168, 255, 1);\\n --yc-color-private-blue-150-solid: rgba(67, 75, 102, 1);\\n --yc-color-private-blue-300-solid: rgba(89, 106, 153, 1);\\n --yc-color-private-blue-450-solid: rgba(79, 110, 181, 1);\\n --yc-color-private-green-100: rgba(59, 201, 53, 0.12);\\n --yc-color-private-green-150: rgba(59, 201, 53, 0.16);\\n --yc-color-private-green-300: rgba(186, 255, 184, 0.6);\\n --yc-color-private-green-350: rgba(186, 255, 184, 0.68);\\n --yc-color-private-green-450: rgba(59, 201, 53, 0.58);\\n --yc-color-private-green-550: rgba(59, 201, 53, 0.75);\\n --yc-color-private-green-450-solid: rgba(53, 135, 52, 1);\\n --yc-color-private-yellow-100: rgba(255, 219, 77, 0.25);\\n --yc-color-private-yellow-150: rgba(255, 219, 77, 0.4);\\n --yc-color-private-yellow-450: rgba(255, 219, 77, 0.64);\\n --yc-color-private-yellow-550: rgba(255, 219, 77, 0.8);\\n --yc-color-private-yellow-700: rgba(224, 189, 52, 1);\\n --yc-color-private-red-100: rgba(191, 50, 48, 0.3);\\n --yc-color-private-red-150: rgba(191, 50, 48, 0.45);\\n --yc-color-private-red-300: rgba(255, 77, 73, 0.5);\\n --yc-color-private-red-450: rgba(208, 71, 69, 0.88);\\n --yc-color-private-red-550: rgba(208, 71, 69, 1);\\n --yc-color-private-red-450-solid: rgba(162, 49, 48, 1);\\n --yc-color-private-purple-550: rgba(166, 62, 178, 1);\\n --yc-color-private-purple-700: rgba(177, 78, 198, 1);\\n --yc-color-private-purple-850: rgba(200, 121, 216, 1);\\n --yc-color-private-cool-grey-100: rgba(95, 115, 133, 0.18);\\n --yc-color-private-cool-grey-150: rgba(107, 132, 153, 0.3);\\n --yc-color-private-cool-grey-300: rgba(95, 115, 133, 0.6);\\n --yc-color-private-cool-grey-450: rgba(95, 115, 133, 0.8);\\n --yc-color-private-cool-grey-550: rgba(95, 115, 133, 1);\\n --yc-color-private-cool-grey-700: rgba(142, 162, 180, 1);\\n --yc-color-private-cool-grey-450-solid: rgba(85, 101, 117, 1);\\n --yc-color-private-orange-50: rgba(204, 104, 16, 0.2);\\n --yc-color-private-orange-100: rgba(204, 104, 16, 0.3);\\n --yc-color-private-orange-150: rgba(204, 104, 16, 0.5);\\n --yc-color-private-orange-300: rgba(255, 160, 66, 0.5);\\n --yc-color-private-orange-450: rgba(204, 104, 16, 0.8);\\n --yc-color-private-orange-550: rgba(204, 104, 16, 1);\\n --yc-color-private-orange-450-solid: rgba(172, 92, 23, 1);\\n --yc-my-color-brand-normal: var(--yc-color-private-blue-550);\\n --yc-my-color-brand-normal-hover: var(--yc-color-private-blue-700);\\n --yc-my-color-brand-light: var(--yc-color-private-blue-300);\\n --yc-my-color-brand-selection: var(--yc-color-private-blue-150);\\n --yc-my-color-brand-selection-hover: var(--yc-color-private-blue-300);\\n --yc-my-color-brand-link: var(--yc-color-private-blue-700);\\n --yc-my-color-brand-link-hover: var(--yc-color-private-blue-850);\\n --yc-my-color-brand-text: var(--yc-color-private-blue-700);\\n --yc-my-color-brand-text-contrast: var(--yc-color-text-light-primary);\\n --yc-my-color-brand-link-visited: var(--yc-color-private-purple-700);\\n --yc-my-color-brand-link-visited-hover: var(--yc-color-private-purple-850);\\n --yc-color-text-primary: var(--yc-color-private-white-850);\\n --yc-color-text-complementary: var(--yc-color-private-white-700);\\n --yc-color-text-secondary: var(--yc-color-private-white-500);\\n --yc-color-text-hint: var(--yc-color-private-white-300);\\n --yc-color-text-info: var(--yc-color-private-blue-700);\\n --yc-color-text-positive: var(--yc-color-private-green-550);\\n --yc-color-text-warning: var(--yc-color-private-yellow-700);\\n --yc-color-text-danger: var(--yc-color-private-red-550);\\n --yc-color-text-utility: var(--yc-color-private-purple-550);\\n --yc-color-text-misc: var(--yc-color-private-cool-grey-700);\\n --yc-color-text-info-heavy: var(--yc-color-private-blue-700);\\n --yc-color-text-positive-heavy: var(--yc-color-private-green-550);\\n --yc-color-text-warning-heavy: var(--yc-color-private-yellow-700);\\n --yc-color-text-danger-heavy: var(--yc-color-private-red-550);\\n --yc-color-text-utility-heavy: var(--yc-color-private-purple-550);\\n --yc-color-text-misc-heavy: var(--yc-color-private-cool-grey-700);\\n --yc-color-text-special: var(--yc-my-color-brand-normal);\\n --yc-color-text-link: var(--yc-my-color-brand-link);\\n --yc-color-text-link-hover: var(--yc-my-color-brand-link-hover);\\n --yc-color-text-link-visited: var(--yc-my-color-brand-link-visited);\\n --yc-color-text-link-visited-hover: var(--yc-my-color-brand-link-visited-hover);\\n --yc-color-text-yandex-red: var(--yc-color-private-red-550);\\n --yc-color-text-dark-primary: var(--yc-color-private-black-900);\\n --yc-color-text-dark-complementary: var(--yc-color-private-black-700);\\n --yc-color-text-dark-secondary: var(--yc-color-private-black-500);\\n --yc-color-text-light-primary: var(--yc-color-private-white-850);\\n --yc-color-text-light-complementary: var(--yc-color-private-white-700);\\n --yc-color-text-light-secondary: var(--yc-color-private-white-500);\\n --yc-color-text-light-hint: var(--yc-color-private-white-300);\\n --yc-color-text-inverted-primary: var(--yc-color-private-black-900);\\n --yc-color-text-inverted-complementary: var(--yc-color-private-black-700);\\n --yc-color-text-inverted-secondary: var(--yc-color-private-black-500);\\n --yc-color-text-inverted-hint: var(--yc-color-private-black-300);\\n --yc-color-base-background: var(--yc-color-private-black-rock-850);\\n --yc-color-base-generic: var(--yc-color-private-white-100);\\n --yc-color-base-generic-hover: var(--yc-color-private-white-150);\\n --yc-color-base-generic-medium: var(--yc-color-private-white-250);\\n --yc-color-base-generic-medium-hover: var(--yc-color-private-white-300);\\n --yc-color-base-generic-accent: var(--yc-color-private-white-150);\\n --yc-color-base-generic-accent-disabled: var(--yc-color-private-white-70);\\n --yc-color-base-generic-ultralight: var(--yc-color-private-white-20-solid);\\n --yc-color-base-simple-hover: var(--yc-color-private-white-100);\\n --yc-color-base-simple-hover-solid: var(--yc-color-private-white-100-solid);\\n --yc-color-base-selection: var(--yc-my-color-brand-selection);\\n --yc-color-base-selection-hover: var(--yc-my-color-brand-selection-hover);\\n --yc-color-base-special: var(--yc-my-color-brand-normal);\\n --yc-color-base-special-hover: var(--yc-my-color-brand-normal-hover);\\n --yc-color-base-action: var(--yc-color-base-special);\\n --yc-color-base-action-hover: var(--yc-color-base-special-hover);\\n --yc-color-base-info: var(--yc-color-private-blue-100);\\n --yc-color-base-info-hover: var(--yc-color-private-blue-150);\\n --yc-color-base-positive: var(--yc-color-private-green-100);\\n --yc-color-base-positive-hover: var(--yc-color-private-green-150);\\n --yc-color-base-warning: var(--yc-color-private-yellow-100);\\n --yc-color-base-warning-hover: var(--yc-color-private-yellow-150);\\n --yc-color-base-danger: var(--yc-color-private-red-100);\\n --yc-color-base-danger-hover: var(--yc-color-private-red-150);\\n --yc-color-base-misc: var(--yc-color-private-cool-grey-100);\\n --yc-color-base-misc-hover: var(--yc-color-private-cool-grey-150);\\n --yc-color-base-neutral: var(--yc-color-private-white-100);\\n --yc-color-base-neutral-hover: var(--yc-color-private-white-150);\\n --yc-color-base-positive-medium: var(--yc-color-private-green-300);\\n --yc-color-base-positive-medium-hover: var(--yc-color-private-green-350);\\n --yc-color-base-info-heavy: var(--yc-color-private-blue-450);\\n --yc-color-base-positive-heavy: var(--yc-color-private-green-450);\\n --yc-color-base-warning-heavy: var(--yc-color-private-yellow-550);\\n --yc-color-base-warning-heavy-hover: var(--yc-color-private-yellow-700);\\n --yc-color-base-danger-heavy: var(--yc-color-private-red-450);\\n --yc-color-base-danger-heavy-hover: var(--yc-color-private-red-550);\\n --yc-color-base-misc-heavy: var(--yc-color-private-cool-grey-450-solid);\\n --yc-color-base-misc-heavy-hover: var(--yc-color-private-cool-grey-550);\\n --yc-color-base-light: var(--yc-color-private-white-850);\\n --yc-color-base-light-hover: var(--yc-color-private-white-700);\\n --yc-color-base-light-simple-hover: var(--yc-color-private-white-150);\\n --yc-color-base-light-disabled: var(--yc-color-private-white-150);\\n --yc-color-base-light-accent-disabled: var(--yc-color-private-white-300);\\n --yc-color-base-float: var(--yc-color-private-white-100-solid);\\n --yc-color-base-float-hover: var(--yc-color-private-white-150-solid);\\n --yc-color-base-float-heavy: var(--yc-color-private-white-150-solid);\\n --yc-color-base-float-accent: var(--yc-color-private-white-150-solid);\\n --yc-color-base-float-accent-hover: var(--yc-color-private-white-200-solid);\\n --yc-color-base-float-announcement: var(--yc-color-private-white-150-solid);\\n --yc-color-base-modal: var(--yc-color-private-black-rock-850);\\n --yc-color-line-generic: var(--yc-color-private-white-150);\\n --yc-color-line-generic-hover: var(--yc-color-private-white-250);\\n --yc-color-line-generic-active: var(--yc-color-private-white-300);\\n --yc-color-line-generic-accent: var(--yc-color-private-white-150);\\n --yc-color-line-generic-accent-hover: var(--yc-color-private-white-300);\\n --yc-color-line-solid: var(--yc-color-private-white-150-solid);\\n --yc-color-line-selection-hover: var(--yc-my-color-brand-light);\\n --yc-color-line-selection-active: var(--yc-my-color-brand-normal);\\n --yc-color-line-link: var(--yc-my-color-brand-normal);\\n --yc-color-line-info: var(--yc-color-private-blue-450);\\n --yc-color-line-positive: var(--yc-color-private-green-450);\\n --yc-color-line-warning: var(--yc-color-private-yellow-150);\\n --yc-color-line-danger: var(--yc-color-private-red-450);\\n --yc-color-line-misc: var(--yc-color-private-cool-grey-450);\\n --yc-color-line-hint: var(--yc-color-private-blue-550);\\n --yc-color-line-light: var(--yc-color-private-white-500);\\n --yc-color-infographics-info-light: var(--yc-color-private-blue-150);\\n --yc-color-infographics-positive-light: var(--yc-color-private-green-150);\\n --yc-color-infographics-warning-light: var(--yc-color-private-orange-150);\\n --yc-color-infographics-danger-light: var(--yc-color-private-red-150);\\n --yc-color-infographics-misc-light: var(--yc-color-private-cool-grey-150);\\n --yc-color-infographics-neutral-light: var(--yc-color-private-white-150);\\n --yc-color-infographics-info-medium: var(--yc-color-private-blue-300);\\n --yc-color-infographics-positive-medium: var(--yc-color-private-green-300);\\n --yc-color-infographics-warning-medium: var(--yc-color-private-orange-300);\\n --yc-color-infographics-danger-medium: var(--yc-color-private-red-300);\\n --yc-color-infographics-misc-medium: var(--yc-color-private-cool-grey-300);\\n --yc-color-infographics-neutral-medium: var(--yc-color-private-white-150);\\n --yc-color-infographics-info-heavy: var(--yc-color-private-blue-550);\\n --yc-color-infographics-positive-heavy: var(--yc-color-private-green-550);\\n --yc-color-infographics-warning-heavy: var(--yc-color-private-yellow-550);\\n --yc-color-infographics-danger-heavy: var(--yc-color-private-red-550);\\n --yc-color-infographics-misc-heavy: var(--yc-color-private-cool-grey-550);\\n --yc-color-infographics-neutral-heavy: var(--yc-color-private-white-300);\\n --yc-color-infographics-axis: var(--yc-color-private-white-150-solid);\\n --yc-color-infographics-tooltip-bg: var(--yc-color-private-white-opaque-150);\\n --yc-color-sfx-veil: var(--yc-color-private-black-600);\\n --yc-color-sfx-shadow: var(--yc-color-private-black-200);\\n --yc-color-sfx-shadow-heavy: var(--yc-color-private-black-500);\\n --yc-color-sfx-fade: var(--yc-color-private-white-250);\\n --yc-color-promo-base-silver: #bcc0c4;\\n --yc-color-promo-base-gold: #ffde5d;\\n --yc-color-promo-base-asphalt: #474d52;\\n --yc-color-promo-base-tomato: #ff6b6a;\\n --yc-color-promo-base-copper: #ffb95a;\\n --yc-color-promo-base-mint: #7fd68e;\\n --yc-color-promo-base-sky: #69b4ff;\\n --yc-color-promo-base-neon: #b384ff;\\n --yc-color-promo-highlight-silver: #616366;\\n --yc-color-promo-highlight-gold: #99832e;\\n --yc-color-promo-highlight-asphalt: #5d656b;\\n --yc-color-promo-highlight-tomato: #998585;\\n --yc-color-promo-highlight-copper: #7f7262;\\n --yc-color-promo-highlight-mint: #758978;\\n --yc-color-promo-highlight-sky: #94a2af;\\n --yc-color-promo-highlight-neon: #aea6ba;\\n --yc-color-scroll-track: var(--yc-color-base-background);\\n --yc-color-scroll-handle: var(--yc-color-private-white-150);\\n --yc-color-scroll-handle-hover: var(--yc-color-private-white-250);\\n --yc-color-scroll-corner: var(--yc-color-private-white-150);\\n background: var(--yc-color-base-background);\\n color: var(--yc-color-text-primary);\\n}\\n.yc-root_theme_light-hc {\\n --yc-color-private-white-50: rgba(255, 255, 255, 0.05);\\n --yc-color-private-white-70: rgba(255, 255, 255, 0.07);\\n --yc-color-private-white-100: rgba(255, 255, 255, 0.1);\\n --yc-color-private-white-150: rgba(255, 255, 255, 0.15);\\n --yc-color-private-white-200: rgba(255, 255, 255, 0.2);\\n --yc-color-private-white-250: rgba(255, 255, 255, 0.25);\\n --yc-color-private-white-300: rgba(255, 255, 255, 0.3);\\n --yc-color-private-white-350: rgba(255, 255, 255, 0.35);\\n --yc-color-private-white-400: rgba(255, 255, 255, 0.4);\\n --yc-color-private-white-450: rgba(255, 255, 255, 0.45);\\n --yc-color-private-white-500: rgba(255, 255, 255, 0.5);\\n --yc-color-private-white-550: rgba(255, 255, 255, 0.55);\\n --yc-color-private-white-600: rgba(255, 255, 255, 0.6);\\n --yc-color-private-white-650: rgba(255, 255, 255, 0.65);\\n --yc-color-private-white-700: rgba(255, 255, 255, 0.7);\\n --yc-color-private-white-750: rgba(255, 255, 255, 0.75);\\n --yc-color-private-white-800: rgba(255, 255, 255, 0.8);\\n --yc-color-private-white-850: rgba(255, 255, 255, 0.85);\\n --yc-color-private-white-900: rgba(255, 255, 255, 0.9);\\n --yc-color-private-white-950: rgba(255, 255, 255, 0.95);\\n --yc-color-private-white-1000: rgba(255, 255, 255, 1);\\n --yc-color-private-black-50: rgba(0, 0, 0, 0.05);\\n --yc-color-private-black-100: rgba(0, 0, 0, 0.1);\\n --yc-color-private-black-150: rgba(0, 0, 0, 0.15);\\n --yc-color-private-black-200: rgba(0, 0, 0, 0.2);\\n --yc-color-private-black-250: rgba(0, 0, 0, 0.25);\\n --yc-color-private-black-300: rgba(0, 0, 0, 0.3);\\n --yc-color-private-black-350: rgba(0, 0, 0, 0.35);\\n --yc-color-private-black-400: rgba(0, 0, 0, 0.4);\\n --yc-color-private-black-450: rgba(0, 0, 0, 0.45);\\n --yc-color-private-black-500: rgba(0, 0, 0, 0.5);\\n --yc-color-private-black-550: rgba(0, 0, 0, 0.55);\\n --yc-color-private-black-600: rgba(0, 0, 0, 0.6);\\n --yc-color-private-black-650: rgba(0, 0, 0, 0.65);\\n --yc-color-private-black-700: rgba(0, 0, 0, 0.7);\\n --yc-color-private-black-750: rgba(0, 0, 0, 0.75);\\n --yc-color-private-black-800: rgba(0, 0, 0, 0.8);\\n --yc-color-private-black-850: rgba(0, 0, 0, 0.85);\\n --yc-color-private-black-900: rgba(0, 0, 0, 0.9);\\n --yc-color-private-black-950: rgba(0, 0, 0, 0.95);\\n --yc-color-private-black-1000: rgba(0, 0, 0, 1);\\n --yc-color-private-black-20-solid: rgba(250, 250, 250, 1);\\n --yc-color-private-black-50-solid: rgba(242, 242, 242, 1);\\n --yc-color-private-black-100-solid: rgba(229, 229, 229, 1);\\n --yc-color-private-black-150-solid: rgba(217, 217, 217, 1);\\n --yc-color-private-black-200-solid: rgba(204, 204, 204, 1);\\n --yc-color-private-black-250-solid: rgba(191, 191, 191, 1);\\n --yc-color-private-black-300-solid: rgba(179, 179, 179, 1);\\n --yc-color-private-black-350-solid: rgba(166, 166, 166, 1);\\n --yc-color-private-black-400-solid: rgba(153, 153, 153, 1);\\n --yc-color-private-black-450-solid: rgba(140, 140, 140, 1);\\n --yc-color-private-black-500-solid: rgba(128, 128, 128, 1);\\n --yc-color-private-black-550-solid: rgba(115, 115, 115, 1);\\n --yc-color-private-black-600-solid: rgba(102, 102, 102, 1);\\n --yc-color-private-black-650-solid: rgba(89, 89, 89, 1);\\n --yc-color-private-black-700-solid: rgba(76, 76, 76, 1);\\n --yc-color-private-black-750-solid: rgba(64, 64, 64, 1);\\n --yc-color-private-black-800-solid: rgba(51, 51, 51, 1);\\n --yc-color-private-black-850-solid: rgba(38, 38, 38, 1);\\n --yc-color-private-black-900-solid: rgba(26, 26, 26, 1);\\n --yc-color-private-black-950-solid: rgba(13, 13, 13, 1);\\n --yc-color-private-black-1000-solid: rgba(0, 0, 0, 1);\\n --yc-color-private-blue-600: #4a71d6;\\n --yc-color-private-blue-800: #3f5799;\\n --yc-color-private-blue-50: rgba(82, 130, 255, 0.05);\\n --yc-color-private-blue-100: rgba(82, 130, 255, 0.1);\\n --yc-color-private-blue-150: rgba(82, 130, 255, 0.2);\\n --yc-color-private-blue-200: rgba(82, 130, 255, 0.3);\\n --yc-color-private-blue-250: rgba(82, 130, 255, 0.4);\\n --yc-color-private-blue-300: rgba(82, 130, 255, 0.5);\\n --yc-color-private-blue-350: rgba(82, 130, 255, 0.6);\\n --yc-color-private-blue-400: rgba(82, 130, 255, 0.7);\\n --yc-color-private-blue-450: rgba(82, 130, 255, 0.8);\\n --yc-color-private-blue-500: rgba(82, 130, 255, 0.9);\\n --yc-color-private-blue-550: rgba(82, 130, 255, 1);\\n --yc-color-private-blue-50-solid: rgba(246, 249, 255, 1);\\n --yc-color-private-blue-100-solid: rgba(238, 243, 255, 1);\\n --yc-color-private-blue-150-solid: rgba(220, 230, 255, 1);\\n --yc-color-private-blue-200-solid: rgba(203, 218, 255, 1);\\n --yc-color-private-blue-250-solid: rgba(186, 205, 255, 1);\\n --yc-color-private-blue-300-solid: rgba(168, 193, 255, 1);\\n --yc-color-private-blue-350-solid: rgba(151, 180, 255, 1);\\n --yc-color-private-blue-400-solid: rgba(134, 168, 255, 1);\\n --yc-color-private-blue-450-solid: rgba(116, 155, 255, 1);\\n --yc-color-private-blue-500-solid: rgba(99, 143, 255, 1);\\n --yc-color-private-blue-550-solid: rgba(82, 130, 255, 1);\\n --yc-color-private-blue-600-solid: rgba(77, 121, 233, 1);\\n --yc-color-private-blue-650-solid: rgba(72, 111, 212, 1);\\n --yc-color-private-blue-700-solid: rgba(67, 102, 190, 1);\\n --yc-color-private-blue-750-solid: rgba(63, 92, 168, 1);\\n --yc-color-private-blue-800-solid: rgba(58, 83, 147, 1);\\n --yc-color-private-blue-850-solid: rgba(53, 73, 125, 1);\\n --yc-color-private-blue-900-solid: rgba(48, 64, 103, 1);\\n --yc-color-private-blue-950-solid: rgba(44, 54, 81, 1);\\n --yc-color-private-blue-1000-solid: rgba(39, 45, 60, 1);\\n --yc-color-private-green-50: rgba(59, 201, 53, 0.05);\\n --yc-color-private-green-100: rgba(59, 201, 53, 0.1);\\n --yc-color-private-green-150: rgba(59, 201, 53, 0.2);\\n --yc-color-private-green-200: rgba(59, 201, 53, 0.3);\\n --yc-color-private-green-250: rgba(59, 201, 53, 0.4);\\n --yc-color-private-green-300: rgba(59, 201, 53, 0.5);\\n --yc-color-private-green-350: rgba(59, 201, 53, 0.6);\\n --yc-color-private-green-400: rgba(59, 201, 53, 0.7);\\n --yc-color-private-green-450: rgba(59, 201, 53, 0.8);\\n --yc-color-private-green-500: rgba(59, 201, 53, 0.9);\\n --yc-color-private-green-550: rgba(59, 201, 53, 1);\\n --yc-color-private-green-50-solid: rgba(245, 252, 245, 1);\\n --yc-color-private-green-100-solid: rgba(235, 250, 235, 1);\\n --yc-color-private-green-150-solid: rgba(216, 244, 215, 1);\\n --yc-color-private-green-200-solid: rgba(196, 239, 194, 1);\\n --yc-color-private-green-250-solid: rgba(177, 233, 174, 1);\\n --yc-color-private-green-300-solid: rgba(157, 228, 154, 1);\\n --yc-color-private-green-350-solid: rgba(137, 223, 134, 1);\\n --yc-color-private-green-400-solid: rgba(118, 217, 114, 1);\\n --yc-color-private-green-450-solid: rgba(98, 212, 93, 1);\\n --yc-color-private-green-500-solid: rgba(79, 206, 73, 1);\\n --yc-color-private-green-550-solid: rgba(59, 201, 53, 1);\\n --yc-color-private-green-600-solid: rgba(56, 184, 51, 1);\\n --yc-color-private-green-650-solid: rgba(54, 168, 50, 1);\\n --yc-color-private-green-700-solid: rgba(51, 151, 48, 1);\\n --yc-color-private-green-750-solid: rgba(49, 135, 47, 1);\\n --yc-color-private-green-800-solid: rgba(47, 118, 46, 1);\\n --yc-color-private-green-850-solid: rgba(44, 101, 44, 1);\\n --yc-color-private-green-900-solid: rgba(41, 85, 43, 1);\\n --yc-color-private-green-950-solid: rgba(39, 68, 41, 1);\\n --yc-color-private-green-1000-solid: rgba(36, 52, 40, 1);\\n --yc-color-private-yellow-50: rgba(255, 219, 77, 0.05);\\n --yc-color-private-yellow-100: rgba(255, 219, 77, 0.1);\\n --yc-color-private-yellow-150: rgba(255, 219, 77, 0.2);\\n --yc-color-private-yellow-200: rgba(255, 219, 77, 0.3);\\n --yc-color-private-yellow-250: rgba(255, 219, 77, 0.4);\\n --yc-color-private-yellow-300: rgba(255, 219, 77, 0.5);\\n --yc-color-private-yellow-350: rgba(255, 219, 77, 0.6);\\n --yc-color-private-yellow-400: rgba(255, 219, 77, 0.7);\\n --yc-color-private-yellow-450: rgba(255, 219, 77, 0.8);\\n --yc-color-private-yellow-500: rgba(255, 219, 77, 0.9);\\n --yc-color-private-yellow-550: rgba(255, 219, 77, 1);\\n --yc-color-private-yellow-50-solid: rgba(255, 253, 246, 1);\\n --yc-color-private-yellow-100-solid: rgba(255, 251, 237, 1);\\n --yc-color-private-yellow-150-solid: rgba(255, 248, 219, 1);\\n --yc-color-private-yellow-200-solid: rgba(255, 244, 202, 1);\\n --yc-color-private-yellow-250-solid: rgba(255, 241, 184, 1);\\n --yc-color-private-yellow-300-solid: rgba(255, 237, 166, 1);\\n --yc-color-private-yellow-350-solid: rgba(255, 233, 148, 1);\\n --yc-color-private-yellow-400-solid: rgba(255, 230, 130, 1);\\n --yc-color-private-yellow-450-solid: rgba(255, 226, 113, 1);\\n --yc-color-private-yellow-500-solid: rgba(255, 223, 95, 1);\\n --yc-color-private-yellow-550-solid: rgba(255, 219, 77, 1);\\n --yc-color-private-yellow-600-solid: rgba(233, 201, 73, 1);\\n --yc-color-private-yellow-650-solid: rgba(211, 182, 69, 1);\\n --yc-color-private-yellow-700-solid: rgba(189, 164, 65, 1);\\n --yc-color-private-yellow-750-solid: rgba(167, 145, 61, 1);\\n --yc-color-private-yellow-800-solid: rgba(144, 127, 58, 1);\\n --yc-color-private-yellow-850-solid: rgba(122, 109, 54, 1);\\n --yc-color-private-yellow-900-solid: rgba(100, 90, 50, 1);\\n --yc-color-private-yellow-950-solid: rgba(78, 72, 46, 1);\\n --yc-color-private-yellow-1000-solid: rgba(56, 53, 42, 1);\\n --yc-color-private-red-50: rgba(255, 4, 0, 0.05);\\n --yc-color-private-red-100: rgba(255, 4, 0, 0.1);\\n --yc-color-private-red-150: rgba(255, 4, 0, 0.2);\\n --yc-color-private-red-200: rgba(255, 4, 0, 0.3);\\n --yc-color-private-red-250: rgba(255, 4, 0, 0.4);\\n --yc-color-private-red-300: rgba(255, 4, 0, 0.5);\\n --yc-color-private-red-350: rgba(255, 4, 0, 0.6);\\n --yc-color-private-red-400: rgba(255, 4, 0, 0.7);\\n --yc-color-private-red-450: rgba(255, 4, 0, 0.8);\\n --yc-color-private-red-500: rgba(255, 4, 0, 0.9);\\n --yc-color-private-red-550: rgba(255, 4, 0, 1);\\n --yc-color-private-red-50-solid: rgba(255, 243, 242, 1);\\n --yc-color-private-red-100-solid: rgba(255, 230, 229, 1);\\n --yc-color-private-red-150-solid: rgba(255, 205, 204, 1);\\n --yc-color-private-red-200-solid: rgba(255, 180, 179, 1);\\n --yc-color-private-red-250-solid: rgba(255, 155, 153, 1);\\n --yc-color-private-red-300-solid: rgba(255, 130, 128, 1);\\n --yc-color-private-red-350-solid: rgba(255, 105, 102, 1);\\n --yc-color-private-red-400-solid: rgba(255, 80, 76, 1);\\n --yc-color-private-red-450-solid: rgba(255, 55, 51, 1);\\n --yc-color-private-red-500-solid: rgba(255, 30, 26, 1);\\n --yc-color-private-red-550-solid: rgba(255, 4, 0, 1);\\n --yc-color-private-red-600-solid: rgba(233, 8, 4, 1);\\n --yc-color-private-red-650-solid: rgba(211, 11, 8, 1);\\n --yc-color-private-red-700-solid: rgba(189, 14, 11, 1);\\n --yc-color-private-red-750-solid: rgba(166, 17, 15, 1);\\n --yc-color-private-red-800-solid: rgba(144, 20, 19, 1);\\n --yc-color-private-red-850-solid: rgba(122, 23, 23, 1);\\n --yc-color-private-red-900-solid: rgba(100, 26, 27, 1);\\n --yc-color-private-red-950-solid: rgba(78, 29, 30, 1);\\n --yc-color-private-red-1000-solid: rgba(56, 32, 34, 1);\\n --yc-color-private-purple-50: rgba(154, 50, 166, 0.05);\\n --yc-color-private-purple-100: rgba(154, 50, 166, 0.1);\\n --yc-color-private-purple-150: rgba(154, 50, 166, 0.2);\\n --yc-color-private-purple-200: rgba(154, 50, 166, 0.3);\\n --yc-color-private-purple-250: rgba(154, 50, 166, 0.4);\\n --yc-color-private-purple-300: rgba(154, 50, 166, 0.5);\\n --yc-color-private-purple-350: rgba(154, 50, 166, 0.6);\\n --yc-color-private-purple-400: rgba(154, 50, 166, 0.7);\\n --yc-color-private-purple-450: rgba(154, 50, 166, 0.8);\\n --yc-color-private-purple-500: rgba(154, 50, 166, 0.9);\\n --yc-color-private-purple-550: rgba(154, 50, 166, 1);\\n --yc-color-private-purple-50-solid: rgba(250, 245, 251, 1);\\n --yc-color-private-purple-100-solid: rgba(245, 234, 246, 1);\\n --yc-color-private-purple-150-solid: rgba(235, 214, 237, 1);\\n --yc-color-private-purple-200-solid: rgba(225, 193, 228, 1);\\n --yc-color-private-purple-250-solid: rgba(215, 173, 219, 1);\\n --yc-color-private-purple-300-solid: rgba(204, 153, 210, 1);\\n --yc-color-private-purple-350-solid: rgba(194, 132, 202, 1);\\n --yc-color-private-purple-400-solid: rgba(184, 111, 193, 1);\\n --yc-color-private-purple-450-solid: rgba(174, 91, 184, 1);\\n --yc-color-private-purple-500-solid: rgba(164, 71, 175, 1);\\n --yc-color-private-purple-550-solid: rgba(154, 50, 166, 1);\\n --yc-color-private-purple-600-solid: rgba(142, 49, 153, 1);\\n --yc-color-private-purple-650-solid: rgba(130, 47, 140, 1);\\n --yc-color-private-purple-700-solid: rgba(118, 45, 128, 1);\\n --yc-color-private-purple-750-solid: rgba(106, 44, 115, 1);\\n --yc-color-private-purple-800-solid: rgba(94, 42, 102, 1);\\n --yc-color-private-purple-850-solid: rgba(82, 41, 89, 1);\\n --yc-color-private-purple-900-solid: rgba(70, 40, 76, 1);\\n --yc-color-private-purple-950-solid: rgba(58, 38, 64, 1);\\n --yc-color-private-purple-1000-solid: rgba(46, 36, 51, 1);\\n --yc-color-private-cool-grey-50: rgba(107, 132, 153, 0.05);\\n --yc-color-private-cool-grey-100: rgba(107, 132, 153, 0.1);\\n --yc-color-private-cool-grey-150: rgba(107, 132, 153, 0.2);\\n --yc-color-private-cool-grey-200: rgba(107, 132, 153, 0.3);\\n --yc-color-private-cool-grey-250: rgba(107, 132, 153, 0.4);\\n --yc-color-private-cool-grey-300: rgba(107, 132, 153, 0.5);\\n --yc-color-private-cool-grey-350: rgba(107, 132, 153, 0.6);\\n --yc-color-private-cool-grey-400: rgba(107, 132, 153, 0.7);\\n --yc-color-private-cool-grey-450: rgba(107, 132, 153, 0.8);\\n --yc-color-private-cool-grey-500: rgba(107, 132, 153, 0.9);\\n --yc-color-private-cool-grey-550: rgba(107, 132, 153, 1);\\n --yc-color-private-cool-grey-50-solid: rgba(248, 249, 250, 1);\\n --yc-color-private-cool-grey-100-solid: rgba(240, 243, 245, 1);\\n --yc-color-private-cool-grey-150-solid: rgba(225, 230, 235, 1);\\n --yc-color-private-cool-grey-200-solid: rgba(211, 218, 224, 1);\\n --yc-color-private-cool-grey-250-solid: rgba(196, 206, 214, 1);\\n --yc-color-private-cool-grey-300-solid: rgba(181, 193, 204, 1);\\n --yc-color-private-cool-grey-350-solid: rgba(166, 181, 194, 1);\\n --yc-color-private-cool-grey-400-solid: rgba(151, 169, 184, 1);\\n --yc-color-private-cool-grey-450-solid: rgba(137, 157, 173, 1);\\n --yc-color-private-cool-grey-500-solid: rgba(122, 144, 163, 1);\\n --yc-color-private-cool-grey-550-solid: rgba(107, 132, 153, 1);\\n --yc-color-private-cool-grey-600-solid: rgba(100, 122, 142, 1);\\n --yc-color-private-cool-grey-650-solid: rgba(92, 113, 130, 1);\\n --yc-color-private-cool-grey-700-solid: rgba(85, 103, 118, 1);\\n --yc-color-private-cool-grey-750-solid: rgba(78, 93, 107, 1);\\n --yc-color-private-cool-grey-800-solid: rgba(70, 83, 96, 1);\\n --yc-color-private-cool-grey-850-solid: rgba(63, 74, 84, 1);\\n --yc-color-private-cool-grey-900-solid: rgba(56, 64, 73, 1);\\n --yc-color-private-cool-grey-950-solid: rgba(49, 54, 61, 1);\\n --yc-color-private-cool-grey-1000-solid: rgba(41, 45, 49, 1);\\n --yc-color-private-orange-50: rgba(255, 119, 0, 0.05);\\n --yc-color-private-orange-100: rgba(255, 119, 0, 0.1);\\n --yc-color-private-orange-150: rgba(255, 119, 0, 0.2);\\n --yc-color-private-orange-200: rgba(255, 119, 0, 0.3);\\n --yc-color-private-orange-250: rgba(255, 119, 0, 0.4);\\n --yc-color-private-orange-300: rgba(255, 119, 0, 0.5);\\n --yc-color-private-orange-350: rgba(255, 119, 0, 0.6);\\n --yc-color-private-orange-400: rgba(255, 119, 0, 0.7);\\n --yc-color-private-orange-450: rgba(255, 119, 0, 0.8);\\n --yc-color-private-orange-500: rgba(255, 119, 0, 0.9);\\n --yc-color-private-orange-550: rgba(255, 119, 0, 1);\\n --yc-color-private-orange-50-solid: rgba(255, 248, 242, 1);\\n --yc-color-private-orange-100-solid: rgba(255, 241, 229, 1);\\n --yc-color-private-orange-150-solid: rgba(255, 228, 204, 1);\\n --yc-color-private-orange-200-solid: rgba(255, 214, 179, 1);\\n --yc-color-private-orange-250-solid: rgba(255, 201, 153, 1);\\n --yc-color-private-orange-300-solid: rgba(255, 187, 128, 1);\\n --yc-color-private-orange-350-solid: rgba(255, 173, 102, 1);\\n --yc-color-private-orange-400-solid: rgba(255, 160, 76, 1);\\n --yc-color-private-orange-450-solid: rgba(255, 146, 51, 1);\\n --yc-color-private-orange-500-solid: rgba(255, 133, 26, 1);\\n --yc-color-private-orange-550-solid: rgba(255, 119, 0, 1);\\n --yc-color-private-orange-600-solid: rgba(233, 111, 4, 1);\\n --yc-color-private-orange-650-solid: rgba(211, 102, 8, 1);\\n --yc-color-private-orange-700-solid: rgba(189, 94, 11, 1);\\n --yc-color-private-orange-750-solid: rgba(167, 85, 15, 1);\\n --yc-color-private-orange-800-solid: rgba(144, 77, 19, 1);\\n --yc-color-private-orange-850-solid: rgba(122, 69, 23, 1);\\n --yc-color-private-orange-900-solid: rgba(100, 60, 27, 1);\\n --yc-color-private-orange-950-solid: rgba(78, 52, 30, 1);\\n --yc-color-private-orange-1000-solid: rgba(56, 43, 34, 1);\\n --yc-my-color-brand-normal: var(--yc-color-private-blue-550);\\n --yc-my-color-brand-normal-hover: var(--yc-color-private-blue-800);\\n --yc-my-color-brand-light: var(--yc-color-private-blue-300);\\n --yc-my-color-brand-selection: var(--yc-color-private-blue-250);\\n --yc-my-color-brand-selection-hover: var(--yc-color-private-blue-450);\\n --yc-my-color-brand-link: var(--yc-color-private-blue-650-solid);\\n --yc-my-color-brand-link-hover: var(--yc-color-private-blue-850-solid);\\n --yc-my-color-brand-text: var(--yc-color-private-blue-900-solid);\\n --yc-my-color-brand-text-contrast: var(--yc-color-text-light-primary);\\n --yc-my-color-brand-link-visited: var(--yc-color-private-purple-600-solid);\\n --yc-my-color-brand-link-visited-hover: var(--yc-color-private-purple-850-solid);\\n --yc-color-text-primary: var(--yc-color-private-black-1000);\\n --yc-color-text-complementary: var(--yc-color-private-black-850);\\n --yc-color-text-secondary: var(--yc-color-private-black-700);\\n --yc-color-text-hint: var(--yc-color-private-black-500);\\n --yc-color-text-info: var(--yc-color-private-blue-600-solid);\\n --yc-color-text-positive: var(--yc-color-private-green-650-solid);\\n --yc-color-text-warning: var(--yc-color-private-yellow-650-solid);\\n --yc-color-text-danger: var(--yc-color-private-red-600-solid);\\n --yc-color-text-utility: var(--yc-color-private-purple-600-solid);\\n --yc-color-text-misc: var(--yc-color-private-cool-grey-650-solid);\\n --yc-color-text-info-heavy: var(--yc-color-private-blue-900-solid);\\n --yc-color-text-positive-heavy: var(--yc-color-private-green-900-solid);\\n --yc-color-text-warning-heavy: var(--yc-color-private-orange-900-solid);\\n --yc-color-text-danger-heavy: var(--yc-color-private-red-900-solid);\\n --yc-color-text-utility-heavy: var(--yc-color-private-purple-900-solid);\\n --yc-color-text-misc-heavy: var(--yc-color-private-cool-grey-950-solid);\\n --yc-color-text-special: var(--yc-my-color-brand-normal);\\n --yc-color-text-link: var(--yc-my-color-brand-link);\\n --yc-color-text-link-hover: var(--yc-my-color-brand-link-hover);\\n --yc-color-text-link-visited: var(--yc-my-color-brand-link-visited);\\n --yc-color-text-link-visited-hover: var(--yc-my-color-brand-link-visited-hover);\\n --yc-color-text-yandex-red: var(--yc-color-private-red-550);\\n --yc-color-text-dark-primary: var(--yc-color-private-black-1000);\\n --yc-color-text-dark-complementary: var(--yc-color-private-black-800);\\n --yc-color-text-dark-secondary: var(--yc-color-private-black-600);\\n --yc-color-text-light-primary: var(--yc-color-private-white-1000);\\n --yc-color-text-light-complementary: var(--yc-color-private-white-850);\\n --yc-color-text-light-secondary: var(--yc-color-private-white-700);\\n --yc-color-text-light-hint: var(--yc-color-private-white-500);\\n --yc-color-text-inverted-primary: var(--yc-color-private-white-1000);\\n --yc-color-text-inverted-complementary: var(--yc-color-private-white-850);\\n --yc-color-text-inverted-secondary: var(--yc-color-private-white-700);\\n --yc-color-text-inverted-hint: var(--yc-color-private-white-500);\\n --yc-color-base-background: var(--yc-color-private-white-1000);\\n --yc-color-base-generic: var(--yc-color-private-black-150);\\n --yc-color-base-generic-hover: var(--yc-color-private-black-300);\\n --yc-color-base-generic-medium: var(--yc-color-private-black-250);\\n --yc-color-base-generic-medium-hover: var(--yc-color-private-black-350);\\n --yc-color-base-generic-accent: var(--yc-color-private-black-250);\\n --yc-color-base-generic-accent-disabled: var(--yc-color-private-black-150);\\n --yc-color-base-generic-ultralight: var(--yc-color-private-black-50-solid);\\n --yc-color-base-simple-hover: var(--yc-color-private-black-150);\\n --yc-color-base-simple-hover-solid: var(--yc-color-private-black-100-solid);\\n --yc-color-base-selection: var(--yc-my-color-brand-selection);\\n --yc-color-base-selection-hover: var(--yc-my-color-brand-selection-hover);\\n --yc-color-base-special: var(--yc-my-color-brand-normal);\\n --yc-color-base-special-hover: var(--yc-my-color-brand-normal-hover);\\n --yc-color-base-action: var(--yc-color-base-special);\\n --yc-color-base-action-hover: var(--yc-color-base-special-hover);\\n --yc-color-base-info: var(--yc-color-private-blue-250);\\n --yc-color-base-info-hover: var(--yc-color-private-blue-350);\\n --yc-color-base-positive: var(--yc-color-private-green-250);\\n --yc-color-base-positive-hover: var(--yc-color-private-green-350);\\n --yc-color-base-warning: var(--yc-color-private-yellow-300);\\n --yc-color-base-warning-hover: var(--yc-color-private-yellow-550);\\n --yc-color-base-danger: var(--yc-color-private-red-250);\\n --yc-color-base-danger-hover: var(--yc-color-private-red-350);\\n --yc-color-base-misc: var(--yc-color-private-cool-grey-250);\\n --yc-color-base-misc-hover: var(--yc-color-private-cool-grey-350);\\n --yc-color-base-neutral: var(--yc-color-private-black-150);\\n --yc-color-base-neutral-hover: var(--yc-color-private-black-300);\\n --yc-color-base-positive-medium: var(--yc-color-private-green-350);\\n --yc-color-base-positive-medium-hover: var(--yc-color-private-green-400);\\n --yc-color-base-info-heavy: var(--yc-color-private-blue-450);\\n --yc-color-base-positive-heavy: var(--yc-color-private-green-450);\\n --yc-color-base-warning-heavy: var(--yc-color-private-yellow-450);\\n --yc-color-base-warning-heavy-hover: var(--yc-color-private-yellow-700);\\n --yc-color-base-danger-heavy: var(--yc-color-private-red-450);\\n --yc-color-base-danger-heavy-hover: var(--yc-color-private-red-450);\\n --yc-color-base-misc-heavy: var(--yc-color-private-cool-grey-450);\\n --yc-color-base-misc-heavy-hover: var(--yc-color-private-cool-grey-550);\\n --yc-color-base-light: var(--yc-color-private-white-1000);\\n --yc-color-base-light-hover: var(--yc-color-private-white-850);\\n --yc-color-base-light-simple-hover: var(--yc-color-private-white-300);\\n --yc-color-base-light-disabled: var(--yc-color-private-white-150);\\n --yc-color-base-light-accent-disabled: var(--yc-color-private-white-300);\\n --yc-color-base-float: var(--yc-color-private-white-1000);\\n --yc-color-base-float-hover: var(--yc-color-private-black-150-solid);\\n --yc-color-base-float-heavy: var(--yc-color-private-black-700-solid);\\n --yc-color-base-float-accent: var(--yc-color-private-white-1000);\\n --yc-color-base-float-accent-hover: var(--yc-color-private-white-850);\\n --yc-color-base-float-announcement: var(--yc-color-private-cool-grey-150-solid);\\n --yc-color-base-modal: var(--yc-color-private-white-1000);\\n --yc-color-line-generic: var(--yc-color-private-black-200);\\n --yc-color-line-generic-hover: var(--yc-color-private-black-400);\\n --yc-color-line-generic-active: var(--yc-color-private-black-700);\\n --yc-color-line-generic-accent: var(--yc-color-private-black-300);\\n --yc-color-line-generic-accent-hover: var(--yc-color-private-black-700);\\n --yc-color-line-solid: var(--yc-color-private-black-200-solid);\\n --yc-color-line-selection-hover: var(--yc-my-color-brand-light);\\n --yc-color-line-selection-active: var(--yc-my-color-brand-normal);\\n --yc-color-line-link: var(--yc-my-color-brand-normal);\\n --yc-color-line-info: var(--yc-color-private-blue-450);\\n --yc-color-line-positive: var(--yc-color-private-green-450);\\n --yc-color-line-warning: var(--yc-color-private-yellow-600-solid);\\n --yc-color-line-danger: var(--yc-color-private-red-450);\\n --yc-color-line-misc: var(--yc-color-private-cool-grey-450);\\n --yc-color-line-hint: var(--yc-color-private-blue-550);\\n --yc-color-line-light: var(--yc-color-private-white-500);\\n --yc-color-infographics-info-light: var(--yc-color-private-blue-50);\\n --yc-color-infographics-positive-light: var(--yc-color-private-green-50);\\n --yc-color-infographics-warning-light: var(--yc-color-private-orange-50);\\n --yc-color-infographics-danger-light: var(--yc-color-private-red-50);\\n --yc-color-infographics-misc-light: var(--yc-color-private-cool-grey-50);\\n --yc-color-infographics-neutral-light: var(--yc-color-private-black-50);\\n --yc-color-infographics-info-medium: var(--yc-color-private-blue-300);\\n --yc-color-infographics-positive-medium: var(--yc-color-private-green-300);\\n --yc-color-infographics-warning-medium: var(--yc-color-private-orange-300);\\n --yc-color-infographics-danger-medium: var(--yc-color-private-red-300);\\n --yc-color-infographics-misc-medium: var(--yc-color-private-cool-grey-300);\\n --yc-color-infographics-neutral-medium: var(--yc-color-private-black-150);\\n --yc-color-infographics-info-heavy: var(--yc-color-private-blue-550);\\n --yc-color-infographics-positive-heavy: var(--yc-color-private-green-550);\\n --yc-color-infographics-warning-heavy: var(--yc-color-private-yellow-550);\\n --yc-color-infographics-danger-heavy: var(--yc-color-private-red-550);\\n --yc-color-infographics-misc-heavy: var(--yc-color-private-cool-grey-550);\\n --yc-color-infographics-neutral-heavy: var(--yc-color-private-black-300);\\n --yc-color-infographics-axis: var(--yc-color-private-black-150-solid);\\n --yc-color-infographics-tooltip-bg: var(--yc-color-private-white-950);\\n --yc-color-sfx-veil: var(--yc-color-private-black-450);\\n --yc-color-sfx-shadow: var(--yc-color-private-black-300);\\n --yc-color-sfx-shadow-heavy: var(--yc-color-private-black-600);\\n --yc-color-sfx-fade: var(--yc-color-private-white-300);\\n --yc-color-promo-base-silver: #edf2f7;\\n --yc-color-promo-base-gold: #ffdb4d;\\n --yc-color-promo-base-asphalt: #313538;\\n --yc-color-promo-base-tomato: #ff5958;\\n --yc-color-promo-base-copper: #ffab3b;\\n --yc-color-promo-base-mint: #5ecf71;\\n --yc-color-promo-base-sky: #49a0f6;\\n --yc-color-promo-base-neon: #9f6fee;\\n --yc-color-promo-highlight-silver: #edf2f7;\\n --yc-color-promo-highlight-gold: #fff1b8;\\n --yc-color-promo-highlight-asphalt: #eaebeb;\\n --yc-color-promo-highlight-tomato: #ffdede;\\n --yc-color-promo-highlight-copper: #ffe6c4;\\n --yc-color-promo-highlight-mint: #ccf0d2;\\n --yc-color-promo-highlight-sky: #d6e9fd;\\n --yc-color-promo-highlight-neon: #ece2fc;\\n --yc-color-promo-accent-silver: #969a9e;\\n --yc-color-promo-accent-gold: #ffdb4d;\\n --yc-color-promo-accent-asphalt: #313538;\\n --yc-color-promo-accent-tomato: #ff5958;\\n --yc-color-promo-accent-copper: #ffab3b;\\n --yc-color-promo-accent-mint: #5ecf71;\\n --yc-color-promo-accent-sky: #49a0f6;\\n --yc-color-promo-accent-neon: #9f6fee;\\n --yc-color-promo-accent-hover-silver: #727578;\\n --yc-color-promo-accent-hover-gold: #edbe28;\\n --yc-color-promo-accent-hover-asphalt: #000;\\n --yc-color-promo-accent-hover-tomato: #ee4f4e;\\n --yc-color-promo-accent-hover-copper: #f28d04;\\n --yc-color-promo-accent-hover-mint: #3bbc51;\\n --yc-color-promo-accent-hover-sky: #2180de;\\n --yc-color-promo-accent-hover-neon: #7b47cf;\\n --yc-color-promo-text-silver: #969a9e;\\n --yc-color-promo-text-gold: #ebb409;\\n --yc-color-promo-text-asphalt: #313538;\\n --yc-color-promo-text-tomato: #ff5958;\\n --yc-color-promo-text-copper: #ffab3b;\\n --yc-color-promo-text-mint: #5ecf71;\\n --yc-color-promo-text-sky: #49a0f6;\\n --yc-color-promo-text-neon: #9f6fee;\\n --yc-color-scroll-track: var(--yc-color-base-background);\\n --yc-color-scroll-handle: var(--yc-color-private-black-100);\\n --yc-color-scroll-handle-hover: var(--yc-color-private-black-150);\\n --yc-color-scroll-corner: var(--yc-color-private-black-100);\\n background: var(--yc-color-base-background);\\n color: var(--yc-color-text-primary);\\n}\\n.yc-root_theme_dark-hc {\\n --yc-color-private-white-50: rgba(255, 255, 255, 0.05);\\n --yc-color-private-white-70: rgba(255, 255, 255, 0.07);\\n --yc-color-private-white-100: rgba(255, 255, 255, 0.1);\\n --yc-color-private-white-150: rgba(255, 255, 255, 0.15);\\n --yc-color-private-white-200: rgba(255, 255, 255, 0.2);\\n --yc-color-private-white-250: rgba(255, 255, 255, 0.25);\\n --yc-color-private-white-300: rgba(255, 255, 255, 0.3);\\n --yc-color-private-white-350: rgba(255, 255, 255, 0.35);\\n --yc-color-private-white-400: rgba(255, 255, 255, 0.4);\\n --yc-color-private-white-450: rgba(255, 255, 255, 0.45);\\n --yc-color-private-white-500: rgba(255, 255, 255, 0.5);\\n --yc-color-private-white-550: rgba(255, 255, 255, 0.55);\\n --yc-color-private-white-600: rgba(255, 255, 255, 0.6);\\n --yc-color-private-white-650: rgba(255, 255, 255, 0.65);\\n --yc-color-private-white-700: rgba(255, 255, 255, 0.7);\\n --yc-color-private-white-750: rgba(255, 255, 255, 0.75);\\n --yc-color-private-white-800: rgba(255, 255, 255, 0.8);\\n --yc-color-private-white-850: rgba(255, 255, 255, 0.85);\\n --yc-color-private-white-900: rgba(255, 255, 255, 0.9);\\n --yc-color-private-white-950: rgba(255, 255, 255, 0.95);\\n --yc-color-private-white-1000: rgba(255, 255, 255, 1);\\n /*————————— To review opaque —————————*/\\n --yc-color-private-white-opaque-150: rgba(56, 57, 60, 0.97);\\n --yc-color-private-black-20: rgba(0, 0, 0, 0.02);\\n --yc-color-private-black-50: rgba(0, 0, 0, 0.05);\\n --yc-color-private-black-100: rgba(0, 0, 0, 0.1);\\n --yc-color-private-black-150: rgba(0, 0, 0, 0.15);\\n --yc-color-private-black-200: rgba(0, 0, 0, 0.2);\\n --yc-color-private-black-250: rgba(0, 0, 0, 0.25);\\n --yc-color-private-black-300: rgba(0, 0, 0, 0.3);\\n --yc-color-private-black-350: rgba(0, 0, 0, 0.35);\\n --yc-color-private-black-400: rgba(0, 0, 0, 0.4);\\n --yc-color-private-black-450: rgba(0, 0, 0, 0.45);\\n --yc-color-private-black-500: rgba(0, 0, 0, 0.5);\\n --yc-color-private-black-550: rgba(0, 0, 0, 0.55);\\n --yc-color-private-black-600: rgba(0, 0, 0, 0.6);\\n --yc-color-private-black-650: rgba(0, 0, 0, 0.65);\\n --yc-color-private-black-700: rgba(0, 0, 0, 0.7);\\n --yc-color-private-black-750: rgba(0, 0, 0, 0.75);\\n --yc-color-private-black-800: rgba(0, 0, 0, 0.8);\\n --yc-color-private-black-850: rgba(0, 0, 0, 0.85);\\n --yc-color-private-black-900: rgba(0, 0, 0, 0.9);\\n --yc-color-private-black-950: rgba(0, 0, 0, 0.95);\\n --yc-color-private-black-1000: rgba(0, 0, 0, 1);\\n --yc-color-private-black-rock-850: #2d2c33;\\n --yc-color-private-black-rock-950: rgba(34, 35, 38, 1);\\n /*————————— To review 20-solid —> should be deleted —————————*/\\n --yc-color-private-white-20-solid: rgba(38, 39, 42, 1);\\n --yc-color-private-white-50-solid: rgba(45, 46, 49, 1);\\n --yc-color-private-white-100-solid: rgba(56, 57, 60, 1);\\n --yc-color-private-white-150-solid: rgba(67, 68, 71, 1);\\n --yc-color-private-white-200-solid: rgba(78, 79, 81, 1);\\n --yc-color-private-white-250-solid: rgba(89, 90, 92, 1);\\n --yc-color-private-white-300-solid: rgba(100, 101, 103, 1);\\n --yc-color-private-white-350-solid: rgba(111, 112, 114, 1);\\n --yc-color-private-white-400-solid: rgba(122, 123, 125, 1);\\n --yc-color-private-white-450-solid: rgba(133, 134, 136, 1);\\n --yc-color-private-white-500-solid: rgba(144, 145, 147, 1);\\n --yc-color-private-white-550-solid: rgba(156, 156, 157, 1);\\n --yc-color-private-white-600-solid: rgba(167, 167, 168, 1);\\n --yc-color-private-white-650-solid: rgba(178, 178, 179, 1);\\n --yc-color-private-white-700-solid: rgba(189, 189, 190, 1);\\n --yc-color-private-white-750-solid: rgba(200, 200, 201, 1);\\n --yc-color-private-white-800-solid: rgba(211, 211, 212, 1);\\n --yc-color-private-white-850-solid: rgba(222, 222, 223, 1);\\n --yc-color-private-white-900-solid: rgba(233, 233, 233, 1);\\n --yc-color-private-white-950-solid: rgba(244, 244, 244, 1);\\n --yc-color-private-white-1000-solid: rgba(255, 255, 255, 1);\\n --yc-color-private-blue-50: rgba(98, 146, 255, 0.05);\\n --yc-color-private-blue-100: rgba(98, 146, 255, 0.1);\\n --yc-color-private-blue-150: rgba(98, 146, 255, 0.2);\\n --yc-color-private-blue-200: rgba(98, 146, 255, 0.3);\\n --yc-color-private-blue-250: rgba(98, 146, 255, 0.5);\\n --yc-color-private-blue-300: rgba(98, 146, 255, 0.5);\\n --yc-color-private-blue-350: rgba(98, 146, 255, 0.6);\\n --yc-color-private-blue-400: rgba(98, 146, 255, 0.7);\\n --yc-color-private-blue-450: rgba(98, 146, 255, 0.8);\\n --yc-color-private-blue-500: rgba(98, 146, 255, 0.9);\\n --yc-color-private-blue-550: rgba(98, 146, 255, 1);\\n --yc-color-private-blue-700: rgba(145, 179, 255, 1);\\n --yc-color-private-blue-850: rgba(192, 211, 255, 1);\\n --yc-color-private-blue-50-solid: rgba(37, 41, 49, 1);\\n --yc-color-private-blue-100-solid: rgba(40, 46, 60, 1);\\n --yc-color-private-blue-150-solid: rgba(47, 57, 81, 1);\\n --yc-color-private-blue-200-solid: rgba(53, 68, 103, 1);\\n --yc-color-private-blue-250-solid: rgba(60, 79, 125, 1);\\n --yc-color-private-blue-300-solid: rgba(66, 91, 147, 1);\\n --yc-color-private-blue-350-solid: rgba(72, 102, 168, 1);\\n --yc-color-private-blue-400-solid: rgba(79, 113, 190, 1);\\n --yc-color-private-blue-450-solid: rgba(85, 124, 212, 1);\\n --yc-color-private-blue-500-solid: rgba(92, 135, 233, 1);\\n --yc-color-private-blue-550-solid: rgba(98, 146, 255, 1);\\n --yc-color-private-blue-600-solid: rgba(114, 157, 255, 1);\\n --yc-color-private-blue-650-solid: rgba(129, 168, 255, 1);\\n --yc-color-private-blue-700-solid: rgba(145, 179, 255, 1);\\n --yc-color-private-blue-750-solid: rgba(161, 190, 255, 1);\\n --yc-color-private-blue-800-solid: rgba(177, 200, 255, 1);\\n --yc-color-private-blue-850-solid: rgba(192, 211, 255, 1);\\n --yc-color-private-blue-900-solid: rgba(208, 222, 255, 1);\\n --yc-color-private-blue-950-solid: rgba(223, 233, 255, 1);\\n --yc-color-private-blue-1000-solid: rgba(239, 244, 255, 1);\\n --yc-color-private-green-50: rgba(91, 181, 87, 0.05);\\n --yc-color-private-green-100: rgba(91, 181, 87, 0.1);\\n --yc-color-private-green-150: rgba(91, 181, 87, 0.2);\\n --yc-color-private-green-200: rgba(91, 181, 87, 0.3);\\n --yc-color-private-green-250: rgba(91, 181, 87, 0.4);\\n --yc-color-private-green-300: rgba(91, 181, 87, 0.5);\\n --yc-color-private-green-350: rgba(91, 181, 87, 0.6);\\n --yc-color-private-green-400: rgba(91, 181, 87, 0.7);\\n --yc-color-private-green-450: rgba(91, 181, 87, 0.8);\\n --yc-color-private-green-500: rgba(91, 181, 87, 0.9);\\n --yc-color-private-green-550: rgba(91, 181, 87, 1);\\n --yc-color-private-green-50-solid: rgba(37, 42, 40, 1);\\n --yc-color-private-green-100-solid: rgba(40, 50, 43, 1);\\n --yc-color-private-green-150-solid: rgba(45, 64, 48, 1);\\n --yc-color-private-green-200-solid: rgba(51, 79, 53, 1);\\n --yc-color-private-green-250-solid: rgba(57, 93, 58, 1);\\n --yc-color-private-green-300-solid: rgba(63, 108, 63, 1);\\n --yc-color-private-green-350-solid: rgba(68, 123, 67, 1);\\n --yc-color-private-green-400-solid: rgba(74, 137, 72, 1);\\n --yc-color-private-green-450-solid: rgba(80, 152, 77, 1);\\n --yc-color-private-green-500-solid: rgba(85, 166, 82, 1);\\n --yc-color-private-green-550-solid: rgba(91, 181, 87, 1);\\n --yc-color-private-green-600-solid: rgba(107, 188, 104, 1);\\n --yc-color-private-green-650-solid: rgba(124, 196, 121, 1);\\n --yc-color-private-green-700-solid: rgba(140, 203, 137, 1);\\n --yc-color-private-green-750-solid: rgba(157, 211, 154, 1);\\n --yc-color-private-green-800-solid: rgba(173, 218, 171, 1);\\n --yc-color-private-green-850-solid: rgba(189, 225, 188, 1);\\n --yc-color-private-green-900-solid: rgba(206, 233, 205, 1);\\n --yc-color-private-green-950-solid: rgba(222, 240, 221, 1);\\n --yc-color-private-green-1000-solid: rgba(239, 248, 238, 1);\\n /*————————— should be deleted and changed with -solid —————————*/\\n --yc-color-private-yellow-700: #e0bd34;\\n --yc-color-private-yellow-50: rgba(255, 203, 0, 0.05);\\n --yc-color-private-yellow-100: rgba(255, 203, 0, 0.1);\\n --yc-color-private-yellow-150: rgba(255, 203, 0, 0.2);\\n --yc-color-private-yellow-200: rgba(255, 203, 0, 0.3);\\n --yc-color-private-yellow-250: rgba(255, 203, 0, 0.4);\\n --yc-color-private-yellow-300: rgba(255, 203, 0, 0.5);\\n --yc-color-private-yellow-350: rgba(255, 203, 0, 0.6);\\n --yc-color-private-yellow-400: rgba(255, 203, 0, 0.7);\\n --yc-color-private-yellow-450: rgba(255, 203, 0, 0.8);\\n --yc-color-private-yellow-500: rgba(255, 203, 0, 0.9);\\n --yc-color-private-yellow-550: rgba(255, 203, 0, 1);\\n --yc-color-private-yellow-50-solid: rgba(45, 43, 36, 1);\\n --yc-color-private-yellow-100-solid: rgba(56, 52, 34, 1);\\n --yc-color-private-yellow-150-solid: rgba(78, 69, 30, 1);\\n --yc-color-private-yellow-200-solid: rgba(100, 85, 27, 1);\\n --yc-color-private-yellow-250-solid: rgba(122, 102, 23, 1);\\n --yc-color-private-yellow-300-solid: rgba(144, 119, 19, 1);\\n --yc-color-private-yellow-350-solid: rgba(167, 136, 15, 1);\\n --yc-color-private-yellow-400-solid: rgba(189, 153, 11, 1);\\n --yc-color-private-yellow-450-solid: rgba(211, 169, 8, 1);\\n --yc-color-private-yellow-500-solid: rgba(233, 186, 4, 1);\\n --yc-color-private-yellow-550-solid: rgba(255, 203, 0, 1);\\n --yc-color-private-yellow-600-solid: rgba(255, 208, 26, 1);\\n --yc-color-private-yellow-650-solid: rgba(255, 213, 51, 1);\\n --yc-color-private-yellow-700-solid: rgba(255, 219, 76, 1);\\n --yc-color-private-yellow-750-solid: rgba(255, 224, 102, 1);\\n --yc-color-private-yellow-800-solid: rgba(255, 229, 128, 1);\\n --yc-color-private-yellow-850-solid: rgba(255, 234, 153, 1);\\n --yc-color-private-yellow-900-solid: rgba(255, 239, 179, 1);\\n --yc-color-private-yellow-950-solid: rgba(255, 245, 204, 1);\\n --yc-color-private-yellow-1000-solid: rgba(255, 250, 229, 1);\\n --yc-color-private-red-50: rgba(232, 73, 69, 0.05);\\n --yc-color-private-red-100: rgba(232, 73, 69, 0.1);\\n --yc-color-private-red-150: rgba(232, 73, 69, 0.2);\\n --yc-color-private-red-200: rgba(232, 73, 69, 0.3);\\n --yc-color-private-red-250: rgba(232, 73, 69, 0.4);\\n --yc-color-private-red-300: rgba(232, 73, 69, 0.5);\\n --yc-color-private-red-350: rgba(232, 73, 69, 0.6);\\n --yc-color-private-red-400: rgba(232, 73, 69, 0.7);\\n --yc-color-private-red-450: rgba(232, 73, 69, 0.8);\\n --yc-color-private-red-500: rgba(232, 73, 69, 0.9);\\n --yc-color-private-red-550: rgba(232, 73, 69, 1);\\n --yc-color-private-red-50-solid: rgba(44, 37, 40, 1);\\n --yc-color-private-red-100-solid: rgba(54, 39, 41, 1);\\n --yc-color-private-red-150-solid: rgba(74, 43, 44, 1);\\n --yc-color-private-red-200-solid: rgba(93, 46, 47, 1);\\n --yc-color-private-red-250-solid: rgba(113, 50, 51, 1);\\n --yc-color-private-red-300-solid: rgba(133, 54, 54, 1);\\n --yc-color-private-red-350-solid: rgba(153, 58, 57, 1);\\n --yc-color-private-red-400-solid: rgba(172, 61, 60, 1);\\n --yc-color-private-red-450-solid: rgba(192, 65, 63, 1);\\n --yc-color-private-red-500-solid: rgba(212, 69, 66, 1);\\n --yc-color-private-red-550-solid: rgba(232, 73, 69, 1);\\n --yc-color-private-red-600-solid: rgba(234, 91, 88, 1);\\n --yc-color-private-red-650-solid: rgba(236, 109, 107, 1);\\n --yc-color-private-red-700-solid: rgba(239, 127, 125, 1);\\n --yc-color-private-red-750-solid: rgba(241, 146, 144, 1);\\n --yc-color-private-red-800-solid: rgba(243, 164, 162, 1);\\n --yc-color-private-red-850-solid: rgba(246, 182, 181, 1);\\n --yc-color-private-red-900-solid: rgba(248, 200, 199, 1);\\n --yc-color-private-red-950-solid: rgba(250, 219, 218, 1);\\n --yc-color-private-red-1000-solid: rgba(253, 237, 236, 1);\\n --yc-color-private-purple-50: rgba(223, 46, 243, 0.05);\\n --yc-color-private-purple-100: rgba(223, 46, 243, 0.1);\\n --yc-color-private-purple-150: rgba(223, 46, 243, 0.2);\\n --yc-color-private-purple-200: rgba(223, 46, 243, 0.3);\\n --yc-color-private-purple-250: rgba(223, 46, 243, 0.4);\\n --yc-color-private-purple-300: rgba(223, 46, 243, 0.5);\\n --yc-color-private-purple-350: rgba(223, 46, 243, 0.6);\\n --yc-color-private-purple-400: rgba(223, 46, 243, 0.7);\\n --yc-color-private-purple-450: rgba(223, 46, 243, 0.8);\\n --yc-color-private-purple-500: rgba(223, 46, 243, 0.9);\\n --yc-color-private-purple-550: rgba(223, 46, 243, 1);\\n --yc-color-private-purple-50-solid: rgba(43, 36, 48, 1);\\n --yc-color-private-purple-100-solid: rgba(53, 36, 59, 1);\\n --yc-color-private-purple-150-solid: rgba(72, 37, 79, 1);\\n --yc-color-private-purple-200-solid: rgba(91, 38, 100, 1);\\n --yc-color-private-purple-250-solid: rgba(110, 39, 120, 1);\\n --yc-color-private-purple-300-solid: rgba(128, 40, 141, 1);\\n --yc-color-private-purple-350-solid: rgba(147, 41, 161, 1);\\n --yc-color-private-purple-400-solid: rgba(166, 42, 182, 1);\\n --yc-color-private-purple-450-solid: rgba(185, 43, 202, 1);\\n --yc-color-private-purple-500-solid: rgba(204, 45, 223, 1);\\n --yc-color-private-purple-550-solid: rgba(223, 46, 243, 1);\\n --yc-color-private-purple-600-solid: rgba(226, 67, 245, 1);\\n --yc-color-private-purple-650-solid: rgba(229, 88, 246, 1);\\n --yc-color-private-purple-700-solid: rgba(232, 108, 247, 1);\\n --yc-color-private-purple-750-solid: rgba(236, 129, 248, 1);\\n --yc-color-private-purple-800-solid: rgba(239, 150, 249, 1);\\n --yc-color-private-purple-850-solid: rgba(242, 171, 250, 1);\\n --yc-color-private-purple-900-solid: rgba(245, 192, 252, 1);\\n --yc-color-private-purple-950-solid: rgba(249, 213, 253, 1);\\n --yc-color-private-purple-1000-solid: rgba(252, 234, 254, 1);\\n --yc-color-private-cool-grey-50: rgba(96, 128, 156, 0.05);\\n --yc-color-private-cool-grey-100: rgba(96, 128, 156, 0.1);\\n --yc-color-private-cool-grey-150: rgba(96, 128, 156, 0.2);\\n --yc-color-private-cool-grey-200: rgba(96, 128, 156, 0.3);\\n --yc-color-private-cool-grey-250: rgba(96, 128, 156, 0.4);\\n --yc-color-private-cool-grey-300: rgba(96, 128, 156, 0.5);\\n --yc-color-private-cool-grey-350: rgba(96, 128, 156, 0.6);\\n --yc-color-private-cool-grey-400: rgba(96, 128, 156, 0.7);\\n --yc-color-private-cool-grey-450: rgba(96, 128, 156, 0.8);\\n --yc-color-private-cool-grey-500: rgba(96, 128, 156, 0.9);\\n --yc-color-private-cool-grey-550: rgba(96, 128, 156, 1);\\n --yc-color-private-cool-grey-50-solid: rgba(37, 40, 44, 1);\\n --yc-color-private-cool-grey-100-solid: rgba(40, 44, 50, 1);\\n --yc-color-private-cool-grey-150-solid: rgba(46, 54, 62, 1);\\n --yc-color-private-cool-grey-200-solid: rgba(53, 63, 73, 1);\\n --yc-color-private-cool-grey-250-solid: rgba(59, 72, 85, 1);\\n --yc-color-private-cool-grey-300-solid: rgba(65, 81, 97, 1);\\n --yc-color-private-cool-grey-350-solid: rgba(71, 91, 109, 1);\\n --yc-color-private-cool-grey-400-solid: rgba(77, 100, 121, 1);\\n --yc-color-private-cool-grey-450-solid: rgba(84, 109, 132, 1);\\n --yc-color-private-cool-grey-500-solid: rgba(90, 119, 144, 1);\\n --yc-color-private-cool-grey-550-solid: rgba(96, 128, 156, 1);\\n --yc-color-private-cool-grey-600-solid: rgba(112, 141, 166, 1);\\n --yc-color-private-cool-grey-650-solid: rgba(128, 153, 176, 1);\\n --yc-color-private-cool-grey-700-solid: rgba(144, 166, 186, 1);\\n --yc-color-private-cool-grey-750-solid: rgba(160, 179, 195, 1);\\n --yc-color-private-cool-grey-800-solid: rgba(176, 191, 205, 1);\\n --yc-color-private-cool-grey-850-solid: rgba(191, 204, 215, 1);\\n --yc-color-private-cool-grey-900-solid: rgba(207, 217, 225, 1);\\n --yc-color-private-cool-grey-950-solid: rgba(223, 230, 235, 1);\\n --yc-color-private-cool-grey-1000-solid: rgba(239, 242, 245, 1);\\n --yc-color-private-orange-50: rgba(200, 99, 12, 0.05);\\n --yc-color-private-orange-100: rgba(200, 99, 12, 0.1);\\n --yc-color-private-orange-150: rgba(200, 99, 12, 0.2);\\n --yc-color-private-orange-200: rgba(200, 99, 12, 0.3);\\n --yc-color-private-orange-250: rgba(200, 99, 12, 0.4);\\n --yc-color-private-orange-300: rgba(200, 99, 12, 0.5);\\n --yc-color-private-orange-350: rgba(200, 99, 12, 0.6);\\n --yc-color-private-orange-400: rgba(200, 99, 12, 0.7);\\n --yc-color-private-orange-450: rgba(200, 99, 12, 0.8);\\n --yc-color-private-orange-500: rgba(200, 99, 12, 0.9);\\n --yc-color-private-orange-550: rgba(200, 99, 12, 1);\\n --yc-color-private-orange-50-solid: rgba(42, 38, 37, 1);\\n --yc-color-private-orange-100-solid: rgba(51, 41, 35, 1);\\n --yc-color-private-orange-150-solid: rgba(67, 48, 33, 1);\\n --yc-color-private-orange-200-solid: rgba(84, 54, 30, 1);\\n --yc-color-private-orange-250-solid: rgba(100, 61, 28, 1);\\n --yc-color-private-orange-300-solid: rgba(117, 67, 25, 1);\\n --yc-color-private-orange-350-solid: rgba(134, 73, 22, 1);\\n --yc-color-private-orange-400-solid: rgba(150, 80, 20, 1);\\n --yc-color-private-orange-450-solid: rgba(167, 86, 17, 1);\\n --yc-color-private-orange-500-solid: rgba(183, 93, 15, 1);\\n --yc-color-private-orange-550-solid: rgba(200, 99, 12, 1);\\n --yc-color-private-orange-600-solid: rgba(206, 115, 36, 1);\\n --yc-color-private-orange-650-solid: rgba(211, 130, 61, 1);\\n --yc-color-private-orange-700-solid: rgba(216, 146, 85, 1);\\n --yc-color-private-orange-750-solid: rgba(222, 161, 109, 1);\\n --yc-color-private-orange-800-solid: rgba(227, 177, 133, 1);\\n --yc-color-private-orange-850-solid: rgba(233, 193, 158, 1);\\n --yc-color-private-orange-900-solid: rgba(239, 208, 182, 1);\\n --yc-color-private-orange-950-solid: rgba(244, 224, 206, 1);\\n --yc-color-private-orange-1000-solid: rgba(250, 239, 231, 1);\\n --yc-my-color-brand-normal: var(--yc-color-private-blue-450-solid);\\n --yc-my-color-brand-normal-hover: var(--yc-color-private-blue-650-solid);\\n --yc-my-color-brand-light: var(--yc-color-private-blue-300);\\n --yc-my-color-brand-selection: var(--yc-color-private-blue-350);\\n --yc-my-color-brand-selection-hover: var(--yc-color-private-blue-600-solid);\\n --yc-my-color-brand-link: var(--yc-color-private-blue-550);\\n --yc-my-color-brand-link-hover: var(--yc-color-private-blue-750-solid);\\n --yc-my-color-brand-text: var(--yc-color-private-blue-850-solid);\\n --yc-my-color-brand-text-contrast: var(--yc-color-text-light-primary);\\n --yc-my-color-brand-link-visited: var(--yc-color-private-purple-650-solid);\\n --yc-my-color-brand-link-visited-hover: var(--yc-color-private-purple-800-solid);\\n --yc-color-text-primary: var(--yc-color-private-white-1000);\\n --yc-color-text-complementary: var(--yc-color-private-white-800);\\n --yc-color-text-secondary: var(--yc-color-private-white-600);\\n --yc-color-text-hint: var(--yc-color-private-white-400);\\n --yc-color-text-info: var(--yc-color-private-blue-600-solid);\\n --yc-color-text-positive: var(--yc-color-private-green-600-solid);\\n --yc-color-text-warning: var(--yc-color-private-yellow-600-solid);\\n --yc-color-text-danger: var(--yc-color-private-red-600-solid);\\n --yc-color-text-utility: var(--yc-color-private-purple-600-solid);\\n --yc-color-text-misc: var(--yc-color-private-cool-grey-600-solid);\\n --yc-color-text-info-heavy: var(--yc-color-private-blue-850-solid);\\n --yc-color-text-positive-heavy: var(--yc-color-private-green-850-solid);\\n --yc-color-text-warning-heavy: var(--yc-color-private-yellow-850-solid);\\n --yc-color-text-danger-heavy: var(--yc-color-private-red-850-solid);\\n --yc-color-text-utility-heavy: var(--yc-color-private-purple-850-solid);\\n --yc-color-text-misc-heavy: var(--yc-color-private-cool-grey-850-solid);\\n --yc-color-text-special: var(--yc-my-color-brand-normal);\\n --yc-color-text-link: var(--yc-my-color-brand-link);\\n --yc-color-text-link-hover: var(--yc-my-color-brand-link-hover);\\n --yc-color-text-link-visited: var(--yc-my-color-brand-link-visited);\\n --yc-color-text-link-visited-hover: var(--yc-my-color-brand-link-visited-hover);\\n --yc-color-text-yandex-red: var(--yc-color-private-red-550);\\n --yc-color-text-dark-primary: var(--yc-color-private-black-1000);\\n --yc-color-text-dark-complementary: var(--yc-color-private-black-800);\\n --yc-color-text-dark-secondary: var(--yc-color-private-black-600);\\n --yc-color-text-light-primary: var(--yc-color-private-white-1000);\\n --yc-color-text-light-complementary: var(--yc-color-private-white-800);\\n --yc-color-text-light-secondary: var(--yc-color-private-white-600);\\n --yc-color-text-light-hint: var(--yc-color-private-white-400);\\n --yc-color-text-inverted-primary: var(--yc-color-private-black-1000);\\n --yc-color-text-inverted-complementary: var(--yc-color-private-black-800);\\n --yc-color-text-inverted-secondary: var(--yc-color-private-black-600);\\n --yc-color-text-inverted-hint: var(--yc-color-private-black-400);\\n --yc-color-base-background: var(--yc-color-private-black-rock-950);\\n --yc-color-base-generic: var(--yc-color-private-white-100);\\n --yc-color-base-generic-hover: var(--yc-color-private-white-250);\\n --yc-color-base-generic-medium: var(--yc-color-private-white-250);\\n --yc-color-base-generic-medium-hover: var(--yc-color-private-white-400);\\n --yc-color-base-generic-accent: var(--yc-color-private-white-200);\\n --yc-color-base-generic-accent-disabled: var(--yc-color-private-white-150);\\n --yc-color-base-generic-ultralight: var(--yc-color-private-white-50);\\n --yc-color-base-simple-hover: var(--yc-color-private-white-250);\\n --yc-color-base-simple-hover-solid: var(--yc-color-private-white-250-solid);\\n --yc-color-base-selection: var(--yc-my-color-brand-selection);\\n --yc-color-base-selection-hover: var(--yc-my-color-brand-selection-hover);\\n --yc-color-base-special: var(--yc-my-color-brand-normal);\\n --yc-color-base-special-hover: var(--yc-my-color-brand-normal-hover);\\n --yc-color-base-action: var(--yc-color-base-special);\\n --yc-color-base-action-hover: var(--yc-color-base-special-hover);\\n --yc-color-base-info: var(--yc-color-private-blue-250);\\n --yc-color-base-info-hover: var(--yc-color-private-blue-400);\\n --yc-color-base-positive: var(--yc-color-private-green-250);\\n --yc-color-base-positive-hover: var(--yc-color-private-green-400);\\n --yc-color-base-warning: var(--yc-color-private-yellow-250);\\n --yc-color-base-warning-hover: var(--yc-color-private-yellow-400);\\n --yc-color-base-danger: var(--yc-color-private-red-250);\\n --yc-color-base-danger-hover: var(--yc-color-private-red-400);\\n --yc-color-base-misc: var(--yc-color-private-cool-grey-250);\\n --yc-color-base-misc-hover: var(--yc-color-private-cool-grey-400);\\n --yc-color-base-neutral: var(--yc-color-private-white-100);\\n --yc-color-base-neutral-hover: var(--yc-color-private-white-250);\\n --yc-color-base-positive-medium: var(--yc-color-private-green-350);\\n --yc-color-base-positive-medium-hover: var(--yc-color-private-green-400);\\n --yc-color-base-info-heavy: var(--yc-color-private-blue-450);\\n --yc-color-base-positive-heavy: var(--yc-color-private-green-450);\\n --yc-color-base-warning-heavy: var(--yc-color-private-yellow-450);\\n --yc-color-base-warning-heavy-hover: var(--yc-color-private-yellow-700);\\n --yc-color-base-danger-heavy: var(--yc-color-private-red-450);\\n --yc-color-base-danger-heavy-hover: var(--yc-color-private-red-450);\\n --yc-color-base-misc-heavy: var(--yc-color-private-cool-grey-450);\\n --yc-color-base-misc-heavy-hover: var(--yc-color-private-cool-grey-550);\\n --yc-color-base-light: var(--yc-color-private-white-850);\\n --yc-color-base-light-hover: var(--yc-color-private-white-700);\\n --yc-color-base-light-simple-hover: var(--yc-color-private-white-150);\\n --yc-color-base-light-disabled: var(--yc-color-private-white-150);\\n --yc-color-base-light-accent-disabled: var(--yc-color-private-white-300);\\n --yc-color-base-float: var(--yc-color-private-white-100-solid);\\n --yc-color-base-float-hover: var(--yc-color-private-white-200-solid);\\n --yc-color-base-float-heavy: var(--yc-color-private-white-200-solid);\\n --yc-color-base-float-accent: var(--yc-color-private-white-300-solid);\\n --yc-color-base-float-accent-hover: var(--yc-color-private-white-400-solid);\\n --yc-color-base-float-announcement: var(--yc-color-private-white-200-solid);\\n --yc-color-base-modal: var(--yc-color-private-black-rock-850);\\n --yc-color-line-generic: var(--yc-color-private-white-150);\\n --yc-color-line-generic-hover: var(--yc-color-private-white-250);\\n --yc-color-line-generic-active: var(--yc-color-private-white-600);\\n --yc-color-line-generic-accent: var(--yc-color-private-white-350);\\n --yc-color-line-generic-accent-hover: var(--yc-color-private-white-800);\\n --yc-color-line-solid: var(--yc-color-private-white-150-solid);\\n --yc-color-line-selection-hover: var(--yc-my-color-brand-light);\\n --yc-color-line-selection-active: var(--yc-my-color-brand-normal);\\n --yc-color-line-link: var(--yc-my-color-brand-normal);\\n --yc-color-line-info: var(--yc-color-private-blue-550);\\n --yc-color-line-positive: var(--yc-color-private-green-550);\\n --yc-color-line-warning: var(--yc-color-private-yellow-100);\\n --yc-color-line-danger: var(--yc-color-private-red-550);\\n --yc-color-line-misc: var(--yc-color-private-cool-grey-550);\\n --yc-color-line-hint: var(--yc-color-private-blue-550);\\n --yc-color-line-light: var(--yc-color-private-white-500);\\n --yc-color-infographics-info-light: var(--yc-color-private-blue-150);\\n --yc-color-infographics-positive-light: var(--yc-color-private-green-150);\\n --yc-color-infographics-warning-light: var(--yc-color-private-orange-150);\\n --yc-color-infographics-danger-light: var(--yc-color-private-red-150);\\n --yc-color-infographics-misc-light: var(--yc-color-private-cool-grey-150);\\n --yc-color-infographics-neutral-light: var(--yc-color-private-white-150);\\n --yc-color-infographics-info-medium: var(--yc-color-private-blue-300);\\n --yc-color-infographics-positive-medium: var(--yc-color-private-green-300);\\n --yc-color-infographics-warning-medium: var(--yc-color-private-orange-300);\\n --yc-color-infographics-danger-medium: var(--yc-color-private-red-300);\\n --yc-color-infographics-misc-medium: var(--yc-color-private-cool-grey-300);\\n --yc-color-infographics-neutral-medium: var(--yc-color-private-white-150);\\n --yc-color-infographics-info-heavy: var(--yc-color-private-blue-550);\\n --yc-color-infographics-positive-heavy: var(--yc-color-private-green-550);\\n --yc-color-infographics-warning-heavy: var(--yc-color-private-yellow-550);\\n --yc-color-infographics-danger-heavy: var(--yc-color-private-red-550);\\n --yc-color-infographics-misc-heavy: var(--yc-color-private-cool-grey-550);\\n --yc-color-infographics-neutral-heavy: var(--yc-color-private-white-300);\\n --yc-color-infographics-axis: var(--yc-color-private-white-150-solid);\\n --yc-color-infographics-tooltip-bg: var(--yc-color-private-white-opaque-150);\\n --yc-color-sfx-veil: var(--yc-color-private-black-700);\\n --yc-color-sfx-shadow: var(--yc-color-private-black-200);\\n --yc-color-sfx-shadow-heavy: var(--yc-color-private-black-400);\\n --yc-color-sfx-fade: var(--yc-color-private-white-250);\\n --yc-color-promo-base-silver: #bcc0c4;\\n --yc-color-promo-base-gold: #ffde5d;\\n --yc-color-promo-base-asphalt: #474d52;\\n --yc-color-promo-base-tomato: #ff6b6a;\\n --yc-color-promo-base-copper: #ffb95a;\\n --yc-color-promo-base-mint: #7fd68e;\\n --yc-color-promo-base-sky: #69b4ff;\\n --yc-color-promo-base-neon: #b384ff;\\n --yc-color-promo-highlight-silver: #616366;\\n --yc-color-promo-highlight-gold: #99832e;\\n --yc-color-promo-highlight-asphalt: #5d656b;\\n --yc-color-promo-highlight-tomato: #998585;\\n --yc-color-promo-highlight-copper: #7f7262;\\n --yc-color-promo-highlight-mint: #758978;\\n --yc-color-promo-highlight-sky: #94a2af;\\n --yc-color-promo-highlight-neon: #aea6ba;\\n --yc-color-scroll-track: var(--yc-color-base-background);\\n --yc-color-scroll-handle: var(--yc-color-private-white-150);\\n --yc-color-scroll-handle-hover: var(--yc-color-private-white-250);\\n --yc-color-scroll-corner: var(--yc-color-private-white-150);\\n background: var(--yc-color-base-background);\\n color: var(--yc-color-text-primary);\\n}\\n\\nbody.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar) {\\n scrollbar-width: var(--yc-scrollbar-width);\\n scrollbar-color: var(--yc-color-scroll-handle) var(--yc-color-scroll-track);\\n}\\nbody.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar)::-webkit-scrollbar,\\nbody.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar) *::-webkit-scrollbar {\\n width: var(--yc-scrollbar-width);\\n height: var(--yc-scrollbar-width);\\n background: var(--yc-color-scroll-track);\\n}\\nbody.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar)::-webkit-scrollbar-track,\\nbody.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar) *::-webkit-scrollbar-track {\\n background: var(--yc-color-scroll-track);\\n}\\nbody.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar)::-webkit-scrollbar-corner,\\nbody.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar) *::-webkit-scrollbar-corner {\\n background: var(--yc-color-scroll-corner);\\n}\\nbody.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar)::-webkit-scrollbar-thumb,\\nbody.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar) *::-webkit-scrollbar-thumb {\\n background: var(--yc-color-scroll-handle);\\n}\\nbody.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar)::-webkit-scrollbar-thumb:hover,\\nbody.yc-root:not(.yc-root_mobile):not(.yc-root_native-scrollbar) *::-webkit-scrollbar-thumb:hover {\\n background: var(--yc-color-scroll-handle-hover);\\n}',\"\"]),t.a=o},function(e,t,r){\"use strict\";var n;Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=((n=r(194))&&n.__esModule?n:{default:n}).default;t.default=o},function(e,t,r){\"use strict\";const n=r(214),{snakeCase:o}=r(240);e.exports=function(e,t){return t=Object.assign({deep:!0,exclude:[],parsingOptions:{}},t),n(e,(function(e,r){return[(n=t.exclude,i=e,n.some((function(e){return\"string\"==typeof e?e===i:e.test(i)}))?e:o(e,t.parsingOptions)),r];var n,i}),t)}},function(e,t,r){\"use strict\";(function(e){r.d(t,\"a\",(function(){return y}));var n=r(32),o=r(57),i=r(0),a=r.n(i),c=r(156);function l(e,t){var r,n=(r=e,!isNaN(parseFloat(r))&&isFinite(r)?parseFloat(r):\"px\"===r.slice(-2)?parseFloat(r.slice(0,-2)):void 0);if(\"number\"==typeof n)return n;var o=function(e){if(\"%\"===e.slice(-1))return parseFloat(e.slice(0,-1))/100}(e);return\"number\"==typeof o?o*t:void 0}function u(e){return\"string\"==typeof e.type}var s;var d=[];function p(e){d.push(e),s||(s=setTimeout((function(){var e;for(s=null;e=d.shift();)e()}),0));var t=!0;return function(){if(t){t=!1;var r=d.indexOf(e);-1!==r&&(d.splice(r,1),!d.length&&s&&(clearTimeout(s),s=null))}}}var f=\"undefined\"!=typeof window,m={debug:!1,scrollableAncestor:void 0,children:void 0,topOffset:\"0px\",bottomOffset:\"0px\",horizontal:!1,onEnter:function(){},onLeave:function(){},onPositionChange:function(){},fireOnRapidScroll:!0},y=function(t){function r(e){var r;return(r=t.call(this,e)||this).refElement=function(e){r._ref=e},r}Object(n.a)(r,t);var i=r.prototype;return i.componentDidMount=function(){var e=this;f&&(this.cancelOnNextTick=p((function(){e.cancelOnNextTick=null;var t=e.props,r=t.children;t.debug;!function(e,t){if(e&&!u(e)&&!t)throw new Error(\"<Waypoint> needs a DOM element to compute boundaries. The child you passed is neither a DOM element (e.g. <div>) nor does it use the innerRef prop.\\n\\nSee https://goo.gl/LrBNgw for more info.\")}(r,e._ref),e._handleScroll=e._handleScroll.bind(e),e.scrollableAncestor=e._findScrollableAncestor(),e.scrollEventListenerUnsubscribe=Object(o.a)(e.scrollableAncestor,\"scroll\",e._handleScroll,{passive:!0}),e.resizeEventListenerUnsubscribe=Object(o.a)(window,\"resize\",e._handleScroll,{passive:!0}),e._handleScroll(null)})))},i.componentDidUpdate=function(){var e=this;f&&this.scrollableAncestor&&(this.cancelOnNextTick||(this.cancelOnNextTick=p((function(){e.cancelOnNextTick=null,e._handleScroll(null)}))))},i.componentWillUnmount=function(){f&&(this.scrollEventListenerUnsubscribe&&this.scrollEventListenerUnsubscribe(),this.resizeEventListenerUnsubscribe&&this.resizeEventListenerUnsubscribe(),this.cancelOnNextTick&&this.cancelOnNextTick())},i._findScrollableAncestor=function(){var t=this.props,r=t.horizontal,n=t.scrollableAncestor;if(n)return function(t){return\"window\"===t?e.window:t}(n);for(var o=this._ref;o.parentNode;){if((o=o.parentNode)===document.body)return window;var i=window.getComputedStyle(o),a=(r?i.getPropertyValue(\"overflow-x\"):i.getPropertyValue(\"overflow-y\"))||i.getPropertyValue(\"overflow\");if(\"auto\"===a||\"scroll\"===a||\"overlay\"===a)return o}return window},i._handleScroll=function(e){if(this._ref){var t=this._getBounds(),r=function(e){return e.viewportBottom-e.viewportTop==0?\"invisible\":e.viewportTop<=e.waypointTop&&e.waypointTop<=e.viewportBottom||e.viewportTop<=e.waypointBottom&&e.waypointBottom<=e.viewportBottom||e.waypointTop<=e.viewportTop&&e.viewportBottom<=e.waypointBottom?\"inside\":e.viewportBottom<e.waypointTop?\"below\":e.waypointTop<e.viewportTop?\"above\":\"invisible\"}(t),n=this._previousPosition,o=this.props,i=(o.debug,o.onPositionChange),a=o.onEnter,c=o.onLeave,l=o.fireOnRapidScroll;if(this._previousPosition=r,n!==r){var u={currentPosition:r,previousPosition:n,event:e,waypointTop:t.waypointTop,waypointBottom:t.waypointBottom,viewportTop:t.viewportTop,viewportBottom:t.viewportBottom};i.call(this,u),\"inside\"===r?a.call(this,u):\"inside\"===n&&c.call(this,u),l&&(\"below\"===n&&\"above\"===r||\"above\"===n&&\"below\"===r)&&(a.call(this,{currentPosition:\"inside\",previousPosition:n,event:e,waypointTop:t.waypointTop,waypointBottom:t.waypointBottom,viewportTop:t.viewportTop,viewportBottom:t.viewportBottom}),c.call(this,{currentPosition:r,previousPosition:\"inside\",event:e,waypointTop:t.waypointTop,waypointBottom:t.waypointBottom,viewportTop:t.viewportTop,viewportBottom:t.viewportBottom}))}}},i._getBounds=function(){var e,t,r=this.props,n=r.horizontal,o=(r.debug,this._ref.getBoundingClientRect()),i=o.left,a=o.top,c=o.right,u=o.bottom,s=n?i:a,d=n?c:u;this.scrollableAncestor===window?(e=n?window.innerWidth:window.innerHeight,t=0):(e=n?this.scrollableAncestor.offsetWidth:this.scrollableAncestor.offsetHeight,t=n?this.scrollableAncestor.getBoundingClientRect().left:this.scrollableAncestor.getBoundingClientRect().top);var p=this.props,f=p.bottomOffset;return{waypointTop:s,waypointBottom:d,viewportTop:t+l(p.topOffset,e),viewportBottom:t+e-l(f,e)}},i.render=function(){var e=this,t=this.props.children;if(!t)return a.a.createElement(\"span\",{ref:this.refElement,style:{fontSize:0}});if(u(t)||Object(c.isForwardRef)(t)){return a.a.cloneElement(t,{ref:function(r){e.refElement(r),t.ref&&(\"function\"==typeof t.ref?t.ref(r):t.ref.current=r)}})}return a.a.cloneElement(t,{innerRef:this.refElement})},r}(a.a.PureComponent);y.above=\"above\",y.below=\"below\",y.inside=\"inside\",y.invisible=\"invisible\",y.defaultProps=m,y.displayName=\"Waypoint\"}).call(this,r(27))},function(e,t,r){\"use strict\";e.exports=r(217)},function(e){e.exports=JSON.parse('{\"img-alt\":\"Image alt\"}')},function(e){e.exports=JSON.parse('{\"img-alt\":\"Альтернатива изображению\"}')},function(e){e.exports=JSON.parse('{\"image-alt\":\"Button image\"}')},function(e){e.exports=JSON.parse('{\"image-alt\":\"Иконка кнопки\"}')},function(e){e.exports=JSON.parse('{\"img-alt\":\"Full screen image\"}')},function(e){e.exports=JSON.parse('{\"img-alt\":\"Полноэкранное изображение\"}')},function(e,t,r){\"use strict\";function n(){return(n=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}r.d(t,\"a\",(function(){return n}))},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var n,o=(n=r(218))&&n.__esModule?n:{default:n},i=r(232);var a=o.default[o.default.length-1],c=(0,i.createReactPlayer)(o.default,a);t.default=c},function(e){e.exports=JSON.parse('{\"iframe-title\":\"Video frame\"}')},function(e){e.exports=JSON.parse('{\"iframe-title\":\"Фрейм видеоблока\"}')},function(e){e.exports=JSON.parse('{\"iframe-title\":\"Datalens frame\"}')},function(e){e.exports=JSON.parse('{\"iframe-title\":\"Фрейм данных\"}')},function(e){e.exports=JSON.parse('{\"constructor-share\":\"Share\"}')},function(e){e.exports=JSON.parse('{\"constructor-share\":\"Поделиться\"}')},function(e){e.exports=JSON.parse('{\"map-load-error\":\"Error occured while loading the map\",\"map-try-again\":\"Try again\"}')},function(e){e.exports=JSON.parse('{\"map-load-error\":\"При загрузке карты произошла ошибка\",\"map-try-again\":\"Повторить\"}')},function(e){e.exports=JSON.parse('{\"label-all-tag\":\"All\"}')},function(e){e.exports=JSON.parse('{\"label-all-tag\":\"Все\"}')},function(e){e.exports=JSON.parse('{\"aria-label\":\"Button label\"}')},function(e){e.exports=JSON.parse('{\"aria-label\":\"Лейбл кнопки\"}')},function(e){e.exports=JSON.parse('{\"loadable-load-error\":\"Error occured\",\"loadable-try-again\":\"Try again\"}')},function(e){e.exports=JSON.parse('{\"loadable-load-error\":\"Произошла ошибка\",\"loadable-try-again\":\"Повторить\"}')},,,,,,,,function(e,t,r){\"use strict\";\n/**\n * @license React\n * react.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */var n=Symbol.for(\"react.element\"),o=Symbol.for(\"react.portal\"),i=Symbol.for(\"react.fragment\"),a=Symbol.for(\"react.strict_mode\"),c=Symbol.for(\"react.profiler\"),l=Symbol.for(\"react.provider\"),u=Symbol.for(\"react.context\"),s=Symbol.for(\"react.forward_ref\"),d=Symbol.for(\"react.suspense\"),p=Symbol.for(\"react.memo\"),f=Symbol.for(\"react.lazy\"),m=Symbol.iterator;var y={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},b=Object.assign,h={};function v(e,t,r){this.props=e,this.context=t,this.refs=h,this.updater=r||y}function g(){}function _(e,t,r){this.props=e,this.context=t,this.refs=h,this.updater=r||y}v.prototype.isReactComponent={},v.prototype.setState=function(e,t){if(\"object\"!=typeof e&&\"function\"!=typeof e&&null!=e)throw Error(\"setState(...): takes an object of state variables to update or a function which returns an object of state variables.\");this.updater.enqueueSetState(this,e,t,\"setState\")},v.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,\"forceUpdate\")},g.prototype=v.prototype;var w=_.prototype=new g;w.constructor=_,b(w,v.prototype),w.isPureReactComponent=!0;var x=Array.isArray,k=Object.prototype.hasOwnProperty,N={current:null},j={key:!0,ref:!0,__self:!0,__source:!0};function M(e,t,r){var o,i={},a=null,c=null;if(null!=t)for(o in void 0!==t.ref&&(c=t.ref),void 0!==t.key&&(a=\"\"+t.key),t)k.call(t,o)&&!j.hasOwnProperty(o)&&(i[o]=t[o]);var l=arguments.length-2;if(1===l)i.children=r;else if(1<l){for(var u=Array(l),s=0;s<l;s++)u[s]=arguments[s+2];i.children=u}if(e&&e.defaultProps)for(o in l=e.defaultProps)void 0===i[o]&&(i[o]=l[o]);return{$$typeof:n,type:e,key:a,ref:c,props:i,_owner:N.current}}function O(e){return\"object\"==typeof e&&null!==e&&e.$$typeof===n}var S=/\\/+/g;function E(e,t){return\"object\"==typeof e&&null!==e&&null!=e.key?function(e){var t={\"=\":\"=0\",\":\":\"=2\"};return\"$\"+e.replace(/[=:]/g,(function(e){return t[e]}))}(\"\"+e.key):t.toString(36)}function L(e,t,r,i,a){var c=typeof e;\"undefined\"!==c&&\"boolean\"!==c||(e=null);var l=!1;if(null===e)l=!0;else switch(c){case\"string\":case\"number\":l=!0;break;case\"object\":switch(e.$$typeof){case n:case o:l=!0}}if(l)return a=a(l=e),e=\"\"===i?\".\"+E(l,0):i,x(a)?(r=\"\",null!=e&&(r=e.replace(S,\"$&/\")+\"/\"),L(a,t,r,\"\",(function(e){return e}))):null!=a&&(O(a)&&(a=function(e,t){return{$$typeof:n,type:e.type,key:t,ref:e.ref,props:e.props,_owner:e._owner}}(a,r+(!a.key||l&&l.key===a.key?\"\":(\"\"+a.key).replace(S,\"$&/\")+\"/\")+e)),t.push(a)),1;if(l=0,i=\"\"===i?\".\":i+\":\",x(e))for(var u=0;u<e.length;u++){var s=i+E(c=e[u],u);l+=L(c,t,r,s,a)}else if(\"function\"==typeof(s=function(e){return null===e||\"object\"!=typeof e?null:\"function\"==typeof(e=m&&e[m]||e[\"@@iterator\"])?e:null}(e)))for(e=s.call(e),u=0;!(c=e.next()).done;)l+=L(c=c.value,t,r,s=i+E(c,u++),a);else if(\"object\"===c)throw t=String(e),Error(\"Objects are not valid as a React child (found: \"+(\"[object Object]\"===t?\"object with keys {\"+Object.keys(e).join(\", \")+\"}\":t)+\"). If you meant to render a collection of children, use an array instead.\");return l}function I(e,t,r){if(null==e)return e;var n=[],o=0;return L(e,n,\"\",\"\",(function(e){return t.call(r,e,o++)})),n}function C(e){if(-1===e._status){var t=e._result;(t=t()).then((function(t){0!==e._status&&-1!==e._status||(e._status=1,e._result=t)}),(function(t){0!==e._status&&-1!==e._status||(e._status=2,e._result=t)})),-1===e._status&&(e._status=0,e._result=t)}if(1===e._status)return e._result.default;throw e._result}var P={current:null},A={transition:null},D={ReactCurrentDispatcher:P,ReactCurrentBatchConfig:A,ReactCurrentOwner:N};t.Children={map:I,forEach:function(e,t,r){I(e,(function(){t.apply(this,arguments)}),r)},count:function(e){var t=0;return I(e,(function(){t++})),t},toArray:function(e){return I(e,(function(e){return e}))||[]},only:function(e){if(!O(e))throw Error(\"React.Children.only expected to receive a single React element child.\");return e}},t.Component=v,t.Fragment=i,t.Profiler=c,t.PureComponent=_,t.StrictMode=a,t.Suspense=d,t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=D,t.cloneElement=function(e,t,r){if(null==e)throw Error(\"React.cloneElement(...): The argument must be a React element, but you passed \"+e+\".\");var o=b({},e.props),i=e.key,a=e.ref,c=e._owner;if(null!=t){if(void 0!==t.ref&&(a=t.ref,c=N.current),void 0!==t.key&&(i=\"\"+t.key),e.type&&e.type.defaultProps)var l=e.type.defaultProps;for(u in t)k.call(t,u)&&!j.hasOwnProperty(u)&&(o[u]=void 0===t[u]&&void 0!==l?l[u]:t[u])}var u=arguments.length-2;if(1===u)o.children=r;else if(1<u){l=Array(u);for(var s=0;s<u;s++)l[s]=arguments[s+2];o.children=l}return{$$typeof:n,type:e.type,key:i,ref:a,props:o,_owner:c}},t.createContext=function(e){return(e={$$typeof:u,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null}).Provider={$$typeof:l,_context:e},e.Consumer=e},t.createElement=M,t.createFactory=function(e){var t=M.bind(null,e);return t.type=e,t},t.createRef=function(){return{current:null}},t.forwardRef=function(e){return{$$typeof:s,render:e}},t.isValidElement=O,t.lazy=function(e){return{$$typeof:f,_payload:{_status:-1,_result:e},_init:C}},t.memo=function(e,t){return{$$typeof:p,type:e,compare:void 0===t?null:t}},t.startTransition=function(e){var t=A.transition;A.transition={};try{e()}finally{A.transition=t}},t.unstable_act=function(){throw Error(\"act(...) is not supported in production builds of React.\")},t.useCallback=function(e,t){return P.current.useCallback(e,t)},t.useContext=function(e){return P.current.useContext(e)},t.useDebugValue=function(){},t.useDeferredValue=function(e){return P.current.useDeferredValue(e)},t.useEffect=function(e,t){return P.current.useEffect(e,t)},t.useId=function(){return P.current.useId()},t.useImperativeHandle=function(e,t,r){return P.current.useImperativeHandle(e,t,r)},t.useInsertionEffect=function(e,t){return P.current.useInsertionEffect(e,t)},t.useLayoutEffect=function(e,t){return P.current.useLayoutEffect(e,t)},t.useMemo=function(e,t){return P.current.useMemo(e,t)},t.useReducer=function(e,t,r){return P.current.useReducer(e,t,r)},t.useRef=function(e){return P.current.useRef(e)},t.useState=function(e){return P.current.useState(e)},t.useSyncExternalStore=function(e,t,r){return P.current.useSyncExternalStore(e,t,r)},t.useTransition=function(){return P.current.useTransition()},t.version=\"18.2.0\"},function(e,t,r){\"use strict\";\n/**\n * @license React\n * react-dom.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */var n=r(0),o=r(188);function i(e){for(var t=\"https://reactjs.org/docs/error-decoder.html?invariant=\"+e,r=1;r<arguments.length;r++)t+=\"&args[]=\"+encodeURIComponent(arguments[r]);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 a=new Set,c={};function l(e,t){u(e,t),u(e+\"Capture\",t)}function u(e,t){for(c[e]=t,e=0;e<t.length;e++)a.add(t[e])}var s=!(\"undefined\"==typeof window||void 0===window.document||void 0===window.document.createElement),d=Object.prototype.hasOwnProperty,p=/^[: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]*$/,f={},m={};function y(e,t,r,n,o,i,a){this.acceptsBooleans=2===t||3===t||4===t,this.attributeName=n,this.attributeNamespace=o,this.mustUseProperty=r,this.propertyName=e,this.type=t,this.sanitizeURL=i,this.removeEmptyString=a}var b={};\"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style\".split(\" \").forEach((function(e){b[e]=new y(e,0,!1,e,null,!1,!1)})),[[\"acceptCharset\",\"accept-charset\"],[\"className\",\"class\"],[\"htmlFor\",\"for\"],[\"httpEquiv\",\"http-equiv\"]].forEach((function(e){var t=e[0];b[t]=new y(t,1,!1,e[1],null,!1,!1)})),[\"contentEditable\",\"draggable\",\"spellCheck\",\"value\"].forEach((function(e){b[e]=new y(e,2,!1,e.toLowerCase(),null,!1,!1)})),[\"autoReverse\",\"externalResourcesRequired\",\"focusable\",\"preserveAlpha\"].forEach((function(e){b[e]=new y(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){b[e]=new y(e,3,!1,e.toLowerCase(),null,!1,!1)})),[\"checked\",\"multiple\",\"muted\",\"selected\"].forEach((function(e){b[e]=new y(e,3,!0,e,null,!1,!1)})),[\"capture\",\"download\"].forEach((function(e){b[e]=new y(e,4,!1,e,null,!1,!1)})),[\"cols\",\"rows\",\"size\",\"span\"].forEach((function(e){b[e]=new y(e,6,!1,e,null,!1,!1)})),[\"rowSpan\",\"start\"].forEach((function(e){b[e]=new y(e,5,!1,e.toLowerCase(),null,!1,!1)}));var h=/[\\-:]([a-z])/g;function v(e){return e[1].toUpperCase()}function g(e,t,r,n){var o=b.hasOwnProperty(t)?b[t]:null;(null!==o?0!==o.type:n||!(2<t.length)||\"o\"!==t[0]&&\"O\"!==t[0]||\"n\"!==t[1]&&\"N\"!==t[1])&&(function(e,t,r,n){if(null==t||function(e,t,r,n){if(null!==r&&0===r.type)return!1;switch(typeof t){case\"function\":case\"symbol\":return!0;case\"boolean\":return!n&&(null!==r?!r.acceptsBooleans:\"data-\"!==(e=e.toLowerCase().slice(0,5))&&\"aria-\"!==e);default:return!1}}(e,t,r,n))return!0;if(n)return!1;if(null!==r)switch(r.type){case 3:return!t;case 4:return!1===t;case 5:return isNaN(t);case 6:return isNaN(t)||1>t}return!1}(t,r,o,n)&&(r=null),n||null===o?function(e){return!!d.call(m,e)||!d.call(f,e)&&(p.test(e)?m[e]=!0:(f[e]=!0,!1))}(t)&&(null===r?e.removeAttribute(t):e.setAttribute(t,\"\"+r)):o.mustUseProperty?e[o.propertyName]=null===r?3!==o.type&&\"\":r:(t=o.attributeName,n=o.attributeNamespace,null===r?e.removeAttribute(t):(r=3===(o=o.type)||4===o&&!0===r?\"\":\"\"+r,n?e.setAttributeNS(n,t,r):e.setAttribute(t,r))))}\"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(h,v);b[t]=new y(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(h,v);b[t]=new y(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(h,v);b[t]=new y(t,1,!1,e,\"http://www.w3.org/XML/1998/namespace\",!1,!1)})),[\"tabIndex\",\"crossOrigin\"].forEach((function(e){b[e]=new y(e,1,!1,e.toLowerCase(),null,!1,!1)})),b.xlinkHref=new y(\"xlinkHref\",1,!1,\"xlink:href\",\"http://www.w3.org/1999/xlink\",!0,!1),[\"src\",\"href\",\"action\",\"formAction\"].forEach((function(e){b[e]=new y(e,1,!1,e.toLowerCase(),null,!0,!0)}));var _=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,w=Symbol.for(\"react.element\"),x=Symbol.for(\"react.portal\"),k=Symbol.for(\"react.fragment\"),N=Symbol.for(\"react.strict_mode\"),j=Symbol.for(\"react.profiler\"),M=Symbol.for(\"react.provider\"),O=Symbol.for(\"react.context\"),S=Symbol.for(\"react.forward_ref\"),E=Symbol.for(\"react.suspense\"),L=Symbol.for(\"react.suspense_list\"),I=Symbol.for(\"react.memo\"),C=Symbol.for(\"react.lazy\");Symbol.for(\"react.scope\"),Symbol.for(\"react.debug_trace_mode\");var P=Symbol.for(\"react.offscreen\");Symbol.for(\"react.legacy_hidden\"),Symbol.for(\"react.cache\"),Symbol.for(\"react.tracing_marker\");var A=Symbol.iterator;function D(e){return null===e||\"object\"!=typeof e?null:\"function\"==typeof(e=A&&e[A]||e[\"@@iterator\"])?e:null}var T,z=Object.assign;function B(e){if(void 0===T)try{throw Error()}catch(e){var t=e.stack.trim().match(/\\n( *(at )?)/);T=t&&t[1]||\"\"}return\"\\n\"+T+e}var R=!1;function F(e,t){if(!e||R)return\"\";R=!0;var r=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(t)if(t=function(){throw Error()},Object.defineProperty(t.prototype,\"props\",{set:function(){throw Error()}}),\"object\"==typeof Reflect&&Reflect.construct){try{Reflect.construct(t,[])}catch(e){var n=e}Reflect.construct(e,[],t)}else{try{t.call()}catch(e){n=e}e.call(t.prototype)}else{try{throw Error()}catch(e){n=e}e()}}catch(t){if(t&&n&&\"string\"==typeof t.stack){for(var o=t.stack.split(\"\\n\"),i=n.stack.split(\"\\n\"),a=o.length-1,c=i.length-1;1<=a&&0<=c&&o[a]!==i[c];)c--;for(;1<=a&&0<=c;a--,c--)if(o[a]!==i[c]){if(1!==a||1!==c)do{if(a--,0>--c||o[a]!==i[c]){var l=\"\\n\"+o[a].replace(\" at new \",\" at \");return e.displayName&&l.includes(\"<anonymous>\")&&(l=l.replace(\"<anonymous>\",e.displayName)),l}}while(1<=a&&0<=c);break}}}finally{R=!1,Error.prepareStackTrace=r}return(e=e?e.displayName||e.name:\"\")?B(e):\"\"}function U(e){switch(e.tag){case 5:return B(e.type);case 16:return B(\"Lazy\");case 13:return B(\"Suspense\");case 19:return B(\"SuspenseList\");case 0:case 2:case 15:return e=F(e.type,!1);case 11:return e=F(e.type.render,!1);case 1:return e=F(e.type,!0);default:return\"\"}}function Y(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=(e=t.render).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 function e(t){if(null==t)return null;if(\"function\"==typeof t)return t.displayName||t.name||null;if(\"string\"==typeof t)return t;switch(t){case k:return\"Fragment\";case x:return\"Portal\";case j:return\"Profiler\";case N:return\"StrictMode\";case E:return\"Suspense\";case L:return\"SuspenseList\"}if(\"object\"==typeof t)switch(t.$$typeof){case O:return(t.displayName||\"Context\")+\".Consumer\";case M:return(t._context.displayName||\"Context\")+\".Provider\";case S:var r=t.render;return(t=t.displayName)||(t=\"\"!==(t=r.displayName||r.name||\"\")?\"ForwardRef(\"+t+\")\":\"ForwardRef\"),t;case I:return null!==(r=t.displayName||null)?r:e(t.type)||\"Memo\";case C:r=t._payload,t=t._init;try{return e(t(r))}catch(e){}}return null}(t);case 8:return t===N?\"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(\"function\"==typeof t)return t.displayName||t.name||null;if(\"string\"==typeof t)return t}return null}function W(e){switch(typeof e){case\"boolean\":case\"number\":case\"string\":case\"undefined\":case\"object\":return e;default:return\"\"}}function V(e){var t=e.type;return(e=e.nodeName)&&\"input\"===e.toLowerCase()&&(\"checkbox\"===t||\"radio\"===t)}function Q(e){e._valueTracker||(e._valueTracker=function(e){var t=V(e)?\"checked\":\"value\",r=Object.getOwnPropertyDescriptor(e.constructor.prototype,t),n=\"\"+e[t];if(!e.hasOwnProperty(t)&&void 0!==r&&\"function\"==typeof r.get&&\"function\"==typeof r.set){var o=r.get,i=r.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return o.call(this)},set:function(e){n=\"\"+e,i.call(this,e)}}),Object.defineProperty(e,t,{enumerable:r.enumerable}),{getValue:function(){return n},setValue:function(e){n=\"\"+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}(e))}function H(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var r=t.getValue(),n=\"\";return e&&(n=V(e)?e.checked?\"true\":\"false\":e.value),(e=n)!==r&&(t.setValue(e),!0)}function G(e){if(void 0===(e=e||(\"undefined\"!=typeof document?document:void 0)))return null;try{return e.activeElement||e.body}catch(t){return e.body}}function Z(e,t){var r=t.checked;return z({},t,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:null!=r?r:e._wrapperState.initialChecked})}function q(e,t){var r=null==t.defaultValue?\"\":t.defaultValue,n=null!=t.checked?t.checked:t.defaultChecked;r=W(null!=t.value?t.value:r),e._wrapperState={initialChecked:n,initialValue:r,controlled:\"checkbox\"===t.type||\"radio\"===t.type?null!=t.checked:null!=t.value}}function $(e,t){null!=(t=t.checked)&&g(e,\"checked\",t,!1)}function X(e,t){$(e,t);var r=W(t.value),n=t.type;if(null!=r)\"number\"===n?(0===r&&\"\"===e.value||e.value!=r)&&(e.value=\"\"+r):e.value!==\"\"+r&&(e.value=\"\"+r);else if(\"submit\"===n||\"reset\"===n)return void e.removeAttribute(\"value\");t.hasOwnProperty(\"value\")?J(e,t.type,r):t.hasOwnProperty(\"defaultValue\")&&J(e,t.type,W(t.defaultValue)),null==t.checked&&null!=t.defaultChecked&&(e.defaultChecked=!!t.defaultChecked)}function K(e,t,r){if(t.hasOwnProperty(\"value\")||t.hasOwnProperty(\"defaultValue\")){var n=t.type;if(!(\"submit\"!==n&&\"reset\"!==n||void 0!==t.value&&null!==t.value))return;t=\"\"+e._wrapperState.initialValue,r||t===e.value||(e.value=t),e.defaultValue=t}\"\"!==(r=e.name)&&(e.name=\"\"),e.defaultChecked=!!e._wrapperState.initialChecked,\"\"!==r&&(e.name=r)}function J(e,t,r){\"number\"===t&&G(e.ownerDocument)===e||(null==r?e.defaultValue=\"\"+e._wrapperState.initialValue:e.defaultValue!==\"\"+r&&(e.defaultValue=\"\"+r))}var ee=Array.isArray;function te(e,t,r,n){if(e=e.options,t){t={};for(var o=0;o<r.length;o++)t[\"$\"+r[o]]=!0;for(r=0;r<e.length;r++)o=t.hasOwnProperty(\"$\"+e[r].value),e[r].selected!==o&&(e[r].selected=o),o&&n&&(e[r].defaultSelected=!0)}else{for(r=\"\"+W(r),t=null,o=0;o<e.length;o++){if(e[o].value===r)return e[o].selected=!0,void(n&&(e[o].defaultSelected=!0));null!==t||e[o].disabled||(t=e[o])}null!==t&&(t.selected=!0)}}function re(e,t){if(null!=t.dangerouslySetInnerHTML)throw Error(i(91));return z({},t,{value:void 0,defaultValue:void 0,children:\"\"+e._wrapperState.initialValue})}function ne(e,t){var r=t.value;if(null==r){if(r=t.children,t=t.defaultValue,null!=r){if(null!=t)throw Error(i(92));if(ee(r)){if(1<r.length)throw Error(i(93));r=r[0]}t=r}null==t&&(t=\"\"),r=t}e._wrapperState={initialValue:W(r)}}function oe(e,t){var r=W(t.value),n=W(t.defaultValue);null!=r&&((r=\"\"+r)!==e.value&&(e.value=r),null==t.defaultValue&&e.defaultValue!==r&&(e.defaultValue=r)),null!=n&&(e.defaultValue=\"\"+n)}function ie(e){var t=e.textContent;t===e._wrapperState.initialValue&&\"\"!==t&&null!==t&&(e.value=t)}function ae(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 ce(e,t){return null==e||\"http://www.w3.org/1999/xhtml\"===e?ae(t):\"http://www.w3.org/2000/svg\"===e&&\"foreignObject\"===t?\"http://www.w3.org/1999/xhtml\":e}var le,ue=function(e){return\"undefined\"!=typeof MSApp&&MSApp.execUnsafeLocalFunction?function(t,r,n,o){MSApp.execUnsafeLocalFunction((function(){return e(t,r)}))}:e}((function(e,t){if(\"http://www.w3.org/2000/svg\"!==e.namespaceURI||\"innerHTML\"in e)e.innerHTML=t;else{for((le=le||document.createElement(\"div\")).innerHTML=\"<svg>\"+t.valueOf().toString()+\"</svg>\",t=le.firstChild;e.firstChild;)e.removeChild(e.firstChild);for(;t.firstChild;)e.appendChild(t.firstChild)}}));function se(e,t){if(t){var r=e.firstChild;if(r&&r===e.lastChild&&3===r.nodeType)return void(r.nodeValue=t)}e.textContent=t}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},pe=[\"Webkit\",\"ms\",\"Moz\",\"O\"];function fe(e,t,r){return null==t||\"boolean\"==typeof t||\"\"===t?\"\":r||\"number\"!=typeof t||0===t||de.hasOwnProperty(e)&&de[e]?(\"\"+t).trim():t+\"px\"}function me(e,t){for(var r in e=e.style,t)if(t.hasOwnProperty(r)){var n=0===r.indexOf(\"--\"),o=fe(r,t[r],n);\"float\"===r&&(r=\"cssFloat\"),n?e.setProperty(r,o):e[r]=o}}Object.keys(de).forEach((function(e){pe.forEach((function(t){t=t+e.charAt(0).toUpperCase()+e.substring(1),de[t]=de[e]}))}));var ye=z({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 be(e,t){if(t){if(ye[e]&&(null!=t.children||null!=t.dangerouslySetInnerHTML))throw Error(i(137,e));if(null!=t.dangerouslySetInnerHTML){if(null!=t.children)throw Error(i(60));if(\"object\"!=typeof t.dangerouslySetInnerHTML||!(\"__html\"in t.dangerouslySetInnerHTML))throw Error(i(61))}if(null!=t.style&&\"object\"!=typeof t.style)throw Error(i(62))}}function he(e,t){if(-1===e.indexOf(\"-\"))return\"string\"==typeof t.is;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 ve=null;function ge(e){return(e=e.target||e.srcElement||window).correspondingUseElement&&(e=e.correspondingUseElement),3===e.nodeType?e.parentNode:e}var _e=null,we=null,xe=null;function ke(e){if(e=fo(e)){if(\"function\"!=typeof _e)throw Error(i(280));var t=e.stateNode;t&&(t=yo(t),_e(e.stateNode,e.type,t))}}function Ne(e){we?xe?xe.push(e):xe=[e]:we=e}function je(){if(we){var e=we,t=xe;if(xe=we=null,ke(e),t)for(e=0;e<t.length;e++)ke(t[e])}}function Me(e,t){return e(t)}function Oe(){}var Se=!1;function Ee(e,t,r){if(Se)return e(t,r);Se=!0;try{return Me(e,t,r)}finally{Se=!1,(null!==we||null!==xe)&&(Oe(),je())}}function Le(e,t){var r=e.stateNode;if(null===r)return null;var n=yo(r);if(null===n)return null;r=n[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\":(n=!n.disabled)||(n=!(\"button\"===(e=e.type)||\"input\"===e||\"select\"===e||\"textarea\"===e)),e=!n;break e;default:e=!1}if(e)return null;if(r&&\"function\"!=typeof r)throw Error(i(231,t,typeof r));return r}var Ie=!1;if(s)try{var Ce={};Object.defineProperty(Ce,\"passive\",{get:function(){Ie=!0}}),window.addEventListener(\"test\",Ce,Ce),window.removeEventListener(\"test\",Ce,Ce)}catch(e){Ie=!1}function Pe(e,t,r,n,o,i,a,c,l){var u=Array.prototype.slice.call(arguments,3);try{t.apply(r,u)}catch(e){this.onError(e)}}var Ae=!1,De=null,Te=!1,ze=null,Be={onError:function(e){Ae=!0,De=e}};function Re(e,t,r,n,o,i,a,c,l){Ae=!1,De=null,Pe.apply(Be,arguments)}function Fe(e){var t=e,r=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do{0!=(4098&(t=e).flags)&&(r=t.return),e=t.return}while(e)}return 3===t.tag?r:null}function Ue(e){if(13===e.tag){var t=e.memoizedState;if(null===t&&(null!==(e=e.alternate)&&(t=e.memoizedState)),null!==t)return t.dehydrated}return null}function Ye(e){if(Fe(e)!==e)throw Error(i(188))}function We(e){return null!==(e=function(e){var t=e.alternate;if(!t){if(null===(t=Fe(e)))throw Error(i(188));return t!==e?null:e}for(var r=e,n=t;;){var o=r.return;if(null===o)break;var a=o.alternate;if(null===a){if(null!==(n=o.return)){r=n;continue}break}if(o.child===a.child){for(a=o.child;a;){if(a===r)return Ye(o),e;if(a===n)return Ye(o),t;a=a.sibling}throw Error(i(188))}if(r.return!==n.return)r=o,n=a;else{for(var c=!1,l=o.child;l;){if(l===r){c=!0,r=o,n=a;break}if(l===n){c=!0,n=o,r=a;break}l=l.sibling}if(!c){for(l=a.child;l;){if(l===r){c=!0,r=a,n=o;break}if(l===n){c=!0,n=a,r=o;break}l=l.sibling}if(!c)throw Error(i(189))}}if(r.alternate!==n)throw Error(i(190))}if(3!==r.tag)throw Error(i(188));return r.stateNode.current===r?e:t}(e))?function e(t){if(5===t.tag||6===t.tag)return t;for(t=t.child;null!==t;){var r=e(t);if(null!==r)return r;t=t.sibling}return null}(e):null}var Ve=o.unstable_scheduleCallback,Qe=o.unstable_cancelCallback,He=o.unstable_shouldYield,Ge=o.unstable_requestPaint,Ze=o.unstable_now,qe=o.unstable_getCurrentPriorityLevel,$e=o.unstable_ImmediatePriority,Xe=o.unstable_UserBlockingPriority,Ke=o.unstable_NormalPriority,Je=o.unstable_LowPriority,et=o.unstable_IdlePriority,tt=null,rt=null;var nt=Math.clz32?Math.clz32:function(e){return 0===(e>>>=0)?32:31-(ot(e)/it|0)|0},ot=Math.log,it=Math.LN2;var at=64,ct=4194304;function lt(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 4194240&e;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return 130023424&e;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return e}}function ut(e,t){var r=e.pendingLanes;if(0===r)return 0;var n=0,o=e.suspendedLanes,i=e.pingedLanes,a=268435455&r;if(0!==a){var c=a&~o;0!==c?n=lt(c):0!==(i&=a)&&(n=lt(i))}else 0!==(a=r&~o)?n=lt(a):0!==i&&(n=lt(i));if(0===n)return 0;if(0!==t&&t!==n&&0==(t&o)&&((o=n&-n)>=(i=t&-t)||16===o&&0!=(4194240&i)))return t;if(0!=(4&n)&&(n|=16&r),0!==(t=e.entangledLanes))for(e=e.entanglements,t&=n;0<t;)o=1<<(r=31-nt(t)),n|=e[r],t&=~o;return n}function st(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:default:return-1}}function dt(e){return 0!==(e=-1073741825&e.pendingLanes)?e:1073741824&e?1073741824:0}function pt(){var e=at;return 0==(4194240&(at<<=1))&&(at=64),e}function ft(e){for(var t=[],r=0;31>r;r++)t.push(e);return t}function mt(e,t,r){e.pendingLanes|=t,536870912!==t&&(e.suspendedLanes=0,e.pingedLanes=0),(e=e.eventTimes)[t=31-nt(t)]=r}function yt(e,t){var r=e.entangledLanes|=t;for(e=e.entanglements;r;){var n=31-nt(r),o=1<<n;o&t|e[n]&t&&(e[n]|=t),r&=~o}}var bt=0;function ht(e){return 1<(e&=-e)?4<e?0!=(268435455&e)?16:536870912:4:1}var vt,gt,_t,wt,xt,kt=!1,Nt=[],jt=null,Mt=null,Ot=null,St=new Map,Et=new Map,Lt=[],It=\"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 Ct(e,t){switch(e){case\"focusin\":case\"focusout\":jt=null;break;case\"dragenter\":case\"dragleave\":Mt=null;break;case\"mouseover\":case\"mouseout\":Ot=null;break;case\"pointerover\":case\"pointerout\":St.delete(t.pointerId);break;case\"gotpointercapture\":case\"lostpointercapture\":Et.delete(t.pointerId)}}function Pt(e,t,r,n,o,i){return null===e||e.nativeEvent!==i?(e={blockedOn:t,domEventName:r,eventSystemFlags:n,nativeEvent:i,targetContainers:[o]},null!==t&&(null!==(t=fo(t))&>(t)),e):(e.eventSystemFlags|=n,t=e.targetContainers,null!==o&&-1===t.indexOf(o)&&t.push(o),e)}function At(e){var t=po(e.target);if(null!==t){var r=Fe(t);if(null!==r)if(13===(t=r.tag)){if(null!==(t=Ue(r)))return e.blockedOn=t,void xt(e.priority,(function(){_t(r)}))}else if(3===t&&r.stateNode.current.memoizedState.isDehydrated)return void(e.blockedOn=3===r.tag?r.stateNode.containerInfo:null)}e.blockedOn=null}function Dt(e){if(null!==e.blockedOn)return!1;for(var t=e.targetContainers;0<t.length;){var r=Ht(e.domEventName,e.eventSystemFlags,t[0],e.nativeEvent);if(null!==r)return null!==(t=fo(r))&>(t),e.blockedOn=r,!1;var n=new(r=e.nativeEvent).constructor(r.type,r);ve=n,r.target.dispatchEvent(n),ve=null,t.shift()}return!0}function Tt(e,t,r){Dt(e)&&r.delete(t)}function zt(){kt=!1,null!==jt&&Dt(jt)&&(jt=null),null!==Mt&&Dt(Mt)&&(Mt=null),null!==Ot&&Dt(Ot)&&(Ot=null),St.forEach(Tt),Et.forEach(Tt)}function Bt(e,t){e.blockedOn===t&&(e.blockedOn=null,kt||(kt=!0,o.unstable_scheduleCallback(o.unstable_NormalPriority,zt)))}function Rt(e){function t(t){return Bt(t,e)}if(0<Nt.length){Bt(Nt[0],e);for(var r=1;r<Nt.length;r++){var n=Nt[r];n.blockedOn===e&&(n.blockedOn=null)}}for(null!==jt&&Bt(jt,e),null!==Mt&&Bt(Mt,e),null!==Ot&&Bt(Ot,e),St.forEach(t),Et.forEach(t),r=0;r<Lt.length;r++)(n=Lt[r]).blockedOn===e&&(n.blockedOn=null);for(;0<Lt.length&&null===(r=Lt[0]).blockedOn;)At(r),null===r.blockedOn&&Lt.shift()}var Ft=_.ReactCurrentBatchConfig,Ut=!0;function Yt(e,t,r,n){var o=bt,i=Ft.transition;Ft.transition=null;try{bt=1,Vt(e,t,r,n)}finally{bt=o,Ft.transition=i}}function Wt(e,t,r,n){var o=bt,i=Ft.transition;Ft.transition=null;try{bt=4,Vt(e,t,r,n)}finally{bt=o,Ft.transition=i}}function Vt(e,t,r,n){if(Ut){var o=Ht(e,t,r,n);if(null===o)zn(e,t,n,Qt,r),Ct(e,n);else if(function(e,t,r,n,o){switch(t){case\"focusin\":return jt=Pt(jt,e,t,r,n,o),!0;case\"dragenter\":return Mt=Pt(Mt,e,t,r,n,o),!0;case\"mouseover\":return Ot=Pt(Ot,e,t,r,n,o),!0;case\"pointerover\":var i=o.pointerId;return St.set(i,Pt(St.get(i)||null,e,t,r,n,o)),!0;case\"gotpointercapture\":return i=o.pointerId,Et.set(i,Pt(Et.get(i)||null,e,t,r,n,o)),!0}return!1}(o,e,t,r,n))n.stopPropagation();else if(Ct(e,n),4&t&&-1<It.indexOf(e)){for(;null!==o;){var i=fo(o);if(null!==i&&vt(i),null===(i=Ht(e,t,r,n))&&zn(e,t,n,Qt,r),i===o)break;o=i}null!==o&&n.stopPropagation()}else zn(e,t,n,null,r)}}var Qt=null;function Ht(e,t,r,n){if(Qt=null,null!==(e=po(e=ge(n))))if(null===(t=Fe(e)))e=null;else if(13===(r=t.tag)){if(null!==(e=Ue(t)))return e;e=null}else if(3===r){if(t.stateNode.current.memoizedState.isDehydrated)return 3===t.tag?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null);return Qt=e,null}function Gt(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(qe()){case $e:return 1;case Xe:return 4;case Ke:case Je:return 16;case et:return 536870912;default:return 16}default:return 16}}var Zt=null,qt=null,$t=null;function Xt(){if($t)return $t;var e,t,r=qt,n=r.length,o=\"value\"in Zt?Zt.value:Zt.textContent,i=o.length;for(e=0;e<n&&r[e]===o[e];e++);var a=n-e;for(t=1;t<=a&&r[n-t]===o[i-t];t++);return $t=o.slice(e,1<t?1-t:void 0)}function Kt(e){var t=e.keyCode;return\"charCode\"in e?0===(e=e.charCode)&&13===t&&(e=13):e=t,10===e&&(e=13),32<=e||13===e?e:0}function Jt(){return!0}function er(){return!1}function tr(e){function t(t,r,n,o,i){for(var a in this._reactName=t,this._targetInst=n,this.type=r,this.nativeEvent=o,this.target=i,this.currentTarget=null,e)e.hasOwnProperty(a)&&(t=e[a],this[a]=t?t(o):o[a]);return this.isDefaultPrevented=(null!=o.defaultPrevented?o.defaultPrevented:!1===o.returnValue)?Jt:er,this.isPropagationStopped=er,this}return z(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():\"unknown\"!=typeof e.returnValue&&(e.returnValue=!1),this.isDefaultPrevented=Jt)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():\"unknown\"!=typeof e.cancelBubble&&(e.cancelBubble=!0),this.isPropagationStopped=Jt)},persist:function(){},isPersistent:Jt}),t}var rr,nr,or,ir={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},ar=tr(ir),cr=z({},ir,{view:0,detail:0}),lr=tr(cr),ur=z({},cr,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:_r,button:0,buttons:0,relatedTarget:function(e){return void 0===e.relatedTarget?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return\"movementX\"in e?e.movementX:(e!==or&&(or&&\"mousemove\"===e.type?(rr=e.screenX-or.screenX,nr=e.screenY-or.screenY):nr=rr=0,or=e),rr)},movementY:function(e){return\"movementY\"in e?e.movementY:nr}}),sr=tr(ur),dr=tr(z({},ur,{dataTransfer:0})),pr=tr(z({},cr,{relatedTarget:0})),fr=tr(z({},ir,{animationName:0,elapsedTime:0,pseudoElement:0})),mr=tr(z({},ir,{clipboardData:function(e){return\"clipboardData\"in e?e.clipboardData:window.clipboardData}})),yr=tr(z({},ir,{data:0})),br={Esc:\"Escape\",Spacebar:\" \",Left:\"ArrowLeft\",Up:\"ArrowUp\",Right:\"ArrowRight\",Down:\"ArrowDown\",Del:\"Delete\",Win:\"OS\",Menu:\"ContextMenu\",Apps:\"ContextMenu\",Scroll:\"ScrollLock\",MozPrintableKey:\"Unidentified\"},hr={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\"},vr={Alt:\"altKey\",Control:\"ctrlKey\",Meta:\"metaKey\",Shift:\"shiftKey\"};function gr(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):!!(e=vr[e])&&!!t[e]}function _r(){return gr}var wr=tr(z({},cr,{key:function(e){if(e.key){var t=br[e.key]||e.key;if(\"Unidentified\"!==t)return t}return\"keypress\"===e.type?13===(e=Kt(e))?\"Enter\":String.fromCharCode(e):\"keydown\"===e.type||\"keyup\"===e.type?hr[e.keyCode]||\"Unidentified\":\"\"},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:_r,charCode:function(e){return\"keypress\"===e.type?Kt(e):0},keyCode:function(e){return\"keydown\"===e.type||\"keyup\"===e.type?e.keyCode:0},which:function(e){return\"keypress\"===e.type?Kt(e):\"keydown\"===e.type||\"keyup\"===e.type?e.keyCode:0}})),xr=tr(z({},ur,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),kr=tr(z({},cr,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:_r})),Nr=tr(z({},ir,{propertyName:0,elapsedTime:0,pseudoElement:0})),jr=tr(z({},ur,{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})),Mr=[9,13,27,32],Or=s&&\"CompositionEvent\"in window,Sr=null;s&&\"documentMode\"in document&&(Sr=document.documentMode);var Er=s&&\"TextEvent\"in window&&!Sr,Lr=s&&(!Or||Sr&&8<Sr&&11>=Sr),Ir=String.fromCharCode(32),Cr=!1;function Pr(e,t){switch(e){case\"keyup\":return-1!==Mr.indexOf(t.keyCode);case\"keydown\":return 229!==t.keyCode;case\"keypress\":case\"mousedown\":case\"focusout\":return!0;default:return!1}}function Ar(e){return\"object\"==typeof(e=e.detail)&&\"data\"in e?e.data:null}var Dr=!1;var Tr={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 zr(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return\"input\"===t?!!Tr[e.type]:\"textarea\"===t}function Br(e,t,r,n){Ne(n),0<(t=Rn(t,\"onChange\")).length&&(r=new ar(\"onChange\",\"change\",null,r,n),e.push({event:r,listeners:t}))}var Rr=null,Fr=null;function Ur(e){In(e,0)}function Yr(e){if(H(mo(e)))return e}function Wr(e,t){if(\"change\"===e)return t}var Vr=!1;if(s){var Qr;if(s){var Hr=\"oninput\"in document;if(!Hr){var Gr=document.createElement(\"div\");Gr.setAttribute(\"oninput\",\"return;\"),Hr=\"function\"==typeof Gr.oninput}Qr=Hr}else Qr=!1;Vr=Qr&&(!document.documentMode||9<document.documentMode)}function Zr(){Rr&&(Rr.detachEvent(\"onpropertychange\",qr),Fr=Rr=null)}function qr(e){if(\"value\"===e.propertyName&&Yr(Fr)){var t=[];Br(t,Fr,e,ge(e)),Ee(Ur,t)}}function $r(e,t,r){\"focusin\"===e?(Zr(),Fr=r,(Rr=t).attachEvent(\"onpropertychange\",qr)):\"focusout\"===e&&Zr()}function Xr(e){if(\"selectionchange\"===e||\"keyup\"===e||\"keydown\"===e)return Yr(Fr)}function Kr(e,t){if(\"click\"===e)return Yr(t)}function Jr(e,t){if(\"input\"===e||\"change\"===e)return Yr(t)}var en=\"function\"==typeof Object.is?Object.is:function(e,t){return e===t&&(0!==e||1/e==1/t)||e!=e&&t!=t};function tn(e,t){if(en(e,t))return!0;if(\"object\"!=typeof e||null===e||\"object\"!=typeof t||null===t)return!1;var r=Object.keys(e),n=Object.keys(t);if(r.length!==n.length)return!1;for(n=0;n<r.length;n++){var o=r[n];if(!d.call(t,o)||!en(e[o],t[o]))return!1}return!0}function rn(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function nn(e,t){var r,n=rn(e);for(e=0;n;){if(3===n.nodeType){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=rn(n)}}function on(){for(var e=window,t=G();t instanceof e.HTMLIFrameElement;){try{var r=\"string\"==typeof t.contentWindow.location.href}catch(e){r=!1}if(!r)break;t=G((e=t.contentWindow).document)}return t}function an(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(\"input\"===t&&(\"text\"===e.type||\"search\"===e.type||\"tel\"===e.type||\"url\"===e.type||\"password\"===e.type)||\"textarea\"===t||\"true\"===e.contentEditable)}function cn(e){var t=on(),r=e.focusedElem,n=e.selectionRange;if(t!==r&&r&&r.ownerDocument&&function e(t,r){return!(!t||!r)&&(t===r||(!t||3!==t.nodeType)&&(r&&3===r.nodeType?e(t,r.parentNode):\"contains\"in t?t.contains(r):!!t.compareDocumentPosition&&!!(16&t.compareDocumentPosition(r))))}(r.ownerDocument.documentElement,r)){if(null!==n&&an(r))if(t=n.start,void 0===(e=n.end)&&(e=t),\"selectionStart\"in r)r.selectionStart=t,r.selectionEnd=Math.min(e,r.value.length);else if((e=(t=r.ownerDocument||document)&&t.defaultView||window).getSelection){e=e.getSelection();var o=r.textContent.length,i=Math.min(n.start,o);n=void 0===n.end?i:Math.min(n.end,o),!e.extend&&i>n&&(o=n,n=i,i=o),o=nn(r,i);var a=nn(r,n);o&&a&&(1!==e.rangeCount||e.anchorNode!==o.node||e.anchorOffset!==o.offset||e.focusNode!==a.node||e.focusOffset!==a.offset)&&((t=t.createRange()).setStart(o.node,o.offset),e.removeAllRanges(),i>n?(e.addRange(t),e.extend(a.node,a.offset)):(t.setEnd(a.node,a.offset),e.addRange(t)))}for(t=[],e=r;e=e.parentNode;)1===e.nodeType&&t.push({element:e,left:e.scrollLeft,top:e.scrollTop});for(\"function\"==typeof r.focus&&r.focus(),r=0;r<t.length;r++)(e=t[r]).element.scrollLeft=e.left,e.element.scrollTop=e.top}}var ln=s&&\"documentMode\"in document&&11>=document.documentMode,un=null,sn=null,dn=null,pn=!1;function fn(e,t,r){var n=r.window===r?r.document:9===r.nodeType?r:r.ownerDocument;pn||null==un||un!==G(n)||(\"selectionStart\"in(n=un)&&an(n)?n={start:n.selectionStart,end:n.selectionEnd}:n={anchorNode:(n=(n.ownerDocument&&n.ownerDocument.defaultView||window).getSelection()).anchorNode,anchorOffset:n.anchorOffset,focusNode:n.focusNode,focusOffset:n.focusOffset},dn&&tn(dn,n)||(dn=n,0<(n=Rn(sn,\"onSelect\")).length&&(t=new ar(\"onSelect\",\"select\",null,t,r),e.push({event:t,listeners:n}),t.target=un)))}function mn(e,t){var r={};return r[e.toLowerCase()]=t.toLowerCase(),r[\"Webkit\"+e]=\"webkit\"+t,r[\"Moz\"+e]=\"moz\"+t,r}var yn={animationend:mn(\"Animation\",\"AnimationEnd\"),animationiteration:mn(\"Animation\",\"AnimationIteration\"),animationstart:mn(\"Animation\",\"AnimationStart\"),transitionend:mn(\"Transition\",\"TransitionEnd\")},bn={},hn={};function vn(e){if(bn[e])return bn[e];if(!yn[e])return e;var t,r=yn[e];for(t in r)if(r.hasOwnProperty(t)&&t in hn)return bn[e]=r[t];return e}s&&(hn=document.createElement(\"div\").style,\"AnimationEvent\"in window||(delete yn.animationend.animation,delete yn.animationiteration.animation,delete yn.animationstart.animation),\"TransitionEvent\"in window||delete yn.transitionend.transition);var gn=vn(\"animationend\"),_n=vn(\"animationiteration\"),wn=vn(\"animationstart\"),xn=vn(\"transitionend\"),kn=new Map,Nn=\"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 jn(e,t){kn.set(e,t),l(t,[e])}for(var Mn=0;Mn<Nn.length;Mn++){var On=Nn[Mn];jn(On.toLowerCase(),\"on\"+(On[0].toUpperCase()+On.slice(1)))}jn(gn,\"onAnimationEnd\"),jn(_n,\"onAnimationIteration\"),jn(wn,\"onAnimationStart\"),jn(\"dblclick\",\"onDoubleClick\"),jn(\"focusin\",\"onFocus\"),jn(\"focusout\",\"onBlur\"),jn(xn,\"onTransitionEnd\"),u(\"onMouseEnter\",[\"mouseout\",\"mouseover\"]),u(\"onMouseLeave\",[\"mouseout\",\"mouseover\"]),u(\"onPointerEnter\",[\"pointerout\",\"pointerover\"]),u(\"onPointerLeave\",[\"pointerout\",\"pointerover\"]),l(\"onChange\",\"change click focusin focusout input keydown keyup selectionchange\".split(\" \")),l(\"onSelect\",\"focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange\".split(\" \")),l(\"onBeforeInput\",[\"compositionend\",\"keypress\",\"textInput\",\"paste\"]),l(\"onCompositionEnd\",\"compositionend focusout keydown keypress keyup mousedown\".split(\" \")),l(\"onCompositionStart\",\"compositionstart focusout keydown keypress keyup mousedown\".split(\" \")),l(\"onCompositionUpdate\",\"compositionupdate focusout keydown keypress keyup mousedown\".split(\" \"));var Sn=\"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(\" \"),En=new Set(\"cancel close invalid load scroll toggle\".split(\" \").concat(Sn));function Ln(e,t,r){var n=e.type||\"unknown-event\";e.currentTarget=r,function(e,t,r,n,o,a,c,l,u){if(Re.apply(this,arguments),Ae){if(!Ae)throw Error(i(198));var s=De;Ae=!1,De=null,Te||(Te=!0,ze=s)}}(n,t,void 0,e),e.currentTarget=null}function In(e,t){t=0!=(4&t);for(var r=0;r<e.length;r++){var n=e[r],o=n.event;n=n.listeners;e:{var i=void 0;if(t)for(var a=n.length-1;0<=a;a--){var c=n[a],l=c.instance,u=c.currentTarget;if(c=c.listener,l!==i&&o.isPropagationStopped())break e;Ln(o,c,u),i=l}else for(a=0;a<n.length;a++){if(l=(c=n[a]).instance,u=c.currentTarget,c=c.listener,l!==i&&o.isPropagationStopped())break e;Ln(o,c,u),i=l}}}if(Te)throw e=ze,Te=!1,ze=null,e}function Cn(e,t){var r=t[lo];void 0===r&&(r=t[lo]=new Set);var n=e+\"__bubble\";r.has(n)||(Tn(t,e,2,!1),r.add(n))}function Pn(e,t,r){var n=0;t&&(n|=4),Tn(r,e,n,t)}var An=\"_reactListening\"+Math.random().toString(36).slice(2);function Dn(e){if(!e[An]){e[An]=!0,a.forEach((function(t){\"selectionchange\"!==t&&(En.has(t)||Pn(t,!1,e),Pn(t,!0,e))}));var t=9===e.nodeType?e:e.ownerDocument;null===t||t[An]||(t[An]=!0,Pn(\"selectionchange\",!1,t))}}function Tn(e,t,r,n){switch(Gt(t)){case 1:var o=Yt;break;case 4:o=Wt;break;default:o=Vt}r=o.bind(null,t,r,e),o=void 0,!Ie||\"touchstart\"!==t&&\"touchmove\"!==t&&\"wheel\"!==t||(o=!0),n?void 0!==o?e.addEventListener(t,r,{capture:!0,passive:o}):e.addEventListener(t,r,!0):void 0!==o?e.addEventListener(t,r,{passive:o}):e.addEventListener(t,r,!1)}function zn(e,t,r,n,o){var i=n;if(0==(1&t)&&0==(2&t)&&null!==n)e:for(;;){if(null===n)return;var a=n.tag;if(3===a||4===a){var c=n.stateNode.containerInfo;if(c===o||8===c.nodeType&&c.parentNode===o)break;if(4===a)for(a=n.return;null!==a;){var l=a.tag;if((3===l||4===l)&&((l=a.stateNode.containerInfo)===o||8===l.nodeType&&l.parentNode===o))return;a=a.return}for(;null!==c;){if(null===(a=po(c)))return;if(5===(l=a.tag)||6===l){n=i=a;continue e}c=c.parentNode}}n=n.return}Ee((function(){var n=i,o=ge(r),a=[];e:{var c=kn.get(e);if(void 0!==c){var l=ar,u=e;switch(e){case\"keypress\":if(0===Kt(r))break e;case\"keydown\":case\"keyup\":l=wr;break;case\"focusin\":u=\"focus\",l=pr;break;case\"focusout\":u=\"blur\",l=pr;break;case\"beforeblur\":case\"afterblur\":l=pr;break;case\"click\":if(2===r.button)break e;case\"auxclick\":case\"dblclick\":case\"mousedown\":case\"mousemove\":case\"mouseup\":case\"mouseout\":case\"mouseover\":case\"contextmenu\":l=sr;break;case\"drag\":case\"dragend\":case\"dragenter\":case\"dragexit\":case\"dragleave\":case\"dragover\":case\"dragstart\":case\"drop\":l=dr;break;case\"touchcancel\":case\"touchend\":case\"touchmove\":case\"touchstart\":l=kr;break;case gn:case _n:case wn:l=fr;break;case xn:l=Nr;break;case\"scroll\":l=lr;break;case\"wheel\":l=jr;break;case\"copy\":case\"cut\":case\"paste\":l=mr;break;case\"gotpointercapture\":case\"lostpointercapture\":case\"pointercancel\":case\"pointerdown\":case\"pointermove\":case\"pointerout\":case\"pointerover\":case\"pointerup\":l=xr}var s=0!=(4&t),d=!s&&\"scroll\"===e,p=s?null!==c?c+\"Capture\":null:c;s=[];for(var f,m=n;null!==m;){var y=(f=m).stateNode;if(5===f.tag&&null!==y&&(f=y,null!==p&&(null!=(y=Le(m,p))&&s.push(Bn(m,y,f)))),d)break;m=m.return}0<s.length&&(c=new l(c,u,null,r,o),a.push({event:c,listeners:s}))}}if(0==(7&t)){if(l=\"mouseout\"===e||\"pointerout\"===e,(!(c=\"mouseover\"===e||\"pointerover\"===e)||r===ve||!(u=r.relatedTarget||r.fromElement)||!po(u)&&!u[co])&&(l||c)&&(c=o.window===o?o:(c=o.ownerDocument)?c.defaultView||c.parentWindow:window,l?(l=n,null!==(u=(u=r.relatedTarget||r.toElement)?po(u):null)&&(u!==(d=Fe(u))||5!==u.tag&&6!==u.tag)&&(u=null)):(l=null,u=n),l!==u)){if(s=sr,y=\"onMouseLeave\",p=\"onMouseEnter\",m=\"mouse\",\"pointerout\"!==e&&\"pointerover\"!==e||(s=xr,y=\"onPointerLeave\",p=\"onPointerEnter\",m=\"pointer\"),d=null==l?c:mo(l),f=null==u?c:mo(u),(c=new s(y,m+\"leave\",l,r,o)).target=d,c.relatedTarget=f,y=null,po(o)===n&&((s=new s(p,m+\"enter\",u,r,o)).target=f,s.relatedTarget=d,y=s),d=y,l&&u)e:{for(p=u,m=0,f=s=l;f;f=Fn(f))m++;for(f=0,y=p;y;y=Fn(y))f++;for(;0<m-f;)s=Fn(s),m--;for(;0<f-m;)p=Fn(p),f--;for(;m--;){if(s===p||null!==p&&s===p.alternate)break e;s=Fn(s),p=Fn(p)}s=null}else s=null;null!==l&&Un(a,c,l,s,!1),null!==u&&null!==d&&Un(a,d,u,s,!0)}if(\"select\"===(l=(c=n?mo(n):window).nodeName&&c.nodeName.toLowerCase())||\"input\"===l&&\"file\"===c.type)var b=Wr;else if(zr(c))if(Vr)b=Jr;else{b=Xr;var h=$r}else(l=c.nodeName)&&\"input\"===l.toLowerCase()&&(\"checkbox\"===c.type||\"radio\"===c.type)&&(b=Kr);switch(b&&(b=b(e,n))?Br(a,b,r,o):(h&&h(e,c,n),\"focusout\"===e&&(h=c._wrapperState)&&h.controlled&&\"number\"===c.type&&J(c,\"number\",c.value)),h=n?mo(n):window,e){case\"focusin\":(zr(h)||\"true\"===h.contentEditable)&&(un=h,sn=n,dn=null);break;case\"focusout\":dn=sn=un=null;break;case\"mousedown\":pn=!0;break;case\"contextmenu\":case\"mouseup\":case\"dragend\":pn=!1,fn(a,r,o);break;case\"selectionchange\":if(ln)break;case\"keydown\":case\"keyup\":fn(a,r,o)}var v;if(Or)e:{switch(e){case\"compositionstart\":var g=\"onCompositionStart\";break e;case\"compositionend\":g=\"onCompositionEnd\";break e;case\"compositionupdate\":g=\"onCompositionUpdate\";break e}g=void 0}else Dr?Pr(e,r)&&(g=\"onCompositionEnd\"):\"keydown\"===e&&229===r.keyCode&&(g=\"onCompositionStart\");g&&(Lr&&\"ko\"!==r.locale&&(Dr||\"onCompositionStart\"!==g?\"onCompositionEnd\"===g&&Dr&&(v=Xt()):(qt=\"value\"in(Zt=o)?Zt.value:Zt.textContent,Dr=!0)),0<(h=Rn(n,g)).length&&(g=new yr(g,e,null,r,o),a.push({event:g,listeners:h}),v?g.data=v:null!==(v=Ar(r))&&(g.data=v))),(v=Er?function(e,t){switch(e){case\"compositionend\":return Ar(t);case\"keypress\":return 32!==t.which?null:(Cr=!0,Ir);case\"textInput\":return(e=t.data)===Ir&&Cr?null:e;default:return null}}(e,r):function(e,t){if(Dr)return\"compositionend\"===e||!Or&&Pr(e,t)?(e=Xt(),$t=qt=Zt=null,Dr=!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 Lr&&\"ko\"!==t.locale?null:t.data;default:return null}}(e,r))&&(0<(n=Rn(n,\"onBeforeInput\")).length&&(o=new yr(\"onBeforeInput\",\"beforeinput\",null,r,o),a.push({event:o,listeners:n}),o.data=v))}In(a,t)}))}function Bn(e,t,r){return{instance:e,listener:t,currentTarget:r}}function Rn(e,t){for(var r=t+\"Capture\",n=[];null!==e;){var o=e,i=o.stateNode;5===o.tag&&null!==i&&(o=i,null!=(i=Le(e,r))&&n.unshift(Bn(e,i,o)),null!=(i=Le(e,t))&&n.push(Bn(e,i,o))),e=e.return}return n}function Fn(e){if(null===e)return null;do{e=e.return}while(e&&5!==e.tag);return e||null}function Un(e,t,r,n,o){for(var i=t._reactName,a=[];null!==r&&r!==n;){var c=r,l=c.alternate,u=c.stateNode;if(null!==l&&l===n)break;5===c.tag&&null!==u&&(c=u,o?null!=(l=Le(r,i))&&a.unshift(Bn(r,l,c)):o||null!=(l=Le(r,i))&&a.push(Bn(r,l,c))),r=r.return}0!==a.length&&e.push({event:t,listeners:a})}var Yn=/\\r\\n?/g,Wn=/\\u0000|\\uFFFD/g;function Vn(e){return(\"string\"==typeof e?e:\"\"+e).replace(Yn,\"\\n\").replace(Wn,\"\")}function Qn(e,t,r){if(t=Vn(t),Vn(e)!==t&&r)throw Error(i(425))}function Hn(){}var Gn=null,Zn=null;function qn(e,t){return\"textarea\"===e||\"noscript\"===e||\"string\"==typeof t.children||\"number\"==typeof t.children||\"object\"==typeof t.dangerouslySetInnerHTML&&null!==t.dangerouslySetInnerHTML&&null!=t.dangerouslySetInnerHTML.__html}var $n=\"function\"==typeof setTimeout?setTimeout:void 0,Xn=\"function\"==typeof clearTimeout?clearTimeout:void 0,Kn=\"function\"==typeof Promise?Promise:void 0,Jn=\"function\"==typeof queueMicrotask?queueMicrotask:void 0!==Kn?function(e){return Kn.resolve(null).then(e).catch(eo)}:$n;function eo(e){setTimeout((function(){throw e}))}function to(e,t){var r=t,n=0;do{var o=r.nextSibling;if(e.removeChild(r),o&&8===o.nodeType)if(\"/$\"===(r=o.data)){if(0===n)return e.removeChild(o),void Rt(t);n--}else\"$\"!==r&&\"$?\"!==r&&\"$!\"!==r||n++;r=o}while(r);Rt(t)}function ro(e){for(;null!=e;e=e.nextSibling){var t=e.nodeType;if(1===t||3===t)break;if(8===t){if(\"$\"===(t=e.data)||\"$!\"===t||\"$?\"===t)break;if(\"/$\"===t)return null}}return e}function no(e){e=e.previousSibling;for(var t=0;e;){if(8===e.nodeType){var r=e.data;if(\"$\"===r||\"$!\"===r||\"$?\"===r){if(0===t)return e;t--}else\"/$\"===r&&t++}e=e.previousSibling}return null}var oo=Math.random().toString(36).slice(2),io=\"__reactFiber$\"+oo,ao=\"__reactProps$\"+oo,co=\"__reactContainer$\"+oo,lo=\"__reactEvents$\"+oo,uo=\"__reactListeners$\"+oo,so=\"__reactHandles$\"+oo;function po(e){var t=e[io];if(t)return t;for(var r=e.parentNode;r;){if(t=r[co]||r[io]){if(r=t.alternate,null!==t.child||null!==r&&null!==r.child)for(e=no(e);null!==e;){if(r=e[io])return r;e=no(e)}return t}r=(e=r).parentNode}return null}function fo(e){return!(e=e[io]||e[co])||5!==e.tag&&6!==e.tag&&13!==e.tag&&3!==e.tag?null:e}function mo(e){if(5===e.tag||6===e.tag)return e.stateNode;throw Error(i(33))}function yo(e){return e[ao]||null}var bo=[],ho=-1;function vo(e){return{current:e}}function go(e){0>ho||(e.current=bo[ho],bo[ho]=null,ho--)}function _o(e,t){ho++,bo[ho]=e.current,e.current=t}var wo={},xo=vo(wo),ko=vo(!1),No=wo;function jo(e,t){var r=e.type.contextTypes;if(!r)return wo;var n=e.stateNode;if(n&&n.__reactInternalMemoizedUnmaskedChildContext===t)return n.__reactInternalMemoizedMaskedChildContext;var o,i={};for(o in r)i[o]=t[o];return n&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=t,e.__reactInternalMemoizedMaskedChildContext=i),i}function Mo(e){return null!=(e=e.childContextTypes)}function Oo(){go(ko),go(xo)}function So(e,t,r){if(xo.current!==wo)throw Error(i(168));_o(xo,t),_o(ko,r)}function Eo(e,t,r){var n=e.stateNode;if(t=t.childContextTypes,\"function\"!=typeof n.getChildContext)return r;for(var o in n=n.getChildContext())if(!(o in t))throw Error(i(108,Y(e)||\"Unknown\",o));return z({},r,n)}function Lo(e){return e=(e=e.stateNode)&&e.__reactInternalMemoizedMergedChildContext||wo,No=xo.current,_o(xo,e),_o(ko,ko.current),!0}function Io(e,t,r){var n=e.stateNode;if(!n)throw Error(i(169));r?(e=Eo(e,t,No),n.__reactInternalMemoizedMergedChildContext=e,go(ko),go(xo),_o(xo,e)):go(ko),_o(ko,r)}var Co=null,Po=!1,Ao=!1;function Do(e){null===Co?Co=[e]:Co.push(e)}function To(){if(!Ao&&null!==Co){Ao=!0;var e=0,t=bt;try{var r=Co;for(bt=1;e<r.length;e++){var n=r[e];do{n=n(!0)}while(null!==n)}Co=null,Po=!1}catch(t){throw null!==Co&&(Co=Co.slice(e+1)),Ve($e,To),t}finally{bt=t,Ao=!1}}return null}var zo=[],Bo=0,Ro=null,Fo=0,Uo=[],Yo=0,Wo=null,Vo=1,Qo=\"\";function Ho(e,t){zo[Bo++]=Fo,zo[Bo++]=Ro,Ro=e,Fo=t}function Go(e,t,r){Uo[Yo++]=Vo,Uo[Yo++]=Qo,Uo[Yo++]=Wo,Wo=e;var n=Vo;e=Qo;var o=32-nt(n)-1;n&=~(1<<o),r+=1;var i=32-nt(t)+o;if(30<i){var a=o-o%5;i=(n&(1<<a)-1).toString(32),n>>=a,o-=a,Vo=1<<32-nt(t)+o|r<<o|n,Qo=i+e}else Vo=1<<i|r<<o|n,Qo=e}function Zo(e){null!==e.return&&(Ho(e,1),Go(e,1,0))}function qo(e){for(;e===Ro;)Ro=zo[--Bo],zo[Bo]=null,Fo=zo[--Bo],zo[Bo]=null;for(;e===Wo;)Wo=Uo[--Yo],Uo[Yo]=null,Qo=Uo[--Yo],Uo[Yo]=null,Vo=Uo[--Yo],Uo[Yo]=null}var $o=null,Xo=null,Ko=!1,Jo=null;function ei(e,t){var r=wu(5,null,null,0);r.elementType=\"DELETED\",r.stateNode=t,r.return=e,null===(t=e.deletions)?(e.deletions=[r],e.flags|=16):t.push(r)}function ti(e,t){switch(e.tag){case 5:var r=e.type;return null!==(t=1!==t.nodeType||r.toLowerCase()!==t.nodeName.toLowerCase()?null:t)&&(e.stateNode=t,$o=e,Xo=ro(t.firstChild),!0);case 6:return null!==(t=\"\"===e.pendingProps||3!==t.nodeType?null:t)&&(e.stateNode=t,$o=e,Xo=null,!0);case 13:return null!==(t=8!==t.nodeType?null:t)&&(r=null!==Wo?{id:Vo,overflow:Qo}:null,e.memoizedState={dehydrated:t,treeContext:r,retryLane:1073741824},(r=wu(18,null,null,0)).stateNode=t,r.return=e,e.child=r,$o=e,Xo=null,!0);default:return!1}}function ri(e){return 0!=(1&e.mode)&&0==(128&e.flags)}function ni(e){if(Ko){var t=Xo;if(t){var r=t;if(!ti(e,t)){if(ri(e))throw Error(i(418));t=ro(r.nextSibling);var n=$o;t&&ti(e,t)?ei(n,r):(e.flags=-4097&e.flags|2,Ko=!1,$o=e)}}else{if(ri(e))throw Error(i(418));e.flags=-4097&e.flags|2,Ko=!1,$o=e}}}function oi(e){for(e=e.return;null!==e&&5!==e.tag&&3!==e.tag&&13!==e.tag;)e=e.return;$o=e}function ii(e){if(e!==$o)return!1;if(!Ko)return oi(e),Ko=!0,!1;var t;if((t=3!==e.tag)&&!(t=5!==e.tag)&&(t=\"head\"!==(t=e.type)&&\"body\"!==t&&!qn(e.type,e.memoizedProps)),t&&(t=Xo)){if(ri(e))throw ai(),Error(i(418));for(;t;)ei(e,t),t=ro(t.nextSibling)}if(oi(e),13===e.tag){if(!(e=null!==(e=e.memoizedState)?e.dehydrated:null))throw Error(i(317));e:{for(e=e.nextSibling,t=0;e;){if(8===e.nodeType){var r=e.data;if(\"/$\"===r){if(0===t){Xo=ro(e.nextSibling);break e}t--}else\"$\"!==r&&\"$!\"!==r&&\"$?\"!==r||t++}e=e.nextSibling}Xo=null}}else Xo=$o?ro(e.stateNode.nextSibling):null;return!0}function ai(){for(var e=Xo;e;)e=ro(e.nextSibling)}function ci(){Xo=$o=null,Ko=!1}function li(e){null===Jo?Jo=[e]:Jo.push(e)}var ui=_.ReactCurrentBatchConfig;function si(e,t){if(e&&e.defaultProps){for(var r in t=z({},t),e=e.defaultProps)void 0===t[r]&&(t[r]=e[r]);return t}return t}var di=vo(null),pi=null,fi=null,mi=null;function yi(){mi=fi=pi=null}function bi(e){var t=di.current;go(di),e._currentValue=t}function hi(e,t,r){for(;null!==e;){var n=e.alternate;if((e.childLanes&t)!==t?(e.childLanes|=t,null!==n&&(n.childLanes|=t)):null!==n&&(n.childLanes&t)!==t&&(n.childLanes|=t),e===r)break;e=e.return}}function vi(e,t){pi=e,mi=fi=null,null!==(e=e.dependencies)&&null!==e.firstContext&&(0!=(e.lanes&t)&&(fc=!0),e.firstContext=null)}function gi(e){var t=e._currentValue;if(mi!==e)if(e={context:e,memoizedValue:t,next:null},null===fi){if(null===pi)throw Error(i(308));fi=e,pi.dependencies={lanes:0,firstContext:e}}else fi=fi.next=e;return t}var _i=null;function wi(e){null===_i?_i=[e]:_i.push(e)}function xi(e,t,r,n){var o=t.interleaved;return null===o?(r.next=r,wi(t)):(r.next=o.next,o.next=r),t.interleaved=r,ki(e,n)}function ki(e,t){e.lanes|=t;var r=e.alternate;for(null!==r&&(r.lanes|=t),r=e,e=e.return;null!==e;)e.childLanes|=t,null!==(r=e.alternate)&&(r.childLanes|=t),r=e,e=e.return;return 3===r.tag?r.stateNode:null}var Ni=!1;function ji(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function Mi(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 Oi(e,t){return{eventTime:e,lane:t,tag:0,payload:null,callback:null,next:null}}function Si(e,t,r){var n=e.updateQueue;if(null===n)return null;if(n=n.shared,0!=(2&vl)){var o=n.pending;return null===o?t.next=t:(t.next=o.next,o.next=t),n.pending=t,ki(e,r)}return null===(o=n.interleaved)?(t.next=t,wi(n)):(t.next=o.next,o.next=t),n.interleaved=t,ki(e,r)}function Ei(e,t,r){if(null!==(t=t.updateQueue)&&(t=t.shared,0!=(4194240&r))){var n=t.lanes;r|=n&=e.pendingLanes,t.lanes=r,yt(e,r)}}function Li(e,t){var r=e.updateQueue,n=e.alternate;if(null!==n&&r===(n=n.updateQueue)){var o=null,i=null;if(null!==(r=r.firstBaseUpdate)){do{var a={eventTime:r.eventTime,lane:r.lane,tag:r.tag,payload:r.payload,callback:r.callback,next:null};null===i?o=i=a:i=i.next=a,r=r.next}while(null!==r);null===i?o=i=t:i=i.next=t}else o=i=t;return r={baseState:n.baseState,firstBaseUpdate:o,lastBaseUpdate:i,shared:n.shared,effects:n.effects},void(e.updateQueue=r)}null===(e=r.lastBaseUpdate)?r.firstBaseUpdate=t:e.next=t,r.lastBaseUpdate=t}function Ii(e,t,r,n){var o=e.updateQueue;Ni=!1;var i=o.firstBaseUpdate,a=o.lastBaseUpdate,c=o.shared.pending;if(null!==c){o.shared.pending=null;var l=c,u=l.next;l.next=null,null===a?i=u:a.next=u,a=l;var s=e.alternate;null!==s&&((c=(s=s.updateQueue).lastBaseUpdate)!==a&&(null===c?s.firstBaseUpdate=u:c.next=u,s.lastBaseUpdate=l))}if(null!==i){var d=o.baseState;for(a=0,s=u=l=null,c=i;;){var p=c.lane,f=c.eventTime;if((n&p)===p){null!==s&&(s=s.next={eventTime:f,lane:0,tag:c.tag,payload:c.payload,callback:c.callback,next:null});e:{var m=e,y=c;switch(p=t,f=r,y.tag){case 1:if(\"function\"==typeof(m=y.payload)){d=m.call(f,d,p);break e}d=m;break e;case 3:m.flags=-65537&m.flags|128;case 0:if(null==(p=\"function\"==typeof(m=y.payload)?m.call(f,d,p):m))break e;d=z({},d,p);break e;case 2:Ni=!0}}null!==c.callback&&0!==c.lane&&(e.flags|=64,null===(p=o.effects)?o.effects=[c]:p.push(c))}else f={eventTime:f,lane:p,tag:c.tag,payload:c.payload,callback:c.callback,next:null},null===s?(u=s=f,l=d):s=s.next=f,a|=p;if(null===(c=c.next)){if(null===(c=o.shared.pending))break;c=(p=c).next,p.next=null,o.lastBaseUpdate=p,o.shared.pending=null}}if(null===s&&(l=d),o.baseState=l,o.firstBaseUpdate=u,o.lastBaseUpdate=s,null!==(t=o.shared.interleaved)){o=t;do{a|=o.lane,o=o.next}while(o!==t)}else null===i&&(o.shared.lanes=0);Ml|=a,e.lanes=a,e.memoizedState=d}}function Ci(e,t,r){if(e=t.effects,t.effects=null,null!==e)for(t=0;t<e.length;t++){var n=e[t],o=n.callback;if(null!==o){if(n.callback=null,n=r,\"function\"!=typeof o)throw Error(i(191,o));o.call(n)}}}var Pi=(new n.Component).refs;function Ai(e,t,r,n){r=null==(r=r(n,t=e.memoizedState))?t:z({},t,r),e.memoizedState=r,0===e.lanes&&(e.updateQueue.baseState=r)}var Di={isMounted:function(e){return!!(e=e._reactInternals)&&Fe(e)===e},enqueueSetState:function(e,t,r){e=e._reactInternals;var n=Vl(),o=Ql(e),i=Oi(n,o);i.payload=t,null!=r&&(i.callback=r),null!==(t=Si(e,i,o))&&(Hl(t,e,o,n),Ei(t,e,o))},enqueueReplaceState:function(e,t,r){e=e._reactInternals;var n=Vl(),o=Ql(e),i=Oi(n,o);i.tag=1,i.payload=t,null!=r&&(i.callback=r),null!==(t=Si(e,i,o))&&(Hl(t,e,o,n),Ei(t,e,o))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var r=Vl(),n=Ql(e),o=Oi(r,n);o.tag=2,null!=t&&(o.callback=t),null!==(t=Si(e,o,n))&&(Hl(t,e,n,r),Ei(t,e,n))}};function Ti(e,t,r,n,o,i,a){return\"function\"==typeof(e=e.stateNode).shouldComponentUpdate?e.shouldComponentUpdate(n,i,a):!t.prototype||!t.prototype.isPureReactComponent||(!tn(r,n)||!tn(o,i))}function zi(e,t,r){var n=!1,o=wo,i=t.contextType;return\"object\"==typeof i&&null!==i?i=gi(i):(o=Mo(t)?No:xo.current,i=(n=null!=(n=t.contextTypes))?jo(e,o):wo),t=new t(r,i),e.memoizedState=null!==t.state&&void 0!==t.state?t.state:null,t.updater=Di,e.stateNode=t,t._reactInternals=e,n&&((e=e.stateNode).__reactInternalMemoizedUnmaskedChildContext=o,e.__reactInternalMemoizedMaskedChildContext=i),t}function Bi(e,t,r,n){e=t.state,\"function\"==typeof t.componentWillReceiveProps&&t.componentWillReceiveProps(r,n),\"function\"==typeof t.UNSAFE_componentWillReceiveProps&&t.UNSAFE_componentWillReceiveProps(r,n),t.state!==e&&Di.enqueueReplaceState(t,t.state,null)}function Ri(e,t,r,n){var o=e.stateNode;o.props=r,o.state=e.memoizedState,o.refs=Pi,ji(e);var i=t.contextType;\"object\"==typeof i&&null!==i?o.context=gi(i):(i=Mo(t)?No:xo.current,o.context=jo(e,i)),o.state=e.memoizedState,\"function\"==typeof(i=t.getDerivedStateFromProps)&&(Ai(e,t,i,r),o.state=e.memoizedState),\"function\"==typeof t.getDerivedStateFromProps||\"function\"==typeof o.getSnapshotBeforeUpdate||\"function\"!=typeof o.UNSAFE_componentWillMount&&\"function\"!=typeof o.componentWillMount||(t=o.state,\"function\"==typeof o.componentWillMount&&o.componentWillMount(),\"function\"==typeof o.UNSAFE_componentWillMount&&o.UNSAFE_componentWillMount(),t!==o.state&&Di.enqueueReplaceState(o,o.state,null),Ii(e,r,o,n),o.state=e.memoizedState),\"function\"==typeof o.componentDidMount&&(e.flags|=4194308)}function Fi(e,t,r){if(null!==(e=r.ref)&&\"function\"!=typeof e&&\"object\"!=typeof e){if(r._owner){if(r=r._owner){if(1!==r.tag)throw Error(i(309));var n=r.stateNode}if(!n)throw Error(i(147,e));var o=n,a=\"\"+e;return null!==t&&null!==t.ref&&\"function\"==typeof t.ref&&t.ref._stringRef===a?t.ref:((t=function(e){var t=o.refs;t===Pi&&(t=o.refs={}),null===e?delete t[a]:t[a]=e})._stringRef=a,t)}if(\"string\"!=typeof e)throw Error(i(284));if(!r._owner)throw Error(i(290,e))}return e}function Ui(e,t){throw e=Object.prototype.toString.call(t),Error(i(31,\"[object Object]\"===e?\"object with keys {\"+Object.keys(t).join(\", \")+\"}\":e))}function Yi(e){return(0,e._init)(e._payload)}function Wi(e){function t(t,r){if(e){var n=t.deletions;null===n?(t.deletions=[r],t.flags|=16):n.push(r)}}function r(r,n){if(!e)return null;for(;null!==n;)t(r,n),n=n.sibling;return null}function n(e,t){for(e=new Map;null!==t;)null!==t.key?e.set(t.key,t):e.set(t.index,t),t=t.sibling;return e}function o(e,t){return(e=ku(e,t)).index=0,e.sibling=null,e}function a(t,r,n){return t.index=n,e?null!==(n=t.alternate)?(n=n.index)<r?(t.flags|=2,r):n:(t.flags|=2,r):(t.flags|=1048576,r)}function c(t){return e&&null===t.alternate&&(t.flags|=2),t}function l(e,t,r,n){return null===t||6!==t.tag?((t=Ou(r,e.mode,n)).return=e,t):((t=o(t,r)).return=e,t)}function u(e,t,r,n){var i=r.type;return i===k?d(e,t,r.props.children,n,r.key):null!==t&&(t.elementType===i||\"object\"==typeof i&&null!==i&&i.$$typeof===C&&Yi(i)===t.type)?((n=o(t,r.props)).ref=Fi(e,t,r),n.return=e,n):((n=Nu(r.type,r.key,r.props,null,e.mode,n)).ref=Fi(e,t,r),n.return=e,n)}function s(e,t,r,n){return null===t||4!==t.tag||t.stateNode.containerInfo!==r.containerInfo||t.stateNode.implementation!==r.implementation?((t=Su(r,e.mode,n)).return=e,t):((t=o(t,r.children||[])).return=e,t)}function d(e,t,r,n,i){return null===t||7!==t.tag?((t=ju(r,e.mode,n,i)).return=e,t):((t=o(t,r)).return=e,t)}function p(e,t,r){if(\"string\"==typeof t&&\"\"!==t||\"number\"==typeof t)return(t=Ou(\"\"+t,e.mode,r)).return=e,t;if(\"object\"==typeof t&&null!==t){switch(t.$$typeof){case w:return(r=Nu(t.type,t.key,t.props,null,e.mode,r)).ref=Fi(e,null,t),r.return=e,r;case x:return(t=Su(t,e.mode,r)).return=e,t;case C:return p(e,(0,t._init)(t._payload),r)}if(ee(t)||D(t))return(t=ju(t,e.mode,r,null)).return=e,t;Ui(e,t)}return null}function f(e,t,r,n){var o=null!==t?t.key:null;if(\"string\"==typeof r&&\"\"!==r||\"number\"==typeof r)return null!==o?null:l(e,t,\"\"+r,n);if(\"object\"==typeof r&&null!==r){switch(r.$$typeof){case w:return r.key===o?u(e,t,r,n):null;case x:return r.key===o?s(e,t,r,n):null;case C:return f(e,t,(o=r._init)(r._payload),n)}if(ee(r)||D(r))return null!==o?null:d(e,t,r,n,null);Ui(e,r)}return null}function m(e,t,r,n,o){if(\"string\"==typeof n&&\"\"!==n||\"number\"==typeof n)return l(t,e=e.get(r)||null,\"\"+n,o);if(\"object\"==typeof n&&null!==n){switch(n.$$typeof){case w:return u(t,e=e.get(null===n.key?r:n.key)||null,n,o);case x:return s(t,e=e.get(null===n.key?r:n.key)||null,n,o);case C:return m(e,t,r,(0,n._init)(n._payload),o)}if(ee(n)||D(n))return d(t,e=e.get(r)||null,n,o,null);Ui(t,n)}return null}function y(o,i,c,l){for(var u=null,s=null,d=i,y=i=0,b=null;null!==d&&y<c.length;y++){d.index>y?(b=d,d=null):b=d.sibling;var h=f(o,d,c[y],l);if(null===h){null===d&&(d=b);break}e&&d&&null===h.alternate&&t(o,d),i=a(h,i,y),null===s?u=h:s.sibling=h,s=h,d=b}if(y===c.length)return r(o,d),Ko&&Ho(o,y),u;if(null===d){for(;y<c.length;y++)null!==(d=p(o,c[y],l))&&(i=a(d,i,y),null===s?u=d:s.sibling=d,s=d);return Ko&&Ho(o,y),u}for(d=n(o,d);y<c.length;y++)null!==(b=m(d,o,y,c[y],l))&&(e&&null!==b.alternate&&d.delete(null===b.key?y:b.key),i=a(b,i,y),null===s?u=b:s.sibling=b,s=b);return e&&d.forEach((function(e){return t(o,e)})),Ko&&Ho(o,y),u}function b(o,c,l,u){var s=D(l);if(\"function\"!=typeof s)throw Error(i(150));if(null==(l=s.call(l)))throw Error(i(151));for(var d=s=null,y=c,b=c=0,h=null,v=l.next();null!==y&&!v.done;b++,v=l.next()){y.index>b?(h=y,y=null):h=y.sibling;var g=f(o,y,v.value,u);if(null===g){null===y&&(y=h);break}e&&y&&null===g.alternate&&t(o,y),c=a(g,c,b),null===d?s=g:d.sibling=g,d=g,y=h}if(v.done)return r(o,y),Ko&&Ho(o,b),s;if(null===y){for(;!v.done;b++,v=l.next())null!==(v=p(o,v.value,u))&&(c=a(v,c,b),null===d?s=v:d.sibling=v,d=v);return Ko&&Ho(o,b),s}for(y=n(o,y);!v.done;b++,v=l.next())null!==(v=m(y,o,b,v.value,u))&&(e&&null!==v.alternate&&y.delete(null===v.key?b:v.key),c=a(v,c,b),null===d?s=v:d.sibling=v,d=v);return e&&y.forEach((function(e){return t(o,e)})),Ko&&Ho(o,b),s}return function e(n,i,a,l){if(\"object\"==typeof a&&null!==a&&a.type===k&&null===a.key&&(a=a.props.children),\"object\"==typeof a&&null!==a){switch(a.$$typeof){case w:e:{for(var u=a.key,s=i;null!==s;){if(s.key===u){if((u=a.type)===k){if(7===s.tag){r(n,s.sibling),(i=o(s,a.props.children)).return=n,n=i;break e}}else if(s.elementType===u||\"object\"==typeof u&&null!==u&&u.$$typeof===C&&Yi(u)===s.type){r(n,s.sibling),(i=o(s,a.props)).ref=Fi(n,s,a),i.return=n,n=i;break e}r(n,s);break}t(n,s),s=s.sibling}a.type===k?((i=ju(a.props.children,n.mode,l,a.key)).return=n,n=i):((l=Nu(a.type,a.key,a.props,null,n.mode,l)).ref=Fi(n,i,a),l.return=n,n=l)}return c(n);case x:e:{for(s=a.key;null!==i;){if(i.key===s){if(4===i.tag&&i.stateNode.containerInfo===a.containerInfo&&i.stateNode.implementation===a.implementation){r(n,i.sibling),(i=o(i,a.children||[])).return=n,n=i;break e}r(n,i);break}t(n,i),i=i.sibling}(i=Su(a,n.mode,l)).return=n,n=i}return c(n);case C:return e(n,i,(s=a._init)(a._payload),l)}if(ee(a))return y(n,i,a,l);if(D(a))return b(n,i,a,l);Ui(n,a)}return\"string\"==typeof a&&\"\"!==a||\"number\"==typeof a?(a=\"\"+a,null!==i&&6===i.tag?(r(n,i.sibling),(i=o(i,a)).return=n,n=i):(r(n,i),(i=Ou(a,n.mode,l)).return=n,n=i),c(n)):r(n,i)}}var Vi=Wi(!0),Qi=Wi(!1),Hi={},Gi=vo(Hi),Zi=vo(Hi),qi=vo(Hi);function $i(e){if(e===Hi)throw Error(i(174));return e}function Xi(e,t){switch(_o(qi,t),_o(Zi,e),_o(Gi,Hi),e=t.nodeType){case 9:case 11:t=(t=t.documentElement)?t.namespaceURI:ce(null,\"\");break;default:t=ce(t=(e=8===e?t.parentNode:t).namespaceURI||null,e=e.tagName)}go(Gi),_o(Gi,t)}function Ki(){go(Gi),go(Zi),go(qi)}function Ji(e){$i(qi.current);var t=$i(Gi.current),r=ce(t,e.type);t!==r&&(_o(Zi,e),_o(Gi,r))}function ea(e){Zi.current===e&&(go(Gi),go(Zi))}var ta=vo(0);function ra(e){for(var t=e;null!==t;){if(13===t.tag){var r=t.memoizedState;if(null!==r&&(null===(r=r.dehydrated)||\"$?\"===r.data||\"$!\"===r.data))return t}else if(19===t.tag&&void 0!==t.memoizedProps.revealOrder){if(0!=(128&t.flags))return t}else if(null!==t.child){t.child.return=t,t=t.child;continue}if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var na=[];function oa(){for(var e=0;e<na.length;e++)na[e]._workInProgressVersionPrimary=null;na.length=0}var ia=_.ReactCurrentDispatcher,aa=_.ReactCurrentBatchConfig,ca=0,la=null,ua=null,sa=null,da=!1,pa=!1,fa=0,ma=0;function ya(){throw Error(i(321))}function ba(e,t){if(null===t)return!1;for(var r=0;r<t.length&&r<e.length;r++)if(!en(e[r],t[r]))return!1;return!0}function ha(e,t,r,n,o,a){if(ca=a,la=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,ia.current=null===e||null===e.memoizedState?ec:tc,e=r(n,o),pa){a=0;do{if(pa=!1,fa=0,25<=a)throw Error(i(301));a+=1,sa=ua=null,t.updateQueue=null,ia.current=rc,e=r(n,o)}while(pa)}if(ia.current=Ja,t=null!==ua&&null!==ua.next,ca=0,sa=ua=la=null,da=!1,t)throw Error(i(300));return e}function va(){var e=0!==fa;return fa=0,e}function ga(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return null===sa?la.memoizedState=sa=e:sa=sa.next=e,sa}function _a(){if(null===ua){var e=la.alternate;e=null!==e?e.memoizedState:null}else e=ua.next;var t=null===sa?la.memoizedState:sa.next;if(null!==t)sa=t,ua=e;else{if(null===e)throw Error(i(310));e={memoizedState:(ua=e).memoizedState,baseState:ua.baseState,baseQueue:ua.baseQueue,queue:ua.queue,next:null},null===sa?la.memoizedState=sa=e:sa=sa.next=e}return sa}function wa(e,t){return\"function\"==typeof t?t(e):t}function xa(e){var t=_a(),r=t.queue;if(null===r)throw Error(i(311));r.lastRenderedReducer=e;var n=ua,o=n.baseQueue,a=r.pending;if(null!==a){if(null!==o){var c=o.next;o.next=a.next,a.next=c}n.baseQueue=o=a,r.pending=null}if(null!==o){a=o.next,n=n.baseState;var l=c=null,u=null,s=a;do{var d=s.lane;if((ca&d)===d)null!==u&&(u=u.next={lane:0,action:s.action,hasEagerState:s.hasEagerState,eagerState:s.eagerState,next:null}),n=s.hasEagerState?s.eagerState:e(n,s.action);else{var p={lane:d,action:s.action,hasEagerState:s.hasEagerState,eagerState:s.eagerState,next:null};null===u?(l=u=p,c=n):u=u.next=p,la.lanes|=d,Ml|=d}s=s.next}while(null!==s&&s!==a);null===u?c=n:u.next=l,en(n,t.memoizedState)||(fc=!0),t.memoizedState=n,t.baseState=c,t.baseQueue=u,r.lastRenderedState=n}if(null!==(e=r.interleaved)){o=e;do{a=o.lane,la.lanes|=a,Ml|=a,o=o.next}while(o!==e)}else null===o&&(r.lanes=0);return[t.memoizedState,r.dispatch]}function ka(e){var t=_a(),r=t.queue;if(null===r)throw Error(i(311));r.lastRenderedReducer=e;var n=r.dispatch,o=r.pending,a=t.memoizedState;if(null!==o){r.pending=null;var c=o=o.next;do{a=e(a,c.action),c=c.next}while(c!==o);en(a,t.memoizedState)||(fc=!0),t.memoizedState=a,null===t.baseQueue&&(t.baseState=a),r.lastRenderedState=a}return[a,n]}function Na(){}function ja(e,t){var r=la,n=_a(),o=t(),a=!en(n.memoizedState,o);if(a&&(n.memoizedState=o,fc=!0),n=n.queue,za(Sa.bind(null,r,n,e),[e]),n.getSnapshot!==t||a||null!==sa&&1&sa.memoizedState.tag){if(r.flags|=2048,Ca(9,Oa.bind(null,r,n,o,t),void 0,null),null===gl)throw Error(i(349));0!=(30&ca)||Ma(r,t,o)}return o}function Ma(e,t,r){e.flags|=16384,e={getSnapshot:t,value:r},null===(t=la.updateQueue)?(t={lastEffect:null,stores:null},la.updateQueue=t,t.stores=[e]):null===(r=t.stores)?t.stores=[e]:r.push(e)}function Oa(e,t,r,n){t.value=r,t.getSnapshot=n,Ea(t)&&La(e)}function Sa(e,t,r){return r((function(){Ea(t)&&La(e)}))}function Ea(e){var t=e.getSnapshot;e=e.value;try{var r=t();return!en(e,r)}catch(e){return!0}}function La(e){var t=ki(e,1);null!==t&&Hl(t,e,1,-1)}function Ia(e){var t=ga();return\"function\"==typeof e&&(e=e()),t.memoizedState=t.baseState=e,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:wa,lastRenderedState:e},t.queue=e,e=e.dispatch=qa.bind(null,la,e),[t.memoizedState,e]}function Ca(e,t,r,n){return e={tag:e,create:t,destroy:r,deps:n,next:null},null===(t=la.updateQueue)?(t={lastEffect:null,stores:null},la.updateQueue=t,t.lastEffect=e.next=e):null===(r=t.lastEffect)?t.lastEffect=e.next=e:(n=r.next,r.next=e,e.next=n,t.lastEffect=e),e}function Pa(){return _a().memoizedState}function Aa(e,t,r,n){var o=ga();la.flags|=e,o.memoizedState=Ca(1|t,r,void 0,void 0===n?null:n)}function Da(e,t,r,n){var o=_a();n=void 0===n?null:n;var i=void 0;if(null!==ua){var a=ua.memoizedState;if(i=a.destroy,null!==n&&ba(n,a.deps))return void(o.memoizedState=Ca(t,r,i,n))}la.flags|=e,o.memoizedState=Ca(1|t,r,i,n)}function Ta(e,t){return Aa(8390656,8,e,t)}function za(e,t){return Da(2048,8,e,t)}function Ba(e,t){return Da(4,2,e,t)}function Ra(e,t){return Da(4,4,e,t)}function Fa(e,t){return\"function\"==typeof t?(e=e(),t(e),function(){t(null)}):null!=t?(e=e(),t.current=e,function(){t.current=null}):void 0}function Ua(e,t,r){return r=null!=r?r.concat([e]):null,Da(4,4,Fa.bind(null,t,e),r)}function Ya(){}function Wa(e,t){var r=_a();t=void 0===t?null:t;var n=r.memoizedState;return null!==n&&null!==t&&ba(t,n[1])?n[0]:(r.memoizedState=[e,t],e)}function Va(e,t){var r=_a();t=void 0===t?null:t;var n=r.memoizedState;return null!==n&&null!==t&&ba(t,n[1])?n[0]:(e=e(),r.memoizedState=[e,t],e)}function Qa(e,t,r){return 0==(21&ca)?(e.baseState&&(e.baseState=!1,fc=!0),e.memoizedState=r):(en(r,t)||(r=pt(),la.lanes|=r,Ml|=r,e.baseState=!0),t)}function Ha(e,t){var r=bt;bt=0!==r&&4>r?r:4,e(!0);var n=aa.transition;aa.transition={};try{e(!1),t()}finally{bt=r,aa.transition=n}}function Ga(){return _a().memoizedState}function Za(e,t,r){var n=Ql(e);if(r={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null},$a(e))Xa(t,r);else if(null!==(r=xi(e,t,r,n))){Hl(r,e,n,Vl()),Ka(r,t,n)}}function qa(e,t,r){var n=Ql(e),o={lane:n,action:r,hasEagerState:!1,eagerState:null,next:null};if($a(e))Xa(t,o);else{var i=e.alternate;if(0===e.lanes&&(null===i||0===i.lanes)&&null!==(i=t.lastRenderedReducer))try{var a=t.lastRenderedState,c=i(a,r);if(o.hasEagerState=!0,o.eagerState=c,en(c,a)){var l=t.interleaved;return null===l?(o.next=o,wi(t)):(o.next=l.next,l.next=o),void(t.interleaved=o)}}catch(e){}null!==(r=xi(e,t,o,n))&&(Hl(r,e,n,o=Vl()),Ka(r,t,n))}}function $a(e){var t=e.alternate;return e===la||null!==t&&t===la}function Xa(e,t){pa=da=!0;var r=e.pending;null===r?t.next=t:(t.next=r.next,r.next=t),e.pending=t}function Ka(e,t,r){if(0!=(4194240&r)){var n=t.lanes;r|=n&=e.pendingLanes,t.lanes=r,yt(e,r)}}var Ja={readContext:gi,useCallback:ya,useContext:ya,useEffect:ya,useImperativeHandle:ya,useInsertionEffect:ya,useLayoutEffect:ya,useMemo:ya,useReducer:ya,useRef:ya,useState:ya,useDebugValue:ya,useDeferredValue:ya,useTransition:ya,useMutableSource:ya,useSyncExternalStore:ya,useId:ya,unstable_isNewReconciler:!1},ec={readContext:gi,useCallback:function(e,t){return ga().memoizedState=[e,void 0===t?null:t],e},useContext:gi,useEffect:Ta,useImperativeHandle:function(e,t,r){return r=null!=r?r.concat([e]):null,Aa(4194308,4,Fa.bind(null,t,e),r)},useLayoutEffect:function(e,t){return Aa(4194308,4,e,t)},useInsertionEffect:function(e,t){return Aa(4,2,e,t)},useMemo:function(e,t){var r=ga();return t=void 0===t?null:t,e=e(),r.memoizedState=[e,t],e},useReducer:function(e,t,r){var n=ga();return t=void 0!==r?r(t):t,n.memoizedState=n.baseState=t,e={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:t},n.queue=e,e=e.dispatch=Za.bind(null,la,e),[n.memoizedState,e]},useRef:function(e){return e={current:e},ga().memoizedState=e},useState:Ia,useDebugValue:Ya,useDeferredValue:function(e){return ga().memoizedState=e},useTransition:function(){var e=Ia(!1),t=e[0];return e=Ha.bind(null,e[1]),ga().memoizedState=e,[t,e]},useMutableSource:function(){},useSyncExternalStore:function(e,t,r){var n=la,o=ga();if(Ko){if(void 0===r)throw Error(i(407));r=r()}else{if(r=t(),null===gl)throw Error(i(349));0!=(30&ca)||Ma(n,t,r)}o.memoizedState=r;var a={value:r,getSnapshot:t};return o.queue=a,Ta(Sa.bind(null,n,a,e),[e]),n.flags|=2048,Ca(9,Oa.bind(null,n,a,r,t),void 0,null),r},useId:function(){var e=ga(),t=gl.identifierPrefix;if(Ko){var r=Qo;t=\":\"+t+\"R\"+(r=(Vo&~(1<<32-nt(Vo)-1)).toString(32)+r),0<(r=fa++)&&(t+=\"H\"+r.toString(32)),t+=\":\"}else t=\":\"+t+\"r\"+(r=ma++).toString(32)+\":\";return e.memoizedState=t},unstable_isNewReconciler:!1},tc={readContext:gi,useCallback:Wa,useContext:gi,useEffect:za,useImperativeHandle:Ua,useInsertionEffect:Ba,useLayoutEffect:Ra,useMemo:Va,useReducer:xa,useRef:Pa,useState:function(){return xa(wa)},useDebugValue:Ya,useDeferredValue:function(e){return Qa(_a(),ua.memoizedState,e)},useTransition:function(){return[xa(wa)[0],_a().memoizedState]},useMutableSource:Na,useSyncExternalStore:ja,useId:Ga,unstable_isNewReconciler:!1},rc={readContext:gi,useCallback:Wa,useContext:gi,useEffect:za,useImperativeHandle:Ua,useInsertionEffect:Ba,useLayoutEffect:Ra,useMemo:Va,useReducer:ka,useRef:Pa,useState:function(){return ka(wa)},useDebugValue:Ya,useDeferredValue:function(e){var t=_a();return null===ua?t.memoizedState=e:Qa(t,ua.memoizedState,e)},useTransition:function(){return[ka(wa)[0],_a().memoizedState]},useMutableSource:Na,useSyncExternalStore:ja,useId:Ga,unstable_isNewReconciler:!1};function nc(e,t){try{var r=\"\",n=t;do{r+=U(n),n=n.return}while(n);var o=r}catch(e){o=\"\\nError generating stack: \"+e.message+\"\\n\"+e.stack}return{value:e,source:t,stack:o,digest:null}}function oc(e,t,r){return{value:e,source:null,stack:null!=r?r:null,digest:null!=t?t:null}}function ic(e,t){try{console.error(t.value)}catch(e){setTimeout((function(){throw e}))}}var ac=\"function\"==typeof WeakMap?WeakMap:Map;function cc(e,t,r){(r=Oi(-1,r)).tag=3,r.payload={element:null};var n=t.value;return r.callback=function(){Al||(Al=!0,Dl=n),ic(0,t)},r}function lc(e,t,r){(r=Oi(-1,r)).tag=3;var n=e.type.getDerivedStateFromError;if(\"function\"==typeof n){var o=t.value;r.payload=function(){return n(o)},r.callback=function(){ic(0,t)}}var i=e.stateNode;return null!==i&&\"function\"==typeof i.componentDidCatch&&(r.callback=function(){ic(0,t),\"function\"!=typeof n&&(null===Tl?Tl=new Set([this]):Tl.add(this));var e=t.stack;this.componentDidCatch(t.value,{componentStack:null!==e?e:\"\"})}),r}function uc(e,t,r){var n=e.pingCache;if(null===n){n=e.pingCache=new ac;var o=new Set;n.set(t,o)}else void 0===(o=n.get(t))&&(o=new Set,n.set(t,o));o.has(r)||(o.add(r),e=yu.bind(null,e,t,r),t.then(e,e))}function sc(e){do{var t;if((t=13===e.tag)&&(t=null===(t=e.memoizedState)||null!==t.dehydrated),t)return e;e=e.return}while(null!==e);return null}function dc(e,t,r,n,o){return 0==(1&e.mode)?(e===t?e.flags|=65536:(e.flags|=128,r.flags|=131072,r.flags&=-52805,1===r.tag&&(null===r.alternate?r.tag=17:((t=Oi(-1,1)).tag=2,Si(r,t,1))),r.lanes|=1),e):(e.flags|=65536,e.lanes=o,e)}var pc=_.ReactCurrentOwner,fc=!1;function mc(e,t,r,n){t.child=null===e?Qi(t,null,r,n):Vi(t,e.child,r,n)}function yc(e,t,r,n,o){r=r.render;var i=t.ref;return vi(t,o),n=ha(e,t,r,n,i,o),r=va(),null===e||fc?(Ko&&r&&Zo(t),t.flags|=1,mc(e,t,n,o),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,zc(e,t,o))}function bc(e,t,r,n,o){if(null===e){var i=r.type;return\"function\"!=typeof i||xu(i)||void 0!==i.defaultProps||null!==r.compare||void 0!==r.defaultProps?((e=Nu(r.type,null,n,t,t.mode,o)).ref=t.ref,e.return=t,t.child=e):(t.tag=15,t.type=i,hc(e,t,i,n,o))}if(i=e.child,0==(e.lanes&o)){var a=i.memoizedProps;if((r=null!==(r=r.compare)?r:tn)(a,n)&&e.ref===t.ref)return zc(e,t,o)}return t.flags|=1,(e=ku(i,n)).ref=t.ref,e.return=t,t.child=e}function hc(e,t,r,n,o){if(null!==e){var i=e.memoizedProps;if(tn(i,n)&&e.ref===t.ref){if(fc=!1,t.pendingProps=n=i,0==(e.lanes&o))return t.lanes=e.lanes,zc(e,t,o);0!=(131072&e.flags)&&(fc=!0)}}return _c(e,t,r,n,o)}function vc(e,t,r){var n=t.pendingProps,o=n.children,i=null!==e?e.memoizedState:null;if(\"hidden\"===n.mode)if(0==(1&t.mode))t.memoizedState={baseLanes:0,cachePool:null,transitions:null},_o(kl,xl),xl|=r;else{if(0==(1073741824&r))return e=null!==i?i.baseLanes|r:r,t.lanes=t.childLanes=1073741824,t.memoizedState={baseLanes:e,cachePool:null,transitions:null},t.updateQueue=null,_o(kl,xl),xl|=e,null;t.memoizedState={baseLanes:0,cachePool:null,transitions:null},n=null!==i?i.baseLanes:r,_o(kl,xl),xl|=n}else null!==i?(n=i.baseLanes|r,t.memoizedState=null):n=r,_o(kl,xl),xl|=n;return mc(e,t,o,r),t.child}function gc(e,t){var r=t.ref;(null===e&&null!==r||null!==e&&e.ref!==r)&&(t.flags|=512,t.flags|=2097152)}function _c(e,t,r,n,o){var i=Mo(r)?No:xo.current;return i=jo(t,i),vi(t,o),r=ha(e,t,r,n,i,o),n=va(),null===e||fc?(Ko&&n&&Zo(t),t.flags|=1,mc(e,t,r,o),t.child):(t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~o,zc(e,t,o))}function wc(e,t,r,n,o){if(Mo(r)){var i=!0;Lo(t)}else i=!1;if(vi(t,o),null===t.stateNode)Tc(e,t),zi(t,r,n),Ri(t,r,n,o),n=!0;else if(null===e){var a=t.stateNode,c=t.memoizedProps;a.props=c;var l=a.context,u=r.contextType;\"object\"==typeof u&&null!==u?u=gi(u):u=jo(t,u=Mo(r)?No:xo.current);var s=r.getDerivedStateFromProps,d=\"function\"==typeof s||\"function\"==typeof a.getSnapshotBeforeUpdate;d||\"function\"!=typeof a.UNSAFE_componentWillReceiveProps&&\"function\"!=typeof a.componentWillReceiveProps||(c!==n||l!==u)&&Bi(t,a,n,u),Ni=!1;var p=t.memoizedState;a.state=p,Ii(t,n,a,o),l=t.memoizedState,c!==n||p!==l||ko.current||Ni?(\"function\"==typeof s&&(Ai(t,r,s,n),l=t.memoizedState),(c=Ni||Ti(t,r,c,n,p,l,u))?(d||\"function\"!=typeof a.UNSAFE_componentWillMount&&\"function\"!=typeof a.componentWillMount||(\"function\"==typeof a.componentWillMount&&a.componentWillMount(),\"function\"==typeof a.UNSAFE_componentWillMount&&a.UNSAFE_componentWillMount()),\"function\"==typeof a.componentDidMount&&(t.flags|=4194308)):(\"function\"==typeof a.componentDidMount&&(t.flags|=4194308),t.memoizedProps=n,t.memoizedState=l),a.props=n,a.state=l,a.context=u,n=c):(\"function\"==typeof a.componentDidMount&&(t.flags|=4194308),n=!1)}else{a=t.stateNode,Mi(e,t),c=t.memoizedProps,u=t.type===t.elementType?c:si(t.type,c),a.props=u,d=t.pendingProps,p=a.context,\"object\"==typeof(l=r.contextType)&&null!==l?l=gi(l):l=jo(t,l=Mo(r)?No:xo.current);var f=r.getDerivedStateFromProps;(s=\"function\"==typeof f||\"function\"==typeof a.getSnapshotBeforeUpdate)||\"function\"!=typeof a.UNSAFE_componentWillReceiveProps&&\"function\"!=typeof a.componentWillReceiveProps||(c!==d||p!==l)&&Bi(t,a,n,l),Ni=!1,p=t.memoizedState,a.state=p,Ii(t,n,a,o);var m=t.memoizedState;c!==d||p!==m||ko.current||Ni?(\"function\"==typeof f&&(Ai(t,r,f,n),m=t.memoizedState),(u=Ni||Ti(t,r,u,n,p,m,l)||!1)?(s||\"function\"!=typeof a.UNSAFE_componentWillUpdate&&\"function\"!=typeof a.componentWillUpdate||(\"function\"==typeof a.componentWillUpdate&&a.componentWillUpdate(n,m,l),\"function\"==typeof a.UNSAFE_componentWillUpdate&&a.UNSAFE_componentWillUpdate(n,m,l)),\"function\"==typeof a.componentDidUpdate&&(t.flags|=4),\"function\"==typeof a.getSnapshotBeforeUpdate&&(t.flags|=1024)):(\"function\"!=typeof a.componentDidUpdate||c===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),\"function\"!=typeof a.getSnapshotBeforeUpdate||c===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),t.memoizedProps=n,t.memoizedState=m),a.props=n,a.state=m,a.context=l,n=u):(\"function\"!=typeof a.componentDidUpdate||c===e.memoizedProps&&p===e.memoizedState||(t.flags|=4),\"function\"!=typeof a.getSnapshotBeforeUpdate||c===e.memoizedProps&&p===e.memoizedState||(t.flags|=1024),n=!1)}return xc(e,t,r,n,i,o)}function xc(e,t,r,n,o,i){gc(e,t);var a=0!=(128&t.flags);if(!n&&!a)return o&&Io(t,r,!1),zc(e,t,i);n=t.stateNode,pc.current=t;var c=a&&\"function\"!=typeof r.getDerivedStateFromError?null:n.render();return t.flags|=1,null!==e&&a?(t.child=Vi(t,e.child,null,i),t.child=Vi(t,null,c,i)):mc(e,t,c,i),t.memoizedState=n.state,o&&Io(t,r,!0),t.child}function kc(e){var t=e.stateNode;t.pendingContext?So(0,t.pendingContext,t.pendingContext!==t.context):t.context&&So(0,t.context,!1),Xi(e,t.containerInfo)}function Nc(e,t,r,n,o){return ci(),li(o),t.flags|=256,mc(e,t,r,n),t.child}var jc,Mc,Oc,Sc={dehydrated:null,treeContext:null,retryLane:0};function Ec(e){return{baseLanes:e,cachePool:null,transitions:null}}function Lc(e,t,r){var n,o=t.pendingProps,a=ta.current,c=!1,l=0!=(128&t.flags);if((n=l)||(n=(null===e||null!==e.memoizedState)&&0!=(2&a)),n?(c=!0,t.flags&=-129):null!==e&&null===e.memoizedState||(a|=1),_o(ta,1&a),null===e)return ni(t),null!==(e=t.memoizedState)&&null!==(e=e.dehydrated)?(0==(1&t.mode)?t.lanes=1:\"$!\"===e.data?t.lanes=8:t.lanes=1073741824,null):(l=o.children,e=o.fallback,c?(o=t.mode,c=t.child,l={mode:\"hidden\",children:l},0==(1&o)&&null!==c?(c.childLanes=0,c.pendingProps=l):c=Mu(l,o,0,null),e=ju(e,o,r,null),c.return=t,e.return=t,c.sibling=e,t.child=c,t.child.memoizedState=Ec(r),t.memoizedState=Sc,e):Ic(t,l));if(null!==(a=e.memoizedState)&&null!==(n=a.dehydrated))return function(e,t,r,n,o,a,c){if(r)return 256&t.flags?(t.flags&=-257,n=oc(Error(i(422))),Cc(e,t,c,n)):null!==t.memoizedState?(t.child=e.child,t.flags|=128,null):(a=n.fallback,o=t.mode,n=Mu({mode:\"visible\",children:n.children},o,0,null),(a=ju(a,o,c,null)).flags|=2,n.return=t,a.return=t,n.sibling=a,t.child=n,0!=(1&t.mode)&&Vi(t,e.child,null,c),t.child.memoizedState=Ec(c),t.memoizedState=Sc,a);if(0==(1&t.mode))return Cc(e,t,c,null);if(\"$!\"===o.data){if(n=o.nextSibling&&o.nextSibling.dataset)var l=n.dgst;return n=l,a=Error(i(419)),n=oc(a,n,void 0),Cc(e,t,c,n)}if(l=0!=(c&e.childLanes),fc||l){if(null!==(n=gl)){switch(c&-c){case 4:o=2;break;case 16:o=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:o=32;break;case 536870912:o=268435456;break;default:o=0}0!==(o=0!=(o&(n.suspendedLanes|c))?0:o)&&o!==a.retryLane&&(a.retryLane=o,ki(e,o),Hl(n,e,o,-1))}return iu(),n=oc(Error(i(421))),Cc(e,t,c,n)}return\"$?\"===o.data?(t.flags|=128,t.child=e.child,t=hu.bind(null,e),o._reactRetry=t,null):(e=a.treeContext,Xo=ro(o.nextSibling),$o=t,Ko=!0,Jo=null,null!==e&&(Uo[Yo++]=Vo,Uo[Yo++]=Qo,Uo[Yo++]=Wo,Vo=e.id,Qo=e.overflow,Wo=t),(t=Ic(t,n.children)).flags|=4096,t)}(e,t,l,o,n,a,r);if(c){c=o.fallback,l=t.mode,n=(a=e.child).sibling;var u={mode:\"hidden\",children:o.children};return 0==(1&l)&&t.child!==a?((o=t.child).childLanes=0,o.pendingProps=u,t.deletions=null):(o=ku(a,u)).subtreeFlags=14680064&a.subtreeFlags,null!==n?c=ku(n,c):(c=ju(c,l,r,null)).flags|=2,c.return=t,o.return=t,o.sibling=c,t.child=o,o=c,c=t.child,l=null===(l=e.child.memoizedState)?Ec(r):{baseLanes:l.baseLanes|r,cachePool:null,transitions:l.transitions},c.memoizedState=l,c.childLanes=e.childLanes&~r,t.memoizedState=Sc,o}return e=(c=e.child).sibling,o=ku(c,{mode:\"visible\",children:o.children}),0==(1&t.mode)&&(o.lanes=r),o.return=t,o.sibling=null,null!==e&&(null===(r=t.deletions)?(t.deletions=[e],t.flags|=16):r.push(e)),t.child=o,t.memoizedState=null,o}function Ic(e,t){return(t=Mu({mode:\"visible\",children:t},e.mode,0,null)).return=e,e.child=t}function Cc(e,t,r,n){return null!==n&&li(n),Vi(t,e.child,null,r),(e=Ic(t,t.pendingProps.children)).flags|=2,t.memoizedState=null,e}function Pc(e,t,r){e.lanes|=t;var n=e.alternate;null!==n&&(n.lanes|=t),hi(e.return,t,r)}function Ac(e,t,r,n,o){var i=e.memoizedState;null===i?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:n,tail:r,tailMode:o}:(i.isBackwards=t,i.rendering=null,i.renderingStartTime=0,i.last=n,i.tail=r,i.tailMode=o)}function Dc(e,t,r){var n=t.pendingProps,o=n.revealOrder,i=n.tail;if(mc(e,t,n.children,r),0!=(2&(n=ta.current)))n=1&n|2,t.flags|=128;else{if(null!==e&&0!=(128&e.flags))e:for(e=t.child;null!==e;){if(13===e.tag)null!==e.memoizedState&&Pc(e,r,t);else if(19===e.tag)Pc(e,r,t);else if(null!==e.child){e.child.return=e,e=e.child;continue}if(e===t)break e;for(;null===e.sibling;){if(null===e.return||e.return===t)break e;e=e.return}e.sibling.return=e.return,e=e.sibling}n&=1}if(_o(ta,n),0==(1&t.mode))t.memoizedState=null;else switch(o){case\"forwards\":for(r=t.child,o=null;null!==r;)null!==(e=r.alternate)&&null===ra(e)&&(o=r),r=r.sibling;null===(r=o)?(o=t.child,t.child=null):(o=r.sibling,r.sibling=null),Ac(t,!1,o,r,i);break;case\"backwards\":for(r=null,o=t.child,t.child=null;null!==o;){if(null!==(e=o.alternate)&&null===ra(e)){t.child=o;break}e=o.sibling,o.sibling=r,r=o,o=e}Ac(t,!0,r,null,i);break;case\"together\":Ac(t,!1,null,null,void 0);break;default:t.memoizedState=null}return t.child}function Tc(e,t){0==(1&t.mode)&&null!==e&&(e.alternate=null,t.alternate=null,t.flags|=2)}function zc(e,t,r){if(null!==e&&(t.dependencies=e.dependencies),Ml|=t.lanes,0==(r&t.childLanes))return null;if(null!==e&&t.child!==e.child)throw Error(i(153));if(null!==t.child){for(r=ku(e=t.child,e.pendingProps),t.child=r,r.return=t;null!==e.sibling;)e=e.sibling,(r=r.sibling=ku(e,e.pendingProps)).return=t;r.sibling=null}return t.child}function Bc(e,t){if(!Ko)switch(e.tailMode){case\"hidden\":t=e.tail;for(var r=null;null!==t;)null!==t.alternate&&(r=t),t=t.sibling;null===r?e.tail=null:r.sibling=null;break;case\"collapsed\":r=e.tail;for(var n=null;null!==r;)null!==r.alternate&&(n=r),r=r.sibling;null===n?t||null===e.tail?e.tail=null:e.tail.sibling=null:n.sibling=null}}function Rc(e){var t=null!==e.alternate&&e.alternate.child===e.child,r=0,n=0;if(t)for(var o=e.child;null!==o;)r|=o.lanes|o.childLanes,n|=14680064&o.subtreeFlags,n|=14680064&o.flags,o.return=e,o=o.sibling;else for(o=e.child;null!==o;)r|=o.lanes|o.childLanes,n|=o.subtreeFlags,n|=o.flags,o.return=e,o=o.sibling;return e.subtreeFlags|=n,e.childLanes=r,t}function Fc(e,t,r){var n=t.pendingProps;switch(qo(t),t.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Rc(t),null;case 1:return Mo(t.type)&&Oo(),Rc(t),null;case 3:return n=t.stateNode,Ki(),go(ko),go(xo),oa(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),null!==e&&null!==e.child||(ii(t)?t.flags|=4:null===e||e.memoizedState.isDehydrated&&0==(256&t.flags)||(t.flags|=1024,null!==Jo&&($l(Jo),Jo=null))),Rc(t),null;case 5:ea(t);var o=$i(qi.current);if(r=t.type,null!==e&&null!=t.stateNode)Mc(e,t,r,n),e.ref!==t.ref&&(t.flags|=512,t.flags|=2097152);else{if(!n){if(null===t.stateNode)throw Error(i(166));return Rc(t),null}if(e=$i(Gi.current),ii(t)){n=t.stateNode,r=t.type;var a=t.memoizedProps;switch(n[io]=t,n[ao]=a,e=0!=(1&t.mode),r){case\"dialog\":Cn(\"cancel\",n),Cn(\"close\",n);break;case\"iframe\":case\"object\":case\"embed\":Cn(\"load\",n);break;case\"video\":case\"audio\":for(o=0;o<Sn.length;o++)Cn(Sn[o],n);break;case\"source\":Cn(\"error\",n);break;case\"img\":case\"image\":case\"link\":Cn(\"error\",n),Cn(\"load\",n);break;case\"details\":Cn(\"toggle\",n);break;case\"input\":q(n,a),Cn(\"invalid\",n);break;case\"select\":n._wrapperState={wasMultiple:!!a.multiple},Cn(\"invalid\",n);break;case\"textarea\":ne(n,a),Cn(\"invalid\",n)}for(var l in be(r,a),o=null,a)if(a.hasOwnProperty(l)){var u=a[l];\"children\"===l?\"string\"==typeof u?n.textContent!==u&&(!0!==a.suppressHydrationWarning&&Qn(n.textContent,u,e),o=[\"children\",u]):\"number\"==typeof u&&n.textContent!==\"\"+u&&(!0!==a.suppressHydrationWarning&&Qn(n.textContent,u,e),o=[\"children\",\"\"+u]):c.hasOwnProperty(l)&&null!=u&&\"onScroll\"===l&&Cn(\"scroll\",n)}switch(r){case\"input\":Q(n),K(n,a,!0);break;case\"textarea\":Q(n),ie(n);break;case\"select\":case\"option\":break;default:\"function\"==typeof a.onClick&&(n.onclick=Hn)}n=o,t.updateQueue=n,null!==n&&(t.flags|=4)}else{l=9===o.nodeType?o:o.ownerDocument,\"http://www.w3.org/1999/xhtml\"===e&&(e=ae(r)),\"http://www.w3.org/1999/xhtml\"===e?\"script\"===r?((e=l.createElement(\"div\")).innerHTML=\"<script><\\/script>\",e=e.removeChild(e.firstChild)):\"string\"==typeof n.is?e=l.createElement(r,{is:n.is}):(e=l.createElement(r),\"select\"===r&&(l=e,n.multiple?l.multiple=!0:n.size&&(l.size=n.size))):e=l.createElementNS(e,r),e[io]=t,e[ao]=n,jc(e,t),t.stateNode=e;e:{switch(l=he(r,n),r){case\"dialog\":Cn(\"cancel\",e),Cn(\"close\",e),o=n;break;case\"iframe\":case\"object\":case\"embed\":Cn(\"load\",e),o=n;break;case\"video\":case\"audio\":for(o=0;o<Sn.length;o++)Cn(Sn[o],e);o=n;break;case\"source\":Cn(\"error\",e),o=n;break;case\"img\":case\"image\":case\"link\":Cn(\"error\",e),Cn(\"load\",e),o=n;break;case\"details\":Cn(\"toggle\",e),o=n;break;case\"input\":q(e,n),o=Z(e,n),Cn(\"invalid\",e);break;case\"option\":o=n;break;case\"select\":e._wrapperState={wasMultiple:!!n.multiple},o=z({},n,{value:void 0}),Cn(\"invalid\",e);break;case\"textarea\":ne(e,n),o=re(e,n),Cn(\"invalid\",e);break;default:o=n}for(a in be(r,o),u=o)if(u.hasOwnProperty(a)){var s=u[a];\"style\"===a?me(e,s):\"dangerouslySetInnerHTML\"===a?null!=(s=s?s.__html:void 0)&&ue(e,s):\"children\"===a?\"string\"==typeof s?(\"textarea\"!==r||\"\"!==s)&&se(e,s):\"number\"==typeof s&&se(e,\"\"+s):\"suppressContentEditableWarning\"!==a&&\"suppressHydrationWarning\"!==a&&\"autoFocus\"!==a&&(c.hasOwnProperty(a)?null!=s&&\"onScroll\"===a&&Cn(\"scroll\",e):null!=s&&g(e,a,s,l))}switch(r){case\"input\":Q(e),K(e,n,!1);break;case\"textarea\":Q(e),ie(e);break;case\"option\":null!=n.value&&e.setAttribute(\"value\",\"\"+W(n.value));break;case\"select\":e.multiple=!!n.multiple,null!=(a=n.value)?te(e,!!n.multiple,a,!1):null!=n.defaultValue&&te(e,!!n.multiple,n.defaultValue,!0);break;default:\"function\"==typeof o.onClick&&(e.onclick=Hn)}switch(r){case\"button\":case\"input\":case\"select\":case\"textarea\":n=!!n.autoFocus;break e;case\"img\":n=!0;break e;default:n=!1}}n&&(t.flags|=4)}null!==t.ref&&(t.flags|=512,t.flags|=2097152)}return Rc(t),null;case 6:if(e&&null!=t.stateNode)Oc(0,t,e.memoizedProps,n);else{if(\"string\"!=typeof n&&null===t.stateNode)throw Error(i(166));if(r=$i(qi.current),$i(Gi.current),ii(t)){if(n=t.stateNode,r=t.memoizedProps,n[io]=t,(a=n.nodeValue!==r)&&null!==(e=$o))switch(e.tag){case 3:Qn(n.nodeValue,r,0!=(1&e.mode));break;case 5:!0!==e.memoizedProps.suppressHydrationWarning&&Qn(n.nodeValue,r,0!=(1&e.mode))}a&&(t.flags|=4)}else(n=(9===r.nodeType?r:r.ownerDocument).createTextNode(n))[io]=t,t.stateNode=n}return Rc(t),null;case 13:if(go(ta),n=t.memoizedState,null===e||null!==e.memoizedState&&null!==e.memoizedState.dehydrated){if(Ko&&null!==Xo&&0!=(1&t.mode)&&0==(128&t.flags))ai(),ci(),t.flags|=98560,a=!1;else if(a=ii(t),null!==n&&null!==n.dehydrated){if(null===e){if(!a)throw Error(i(318));if(!(a=null!==(a=t.memoizedState)?a.dehydrated:null))throw Error(i(317));a[io]=t}else ci(),0==(128&t.flags)&&(t.memoizedState=null),t.flags|=4;Rc(t),a=!1}else null!==Jo&&($l(Jo),Jo=null),a=!0;if(!a)return 65536&t.flags?t:null}return 0!=(128&t.flags)?(t.lanes=r,t):((n=null!==n)!==(null!==e&&null!==e.memoizedState)&&n&&(t.child.flags|=8192,0!=(1&t.mode)&&(null===e||0!=(1&ta.current)?0===Nl&&(Nl=3):iu())),null!==t.updateQueue&&(t.flags|=4),Rc(t),null);case 4:return Ki(),null===e&&Dn(t.stateNode.containerInfo),Rc(t),null;case 10:return bi(t.type._context),Rc(t),null;case 17:return Mo(t.type)&&Oo(),Rc(t),null;case 19:if(go(ta),null===(a=t.memoizedState))return Rc(t),null;if(n=0!=(128&t.flags),null===(l=a.rendering))if(n)Bc(a,!1);else{if(0!==Nl||null!==e&&0!=(128&e.flags))for(e=t.child;null!==e;){if(null!==(l=ra(e))){for(t.flags|=128,Bc(a,!1),null!==(n=l.updateQueue)&&(t.updateQueue=n,t.flags|=4),t.subtreeFlags=0,n=r,r=t.child;null!==r;)e=n,(a=r).flags&=14680066,null===(l=a.alternate)?(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=l.childLanes,a.lanes=l.lanes,a.child=l.child,a.subtreeFlags=0,a.deletions=null,a.memoizedProps=l.memoizedProps,a.memoizedState=l.memoizedState,a.updateQueue=l.updateQueue,a.type=l.type,e=l.dependencies,a.dependencies=null===e?null:{lanes:e.lanes,firstContext:e.firstContext}),r=r.sibling;return _o(ta,1&ta.current|2),t.child}e=e.sibling}null!==a.tail&&Ze()>Cl&&(t.flags|=128,n=!0,Bc(a,!1),t.lanes=4194304)}else{if(!n)if(null!==(e=ra(l))){if(t.flags|=128,n=!0,null!==(r=e.updateQueue)&&(t.updateQueue=r,t.flags|=4),Bc(a,!0),null===a.tail&&\"hidden\"===a.tailMode&&!l.alternate&&!Ko)return Rc(t),null}else 2*Ze()-a.renderingStartTime>Cl&&1073741824!==r&&(t.flags|=128,n=!0,Bc(a,!1),t.lanes=4194304);a.isBackwards?(l.sibling=t.child,t.child=l):(null!==(r=a.last)?r.sibling=l:t.child=l,a.last=l)}return null!==a.tail?(t=a.tail,a.rendering=t,a.tail=t.sibling,a.renderingStartTime=Ze(),t.sibling=null,r=ta.current,_o(ta,n?1&r|2:1&r),t):(Rc(t),null);case 22:case 23:return tu(),n=null!==t.memoizedState,null!==e&&null!==e.memoizedState!==n&&(t.flags|=8192),n&&0!=(1&t.mode)?0!=(1073741824&xl)&&(Rc(t),6&t.subtreeFlags&&(t.flags|=8192)):Rc(t),null;case 24:case 25:return null}throw Error(i(156,t.tag))}function Uc(e,t){switch(qo(t),t.tag){case 1:return Mo(t.type)&&Oo(),65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 3:return Ki(),go(ko),go(xo),oa(),0!=(65536&(e=t.flags))&&0==(128&e)?(t.flags=-65537&e|128,t):null;case 5:return ea(t),null;case 13:if(go(ta),null!==(e=t.memoizedState)&&null!==e.dehydrated){if(null===t.alternate)throw Error(i(340));ci()}return 65536&(e=t.flags)?(t.flags=-65537&e|128,t):null;case 19:return go(ta),null;case 4:return Ki(),null;case 10:return bi(t.type._context),null;case 22:case 23:return tu(),null;case 24:default:return null}}jc=function(e,t){for(var r=t.child;null!==r;){if(5===r.tag||6===r.tag)e.appendChild(r.stateNode);else if(4!==r.tag&&null!==r.child){r.child.return=r,r=r.child;continue}if(r===t)break;for(;null===r.sibling;){if(null===r.return||r.return===t)return;r=r.return}r.sibling.return=r.return,r=r.sibling}},Mc=function(e,t,r,n){var o=e.memoizedProps;if(o!==n){e=t.stateNode,$i(Gi.current);var i,a=null;switch(r){case\"input\":o=Z(e,o),n=Z(e,n),a=[];break;case\"select\":o=z({},o,{value:void 0}),n=z({},n,{value:void 0}),a=[];break;case\"textarea\":o=re(e,o),n=re(e,n),a=[];break;default:\"function\"!=typeof o.onClick&&\"function\"==typeof n.onClick&&(e.onclick=Hn)}for(s in be(r,n),r=null,o)if(!n.hasOwnProperty(s)&&o.hasOwnProperty(s)&&null!=o[s])if(\"style\"===s){var l=o[s];for(i in l)l.hasOwnProperty(i)&&(r||(r={}),r[i]=\"\")}else\"dangerouslySetInnerHTML\"!==s&&\"children\"!==s&&\"suppressContentEditableWarning\"!==s&&\"suppressHydrationWarning\"!==s&&\"autoFocus\"!==s&&(c.hasOwnProperty(s)?a||(a=[]):(a=a||[]).push(s,null));for(s in n){var u=n[s];if(l=null!=o?o[s]:void 0,n.hasOwnProperty(s)&&u!==l&&(null!=u||null!=l))if(\"style\"===s)if(l){for(i in l)!l.hasOwnProperty(i)||u&&u.hasOwnProperty(i)||(r||(r={}),r[i]=\"\");for(i in u)u.hasOwnProperty(i)&&l[i]!==u[i]&&(r||(r={}),r[i]=u[i])}else r||(a||(a=[]),a.push(s,r)),r=u;else\"dangerouslySetInnerHTML\"===s?(u=u?u.__html:void 0,l=l?l.__html:void 0,null!=u&&l!==u&&(a=a||[]).push(s,u)):\"children\"===s?\"string\"!=typeof u&&\"number\"!=typeof u||(a=a||[]).push(s,\"\"+u):\"suppressContentEditableWarning\"!==s&&\"suppressHydrationWarning\"!==s&&(c.hasOwnProperty(s)?(null!=u&&\"onScroll\"===s&&Cn(\"scroll\",e),a||l===u||(a=[])):(a=a||[]).push(s,u))}r&&(a=a||[]).push(\"style\",r);var s=a;(t.updateQueue=s)&&(t.flags|=4)}},Oc=function(e,t,r,n){r!==n&&(t.flags|=4)};var Yc=!1,Wc=!1,Vc=\"function\"==typeof WeakSet?WeakSet:Set,Qc=null;function Hc(e,t){var r=e.ref;if(null!==r)if(\"function\"==typeof r)try{r(null)}catch(r){mu(e,t,r)}else r.current=null}function Gc(e,t,r){try{r()}catch(r){mu(e,t,r)}}var Zc=!1;function qc(e,t,r){var n=t.updateQueue;if(null!==(n=null!==n?n.lastEffect:null)){var o=n=n.next;do{if((o.tag&e)===e){var i=o.destroy;o.destroy=void 0,void 0!==i&&Gc(t,r,i)}o=o.next}while(o!==n)}}function $c(e,t){if(null!==(t=null!==(t=t.updateQueue)?t.lastEffect:null)){var r=t=t.next;do{if((r.tag&e)===e){var n=r.create;r.destroy=n()}r=r.next}while(r!==t)}}function Xc(e){var t=e.ref;if(null!==t){var r=e.stateNode;switch(e.tag){case 5:e=r;break;default:e=r}\"function\"==typeof t?t(e):t.current=e}}function Kc(e){var t=e.alternate;null!==t&&(e.alternate=null,Kc(t)),e.child=null,e.deletions=null,e.sibling=null,5===e.tag&&(null!==(t=e.stateNode)&&(delete t[io],delete t[ao],delete t[lo],delete t[uo],delete t[so])),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 Jc(e){return 5===e.tag||3===e.tag||4===e.tag}function el(e){e:for(;;){for(;null===e.sibling;){if(null===e.return||Jc(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;5!==e.tag&&6!==e.tag&&18!==e.tag;){if(2&e.flags)continue e;if(null===e.child||4===e.tag)continue e;e.child.return=e,e=e.child}if(!(2&e.flags))return e.stateNode}}var tl=null,rl=!1;function nl(e,t,r){for(r=r.child;null!==r;)ol(e,t,r),r=r.sibling}function ol(e,t,r){if(rt&&\"function\"==typeof rt.onCommitFiberUnmount)try{rt.onCommitFiberUnmount(tt,r)}catch(e){}switch(r.tag){case 5:Wc||Hc(r,t);case 6:var n=tl,o=rl;tl=null,nl(e,t,r),rl=o,null!==(tl=n)&&(rl?(e=tl,r=r.stateNode,8===e.nodeType?e.parentNode.removeChild(r):e.removeChild(r)):tl.removeChild(r.stateNode));break;case 18:null!==tl&&(rl?(e=tl,r=r.stateNode,8===e.nodeType?to(e.parentNode,r):1===e.nodeType&&to(e,r),Rt(e)):to(tl,r.stateNode));break;case 4:n=tl,o=rl,tl=r.stateNode.containerInfo,rl=!0,nl(e,t,r),tl=n,rl=o;break;case 0:case 11:case 14:case 15:if(!Wc&&(null!==(n=r.updateQueue)&&null!==(n=n.lastEffect))){o=n=n.next;do{var i=o,a=i.destroy;i=i.tag,void 0!==a&&(0!=(2&i)||0!=(4&i))&&Gc(r,t,a),o=o.next}while(o!==n)}nl(e,t,r);break;case 1:if(!Wc&&(Hc(r,t),\"function\"==typeof(n=r.stateNode).componentWillUnmount))try{n.props=r.memoizedProps,n.state=r.memoizedState,n.componentWillUnmount()}catch(e){mu(r,t,e)}nl(e,t,r);break;case 21:nl(e,t,r);break;case 22:1&r.mode?(Wc=(n=Wc)||null!==r.memoizedState,nl(e,t,r),Wc=n):nl(e,t,r);break;default:nl(e,t,r)}}function il(e){var t=e.updateQueue;if(null!==t){e.updateQueue=null;var r=e.stateNode;null===r&&(r=e.stateNode=new Vc),t.forEach((function(t){var n=vu.bind(null,e,t);r.has(t)||(r.add(t),t.then(n,n))}))}}function al(e,t){var r=t.deletions;if(null!==r)for(var n=0;n<r.length;n++){var o=r[n];try{var a=e,c=t,l=c;e:for(;null!==l;){switch(l.tag){case 5:tl=l.stateNode,rl=!1;break e;case 3:case 4:tl=l.stateNode.containerInfo,rl=!0;break e}l=l.return}if(null===tl)throw Error(i(160));ol(a,c,o),tl=null,rl=!1;var u=o.alternate;null!==u&&(u.return=null),o.return=null}catch(e){mu(o,t,e)}}if(12854&t.subtreeFlags)for(t=t.child;null!==t;)cl(t,e),t=t.sibling}function cl(e,t){var r=e.alternate,n=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:if(al(t,e),ll(e),4&n){try{qc(3,e,e.return),$c(3,e)}catch(t){mu(e,e.return,t)}try{qc(5,e,e.return)}catch(t){mu(e,e.return,t)}}break;case 1:al(t,e),ll(e),512&n&&null!==r&&Hc(r,r.return);break;case 5:if(al(t,e),ll(e),512&n&&null!==r&&Hc(r,r.return),32&e.flags){var o=e.stateNode;try{se(o,\"\")}catch(t){mu(e,e.return,t)}}if(4&n&&null!=(o=e.stateNode)){var a=e.memoizedProps,c=null!==r?r.memoizedProps:a,l=e.type,u=e.updateQueue;if(e.updateQueue=null,null!==u)try{\"input\"===l&&\"radio\"===a.type&&null!=a.name&&$(o,a),he(l,c);var s=he(l,a);for(c=0;c<u.length;c+=2){var d=u[c],p=u[c+1];\"style\"===d?me(o,p):\"dangerouslySetInnerHTML\"===d?ue(o,p):\"children\"===d?se(o,p):g(o,d,p,s)}switch(l){case\"input\":X(o,a);break;case\"textarea\":oe(o,a);break;case\"select\":var f=o._wrapperState.wasMultiple;o._wrapperState.wasMultiple=!!a.multiple;var m=a.value;null!=m?te(o,!!a.multiple,m,!1):f!==!!a.multiple&&(null!=a.defaultValue?te(o,!!a.multiple,a.defaultValue,!0):te(o,!!a.multiple,a.multiple?[]:\"\",!1))}o[ao]=a}catch(t){mu(e,e.return,t)}}break;case 6:if(al(t,e),ll(e),4&n){if(null===e.stateNode)throw Error(i(162));o=e.stateNode,a=e.memoizedProps;try{o.nodeValue=a}catch(t){mu(e,e.return,t)}}break;case 3:if(al(t,e),ll(e),4&n&&null!==r&&r.memoizedState.isDehydrated)try{Rt(t.containerInfo)}catch(t){mu(e,e.return,t)}break;case 4:al(t,e),ll(e);break;case 13:al(t,e),ll(e),8192&(o=e.child).flags&&(a=null!==o.memoizedState,o.stateNode.isHidden=a,!a||null!==o.alternate&&null!==o.alternate.memoizedState||(Il=Ze())),4&n&&il(e);break;case 22:if(d=null!==r&&null!==r.memoizedState,1&e.mode?(Wc=(s=Wc)||d,al(t,e),Wc=s):al(t,e),ll(e),8192&n){if(s=null!==e.memoizedState,(e.stateNode.isHidden=s)&&!d&&0!=(1&e.mode))for(Qc=e,d=e.child;null!==d;){for(p=Qc=d;null!==Qc;){switch(m=(f=Qc).child,f.tag){case 0:case 11:case 14:case 15:qc(4,f,f.return);break;case 1:Hc(f,f.return);var y=f.stateNode;if(\"function\"==typeof y.componentWillUnmount){n=f,r=f.return;try{t=n,y.props=t.memoizedProps,y.state=t.memoizedState,y.componentWillUnmount()}catch(e){mu(n,r,e)}}break;case 5:Hc(f,f.return);break;case 22:if(null!==f.memoizedState){dl(p);continue}}null!==m?(m.return=f,Qc=m):dl(p)}d=d.sibling}e:for(d=null,p=e;;){if(5===p.tag){if(null===d){d=p;try{o=p.stateNode,s?\"function\"==typeof(a=o.style).setProperty?a.setProperty(\"display\",\"none\",\"important\"):a.display=\"none\":(l=p.stateNode,c=null!=(u=p.memoizedProps.style)&&u.hasOwnProperty(\"display\")?u.display:null,l.style.display=fe(\"display\",c))}catch(t){mu(e,e.return,t)}}}else if(6===p.tag){if(null===d)try{p.stateNode.nodeValue=s?\"\":p.memoizedProps}catch(t){mu(e,e.return,t)}}else if((22!==p.tag&&23!==p.tag||null===p.memoizedState||p===e)&&null!==p.child){p.child.return=p,p=p.child;continue}if(p===e)break e;for(;null===p.sibling;){if(null===p.return||p.return===e)break e;d===p&&(d=null),p=p.return}d===p&&(d=null),p.sibling.return=p.return,p=p.sibling}}break;case 19:al(t,e),ll(e),4&n&&il(e);break;case 21:break;default:al(t,e),ll(e)}}function ll(e){var t=e.flags;if(2&t){try{e:{for(var r=e.return;null!==r;){if(Jc(r)){var n=r;break e}r=r.return}throw Error(i(160))}switch(n.tag){case 5:var o=n.stateNode;32&n.flags&&(se(o,\"\"),n.flags&=-33),function e(t,r,n){var o=t.tag;if(5===o||6===o)t=t.stateNode,r?n.insertBefore(t,r):n.appendChild(t);else if(4!==o&&null!==(t=t.child))for(e(t,r,n),t=t.sibling;null!==t;)e(t,r,n),t=t.sibling}(e,el(e),o);break;case 3:case 4:var a=n.stateNode.containerInfo;!function e(t,r,n){var o=t.tag;if(5===o||6===o)t=t.stateNode,r?8===n.nodeType?n.parentNode.insertBefore(t,r):n.insertBefore(t,r):(8===n.nodeType?(r=n.parentNode).insertBefore(t,n):(r=n).appendChild(t),null!=(n=n._reactRootContainer)||null!==r.onclick||(r.onclick=Hn));else if(4!==o&&null!==(t=t.child))for(e(t,r,n),t=t.sibling;null!==t;)e(t,r,n),t=t.sibling}(e,el(e),a);break;default:throw Error(i(161))}}catch(t){mu(e,e.return,t)}e.flags&=-3}4096&t&&(e.flags&=-4097)}function ul(e,t,r){Qc=e,function e(t,r,n){for(var o=0!=(1&t.mode);null!==Qc;){var i=Qc,a=i.child;if(22===i.tag&&o){var c=null!==i.memoizedState||Yc;if(!c){var l=i.alternate,u=null!==l&&null!==l.memoizedState||Wc;l=Yc;var s=Wc;if(Yc=c,(Wc=u)&&!s)for(Qc=i;null!==Qc;)u=(c=Qc).child,22===c.tag&&null!==c.memoizedState?pl(i):null!==u?(u.return=c,Qc=u):pl(i);for(;null!==a;)Qc=a,e(a,r,n),a=a.sibling;Qc=i,Yc=l,Wc=s}sl(t)}else 0!=(8772&i.subtreeFlags)&&null!==a?(a.return=i,Qc=a):sl(t)}}(e,t,r)}function sl(e){for(;null!==Qc;){var t=Qc;if(0!=(8772&t.flags)){var r=t.alternate;try{if(0!=(8772&t.flags))switch(t.tag){case 0:case 11:case 15:Wc||$c(5,t);break;case 1:var n=t.stateNode;if(4&t.flags&&!Wc)if(null===r)n.componentDidMount();else{var o=t.elementType===t.type?r.memoizedProps:si(t.type,r.memoizedProps);n.componentDidUpdate(o,r.memoizedState,n.__reactInternalSnapshotBeforeUpdate)}var a=t.updateQueue;null!==a&&Ci(t,a,n);break;case 3:var c=t.updateQueue;if(null!==c){if(r=null,null!==t.child)switch(t.child.tag){case 5:r=t.child.stateNode;break;case 1:r=t.child.stateNode}Ci(t,c,r)}break;case 5:var l=t.stateNode;if(null===r&&4&t.flags){r=l;var u=t.memoizedProps;switch(t.type){case\"button\":case\"input\":case\"select\":case\"textarea\":u.autoFocus&&r.focus();break;case\"img\":u.src&&(r.src=u.src)}}break;case 6:case 4:case 12:break;case 13:if(null===t.memoizedState){var s=t.alternate;if(null!==s){var d=s.memoizedState;if(null!==d){var p=d.dehydrated;null!==p&&Rt(p)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(i(163))}Wc||512&t.flags&&Xc(t)}catch(e){mu(t,t.return,e)}}if(t===e){Qc=null;break}if(null!==(r=t.sibling)){r.return=t.return,Qc=r;break}Qc=t.return}}function dl(e){for(;null!==Qc;){var t=Qc;if(t===e){Qc=null;break}var r=t.sibling;if(null!==r){r.return=t.return,Qc=r;break}Qc=t.return}}function pl(e){for(;null!==Qc;){var t=Qc;try{switch(t.tag){case 0:case 11:case 15:var r=t.return;try{$c(4,t)}catch(e){mu(t,r,e)}break;case 1:var n=t.stateNode;if(\"function\"==typeof n.componentDidMount){var o=t.return;try{n.componentDidMount()}catch(e){mu(t,o,e)}}var i=t.return;try{Xc(t)}catch(e){mu(t,i,e)}break;case 5:var a=t.return;try{Xc(t)}catch(e){mu(t,a,e)}}}catch(e){mu(t,t.return,e)}if(t===e){Qc=null;break}var c=t.sibling;if(null!==c){c.return=t.return,Qc=c;break}Qc=t.return}}var fl,ml=Math.ceil,yl=_.ReactCurrentDispatcher,bl=_.ReactCurrentOwner,hl=_.ReactCurrentBatchConfig,vl=0,gl=null,_l=null,wl=0,xl=0,kl=vo(0),Nl=0,jl=null,Ml=0,Ol=0,Sl=0,El=null,Ll=null,Il=0,Cl=1/0,Pl=null,Al=!1,Dl=null,Tl=null,zl=!1,Bl=null,Rl=0,Fl=0,Ul=null,Yl=-1,Wl=0;function Vl(){return 0!=(6&vl)?Ze():-1!==Yl?Yl:Yl=Ze()}function Ql(e){return 0==(1&e.mode)?1:0!=(2&vl)&&0!==wl?wl&-wl:null!==ui.transition?(0===Wl&&(Wl=pt()),Wl):0!==(e=bt)?e:e=void 0===(e=window.event)?16:Gt(e.type)}function Hl(e,t,r,n){if(50<Fl)throw Fl=0,Ul=null,Error(i(185));mt(e,r,n),0!=(2&vl)&&e===gl||(e===gl&&(0==(2&vl)&&(Ol|=r),4===Nl&&Xl(e,wl)),Gl(e,n),1===r&&0===vl&&0==(1&t.mode)&&(Cl=Ze()+500,Po&&To()))}function Gl(e,t){var r=e.callbackNode;!function(e,t){for(var r=e.suspendedLanes,n=e.pingedLanes,o=e.expirationTimes,i=e.pendingLanes;0<i;){var a=31-nt(i),c=1<<a,l=o[a];-1===l?0!=(c&r)&&0==(c&n)||(o[a]=st(c,t)):l<=t&&(e.expiredLanes|=c),i&=~c}}(e,t);var n=ut(e,e===gl?wl:0);if(0===n)null!==r&&Qe(r),e.callbackNode=null,e.callbackPriority=0;else if(t=n&-n,e.callbackPriority!==t){if(null!=r&&Qe(r),1===t)0===e.tag?function(e){Po=!0,Do(e)}(Kl.bind(null,e)):Do(Kl.bind(null,e)),Jn((function(){0==(6&vl)&&To()})),r=null;else{switch(ht(n)){case 1:r=$e;break;case 4:r=Xe;break;case 16:r=Ke;break;case 536870912:r=et;break;default:r=Ke}r=gu(r,Zl.bind(null,e))}e.callbackPriority=t,e.callbackNode=r}}function Zl(e,t){if(Yl=-1,Wl=0,0!=(6&vl))throw Error(i(327));var r=e.callbackNode;if(pu()&&e.callbackNode!==r)return null;var n=ut(e,e===gl?wl:0);if(0===n)return null;if(0!=(30&n)||0!=(n&e.expiredLanes)||t)t=au(e,n);else{t=n;var o=vl;vl|=2;var a=ou();for(gl===e&&wl===t||(Pl=null,Cl=Ze()+500,ru(e,t));;)try{lu();break}catch(t){nu(e,t)}yi(),yl.current=a,vl=o,null!==_l?t=0:(gl=null,wl=0,t=Nl)}if(0!==t){if(2===t&&(0!==(o=dt(e))&&(n=o,t=ql(e,o))),1===t)throw r=jl,ru(e,0),Xl(e,n),Gl(e,Ze()),r;if(6===t)Xl(e,n);else{if(o=e.current.alternate,0==(30&n)&&!function(e){for(var t=e;;){if(16384&t.flags){var r=t.updateQueue;if(null!==r&&null!==(r=r.stores))for(var n=0;n<r.length;n++){var o=r[n],i=o.getSnapshot;o=o.value;try{if(!en(i(),o))return!1}catch(e){return!1}}}if(r=t.child,16384&t.subtreeFlags&&null!==r)r.return=t,t=r;else{if(t===e)break;for(;null===t.sibling;){if(null===t.return||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}(o)&&(2===(t=au(e,n))&&(0!==(a=dt(e))&&(n=a,t=ql(e,a))),1===t))throw r=jl,ru(e,0),Xl(e,n),Gl(e,Ze()),r;switch(e.finishedWork=o,e.finishedLanes=n,t){case 0:case 1:throw Error(i(345));case 2:du(e,Ll,Pl);break;case 3:if(Xl(e,n),(130023424&n)===n&&10<(t=Il+500-Ze())){if(0!==ut(e,0))break;if(((o=e.suspendedLanes)&n)!==n){Vl(),e.pingedLanes|=e.suspendedLanes&o;break}e.timeoutHandle=$n(du.bind(null,e,Ll,Pl),t);break}du(e,Ll,Pl);break;case 4:if(Xl(e,n),(4194240&n)===n)break;for(t=e.eventTimes,o=-1;0<n;){var c=31-nt(n);a=1<<c,(c=t[c])>o&&(o=c),n&=~a}if(n=o,10<(n=(120>(n=Ze()-n)?120:480>n?480:1080>n?1080:1920>n?1920:3e3>n?3e3:4320>n?4320:1960*ml(n/1960))-n)){e.timeoutHandle=$n(du.bind(null,e,Ll,Pl),n);break}du(e,Ll,Pl);break;case 5:du(e,Ll,Pl);break;default:throw Error(i(329))}}}return Gl(e,Ze()),e.callbackNode===r?Zl.bind(null,e):null}function ql(e,t){var r=El;return e.current.memoizedState.isDehydrated&&(ru(e,t).flags|=256),2!==(e=au(e,t))&&(t=Ll,Ll=r,null!==t&&$l(t)),e}function $l(e){null===Ll?Ll=e:Ll.push.apply(Ll,e)}function Xl(e,t){for(t&=~Sl,t&=~Ol,e.suspendedLanes|=t,e.pingedLanes&=~t,e=e.expirationTimes;0<t;){var r=31-nt(t),n=1<<r;e[r]=-1,t&=~n}}function Kl(e){if(0!=(6&vl))throw Error(i(327));pu();var t=ut(e,0);if(0==(1&t))return Gl(e,Ze()),null;var r=au(e,t);if(0!==e.tag&&2===r){var n=dt(e);0!==n&&(t=n,r=ql(e,n))}if(1===r)throw r=jl,ru(e,0),Xl(e,t),Gl(e,Ze()),r;if(6===r)throw Error(i(345));return e.finishedWork=e.current.alternate,e.finishedLanes=t,du(e,Ll,Pl),Gl(e,Ze()),null}function Jl(e,t){var r=vl;vl|=1;try{return e(t)}finally{0===(vl=r)&&(Cl=Ze()+500,Po&&To())}}function eu(e){null!==Bl&&0===Bl.tag&&0==(6&vl)&&pu();var t=vl;vl|=1;var r=hl.transition,n=bt;try{if(hl.transition=null,bt=1,e)return e()}finally{bt=n,hl.transition=r,0==(6&(vl=t))&&To()}}function tu(){xl=kl.current,go(kl)}function ru(e,t){e.finishedWork=null,e.finishedLanes=0;var r=e.timeoutHandle;if(-1!==r&&(e.timeoutHandle=-1,Xn(r)),null!==_l)for(r=_l.return;null!==r;){var n=r;switch(qo(n),n.tag){case 1:null!=(n=n.type.childContextTypes)&&Oo();break;case 3:Ki(),go(ko),go(xo),oa();break;case 5:ea(n);break;case 4:Ki();break;case 13:case 19:go(ta);break;case 10:bi(n.type._context);break;case 22:case 23:tu()}r=r.return}if(gl=e,_l=e=ku(e.current,null),wl=xl=t,Nl=0,jl=null,Sl=Ol=Ml=0,Ll=El=null,null!==_i){for(t=0;t<_i.length;t++)if(null!==(n=(r=_i[t]).interleaved)){r.interleaved=null;var o=n.next,i=r.pending;if(null!==i){var a=i.next;i.next=o,n.next=a}r.pending=n}_i=null}return e}function nu(e,t){for(;;){var r=_l;try{if(yi(),ia.current=Ja,da){for(var n=la.memoizedState;null!==n;){var o=n.queue;null!==o&&(o.pending=null),n=n.next}da=!1}if(ca=0,sa=ua=la=null,pa=!1,fa=0,bl.current=null,null===r||null===r.return){Nl=1,jl=t,_l=null;break}e:{var a=e,c=r.return,l=r,u=t;if(t=wl,l.flags|=32768,null!==u&&\"object\"==typeof u&&\"function\"==typeof u.then){var s=u,d=l,p=d.tag;if(0==(1&d.mode)&&(0===p||11===p||15===p)){var f=d.alternate;f?(d.updateQueue=f.updateQueue,d.memoizedState=f.memoizedState,d.lanes=f.lanes):(d.updateQueue=null,d.memoizedState=null)}var m=sc(c);if(null!==m){m.flags&=-257,dc(m,c,l,0,t),1&m.mode&&uc(a,s,t),u=s;var y=(t=m).updateQueue;if(null===y){var b=new Set;b.add(u),t.updateQueue=b}else y.add(u);break e}if(0==(1&t)){uc(a,s,t),iu();break e}u=Error(i(426))}else if(Ko&&1&l.mode){var h=sc(c);if(null!==h){0==(65536&h.flags)&&(h.flags|=256),dc(h,c,l,0,t),li(nc(u,l));break e}}a=u=nc(u,l),4!==Nl&&(Nl=2),null===El?El=[a]:El.push(a),a=c;do{switch(a.tag){case 3:a.flags|=65536,t&=-t,a.lanes|=t,Li(a,cc(0,u,t));break e;case 1:l=u;var v=a.type,g=a.stateNode;if(0==(128&a.flags)&&(\"function\"==typeof v.getDerivedStateFromError||null!==g&&\"function\"==typeof g.componentDidCatch&&(null===Tl||!Tl.has(g)))){a.flags|=65536,t&=-t,a.lanes|=t,Li(a,lc(a,l,t));break e}}a=a.return}while(null!==a)}su(r)}catch(e){t=e,_l===r&&null!==r&&(_l=r=r.return);continue}break}}function ou(){var e=yl.current;return yl.current=Ja,null===e?Ja:e}function iu(){0!==Nl&&3!==Nl&&2!==Nl||(Nl=4),null===gl||0==(268435455&Ml)&&0==(268435455&Ol)||Xl(gl,wl)}function au(e,t){var r=vl;vl|=2;var n=ou();for(gl===e&&wl===t||(Pl=null,ru(e,t));;)try{cu();break}catch(t){nu(e,t)}if(yi(),vl=r,yl.current=n,null!==_l)throw Error(i(261));return gl=null,wl=0,Nl}function cu(){for(;null!==_l;)uu(_l)}function lu(){for(;null!==_l&&!He();)uu(_l)}function uu(e){var t=fl(e.alternate,e,xl);e.memoizedProps=e.pendingProps,null===t?su(e):_l=t,bl.current=null}function su(e){var t=e;do{var r=t.alternate;if(e=t.return,0==(32768&t.flags)){if(null!==(r=Fc(r,t,xl)))return void(_l=r)}else{if(null!==(r=Uc(r,t)))return r.flags&=32767,void(_l=r);if(null===e)return Nl=6,void(_l=null);e.flags|=32768,e.subtreeFlags=0,e.deletions=null}if(null!==(t=t.sibling))return void(_l=t);_l=t=e}while(null!==t);0===Nl&&(Nl=5)}function du(e,t,r){var n=bt,o=hl.transition;try{hl.transition=null,bt=1,function(e,t,r,n){do{pu()}while(null!==Bl);if(0!=(6&vl))throw Error(i(327));r=e.finishedWork;var o=e.finishedLanes;if(null===r)return null;if(e.finishedWork=null,e.finishedLanes=0,r===e.current)throw Error(i(177));e.callbackNode=null,e.callbackPriority=0;var a=r.lanes|r.childLanes;if(function(e,t){var r=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 n=e.eventTimes;for(e=e.expirationTimes;0<r;){var o=31-nt(r),i=1<<o;t[o]=0,n[o]=-1,e[o]=-1,r&=~i}}(e,a),e===gl&&(_l=gl=null,wl=0),0==(2064&r.subtreeFlags)&&0==(2064&r.flags)||zl||(zl=!0,gu(Ke,(function(){return pu(),null}))),a=0!=(15990&r.flags),0!=(15990&r.subtreeFlags)||a){a=hl.transition,hl.transition=null;var c=bt;bt=1;var l=vl;vl|=4,bl.current=null,function(e,t){if(Gn=Ut,an(e=on())){if(\"selectionStart\"in e)var r={start:e.selectionStart,end:e.selectionEnd};else e:{var n=(r=(r=e.ownerDocument)&&r.defaultView||window).getSelection&&r.getSelection();if(n&&0!==n.rangeCount){r=n.anchorNode;var o=n.anchorOffset,a=n.focusNode;n=n.focusOffset;try{r.nodeType,a.nodeType}catch(e){r=null;break e}var c=0,l=-1,u=-1,s=0,d=0,p=e,f=null;t:for(;;){for(var m;p!==r||0!==o&&3!==p.nodeType||(l=c+o),p!==a||0!==n&&3!==p.nodeType||(u=c+n),3===p.nodeType&&(c+=p.nodeValue.length),null!==(m=p.firstChild);)f=p,p=m;for(;;){if(p===e)break t;if(f===r&&++s===o&&(l=c),f===a&&++d===n&&(u=c),null!==(m=p.nextSibling))break;f=(p=f).parentNode}p=m}r=-1===l||-1===u?null:{start:l,end:u}}else r=null}r=r||{start:0,end:0}}else r=null;for(Zn={focusedElem:e,selectionRange:r},Ut=!1,Qc=t;null!==Qc;)if(e=(t=Qc).child,0!=(1028&t.subtreeFlags)&&null!==e)e.return=t,Qc=e;else for(;null!==Qc;){t=Qc;try{var y=t.alternate;if(0!=(1024&t.flags))switch(t.tag){case 0:case 11:case 15:break;case 1:if(null!==y){var b=y.memoizedProps,h=y.memoizedState,v=t.stateNode,g=v.getSnapshotBeforeUpdate(t.elementType===t.type?b:si(t.type,b),h);v.__reactInternalSnapshotBeforeUpdate=g}break;case 3:var _=t.stateNode.containerInfo;1===_.nodeType?_.textContent=\"\":9===_.nodeType&&_.documentElement&&_.removeChild(_.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(i(163))}}catch(e){mu(t,t.return,e)}if(null!==(e=t.sibling)){e.return=t.return,Qc=e;break}Qc=t.return}y=Zc,Zc=!1}(e,r),cl(r,e),cn(Zn),Ut=!!Gn,Zn=Gn=null,e.current=r,ul(r,e,o),Ge(),vl=l,bt=c,hl.transition=a}else e.current=r;if(zl&&(zl=!1,Bl=e,Rl=o),0===(a=e.pendingLanes)&&(Tl=null),function(e){if(rt&&\"function\"==typeof rt.onCommitFiberRoot)try{rt.onCommitFiberRoot(tt,e,void 0,128==(128&e.current.flags))}catch(e){}}(r.stateNode),Gl(e,Ze()),null!==t)for(n=e.onRecoverableError,r=0;r<t.length;r++)o=t[r],n(o.value,{componentStack:o.stack,digest:o.digest});if(Al)throw Al=!1,e=Dl,Dl=null,e;0!=(1&Rl)&&0!==e.tag&&pu(),0!=(1&(a=e.pendingLanes))?e===Ul?Fl++:(Fl=0,Ul=e):Fl=0,To()}(e,t,r,n)}finally{hl.transition=o,bt=n}return null}function pu(){if(null!==Bl){var e=ht(Rl),t=hl.transition,r=bt;try{if(hl.transition=null,bt=16>e?16:e,null===Bl)var n=!1;else{if(e=Bl,Bl=null,Rl=0,0!=(6&vl))throw Error(i(331));var o=vl;for(vl|=4,Qc=e.current;null!==Qc;){var a=Qc,c=a.child;if(0!=(16&Qc.flags)){var l=a.deletions;if(null!==l){for(var u=0;u<l.length;u++){var s=l[u];for(Qc=s;null!==Qc;){var d=Qc;switch(d.tag){case 0:case 11:case 15:qc(8,d,a)}var p=d.child;if(null!==p)p.return=d,Qc=p;else for(;null!==Qc;){var f=(d=Qc).sibling,m=d.return;if(Kc(d),d===s){Qc=null;break}if(null!==f){f.return=m,Qc=f;break}Qc=m}}}var y=a.alternate;if(null!==y){var b=y.child;if(null!==b){y.child=null;do{var h=b.sibling;b.sibling=null,b=h}while(null!==b)}}Qc=a}}if(0!=(2064&a.subtreeFlags)&&null!==c)c.return=a,Qc=c;else e:for(;null!==Qc;){if(0!=(2048&(a=Qc).flags))switch(a.tag){case 0:case 11:case 15:qc(9,a,a.return)}var v=a.sibling;if(null!==v){v.return=a.return,Qc=v;break e}Qc=a.return}}var g=e.current;for(Qc=g;null!==Qc;){var _=(c=Qc).child;if(0!=(2064&c.subtreeFlags)&&null!==_)_.return=c,Qc=_;else e:for(c=g;null!==Qc;){if(0!=(2048&(l=Qc).flags))try{switch(l.tag){case 0:case 11:case 15:$c(9,l)}}catch(e){mu(l,l.return,e)}if(l===c){Qc=null;break e}var w=l.sibling;if(null!==w){w.return=l.return,Qc=w;break e}Qc=l.return}}if(vl=o,To(),rt&&\"function\"==typeof rt.onPostCommitFiberRoot)try{rt.onPostCommitFiberRoot(tt,e)}catch(e){}n=!0}return n}finally{bt=r,hl.transition=t}}return!1}function fu(e,t,r){e=Si(e,t=cc(0,t=nc(r,t),1),1),t=Vl(),null!==e&&(mt(e,1,t),Gl(e,t))}function mu(e,t,r){if(3===e.tag)fu(e,e,r);else for(;null!==t;){if(3===t.tag){fu(t,e,r);break}if(1===t.tag){var n=t.stateNode;if(\"function\"==typeof t.type.getDerivedStateFromError||\"function\"==typeof n.componentDidCatch&&(null===Tl||!Tl.has(n))){t=Si(t,e=lc(t,e=nc(r,e),1),1),e=Vl(),null!==t&&(mt(t,1,e),Gl(t,e));break}}t=t.return}}function yu(e,t,r){var n=e.pingCache;null!==n&&n.delete(t),t=Vl(),e.pingedLanes|=e.suspendedLanes&r,gl===e&&(wl&r)===r&&(4===Nl||3===Nl&&(130023424&wl)===wl&&500>Ze()-Il?ru(e,0):Sl|=r),Gl(e,t)}function bu(e,t){0===t&&(0==(1&e.mode)?t=1:(t=ct,0==(130023424&(ct<<=1))&&(ct=4194304)));var r=Vl();null!==(e=ki(e,t))&&(mt(e,t,r),Gl(e,r))}function hu(e){var t=e.memoizedState,r=0;null!==t&&(r=t.retryLane),bu(e,r)}function vu(e,t){var r=0;switch(e.tag){case 13:var n=e.stateNode,o=e.memoizedState;null!==o&&(r=o.retryLane);break;case 19:n=e.stateNode;break;default:throw Error(i(314))}null!==n&&n.delete(t),bu(e,r)}function gu(e,t){return Ve(e,t)}function _u(e,t,r,n){this.tag=e,this.key=r,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=n,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function wu(e,t,r,n){return new _u(e,t,r,n)}function xu(e){return!(!(e=e.prototype)||!e.isReactComponent)}function ku(e,t){var r=e.alternate;return null===r?((r=wu(e.tag,t,e.key,e.mode)).elementType=e.elementType,r.type=e.type,r.stateNode=e.stateNode,r.alternate=e,e.alternate=r):(r.pendingProps=t,r.type=e.type,r.flags=0,r.subtreeFlags=0,r.deletions=null),r.flags=14680064&e.flags,r.childLanes=e.childLanes,r.lanes=e.lanes,r.child=e.child,r.memoizedProps=e.memoizedProps,r.memoizedState=e.memoizedState,r.updateQueue=e.updateQueue,t=e.dependencies,r.dependencies=null===t?null:{lanes:t.lanes,firstContext:t.firstContext},r.sibling=e.sibling,r.index=e.index,r.ref=e.ref,r}function Nu(e,t,r,n,o,a){var c=2;if(n=e,\"function\"==typeof e)xu(e)&&(c=1);else if(\"string\"==typeof e)c=5;else e:switch(e){case k:return ju(r.children,o,a,t);case N:c=8,o|=8;break;case j:return(e=wu(12,r,t,2|o)).elementType=j,e.lanes=a,e;case E:return(e=wu(13,r,t,o)).elementType=E,e.lanes=a,e;case L:return(e=wu(19,r,t,o)).elementType=L,e.lanes=a,e;case P:return Mu(r,o,a,t);default:if(\"object\"==typeof e&&null!==e)switch(e.$$typeof){case M:c=10;break e;case O:c=9;break e;case S:c=11;break e;case I:c=14;break e;case C:c=16,n=null;break e}throw Error(i(130,null==e?e:typeof e,\"\"))}return(t=wu(c,r,t,o)).elementType=e,t.type=n,t.lanes=a,t}function ju(e,t,r,n){return(e=wu(7,e,n,t)).lanes=r,e}function Mu(e,t,r,n){return(e=wu(22,e,n,t)).elementType=P,e.lanes=r,e.stateNode={isHidden:!1},e}function Ou(e,t,r){return(e=wu(6,e,null,t)).lanes=r,e}function Su(e,t,r){return(t=wu(4,null!==e.children?e.children:[],e.key,t)).lanes=r,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}function Eu(e,t,r,n,o){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=ft(0),this.expirationTimes=ft(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=ft(0),this.identifierPrefix=n,this.onRecoverableError=o,this.mutableSourceEagerHydrationData=null}function Lu(e,t,r,n,o,i,a,c,l){return e=new Eu(e,t,r,c,l),1===t?(t=1,!0===i&&(t|=8)):t=0,i=wu(3,null,null,t),e.current=i,i.stateNode=e,i.memoizedState={element:n,isDehydrated:r,cache:null,transitions:null,pendingSuspenseBoundaries:null},ji(i),e}function Iu(e,t,r){var n=3<arguments.length&&void 0!==arguments[3]?arguments[3]:null;return{$$typeof:x,key:null==n?null:\"\"+n,children:e,containerInfo:t,implementation:r}}function Cu(e){if(!e)return wo;e:{if(Fe(e=e._reactInternals)!==e||1!==e.tag)throw Error(i(170));var t=e;do{switch(t.tag){case 3:t=t.stateNode.context;break e;case 1:if(Mo(t.type)){t=t.stateNode.__reactInternalMemoizedMergedChildContext;break e}}t=t.return}while(null!==t);throw Error(i(171))}if(1===e.tag){var r=e.type;if(Mo(r))return Eo(e,r,t)}return t}function Pu(e,t,r,n,o,i,a,c,l){return(e=Lu(r,n,!0,e,0,i,0,c,l)).context=Cu(null),r=e.current,(i=Oi(n=Vl(),o=Ql(r))).callback=null!=t?t:null,Si(r,i,o),e.current.lanes=o,mt(e,o,n),Gl(e,n),e}function Au(e,t,r,n){var o=t.current,i=Vl(),a=Ql(o);return r=Cu(r),null===t.context?t.context=r:t.pendingContext=r,(t=Oi(i,a)).payload={element:e},null!==(n=void 0===n?null:n)&&(t.callback=n),null!==(e=Si(o,t,a))&&(Hl(e,o,a,i),Ei(e,o,a)),a}function Du(e){if(!(e=e.current).child)return null;switch(e.child.tag){case 5:default:return e.child.stateNode}}function Tu(e,t){if(null!==(e=e.memoizedState)&&null!==e.dehydrated){var r=e.retryLane;e.retryLane=0!==r&&r<t?r:t}}function zu(e,t){Tu(e,t),(e=e.alternate)&&Tu(e,t)}fl=function(e,t,r){if(null!==e)if(e.memoizedProps!==t.pendingProps||ko.current)fc=!0;else{if(0==(e.lanes&r)&&0==(128&t.flags))return fc=!1,function(e,t,r){switch(t.tag){case 3:kc(t),ci();break;case 5:Ji(t);break;case 1:Mo(t.type)&&Lo(t);break;case 4:Xi(t,t.stateNode.containerInfo);break;case 10:var n=t.type._context,o=t.memoizedProps.value;_o(di,n._currentValue),n._currentValue=o;break;case 13:if(null!==(n=t.memoizedState))return null!==n.dehydrated?(_o(ta,1&ta.current),t.flags|=128,null):0!=(r&t.child.childLanes)?Lc(e,t,r):(_o(ta,1&ta.current),null!==(e=zc(e,t,r))?e.sibling:null);_o(ta,1&ta.current);break;case 19:if(n=0!=(r&t.childLanes),0!=(128&e.flags)){if(n)return Dc(e,t,r);t.flags|=128}if(null!==(o=t.memoizedState)&&(o.rendering=null,o.tail=null,o.lastEffect=null),_o(ta,ta.current),n)break;return null;case 22:case 23:return t.lanes=0,vc(e,t,r)}return zc(e,t,r)}(e,t,r);fc=0!=(131072&e.flags)}else fc=!1,Ko&&0!=(1048576&t.flags)&&Go(t,Fo,t.index);switch(t.lanes=0,t.tag){case 2:var n=t.type;Tc(e,t),e=t.pendingProps;var o=jo(t,xo.current);vi(t,r),o=ha(null,t,n,e,o,r);var a=va();return t.flags|=1,\"object\"==typeof o&&null!==o&&\"function\"==typeof o.render&&void 0===o.$$typeof?(t.tag=1,t.memoizedState=null,t.updateQueue=null,Mo(n)?(a=!0,Lo(t)):a=!1,t.memoizedState=null!==o.state&&void 0!==o.state?o.state:null,ji(t),o.updater=Di,t.stateNode=o,o._reactInternals=t,Ri(t,n,e,r),t=xc(null,t,n,!0,a,r)):(t.tag=0,Ko&&a&&Zo(t),mc(null,t,o,r),t=t.child),t;case 16:n=t.elementType;e:{switch(Tc(e,t),e=t.pendingProps,n=(o=n._init)(n._payload),t.type=n,o=t.tag=function(e){if(\"function\"==typeof e)return xu(e)?1:0;if(null!=e){if((e=e.$$typeof)===S)return 11;if(e===I)return 14}return 2}(n),e=si(n,e),o){case 0:t=_c(null,t,n,e,r);break e;case 1:t=wc(null,t,n,e,r);break e;case 11:t=yc(null,t,n,e,r);break e;case 14:t=bc(null,t,n,si(n.type,e),r);break e}throw Error(i(306,n,\"\"))}return t;case 0:return n=t.type,o=t.pendingProps,_c(e,t,n,o=t.elementType===n?o:si(n,o),r);case 1:return n=t.type,o=t.pendingProps,wc(e,t,n,o=t.elementType===n?o:si(n,o),r);case 3:e:{if(kc(t),null===e)throw Error(i(387));n=t.pendingProps,o=(a=t.memoizedState).element,Mi(e,t),Ii(t,n,null,r);var c=t.memoizedState;if(n=c.element,a.isDehydrated){if(a={element:n,isDehydrated:!1,cache:c.cache,pendingSuspenseBoundaries:c.pendingSuspenseBoundaries,transitions:c.transitions},t.updateQueue.baseState=a,t.memoizedState=a,256&t.flags){t=Nc(e,t,n,r,o=nc(Error(i(423)),t));break e}if(n!==o){t=Nc(e,t,n,r,o=nc(Error(i(424)),t));break e}for(Xo=ro(t.stateNode.containerInfo.firstChild),$o=t,Ko=!0,Jo=null,r=Qi(t,null,n,r),t.child=r;r;)r.flags=-3&r.flags|4096,r=r.sibling}else{if(ci(),n===o){t=zc(e,t,r);break e}mc(e,t,n,r)}t=t.child}return t;case 5:return Ji(t),null===e&&ni(t),n=t.type,o=t.pendingProps,a=null!==e?e.memoizedProps:null,c=o.children,qn(n,o)?c=null:null!==a&&qn(n,a)&&(t.flags|=32),gc(e,t),mc(e,t,c,r),t.child;case 6:return null===e&&ni(t),null;case 13:return Lc(e,t,r);case 4:return Xi(t,t.stateNode.containerInfo),n=t.pendingProps,null===e?t.child=Vi(t,null,n,r):mc(e,t,n,r),t.child;case 11:return n=t.type,o=t.pendingProps,yc(e,t,n,o=t.elementType===n?o:si(n,o),r);case 7:return mc(e,t,t.pendingProps,r),t.child;case 8:case 12:return mc(e,t,t.pendingProps.children,r),t.child;case 10:e:{if(n=t.type._context,o=t.pendingProps,a=t.memoizedProps,c=o.value,_o(di,n._currentValue),n._currentValue=c,null!==a)if(en(a.value,c)){if(a.children===o.children&&!ko.current){t=zc(e,t,r);break e}}else for(null!==(a=t.child)&&(a.return=t);null!==a;){var l=a.dependencies;if(null!==l){c=a.child;for(var u=l.firstContext;null!==u;){if(u.context===n){if(1===a.tag){(u=Oi(-1,r&-r)).tag=2;var s=a.updateQueue;if(null!==s){var d=(s=s.shared).pending;null===d?u.next=u:(u.next=d.next,d.next=u),s.pending=u}}a.lanes|=r,null!==(u=a.alternate)&&(u.lanes|=r),hi(a.return,r,t),l.lanes|=r;break}u=u.next}}else if(10===a.tag)c=a.type===t.type?null:a.child;else if(18===a.tag){if(null===(c=a.return))throw Error(i(341));c.lanes|=r,null!==(l=c.alternate)&&(l.lanes|=r),hi(c,r,t),c=a.sibling}else c=a.child;if(null!==c)c.return=a;else for(c=a;null!==c;){if(c===t){c=null;break}if(null!==(a=c.sibling)){a.return=c.return,c=a;break}c=c.return}a=c}mc(e,t,o.children,r),t=t.child}return t;case 9:return o=t.type,n=t.pendingProps.children,vi(t,r),n=n(o=gi(o)),t.flags|=1,mc(e,t,n,r),t.child;case 14:return o=si(n=t.type,t.pendingProps),bc(e,t,n,o=si(n.type,o),r);case 15:return hc(e,t,t.type,t.pendingProps,r);case 17:return n=t.type,o=t.pendingProps,o=t.elementType===n?o:si(n,o),Tc(e,t),t.tag=1,Mo(n)?(e=!0,Lo(t)):e=!1,vi(t,r),zi(t,n,o),Ri(t,n,o,r),xc(null,t,n,!0,e,r);case 19:return Dc(e,t,r);case 22:return vc(e,t,r)}throw Error(i(156,t.tag))};var Bu=\"function\"==typeof reportError?reportError:function(e){console.error(e)};function Ru(e){this._internalRoot=e}function Fu(e){this._internalRoot=e}function Uu(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType)}function Yu(e){return!(!e||1!==e.nodeType&&9!==e.nodeType&&11!==e.nodeType&&(8!==e.nodeType||\" react-mount-point-unstable \"!==e.nodeValue))}function Wu(){}function Vu(e,t,r,n,o){var i=r._reactRootContainer;if(i){var a=i;if(\"function\"==typeof o){var c=o;o=function(){var e=Du(a);c.call(e)}}Au(t,a,e,o)}else a=function(e,t,r,n,o){if(o){if(\"function\"==typeof n){var i=n;n=function(){var e=Du(a);i.call(e)}}var a=Pu(t,n,e,0,null,!1,0,\"\",Wu);return e._reactRootContainer=a,e[co]=a.current,Dn(8===e.nodeType?e.parentNode:e),eu(),a}for(;o=e.lastChild;)e.removeChild(o);if(\"function\"==typeof n){var c=n;n=function(){var e=Du(l);c.call(e)}}var l=Lu(e,0,!1,null,0,!1,0,\"\",Wu);return e._reactRootContainer=l,e[co]=l.current,Dn(8===e.nodeType?e.parentNode:e),eu((function(){Au(t,l,r,n)})),l}(r,t,e,o,n);return Du(a)}Fu.prototype.render=Ru.prototype.render=function(e){var t=this._internalRoot;if(null===t)throw Error(i(409));Au(e,t,null,null)},Fu.prototype.unmount=Ru.prototype.unmount=function(){var e=this._internalRoot;if(null!==e){this._internalRoot=null;var t=e.containerInfo;eu((function(){Au(null,e,null,null)})),t[co]=null}},Fu.prototype.unstable_scheduleHydration=function(e){if(e){var t=wt();e={blockedOn:null,target:e,priority:t};for(var r=0;r<Lt.length&&0!==t&&t<Lt[r].priority;r++);Lt.splice(r,0,e),0===r&&At(e)}},vt=function(e){switch(e.tag){case 3:var t=e.stateNode;if(t.current.memoizedState.isDehydrated){var r=lt(t.pendingLanes);0!==r&&(yt(t,1|r),Gl(t,Ze()),0==(6&vl)&&(Cl=Ze()+500,To()))}break;case 13:eu((function(){var t=ki(e,1);if(null!==t){var r=Vl();Hl(t,e,1,r)}})),zu(e,1)}},gt=function(e){if(13===e.tag){var t=ki(e,134217728);if(null!==t)Hl(t,e,134217728,Vl());zu(e,134217728)}},_t=function(e){if(13===e.tag){var t=Ql(e),r=ki(e,t);if(null!==r)Hl(r,e,t,Vl());zu(e,t)}},wt=function(){return bt},xt=function(e,t){var r=bt;try{return bt=e,t()}finally{bt=r}},_e=function(e,t,r){switch(t){case\"input\":if(X(e,r),t=r.name,\"radio\"===r.type&&null!=t){for(r=e;r.parentNode;)r=r.parentNode;for(r=r.querySelectorAll(\"input[name=\"+JSON.stringify(\"\"+t)+'][type=\"radio\"]'),t=0;t<r.length;t++){var n=r[t];if(n!==e&&n.form===e.form){var o=yo(n);if(!o)throw Error(i(90));H(n),X(n,o)}}}break;case\"textarea\":oe(e,r);break;case\"select\":null!=(t=r.value)&&te(e,!!r.multiple,t,!1)}},Me=Jl,Oe=eu;var Qu={usingClientEntryPoint:!1,Events:[fo,mo,yo,Ne,je,Jl]},Hu={findFiberByHostInstance:po,bundleType:0,version:\"18.2.0\",rendererPackageName:\"react-dom\"},Gu={bundleType:Hu.bundleType,version:Hu.version,rendererPackageName:Hu.rendererPackageName,rendererConfig:Hu.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:_.ReactCurrentDispatcher,findHostInstanceByFiber:function(e){return null===(e=We(e))?null:e.stateNode},findFiberByHostInstance:Hu.findFiberByHostInstance||function(){return null},findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:\"18.2.0-next-9e3b772b8-20220608\"};if(\"undefined\"!=typeof __REACT_DEVTOOLS_GLOBAL_HOOK__){var Zu=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Zu.isDisabled&&Zu.supportsFiber)try{tt=Zu.inject(Gu),rt=Zu}catch(e){}}t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Qu,t.createPortal=function(e,t){var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!Uu(t))throw Error(i(200));return Iu(e,t,null,r)},t.createRoot=function(e,t){if(!Uu(e))throw Error(i(299));var r=!1,n=\"\",o=Bu;return null!=t&&(!0===t.unstable_strictMode&&(r=!0),void 0!==t.identifierPrefix&&(n=t.identifierPrefix),void 0!==t.onRecoverableError&&(o=t.onRecoverableError)),t=Lu(e,1,!1,null,0,r,0,n,o),e[co]=t.current,Dn(8===e.nodeType?e.parentNode:e),new Ru(t)},t.findDOMNode=function(e){if(null==e)return null;if(1===e.nodeType)return e;var t=e._reactInternals;if(void 0===t){if(\"function\"==typeof e.render)throw Error(i(188));throw e=Object.keys(e).join(\",\"),Error(i(268,e))}return e=null===(e=We(t))?null:e.stateNode},t.flushSync=function(e){return eu(e)},t.hydrate=function(e,t,r){if(!Yu(t))throw Error(i(200));return Vu(null,e,t,!0,r)},t.hydrateRoot=function(e,t,r){if(!Uu(e))throw Error(i(405));var n=null!=r&&r.hydratedSources||null,o=!1,a=\"\",c=Bu;if(null!=r&&(!0===r.unstable_strictMode&&(o=!0),void 0!==r.identifierPrefix&&(a=r.identifierPrefix),void 0!==r.onRecoverableError&&(c=r.onRecoverableError)),t=Pu(t,null,e,1,null!=r?r:null,o,0,a,c),e[co]=t.current,Dn(e),n)for(e=0;e<n.length;e++)o=(o=(r=n[e])._getVersion)(r._source),null==t.mutableSourceEagerHydrationData?t.mutableSourceEagerHydrationData=[r,o]:t.mutableSourceEagerHydrationData.push(r,o);return new Fu(t)},t.render=function(e,t,r){if(!Yu(t))throw Error(i(200));return Vu(null,e,t,!1,r)},t.unmountComponentAtNode=function(e){if(!Yu(e))throw Error(i(40));return!!e._reactRootContainer&&(eu((function(){Vu(null,null,e,!1,(function(){e._reactRootContainer=null,e[co]=null}))})),!0)},t.unstable_batchedUpdates=Jl,t.unstable_renderSubtreeIntoContainer=function(e,t,r,n){if(!Yu(r))throw Error(i(200));if(null==e||void 0===e._reactInternals)throw Error(i(38));return Vu(e,t,r,!1,n)},t.version=\"18.2.0-next-9e3b772b8-20220608\"},function(e,t,r){\"use strict\";e.exports=r(189)},function(e,t,r){\"use strict\";(function(e){\n/**\n * @license React\n * scheduler.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\nfunction r(e,t){var r=e.length;e.push(t);e:for(;0<r;){var n=r-1>>>1,o=e[n];if(!(0<i(o,t)))break e;e[n]=t,e[r]=o,r=n}}function n(e){return 0===e.length?null:e[0]}function o(e){if(0===e.length)return null;var t=e[0],r=e.pop();if(r!==t){e[0]=r;e:for(var n=0,o=e.length,a=o>>>1;n<a;){var c=2*(n+1)-1,l=e[c],u=c+1,s=e[u];if(0>i(l,r))u<o&&0>i(s,l)?(e[n]=s,e[u]=r,n=u):(e[n]=l,e[c]=r,n=c);else{if(!(u<o&&0>i(s,r)))break e;e[n]=s,e[u]=r,n=u}}}return t}function i(e,t){var r=e.sortIndex-t.sortIndex;return 0!==r?r:e.id-t.id}if(\"object\"==typeof performance&&\"function\"==typeof performance.now){var a=performance;t.unstable_now=function(){return a.now()}}else{var c=Date,l=c.now();t.unstable_now=function(){return c.now()-l}}var u=[],s=[],d=1,p=null,f=3,m=!1,y=!1,b=!1,h=\"function\"==typeof setTimeout?setTimeout:null,v=\"function\"==typeof clearTimeout?clearTimeout:null,g=void 0!==e?e:null;function _(e){for(var t=n(s);null!==t;){if(null===t.callback)o(s);else{if(!(t.startTime<=e))break;o(s),t.sortIndex=t.expirationTime,r(u,t)}t=n(s)}}function w(e){if(b=!1,_(e),!y)if(null!==n(u))y=!0,P(x);else{var t=n(s);null!==t&&A(w,t.startTime-e)}}function x(e,r){y=!1,b&&(b=!1,v(M),M=-1),m=!0;var i=f;try{for(_(r),p=n(u);null!==p&&(!(p.expirationTime>r)||e&&!E());){var a=p.callback;if(\"function\"==typeof a){p.callback=null,f=p.priorityLevel;var c=a(p.expirationTime<=r);r=t.unstable_now(),\"function\"==typeof c?p.callback=c:p===n(u)&&o(u),_(r)}else o(u);p=n(u)}if(null!==p)var l=!0;else{var d=n(s);null!==d&&A(w,d.startTime-r),l=!1}return l}finally{p=null,f=i,m=!1}}\"undefined\"!=typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var k,N=!1,j=null,M=-1,O=5,S=-1;function E(){return!(t.unstable_now()-S<O)}function L(){if(null!==j){var e=t.unstable_now();S=e;var r=!0;try{r=j(!0,e)}finally{r?k():(N=!1,j=null)}}else N=!1}if(\"function\"==typeof g)k=function(){g(L)};else if(\"undefined\"!=typeof MessageChannel){var I=new MessageChannel,C=I.port2;I.port1.onmessage=L,k=function(){C.postMessage(null)}}else k=function(){h(L,0)};function P(e){j=e,N||(N=!0,k())}function A(e,r){M=h((function(){e(t.unstable_now())}),r)}t.unstable_IdlePriority=5,t.unstable_ImmediatePriority=1,t.unstable_LowPriority=4,t.unstable_NormalPriority=3,t.unstable_Profiling=null,t.unstable_UserBlockingPriority=2,t.unstable_cancelCallback=function(e){e.callback=null},t.unstable_continueExecution=function(){y||m||(y=!0,P(x))},t.unstable_forceFrameRate=function(e){0>e||125<e?console.error(\"forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported\"):O=0<e?Math.floor(1e3/e):5},t.unstable_getCurrentPriorityLevel=function(){return f},t.unstable_getFirstCallbackNode=function(){return n(u)},t.unstable_next=function(e){switch(f){case 1:case 2:case 3:var t=3;break;default:t=f}var r=f;f=t;try{return e()}finally{f=r}},t.unstable_pauseExecution=function(){},t.unstable_requestPaint=function(){},t.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var r=f;f=e;try{return t()}finally{f=r}},t.unstable_scheduleCallback=function(e,o,i){var a=t.unstable_now();switch(\"object\"==typeof i&&null!==i?i=\"number\"==typeof(i=i.delay)&&0<i?a+i:a:i=a,e){case 1:var c=-1;break;case 2:c=250;break;case 5:c=1073741823;break;case 4:c=1e4;break;default:c=5e3}return e={id:d++,callback:o,priorityLevel:e,startTime:i,expirationTime:c=i+c,sortIndex:-1},i>a?(e.sortIndex=i,r(s,e),null===n(u)&&e===n(s)&&(b?(v(M),M=-1):b=!0,A(w,i-a))):(e.sortIndex=c,r(u,e),y||m||(y=!0,P(x))),e},t.unstable_shouldYield=E,t.unstable_wrapCallback=function(e){var t=f;return function(){var r=f;f=t;try{return e.apply(this,arguments)}finally{f=r}}}}).call(this,r(190).setImmediate)},function(e,t,r){(function(e){var n=void 0!==e&&e||\"undefined\"!=typeof self&&self||window,o=Function.prototype.apply;function i(e,t){this._id=e,this._clearFn=t}t.setTimeout=function(){return new i(o.call(setTimeout,n,arguments),clearTimeout)},t.setInterval=function(){return new i(o.call(setInterval,n,arguments),clearInterval)},t.clearTimeout=t.clearInterval=function(e){e&&e.close()},i.prototype.unref=i.prototype.ref=function(){},i.prototype.close=function(){this._clearFn.call(n,this._id)},t.enroll=function(e,t){clearTimeout(e._idleTimeoutId),e._idleTimeout=t},t.unenroll=function(e){clearTimeout(e._idleTimeoutId),e._idleTimeout=-1},t._unrefActive=t.active=function(e){clearTimeout(e._idleTimeoutId);var t=e._idleTimeout;t>=0&&(e._idleTimeoutId=setTimeout((function(){e._onTimeout&&e._onTimeout()}),t))},r(191),t.setImmediate=\"undefined\"!=typeof self&&self.setImmediate||void 0!==e&&e.setImmediate||this&&this.setImmediate,t.clearImmediate=\"undefined\"!=typeof self&&self.clearImmediate||void 0!==e&&e.clearImmediate||this&&this.clearImmediate}).call(this,r(27))},function(e,t,r){(function(e,t){!function(e,r){\"use strict\";if(!e.setImmediate){var n,o,i,a,c,l=1,u={},s=!1,d=e.document,p=Object.getPrototypeOf&&Object.getPrototypeOf(e);p=p&&p.setTimeout?p:e,\"[object process]\"==={}.toString.call(e.process)?n=function(e){t.nextTick((function(){m(e)}))}:!function(){if(e.postMessage&&!e.importScripts){var t=!0,r=e.onmessage;return e.onmessage=function(){t=!1},e.postMessage(\"\",\"*\"),e.onmessage=r,t}}()?e.MessageChannel?((i=new MessageChannel).port1.onmessage=function(e){m(e.data)},n=function(e){i.port2.postMessage(e)}):d&&\"onreadystatechange\"in d.createElement(\"script\")?(o=d.documentElement,n=function(e){var t=d.createElement(\"script\");t.onreadystatechange=function(){m(e),t.onreadystatechange=null,o.removeChild(t),t=null},o.appendChild(t)}):n=function(e){setTimeout(m,0,e)}:(a=\"setImmediate$\"+Math.random()+\"$\",c=function(t){t.source===e&&\"string\"==typeof t.data&&0===t.data.indexOf(a)&&m(+t.data.slice(a.length))},e.addEventListener?e.addEventListener(\"message\",c,!1):e.attachEvent(\"onmessage\",c),n=function(t){e.postMessage(a+t,\"*\")}),p.setImmediate=function(e){\"function\"!=typeof e&&(e=new Function(\"\"+e));for(var t=new Array(arguments.length-1),r=0;r<t.length;r++)t[r]=arguments[r+1];var o={callback:e,args:t};return u[l]=o,n(l),l++},p.clearImmediate=f}function f(e){delete u[e]}function m(e){if(s)setTimeout(m,0,e);else{var t=u[e];if(t){s=!0;try{!function(e){var t=e.callback,r=e.args;switch(r.length){case 0:t();break;case 1:t(r[0]);break;case 2:t(r[0],r[1]);break;case 3:t(r[0],r[1],r[2]);break;default:t.apply(void 0,r)}}(t)}finally{f(e),s=!1}}}}}(\"undefined\"==typeof self?void 0===e?this:e:self)}).call(this,r(27),r(192))},function(e,t){var r,n,o=e.exports={};function i(){throw new Error(\"setTimeout has not been defined\")}function a(){throw new Error(\"clearTimeout has not been defined\")}function c(e){if(r===setTimeout)return setTimeout(e,0);if((r===i||!r)&&setTimeout)return r=setTimeout,setTimeout(e,0);try{return r(e,0)}catch(t){try{return r.call(null,e,0)}catch(t){return r.call(this,e,0)}}}!function(){try{r=\"function\"==typeof setTimeout?setTimeout:i}catch(e){r=i}try{n=\"function\"==typeof clearTimeout?clearTimeout:a}catch(e){n=a}}();var l,u=[],s=!1,d=-1;function p(){s&&l&&(s=!1,l.length?u=l.concat(u):d=-1,u.length&&f())}function f(){if(!s){var e=c(p);s=!0;for(var t=u.length;t;){for(l=u,u=[];++d<t;)l&&l[d].run();d=-1,t=u.length}l=null,s=!1,function(e){if(n===clearTimeout)return clearTimeout(e);if((n===a||!n)&&clearTimeout)return n=clearTimeout,clearTimeout(e);try{n(e)}catch(t){try{return n.call(null,e)}catch(t){return n.call(this,e)}}}(e)}}function m(e,t){this.fun=e,this.array=t}function y(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var r=1;r<arguments.length;r++)t[r-1]=arguments[r];u.push(new m(e,t)),1!==u.length||s||c(f)},m.prototype.run=function(){this.fun.apply(null,this.array)},o.title=\"browser\",o.browser=!0,o.env={},o.argv=[],o.version=\"\",o.versions={},o.on=y,o.addListener=y,o.once=y,o.off=y,o.removeListener=y,o.removeAllListeners=y,o.emit=y,o.prependListener=y,o.prependOnceListener=y,o.listeners=function(e){return[]},o.binding=function(e){throw new Error(\"process.binding is not supported\")},o.cwd=function(){return\"/\"},o.chdir=function(e){throw new Error(\"process.chdir is not supported\")},o.umask=function(){return 0}},function(e,t,r){var n,o;void 0===(o=\"function\"==typeof(n=function(){\"use strict\";var e={exports:{}};!function(e){function t(e){return null!=e.parentNode?t(e.parentNode):e}e.exports&&(e.exports=function(e){return\"object\"==typeof e&&Boolean(e.composed)?function e(r){var n=t(r);return function(e){return\"#document-fragment\"===e.nodeName&&\"ShadowRoot\"===e.constructor.name}(n)?e(n.host):n}(this):t(this)})}(e);var t,r,n=e.exports;\"undefined\"!=typeof document&&(t=Element.prototype,r=t.matches||t.matchesSelector||t.webkitMatchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector,t.matches=t.matchesSelector=r||function(e){var r=(t.getRootNode?t.getRootNode():n.call(t)).querySelectorAll(e),o=this;return Array.prototype.some.call(r,(function(e){return e===o}))});const o=e=>{const t=e.composedPath();return Array.isArray(t)&&t.length>0?t[0]:e.target},i=e=>{const t=o(e);return!t||!t.matches},a=\".yfm .yfm-tabs\",c=\".yfm .yfm-tab-list\",l=\".yfm .yfm-tab\",u=\".yfm .yfm-tab-panel\",s=\"active\";\"undefined\"!=typeof document&&document.addEventListener(\"click\",e=>{const t=o(e);!i(e)&&t.matches(l)&&function(e){const t=e.parentNode;if(!t||!t.matches(c)||!t.parentNode||!t.parentNode.matches(a)||e.classList.contains(s))return;const r=e,n=r.parentNode,o=null==n?void 0:n.parentNode,i=Array.from((null==o?void 0:o.querySelectorAll(l))||[]),d=Array.from((null==o?void 0:o.querySelectorAll(u))||[]),p=i.indexOf(r);for(let e=0;e<i.length;e++){const t=i[e],r=d[e];e===p?(t.classList.toggle(s,!0),t.setAttribute(\"aria-selected\",\"true\"),t.setAttribute(\"tabindex\",\"0\"),r.classList.toggle(s,!0)):(t.classList.toggle(s,!1),t.setAttribute(\"aria-selected\",\"false\"),t.setAttribute(\"tabindex\",\"-1\"),r.classList.toggle(s,!1))}}(t)}),\"undefined\"!=typeof document&&document.addEventListener(\"click\",e=>{const t=o(e);if(i(e)||!t.matches(\".yfm-clipboard-button\"))return;const r=t.parentNode;if(!r)return;const n=r.querySelector(\"pre code\");n&&function(e){if(!e)return Promise.resolve();if(navigator.clipboard&&(navigator.clipboard.writeText,1))return navigator.clipboard.writeText(e);const t=document.createElement(\"textarea\");return t.setAttribute(\"style\",\"position: absolute; left: 1000%\"),t.textContent=e,document.body.append(t),t.select(),document.execCommand(\"copy\"),document.body.removeChild(t),Promise.resolve()}(n.innerText).then(()=>{!function(e){if(!e)return;const t=e.getAttribute(\"data-animation\"),r=e.getRootNode().getElementById(\"visibileAnimation-\"+t);r&&r.beginElement()}(r.querySelector(\".yfm-clipboard-button\"))})});const d=\".yfm .yfm-cut-title\",p=\"open\";function f(e){var t;return e instanceof HTMLElement&&(null===(t=null==e?void 0:e.matches)||void 0===t?void 0:t.call(e,d))}\"undefined\"!=typeof document&&document.addEventListener(\"click\",e=>{if(i(e))return;const t=function(e){var t;const r=o(e);if(f(r))return r;const n=null===(t=e.composedPath)||void 0===t?void 0:t.call(e);return null==n?void 0:n.find(f)}(e);t&&function(e){const t=e.parentNode;t instanceof HTMLElement&&t.classList.toggle(p)}(t)})})?n.call(t,r,t,e):n)||(e.exports=o)},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var n=l(r(0)),o=r(195),i=l(r(202)),a=l(r(204)),c=r(33);function l(e){return e&&e.__esModule?e:{default:e}}function u(e){return(u=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}function s(){return(s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function d(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function p(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?d(Object(r),!0).forEach((function(t){g(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):d(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function f(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function m(e,t){return(m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function y(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=v(e);if(t){var o=v(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return b(this,r)}}function b(e,t){return!t||\"object\"!==u(t)&&\"function\"!=typeof t?h(e):t}function h(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function v(e){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function g(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var _=(0,c.canUseDOM)()&&r(205),w=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&m(e,t)}(d,e);var t,r,l,u=y(d);function d(e){var t;return function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,d),g(h(t=u.call(this,e)),\"innerSliderRefHandler\",(function(e){return t.innerSlider=e})),g(h(t),\"slickPrev\",(function(){return t.innerSlider.slickPrev()})),g(h(t),\"slickNext\",(function(){return t.innerSlider.slickNext()})),g(h(t),\"slickGoTo\",(function(e){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];return t.innerSlider.slickGoTo(e,r)})),g(h(t),\"slickPause\",(function(){return t.innerSlider.pause(\"paused\")})),g(h(t),\"slickPlay\",(function(){return t.innerSlider.autoPlay(\"play\")})),t.state={breakpoint:null},t._responsiveMediaHandlers=[],t}return t=d,(r=[{key:\"media\",value:function(e,t){_.register(e,t),this._responsiveMediaHandlers.push({query:e,handler:t})}},{key:\"componentDidMount\",value:function(){var e=this;if(this.props.responsive){var t=this.props.responsive.map((function(e){return e.breakpoint}));t.sort((function(e,t){return e-t})),t.forEach((function(r,n){var o;o=0===n?(0,i.default)({minWidth:0,maxWidth:r}):(0,i.default)({minWidth:t[n-1]+1,maxWidth:r}),(0,c.canUseDOM)()&&e.media(o,(function(){e.setState({breakpoint:r})}))}));var r=(0,i.default)({minWidth:t.slice(-1)[0]});(0,c.canUseDOM)()&&this.media(r,(function(){e.setState({breakpoint:null})}))}}},{key:\"componentWillUnmount\",value:function(){this._responsiveMediaHandlers.forEach((function(e){_.unregister(e.query,e.handler)}))}},{key:\"render\",value:function(){var e,t,r=this;(e=this.state.breakpoint?\"unslick\"===(t=this.props.responsive.filter((function(e){return e.breakpoint===r.state.breakpoint})))[0].settings?\"unslick\":p(p(p({},a.default),this.props),t[0].settings):p(p({},a.default),this.props)).centerMode&&(e.slidesToScroll,e.slidesToScroll=1),e.fade&&(e.slidesToShow,e.slidesToScroll,e.slidesToShow=1,e.slidesToScroll=1);var i=n.default.Children.toArray(this.props.children);i=i.filter((function(e){return\"string\"==typeof e?!!e.trim():!!e})),e.variableWidth&&(e.rows>1||e.slidesPerRow>1)&&(console.warn(\"variableWidth is not supported in case of rows > 1 or slidesPerRow > 1\"),e.variableWidth=!1);for(var c=[],l=null,u=0;u<i.length;u+=e.rows*e.slidesPerRow){for(var d=[],f=u;f<u+e.rows*e.slidesPerRow;f+=e.slidesPerRow){for(var m=[],y=f;y<f+e.slidesPerRow&&(e.variableWidth&&i[y].props.style&&(l=i[y].props.style.width),!(y>=i.length));y+=1)m.push(n.default.cloneElement(i[y],{key:100*u+10*f+y,tabIndex:-1,style:{width:\"\".concat(100/e.slidesPerRow,\"%\"),display:\"inline-block\"}}));d.push(n.default.createElement(\"div\",{key:10*u+f},m))}e.variableWidth?c.push(n.default.createElement(\"div\",{key:u,style:{width:l}},d)):c.push(n.default.createElement(\"div\",{key:u},d))}if(\"unslick\"===e){var b=\"regular slider \"+(this.props.className||\"\");return n.default.createElement(\"div\",{className:b},i)}return c.length<=e.slidesToShow&&(e.unslick=!0),n.default.createElement(o.InnerSlider,s({style:this.props.style,ref:this.innerSliderRefHandler},e),c)}}])&&f(t.prototype,r),l&&f(t,l),d}(n.default.Component);t.default=w},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.InnerSlider=void 0;var n=p(r(0)),o=p(r(196)),i=p(r(197)),a=p(r(37)),c=r(33),l=r(198),u=r(199),s=r(200),d=p(r(201));function p(e){return e&&e.__esModule?e:{default:e}}function f(e){return(f=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}function m(){return(m=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function y(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}function b(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function h(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?b(Object(r),!0).forEach((function(t){N(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):b(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function v(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function g(e,t){return(g=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=k(e);if(t){var o=k(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return w(this,r)}}function w(e,t){return!t||\"object\"!==f(t)&&\"function\"!=typeof t?x(e):t}function x(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function k(e){return(k=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function N(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var j=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&g(e,t)}(w,e);var t,r,p,b=_(w);function w(e){var t;!function(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}(this,w),N(x(t=b.call(this,e)),\"listRefHandler\",(function(e){return t.list=e})),N(x(t),\"trackRefHandler\",(function(e){return t.track=e})),N(x(t),\"adaptHeight\",(function(){if(t.props.adaptiveHeight&&t.list){var e=t.list.querySelector('[data-index=\"'.concat(t.state.currentSlide,'\"]'));t.list.style.height=(0,c.getHeight)(e)+\"px\"}})),N(x(t),\"componentDidMount\",(function(){if(t.props.onInit&&t.props.onInit(),t.props.lazyLoad){var e=(0,c.getOnDemandLazySlides)(h(h({},t.props),t.state));e.length>0&&(t.setState((function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}})),t.props.onLazyLoad&&t.props.onLazyLoad(e))}var r=h({listRef:t.list,trackRef:t.track},t.props);t.updateState(r,!0,(function(){t.adaptHeight(),t.props.autoplay&&t.autoPlay(\"update\")})),\"progressive\"===t.props.lazyLoad&&(t.lazyLoadTimer=setInterval(t.progressiveLazyLoad,1e3)),t.ro=new d.default((function(){t.state.animating?(t.onWindowResized(!1),t.callbackTimers.push(setTimeout((function(){return t.onWindowResized()}),t.props.speed))):t.onWindowResized()})),t.ro.observe(t.list),document.querySelectorAll&&Array.prototype.forEach.call(document.querySelectorAll(\".slick-slide\"),(function(e){e.onfocus=t.props.pauseOnFocus?t.onSlideFocus:null,e.onblur=t.props.pauseOnFocus?t.onSlideBlur:null})),window.addEventListener?window.addEventListener(\"resize\",t.onWindowResized):window.attachEvent(\"onresize\",t.onWindowResized)})),N(x(t),\"componentWillUnmount\",(function(){t.animationEndCallback&&clearTimeout(t.animationEndCallback),t.lazyLoadTimer&&clearInterval(t.lazyLoadTimer),t.callbackTimers.length&&(t.callbackTimers.forEach((function(e){return clearTimeout(e)})),t.callbackTimers=[]),window.addEventListener?window.removeEventListener(\"resize\",t.onWindowResized):window.detachEvent(\"onresize\",t.onWindowResized),t.autoplayTimer&&clearInterval(t.autoplayTimer),t.ro.disconnect()})),N(x(t),\"componentDidUpdate\",(function(e){if(t.checkImagesLoad(),t.props.onReInit&&t.props.onReInit(),t.props.lazyLoad){var r=(0,c.getOnDemandLazySlides)(h(h({},t.props),t.state));r.length>0&&(t.setState((function(e){return{lazyLoadedList:e.lazyLoadedList.concat(r)}})),t.props.onLazyLoad&&t.props.onLazyLoad(r))}t.adaptHeight();var o=h(h({listRef:t.list,trackRef:t.track},t.props),t.state),i=t.didPropsChange(e);i&&t.updateState(o,i,(function(){t.state.currentSlide>=n.default.Children.count(t.props.children)&&t.changeSlide({message:\"index\",index:n.default.Children.count(t.props.children)-t.props.slidesToShow,currentSlide:t.state.currentSlide}),t.props.autoplay?t.autoPlay(\"update\"):t.pause(\"paused\")}))})),N(x(t),\"onWindowResized\",(function(e){t.debouncedResize&&t.debouncedResize.cancel(),t.debouncedResize=(0,i.default)((function(){return t.resizeWindow(e)}),50),t.debouncedResize()})),N(x(t),\"resizeWindow\",(function(){var e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],r=Boolean(t.track&&t.track.node);if(r){var n=h(h({listRef:t.list,trackRef:t.track},t.props),t.state);t.updateState(n,e,(function(){t.props.autoplay?t.autoPlay(\"update\"):t.pause(\"paused\")})),t.setState({animating:!1}),clearTimeout(t.animationEndCallback),delete t.animationEndCallback}})),N(x(t),\"updateState\",(function(e,r,o){var i=(0,c.initializedState)(e);e=h(h(h({},e),i),{},{slideIndex:i.currentSlide});var a=(0,c.getTrackLeft)(e);e=h(h({},e),{},{left:a});var l=(0,c.getTrackCSS)(e);(r||n.default.Children.count(t.props.children)!==n.default.Children.count(e.children))&&(i.trackStyle=l),t.setState(i,o)})),N(x(t),\"ssrInit\",(function(){if(t.props.variableWidth){var e=0,r=0,o=[],i=(0,c.getPreClones)(h(h(h({},t.props),t.state),{},{slideCount:t.props.children.length})),a=(0,c.getPostClones)(h(h(h({},t.props),t.state),{},{slideCount:t.props.children.length}));t.props.children.forEach((function(t){o.push(t.props.style.width),e+=t.props.style.width}));for(var l=0;l<i;l++)r+=o[o.length-1-l],e+=o[o.length-1-l];for(var u=0;u<a;u++)e+=o[u];for(var s=0;s<t.state.currentSlide;s++)r+=o[s];var d={width:e+\"px\",left:-r+\"px\"};if(t.props.centerMode){var p=\"\".concat(o[t.state.currentSlide],\"px\");d.left=\"calc(\".concat(d.left,\" + (100% - \").concat(p,\") / 2 ) \")}return{trackStyle:d}}var f=n.default.Children.count(t.props.children),m=h(h(h({},t.props),t.state),{},{slideCount:f}),y=(0,c.getPreClones)(m)+(0,c.getPostClones)(m)+f,b=100/t.props.slidesToShow*y,v=100/y,g=-v*((0,c.getPreClones)(m)+t.state.currentSlide)*b/100;return t.props.centerMode&&(g+=(100-v*b/100)/2),{slideWidth:v+\"%\",trackStyle:{width:b+\"%\",left:g+\"%\"}}})),N(x(t),\"checkImagesLoad\",(function(){var e=t.list&&t.list.querySelectorAll&&t.list.querySelectorAll(\".slick-slide img\")||[],r=e.length,n=0;Array.prototype.forEach.call(e,(function(e){var o=function(){return++n&&n>=r&&t.onWindowResized()};if(e.onclick){var i=e.onclick;e.onclick=function(){i(),e.parentNode.focus()}}else e.onclick=function(){return e.parentNode.focus()};e.onload||(t.props.lazyLoad?e.onload=function(){t.adaptHeight(),t.callbackTimers.push(setTimeout(t.onWindowResized,t.props.speed))}:(e.onload=o,e.onerror=function(){o(),t.props.onLazyLoadError&&t.props.onLazyLoadError()}))}))})),N(x(t),\"progressiveLazyLoad\",(function(){for(var e=[],r=h(h({},t.props),t.state),n=t.state.currentSlide;n<t.state.slideCount+(0,c.getPostClones)(r);n++)if(t.state.lazyLoadedList.indexOf(n)<0){e.push(n);break}for(var o=t.state.currentSlide-1;o>=-(0,c.getPreClones)(r);o--)if(t.state.lazyLoadedList.indexOf(o)<0){e.push(o);break}e.length>0?(t.setState((function(t){return{lazyLoadedList:t.lazyLoadedList.concat(e)}})),t.props.onLazyLoad&&t.props.onLazyLoad(e)):t.lazyLoadTimer&&(clearInterval(t.lazyLoadTimer),delete t.lazyLoadTimer)})),N(x(t),\"slideHandler\",(function(e){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=t.props,o=n.asNavFor,i=n.beforeChange,a=n.onLazyLoad,l=n.speed,u=n.afterChange,s=t.state.currentSlide,d=(0,c.slideHandler)(h(h(h({index:e},t.props),t.state),{},{trackRef:t.track,useCSS:t.props.useCSS&&!r})),p=d.state,f=d.nextState;if(p){i&&i(s,p.currentSlide);var m=p.lazyLoadedList.filter((function(e){return t.state.lazyLoadedList.indexOf(e)<0}));a&&m.length>0&&a(m),!t.props.waitForAnimate&&t.animationEndCallback&&(clearTimeout(t.animationEndCallback),u&&u(s),delete t.animationEndCallback),t.setState(p,(function(){o&&t.asNavForIndex!==e&&(t.asNavForIndex=e,o.innerSlider.slideHandler(e)),f&&(t.animationEndCallback=setTimeout((function(){var e=f.animating,r=y(f,[\"animating\"]);t.setState(r,(function(){t.callbackTimers.push(setTimeout((function(){return t.setState({animating:e})}),10)),u&&u(p.currentSlide),delete t.animationEndCallback}))}),l))}))}})),N(x(t),\"changeSlide\",(function(e){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1],n=h(h({},t.props),t.state),o=(0,c.changeSlide)(n,e);if((0===o||o)&&(!0===r?t.slideHandler(o,r):t.slideHandler(o),t.props.autoplay&&t.autoPlay(\"update\"),t.props.focusOnSelect)){var i=t.list.querySelectorAll(\".slick-current\");i[0]&&i[0].focus()}})),N(x(t),\"clickHandler\",(function(e){!1===t.clickable&&(e.stopPropagation(),e.preventDefault()),t.clickable=!0})),N(x(t),\"keyHandler\",(function(e){var r=(0,c.keyHandler)(e,t.props.accessibility,t.props.rtl);\"\"!==r&&t.changeSlide({message:r})})),N(x(t),\"selectHandler\",(function(e){t.changeSlide(e)})),N(x(t),\"disableBodyScroll\",(function(){window.ontouchmove=function(e){(e=e||window.event).preventDefault&&e.preventDefault(),e.returnValue=!1}})),N(x(t),\"enableBodyScroll\",(function(){window.ontouchmove=null})),N(x(t),\"swipeStart\",(function(e){t.props.verticalSwiping&&t.disableBodyScroll();var r=(0,c.swipeStart)(e,t.props.swipe,t.props.draggable);\"\"!==r&&t.setState(r)})),N(x(t),\"swipeMove\",(function(e){var r=(0,c.swipeMove)(e,h(h(h({},t.props),t.state),{},{trackRef:t.track,listRef:t.list,slideIndex:t.state.currentSlide}));r&&(r.swiping&&(t.clickable=!1),t.setState(r))})),N(x(t),\"swipeEnd\",(function(e){var r=(0,c.swipeEnd)(e,h(h(h({},t.props),t.state),{},{trackRef:t.track,listRef:t.list,slideIndex:t.state.currentSlide}));if(r){var n=r.triggerSlideHandler;delete r.triggerSlideHandler,t.setState(r),void 0!==n&&(t.slideHandler(n),t.props.verticalSwiping&&t.enableBodyScroll())}})),N(x(t),\"touchEnd\",(function(e){t.swipeEnd(e),t.clickable=!0})),N(x(t),\"slickPrev\",(function(){t.callbackTimers.push(setTimeout((function(){return t.changeSlide({message:\"previous\"})}),0))})),N(x(t),\"slickNext\",(function(){t.callbackTimers.push(setTimeout((function(){return t.changeSlide({message:\"next\"})}),0))})),N(x(t),\"slickGoTo\",(function(e){var r=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(e=Number(e),isNaN(e))return\"\";t.callbackTimers.push(setTimeout((function(){return t.changeSlide({message:\"index\",index:e,currentSlide:t.state.currentSlide},r)}),0))})),N(x(t),\"play\",(function(){var e;if(t.props.rtl)e=t.state.currentSlide-t.props.slidesToScroll;else{if(!(0,c.canGoNext)(h(h({},t.props),t.state)))return!1;e=t.state.currentSlide+t.props.slidesToScroll}t.slideHandler(e)})),N(x(t),\"autoPlay\",(function(e){t.autoplayTimer&&clearInterval(t.autoplayTimer);var r=t.state.autoplaying;if(\"update\"===e){if(\"hovered\"===r||\"focused\"===r||\"paused\"===r)return}else if(\"leave\"===e){if(\"paused\"===r||\"focused\"===r)return}else if(\"blur\"===e&&(\"paused\"===r||\"hovered\"===r))return;t.autoplayTimer=setInterval(t.play,t.props.autoplaySpeed+50),t.setState({autoplaying:\"playing\"})})),N(x(t),\"pause\",(function(e){t.autoplayTimer&&(clearInterval(t.autoplayTimer),t.autoplayTimer=null);var r=t.state.autoplaying;\"paused\"===e?t.setState({autoplaying:\"paused\"}):\"focused\"===e?\"hovered\"!==r&&\"playing\"!==r||t.setState({autoplaying:\"focused\"}):\"playing\"===r&&t.setState({autoplaying:\"hovered\"})})),N(x(t),\"onDotsOver\",(function(){return t.props.autoplay&&t.pause(\"hovered\")})),N(x(t),\"onDotsLeave\",(function(){return t.props.autoplay&&\"hovered\"===t.state.autoplaying&&t.autoPlay(\"leave\")})),N(x(t),\"onTrackOver\",(function(){return t.props.autoplay&&t.pause(\"hovered\")})),N(x(t),\"onTrackLeave\",(function(){return t.props.autoplay&&\"hovered\"===t.state.autoplaying&&t.autoPlay(\"leave\")})),N(x(t),\"onSlideFocus\",(function(){return t.props.autoplay&&t.pause(\"focused\")})),N(x(t),\"onSlideBlur\",(function(){return t.props.autoplay&&\"focused\"===t.state.autoplaying&&t.autoPlay(\"blur\")})),N(x(t),\"render\",(function(){var e,r,o,i=(0,a.default)(\"slick-slider\",t.props.className,{\"slick-vertical\":t.props.vertical,\"slick-initialized\":!0}),d=h(h({},t.props),t.state),p=(0,c.extractObject)(d,[\"fade\",\"cssEase\",\"speed\",\"infinite\",\"centerMode\",\"focusOnSelect\",\"currentSlide\",\"lazyLoad\",\"lazyLoadedList\",\"rtl\",\"slideWidth\",\"slideHeight\",\"listHeight\",\"vertical\",\"slidesToShow\",\"slidesToScroll\",\"slideCount\",\"trackStyle\",\"variableWidth\",\"unslick\",\"centerPadding\",\"targetSlide\",\"useCSS\"]),f=t.props.pauseOnHover;if(p=h(h({},p),{},{onMouseEnter:f?t.onTrackOver:null,onMouseLeave:f?t.onTrackLeave:null,onMouseOver:f?t.onTrackOver:null,focusOnSelect:t.props.focusOnSelect&&t.clickable?t.selectHandler:null}),!0===t.props.dots&&t.state.slideCount>=t.props.slidesToShow){var y=(0,c.extractObject)(d,[\"dotsClass\",\"slideCount\",\"slidesToShow\",\"currentSlide\",\"slidesToScroll\",\"clickHandler\",\"children\",\"customPaging\",\"infinite\",\"appendDots\"]),b=t.props.pauseOnDotsHover;y=h(h({},y),{},{clickHandler:t.changeSlide,onMouseEnter:b?t.onDotsLeave:null,onMouseOver:b?t.onDotsOver:null,onMouseLeave:b?t.onDotsLeave:null}),e=n.default.createElement(u.Dots,y)}var v=(0,c.extractObject)(d,[\"infinite\",\"centerMode\",\"currentSlide\",\"slideCount\",\"slidesToShow\",\"prevArrow\",\"nextArrow\"]);v.clickHandler=t.changeSlide,t.props.arrows&&(r=n.default.createElement(s.PrevArrow,v),o=n.default.createElement(s.NextArrow,v));var g=null;t.props.vertical&&(g={height:t.state.listHeight});var _=null;!1===t.props.vertical?!0===t.props.centerMode&&(_={padding:\"0px \"+t.props.centerPadding}):!0===t.props.centerMode&&(_={padding:t.props.centerPadding+\" 0px\"});var w=h(h({},g),_),x=t.props.touchMove,k={className:\"slick-list\",style:w,onClick:t.clickHandler,onMouseDown:x?t.swipeStart:null,onMouseMove:t.state.dragging&&x?t.swipeMove:null,onMouseUp:x?t.swipeEnd:null,onMouseLeave:t.state.dragging&&x?t.swipeEnd:null,onTouchStart:x?t.swipeStart:null,onTouchMove:t.state.dragging&&x?t.swipeMove:null,onTouchEnd:x?t.touchEnd:null,onTouchCancel:t.state.dragging&&x?t.swipeEnd:null,onKeyDown:t.props.accessibility?t.keyHandler:null},N={className:i,dir:\"ltr\",style:t.props.style};return t.props.unslick&&(k={className:\"slick-list\"},N={className:i}),n.default.createElement(\"div\",N,t.props.unslick?\"\":r,n.default.createElement(\"div\",m({ref:t.listRefHandler},k),n.default.createElement(l.Track,m({ref:t.trackRefHandler},p),t.props.children)),t.props.unslick?\"\":o,t.props.unslick?\"\":e)})),t.list=null,t.track=null,t.state=h(h({},o.default),{},{currentSlide:t.props.initialSlide,slideCount:n.default.Children.count(t.props.children)}),t.callbackTimers=[],t.clickable=!0,t.debouncedResize=null;var r=t.ssrInit();return t.state=h(h({},t.state),r),t}return t=w,(r=[{key:\"didPropsChange\",value:function(e){for(var t=!1,r=0,o=Object.keys(this.props);r<o.length;r++){var i=o[r];if(!e.hasOwnProperty(i)){t=!0;break}if(\"object\"!==f(e[i])&&\"function\"!=typeof e[i]&&e[i]!==this.props[i]){t=!0;break}}return t||n.default.Children.count(this.props.children)!==n.default.Children.count(e.children)}}])&&v(t.prototype,r),p&&v(t,p),w}(n.default.Component);t.InnerSlider=j},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var n={animating:!1,autoplaying:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,dragging:!1,edgeDragged:!1,initialized:!1,lazyLoadedList:[],listHeight:null,listWidth:null,scrolling:!1,slideCount:null,slideHeight:null,slideWidth:null,swipeLeft:null,swiped:!1,swiping:!1,touchObject:{startX:0,startY:0,curX:0,curY:0},trackStyle:{},trackWidth:0,targetSlide:0};t.default=n},function(e,t,r){(function(t){var r=/^\\s+|\\s+$/g,n=/^[-+]0x[0-9a-f]+$/i,o=/^0b[01]+$/i,i=/^0o[0-7]+$/i,a=parseInt,c=\"object\"==typeof t&&t&&t.Object===Object&&t,l=\"object\"==typeof self&&self&&self.Object===Object&&self,u=c||l||Function(\"return this\")(),s=Object.prototype.toString,d=Math.max,p=Math.min,f=function(){return u.Date.now()};function m(e){var t=typeof e;return!!e&&(\"object\"==t||\"function\"==t)}function y(e){if(\"number\"==typeof e)return e;if(function(e){return\"symbol\"==typeof e||function(e){return!!e&&\"object\"==typeof e}(e)&&\"[object Symbol]\"==s.call(e)}(e))return NaN;if(m(e)){var t=\"function\"==typeof e.valueOf?e.valueOf():e;e=m(t)?t+\"\":t}if(\"string\"!=typeof e)return 0===e?e:+e;e=e.replace(r,\"\");var c=o.test(e);return c||i.test(e)?a(e.slice(2),c?2:8):n.test(e)?NaN:+e}e.exports=function(e,t,r){var n,o,i,a,c,l,u=0,s=!1,b=!1,h=!0;if(\"function\"!=typeof e)throw new TypeError(\"Expected a function\");function v(t){var r=n,i=o;return n=o=void 0,u=t,a=e.apply(i,r)}function g(e){return u=e,c=setTimeout(w,t),s?v(e):a}function _(e){var r=e-l;return void 0===l||r>=t||r<0||b&&e-u>=i}function w(){var e=f();if(_(e))return x(e);c=setTimeout(w,function(e){var r=t-(e-l);return b?p(r,i-(e-u)):r}(e))}function x(e){return c=void 0,h&&n?v(e):(n=o=void 0,a)}function k(){var e=f(),r=_(e);if(n=arguments,o=this,l=e,r){if(void 0===c)return g(l);if(b)return c=setTimeout(w,t),v(l)}return void 0===c&&(c=setTimeout(w,t)),a}return t=y(t)||0,m(r)&&(s=!!r.leading,i=(b=\"maxWait\"in r)?d(y(r.maxWait)||0,t):i,h=\"trailing\"in r?!!r.trailing:h),k.cancel=function(){void 0!==c&&clearTimeout(c),u=0,n=l=o=c=void 0},k.flush=function(){return void 0===c?a:x(f())},k}}).call(this,r(27))},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.Track=void 0;var n=a(r(0)),o=a(r(37)),i=r(33);function a(e){return e&&e.__esModule?e:{default:e}}function c(e){return(c=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}function l(){return(l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function u(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t){return(d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=y(e);if(t){var o=y(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return f(this,r)}}function f(e,t){return!t||\"object\"!==c(t)&&\"function\"!=typeof t?m(e):t}function m(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function y(e){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function b(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function h(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?b(Object(r),!0).forEach((function(t){v(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):b(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function v(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var g=function(e){var t,r,n,o,i;return n=(i=e.rtl?e.slideCount-1-e.index:e.index)<0||i>=e.slideCount,e.centerMode?(o=Math.floor(e.slidesToShow/2),r=(i-e.currentSlide)%e.slideCount==0,i>e.currentSlide-o-1&&i<=e.currentSlide+o&&(t=!0)):t=e.currentSlide<=i&&i<e.currentSlide+e.slidesToShow,{\"slick-slide\":!0,\"slick-active\":t,\"slick-center\":r,\"slick-cloned\":n,\"slick-current\":i===(e.targetSlide<0?e.targetSlide+e.slideCount:e.targetSlide>=e.slideCount?e.targetSlide-e.slideCount:e.targetSlide)}},_=function(e,t){return e.key||t},w=function(e){var t,r=[],a=[],c=[],l=n.default.Children.count(e.children),u=(0,i.lazyStartIndex)(e),s=(0,i.lazyEndIndex)(e);return n.default.Children.forEach(e.children,(function(d,p){var f,m={message:\"children\",index:p,slidesToScroll:e.slidesToScroll,currentSlide:e.currentSlide};f=!e.lazyLoad||e.lazyLoad&&e.lazyLoadedList.indexOf(p)>=0?d:n.default.createElement(\"div\",null);var y=function(e){var t={};return void 0!==e.variableWidth&&!1!==e.variableWidth||(t.width=e.slideWidth),e.fade&&(t.position=\"relative\",e.vertical?t.top=-e.index*parseInt(e.slideHeight):t.left=-e.index*parseInt(e.slideWidth),t.opacity=e.currentSlide===e.index?1:0,e.useCSS&&(t.transition=\"opacity \"+e.speed+\"ms \"+e.cssEase+\", visibility \"+e.speed+\"ms \"+e.cssEase)),t}(h(h({},e),{},{index:p})),b=f.props.className||\"\",v=g(h(h({},e),{},{index:p}));if(r.push(n.default.cloneElement(f,{key:\"original\"+_(f,p),\"data-index\":p,className:(0,o.default)(v,b),tabIndex:\"-1\",\"aria-hidden\":!v[\"slick-active\"],style:h(h({outline:\"none\"},f.props.style||{}),y),onClick:function(t){f.props&&f.props.onClick&&f.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(m)}})),e.infinite&&!1===e.fade){var w=l-p;w<=(0,i.getPreClones)(e)&&l!==e.slidesToShow&&((t=-w)>=u&&(f=d),v=g(h(h({},e),{},{index:t})),a.push(n.default.cloneElement(f,{key:\"precloned\"+_(f,t),\"data-index\":t,tabIndex:\"-1\",className:(0,o.default)(v,b),\"aria-hidden\":!v[\"slick-active\"],style:h(h({},f.props.style||{}),y),onClick:function(t){f.props&&f.props.onClick&&f.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(m)}}))),l!==e.slidesToShow&&((t=l+p)<s&&(f=d),v=g(h(h({},e),{},{index:t})),c.push(n.default.cloneElement(f,{key:\"postcloned\"+_(f,t),\"data-index\":t,tabIndex:\"-1\",className:(0,o.default)(v,b),\"aria-hidden\":!v[\"slick-active\"],style:h(h({},f.props.style||{}),y),onClick:function(t){f.props&&f.props.onClick&&f.props.onClick(t),e.focusOnSelect&&e.focusOnSelect(m)}})))}})),e.rtl?a.concat(r,c).reverse():a.concat(r,c)},x=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(a,e);var t,r,o,i=p(a);function a(){var e;u(this,a);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return v(m(e=i.call.apply(i,[this].concat(r))),\"node\",null),v(m(e),\"handleRef\",(function(t){e.node=t})),e}return t=a,(r=[{key:\"render\",value:function(){var e=w(this.props),t=this.props,r={onMouseEnter:t.onMouseEnter,onMouseOver:t.onMouseOver,onMouseLeave:t.onMouseLeave};return n.default.createElement(\"div\",l({ref:this.handleRef,className:\"slick-track\",style:this.props.trackStyle},r),e)}}])&&s(t.prototype,r),o&&s(t,o),a}(n.default.PureComponent);t.Track=x},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.Dots=void 0;var n=a(r(0)),o=a(r(37)),i=r(33);function a(e){return e&&e.__esModule?e:{default:e}}function c(e){return(c=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function u(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function s(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function d(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function p(e,t){return(p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=y(e);if(t){var o=y(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return m(this,r)}}function m(e,t){return!t||\"object\"!==c(t)&&\"function\"!=typeof t?function(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}(e):t}function y(e){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var b=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&p(e,t)}(m,e);var t,r,a,c=f(m);function m(){return s(this,m),c.apply(this,arguments)}return t=m,(r=[{key:\"clickHandler\",value:function(e,t){t.preventDefault(),this.props.clickHandler(e)}},{key:\"render\",value:function(){for(var e,t=this.props,r=t.onMouseEnter,a=t.onMouseOver,c=t.onMouseLeave,s=t.infinite,d=t.slidesToScroll,p=t.slidesToShow,f=t.slideCount,m=t.currentSlide,y=(e={slideCount:f,slidesToScroll:d,slidesToShow:p,infinite:s}).infinite?Math.ceil(e.slideCount/e.slidesToScroll):Math.ceil((e.slideCount-e.slidesToShow)/e.slidesToScroll)+1,b={onMouseEnter:r,onMouseOver:a,onMouseLeave:c},h=[],v=0;v<y;v++){var g=(v+1)*d-1,_=s?g:(0,i.clamp)(g,0,f-1),w=_-(d-1),x=s?w:(0,i.clamp)(w,0,f-1),k=(0,o.default)({\"slick-active\":s?m>=x&&m<=_:m===x}),N={message:\"dots\",index:v,slidesToScroll:d,currentSlide:m},j=this.clickHandler.bind(this,N);h=h.concat(n.default.createElement(\"li\",{key:v,className:k},n.default.cloneElement(this.props.customPaging(v),{onClick:j})))}return n.default.cloneElement(this.props.appendDots(h),function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){u(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({className:this.props.dotsClass},b))}}])&&d(t.prototype,r),a&&d(t,a),m}(n.default.PureComponent);t.Dots=b},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.NextArrow=t.PrevArrow=void 0;var n=a(r(0)),o=a(r(37)),i=r(33);function a(e){return e&&e.__esModule?e:{default:e}}function c(e){return(c=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}function l(){return(l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function u(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?u(Object(r),!0).forEach((function(t){d(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):u(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function d(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function p(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function f(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function m(e,t,r){return t&&f(e.prototype,t),r&&f(e,r),e}function y(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&b(e,t)}function b(e,t){return(b=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function h(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=g(e);if(t){var o=g(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return v(this,r)}}function v(e,t){return!t||\"object\"!==c(t)&&\"function\"!=typeof t?function(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}(e):t}function g(e){return(g=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}var _=function(e){y(r,e);var t=h(r);function r(){return p(this,r),t.apply(this,arguments)}return m(r,[{key:\"clickHandler\",value:function(e,t){t&&t.preventDefault(),this.props.clickHandler(e,t)}},{key:\"render\",value:function(){var e={\"slick-arrow\":!0,\"slick-prev\":!0},t=this.clickHandler.bind(this,{message:\"previous\"});!this.props.infinite&&(0===this.props.currentSlide||this.props.slideCount<=this.props.slidesToShow)&&(e[\"slick-disabled\"]=!0,t=null);var r={key:\"0\",\"data-role\":\"none\",className:(0,o.default)(e),style:{display:\"block\"},onClick:t},i={currentSlide:this.props.currentSlide,slideCount:this.props.slideCount};return this.props.prevArrow?n.default.cloneElement(this.props.prevArrow,s(s({},r),i)):n.default.createElement(\"button\",l({key:\"0\",type:\"button\"},r),\" \",\"Previous\")}}]),r}(n.default.PureComponent);t.PrevArrow=_;var w=function(e){y(r,e);var t=h(r);function r(){return p(this,r),t.apply(this,arguments)}return m(r,[{key:\"clickHandler\",value:function(e,t){t&&t.preventDefault(),this.props.clickHandler(e,t)}},{key:\"render\",value:function(){var e={\"slick-arrow\":!0,\"slick-next\":!0},t=this.clickHandler.bind(this,{message:\"next\"});(0,i.canGoNext)(this.props)||(e[\"slick-disabled\"]=!0,t=null);var r={key:\"1\",\"data-role\":\"none\",className:(0,o.default)(e),style:{display:\"block\"},onClick:t},a={currentSlide:this.props.currentSlide,slideCount:this.props.slideCount};return this.props.nextArrow?n.default.cloneElement(this.props.nextArrow,s(s({},r),a)):n.default.createElement(\"button\",l({key:\"1\",type:\"button\"},r),\" \",\"Next\")}}]),r}(n.default.PureComponent);t.NextArrow=w},function(e,t,r){\"use strict\";r.r(t),function(e){var r=function(){if(\"undefined\"!=typeof Map)return Map;function e(e,t){var r=-1;return e.some((function(e,n){return e[0]===t&&(r=n,!0)})),r}return function(){function t(){this.__entries__=[]}return Object.defineProperty(t.prototype,\"size\",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),t.prototype.get=function(t){var r=e(this.__entries__,t),n=this.__entries__[r];return n&&n[1]},t.prototype.set=function(t,r){var n=e(this.__entries__,t);~n?this.__entries__[n][1]=r:this.__entries__.push([t,r])},t.prototype.delete=function(t){var r=this.__entries__,n=e(r,t);~n&&r.splice(n,1)},t.prototype.has=function(t){return!!~e(this.__entries__,t)},t.prototype.clear=function(){this.__entries__.splice(0)},t.prototype.forEach=function(e,t){void 0===t&&(t=null);for(var r=0,n=this.__entries__;r<n.length;r++){var o=n[r];e.call(t,o[1],o[0])}},t}()}(),n=\"undefined\"!=typeof window&&\"undefined\"!=typeof document&&window.document===document,o=void 0!==e&&e.Math===Math?e:\"undefined\"!=typeof self&&self.Math===Math?self:\"undefined\"!=typeof window&&window.Math===Math?window:Function(\"return this\")(),i=\"function\"==typeof requestAnimationFrame?requestAnimationFrame.bind(o):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)};var a=[\"top\",\"right\",\"bottom\",\"left\",\"width\",\"height\",\"size\",\"weight\"],c=\"undefined\"!=typeof MutationObserver,l=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(e,t){var r=!1,n=!1,o=0;function a(){r&&(r=!1,e()),n&&l()}function c(){i(a)}function l(){var e=Date.now();if(r){if(e-o<2)return;n=!0}else r=!0,n=!1,setTimeout(c,t);o=e}return l}(this.refresh.bind(this),20)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var t=this.observers_,r=t.indexOf(e);~r&&t.splice(r,1),!t.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){n&&!this.connected_&&(document.addEventListener(\"transitionend\",this.onTransitionEnd_),window.addEventListener(\"resize\",this.refresh),c?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener(\"DOMSubtreeModified\",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){n&&this.connected_&&(document.removeEventListener(\"transitionend\",this.onTransitionEnd_),window.removeEventListener(\"resize\",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener(\"DOMSubtreeModified\",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var t=e.propertyName,r=void 0===t?\"\":t;a.some((function(e){return!!~r.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),u=function(e,t){for(var r=0,n=Object.keys(t);r<n.length;r++){var o=n[r];Object.defineProperty(e,o,{value:t[o],enumerable:!1,writable:!1,configurable:!0})}return e},s=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||o},d=h(0,0,0,0);function p(e){return parseFloat(e)||0}function f(e){for(var t=[],r=1;r<arguments.length;r++)t[r-1]=arguments[r];return t.reduce((function(t,r){return t+p(e[\"border-\"+r+\"-width\"])}),0)}function m(e){var t=e.clientWidth,r=e.clientHeight;if(!t&&!r)return d;var n=s(e).getComputedStyle(e),o=function(e){for(var t={},r=0,n=[\"top\",\"right\",\"bottom\",\"left\"];r<n.length;r++){var o=n[r],i=e[\"padding-\"+o];t[o]=p(i)}return t}(n),i=o.left+o.right,a=o.top+o.bottom,c=p(n.width),l=p(n.height);if(\"border-box\"===n.boxSizing&&(Math.round(c+i)!==t&&(c-=f(n,\"left\",\"right\")+i),Math.round(l+a)!==r&&(l-=f(n,\"top\",\"bottom\")+a)),!function(e){return e===s(e).document.documentElement}(e)){var u=Math.round(c+i)-t,m=Math.round(l+a)-r;1!==Math.abs(u)&&(c-=u),1!==Math.abs(m)&&(l-=m)}return h(o.left,o.top,c,l)}var y=\"undefined\"!=typeof SVGGraphicsElement?function(e){return e instanceof s(e).SVGGraphicsElement}:function(e){return e instanceof s(e).SVGElement&&\"function\"==typeof e.getBBox};function b(e){return n?y(e)?function(e){var t=e.getBBox();return h(0,0,t.width,t.height)}(e):m(e):d}function h(e,t,r,n){return{x:e,y:t,width:r,height:n}}var v=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=h(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=b(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),g=function(e,t){var r,n,o,i,a,c,l,s=(n=(r=t).x,o=r.y,i=r.width,a=r.height,c=\"undefined\"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,l=Object.create(c.prototype),u(l,{x:n,y:o,width:i,height:a,top:o,right:n+i,bottom:a+o,left:n}),l);u(this,{target:e,contentRect:s})},_=function(){function e(e,t,n){if(this.activeObservations_=[],this.observations_=new r,\"function\"!=typeof e)throw new TypeError(\"The callback provided as parameter 1 is not a function.\");this.callback_=e,this.controller_=t,this.callbackCtx_=n}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError(\"1 argument required, but only 0 present.\");if(\"undefined\"!=typeof Element&&Element instanceof Object){if(!(e instanceof s(e).Element))throw new TypeError('parameter 1 is not of type \"Element\".');var t=this.observations_;t.has(e)||(t.set(e,new v(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError(\"1 argument required, but only 0 present.\");if(\"undefined\"!=typeof Element&&Element instanceof Object){if(!(e instanceof s(e).Element))throw new TypeError('parameter 1 is not of type \"Element\".');var t=this.observations_;t.has(e)&&(t.delete(e),t.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(t){t.isActive()&&e.activeObservations_.push(t)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,t=this.activeObservations_.map((function(e){return new g(e.target,e.broadcastRect())}));this.callback_.call(e,t,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),w=\"undefined\"!=typeof WeakMap?new WeakMap:new r,x=function e(t){if(!(this instanceof e))throw new TypeError(\"Cannot call a class as a function.\");if(!arguments.length)throw new TypeError(\"1 argument required, but only 0 present.\");var r=l.getInstance(),n=new _(t,r,this);w.set(this,n)};[\"observe\",\"unobserve\",\"disconnect\"].forEach((function(e){x.prototype[e]=function(){var t;return(t=w.get(this))[e].apply(t,arguments)}}));var k=void 0!==o.ResizeObserver?o.ResizeObserver:x;t.default=k}.call(this,r(27))},function(e,t,r){var n=r(203),o=function(e){var t=\"\",r=Object.keys(e);return r.forEach((function(o,i){var a=e[o];(function(e){return/[height|width]$/.test(e)})(o=n(o))&&\"number\"==typeof a&&(a+=\"px\"),t+=!0===a?o:!1===a?\"not \"+o:\"(\"+o+\": \"+a+\")\",i<r.length-1&&(t+=\" and \")})),t};e.exports=function(e){var t=\"\";return\"string\"==typeof e?e:e instanceof Array?(e.forEach((function(r,n){t+=o(r),n<e.length-1&&(t+=\", \")})),t):o(e)}},function(e,t){e.exports=function(e){return e.replace(/[A-Z]/g,(function(e){return\"-\"+e.toLowerCase()})).toLowerCase()}},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var n,o=(n=r(0))&&n.__esModule?n:{default:n};var i={accessibility:!0,adaptiveHeight:!1,afterChange:null,appendDots:function(e){return o.default.createElement(\"ul\",{style:{display:\"block\"}},e)},arrows:!0,autoplay:!1,autoplaySpeed:3e3,beforeChange:null,centerMode:!1,centerPadding:\"50px\",className:\"\",cssEase:\"ease\",customPaging:function(e){return o.default.createElement(\"button\",null,e+1)},dots:!1,dotsClass:\"slick-dots\",draggable:!0,easing:\"linear\",edgeFriction:.35,fade:!1,focusOnSelect:!1,infinite:!0,initialSlide:0,lazyLoad:null,nextArrow:null,onEdge:null,onInit:null,onLazyLoadError:null,onReInit:null,pauseOnDotsHover:!1,pauseOnFocus:!1,pauseOnHover:!0,prevArrow:null,responsive:null,rows:1,rtl:!1,slide:\"div\",slidesPerRow:1,slidesToScroll:1,slidesToShow:1,speed:500,swipe:!0,swipeEvent:null,swipeToSlide:!1,touchMove:!0,touchThreshold:5,useCSS:!0,useTransform:!0,variableWidth:!1,vertical:!1,waitForAnimate:!0};t.default=i},function(e,t,r){var n=r(206);e.exports=new n},function(e,t,r){var n=r(207),o=r(146),i=o.each,a=o.isFunction,c=o.isArray;function l(){if(!window.matchMedia)throw new Error(\"matchMedia not present, legacy browsers require a polyfill\");this.queries={},this.browserIsIncapable=!window.matchMedia(\"only all\").matches}l.prototype={constructor:l,register:function(e,t,r){var o=this.queries,l=r&&this.browserIsIncapable;return o[e]||(o[e]=new n(e,l)),a(t)&&(t={match:t}),c(t)||(t=[t]),i(t,(function(t){a(t)&&(t={match:t}),o[e].addHandler(t)})),this},unregister:function(e,t){var r=this.queries[e];return r&&(t?r.removeHandler(t):(r.clear(),delete this.queries[e])),this}},e.exports=l},function(e,t,r){var n=r(208),o=r(146).each;function i(e,t){this.query=e,this.isUnconditional=t,this.handlers=[],this.mql=window.matchMedia(e);var r=this;this.listener=function(e){r.mql=e.currentTarget||e,r.assess()},this.mql.addListener(this.listener)}i.prototype={constuctor:i,addHandler:function(e){var t=new n(e);this.handlers.push(t),this.matches()&&t.on()},removeHandler:function(e){var t=this.handlers;o(t,(function(r,n){if(r.equals(e))return r.destroy(),!t.splice(n,1)}))},matches:function(){return this.mql.matches||this.isUnconditional},clear:function(){o(this.handlers,(function(e){e.destroy()})),this.mql.removeListener(this.listener),this.handlers.length=0},assess:function(){var e=this.matches()?\"on\":\"off\";o(this.handlers,(function(t){t[e]()}))}},e.exports=i},function(e,t){function r(e){this.options=e,!e.deferSetup&&this.setup()}r.prototype={constructor:r,setup:function(){this.options.setup&&this.options.setup(),this.initialised=!0},on:function(){!this.initialised&&this.setup(),this.options.match&&this.options.match()},off:function(){this.options.unmatch&&this.options.unmatch()},destroy:function(){this.options.destroy?this.options.destroy():this.off()},equals:function(e){return this.options===e||this.options.match===e}},e.exports=r},function(e,t,r){(function(e,n){var o;/*! https://mths.be/punycode v1.4.1 by @mathias */!function(i){t&&t.nodeType,e&&e.nodeType;var a=\"object\"==typeof n&&n;a.global!==a&&a.window!==a&&a.self;var c,l=2147483647,u=/^xn--/,s=/[^\\x20-\\x7E]/,d=/[\\x2E\\u3002\\uFF0E\\uFF61]/g,p={overflow:\"Overflow: input needs wider integers to process\",\"not-basic\":\"Illegal input >= 0x80 (not a basic code point)\",\"invalid-input\":\"Invalid input\"},f=Math.floor,m=String.fromCharCode;function y(e){throw new RangeError(p[e])}function b(e,t){for(var r=e.length,n=[];r--;)n[r]=t(e[r]);return n}function h(e,t){var r=e.split(\"@\"),n=\"\";return r.length>1&&(n=r[0]+\"@\",e=r[1]),n+b((e=e.replace(d,\".\")).split(\".\"),t).join(\".\")}function v(e){for(var t,r,n=[],o=0,i=e.length;o<i;)(t=e.charCodeAt(o++))>=55296&&t<=56319&&o<i?56320==(64512&(r=e.charCodeAt(o++)))?n.push(((1023&t)<<10)+(1023&r)+65536):(n.push(t),o--):n.push(t);return n}function g(e){return b(e,(function(e){var t=\"\";return e>65535&&(t+=m((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=m(e)})).join(\"\")}function _(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function w(e,t,r){var n=0;for(e=r?f(e/700):e>>1,e+=f(e/t);e>455;n+=36)e=f(e/35);return f(n+36*e/(e+38))}function x(e){var t,r,n,o,i,a,c,u,s,d,p,m=[],b=e.length,h=0,v=128,_=72;for((r=e.lastIndexOf(\"-\"))<0&&(r=0),n=0;n<r;++n)e.charCodeAt(n)>=128&&y(\"not-basic\"),m.push(e.charCodeAt(n));for(o=r>0?r+1:0;o<b;){for(i=h,a=1,c=36;o>=b&&y(\"invalid-input\"),((u=(p=e.charCodeAt(o++))-48<10?p-22:p-65<26?p-65:p-97<26?p-97:36)>=36||u>f((l-h)/a))&&y(\"overflow\"),h+=u*a,!(u<(s=c<=_?1:c>=_+26?26:c-_));c+=36)a>f(l/(d=36-s))&&y(\"overflow\"),a*=d;_=w(h-i,t=m.length+1,0==i),f(h/t)>l-v&&y(\"overflow\"),v+=f(h/t),h%=t,m.splice(h++,0,v)}return g(m)}function k(e){var t,r,n,o,i,a,c,u,s,d,p,b,h,g,x,k=[];for(b=(e=v(e)).length,t=128,r=0,i=72,a=0;a<b;++a)(p=e[a])<128&&k.push(m(p));for(n=o=k.length,o&&k.push(\"-\");n<b;){for(c=l,a=0;a<b;++a)(p=e[a])>=t&&p<c&&(c=p);for(c-t>f((l-r)/(h=n+1))&&y(\"overflow\"),r+=(c-t)*h,t=c,a=0;a<b;++a)if((p=e[a])<t&&++r>l&&y(\"overflow\"),p==t){for(u=r,s=36;!(u<(d=s<=i?1:s>=i+26?26:s-i));s+=36)x=u-d,g=36-d,k.push(m(_(d+x%g,0))),u=f(x/g);k.push(m(_(u,0))),i=w(r,h,n==o),r=0,++n}++r,++t}return k.join(\"\")}c={version:\"1.4.1\",ucs2:{decode:v,encode:g},decode:x,encode:k,toASCII:function(e){return h(e,(function(e){return s.test(e)?\"xn--\"+k(e):e}))},toUnicode:function(e){return h(e,(function(e){return u.test(e)?x(e.slice(4).toLowerCase()):e}))}},void 0===(o=function(){return c}.call(t,r,t,e))||(e.exports=o)}()}).call(this,r(145)(e),r(27))},function(e,t,r){\"use strict\";e.exports={isString:function(e){return\"string\"==typeof e},isObject:function(e){return\"object\"==typeof e&&null!==e},isNull:function(e){return null===e},isNullOrUndefined:function(e){return null==e}}},function(e,t,r){\"use strict\";t.decode=t.parse=r(212),t.encode=t.stringify=r(213)},function(e,t,r){\"use strict\";function n(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,t,r,i){t=t||\"&\",r=r||\"=\";var a={};if(\"string\"!=typeof e||0===e.length)return a;var c=/\\+/g;e=e.split(t);var l=1e3;i&&\"number\"==typeof i.maxKeys&&(l=i.maxKeys);var u=e.length;l>0&&u>l&&(u=l);for(var s=0;s<u;++s){var d,p,f,m,y=e[s].replace(c,\"%20\"),b=y.indexOf(r);b>=0?(d=y.substr(0,b),p=y.substr(b+1)):(d=y,p=\"\"),f=decodeURIComponent(d),m=decodeURIComponent(p),n(a,f)?o(a[f])?a[f].push(m):a[f]=[a[f],m]:a[f]=m}return a};var o=Array.isArray||function(e){return\"[object Array]\"===Object.prototype.toString.call(e)}},function(e,t,r){\"use strict\";var n=function(e){switch(typeof e){case\"string\":return e;case\"boolean\":return e?\"true\":\"false\";case\"number\":return isFinite(e)?e:\"\";default:return\"\"}};e.exports=function(e,t,r,c){return t=t||\"&\",r=r||\"=\",null===e&&(e=void 0),\"object\"==typeof e?i(a(e),(function(a){var c=encodeURIComponent(n(a))+r;return o(e[a])?i(e[a],(function(e){return c+encodeURIComponent(n(e))})).join(t):c+encodeURIComponent(n(e[a]))})).join(t):c?encodeURIComponent(n(c))+r+encodeURIComponent(n(e)):\"\"};var o=Array.isArray||function(e){return\"[object Array]\"===Object.prototype.toString.call(e)};function i(e,t){if(e.map)return e.map(t);for(var r=[],n=0;n<e.length;n++)r.push(t(e[n],n));return r}var a=Object.keys||function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.push(r);return t}},function(e,t,r){\"use strict\";const n=e=>\"object\"==typeof e&&null!==e,o=Symbol(\"skip\"),i=e=>n(e)&&!(e instanceof RegExp)&&!(e instanceof Error)&&!(e instanceof Date),a=(e,t,r,n=new WeakMap)=>{if(r={deep:!1,target:{},...r},n.has(e))return n.get(e);n.set(e,r.target);const{target:c}=r;delete r.target;const l=e=>e.map(e=>i(e)?a(e,t,r,n):e);if(Array.isArray(e))return l(e);for(const[u,s]of Object.entries(e)){const d=t(u,s,e);if(d===o)continue;let[p,f,{shouldRecurse:m=!0}={}]=d;\"__proto__\"!==p&&(r.deep&&m&&i(f)&&(f=Array.isArray(f)?l(f):a(f,t,r,n)),c[p]=f)}return c};e.exports=(e,t,r)=>{if(!n(e))throw new TypeError(`Expected an object, got \\`${e}\\` (${typeof e})`);return a(e,t,r)},e.exports.mapObjectSkip=o},function(e,t,r){var n=r(216).default;function o(){\"use strict\";/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */e.exports=o=function(){return t},e.exports.__esModule=!0,e.exports.default=e.exports;var t={},r=Object.prototype,i=r.hasOwnProperty,a=Object.defineProperty||function(e,t,r){e[t]=r.value},c=\"function\"==typeof Symbol?Symbol:{},l=c.iterator||\"@@iterator\",u=c.asyncIterator||\"@@asyncIterator\",s=c.toStringTag||\"@@toStringTag\";function d(e,t,r){return Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}),e[t]}try{d({},\"\")}catch(e){d=function(e,t,r){return e[t]=r}}function p(e,t,r,n){var o=t&&t.prototype instanceof y?t:y,i=Object.create(o.prototype),c=new S(n||[]);return a(i,\"_invoke\",{value:N(e,r,c)}),i}function f(e,t,r){try{return{type:\"normal\",arg:e.call(t,r)}}catch(e){return{type:\"throw\",arg:e}}}t.wrap=p;var m={};function y(){}function b(){}function h(){}var v={};d(v,l,(function(){return this}));var g=Object.getPrototypeOf,_=g&&g(g(E([])));_&&_!==r&&i.call(_,l)&&(v=_);var w=h.prototype=y.prototype=Object.create(v);function x(e){[\"next\",\"throw\",\"return\"].forEach((function(t){d(e,t,(function(e){return this._invoke(t,e)}))}))}function k(e,t){var r;a(this,\"_invoke\",{value:function(o,a){function c(){return new t((function(r,c){!function r(o,a,c,l){var u=f(e[o],e,a);if(\"throw\"!==u.type){var s=u.arg,d=s.value;return d&&\"object\"==n(d)&&i.call(d,\"__await\")?t.resolve(d.__await).then((function(e){r(\"next\",e,c,l)}),(function(e){r(\"throw\",e,c,l)})):t.resolve(d).then((function(e){s.value=e,c(s)}),(function(e){return r(\"throw\",e,c,l)}))}l(u.arg)}(o,a,r,c)}))}return r=r?r.then(c,c):c()}})}function N(e,t,r){var n=\"suspendedStart\";return function(o,i){if(\"executing\"===n)throw new Error(\"Generator is already running\");if(\"completed\"===n){if(\"throw\"===o)throw i;return L()}for(r.method=o,r.arg=i;;){var a=r.delegate;if(a){var c=j(a,r);if(c){if(c===m)continue;return c}}if(\"next\"===r.method)r.sent=r._sent=r.arg;else if(\"throw\"===r.method){if(\"suspendedStart\"===n)throw n=\"completed\",r.arg;r.dispatchException(r.arg)}else\"return\"===r.method&&r.abrupt(\"return\",r.arg);n=\"executing\";var l=f(e,t,r);if(\"normal\"===l.type){if(n=r.done?\"completed\":\"suspendedYield\",l.arg===m)continue;return{value:l.arg,done:r.done}}\"throw\"===l.type&&(n=\"completed\",r.method=\"throw\",r.arg=l.arg)}}}function j(e,t){var r=t.method,n=e.iterator[r];if(void 0===n)return t.delegate=null,\"throw\"===r&&e.iterator.return&&(t.method=\"return\",t.arg=void 0,j(e,t),\"throw\"===t.method)||\"return\"!==r&&(t.method=\"throw\",t.arg=new TypeError(\"The iterator does not provide a '\"+r+\"' method\")),m;var o=f(n,e.iterator,t.arg);if(\"throw\"===o.type)return t.method=\"throw\",t.arg=o.arg,t.delegate=null,m;var i=o.arg;return i?i.done?(t[e.resultName]=i.value,t.next=e.nextLoc,\"return\"!==t.method&&(t.method=\"next\",t.arg=void 0),t.delegate=null,m):i:(t.method=\"throw\",t.arg=new TypeError(\"iterator result is not an object\"),t.delegate=null,m)}function M(e){var t={tryLoc:e[0]};1 in e&&(t.catchLoc=e[1]),2 in e&&(t.finallyLoc=e[2],t.afterLoc=e[3]),this.tryEntries.push(t)}function O(e){var t=e.completion||{};t.type=\"normal\",delete t.arg,e.completion=t}function S(e){this.tryEntries=[{tryLoc:\"root\"}],e.forEach(M,this),this.reset(!0)}function E(e){if(e){var t=e[l];if(t)return t.call(e);if(\"function\"==typeof e.next)return e;if(!isNaN(e.length)){var r=-1,n=function t(){for(;++r<e.length;)if(i.call(e,r))return t.value=e[r],t.done=!1,t;return t.value=void 0,t.done=!0,t};return n.next=n}}return{next:L}}function L(){return{value:void 0,done:!0}}return b.prototype=h,a(w,\"constructor\",{value:h,configurable:!0}),a(h,\"constructor\",{value:b,configurable:!0}),b.displayName=d(h,s,\"GeneratorFunction\"),t.isGeneratorFunction=function(e){var t=\"function\"==typeof e&&e.constructor;return!!t&&(t===b||\"GeneratorFunction\"===(t.displayName||t.name))},t.mark=function(e){return Object.setPrototypeOf?Object.setPrototypeOf(e,h):(e.__proto__=h,d(e,s,\"GeneratorFunction\")),e.prototype=Object.create(w),e},t.awrap=function(e){return{__await:e}},x(k.prototype),d(k.prototype,u,(function(){return this})),t.AsyncIterator=k,t.async=function(e,r,n,o,i){void 0===i&&(i=Promise);var a=new k(p(e,r,n,o),i);return t.isGeneratorFunction(r)?a:a.next().then((function(e){return e.done?e.value:a.next()}))},x(w),d(w,s,\"Generator\"),d(w,l,(function(){return this})),d(w,\"toString\",(function(){return\"[object Generator]\"})),t.keys=function(e){var t=Object(e),r=[];for(var n in t)r.push(n);return r.reverse(),function e(){for(;r.length;){var n=r.pop();if(n in t)return e.value=n,e.done=!1,e}return e.done=!0,e}},t.values=E,S.prototype={constructor:S,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=void 0,this.done=!1,this.delegate=null,this.method=\"next\",this.arg=void 0,this.tryEntries.forEach(O),!e)for(var t in this)\"t\"===t.charAt(0)&&i.call(this,t)&&!isNaN(+t.slice(1))&&(this[t]=void 0)},stop:function(){this.done=!0;var e=this.tryEntries[0].completion;if(\"throw\"===e.type)throw e.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var t=this;function r(r,n){return a.type=\"throw\",a.arg=e,t.next=r,n&&(t.method=\"next\",t.arg=void 0),!!n}for(var n=this.tryEntries.length-1;n>=0;--n){var o=this.tryEntries[n],a=o.completion;if(\"root\"===o.tryLoc)return r(\"end\");if(o.tryLoc<=this.prev){var c=i.call(o,\"catchLoc\"),l=i.call(o,\"finallyLoc\");if(c&&l){if(this.prev<o.catchLoc)return r(o.catchLoc,!0);if(this.prev<o.finallyLoc)return r(o.finallyLoc)}else if(c){if(this.prev<o.catchLoc)return r(o.catchLoc,!0)}else{if(!l)throw new Error(\"try statement without catch or finally\");if(this.prev<o.finallyLoc)return r(o.finallyLoc)}}}},abrupt:function(e,t){for(var r=this.tryEntries.length-1;r>=0;--r){var n=this.tryEntries[r];if(n.tryLoc<=this.prev&&i.call(n,\"finallyLoc\")&&this.prev<n.finallyLoc){var o=n;break}}o&&(\"break\"===e||\"continue\"===e)&&o.tryLoc<=t&&t<=o.finallyLoc&&(o=null);var a=o?o.completion:{};return a.type=e,a.arg=t,o?(this.method=\"next\",this.next=o.finallyLoc,m):this.complete(a)},complete:function(e,t){if(\"throw\"===e.type)throw e.arg;return\"break\"===e.type||\"continue\"===e.type?this.next=e.arg:\"return\"===e.type?(this.rval=this.arg=e.arg,this.method=\"return\",this.next=\"end\"):\"normal\"===e.type&&t&&(this.next=t),m},finish:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),O(r),m}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if(\"throw\"===n.type){var o=n.arg;O(r)}return o}}throw new Error(\"illegal catch attempt\")},delegateYield:function(e,t,r){return this.delegate={iterator:E(e),resultName:t,nextLoc:r},\"next\"===this.method&&(this.arg=void 0),m}},t}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function r(t){return e.exports=r=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,r(t)}e.exports=r,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,r){\"use strict\";\n/**\n * @license React\n * react-is.production.min.js\n *\n * Copyright (c) Facebook, Inc. and its affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */var n,o=Symbol.for(\"react.element\"),i=Symbol.for(\"react.portal\"),a=Symbol.for(\"react.fragment\"),c=Symbol.for(\"react.strict_mode\"),l=Symbol.for(\"react.profiler\"),u=Symbol.for(\"react.provider\"),s=Symbol.for(\"react.context\"),d=Symbol.for(\"react.server_context\"),p=Symbol.for(\"react.forward_ref\"),f=Symbol.for(\"react.suspense\"),m=Symbol.for(\"react.suspense_list\"),y=Symbol.for(\"react.memo\"),b=Symbol.for(\"react.lazy\"),h=Symbol.for(\"react.offscreen\");function v(e){if(\"object\"==typeof e&&null!==e){var t=e.$$typeof;switch(t){case o:switch(e=e.type){case a:case l:case c:case f:case m:return e;default:switch(e=e&&e.$$typeof){case d:case s:case p:case b:case y:case u:return e;default:return t}}case i:return t}}}n=Symbol.for(\"react.module.reference\"),t.ContextConsumer=s,t.ContextProvider=u,t.Element=o,t.ForwardRef=p,t.Fragment=a,t.Lazy=b,t.Memo=y,t.Portal=i,t.Profiler=l,t.StrictMode=c,t.Suspense=f,t.SuspenseList=m,t.isAsyncMode=function(){return!1},t.isConcurrentMode=function(){return!1},t.isContextConsumer=function(e){return v(e)===s},t.isContextProvider=function(e){return v(e)===u},t.isElement=function(e){return\"object\"==typeof e&&null!==e&&e.$$typeof===o},t.isForwardRef=function(e){return v(e)===p},t.isFragment=function(e){return v(e)===a},t.isLazy=function(e){return v(e)===b},t.isMemo=function(e){return v(e)===y},t.isPortal=function(e){return v(e)===i},t.isProfiler=function(e){return v(e)===l},t.isStrictMode=function(e){return v(e)===c},t.isSuspense=function(e){return v(e)===f},t.isSuspenseList=function(e){return v(e)===m},t.isValidElementType=function(e){return\"string\"==typeof e||\"function\"==typeof e||e===a||e===l||e===c||e===f||e===m||e===h||\"object\"==typeof e&&null!==e&&(e.$$typeof===b||e.$$typeof===y||e.$$typeof===u||e.$$typeof===s||e.$$typeof===p||e.$$typeof===n||void 0!==e.getModuleId)},t.typeOf=v},function(e,t,r){\"use strict\";Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var n=r(0),o=r(15),i=r(17);function a(e){return(a=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==a(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var i=n?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(r,o,i):r[o]=e[o]}return r.default=e,t&&t.set(e,r),r}var u=[{key:\"youtube\",name:\"YouTube\",canPlay:i.canPlay.youtube,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return l(r(220))}))}))},{key:\"soundcloud\",name:\"SoundCloud\",canPlay:i.canPlay.soundcloud,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return l(r(221))}))}))},{key:\"vimeo\",name:\"Vimeo\",canPlay:i.canPlay.vimeo,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return l(r(222))}))}))},{key:\"facebook\",name:\"Facebook\",canPlay:i.canPlay.facebook,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return l(r(223))}))}))},{key:\"streamable\",name:\"Streamable\",canPlay:i.canPlay.streamable,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return l(r(224))}))}))},{key:\"wistia\",name:\"Wistia\",canPlay:i.canPlay.wistia,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return l(r(225))}))}))},{key:\"twitch\",name:\"Twitch\",canPlay:i.canPlay.twitch,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return l(r(226))}))}))},{key:\"dailymotion\",name:\"DailyMotion\",canPlay:i.canPlay.dailymotion,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return l(r(227))}))}))},{key:\"mixcloud\",name:\"Mixcloud\",canPlay:i.canPlay.mixcloud,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return l(r(228))}))}))},{key:\"vidyard\",name:\"Vidyard\",canPlay:i.canPlay.vidyard,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return l(r(229))}))}))},{key:\"kaltura\",name:\"Kaltura\",canPlay:i.canPlay.kaltura,lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return l(r(230))}))}))},{key:\"file\",name:\"FilePlayer\",canPlay:i.canPlay.file,canEnablePIP:function(e){return i.canPlay.file(e)&&(document.pictureInPictureEnabled||(0,o.supportsWebKitPresentationMode)())&&!i.AUDIO_EXTENSIONS.test(e)},lazyPlayer:(0,n.lazy)((function(){return Promise.resolve().then((function(){return l(r(231))}))}))}];t.default=u},function(e,t){function r(e,t){e.onload=function(){this.onerror=this.onload=null,t(null,e)},e.onerror=function(){this.onerror=this.onload=null,t(new Error(\"Failed to load \"+this.src),e)}}function n(e,t){e.onreadystatechange=function(){\"complete\"!=this.readyState&&\"loaded\"!=this.readyState||(this.onreadystatechange=null,t(null,e))}}e.exports=function(e,t,o){var i=document.head||document.getElementsByTagName(\"head\")[0],a=document.createElement(\"script\");\"function\"==typeof t&&(o=t,t={}),t=t||{},o=o||function(){},a.type=t.type||\"text/javascript\",a.charset=t.charset||\"utf8\",a.async=!(\"async\"in t)||!!t.async,a.src=e,t.attrs&&function(e,t){for(var r in t)e.setAttribute(r,t[r])}(a,t.attrs),t.text&&(a.text=\"\"+t.text),(\"onload\"in a?r:n)(a,o),a.onload||r(a,o),i.appendChild(a)}},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),i=r(15),a=r(17);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function u(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){g(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function s(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(\"undefined\"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var r=[],n=!0,o=!1,i=void 0;try{for(var a,c=e[Symbol.iterator]();!(n=(a=c.next()).done)&&(r.push(a.value),!t||r.length!==t);n=!0);}catch(e){o=!0,i=e}finally{try{n||null==c.return||c.return()}finally{if(o)throw i}}return r}(e,t)||function(e,t){if(!e)return;if(\"string\"==typeof e)return d(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===r&&e.constructor&&(r=e.constructor.name);if(\"Map\"===r||\"Set\"===r)return Array.from(e);if(\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return d(e,t)}(e,t)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function p(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function f(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function m(e,t){return(m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function y(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=v(e);if(t){var o=v(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return b(this,r)}}function b(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?h(e):t}function h(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function v(e){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function g(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var _=/[?&](?:list|channel)=([a-zA-Z0-9_-]+)/,w=/user\\/([a-zA-Z0-9_-]+)\\/?/,x=/youtube-nocookie\\.com/,k=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&m(e,t)}(l,e);var t,r,n,c=y(l);function l(){var e;p(this,l);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return g(h(e=c.call.apply(c,[this].concat(r))),\"callPlayer\",i.callPlayer),g(h(e),\"parsePlaylist\",(function(t){return t instanceof Array?{listType:\"playlist\",playlist:t.map(e.getID).join(\",\")}:_.test(t)?{listType:\"playlist\",list:s(t.match(_),2)[1].replace(/^UC/,\"UU\")}:w.test(t)?{listType:\"user_uploads\",list:s(t.match(w),2)[1]}:{}})),g(h(e),\"onStateChange\",(function(t){var r=t.data,n=e.props,o=n.onPlay,i=n.onPause,a=n.onBuffer,c=n.onBufferEnd,l=n.onEnded,u=n.onReady,s=n.loop,d=n.config,p=d.playerVars,f=d.onUnstarted,m=window.YT.PlayerState,y=m.UNSTARTED,b=m.PLAYING,h=m.PAUSED,v=m.BUFFERING,g=m.ENDED,_=m.CUED;if(r===y&&f(),r===b&&(o(),c()),r===h&&i(),r===v&&a(),r===g){var w=!!e.callPlayer(\"getPlaylist\");s&&!w&&(p.start?e.seekTo(p.start):e.play()),l()}r===_&&u()})),g(h(e),\"mute\",(function(){e.callPlayer(\"mute\")})),g(h(e),\"unmute\",(function(){e.callPlayer(\"unMute\")})),g(h(e),\"ref\",(function(t){e.container=t})),e}return t=l,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"getID\",value:function(e){return!e||e instanceof Array||_.test(e)?null:e.match(a.MATCH_URL_YOUTUBE)[1]}},{key:\"load\",value:function(e,t){var r=this,n=this.props,o=n.playing,a=n.muted,c=n.playsinline,l=n.controls,s=n.loop,d=n.config,p=n.onError,f=d.playerVars,m=d.embedOptions,y=this.getID(e);if(t)return _.test(e)||w.test(e)||e instanceof Array?void this.player.loadPlaylist(this.parsePlaylist(e)):void this.player.cueVideoById({videoId:y,startSeconds:(0,i.parseStartTime)(e)||f.start,endSeconds:(0,i.parseEndTime)(e)||f.end});(0,i.getSDK)(\"https://www.youtube.com/iframe_api\",\"YT\",\"onYouTubeIframeAPIReady\",(function(e){return e.loaded})).then((function(t){r.container&&(r.player=new t.Player(r.container,u({width:\"100%\",height:\"100%\",videoId:y,playerVars:u(u({autoplay:o?1:0,mute:a?1:0,controls:l?1:0,start:(0,i.parseStartTime)(e),end:(0,i.parseEndTime)(e),origin:window.location.origin,playsinline:c?1:0},r.parsePlaylist(e)),f),events:{onReady:function(){s&&r.player.setLoop(!0),r.props.onReady()},onStateChange:r.onStateChange,onError:function(e){return p(e.data)}},host:x.test(e)?\"https://www.youtube-nocookie.com\":void 0},m)))}),p),m.events&&console.warn(\"Using `embedOptions.events` will likely break things. Use ReactPlayer’s callback props instead, eg onReady, onPlay, onPause\")}},{key:\"play\",value:function(){this.callPlayer(\"playVideo\")}},{key:\"pause\",value:function(){this.callPlayer(\"pauseVideo\")}},{key:\"stop\",value:function(){document.body.contains(this.callPlayer(\"getIframe\"))&&this.callPlayer(\"stopVideo\")}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seekTo\",e),this.props.playing||this.pause()}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",100*e)}},{key:\"setPlaybackRate\",value:function(e){this.callPlayer(\"setPlaybackRate\",e)}},{key:\"setLoop\",value:function(e){this.callPlayer(\"setLoop\",e)}},{key:\"getDuration\",value:function(){return this.callPlayer(\"getDuration\")}},{key:\"getCurrentTime\",value:function(){return this.callPlayer(\"getCurrentTime\")}},{key:\"getSecondsLoaded\",value:function(){return this.callPlayer(\"getVideoLoadedFraction\")*this.getDuration()}},{key:\"render\",value:function(){var e={width:\"100%\",height:\"100%\",display:this.props.display};return o.default.createElement(\"div\",{style:e},o.default.createElement(\"div\",{ref:this.ref}))}}])&&f(t.prototype,r),n&&f(t,n),l}(o.Component);t.default=k,g(k,\"displayName\",\"YouTube\"),g(k,\"canPlay\",a.canPlay.youtube)},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),i=r(15),a=r(17);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function u(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){h(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function s(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function d(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function p(e,t){return(p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=b(e);if(t){var o=b(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return m(this,r)}}function m(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?y(e):t}function y(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function b(e){return(b=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function h(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var v=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&p(e,t)}(c,e);var t,r,n,a=f(c);function c(){var e;s(this,c);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return h(y(e=a.call.apply(a,[this].concat(r))),\"callPlayer\",i.callPlayer),h(y(e),\"duration\",null),h(y(e),\"currentTime\",null),h(y(e),\"fractionLoaded\",null),h(y(e),\"mute\",(function(){e.setVolume(0)})),h(y(e),\"unmute\",(function(){null!==e.props.volume&&e.setVolume(e.props.volume)})),h(y(e),\"ref\",(function(t){e.iframe=t})),e}return t=c,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e,t){var r=this;(0,i.getSDK)(\"https://w.soundcloud.com/player/api.js\",\"SC\").then((function(n){if(r.iframe){var o=n.Widget.Events,i=o.PLAY,a=o.PLAY_PROGRESS,c=o.PAUSE,l=o.FINISH,s=o.ERROR;t||(r.player=n.Widget(r.iframe),r.player.bind(i,r.props.onPlay),r.player.bind(c,(function(){r.duration-r.currentTime<.05||r.props.onPause()})),r.player.bind(a,(function(e){r.currentTime=e.currentPosition/1e3,r.fractionLoaded=e.loadedProgress})),r.player.bind(l,(function(){return r.props.onEnded()})),r.player.bind(s,(function(e){return r.props.onError(e)}))),r.player.load(e,u(u({},r.props.config.options),{},{callback:function(){r.player.getDuration((function(e){r.duration=e/1e3,r.props.onReady()}))}}))}}))}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seekTo\",1e3*e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",100*e)}},{key:\"getDuration\",value:function(){return this.duration}},{key:\"getCurrentTime\",value:function(){return this.currentTime}},{key:\"getSecondsLoaded\",value:function(){return this.fractionLoaded*this.duration}},{key:\"render\",value:function(){var e={width:\"100%\",height:\"100%\",display:this.props.display};return o.default.createElement(\"iframe\",{ref:this.ref,src:\"https://w.soundcloud.com/player/?url=\".concat(encodeURIComponent(this.props.url)),style:e,frameBorder:0,allow:\"autoplay\"})}}])&&d(t.prototype,r),n&&d(t,n),c}(o.Component);t.default=v,h(v,\"displayName\",\"SoundCloud\"),h(v,\"canPlay\",a.canPlay.soundcloud),h(v,\"loopOnEnded\",!0)},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),i=r(15),a=r(17);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function u(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t){return(d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=y(e);if(t){var o=y(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return f(this,r)}}function f(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?m(e):t}function m(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function y(e){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function b(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var h=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(c,e);var t,r,n,a=p(c);function c(){var e;u(this,c);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return b(m(e=a.call.apply(a,[this].concat(r))),\"callPlayer\",i.callPlayer),b(m(e),\"duration\",null),b(m(e),\"currentTime\",null),b(m(e),\"secondsLoaded\",null),b(m(e),\"mute\",(function(){e.setVolume(0)})),b(m(e),\"unmute\",(function(){null!==e.props.volume&&e.setVolume(e.props.volume)})),b(m(e),\"ref\",(function(t){e.container=t})),e}return t=c,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this;this.duration=null,(0,i.getSDK)(\"https://player.vimeo.com/api/player.js\",\"Vimeo\").then((function(r){t.container&&(t.player=new r.Player(t.container,function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){b(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({url:e,autoplay:t.props.playing,muted:t.props.muted,loop:t.props.loop,playsinline:t.props.playsinline,controls:t.props.controls},t.props.config.playerOptions)),t.player.ready().then((function(){var e=t.container.querySelector(\"iframe\");e.style.width=\"100%\",e.style.height=\"100%\"})).catch(t.props.onError),t.player.on(\"loaded\",(function(){t.props.onReady(),t.refreshDuration()})),t.player.on(\"play\",(function(){t.props.onPlay(),t.refreshDuration()})),t.player.on(\"pause\",t.props.onPause),t.player.on(\"seeked\",(function(e){return t.props.onSeek(e.seconds)})),t.player.on(\"ended\",t.props.onEnded),t.player.on(\"error\",t.props.onError),t.player.on(\"timeupdate\",(function(e){var r=e.seconds;t.currentTime=r})),t.player.on(\"progress\",(function(e){var r=e.seconds;t.secondsLoaded=r})),t.player.on(\"bufferstart\",t.props.onBuffer),t.player.on(\"bufferend\",t.props.onBufferEnd))}),this.props.onError)}},{key:\"refreshDuration\",value:function(){var e=this;this.player.getDuration().then((function(t){e.duration=t}))}},{key:\"play\",value:function(){var e=this.callPlayer(\"play\");e&&e.catch(this.props.onError)}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){this.callPlayer(\"unload\")}},{key:\"seekTo\",value:function(e){this.callPlayer(\"setCurrentTime\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",e)}},{key:\"setLoop\",value:function(e){this.callPlayer(\"setLoop\",e)}},{key:\"setPlaybackRate\",value:function(e){this.callPlayer(\"setPlaybackRate\",e)}},{key:\"getDuration\",value:function(){return this.duration}},{key:\"getCurrentTime\",value:function(){return this.currentTime}},{key:\"getSecondsLoaded\",value:function(){return this.secondsLoaded}},{key:\"render\",value:function(){var e={width:\"100%\",height:\"100%\",overflow:\"hidden\",display:this.props.display};return o.default.createElement(\"div\",{key:this.props.url,ref:this.ref,style:e})}}])&&s(t.prototype,r),n&&s(t,n),c}(o.Component);t.default=h,b(h,\"displayName\",\"Vimeo\"),b(h,\"canPlay\",a.canPlay.vimeo),b(h,\"forceLoad\",!0)},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),i=r(15),a=r(17);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(){return(l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function u(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t){return(d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=y(e);if(t){var o=y(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return f(this,r)}}function f(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?m(e):t}function m(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function y(e){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function b(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var h=\"https://connect.facebook.net/en_US/sdk.js\",v=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(c,e);var t,r,n,a=p(c);function c(){var e;u(this,c);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return b(m(e=a.call.apply(a,[this].concat(r))),\"callPlayer\",i.callPlayer),b(m(e),\"playerID\",e.props.config.playerId||\"\".concat(\"facebook-player-\").concat((0,i.randomString)())),b(m(e),\"mute\",(function(){e.callPlayer(\"mute\")})),b(m(e),\"unmute\",(function(){e.callPlayer(\"unmute\")})),e}return t=c,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e,t){var r=this;t?(0,i.getSDK)(h,\"FB\",\"fbAsyncInit\").then((function(e){return e.XFBML.parse()})):(0,i.getSDK)(h,\"FB\",\"fbAsyncInit\").then((function(e){e.init({appId:r.props.config.appId,xfbml:!0,version:r.props.config.version}),e.Event.subscribe(\"xfbml.render\",(function(e){r.props.onLoaded()})),e.Event.subscribe(\"xfbml.ready\",(function(e){\"video\"===e.type&&e.id===r.playerID&&(r.player=e.instance,r.player.subscribe(\"startedPlaying\",r.props.onPlay),r.player.subscribe(\"paused\",r.props.onPause),r.player.subscribe(\"finishedPlaying\",r.props.onEnded),r.player.subscribe(\"startedBuffering\",r.props.onBuffer),r.player.subscribe(\"finishedBuffering\",r.props.onBufferEnd),r.player.subscribe(\"error\",r.props.onError),r.props.muted?r.callPlayer(\"mute\"):r.callPlayer(\"unmute\"),r.props.onReady(),document.getElementById(r.playerID).querySelector(\"iframe\").style.visibility=\"visible\")}))}))}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seek\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",e)}},{key:\"getDuration\",value:function(){return this.callPlayer(\"getDuration\")}},{key:\"getCurrentTime\",value:function(){return this.callPlayer(\"getCurrentPosition\")}},{key:\"getSecondsLoaded\",value:function(){return null}},{key:\"render\",value:function(){var e=this.props.config.attributes;return o.default.createElement(\"div\",l({style:{width:\"100%\",height:\"100%\"},id:this.playerID,className:\"fb-video\",\"data-href\":this.props.url,\"data-autoplay\":this.props.playing?\"true\":\"false\",\"data-allowfullscreen\":\"true\",\"data-controls\":this.props.controls?\"true\":\"false\"},e))}}])&&s(t.prototype,r),n&&s(t,n),c}(o.Component);t.default=v,b(v,\"displayName\",\"Facebook\"),b(v,\"canPlay\",a.canPlay.facebook),b(v,\"loopOnEnded\",!0)},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),i=r(15),a=r(17);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function u(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function d(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=m(e);if(t){var o=m(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return p(this,r)}}function p(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?f(e):t}function f(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function m(e){return(m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function y(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var b=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&s(e,t)}(p,e);var t,r,n,c=d(p);function p(){var e;l(this,p);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return y(f(e=c.call.apply(c,[this].concat(r))),\"callPlayer\",i.callPlayer),y(f(e),\"duration\",null),y(f(e),\"currentTime\",null),y(f(e),\"secondsLoaded\",null),y(f(e),\"mute\",(function(){e.callPlayer(\"mute\")})),y(f(e),\"unmute\",(function(){e.callPlayer(\"unmute\")})),y(f(e),\"ref\",(function(t){e.iframe=t})),e}return t=p,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this;(0,i.getSDK)(\"https://cdn.embed.ly/player-0.1.0.min.js\",\"playerjs\").then((function(e){t.iframe&&(t.player=new e.Player(t.iframe),t.player.setLoop(t.props.loop),t.player.on(\"ready\",t.props.onReady),t.player.on(\"play\",t.props.onPlay),t.player.on(\"pause\",t.props.onPause),t.player.on(\"seeked\",t.props.onSeek),t.player.on(\"ended\",t.props.onEnded),t.player.on(\"error\",t.props.onError),t.player.on(\"timeupdate\",(function(e){var r=e.duration,n=e.seconds;t.duration=r,t.currentTime=n})),t.player.on(\"buffered\",(function(e){var r=e.percent;t.duration&&(t.secondsLoaded=t.duration*r)})),t.props.muted&&t.player.mute())}),this.props.onError)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){}},{key:\"seekTo\",value:function(e){this.callPlayer(\"setCurrentTime\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",100*e)}},{key:\"setLoop\",value:function(e){this.callPlayer(\"setLoop\",e)}},{key:\"getDuration\",value:function(){return this.duration}},{key:\"getCurrentTime\",value:function(){return this.currentTime}},{key:\"getSecondsLoaded\",value:function(){return this.secondsLoaded}},{key:\"render\",value:function(){var e=this.props.url.match(a.MATCH_URL_STREAMABLE)[1];return o.default.createElement(\"iframe\",{ref:this.ref,src:\"https://streamable.com/o/\".concat(e),frameBorder:\"0\",scrolling:\"no\",style:{width:\"100%\",height:\"100%\"},allowFullScreen:!0})}}])&&u(t.prototype,r),n&&u(t,n),p}(o.Component);t.default=b,y(b,\"displayName\",\"Streamable\"),y(b,\"canPlay\",a.canPlay.streamable)},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),i=r(15),a=r(17);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function u(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){h(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function s(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function d(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function p(e,t){return(p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=b(e);if(t){var o=b(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return m(this,r)}}function m(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?y(e):t}function y(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function b(e){return(b=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function h(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var v=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&p(e,t)}(l,e);var t,r,n,c=f(l);function l(){var e;s(this,l);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return h(y(e=c.call.apply(c,[this].concat(r))),\"callPlayer\",i.callPlayer),h(y(e),\"playerID\",e.props.config.playerId||\"\".concat(\"wistia-player-\").concat((0,i.randomString)())),h(y(e),\"onPlay\",(function(){var t;return(t=e.props).onPlay.apply(t,arguments)})),h(y(e),\"onPause\",(function(){var t;return(t=e.props).onPause.apply(t,arguments)})),h(y(e),\"onSeek\",(function(){var t;return(t=e.props).onSeek.apply(t,arguments)})),h(y(e),\"onEnded\",(function(){var t;return(t=e.props).onEnded.apply(t,arguments)})),h(y(e),\"mute\",(function(){e.callPlayer(\"mute\")})),h(y(e),\"unmute\",(function(){e.callPlayer(\"unmute\")})),e}return t=l,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this,r=this.props,n=r.playing,o=r.muted,a=r.controls,c=r.onReady,l=r.config,s=r.onError;(0,i.getSDK)(\"https://fast.wistia.com/assets/external/E-v1.js\",\"Wistia\").then((function(e){l.customControls&&l.customControls.forEach((function(t){return e.defineControl(t)})),window._wq=window._wq||[],window._wq.push({id:t.playerID,options:u({autoPlay:n,silentAutoPlay:\"allow\",muted:o,controlsVisibleOnLoad:a,fullscreenButton:a,playbar:a,playbackRateControl:a,qualityControl:a,volumeControl:a,settingsControl:a,smallPlayButton:a},l.options),onReady:function(e){t.player=e,t.unbind(),t.player.bind(\"play\",t.onPlay),t.player.bind(\"pause\",t.onPause),t.player.bind(\"seek\",t.onSeek),t.player.bind(\"end\",t.onEnded),c()}})}),s)}},{key:\"unbind\",value:function(){this.player.unbind(\"play\",this.onPlay),this.player.unbind(\"pause\",this.onPause),this.player.unbind(\"seek\",this.onSeek),this.player.unbind(\"end\",this.onEnded)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){this.unbind(),this.callPlayer(\"remove\")}},{key:\"seekTo\",value:function(e){this.callPlayer(\"time\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"volume\",e)}},{key:\"setPlaybackRate\",value:function(e){this.callPlayer(\"playbackRate\",e)}},{key:\"getDuration\",value:function(){return this.callPlayer(\"duration\")}},{key:\"getCurrentTime\",value:function(){return this.callPlayer(\"time\")}},{key:\"getSecondsLoaded\",value:function(){return null}},{key:\"render\",value:function(){var e=this.props.url,t=e&&e.match(a.MATCH_URL_WISTIA)[1],r=\"wistia_embed wistia_async_\".concat(t);return o.default.createElement(\"div\",{id:this.playerID,key:t,className:r,style:{width:\"100%\",height:\"100%\"}})}}])&&d(t.prototype,r),n&&d(t,n),l}(o.Component);t.default=v,h(v,\"displayName\",\"Wistia\"),h(v,\"canPlay\",a.canPlay.wistia),h(v,\"loopOnEnded\",!0)},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),i=r(15),a=r(17);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function u(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t){return(d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=y(e);if(t){var o=y(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return f(this,r)}}function f(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?m(e):t}function m(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function y(e){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function b(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var h=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(f,e);var t,r,n,c=p(f);function f(){var e;u(this,f);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return b(m(e=c.call.apply(c,[this].concat(r))),\"callPlayer\",i.callPlayer),b(m(e),\"playerID\",e.props.config.playerId||\"\".concat(\"twitch-player-\").concat((0,i.randomString)())),b(m(e),\"mute\",(function(){e.callPlayer(\"setMuted\",!0)})),b(m(e),\"unmute\",(function(){e.callPlayer(\"setMuted\",!1)})),e}return t=f,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e,t){var r=this,n=this.props,o=n.playsinline,c=n.onError,u=n.config,s=n.controls,d=a.MATCH_URL_TWITCH_CHANNEL.test(e),p=d?e.match(a.MATCH_URL_TWITCH_CHANNEL)[1]:e.match(a.MATCH_URL_TWITCH_VIDEO)[1];t?d?this.player.setChannel(p):this.player.setVideo(\"v\"+p):(0,i.getSDK)(\"https://player.twitch.tv/js/embed/v1.js\",\"Twitch\").then((function(t){r.player=new t.Player(r.playerID,function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){b(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({video:d?\"\":p,channel:d?p:\"\",height:\"100%\",width:\"100%\",playsinline:o,autoplay:r.props.playing,muted:r.props.muted,controls:!!d||s,time:(0,i.parseStartTime)(e)},u.options));var n=t.Player,a=n.READY,c=n.PLAYING,f=n.PAUSE,m=n.ENDED,y=n.ONLINE,h=n.OFFLINE;r.player.addEventListener(a,r.props.onReady),r.player.addEventListener(c,r.props.onPlay),r.player.addEventListener(f,r.props.onPause),r.player.addEventListener(m,r.props.onEnded),r.player.addEventListener(y,r.props.onLoaded),r.player.addEventListener(h,r.props.onLoaded)}),c)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){this.callPlayer(\"pause\")}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seek\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",e)}},{key:\"getDuration\",value:function(){return this.callPlayer(\"getDuration\")}},{key:\"getCurrentTime\",value:function(){return this.callPlayer(\"getCurrentTime\")}},{key:\"getSecondsLoaded\",value:function(){return null}},{key:\"render\",value:function(){return o.default.createElement(\"div\",{style:{width:\"100%\",height:\"100%\"},id:this.playerID})}}])&&s(t.prototype,r),n&&s(t,n),f}(o.Component);t.default=h,b(h,\"displayName\",\"Twitch\"),b(h,\"canPlay\",a.canPlay.twitch),b(h,\"loopOnEnded\",!0)},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),i=r(15),a=r(17);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function u(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){g(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function s(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){if(\"undefined\"==typeof Symbol||!(Symbol.iterator in Object(e)))return;var r=[],n=!0,o=!1,i=void 0;try{for(var a,c=e[Symbol.iterator]();!(n=(a=c.next()).done)&&(r.push(a.value),!t||r.length!==t);n=!0);}catch(e){o=!0,i=e}finally{try{n||null==c.return||c.return()}finally{if(o)throw i}}return r}(e,t)||function(e,t){if(!e)return;if(\"string\"==typeof e)return d(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===r&&e.constructor&&(r=e.constructor.name);if(\"Map\"===r||\"Set\"===r)return Array.from(e);if(\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return d(e,t)}(e,t)||function(){throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function d(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function p(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function f(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function m(e,t){return(m=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function y(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=v(e);if(t){var o=v(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return b(this,r)}}function b(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?h(e):t}function h(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function v(e){return(v=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function g(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var _=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&m(e,t)}(l,e);var t,r,n,c=y(l);function l(){var e;p(this,l);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return g(h(e=c.call.apply(c,[this].concat(r))),\"callPlayer\",i.callPlayer),g(h(e),\"onDurationChange\",(function(){var t=e.getDuration();e.props.onDuration(t)})),g(h(e),\"mute\",(function(){e.callPlayer(\"setMuted\",!0)})),g(h(e),\"unmute\",(function(){e.callPlayer(\"setMuted\",!1)})),g(h(e),\"ref\",(function(t){e.container=t})),e}return t=l,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this,r=this.props,n=r.controls,o=r.config,c=r.onError,l=r.playing,d=s(e.match(a.MATCH_URL_DAILYMOTION),2)[1];this.player?this.player.load(d,{start:(0,i.parseStartTime)(e),autoplay:l}):(0,i.getSDK)(\"https://api.dmcdn.net/all.js\",\"DM\",\"dmAsyncInit\",(function(e){return e.player})).then((function(r){if(t.container){var a=r.player;t.player=new a(t.container,{width:\"100%\",height:\"100%\",video:d,params:u({controls:n,autoplay:t.props.playing,mute:t.props.muted,start:(0,i.parseStartTime)(e),origin:window.location.origin},o.params),events:{apiready:t.props.onReady,seeked:function(){return t.props.onSeek(t.player.currentTime)},video_end:t.props.onEnded,durationchange:t.onDurationChange,pause:t.props.onPause,playing:t.props.onPlay,waiting:t.props.onBuffer,error:function(e){return c(e)}}})}}),c)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seek\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",e)}},{key:\"getDuration\",value:function(){return this.player.duration||null}},{key:\"getCurrentTime\",value:function(){return this.player.currentTime}},{key:\"getSecondsLoaded\",value:function(){return this.player.bufferedTime}},{key:\"render\",value:function(){var e={width:\"100%\",height:\"100%\",display:this.props.display};return o.default.createElement(\"div\",{style:e},o.default.createElement(\"div\",{ref:this.ref}))}}])&&f(t.prototype,r),n&&f(t,n),l}(o.Component);t.default=_,g(_,\"displayName\",\"DailyMotion\"),g(_,\"canPlay\",a.canPlay.dailymotion),g(_,\"loopOnEnded\",!0)},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),i=r(15),a=r(17);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function u(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){h(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function s(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function d(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function p(e,t){return(p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=b(e);if(t){var o=b(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return m(this,r)}}function m(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?y(e):t}function y(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function b(e){return(b=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function h(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var v=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&p(e,t)}(l,e);var t,r,n,c=f(l);function l(){var e;s(this,l);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return h(y(e=c.call.apply(c,[this].concat(r))),\"callPlayer\",i.callPlayer),h(y(e),\"duration\",null),h(y(e),\"currentTime\",null),h(y(e),\"secondsLoaded\",null),h(y(e),\"mute\",(function(){})),h(y(e),\"unmute\",(function(){})),h(y(e),\"ref\",(function(t){e.iframe=t})),e}return t=l,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this;(0,i.getSDK)(\"https://widget.mixcloud.com/media/js/widgetApi.js\",\"Mixcloud\").then((function(e){t.player=e.PlayerWidget(t.iframe),t.player.ready.then((function(){t.player.events.play.on(t.props.onPlay),t.player.events.pause.on(t.props.onPause),t.player.events.ended.on(t.props.onEnded),t.player.events.error.on(t.props.error),t.player.events.progress.on((function(e,r){t.currentTime=e,t.duration=r})),t.props.onReady()}))}),this.props.onError)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seek\",e)}},{key:\"setVolume\",value:function(e){}},{key:\"getDuration\",value:function(){return this.duration}},{key:\"getCurrentTime\",value:function(){return this.currentTime}},{key:\"getSecondsLoaded\",value:function(){return null}},{key:\"render\",value:function(){var e=this.props,t=e.url,r=e.config,n=t.match(a.MATCH_URL_MIXCLOUD)[1],c=(0,i.queryString)(u(u({},r.options),{},{feed:\"/\".concat(n,\"/\")}));return o.default.createElement(\"iframe\",{key:n,ref:this.ref,style:{width:\"100%\",height:\"100%\"},src:\"https://www.mixcloud.com/widget/iframe/?\".concat(c),frameBorder:\"0\"})}}])&&d(t.prototype,r),n&&d(t,n),l}(o.Component);t.default=v,h(v,\"displayName\",\"Mixcloud\"),h(v,\"canPlay\",a.canPlay.mixcloud),h(v,\"loopOnEnded\",!0)},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),i=r(15),a=r(17);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function u(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t){return(d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=y(e);if(t){var o=y(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return f(this,r)}}function f(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?m(e):t}function m(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function y(e){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function b(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var h=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(f,e);var t,r,n,c=p(f);function f(){var e;u(this,f);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return b(m(e=c.call.apply(c,[this].concat(r))),\"callPlayer\",i.callPlayer),b(m(e),\"mute\",(function(){e.setVolume(0)})),b(m(e),\"unmute\",(function(){null!==e.props.volume&&e.setVolume(e.props.volume)})),b(m(e),\"ref\",(function(t){e.container=t})),e}return t=f,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this,r=this.props,n=r.playing,o=r.config,c=r.onError,u=r.onDuration,s=e&&e.match(a.MATCH_URL_VIDYARD)[1];this.player&&this.stop(),(0,i.getSDK)(\"https://play.vidyard.com/embed/v4.js\",\"VidyardV4\",\"onVidyardAPI\").then((function(e){t.container&&(e.api.addReadyListener((function(e,r){t.player=r,t.player.on(\"ready\",t.props.onReady),t.player.on(\"play\",t.props.onPlay),t.player.on(\"pause\",t.props.onPause),t.player.on(\"seek\",t.props.onSeek),t.player.on(\"playerComplete\",t.props.onEnded)}),s),e.api.renderPlayer(function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){b(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({uuid:s,container:t.container,autoplay:n?1:0},o.options)),e.api.getPlayerMetadata(s).then((function(e){t.duration=e.length_in_seconds,u(e.length_in_seconds)})))}),c)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){window.VidyardV4.api.destroyPlayer(this.player)}},{key:\"seekTo\",value:function(e){this.callPlayer(\"seek\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",e)}},{key:\"setPlaybackRate\",value:function(e){this.callPlayer(\"setPlaybackSpeed\",e)}},{key:\"getDuration\",value:function(){return this.duration}},{key:\"getCurrentTime\",value:function(){return this.callPlayer(\"currentTime\")}},{key:\"getSecondsLoaded\",value:function(){return null}},{key:\"render\",value:function(){var e={width:\"100%\",height:\"100%\",display:this.props.display};return o.default.createElement(\"div\",{style:e},o.default.createElement(\"div\",{ref:this.ref}))}}])&&s(t.prototype,r),n&&s(t,n),f}(o.Component);t.default=h,b(h,\"displayName\",\"Vidyard\"),b(h,\"canPlay\",a.canPlay.vidyard)},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),i=r(15),a=r(17);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function u(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function d(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=m(e);if(t){var o=m(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return p(this,r)}}function p(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?f(e):t}function f(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function m(e){return(m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function y(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var b=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&s(e,t)}(c,e);var t,r,n,a=d(c);function c(){var e;l(this,c);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return y(f(e=a.call.apply(a,[this].concat(r))),\"callPlayer\",i.callPlayer),y(f(e),\"duration\",null),y(f(e),\"currentTime\",null),y(f(e),\"secondsLoaded\",null),y(f(e),\"mute\",(function(){e.callPlayer(\"mute\")})),y(f(e),\"unmute\",(function(){e.callPlayer(\"unmute\")})),y(f(e),\"ref\",(function(t){e.iframe=t})),e}return t=c,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this)}},{key:\"load\",value:function(e){var t=this;(0,i.getSDK)(\"https://cdn.embed.ly/player-0.1.0.min.js\",\"playerjs\").then((function(e){t.iframe&&(t.player=new e.Player(t.iframe),t.player.on(\"ready\",(function(){t.player.isReady=!0,t.player.on(\"play\",t.props.onPlay),t.player.on(\"pause\",t.props.onPause),t.player.on(\"seeked\",t.props.onSeek),t.player.on(\"ended\",t.props.onEnded),t.player.on(\"error\",t.props.onError),t.player.on(\"timeupdate\",(function(e){var r=e.duration,n=e.seconds;t.duration=r,t.currentTime=n})),t.player.on(\"buffered\",(function(e){var r=e.percent;t.duration&&(t.secondsLoaded=t.duration*r)})),t.player.setLoop(t.props.loop),t.props.muted&&t.player.mute(),setTimeout((function(){t.props.onReady()}))})))}),this.props.onError)}},{key:\"play\",value:function(){this.callPlayer(\"play\")}},{key:\"pause\",value:function(){this.callPlayer(\"pause\")}},{key:\"stop\",value:function(){}},{key:\"seekTo\",value:function(e){this.callPlayer(\"setCurrentTime\",e)}},{key:\"setVolume\",value:function(e){this.callPlayer(\"setVolume\",e)}},{key:\"setLoop\",value:function(e){this.callPlayer(\"setLoop\",e)}},{key:\"getDuration\",value:function(){return this.duration}},{key:\"getCurrentTime\",value:function(){return this.currentTime}},{key:\"getSecondsLoaded\",value:function(){return this.secondsLoaded}},{key:\"render\",value:function(){return o.default.createElement(\"iframe\",{ref:this.ref,src:this.props.url,frameBorder:\"0\",scrolling:\"no\",style:{width:\"100%\",height:\"100%\"},allowFullScreen:!0,allow:\"encrypted-media\",referrerPolicy:\"no-referrer-when-downgrade\"})}}])&&u(t.prototype,r),n&&u(t,n),c}(o.Component);t.default=b,y(b,\"displayName\",\"Kaltura\"),y(b,\"canPlay\",a.canPlay.kaltura)},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=c();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),i=r(15),a=r(17);function c(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return c=function(){return e},e}function l(){return(l=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function u(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function s(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function d(e,t){return(d=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function p(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=y(e);if(t){var o=y(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return f(this,r)}}function f(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?m(e):t}function m(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function y(e){return(y=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function b(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var h=\"undefined\"!=typeof navigator,v=h&&\"MacIntel\"===navigator.platform&&navigator.maxTouchPoints>1,g=h&&(/iPad|iPhone|iPod/.test(navigator.userAgent)||v)&&!window.MSStream,_=/www\\.dropbox\\.com\\/.+/,w=/https:\\/\\/watch\\.cloudflarestream\\.com\\/([a-z0-9]+)/,x=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&d(e,t)}(f,e);var t,r,n,c=p(f);function f(){var e;u(this,f);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return b(m(e=c.call.apply(c,[this].concat(r))),\"onReady\",(function(){var t;return(t=e.props).onReady.apply(t,arguments)})),b(m(e),\"onPlay\",(function(){var t;return(t=e.props).onPlay.apply(t,arguments)})),b(m(e),\"onBuffer\",(function(){var t;return(t=e.props).onBuffer.apply(t,arguments)})),b(m(e),\"onBufferEnd\",(function(){var t;return(t=e.props).onBufferEnd.apply(t,arguments)})),b(m(e),\"onPause\",(function(){var t;return(t=e.props).onPause.apply(t,arguments)})),b(m(e),\"onEnded\",(function(){var t;return(t=e.props).onEnded.apply(t,arguments)})),b(m(e),\"onError\",(function(){var t;return(t=e.props).onError.apply(t,arguments)})),b(m(e),\"onEnablePIP\",(function(){var t;return(t=e.props).onEnablePIP.apply(t,arguments)})),b(m(e),\"onDisablePIP\",(function(t){var r=e.props,n=r.onDisablePIP,o=r.playing;n(t),o&&e.play()})),b(m(e),\"onPresentationModeChange\",(function(t){if(e.player&&(0,i.supportsWebKitPresentationMode)(e.player)){var r=e.player.webkitPresentationMode;\"picture-in-picture\"===r?e.onEnablePIP(t):\"inline\"===r&&e.onDisablePIP(t)}})),b(m(e),\"onSeek\",(function(t){e.props.onSeek(t.target.currentTime)})),b(m(e),\"mute\",(function(){e.player.muted=!0})),b(m(e),\"unmute\",(function(){e.player.muted=!1})),b(m(e),\"renderSourceElement\",(function(e,t){return\"string\"==typeof e?o.default.createElement(\"source\",{key:t,src:e}):o.default.createElement(\"source\",l({key:t},e))})),b(m(e),\"renderTrack\",(function(e,t){return o.default.createElement(\"track\",l({key:t},e))})),b(m(e),\"ref\",(function(t){e.player&&(e.prevPlayer=e.player),e.player=t})),e}return t=f,(r=[{key:\"componentDidMount\",value:function(){this.props.onMount&&this.props.onMount(this),this.addListeners(this.player),g&&this.player.load()}},{key:\"componentDidUpdate\",value:function(e){this.shouldUseAudio(this.props)!==this.shouldUseAudio(e)&&(this.removeListeners(this.prevPlayer,e.url),this.addListeners(this.player)),this.props.url===e.url||(0,i.isMediaStream)(this.props.url)||(this.player.srcObject=null)}},{key:\"componentWillUnmount\",value:function(){this.removeListeners(this.player),this.hls&&this.hls.destroy()}},{key:\"addListeners\",value:function(e){var t=this.props,r=t.url,n=t.playsinline;e.addEventListener(\"play\",this.onPlay),e.addEventListener(\"waiting\",this.onBuffer),e.addEventListener(\"playing\",this.onBufferEnd),e.addEventListener(\"pause\",this.onPause),e.addEventListener(\"seeked\",this.onSeek),e.addEventListener(\"ended\",this.onEnded),e.addEventListener(\"error\",this.onError),e.addEventListener(\"enterpictureinpicture\",this.onEnablePIP),e.addEventListener(\"leavepictureinpicture\",this.onDisablePIP),e.addEventListener(\"webkitpresentationmodechanged\",this.onPresentationModeChange),this.shouldUseHLS(r)||e.addEventListener(\"canplay\",this.onReady),n&&(e.setAttribute(\"playsinline\",\"\"),e.setAttribute(\"webkit-playsinline\",\"\"),e.setAttribute(\"x5-playsinline\",\"\"))}},{key:\"removeListeners\",value:function(e,t){e.removeEventListener(\"canplay\",this.onReady),e.removeEventListener(\"play\",this.onPlay),e.removeEventListener(\"waiting\",this.onBuffer),e.removeEventListener(\"playing\",this.onBufferEnd),e.removeEventListener(\"pause\",this.onPause),e.removeEventListener(\"seeked\",this.onSeek),e.removeEventListener(\"ended\",this.onEnded),e.removeEventListener(\"error\",this.onError),e.removeEventListener(\"enterpictureinpicture\",this.onEnablePIP),e.removeEventListener(\"leavepictureinpicture\",this.onDisablePIP),e.removeEventListener(\"webkitpresentationmodechanged\",this.onPresentationModeChange),this.shouldUseHLS(t)||e.removeEventListener(\"canplay\",this.onReady)}},{key:\"shouldUseAudio\",value:function(e){return!e.config.forceVideo&&!e.config.attributes.poster&&(a.AUDIO_EXTENSIONS.test(e.url)||e.config.forceAudio)}},{key:\"shouldUseHLS\",value:function(e){return!!this.props.config.forceHLS||!g&&(a.HLS_EXTENSIONS.test(e)||w.test(e))}},{key:\"shouldUseDASH\",value:function(e){return a.DASH_EXTENSIONS.test(e)||this.props.config.forceDASH}},{key:\"shouldUseFLV\",value:function(e){return a.FLV_EXTENSIONS.test(e)||this.props.config.forceFLV}},{key:\"load\",value:function(e){var t=this,r=this.props.config,n=r.hlsVersion,o=r.hlsOptions,a=r.dashVersion,c=r.flvVersion;if(this.hls&&this.hls.destroy(),this.dash&&this.dash.reset(),this.shouldUseHLS(e)&&(0,i.getSDK)(\"https://cdn.jsdelivr.net/npm/hls.js@VERSION/dist/hls.min.js\".replace(\"VERSION\",n),\"Hls\").then((function(r){if(t.hls=new r(o),t.hls.on(r.Events.MANIFEST_PARSED,(function(){t.props.onReady()})),t.hls.on(r.Events.ERROR,(function(e,n){t.props.onError(e,n,t.hls,r)})),w.test(e)){var n=e.match(w)[1];t.hls.loadSource(\"https://videodelivery.net/{id}/manifest/video.m3u8\".replace(\"{id}\",n))}else t.hls.loadSource(e);t.hls.attachMedia(t.player),t.props.onLoaded()})),this.shouldUseDASH(e)&&(0,i.getSDK)(\"https://cdnjs.cloudflare.com/ajax/libs/dashjs/VERSION/dash.all.min.js\".replace(\"VERSION\",a),\"dashjs\").then((function(r){t.dash=r.MediaPlayer().create(),t.dash.initialize(t.player,e,t.props.playing),t.dash.on(\"error\",t.props.onError),parseInt(a)<3?t.dash.getDebug().setLogToBrowserConsole(!1):t.dash.updateSettings({debug:{logLevel:r.Debug.LOG_LEVEL_NONE}}),t.props.onLoaded()})),this.shouldUseFLV(e)&&(0,i.getSDK)(\"https://cdn.jsdelivr.net/npm/flv.js@VERSION/dist/flv.min.js\".replace(\"VERSION\",c),\"flvjs\").then((function(r){t.flv=r.createPlayer({type:\"flv\",url:e}),t.flv.attachMediaElement(t.player),t.flv.load(),t.props.onLoaded()})),e instanceof Array)this.player.load();else if((0,i.isMediaStream)(e))try{this.player.srcObject=e}catch(t){this.player.src=window.URL.createObjectURL(e)}}},{key:\"play\",value:function(){var e=this.player.play();e&&e.catch(this.props.onError)}},{key:\"pause\",value:function(){this.player.pause()}},{key:\"stop\",value:function(){this.player.removeAttribute(\"src\"),this.dash&&this.dash.reset()}},{key:\"seekTo\",value:function(e){this.player.currentTime=e}},{key:\"setVolume\",value:function(e){this.player.volume=e}},{key:\"enablePIP\",value:function(){this.player.requestPictureInPicture&&document.pictureInPictureElement!==this.player?this.player.requestPictureInPicture():(0,i.supportsWebKitPresentationMode)(this.player)&&\"picture-in-picture\"!==this.player.webkitPresentationMode&&this.player.webkitSetPresentationMode(\"picture-in-picture\")}},{key:\"disablePIP\",value:function(){document.exitPictureInPicture&&document.pictureInPictureElement===this.player?document.exitPictureInPicture():(0,i.supportsWebKitPresentationMode)(this.player)&&\"inline\"!==this.player.webkitPresentationMode&&this.player.webkitSetPresentationMode(\"inline\")}},{key:\"setPlaybackRate\",value:function(e){this.player.playbackRate=e}},{key:\"getDuration\",value:function(){if(!this.player)return null;var e=this.player,t=e.duration,r=e.seekable;return t===1/0&&r.length>0?r.end(r.length-1):t}},{key:\"getCurrentTime\",value:function(){return this.player?this.player.currentTime:null}},{key:\"getSecondsLoaded\",value:function(){if(!this.player)return null;var e=this.player.buffered;if(0===e.length)return 0;var t=e.end(e.length-1),r=this.getDuration();return t>r?r:t}},{key:\"getSource\",value:function(e){var t=this.shouldUseHLS(e),r=this.shouldUseDASH(e),n=this.shouldUseFLV(e);if(!(e instanceof Array||(0,i.isMediaStream)(e)||t||r||n))return _.test(e)?e.replace(\"www.dropbox.com\",\"dl.dropboxusercontent.com\"):e}},{key:\"render\",value:function(){var e=this.props,t=e.url,r=e.playing,n=e.loop,i=e.controls,a=e.muted,c=e.config,u=e.width,s=e.height,d=this.shouldUseAudio(this.props)?\"audio\":\"video\",p={width:\"auto\"===u?u:\"100%\",height:\"auto\"===s?s:\"100%\"};return o.default.createElement(d,l({ref:this.ref,src:this.getSource(t),style:p,preload:\"auto\",autoPlay:r||void 0,controls:i,muted:a,loop:n},c.attributes),t instanceof Array&&t.map(this.renderSourceElement),c.tracks.map(this.renderTrack))}}])&&s(t.prototype,r),n&&s(t,n),f}(o.Component);t.default=x,b(x,\"displayName\",\"FilePlayer\"),b(x,\"canPlay\",a.canPlay.file)},function(e,t,r){\"use strict\";(function(e){Object.defineProperty(t,\"__esModule\",{value:!0}),t.createReactPlayer=void 0;var n=M(r(0)),o=s(r(150)),i=s(r(233)),a=s(r(40)),c=r(151),l=r(15),u=s(r(236));function s(e){return e&&e.__esModule?e:{default:e}}function d(e){return(d=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}function p(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function f(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?p(Object(r),!0).forEach((function(t){N(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):p(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function m(){return(m=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function y(e){return function(e){if(Array.isArray(e))return b(e)}(e)||function(e){if(\"undefined\"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,t){if(!e)return;if(\"string\"==typeof e)return b(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===r&&e.constructor&&(r=e.constructor.name);if(\"Map\"===r||\"Set\"===r)return Array.from(e);if(\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return b(e,t)}(e)||function(){throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}()}function b(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function h(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function v(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function g(e,t){return(g=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function _(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=k(e);if(t){var o=k(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return w(this,r)}}function w(e,t){return!t||\"object\"!==d(t)&&\"function\"!=typeof t?x(e):t}function x(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function k(e){return(k=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function N(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function j(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return j=function(){return e},e}function M(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==d(e)&&\"function\"!=typeof e)return{default:e};var t=j();if(t&&t.has(e))return t.get(e);var r={},n=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var o in e)if(Object.prototype.hasOwnProperty.call(e,o)){var i=n?Object.getOwnPropertyDescriptor(e,o):null;i&&(i.get||i.set)?Object.defineProperty(r,o,i):r[o]=e[o]}return r.default=e,t&&t.set(e,r),r}var O=(0,n.lazy)((function(){return Promise.resolve().then((function(){return M(r(237))}))})),S=\"undefined\"!=typeof window&&window.document,E=void 0!==e&&e.window&&e.window.document,L=Object.keys(c.propTypes),I=S||E?n.Suspense:function(){return null},C=[];t.createReactPlayer=function(e,t){var r,s;return s=r=function(r){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&g(e,t)}(w,r);var s,d,p,b=_(w);function w(){var r;h(this,w);for(var a=arguments.length,s=new Array(a),d=0;d<a;d++)s[d]=arguments[d];return N(x(r=b.call.apply(b,[this].concat(s))),\"state\",{showPreview:!!r.props.light}),N(x(r),\"references\",{wrapper:function(e){r.wrapper=e},player:function(e){r.player=e}}),N(x(r),\"handleClickPreview\",(function(e){r.setState({showPreview:!1}),r.props.onClickPreview(e)})),N(x(r),\"showPreview\",(function(){r.setState({showPreview:!0})})),N(x(r),\"getDuration\",(function(){return r.player?r.player.getDuration():null})),N(x(r),\"getCurrentTime\",(function(){return r.player?r.player.getCurrentTime():null})),N(x(r),\"getSecondsLoaded\",(function(){return r.player?r.player.getSecondsLoaded():null})),N(x(r),\"getInternalPlayer\",(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"player\";return r.player?r.player.getInternalPlayer(e):null})),N(x(r),\"seekTo\",(function(e,t){if(!r.player)return null;r.player.seekTo(e,t)})),N(x(r),\"handleReady\",(function(){r.props.onReady(x(r))})),N(x(r),\"getActivePlayer\",(0,i.default)((function(r){for(var n=0,o=[].concat(C,y(e));n<o.length;n++){var i=o[n];if(i.canPlay(r))return i}return t||null}))),N(x(r),\"getConfig\",(0,i.default)((function(e,t){var n=r.props.config;return o.default.all([c.defaultProps.config,c.defaultProps.config[t]||{},n,n[t]||{}])}))),N(x(r),\"getAttributes\",(0,i.default)((function(e){return(0,l.omit)(r.props,L)}))),N(x(r),\"renderActivePlayer\",(function(e){if(!e)return null;var t=r.getActivePlayer(e);if(!t)return null;var o=r.getConfig(e,t.key);return n.default.createElement(u.default,m({},r.props,{key:t.key,ref:r.references.player,config:o,activePlayer:t.lazyPlayer||t,onReady:r.handleReady}))})),r}return s=w,(d=[{key:\"shouldComponentUpdate\",value:function(e,t){return!(0,a.default)(this.props,e)||!(0,a.default)(this.state,t)}},{key:\"componentDidUpdate\",value:function(e){var t=this.props.light;!e.light&&t&&this.setState({showPreview:!0}),e.light&&!t&&this.setState({showPreview:!1})}},{key:\"renderPreview\",value:function(e){if(!e)return null;var t=this.props,r=t.light,o=t.playIcon,i=t.previewTabIndex;return n.default.createElement(O,{url:e,light:r,playIcon:o,previewTabIndex:i,onClick:this.handleClickPreview})}},{key:\"render\",value:function(){var e=this.props,t=e.url,r=e.style,o=e.width,i=e.height,a=e.fallback,c=e.wrapper,l=this.state.showPreview,u=this.getAttributes(t);return n.default.createElement(c,m({ref:this.references.wrapper,style:f(f({},r),{},{width:o,height:i})},u),n.default.createElement(I,{fallback:a},l?this.renderPreview(t):this.renderActivePlayer(t)))}}])&&v(s.prototype,d),p&&v(s,p),w}(n.Component),N(r,\"displayName\",\"ReactPlayer\"),N(r,\"propTypes\",c.propTypes),N(r,\"defaultProps\",c.defaultProps),N(r,\"addCustomPlayer\",(function(e){C.push(e)})),N(r,\"removeCustomPlayers\",(function(){C.length=0})),N(r,\"canPlay\",(function(t){for(var r=0,n=[].concat(C,y(e));r<n.length;r++){if(n[r].canPlay(t))return!0}return!1})),N(r,\"canEnablePIP\",(function(t){for(var r=0,n=[].concat(C,y(e));r<n.length;r++){var o=n[r];if(o.canEnablePIP&&o.canEnablePIP(t))return!0}return!1})),s}}).call(this,r(27))},function(e,t,r){\"use strict\";r.r(t);var n=Number.isNaN||function(e){return\"number\"==typeof e&&e!=e};function o(e,t){if(e.length!==t.length)return!1;for(var r=0;r<e.length;r++)if(o=e[r],i=t[r],!(o===i||n(o)&&n(i)))return!1;var o,i;return!0}t.default=function(e,t){var r;void 0===t&&(t=o);var n,i=[],a=!1;return function(){for(var o=[],c=0;c<arguments.length;c++)o[c]=arguments[c];return a&&r===this&&t(o,i)||(n=e.apply(this,o),a=!0,r=this,i=o),n}}},function(e,t,r){\"use strict\";var n=r(235);function o(){}function i(){}i.resetWarningCache=o,e.exports=function(){function e(e,t,r,o,i,a){if(a!==n){var c=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 c.name=\"Invariant Violation\",c}}function t(){return e}e.isRequired=e;var r={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:i,resetWarningCache:o};return r.PropTypes=r,r}},function(e,t,r){\"use strict\";e.exports=\"SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED\"},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o,i=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=l();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if(Object.prototype.hasOwnProperty.call(e,i)){var a=o?Object.getOwnPropertyDescriptor(e,i):null;a&&(a.get||a.set)?Object.defineProperty(r,i,a):r[i]=e[i]}r.default=e,t&&t.set(e,r);return r}(r(0)),a=(o=r(40))&&o.__esModule?o:{default:o},c=r(151);function l(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return l=function(){return e},e}function u(){return(u=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function s(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function d(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function p(e,t){return(p=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function f(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=b(e);if(t){var o=b(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return m(this,r)}}function m(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?y(e):t}function y(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function b(e){return(b=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function h(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var v=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&p(e,t)}(c,e);var t,r,n,o=f(c);function c(){var e;s(this,c);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return h(y(e=o.call.apply(o,[this].concat(r))),\"mounted\",!1),h(y(e),\"isReady\",!1),h(y(e),\"isPlaying\",!1),h(y(e),\"isLoading\",!0),h(y(e),\"loadOnReady\",null),h(y(e),\"startOnPlay\",!0),h(y(e),\"seekOnPlay\",null),h(y(e),\"onDurationCalled\",!1),h(y(e),\"handlePlayerMount\",(function(t){e.player=t,e.player.load(e.props.url),e.progress()})),h(y(e),\"getInternalPlayer\",(function(t){return e.player?e.player[t]:null})),h(y(e),\"progress\",(function(){if(e.props.url&&e.player&&e.isReady){var t=e.getCurrentTime()||0,r=e.getSecondsLoaded(),n=e.getDuration();if(n){var o={playedSeconds:t,played:t/n};null!==r&&(o.loadedSeconds=r,o.loaded=r/n),o.playedSeconds===e.prevPlayed&&o.loadedSeconds===e.prevLoaded||e.props.onProgress(o),e.prevPlayed=o.playedSeconds,e.prevLoaded=o.loadedSeconds}}e.progressTimeout=setTimeout(e.progress,e.props.progressFrequency||e.props.progressInterval)})),h(y(e),\"handleReady\",(function(){if(e.mounted){e.isReady=!0,e.isLoading=!1;var t=e.props,r=t.onReady,n=t.playing,o=t.volume,i=t.muted;r(),i||null===o||e.player.setVolume(o),e.loadOnReady?(e.player.load(e.loadOnReady,!0),e.loadOnReady=null):n&&e.player.play(),e.handleDurationCheck()}})),h(y(e),\"handlePlay\",(function(){e.isPlaying=!0,e.isLoading=!1;var t=e.props,r=t.onStart,n=t.onPlay,o=t.playbackRate;e.startOnPlay&&(e.player.setPlaybackRate&&1!==o&&e.player.setPlaybackRate(o),r(),e.startOnPlay=!1),n(),e.seekOnPlay&&(e.seekTo(e.seekOnPlay),e.seekOnPlay=null),e.handleDurationCheck()})),h(y(e),\"handlePause\",(function(t){e.isPlaying=!1,e.isLoading||e.props.onPause(t)})),h(y(e),\"handleEnded\",(function(){var t=e.props,r=t.activePlayer,n=t.loop,o=t.onEnded;r.loopOnEnded&&n&&e.seekTo(0),n||(e.isPlaying=!1,o())})),h(y(e),\"handleError\",(function(){var t;e.isLoading=!1,(t=e.props).onError.apply(t,arguments)})),h(y(e),\"handleDurationCheck\",(function(){clearTimeout(e.durationCheckTimeout);var t=e.getDuration();t?e.onDurationCalled||(e.props.onDuration(t),e.onDurationCalled=!0):e.durationCheckTimeout=setTimeout(e.handleDurationCheck,100)})),h(y(e),\"handleLoaded\",(function(){e.isLoading=!1})),e}return t=c,(r=[{key:\"componentDidMount\",value:function(){this.mounted=!0}},{key:\"componentWillUnmount\",value:function(){clearTimeout(this.progressTimeout),clearTimeout(this.durationCheckTimeout),this.isReady&&this.props.stopOnUnmount&&(this.player.stop(),this.player.disablePIP&&this.player.disablePIP()),this.mounted=!1}},{key:\"componentDidUpdate\",value:function(e){var t=this;if(this.player){var r=this.props,n=r.url,o=r.playing,i=r.volume,c=r.muted,l=r.playbackRate,u=r.pip,s=r.loop,d=r.activePlayer;if(!(0,a.default)(e.url,n)){if(this.isLoading&&!d.forceLoad)return console.warn(\"ReactPlayer: the attempt to load \".concat(n,\" is being deferred until the player has loaded\")),void(this.loadOnReady=n);this.isLoading=!0,this.startOnPlay=!0,this.onDurationCalled=!1,this.player.load(n,this.isReady)}e.playing||!o||this.isPlaying||this.player.play(),e.playing&&!o&&this.isPlaying&&this.player.pause(),!e.pip&&u&&this.player.enablePIP&&this.player.enablePIP(),e.pip&&!u&&this.player.disablePIP&&this.player.disablePIP(),e.volume!==i&&null!==i&&this.player.setVolume(i),e.muted!==c&&(c?this.player.mute():(this.player.unmute(),null!==i&&setTimeout((function(){return t.player.setVolume(i)})))),e.playbackRate!==l&&this.player.setPlaybackRate&&this.player.setPlaybackRate(l),e.loop!==s&&this.player.setLoop&&this.player.setLoop(s)}}},{key:\"getDuration\",value:function(){return this.isReady?this.player.getDuration():null}},{key:\"getCurrentTime\",value:function(){return this.isReady?this.player.getCurrentTime():null}},{key:\"getSecondsLoaded\",value:function(){return this.isReady?this.player.getSecondsLoaded():null}},{key:\"seekTo\",value:function(e,t){var r=this;if(!this.isReady&&0!==e)return this.seekOnPlay=e,void setTimeout((function(){r.seekOnPlay=null}),5e3);if(t?\"fraction\"===t:e>0&&e<1){var n=this.player.getDuration();return n?void this.player.seekTo(n*e):void console.warn(\"ReactPlayer: could not seek using fraction – duration not yet available\")}this.player.seekTo(e)}},{key:\"render\",value:function(){var e=this.props.activePlayer;return e?i.default.createElement(e,u({},this.props,{onMount:this.handlePlayerMount,onReady:this.handleReady,onPlay:this.handlePlay,onPause:this.handlePause,onEnded:this.handleEnded,onLoaded:this.handleLoaded,onError:this.handleError})):null}}])&&d(t.prototype,r),n&&d(t,n),c}(i.Component);t.default=v,h(v,\"displayName\",\"Player\"),h(v,\"propTypes\",c.propTypes),h(v,\"defaultProps\",c.defaultProps)},function(e,t,r){\"use strict\";function n(e){return(n=\"function\"==typeof Symbol&&\"symbol\"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&\"function\"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?\"symbol\":typeof e})(e)}Object.defineProperty(t,\"__esModule\",{value:!0}),t.default=void 0;var o=function(e){if(e&&e.__esModule)return e;if(null===e||\"object\"!==n(e)&&\"function\"!=typeof e)return{default:e};var t=i();if(t&&t.has(e))return t.get(e);var r={},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var c=o?Object.getOwnPropertyDescriptor(e,a):null;c&&(c.get||c.set)?Object.defineProperty(r,a,c):r[a]=e[a]}r.default=e,t&&t.set(e,r);return r}(r(0));function i(){if(\"function\"!=typeof WeakMap)return null;var e=new WeakMap;return i=function(){return e},e}function a(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function c(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?a(Object(r),!0).forEach((function(t){y(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):a(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function l(e,t){if(!(e instanceof t))throw new TypeError(\"Cannot call a class as a function\")}function u(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,\"value\"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}function s(e,t){return(s=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e})(e,t)}function d(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=m(e);if(t){var o=m(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return p(this,r)}}function p(e,t){return!t||\"object\"!==n(t)&&\"function\"!=typeof t?f(e):t}function f(e){if(void 0===e)throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\");return e}function m(e){return(m=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function y(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var b={},h=function(e){!function(e,t){if(\"function\"!=typeof t&&null!==t)throw new TypeError(\"Super expression must either be null or a function\");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),t&&s(e,t)}(a,e);var t,r,n,i=d(a);function a(){var e;l(this,a);for(var t=arguments.length,r=new Array(t),n=0;n<t;n++)r[n]=arguments[n];return y(f(e=i.call.apply(i,[this].concat(r))),\"mounted\",!1),y(f(e),\"state\",{image:null}),y(f(e),\"handleKeyPress\",(function(t){\"Enter\"!==t.key&&\" \"!==t.key||e.props.onClick()})),e}return t=a,(r=[{key:\"componentDidMount\",value:function(){this.mounted=!0,this.fetchImage(this.props)}},{key:\"componentDidUpdate\",value:function(e){var t=this.props,r=t.url,n=t.light;e.url===r&&e.light===n||this.fetchImage(this.props)}},{key:\"componentWillUnmount\",value:function(){this.mounted=!1}},{key:\"fetchImage\",value:function(e){var t=this,r=e.url,n=e.light;if(\"string\"!=typeof n){if(!b[r])return this.setState({image:null}),window.fetch(\"https://noembed.com/embed?url=\".concat(r)).then((function(e){return e.json()})).then((function(e){if(e.thumbnail_url&&t.mounted){var n=e.thumbnail_url.replace(\"height=100\",\"height=480\");t.setState({image:n}),b[r]=n}}));this.setState({image:b[r]})}else this.setState({image:n})}},{key:\"render\",value:function(){var e=this.props,t=e.onClick,r=e.playIcon,n=e.previewTabIndex,i=this.state.image,a={display:\"flex\",alignItems:\"center\",justifyContent:\"center\"},l={preview:c({width:\"100%\",height:\"100%\",backgroundImage:i?\"url(\".concat(i,\")\"):void 0,backgroundSize:\"cover\",backgroundPosition:\"center\",cursor:\"pointer\"},a),shadow:c({background:\"radial-gradient(rgb(0, 0, 0, 0.3), rgba(0, 0, 0, 0) 60%)\",borderRadius:\"64px\",width:\"64px\",height:\"64px\"},a),playIcon:{borderStyle:\"solid\",borderWidth:\"16px 0 16px 26px\",borderColor:\"transparent transparent transparent white\",marginLeft:\"7px\"}},u=o.default.createElement(\"div\",{style:l.shadow,className:\"react-player__shadow\"},o.default.createElement(\"div\",{style:l.playIcon,className:\"react-player__play-icon\"}));return o.default.createElement(\"div\",{style:l.preview,className:\"react-player__preview\",onClick:t,tabIndex:n,onKeyPress:this.handleKeyPress},r||u)}}])&&u(t.prototype,r),n&&u(t,n),a}(o.Component);t.default=h},function(e,t,r){\"use strict\";r.r(t),r.d(t,\"render\",(function(){return S}));\n/*!\n * github-buttons v2.23.0\n * (c) 2023 なつき\n * @license BSD-2-Clause\n */\nvar n=window.document,o=window.Math,i=window.HTMLElement,a=window.XMLHttpRequest,c=function(e,t){for(var r=0,n=e.length;r<n;r++)t(e[r])},l=function(e){return function(t,r,n){var o=e.createElement(t);if(null!=r)for(var i in r){var a=r[i];null!=a&&(null!=o[i]?o[i]=a:o.setAttribute(i,a))}return null!=n&&c(n,(function(t){o.appendChild(\"string\"==typeof t?e.createTextNode(t):t)})),o}},u=l(n),s=function(e,t){return{}.hasOwnProperty.call(e,t)},d=function(e){return(\"\"+e).toLowerCase()},p=\"github.com\",f=a&&\"prototype\"in a&&\"withCredentials\"in a.prototype,m=f&&i&&\"attachShadow\"in i.prototype&&!(\"prototype\"in i.prototype.attachShadow),y=function(e,t,r){e.addEventListener?e.addEventListener(t,r,!1):e.attachEvent(\"on\"+t,r)},b=function(e,t,r){e.removeEventListener?e.removeEventListener(t,r,!1):e.detachEvent(\"on\"+t,r)},h={light:\".btn:focus-visible,.social-count:focus-visible{outline:2px solid #0969da;outline-offset:-2px}.btn{color:#24292f;background-color:#ebf0f4;border-color:#ccd1d5;border-color:rgba(27,31,36,.15);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23f6f8fa'/%3e%3cstop offset='90%25' stop-color='%23ebf0f4'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #f6f8fa, #ebf0f4 90%);background-image:linear-gradient(180deg, #f6f8fa, #ebf0f4 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFF6F8FA', endColorstr='#FFEAEFF3')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#e9ebef;background-position:0 -0.5em;border-color:#caccd1;border-color:rgba(27,31,36,.15);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23f3f4f6'/%3e%3cstop offset='90%25' stop-color='%23e9ebef'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #f3f4f6, #e9ebef 90%);background-image:linear-gradient(180deg, #f3f4f6, #e9ebef 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FFF3F4F6', endColorstr='#FFE8EAEE')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#e5e9ed;border-color:#c7cbcf;border-color:rgba(27,31,36,.15);background-image:none;filter:none}.social-count{color:#24292f;background-color:#fff;border-color:#ddddde;border-color:rgba(27,31,36,.15)}.social-count:hover,.social-count:focus{color:#0969da}.octicon-heart{color:#bf3989}\",light_high_contrast:\".btn:focus-visible,.social-count:focus-visible{outline:2px solid #0349b4;outline-offset:-2px}.btn{color:#0e1116;background-color:#e7ecf0;border-color:#2f3237;border-color:rgba(1,4,9,.8);background-image:none;filter:none}.btn:hover,.btn:focus{background-color:#c4cdd5;background-position:0 -0.5em;border-color:#282c32;border-color:rgba(1,4,9,.8);background-image:none;filter:none}.btn:active{background-color:#d8dde1;border-color:#2c2f34;border-color:rgba(1,4,9,.8)}.social-count{color:#0e1116;background-color:#fff;border-color:#34363a;border-color:rgba(1,4,9,.8)}.social-count:hover,.social-count:focus{color:#0349b4}.octicon-heart{color:#971368}\",dark:\".btn:focus-visible,.social-count:focus-visible{outline:2px solid #58a6ff;outline-offset:-2px}.btn{color:#c9d1d9;background-color:#1a1e23;border-color:#2f3439;border-color:rgba(240,246,252,.1);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%2321262d'/%3e%3cstop offset='90%25' stop-color='%231a1e23'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #21262d, #1a1e23 90%);background-image:linear-gradient(180deg, #21262d, #1a1e23 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF21262D', endColorstr='#FF191D22')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#292e33;background-position:0 -0.5em;border-color:#8b949e;background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%2330363d'/%3e%3cstop offset='90%25' stop-color='%23292e33'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #30363d, #292e33 90%);background-image:linear-gradient(180deg, #30363d, #292e33 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF30363D', endColorstr='#FF282D32')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#161719;border-color:#8b949e;background-image:none;filter:none}.social-count{color:#c9d1d9;background-color:#0d1117;border-color:#24282e;border-color:rgba(240,246,252,.1)}.social-count:hover,.social-count:focus{color:#58a6ff}.octicon-heart{color:#db61a2}\",dark_dimmed:\".btn:focus-visible,.social-count:focus-visible{outline:2px solid #539bf5;outline-offset:-2px}.btn{color:#adbac7;background-color:#30363d;border-color:#40464e;border-color:rgba(205,217,229,.1);background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23373e47'/%3e%3cstop offset='90%25' stop-color='%2330363d'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #373e47, #30363d 90%);background-image:linear-gradient(180deg, #373e47, #30363d 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF373E47', endColorstr='#FF2F353C')}:root .btn{filter:none}.btn:hover,.btn:focus{background-color:#3c444d;background-position:0 -0.5em;border-color:#768390;background-image:url(\\\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'%3e%3clinearGradient id='o' x2='0' y2='1'%3e%3cstop stop-color='%23444c56'/%3e%3cstop offset='90%25' stop-color='%233c444d'/%3e%3c/linearGradient%3e%3crect width='100%25' height='100%25' fill='url(%23o)'/%3e%3c/svg%3e\\\");background-image:-moz-linear-gradient(top, #444c56, #3c444d 90%);background-image:linear-gradient(180deg, #444c56, #3c444d 90%);filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#FF444C56', endColorstr='#FF3B434C')}:root .btn:hover,:root .btn:focus{filter:none}.btn:active{background-color:#2e3031;border-color:#768390;background-image:none;filter:none}.social-count{color:#adbac7;background-color:#22272e;border-color:#333940;border-color:rgba(205,217,229,.1)}.social-count:hover,.social-count:focus{color:#539bf5}.octicon-heart{color:#c96198}\",dark_high_contrast:\".btn:focus-visible,.social-count:focus-visible{outline:2px solid #71b7ff;outline-offset:-2px}.btn{color:#f0f3f6;background-color:#272b33;border-color:#7a828e;background-image:none;filter:none}.btn:hover,.btn:focus{background-color:#4a515b;background-position:0 -0.5em;border-color:#bdc4cc;background-image:none;filter:none}.btn:active{background-color:#1d1d1f;border-color:#bdc4cc}.social-count{color:#f0f3f6;background-color:#0a0c10;border-color:#7a828e}.social-count:hover,.social-count:focus{color:#71b7ff}.octicon-heart{color:#ef6eb1}\"},v=function(e,t){return\"@media(prefers-color-scheme:\"+e+\"){\"+h[s(h,t)?t:e]+\"}\"},g=function(e){if(null==e)return h.light;if(s(h,e))return h[e];var t=function(e,t,r,n){null==t&&(t=\"&\"),null==r&&(r=\"=\"),null==n&&(n=window.decodeURIComponent);var o={};return c(e.split(t),(function(e){if(\"\"!==e){var t=e.split(r);o[n(t[0])]=null!=t[1]?n(t.slice(1).join(r)):void 0}})),o}(e,\";\",\":\",(function(e){return e.replace(/^[ \\t\\n\\f\\r]+|[ \\t\\n\\f\\r]+$/g,\"\")}));return h[s(h,t[\"no-preference\"])?t[\"no-preference\"]:\"light\"]+v(\"light\",t.light)+v(\"dark\",t.dark)},_={\"comment-discussion\":{heights:{16:{width:16,path:'<path d=\"M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.458 1.458 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25Z\"></path>'}}},download:{heights:{16:{width:16,path:'<path d=\"M7.47 10.78 3.72 7.03a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018l2.47 2.47V1.75a.75.75 0 0 1 1.5 0v6.69l2.47-2.47a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042l-3.75 3.75a.75.75 0 0 1-1.06 0ZM3.75 13h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1 0-1.5Z\"></path>'}}},eye:{heights:{16:{width:16,path:'<path d=\"M8 2c1.981 0 3.671.992 4.933 2.078 1.27 1.091 2.187 2.345 2.637 3.023a1.62 1.62 0 0 1 0 1.798c-.45.678-1.367 1.932-2.637 3.023C11.67 13.008 9.981 14 8 14c-1.981 0-3.671-.992-4.933-2.078C1.797 10.83.88 9.576.43 8.898a1.62 1.62 0 0 1 0-1.798c.45-.677 1.367-1.931 2.637-3.022C4.33 2.992 6.019 2 8 2ZM1.679 7.932a.12.12 0 0 0 0 .136c.411.622 1.241 1.75 2.366 2.717C5.176 11.758 6.527 12.5 8 12.5c1.473 0 2.825-.742 3.955-1.715 1.124-.967 1.954-2.096 2.366-2.717a.12.12 0 0 0 0-.136c-.412-.621-1.242-1.75-2.366-2.717C10.824 4.242 9.473 3.5 8 3.5c-1.473 0-2.825.742-3.955 1.715-1.124.967-1.954 2.096-2.366 2.717ZM8 10a2 2 0 1 1-.001-3.999A2 2 0 0 1 8 10Z\"></path>'}}},heart:{heights:{16:{width:16,path:'<path d=\"m8 14.25.345.666a.75.75 0 0 1-.69 0l-.008-.004-.018-.01a7.152 7.152 0 0 1-.31-.17 22.055 22.055 0 0 1-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.066 22.066 0 0 1-3.744 2.584l-.018.01-.006.003h-.002ZM4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.58 20.58 0 0 0 8 13.393a20.58 20.58 0 0 0 3.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.749.749 0 0 1-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5Z\"></path>'}}},\"issue-opened\":{heights:{16:{width:16,path:'<path d=\"M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z\"></path><path d=\"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Z\"></path>'}}},\"mark-github\":{heights:{16:{width:16,path:'<path d=\"M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z\"></path>'}}},package:{heights:{16:{width:16,path:'<path d=\"m8.878.392 5.25 3.045c.54.314.872.89.872 1.514v6.098a1.75 1.75 0 0 1-.872 1.514l-5.25 3.045a1.75 1.75 0 0 1-1.756 0l-5.25-3.045A1.75 1.75 0 0 1 1 11.049V4.951c0-.624.332-1.201.872-1.514L7.122.392a1.75 1.75 0 0 1 1.756 0ZM7.875 1.69l-4.63 2.685L8 7.133l4.755-2.758-4.63-2.685a.248.248 0 0 0-.25 0ZM2.5 5.677v5.372c0 .09.047.171.125.216l4.625 2.683V8.432Zm6.25 8.271 4.625-2.683a.25.25 0 0 0 .125-.216V5.677L8.75 8.432Z\"></path>'}}},play:{heights:{16:{width:16,path:'<path d=\"M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm4.879-2.773 4.264 2.559a.25.25 0 0 1 0 .428l-4.264 2.559A.25.25 0 0 1 6 10.559V5.442a.25.25 0 0 1 .379-.215Z\"></path>'}}},\"repo-forked\":{heights:{16:{width:16,path:'<path d=\"M5 5.372v.878c0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75v-.878a2.25 2.25 0 1 1 1.5 0v.878a2.25 2.25 0 0 1-2.25 2.25h-1.5v2.128a2.251 2.251 0 1 1-1.5 0V8.5h-1.5A2.25 2.25 0 0 1 3.5 6.25v-.878a2.25 2.25 0 1 1 1.5 0ZM5 3.25a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Zm6.75.75a.75.75 0 1 0 0-1.5.75.75 0 0 0 0 1.5Zm-3 8.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0Z\"></path>'}}},\"repo-template\":{heights:{16:{width:16,path:'<path d=\"M13.25 8a.75.75 0 0 1 .75.75v4.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-.75a.75.75 0 0 1 0-1.5h.75v-.25a.75.75 0 0 1 .75-.75ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2ZM2.75 8a.75.75 0 0 1 .75.75v.268c.083-.012.166-.018.25-.018h.5a.75.75 0 0 1 0 1.5h-.5a.25.25 0 0 0-.25.25v.75c0 .28.114.532.3.714a.75.75 0 1 1-1.05 1.072A2.495 2.495 0 0 1 2 11.5V8.75A.75.75 0 0 1 2.75 8ZM11 .75a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V1.5h-.75A.75.75 0 0 1 11 .75Zm-5 0A.75.75 0 0 1 6.75 0h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 6 .75Zm0 9A.75.75 0 0 1 6.75 9h2.5a.75.75 0 0 1 0 1.5h-2.5A.75.75 0 0 1 6 9.75ZM4.992.662a.75.75 0 0 1-.636.848c-.436.063-.783.41-.846.846a.751.751 0 0 1-1.485-.212A2.501 2.501 0 0 1 4.144.025a.75.75 0 0 1 .848.637ZM2.75 4a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 2.75 4Zm10.5 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5a.75.75 0 0 1 .75-.75Z\"></path>'}}},star:{heights:{16:{width:16,path:'<path d=\"M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Zm0 2.445L6.615 5.5a.75.75 0 0 1-.564.41l-3.097.45 2.24 2.184a.75.75 0 0 1 .216.664l-.528 3.084 2.769-1.456a.75.75 0 0 1 .698 0l2.77 1.456-.53-3.084a.75.75 0 0 1 .216-.664l2.24-2.183-3.096-.45a.75.75 0 0 1-.564-.41L8 2.694Z\"></path>'}}}},w=function(e,t){e=d(e).replace(/^octicon-/,\"\"),s(_,e)||(e=\"mark-github\");var r=t>=24&&24 in _[e].heights?24:16,n=_[e].heights[r];return'<svg viewBox=\"0 0 '+n.width+\" \"+r+'\" width=\"'+t*n.width/r+'\" height=\"'+t+'\" class=\"octicon octicon-'+e+'\" aria-hidden=\"true\">'+n.path+\"</svg>\"},x={},k=function(e,t){var r=x[e]||(x[e]=[]);if(!(r.push(t)>1)){var n=function(e){var t;return function(){t||(t=1,e.apply(this,arguments))}}((function(){for(delete x[e];t=r.shift();)t.apply(null,arguments)}));if(f){var o=new a;y(o,\"abort\",n),y(o,\"error\",n),y(o,\"load\",(function(){var e;try{e=JSON.parse(this.responseText)}catch(e){return void n(e)}n(200!==this.status,e)})),o.open(\"GET\",e),o.send()}else{var i=this||window;i._=function(e){i._=null,n(200!==e.meta.status,e.data)};var c=l(i.document)(\"script\",{async:!0,src:e+(-1!==e.indexOf(\"?\")?\"&\":\"?\")+\"callback=_\"}),u=function(){i._&&i._({meta:{}})};y(c,\"load\",u),y(c,\"error\",u),function(e,t,r){if(null!=e.readyState){var n=function(){if(t.test(e.readyState))return b(e,\"readystatechange\",n),r.apply(this,arguments)};y(e,\"readystatechange\",n)}}(c,/de|m/,u),i.document.getElementsByTagName(\"head\")[0].appendChild(c)}}},N=function(e,t,r){var n=l(e.ownerDocument),o=e.appendChild(n(\"style\",{type:\"text/css\"})),i=\"body{margin:0}a{text-decoration:none;outline:0}.widget{display:inline-block;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:0;line-height:0;white-space:nowrap}.btn,.social-count{position:relative;display:inline-block;display:inline-flex;height:14px;padding:2px 5px;font-size:11px;font-weight:600;line-height:14px;vertical-align:bottom;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-repeat:repeat-x;background-position:-1px -1px;background-size:110% 110%;border:1px solid}.btn{border-radius:.25em}.btn:not(:last-child){border-radius:.25em 0 0 .25em}.social-count{border-left:0;border-radius:0 .25em .25em 0}.widget-lg .btn,.widget-lg .social-count{height:16px;padding:5px 10px;font-size:12px;line-height:16px}.octicon{display:inline-block;vertical-align:text-top;fill:currentColor;overflow:visible}\"+g(t[\"data-color-scheme\"]);o.styleSheet?o.styleSheet.cssText=i:o.appendChild(e.ownerDocument.createTextNode(i));var a=\"large\"===d(t[\"data-size\"]),c=n(\"a\",{className:\"btn\",href:t.href,rel:\"noopener\",target:\"_blank\",title:t.title||void 0,\"aria-label\":t[\"aria-label\"]||void 0,innerHTML:w(t[\"data-icon\"],a?16:14)+\" \"},[n(\"span\",{},[t[\"data-text\"]||\"\"])]),u=e.appendChild(n(\"div\",{className:\"widget\"+(a?\" widget-lg\":\"\")},[c])),s=c.hostname.replace(/\\.$/,\"\");if((\".\"+s).substring(s.length-p.length)!==\".\"+p)return c.removeAttribute(\"href\"),void r(u);var f=(\" /\"+c.pathname).split(/\\/+/);if(((s===p||s===\"gist.\"+p)&&\"archive\"===f[3]||s===p&&\"releases\"===f[3]&&(\"download\"===f[4]||\"latest\"===f[4]&&\"download\"===f[5])||s===\"codeload.\"+p)&&(c.target=\"_top\"),\"true\"===d(t[\"data-show-count\"])&&s===p&&\"marketplace\"!==f[1]&&\"sponsors\"!==f[1]&&\"orgs\"!==f[1]&&\"users\"!==f[1]&&\"-\"!==f[1]){var m,y;if(!f[2]&&f[1])y=\"followers\",m=\"?tab=followers\";else if(!f[3]&&f[2])y=\"stargazers_count\",m=\"/stargazers\";else if(f[4]||\"subscription\"!==f[3])if(f[4]||\"fork\"!==f[3]){if(\"issues\"!==f[3])return void r(u);y=\"open_issues_count\",m=\"/issues\"}else y=\"forks_count\",m=\"/network/members\";else y=\"subscribers_count\",m=\"/watchers\";var b=f[2]?\"/repos/\"+f[1]+\"/\"+f[2]:\"/users/\"+f[1];k.call(this,\"https://api.github.com\"+b,(function(e,t){if(!e){var o=t[y];u.appendChild(n(\"a\",{className:\"social-count\",href:t.html_url+m,rel:\"noopener\",target:\"_blank\",\"aria-label\":o+\" \"+y.replace(/_count$/,\"\").replace(\"_\",\" \").slice(0,o<2?-1:void 0)+\" on GitHub\"},[(\"\"+o).replace(/\\B(?=(\\d{3})+(?!\\d))/g,\",\")]))}r(u)}))}else r(u)},j=window.devicePixelRatio||1,M=function(e){return(j>1?o.ceil(o.round(e*j)/j*2)/2:o.ceil(e))||0},O=function(e,t){e.style.width=t[0]+\"px\",e.style.height=t[1]+\"px\"},S=function(e,t){if(null!=e&&null!=t)if(e.getAttribute&&(e=function(e){var t={href:e.href,title:e.title,\"aria-label\":e.getAttribute(\"aria-label\")};return c([\"icon\",\"color-scheme\",\"text\",\"size\",\"show-count\"],(function(r){var n=\"data-\"+r;t[n]=e.getAttribute(n)})),null==t[\"data-text\"]&&(t[\"data-text\"]=e.textContent||e.innerText),t}(e)),m){var r=u(\"span\");N(r.attachShadow({mode:\"closed\"}),e,(function(){t(r)}))}else{var i=u(\"iframe\",{src:\"javascript:0\",title:e.title||void 0,allowtransparency:!0,scrolling:\"no\",frameBorder:0});O(i,[0,0]),i.style.border=\"none\";var a=function(){var r,c=i.contentWindow;try{r=c.document.body}catch(e){return void n.body.appendChild(i.parentNode.removeChild(i))}b(i,\"load\",a),N.call(c,r,e,(function(r){var n=function(e){var t=e.offsetWidth,r=e.offsetHeight;if(e.getBoundingClientRect){var n=e.getBoundingClientRect();t=o.max(t,M(n.width)),r=o.max(r,M(n.height))}return[t,r]}(r);i.parentNode.removeChild(i),function(e,t,r){var n=function(){return b(e,t,n),r.apply(this,arguments)};y(e,t,n)}(i,\"load\",(function(){O(i,n)})),i.src=\"https://unpkg.com/github-buttons@2.23.0/dist/buttons.html#\"+(i.name=function(e,t,r,n){null==t&&(t=\"&\"),null==r&&(r=\"=\"),null==n&&(n=window.encodeURIComponent);var o=[];for(var i in e){var a=e[i];null!=a&&o.push(n(i)+r+n(a))}return o.join(t)}(e)),t(i)}))};y(i,\"load\",a),n.body.appendChild(i)}}},function(e,t,r){\"use strict\";r.r(t);var n,o=r(0),i=r.n(o),a=r(19),c=r.n(a),l=r(3),u=r.n(l),s=r(46),d={insert:\"head\",singleton:!1},p=(u()(s.a,d),s.a.locals,i.a.createContext({})),f=i.a.createContext({});!function(e){e.Ru=\"ru\",e.En=\"en\"}(n||(n={}));var m,y=[],b={},h=i.a.createContext({lang:n.Ru,tld:\".ru\"}),v=i.a.createContext({});!function(e){e.Yandex=\"yandex\",e.Google=\"google\"}(m||(m={}));var g={ru:\"ru_RU\",en:\"en_US\"},_={apiKey:\"\",scriptSrc:\"\",type:m.Yandex},w=i.a.createContext(_),x=i.a.createContext({}),k=i.a.createContext(!1),N=i.a.createContext({}),j=i.a.createContext({}),M={themeValue:\"light\"},O=i.a.createContext(M),S=\"/home/runner/work/page-constructor/page-constructor/src/containers/PageConstructor/Provider.tsx\",E=function(e){var t=e.isMobile,r=e.mapsContext,n=void 0===r?_:r,a=e.locale,c=void 0===a?{}:a,l=e.location,u=void 0===l?{}:l,s=e.metrika,d=void 0===s?{}:s,m=e.analytics,y=void 0===m?{}:m,b=e.ssrConfig,g=void 0===b?{}:b,M=e.projectSettings,E=void 0===M?{}:M,L=e.theme,I=void 0===L?\"light\":L,C=e.children,P=e.image,A=void 0===P?{}:P,D=[i.a.createElement(O.Provider,{value:{themeValue:I},__self:void 0,__source:{fileName:S,lineNumber:49,columnNumber:9}}),i.a.createElement(N.Provider,{value:E,__self:void 0,__source:{fileName:S,lineNumber:50,columnNumber:9}}),i.a.createElement(h.Provider,{value:c,__self:void 0,__source:{fileName:S,lineNumber:51,columnNumber:9}}),i.a.createElement(f.Provider,{value:A,__self:void 0,__source:{fileName:S,lineNumber:52,columnNumber:9}}),i.a.createElement(v.Provider,{value:u,__self:void 0,__source:{fileName:S,lineNumber:53,columnNumber:9}}),i.a.createElement(k.Provider,{value:Boolean(t),__self:void 0,__source:{fileName:S,lineNumber:54,columnNumber:9}}),i.a.createElement(w.Provider,{value:n,__self:void 0,__source:{fileName:S,lineNumber:55,columnNumber:9}}),i.a.createElement(x.Provider,{value:d,__self:void 0,__source:{fileName:S,lineNumber:56,columnNumber:9}}),i.a.createElement(p.Provider,{value:y,__self:void 0,__source:{fileName:S,lineNumber:57,columnNumber:9}}),i.a.createElement(j.Provider,{value:{isServer:null==g?void 0:g.isServer},__self:void 0,__source:{fileName:S,lineNumber:58,columnNumber:9}})].reduceRight((function(e,t){return i.a.cloneElement(t,{},e)}),C);return i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:S,lineNumber:62,columnNumber:12}},D)};function L(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}function I(e,t){if(null==e)return{};var r,n,o=L(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}var C=r(4),P=r(8),A=(r(193),r(31)),D=r.n(A);function T(e){return D()(\"\".concat(\"pc-\").concat(e))}function z(e,t,r,n,o,i,a){try{var c=e[i](a),l=c.value}catch(e){return void r(e)}c.done?t(l):Promise.resolve(l).then(n,o)}function B(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function a(e){z(i,n,o,a,c,\"next\",e)}function c(e){z(i,n,o,a,c,\"throw\",e)}a(void 0)}))}}var R=r(6),F=r(10),U=r.n(F),Y=r(155),W=i.a.createContext({animated:!0}),V=\"/home/runner/work/page-constructor/page-constructor/src/components/AnimateBlock/AnimateBlock.tsx\",Q=T(\"AnimateBlock\"),H=function(e){var t=Object(o.useContext)(W).animated,r=e.children,n=e.className,a=e.offset,c=void 0===a?100:a,l=e.onScroll,u=e.style,s=e.animate,d=void 0===s?t:s,p=e.qa,f=Object(o.useState)(!1),m=Object(R.a)(f,2),y=m[0],b=m[1],h=d?Q(null,\"\".concat(y&&\"animate\",\" \").concat(n)):n;return i.a.createElement(\"div\",{className:h,style:u,\"data-qa\":p,__self:void 0,__source:{fileName:V,lineNumber:29,columnNumber:9}},i.a.createElement(Y.a,{topOffset:\"-100000%\",bottomOffset:c,onEnter:B(U.a.mark((function e(){return U.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:b(!0),l&&l();case 2:case\"end\":return e.stop()}}),e)}))),__self:void 0,__source:{fileName:V,lineNumber:30,columnNumber:13}}),r)},G=r(52),Z=r.n(G);function q(e){return Z()(\"yc-\"+e)}function $(e){return e.split(/\\s(.*)/)[1]}const X={\"aria-hidden\":!0};function K(e){return\"object\"==typeof e}function J(e){return\"string\"==typeof e}var ee=r(51),te={insert:\"head\",singleton:!1};u()(ee.a,te),ee.a.locals;const re=q(\"icon\");function ne({data:e,width:t,height:r,size:n,className:o,fill:a=\"currentColor\",stroke:c=\"none\",qa:l}){let u,s,d;if(n&&(u=n,s=n),t&&(u=t),r&&(s=r),K(e))({viewBox:d}=e);else if(J(e))d=function(e){const t=e.match(/viewBox=([\"']?)([\\d\\s,-]+)\\1/);return t?t[2]:void 0}(e);else if(function(e){return\"object\"==typeof e&&\"defaultProps\"in e}(e))({viewBox:d}=e.defaultProps);else if(function(e){return!(\"function\"!=typeof e||e.prototype&&e.prototype.render)}(e)){const t=e({});t&&({viewBox:d}=t.props)}if(d&&(!u||!s)){const e=d.split(/\\s+|\\s*,\\s*/);u||(u=e[2]),s||(s=e[3])}const p=Object.assign({xmlns:\"http://www.w3.org/2000/svg\",xmlnsXlink:\"http://www.w3.org/1999/xlink\",width:u,height:s,className:re(null,o),fill:a,stroke:c,\"data-qa\":l},X);if(J(e)){const t=function(e){return e.replace(/(width|height)=([\"']?)\\d+\\2/g,\"\")}(e);return i.a.createElement(\"svg\",Object.assign({},p,{dangerouslySetInnerHTML:{__html:t}}))}if(K(e))return i.a.createElement(\"svg\",Object.assign({},p,{viewBox:d}),i.a.createElement(\"use\",{xlinkHref:ne.prefix+(e.url||\"#\"+e.id)}));const f=e;return f.defaultProps&&(f.defaultProps.width=f.defaultProps.height=void 0),i.a.createElement(\"svg\",Object.assign({},p),i.a.createElement(f,{width:void 0,height:void 0}))}ne.displayName=\"Icon\",ne.prefix=\"\";var oe=r(7),ie=r.n(oe);var ae={randomUUID:\"undefined\"!=typeof crypto&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};let ce;const le=new Uint8Array(16);function ue(){if(!ce&&(ce=\"undefined\"!=typeof crypto&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!ce))throw new Error(\"crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported\");return ce(le)}const se=[];for(let e=0;e<256;++e)se.push((e+256).toString(16).slice(1));function de(e,t=0){return(se[e[t+0]]+se[e[t+1]]+se[e[t+2]]+se[e[t+3]]+\"-\"+se[e[t+4]]+se[e[t+5]]+\"-\"+se[e[t+6]]+se[e[t+7]]+\"-\"+se[e[t+8]]+se[e[t+9]]+\"-\"+se[e[t+10]]+se[e[t+11]]+se[e[t+12]]+se[e[t+13]]+se[e[t+14]]+se[e[t+15]]).toLowerCase()}var pe,fe,me,ye,be=function(e,t,r){if(ae.randomUUID&&!t&&!e)return ae.randomUUID();const n=(e=e||{}).random||(e.rng||ue)();if(n[6]=15&n[6]|64,n[8]=63&n[8]|128,t){r=r||0;for(let e=0;e<16;++e)t[r+e]=n[e];return t}return de(n)},he=i.a.createContext(\"\");function ve(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function ge(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ve(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ve(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}!function(e){e.Light=\"light\",e.Dark=\"dark\"}(pe||(pe={})),function(e){e.AddPaymentInfo=\"AddPaymentInfo\",e.AddToCart=\"AddToCart\",e.AddToWishlist=\"AddToWishlist\",e.CompleteRegistration=\"CompleteRegistration\",e.Contact=\"Contact\",e.CustomizeProduct=\"CustomizeProduct\",e.Donate=\"Donate\",e.FindLocation=\"FindLocation\",e.InitiateCheckout=\"InitiateCheckout\",e.Lead=\"Lead\",e.PageView=\"PageView\",e.Purchase=\"Purchase\",e.Schedule=\"Schedule\",e.Search=\"Search\",e.StartTrial=\"StartTrial\",e.SubmitApplication=\"SubmitApplication\",e.Subscribe=\"Subscribe\",e.ViewContent=\"ViewContent\"}(fe||(fe={})),function(e){e.Default=\"default-event\",e.Play=\"play\",e.Stop=\"stop\"}(me||(me={})),function(e){e.ShareButton=\"share-button-click\",e.Button=\"button-click\",e.CardBase=\"card-base-click\",e.Link=\"link-click\",e.ReactPlayerControls=\"react-player-controls-click\",e.YandexFormSubmit=\"yandex-form-submit\",e.HubspotFormSubmit=\"hubspot-form-submit\",e.QuoteButton=\"quote-button-click\",e.BackLink=\"back-link-click\",e.Breadcrumb=\"breadcrumb-click\",e.VideoPreview=\"video-preview-click\"}(ye||(ye={}));var _e=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",t=arguments.length>1?arguments[1]:void 0,r=Object(o.useContext)(p),n=r.sendEvents,i=r.autoEvents,a=Object(o.useContext)(he),c=Object(o.useMemo)((function(){return e?{name:e,context:a,type:me.Default,target:t}:void 0}),[a,e,t]);if(!n)return Object(oe.memoize)((function(){}));var l=c&&i?[c]:[];return Object(oe.memoize)((function(e,t){var r=l;if(e&&(r=Array.isArray(e)?[].concat(Object(P.a)(r),Object(P.a)(e)):[].concat(Object(P.a)(r),[e])),r){var o=t?r.map((function(e){return ge(ge({},e),t)})):r;n(o)}}))},we={\"aria-hidden\":!0},xe=\"/home/runner/work/page-constructor/page-constructor/src/icons/PlayVideo.tsx\",ke=function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:\"22\",height:\"26\",viewBox:\"0 0 22 26\",fill:\"currentColor\"},we,e,{__self:void 0,__source:{fileName:xe,lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{d:\"M21 11.268c1.333.77 1.333 2.694 0 3.464L3 25.124c-1.333.77-3-.192-3-1.732V2.608C0 1.068 1.667.106 3 .876l18 10.392z\",__self:void 0,__source:{fileName:xe,lineNumber:15,columnNumber:9}}))},Ne=r(56);function je(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function Me(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?je(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):je(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var Oe={target:\"_blank\",rel:\"noopener noreferrer\"};function Se(e,t,r){var n={target:r};return function(e,t){return function(e){return\"https://example.org\"!==new URL(e,\"https://example.org\").origin||\"string\"==typeof e&&e.startsWith(\"https://example.org\")}(e)&&Ee(new URL(e).hostname)!==Ee(null!=t?t:\"\")}(e,t)&&(n=Me(Me({},n),Oe)),n}function Ee(e){return e.replace(/\\.(ru|com)$/,\"\")}function Le(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"ru\";return\"string\"==typeof e?null==e?void 0:e.replace(/\\${tld}/g,t):e}var Ie=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=new URLSearchParams;return Object.entries(e).forEach((function(e){var r=Object(R.a)(e,2),n=r[0],o=r[1];t.set(n,String(o))})),t};var Ce,Pe={xs:0,sm:577,md:769,lg:1081,xl:1185};!function(e){e.PNG=\"png\",e.JPG=\"jpg\",e.JPEG=\"jpeg\"}(Ce||(Ce={}));var Ae=\"/home/runner/work/page-constructor/page-constructor/src/components/ImageBase/ImageBase.tsx\",De=function(e){var t=i.a.useContext(f).Image;return t?i.a.createElement(t,Object.assign({},e,{__self:void 0,__source:{fileName:Ae,lineNumber:15,columnNumber:20}})):i.a.createElement(\"img\",Object.assign({},e,{__self:void 0,__source:{fileName:Ae,lineNumber:15,columnNumber:43}}))};const Te=/{{(.*?)}}/g;var ze;!function(e){e[e.One=0]=\"One\",e[e.Few=1]=\"Few\",e[e.Many=2]=\"Many\",e[e.None=3]=\"None\"}(ze||(ze={}));var Be=function(e,t){return 0===e?t.None:1===e||-1===e?t.One:t.Many},Re=function(e,t){const r=Math.abs(e%10),n=Math.abs(e%100);return 0===e?t.None:1===r&&11!==n?t.One:r>1&&r<5&&(n<10||n>20)?t.Few:t.Many};var Fe,Ue=new class{constructor(e){this.data={},this.lang=void 0,this.pluralizers={en:Be,ru:Re},this.logger=null,this.logger=(null==e?void 0:e.logger)||null}setLang(e){this.lang=e}configurePluralization(e){this.pluralizers=Object.assign({},this.pluralizers,e)}registerKeyset(e,t,r={}){if(this.data[e]&&Object.prototype.hasOwnProperty.call(this.data[e],t))throw new Error(`Keyset '${t}' is already registered, aborting!`);this.data[e]=Object.assign({},this.data[e],{[t]:r})}registerKeysets(e,t){Object.keys(t).forEach(r=>{this.registerKeyset(e,r,t[r])})}has(e,t,r){const n=this.getLanguageData(r);return Boolean(n&&n[e]&&n[e][t])}i18n(e,t,r){const n=this.getLanguageData(this.lang);if(void 0===n)throw new Error(`Language '${this.lang}' is not defined, make sure you call setLang for the same language you called registerKeysets for!`);if(0===Object.keys(n).length)return this.warn(\"Language data is empty.\"),t;const o=n[e];if(!o)return this.warn(\"Keyset not found.\",e),t;if(0===Object.keys(o).length)return this.warn(\"Keyset is empty.\",e),t;const i=o&&o[t];let a;if(void 0===i)return this.warn(\"Missing key.\",e,t),t;if(Array.isArray(i)){if(i.length<3)return this.warn(\"Missing required plurals\",e,t),t;const n=Number(null==r?void 0:r.count);if(Number.isNaN(n))return this.warn(\"Missing params.count for key.\",e,t),t;a=i[this.getLanguagePluralizer(this.lang)(n,ze)]||i[ze.Many],void 0===i[ze.None]&&this.warn(\"Missing key for 0\",e,t)}else a=i;return r&&(a=function(e,t){let r,n=\"\",o=Te.lastIndex=0;for(;r=Te.exec(e);){o!==r.index&&(n+=e.slice(o,r.index)),o=Te.lastIndex;const[i,a]=r;Object.prototype.hasOwnProperty.call(t,a)?n+=t[a]:n+=i}return o<e.length&&(n+=e.slice(o)),n}(a,r)),a}keyset(e){return(t,r)=>this.i18n(e,t,r)}warn(e,t,r){var n;let o=\"\";t?(o+=t,r&&(o+=\".\"+r)):o=\"languageData\",null===(n=this.logger)||void 0===n||n.log(\"I18n: \"+e,{level:\"info\",logger:o,extra:{type:\"i18n\"}})}getLanguageData(e){const t=e||this.lang;return t?this.data[t]:void 0}getLanguagePluralizer(e){const t=e?this.pluralizers[e]:void 0;return t||this.warn(`Pluralization is not configured for language '${e}', falling back to the english ruleset`),t||Be}};function Ye(e,t){return Object.entries(e).forEach((function(e){var r=Object(R.a)(e,2),n=r[0],o=r[1];return Ue.registerKeyset(n,t,o)})),Ue.keyset(t)}Ue.setLang(b.lang||n.En),Fe=function(e){e.lang&&Ue.setLang(e.lang)},y.push(Fe);var We=Ye({en:r(157),ru:r(158)},\"Image\"),Ve=\"/home/runner/work/page-constructor/page-constructor/src/components/Image/Image.tsx\",Qe=function(e){return e.endsWith(\".webp\")?e:e+\".webp\"},He=function(e){var t=Object(o.useContext)(N),r=e.src,n=e.alt,a=void 0===n?We(\"img-alt\"):n,c=e.disableCompress,l=e.tablet,u=e.desktop,s=e.mobile,d=e.style,p=e.className,f=e.onClick,m=e.containerClassName,y=e.qa,b=Object(o.useState)(!1),h=Object(R.a)(b,2),v=h[0],g=h[1],_=r||u;if(!_)return null;var w,x=t.disableCompress||c||(w=_,!Object.values(Ce).some((function(e){return w.toLowerCase().endsWith(\".\".concat(e))})))||v;return i.a.createElement(\"picture\",{className:m,\"data-qa\":y,__self:void 0,__source:{fileName:Ve,lineNumber:53,columnNumber:9}},s&&i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:Ve,lineNumber:55,columnNumber:17}},!x&&i.a.createElement(\"source\",{srcSet:Qe(s),type:\"image/webp\",media:\"(max-width: \".concat(Pe.sm,\"px)\"),__self:void 0,__source:{fileName:Ve,lineNumber:57,columnNumber:25}}),i.a.createElement(\"source\",{srcSet:s,media:\"(max-width: \".concat(Pe.sm,\"px)\"),__self:void 0,__source:{fileName:Ve,lineNumber:63,columnNumber:21}})),l&&i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:Ve,lineNumber:67,columnNumber:17}},!x&&i.a.createElement(\"source\",{srcSet:Qe(l),type:\"image/webp\",media:\"(max-width: \".concat(Pe.md,\"px)\"),__self:void 0,__source:{fileName:Ve,lineNumber:69,columnNumber:25}}),i.a.createElement(\"source\",{srcSet:l,media:\"(max-width: \".concat(Pe.md,\"px)\"),__self:void 0,__source:{fileName:Ve,lineNumber:75,columnNumber:21}})),_&&!x&&i.a.createElement(\"source\",{srcSet:Qe(_),type:\"image/webp\",__self:void 0,__source:{fileName:Ve,lineNumber:78,columnNumber:37}}),i.a.createElement(De,{className:p,alt:a,src:_,style:d,onClick:f,onError:function(){return g(!0)},__self:void 0,__source:{fileName:Ve,lineNumber:79,columnNumber:13}}))},Ge=Ye({en:r(165),ru:r(166)},\"VideoBlock\"),Ze=r(78),qe={insert:\"head\",singleton:!1},$e=(u()(Ze.a,qe),Ze.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/VideoBlock/VideoBlock.tsx\");function Xe(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function Ke(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Xe(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Xe(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var Je=/[0-9A-Za-z_-]{11}/,et=/[0-9A-Za-z_-]{23,25}/,tt={autoplay:1,mute:1},rt=T(\"VideoBlock\");function nt(e){return e/16*9}var ot=function(e){var t=e.stream,r=e.record,n=e.attributes,a=e.className,c=e.id,l=e.previewImg,u=e.playButton,s=e.height,d=e.fullscreen,p=e.analyticsEvents,f=_e(ye.VideoPreview),m=function(e,t){if(!e&&!t)return null;var r,n=e?[e,\"https://www.youtube.com/embed/live_stream?channel=\",et]:[t,\"https://www.youtube.com/embed/\",Je],o=Object(R.a)(n,3),i=o[0],a=o[1],c=o[2],l=null==i?void 0:i.match(c);return l&&l.length&&(r=a+l[0]),r}(t,r),y=Object(o.useRef)(null),b=Object(o.useRef)(),h=Object(o.useState)(!1),v=Object(R.a)(h,2),g=v[0],_=v[1],w=!t&&!r||!m,x=Object(o.useState)(s||void 0),k=Object(R.a)(x,2),N=k[0],j=k[1],M=c||be(),O=Object(o.useCallback)((function(){f(p),b.current&&(b.current.src=\"\".concat(m,\"?\").concat(Ie(Ke(Ke({},tt),n||{})))),setTimeout((function(){return _(!0)}),300)}),[f,p,m,n]);return Object(o.useEffect)((function(){var e=ie.a.debounce((function(){j(y.current?Math.round(nt(y.current.offsetWidth)):void 0)}),100);return e(),window.addEventListener(\"resize\",e,{passive:!0}),function(){window.removeEventListener(\"resize\",e)}}),[s]),Object(o.useEffect)((function(){if(!w){var e=\"\".concat(m,\"?\").concat(Ie(n||{}));if(y.current&&!b.current){var t=document.createElement(\"iframe\");t.id=M,t.src=e,t.width=\"100%\",t.height=\"100%\",t.title=Ge(\"iframe-title\"),t.frameBorder=\"0\",t.setAttribute(\"allowfullscreen\",\"true\"),t.setAttribute(\"allow\",\"autoplay\"),t.setAttribute(\"loading\",\"lazy\"),y.current.appendChild(t),b.current=t}}}),[t,r,w,m,M,n,b,d]),Object(o.useEffect)((function(){_(!1)}),[m,_]),w?null:i.a.createElement(\"div\",{className:rt(null,a),ref:y,style:{height:N},__self:void 0,__source:{fileName:$e,lineNumber:145,columnNumber:9}},l&&!g&&!d&&i.a.createElement(\"div\",{className:rt(\"preview\"),onClick:O,__self:void 0,__source:{fileName:$e,lineNumber:147,columnNumber:17}},i.a.createElement(He,{src:l,className:rt(\"image\"),containerClassName:rt(\"image-wrapper\"),__self:void 0,__source:{fileName:$e,lineNumber:148,columnNumber:21}}),u||i.a.createElement(\"button\",{className:rt(\"button\"),__self:void 0,__source:{fileName:$e,lineNumber:154,columnNumber:25}},i.a.createElement(ne,{className:rt(\"icon\"),data:ke,size:24,__self:void 0,__source:{fileName:$e,lineNumber:155,columnNumber:29}}))))},it=Ye({en:r(167),ru:r(168)},\"DataLens\");var at=r(79),ct={insert:\"head\",singleton:!1},lt=(u()(at.a,ct),at.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/Media/DataLens/DataLens.tsx\"),ut=T(\"media-component-data-lens\"),st=function(e){var t=e.dataLens,r=function(e){return\"string\"==typeof e?{id:e,theme:\"light\"}:e}(t);return t?i.a.createElement(\"div\",{className:ut(\"wrap\"),__self:void 0,__source:{fileName:lt,lineNumber:18,columnNumber:9}},i.a.createElement(\"iframe\",{src:\"https://datalens.yandex/\".concat(r.id,\"?_embedded=1&_theme=\").concat(r.theme),className:ut(\"iframe\"),loading:\"lazy\",title:it(\"iframe-title\"),frameBorder:0,__self:void 0,__source:{fileName:lt,lineNumber:19,columnNumber:13}})):null},dt=r(163),pt=r(32);function ft(e,t){return e.replace(new RegExp(\"(^|\\\\s)\"+t+\"(?:\\\\s|$)\",\"g\"),\"$1\").replace(/\\s+/g,\" \").replace(/^\\s*|\\s*$/g,\"\")}var mt=!1,yt=i.a.createContext(null),bt=function(e){return e.scrollTop},ht=function(e){function t(t,r){var n;n=e.call(this,t,r)||this;var o,i=r&&!r.isMounting?t.enter:t.appear;return n.appearStatus=null,t.in?i?(o=\"exited\",n.appearStatus=\"entering\"):o=\"entered\":o=t.unmountOnExit||t.mountOnEnter?\"unmounted\":\"exited\",n.state={status:o},n.nextCallback=null,n}Object(pt.a)(t,e),t.getDerivedStateFromProps=function(e,t){return e.in&&\"unmounted\"===t.status?{status:\"exited\"}:null};var r=t.prototype;return r.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},r.componentDidUpdate=function(e){var t=null;if(e!==this.props){var r=this.state.status;this.props.in?\"entering\"!==r&&\"entered\"!==r&&(t=\"entering\"):\"entering\"!==r&&\"entered\"!==r||(t=\"exiting\")}this.updateStatus(!1,t)},r.componentWillUnmount=function(){this.cancelNextCallback()},r.getTimeouts=function(){var e,t,r,n=this.props.timeout;return e=t=r=n,null!=n&&\"number\"!=typeof n&&(e=n.exit,t=n.enter,r=void 0!==n.appear?n.appear:t),{exit:e,enter:t,appear:r}},r.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t)if(this.cancelNextCallback(),\"entering\"===t){if(this.props.unmountOnExit||this.props.mountOnEnter){var r=this.props.nodeRef?this.props.nodeRef.current:c.a.findDOMNode(this);r&&bt(r)}this.performEnter(e)}else this.performExit();else this.props.unmountOnExit&&\"exited\"===this.state.status&&this.setState({status:\"unmounted\"})},r.performEnter=function(e){var t=this,r=this.props.enter,n=this.context?this.context.isMounting:e,o=this.props.nodeRef?[n]:[c.a.findDOMNode(this),n],i=o[0],a=o[1],l=this.getTimeouts(),u=n?l.appear:l.enter;!e&&!r||mt?this.safeSetState({status:\"entered\"},(function(){t.props.onEntered(i)})):(this.props.onEnter(i,a),this.safeSetState({status:\"entering\"},(function(){t.props.onEntering(i,a),t.onTransitionEnd(u,(function(){t.safeSetState({status:\"entered\"},(function(){t.props.onEntered(i,a)}))}))})))},r.performExit=function(){var e=this,t=this.props.exit,r=this.getTimeouts(),n=this.props.nodeRef?void 0:c.a.findDOMNode(this);t&&!mt?(this.props.onExit(n),this.safeSetState({status:\"exiting\"},(function(){e.props.onExiting(n),e.onTransitionEnd(r.exit,(function(){e.safeSetState({status:\"exited\"},(function(){e.props.onExited(n)}))}))}))):this.safeSetState({status:\"exited\"},(function(){e.props.onExited(n)}))},r.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},r.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},r.setNextCallback=function(e){var t=this,r=!0;return this.nextCallback=function(n){r&&(r=!1,t.nextCallback=null,e(n))},this.nextCallback.cancel=function(){r=!1},this.nextCallback},r.onTransitionEnd=function(e,t){this.setNextCallback(t);var r=this.props.nodeRef?this.props.nodeRef.current:c.a.findDOMNode(this),n=null==e&&!this.props.addEndListener;if(r&&!n){if(this.props.addEndListener){var o=this.props.nodeRef?[this.nextCallback]:[r,this.nextCallback],i=o[0],a=o[1];this.props.addEndListener(i,a)}null!=e&&setTimeout(this.nextCallback,e)}else setTimeout(this.nextCallback,0)},r.render=function(){var e=this.state.status;if(\"unmounted\"===e)return null;var t=this.props,r=t.children,n=(t.in,t.mountOnEnter,t.unmountOnExit,t.appear,t.enter,t.exit,t.timeout,t.addEndListener,t.onEnter,t.onEntering,t.onEntered,t.onExit,t.onExiting,t.onExited,t.nodeRef,L(t,[\"children\",\"in\",\"mountOnEnter\",\"unmountOnExit\",\"appear\",\"enter\",\"exit\",\"timeout\",\"addEndListener\",\"onEnter\",\"onEntering\",\"onEntered\",\"onExit\",\"onExiting\",\"onExited\",\"nodeRef\"]));return i.a.createElement(yt.Provider,{value:null},\"function\"==typeof r?r(e,n):i.a.cloneElement(i.a.Children.only(r),n))},t}(i.a.Component);function vt(){}ht.contextType=yt,ht.propTypes={},ht.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:vt,onEntering:vt,onEntered:vt,onExit:vt,onExiting:vt,onExited:vt},ht.UNMOUNTED=\"unmounted\",ht.EXITED=\"exited\",ht.ENTERING=\"entering\",ht.ENTERED=\"entered\",ht.EXITING=\"exiting\";var gt=ht,_t=function(e,t){return e&&t&&t.split(\" \").forEach((function(t){return n=t,void((r=e).classList?r.classList.remove(n):\"string\"==typeof r.className?r.className=ft(r.className,n):r.setAttribute(\"class\",ft(r.className&&r.className.baseVal||\"\",n)));var r,n}))},wt=function(e){function t(){for(var t,r=arguments.length,n=new Array(r),o=0;o<r;o++)n[o]=arguments[o];return(t=e.call.apply(e,[this].concat(n))||this).appliedClasses={appear:{},enter:{},exit:{}},t.onEnter=function(e,r){var n=t.resolveArguments(e,r),o=n[0],i=n[1];t.removeClasses(o,\"exit\"),t.addClass(o,i?\"appear\":\"enter\",\"base\"),t.props.onEnter&&t.props.onEnter(e,r)},t.onEntering=function(e,r){var n=t.resolveArguments(e,r),o=n[0],i=n[1]?\"appear\":\"enter\";t.addClass(o,i,\"active\"),t.props.onEntering&&t.props.onEntering(e,r)},t.onEntered=function(e,r){var n=t.resolveArguments(e,r),o=n[0],i=n[1]?\"appear\":\"enter\";t.removeClasses(o,i),t.addClass(o,i,\"done\"),t.props.onEntered&&t.props.onEntered(e,r)},t.onExit=function(e){var r=t.resolveArguments(e)[0];t.removeClasses(r,\"appear\"),t.removeClasses(r,\"enter\"),t.addClass(r,\"exit\",\"base\"),t.props.onExit&&t.props.onExit(e)},t.onExiting=function(e){var r=t.resolveArguments(e)[0];t.addClass(r,\"exit\",\"active\"),t.props.onExiting&&t.props.onExiting(e)},t.onExited=function(e){var r=t.resolveArguments(e)[0];t.removeClasses(r,\"exit\"),t.addClass(r,\"exit\",\"done\"),t.props.onExited&&t.props.onExited(e)},t.resolveArguments=function(e,r){return t.props.nodeRef?[t.props.nodeRef.current,e]:[e,r]},t.getClassNames=function(e){var r=t.props.classNames,n=\"string\"==typeof r,o=n?\"\"+(n&&r?r+\"-\":\"\")+e:r[e];return{baseClassName:o,activeClassName:n?o+\"-active\":r[e+\"Active\"],doneClassName:n?o+\"-done\":r[e+\"Done\"]}},t}Object(pt.a)(t,e);var r=t.prototype;return r.addClass=function(e,t,r){var n=this.getClassNames(t)[r+\"ClassName\"],o=this.getClassNames(\"enter\").doneClassName;\"appear\"===t&&\"done\"===r&&o&&(n+=\" \"+o),\"active\"===r&&e&&bt(e),n&&(this.appliedClasses[t][r]=n,function(e,t){e&&t&&t.split(\" \").forEach((function(t){return n=t,void((r=e).classList?r.classList.add(n):function(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(\" \"+(e.className.baseVal||e.className)+\" \").indexOf(\" \"+t+\" \")}(r,n)||(\"string\"==typeof r.className?r.className=r.className+\" \"+n:r.setAttribute(\"class\",(r.className&&r.className.baseVal||\"\")+\" \"+n)));var r,n}))}(e,n))},r.removeClasses=function(e,t){var r=this.appliedClasses[t],n=r.base,o=r.active,i=r.done;this.appliedClasses[t]={},n&&_t(e,n),o&&_t(e,o),i&&_t(e,i)},r.render=function(){var e=this.props,t=(e.classNames,L(e,[\"classNames\"]));return i.a.createElement(gt,Object(dt.a)({},t,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},t}(i.a.Component);wt.defaultProps={classNames:\"\"},wt.propTypes={};var xt=wt;function kt(e){return{appear:$(e({appear:!0})),appearActive:$(e({appear:\"active\"})),appearDone:$(e({appear:\"done\"})),enter:$(e({enter:!0})),enterActive:$(e({enter:\"active\"})),enterDone:$(e({enter:\"done\"})),exit:$(e({exit:!0})),exitActive:$(e({exit:\"active\"})),exitDone:$(e({exit:\"done\"}))}}const Nt=i.a.createContext({current:null});Nt.displayName=\"PortalContext\";function jt({container:e,children:t,disablePortal:r}){const n=function(){var e;const t=Object(o.useContext)(Nt);let r=null;return\"object\"==typeof window&&(r=window.document.body),null!==(e=t.current)&&void 0!==e?e:r}(),a=null!=e?e:n;return r?i.a.createElement(i.a.Fragment,null,t):a?c.a.createPortal(t,a):null}let Mt,Ot=0;function St({enabled:e}){i.a.useLayoutEffect(()=>{if(e)return Ot++,1===Ot&&function(){const e=window.innerWidth-document.documentElement.clientWidth,t=window.innerHeight-document.documentElement.clientHeight,r=function(){const e=window.getComputedStyle(document.body);return{top:Number.parseFloat(e.paddingTop),right:Number.parseFloat(e.paddingRight),bottom:Number.parseFloat(e.paddingBottom),left:Number.parseFloat(e.paddingLeft)}}\n/*!\n* tabbable 6.0.1\n* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE\n*/();Mt=document.body.style.cssText,document.body.style.overflow=\"hidden\",e&&(document.body.style.paddingRight=r.right+e+\"px\");t&&(document.body.style.paddingBottom=r.bottom+t+\"px\")}(),()=>{Ot--,0===Ot&&(Mt?document.body.style.cssText=Mt:document.body.removeAttribute(\"style\"))}},[e])}var Et=[\"input\",\"select\",\"textarea\",\"a[href]\",\"button\",\"[tabindex]:not(slot)\",\"audio[controls]\",\"video[controls]\",'[contenteditable]:not([contenteditable=\"false\"])',\"details>summary:first-of-type\",\"details\"],Lt=Et.join(\",\"),It=\"undefined\"==typeof Element,Ct=It?function(){}:Element.prototype.matches||Element.prototype.msMatchesSelector||Element.prototype.webkitMatchesSelector,Pt=!It&&Element.prototype.getRootNode?function(e){return e.getRootNode()}:function(e){return e.ownerDocument},At=function(e,t,r){var n=Array.prototype.slice.apply(e.querySelectorAll(Lt));return t&&Ct.call(e,Lt)&&n.unshift(e),n=n.filter(r)},Dt=function e(t,r,n){for(var o=[],i=Array.from(t);i.length;){var a=i.shift();if(\"SLOT\"===a.tagName){var c=a.assignedElements(),l=e(c.length?c:a.children,!0,n);n.flatten?o.push.apply(o,l):o.push({scopeParent:a,candidates:l})}else{Ct.call(a,Lt)&&n.filter(a)&&(r||!t.includes(a))&&o.push(a);var u=a.shadowRoot||\"function\"==typeof n.getShadowRoot&&n.getShadowRoot(a),s=!n.shadowRootFilter||n.shadowRootFilter(a);if(u&&s){var d=e(!0===u?a.children:u.children,!0,n);n.flatten?o.push.apply(o,d):o.push({scopeParent:a,candidates:d})}else i.unshift.apply(i,a.children)}}return o},Tt=function(e,t){return e.tabIndex<0&&(t||/^(AUDIO|VIDEO|DETAILS)$/.test(e.tagName)||e.isContentEditable)&&isNaN(parseInt(e.getAttribute(\"tabindex\"),10))?0:e.tabIndex},zt=function(e,t){return e.tabIndex===t.tabIndex?e.documentOrder-t.documentOrder:e.tabIndex-t.tabIndex},Bt=function(e){return\"INPUT\"===e.tagName},Rt=function(e){return function(e){return Bt(e)&&\"radio\"===e.type}(e)&&!function(e){if(!e.name)return!0;var t,r=e.form||Pt(e),n=function(e){return r.querySelectorAll('input[type=\"radio\"][name=\"'+e+'\"]')};if(\"undefined\"!=typeof window&&void 0!==window.CSS&&\"function\"==typeof window.CSS.escape)t=n(window.CSS.escape(e.name));else try{t=n(e.name)}catch(e){return console.error(\"Looks like you have a radio button with a name attribute containing invalid CSS selector characters and need the CSS.escape polyfill: %s\",e.message),!1}var o=function(e,t){for(var r=0;r<e.length;r++)if(e[r].checked&&e[r].form===t)return e[r]}(t,e.form);return!o||o===e}(e)},Ft=function(e){var t=e.getBoundingClientRect(),r=t.width,n=t.height;return 0===r&&0===n},Ut=function(e,t){var r=t.displayCheck,n=t.getShadowRoot;if(\"hidden\"===getComputedStyle(e).visibility)return!0;var o=Ct.call(e,\"details>summary:first-of-type\")?e.parentElement:e;if(Ct.call(o,\"details:not([open]) *\"))return!0;if(r&&\"full\"!==r&&\"legacy-full\"!==r){if(\"non-zero-area\"===r)return Ft(e)}else{if(\"function\"==typeof n){for(var i=e;e;){var a=e.parentElement,c=Pt(e);if(a&&!a.shadowRoot&&!0===n(a))return Ft(e);e=e.assignedSlot?e.assignedSlot:a||c===e.ownerDocument?a:c.host}e=i}if(function(e){for(var t,r=Pt(e).host,n=!!(null!==(t=r)&&void 0!==t&&t.ownerDocument.contains(r)||e.ownerDocument.contains(e));!n&&r;){var o;n=!(null===(o=r=Pt(r).host)||void 0===o||!o.ownerDocument.contains(r))}return n}(e))return!e.getClientRects().length;if(\"legacy-full\"!==r)return!0}return!1},Yt=function(e,t){return!(t.disabled||function(e){return Bt(e)&&\"hidden\"===e.type}(t)||Ut(t,e)||function(e){return\"DETAILS\"===e.tagName&&Array.prototype.slice.apply(e.children).some((function(e){return\"SUMMARY\"===e.tagName}))}(t)||function(e){if(/^(INPUT|BUTTON|SELECT|TEXTAREA)$/.test(e.tagName))for(var t=e.parentElement;t;){if(\"FIELDSET\"===t.tagName&&t.disabled){for(var r=0;r<t.children.length;r++){var n=t.children.item(r);if(\"LEGEND\"===n.tagName)return!!Ct.call(t,\"fieldset[disabled] *\")||!n.contains(e)}return!0}t=t.parentElement}return!1}(t))},Wt=function(e,t){return!(Rt(t)||Tt(t)<0||!Yt(e,t))},Vt=function(e){var t=parseInt(e.getAttribute(\"tabindex\"),10);return!!(isNaN(t)||t>=0)},Qt=function(e,t){return function e(t){var r=[],n=[];return t.forEach((function(t,o){var i=!!t.scopeParent,a=i?t.scopeParent:t,c=Tt(a,i),l=i?e(t.candidates):a;0===c?i?r.push.apply(r,l):r.push(a):n.push({documentOrder:o,tabIndex:c,item:t,isScope:i,content:l})})),n.sort(zt).reduce((function(e,t){return t.isScope?e.push.apply(e,t.content):e.push(t.content),e}),[]).concat(r)}((t=t||{}).getShadowRoot?Dt([e],t.includeContainer,{filter:Wt.bind(null,t),flatten:!1,getShadowRoot:t.getShadowRoot,shadowRootFilter:Vt}):At(e,t.includeContainer,Wt.bind(null,t)))},Ht=function(e,t){if(t=t||{},!e)throw new Error(\"No node provided\");return!1!==Ct.call(e,Lt)&&Wt(t,e)},Gt=Et.concat(\"iframe\").join(\",\"),Zt=function(e,t){if(t=t||{},!e)throw new Error(\"No node provided\");return!1!==Ct.call(e,Gt)&&Yt(t,e)};\n/*!\n* focus-trap 7.2.0\n* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE\n*/\nfunction qt(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function $t(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?qt(Object(r),!0).forEach((function(t){Xt(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):qt(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function Xt(e,t,r){return(t=function(e){var t=function(e,t){if(\"object\"!=typeof e||null===e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||\"default\");if(\"object\"!=typeof n)return n;throw new TypeError(\"@@toPrimitive must return a primitive value.\")}return(\"string\"===t?String:Number)(e)}(e,\"string\");return\"symbol\"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}var Kt=function(e,t){if(e.length>0){var r=e[e.length-1];r!==t&&r.pause()}var n=e.indexOf(t);-1===n||e.splice(n,1),e.push(t)},Jt=function(e,t){var r=e.indexOf(t);-1!==r&&e.splice(r,1),e.length>0&&e[e.length-1].unpause()},er=function(e){return\"Tab\"===e.key||9===e.keyCode},tr=function(e){return er(e)&&!e.shiftKey},rr=function(e){return er(e)&&e.shiftKey},nr=function(e){return setTimeout(e,0)},or=function(e,t){var r=-1;return e.every((function(e,n){return!t(e)||(r=n,!1)})),r},ir=function(e){for(var t=arguments.length,r=new Array(t>1?t-1:0),n=1;n<t;n++)r[n-1]=arguments[n];return\"function\"==typeof e?e.apply(void 0,r):e},ar=function(e){return e.target.shadowRoot&&\"function\"==typeof e.composedPath?e.composedPath()[0]:e.target},cr=[],lr=function(e,t){var r,n=(null==t?void 0:t.document)||document,o=(null==t?void 0:t.trapStack)||cr,i=$t({returnFocusOnDeactivate:!0,escapeDeactivates:!0,delayInitialFocus:!0,isKeyForward:tr,isKeyBackward:rr},t),a={containers:[],containerGroups:[],tabbableGroups:[],nodeFocusedBeforeActivation:null,mostRecentlyFocusedNode:null,active:!1,paused:!1,delayInitialFocusTimer:void 0},c=function(e,t,r){return e&&void 0!==e[t]?e[t]:i[r||t]},l=function(e){return a.containerGroups.findIndex((function(t){var r=t.container,n=t.tabbableNodes;return r.contains(e)||n.find((function(t){return t===e}))}))},u=function(e){var t=i[e];if(\"function\"==typeof t){for(var r=arguments.length,o=new Array(r>1?r-1:0),a=1;a<r;a++)o[a-1]=arguments[a];t=t.apply(void 0,o)}if(!0===t&&(t=void 0),!t){if(void 0===t||!1===t)return t;throw new Error(\"`\".concat(e,\"` was specified but was not a node, or did not return a node\"))}var c=t;if(\"string\"==typeof t&&!(c=n.querySelector(t)))throw new Error(\"`\".concat(e,\"` as selector refers to no known node\"));return c},s=function(){var e=u(\"initialFocus\");if(!1===e)return!1;if(void 0===e)if(l(n.activeElement)>=0)e=n.activeElement;else{var t=a.tabbableGroups[0];e=t&&t.firstTabbableNode||u(\"fallbackFocus\")}if(!e)throw new Error(\"Your focus-trap needs to have at least one focusable element\");return e},d=function(){if(a.containerGroups=a.containers.map((function(e){var t,r,n=Qt(e,i.tabbableOptions),o=(t=e,(r=(r=i.tabbableOptions)||{}).getShadowRoot?Dt([t],r.includeContainer,{filter:Yt.bind(null,r),flatten:!0,getShadowRoot:r.getShadowRoot}):At(t,r.includeContainer,Yt.bind(null,r)));return{container:e,tabbableNodes:n,focusableNodes:o,firstTabbableNode:n.length>0?n[0]:null,lastTabbableNode:n.length>0?n[n.length-1]:null,nextTabbableNode:function(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],r=o.findIndex((function(t){return t===e}));if(!(r<0))return t?o.slice(r+1).find((function(e){return Ht(e,i.tabbableOptions)})):o.slice(0,r).reverse().find((function(e){return Ht(e,i.tabbableOptions)}))}}})),a.tabbableGroups=a.containerGroups.filter((function(e){return e.tabbableNodes.length>0})),a.tabbableGroups.length<=0&&!u(\"fallbackFocus\"))throw new Error(\"Your focus-trap must have at least one container with at least one tabbable node in it at all times\")},p=function e(t){!1!==t&&t!==n.activeElement&&(t&&t.focus?(t.focus({preventScroll:!!i.preventScroll}),a.mostRecentlyFocusedNode=t,function(e){return e.tagName&&\"input\"===e.tagName.toLowerCase()&&\"function\"==typeof e.select}(t)&&t.select()):e(s()))},f=function(e){var t=u(\"setReturnFocus\",e);return t||!1!==t&&e},m=function(e){var t=ar(e);l(t)>=0||(ir(i.clickOutsideDeactivates,e)?r.deactivate({returnFocus:i.returnFocusOnDeactivate&&!Zt(t,i.tabbableOptions)}):ir(i.allowOutsideClick,e)||e.preventDefault())},y=function(e){var t=ar(e),r=l(t)>=0;r||t instanceof Document?r&&(a.mostRecentlyFocusedNode=t):(e.stopImmediatePropagation(),p(a.mostRecentlyFocusedNode||s()))},b=function(e){if(!(t=e,\"Escape\"!==t.key&&\"Esc\"!==t.key&&27!==t.keyCode||!1===ir(i.escapeDeactivates,e)))return e.preventDefault(),void r.deactivate();var t;(i.isKeyForward(e)||i.isKeyBackward(e))&&function(e){var t=arguments.length>1&&void 0!==arguments[1]&&arguments[1],r=ar(e);d();var n=null;if(a.tabbableGroups.length>0){var o=l(r),c=o>=0?a.containerGroups[o]:void 0;if(o<0)n=t?a.tabbableGroups[a.tabbableGroups.length-1].lastTabbableNode:a.tabbableGroups[0].firstTabbableNode;else if(t){var s=or(a.tabbableGroups,(function(e){var t=e.firstTabbableNode;return r===t}));if(s<0&&(c.container===r||Zt(r,i.tabbableOptions)&&!Ht(r,i.tabbableOptions)&&!c.nextTabbableNode(r,!1))&&(s=o),s>=0){var f=0===s?a.tabbableGroups.length-1:s-1,m=a.tabbableGroups[f];n=m.lastTabbableNode}else er(e)||(n=c.nextTabbableNode(r,!1))}else{var y=or(a.tabbableGroups,(function(e){var t=e.lastTabbableNode;return r===t}));if(y<0&&(c.container===r||Zt(r,i.tabbableOptions)&&!Ht(r,i.tabbableOptions)&&!c.nextTabbableNode(r))&&(y=o),y>=0){var b=y===a.tabbableGroups.length-1?0:y+1,h=a.tabbableGroups[b];n=h.firstTabbableNode}else er(e)||(n=c.nextTabbableNode(r))}}else n=u(\"fallbackFocus\");n&&(er(e)&&e.preventDefault(),p(n))}(e,i.isKeyBackward(e))},h=function(e){var t=ar(e);l(t)>=0||ir(i.clickOutsideDeactivates,e)||ir(i.allowOutsideClick,e)||(e.preventDefault(),e.stopImmediatePropagation())},v=function(){if(a.active)return Kt(o,r),a.delayInitialFocusTimer=i.delayInitialFocus?nr((function(){p(s())})):p(s()),n.addEventListener(\"focusin\",y,!0),n.addEventListener(\"mousedown\",m,{capture:!0,passive:!1}),n.addEventListener(\"touchstart\",m,{capture:!0,passive:!1}),n.addEventListener(\"click\",h,{capture:!0,passive:!1}),n.addEventListener(\"keydown\",b,{capture:!0,passive:!1}),r},g=function(){if(a.active)return n.removeEventListener(\"focusin\",y,!0),n.removeEventListener(\"mousedown\",m,!0),n.removeEventListener(\"touchstart\",m,!0),n.removeEventListener(\"click\",h,!0),n.removeEventListener(\"keydown\",b,!0),r};return(r={get active(){return a.active},get paused(){return a.paused},activate:function(e){if(a.active)return this;var t=c(e,\"onActivate\"),r=c(e,\"onPostActivate\"),o=c(e,\"checkCanFocusTrap\");o||d(),a.active=!0,a.paused=!1,a.nodeFocusedBeforeActivation=n.activeElement,t&&t();var i=function(){o&&d(),v(),r&&r()};return o?(o(a.containers.concat()).then(i,i),this):(i(),this)},deactivate:function(e){if(!a.active)return this;var t=$t({onDeactivate:i.onDeactivate,onPostDeactivate:i.onPostDeactivate,checkCanReturnFocus:i.checkCanReturnFocus},e);clearTimeout(a.delayInitialFocusTimer),a.delayInitialFocusTimer=void 0,g(),a.active=!1,a.paused=!1,Jt(o,r);var n=c(t,\"onDeactivate\"),l=c(t,\"onPostDeactivate\"),u=c(t,\"checkCanReturnFocus\"),s=c(t,\"returnFocus\",\"returnFocusOnDeactivate\");n&&n();var d=function(){nr((function(){s&&p(f(a.nodeFocusedBeforeActivation)),l&&l()}))};return s&&u?(u(f(a.nodeFocusedBeforeActivation)).then(d,d),this):(d(),this)},pause:function(){return a.paused||!a.active||(a.paused=!0,g()),this},unpause:function(){return a.paused&&a.active?(a.paused=!1,d(),v(),this):this},updateContainerElements:function(e){var t=[].concat(e).filter(Boolean);return a.containers=t.map((function(e){return\"string\"==typeof e?n.querySelector(e):e})),a.active&&d(),this}}).updateContainerElements(e),r};function ur({enabled:e,restoreFocusRef:t,focusTrapped:r}){const n=i.a.useRef(null),o=i.a.useRef(null),a=i.a.useRef(null);return i.a.useEffect(()=>{if(!e)return;const t=e=>{const t=e.target;!r&&t instanceof HTMLElement&&Ht(t)&&(a.current=t)},n=e=>{const t=e.target;t instanceof HTMLElement&&Ht(t)?a.current=t:a.current=null};return window.addEventListener(\"focusin\",t),window.addEventListener(\"mousedown\",n),window.addEventListener(\"touchstart\",n),()=>{window.removeEventListener(\"focusin\",t),window.removeEventListener(\"mousedown\",n),window.removeEventListener(\"touchstart\",n)}},[e,r]),i.a.useEffect(()=>{var e;n.current=null!==(e=(null==t?void 0:t.current)||o.current)&&void 0!==e?e:null}),i.a.useEffect(()=>{if(e)return()=>{let e=n.current;const t=a.current;t&&document.contains(t)&&Ht(t)&&(e=t),e&&\"function\"==typeof e.focus&&document.contains(e)&&Zt(e)&&(e!==document.activeElement&&setTimeout(()=>{null==e||e.focus()},0),o.current=null,a.current=null)}},[e]),{onFocus:t=>{e&&null===o.current&&(o.current=t.relatedTarget,a.current=o.current)}}}function sr({enabled:e=!0,disableRestoreFocus:t,restoreFocusRef:r,disableAutoFocus:n=!1}={}){const i=ur({enabled:e&&!t,restoreFocusRef:r,focusTrapped:!0}),a=o.useRef(!n);o.useEffect(()=>{a.current=!n});const c=o.useRef();return[o.useCallback(t=>{var r;t&&e?(c.current=lr(t,{initialFocus:()=>a.current&&function(e){if(!(document.activeElement instanceof HTMLElement&&e.contains(document.activeElement)))return e.hasAttribute(\"tabIndex\")||e.setAttribute(\"tabIndex\",\"-1\"),e;return document.activeElement}(t),fallbackFocus:()=>t,returnFocusOnDeactivate:!1,escapeDeactivates:!1,clickOutsideDeactivates:!1,allowOutsideClick:!0}),c.current.activate()):(null===(r=c.current)||void 0===r||r.deactivate(),c.current=void 0)},[e]),i]}function dr(e,t){\"function\"==typeof e?e(t):e&&(e.current=t)}function pr(...e){return i.a.useMemo(()=>e.every(e=>null==e)?null:t=>{for(const r of e)dr(r,t)},e)}const fr=new class{constructor(){this.stack=[],this.handleDocumentKeyDown=e=>{var t,r,n;if(\"Escape\"===e.code){const n=this.getTopLayer();n.disableEscapeKeyDown||(null===(t=n.onEscapeKeyDown)||void 0===t||t.call(n,e),null===(r=n.onClose)||void 0===r||r.call(n,e,\"escapeKeyDown\"))}if(\"Enter\"===e.code){const t=this.getTopLayer();null===(n=t.onEnterKeyDown)||void 0===n||n.call(t,e)}},this.handleDocumentClick=e=>{var t,r;let n,o=null;if(this.mouseDownLayerTarget){if(n=this.mouseDownLayerTarget.layer,o=this.mouseDownLayerTarget.target,this.mouseDownLayerTarget=void 0,!this.stack.includes(n))return}else n=this.getTopLayer();!n.disableOutsideClick&&this.isOutsideClick(n,e,o)&&(null===(t=n.onOutsideClick)||void 0===t||t.call(n,e),null===(r=n.onClose)||void 0===r||r.call(n,e,\"outsideClick\"))},this.handleDocumentMouseDown=e=>{const t=this.getTopLayer();t&&(this.mouseDownLayerTarget={layer:t,target:e.target})}}add(e){this.stack.push(e),1===this.stack.length&&this.addListeners()}remove(e){const t=this.stack.indexOf(e);this.stack.splice(t,1),0===this.stack.length&&this.removeListeners()}addListeners(){document.addEventListener(\"keydown\",this.handleDocumentKeyDown),document.addEventListener(\"click\",this.handleDocumentClick,!0),document.addEventListener(\"mousedown\",this.handleDocumentMouseDown,!0)}removeListeners(){document.removeEventListener(\"keydown\",this.handleDocumentKeyDown),document.removeEventListener(\"click\",this.handleDocumentClick,!0),document.removeEventListener(\"mousedown\",this.handleDocumentMouseDown,!0)}getTopLayer(){return this.stack[this.stack.length-1]}isOutsideClick(e,t,r=null){const n=e.contentRefs||[],{target:o}=t,i=\"function\"==typeof t.composedPath?t.composedPath():[];if(n.length>0){return!n.some(e=>{var t,n,a,c;return(null===(n=null===(t=null==e?void 0:e.current)||void 0===t?void 0:t.contains)||void 0===n?void 0:n.call(t,o))||(null===(c=null===(a=null==e?void 0:e.current)||void 0===a?void 0:a.contains)||void 0===c?void 0:c.call(a,r))||i.includes(null==e?void 0:e.current)})}return!1}};function mr({open:e,disableEscapeKeyDown:t,disableOutsideClick:r,onEscapeKeyDown:n,onEnterKeyDown:o,onOutsideClick:a,onClose:c,contentRefs:l,enabled:u=!0}){const s=i.a.useRef({disableEscapeKeyDown:t,disableOutsideClick:r,onEscapeKeyDown:n,onEnterKeyDown:o,onOutsideClick:a,onClose:c,contentRefs:l});i.a.useEffect(()=>{Object.assign(s.current,{disableEscapeKeyDown:t,disableOutsideClick:r,onEscapeKeyDown:n,onEnterKeyDown:o,onOutsideClick:a,onClose:c,contentRefs:l,enabled:u})},[t,r,n,o,a,c,l,u]),i.a.useEffect(()=>{if(e&&u){const e=s.current;return fr.add(e),()=>{fr.remove(e)}}},[e,u])}var yr=r(71),br={insert:\"head\",singleton:!1};u()(yr.a,br),yr.a.locals;const hr=q(\"modal\");function vr({open:e=!1,keepMounted:t=!1,disableBodyScrollLock:r=!1,disableEscapeKeyDown:n,disableOutsideClick:o,disableFocusTrap:a,disableAutoFocus:c,restoreFocusRef:l,onEscapeKeyDown:u,onEnterKeyDown:s,onOutsideClick:d,onClose:p,onTransitionEnter:f,onTransitionEntered:m,onTransitionExit:y,onTransitionExited:b,children:h,style:v,className:g,contentClassName:_,\"aria-labelledby\":w,\"aria-label\":x,container:k,qa:N}){const j=i.a.useRef(null),M=i.a.useRef(null),[O,S]=i.a.useState(!1);St({enabled:!r&&(e||O)});const[E]=sr({enabled:!a&&e&&!O,disableRestoreFocus:!0,disableAutoFocus:c}),L=ur({enabled:e||O,restoreFocusRef:l,focusTrapped:!0});mr({open:e,disableEscapeKeyDown:n,disableOutsideClick:o,onEscapeKeyDown:u,onEnterKeyDown:s,onOutsideClick:d,onClose:p,contentRefs:[M]});const I=pr(M,E);return i.a.createElement(jt,{container:k},i.a.createElement(xt,{nodeRef:j,in:e,addEndListener:e=>{var t;return null===(t=j.current)||void 0===t?void 0:t.addEventListener(\"animationend\",e)},classNames:kt(hr),mountOnEnter:!t,unmountOnExit:!t,appear:!0,onEnter:()=>{S(!0),null==f||f()},onExit:()=>{S(!0),null==y||y()},onEntered:()=>{S(!1),null==m||m()},onExited:()=>{S(!1),null==b||b()}},i.a.createElement(\"div\",{ref:j,style:v,className:hr({open:e},g),\"data-qa\":N},i.a.createElement(\"div\",{className:hr(\"table\")},i.a.createElement(\"div\",{className:hr(\"cell\")},i.a.createElement(\"div\",Object.assign({ref:I,tabIndex:-1,role:\"dialog\",\"aria-modal\":e,\"aria-label\":x,\"aria-labelledby\":w,className:hr(\"content\",_)},L),h))))))}var gr,_r,wr,xr,kr,Nr,jr,Mr=\"/home/runner/work/page-constructor/page-constructor/src/icons/Fullscreen.tsx\",Or=function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:\"24\",height:\"24\",viewBox:\"0 0 24 24\",fill:\"currentColor\"},we,e,{__self:void 0,__source:{fileName:Mr,lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M18 4.654v.291a10 10 0 0 0-1.763 1.404l-2.944 2.944a1 1 0 0 0 1.414 1.414l2.933-2.932A9.996 9.996 0 0 0 19.05 6h.296l-.09.39A9.993 9.993 0 0 0 19 8.64v.857a1 1 0 0 0 2 0V4.503a1.5 1.5 0 0 0-1.5-1.5L14.5 3a1 1 0 1 0 0 2h.861a10 10 0 0 0 2.249-.256l.39-.09zM4.95 18a10 10 0 0 1 1.41-1.775l2.933-2.932a1 1 0 0 1 1.414 1.414l-2.944 2.944A9.998 9.998 0 0 1 6 19.055v.291l.39-.09A9.993 9.993 0 0 1 8.64 19h.86a1 1 0 0 1 0 2l-5-.003a1.5 1.5 0 0 1-1.5-1.5V14.5a1 1 0 1 1 2 0v.861a10 10 0 0 1-.256 2.249l-.09.39h.296z\",__self:void 0,__source:{fileName:Mr,lineNumber:15,columnNumber:9}}))},Sr=\"/home/runner/work/page-constructor/page-constructor/src/icons/PreviewClose.tsx\",Er=function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"24\",height:\"24\",fill:\"currentColor\",stroke:\"currentColor\"},we,e,{__self:void 0,__source:{fileName:Sr,lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{strokeWidth:\"2\",strokeLinecap:\"round\",d:\"M7.357 7.357l9.286 9.286m0-9.286l-9.286 9.286\",__self:void 0,__source:{fileName:Sr,lineNumber:16,columnNumber:9}}))},Lr=r(73),Ir={insert:\"head\",singleton:!1},Cr=(u()(Lr.a,Ir),Lr.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/FullscreenMedia/FullscreenMedia.tsx\"),Pr=T(\"full-screen-media\"),Ar=function(e){return Pr(\"modal-media\",{type:e})},Dr=function(e){var t=e.children,r=e.showFullscreenIcon,n=void 0===r||r,a=Object(o.useState)(!1),c=Object(R.a)(a,2),l=c[0],u=c[1],s=function(e){e.stopPropagation(),u(!0)},d=function(){return u(!1)};return Object(o.useContext)(k)?t():i.a.createElement(\"div\",{className:Pr(),__self:void 0,__source:{fileName:Cr,lineNumber:43,columnNumber:9}},i.a.createElement(\"div\",{className:Pr(\"media-wrapper\"),onClickCapture:s,__self:void 0,__source:{fileName:Cr,lineNumber:44,columnNumber:13}},t({className:Pr(\"inline-media\")}),n&&i.a.createElement(\"div\",{className:Pr(\"icon-wrapper\"),onClickCapture:s,__self:void 0,__source:{fileName:Cr,lineNumber:47,columnNumber:21}},i.a.createElement(ne,{data:Or,width:18,height:18,className:Pr(\"icon\"),__self:void 0,__source:{fileName:Cr,lineNumber:48,columnNumber:25}}))),l&&i.a.createElement(vr,{open:l,onClose:d,className:Pr(\"modal\"),__self:void 0,__source:{fileName:Cr,lineNumber:58,columnNumber:17}},i.a.createElement(\"div\",{className:Pr(\"modal-content\"),__self:void 0,__source:{fileName:Cr,lineNumber:59,columnNumber:21}},i.a.createElement(\"div\",{className:Pr(\"icon-wrapper\",{visible:!0}),onClick:d,__self:void 0,__source:{fileName:Cr,lineNumber:60,columnNumber:25}},i.a.createElement(ne,{data:Er,width:30,height:30,className:Pr(\"icon\",{hover:!0}),__self:void 0,__source:{fileName:Cr,lineNumber:61,columnNumber:29}})),t({imageClassName:Ar(\"image\"),videoClassName:Ar(\"video\"),youtubeClassName:Ar(\"youtube\"),fullscreen:!0}))))};!function(e){e.Column=\"column\",e.Line=\"line\"}(gr||(gr={})),function(e){e.MARKED_LIST=\"marked-list\",e.SETTINGS=\"settings\"}(_r||(_r={})),function(e){e.BLUE=\"blue\",e.GREEN=\"green\",e.YELLOW=\"yellow\",e.PURPLE=\"purple\",e.RED=\"red\"}(wr||(wr={})),function(e){e.Default=\"default\",e.Text=\"text\"}(xr||(xr={})),function(e){e.Blue=\"blue\",e.Grey=\"grey\"}(kr||(kr={})),function(e){e.Default=\"default\",e.Player=\"player\"}(Nr||(Nr={})),function(e){e.Default=\"default\",e.Custom=\"custom\"}(jr||(jr={}));var Tr=r(164),zr=r.n(Tr),Br=i.a.createContext({setProps:function(){}}),Rr=r(77),Fr={insert:\"head\",singleton:!1},Ur=(u()(Rr.a,Fr),Rr.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/ReactPlayer/CircleProgress.tsx\"),Yr=T(\"CircleProgress\"),Wr=function(e){var t=e.baseColor,r=e.elapsedTime,n=e.circleColor,a=void 0===n?\"#262626\":n,c=e.strokeWidth,l=void 0===c?10:c,u=e.radius,s=void 0===u?50:u,d=e.className,p=Object(o.useMemo)((function(){return 2*Math.PI*s}),[s]),f=Object(o.useMemo)((function(){return t?i.a.createElement(\"circle\",{cx:\"60\",cy:\"60\",r:s,fill:\"none\",stroke:t,strokeWidth:l,__self:void 0,__source:{fileName:Ur,lineNumber:36,columnNumber:13}}):null}),[t,s,l]);return i.a.createElement(\"svg\",{className:Yr(null,d),xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 120 120\",__self:void 0,__source:{fileName:Ur,lineNumber:48,columnNumber:9}},f,i.a.createElement(\"circle\",{cx:\"60\",cy:\"60\",r:s,transform:\"rotate(-90 60 60)\",fill:\"none\",strokeDashoffset:p-r*p,strokeDasharray:p,stroke:a,strokeWidth:l,__self:void 0,__source:{fileName:Ur,lineNumber:54,columnNumber:13}}))},Vr=r(76),Qr={insert:\"head\",singleton:!1},Hr=(u()(Vr.a,Qr),Vr.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/ReactPlayer/CustomBarControls.tsx\"),Gr=T(\"CustomBarControls\"),Zr=function(e){var t=e.mute,r=e.elapsedTimePercent,n=void 0===r?0:r,a=e.className,c=Object(o.useCallback)((function(e,t){if(!t)return null;var r=t.isMuted,n=t.changeMute;return i.a.createElement(\"div\",{className:Gr(\"button\"),onClick:n,__self:void 0,__source:{fileName:Hr,lineNumber:33,columnNumber:13}},i.a.createElement(\"div\",{className:Gr(\"mute-button\",{muted:r}),__self:void 0,__source:{fileName:Hr,lineNumber:34,columnNumber:17}}),!r&&i.a.createElement(Wr,{elapsedTime:e,strokeWidth:5,__self:void 0,__source:{fileName:Hr,lineNumber:35,columnNumber:30}}))}),[]);return i.a.createElement(\"div\",{className:Gr(\"wrapper\",a),__self:void 0,__source:{fileName:Hr,lineNumber:40,columnNumber:12}},c(n,t))},qr=/(?:youtu\\.be\\/live\\/|youtube(?:-nocookie)?\\.com\\/(?:live\\/))((\\w|-){11})/,$r=function(e){if(qr.test(e)){var t,r=null===(t=e.match(qr))||void 0===t?void 0:t[1];return r?\"\".concat(\"https://www.youtube.com/watch?v=\").concat(r):e}return e},Xr=r(75),Kr={insert:\"head\",singleton:!1},Jr=(u()(Xr.a,Kr),Xr.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/ReactPlayer/ReactPlayer.tsx\"),en=T(\"ReactPlayer\");var tn,rn,nn,on=i.a.forwardRef((function(e,t){var r=Object(o.useContext)(k),n=Object(o.useContext)(x).metrika,a=e.src,c=e.previewImgUrl,l=e.loop,u=void 0!==l&&l,s=e.controls,d=void 0===s?jr.Default:s,p=e.muted,f=void 0!==p&&p,m=e.elapsedTime,y=e.playButton,b=e.className,h=e.customBarControlsClassName,v=e.showPreview,g=e.onClickPreview,_=e.metrika,w=e.analyticsEvents,N=e.height,j=y||{},M=j.type,O=void 0===M?xr.Default:M,S=j.theme,E=void 0===S?kr.Blue:S,L=j.text,I=j.className,C=Boolean(!r&&!c&&e.autoplay),P=f||C,A=Object(o.useContext)(Br),D=A.playingVideoRef,T=A.setProps,z=Object(o.useRef)(null),B=Object(o.useState)(),F=Object(R.a)(B,2),U=F[0],Y=F[1],W=Object(o.useState)(C),V=Object(R.a)(W,2),Q=V[0],H=V[1],G=Object(o.useState)(0),Z=Object(R.a)(G,2),q=Z[0],$=Z[1],X=Object(o.useState)(N),K=Object(R.a)(X,2),J=K[0],ee=K[1],te=Object(o.useState)(0),re=Object(R.a)(te,2),oe=re[0],ae=re[1],ce=Object(o.useState)(P),le=Object(R.a)(ce,2),ue=le[0],se=le[1],de=Object(o.useState)(C),pe=Object(R.a)(de,2),fe=pe[0],be=pe[1],he=Object(o.useState)(!1),ve=Object(R.a)(he,2),ge=ve[0],we=ve[1],xe=Object(o.useState)(!1),Ne=Object(R.a)(xe,2),je=Ne[0],Me=Ne[1],Oe=Object(o.useMemo)((function(){return function(e){return Array.isArray(e)?e.map((function(e){return $r(e)})):$r(e)}(a)}),[a]),Se=Object(o.useMemo)((function(){return w?Array.isArray(w)?w:[w]:[]}),[w]),Ee=_e(ye.ReactPlayerControls);Object(o.useImperativeHandle)(t,(function(){return{pause:function(){return H(!1)}}})),Object(o.useEffect)((function(){!z.current||null!=D&&D.contains(z.current)||se(!0)}),[D]),Object(o.useEffect)((function(){v&&(null==U||U.showPreview())}),[v,U]),Object(o.useEffect)((function(){U&&H(C)}),[C,U]),Object(o.useEffect)((function(){return se(P)}),[P]),Object(o.useEffect)((function(){!fe&&Q&&be(!0)}),[Q,fe]),Object(o.useEffect)((function(){fe&&!Number.isNaN(Number(m))&&(null==U||U.seekTo(null!=m?m:0,\"seconds\"))}),[m,U,fe]),Object(o.useEffect)((function(){var e=ie.a.debounce((function(){if(z.current){var e=function e(t){var r=t.parentElement;if(!r)return t;return r.offsetWidth?r:e(r)}(z.current),t=getComputedStyle(e),r=t.paddingLeft,n=t.paddingRight,o=e.offsetWidth-parseFloat(r)-parseFloat(n);ae(o),ee(Math.floor(function(e){return e/16*9}(o)))}}),200);return e(),window.addEventListener(\"resize\",e,{passive:!0}),function(){window.removeEventListener(\"resize\",e)}}),[]);var Le=Object(o.useMemo)((function(){return null==Se?void 0:Se.filter((function(e){return e.type===me.Play}))}),[Se]),Ie=Object(o.useMemo)((function(){return null==Se?void 0:Se.filter((function(e){return e.type===me.Stop}))}),[Se]),Ce=Object(o.useMemo)((function(){var e;switch(O){case xr.Text:e=L;break;case xr.Default:default:e=i.a.createElement(ne,{className:en(\"icon\"),data:ke,size:24,__self:void 0,__source:{fileName:Jr,lineNumber:194,columnNumber:41}})}return i.a.createElement(\"button\",{className:en(\"button\",{theme:E,text:Boolean(L)},I),__self:void 0,__source:{fileName:Jr,lineNumber:199,columnNumber:17}},e)}),[O,E,L,I]),Pe=Object(o.useCallback)((function(e){if(e&&U&&(U.seekTo(0),$(0)),n&&_){var t=_.play,r=_.stop,o=_.counterName,i=e?t:r;i&&n.reachGoals(i,o)}Ee(e?Le:Ie),e&&T({playingVideoRef:z.current}),setTimeout((function(){return se(!e)}),0)}),[U,n,_,Ee,Le,Ie,T]),Ae=Object(o.useCallback)((function(){return Pe(ue)}),[Pe,ue]),De=Object(o.useCallback)((function(){if(H(!0),null==g||g(),n&&_){var e=_.play,t=_.counterName;e&&n.reachGoals(e,t)}Ee(Le)}),[g,n,_,Ee,Le]),Te=Object(o.useCallback)((function(){H(!1),d===jr.Custom&&(we(!0),H(!0))}),[d,H,we]),ze=Object(o.useCallback)((function(){C||f||se(!1)}),[C,f]),Be=Object(o.useCallback)((function(){H(!0),d===jr.Custom&&(je?Pe(!1):ge&&Pe(ue),Me(!1),we(!1))}),[Pe,d,je,ue,ge]),Re=Object(o.useCallback)((function(e){$(e.played),1===e.played&&se(!0)}),[]),Fe=Object(o.useCallback)((function(){u&&($(0),H(!0),null==U||U.seekTo(0)),Me(!0)}),[u,U]),Ue=Object(o.useCallback)((function(e,t){return d===jr.Custom&&Q?i.a.createElement(Zr,{className:en(\"custom-bar-controls\",{muted:e},h),mute:{isMuted:e,changeMute:function(t){t.stopPropagation(),Pe(e)}},elapsedTimePercent:t,__self:void 0,__source:{fileName:Jr,lineNumber:309,columnNumber:21}}):null}),[d,Q,h,Pe]);return i.a.createElement(\"div\",{className:en({wrapper:!J},b),ref:z,onClick:Ae,__self:void 0,__source:{fileName:Jr,lineNumber:330,columnNumber:13}},i.a.createElement(zr.a,{className:en(\"player\"),url:Oe,muted:ue,controls:d===jr.Default,height:J||\"100%\",width:oe||\"100%\",light:c,playing:Q,playIcon:Ce,progressInterval:60,onClickPreview:De,onStart:ze,onReady:Y,onPlay:Be,onPause:Te,onProgress:Re,onEnded:Fe,__self:void 0,__source:{fileName:Jr,lineNumber:335,columnNumber:17}}),Ue(ue,q))}));!function(e){e.Mp4=\"mp4\",e.Webm=\"webm\",e.Ogg=\"ogg\",e.Ogv=\"ogv\"}(rn||(rn={})),function(e){e.Mp4=\"video/mp4\",e.Webm=\"video/webm\",e.Ogg=\"video/ogg\"}(nn||(nn={}));var an=(tn={},Object(C.a)(tn,nn.Webm,1),Object(C.a)(tn,nn.Ogg,2),Object(C.a)(tn,nn.Mp4,3),tn);function cn(e){var t=e.split(\"?\");switch(Object(R.a)(t,1)[0].split(\".\").pop()){case rn.Mp4:return nn.Mp4;case rn.Webm:return nn.Webm;case rn.Ogg:case rn.Ogv:return nn.Ogg;default:return}}var ln=r(74),un={insert:\"head\",singleton:!1},sn=(u()(ln.a,un),ln.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/Media/Video/Video.tsx\"),dn=T(\"media-component-video\"),pn=function(e){var t=e.video,r=e.height,n=e.metrika,a=e.analyticsEvents,c=e.previewImg,l=e.playButton,u=e.customBarControlsClassName,s=e.videoClassName,d=e.playVideo,p=e.setHasVideoFallback,f=e.hasVideoFallback,m=Object(o.useRef)(null);Object(o.useEffect)((function(){if(m&&m.current){var e=t.loop;if(e&&\"boolean\"!=typeof e){var r=e.start,n=void 0===r?0:r,o=e.end;m.current.addEventListener(\"timeupdate\",(function(){var e=m.current,t=o||e&&e.duration;e&&e.currentTime===t&&(e.currentTime=n,e.play().catch((function(){return p(!0)})))}),{passive:!0})}d&&m.current.play().catch((function(){return p(!0)}))}}),[d,t,p]);var y=Object(o.useMemo)((function(){var e=t.src,o=t.loop,p=t.controls,f=t.muted,m=t.autoplay,y=void 0===m||m,b=t.elapsedTime,h=t.playButton;return i.a.createElement(on,{className:dn(\"react-player\",s),src:e,previewImgUrl:c,loop:Boolean(o),controls:p,muted:f,autoplay:y&&d,elapsedTime:b,playButton:h||l,customBarControlsClassName:u,metrika:n,analyticsEvents:a,height:r,__self:void 0,__source:{fileName:sn,lineNumber:76,columnNumber:13}})}),[t,r,s,c,d,l,u,n,a]),b=Object(o.useMemo)((function(){return t.src.length&&!f?i.a.createElement(\"div\",{className:dn(\"wrap\",s),style:{height:r},__self:void 0,__source:{fileName:sn,lineNumber:106,columnNumber:13}},i.a.createElement(\"video\",{disablePictureInPicture:!0,playsInline:!0,pip:\"false\",className:dn(\"item\"),ref:m,preload:\"metadata\",muted:!0,__self:void 0,__source:{fileName:sn,lineNumber:107,columnNumber:17}},(e=t.src,e.map((function(e){return{src:e,type:cn(e)}})).sort((function(e,t){var r=e.type,n=t.type;return void 0===r?1:void 0===n?-1:an[r]-an[n]}))).map((function(e,t){var r=e.src,n=e.type;return i.a.createElement(\"source\",{key:t,src:r,type:n,__self:void 0,__source:{fileName:sn,lineNumber:118,columnNumber:25}})})))):null;var e}),[t,s,f,r]);switch(t.type){case Nr.Player:return y;case Nr.Default:default:return b}},fn=\"/home/runner/work/page-constructor/page-constructor/src/components/Media/FullscreenVideo/FullscreenVideo.tsx\",mn=function(e){return i.a.createElement(Dr,{__self:void 0,__source:{fileName:fn,lineNumber:8,columnNumber:9}},(function(t){return i.a.createElement(pn,Object.assign({},e,t,{__self:void 0,__source:{fileName:fn,lineNumber:8,columnNumber:43}}))}))},yn=r(45),bn=r(153),hn=r.n(bn),vn=r(53),gn={insert:\"head\",singleton:!1},_n=(u()(vn.a,gn),vn.a.locals,T(\"Anchor\")),wn=function(e){var t=e.id,r=e.className,n=e.qa;return i.a.createElement(\"div\",{id:t,className:_n(null,r),\"data-qa\":n||\"qa-anchor\",__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/components/Anchor/Anchor.tsx\",lineNumber:19,columnNumber:5}})},xn=r(20),kn=r(21),Nn=r(16),jn=r(28),Mn=r(29),On=r(22);function Sn(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=Object(On.a)(e);if(t){var o=Object(On.a)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return Object(Mn.a)(this,r)}}var En,Ln,In,Cn,Pn,An,Dn,Tn=function(e){Object(jn.a)(r,e);var t=Sn(r);function r(){var e;Object(xn.a)(this,r);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return e=t.call.apply(t,[this].concat(i)),Object(C.a)(Object(Nn.a)(e),\"ref\",Object(o.createRef)()),Object(C.a)(Object(Nn.a)(e),\"handleOutsideClick\",(function(t){t.target&&e.ref&&e.ref.current&&!e.ref.current.contains(t.target)&&e.props.onOutsideClick()})),e}return Object(kn.a)(r,[{key:\"componentDidMount\",value:function(){document.addEventListener(\"click\",this.handleOutsideClick,{passive:!0})}},{key:\"componentWillUnmount\",value:function(){document.removeEventListener(\"click\",this.handleOutsideClick)}},{key:\"render\",value:function(){var e=this.props,t=e.className,r=e.onClick,n=e.children;return i.a.createElement(\"div\",{className:t,ref:this.ref,onClick:r,__self:this,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/components/OutsideClick/OutsideClick.tsx\",lineNumber:24,columnNumber:13}},n)}}]),r}(i.a.Component);function zn(e,t){return\"d\".concat(t?\"-\".concat(t):\"\",\"-\").concat(e)}function Bn(e,t){return Object.keys(e).reduce((function(r,n){var o=n===In.All?\"\":\"-\".concat(n),i=e[n],a=i||t!==Pn.Col?\"-\".concat(i):\"\";return r+\" \".concat(t).concat(o).concat(a)}),\"\")}function Rn(e){return Bn(e,Pn.Offset)}function Fn(e){return Bn(e,Pn.Order)}function Un(e,t){var r=t===An.None?[An.None,An.Block]:[An.Block,An.None],n=Object(R.a)(r,2),o=n[0],i=n[1];return\"\".concat(zn(i),\" \").concat(zn(o,e))}function Yn(e){return\"number\"==typeof e?\"\".concat(Pn.Col,\"-\").concat(e.toString()):Bn(e,Pn.Col)}function Wn(e){return\"d-flex \".concat(e)}!function(e){e.Start=\"justify-content-start\",e.Center=\"justify-content-center\",e.End=\"justify-content-end\",e.Around=\"justify-content-around\",e.Between=\"justify-content-between\"}(En||(En={})),function(e){e.Start=\"align-items-start\",e.Center=\"align-items-center\",e.End=\"align-items-end\"}(Ln||(Ln={})),function(e){e.Sm=\"sm\",e.Md=\"md\",e.Lg=\"lg\",e.Xl=\"xl\",e.All=\"all\"}(In||(In={})),function(e){e.Start=\"align-self-start\",e.Center=\"align-self-center\",e.End=\"align-self-end\"}(Cn||(Cn={})),function(e){e.Col=\"col\",e.Offset=\"offset\",e.Order=\"order\"}(Pn||(Pn={})),function(e){e.None=\"none\",e.Block=\"block\"}(An||(An={})),function(e){e.First=\"first\",e.Last=\"last\"}(Dn||(Dn={}));var Vn=[\"children\",\"style\",\"dataQa\"],Qn=Object(o.forwardRef)((function(e,t){var r,n,o,a,c,l,u,s,d,p,f,m=e.children,y=e.style,b=e.dataQa,h=I(e,Vn);return i.a.createElement(\"div\",{ref:t,className:(r=h,n=r.className,o=void 0===n?\"\":n,a=r.sizes,c=r.offsets,l=r.orders,u=r.hidden,s=r.visible,d=r.alignSelf,p=r.justifyContent,f=r.reset,[Pn.Col,d,p&&Wn(p),a&&Yn(a),c&&Rn(c),l&&Fn(l),u&&Un(u,An.None),s&&Un(s,An.Block),f&&\"col-reset\",o].filter(Boolean).join(\" \")),style:y,\"data-qa\":b,__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/grid/Col/Col.tsx\",lineNumber:18,columnNumber:9}},m)}));Qn.displayName=\"Col\";var Hn,Gn=r(154),Zn=r.n(Gn);!function(e){e.PromoFeaturesBlock=\"promo-features-block\",e.ExtendedFeaturesBlock=\"extended-features-block\",e.SliderBlock=\"slider-block\",e.QuestionsBlock=\"questions-block\",e.BannerBlock=\"banner-block\",e.CompaniesBlock=\"companies-block\",e.MediaBlock=\"media-block\",e.InfoBlock=\"info-block\",e.TableBlock=\"table-block\",e.TabsBlock=\"tabs-block\",e.HeaderSliderBlock=\"header-slider-block\",e.HeaderBlock=\"header-block\",e.IconsBlock=\"icons-block\",e.CardLayoutBlock=\"card-layout-block\",e.ContentLayoutBlock=\"content-layout-block\",e.ShareBlock=\"share-block\",e.MapBlock=\"map-block\",e.FilterBlock=\"filter-block\"}(Hn||(Hn={}));var qn,$n,Xn,Kn=Object.values(Hn),Jn=[Hn.HeaderBlock,Hn.HeaderSliderBlock];function eo(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function to(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?eo(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):eo(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}!function(e){e.Sm=\"sm\",e.Md=\"md\",e.Lg=\"lg\",e.Xl=\"xl\"}(qn||(qn={})),function(e){e.MediaCard=\"media-card\",e.HeaderCard=\"header-card\"}($n||($n={})),function(e){e.Vk=\"vk\",e.Telegram=\"telegram\",e.Twitter=\"twitter\",e.Facebook=\"facebook\",e.LinkedIn=\"linkedin\"}(Xn||(Xn={}));var ro=\"<(\".concat([\"div\",\"p\",\"h[1-6]\",\"address\",\"article\",\"aside\",\"blockquote\",\"canvas\",\"dd\",\"dl\",\"dt\",\"fieldset\",\"figcaption\",\"footer\",\"header\",\"hr\",\"main\",\"nav\",\"section\",\"video\",\"pre\",\"figure\",\"form\",\"pre\",\"ol\",\"ul\",\"li\",\"table\",\"thead\",\"tbody\",\"tfoot\",\"tr\",\"th\",\"td\"].join(\"|\"),\")[^>]*>\");function no(e,t){return\"\".concat(e.type,\"-\").concat(t)}var oo=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.blocks,r=void 0===t?{}:t,n=e.headers,o=void 0===n?{}:n;return[].concat(Object(P.a)(Object.keys(r)),Object(P.a)(Object.keys(o)))},io=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.blocks,r=void 0===t?{}:t,n=e.headers,o=void 0===n?{}:n,i=e.subBlocks,a=void 0===i?{}:i;return to(to(to({},r),o),a)},ao=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.subBlocks,r=void 0===t?{}:t;return Object.keys(r)},co=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.headers,r=void 0===t?{}:t;return Object.keys(r)},lo=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},r=new URL(e);return Object.entries(t).forEach((function(e){var t=Object(R.a)(e,2),n=t[0],o=t[1];o&&r.searchParams.set(n,o)})),r.toString()},uo=function(e){var t,r=e.children,n=e.block,o=void 0!==n&&n,a=e.className,c=e.itemProp;return r?i.a.createElement(o||(t=r,new RegExp(ro,\"g\").test(t))?\"div\":\"span\",{dangerouslySetInnerHTML:{__html:r},className:a,itemProp:c}):null},so=D()(\"yfm\"),po=function(e){var t=e.content,r=e.modifiers,n=e.className,o=e.itemProp;return i.a.createElement(uo,{className:so(r?Zn()(r):{},n),itemProp:o,__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/components/YFMWrapper/YFMWrapper.tsx\",lineNumber:26,columnNumber:5}},t)},fo=function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:\"12\",height:\"12\",viewBox:\"0 0 12 12\",fill:\"currentColor\"},we,e,{__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/icons/NavigationChevron.tsx\",lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{fillRule:\"evenodd\",clipRule:\"evenodd\",d:\"M1 3L6 8L11 3L12 4L5.99997 10L-4.37114e-08 4L1 3Z\",__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/icons/NavigationChevron.tsx\",lineNumber:15,columnNumber:9}}))},mo=\"/home/runner/work/page-constructor/page-constructor/src/icons/Chevron.tsx\",yo=function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 16 16\",width:\"16\",height:\"16\",stroke:\"currentColor\"},we,e,{__self:void 0,__source:{fileName:mo,lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{fill:\"none\",d:\"M3 6l5 5 5-5\",__self:void 0,__source:{fileName:mo,lineNumber:15,columnNumber:9}}))},bo=r(50),ho={insert:\"head\",singleton:!1},vo=(u()(bo.a,ho),bo.a.locals,T(\"ToggleArrow\")),go=function(e){var t=e.type,r=void 0===t?\"horizontal\":t,n=e.iconType,o=void 0===n?\"default\":n,a=e.open,c=void 0!==a&&a,l=e.size,u=void 0===l?16:l,s=e.thin,d=void 0!==s&&s,p=e.slow,f=void 0!==p&&p,m=e.className;return i.a.createElement(ne,{className:vo({type:r,open:c,thin:d,slow:f},m),data:\"navigation\"===o?fo:yo,size:u,__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/components/ToggleArrow/ToggleArrow.tsx\",lineNumber:31,columnNumber:5}})},_o=r(55),wo={insert:\"head\",singleton:!1},xo=(u()(_o.a,wo),_o.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/Title/TitleItem.tsx\"),ko=T(\"title-item\");function No(e,t){switch(e){case\"xs\":return 13;case\"s\":return 16;case\"m\":return t?22:24;case\"l\":return t?26:38;default:return 20}}var jo=function(e){var t,r=Object(o.useContext)(k),n=e.textSize,a=void 0===n?\"m\":n,c=e.text,l=e.anchor,u=e.justify,s=e.url,d=e.onClick,p=e.custom,f=e.className,m=e.dataQa,y=e.resetMargin,b=void 0===y||y,h=Object(o.useContext)(v).hostname,g=i.a.createElement(i.a.Fragment,{__self:void 0,__source:{fileName:xo,lineNumber:54,columnNumber:9}},i.a.createElement(uo,{className:ko(\"text\"),__self:void 0,__source:{fileName:xo,lineNumber:55,columnNumber:13}},c),p&&i.a.createElement(i.a.Fragment,{__self:void 0,__source:{fileName:xo,lineNumber:57,columnNumber:17}},\" \",i.a.createElement(\"span\",{className:ko(\"custom\"),__self:void 0,__source:{fileName:xo,lineNumber:59,columnNumber:21}},p))),_=i.a.createElement(\"span\",{className:ko(\"wrapper\"),__self:void 0,__source:{fileName:xo,lineNumber:67,columnNumber:9}},g,\" \",i.a.createElement(go,{className:ko(\"arrow\",{size:a}),size:No(a,r),type:\"horizontal\",iconType:\"navigation\",open:!1,__self:void 0,__source:{fileName:xo,lineNumber:70,columnNumber:13}}));return s||d?s?t=i.a.createElement(\"a\",Object.assign({className:ko(\"link\"),href:s},Se(s,h),{onClick:d,__self:void 0,__source:{fileName:xo,lineNumber:84,columnNumber:13}}),_):d&&(t=i.a.createElement(\"span\",{className:ko(\"link\"),onClick:d,__self:void 0,__source:{fileName:xo,lineNumber:90,columnNumber:13}},_)):t=g,i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:xo,lineNumber:97,columnNumber:9}},l&&i.a.createElement(wn,{id:l,className:ko(\"anchor\"),__self:void 0,__source:{fileName:xo,lineNumber:98,columnNumber:24}}),i.a.createElement(function(e){switch(e){case\"l\":return\"h1\";case\"s\":return\"h4\";case\"xs\":return\"h5\";case\"m\":default:return\"h2\"}}(a),{className:ko({size:a,justify:u,\"reset-margin\":b},f),\"data-qa\":\"\".concat(m,\"-header\")},t))},Mo=r(54),Oo={insert:\"head\",singleton:!1},So=(u()(Mo.a,Oo),Mo.a.locals,[\"text\"]),Eo=\"/home/runner/work/page-constructor/page-constructor/src/components/Title/Title.tsx\",Lo=T(\"title\"),Io=function(e){var t=e.title,r=e.subtitle,n=e.className,o=e.colSizes,a=void 0===o?{all:12,sm:8}:o;if(!t&&!r)return null;var c=t&&\"string\"!=typeof t?t:{text:t},l=c.text,u=I(c,So);return i.a.createElement(\"div\",{className:Lo(null,n),__self:void 0,__source:{fileName:Eo,lineNumber:32,columnNumber:9}},l&&i.a.createElement(Qn,{reset:!0,sizes:a,__self:void 0,__source:{fileName:Eo,lineNumber:34,columnNumber:17}},i.a.createElement(jo,Object.assign({text:l},u,{__self:void 0,__source:{fileName:Eo,lineNumber:35,columnNumber:21}}))),r&&i.a.createElement(Qn,{reset:!0,sizes:a,__self:void 0,__source:{fileName:Eo,lineNumber:39,columnNumber:17}},i.a.createElement(\"div\",{className:Lo(\"description\",{titleSize:null==u?void 0:u.textSize}),__self:void 0,__source:{fileName:Eo,lineNumber:40,columnNumber:21}},i.a.createElement(po,{content:r,modifiers:{constructor:!0},__self:void 0,__source:{fileName:Eo,lineNumber:41,columnNumber:25}}))))},Co=i.a.createContext({setStyles:function(){}});var Po,Ao,Do=r(49),To={insert:\"head\",singleton:!1},zo=(u()(Do.a,To),Do.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/Slider/Arrow/Arrow.tsx\"),Bo=T(\"slider-block-arrow\"),Ro=function(e){var t=e.type,r=e.handleClick,n=e.className,o=e.size,a=void 0===o?16:o;return i.a.createElement(\"div\",{className:Bo({type:t},n),__self:void 0,__source:{fileName:zo,lineNumber:20,columnNumber:5}},i.a.createElement(\"button\",{className:Bo(\"button\"),onClick:function(){return r&&r(t)},__self:void 0,__source:{fileName:zo,lineNumber:21,columnNumber:9}},i.a.createElement(\"span\",{className:Bo(\"icon-wrapper\"),__self:void 0,__source:{fileName:zo,lineNumber:22,columnNumber:13}},i.a.createElement(go,{size:a,type:\"horizontal\",iconType:\"navigation\",className:Bo(\"icon\"),__self:void 0,__source:{fileName:zo,lineNumber:23,columnNumber:17}}))))};function Fo(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function Uo(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Fo(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Fo(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}!function(e){e.Sm=\"sm\",e.Md=\"md\",e.Lg=\"lg\",e.Xl=\"xl\"}(Po||(Po={}));var Yo=(Ao={},Object(C.a)(Ao,Po.Xl,3),Object(C.a)(Ao,Po.Lg,2),Object(C.a)(Ao,Po.Md,2),Object(C.a)(Ao,Po.Sm,1.15),Ao),Wo=Object.entries(Pe).reduce((function(e,t){var r=Object(R.a)(t,2),n=r[0],o=r[1];return Uo(Uo({},e),{},Object(C.a)({},o,n))}),{});function Vo(e){return Object.entries(e).map((function(e){var t=Object(R.a)(e,2),r=t[0],n=t[1];return{breakpoint:Pe[r],settings:{slidesToShow:n}}}))}var Qo=r(48),Ho={insert:\"head\",singleton:!1},Go=(u()(Qo.a,Ho),Qo.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/Slider/Slider.tsx\");function Zo(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function qo(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Zo(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Zo(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var $o=T(\"SliderBlock\"),Xo=T(\"slick-origin\");var Ko=function(e){var t,r,n,a,c,l,u=e.animated,s=e.title,d=e.description,p=e.type,f=e.anchorId,m=e.arrows,y=void 0===m||m,b=e.adaptive,h=e.autoplay,v=void 0===h?void 0:h,g=e.dots,_=void 0===g||g,w=e.dotsClassName,x=e.disclaimer,N=e.children,M=e.className,O=e.blockClassName,S=e.lazyLoad,E=e.arrowSize,L=e.onAfterChange,I=e.onBeforeChange,A=Object(o.useContext)(j).isServer,D=Object(o.useContext)(k),T=Object(o.useState)(Pe.xl),z=Object(R.a)(T,2),B=z[0],F=z[1],U=Object(o.useMemo)((function(){return function(e){if(!e)return[];return i.a.Children.map(e,(function(e){if(e){var t,r=null===(t=e.props.data)||void 0===t?void 0:t.items;if(r)return r.map((function(t){return i.a.cloneElement(e,{data:qo(qo({},e.props.data),{},{items:[t]})})}))}return e})).filter(Boolean)}(N)}),[N]),Y=U.length,W=Object(o.useState)((r={contentLength:Y,breakpoints:e.slidesToShow,mobileFullscreen:Boolean(e.type&&Object.values($n).includes(e.type))},a=r.contentLength,c=r.breakpoints,l=r.mobileFullscreen,n=\"number\"==typeof c?Object.keys(Yo).reduce((function(e,t){return Uo(Uo({},e),{},Object(C.a)({},t,c))}),{}):c||Yo,Uo(Uo(Uo({},Yo),ie.a.pickBy(n,(function(e){return!isNaN(e)}))),{},{sm:!l&&a>1?Yo.sm:1}))),V=Object(R.a)(W,1)[0],Q=function(e){return Math.floor(Math.max.apply(Math,Object(P.a)(Object.values(e))))}(V),G=function(e,t){var r=Wo[e];return Math.floor(t[r])}(B,V),Z=Object(o.useState)(0),q=Object(R.a)(Z,2),$=q[0],X=q[1],K=Object(o.useState)({}),J=Object(R.a)(K,2),ee=J[0],te=J[1],re=Object(o.useState)(),ne=Object(R.a)(re,2),oe=ne[0],ae=ne[1],ce=Object(o.useRef)(),le=function(e){var t=Object(o.useContext)(k),r=Object(o.useState)(!1),n=Object(R.a)(r,2),i=n[0],a=n[1],c=Object(o.useCallback)((function(){return a(!0)}),[]),l=Object(o.useCallback)((function(){return a(!1)}),[]);return Object(o.useEffect)((function(){return e?(t?e.addEventListener(\"pointerdown\",c,{passive:!0}):(e.addEventListener(\"mouseenter\",c,{passive:!0}),e.addEventListener(\"mouseleave\",l,{passive:!0})),function(){t?e.removeEventListener(\"pointerdown\",c):(e.removeEventListener(\"mouseenter\",c),e.removeEventListener(\"mouseleave\",l))}):ie.a.noop}),[e,t,c,l]),{hasFocus:i,setFocus:c,unsetFocus:l}}(null==oe||null===(t=oe.innerSlider)||void 0===t?void 0:t.list),ue=le.hasFocus,se=le.unsetFocus,de=Object(o.useCallback)(ie.a.debounce((function(){if(oe){var e=ie.a.get(oe,\"state.breakpoint\")||Pe.xl;e!==B&&(F(e),X(0),oe.slickGoTo(0))}}),100),[oe,B]),pe=Object(o.useCallback)((function(e){v&&Y-Q===e&&(ce.current=setTimeout((function(){oe&&(oe.slickGoTo(0,!1),oe.slickPause()),setTimeout((function(){oe&&oe.slickPlay()}),500)}),v))}),[v,Y,oe,Q]);Object(o.useEffect)((function(){ue&&ce.current?clearTimeout(ce.current):pe($)}),[$,ue,pe]),Object(o.useEffect)((function(){return de(),window.addEventListener(\"resize\",de,{passive:!0}),function(){return window.removeEventListener(\"resize\",de)}}),[de]);var fe,me,ye=Object(o.useCallback)((function(e){var t;t=\"right\"===e?$===Y-G?0:$+1:0===$?Y-G:$-1,oe&&oe.slickGoTo(t)}),[Y,$,oe,G]),be=Object(o.useCallback)((function(e,t){I&&I(e,t),X(Math.ceil(t))}),[I]),he=Object(o.useCallback)((function(e){L&&L(e),ce.current&&clearTimeout(ce.current),ue||pe(e)}),[L,ue,pe]),ve=Object(o.useCallback)((function(e){var t=e>$?e+1-G:e;oe&&oe.slickGoTo(t)}),[oe,$,G]),ge=function(){return Y<=G||!_||1===Y?null:i.a.createElement(\"div\",{className:$o(\"dots\",w),__self:void 0,__source:{fileName:Go,lineNumber:254,columnNumber:13}},i.a.createElement(\"ul\",{className:$o(\"dots-list\"),__self:void 0,__source:{fileName:Go,lineNumber:255,columnNumber:17}},(e=24*$,t=8+24*(G-1),G>1&&i.a.createElement(\"li\",{className:$o(\"bar\"),style:{left:e,width:t},__self:void 0,__source:{fileName:Go,lineNumber:227,columnNumber:17}})),Array(Y).fill(null).map((function(e,t){return function(e){return i.a.createElement(\"li\",{key:e,className:$o(\"dot\",{active:e===$}),onClick:function(){return ve(e)},__self:void 0,__source:{fileName:Go,lineNumber:240,columnNumber:13}})}(t)}))));var e,t};return i.a.createElement(Co.Provider,{value:qo(qo({},ee),{},{setStyles:te}),__self:void 0,__source:{fileName:Go,lineNumber:309,columnNumber:9}},i.a.createElement(\"div\",{className:$o({\"align-left\":Y<G,\"one-slide\":1===Y,\"only-arrows\":!(null!=s&&s.text)&&!d&&y,mobile:D,type:p},O),__self:void 0,__source:{fileName:Go,lineNumber:310,columnNumber:13}},f&&i.a.createElement(wn,{id:f,__self:void 0,__source:{fileName:Go,lineNumber:322,columnNumber:30}}),i.a.createElement(Io,{title:s,subtitle:d,className:$o(\"header\",{\"no-description\":!d}),__self:void 0,__source:{fileName:Go,lineNumber:323,columnNumber:17}}),i.a.createElement(H,{className:$o(\"animate-slides\"),animate:u,__self:void 0,__source:{fileName:Go,lineNumber:328,columnNumber:17}},(fe=A&&D,me={ref:function(e){return ae(e)},className:Xo(null,M),arrows:y,variableWidth:fe,infinite:!1,speed:1e3,adaptiveHeight:b,autoplay:Boolean(v),autoplaySpeed:v,slidesToShow:Q,slidesToScroll:1,responsive:Vo(V),beforeChange:be,afterChange:he,initialSlide:0,nextArrow:i.a.createElement(Ro,{type:\"right\",handleClick:ye,size:E,__self:void 0,__source:{fileName:Go,lineNumber:292,columnNumber:24}}),prevArrow:i.a.createElement(Ro,{type:\"left\",handleClick:ye,size:E,__self:void 0,__source:{fileName:Go,lineNumber:293,columnNumber:24}}),lazyLoad:S},i.a.createElement(Tn,{onOutsideClick:D?se:ie.a.noop,__self:void 0,__source:{fileName:Go,lineNumber:298,columnNumber:13}},i.a.createElement(hn.a,Object.assign({},me,{__self:void 0,__source:{fileName:Go,lineNumber:299,columnNumber:17}}),U),i.a.createElement(\"div\",{className:$o(\"footer\"),__self:void 0,__source:{fileName:Go,lineNumber:300,columnNumber:17}},x?i.a.createElement(\"div\",{className:$o(\"disclaimer\",{size:x.size||\"m\"}),__self:void 0,__source:{fileName:Go,lineNumber:267,columnNumber:13}},x.text):null,ge()))))))},Jo=r(72),ei={insert:\"head\",singleton:!1},ti=(u()(Jo.a,ei),Jo.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/BackgroundImage/BackgroundImage.tsx\"),ri=T(\"storage-background-image\"),ni=function(e){var t=e.children,r=e.src,n=e.desktop,o=e.className,a=e.imageClassName,c=e.style,l=e.hide,u=e.qa;return i.a.createElement(\"div\",{className:ri(null,o),style:c,\"data-qa\":u,__self:void 0,__source:{fileName:ti,lineNumber:15,columnNumber:9}},(r||n)&&!l&&i.a.createElement(He,Object.assign({},e,{className:ri(\"img\",a),__self:void 0,__source:{fileName:ti,lineNumber:16,columnNumber:43}})),t&&i.a.createElement(\"div\",{className:ri(\"container\"),__self:void 0,__source:{fileName:ti,lineNumber:17,columnNumber:26}},t))},oi=Ye({en:r(161),ru:r(162)},\"FullscreenImage\"),ii=r(70),ai={insert:\"head\",singleton:!1},ci=(u()(ii.a,ai),ii.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/FullscreenImage/FullscreenImage.tsx\"),li=T(\"fullscreen-image\"),ui=function(e){var t=e.imageClassName,r=e.modalImageClass,n=e.imageStyle,a=e.alt,c=void 0===a?oi(\"img-alt\"):a,l=Object(o.useState)(!1),u=Object(R.a)(l,2),s=u[0],d=u[1],p=Object(o.useState)(!1),f=Object(R.a)(p,2),m=f[0],y=f[1],b=function(){return d(!0)},h=function(){return d(!1)};return i.a.createElement(\"div\",{className:li(),__self:void 0,__source:{fileName:ci,lineNumber:34,columnNumber:9}},i.a.createElement(\"div\",{className:li(\"image-wrapper\"),onMouseEnter:function(){return y(!0)},onMouseLeave:function(){return y(!1)},__self:void 0,__source:{fileName:ci,lineNumber:35,columnNumber:13}},i.a.createElement(He,Object.assign({},e,{alt:c,className:li(\"image\",t),onClick:b,style:n,__self:void 0,__source:{fileName:ci,lineNumber:40,columnNumber:17}})),i.a.createElement(\"div\",{className:li(\"icon-wrapper\",{visible:m}),onClick:b,__self:void 0,__source:{fileName:ci,lineNumber:47,columnNumber:17}},i.a.createElement(ne,{data:Or,width:18,height:18,className:li(\"icon\"),__self:void 0,__source:{fileName:ci,lineNumber:48,columnNumber:21}}))),s&&i.a.createElement(vr,{open:s,onClose:h,className:li(\"modal\"),__self:void 0,__source:{fileName:ci,lineNumber:57,columnNumber:17}},i.a.createElement(\"div\",{className:li(\"modal-content\"),__self:void 0,__source:{fileName:ci,lineNumber:58,columnNumber:21}},i.a.createElement(\"div\",{className:li(\"icon-wrapper\",{visible:!0}),onClick:h,__self:void 0,__source:{fileName:ci,lineNumber:59,columnNumber:25}},i.a.createElement(ne,{data:Er,width:30,height:30,className:li(\"icon\",{hover:!0}),__self:void 0,__source:{fileName:ci,lineNumber:60,columnNumber:29}})),i.a.createElement(He,Object.assign({},e,{className:li(\"modal-image\",r),__self:void 0,__source:{fileName:ci,lineNumber:67,columnNumber:25}})))))};function si(e){return\"string\"==typeof e?{src:e}:e}var di=r(69),pi={insert:\"head\",singleton:!1},fi=(u()(di.a,pi),di.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/Media/Image/Image.tsx\"),mi=T(\"media-component-image\"),yi=function(e){var t=e.parallax,r=e.image,n=e.height,a=e.imageClassName,c=e.isBackground,l=e.hasVideoFallback,u=e.video,s=e.fullscreen,d=Object(o.useState)(0),p=Object(R.a)(d,2),f=p[0],m=p[1],y=Object(yn.useSpring)((function(){return{springScrollY:0,config:yn.config.molasses}})),b=Object(R.a)(y,2),h=b[0].springScrollY,v=b[1],g=\"\";if(Object(o.useEffect)((function(){if(t){var e=function(){return m(window.scrollY)};return window.addEventListener(\"scroll\",ie.a.debounce(e,5),{passive:!0}),function(){return window.removeEventListener(\"scroll\",ie.a.debounce(e,5))}}return function(){}})),t){v({springScrollY:n&&f>n?n:f}),g=h.interpolate((function(e){return\"translateY(-\".concat(Number(e)/2,\"px)\")}))}var _,w,x,k=mi(\"item\",{withVideo:Boolean(u)&&!l},a),N=function(e){var t=si(e);return i.a.createElement(ui,Object.assign({key:t.alt},t,{imageClassName:k,imageStyle:{height:n},__self:void 0,__source:{fileName:fi,lineNumber:75,columnNumber:13}}))},j=function(e){var t=si(e);return i.a.createElement(He,Object.assign({},t,{className:k,style:{height:n},__self:void 0,__source:{fileName:fi,lineNumber:95,columnNumber:16}}))};return Array.isArray(r)?(_=r,w=void 0===s||s,i.a.createElement(Ko,{slidesToShow:1,type:$n.MediaCard,__self:void 0,__source:{fileName:fi,lineNumber:102,columnNumber:13}},_.map((function(e){return w?N(e):j(e)})))):s?N(r):c?(x=si(r),i.a.createElement(yn.animated.div,{style:{transform:g||\"none\"},__self:void 0,__source:{fileName:fi,lineNumber:87,columnNumber:13}},i.a.createElement(ni,Object.assign({},x,{className:k,style:{height:n},__self:void 0,__source:{fileName:fi,lineNumber:88,columnNumber:17}})))):j(r)},bi=r(68),hi={insert:\"head\",singleton:!1},vi=(u()(bi.a,hi),bi.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/Media/Media.tsx\"),gi=T(\"Media\"),_i=function(e){var t=e.image,r=e.video,n=e.youtube,a=e.dataLens,c=e.color,l=e.height,u=e.previewImg,s=e.parallax,d=void 0!==s&&s,p=e.metrika,f=e.fullscreen,m=e.analyticsEvents,y=e.className,b=e.imageClassName,h=e.videoClassName,v=e.youtubeClassName,g=e.playVideo,_=void 0===g||g,w=e.isBackground,x=e.playButton,k=e.customBarControlsClassName,N=Object(o.useState)(!1),j=Object(R.a)(N,2),M=j[0],O=j[1],S=Object(o.useMemo)((function(){var e=[];if(t&&e.push(i.a.createElement(yi,{key:\"image\",parallax:d,image:t,height:l,imageClassName:b,isBackground:w,video:r,hasVideoFallback:M,fullscreen:f,__self:void 0,__source:{fileName:vi,lineNumber:53,columnNumber:17}})),r){var o={key:\"video\",video:r,videoClassName:h,height:l,metrika:p,analyticsEvents:m,playVideo:_,previewImg:u,playButton:x,customBarControlsClassName:k,hasVideoFallback:M,setHasVideoFallback:O};f?e.push(i.a.createElement(mn,Object.assign({},o,{__self:void 0,__source:{fileName:vi,lineNumber:84,columnNumber:29}}))):e.push(i.a.createElement(pn,Object.assign({},o,{__self:void 0,__source:{fileName:vi,lineNumber:86,columnNumber:29}})))}return n&&(e=i.a.createElement(ot,{className:gi(\"youtube\",v),record:n,attributes:{color:\"white\",rel:\"0\"},previewImg:u,height:l,fullscreen:f,analyticsEvents:m,__self:void 0,__source:{fileName:vi,lineNumber:92,columnNumber:17}})),a&&(e=i.a.createElement(st,{dataLens:a,__self:void 0,__source:{fileName:vi,lineNumber:105,columnNumber:22}})),e}),[t,r,n,a,d,l,b,w,M,h,p,m,_,u,x,k,v,f]);return i.a.createElement(\"div\",{className:gi(null,y),style:{backgroundColor:c},__self:void 0,__source:{fileName:vi,lineNumber:131,columnNumber:9}},S)},wi=r(120),xi={insert:\"head\",singleton:!1},ki=(u()(wi.a,xi),wi.a.locals,[\"className\",\"color\",\"animated\",\"parallax\",\"video\",\"mediaClassName\",\"fullWidthMedia\"]),Ni=\"/home/runner/work/page-constructor/page-constructor/src/components/BackgroundMedia/BackgroundMedia.tsx\";function ji(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var Mi,Oi=T(\"BackgroundMedia\"),Si=function(e){var t=e.className,r=e.color,n=e.animated,a=e.parallax,c=void 0===a||a,l=e.video,u=e.mediaClassName,s=e.fullWidthMedia,d=I(e,ki),p=Object(o.useContext)(k);return i.a.createElement(H,{className:Oi(null,t),style:{backgroundColor:r},animate:n,__self:void 0,__source:{fileName:Ni,lineNumber:26,columnNumber:9}},i.a.createElement(_i,Object.assign({className:Oi(\"media\",{\"full-width-media\":s},u),imageClassName:Oi(\"image\"),videoClassName:Oi(\"video\"),isBackground:!0},function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?ji(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):ji(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({height:720,color:r,parallax:c,video:p?void 0:l},d),{__self:void 0,__source:{fileName:Ni,lineNumber:31,columnNumber:13}})))},Ei=Object(o.forwardRef)((function(e,t){var r=e.className,n=e.justifyContent,a=e.alignItems,c=e.noGutter,l=e.style,u=e.children,s=Object(o.useCallback)((function(){return[\"row\",r,n,a,c&&\"no-gutter\"].filter(Boolean).join(\" \")}),[r,n,a,c]);return i.a.createElement(\"div\",{ref:t,className:s(),style:l,__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/grid/Row/Row.tsx\",lineNumber:25,columnNumber:9}},u)}));Ei.displayName=\"Row\",function(e){e.IOS=\"ios\",e.ANDROID=\"android\",e.BROWSER=\"browser\"}(Mi||(Mi={}));q(\"root\")({mobile:!0}).split(/\\s+/)[1];var Li,Ii=r(64),Ci={insert:\"head\",singleton:!1};u()(Ii.a,Ci),Ii.a.locals;!function(e){e.Ru=\"ru\",e.En=\"en\"}(Li||(Li={}));Li.En;const Pi=q(\"store-badge\");function Ai({platform:e,lang:t=Li.En,className:r,onClick:n,url:o,alt:a}){return o?i.a.createElement(\"a\",{className:Pi(null,r),onClick:n,href:o,target:\"_blank\",rel:\"noopener noreferrer\"},i.a.createElement(\"img\",{className:Pi(\"image\",{platform:e,lang:t}),alt:a})):i.a.createElement(\"img\",{className:Pi({platform:e,lang:t},r),onClick:n,alt:a})}function Di(e){return function(t){if(!Object(o.isValidElement)(t))return!1;const{type:r}=t;return r===e||r.displayName===e.displayName}}\n/*! *****************************************************************************\nCopyright (c) Microsoft Corporation.\n\nPermission to use, copy, modify, and/or distribute this software for any\npurpose with or without fee is hereby granted.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\nPERFORMANCE OF THIS SOFTWARE.\n***************************************************************************** */Object.create;Object.create;const Ti=new class{constructor(e){this.subscriptions=[],this.componentPrefix=e}subscribe(e){this.subscriptions.push(e)}unsubscribe(e){const t=this.subscriptions.indexOf(e);t>-1&&this.subscriptions.splice(t,1)}publish(e){var{componentId:t}=e,r=function(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&\"function\"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}(e,[\"componentId\"]);this.subscriptions.forEach(e=>e(Object.assign(Object.assign({},r),{componentId:this.componentPrefix?`${this.componentPrefix}${t}`:t})))}withEventPublisher(e,t){return r=>{this.publish(Object.assign(Object.assign({},r),{componentId:e,qa:t}))}}}(\"yc-\"),zi=q(\"button\"),Bi=({side:e,className:t,children:r})=>i.a.createElement(\"span\",{className:zi(\"icon\",{side:e},t)},i.a.createElement(\"span\",{className:zi(\"icon-inner\")},r));Bi.displayName=\"Button.Icon\";const Ri=Di(ne);var Fi=r(61),Ui={insert:\"head\",singleton:!1};u()(Fi.a,Ui),Fi.a.locals;const Yi=q(\"button\"),Wi=i.a.forwardRef((function({view:e=\"normal\",size:t=\"m\",pin:r=\"round-round\",selected:n=!1,disabled:o=!1,loading:a=!1,width:c,title:l,tabIndex:u,type:s=\"button\",component:d,href:p,target:f,rel:m,extraProps:y,onClick:b,onMouseEnter:h,onMouseLeave:v,onFocus:g,onBlur:_,children:w,id:x,style:k,className:N,qa:j},M){const O={title:l,tabIndex:u,onClick:b,onClickCapture:i.a.useCallback(t=>{Ti.publish({componentId:\"Button\",eventId:\"click\",domEvent:t,meta:{content:t.currentTarget.textContent,view:e}})},[e]),onMouseEnter:h,onMouseLeave:v,onFocus:g,onBlur:_,id:x,style:k,className:Yi({view:e,size:t,pin:r,selected:n,disabled:o||a,loading:a,width:c},N),\"data-qa\":j};if(\"string\"==typeof p||d){const e={href:p,target:f,rel:\"_blank\"!==f||m?m:\"noopener noreferrer\"};return i.a.createElement(d||\"a\",Object.assign(Object.assign(Object.assign(Object.assign({},y),O),d?{}:e),{ref:M,\"aria-disabled\":o||a}),Hi(w))}return i.a.createElement(\"button\",Object.assign({},y,O,{ref:M,type:s,disabled:o||a}),Hi(w))}));Wi.displayName=\"Button\";const Vi=Object.assign(Wi,{Icon:Bi}),Qi=Di(Bi);function Hi(e){const t=i.a.Children.toArray(e);if(1===t.length){const e=t[0];return Qi(e)?e:Ri(e)?i.a.createElement(Vi.Icon,{key:\"icon\"},e):i.a.createElement(\"span\",{key:\"text\",className:Yi(\"text\")},e)}{let e,r,n;const a=[];for(const n of t){const t=Ri(n),c=Qi(n);if(t||c)if(e||0!==a.length){if(!r&&0!==a.length){const e=\"icon-right\",a=\"right\";r=t?i.a.createElement(Vi.Icon,{key:e,side:a},n):Object(o.cloneElement)(n,{side:a})}}else{const r=\"icon-left\",a=\"left\";e=t?i.a.createElement(Vi.Icon,{key:r,side:a},n):Object(o.cloneElement)(n,{side:a})}else a.push(n)}return a.length>0&&(n=i.a.createElement(\"span\",{key:\"text\",className:Yi(\"text\")},a)),[e,r,n]}}var Gi=r(18);var Zi=function(){var e=Object(o.useContext)(x),t=e.metrika,r=e.pixel;return function(e){var n=e.metrikaGoals,o=e.pixelEvents;t&&n&&(!function(e){return Boolean(Array.isArray(e)&&e.length&&\"object\"===Object(Gi.a)(e[0]))}(n)?t.reachGoals(n):n.forEach((function(e){var r=e.name,n=e.isCrossSite;return t.reachGoal(n?\"cross-site\":\"main\",r)}))),r&&o&&(!function(e){return!!(Array.isArray(e)&&e.length&&\"name\"in e)}(o)?r.track(o):o.forEach((function(e){var t=e.name,n=e.data;return r.trackStandard(t,n)})))}},qi=\"/home/runner/work/page-constructor/page-constructor/src/icons/Github.tsx\",$i=function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 32 32\",width:\"32\",height:\"32\",fill:\"currentColor\"},we,e,{__self:void 0,__source:{fileName:qi,lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{d:\"M25.524 10.479a10.952 10.952 0 0 0-4.003-4.004C19.836 5.492 17.996 5 16 5s-3.836.492-5.521 1.475a10.95 10.95 0 0 0-4.004 4.004C5.492 12.164 5 14.004 5 15.998c0 2.397.7 4.553 2.098 6.467 1.4 1.915 3.206 3.24 5.421 3.975.258.048.45.014.573-.1a.56.56 0 0 0 .186-.43l-.007-.773a128.35 128.35 0 0 1-.007-1.275l-.33.057c-.21.039-.474.055-.794.05a6.048 6.048 0 0 1-.996-.1 2.224 2.224 0 0 1-.96-.43 1.817 1.817 0 0 1-.63-.88l-.143-.33a3.58 3.58 0 0 0-.45-.73c-.206-.267-.414-.449-.624-.544l-.1-.072a1.05 1.05 0 0 1-.186-.172.785.785 0 0 1-.13-.2c-.028-.067-.004-.122.072-.166.077-.043.215-.064.416-.064l.286.043c.191.039.427.153.71.344.28.19.512.44.694.744.22.392.484.69.795.896.31.205.623.308.938.308.315 0 .587-.024.816-.072.23-.048.444-.12.645-.215.086-.64.32-1.131.701-1.475a9.8 9.8 0 0 1-1.468-.258 5.846 5.846 0 0 1-1.346-.559 3.855 3.855 0 0 1-1.153-.96c-.306-.381-.556-.883-.752-1.503-.196-.62-.293-1.337-.293-2.148 0-1.156.377-2.14 1.131-2.951-.353-.869-.32-1.843.1-2.922.277-.086.688-.021 1.232.193.544.215.943.4 1.196.552.253.153.456.282.609.387a10.17 10.17 0 0 1 2.75-.373c.945 0 1.862.124 2.75.373l.544-.344c.372-.23.812-.44 1.318-.63.506-.191.893-.244 1.16-.158.43 1.08.468 2.053.115 2.922.754.812 1.131 1.795 1.131 2.95 0 .812-.098 1.53-.293 2.156-.196.626-.449 1.127-.76 1.504-.31.377-.696.695-1.16.952a5.855 5.855 0 0 1-1.346.559 9.84 9.84 0 0 1-1.468.258c.496.43.745 1.108.745 2.034v3.022c0 .171.06.315.179.43.12.114.308.147.566.1 2.215-.736 4.022-2.06 5.42-3.975 1.4-1.915 2.099-4.07 2.099-6.467 0-1.995-.492-3.835-1.476-5.52z\",__self:void 0,__source:{fileName:qi,lineNumber:15,columnNumber:9}}))},Xi=Ye({en:r(159),ru:r(160)},\"Button\"),Ki={normal:\"normal\",action:\"action\",flat:\"flat\",light:\"flat-secondary\",clear:\"flat-secondary\",raised:\"raised\",pseudo:\"outlined\",link:\"outlined-info\",accent:\"action\",websearch:\"action\",\"flat-special\":\"flat-contrast\",\"normal-special\":\"normal-contrast\",\"normal-dark\":\"outlined-contrast\",\"pseudo-special\":\"outlined-contrast\"},Ji={xs:\"s\",ns:\"s\",s:\"m\",m:\"l\",l:\"l\",n:\"l\",head:\"l\",promo:\"xl\"},ea=function(e){var t;return null!==(t=Ki[e])&&void 0!==t?t:e},ta=function(e){var t;return null!==(t=Ji[e])&&void 0!==t?t:e},ra=r(63),na={insert:\"head\",singleton:!1},oa=(u()(ra.a,na),ra.a.locals,[\"className\",\"metrikaGoals\",\"pixelEvents\",\"analyticsEvents\",\"size\",\"theme\",\"url\",\"img\",\"onClick\",\"text\",\"width\"]),ia=\"/home/runner/work/page-constructor/page-constructor/src/components/Button/Button.tsx\";function aa(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function ca(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?aa(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):aa(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var la=T(\"button-block\"),ua=function(e){var t,r=Zi(),n=Object(o.useContext)(h),a=n.lang,c=n.tld,l=e.className,u=e.metrikaGoals,s=e.pixelEvents,d=e.analyticsEvents,p=e.size,f=void 0===p?\"l\":p,m=e.theme,y=void 0===m?\"normal\":m,b=e.url,v=e.img,g=e.onClick,_=e.text,w=e.width,x=I(e,oa),k=_e(ye.Button,b),N=Object(o.useCallback)((function(e){r({metrikaGoals:u,pixelEvents:s}),k(d),g&&g(e)}),[r,u,s,k,d,g]),j={size:f,theme:y,width:w},M=v instanceof Object?{url:v.url,position:v.position||\"left\",alt:v.alt}:{url:v,position:\"left\"},O=la(ca(v?{position:M.position}:{},j),l),S=ca(ca({},x),{},{onClick:N});if(\"app-store\"===y||\"google-play\"===y){var E=\"app-store\"===y?Mi.IOS:Mi.ANDROID;return i.a.createElement(Ai,{className:O,platform:E,lang:a,url:b,__self:void 0,__source:{fileName:ia,lineNumber:76,columnNumber:16}})}var L=v&&i.a.createElement(\"img\",{className:la(\"image\"),src:M.url,alt:M.alt||Xi(\"image-alt\"),__self:void 0,__source:{fileName:ia,lineNumber:81,columnNumber:9}});\"github\"===y&&(t=i.a.createElement(ne,{className:la(\"icon\"),data:$i,size:24,qa:\"button-icon\",__self:void 0,__source:{fileName:ia,lineNumber:85,columnNumber:16}}),L=void 0);var C=\"scale\"===y?\"accent\":y;return i.a.createElement(Vi,Object.assign({className:O,view:ea(C),size:ta(f),href:b?Le(b,c):void 0,width:w},S,{__self:void 0,__source:{fileName:ia,lineNumber:92,columnNumber:9}}),t&&\"left\"===M.position?t:null,i.a.createElement(\"span\",{className:la(\"content\"),__self:void 0,__source:{fileName:ia,lineNumber:101,columnNumber:13}},L&&\"left\"===M.position?L:null,i.a.createElement(\"span\",{className:la(\"text\"),__self:void 0,__source:{fileName:ia,lineNumber:103,columnNumber:17}},_),L&&\"right\"===M.position?L:null),t&&\"right\"===M.position?t:null)},sa=\"/home/runner/work/page-constructor/page-constructor/src/icons/ArrowSidebar.tsx\",da=function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"24\",height:\"24\",fill:\"currentColor\"},we,e,{__self:void 0,__source:{fileName:sa,lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{d:\"M19.5 11H7.4l3.8-3.8c.4-.4.4-1 0-1.4s-1-.4-1.4 0L3.6 12l6.2 6.2c.2.2.5.3.7.3s.5-.1.7-.3c.4-.4.4-1 0-1.4L7.4 13h12.1c.6 0 1-.4 1-1s-.4-1-1-1z\",fill:\"currentColor\",__self:void 0,__source:{fileName:sa,lineNumber:15,columnNumber:9}}))},pa=\"/home/runner/work/page-constructor/page-constructor/src/components/BackLink/BackLink.tsx\";function fa(e){var t=Object(o.useContext)(v).history,r=e.url,n=e.title,a=e.theme,c=void 0===a?\"default\":a,l=e.size,u=void 0===l?\"l\":l,s=e.className,d=e.shouldHandleBackAction,p=void 0!==d&&d,f=e.onClick,m=_e(ye.ShareButton,r),y=Object(o.useCallback)(B(U.a.mark((function e(){return U.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(m(),t){e.next=3;break}return e.abrupt(\"return\");case 3:f&&f(),t.length>1?t.goBack():t.push({pathname:r});case 5:case\"end\":return e.stop()}}),e)}))),[m,t,f,r]);return i.a.createElement(Vi,{className:s,view:\"special\"===c?\"flat-contrast\":\"flat-secondary\",size:u,href:p?void 0:r,onClick:p?y:void 0,__self:this,__source:{fileName:pa,lineNumber:54,columnNumber:9}},i.a.createElement(ne,{data:da,size:24,__self:this,__source:{fileName:pa,lineNumber:61,columnNumber:13}}),i.a.createElement(\"span\",{__self:this,__source:{fileName:pa,lineNumber:62,columnNumber:13}},n))}var ma,ya=r(62),ba={insert:\"head\",singleton:!1},ha=(u()(ya.a,ba),ya.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/FileLink/FileLink.tsx\"),va=T(\"file-link\");!function(e){e.PDF=\"pdf\",e.DOC=\"doc\",e.XLS=\"xls\",e.PPT=\"ppt\",e.FIG=\"fig\",e.ZIP=\"zip\"}(ma||(ma={}));var ga=function(e){var t,r=Object(o.useContext)(v).hostname,n=e.href,a=e.text,c=e.type,l=void 0===c?\"vertical\":c,u=e.textSize,s=void 0===u?\"m\":u,d=e.className,p=e.theme,f=void 0===p?\"default\":p,m=e.onClick,y=(t=n).includes(\"https://www.figma.com\")?ma.FIG:t&&t.split(\".\").pop().toLowerCase();return i.a.createElement(\"div\",{className:va({ext:y,type:l,size:s,theme:f},d),__self:void 0,__source:{fileName:ha,lineNumber:44,columnNumber:9}},Object.values(ma).includes(y)&&i.a.createElement(\"div\",{className:va(\"file-label\"),__self:void 0,__source:{fileName:ha,lineNumber:46,columnNumber:17}},y),i.a.createElement(\"div\",{className:va(\"link\"),__self:void 0,__source:{fileName:ha,lineNumber:48,columnNumber:13}},i.a.createElement(\"a\",Object.assign({href:n},Se(n,r),{onClick:m,__self:void 0,__source:{fileName:ha,lineNumber:49,columnNumber:17}}),a)))},_a=r(60),wa={insert:\"head\",singleton:!1},xa=(u()(_a.a,wa),_a.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/Link/Link.tsx\"),ka=T(\"link-block\");function Na(e){switch(e){case\"l\":return 20;case\"m\":return 18;case\"s\":default:return 14}}var ja=function(e){var t=e.text,r=e.url,n=e.arrow,a=e.metrikaGoals,c=e.pixelEvents,l=e.analyticsEvents,u=e.theme,s=void 0===u?\"file-link\":u,d=e.colorTheme,p=void 0===d?\"light\":d,f=e.textSize,m=void 0===f?\"m\":f,y=e.className,b=e.target,g=e.children,_=Zi(),w=_e(ye.Link,r),x=Object(o.useContext)(v).hostname,k=Object(o.useContext)(h).tld,N=Le(e.url,k),j=\"back\"===s?\"l\":\"m\",M=function(){_({metrikaGoals:a,pixelEvents:c}),w(l)};return i.a.createElement(\"div\",{className:ka({size:m||j},y),__self:void 0,__source:{fileName:xa,lineNumber:111,columnNumber:9}},function(){switch(s){case\"back\":return i.a.createElement(fa,{title:g||t,url:N,onClick:M,__self:void 0,__source:{fileName:xa,lineNumber:66,columnNumber:24}});case\"file-link\":case\"underline\":return i.a.createElement(ga,{text:g||t,href:N,type:\"horizontal\",textSize:m,onClick:M,__self:void 0,__source:{fileName:xa,lineNumber:70,columnNumber:21}});case\"normal\":var e=Se(r,x,b),a=g||t;return i.a.createElement(\"a\",Object.assign({className:ka(\"link\",{theme:p,\"has-arrow\":n}),href:N,onClick:M},e,{__self:void 0,__source:{fileName:xa,lineNumber:83,columnNumber:21}}),n?i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:xa,lineNumber:90,columnNumber:29}},i.a.createElement(\"span\",{className:ka(\"content\"),__self:void 0,__source:{fileName:xa,lineNumber:91,columnNumber:33}},a),\"\",i.a.createElement(ne,{className:ka(\"arrow\"),data:yo,size:Na(m),__self:void 0,__source:{fileName:xa,lineNumber:93,columnNumber:33}})):a);default:return null}}())},Ma=r(59),Oa={insert:\"head\",singleton:!1},Sa=(u()(Ma.a,Oa),Ma.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/Content/Content.tsx\"),Ea=T(\"content\");function La(e){switch(e){case\"s\":return\"s\";case\"l\":default:return\"m\"}}function Ia(e){switch(e){case\"s\":return\"m\";case\"l\":default:return\"l\"}}function Ca(e){switch(e){case\"s\":return\"m\";case\"l\":default:return\"xl\"}}var Pa=function(e){var t=e.title,r=e.text,n=e.additionalInfo,o=e.size,a=void 0===o?\"l\":o,c=e.links,l=e.buttons,u=e.colSizes,s=void 0===u?{all:12,sm:8}:u,d=e.centered,p=e.theme,f=e.className,m=t&&\"string\"!=typeof t?t:{text:t,textSize:La(a)},y=Boolean(t);return i.a.createElement(Qn,{className:Ea({size:a,centered:d,theme:p},f),reset:!0,sizes:s,__self:void 0,__source:{fileName:Sa,lineNumber:65,columnNumber:9}},t&&i.a.createElement(Io,{className:Ea(\"title\"),title:m,colSizes:{all:12},__self:void 0,__source:{fileName:Sa,lineNumber:66,columnNumber:23}}),r&&i.a.createElement(\"div\",{className:Ea(\"text\",Object(C.a)({},\"without-title\",!y)),__self:void 0,__source:{fileName:Sa,lineNumber:68,columnNumber:17}},i.a.createElement(po,{content:r,modifiers:Object(C.a)({constructor:!0},\"constructor-size-\".concat(a),!0),__self:void 0,__source:{fileName:Sa,lineNumber:69,columnNumber:21}})),n&&i.a.createElement(\"div\",{className:Ea(\"notice\"),__self:void 0,__source:{fileName:Sa,lineNumber:76,columnNumber:17}},i.a.createElement(po,{content:n,modifiers:Object(C.a)({constructor:!0,\"constructor-notice\":!0},\"constructor-size-\".concat(a),!0),__self:void 0,__source:{fileName:Sa,lineNumber:77,columnNumber:21}})),c&&i.a.createElement(\"div\",{className:Ea(\"links\"),__self:void 0,__source:{fileName:Sa,lineNumber:88,columnNumber:17}},c.map((function(e){return i.a.createElement(ja,Object.assign({className:Ea(\"link\")},e,{textSize:Ia(a),key:e.url,__self:void 0,__source:{fileName:Sa,lineNumber:90,columnNumber:25}}))}))),l&&i.a.createElement(\"div\",{className:Ea(\"buttons\"),__self:void 0,__source:{fileName:Sa,lineNumber:100,columnNumber:17}},l.map((function(e){return i.a.createElement(ua,Object.assign({className:Ea(\"button\")},e,{key:e.url,size:Ca(a),__self:void 0,__source:{fileName:Sa,lineNumber:102,columnNumber:25}}))}))))};function Aa(e){return\"object\"===Object(Gi.a)(e)&&null!==e&&\"light\"in e}function Da(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:\"light\";return Aa(e)?e[t]||e.light:e}var Ta=r(58),za={insert:\"head\",singleton:!1},Ba=(u()(Ta.a,za),Ta.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/ExtendedFeatures/ExtendedFeatures.tsx\"),Ra=T(\"ExtendedFeaturesBlock\"),Fa={all:12,sm:6,md:4},Ua=function(e){var t=e.title,r=e.description,n=e.items,a=e.colSizes,c=void 0===a?Fa:a,l=e.animated,u=Object(o.useContext)(O).themeValue;return i.a.createElement(H,{className:Ra(),animate:l,__self:void 0,__source:{fileName:Ba,lineNumber:32,columnNumber:9}},i.a.createElement(Io,{title:t,subtitle:r,className:Ra(\"header\"),__self:void 0,__source:{fileName:Ba,lineNumber:33,columnNumber:13}}),i.a.createElement(\"div\",{className:Ra(\"items\"),__self:void 0,__source:{fileName:Ba,lineNumber:34,columnNumber:13}},i.a.createElement(Ei,{__self:void 0,__source:{fileName:Ba,lineNumber:35,columnNumber:17}},n.map((function(e){var t=e.title,r=e.text,n=e.link,o=e.links,a=e.label,l=e.icon,s=e.buttons,d=e.additionalInfo,p=o||[],f=l&&Da(l,u),m=f&&si(f);return n&&p.push(n),i.a.createElement(Qn,{className:Ra(\"item\"),key:r||t,sizes:c,__self:void 0,__source:{fileName:Ba,lineNumber:57,columnNumber:33}},m&&i.a.createElement(He,Object.assign({},m,{className:Ra(\"icon\"),__self:void 0,__source:{fileName:Ba,lineNumber:58,columnNumber:50}})),i.a.createElement(\"div\",{className:Ra(\"container\"),__self:void 0,__source:{fileName:Ba,lineNumber:59,columnNumber:37}},t&&i.a.createElement(\"h5\",{className:Ra(\"item-title\"),__self:void 0,__source:{fileName:Ba,lineNumber:61,columnNumber:45}},i.a.createElement(uo,{__self:void 0,__source:{fileName:Ba,lineNumber:62,columnNumber:49}},t),a&&i.a.createElement(\"span\",{className:Ra(\"item-label\"),__self:void 0,__source:{fileName:Ba,lineNumber:64,columnNumber:53}},a)),i.a.createElement(Pa,{text:r,links:p,size:\"s\",colSizes:{all:12,md:12},buttons:s,additionalInfo:d,__self:void 0,__source:{fileName:Ba,lineNumber:68,columnNumber:41}})))})))))},Ya=r(67),Wa={insert:\"head\",singleton:!1},Va=(u()(Ya.a,Wa),Ya.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/BalancedMasonry/BalancedMasonry.tsx\");function Qa(e,t){var r=\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(!r){if(Array.isArray(e)||(r=function(e,t){if(!e)return;if(\"string\"==typeof e)return Ha(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===r&&e.constructor&&(r=e.constructor.name);if(\"Map\"===r||\"Set\"===r)return Array.from(e);if(\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Ha(e,t)}(e))||t&&e&&\"number\"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}var i,a=!0,c=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){c=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(c)throw i}}}}function Ha(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}var Ga=T(\"BalancedMasonry\"),Za=function(e){var t=e.className,r=e.columnClassName,n=e.children,a=void 0===n?[]:n,c=e.breakpointCols,l=Object(o.useContext)(j).isServer,u=Object(o.useCallback)((function(){var e=Object.entries(c).sort((function(e,t){var r=Object(R.a)(e,1)[0],n=Object(R.a)(t,1)[0];return Number(n)-Number(r)})),t=ie.a.first(e),r=Object(R.a)(t,2)[1];if(l)return r;var n,o=Qa(e);try{for(o.s();!(n=o.n()).done;){var i=Object(R.a)(n.value,2),a=i[0],u=i[1],s=Number(a);document.body.clientWidth<=s&&(r=u)}}catch(e){o.e(e)}finally{o.f()}return r}),[c,l]),s=Object(o.useState)(u()),d=Object(R.a)(s,2),p=d[0],f=d[1],m=Object(o.useState)([]),y=Object(R.a)(m,2),b=y[0],h=y[1],v=Object(o.useRef)(null),g=Object(o.useCallback)(ie.a.debounce((function(){if(v.current){for(var e=[],t=[],r=0;r<p;r++)t.push({id:r,height:0}),e.push([]);for(var n=0;n<v.current.children.length;n++){var o=v.current.children.item(n);if(o){var i=ie.a.minBy(t,\"height\")||{id:0,height:0};e[i.id].push(a[n]),i.height+=o.offsetHeight}}h(e)}}),300),[a,p]);return Object(o.useEffect)((function(){g()}),[g,a,p]),Object(o.useEffect)((function(){var e=function(){return f(u())};return window.addEventListener(\"resize\",e,{passive:!0}),function(){return window.removeEventListener(\"resize\",e)}}),[f,b,u]),Object(o.useEffect)((function(){var e=v.current,t=\"ResizeObserver\"in window;if(!e||!t)return function(){};for(var r=new ResizeObserver(g),n=0;n<e.children.length;n++){var o=e.children.item(n);o&&r.observe(o)}return function(){return r.disconnect()}}),[g,a]),i.a.createElement(\"div\",{className:Ga(null,t),__self:void 0,__source:{fileName:Va,lineNumber:124,columnNumber:9}},i.a.createElement(\"div\",{className:Ga(\"hidden-container\"),style:{width:\"\".concat(100/p,\"%\")},__self:void 0,__source:{fileName:Va,lineNumber:125,columnNumber:13}},i.a.createElement(\"div\",{ref:v,className:Ga(\"hidden-list\"),__self:void 0,__source:{fileName:Va,lineNumber:126,columnNumber:17}},a)),b.map((function(e,t){return i.a.createElement(\"div\",{key:t,className:r,style:{width:\"\".concat(100/p,\"%\")},__self:void 0,__source:{fileName:Va,lineNumber:132,columnNumber:17}},e)})))},qa=r(66),$a={insert:\"head\",singleton:!1};u()(qa.a,$a),qa.a.locals;function Xa(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=Object(On.a)(e);if(t){var o=Object(On.a)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return Object(Mn.a)(this,r)}}var Ka=T(\"FullWidthBackground\");function Ja(e){return e>Pe.sm?16:8}var ec,tc=function(e){Object(jn.a)(r,e);var t=Xa(r);function r(){var e;Object(xn.a)(this,r);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return e=t.call.apply(t,[this].concat(i)),Object(C.a)(Object(Nn.a)(e),\"ref\",Object(o.createRef)()),Object(C.a)(Object(Nn.a)(e),\"setBg\",ie.a.debounce((function(){if(e.ref&&e.ref.current){var t,r,n=e.ref.current,o=document.documentElement.clientWidth||document.body.clientWidth,i=\"rounded\"===e.props.theme?Ja(o):0,a=(null!==(t=null===(r=n.parentElement)||void 0===r?void 0:r.getBoundingClientRect())&&void 0!==t?t:{left:0}).left;n.style.width=\"\".concat(o-2*i,\"px\"),n.style.left=\"-\".concat(a-i,\"px\")}}),100)),e}return Object(kn.a)(r,[{key:\"componentDidMount\",value:function(){var e,t;null!=this&&null!==(e=this.ref)&&void 0!==e&&null!==(t=e.current)&&void 0!==t&&t.parentElement&&(this.ref.current.parentElement.style.position=\"relative\",this.setBg(),window.addEventListener(\"resize\",this.setBg,{passive:!0}))}},{key:\"componentWillUnmount\",value:function(){window.removeEventListener(\"resize\",this.setBg)}},{key:\"render\",value:function(){var e=this.props,t=e.children,r=e.className,n=e.style,o=e.theme,a=void 0===o?\"default\":o;return i.a.createElement(\"div\",{className:Ka(Object(C.a)({},a,!0),r),ref:this.ref,style:n,__self:this,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/components/FullWidthBackground/FullWidthBackground.tsx\",lineNumber:54,columnNumber:13}},t)}}]),r}(o.Component),rc=r(65),nc={insert:\"head\",singleton:!1},oc=(u()(rc.a,nc),rc.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/PromoFeaturesBlock/PromoFeaturesBlock.tsx\"),ic=T(\"PromoFeaturesBlock\"),ac=(ec={},Object(C.a)(ec,Pe.lg,3),Object(C.a)(ec,Pe.md,2),Object(C.a)(ec,Pe.sm,1),ec),cc=function(e){var t=e.items,r=e.title,n=e.description,o=e.theme,a=e.animated,c=void 0===a||a,l=o||\"default\";return i.a.createElement(H,{className:ic(Object(C.a)({},l,!0)),animate:c,__self:void 0,__source:{fileName:oc,lineNumber:28,columnNumber:9}},i.a.createElement(tc,{className:ic(\"background\",Object(C.a)({},l,!0)),__self:void 0,__source:{fileName:oc,lineNumber:29,columnNumber:13}}),i.a.createElement(Io,{title:r,subtitle:n,className:ic(\"header\"),__self:void 0,__source:{fileName:oc,lineNumber:30,columnNumber:13}}),i.a.createElement(Za,{breakpointCols:ac,className:ic(\"card-container\"),columnClassName:ic(\"card-container-column\"),__self:void 0,__source:{fileName:oc,lineNumber:31,columnNumber:13}},t.map((function(e,t){var r=e.title,n=e.text,o=e.media,a=e.theme||(\"default\"===l?\"default\":\"light\")||\"\";return i.a.createElement(\"div\",{key:t,className:ic(\"card\",Object(C.a)({\"no-media\":!o},a,Boolean(a))),__self:void 0,__source:{fileName:oc,lineNumber:41,columnNumber:25}},i.a.createElement(\"div\",{className:ic(\"card-info\"),__self:void 0,__source:{fileName:oc,lineNumber:48,columnNumber:29}},i.a.createElement(\"h4\",{className:ic(\"card-title\"),__self:void 0,__source:{fileName:oc,lineNumber:49,columnNumber:33}},r),i.a.createElement(\"div\",{className:ic(\"card-text\"),__self:void 0,__source:{fileName:oc,lineNumber:50,columnNumber:33}},i.a.createElement(po,{content:n,modifiers:{constructor:!0},__self:void 0,__source:{fileName:oc,lineNumber:51,columnNumber:37}}))),o&&i.a.createElement(_i,Object.assign({className:ic(\"card-media\")},o,{__self:void 0,__source:{fileName:oc,lineNumber:54,columnNumber:39}})))}))))},lc={recalculateOnResizeDelay:1e3},uc=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:lc,r=t.recalculateOnResizeDelay,n=Object(o.useState)(void 0),i=Object(R.a)(n,2),a=i[0],c=i[1],l=Object(o.useCallback)((function(){e.current&&e.current.offsetHeight!==a&&c(e.current.offsetHeight)}),[e,a,c]);return Object(o.useEffect)((function(){var e=ie.a.debounce(l,r);return l(),window.addEventListener(\"resize\",e,{passive:!0}),function(){window.removeEventListener(\"resize\",e)}}),[l,r]),a},sc=r(81),dc={insert:\"head\",singleton:!1},pc=(u()(sc.a,dc),sc.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/Foldable/Foldable.tsx\"),fc=T(\"foldable-block\"),mc=function(e){var t=e.isOpened,r=e.children,n=e.className,a=Object(o.useRef)(null),c=Object(o.useRef)(null),l=uc(c);return Object(o.useEffect)((function(){a&&a.current&&(a.current.style.height=t&&l?\"\".concat(l,\"px\"):\"0\")}),[t,l]),i.a.createElement(\"div\",{ref:a,className:fc({open:t},n),__self:void 0,__source:{fileName:pc,lineNumber:28,columnNumber:9}},i.a.createElement(\"div\",{ref:c,className:fc(\"content-container\"),__self:void 0,__source:{fileName:pc,lineNumber:29,columnNumber:13}},r))},yc=r(80),bc={insert:\"head\",singleton:!1},hc=(u()(yc.a,bc),yc.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/Questions/Questions.tsx\"),vc=T(\"QuestionsBlock\"),gc=\"https://schema.org/FAQPage\",_c=\"https://schema.org/Question\",wc=\"mainEntity\",xc=\"name\",kc=\"text\",Nc=\"https://schema.org/Answer\",jc=\"acceptedAnswer\",Mc=function(e){var t=e.title,r=e.text,n=e.additionalInfo,a=e.links,c=e.buttons,l=e.items,u=Object(o.useState)([0]),s=Object(R.a)(u,2),d=s[0],p=s[1];return i.a.createElement(\"div\",{className:vc(),itemScope:!0,itemType:gc,__self:void 0,__source:{fileName:hc,lineNumber:42,columnNumber:9}},i.a.createElement(Ei,{__self:void 0,__source:{fileName:hc,lineNumber:43,columnNumber:13}},i.a.createElement(Qn,{sizes:{all:12,md:4},__self:void 0,__source:{fileName:hc,lineNumber:44,columnNumber:17}},i.a.createElement(\"div\",{className:vc(\"title\"),__self:void 0,__source:{fileName:hc,lineNumber:45,columnNumber:21}},i.a.createElement(Pa,{title:t,text:r,additionalInfo:n,links:a,buttons:c,colSizes:{all:12,md:12},__self:void 0,__source:{fileName:hc,lineNumber:46,columnNumber:25}}))),i.a.createElement(Qn,{sizes:{all:12,md:8},__self:void 0,__source:{fileName:hc,lineNumber:56,columnNumber:17}},l.map((function(e,t){var r=e.title,n=e.text,o=e.link,a=e.listStyle,c=void 0===a?\"dash\":a,l=d.includes(t);return i.a.createElement(\"div\",{key:r,className:vc(\"item\"),itemScope:!0,itemProp:wc,itemType:_c,__self:void 0,__source:{fileName:hc,lineNumber:62,columnNumber:33}},i.a.createElement(\"h4\",{className:vc(\"item-title\"),onClick:function(){return function(e){var t;t=d.includes(e)?d.filter((function(t){return t!==e})):[].concat(Object(P.a)(d),[e]),p(t)}(t)},__self:void 0,__source:{fileName:hc,lineNumber:69,columnNumber:37}},i.a.createElement(uo,{itemProp:xc,__self:void 0,__source:{fileName:hc,lineNumber:73,columnNumber:41}},r),i.a.createElement(go,{open:l,size:16,type:\"vertical\",iconType:\"navigation\",className:vc(\"arrow\"),__self:void 0,__source:{fileName:hc,lineNumber:76,columnNumber:41}})),i.a.createElement(mc,{isOpened:l,__self:void 0,__source:{fileName:hc,lineNumber:84,columnNumber:37}},i.a.createElement(\"div\",{className:vc(\"text\"),itemScope:!0,itemProp:jc,itemType:Nc,__self:void 0,__source:{fileName:hc,lineNumber:85,columnNumber:41}},i.a.createElement(po,{content:n,modifiers:{constructor:!0,constructorListStyle:!0,constructorListStyleDash:\"dash\"===c},itemProp:kc,__self:void 0,__source:{fileName:hc,lineNumber:91,columnNumber:45}}),o&&i.a.createElement(ja,Object.assign({},o,{className:vc(\"link\"),__self:void 0,__source:{fileName:hc,lineNumber:100,columnNumber:54}})))))})))))},Oc=\"/home/runner/work/page-constructor/page-constructor/src/components/RouterLink/RouterLink.tsx\",Sc=function(e){var t=e.href,r=e.children,n=Object(o.useContext)(v).Link;return n?i.a.createElement(n,{href:t,__self:void 0,__source:{fileName:Oc,lineNumber:14,columnNumber:19}},r):i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:Oc,lineNumber:14,columnNumber:57}},r)},Ec=r(83),Lc={insert:\"head\",singleton:!1},Ic=(u()(Ec.a,Lc),Ec.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/BannerCard/BannerCard.tsx\"),Cc=T(\"banner-card\"),Pc=function(e){var t=e.title,r=e.subtitle,n=e.button,a=n.url,c=n.text,l=n.target,u=e.color,s=e.theme,d=void 0===s?\"light\":s,p=e.image,f=e.disableCompress,m=Object(o.useContext)(O).themeValue,y={};return u&&(y.backgroundColor=Da(u,m)),i.a.createElement(\"div\",{className:Cc({theme:d}),__self:void 0,__source:{fileName:Ic,lineNumber:30,columnNumber:9}},i.a.createElement(\"div\",{className:Cc(\"content\"),style:y,__self:void 0,__source:{fileName:Ic,lineNumber:31,columnNumber:13}},i.a.createElement(\"div\",{className:Cc(\"info\"),__self:void 0,__source:{fileName:Ic,lineNumber:32,columnNumber:17}},i.a.createElement(\"div\",{className:Cc(\"text\"),__self:void 0,__source:{fileName:Ic,lineNumber:33,columnNumber:21}},i.a.createElement(\"h2\",{className:Cc(\"title\"),__self:void 0,__source:{fileName:Ic,lineNumber:34,columnNumber:25}},i.a.createElement(uo,{__self:void 0,__source:{fileName:Ic,lineNumber:35,columnNumber:29}},t)),r&&i.a.createElement(po,{className:Cc(\"subtitle\"),content:r,modifiers:{constructor:!0},__self:void 0,__source:{fileName:Ic,lineNumber:38,columnNumber:29}})),i.a.createElement(Sc,{href:a,__self:void 0,__source:{fileName:Ic,lineNumber:45,columnNumber:21}},i.a.createElement(ua,{className:Cc(\"button\"),theme:\"raised\",size:\"xl\",text:c,url:a,target:l,__self:void 0,__source:{fileName:Ic,lineNumber:46,columnNumber:25}}))),i.a.createElement(ni,{className:Cc(\"image\"),src:Da(p,m),disableCompress:f,__self:void 0,__source:{fileName:Ic,lineNumber:56,columnNumber:17}})))},Ac=r(82),Dc={insert:\"head\",singleton:!1},Tc=(u()(Ac.a,Dc),Ac.a.locals,[\"animated\"]),zc=\"/home/runner/work/page-constructor/page-constructor/src/blocks/Banner/Banner.tsx\",Bc=T(\"banner-block\"),Rc=function(e){var t=e.animated,r=I(e,Tc);return i.a.createElement(H,{className:Bc(),animate:t,__self:void 0,__source:{fileName:zc,lineNumber:16,columnNumber:9}},i.a.createElement(Pc,Object.assign({},r,{__self:void 0,__source:{fileName:zc,lineNumber:17,columnNumber:13}})))},Fc=r(84),Uc={insert:\"head\",singleton:!1},Yc=(u()(Fc.a,Uc),Fc.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/Companies/Companies.tsx\"),Wc=T(\"companies-block\"),Vc=function(e){var t=e.title,r=e.images,n=e.animated,a=Da(r,Object(o.useContext)(O).themeValue)||{};return i.a.createElement(H,{className:Wc(),offset:150,animate:n,__self:void 0,__source:{fileName:Yc,lineNumber:18,columnNumber:9}},i.a.createElement(\"div\",{className:Wc(\"content\"),__self:void 0,__source:{fileName:Yc,lineNumber:19,columnNumber:13}},i.a.createElement(\"h2\",{className:Wc(\"title\"),__self:void 0,__source:{fileName:Yc,lineNumber:20,columnNumber:17}},t),i.a.createElement(\"div\",{className:Wc(\"images\"),__self:void 0,__source:{fileName:Yc,lineNumber:21,columnNumber:17}},i.a.createElement(He,Object.assign({},a,{className:Wc(\"image\"),__self:void 0,__source:{fileName:Yc,lineNumber:22,columnNumber:21}})))))},Qc=r(87),Hc={insert:\"head\",singleton:!1},Gc=(u()(Qc.a,Hc),Qc.a.locals,r(88)),Zc={insert:\"head\",singleton:!1},qc=(u()(Gc.a,Zc),Gc.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/grid/Grid/Grid.tsx\"),$c=T(\"Grid\"),Xc=function(e){var t=e.debug,r=e.children,n=e.className,o=e.style,a=e.containerClass,c=void 0===a?\"\":a;return i.a.createElement(\"div\",{style:o,className:$c({debug:t},n),__self:void 0,__source:{fileName:qc,lineNumber:25,columnNumber:5}},i.a.createElement(\"div\",{className:\"container-fluid \".concat(c),__self:void 0,__source:{fileName:qc,lineNumber:26,columnNumber:9}},r))},Kc=r(86),Jc={insert:\"head\",singleton:!1},el=(u()(Kc.a,Jc),Kc.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/MediaBase/MediaBaseContent.tsx\");function tl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function rl(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?tl(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):tl(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var nl=T(\"media-base-content\"),ol=function(e){var t=e.title,r=e.description,n=e.button,o=e.links,a=e.buttons,c=void 0===a?[]:a,l=e.additionalInfo,u=e.size,s=void 0===u?\"l\":u,d=n?[rl(rl({},n),{},{size:\"xl\"})].concat(Object(P.a)(c)):c;return i.a.createElement(\"div\",{className:nl(),__self:void 0,__source:{fileName:el,lineNumber:17,columnNumber:9}},i.a.createElement(Pa,{title:t,text:r,links:o,theme:\"default\",buttons:d,additionalInfo:l,size:s,colSizes:{all:12,md:12},__self:void 0,__source:{fileName:el,lineNumber:18,columnNumber:13}}))},il=r(85),al={insert:\"head\",singleton:!1},cl=(u()(il.a,al),il.a.locals,[\"children\",\"largeMedia\",\"direction\",\"mobileDirection\",\"animated\",\"mediaOnly\",\"disableShadow\",\"onScroll\"]),ll=\"/home/runner/work/page-constructor/page-constructor/src/components/MediaBase/MediaBase.tsx\",ul=T(\"media-base\"),sl=function(){return null},dl=function(e){var t=e.children,r=e.largeMedia,n=e.direction,a=void 0===n?\"content-media\":n,c=e.mobileDirection,l=void 0===c?\"content-media\":c,u=e.animated,s=e.mediaOnly,d=e.disableShadow,p=void 0!==d&&d,f=e.onScroll,m=I(e,cl),y=m.title,b=m.description,h=Object(o.useMemo)((function(){var e;return s?Object(C.a)({},In.All,12):(e={},Object(C.a)(e,In.Md,r?8:6),Object(C.a)(e,In.All,12),e)}),[s,r]),v=Object(o.useMemo)((function(){var e;return e={},Object(C.a)(e,In.Md,r?4:6),Object(C.a)(e,In.All,12),e}),[r]),g=!s&&i.a.createElement(ol,Object.assign({},m,{__self:void 0,__source:{fileName:ll,lineNumber:46,columnNumber:40}})),_=t.type===sl?null==t?void 0:t.props.children:null;return i.a.createElement(H,{className:ul(),onScroll:f,animate:u,__self:void 0,__source:{fileName:ll,lineNumber:50,columnNumber:9}},s&&i.a.createElement(Io,{className:ul(\"header\"),title:y,subtitle:b,colSizes:{all:12},__self:void 0,__source:{fileName:ll,lineNumber:52,columnNumber:17}}),i.a.createElement(Xc,{__self:void 0,__source:{fileName:ll,lineNumber:59,columnNumber:13}},i.a.createElement(Ei,{className:ul(\"row\",{reverse:\"media-content\"===a,\"mobile-reverse\":\"media-content\"===l}),__self:void 0,__source:{fileName:ll,lineNumber:60,columnNumber:17}},i.a.createElement(Qn,{className:ul(\"content\"),sizes:v,__self:void 0,__source:{fileName:ll,lineNumber:66,columnNumber:21}},g),_?i.a.createElement(Qn,{sizes:h,__self:void 0,__source:{fileName:ll,lineNumber:70,columnNumber:25}},i.a.createElement(\"div\",{className:ul(\"card\",{shadow:!p}),__self:void 0,__source:{fileName:ll,lineNumber:71,columnNumber:29}},_)):null)))};dl.Card=sl;var pl=dl,fl=\"/home/runner/work/page-constructor/page-constructor/src/blocks/Media/Media.tsx\",ml=function(e){var t=e.media,r=Object(o.useState)(!1),n=Object(R.a)(r,2),a=n[0],c=n[1],l=Da(t,Object(o.useContext)(O).themeValue);return i.a.createElement(pl,Object.assign({},e,{onScroll:function(){return c(!0)},__self:void 0,__source:{fileName:fl,lineNumber:17,columnNumber:9}}),i.a.createElement(pl.Card,{__self:void 0,__source:{fileName:fl,lineNumber:18,columnNumber:13}},i.a.createElement(_i,Object.assign({},l,{playVideo:a,__self:void 0,__source:{fileName:fl,lineNumber:19,columnNumber:17}}))))},yl=r(89),bl={insert:\"head\",singleton:!1},hl=(u()(yl.a,bl),yl.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/Info/Info.tsx\");function vl(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function gl(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?vl(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):vl(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var _l=T(\"info-block\"),wl={md:6,all:12},xl=function(e){var t=e.backgroundColor,r=e.theme,n=void 0===r?\"dark\":r,a=e.buttons,c=void 0===a?[]:a,l=e.title,u=e.sectionsTitle,s=e.links,d=void 0===s?[]:s,p=e.rightContent,f=void 0===p?{}:p,m=e.leftContent,y=void 0===m?{}:m,b=Object(o.useContext)(O).themeValue,h=\"dark\"===n?\"dark\":\"default\",v=[].concat(Object(P.a)((null==f?void 0:f.links)||[]),Object(P.a)(d.map((function(e){return gl(gl({},e),{},{arrow:!0,theme:\"normal\"})})))),g=[].concat(Object(P.a)(c),Object(P.a)((null==y?void 0:y.buttons)||[])),_={colSizes:{all:12,md:12},className:_l(\"content\"),theme:h};return i.a.createElement(\"div\",{className:_l(),__self:void 0,__source:{fileName:hl,lineNumber:44,columnNumber:9}},i.a.createElement(\"div\",{className:_l(\"container\"),style:{backgroundColor:Da(t,b)},__self:void 0,__source:{fileName:hl,lineNumber:45,columnNumber:13}},i.a.createElement(Xc,{__self:void 0,__source:{fileName:hl,lineNumber:49,columnNumber:17}},i.a.createElement(Ei,{__self:void 0,__source:{fileName:hl,lineNumber:50,columnNumber:21}},i.a.createElement(Qn,{sizes:wl,className:_l(\"left\"),__self:void 0,__source:{fileName:hl,lineNumber:51,columnNumber:25}},i.a.createElement(Pa,Object.assign({title:l||(null==y?void 0:y.title),text:null==y?void 0:y.text,links:null==y?void 0:y.links,buttons:g,additionalInfo:null==y?void 0:y.additionalInfo},_,{__self:void 0,__source:{fileName:hl,lineNumber:52,columnNumber:29}}))),i.a.createElement(Qn,{sizes:wl,className:_l(\"right\"),__self:void 0,__source:{fileName:hl,lineNumber:61,columnNumber:25}},i.a.createElement(Pa,Object.assign({title:u||(null==f?void 0:f.title),text:null==f?void 0:f.text,links:v,buttons:null==f?void 0:f.buttons,additionalInfo:null==f?void 0:f.additionalInfo},_,{__self:void 0,__source:{fileName:hl,lineNumber:62,columnNumber:29}})))))))},kl=r(91),Nl={insert:\"head\",singleton:!1},jl=(u()(kl.a,Nl),kl.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/Table/Table.tsx\");function Ml(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=Object(On.a)(e);if(t){var o=Object(On.a)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return Object(Mn.a)(this,r)}}var Ol=T(\"table\"),Sl=function(e){Object(jn.a)(r,e);var t=Ml(r);function r(){return Object(xn.a)(this,r),t.apply(this,arguments)}return Object(kn.a)(r,[{key:\"render\",value:function(){var e=this.props,t=e.content,r=e.legend,n=e.marker,o=void 0===n?\"disk\":n,a=e.className;return t&&t.length&&t[0].length?i.a.createElement(\"div\",{className:Ol(null,a),__self:this,__source:{fileName:jl,lineNumber:20,columnNumber:13}},this.renderTable(t,o,r),r&&this.renderLegend(r,o)):null}},{key:\"renderTable\",value:function(e,t,r){var n=this,o=this.getDefaultJustify(e,this.props.justify);return i.a.createElement(\"div\",{className:Ol(\"table\"),__self:this,__source:{fileName:jl,lineNumber:31,columnNumber:13}},e.map((function(e,a){return i.a.createElement(\"div\",{key:a,className:Ol(\"row\"),__self:n,__source:{fileName:jl,lineNumber:33,columnNumber:21}},e.map((function(e,c){return i.a.createElement(\"div\",{key:c,className:Ol(\"cell\",{justify:o[c]}),__self:n,__source:{fileName:jl,lineNumber:35,columnNumber:29}},r&&a&&c?n.renderMarker(t,e):i.a.createElement(uo,{__self:n,__source:{fileName:jl,lineNumber:39,columnNumber:37}},e))})))})))}},{key:\"renderMarker\",value:function(e,t){return i.a.createElement(\"div\",{className:Ol(\"marker\",{type:e,index:String(t)}),__self:this,__source:{fileName:jl,lineNumber:50,columnNumber:16}})}},{key:\"renderLegend\",value:function(e,t){var r=this;return i.a.createElement(\"div\",{className:Ol(\"legend\"),__self:this,__source:{fileName:jl,lineNumber:55,columnNumber:13}},e.map((function(e,n){return i.a.createElement(\"div\",{key:e,className:Ol(\"legend-item\"),__self:r,__source:{fileName:jl,lineNumber:57,columnNumber:21}},r.renderMarker(t,String(n)),i.a.createElement(po,{className:Ol(\"legent-item-text\"),content:e,modifiers:{constructor:!0},__self:r,__source:{fileName:jl,lineNumber:59,columnNumber:25}}))})))}},{key:\"getDefaultJustify\",value:function(e,t){return t||new Array(e[0].length).fill(\"center\")}}]),r}(i.a.Component),El=r(90),Ll={insert:\"head\",singleton:!1},Il=(u()(El.a,Ll),El.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/Table/Table.tsx\"),Cl=T(\"table-block\"),Pl=function(e){var t,r,n=e.title,o=e.table;return i.a.createElement(\"div\",{className:Cl(),__self:void 0,__source:{fileName:Il,lineNumber:16,columnNumber:9}},i.a.createElement(Xc,{className:Cl(\"content\"),__self:void 0,__source:{fileName:Il,lineNumber:17,columnNumber:13}},i.a.createElement(Ei,{className:Cl(\"row\"),__self:void 0,__source:{fileName:Il,lineNumber:18,columnNumber:17}},i.a.createElement(Qn,{sizes:(t={},Object(C.a)(t,In.Md,4),Object(C.a)(t,In.All,12),t),__self:void 0,__source:{fileName:Il,lineNumber:19,columnNumber:21}},i.a.createElement(\"h2\",{className:Cl(\"title\"),__self:void 0,__source:{fileName:Il,lineNumber:20,columnNumber:25}},n)),i.a.createElement(Qn,{sizes:(r={},Object(C.a)(r,In.Md,8),Object(C.a)(r,In.All,12),r),__self:void 0,__source:{fileName:Il,lineNumber:22,columnNumber:21}},i.a.createElement(Sl,Object.assign({className:Cl(\"table\")},o,{__self:void 0,__source:{fileName:Il,lineNumber:23,columnNumber:25}}))))))},Al=r(93),Dl={insert:\"head\",singleton:!1},Tl=(u()(Al.a,Dl),Al.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/ButtonTabs/ButtonTabs.tsx\"),zl=T(\"button-tabs\"),Bl=function(e){var t=e.className,r=e.items,n=e.activeTab,a=e.onSelectTab,c=e.tabSize,l=void 0===c?\"l\":c,u=e.qa,s=Object(o.useMemo)((function(){return n||r[0].id}),[n,r]),d=Object(o.useCallback)((function(e){return function(t){a&&a(e,t)}}),[a]);return i.a.createElement(\"div\",{className:zl(null,t),\"data-qa\":u,__self:void 0,__source:{fileName:Tl,lineNumber:57,columnNumber:9}},r.map((function(e){var t=e.id,r=e.title;return i.a.createElement(ua,{text:r,className:zl(\"item\",{active:t===s}),key:r,size:l,onClick:d(t),__self:void 0,__source:{fileName:Tl,lineNumber:59,columnNumber:17}})})))},Rl=r(92),Fl={insert:\"head\",singleton:!1},Ul=(u()(Rl.a,Fl),Rl.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/Tabs/Tabs.tsx\"),Yl=T(\"tabs-block\"),Wl=function(e){var t,r,n=e.items,a=e.title,c=e.description,l=e.animated,u=e.tabsColSizes,s=e.centered,d=e.direction,p=void 0===d?\"media-content\":d,f=e.contentSize,m=void 0===f?\"s\":f,y=Object(o.useState)(n[0].tabName),b=Object(R.a)(y,2),h=b[0],v=b[1],g=Object(o.useState)(!1),_=Object(R.a)(g,2),w=_[0],x=_[1],k=Object(o.useContext)(O).themeValue,N=n.map((function(e){var t=e.tabName;return{title:t,id:t}})),j=n.find((function(e){return e.tabName===h})),M=\"content-media\"===p,S=Object(o.useRef)(null),E=null==S||null===(t=S.current)||void 0===t?void 0:t.offsetWidth,L=E&&nt(E);if(j){var I=Da(j.image,k);r=I&&si(I)}var C=Boolean((null==j?void 0:j.media)||r),A=Boolean(null==j?void 0:j.text),D=j&&A&&i.a.createElement(Qn,{sizes:{all:12,md:C?4:8},className:Yl(\"content\",{centered:s}),__self:void 0,__source:{fileName:Ul,lineNumber:52,columnNumber:9}},i.a.createElement(\"div\",{className:Yl(\"content-wrapper\",{margin:Boolean(((null==j?void 0:j.media)||r)&&!M)}),__self:void 0,__source:{fileName:Ul,lineNumber:56,columnNumber:13}},i.a.createElement(Pa,{title:j.title,text:j.text,additionalInfo:j.additionalInfo,size:m,links:[].concat(Object(P.a)(j.link?[j.link]:[]),Object(P.a)(j.links||[])),buttons:j.buttons,colSizes:{all:12},__self:void 0,__source:{fileName:Ul,lineNumber:61,columnNumber:17}}))),T=C&&i.a.createElement(Qn,{sizes:{all:12,md:8},orders:{all:Dn.Last,md:Dn.First},className:Yl(\"col\",{centered:s}),__self:void 0,__source:{fileName:Ul,lineNumber:78,columnNumber:9}},i.a.createElement(\"div\",{ref:S,__self:void 0,__source:{fileName:Ul,lineNumber:86,columnNumber:13}},(null==j?void 0:j.media)&&i.a.createElement(_i,Object.assign({},Da(j.media,k),{key:h,className:Yl(\"media\"),playVideo:w,height:L,__self:void 0,__source:{fileName:Ul,lineNumber:88,columnNumber:21}}))),r&&i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:Ul,lineNumber:98,columnNumber:17}},i.a.createElement(ui,Object.assign({},r,{imageClassName:Yl(\"image\"),__self:void 0,__source:{fileName:Ul,lineNumber:99,columnNumber:21}}))),(null==j?void 0:j.caption)&&i.a.createElement(\"p\",{className:Yl(\"caption\"),__self:void 0,__source:{fileName:Ul,lineNumber:102,columnNumber:40}},j.caption));return i.a.createElement(H,{className:Yl(),onScroll:function(){return x(!0)},animate:l,__self:void 0,__source:{fileName:Ul,lineNumber:115,columnNumber:9}},i.a.createElement(Io,{title:a,subtitle:c,className:Yl(\"block-title\",{centered:s}),__self:void 0,__source:{fileName:Ul,lineNumber:116,columnNumber:13}}),i.a.createElement(Ei,{__self:void 0,__source:{fileName:Ul,lineNumber:121,columnNumber:13}},i.a.createElement(Qn,{sizes:u,__self:void 0,__source:{fileName:Ul,lineNumber:122,columnNumber:17}},i.a.createElement(Bl,{items:N,onSelectTab:function(e,t){v(e),t.currentTarget.scrollIntoView({inline:\"center\",behavior:\"smooth\",block:\"nearest\"})},activeTab:h,className:Yl(\"tabs\",{centered:s}),__self:void 0,__source:{fileName:Ul,lineNumber:123,columnNumber:21}}))),j&&i.a.createElement(Ei,{className:Yl(\"row\",{reverse:M}),__self:void 0,__source:{fileName:Ul,lineNumber:132,columnNumber:17}},T,D))},Vl=r(95),Ql={insert:\"head\",singleton:!1},Hl=(u()(Vl.a,Ql),Vl.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/HeaderBreadcrumbs/HeaderBreadcrumbs.tsx\"),Gl=T(\"header-breadcrumbs\");function Zl(e){var t=this,r=e.items,n=e.metrikaGoals,a=e.pixelEvents,c=e.theme,l=void 0===c?\"light\":c,u=e.className,s=Zi(),d=_e(ye.Breadcrumb),p=Object(o.useCallback)((function(){d(),s({metrikaGoals:n,pixelEvents:a})}),[d,s,n,a]);return i.a.createElement(\"div\",{className:Gl({theme:l},u),__self:this,__source:{fileName:Hl,lineNumber:23,columnNumber:9}},null==r?void 0:r.map((function(e){return i.a.createElement(\"div\",{className:Gl(\"item\"),key:e.url,__self:t,__source:{fileName:Hl,lineNumber:25,columnNumber:17}},i.a.createElement(\"a\",{href:e.url,className:Gl(\"text\"),onClick:p,__self:t,__source:{fileName:Hl,lineNumber:26,columnNumber:21}},e.text))})))}var ql=r(94),$l={insert:\"head\",singleton:!1},Xl=(u()(ql.a,$l),ql.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/Header/Header.tsx\"),Kl=T(\"header-block\"),Jl=function(e){var t=e.background,r=e.isMobile,n=t.url,o=t.image,a=t.fullWidthMedia,c=t.video,l=t.color,u=n?si(n):o,s=!r||\"object\"===Object(Gi.a)(o)&&\"mobile\"in o;return i.a.createElement(\"div\",{className:Kl(\"background\",{media:!0,\"full-width-media\":a}),style:{backgroundColor:l},__self:void 0,__source:{fileName:Xl,lineNumber:32,columnNumber:9}},s&&i.a.createElement(_i,Object.assign({},t,{className:Kl(\"background-media\"),imageClassName:Kl(\"image\"),videoClassName:Kl(\"video\"),isBackground:!0,parallax:!1,video:r?void 0:c,image:u,__self:void 0,__source:{fileName:Xl,lineNumber:37,columnNumber:17}})))},eu=function(e){var t=e.background;return i.a.createElement(\"div\",{className:Kl(\"background\",Object(C.a)({},\"full-width\",!0)),style:{backgroundColor:null==t?void 0:t.color},__self:void 0,__source:{fileName:Xl,lineNumber:57,columnNumber:5}})},tu=function(e){var t,r=e.title,n=e.overtitle,a=e.description,c=e.buttons,l=e.image,u=e.video,s=e.width,d=void 0===s?\"m\":s,p=e.imageSize,f=e.offset,m=void 0===f?\"default\":f,y=e.background,b=e.theme,h=void 0===b?\"light\":b,v=e.verticalOffset,g=void 0===v?\"m\":v,_=e.className,w=e.breadcrumbs,x=e.status,N=e.children,j=Object(o.useContext)(k),M=Object(o.useContext)(O).themeValue,S=Boolean(l||u),E=p||function(e){switch(e){case\"m\":return\"s\";case\"s\":default:return\"m\"}}(d),L=S?function(e){switch(e){case\"s\":return{md:8,all:12};case\"m\":return{md:6,all:12};default:return{all:12}}}(E):function(e){switch(e){case\"s\":return{lg:6,sm:12,md:8,all:12};case\"m\":return{lg:8,md:8,sm:12,all:12};default:return{all:12}}}(d),I=g;S&&!g&&(I=\"m\");var P=y&&Da(y,M),A=l&&Da(l,M),D=u&&Da(u,M),T=(null==P?void 0:P.fullWidth)||(null==P?void 0:P.fullWidthMedia);return i.a.createElement(\"header\",{className:Kl((t={},Object(C.a)(t,\"has-media\",S),Object(C.a)(t,\"full-width\",T),t),_),__self:void 0,__source:{fileName:Xl,lineNumber:99,columnNumber:9}},P&&T&&i.a.createElement(eu,{background:P,__self:void 0,__source:{fileName:Xl,lineNumber:102,columnNumber:47}}),P&&i.a.createElement(Jl,{background:P,isMobile:j,__self:void 0,__source:{fileName:Xl,lineNumber:103,columnNumber:34}}),i.a.createElement(Xc,{containerClass:Kl(\"container-fluid\"),__self:void 0,__source:{fileName:Xl,lineNumber:104,columnNumber:13}},w&&i.a.createElement(Ei,{className:Kl(\"breadcrumbs\"),__self:void 0,__source:{fileName:Xl,lineNumber:106,columnNumber:21}},i.a.createElement(Qn,{__self:void 0,__source:{fileName:Xl,lineNumber:107,columnNumber:25}},i.a.createElement(Zl,Object.assign({},w,{theme:h,__self:void 0,__source:{fileName:Xl,lineNumber:108,columnNumber:29}})))),i.a.createElement(Ei,{__self:void 0,__source:{fileName:Xl,lineNumber:112,columnNumber:17}},i.a.createElement(Qn,{reset:!0,className:Kl(\"content-wrapper\"),__self:void 0,__source:{fileName:Xl,lineNumber:113,columnNumber:21}},i.a.createElement(Ei,{__self:void 0,__source:{fileName:Xl,lineNumber:114,columnNumber:25}},i.a.createElement(Qn,{className:Kl(\"content\",{offset:m,theme:h,\"vertical-offset\":I}),__self:void 0,__source:{fileName:Xl,lineNumber:115,columnNumber:29}},i.a.createElement(Qn,{sizes:L,className:Kl(\"content-inner\"),__self:void 0,__source:{fileName:Xl,lineNumber:122,columnNumber:33}},n&&i.a.createElement(\"div\",{className:Kl(\"overtitle\"),__self:void 0,__source:{fileName:Xl,lineNumber:124,columnNumber:41}},i.a.createElement(uo,{__self:void 0,__source:{fileName:Xl,lineNumber:125,columnNumber:45}},n)),i.a.createElement(\"h1\",{className:Kl(\"title\"),__self:void 0,__source:{fileName:Xl,lineNumber:128,columnNumber:37}},x,i.a.createElement(uo,{__self:void 0,__source:{fileName:Xl,lineNumber:130,columnNumber:41}},r)),a&&i.a.createElement(\"div\",{className:Kl(\"description\"),__self:void 0,__source:{fileName:Xl,lineNumber:133,columnNumber:41}},i.a.createElement(po,{content:a,modifiers:{constructor:!0},__self:void 0,__source:{fileName:Xl,lineNumber:134,columnNumber:45}})),c&&i.a.createElement(\"div\",{className:Kl(\"buttons\"),\"data-qa\":\"header-buttons\",__self:void 0,__source:{fileName:Xl,lineNumber:141,columnNumber:41}},c.map((function(e,t){return i.a.createElement(Sc,{href:e.url,key:t,__self:void 0,__source:{fileName:Xl,lineNumber:143,columnNumber:49}},i.a.createElement(ua,Object.assign({key:t,className:Kl(\"button\"),size:\"xl\"},e,{__self:void 0,__source:{fileName:Xl,lineNumber:144,columnNumber:53}})))}))),N))),S&&i.a.createElement(_i,{className:Kl(\"media\",Object(C.a)({},E,!0)),videoClassName:Kl(\"video\"),imageClassName:Kl(\"image\"),video:D,image:A,__self:void 0,__source:{fileName:Xl,lineNumber:159,columnNumber:29}})))))},ru=r(96),nu={insert:\"head\",singleton:!1},ou=(u()(ru.a,nu),ru.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/Icons/Icons.tsx\"),iu=T(\"icons-block\"),au=function(e){var t=e.title,r=e.size,n=void 0===r?\"s\":r,a=e.items,c=Object(o.useContext)(v).hostname;return i.a.createElement(\"div\",{className:iu({size:n}),__self:void 0,__source:{fileName:ou,lineNumber:16,columnNumber:9}},t&&i.a.createElement(Io,{className:iu(\"header\"),title:t,colSizes:{all:12},__self:void 0,__source:{fileName:ou,lineNumber:17,columnNumber:23}}),a.map((function(e){return i.a.createElement(\"a\",Object.assign({className:iu(\"item\"),key:e.url,href:e.url},Se(e.url,c),{__self:void 0,__source:{fileName:ou,lineNumber:19,columnNumber:17}}),i.a.createElement(He,{className:iu(\"image\"),src:e.src,__self:void 0,__source:{fileName:ou,lineNumber:25,columnNumber:21}}),i.a.createElement(\"p\",{className:iu(\"text\"),__self:void 0,__source:{fileName:ou,lineNumber:26,columnNumber:21}},e.text))})))},cu=r(97),lu={insert:\"head\",singleton:!1},uu=(u()(cu.a,lu),cu.a.locals,[\"items\",\"arrows\"]),su=\"/home/runner/work/page-constructor/page-constructor/src/blocks/HeaderSlider/HeaderSlider.tsx\",du=T(\"header-slider-block\"),pu=function(e){var t=e.items,r=e.arrows,n=I(e,uu),a=!Object(o.useContext)(k)&&r;return i.a.createElement(\"div\",{className:du(\"wrapper\"),\"data-qa\":\"header-slider\",__self:void 0,__source:{fileName:su,lineNumber:18,columnNumber:9}},i.a.createElement(Ko,Object.assign({},n,{arrows:a,slidesToShow:1,type:$n.HeaderCard,animated:!1,blockClassName:du(),arrowSize:20,__self:void 0,__source:{fileName:su,lineNumber:19,columnNumber:13}}),t.map((function(e,t){return i.a.createElement(\"div\",{key:t,className:du(\"item\"),\"data-qa\":\"header-slider-item-\".concat(t+1),__self:void 0,__source:{fileName:su,lineNumber:29,columnNumber:21}},i.a.createElement(tu,Object.assign({},e,{className:du(\"item-content\"),__self:void 0,__source:{fileName:su,lineNumber:34,columnNumber:25}})))}))))},fu=r(98),mu={insert:\"head\",singleton:!1},yu=(u()(fu.a,mu),fu.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/CardLayout/CardLayout.tsx\"),bu={all:12,sm:6,md:4},hu=T(\"card-layout-block\"),vu=function(e){var t=e.title,r=e.description,n=e.animated,o=e.colSizes,a=void 0===o?bu:o,c=e.children;return i.a.createElement(H,{className:hu(),animate:n,__self:void 0,__source:{fileName:yu,lineNumber:26,columnNumber:5}},(t||r)&&i.a.createElement(Io,{title:t,subtitle:r,__self:void 0,__source:{fileName:yu,lineNumber:27,columnNumber:36}}),i.a.createElement(Ei,{__self:void 0,__source:{fileName:yu,lineNumber:28,columnNumber:9}},i.a.Children.map(c,(function(e,t){return i.a.createElement(Qn,{key:t,sizes:a,className:hu(\"item\"),__self:void 0,__source:{fileName:yu,lineNumber:30,columnNumber:17}},e)}))))},gu=r(99),_u={insert:\"head\",singleton:!1},wu=(u()(gu.a,_u),gu.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/ContentLayout/ContentLayout.tsx\"),xu=T(\"content-layout-block\");function ku(e){switch(e){case\"s\":return\"s\";case\"l\":default:return\"l\"}}var Nu=function(e){var t=Object(o.useContext)(k),r=e.textContent,n=e.fileContent,a=e.properties||e,c=a.size,l=void 0===c?\"l\":c,u=a.background,s=a.centered,d=a.theme,p=void 0===d?\"default\":d,f=a.textWidth,m=void 0===f?\"m\":f,y=Object(o.useMemo)((function(){return function(e){switch(e){case\"s\":return{all:12,md:6};case\"l\":return{all:12,md:12};case\"m\":default:return{all:12,md:8}}}(m)}),[m]);return i.a.createElement(\"div\",{className:xu({size:l,background:Boolean(u)}),__self:void 0,__source:{fileName:wu,lineNumber:45,columnNumber:9}},i.a.createElement(Pa,Object.assign({className:xu(\"content\")},r,{size:l,centered:s,colSizes:y,theme:p,__self:void 0,__source:{fileName:wu,lineNumber:46,columnNumber:13}})),n&&i.a.createElement(Qn,{className:xu(\"files\",{size:l,centered:s}),reset:!0,sizes:y,__self:void 0,__source:{fileName:wu,lineNumber:55,columnNumber:17}},n.map((function(e){return i.a.createElement(ga,Object.assign({className:xu(\"file\")},e,{key:e.href,type:\"horizontal\",textSize:ku(l),theme:p,__self:void 0,__source:{fileName:wu,lineNumber:57,columnNumber:25}}))}))),u&&i.a.createElement(\"div\",{className:xu(\"background\"),__self:void 0,__source:{fileName:wu,lineNumber:69,columnNumber:17}},i.a.createElement(ni,Object.assign({className:xu(\"background-item\")},u,{hide:t,__self:void 0,__source:{fileName:wu,lineNumber:70,columnNumber:21}}))))},ju=\"/home/runner/work/page-constructor/page-constructor/src/icons/Facebook.tsx\",Mu=\"/home/runner/work/page-constructor/page-constructor/src/icons/Linkedin.tsx\",Ou=\"/home/runner/work/page-constructor/page-constructor/src/icons/Telegram.tsx\",Su=\"/home/runner/work/page-constructor/page-constructor/src/icons/Twitter.tsx\",Eu=\"/home/runner/work/page-constructor/page-constructor/src/icons/Vk.tsx\",Lu=Ye({en:r(169),ru:r(170)},\"Share\"),Iu=r(100),Cu={insert:\"head\",singleton:!1},Pu=(u()(Iu.a,Cu),Iu.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/Share/Share.tsx\"),Au={facebook:function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"24\",height:\"24\",fill:\"currentColor\"},we,e,{__self:void 0,__source:{fileName:ju,lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{d:\"M13.79 22H9.93v-9.501H8V9.225h1.93V7.26C9.93 4.589 11.017 3 14.113 3h2.577v3.275h-1.61c-1.206 0-1.285.457-1.285 1.311l-.006 1.639h2.918l-.341 3.274H13.79V22z\",__self:void 0,__source:{fileName:ju,lineNumber:15,columnNumber:9}}))},twitter:function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"24\",height:\"24\",fill:\"currentColor\"},we,e,{__self:void 0,__source:{fileName:Su,lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{d:\"M19.644 6.675a4.247 4.247 0 0 0 1.803-2.362c-.793.49-1.67.844-2.606 1.036A4.016 4.016 0 0 0 15.846 4c-2.265 0-4.101 1.913-4.101 4.272 0 .335.034.66.104.973C8.44 9.066 5.417 7.367 3.392 4.78a4.397 4.397 0 0 0-.555 2.149c0 1.481.724 2.789 1.825 3.556a3.994 3.994 0 0 1-1.859-.534v.053c0 2.07 1.413 3.797 3.293 4.188-.345.1-.707.15-1.083.15-.264 0-.522-.025-.77-.075.52 1.696 2.036 2.933 3.832 2.966A8.028 8.028 0 0 1 2 19.004a11.29 11.29 0 0 0 6.29 1.92c7.548 0 11.673-6.51 11.673-12.156 0-.186-.002-.37-.01-.553A8.508 8.508 0 0 0 22 6.003c-.736.34-1.527.57-2.356.672z\",__self:void 0,__source:{fileName:Su,lineNumber:15,columnNumber:9}}))},linkedin:function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"24\",height:\"24\",fill:\"currentColor\"},we,e,{__self:void 0,__source:{fileName:Mu,lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{d:\"M21.3779 19.3506H17.7796V13.7149C17.7796 12.371 17.7556 10.641 15.908 10.641C14.0339 10.641 13.7471 12.1053 13.7471 13.6171V19.3503H10.1487V7.76094H13.6032V9.34475H13.6515C13.9972 8.7536 14.4968 8.2673 15.097 7.93763C15.6972 7.60796 16.3756 7.44726 17.0599 7.47266C20.707 7.47266 21.3794 9.8718 21.3794 12.9929L21.3779 19.3506ZM6.08857 6.17675C5.67556 6.17682 5.2718 6.05442 4.92836 5.82501C4.58492 5.5956 4.31722 5.26949 4.1591 4.88792C4.00097 4.50633 3.95956 4.08644 4.04005 3.68132C4.12055 3.2762 4.31936 2.90406 4.61135 2.61194C4.90333 2.31983 5.27537 2.12085 5.68043 2.0402C6.08549 1.95954 6.50536 2.00084 6.88696 2.15883C7.26854 2.31683 7.59472 2.58444 7.82423 2.92782C8.05375 3.27122 8.1763 3.67496 8.17637 4.088C8.17642 4.36226 8.12246 4.63383 8.01757 4.88721C7.91267 5.14061 7.75889 5.37086 7.56502 5.56482C7.37114 5.75877 7.14098 5.91264 6.88765 6.01764C6.63431 6.12264 6.36278 6.1767 6.08857 6.17675ZM7.88774 19.3506H4.28561V7.76094H7.88774V19.3506Z\",__self:void 0,__source:{fileName:Mu,lineNumber:15,columnNumber:9}}))},vk:function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"24\",height:\"24\",fill:\"currentColor\"},we,e,{__self:void 0,__source:{fileName:Eu,lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{d:\"M19.934 13.916c.73.713 1.5 1.383 2.155 2.167.289.349.563.708.772 1.113.297.575.028 1.208-.488 1.242l-3.205-.001c-.826.068-1.486-.265-2.04-.83-.444-.452-.855-.933-1.282-1.4a3.04 3.04 0 0 0-.576-.513c-.438-.284-.818-.197-1.068.26-.254.464-.312.978-.337 1.495-.034.754-.263.953-1.02.987-1.62.077-3.158-.168-4.587-.985-1.26-.721-2.236-1.738-3.086-2.89-1.655-2.242-2.922-4.706-4.06-7.239-.257-.57-.07-.877.56-.888a87.013 87.013 0 0 1 3.138-.001c.425.006.706.25.87.651.566 1.391 1.258 2.715 2.127 3.941.231.327.467.653.803.883.372.255.655.17.83-.244.11-.262.16-.545.184-.826.083-.967.094-1.933-.051-2.897-.09-.602-.428-.991-1.029-1.105-.306-.058-.26-.172-.112-.347.257-.302.5-.49.983-.49h3.622c.57.113.697.37.775.943l.003 4.024c-.006.222.11.881.51 1.028.321.105.532-.152.724-.355.868-.92 1.487-2.008 2.04-3.134.245-.495.456-1.01.66-1.524.152-.381.39-.569.82-.56l3.485.003c.104 0 .208.001.309.018.587.1.748.353.566.927-.285.9-.842 1.65-1.385 2.403-.582.805-1.204 1.582-1.78 2.39-.53.74-.488 1.112.17 1.754z\",__self:void 0,__source:{fileName:Eu,lineNumber:15,columnNumber:9}}))},telegram:function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"24\",height:\"24\",fill:\"currentColor\"},we,e,{__self:void 0,__source:{fileName:Ou,lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{d:\"M2.336 11.932l4.378 1.634 1.694 5.45a.515.515 0 0 0 .819.246l2.44-1.99a.728.728 0 0 1 .888-.024l4.401 3.196c.303.22.732.054.808-.312l3.225-15.51a.516.516 0 0 0-.691-.587L2.33 10.968a.516.516 0 0 0 .006.965zm5.799.764l8.556-5.27c.154-.094.312.114.18.237L9.81 14.226c-.248.231-.408.54-.454.876l-.24 1.783c-.032.238-.367.261-.432.031l-.925-3.25a.862.862 0 0 1 .376-.97z\",__self:void 0,__source:{fileName:Ou,lineNumber:15,columnNumber:9}}))}},Du=T(\"share-block\"),Tu=function(e){var t=e.items,r=e.title,n=Object(o.useContext)(v),a=n.pathname,c=n.hostname,l=_e(ye.ShareButton),u=Object(o.useCallback)((function(){return l()}),[l]);return i.a.createElement(\"div\",{className:Du(),__self:void 0,__source:{fileName:Pu,lineNumber:40,columnNumber:9}},i.a.createElement(\"h5\",{className:Du(\"title\"),__self:void 0,__source:{fileName:Pu,lineNumber:41,columnNumber:13}},r||Lu(\"constructor-share\")),i.a.createElement(\"div\",{className:Du(\"items\"),__self:void 0,__source:{fileName:Pu,lineNumber:42,columnNumber:13}},t.map((function(e){var t=function(e,t,r,n){switch(t){case Xn.Telegram:return lo(\"https://t.me/share/url\",{url:e,text:r});case Xn.Facebook:return lo(\"https://facebook.com/sharer.php\",{u:e});case Xn.Twitter:return lo(\"https://twitter.com/intent/tweet\",{url:e,text:r});case Xn.Vk:return lo(\"https://vk.com/share.php\",{url:e,title:r,comment:n});case Xn.LinkedIn:return lo(\"https://www.linkedin.com/sharing/share-offsite/\",{url:e});default:return void console.error(\"Unknown share type: \".concat(t))}}(function(e,t,r){if(!t)return null!=r?r:\"\";var n=Object(Ne.parse)(r||\"\");return Object(Ne.format)(Me(Me({},n),{},{protocol:n.protocol||\"https\",hostname:n.hostname||e,pathname:n.pathname||t}))}(c,a),e),r=Au[e];return i.a.createElement(Vi,{key:e,view:\"flat\",size:\"l\",target:\"_blank\",href:t,className:Du(\"item\",{type:e.toLowerCase()}),onClick:u,__self:void 0,__source:{fileName:Pu,lineNumber:49,columnNumber:25}},r&&i.a.createElement(ne,{data:r,size:24,className:Du(\"icon\",{type:e}),__self:void 0,__source:{fileName:Pu,lineNumber:58,columnNumber:38}}))}))))};function zu(e,t){return t?e/4*3:e/16*9}var Bu=T(\"map\");var Ru=function(e){var t=e.address,r=e.zoom,a=Object(o.useContext)(w),c=a.apiKey,l=a.scriptSrc,u=Object(o.useContext)(h).lang,s=void 0===u?n.Ru:u,d=Object(o.useContext)(k),p=Object(o.useState)(void 0),f=Object(R.a)(p,2),m=f[0],y=f[1],b=Object(o.useRef)(null),v=Object(o.useMemo)((function(){return function(e){var t=e.apiKey,r=e.scriptSrc,n=e.address,o=e.lang,i=e.zoom;return\"\".concat(r,\"?key=\").concat(t,\"&language=\").concat(o).concat(i?\"&zoom=\"+i:\"\",\"&q=\").concat(encodeURI(n))}({apiKey:c,scriptSrc:l,address:t,lang:s,zoom:r})}),[c,l,t,s,r]);return Object(o.useEffect)((function(){var e=ie.a.debounce((function(){b.current&&y(Math.round(zu(b.current.offsetWidth,d)))}),100);return e(),window.addEventListener(\"resize\",e,{passive:!0}),function(){window.removeEventListener(\"resize\",e)}}),[d]),c&&t?i.a.createElement(\"iframe\",{className:Bu(),ref:b,style:{height:m},title:\"Google Map\",loading:\"lazy\",allowFullScreen:!0,referrerPolicy:\"no-referrer-when-downgrade\",src:v,__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/components/Map/GoogleMap.tsx\",lineNumber:65,columnNumber:9}}):null},Fu=r(103),Uu={insert:\"head\",singleton:!1};u()(Fu.a,Uu),Fu.a.locals;const Yu=q(\"spin\"),Wu=i.a.forwardRef((function(e,t){const{size:r=\"m\",style:n,className:o,qa:a}=e;return i.a.createElement(\"div\",{ref:t,style:n,className:Yu({size:r},o),\"data-qa\":a},i.a.createElement(\"div\",{className:Yu(\"inner\")}))}));var Vu,Qu=r(102),Hu={insert:\"head\",singleton:!1},Gu=(u()(Qu.a,Hu),Qu.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/ErrorWrapper/ErrorWrapper.tsx\"),Zu=T(\"ErrorWrapper\"),qu=function(e){var t=e.text,r=e.buttonText,n=e.className,o=e.handler,a=e.isError,c=e.children;return a?i.a.createElement(\"div\",{className:Zu(null,n),__self:void 0,__source:{fileName:Gu,lineNumber:29,columnNumber:9}},i.a.createElement(\"div\",{className:Zu(\"text\"),__self:void 0,__source:{fileName:Gu,lineNumber:30,columnNumber:13}},t),o&&i.a.createElement(Vi,{size:\"s\",onClick:o,__self:void 0,__source:{fileName:Gu,lineNumber:32,columnNumber:17}},r)):i.a.createElement(i.a.Fragment,{__self:void 0,__source:{fileName:Gu,lineNumber:38,columnNumber:9}},c)};function $u(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function Xu(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?$u(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):$u(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}function Ku(e,t){var r=\"undefined\"!=typeof Symbol&&e[Symbol.iterator]||e[\"@@iterator\"];if(!r){if(Array.isArray(e)||(r=function(e,t){if(!e)return;if(\"string\"==typeof e)return Ju(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);\"Object\"===r&&e.constructor&&(r=e.constructor.name);if(\"Map\"===r||\"Set\"===r)return Array.from(e);if(\"Arguments\"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return Ju(e,t)}(e))||t&&e&&\"number\"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError(\"Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\")}var i,a=!0,c=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){c=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(c)throw i}}}}function Ju(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}!function(e){e.Properties=\"properties\",e.Options=\"options\"}(Vu||(Vu={}));var es,ts={iconCaption:Vu.Properties,iconContent:Vu.Properties,iconColor:Vu.Options,preset:Vu.Options},rs=function(){function e(t,r){Object(xn.a)(this,e),Object(C.a)(this,\"ymap\",void 0),Object(C.a)(this,\"mapRef\",void 0),Object(C.a)(this,\"coords\",[]),this.ymap=t,this.mapRef=r}var t,r;return Object(kn.a)(e,[{key:\"showPlacemarks\",value:(r=B(U.a.mark((function e(t){var r,n,o;return U.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:this.clearOldPlacemarks(),r=Ku(t.markers),e.prev=2,r.s();case 4:if((n=r.n()).done){e.next=14;break}if(!(o=n.value).address){e.next=11;break}return e.next=9,this.findAddress(o);case 9:e.next=12;break;case 11:o.coordinate&&this.findCoordinate(o);case 12:e.next=4;break;case 14:e.next=19;break;case 16:e.prev=16,e.t0=e.catch(2),r.e(e.t0);case 19:return e.prev=19,r.f(),e.finish(19);case 22:this.recalcZoomAndCenter(t);case 23:case\"end\":return e.stop()}}),e,this,[[2,16,19,22]])}))),function(e){return r.apply(this,arguments)})},{key:\"findAddress\",value:(t=B(U.a.mark((function e(t){var r,n,o;return U.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,window.ymaps.geocode(t.address,{results:1});case 3:r=e.sent,n=r.geoObjects.get(0),o=n.geometry.getCoordinates(),this.coords.push(o),this.drawPlaceMarkStyle(n,t),this.ymap.geoObjects.add(n),e.next=13;break;case 11:e.prev=11,e.t0=e.catch(0);case 13:case\"end\":return e.stop()}}),e,this,[[0,11]])}))),function(e){return t.apply(this,arguments)})},{key:\"findCoordinate\",value:function(e){var t=new window.ymaps.Placemark(e.coordinate,{});this.coords.push(e.coordinate),this.drawPlaceMarkStyle(t,e),this.ymap.geoObjects.add(t)}},{key:\"drawPlaceMarkStyle\",value:function(e,t){var r=t.label||{},n=r.iconColor,o=r.preset,i=void 0===o?\"islands#dotIcon\":o,a=n;i.includes(\"Stretchy\")||n||(a=\"#dc534b\"),Object.entries(Xu(Xu({},t.label),{},{iconColor:a,preset:i})).forEach((function(t){var r=Object(R.a)(t,2),n=r[0],o=r[1],i=ts[n];o&&i&&e[i].set(n,o)}))}},{key:\"recalcZoomAndCenter\",value:function(e){var t=this.coords.length,r=e.zoom,n=void 0===r?0:r;if(t){var o=[1/0,1/0],i=[-1/0,-1/0];this.coords.forEach((function(e){o=[Math.min(o[0],e[0]),Math.min(o[1],e[1])],i=[Math.max(i[0],e[0]),Math.max(i[1],e[1])]}));var a,c,l={zoom:n,center:[]};if(n)l.center=window.ymaps.util.bounds.getCenter([o,i]);else l=window.ymaps.util.bounds.getCenterAndZoom([o,i],[null===(a=this.mapRef)||void 0===a?void 0:a.clientWidth,null===(c=this.mapRef)||void 0===c?void 0:c.clientHeight],void 0,{margin:30});this.ymap.setCenter(l.center),t>1&&!n&&this.ymap.setZoom(l.zoom)}}},{key:\"clearOldPlacemarks\",value:function(){0!==this.coords.length&&(this.ymap.geoObjects.removeAll(),this.coords=[])}}]),e}();function ns(e,t){return os.apply(this,arguments)}function os(){return(os=B(U.a.mark((function e(t,r){var n,o,i,a,c;return U.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return n=r.id,o=r.defer,i=void 0!==o&&o,a=r.async,c=void 0===a||a,e.abrupt(\"return\",new Promise((function(e,r){var o=document.createElement(\"script\");o.src=t,o.id=n,o.defer=i,o.async=c,o.onload=function(t){e(t)},o.onerror=function(e){var t,o=document.getElementById(n);null==o||null===(t=o.parentNode)||void 0===t||t.removeChild(o),r(e)},document.head.appendChild(o)})));case 2:case\"end\":return e.stop()}}),e)})))).apply(this,arguments)}!function(e){e.NotStarted=\"not_started\",e.Loading=\"loading\",e.Loaded=\"loaded\",e.Error=\"error\"}(es||(es={}));var is=function(){function e(){Object(xn.a)(this,e)}var t;return Object(kn.a)(e,null,[{key:\"loadApi\",value:(t=B(U.a.mark((function t(r,n,o,i){var a,c;return U.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(e.status!==es.Loaded){t.next=2;break}return t.abrupt(\"return\",Promise.resolve());case 2:if(e.status!==es.Loading){t.next=6;break}return t.next=5,e.loader;case 5:return t.abrupt(\"return\",Promise.resolve());case 6:return e.status=es.Loading,a=i?\"csp[style_nonce]=\".concat(i):\"csp=true\",c=\"\".concat(n,\"?apikey=\").concat(r,\"&lang=\").concat(g[o],\"&\").concat(a),e.loader=ns(c,{id:\"ymaps-script\"}).then((function(){e.status=es.Loaded})).catch((function(){e.status=es.Error})),t.abrupt(\"return\",this.loader);case 11:case\"end\":return t.stop()}}),t,this)}))),function(e,r,n,o){return t.apply(this,arguments)})}]),e}();Object(C.a)(is,\"status\",es.NotStarted),Object(C.a)(is,\"loader\",void 0);var as=Ye({en:r(171),ru:r(172)},\"Map\"),cs=\"/home/runner/work/page-constructor/page-constructor/src/components/Map/YMap/YandexMap.tsx\",ls=T(\"map\"),us=[0,0],ss=function(e){var t=e.markers,r=e.zoom,n=e.id,a=Object(o.useContext)(w),c=a.apiKey,l=a.scriptSrc,u=a.nonce,s=Object(o.useContext)(k),d=Object(o.useContext)(h).lang,p=void 0===d?\"ru\":d,f=\"\".concat(\"ymap\",\"-\").concat(n),m=Object(o.useState)(null),y=Object(R.a)(m,2),b=y[0],v=y[1],g=Object(o.useState)(void 0),_=Object(R.a)(g,2),x=_[0],N=_[1],j=Object(o.useRef)(null),M=Object(o.useState)(!1),O=Object(R.a)(M,2),S=O[0],E=O[1],L=Object(o.useState)(!1),I=Object(R.a)(L,2),C=I[0],P=I[1],A=Object(o.useState)(0),D=Object(R.a)(A,2),T=D[0],z=D[1],F=Object(o.useCallback)((function(){z(T+1)}),[T]);return Object(o.useEffect)((function(){B(U.a.mark((function e(){var t;return U.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return E(!0),e.next=3,is.loadApi(c,l,p,u);case 3:null===(t=window.ymaps)||void 0===t||t.ready((function(){v(new rs(new window.ymaps.Map(f,{center:us,zoom:r||9},{autoFitToViewport:\"always\"}),j.current))})),E(!1);case 5:case\"end\":return e.stop()}}),e)})))()}),[c,p,l,f,r,u,T,E]),Object(o.useEffect)((function(){var e=ie.a.debounce((function(){j.current&&N(Math.round(zu(j.current.offsetWidth,s)))}),100);return e(),window.addEventListener(\"resize\",e,{passive:!0}),function(){window.removeEventListener(\"resize\",e)}}),[t,b,v,s]),Object(o.useEffect)((function(){b&&function(){var e=B(U.a.mark((function e(){return U.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.next=2,b.showPlacemarks({markers:t,zoom:r});case 2:P(!0);case 3:case\"end\":return e.stop()}}),e)})));return function(){return e.apply(this,arguments)}}()()})),t?i.a.createElement(qu,{isError:is.status===es.Error,text:as(\"map-load-error\"),buttonText:as(\"map-try-again\"),handler:F,className:ls(\"wrapper\"),__self:void 0,__source:{fileName:cs,lineNumber:102,columnNumber:9}},i.a.createElement(\"div\",{className:ls(\"wrapper\"),__self:void 0,__source:{fileName:cs,lineNumber:109,columnNumber:13}},i.a.createElement(\"div\",{id:f,className:ls({hidden:!C}),ref:j,style:{height:x},__self:void 0,__source:{fileName:cs,lineNumber:111,columnNumber:17}}),S?i.a.createElement(Wu,{size:\"xl\",className:ls(\"spinner\"),__self:void 0,__source:{fileName:cs,lineNumber:112,columnNumber:28}}):null)):null},ds=r(101),ps={insert:\"head\",singleton:!1},fs=(u()(ds.a,ps),ds.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/Map/Map.tsx\"),ms=function(e){switch(Object(o.useContext)(w).type){case m.Yandex:return i.a.createElement(ss,Object.assign({},e,{__self:void 0,__source:{fileName:fs,lineNumber:16,columnNumber:20}}));case m.Google:return i.a.createElement(Ru,Object.assign({},e,{__self:void 0,__source:{fileName:fs,lineNumber:18,columnNumber:20}}));default:return null}},ys=[\"map\"],bs=\"/home/runner/work/page-constructor/page-constructor/src/blocks/Map/Map.tsx\",hs=function(e){var t=e.map,r=I(e,ys);return i.a.createElement(pl,Object.assign({},r,{__self:void 0,__source:{fileName:bs,lineNumber:8,columnNumber:5}}),i.a.createElement(pl.Card,{__self:void 0,__source:{fileName:bs,lineNumber:9,columnNumber:9}},i.a.createElement(ms,Object.assign({},t,{__self:void 0,__source:{fileName:bs,lineNumber:10,columnNumber:13}}))))},vs=i.a.createContext({blockTypes:[],subBlockTypes:[],headerBlockTypes:[],itemMap:{}}),gs=[\"children\"];function _s(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var ws,xs=function(e){var t,r,n=e.children,a=I(e,gs),c=null===(t=Object(o.useContext)(vs).customization)||void 0===t||null===(r=t.decorators)||void 0===r?void 0:r.block,l=c?c.reduce((function(e,t){return t(function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?_s(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):_s(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({children:e},a))}),n):n;return i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/customization/BlockDecoration.tsx\",lineNumber:19,columnNumber:12}},l)},ks=[\"type\"],Ns=\"/home/runner/work/page-constructor/page-constructor/src/containers/PageConstructor/components/ConstructorItem/ConstructorItem.tsx\",js=function(e){var t=e.data,r=e.blockKey,n=e.children,a=Object(o.useContext)(vs).itemMap,c=t.type,l=I(t,ks),u=a[c];return i.a.createElement(he.Provider,{value:r,__self:void 0,__source:{fileName:Ns,lineNumber:22,columnNumber:9}},i.a.createElement(u,Object.assign({},l,{__self:void 0,__source:{fileName:Ns,lineNumber:23,columnNumber:13}}),n))},Ms=function(e){var t=e.data,r=e.blockKey;return i.a.createElement(xs,{type:t.type,__self:void 0,__source:{fileName:Ns,lineNumber:32,columnNumber:5}},i.a.createElement(js,{data:t,key:t.type,blockKey:r,__self:void 0,__source:{fileName:Ns,lineNumber:33,columnNumber:9}}))},Os=Ye({en:r(173),ru:r(174)},\"FilterBlock\"),Ss=r(104),Es={insert:\"head\",singleton:!1},Ls=(u()(Ss.a,Es),Ss.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/blocks/FilterBlock/FilterBlock.tsx\"),Is=T(\"filter-block\"),Cs=function(e){var t=e.title,r=e.description,n=e.tags,a=e.tagButtonSize,c=e.allTag,l=e.items,u=e.colSizes,s=e.centered,d=e.animated,p=Object(o.useMemo)((function(){var e=c?{id:null,title:\"boolean\"==typeof c?Os(\"label-all-tag\"):c}:void 0,t=n&&n.map((function(e){return{id:e.id,title:e.label}}));return[].concat(Object(P.a)(e?[e]:[]),Object(P.a)(t||[]))}),[c,n]),f=Object(o.useState)(p.length?p[0].id:null),m=Object(R.a)(f,2),y=m[0],b=m[1],h=Object(o.useMemo)((function(){return p.length&&!p.find((function(e){return e.id===y}))?p[0].id:y}),[p,y]),v=Object(o.useMemo)((function(){return(h?l.filter((function(e){return e.tags.includes(h)})):l).map((function(e){return e.card}))}),[h,l]);return i.a.createElement(H,{className:Is(),animate:d,__self:void 0,__source:{fileName:Ls,lineNumber:54,columnNumber:9}},t&&i.a.createElement(Io,{className:Is(\"title\",{centered:s}),title:t,subtitle:r,__self:void 0,__source:{fileName:Ls,lineNumber:56,columnNumber:17}}),p.length&&i.a.createElement(Ei,{__self:void 0,__source:{fileName:Ls,lineNumber:63,columnNumber:17}},i.a.createElement(Qn,{__self:void 0,__source:{fileName:Ls,lineNumber:64,columnNumber:21}},i.a.createElement(Bl,{className:Is(\"tabs\",{centered:s}),items:p,activeTab:y,onSelectTab:b,tabSize:a,__self:void 0,__source:{fileName:Ls,lineNumber:65,columnNumber:25}}))),i.a.createElement(Ei,{className:Is(\"block-container\"),__self:void 0,__source:{fileName:Ls,lineNumber:75,columnNumber:13}},i.a.createElement(vu,{title:\"\",colSizes:u,__self:void 0,__source:{fileName:Ls,lineNumber:76,columnNumber:17}},v.map((function(e,t){var r=no(e,t);return i.a.createElement(js,{data:e,blockKey:r,key:r,__self:void 0,__source:{fileName:Ls,lineNumber:80,columnNumber:32}})})))))};!function(e){e.Divider=\"divider\",e.Quote=\"quote\",e.PriceDetailed=\"price-detailed\",e.MediaCard=\"media-card\",e.BannerCard=\"banner-card\",e.LayoutItem=\"layout-item\",e.BackgroundCard=\"background-card\",e.BasicCard=\"basic-card\",e.Content=\"content\",e.HubspotForm=\"hubspot-form\",e.Card=\"card\"}(ws||(ws={}));var Ps=Object.values(ws),As=r(105),Ds={insert:\"head\",singleton:!1},Ts=(u()(As.a,Ds),As.a.locals,T(\"divider-block\")),zs=function(e){var t=e.size,r=void 0===t?\"m\":t,n=e.border;return i.a.createElement(\"div\",{className:Ts({size:r,border:n}),__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/Divider/Divider.tsx\",lineNumber:10,columnNumber:57}})},Bs=r(111),Rs={insert:\"head\",singleton:!1},Fs=(u()(Bs.a,Rs),Bs.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/CardBase/CardBase.tsx\"),Us=T(\"card-base-block\"),Ys=function(){return null},Ws=function(){return null},Vs=function(){return null},Qs=function(e){var t,r,n,a,c,l,u=e.className,s=e.bodyClassName,d=e.metrikaGoals,p=e.pixelEvents,f=e.analyticsEvents,m=e.contentClassName,y=e.children,b=e.url,h=e.target,v=e.border,g=void 0===v?\"shadow\":v,_=Zi(),w=_e(ye.CardBase,b);function x(e){switch(e.type){case Ys:t=e.props.children,a=e.props.image,c=e.props.className;break;case Ws:r=e.props.children;break;case Vs:n=e.props.children,l=e.props.className}}1===o.Children.count(y)?x(y):o.Children.forEach(y,x);var k=i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:Fs,lineNumber:86,columnNumber:9}},(t||a)&&i.a.createElement(ni,Object.assign({className:Us(\"header\",c)},\"string\"==typeof a?{src:a}:a,{__self:void 0,__source:{fileName:Fs,lineNumber:88,columnNumber:17}}),i.a.createElement(\"div\",{className:Us(\"header-content\"),__self:void 0,__source:{fileName:Fs,lineNumber:92,columnNumber:21}},t)),i.a.createElement(\"div\",{className:Us(\"body\",s),__self:void 0,__source:{fileName:Fs,lineNumber:95,columnNumber:13}},i.a.createElement(\"div\",{className:Us(\"content\",m),__self:void 0,__source:{fileName:Fs,lineNumber:96,columnNumber:17}},r),n&&i.a.createElement(\"div\",{className:Us(\"footer\",l),__self:void 0,__source:{fileName:Fs,lineNumber:97,columnNumber:28}},n))),N=Us({border:g},u);return b?i.a.createElement(Sc,{href:b,__self:void 0,__source:{fileName:Fs,lineNumber:110,columnNumber:9}},i.a.createElement(\"a\",{href:b,target:h,rel:\"_blank\"===h?\"noopener noreferrer\":void 0,className:N,draggable:!1,onDragStart:function(e){return e.preventDefault()},onClick:function(){_({metrikaGoals:d,pixelEvents:p}),w(f)},__self:void 0,__source:{fileName:Fs,lineNumber:111,columnNumber:13}},k)):i.a.createElement(\"div\",{className:N,__self:void 0,__source:{fileName:Fs,lineNumber:124,columnNumber:9}},k)};Qs.Header=Ys,Qs.Content=Ws,Qs.Footer=Vs;var Hs,Gs=Qs,Zs=r(110),qs={insert:\"head\",singleton:!1},$s=(u()(Zs.a,qs),Zs.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/PriceDetailed/CombinedPriceDetailed/CombinedPriceDetailed.tsx\"),Xs=T(\"combined-price-detailed-block\"),Ks=(Hs={},Object(C.a)(Hs,In.Sm,1),Object(C.a)(Hs,In.Md,2),Object(C.a)(Hs,In.Lg,3),Hs),Js=function(e){var t=e.items,r=e.numberGroupItems,n=e.border,a=e.useMixedView,c=e.getDescriptionComponent,l=e.getDetailsComponent,u=Object(o.useState)(r),s=Object(R.a)(u,2),d=s[0],p=s[1],f=Object(o.useCallback)((function(e){p(e>=Pe.lg?r:Pe.lg>e&&e>=Pe.md?Ks[In.Lg]:Pe.md>e&&e>=Pe.sm?Ks[In.Md]:Ks[In.Sm])}),[r]);Object(o.useEffect)((function(){function e(){f(window.innerWidth)}return e(),window.addEventListener(\"resize\",e,{passive:!0}),function(){return window.removeEventListener(\"resize\",e)}}),[f]);var m=ie.a.chunk(t,d);return i.a.createElement(Gs,{className:Xs(),border:n,__self:void 0,__source:{fileName:$s,lineNumber:106,columnNumber:9}},i.a.createElement(Gs.Content,{__self:void 0,__source:{fileName:$s,lineNumber:107,columnNumber:13}},i.a.createElement(Xc,{__self:void 0,__source:{fileName:$s,lineNumber:108,columnNumber:17}},m.map((function(e,t){return i.a.createElement(Ei,{key:t,className:Xs(\"row\"),__self:void 0,__source:{fileName:$s,lineNumber:111,columnNumber:29}},function(e){for(var t=Array(d),r=Array(d),n=0;n<d;n++){var u=e[n];t[n]=i.a.createElement(Qn,{key:\"card_\".concat(n),__self:void 0,__source:{fileName:$s,lineNumber:84,columnNumber:17}},u&&c(u)),r[n]=i.a.createElement(Qn,{key:\"details_\".concat(n),className:u?\"\":Xs(\"empty-column\"),__self:void 0,__source:{fileName:$s,lineNumber:87,columnNumber:17}},u&&l(u.items))}return i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:$s,lineNumber:94,columnNumber:13}},i.a.createElement(\"div\",{__self:void 0,__source:{fileName:$s,lineNumber:95,columnNumber:17}},t),i.a.createElement(\"div\",{className:Xs(\"description\",{delimiter:a}),__self:void 0,__source:{fileName:$s,lineNumber:96,columnNumber:17}},r))}(e))})))))},ed=r(106),td={insert:\"head\",singleton:!1},rd=(u()(ed.a,td),ed.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/PriceDetailed/PriceDescription/PriceDescription.tsx\"),nd=T(\"price-description\"),od=function(e){var t=e.title,r=e.detailedTitle,n=void 0===r?\"\":r,a=e.description,c=e.titleSize,l=void 0===c?\"l\":c,u=e.descriptionSize,s=void 0===u?\"m\":u,d=e.colorTitle,p=void 0===d?\"cornflower\":d,f=e.label,m=e.labelsDefaultText,y=e.className,b=i.a.useRef(null),h=Object(o.useContext)(Co),v=h.pricesDetailedDescriptionHeight,g=h.setStyles,_=Object(o.useCallback)((function(){var e;if(b&&b.current){var t=null===(e=b.current)||void 0===e?void 0:e.children;if(t){var r=Object(P.a)(t).reduce((function(e,t){return e+t.clientHeight}),0);void 0===v||Number(v)<r?g({pricesDetailedDescriptionHeight:r.toString()}):r<Number(v)&&(b.current.style.height=\"\".concat(v,\"px\"))}}}),[v,g]);Object(o.useEffect)((function(){return _(),window.addEventListener(\"resize\",_,{passive:!0}),function(){return window.removeEventListener(\"resize\",_)}}),[_]);var w=Object(o.useMemo)((function(){if(!f)return null;var e=f.text||m&&m[f.color];return i.a.createElement(\"div\",{className:nd(\"label\",{color:f.color,size:f.size||s}),__self:void 0,__source:{fileName:rd,lineNumber:82,columnNumber:13}},e)}),[s,f,m]),x=Object(o.useMemo)((function(){return i.a.createElement(\"div\",{className:nd(\"title\",{size:l}),__self:void 0,__source:{fileName:rd,lineNumber:90,columnNumber:13}},i.a.createElement(\"div\",{className:nd(\"main-title\",{color:p}),__self:void 0,__source:{fileName:rd,lineNumber:91,columnNumber:17}},t),i.a.createElement(\"div\",{className:nd(\"detailed-title\",{size:s}),__self:void 0,__source:{fileName:rd,lineNumber:92,columnNumber:17}},n))}),[p,s,n,t,l]);return i.a.createElement(\"div\",{className:nd(null,y),ref:b,__self:void 0,__source:{fileName:rd,lineNumber:98,columnNumber:9}},w,x,i.a.createElement(\"div\",{className:nd(\"description\",{size:s}),__self:void 0,__source:{fileName:rd,lineNumber:101,columnNumber:13}},i.a.createElement(po,{content:a,modifiers:{constructor:!0},__self:void 0,__source:{fileName:rd,lineNumber:102,columnNumber:17}})))},id=r(108),ad={insert:\"head\",singleton:!1},cd=(u()(id.a,ad),id.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/PriceDetailed/PriceDetails/Details/List.tsx\"),ld=T(\"marked-list\"),ud=function(e){var t=e.items,r=void 0===t?[]:t,n=e.titleSize,a=void 0===n?\"s\":n;return i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:cd,lineNumber:20,columnNumber:9}},r.map((function(e,t){return i.a.createElement(\"div\",{key:t,className:ld(\"list-item\"),__self:void 0,__source:{fileName:cd,lineNumber:22,columnNumber:17}},i.a.createElement(\"img\",{className:ld(\"img\"),__self:void 0,__source:{fileName:cd,lineNumber:23,columnNumber:21}}),i.a.createElement(\"div\",{className:ld(\"text\",{size:a}),__self:void 0,__source:{fileName:cd,lineNumber:24,columnNumber:21}},i.a.createElement(po,{content:e.text,modifiers:{constructor:!0},__self:void 0,__source:{fileName:cd,lineNumber:25,columnNumber:25}})))})))},sd=r(109),dd={insert:\"head\",singleton:!1},pd=(u()(sd.a,dd),sd.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/PriceDetailed/PriceDetails/Details/Settings.tsx\"),fd=T(\"settings-list\"),md=function(e){var t=e.items,r=void 0===t?[]:t,n=e.titleSize,a=void 0===n?\"s\":n,c=e.descriptionSize,l=void 0===c?\"m\":c;return i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:pd,lineNumber:21,columnNumber:9}},r.map((function(e,t){return i.a.createElement(\"div\",{key:t,__self:void 0,__source:{fileName:pd,lineNumber:23,columnNumber:17}},i.a.createElement(\"div\",{className:fd(\"title\",{size:a}),__self:void 0,__source:{fileName:pd,lineNumber:24,columnNumber:21}},e.title),i.a.createElement(\"div\",{className:fd(\"description\",{size:l}),__self:void 0,__source:{fileName:pd,lineNumber:25,columnNumber:21}},i.a.createElement(po,{content:e.description,modifiers:{constructor:!0},__self:void 0,__source:{fileName:pd,lineNumber:26,columnNumber:25}})))})))},yd=r(107),bd={insert:\"head\",singleton:!1},hd=(u()(yd.a,bd),yd.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/PriceDetailed/PriceDetails/PriceDetails.tsx\"),vd=T(\"price-details\"),gd=function(e){var t=Object(o.useState)(!1),r=Object(R.a)(t,2),n=r[0],a=r[1],c=Object(o.useCallback)((function(){a(!n)}),[n]),l=e.items,u=void 0===l?[]:l,s=e.type,d=void 0===s?_r.SETTINGS:s,p=e.titleSize,f=void 0===p?\"s\":p,m=e.descriptionSize,y=void 0===m?\"m\":m,b=e.foldable,h=e.useMixedView,v=e.className,g=b||{},_=g.title,w=g.size,x=void 0===w?y:w,k=g.titleColor,N=void 0===k?\"cornflower\":k,j=function(){return i.a.createElement(\"div\",{className:vd(\"foldable_block\"),__self:void 0,__source:{fileName:hd,lineNumber:69,columnNumber:16}},function(){switch(d){case _r.MARKED_LIST:return i.a.createElement(ud,{items:u,titleSize:f,__self:void 0,__source:{fileName:hd,lineNumber:55,columnNumber:24}});case _r.SETTINGS:default:return i.a.createElement(md,{items:u,titleSize:f,descriptionSize:y,__self:void 0,__source:{fileName:hd,lineNumber:59,columnNumber:21}})}}())},M=function(){return i.a.createElement(\"div\",{className:vd(\"foldable_title\",{color:N,size:x}),onClick:c,__self:void 0,__source:{fileName:hd,lineNumber:74,columnNumber:13}},_,i.a.createElement(go,{open:n,size:14,type:\"vertical\",className:vd(\"arrow\"),__self:void 0,__source:{fileName:hd,lineNumber:80,columnNumber:17}}))},O=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\";return i.a.createElement(\"div\",{className:e,__self:void 0,__source:{fileName:hd,lineNumber:87,columnNumber:13}},M(),i.a.createElement(mc,{isOpened:n,__self:void 0,__source:{fileName:hd,lineNumber:89,columnNumber:17}},j()))},S=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\";return i.a.createElement(\"div\",{className:e,__self:void 0,__source:{fileName:hd,lineNumber:95,columnNumber:16}},j())};return i.a.createElement(\"div\",{className:vd(null,v),__self:void 0,__source:{fileName:hd,lineNumber:116,columnNumber:9}},h?b?i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:hd,lineNumber:101,columnNumber:17}},O(vd(\"foldable\")),S(vd(\"non_foldable\"))):S(vd(\"delimiter-line\")):b?O():S(vd(\"delimiter-line\")))},_d=r(112),wd={insert:\"head\",singleton:!1},xd=(u()(_d.a,wd),_d.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/PriceDetailed/SeparatePriceDetailed/SeparatePriceDetailed.tsx\"),kd=T(\"separate-price-detailed-block\"),Nd=function(e){var t=e.items,r=e.border,n=e.getDescriptionComponent,a=e.getDetailsComponent;return i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:xd,lineNumber:30,columnNumber:9}},t.map((function(e,t){return i.a.createElement(Gs,{key:t,className:kd(),border:r,__self:void 0,__source:{fileName:xd,lineNumber:32,columnNumber:17}},i.a.createElement(Gs.Content,{__self:void 0,__source:{fileName:xd,lineNumber:33,columnNumber:21}},n(e),a(e.items)))})))},jd=\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/PriceDetailed/PriceDetailed.tsx\",Md=function(e){var t=e.priceType,r=void 0===t?_r.SETTINGS:t,n=e.items,a=e.numberGroupItems,c=void 0===a?1:a,l=e.description,u=e.details,s=e.foldable,d=e.labelsDefaultText,p=e.isCombined,f=void 0!==p&&p,m=e.useMixedView,y=void 0!==m&&m,b=e.border,h=l||{},v=h.titleSize,g=void 0===v?\"l\":v,_=h.descriptionSize,w=void 0===_?\"m\":_,x=h.titleColor,k=void 0===x?\"cornflower\":x,N=u||{},j=N.titleSize,M=void 0===j?\"s\":j,O=N.descriptionSize,S=void 0===O?\"m\":O,E=function(e){return i.a.createElement(od,Object.assign({},e,{titleSize:g,descriptionSize:w,colorTitle:k,labelsDefaultText:d,__self:void 0,__source:{fileName:jd,lineNumber:41,columnNumber:13}}))},L=function(e){return i.a.createElement(gd,{items:e,type:r,foldable:s,titleSize:M,descriptionSize:S,useMixedView:y,__self:void 0,__source:{fileName:jd,lineNumber:55,columnNumber:13}})};return i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:jd,lineNumber:67,columnNumber:9}},f?i.a.createElement(Js,{items:n,numberGroupItems:c,border:b,useMixedView:y,getDescriptionComponent:E,getDetailsComponent:L,__self:void 0,__source:{fileName:jd,lineNumber:69,columnNumber:17}}):i.a.createElement(Nd,{items:n,border:b,getDescriptionComponent:E,getDetailsComponent:L,__self:void 0,__source:{fileName:jd,lineNumber:78,columnNumber:17}}))},Od=r(113),Sd={insert:\"head\",singleton:!1},Ed=(u()(Od.a,Sd),Od.a.locals,[\"border\"]),Ld=\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/MediaCard/MediaCard.tsx\",Id=T(\"MediaCard\"),Cd=function(e){var t=e.border,r=I(e,Ed);return i.a.createElement(Gs,{className:Id(),bodyClassName:Id(\"body\"),border:t,__self:void 0,__source:{fileName:Ld,lineNumber:12,columnNumber:5}},i.a.createElement(Gs.Content,{__self:void 0,__source:{fileName:Ld,lineNumber:13,columnNumber:9}},i.a.createElement(_i,Object.assign({},r,{__self:void 0,__source:{fileName:Ld,lineNumber:14,columnNumber:13}}))))},Pd=r(115),Ad={insert:\"head\",singleton:!1},Dd=(u()(Pd.a,Ad),Pd.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/MetaInfo/MetaInfo.tsx\"),Td=T(\"meta-info\"),zd=function(e){var t=e.items,r=e.className;return i.a.createElement(\"h4\",{className:Td(null,r),__self:void 0,__source:{fileName:Dd,lineNumber:16,columnNumber:5}},t.map((function(e){return i.a.createElement(\"span\",{key:e,className:Td(\"item\"),__self:void 0,__source:{fileName:Dd,lineNumber:18,columnNumber:13}},e)})))};function Bd(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var Rd,Fd,Ud,Yd,Wd,Vd=function(e){return null==e?void 0:e.map((function(e){return function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Bd(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Bd(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({theme:\"normal\"},e)}))},Qd=r(114),Hd={insert:\"head\",singleton:!1},Gd=(u()(Qd.a,Hd),Qd.a.locals,[\"links\"]),Zd=[\"className\",\"fullscreen\"],qd=\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/LayoutItem/LayoutItem.tsx\",$d=T(\"layout-item\"),Xd=function(e){var t,r=e.content,n=r.links,o=I(r,Gd),a=e.metaInfo,c=e.media,l=e.border,u=e.fullscreen,s=e.className;return i.a.createElement(\"div\",{className:$d(null,s),__self:void 0,__source:{fileName:qd,lineNumber:22,columnNumber:5}},u&&function(e){var t=e.dataLens,r=e.image;return!(t||Array.isArray(r))}(c)?i.a.createElement(Dr,{showFullscreenIcon:(t=c,!t.youtube),__self:void 0,__source:{fileName:qd,lineNumber:24,columnNumber:13}},(function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},t=e.className,r=(e.fullscreen,I(e,Zd));return i.a.createElement(_i,Object.assign({},c,r,{className:$d(\"media\",{border:l},t),__self:void 0,__source:{fileName:qd,lineNumber:30,columnNumber:21}}))})):i.a.createElement(_i,Object.assign({},c,{className:$d(\"media\",{border:l}),__self:void 0,__source:{fileName:qd,lineNumber:38,columnNumber:13}})),a&&i.a.createElement(zd,{items:a,className:$d(\"meta-info\"),__self:void 0,__source:{fileName:qd,lineNumber:40,columnNumber:22}}),i.a.createElement(\"div\",{className:$d(\"content\"),__self:void 0,__source:{fileName:qd,lineNumber:41,columnNumber:9}},i.a.createElement(Pa,Object.assign({},o,{links:Vd(n),size:\"s\",colSizes:{all:12,md:12},__self:void 0,__source:{fileName:qd,lineNumber:42,columnNumber:13}}))))},Kd=r(116),Jd={insert:\"head\",singleton:!1},ep=(u()(Kd.a,Jd),Kd.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/BackgroundCard/BackgroundCard.tsx\"),tp=T(\"background-card\"),rp=function(e){var t=e.url,r=e.title,n=e.text,a=e.border,c=e.background,l=e.paddingBottom,u=e.backgroundColor,s=e.additionalInfo,d=e.theme,p=void 0===d?\"default\":d,f=e.links,m=e.buttons,y=Object(o.useContext)(O).themeValue,b=u||\"default\"!==p,h=b||\"line\"===a?void 0:t,v=b?\"none\":a;return i.a.createElement(Gs,{className:tp({padding:l,theme:p}),url:h,border:v,__self:void 0,__source:{fileName:ep,lineNumber:34,columnNumber:9}},i.a.createElement(Gs.Content,{__self:void 0,__source:{fileName:ep,lineNumber:39,columnNumber:13}},i.a.createElement(ni,Object.assign({className:tp(\"image\")},Da(c,y),{style:{backgroundColor:u},__self:void 0,__source:{fileName:ep,lineNumber:40,columnNumber:17}})),i.a.createElement(Pa,{title:r,text:n,additionalInfo:s,size:\"s\",theme:p,links:f,buttons:m,colSizes:{all:12,md:12},__self:void 0,__source:{fileName:ep,lineNumber:45,columnNumber:17}})))},np=r(117),op={insert:\"head\",singleton:!1},ip=(u()(np.a,op),np.a.locals,[\"title\",\"text\",\"icon\",\"additionalInfo\",\"links\",\"buttons\"]),ap=\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/BasicCard/BasicCard.tsx\",cp=T(\"basic-card\"),lp=function(e){var t=e.title,r=e.text,n=e.icon,o=e.additionalInfo,a=e.links,c=e.buttons,l=I(e,ip),u=n&&si(n);return i.a.createElement(Gs,Object.assign({className:cp()},l,{__self:void 0,__source:{fileName:ap,lineNumber:19,columnNumber:9}}),i.a.createElement(Gs.Content,{__self:void 0,__source:{fileName:ap,lineNumber:20,columnNumber:13}},u&&i.a.createElement(He,Object.assign({},u,{className:cp(\"icon\"),__self:void 0,__source:{fileName:ap,lineNumber:21,columnNumber:31}})),i.a.createElement(Pa,{title:t,text:r,additionalInfo:o,links:a,buttons:c,colSizes:{all:12,md:12},size:\"s\",__self:void 0,__source:{fileName:ap,lineNumber:22,columnNumber:17}})))},up=r(119),sp={insert:\"head\",singleton:!1},dp=(u()(up.a,sp),up.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/Author/Author.tsx\"),pp=T(\"author\"),fp=function(e){var t=e.author,r=e.className,n=e.authorContainerClassName,o=e.type,a=void 0===o?gr.Column:o,c=e.dataQa,l=t.firstName,u=t.secondName,s=t.description,d=t.avatar,p=u?\"\".concat(l,\" \").concat(u):l;return i.a.createElement(\"div\",{className:pp({type:a},r),\"data-qa\":c,__self:void 0,__source:{fileName:dp,lineNumber:18,columnNumber:9}},d&&i.a.createElement(\"div\",{className:pp(\"avatar\",n),__self:void 0,__source:{fileName:dp,lineNumber:20,columnNumber:17}},\"string\"==typeof d?i.a.createElement(He,{src:d,__self:void 0,__source:{fileName:dp,lineNumber:21,columnNumber:51}}):d),i.a.createElement(\"div\",{className:pp(\"label\"),__self:void 0,__source:{fileName:dp,lineNumber:24,columnNumber:13}},i.a.createElement(\"div\",{className:pp(\"name\"),__self:void 0,__source:{fileName:dp,lineNumber:25,columnNumber:17}},p),s&&i.a.createElement(\"div\",{className:pp(\"description\"),__self:void 0,__source:{fileName:dp,lineNumber:26,columnNumber:33}},s)))},mp=r(118),yp={insert:\"head\",singleton:!1},bp=(u()(mp.a,yp),mp.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/sub-blocks/Quote/Quote.tsx\"),hp=T(\"quote\"),vp=function(e){var t=e.theme,r=void 0===t?\"light\":t,n=e.color,a=e.image,c=e.border,l=void 0===c?\"shadow\":c,u=e.text,s=e.logo,d=e.author,p=e.url,f=e.buttonText,m=si(Da(a,Object(o.useContext)(O).themeValue)),y=_e(ye.QuoteButton,p),b=Object(o.useCallback)((function(){return y()}),[y]),h=Boolean(d||p)&&i.a.createElement(\"div\",{className:hp(\"author-wrapper\"),__self:void 0,__source:{fileName:bp,lineNumber:36,columnNumber:9}},d&&i.a.createElement(fp,{className:hp(\"author\",{theme:r}),author:d,type:gr.Line,__self:void 0,__source:{fileName:bp,lineNumber:38,columnNumber:17}}),p&&f&&i.a.createElement(Vi,{view:\"outlined\",size:\"xl\",href:p,className:hp(\"link-button\",{theme:r}),onClick:b,__self:void 0,__source:{fileName:bp,lineNumber:45,columnNumber:17}},f));return i.a.createElement(\"div\",{className:hp({theme:r,border:l}),style:n?{backgroundColor:n}:{},__self:void 0,__source:{fileName:bp,lineNumber:59,columnNumber:9}},i.a.createElement(\"div\",{key:u,className:hp(\"content-wrapper\"),__self:void 0,__source:{fileName:bp,lineNumber:63,columnNumber:13}},i.a.createElement(\"div\",{__self:void 0,__source:{fileName:bp,lineNumber:64,columnNumber:17}},i.a.createElement(He,{className:hp(\"logo\"),src:s,__self:void 0,__source:{fileName:bp,lineNumber:65,columnNumber:21}}),i.a.createElement(\"div\",{className:hp(\"content\"),__self:void 0,__source:{fileName:bp,lineNumber:66,columnNumber:21}},i.a.createElement(\"span\",{className:hp(\"text\"),__self:void 0,__source:{fileName:bp,lineNumber:67,columnNumber:25}},i.a.createElement(uo,{__self:void 0,__source:{fileName:bp,lineNumber:68,columnNumber:29}},u)))),h),i.a.createElement(\"div\",{className:hp(\"image-wrapper\"),__self:void 0,__source:{fileName:bp,lineNumber:74,columnNumber:13}},i.a.createElement(He,Object.assign({},m,{className:hp(\"image\"),__self:void 0,__source:{fileName:bp,lineNumber:75,columnNumber:17}}))))},gp=(Rd={},Object(C.a)(Rd,Hn.SliderBlock,Ko),Object(C.a)(Rd,Hn.ExtendedFeaturesBlock,Ua),Object(C.a)(Rd,Hn.PromoFeaturesBlock,cc),Object(C.a)(Rd,Hn.QuestionsBlock,Mc),Object(C.a)(Rd,Hn.BannerBlock,Rc),Object(C.a)(Rd,Hn.CompaniesBlock,Vc),Object(C.a)(Rd,Hn.MediaBlock,ml),Object(C.a)(Rd,Hn.InfoBlock,xl),Object(C.a)(Rd,Hn.TableBlock,Pl),Object(C.a)(Rd,Hn.TabsBlock,Wl),Object(C.a)(Rd,Hn.HeaderBlock,tu),Object(C.a)(Rd,Hn.IconsBlock,au),Object(C.a)(Rd,Hn.HeaderSliderBlock,pu),Object(C.a)(Rd,Hn.CardLayoutBlock,vu),Object(C.a)(Rd,Hn.ContentLayoutBlock,Nu),Object(C.a)(Rd,Hn.ShareBlock,Tu),Object(C.a)(Rd,Hn.MapBlock,hs),Object(C.a)(Rd,Hn.FilterBlock,Cs),Rd),_p=(Fd={},Object(C.a)(Fd,ws.Divider,zs),Object(C.a)(Fd,ws.PriceDetailed,Md),Object(C.a)(Fd,ws.MediaCard,Cd),Object(C.a)(Fd,ws.BannerCard,Pc),Object(C.a)(Fd,ws.LayoutItem,Xd),Object(C.a)(Fd,ws.BackgroundCard,rp),Object(C.a)(Fd,ws.BasicCard,lp),Object(C.a)(Fd,ws.Content,Pa),Object(C.a)(Fd,ws.Quote,vp),Fd),wp=Ye({en:r(175),ru:r(176)},\"Control\"),xp=r(123),kp={insert:\"head\",singleton:!1},Np=(u()(xp.a,kp),xp.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/Control/Control.tsx\"),jp=T(\"control\"),Mp=function(e){var t=e.icon,r=e.theme,n=void 0===r?\"primary\":r,o=e.size,a=void 0===o?\"s\":o,c=e.iconSize,l=void 0===c?16:c,u=e.disabled,s=void 0!==u&&u,d=e.onClick,p=e.className;return i.a.createElement(\"button\",{type:\"button\",\"aria-label\":wp(\"aria-label\"),className:jp({size:a,theme:n,disabled:s},p),onClick:s?void 0:d,disabled:s,__self:void 0,__source:{fileName:Np,lineNumber:36,columnNumber:9}},i.a.createElement(ne,{data:t,size:l,__self:void 0,__source:{fileName:Np,lineNumber:43,columnNumber:13}}))},Op=function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:\"36\",height:\"36\",fill:\"none\"},we,e,{__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/icons/NavigationClose.tsx\",lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{d:\"M26 10 10 26m16 0L10 10\",stroke:\"currentColor\",strokeWidth:\"2\",strokeLinecap:\"round\",__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/icons/NavigationClose.tsx\",lineNumber:14,columnNumber:9}}))},Sp=\"/home/runner/work/page-constructor/page-constructor/src/icons/NavigationOpen.tsx\",Ep=function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:\"36\",height:\"36\",fill:\"none\"},we,e,{__self:void 0,__source:{fileName:Sp,lineNumber:6,columnNumber:5}}),i.a.createElement(\"rect\",{x:\"8\",y:\"10\",width:\"20\",height:\"2\",rx:\"1\",fill:\"currentColor\",__self:void 0,__source:{fileName:Sp,lineNumber:14,columnNumber:9}}),i.a.createElement(\"rect\",{x:\"8\",y:\"17\",width:\"20\",height:\"2\",rx:\"1\",fill:\"currentColor\",__self:void 0,__source:{fileName:Sp,lineNumber:15,columnNumber:9}}),i.a.createElement(\"rect\",{x:\"8\",y:\"24\",width:\"20\",height:\"2\",rx:\"1\",fill:\"currentColor\",__self:void 0,__source:{fileName:Sp,lineNumber:16,columnNumber:9}}))};!function(e){e.Link=\"link\",e.Dropdown=\"dropdown\",e.Button=\"button\",e.Social=\"social\",e.GithubButton=\"github-button\"}(Ud||(Ud={})),function(e){e.heart=\"octicon-heart\",e.eye=\"octicon-eye\",e.star=\"octicon-star\",e.fork=\"octicon-repo-forked\",e.issue=\"octicon-issue-opened\",e.comment=\"octicon-comment-discussion\",e.download=\"octicon-download\",e.package=\"octicon-package\",e.template=\"octicon-repo-template\",e.play=\"octicon-play\"}(Yd||(Yd={})),function(e){e.Left=\"left\",e.Right=\"right\",e.Top=\"top\",e.Bottom=\"bottom\"}(Wd||(Wd={}));var Lp=r(124),Ip={insert:\"head\",singleton:!1},Cp=(u()(Lp.a,Ip),Lp.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/Logo/Logo.tsx\"),Pp=T(\"logo\"),Ap=function(e){var t=Da(e,Object(o.useContext)(O).themeValue)||e,r=si(t.icon||e.icon),n=t.text||e.text;return i.a.createElement(Sc,{href:t.url||e.url||\"/\",passHref:!0,__self:void 0,__source:{fileName:Cp,lineNumber:25,columnNumber:9}},i.a.createElement(\"div\",{className:Pp(null,e.className),__self:void 0,__source:{fileName:Cp,lineNumber:26,columnNumber:13}},r&&i.a.createElement(He,Object.assign({className:Pp(\"icon\")},r,{__self:void 0,__source:{fileName:Cp,lineNumber:27,columnNumber:31}})),i.a.createElement(\"span\",{className:Pp(\"text\"),__self:void 0,__source:{fileName:Cp,lineNumber:28,columnNumber:17}},n)))};function Dp(e){if(null==e)return window;if(\"[object Window]\"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Tp(e){return e instanceof Dp(e).Element||e instanceof Element}function zp(e){return e instanceof Dp(e).HTMLElement||e instanceof HTMLElement}function Bp(e){return\"undefined\"!=typeof ShadowRoot&&(e instanceof Dp(e).ShadowRoot||e instanceof ShadowRoot)}var Rp=Math.max,Fp=Math.min,Up=Math.round;function Yp(){var e=navigator.userAgentData;return null!=e&&e.brands?e.brands.map((function(e){return e.brand+\"/\"+e.version})).join(\" \"):navigator.userAgent}function Wp(){return!/^((?!chrome|android).)*safari/i.test(Yp())}function Vp(e,t,r){void 0===t&&(t=!1),void 0===r&&(r=!1);var n=e.getBoundingClientRect(),o=1,i=1;t&&zp(e)&&(o=e.offsetWidth>0&&Up(n.width)/e.offsetWidth||1,i=e.offsetHeight>0&&Up(n.height)/e.offsetHeight||1);var a=(Tp(e)?Dp(e):window).visualViewport,c=!Wp()&&r,l=(n.left+(c&&a?a.offsetLeft:0))/o,u=(n.top+(c&&a?a.offsetTop:0))/i,s=n.width/o,d=n.height/i;return{width:s,height:d,top:u,right:l+s,bottom:u+d,left:l,x:l,y:u}}function Qp(e){var t=Dp(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function Hp(e){return e?(e.nodeName||\"\").toLowerCase():null}function Gp(e){return((Tp(e)?e.ownerDocument:e.document)||window.document).documentElement}function Zp(e){return Vp(Gp(e)).left+Qp(e).scrollLeft}function qp(e){return Dp(e).getComputedStyle(e)}function $p(e){var t=qp(e),r=t.overflow,n=t.overflowX,o=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+o+n)}function Xp(e,t,r){void 0===r&&(r=!1);var n,o,i=zp(t),a=zp(t)&&function(e){var t=e.getBoundingClientRect(),r=Up(t.width)/e.offsetWidth||1,n=Up(t.height)/e.offsetHeight||1;return 1!==r||1!==n}(t),c=Gp(t),l=Vp(e,a,r),u={scrollLeft:0,scrollTop:0},s={x:0,y:0};return(i||!i&&!r)&&((\"body\"!==Hp(t)||$p(c))&&(u=(n=t)!==Dp(n)&&zp(n)?{scrollLeft:(o=n).scrollLeft,scrollTop:o.scrollTop}:Qp(n)),zp(t)?((s=Vp(t,!0)).x+=t.clientLeft,s.y+=t.clientTop):c&&(s.x=Zp(c))),{x:l.left+u.scrollLeft-s.x,y:l.top+u.scrollTop-s.y,width:l.width,height:l.height}}function Kp(e){var t=Vp(e),r=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}function Jp(e){return\"html\"===Hp(e)?e:e.assignedSlot||e.parentNode||(Bp(e)?e.host:null)||Gp(e)}function ef(e,t){var r;void 0===t&&(t=[]);var n=function e(t){return[\"html\",\"body\",\"#document\"].indexOf(Hp(t))>=0?t.ownerDocument.body:zp(t)&&$p(t)?t:e(Jp(t))}(e),o=n===(null==(r=e.ownerDocument)?void 0:r.body),i=Dp(n),a=o?[i].concat(i.visualViewport||[],$p(n)?n:[]):n,c=t.concat(a);return o?c:c.concat(ef(Jp(a)))}function tf(e){return[\"table\",\"td\",\"th\"].indexOf(Hp(e))>=0}function rf(e){return zp(e)&&\"fixed\"!==qp(e).position?e.offsetParent:null}function nf(e){for(var t=Dp(e),r=rf(e);r&&tf(r)&&\"static\"===qp(r).position;)r=rf(r);return r&&(\"html\"===Hp(r)||\"body\"===Hp(r)&&\"static\"===qp(r).position)?t:r||function(e){var t=/firefox/i.test(Yp());if(/Trident/i.test(Yp())&&zp(e)&&\"fixed\"===qp(e).position)return null;var r=Jp(e);for(Bp(r)&&(r=r.host);zp(r)&&[\"html\",\"body\"].indexOf(Hp(r))<0;){var n=qp(r);if(\"none\"!==n.transform||\"none\"!==n.perspective||\"paint\"===n.contain||-1!==[\"transform\",\"perspective\"].indexOf(n.willChange)||t&&\"filter\"===n.willChange||t&&n.filter&&\"none\"!==n.filter)return r;r=r.parentNode}return null}(e)||t}var of=\"top\",af=\"bottom\",cf=\"right\",lf=\"left\",uf=[of,af,cf,lf],sf=uf.reduce((function(e,t){return e.concat([t+\"-start\",t+\"-end\"])}),[]),df=[].concat(uf,[\"auto\"]).reduce((function(e,t){return e.concat([t,t+\"-start\",t+\"-end\"])}),[]),pf=[\"beforeRead\",\"read\",\"afterRead\",\"beforeMain\",\"main\",\"afterMain\",\"beforeWrite\",\"write\",\"afterWrite\"];function ff(e){var t=new Map,r=new Set,n=[];return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){r.has(e.name)||function e(o){r.add(o.name),[].concat(o.requires||[],o.requiresIfExists||[]).forEach((function(n){if(!r.has(n)){var o=t.get(n);o&&e(o)}})),n.push(o)}(e)})),n}var mf={placement:\"bottom\",modifiers:[],strategy:\"absolute\"};function yf(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];return!t.some((function(e){return!(e&&\"function\"==typeof e.getBoundingClientRect)}))}function bf(e){void 0===e&&(e={});var t=e,r=t.defaultModifiers,n=void 0===r?[]:r,o=t.defaultOptions,i=void 0===o?mf:o;return function(e,t,r){void 0===r&&(r=i);var o,a,c={placement:\"bottom\",orderedModifiers:[],options:Object.assign({},mf,i),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},l=[],u=!1,s={state:c,setOptions:function(r){var o=\"function\"==typeof r?r(c.options):r;d(),c.options=Object.assign({},i,c.options,o),c.scrollParents={reference:Tp(e)?ef(e):e.contextElement?ef(e.contextElement):[],popper:ef(t)};var a=function(e){var t=ff(e);return pf.reduce((function(e,r){return e.concat(t.filter((function(e){return e.phase===r})))}),[])}(function(e){var t=e.reduce((function(e,t){var r=e[t.name];return e[t.name]=r?Object.assign({},r,t,{options:Object.assign({},r.options,t.options),data:Object.assign({},r.data,t.data)}):t,e}),{});return Object.keys(t).map((function(e){return t[e]}))}([].concat(n,c.options.modifiers)));return c.orderedModifiers=a.filter((function(e){return e.enabled})),c.orderedModifiers.forEach((function(e){var t=e.name,r=e.options,n=void 0===r?{}:r,o=e.effect;if(\"function\"==typeof o){var i=o({state:c,name:t,instance:s,options:n});l.push(i||function(){})}})),s.update()},forceUpdate:function(){if(!u){var e=c.elements,t=e.reference,r=e.popper;if(yf(t,r)){c.rects={reference:Xp(t,nf(r),\"fixed\"===c.options.strategy),popper:Kp(r)},c.reset=!1,c.placement=c.options.placement,c.orderedModifiers.forEach((function(e){return c.modifiersData[e.name]=Object.assign({},e.data)}));for(var n=0;n<c.orderedModifiers.length;n++)if(!0!==c.reset){var o=c.orderedModifiers[n],i=o.fn,a=o.options,l=void 0===a?{}:a,d=o.name;\"function\"==typeof i&&(c=i({state:c,options:l,name:d,instance:s})||c)}else c.reset=!1,n=-1}}},update:(o=function(){return new Promise((function(e){s.forceUpdate(),e(c)}))},function(){return a||(a=new Promise((function(e){Promise.resolve().then((function(){a=void 0,e(o())}))}))),a}),destroy:function(){d(),u=!0}};if(!yf(e,t))return s;function d(){l.forEach((function(e){return e()})),l=[]}return s.setOptions(r).then((function(e){!u&&r.onFirstUpdate&&r.onFirstUpdate(e)})),s}}var hf={passive:!0};function vf(e){return e.split(\"-\")[0]}function gf(e){return e.split(\"-\")[1]}function _f(e){return[\"top\",\"bottom\"].indexOf(e)>=0?\"x\":\"y\"}function wf(e){var t,r=e.reference,n=e.element,o=e.placement,i=o?vf(o):null,a=o?gf(o):null,c=r.x+r.width/2-n.width/2,l=r.y+r.height/2-n.height/2;switch(i){case of:t={x:c,y:r.y-n.height};break;case af:t={x:c,y:r.y+r.height};break;case cf:t={x:r.x+r.width,y:l};break;case lf:t={x:r.x-n.width,y:l};break;default:t={x:r.x,y:r.y}}var u=i?_f(i):null;if(null!=u){var s=\"y\"===u?\"height\":\"width\";switch(a){case\"start\":t[u]=t[u]-(r[s]/2-n[s]/2);break;case\"end\":t[u]=t[u]+(r[s]/2-n[s]/2)}}return t}var xf={top:\"auto\",right:\"auto\",bottom:\"auto\",left:\"auto\"};function kf(e){var t,r=e.popper,n=e.popperRect,o=e.placement,i=e.variation,a=e.offsets,c=e.position,l=e.gpuAcceleration,u=e.adaptive,s=e.roundOffsets,d=e.isFixed,p=a.x,f=void 0===p?0:p,m=a.y,y=void 0===m?0:m,b=\"function\"==typeof s?s({x:f,y:y}):{x:f,y:y};f=b.x,y=b.y;var h=a.hasOwnProperty(\"x\"),v=a.hasOwnProperty(\"y\"),g=lf,_=of,w=window;if(u){var x=nf(r),k=\"clientHeight\",N=\"clientWidth\";if(x===Dp(r)&&\"static\"!==qp(x=Gp(r)).position&&\"absolute\"===c&&(k=\"scrollHeight\",N=\"scrollWidth\"),x=x,o===of||(o===lf||o===cf)&&\"end\"===i)_=af,y-=(d&&x===w&&w.visualViewport?w.visualViewport.height:x[k])-n.height,y*=l?1:-1;if(o===lf||(o===of||o===af)&&\"end\"===i)g=cf,f-=(d&&x===w&&w.visualViewport?w.visualViewport.width:x[N])-n.width,f*=l?1:-1}var j,M=Object.assign({position:c},u&&xf),O=!0===s?function(e){var t=e.x,r=e.y,n=window.devicePixelRatio||1;return{x:Up(t*n)/n||0,y:Up(r*n)/n||0}}({x:f,y:y}):{x:f,y:y};return f=O.x,y=O.y,l?Object.assign({},M,((j={})[_]=v?\"0\":\"\",j[g]=h?\"0\":\"\",j.transform=(w.devicePixelRatio||1)<=1?\"translate(\"+f+\"px, \"+y+\"px)\":\"translate3d(\"+f+\"px, \"+y+\"px, 0)\",j)):Object.assign({},M,((t={})[_]=v?y+\"px\":\"\",t[g]=h?f+\"px\":\"\",t.transform=\"\",t))}var Nf={left:\"right\",right:\"left\",bottom:\"top\",top:\"bottom\"};function jf(e){return e.replace(/left|right|bottom|top/g,(function(e){return Nf[e]}))}var Mf={start:\"end\",end:\"start\"};function Of(e){return e.replace(/start|end/g,(function(e){return Mf[e]}))}function Sf(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&Bp(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function Ef(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function Lf(e,t,r){return\"viewport\"===t?Ef(function(e,t){var r=Dp(e),n=Gp(e),o=r.visualViewport,i=n.clientWidth,a=n.clientHeight,c=0,l=0;if(o){i=o.width,a=o.height;var u=Wp();(u||!u&&\"fixed\"===t)&&(c=o.offsetLeft,l=o.offsetTop)}return{width:i,height:a,x:c+Zp(e),y:l}}(e,r)):Tp(t)?function(e,t){var r=Vp(e,!1,\"fixed\"===t);return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}(t,r):Ef(function(e){var t,r=Gp(e),n=Qp(e),o=null==(t=e.ownerDocument)?void 0:t.body,i=Rp(r.scrollWidth,r.clientWidth,o?o.scrollWidth:0,o?o.clientWidth:0),a=Rp(r.scrollHeight,r.clientHeight,o?o.scrollHeight:0,o?o.clientHeight:0),c=-n.scrollLeft+Zp(e),l=-n.scrollTop;return\"rtl\"===qp(o||r).direction&&(c+=Rp(r.clientWidth,o?o.clientWidth:0)-i),{width:i,height:a,x:c,y:l}}(Gp(e)))}function If(e,t,r,n){var o=\"clippingParents\"===t?function(e){var t=ef(Jp(e)),r=[\"absolute\",\"fixed\"].indexOf(qp(e).position)>=0&&zp(e)?nf(e):e;return Tp(r)?t.filter((function(e){return Tp(e)&&Sf(e,r)&&\"body\"!==Hp(e)})):[]}(e):[].concat(t),i=[].concat(o,[r]),a=i[0],c=i.reduce((function(t,r){var o=Lf(e,r,n);return t.top=Rp(o.top,t.top),t.right=Fp(o.right,t.right),t.bottom=Fp(o.bottom,t.bottom),t.left=Rp(o.left,t.left),t}),Lf(e,a,n));return c.width=c.right-c.left,c.height=c.bottom-c.top,c.x=c.left,c.y=c.top,c}function Cf(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function Pf(e,t){return t.reduce((function(t,r){return t[r]=e,t}),{})}function Af(e,t){void 0===t&&(t={});var r=t,n=r.placement,o=void 0===n?e.placement:n,i=r.strategy,a=void 0===i?e.strategy:i,c=r.boundary,l=void 0===c?\"clippingParents\":c,u=r.rootBoundary,s=void 0===u?\"viewport\":u,d=r.elementContext,p=void 0===d?\"popper\":d,f=r.altBoundary,m=void 0!==f&&f,y=r.padding,b=void 0===y?0:y,h=Cf(\"number\"!=typeof b?b:Pf(b,uf)),v=\"popper\"===p?\"reference\":\"popper\",g=e.rects.popper,_=e.elements[m?v:p],w=If(Tp(_)?_:_.contextElement||Gp(e.elements.popper),l,s,a),x=Vp(e.elements.reference),k=wf({reference:x,element:g,strategy:\"absolute\",placement:o}),N=Ef(Object.assign({},g,k)),j=\"popper\"===p?N:x,M={top:w.top-j.top+h.top,bottom:j.bottom-w.bottom+h.bottom,left:w.left-j.left+h.left,right:j.right-w.right+h.right},O=e.modifiersData.offset;if(\"popper\"===p&&O){var S=O[o];Object.keys(M).forEach((function(e){var t=[cf,af].indexOf(e)>=0?1:-1,r=[of,af].indexOf(e)>=0?\"y\":\"x\";M[e]+=S[r]*t}))}return M}function Df(e,t,r){return Rp(e,Fp(t,r))}function Tf(e,t,r){return void 0===r&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function zf(e){return[of,cf,af,lf].some((function(t){return e[t]>=0}))}var Bf=bf({defaultModifiers:[{name:\"eventListeners\",enabled:!0,phase:\"write\",fn:function(){},effect:function(e){var t=e.state,r=e.instance,n=e.options,o=n.scroll,i=void 0===o||o,a=n.resize,c=void 0===a||a,l=Dp(t.elements.popper),u=[].concat(t.scrollParents.reference,t.scrollParents.popper);return i&&u.forEach((function(e){e.addEventListener(\"scroll\",r.update,hf)})),c&&l.addEventListener(\"resize\",r.update,hf),function(){i&&u.forEach((function(e){e.removeEventListener(\"scroll\",r.update,hf)})),c&&l.removeEventListener(\"resize\",r.update,hf)}},data:{}},{name:\"popperOffsets\",enabled:!0,phase:\"read\",fn:function(e){var t=e.state,r=e.name;t.modifiersData[r]=wf({reference:t.rects.reference,element:t.rects.popper,strategy:\"absolute\",placement:t.placement})},data:{}},{name:\"computeStyles\",enabled:!0,phase:\"beforeWrite\",fn:function(e){var t=e.state,r=e.options,n=r.gpuAcceleration,o=void 0===n||n,i=r.adaptive,a=void 0===i||i,c=r.roundOffsets,l=void 0===c||c,u={placement:vf(t.placement),variation:gf(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:o,isFixed:\"fixed\"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,kf(Object.assign({},u,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:l})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,kf(Object.assign({},u,{offsets:t.modifiersData.arrow,position:\"absolute\",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{\"data-popper-placement\":t.placement})},data:{}},{name:\"applyStyles\",enabled:!0,phase:\"write\",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var r=t.styles[e]||{},n=t.attributes[e]||{},o=t.elements[e];zp(o)&&Hp(o)&&(Object.assign(o.style,r),Object.keys(n).forEach((function(e){var t=n[e];!1===t?o.removeAttribute(e):o.setAttribute(e,!0===t?\"\":t)})))}))},effect:function(e){var t=e.state,r={popper:{position:t.options.strategy,left:\"0\",top:\"0\",margin:\"0\"},arrow:{position:\"absolute\"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach((function(e){var n=t.elements[e],o=t.attributes[e]||{},i=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:r[e]).reduce((function(e,t){return e[t]=\"\",e}),{});zp(n)&&Hp(n)&&(Object.assign(n.style,i),Object.keys(o).forEach((function(e){n.removeAttribute(e)})))}))}},requires:[\"computeStyles\"]},{name:\"offset\",enabled:!0,phase:\"main\",requires:[\"popperOffsets\"],fn:function(e){var t=e.state,r=e.options,n=e.name,o=r.offset,i=void 0===o?[0,0]:o,a=df.reduce((function(e,r){return e[r]=function(e,t,r){var n=vf(e),o=[lf,of].indexOf(n)>=0?-1:1,i=\"function\"==typeof r?r(Object.assign({},t,{placement:e})):r,a=i[0],c=i[1];return a=a||0,c=(c||0)*o,[lf,cf].indexOf(n)>=0?{x:c,y:a}:{x:a,y:c}}(r,t.rects,i),e}),{}),c=a[t.placement],l=c.x,u=c.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=u),t.modifiersData[n]=a}},{name:\"flip\",enabled:!0,phase:\"main\",fn:function(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var o=r.mainAxis,i=void 0===o||o,a=r.altAxis,c=void 0===a||a,l=r.fallbackPlacements,u=r.padding,s=r.boundary,d=r.rootBoundary,p=r.altBoundary,f=r.flipVariations,m=void 0===f||f,y=r.allowedAutoPlacements,b=t.options.placement,h=vf(b),v=l||(h===b||!m?[jf(b)]:function(e){if(\"auto\"===vf(e))return[];var t=jf(e);return[Of(e),t,Of(t)]}(b)),g=[b].concat(v).reduce((function(e,r){return e.concat(\"auto\"===vf(r)?function(e,t){void 0===t&&(t={});var r=t,n=r.placement,o=r.boundary,i=r.rootBoundary,a=r.padding,c=r.flipVariations,l=r.allowedAutoPlacements,u=void 0===l?df:l,s=gf(n),d=s?c?sf:sf.filter((function(e){return gf(e)===s})):uf,p=d.filter((function(e){return u.indexOf(e)>=0}));0===p.length&&(p=d);var f=p.reduce((function(t,r){return t[r]=Af(e,{placement:r,boundary:o,rootBoundary:i,padding:a})[vf(r)],t}),{});return Object.keys(f).sort((function(e,t){return f[e]-f[t]}))}(t,{placement:r,boundary:s,rootBoundary:d,padding:u,flipVariations:m,allowedAutoPlacements:y}):r)}),[]),_=t.rects.reference,w=t.rects.popper,x=new Map,k=!0,N=g[0],j=0;j<g.length;j++){var M=g[j],O=vf(M),S=\"start\"===gf(M),E=[of,af].indexOf(O)>=0,L=E?\"width\":\"height\",I=Af(t,{placement:M,boundary:s,rootBoundary:d,altBoundary:p,padding:u}),C=E?S?cf:lf:S?af:of;_[L]>w[L]&&(C=jf(C));var P=jf(C),A=[];if(i&&A.push(I[O]<=0),c&&A.push(I[C]<=0,I[P]<=0),A.every((function(e){return e}))){N=M,k=!1;break}x.set(M,A)}if(k)for(var D=function(e){var t=g.find((function(t){var r=x.get(t);if(r)return r.slice(0,e).every((function(e){return e}))}));if(t)return N=t,\"break\"},T=m?3:1;T>0;T--){if(\"break\"===D(T))break}t.placement!==N&&(t.modifiersData[n]._skip=!0,t.placement=N,t.reset=!0)}},requiresIfExists:[\"offset\"],data:{_skip:!1}},{name:\"preventOverflow\",enabled:!0,phase:\"main\",fn:function(e){var t=e.state,r=e.options,n=e.name,o=r.mainAxis,i=void 0===o||o,a=r.altAxis,c=void 0!==a&&a,l=r.boundary,u=r.rootBoundary,s=r.altBoundary,d=r.padding,p=r.tether,f=void 0===p||p,m=r.tetherOffset,y=void 0===m?0:m,b=Af(t,{boundary:l,rootBoundary:u,padding:d,altBoundary:s}),h=vf(t.placement),v=gf(t.placement),g=!v,_=_f(h),w=\"x\"===_?\"y\":\"x\",x=t.modifiersData.popperOffsets,k=t.rects.reference,N=t.rects.popper,j=\"function\"==typeof y?y(Object.assign({},t.rects,{placement:t.placement})):y,M=\"number\"==typeof j?{mainAxis:j,altAxis:j}:Object.assign({mainAxis:0,altAxis:0},j),O=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,S={x:0,y:0};if(x){if(i){var E,L=\"y\"===_?of:lf,I=\"y\"===_?af:cf,C=\"y\"===_?\"height\":\"width\",P=x[_],A=P+b[L],D=P-b[I],T=f?-N[C]/2:0,z=\"start\"===v?k[C]:N[C],B=\"start\"===v?-N[C]:-k[C],R=t.elements.arrow,F=f&&R?Kp(R):{width:0,height:0},U=t.modifiersData[\"arrow#persistent\"]?t.modifiersData[\"arrow#persistent\"].padding:{top:0,right:0,bottom:0,left:0},Y=U[L],W=U[I],V=Df(0,k[C],F[C]),Q=g?k[C]/2-T-V-Y-M.mainAxis:z-V-Y-M.mainAxis,H=g?-k[C]/2+T+V+W+M.mainAxis:B+V+W+M.mainAxis,G=t.elements.arrow&&nf(t.elements.arrow),Z=G?\"y\"===_?G.clientTop||0:G.clientLeft||0:0,q=null!=(E=null==O?void 0:O[_])?E:0,$=P+H-q,X=Df(f?Fp(A,P+Q-q-Z):A,P,f?Rp(D,$):D);x[_]=X,S[_]=X-P}if(c){var K,J=\"x\"===_?of:lf,ee=\"x\"===_?af:cf,te=x[w],re=\"y\"===w?\"height\":\"width\",ne=te+b[J],oe=te-b[ee],ie=-1!==[of,lf].indexOf(h),ae=null!=(K=null==O?void 0:O[w])?K:0,ce=ie?ne:te-k[re]-N[re]-ae+M.altAxis,le=ie?te+k[re]+N[re]-ae-M.altAxis:oe,ue=f&&ie?function(e,t,r){var n=Df(e,t,r);return n>r?r:n}(ce,te,le):Df(f?ce:ne,te,f?le:oe);x[w]=ue,S[w]=ue-te}t.modifiersData[n]=S}},requiresIfExists:[\"offset\"]},{name:\"arrow\",enabled:!0,phase:\"main\",fn:function(e){var t,r=e.state,n=e.name,o=e.options,i=r.elements.arrow,a=r.modifiersData.popperOffsets,c=vf(r.placement),l=_f(c),u=[lf,cf].indexOf(c)>=0?\"height\":\"width\";if(i&&a){var s=function(e,t){return Cf(\"number\"!=typeof(e=\"function\"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:Pf(e,uf))}(o.padding,r),d=Kp(i),p=\"y\"===l?of:lf,f=\"y\"===l?af:cf,m=r.rects.reference[u]+r.rects.reference[l]-a[l]-r.rects.popper[u],y=a[l]-r.rects.reference[l],b=nf(i),h=b?\"y\"===l?b.clientHeight||0:b.clientWidth||0:0,v=m/2-y/2,g=s[p],_=h-d[u]-s[f],w=h/2-d[u]/2+v,x=Df(g,w,_),k=l;r.modifiersData[n]=((t={})[k]=x,t.centerOffset=x-w,t)}},effect:function(e){var t=e.state,r=e.options.element,n=void 0===r?\"[data-popper-arrow]\":r;null!=n&&(\"string\"!=typeof n||(n=t.elements.popper.querySelector(n)))&&Sf(t.elements.popper,n)&&(t.elements.arrow=n)},requires:[\"popperOffsets\"],requiresIfExists:[\"preventOverflow\"]},{name:\"hide\",enabled:!0,phase:\"main\",requiresIfExists:[\"preventOverflow\"],fn:function(e){var t=e.state,r=e.name,n=t.rects.reference,o=t.rects.popper,i=t.modifiersData.preventOverflow,a=Af(t,{elementContext:\"reference\"}),c=Af(t,{altBoundary:!0}),l=Tf(a,n),u=Tf(c,o,i),s=zf(l),d=zf(u);t.modifiersData[r]={referenceClippingOffsets:l,popperEscapeOffsets:u,isReferenceHidden:s,hasPopperEscaped:d},t.attributes.popper=Object.assign({},t.attributes.popper,{\"data-popper-reference-hidden\":s,\"data-popper-escaped\":d})}}]}),Rf=r(40),Ff=r.n(Rf),Uf=function(e){return e.reduce((function(e,t){var r=t[0],n=t[1];return e[r]=n,e}),{})},Yf=\"undefined\"!=typeof window&&window.document&&window.document.createElement?o.useLayoutEffect:o.useEffect,Wf=[];const Vf=[\"bottom-start\",\"bottom\",\"bottom-end\",\"top-start\",\"top\",\"top-end\",\"right-start\",\"right\",\"right-end\",\"left-start\",\"left\",\"left-end\"];function Qf({anchorRef:e,placement:t=Vf,offset:r,modifiers:n=[],strategy:c,altBoundary:l}){const[u,s]=i.a.useState(null),[d,p]=i.a.useState(null),f=Array.isArray(t)?t:[t],{attributes:m,styles:y}=function(e,t,r){void 0===r&&(r={});var n=o.useRef(null),i={onFirstUpdate:r.onFirstUpdate,placement:r.placement||\"bottom\",strategy:r.strategy||\"absolute\",modifiers:r.modifiers||Wf},c=o.useState({styles:{popper:{position:i.strategy,left:\"0\",top:\"0\"},arrow:{position:\"absolute\"}},attributes:{}}),l=c[0],u=c[1],s=o.useMemo((function(){return{name:\"updateState\",enabled:!0,phase:\"write\",fn:function(e){var t=e.state,r=Object.keys(t.elements);a.flushSync((function(){u({styles:Uf(r.map((function(e){return[e,t.styles[e]||{}]}))),attributes:Uf(r.map((function(e){return[e,t.attributes[e]]})))})}))},requires:[\"computeStyles\"]}}),[]),d=o.useMemo((function(){var e={onFirstUpdate:i.onFirstUpdate,placement:i.placement,strategy:i.strategy,modifiers:[].concat(i.modifiers,[s,{name:\"applyStyles\",enabled:!1}])};return Ff()(n.current,e)?n.current||e:(n.current=e,e)}),[i.onFirstUpdate,i.placement,i.strategy,i.modifiers,s]),p=o.useRef();return Yf((function(){p.current&&p.current.setOptions(d)}),[d]),Yf((function(){if(null!=e&&null!=t){var n=(r.createPopper||Bf)(e,t,d);return p.current=n,function(){n.destroy(),p.current=null}}}),[e,t,r.createPopper]),{state:p.current?p.current.state:null,styles:l.styles,attributes:l.attributes,update:p.current?p.current.update:null,forceUpdate:p.current?p.current.forceUpdate:null}}(null==e?void 0:e.current,u,{strategy:c,modifiers:[{name:\"arrow\",options:{element:d}},{name:\"offset\",options:{offset:r,altBoundary:l}},...n],placement:f[0]});return{attributes:m,styles:y,setPopperRef:s,setArrowRef:p}}var Hf=r(135),Gf={insert:\"head\",singleton:!1};u()(Hf.a,Gf),Hf.a.locals;const Zf=q(\"popup\");function qf({styles:e,attributes:t,setArrowRef:r}){return i.a.createElement(\"div\",Object.assign({\"data-popper-arrow\":!0,ref:r,className:Zf(\"arrow\"),style:e},t),i.a.createElement(\"div\",{className:Zf(\"arrow-content\")},i.a.createElement(\"div\",{className:Zf(\"arrow-circle-wrapper\")},i.a.createElement(\"div\",{className:Zf(\"arrow-circle\",{left:!0})})),i.a.createElement(\"div\",{className:Zf(\"arrow-circle-wrapper\")},i.a.createElement(\"div\",{className:Zf(\"arrow-circle\",{right:!0})}))))}const $f=q(\"popup\"),Xf=q(\"popup-wrapper\");function Kf({keepMounted:e=!1,hasArrow:t=!1,offset:r=[0,4],open:n,placement:o,anchorRef:a,disableEscapeKeyDown:c,disableOutsideClick:l,disableLayer:u,style:s,className:d,modifiers:p=[],children:f,onEscapeKeyDown:m,onOutsideClick:y,onClose:b,onClick:h,onMouseEnter:v,onMouseLeave:g,disablePortal:_,container:w,strategy:x,qa:k,restoreFocus:N,restoreFocusRef:j}){const M=i.a.useRef(null);mr({open:n,disableEscapeKeyDown:c,disableOutsideClick:l,onEscapeKeyDown:m,onOutsideClick:y,onClose:b,contentRefs:[a,M],enabled:!u});const{attributes:O,styles:S,setPopperRef:E,setArrowRef:L}=Qf({anchorRef:a,placement:o,offset:t?[r[0],r[1]+8]:r,strategy:x,altBoundary:_,modifiers:[{name:\"arrow\",options:{enabled:t,padding:4}},{name:\"preventOverflow\",options:{padding:1,altBoundary:_}},...p]}),I=pr(E,M),C=ur({enabled:Boolean(N&&n),restoreFocusRef:j});return i.a.createElement(jt,{container:w,disablePortal:_},i.a.createElement(xt,{nodeRef:M,in:n,addEndListener:e=>{var t;return null===(t=M.current)||void 0===t?void 0:t.addEventListener(\"animationend\",e)},classNames:kt(Xf),mountOnEnter:!e,unmountOnExit:!e,appear:!0},i.a.createElement(\"div\",Object.assign({ref:I,style:S.popper},O.popper,C,{className:Xf({open:n})}),i.a.createElement(\"div\",{onClick:h,onMouseEnter:v,onMouseLeave:g,className:$f({open:n},d),style:s,\"data-qa\":k},t&&i.a.createElement(qf,{styles:S.arrow,attributes:O.arrow,setArrowRef:L}),f))))}var Jf=r(129),em={insert:\"head\",singleton:!1},tm=(u()(Jf.a,em),Jf.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/SocialIcon/SocialIcon.tsx\"),rm=T(\"social-icon\"),nm=function(e){var t=e.icon,r=e.url,n=e.className,o=si(t);return i.a.createElement(\"a\",{href:r,target:\"_blank\",rel:\"noopener noreferrer\",className:rm(null,n),__self:void 0,__source:{fileName:tm,lineNumber:20,columnNumber:9}},i.a.createElement(He,Object.assign({className:rm(\"icon\")},o,{__self:void 0,__source:{fileName:tm,lineNumber:21,columnNumber:13}})))},om=r(133),im={insert:\"head\",singleton:!1},am=(u()(om.a,im),om.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/NavigationItem/components/GithubButton/GithubButton.tsx\"),cm=T(\"github-button\"),lm=r(128),um={insert:\"head\",singleton:!1},sm=(u()(lm.a,um),lm.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/NavigationItem/components/NavigationButton/NavigationButton.tsx\"),dm=T(\"navigation-button\"),pm=r(131),fm={insert:\"head\",singleton:!1},mm=(u()(pm.a,fm),pm.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/NavigationItem/components/ContentWrapper/ContentWrapper.tsx\"),ym=T(\"content-wrapper\"),bm=function(e){var t=e.text,r=e.icon,n=e.iconSize,a=Object(o.useMemo)((function(){return n?{height:\"\".concat(n,\"px\"),width:\"\".concat(n,\"px\")}:{}}),[n]);return i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:mm,lineNumber:24,columnNumber:9}},r&&\"string\"!=typeof r&&i.a.createElement(He,Object.assign({className:ym(\"icon\")},r,{style:a,__self:void 0,__source:{fileName:mm,lineNumber:26,columnNumber:17}})),i.a.createElement(\"span\",{className:ym(\"text\"),__self:void 0,__source:{fileName:mm,lineNumber:28,columnNumber:13}},t))},hm=r(130),vm={insert:\"head\",singleton:!1},gm=(u()(hm.a,vm),hm.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/NavigationItem/components/NavigationDropdown/NavigationDropdown.tsx\"),_m=T(\"navigation-dropdown\"),wm=i.a.forwardRef((function(e,t){var r=e.text,n=e.icon,o=e.isOpened,a=e.className,c=e.iconSize,l=e.onClick,u=n&&si(n);return i.a.createElement(\"span\",{ref:t,onClick:l,className:_m(null,a),__self:void 0,__source:{fileName:gm,lineNumber:23,columnNumber:13}},i.a.createElement(bm,{text:r,icon:u,iconSize:c,__self:void 0,__source:{fileName:gm,lineNumber:24,columnNumber:17}}),i.a.createElement(go,{className:_m(\"arrow\"),size:12,type:\"vertical\",iconType:\"navigation\",open:o,__self:void 0,__source:{fileName:gm,lineNumber:25,columnNumber:17}}))}));wm.displayName=\"NavigationDropdown\";var xm,km=function(e){return i.a.createElement(\"svg\",Object.assign({xmlns:\"http://www.w3.org/2000/svg\",width:\"9\",height:\"9\",fill:\"none\",viewBox:\"0 0 9 9\"},we,e,{__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/icons/NavigationArrow.tsx\",lineNumber:6,columnNumber:5}}),i.a.createElement(\"path\",{d:\"M3 1H8M8 1V6M8 1L1 8\",stroke:\"currentColor\",strokeOpacity:\"0.7\",strokeWidth:\"1.2\",strokeLinecap:\"square\",__self:void 0,__source:{fileName:\"/home/runner/work/page-constructor/page-constructor/src/icons/NavigationArrow.tsx\",lineNumber:15,columnNumber:9}}))},Nm=r(132),jm={insert:\"head\",singleton:!1},Mm=(u()(Nm.a,jm),Nm.a.locals,[\"url\",\"text\",\"icon\",\"arrow\",\"target\",\"className\",\"iconSize\"]),Om=\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/NavigationItem/components/NavigationLink/NavigationLink.tsx\",Sm=T(\"navigation-link\"),Em=[\"data\",\"className\"],Lm=\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/NavigationItem/NavigationItem.tsx\";function Im(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function Cm(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?Im(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):Im(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var Pm=(xm={},Object(C.a)(xm,Ud.Button,(function(e){var t=e.url,r=e.target,n=e.className,o=dm(null,n);return i.a.createElement(he.Provider,{value:\"navigation\",__self:void 0,__source:{fileName:sm,lineNumber:21,columnNumber:9}},r?i.a.createElement(ua,Object.assign({className:o},e,{url:t,__self:void 0,__source:{fileName:sm,lineNumber:23,columnNumber:17}})):i.a.createElement(Sc,{href:t,__self:void 0,__source:{fileName:sm,lineNumber:25,columnNumber:17}},i.a.createElement(ua,Object.assign({},e,{className:o,url:t,__self:void 0,__source:{fileName:sm,lineNumber:26,columnNumber:21}}))))})),Object(C.a)(xm,Ud.Social,nm),Object(C.a)(xm,Ud.Dropdown,wm),Object(C.a)(xm,Ud.Link,(function(e){var t=Object(o.useContext)(v),r=t.hostname,n=t.Link,a=e.url,c=e.text,l=e.icon,u=e.arrow,s=e.target,d=e.className,p=e.iconSize,f=I(e,Mm),m=Se(a,r,s),y=l&&si(l),b=Sm(null,d),h=i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:Om,lineNumber:26,columnNumber:9}},i.a.createElement(bm,{text:c,icon:y,iconSize:p,__self:void 0,__source:{fileName:Om,lineNumber:27,columnNumber:13}}),u&&i.a.createElement(km,{className:Sm(\"arrow\"),__self:void 0,__source:{fileName:Om,lineNumber:28,columnNumber:23}}));return null!=m&&m.target||!n?i.a.createElement(\"a\",Object.assign({href:a,title:c,className:b},f,m,{__self:void 0,__source:{fileName:Om,lineNumber:34,columnNumber:13}}),h):i.a.createElement(Sc,{href:a,passHref:!0,__self:void 0,__source:{fileName:Om,lineNumber:40,columnNumber:13}},i.a.createElement(\"a\",Object.assign({},f,{className:b,__self:void 0,__source:{fileName:Om,lineNumber:41,columnNumber:17}}),h))})),Object(C.a)(xm,Ud.GithubButton,(function(e){var t=e.text,n=e.url,a=e.className,c=e.label,l=e.size,u=e.icon,s=Object(o.useRef)(null),d=Object(o.useRef)(null);return Object(o.useEffect)((function(){return function(){if(s.current){var e=s.current.appendChild(document.createElement(\"span\"));Promise.resolve().then(r.bind(null,238)).then((function(t){var r=t.render;null!==d.current&&r(e.appendChild(d.current),(function(t){try{e.parentNode&&e.parentNode.replaceChild(t,e)}catch(e){}}))}))}}(),function(){var e;null!=s&&null!==(e=s.current)&&void 0!==e&&e.lastChild&&d.current&&s.current.replaceChild(d.current,s.current.lastChild)}}),[]),i.a.createElement(\"div\",{className:cm(null,a),__self:void 0,__source:{fileName:am,lineNumber:61,columnNumber:9}},i.a.createElement(\"span\",{ref:s,__self:void 0,__source:{fileName:am,lineNumber:62,columnNumber:13}},i.a.createElement(\"a\",Object.assign({href:n,ref:d,\"data-show-count\":\"true\",\"aria-label\":c||\"Stars on GitHub\"},u&&{\"data-icon\":Yd[u]},l&&{\"data-size\":l},{__self:void 0,__source:{fileName:am,lineNumber:63,columnNumber:17}}),t)))})),xm),Am=i.a.forwardRef((function(e,t){var r=e.data,n=e.className,a=I(e,Em),c=r.type,l=void 0===c?Ud.Link:c,u=Pm[l],s=Object(o.useMemo)((function(){return Cm(Cm(Cm({className:n},r),a),{},{ref:t})}),[n,r,a,t]);return i.a.createElement(he.Provider,{value:\"navigation\",__self:void 0,__source:{fileName:Lm,lineNumber:46,columnNumber:13}},i.a.createElement(u,Object.assign({},s,{__self:void 0,__source:{fileName:Lm,lineNumber:47,columnNumber:17}})))}));Am.displayName=\"NavigationItem\";var Dm=Am,Tm=r(136),zm={insert:\"head\",singleton:!1},Bm=(u()(Tm.a,zm),Tm.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/MobileNavigation/MobileNavigation.tsx\"),Rm=T(\"mobile-navigation\"),Fm=function(e){var t=e.data,r=e.onItemClick,n=e.onToggle,a=e.isOpened,c=void 0!==a&&a,l=Object(o.useRef)(null);return i.a.createElement(\"div\",{ref:l,className:Rm(\"dropdown\"),__self:void 0,__source:{fileName:Bm,lineNumber:31,columnNumber:9}},i.a.createElement(Dm,{data:t,onClick:n,isOpened:c,__self:void 0,__source:{fileName:Bm,lineNumber:32,columnNumber:13}}),c&&i.a.createElement(Kf,{anchorRef:l,open:c,className:Rm(\"popup\"),__self:void 0,__source:{fileName:Bm,lineNumber:34,columnNumber:17}},t.items.map((function(e){return i.a.createElement(Dm,{key:e.text,data:e,className:Rm(\"dropdown-item\"),onClick:r,__self:void 0,__source:{fileName:Bm,lineNumber:36,columnNumber:25}})}))))},Um=function(e){var t=e.item,r=e.index,n=e.isOpened,a=e.activeItemId,c=e.onActiveItemChange,l=e.column,u=e.onClose,s=\"\".concat(l,\"-\").concat(r)===a&&n,d=Object(o.useCallback)((function(e){e.stopPropagation(),c&&c(s?void 0:\"\".concat(l,\"-\").concat(r))}),[c,s,l,r]),p=Object(o.useCallback)((function(e){d(e),u()}),[d,u]);return i.a.createElement(\"li\",{key:r,className:Rm(\"rows-item\"),__self:void 0,__source:{fileName:Bm,lineNumber:89,columnNumber:9}},t.type===Ud.Dropdown?i.a.createElement(Fm,{data:t,onToggle:d,isOpened:s,onItemClick:p,__self:void 0,__source:{fileName:Bm,lineNumber:91,columnNumber:17}}):i.a.createElement(Dm,{data:t,onClick:p,__self:void 0,__source:{fileName:Bm,lineNumber:98,columnNumber:17}}))},Ym=function(e){if(\"undefined\"==typeof window)return null;var t=e.isOpened,r=e.topItems,n=e.bottomItems,o=e.activeItemId,a=e.onActiveItemChange,c=e.onClose;return i.a.createElement(jt,{__self:void 0,__source:{fileName:Bm,lineNumber:122,columnNumber:9}},i.a.createElement(mc,{key:null==r?void 0:r.length,className:Rm(),isOpened:Boolean(t),__self:void 0,__source:{fileName:Bm,lineNumber:123,columnNumber:13}},i.a.createElement(\"div\",{className:Rm(\"wrapper\"),__self:void 0,__source:{fileName:Bm,lineNumber:124,columnNumber:17}},i.a.createElement(\"nav\",{className:Rm(\"nav\"),__self:void 0,__source:{fileName:Bm,lineNumber:125,columnNumber:21}},i.a.createElement(\"ul\",{className:Rm(\"rows\"),__self:void 0,__source:{fileName:Bm,lineNumber:126,columnNumber:25}},null==r?void 0:r.map((function(e,r){return i.a.createElement(Um,{key:r,item:e,column:Wd.Top,index:r,isOpened:t,activeItemId:o,onClose:c,onActiveItemChange:a,__self:void 0,__source:{fileName:Bm,lineNumber:128,columnNumber:33}})})))),i.a.createElement(\"ul\",{className:Rm(\"rows\"),__self:void 0,__source:{fileName:Bm,lineNumber:141,columnNumber:21}},null==n?void 0:n.map((function(e,r){return i.a.createElement(Um,{key:r,item:e,column:Wd.Bottom,index:r,isOpened:t,activeItemId:o,onClose:c,onActiveItemChange:a,__self:void 0,__source:{fileName:Bm,lineNumber:143,columnNumber:29}})}))))))},Wm=r(126),Vm={insert:\"head\",singleton:!1},Qm=(u()(Wm.a,Vm),Wm.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/OverflowScroller/OverflowScroller.tsx\");function Hm(e){var t=function(){if(\"undefined\"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if(\"function\"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var r,n=Object(On.a)(e);if(t){var o=Object(On.a)(this).constructor;r=Reflect.construct(n,arguments,o)}else r=n.apply(this,arguments);return Object(Mn.a)(this,r)}}var Gm=T(\"overflow-scroller\"),Zm=function(e){Object(jn.a)(r,e);var t=Hm(r);function r(){var e;Object(xn.a)(this,r);for(var n=arguments.length,i=new Array(n),a=0;a<n;a++)i[a]=arguments[a];return e=t.call.apply(t,[this].concat(i)),Object(C.a)(Object(Nn.a)(e),\"state\",{arrows:[],scrollValue:0}),Object(C.a)(Object(Nn.a)(e),\"containerRef\",Object(o.createRef)()),Object(C.a)(Object(Nn.a)(e),\"wrapperRef\",Object(o.createRef)()),Object(C.a)(Object(Nn.a)(e),\"checkOverflow\",ie.a.debounce((function(){if(e.containerRef&&e.containerRef.current&&e.wrapperRef&&e.wrapperRef.current){var t=e.containerRef.current.offsetWidth,r=e.wrapperRef.current.offsetWidth<t?[]:[\"right\"];e.setState({scrollValue:0,arrows:r})}}),100)),Object(C.a)(Object(Nn.a)(e),\"handleScrollClick\",(function(t,r){var n=e.state,o=n.scrollValue,i=n.arrows,a=e.props.onScrollStart;if(e.containerRef&&e.containerRef.current&&e.wrapperRef&&e.wrapperRef.current){var c=e.containerRef.current.offsetWidth,l=e.wrapperRef.current.offsetWidth,u=\"right\"===r?l-(c+o):o,s=i.length>1&&u+24>c?24:0,d=c>u?u:c,p=\"right\"===r?o+d+s:o-d-s,f=[\"left\",\"right\"];p+c>=l?f=[\"left\"]:p||(f=[\"right\"]),e.setState({arrows:f,scrollValue:p}),a&&a(),t.stopPropagation()}})),e}return Object(kn.a)(r,[{key:\"componentDidMount\",value:function(){this.checkOverflow(),window.addEventListener(\"resize\",this.checkOverflow,{passive:!0})}},{key:\"componentDidUpdate\",value:function(e,t){var r=t.scrollValue,n=this.props.onScrollEnd;r!==this.state.scrollValue&&n&&setTimeout(n,400)}},{key:\"componentWillUnmount\",value:function(){window.removeEventListener(\"resize\",this.checkOverflow)}},{key:\"render\",value:function(){var e=this,t=this.props,r=t.className,n=t.arrowClassName,o=t.children,a=t.arrowSize,c=void 0===a?18:a,l=this.state,u=l.arrows,s=l.scrollValue,d=u.length?{left:-s}:{left:0},p=u.includes(\"left\"),f=u.includes(\"right\");return i.a.createElement(\"div\",{className:Gm(\"container\",{\"padding-left\":p,\"padding-right\":f}),__self:this,__source:{fileName:Qm,lineNumber:69,columnNumber:13}},i.a.createElement(\"div\",{className:Gm(null,r),ref:this.containerRef,__self:this,__source:{fileName:Qm,lineNumber:75,columnNumber:17}},i.a.createElement(\"div\",{className:Gm(\"wrapper\"),style:d,ref:this.wrapperRef,__self:this,__source:{fileName:Qm,lineNumber:76,columnNumber:21}},o)),u.map((function(t){return i.a.createElement(\"div\",{key:t,className:Gm(\"arrow\",{type:t},n),onClick:function(r){return e.handleScrollClick(r,t)},__self:e,__source:{fileName:Qm,lineNumber:81,columnNumber:21}},i.a.createElement(go,{size:c,type:\"horizontal\",iconType:\"navigation\",__self:e,__source:{fileName:Qm,lineNumber:86,columnNumber:25}}))})))}}]),r}(i.a.Component),qm=r(134),$m={insert:\"head\",singleton:!1},Xm=(u()(qm.a,$m),qm.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/NavigationPopup/NavigationPopup.tsx\"),Km=T(\"navigation-popup\"),Jm=[0,0],ey=function(e){var t=e.anchorRef,r=e.items,n=e.onClose,o=e.className,a=e.open;return i.a.createElement(Kf,{anchorRef:a?t:void 0,className:Km(null,o),open:a,onClose:n,onOutsideClick:n,keepMounted:!0,disablePortal:!0,strategy:\"fixed\",placement:\"bottom-start\",offset:Jm,__self:void 0,__source:{fileName:Xm,lineNumber:30,columnNumber:9}},r.map((function(e){return i.a.createElement(Dm,{key:e.text,className:Km(\"link\"),data:e,__self:void 0,__source:{fileName:Xm,lineNumber:44,columnNumber:17}})})))},ty=[\"text\",\"icon\",\"items\",\"iconSize\"],ry=\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/NavigationDropdownItem/NavigationDropdownItem.tsx\",ny=function(e){var t=e.className,r=e.data,n=e.isActive,a=e.hidePopup,c=e.onClick,l=Object(o.useRef)(null),u=r.text,s=r.icon,d=r.items,p=r.iconSize,f=I(r,ty);return i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:ry,lineNumber:26,columnNumber:9}},i.a.createElement(Dm,{className:t,ref:l,onClick:c,isOpened:n,data:{text:u,type:Ud.Dropdown,icon:s,iconSize:p},__self:void 0,__source:{fileName:ry,lineNumber:27,columnNumber:13}}),i.a.createElement(ey,Object.assign({open:n,onClose:a,items:d,anchorRef:l},f,{__self:void 0,__source:{fileName:ry,lineNumber:34,columnNumber:13}})))},oy=r(127),iy={insert:\"head\",singleton:!1},ay=(u()(oy.a,iy),oy.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/NavigationListItem/NavigationListItem.tsx\"),cy=T(\"navigation-list-item\"),ly=function(e){var t=e.item,r=e.className,n=e.index,o=e.activeItemId,a=e.highlightActiveItem,c=e.hidePopup,l=e.column,u=e.onActiveItemChange,s=\"\".concat(l,\"-\").concat(n)===o,d=function(e){var t=e.column,r=e.index,n=e.onActiveItemChange,o=e.activeItemId;return function(e){var i=\"\".concat(t,\"-\").concat(r);e&&e.stopPropagation(),n(i===o?void 0:\"\".concat(t,\"-\").concat(r))}}({column:l,index:n,activeItemId:o,onActiveItemChange:u});return i.a.createElement(\"li\",{className:cy(null,r),__self:void 0,__source:{fileName:ay,lineNumber:44,columnNumber:9}},t.type===Ud.Dropdown?i.a.createElement(ny,{className:cy(\"content\"),data:t,onClick:d,isActive:s,hidePopup:c,__self:void 0,__source:{fileName:ay,lineNumber:46,columnNumber:17}}):i.a.createElement(Dm,{className:cy(\"content\"),data:t,onClick:d,__self:void 0,__source:{fileName:ay,lineNumber:54,columnNumber:17}}),a&&s&&i.a.createElement(\"div\",{className:cy(\"slider-container\"),__self:void 0,__source:{fileName:ay,lineNumber:57,columnNumber:17}},i.a.createElement(\"div\",{className:cy(\"slider\"),__self:void 0,__source:{fileName:ay,lineNumber:58,columnNumber:21}})))},uy=r(125),sy={insert:\"head\",singleton:!1},dy=(u()(uy.a,sy),uy.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/Navigation/Navigation.tsx\"),py=T(\"navigation\"),fy=function(e){var t=e.className,r=e.onActiveItemChange,n=e.links,a=e.activeItemId,c=Object(o.useContext)(v),l=c.asPath,u=c.pathname,s=Object(o.useCallback)((function(){r()}),[r]);return Object(o.useEffect)((function(){s()}),[s,l,u]),i.a.createElement(Zm,{className:py(null,t),onScrollStart:s,__self:void 0,__source:{fileName:dy,lineNumber:41,columnNumber:9}},i.a.createElement(\"nav\",{__self:void 0,__source:{fileName:dy,lineNumber:42,columnNumber:13}},i.a.createElement(\"ul\",{className:py(\"links\"),__self:void 0,__source:{fileName:dy,lineNumber:43,columnNumber:17}},n.map((function(e,t){return i.a.createElement(ly,{key:t,className:py(\"links-item\"),item:e,index:t,activeItemId:a,hidePopup:s,column:Wd.Left,onActiveItemChange:r,__self:void 0,__source:{fileName:dy,lineNumber:45,columnNumber:25}})})))))},my=r(122),yy={insert:\"head\",singleton:!1},by=(u()(my.a,yy),my.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/navigation/components/Header/Header.tsx\");function hy(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}var vy=T(\"header\"),gy=function(e){var t=e.isSidebarOpened,r=e.onSidebarOpenedChange,n={icon:t?Op:Ep,iconSize:36};return i.a.createElement(Mp,Object.assign({className:vy(\"mobile-menu-button\"),onClick:function(e){e.stopPropagation(),r(!t)},size:\"l\"},n,{__self:void 0,__source:{fileName:by,lineNumber:52,columnNumber:9}}))},_y=function(e){var t=e.data,r=e.logo,n=t.leftItems,a=t.rightItems,c=t.iconSize,l=void 0===c?20:c,u=t.withBorder,s=void 0!==u&&u,d=Object(o.useState)(!1),p=Object(R.a)(d,2),f=p[0],m=p[1],y=Object(o.useState)(void 0),b=Object(R.a)(y,2),h=b[0],v=b[1],g=Object(o.useState)(s),_=Object(R.a)(g,2),w=_[0],x=_[1],k=Object(o.useCallback)((function(e){var t=function(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?hy(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):hy(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}({},e);return\"items\"in t&&function(e){return e.type===Ud.Dropdown}(t)&&(t.items=t.items.map(k)),\"iconSize\"in t||function(e){return e.type===Ud.Button}(t)||(t.iconSize=l),t}),[l]),N=Object(o.useMemo)((function(){return n.map(k)}),[k,n]),j=Object(o.useMemo)((function(){return null==a?void 0:a.map(k)}),[k,a]),M=Object(o.useCallback)((function(e){v(e)}),[]),O=Object(o.useCallback)((function(){M()}),[M]),S=Object(o.useCallback)((function(e){m(e)}),[]),E=Object(o.useCallback)((function(){m(!1)}),[]);return Object(o.useEffect)((function(){var e=function(){w||x(window.scrollY>0)};return window.addEventListener(\"scroll\",ie.a.debounce(e,20),{passive:!0}),function(){return window.removeEventListener(\"scroll\",ie.a.debounce(e,20))}})),i.a.createElement(Xc,{className:vy({\"with-border\":w}),__self:void 0,__source:{fileName:by,lineNumber:132,columnNumber:9}},i.a.createElement(Ei,{__self:void 0,__source:{fileName:by,lineNumber:133,columnNumber:13}},i.a.createElement(Qn,{__self:void 0,__source:{fileName:by,lineNumber:134,columnNumber:17}},i.a.createElement(\"header\",{className:vy(\"wrapper\"),__self:void 0,__source:{fileName:by,lineNumber:135,columnNumber:21}},r&&i.a.createElement(\"div\",{className:vy(\"left\"),__self:void 0,__source:{fileName:by,lineNumber:137,columnNumber:29}},i.a.createElement(Ap,Object.assign({},r,{className:vy(\"logo\"),__self:void 0,__source:{fileName:by,lineNumber:138,columnNumber:33}}))),i.a.createElement(\"div\",{className:vy(\"navigation-container\"),__self:void 0,__source:{fileName:by,lineNumber:141,columnNumber:25}},i.a.createElement(fy,{className:vy(\"navigation\"),links:N,activeItemId:h,onActiveItemChange:M,__self:void 0,__source:{fileName:by,lineNumber:142,columnNumber:29}})),i.a.createElement(\"div\",{className:vy(\"right\"),__self:void 0,__source:{fileName:by,lineNumber:149,columnNumber:25}},i.a.createElement(gy,{isSidebarOpened:f,onSidebarOpenedChange:S,__self:void 0,__source:{fileName:by,lineNumber:150,columnNumber:29}}),j&&i.a.createElement(\"ul\",{className:vy(\"buttons\"),__self:void 0,__source:{fileName:by,lineNumber:155,columnNumber:33}},j.map((function(e,t){return i.a.createElement(ly,{key:t,className:vy(\"buttons-item\"),item:e,index:t,activeItemId:h,hidePopup:O,column:Wd.Right,onActiveItemChange:M,__self:void 0,__source:{fileName:by,lineNumber:157,columnNumber:41}})})))),i.a.createElement(Tn,{onOutsideClick:function(){return S(!1)},__self:void 0,__source:{fileName:by,lineNumber:171,columnNumber:25}},i.a.createElement(Ym,{topItems:n,bottomItems:a,isOpened:f,activeItemId:h,onActiveItemChange:M,onClose:E,__self:void 0,__source:{fileName:by,lineNumber:172,columnNumber:29}}))))))},wy=r(121),xy={insert:\"head\",singleton:!1},ky=(u()(wy.a,xy),wy.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/navigation/containers/Layout/Layout.tsx\"),Ny=T(\"layout\"),jy=function(e){var t=e.children,r=e.navigation;return i.a.createElement(\"div\",{className:Ny(),__self:void 0,__source:{fileName:ky,lineNumber:17,columnNumber:5}},r&&i.a.createElement(_y,{data:r.header,logo:r.logo,__self:void 0,__source:{fileName:ky,lineNumber:18,columnNumber:24}}),i.a.createElement(\"main\",{className:Ny(\"content\"),__self:void 0,__source:{fileName:ky,lineNumber:19,columnNumber:9}},t))},My=r(139),Oy={insert:\"head\",singleton:!1},Sy=(u()(My.a,Oy),My.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/components/BlockBase/BlockBase.tsx\"),Ey=T(\"block-base\"),Ly=function(e){var t=e.anchor,r=e.visible,n=e.children,o=e.className,a=e.resetPaddings,c=e.qa;return i.a.createElement(Qn,{className:Ey(Object(C.a)({},\"reset-paddings\",a),o),visible:r,reset:!0,dataQa:c,__self:void 0,__source:{fileName:Sy,lineNumber:18,columnNumber:9}},t&&i.a.createElement(wn,{id:t.url,className:Ey(\"anchor\"),__self:void 0,__source:{fileName:Sy,lineNumber:24,columnNumber:24}}),n)},Iy=\"/home/runner/work/page-constructor/page-constructor/src/containers/PageConstructor/components/ConstructorBlock/ConstructorBlock.tsx\",Cy=T(\"constructor-block\"),Py=function(e){var t=e.index,r=void 0===t?0:t,n=e.data,a=e.children,c=n.type,l=Object(o.useMemo)((function(){return ie.a.pick(n,[\"anchor\",\"visible\",\"resetPaddings\"])}),[n]);return i.a.createElement(xs,Object.assign({type:c,index:r},l,{__self:void 0,__source:{fileName:Iy,lineNumber:28,columnNumber:9}}),i.a.createElement(Ly,Object.assign({className:Cy({type:c})},l,{__self:void 0,__source:{fileName:Iy,lineNumber:29,columnNumber:13}}),a))},Ay=Ye({en:r(177),ru:r(178)},\"Loadable\"),Dy=r(138),Ty={insert:\"head\",singleton:!1},zy=(u()(Dy.a,Ty),Dy.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/containers/Loadable/Loadable.tsx\");function By(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function Ry(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?By(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):By(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var Fy=D()(\"loadable-block\"),Uy={loading:!1,error:!1},Yy=function(e){var t=e.Component,r=e.ChildComponent,n=e.fetch,a=e.block,c=e.blockKey,l=e.serviceId,u=e.params,s=Object(o.useState)(Uy),d=Object(R.a)(s,2),p=d[0],f=d[1],m=Object(o.useState)(0),y=Object(R.a)(m,2),b=y[0],h=y[1],v=Object(o.useCallback)((function(){h(b+1)}),[b]);Object(o.useEffect)((function(){function e(){return(e=B(U.a.mark((function e(){var t;return U.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return f({loading:!0,error:!1}),e.prev=1,e.next=4,n(Ry({blockKey:c,serviceId:l},null!=u?u:{}));case 4:t=e.sent,f({data:t,loading:!1,error:!1}),e.next=13;break;case 9:e.prev=9,e.t0=e.catch(1),f({loading:!1,error:!0});case 13:case\"end\":return e.stop()}}),e,null,[[1,9]])})))).apply(this,arguments)}!function(){e.apply(this,arguments)}()}),[b,n,c,l,u]);var g=p.error,_=p.loading,w=p.data;return _?i.a.createElement(\"div\",{className:Fy(\"loader\"),__self:void 0,__source:{fileName:zy,lineNumber:72,columnNumber:13}},i.a.createElement(Wu,{size:\"xl\",__self:void 0,__source:{fileName:zy,lineNumber:73,columnNumber:17}})):i.a.createElement(qu,{isError:g,text:Ay(\"loadable-load-error\"),buttonText:Ay(\"loadable-try-again\"),handler:v,__self:void 0,__source:{fileName:zy,lineNumber:79,columnNumber:9}},i.a.createElement(t,Object.assign({},a,{__self:void 0,__source:{fileName:zy,lineNumber:85,columnNumber:13}}),w&&(Array.isArray(w)?w.map((function(e,t){return i.a.createElement(r,Object.assign({key:e.id||t},e,{__self:void 0,__source:{fileName:zy,lineNumber:89,columnNumber:29}}))})):i.a.createElement(r,Object.assign({},w,{__self:void 0,__source:{fileName:zy,lineNumber:92,columnNumber:25}})))))},Wy=\"/home/runner/work/page-constructor/page-constructor/src/containers/PageConstructor/components/ConstructorLoadable/ConstructorLoadable.tsx\",Vy=function(e){var t=Object(o.useContext)(vs).itemMap,r=e.block,n=e.blockKey,a=e.config,c=e.serviceId,l=e.params,u=r.type,s=a.fetch,d=a.component,p=t[u];return i.a.createElement(he.Provider,{value:n,key:n,__self:void 0,__source:{fileName:Wy,lineNumber:23,columnNumber:9}},i.a.createElement(Yy,{key:n,block:r,blockKey:n,Component:p,ChildComponent:d,fetch:s,serviceId:c,params:l,__self:void 0,__source:{fileName:Wy,lineNumber:24,columnNumber:13}}))},Qy=\"/home/runner/work/page-constructor/page-constructor/src/containers/PageConstructor/components/ConstructorBlocks/ConstructorBlocks.tsx\",Hy=function(e){var t=e.items,r=Object(o.useContext)(vs),n=r.blockTypes,a=r.loadables,c=r.itemMap,l=r.shouldRenderBlock;return i.a.createElement(o.Fragment,{__self:void 0,__source:{fileName:Qy,lineNumber:82,columnNumber:12}},t.map(function e(){var t,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:\"\",o=arguments.length>1?arguments[1]:void 0,u=arguments.length>2?arguments[2]:void 0;if(!c[o.type])return r?null:i.a.createElement(xs,{type:o.type,index:u,__self:void 0,__source:{fileName:Qy,lineNumber:27,columnNumber:17}},null);var s=no(o,u),d=r?\"\".concat(r,\"_\").concat(s):s;if(l&&!l(o,d))return null;if(\"loadable\"in o&&o.loadable){var p=o.loadable,f=p.source,m=p.serviceId,y=p.params,b=ie.a.get(a,f);if(!b)return null;t=i.a.createElement(Vy,{block:o,key:d,blockKey:d,config:b,serviceId:m,params:y,__self:void 0,__source:{fileName:Qy,lineNumber:49,columnNumber:17}})}else{var h;\"children\"in o&&o.children&&(h=o.children.map(e.bind(null,d))),t=i.a.createElement(js,{data:o,key:d,blockKey:d,__self:void 0,__source:{fileName:Qy,lineNumber:65,columnNumber:17}},h)}return n.includes(o.type)?i.a.createElement(Py,{data:o,key:d,index:u,__self:void 0,__source:{fileName:Qy,lineNumber:74,columnNumber:13}},t):t}.bind(null,\"\")))},Gy=r(137),Zy={insert:\"head\",singleton:!1},qy=(u()(Gy.a,Zy),Gy.a.locals,\"/home/runner/work/page-constructor/page-constructor/src/containers/PageConstructor/components/ConstructorRow/ConstructorRow.tsx\"),$y=T(\"constructor-row\"),Xy=function(e){var t=e.children;return t?i.a.createElement(Ei,{className:$y(),__self:void 0,__source:{fileName:qy,lineNumber:13,columnNumber:9}},i.a.createElement(Qn,{__self:void 0,__source:{fileName:qy,lineNumber:14,columnNumber:13}},t)):null},Ky=r(47),Jy={insert:\"head\",singleton:!1},eb=(u()(Ky.a,Jy),Ky.a.locals,[\"content\"]),tb=\"/home/runner/work/page-constructor/page-constructor/src/containers/PageConstructor/PageConstructor.tsx\";function rb(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function nb(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?rb(Object(r),!0).forEach((function(t){Object(C.a)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):rb(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var ob,ib=T(\"page-constructor\"),ab=function(e){var t=e.content,r=void 0===t?{}:t,n=r.blocks,a=void 0===n?[]:n,c=r.background,l=void 0===c?{}:c,u=e.renderMenu,s=e.shouldRenderBlock,d=e.navigation,p=e.custom,f=Object(o.useMemo)((function(){return{context:{blockTypes:[].concat(Object(P.a)(Kn),Object(P.a)(oo(p))),subBlockTypes:[].concat(Object(P.a)(Ps),Object(P.a)(ao(p))),headerBlockTypes:[].concat(Object(P.a)(Jn),Object(P.a)(co(p))),itemMap:nb(nb(nb({},gp),_p),io(p)),loadables:null==p?void 0:p.loadable,shouldRenderBlock:s,customization:{decorators:null==p?void 0:p.decorators}}}}),[p,s]).context,m=Object(o.useContext)(O).themeValue,y=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.find((function(e){var r=e.type;return t.includes(r)}))}(a,f.headerBlockTypes),b=function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return e.filter((function(e){var r=e.type;return!t.includes(r)}))}(a,f.headerBlockTypes),h=Da(l,m);return i.a.createElement(vs.Provider,{value:f,__self:void 0,__source:{fileName:tb,lineNumber:89,columnNumber:9}},i.a.createElement(\"div\",{className:ib(),__self:void 0,__source:{fileName:tb,lineNumber:90,columnNumber:13}},i.a.createElement(\"div\",{className:ib(\"wrapper\"),__self:void 0,__source:{fileName:tb,lineNumber:91,columnNumber:17}},h&&i.a.createElement(Si,Object.assign({},h,{className:ib(\"background\"),__self:void 0,__source:{fileName:tb,lineNumber:93,columnNumber:25}})),i.a.createElement(jy,{navigation:d,__self:void 0,__source:{fileName:tb,lineNumber:95,columnNumber:21}},u&&u(),y&&i.a.createElement(Ms,{data:y,blockKey:Hn.HeaderBlock,__self:void 0,__source:{fileName:tb,lineNumber:98,columnNumber:29}}),i.a.createElement(Xc,{__self:void 0,__source:{fileName:tb,lineNumber:100,columnNumber:25}},b&&i.a.createElement(Xy,{__self:void 0,__source:{fileName:tb,lineNumber:102,columnNumber:33}},i.a.createElement(Hy,{items:b,__self:void 0,__source:{fileName:tb,lineNumber:103,columnNumber:37}})))))))},cb=function(e){var t=e.content,r=(void 0===t?{}:t).animated,n=void 0===r||r,o=I(e,eb);return i.a.createElement(W.Provider,{value:{animated:n},__self:void 0,__source:{fileName:tb,lineNumber:118,columnNumber:9}},i.a.createElement(ab,Object.assign({content:e.content},o,{__self:void 0,__source:{fileName:tb,lineNumber:119,columnNumber:13}})))},lb={Ready:\"\".concat(\"PC_EDITOR_DEVICE\",\"_MESSAGE_READY\"),Update:\"\".concat(\"PC_EDITOR_DEVICE\",\"_MESSAGE_UPDATE\")},ub=\"/home/runner/work/page-constructor/page-constructor/src/widget/index.tsx\",sb=document.createElement(\"div\");document.body.appendChild(sb),window.addEventListener(\"message\",(function(e){var t;if((null===(t=e.data)||void 0===t?void 0:t.type)===lb.Update){var r=e.data.data,n=r.constructorProps,o=r.providerProps;c.a.render(i.a.createElement(E,Object.assign({},o,{__self:this,__source:{fileName:ub,lineNumber:22,columnNumber:13}}),i.a.createElement(cb,Object.assign({},n,{__self:this,__source:{fileName:ub,lineNumber:23,columnNumber:17}}))),sb)}})),null===(ob=window.parent)||void 0===ob||ob.postMessage({type:lb.Ready},window.parent.origin);t.default={}},function(e,t,r){\"use strict\";r.r(t),r.d(t,\"snakeCase\",(function(){return u}));var n=function(){return(n=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e}).apply(this,arguments)};Object.create;Object.create;function o(e){return e.toLowerCase()}var i=[/([a-z0-9])([A-Z])/g,/([A-Z])([A-Z][a-z])/g],a=/[^A-Z0-9]+/gi;function c(e,t,r){return t instanceof RegExp?e.replace(t,r):t.reduce((function(e,t){return e.replace(t,r)}),e)}function l(e,t){return void 0===t&&(t={}),function(e,t){void 0===t&&(t={});for(var r=t.splitRegexp,n=void 0===r?i:r,l=t.stripRegexp,u=void 0===l?a:l,s=t.transform,d=void 0===s?o:s,p=t.delimiter,f=void 0===p?\" \":p,m=c(c(e,n,\"$1\\0$2\"),u,\"\\0\"),y=0,b=m.length;\"\\0\"===m.charAt(y);)y++;for(;\"\\0\"===m.charAt(b-1);)b--;return m.slice(y,b).split(\"\\0\").map(d).join(f)}(e,n({delimiter:\".\"},t))}function u(e,t){return void 0===t&&(t={}),l(e,n({delimiter:\"_\"},t))}}]);";
|