@windstream/react-shared-components 0.1.70 → 0.1.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/README.md +635 -635
  2. package/dist/contentful/index.d.ts +2 -2
  3. package/dist/contentful/index.esm.js +2 -4
  4. package/dist/contentful/index.esm.js.map +1 -1
  5. package/dist/contentful/index.js +2 -4
  6. package/dist/contentful/index.js.map +1 -1
  7. package/dist/core.d.ts +3 -3
  8. package/dist/index.esm.js +5 -7
  9. package/dist/index.esm.js.map +1 -1
  10. package/dist/index.js +5 -7
  11. package/dist/index.js.map +1 -1
  12. package/dist/next/index.esm.js +1 -3
  13. package/dist/next/index.esm.js.map +1 -1
  14. package/dist/next/index.js +1 -3
  15. package/dist/next/index.js.map +1 -1
  16. package/dist/styles.css +1 -1
  17. package/dist/utils/index.d.ts +2 -3
  18. package/dist/utils/index.esm.js +1 -1
  19. package/dist/utils/index.esm.js.map +1 -1
  20. package/dist/utils/index.js +1 -1
  21. package/dist/utils/index.js.map +1 -1
  22. package/package.json +185 -185
  23. package/src/components/accordion/Accordion.stories.tsx +230 -230
  24. package/src/components/accordion/index.tsx +70 -70
  25. package/src/components/accordion/types.ts +12 -12
  26. package/src/components/alert-card/AlertCard.stories.tsx +171 -171
  27. package/src/components/alert-card/index.tsx +41 -41
  28. package/src/components/alert-card/types.ts +13 -13
  29. package/src/components/brand-button/BrandButton.stories.tsx +223 -223
  30. package/src/components/brand-button/helpers.ts +35 -35
  31. package/src/components/brand-button/index.tsx +120 -120
  32. package/src/components/brand-button/types.ts +38 -38
  33. package/src/components/button/Button.stories.tsx +108 -108
  34. package/src/components/button/index.tsx +27 -27
  35. package/src/components/button/types.ts +14 -14
  36. package/src/components/call-button/CallButton.stories.tsx +324 -324
  37. package/src/components/call-button/index.tsx +106 -106
  38. package/src/components/call-button/types.ts +16 -16
  39. package/src/components/checkbox/Checkbox.stories.tsx +247 -247
  40. package/src/components/checkbox/index.tsx +197 -197
  41. package/src/components/checkbox/types.ts +27 -27
  42. package/src/components/checklist/Checklist.stories.tsx +150 -150
  43. package/src/components/checklist/index.tsx +61 -61
  44. package/src/components/checklist/types.ts +17 -17
  45. package/src/components/collapse/Collapse.stories.tsx +255 -255
  46. package/src/components/collapse/index.tsx +46 -46
  47. package/src/components/collapse/types.ts +6 -6
  48. package/src/components/divider/Divider.stories.tsx +205 -205
  49. package/src/components/divider/index.tsx +22 -22
  50. package/src/components/divider/type.ts +3 -3
  51. package/src/components/image/Image.stories.tsx +113 -113
  52. package/src/components/image/index.tsx +25 -25
  53. package/src/components/image/types.ts +40 -40
  54. package/src/components/input/Input.stories.tsx +325 -325
  55. package/src/components/input/index.tsx +177 -177
  56. package/src/components/input/types.ts +37 -37
  57. package/src/components/link/Link.stories.tsx +163 -163
  58. package/src/components/link/index.tsx +116 -116
  59. package/src/components/link/types.ts +25 -25
  60. package/src/components/list/List.stories.tsx +272 -272
  61. package/src/components/list/index.tsx +88 -88
  62. package/src/components/list/list-item/index.tsx +38 -38
  63. package/src/components/list/list-item/types.ts +13 -13
  64. package/src/components/list/types.ts +29 -29
  65. package/src/components/material-icon/MaterialIcon.stories.tsx +322 -322
  66. package/src/components/material-icon/constants.ts +99 -99
  67. package/src/components/material-icon/index.tsx +47 -47
  68. package/src/components/material-icon/types.ts +31 -31
  69. package/src/components/modal/Modal.stories.tsx +171 -171
  70. package/src/components/modal/index.tsx +164 -164
  71. package/src/components/modal/types.ts +24 -24
  72. package/src/components/next-image/index.tsx +72 -72
  73. package/src/components/next-image/types.ts +1 -1
  74. package/src/components/pagination/index.tsx +91 -91
  75. package/src/components/pagination/types.ts +6 -6
  76. package/src/components/radio-button/RadioButton.stories.tsx +307 -307
  77. package/src/components/radio-button/index.tsx +75 -75
  78. package/src/components/radio-button/types.ts +21 -21
  79. package/src/components/see-more/SeeMore.stories.tsx +181 -181
  80. package/src/components/see-more/index.tsx +44 -44
  81. package/src/components/see-more/types.ts +4 -4
  82. package/src/components/select/Select.stories.tsx +411 -411
  83. package/src/components/select/index.tsx +155 -155
  84. package/src/components/select/types.ts +36 -36
  85. package/src/components/select-plan-button/SelectPlanButton.stories.tsx +184 -184
  86. package/src/components/select-plan-button/index.tsx +63 -63
  87. package/src/components/select-plan-button/types.ts +17 -17
  88. package/src/components/skeleton/Skeleton.stories.tsx +179 -179
  89. package/src/components/skeleton/index.tsx +61 -61
  90. package/src/components/skeleton/types.ts +4 -4
  91. package/src/components/spinner/Spinner.stories.tsx +335 -335
  92. package/src/components/spinner/index.tsx +44 -44
  93. package/src/components/spinner/types.ts +5 -5
  94. package/src/components/text/Text.stories.tsx +321 -321
  95. package/src/components/text/index.tsx +25 -25
  96. package/src/components/text/types.ts +45 -45
  97. package/src/components/tooltip/Tooltip.stories.tsx +219 -219
  98. package/src/components/tooltip/index.tsx +74 -74
  99. package/src/components/tooltip/types.ts +7 -7
  100. package/src/components/view-cart-button/ViewCartButton.stories.tsx +252 -252
  101. package/src/components/view-cart-button/index.tsx +42 -42
  102. package/src/components/view-cart-button/types.ts +5 -5
  103. package/src/contentful/blocks/accordion/Accordion.stories.mocks.tsx +127 -127
  104. package/src/contentful/blocks/accordion/Accordion.stories.tsx +105 -105
  105. package/src/contentful/blocks/accordion/index.tsx +112 -112
  106. package/src/contentful/blocks/accordion/types.ts +34 -34
  107. package/src/contentful/blocks/address-input-banner/index.tsx +52 -52
  108. package/src/contentful/blocks/address-input-banner/types.ts +14 -14
  109. package/src/contentful/blocks/anchored-bottom-banner/index.tsx +70 -70
  110. package/src/contentful/blocks/anchored-bottom-banner/types.ts +10 -10
  111. package/src/contentful/blocks/blogs-grid/index.tsx +134 -134
  112. package/src/contentful/blocks/blogs-grid/types.ts +26 -26
  113. package/src/contentful/blocks/blogs-grid-base/index.tsx +119 -119
  114. package/src/contentful/blocks/blogs-grid-base/types.ts +36 -35
  115. package/src/contentful/blocks/breadcrumbs/index.tsx +81 -81
  116. package/src/contentful/blocks/breadcrumbs/types.ts +6 -6
  117. package/src/contentful/blocks/button/Button.stories.tsx +40 -40
  118. package/src/contentful/blocks/button/index.tsx +131 -131
  119. package/src/contentful/blocks/button/types.ts +39 -39
  120. package/src/contentful/blocks/callout/Callout.stories.tsx +23 -23
  121. package/src/contentful/blocks/callout/index.tsx +88 -88
  122. package/src/contentful/blocks/callout/types.ts +15 -15
  123. package/src/contentful/blocks/cards/Cards.stories.tsx +23 -23
  124. package/src/contentful/blocks/cards/blog-card/index.tsx +129 -129
  125. package/src/contentful/blocks/cards/blog-card/types.ts +34 -34
  126. package/src/contentful/blocks/cards/index.tsx +13 -13
  127. package/src/contentful/blocks/cards/product-card/index.tsx +251 -251
  128. package/src/contentful/blocks/cards/product-card/types.ts +28 -28
  129. package/src/contentful/blocks/cards/simple-card/index.tsx +89 -89
  130. package/src/contentful/blocks/cards/simple-card/types.ts +28 -28
  131. package/src/contentful/blocks/cards/testimonial-card/index.tsx +90 -90
  132. package/src/contentful/blocks/cards/testimonial-card/types.tsx +12 -12
  133. package/src/contentful/blocks/cards/types.ts +1 -1
  134. package/src/contentful/blocks/carousel/Carousel.stories.tsx +23 -23
  135. package/src/contentful/blocks/carousel/helper.tsx +440 -440
  136. package/src/contentful/blocks/carousel/index.tsx +85 -85
  137. package/src/contentful/blocks/carousel/types.ts +144 -144
  138. package/src/contentful/blocks/cart-retention-banner/index.tsx +105 -105
  139. package/src/contentful/blocks/cart-retention-banner/types.ts +11 -11
  140. package/src/contentful/blocks/comparison-table/index.tsx +27 -27
  141. package/src/contentful/blocks/comparison-table/types.ts +6 -6
  142. package/src/contentful/blocks/cookiebanner/index.tsx +146 -146
  143. package/src/contentful/blocks/cookiebanner/type.ts +7 -7
  144. package/src/contentful/blocks/cta-callout/CtaCallout.stories.tsx +46 -46
  145. package/src/contentful/blocks/cta-callout/index.tsx +71 -71
  146. package/src/contentful/blocks/cta-callout/types.ts +26 -26
  147. package/src/contentful/blocks/dynamic-tabs/index.tsx +204 -204
  148. package/src/contentful/blocks/dynamic-tabs/types.ts +21 -21
  149. package/src/contentful/blocks/email-input-block/index.tsx +116 -117
  150. package/src/contentful/blocks/email-input-block/types.ts +16 -16
  151. package/src/contentful/blocks/find-kinetic/FindKinetic.stories.tsx +23 -23
  152. package/src/contentful/blocks/find-kinetic/index.tsx +130 -130
  153. package/src/contentful/blocks/find-kinetic/types.ts +19 -19
  154. package/src/contentful/blocks/floating-banner/FloatingBanner.stories.tsx +34 -34
  155. package/src/contentful/blocks/floating-banner/index.tsx +97 -97
  156. package/src/contentful/blocks/floating-banner/types.ts +22 -22
  157. package/src/contentful/blocks/footer/Footer.stories.tsx +203 -203
  158. package/src/contentful/blocks/footer/index.tsx +91 -91
  159. package/src/contentful/blocks/footer/types.ts +13 -13
  160. package/src/contentful/blocks/image-promo-bar/ImagePromoBar.stories.tsx +23 -23
  161. package/src/contentful/blocks/image-promo-bar/helper.tsx +28 -28
  162. package/src/contentful/blocks/image-promo-bar/index.tsx +246 -246
  163. package/src/contentful/blocks/image-promo-bar/types.ts +44 -44
  164. package/src/contentful/blocks/image-promo-bar/vimeo-embed.tsx +93 -93
  165. package/src/contentful/blocks/image-promo-bar/youtube-embed.tsx +46 -46
  166. package/src/contentful/blocks/modal/constants.ts +53 -53
  167. package/src/contentful/blocks/modal/index.tsx +107 -107
  168. package/src/contentful/blocks/modal/types.ts +12 -12
  169. package/src/contentful/blocks/navigation/desktop-link-groups.tsx/index.tsx +124 -124
  170. package/src/contentful/blocks/navigation/index.tsx +462 -462
  171. package/src/contentful/blocks/navigation/mobile-link-groups.tsx/index.tsx +82 -82
  172. package/src/contentful/blocks/navigation/types.ts +64 -64
  173. package/src/contentful/blocks/primary-hero/PrimaryHero.stories.tsx +23 -23
  174. package/src/contentful/blocks/primary-hero/index.tsx +236 -236
  175. package/src/contentful/blocks/primary-hero/types.ts +37 -37
  176. package/src/contentful/blocks/search-block/index.tsx +90 -90
  177. package/src/contentful/blocks/search-block/types.ts +15 -15
  178. package/src/contentful/blocks/shape-background-wrapper/ShapeBackgroundWrapper.stories.tsx +26 -26
  179. package/src/contentful/blocks/shape-background-wrapper/index.tsx +124 -124
  180. package/src/contentful/blocks/shape-background-wrapper/types.ts +36 -36
  181. package/src/contentful/blocks/text/Text.stories.tsx +23 -23
  182. package/src/contentful/blocks/text/index.tsx +12 -12
  183. package/src/contentful/blocks/text/types.ts +1 -1
  184. package/src/contentful/index.ts +105 -106
  185. package/src/hooks/contentful/use-contentful-rich-text.tsx +307 -310
  186. package/src/hooks/contentful/use-processed-check-list.ts +63 -63
  187. package/src/hooks/use-body-scroll-lock.ts +34 -34
  188. package/src/hooks/use-carousel-swipe.ts +264 -264
  189. package/src/hooks/use-outside-click.ts +17 -17
  190. package/src/index.ts +101 -101
  191. package/src/next/index.ts +5 -5
  192. package/src/setupTests.ts +46 -46
  193. package/src/stories/DocsTemplate.tsx +24 -24
  194. package/src/styles/globals.css +343 -343
  195. package/src/types/global.d.ts +9 -9
  196. package/src/types/micro-components.ts +99 -99
  197. package/src/types/utm.ts +49 -49
  198. package/src/utils/contentful/to-document.ts +24 -24
  199. package/src/utils/cookie.ts +84 -84
  200. package/src/utils/cx.ts +49 -49
  201. package/src/utils/index.ts +38 -38
  202. package/src/utils/utm.ts +221 -221
@@ -1,8 +1,6 @@
1
1
  "use client";
2
2
 
3
- import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import*as r from"react";import o,{forwardRef as i,useMemo as a,createElement as s,useRef as l,useState as c,useEffect as u,useCallback as d,createContext as p,useLayoutEffect as h,useContext as m,useInsertionEffect as f,useId as g,cloneElement as b,Children as v,isValidElement as y,Fragment as x,useReducer as I,Component as C}from"react";import*as w from"next/link";import A from"next/link";import E from"next/image";import N,{flushSync as S,createPortal as T}from"react-dom";import{useRouter as B,usePathname as P,useSearchParams as k}from"next/navigation";function L(e){var t,n,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=L(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function R(){for(var e,t,n=0,r="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=L(e))&&(r&&(r+=" "),r+=t);return r}const G=e=>{const t=M(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:e=>{const n=e.split("-");return""===n[0]&&1!==n.length&&n.shift(),O(n,t)||V(e)},getConflictingClassGroupIds:(e,t)=>{const o=n[e]||[];return t&&r[e]?[...o,...r[e]]:o}}},O=(e,t)=>{if(0===e.length)return t.classGroupId;const n=e[0],r=t.nextPart.get(n),o=r?O(e.slice(1),r):void 0;if(o)return o;if(0===t.validators.length)return;const i=e.join("-");return t.validators.find(({validator:e})=>e(i))?.classGroupId},D=/^\[(.+)\]$/,V=e=>{if(D.test(e)){const t=D.exec(e)[1],n=t?.substring(0,t.indexOf(":"));if(n)return"arbitrary.."+n}},M=e=>{const{theme:t,classGroups:n}=e,r={nextPart:new Map,validators:[]};for(const e in n)j(n[e],r,e,t);return r},j=(e,t,n,r)=>{e.forEach(e=>{if("string"==typeof e){return void((""===e?t:H(t,e)).classGroupId=n)}if("function"==typeof e)return W(e)?void j(e(r),t,n,r):void t.validators.push({validator:e,classGroupId:n});Object.entries(e).forEach(([e,o])=>{j(o,H(t,e),n,r)})})},H=(e,t)=>{let n=e;return t.split("-").forEach(e=>{n.nextPart.has(e)||n.nextPart.set(e,{nextPart:new Map,validators:[]}),n=n.nextPart.get(e)}),n},W=e=>e.isThemeGetter,X=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,n=new Map,r=new Map;const o=(o,i)=>{n.set(o,i),t++,t>e&&(t=0,r=n,n=new Map)};return{get(e){let t=n.get(e);return void 0!==t?t:void 0!==(t=r.get(e))?(o(e,t),t):void 0},set(e,t){n.has(e)?n.set(e,t):o(e,t)}}},F=e=>{const{prefix:t,experimentalParseClassName:n}=e;let r=e=>{const t=[];let n,r=0,o=0,i=0;for(let a=0;a<e.length;a++){let s=e[a];if(0===r&&0===o){if(":"===s){t.push(e.slice(i,a)),i=a+1;continue}if("/"===s){n=a;continue}}"["===s?r++:"]"===s?r--:"("===s?o++:")"===s&&o--}const a=0===t.length?e:e.substring(i),s=z(a);return{modifiers:t,hasImportantModifier:s!==a,baseClassName:s,maybePostfixModifierPosition:n&&n>i?n-i:void 0}};if(t){const e=t+":",n=r;r=t=>t.startsWith(e)?n(t.substring(e.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:t,maybePostfixModifierPosition:void 0}}if(n){const e=r;r=t=>n({className:t,parseClassName:e})}return r},z=e=>e.endsWith("!")?e.substring(0,e.length-1):e.startsWith("!")?e.substring(1):e,Z=e=>{const t=Object.fromEntries(e.orderSensitiveModifiers.map(e=>[e,!0]));return e=>{if(e.length<=1)return e;const n=[];let r=[];return e.forEach(e=>{"["===e[0]||t[e]?(n.push(...r.sort(),e),r=[]):r.push(e)}),n.push(...r.sort()),n}},Y=/\s+/;function _(){let e,t,n=0,r="";for(;n<arguments.length;)(e=arguments[n++])&&(t=J(e))&&(r&&(r+=" "),r+=t);return r}const J=e=>{if("string"==typeof e)return e;let t,n="";for(let r=0;r<e.length;r++)e[r]&&(t=J(e[r]))&&(n&&(n+=" "),n+=t);return n};function U(e,...t){let n,r,o,i=function(s){const l=t.reduce((e,t)=>t(e),e());return n=(e=>({cache:X(e.cacheSize),parseClassName:F(e),sortModifiers:Z(e),...G(e)}))(l),r=n.cache.get,o=n.cache.set,i=a,a(s)};function a(e){const t=r(e);if(t)return t;const i=((e,t)=>{const{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:o,sortModifiers:i}=t,a=[],s=e.trim().split(Y);let l="";for(let e=s.length-1;e>=0;e-=1){const t=s[e],{isExternal:c,modifiers:u,hasImportantModifier:d,baseClassName:p,maybePostfixModifierPosition:h}=n(t);if(c){l=t+(l.length>0?" "+l:l);continue}let m=!!h,f=r(m?p.substring(0,h):p);if(!f){if(!m){l=t+(l.length>0?" "+l:l);continue}if(f=r(p),!f){l=t+(l.length>0?" "+l:l);continue}m=!1}const g=i(u).join(":"),b=d?g+"!":g,v=b+f;if(a.includes(v))continue;a.push(v);const y=o(f,m);for(let e=0;e<y.length;++e){const t=y[e];a.push(b+t)}l=t+(l.length>0?" "+l:l)}return l})(e,n);return o(e,i),i}return function(){return i(_.apply(null,arguments))}}const $=e=>{const t=t=>t[e]||[];return t.isThemeGetter=!0,t},K=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Q=/^\((?:(\w[\w-]*):)?(.+)\)$/i,q=/^\d+\/\d+$/,ee=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,te=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,ne=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,re=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,oe=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,ie=e=>q.test(e),ae=e=>!!e&&!Number.isNaN(Number(e)),se=e=>!!e&&Number.isInteger(Number(e)),le=e=>e.endsWith("%")&&ae(e.slice(0,-1)),ce=e=>ee.test(e),ue=()=>!0,de=e=>te.test(e)&&!ne.test(e),pe=()=>!1,he=e=>re.test(e),me=e=>oe.test(e),fe=e=>!be(e)&&!we(e),ge=e=>Pe(e,Ge,pe),be=e=>K.test(e),ve=e=>Pe(e,Oe,de),ye=e=>Pe(e,De,ae),xe=e=>Pe(e,Le,pe),Ie=e=>Pe(e,Re,me),Ce=e=>Pe(e,Me,he),we=e=>Q.test(e),Ae=e=>ke(e,Oe),Ee=e=>ke(e,Ve),Ne=e=>ke(e,Le),Se=e=>ke(e,Ge),Te=e=>ke(e,Re),Be=e=>ke(e,Me,!0),Pe=(e,t,n)=>{const r=K.exec(e);return!!r&&(r[1]?t(r[1]):n(r[2]))},ke=(e,t,n=!1)=>{const r=Q.exec(e);return!!r&&(r[1]?t(r[1]):n)},Le=e=>"position"===e||"percentage"===e,Re=e=>"image"===e||"url"===e,Ge=e=>"length"===e||"size"===e||"bg-size"===e,Oe=e=>"length"===e,De=e=>"number"===e,Ve=e=>"family-name"===e,Me=e=>"shadow"===e,je=()=>{const e=$("color"),t=$("font"),n=$("text"),r=$("font-weight"),o=$("tracking"),i=$("leading"),a=$("breakpoint"),s=$("container"),l=$("spacing"),c=$("radius"),u=$("shadow"),d=$("inset-shadow"),p=$("text-shadow"),h=$("drop-shadow"),m=$("blur"),f=$("perspective"),g=$("aspect"),b=$("ease"),v=$("animate"),y=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",we,be],x=()=>[we,be,l],I=()=>[ie,"full","auto",...x()],C=()=>[se,"none","subgrid",we,be],w=()=>["auto",{span:["full",se,we,be]},se,we,be],A=()=>[se,"auto",we,be],E=()=>["auto","min","max","fr",we,be],N=()=>["auto",...x()],S=()=>[ie,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...x()],T=()=>[e,we,be],B=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",Ne,xe,{position:[we,be]}],P=()=>["auto","cover","contain",Se,ge,{size:[we,be]}],k=()=>[le,Ae,ve],L=()=>["","none","full",c,we,be],R=()=>["",ae,Ae,ve],G=()=>[ae,le,Ne,xe],O=()=>["","none",m,we,be],D=()=>["none",ae,we,be],V=()=>["none",ae,we,be],M=()=>[ae,we,be],j=()=>[ie,"full",...x()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[ce],breakpoint:[ce],color:[ue],container:[ce],"drop-shadow":[ce],ease:["in","out","in-out"],font:[fe],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[ce],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[ce],shadow:[ce],spacing:["px",ae],text:[ce],"text-shadow":[ce],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",ie,be,we,g]}],container:["container"],columns:[{columns:[ae,be,we,s]}],"break-after":[{"break-after":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-before":[{"break-before":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:y()}],overflow:[{overflow:["auto","hidden","clip","visible","scroll"]}],"overflow-x":[{"overflow-x":["auto","hidden","clip","visible","scroll"]}],"overflow-y":[{"overflow-y":["auto","hidden","clip","visible","scroll"]}],overscroll:[{overscroll:["auto","contain","none"]}],"overscroll-x":[{"overscroll-x":["auto","contain","none"]}],"overscroll-y":[{"overscroll-y":["auto","contain","none"]}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:I()}],"inset-x":[{"inset-x":I()}],"inset-y":[{"inset-y":I()}],start:[{start:I()}],end:[{end:I()}],top:[{top:I()}],right:[{right:I()}],bottom:[{bottom:I()}],left:[{left:I()}],visibility:["visible","invisible","collapse"],z:[{z:[se,"auto",we,be]}],basis:[{basis:[ie,"full","auto",s,...x()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[ae,ie,"auto","initial","none",be]}],grow:[{grow:["",ae,we,be]}],shrink:[{shrink:["",ae,we,be]}],order:[{order:[se,"first","last","none",we,be]}],"grid-cols":[{"grid-cols":C()}],"col-start-end":[{col:w()}],"col-start":[{"col-start":A()}],"col-end":[{"col-end":A()}],"grid-rows":[{"grid-rows":C()}],"row-start-end":[{row:w()}],"row-start":[{"row-start":A()}],"row-end":[{"row-end":A()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":E()}],"auto-rows":[{"auto-rows":E()}],gap:[{gap:x()}],"gap-x":[{"gap-x":x()}],"gap-y":[{"gap-y":x()}],"justify-content":[{justify:["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe","normal"]}],"justify-items":[{"justify-items":["start","end","center","stretch","center-safe","end-safe","normal"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch","center-safe","end-safe"]}],"align-content":[{content:["normal","start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"]}],"align-items":[{items:["start","end","center","stretch","center-safe","end-safe",{baseline:["","last"]}]}],"align-self":[{self:["auto","start","end","center","stretch","center-safe","end-safe",{baseline:["","last"]}]}],"place-content":[{"place-content":["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"]}],"place-items":[{"place-items":["start","end","center","stretch","center-safe","end-safe","baseline"]}],"place-self":[{"place-self":["auto","start","end","center","stretch","center-safe","end-safe"]}],p:[{p:x()}],px:[{px:x()}],py:[{py:x()}],ps:[{ps:x()}],pe:[{pe:x()}],pt:[{pt:x()}],pr:[{pr:x()}],pb:[{pb:x()}],pl:[{pl:x()}],m:[{m:N()}],mx:[{mx:N()}],my:[{my:N()}],ms:[{ms:N()}],me:[{me:N()}],mt:[{mt:N()}],mr:[{mr:N()}],mb:[{mb:N()}],ml:[{ml:N()}],"space-x":[{"space-x":x()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":x()}],"space-y-reverse":["space-y-reverse"],size:[{size:S()}],w:[{w:[s,"screen",...S()]}],"min-w":[{"min-w":[s,"screen","none",...S()]}],"max-w":[{"max-w":[s,"screen","none","prose",{screen:[a]},...S()]}],h:[{h:["screen","lh",...S()]}],"min-h":[{"min-h":["screen","lh","none",...S()]}],"max-h":[{"max-h":["screen","lh",...S()]}],"font-size":[{text:["base",n,Ae,ve]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[r,we,ye]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",le,be]}],"font-family":[{font:[Ee,be,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[o,we,be]}],"line-clamp":[{"line-clamp":[ae,"none",we,ye]}],leading:[{leading:[i,...x()]}],"list-image":[{"list-image":["none",we,be]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",we,be]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:T()}],"text-color":[{text:T()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:["solid","dashed","dotted","double","wavy"]}],"text-decoration-thickness":[{decoration:[ae,"from-font","auto",we,ve]}],"text-decoration-color":[{decoration:T()}],"underline-offset":[{"underline-offset":[ae,"auto",we,be]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:x()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",we,be]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",we,be]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:B()}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","space","round"]}]}],"bg-size":[{bg:P()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},se,we,be],radial:["",we,be],conic:[se,we,be]},Te,Ie]}],"bg-color":[{bg:T()}],"gradient-from-pos":[{from:k()}],"gradient-via-pos":[{via:k()}],"gradient-to-pos":[{to:k()}],"gradient-from":[{from:T()}],"gradient-via":[{via:T()}],"gradient-to":[{to:T()}],rounded:[{rounded:L()}],"rounded-s":[{"rounded-s":L()}],"rounded-e":[{"rounded-e":L()}],"rounded-t":[{"rounded-t":L()}],"rounded-r":[{"rounded-r":L()}],"rounded-b":[{"rounded-b":L()}],"rounded-l":[{"rounded-l":L()}],"rounded-ss":[{"rounded-ss":L()}],"rounded-se":[{"rounded-se":L()}],"rounded-ee":[{"rounded-ee":L()}],"rounded-es":[{"rounded-es":L()}],"rounded-tl":[{"rounded-tl":L()}],"rounded-tr":[{"rounded-tr":L()}],"rounded-br":[{"rounded-br":L()}],"rounded-bl":[{"rounded-bl":L()}],"border-w":[{border:R()}],"border-w-x":[{"border-x":R()}],"border-w-y":[{"border-y":R()}],"border-w-s":[{"border-s":R()}],"border-w-e":[{"border-e":R()}],"border-w-t":[{"border-t":R()}],"border-w-r":[{"border-r":R()}],"border-w-b":[{"border-b":R()}],"border-w-l":[{"border-l":R()}],"divide-x":[{"divide-x":R()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":R()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:["solid","dashed","dotted","double","hidden","none"]}],"divide-style":[{divide:["solid","dashed","dotted","double","hidden","none"]}],"border-color":[{border:T()}],"border-color-x":[{"border-x":T()}],"border-color-y":[{"border-y":T()}],"border-color-s":[{"border-s":T()}],"border-color-e":[{"border-e":T()}],"border-color-t":[{"border-t":T()}],"border-color-r":[{"border-r":T()}],"border-color-b":[{"border-b":T()}],"border-color-l":[{"border-l":T()}],"divide-color":[{divide:T()}],"outline-style":[{outline:["solid","dashed","dotted","double","none","hidden"]}],"outline-offset":[{"outline-offset":[ae,we,be]}],"outline-w":[{outline:["",ae,Ae,ve]}],"outline-color":[{outline:T()}],shadow:[{shadow:["","none",u,Be,Ce]}],"shadow-color":[{shadow:T()}],"inset-shadow":[{"inset-shadow":["none",d,Be,Ce]}],"inset-shadow-color":[{"inset-shadow":T()}],"ring-w":[{ring:R()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:T()}],"ring-offset-w":[{"ring-offset":[ae,ve]}],"ring-offset-color":[{"ring-offset":T()}],"inset-ring-w":[{"inset-ring":R()}],"inset-ring-color":[{"inset-ring":T()}],"text-shadow":[{"text-shadow":["none",p,Be,Ce]}],"text-shadow-color":[{"text-shadow":T()}],opacity:[{opacity:[ae,we,be]}],"mix-blend":[{"mix-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity","plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[ae]}],"mask-image-linear-from-pos":[{"mask-linear-from":G()}],"mask-image-linear-to-pos":[{"mask-linear-to":G()}],"mask-image-linear-from-color":[{"mask-linear-from":T()}],"mask-image-linear-to-color":[{"mask-linear-to":T()}],"mask-image-t-from-pos":[{"mask-t-from":G()}],"mask-image-t-to-pos":[{"mask-t-to":G()}],"mask-image-t-from-color":[{"mask-t-from":T()}],"mask-image-t-to-color":[{"mask-t-to":T()}],"mask-image-r-from-pos":[{"mask-r-from":G()}],"mask-image-r-to-pos":[{"mask-r-to":G()}],"mask-image-r-from-color":[{"mask-r-from":T()}],"mask-image-r-to-color":[{"mask-r-to":T()}],"mask-image-b-from-pos":[{"mask-b-from":G()}],"mask-image-b-to-pos":[{"mask-b-to":G()}],"mask-image-b-from-color":[{"mask-b-from":T()}],"mask-image-b-to-color":[{"mask-b-to":T()}],"mask-image-l-from-pos":[{"mask-l-from":G()}],"mask-image-l-to-pos":[{"mask-l-to":G()}],"mask-image-l-from-color":[{"mask-l-from":T()}],"mask-image-l-to-color":[{"mask-l-to":T()}],"mask-image-x-from-pos":[{"mask-x-from":G()}],"mask-image-x-to-pos":[{"mask-x-to":G()}],"mask-image-x-from-color":[{"mask-x-from":T()}],"mask-image-x-to-color":[{"mask-x-to":T()}],"mask-image-y-from-pos":[{"mask-y-from":G()}],"mask-image-y-to-pos":[{"mask-y-to":G()}],"mask-image-y-from-color":[{"mask-y-from":T()}],"mask-image-y-to-color":[{"mask-y-to":T()}],"mask-image-radial":[{"mask-radial":[we,be]}],"mask-image-radial-from-pos":[{"mask-radial-from":G()}],"mask-image-radial-to-pos":[{"mask-radial-to":G()}],"mask-image-radial-from-color":[{"mask-radial-from":T()}],"mask-image-radial-to-color":[{"mask-radial-to":T()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"]}],"mask-image-conic-pos":[{"mask-conic":[ae]}],"mask-image-conic-from-pos":[{"mask-conic-from":G()}],"mask-image-conic-to-pos":[{"mask-conic-to":G()}],"mask-image-conic-from-color":[{"mask-conic-from":T()}],"mask-image-conic-to-color":[{"mask-conic-to":T()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:B()}],"mask-repeat":[{mask:["no-repeat",{repeat:["","x","y","space","round"]}]}],"mask-size":[{mask:P()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",we,be]}],filter:[{filter:["","none",we,be]}],blur:[{blur:O()}],brightness:[{brightness:[ae,we,be]}],contrast:[{contrast:[ae,we,be]}],"drop-shadow":[{"drop-shadow":["","none",h,Be,Ce]}],"drop-shadow-color":[{"drop-shadow":T()}],grayscale:[{grayscale:["",ae,we,be]}],"hue-rotate":[{"hue-rotate":[ae,we,be]}],invert:[{invert:["",ae,we,be]}],saturate:[{saturate:[ae,we,be]}],sepia:[{sepia:["",ae,we,be]}],"backdrop-filter":[{"backdrop-filter":["","none",we,be]}],"backdrop-blur":[{"backdrop-blur":O()}],"backdrop-brightness":[{"backdrop-brightness":[ae,we,be]}],"backdrop-contrast":[{"backdrop-contrast":[ae,we,be]}],"backdrop-grayscale":[{"backdrop-grayscale":["",ae,we,be]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[ae,we,be]}],"backdrop-invert":[{"backdrop-invert":["",ae,we,be]}],"backdrop-opacity":[{"backdrop-opacity":[ae,we,be]}],"backdrop-saturate":[{"backdrop-saturate":[ae,we,be]}],"backdrop-sepia":[{"backdrop-sepia":["",ae,we,be]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":x()}],"border-spacing-x":[{"border-spacing-x":x()}],"border-spacing-y":[{"border-spacing-y":x()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",we,be]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[ae,"initial",we,be]}],ease:[{ease:["linear","initial",b,we,be]}],delay:[{delay:[ae,we,be]}],animate:[{animate:["none",v,we,be]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[f,we,be]}],"perspective-origin":[{"perspective-origin":y()}],rotate:[{rotate:D()}],"rotate-x":[{"rotate-x":D()}],"rotate-y":[{"rotate-y":D()}],"rotate-z":[{"rotate-z":D()}],scale:[{scale:V()}],"scale-x":[{"scale-x":V()}],"scale-y":[{"scale-y":V()}],"scale-z":[{"scale-z":V()}],"scale-3d":["scale-3d"],skew:[{skew:M()}],"skew-x":[{"skew-x":M()}],"skew-y":[{"skew-y":M()}],transform:[{transform:[we,be,"","none","gpu","cpu"]}],"transform-origin":[{origin:y()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:j()}],"translate-x":[{"translate-x":j()}],"translate-y":[{"translate-y":j()}],"translate-z":[{"translate-z":j()}],"translate-none":["translate-none"],accent:[{accent:T()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:T()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",we,be]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":x()}],"scroll-mx":[{"scroll-mx":x()}],"scroll-my":[{"scroll-my":x()}],"scroll-ms":[{"scroll-ms":x()}],"scroll-me":[{"scroll-me":x()}],"scroll-mt":[{"scroll-mt":x()}],"scroll-mr":[{"scroll-mr":x()}],"scroll-mb":[{"scroll-mb":x()}],"scroll-ml":[{"scroll-ml":x()}],"scroll-p":[{"scroll-p":x()}],"scroll-px":[{"scroll-px":x()}],"scroll-py":[{"scroll-py":x()}],"scroll-ps":[{"scroll-ps":x()}],"scroll-pe":[{"scroll-pe":x()}],"scroll-pt":[{"scroll-pt":x()}],"scroll-pr":[{"scroll-pr":x()}],"scroll-pb":[{"scroll-pb":x()}],"scroll-pl":[{"scroll-pl":x()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",we,be]}],fill:[{fill:["none",...T()]}],"stroke-w":[{stroke:[ae,Ae,ve,ye]}],stroke:[{stroke:["none",...T()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},He=(e,t,n)=>{void 0!==n&&(e[t]=n)},We=(e,t)=>{if(t)for(const n in t)He(e,n,t[n])},Xe=(e,t)=>{if(t)for(const n in t)Fe(e,t,n)},Fe=(e,t,n)=>{const r=t[n];void 0!==r&&(e[n]=e[n]?e[n].concat(r):r)},ze=((e,...t)=>"function"==typeof e?U(je,e,...t):U(()=>((e,{cacheSize:t,prefix:n,experimentalParseClassName:r,extend:o={},override:i={}})=>(He(e,"cacheSize",t),He(e,"prefix",n),He(e,"experimentalParseClassName",r),We(e.theme,i.theme),We(e.classGroups,i.classGroups),We(e.conflictingClassGroups,i.conflictingClassGroups),We(e.conflictingClassGroupModifiers,i.conflictingClassGroupModifiers),He(e,"orderSensitiveModifiers",i.orderSensitiveModifiers),Xe(e.theme,o.theme),Xe(e.classGroups,o.classGroups),Xe(e.conflictingClassGroups,o.conflictingClassGroups),Xe(e.conflictingClassGroupModifiers,o.conflictingClassGroupModifiers),Fe(e,o,"orderSensitiveModifiers"),e))(je(),e),...t))({extend:{classGroups:{"font-variants":["heading1","heading2","heading3","heading4","heading5","heading6","subheading1","subheading2","subheading3","subheading4","subheading5","subheading6","body1","body2","body3","footnote","micro","label1","label2","label3","label4"],"button-sizes":["btn-small","btn-medium","btn-large","btn-x-large"]}}}),Ze=(...e)=>ze(R(...e)),Ye="function"==typeof Buffer,_e="function"==typeof TextDecoder?new TextDecoder:void 0,Je="function"==typeof TextEncoder?new TextEncoder:void 0,Ue=Array.prototype.slice.call("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="),$e=(()=>{let e={};return Ue.forEach((t,n)=>e[t]=n),e})(),Ke=/^(?:[A-Za-z\d+\/]{4})*?(?:[A-Za-z\d+\/]{2}(?:==)?|[A-Za-z\d+\/]{3}=?)?$/,Qe=String.fromCharCode.bind(String),qe="function"==typeof Uint8Array.from?Uint8Array.from.bind(Uint8Array):e=>new Uint8Array(Array.prototype.slice.call(e,0)),et=e=>e.replace(/=/g,"").replace(/[+\/]/g,e=>"+"==e?"-":"_"),tt=e=>e.replace(/[^A-Za-z0-9\+\/]/g,""),nt=e=>{let t,n,r,o,i="";const a=e.length%3;for(let a=0;a<e.length;){if((n=e.charCodeAt(a++))>255||(r=e.charCodeAt(a++))>255||(o=e.charCodeAt(a++))>255)throw new TypeError("invalid character found");t=n<<16|r<<8|o,i+=Ue[t>>18&63]+Ue[t>>12&63]+Ue[t>>6&63]+Ue[63&t]}return a?i.slice(0,a-3)+"===".substring(a):i},rt="function"==typeof btoa?e=>btoa(e):Ye?e=>Buffer.from(e,"binary").toString("base64"):nt,ot=Ye?e=>Buffer.from(e).toString("base64"):e=>{let t=[];for(let n=0,r=e.length;n<r;n+=4096)t.push(Qe.apply(null,e.subarray(n,n+4096)));return rt(t.join(""))},it=e=>{if(e.length<2)return(t=e.charCodeAt(0))<128?e:t<2048?Qe(192|t>>>6)+Qe(128|63&t):Qe(224|t>>>12&15)+Qe(128|t>>>6&63)+Qe(128|63&t);var t=65536+1024*(e.charCodeAt(0)-55296)+(e.charCodeAt(1)-56320);return Qe(240|t>>>18&7)+Qe(128|t>>>12&63)+Qe(128|t>>>6&63)+Qe(128|63&t)},at=/[\uD800-\uDBFF][\uDC00-\uDFFFF]|[^\x00-\x7F]/g,st=e=>e.replace(at,it),lt=Ye?e=>Buffer.from(e,"utf8").toString("base64"):Je?e=>ot(Je.encode(e)):e=>rt(st(e)),ct=(e,t=!1)=>t?et(lt(e)):lt(e),ut=/[\xC0-\xDF][\x80-\xBF]|[\xE0-\xEF][\x80-\xBF]{2}|[\xF0-\xF7][\x80-\xBF]{3}/g,dt=e=>{switch(e.length){case 4:var t=((7&e.charCodeAt(0))<<18|(63&e.charCodeAt(1))<<12|(63&e.charCodeAt(2))<<6|63&e.charCodeAt(3))-65536;return Qe((t>>>10)+55296)+Qe(56320+(1023&t));case 3:return Qe((15&e.charCodeAt(0))<<12|(63&e.charCodeAt(1))<<6|63&e.charCodeAt(2));default:return Qe((31&e.charCodeAt(0))<<6|63&e.charCodeAt(1))}},pt=e=>e.replace(ut,dt),ht=e=>{if(e=e.replace(/\s+/g,""),!Ke.test(e))throw new TypeError("malformed base64.");let t,n,r;e+="==".slice(2-(3&e.length));let o=[];for(let i=0;i<e.length;)t=$e[e.charAt(i++)]<<18|$e[e.charAt(i++)]<<12|(n=$e[e.charAt(i++)])<<6|(r=$e[e.charAt(i++)]),64===n?o.push(Qe(t>>16&255)):64===r?o.push(Qe(t>>16&255,t>>8&255)):o.push(Qe(t>>16&255,t>>8&255,255&t));return o.join("")},mt="function"==typeof atob?e=>atob(tt(e)):Ye?e=>Buffer.from(e,"base64").toString("binary"):ht,ft=Ye?e=>qe(Buffer.from(e,"base64")):e=>qe(mt(e).split("").map(e=>e.charCodeAt(0))),gt=Ye?e=>Buffer.from(e,"base64").toString("utf8"):_e?e=>_e.decode(ft(e)):e=>pt(mt(e)),bt=e=>tt(e.replace(/[-_]/g,e=>"-"==e?"+":"/")),vt=e=>gt(bt(e)),yt=ct,xt=vt;
4
- /*! js-cookie v3.0.5 | MIT */
5
- function It(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)e[r]=n[r]}return e}var Ct=function e(t,n){function r(e,r,o){if("undefined"!=typeof document){"number"==typeof(o=It({},n,o)).expires&&(o.expires=new Date(Date.now()+864e5*o.expires)),o.expires&&(o.expires=o.expires.toUTCString()),e=encodeURIComponent(e).replace(/%(2[346B]|5E|60|7C)/g,decodeURIComponent).replace(/[()]/g,escape);var i="";for(var a in o)o[a]&&(i+="; "+a,!0!==o[a]&&(i+="="+o[a].split(";")[0]));return document.cookie=e+"="+t.write(r,e)+i}}return Object.create({set:r,get:function(e){if("undefined"!=typeof document&&(!arguments.length||e)){for(var n=document.cookie?document.cookie.split("; "):[],r={},o=0;o<n.length;o++){var i=n[o].split("="),a=i.slice(1).join("=");try{var s=decodeURIComponent(i[0]);if(r[s]=t.read(a,s),e===s)break}catch(e){}}return e?r[e]:r}},remove:function(e,t){r(e,"",It({},t,{expires:-1}))},withAttributes:function(t){return e(this.converter,It({},this.attributes,t))},withConverter:function(t){return e(It({},this.converter,t),this.attributes)}},{attributes:{value:Object.freeze(n)},converter:{value:Object.freeze(t)}})}({read:function(e){return'"'===e[0]&&(e=e.slice(1,-1)),e.replace(/(%[\dA-F]{2})+/gi,decodeURIComponent)},write:function(e){return encodeURIComponent(e).replace(/%(2[346BF]|3[AC-F]|40|5[BDE]|60|7[BCD])/g,decodeURIComponent)}},{path:"/"});const wt=["utm_content","utm_medium","utm_campaign","utm_source","utm_term","utm_campaign_id","utm_adgroup_id","fbclid","gclid","msclkid"];const At=e=>!!e&&"object"==typeof e&&"nodeType"in e&&"content"in e,Et=e=>{if(!e)return null;if(At(e))return e;if("object"==typeof e&&null!==e&&"json"in e){const t=e.json;return At(t)?t:null}return null};function Nt(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var St,Tt={},Bt={},Pt={};function kt(){return St||(St=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"BLOCKS",{enumerable:!0,get:function(){return t}});var t=function(e){return e.DOCUMENT="document",e.PARAGRAPH="paragraph",e.HEADING_1="heading-1",e.HEADING_2="heading-2",e.HEADING_3="heading-3",e.HEADING_4="heading-4",e.HEADING_5="heading-5",e.HEADING_6="heading-6",e.OL_LIST="ordered-list",e.UL_LIST="unordered-list",e.LIST_ITEM="list-item",e.HR="hr",e.QUOTE="blockquote",e.EMBEDDED_ENTRY="embedded-entry-block",e.EMBEDDED_ASSET="embedded-asset-block",e.EMBEDDED_RESOURCE="embedded-resource-block",e.TABLE="table",e.TABLE_ROW="table-row",e.TABLE_CELL="table-cell",e.TABLE_HEADER_CELL="table-header-cell",e}({})}(Pt)),Pt}var Lt,Rt={};function Gt(){return Lt||(Lt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"INLINES",{enumerable:!0,get:function(){return t}});var t=function(e){return e.ASSET_HYPERLINK="asset-hyperlink",e.EMBEDDED_ENTRY="embedded-entry-inline",e.EMBEDDED_RESOURCE="embedded-resource-inline",e.ENTRY_HYPERLINK="entry-hyperlink",e.HYPERLINK="hyperlink",e.RESOURCE_HYPERLINK="resource-hyperlink",e}({})}(Rt)),Rt}var Ot,Dt={};function Vt(){return Ot||(Ot=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"MARKS",{enumerable:!0,get:function(){return t}});var t=function(e){return e.BOLD="bold",e.ITALIC="italic",e.UNDERLINE="underline",e.CODE="code",e.SUPERSCRIPT="superscript",e.SUBSCRIPT="subscript",e.STRIKETHROUGH="strikethrough",e}({})}(Dt)),Dt}var Mt,jt={};function Ht(){return Mt||(Mt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:Object.getOwnPropertyDescriptor(t,n).get})}(e,{get CONTAINERS(){return p},get HEADINGS(){return h},get LIST_ITEM_BLOCKS(){return c},get TABLE_BLOCKS(){return u},get TEXT_CONTAINERS(){return m},get TOP_LEVEL_BLOCKS(){return l},get V1_MARKS(){return g},get V1_NODE_TYPES(){return f},get VOID_BLOCKS(){return d}});var t=kt(),n=Gt(),r=Vt();function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var a,s,l=[t.BLOCKS.PARAGRAPH,t.BLOCKS.HEADING_1,t.BLOCKS.HEADING_2,t.BLOCKS.HEADING_3,t.BLOCKS.HEADING_4,t.BLOCKS.HEADING_5,t.BLOCKS.HEADING_6,t.BLOCKS.OL_LIST,t.BLOCKS.UL_LIST,t.BLOCKS.HR,t.BLOCKS.QUOTE,t.BLOCKS.EMBEDDED_ENTRY,t.BLOCKS.EMBEDDED_ASSET,t.BLOCKS.EMBEDDED_RESOURCE,t.BLOCKS.TABLE],c=[t.BLOCKS.PARAGRAPH,t.BLOCKS.HEADING_1,t.BLOCKS.HEADING_2,t.BLOCKS.HEADING_3,t.BLOCKS.HEADING_4,t.BLOCKS.HEADING_5,t.BLOCKS.HEADING_6,t.BLOCKS.OL_LIST,t.BLOCKS.UL_LIST,t.BLOCKS.HR,t.BLOCKS.QUOTE,t.BLOCKS.EMBEDDED_ENTRY,t.BLOCKS.EMBEDDED_ASSET,t.BLOCKS.EMBEDDED_RESOURCE],u=[t.BLOCKS.TABLE,t.BLOCKS.TABLE_ROW,t.BLOCKS.TABLE_CELL,t.BLOCKS.TABLE_HEADER_CELL],d=[t.BLOCKS.HR,t.BLOCKS.EMBEDDED_ENTRY,t.BLOCKS.EMBEDDED_ASSET,t.BLOCKS.EMBEDDED_RESOURCE],p=(i(a={},t.BLOCKS.OL_LIST,[t.BLOCKS.LIST_ITEM]),i(a,t.BLOCKS.UL_LIST,[t.BLOCKS.LIST_ITEM]),i(a,t.BLOCKS.LIST_ITEM,c),i(a,t.BLOCKS.QUOTE,[t.BLOCKS.PARAGRAPH]),i(a,t.BLOCKS.TABLE,[t.BLOCKS.TABLE_ROW]),i(a,t.BLOCKS.TABLE_ROW,[t.BLOCKS.TABLE_CELL,t.BLOCKS.TABLE_HEADER_CELL]),i(a,t.BLOCKS.TABLE_CELL,[t.BLOCKS.PARAGRAPH,t.BLOCKS.UL_LIST,t.BLOCKS.OL_LIST]),i(a,t.BLOCKS.TABLE_HEADER_CELL,[t.BLOCKS.PARAGRAPH]),a),h=[t.BLOCKS.HEADING_1,t.BLOCKS.HEADING_2,t.BLOCKS.HEADING_3,t.BLOCKS.HEADING_4,t.BLOCKS.HEADING_5,t.BLOCKS.HEADING_6],m=[t.BLOCKS.PARAGRAPH].concat(function(e){if(Array.isArray(e))return o(e)}(s=h)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(s)||function(e,t){if(e){if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}(s)||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.")}()),f=[t.BLOCKS.DOCUMENT,t.BLOCKS.PARAGRAPH,t.BLOCKS.HEADING_1,t.BLOCKS.HEADING_2,t.BLOCKS.HEADING_3,t.BLOCKS.HEADING_4,t.BLOCKS.HEADING_5,t.BLOCKS.HEADING_6,t.BLOCKS.OL_LIST,t.BLOCKS.UL_LIST,t.BLOCKS.LIST_ITEM,t.BLOCKS.HR,t.BLOCKS.QUOTE,t.BLOCKS.EMBEDDED_ENTRY,t.BLOCKS.EMBEDDED_ASSET,n.INLINES.HYPERLINK,n.INLINES.ENTRY_HYPERLINK,n.INLINES.ASSET_HYPERLINK,n.INLINES.EMBEDDED_ENTRY,"text"],g=[r.MARKS.BOLD,r.MARKS.CODE,r.MARKS.ITALIC,r.MARKS.UNDERLINE]}(jt)),jt}var Wt,Xt={};var Ft,zt={};var Zt,Yt={};var _t,Jt={};function Ut(){return _t||(_t=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:Object.getOwnPropertyDescriptor(t,n).get})}(e,{get isBlock(){return s},get isEmptyParagraph(){return c},get isInline(){return a},get isText(){return l},get stripEmptyTrailingParagraphFromDocument(){return p}});var t=kt(),n=Gt();function r(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function o(e,t){return t=null!=t?t:{},Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):function(e){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t.push.apply(t,n)}return t}(Object(t)).forEach(function(n){Object.defineProperty(e,n,Object.getOwnPropertyDescriptor(t,n))}),e}function i(e,t){var n=!0,r=!1,o=void 0;try{for(var i,a=Object.keys(e)[Symbol.iterator]();!(n=(i=a.next()).done);n=!0){if(t===e[i.value])return!0}}catch(e){r=!0,o=e}finally{try{n||null==a.return||a.return()}finally{if(r)throw o}}return!1}function a(e){return i(n.INLINES,e.nodeType)}function s(e){return i(t.BLOCKS,e.nodeType)}function l(e){return"text"===e.nodeType}function c(e){if(e.nodeType!==t.BLOCKS.PARAGRAPH)return!1;if(1!==e.content.length)return!1;var n=e.content[0];return"text"===n.nodeType&&""===n.value}function u(e){return null!=e&&"object"==(void 0===e?"undefined":(t=e)&&"undefined"!=typeof Symbol&&t.constructor===Symbol?"symbol":typeof t)&&"content"in e&&Array.isArray(e.content);var t}var d=2;function p(e){return!u(e)||e.content.length<d?e:c(e.content[e.content.length-1])?o(function(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{},o=Object.keys(n);"function"==typeof Object.getOwnPropertySymbols&&(o=o.concat(Object.getOwnPropertySymbols(n).filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable}))),o.forEach(function(t){r(e,t,n[t])})}return e}({},e),{content:e.content.slice(0,-1)}):e}}(Jt)),Jt}var $t,Kt,Qt={},qt={};function en(){return Kt?$t:(Kt=1,$t=e=>{if("[object Object]"!==Object.prototype.toString.call(e))return!1;const t=Object.getPrototypeOf(e);return null===t||t===Object.prototype})}var tn,nn,rn={};function on(){return tn||(tn=1,function(e){function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function n(e){return function(e){if(Array.isArray(e))return t(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,n){if(!e)return;if("string"==typeof e)return t(e,n);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(r);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return t(e,n)}(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.")}()}Object.defineProperty(e,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:Object.getOwnPropertyDescriptor(t,n).get})}(e,{get enumError(){return a},get maxSizeError(){return i},get minSizeError(){return o},get requiredPropertyError(){return l},get typeMismatchError(){return r},get unknownPropertyError(){return s}});var r=function(e){var t=e.path,n=e.property,r=e.typeName,o=e.value;return{details:'The type of "'.concat(n,'" is incorrect, expected type: ').concat(r),name:"type",path:t.toArray(),type:r,value:o}},o=function(e){var t=e.min,n=e.value;return{name:"size",min:t,path:e.path.toArray(),details:"Size must be at least ".concat(t),value:n}},i=function(e){var t=e.max,n=e.value;return{name:"size",max:t,path:e.path.toArray(),details:"Size must be at most ".concat(t),value:n}},a=function(e){var t=e.expected,r=e.value,o=e.path;return{details:"Value must be one of expected values",name:"in",expected:n(t).sort(),path:o.toArray(),value:r}},s=function(e){var t=e.property,n=e.path;return{details:'The property "'.concat(t,'" is not expected'),name:"unexpected",path:n.toArray()}},l=function(e){var t=e.property,n=e.path;return{details:'The property "'.concat(t,'" is required here'),name:"required",path:n.toArray()}}}(rn)),rn}function an(){return nn||(nn=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"ObjectAssertion",{enumerable:!0,get:function(){return l}});var t=a(en()),n=on();function r(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function o(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}(e.prototype,t),e}function i(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function a(e){return e&&e.__esModule?e:{default:e}}function s(e){return function(e){if(Array.isArray(e))return r(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return r(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.")}()}var l=function(){function e(r,o){var a=this,l=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),i(this,"obj",void 0),i(this,"path",void 0),i(this,"_errors",void 0),i(this,"catch",void 0),i(this,"exists",void 0),i(this,"object",void 0),i(this,"string",void 0),i(this,"number",void 0),i(this,"array",void 0),i(this,"enum",void 0),i(this,"empty",void 0),i(this,"minLength",void 0),i(this,"noAdditionalProperties",void 0),i(this,"each",void 0),this.obj=r,this.path=o,this._errors=[],this.catch=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r;(r=l._errors).push.apply(r,s(t))},this.exists=function(e){return e in a.obj||(a.catch((0,n.requiredPropertyError)({property:e,path:a.path.of(e)})),!1)},this.object=function(e){var r=e?a.obj[e]:a.obj;if(e&&!a.exists(e))return!1;if((0,t.default)(r))return!0;var o,i=e?a.path.of(e):a.path,s=null!==(o=null!=e?e:a.path.last())&&void 0!==o?o:"value";return a.catch((0,n.typeMismatchError)({typeName:"Object",property:s,path:i,value:r})),!1},this.string=function(e){var t=a.obj[e];return!(e&&!a.exists(e))&&("string"==typeof t||(a.catch((0,n.typeMismatchError)({typeName:"String",property:e,path:a.path.of(e),value:t})),!1))},this.number=function(e,t){var r=a.obj[e];return!(!t||e in a.obj)||!!a.exists(e)&&("number"==typeof r&&!Number.isNaN(r)||(a.catch((0,n.typeMismatchError)({typeName:"Number",property:e,path:a.path.of(e),value:r})),!1))},this.array=function(e){var t=a.obj[e];return!(e&&!a.exists(e))&&(!!Array.isArray(t)||(a.catch((0,n.typeMismatchError)({typeName:"Array",property:e,path:a.path.of(e),value:t})),!1))},this.enum=function(e,t){var r=a.obj[e];return!("string"!=typeof r||!t.includes(r))||(a.catch((0,n.enumError)({expected:t,value:r,path:a.path.of(e)})),!1)},this.empty=function(e){if(!a.array(e))return!1;var t=a.obj[e];return 0===t.length||(a.catch((0,n.maxSizeError)({max:0,value:t,path:a.path.of(e)})),!1)},this.minLength=function(e,t){if(!a.array(e))return!1;var r=a.obj[e];return r.length>=t||(a.catch((0,n.minSizeError)({min:t,value:r,path:a.path.of(e)})),!1)},this.noAdditionalProperties=function(e){var t=Object.keys(a.obj).sort().filter(function(t){return!e.includes(t)});return t.forEach(function(e){return a.catch((0,n.unknownPropertyError)({property:e,path:a.path.of(e)}))}),0===t.length},this.each=function(e,t){if(a.array(e)){var n=a.obj[e],r=!1;n.forEach(function(n,o){if(!r){var i=t(n,a.path.of(e).of(o));i.length>0&&(r=!0),a.catch.apply(a,s(i))}})}}}return o(e,[{key:"errors",get:function(){var e=this,t=function(e){return JSON.stringify({details:e.details,path:e.path})};return this._errors.filter(function(n,r){return e._errors.findIndex(function(e){return t(n)===t(e)})===r})}}]),e}()}(qt)),qt}var sn,ln={};function cn(){return sn||(sn=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:Object.getOwnPropertyDescriptor(t,n).get})}(e,{get EntityLinkAssertion(){return f},get HyperLinkAssertion(){return g},get NodeAssertion(){return m},get VOID_CONTENT(){return h},get assert(){return b},get assertLink(){return v}});var t=an();function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function r(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function o(e,t,n){return t=l(t),function(e,t){if(t&&("object"==(n=t,n&&"undefined"!=typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof t))return t;var n;return r(e)}(e,p()?Reflect.construct(t,n||[],l(e).constructor):t.apply(e,n))}function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function a(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}(e.prototype,t),e}function s(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function l(e){return l=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},l(e)}function c(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&&u(e,t)}function u(e,t){return u=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},u(e,t)}function d(e){return function(e){if(Array.isArray(e))return n(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return n(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(r);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return n(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 p(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(p=function(){return!!e})()}var h=[],m=function(){function e(t,n){i(this,e),s(this,"contentRule",void 0),s(this,"validateData",void 0),this.contentRule=t,this.validateData=n}return a(e,[{key:"assert",value:function(e,n){var r=new t.ObjectAssertion(e,n);if(!r.object())return r.errors;r.noAdditionalProperties(["nodeType","data","content"]);var o=Array.isArray(this.contentRule)?{nodeTypes:this.contentRule}:this.contentRule(e,n),i=o.nodeTypes,a=o.min,s=void 0===a?0:a;if(0===i.length&&s>0)throw new Error("Invalid content rule. Cannot have enforce a 'min' of ".concat(s," with no nodeTypes"));if(r.minLength("content",s),0===i.length?r.empty("content"):r.each("content",function(e,n){var r=new t.ObjectAssertion(e,n);return r.object()?(r.enum("nodeType",i),r.errors):r.errors}),r.object("data")){var l,c,u,p=null!==(u=null===(c=this.validateData)||void 0===c?void 0:c.call(this,e.data,n.of("data")))&&void 0!==u?u:[];(l=r).catch.apply(l,d(p))}return r.errors}}]),e}(),f=function(e){function n(e,a){var l;return i(this,n),l=o(this,n,[a,function(e,t){return r(l).assertLink(e,t)}]),s(l,"linkType",void 0),s(l,"type",void 0),s(l,"assertLink",void 0),l.linkType=e,l.assertLink=function(e,n){var r=new t.ObjectAssertion(e,n);if(r.object("target")){var o,i=new t.ObjectAssertion(e.target.sys,n.of("target").of("sys"));i.object()&&(i.enum("type",[l.type]),i.enum("linkType",[l.linkType]),"Link"===l.type?(i.string("id"),i.noAdditionalProperties(["type","linkType","id"])):"ResourceLink"===l.type&&(i.string("urn"),i.noAdditionalProperties(["type","linkType","urn"]))),(o=r).catch.apply(o,d(i.errors))}return r.noAdditionalProperties(["target"]),r.errors},l.type=l.linkType.startsWith("Contentful:")?"ResourceLink":"Link",l}return c(n,e),n}(m),g=function(e){function n(){var e;return i(this,n),e=o(this,n,[["text"],function(t,n){return r(e).assertLink(t,n)}]),s(e,"assertLink",function(e,n){var r=new t.ObjectAssertion(e,n);return r.string("uri"),r.noAdditionalProperties(["uri"]),r.errors}),e}return c(n,e),n}(m),b=function(e,t){return new m(e,t)},v=function(e,t){return new f(e,t)}}(ln)),ln}var un,dn={};function pn(){return un||(un=1,function(e){function t(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function n(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function r(e){return function(e){if(Array.isArray(e))return t(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,n){if(!e)return;if("string"==typeof e)return t(e,n);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(r);if("Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r))return t(e,n)}(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.")}()}Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"Path",{enumerable:!0,get:function(){return o}});var o=function e(){var t=this,o=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),n(this,"path",void 0),n(this,"of",void 0),n(this,"isRoot",void 0),n(this,"last",void 0),n(this,"toArray",void 0),this.path=o,this.of=function(n){return new e(r(t.path).concat([n]))},this.isRoot=function(){return 0===t.path.length},this.last=function(){return t.path[t.path.length-1]},this.toArray=function(){return t.path}}}(dn)),dn}var hn,mn,fn,gn,bn={};function vn(){return mn||(mn=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"validateRichTextDocument",{enumerable:!0,get:function(){return v}});var t=kt(),n=Gt(),r=Ht(),o=an(),i=cn(),a=pn(),s=(hn||(hn=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"assertText",{enumerable:!0,get:function(){return n}});var t=an();function n(e,n){var r=new t.ObjectAssertion(e,n);return r.object()?(r.noAdditionalProperties(["nodeType","data","value","marks"]),r.object("data"),r.each("marks",function(e,n){var r=new t.ObjectAssertion(e,n);return r.object()?(r.string("type"),r.errors):r.errors}),r.string("value"),r.errors):r.errors}}(bn)),bn);function l(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function c(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function u(e){return function(e){if(Array.isArray(e))return l(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return l(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return l(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.")}()}var d,p=(0,i.assert)(u(Object.values(n.INLINES)).concat(["text"]).sort()),h=(0,i.assert)([t.BLOCKS.LIST_ITEM]),m=(0,i.assertLink)("Entry",i.VOID_CONTENT),f=(0,i.assert)(function(){return{nodeTypes:[t.BLOCKS.PARAGRAPH],min:1}},function(e,t){var n=new o.ObjectAssertion(e,t);return n.noAdditionalProperties(["colspan","rowspan"]),n.number("colspan",!0),n.number("rowspan",!0),n.errors}),g=(c(d={},t.BLOCKS.DOCUMENT,(0,i.assert)(r.TOP_LEVEL_BLOCKS)),c(d,t.BLOCKS.PARAGRAPH,p),c(d,t.BLOCKS.HEADING_1,p),c(d,t.BLOCKS.HEADING_2,p),c(d,t.BLOCKS.HEADING_3,p),c(d,t.BLOCKS.HEADING_4,p),c(d,t.BLOCKS.HEADING_5,p),c(d,t.BLOCKS.HEADING_6,p),c(d,t.BLOCKS.QUOTE,(0,i.assert)(r.CONTAINERS[t.BLOCKS.QUOTE])),c(d,t.BLOCKS.EMBEDDED_ENTRY,m),c(d,t.BLOCKS.EMBEDDED_ASSET,(0,i.assertLink)("Asset",i.VOID_CONTENT)),c(d,t.BLOCKS.EMBEDDED_RESOURCE,(0,i.assertLink)("Contentful:Entry",i.VOID_CONTENT)),c(d,t.BLOCKS.HR,(0,i.assert)(i.VOID_CONTENT)),c(d,t.BLOCKS.OL_LIST,h),c(d,t.BLOCKS.UL_LIST,h),c(d,t.BLOCKS.LIST_ITEM,(0,i.assert)(u(r.LIST_ITEM_BLOCKS).sort())),c(d,t.BLOCKS.TABLE,(0,i.assert)(function(){return{nodeTypes:[t.BLOCKS.TABLE_ROW],min:1}})),c(d,t.BLOCKS.TABLE_ROW,(0,i.assert)(function(){return{nodeTypes:[t.BLOCKS.TABLE_CELL,t.BLOCKS.TABLE_HEADER_CELL],min:1}})),c(d,t.BLOCKS.TABLE_CELL,f),c(d,t.BLOCKS.TABLE_HEADER_CELL,f),c(d,n.INLINES.HYPERLINK,new i.HyperLinkAssertion),c(d,n.INLINES.EMBEDDED_ENTRY,m),c(d,n.INLINES.EMBEDDED_RESOURCE,(0,i.assertLink)("Contentful:Entry",i.VOID_CONTENT)),c(d,n.INLINES.ENTRY_HYPERLINK,(0,i.assertLink)("Entry",["text"])),c(d,n.INLINES.ASSET_HYPERLINK,(0,i.assertLink)("Asset",["text"])),c(d,n.INLINES.RESOURCE_HYPERLINK,(0,i.assertLink)("Contentful:Entry",["text"])),d);function b(e,t){if("text"===e.nodeType)return(0,s.assertText)(e,t);var n=g[e.nodeType].assert(e,t);if(n.length>0)return n;var r=new o.ObjectAssertion(e,t);return r.each("content",function(e,t){return b(e,t)}),r.errors}var v=function(e){var n=new a.Path,r=new o.ObjectAssertion(e,n);return r.object()&&r.enum("nodeType",[t.BLOCKS.DOCUMENT]),r.errors.length>0?r.errors:b(e,n)}}(Qt)),Qt}function yn(){return fn||(fn=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),function(e,t){for(var n in t)Object.defineProperty(e,n,{enumerable:!0,get:Object.getOwnPropertyDescriptor(t,n).get})}(e,{get BLOCKS(){return t.BLOCKS},get EMPTY_DOCUMENT(){return o.EMPTY_DOCUMENT},get INLINES(){return n.INLINES},get MARKS(){return r.MARKS},get helpers(){return i},get validateRichTextDocument(){return a.validateRichTextDocument}});var t=kt(),n=Gt(),r=Vt();s(Ht(),e),s((Wt||(Wt=1,Object.defineProperty(Xt,"__esModule",{value:!0})),Xt),e),s((Ft||(Ft=1,Object.defineProperty(zt,"__esModule",{value:!0})),zt),e);var o=(Zt||(Zt=1,function(e){Object.defineProperty(e,"__esModule",{value:!0}),Object.defineProperty(e,"EMPTY_DOCUMENT",{enumerable:!0,get:function(){return n}});var t=kt(),n={nodeType:t.BLOCKS.DOCUMENT,data:{},content:[{nodeType:t.BLOCKS.PARAGRAPH,data:{},content:[{nodeType:"text",value:"",marks:[],data:{}}]}]}}(Yt)),Yt),i=c(Ut()),a=vn();function s(e,t){return Object.keys(e).forEach(function(n){"default"===n||Object.prototype.hasOwnProperty.call(t,n)||Object.defineProperty(t,n,{enumerable:!0,get:function(){return e[n]}})}),e}function l(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(l=function(e){return e?n:t})(e)}function c(e,t){if(e&&e.__esModule)return e;if(null===e||"object"!=typeof e&&"function"!=typeof e)return{default:e};var n=l(t);if(n&&n.has(e))return n.get(e);var r={__proto__:null},o=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var i in e)if("default"!==i&&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]}return r.default=e,n&&n.set(e,r),r}}(Bt)),Bt}var xn=function(){if(gn)return Tt;gn=1;var e=o,t=yn();function n(t,n){return t.map((t,o)=>{return i=r(t,n),a=o,e.isValidElement(i)&&null===i.key?e.cloneElement(i,{key:a}):i;var i,a})}function r(r,o){const{renderNode:i,renderMark:a,renderText:s,preserveWhitespace:l}=o;if(t.helpers.isText(r)){let t=s?s(r.value):r.value;if(l&&!s){t=t.replace(/ {2,}/g,e=>" ".repeat(e.length));const n=t.split("\n"),r=[];n.forEach((t,o)=>{r.push(t),o!==n.length-1&&r.push(e.createElement("br",null))}),t=r}return r.marks.reduce((e,t)=>a[t.type]?a[t.type](e):e,t)}{const t=n(r.content,o);return r.nodeType&&i[r.nodeType]?i[r.nodeType](r,t):e.createElement(e.Fragment,null,t)}}const i={[t.BLOCKS.DOCUMENT]:(e,t)=>t,[t.BLOCKS.PARAGRAPH]:(t,n)=>e.createElement("p",null,n),[t.BLOCKS.HEADING_1]:(t,n)=>e.createElement("h1",null,n),[t.BLOCKS.HEADING_2]:(t,n)=>e.createElement("h2",null,n),[t.BLOCKS.HEADING_3]:(t,n)=>e.createElement("h3",null,n),[t.BLOCKS.HEADING_4]:(t,n)=>e.createElement("h4",null,n),[t.BLOCKS.HEADING_5]:(t,n)=>e.createElement("h5",null,n),[t.BLOCKS.HEADING_6]:(t,n)=>e.createElement("h6",null,n),[t.BLOCKS.EMBEDDED_ENTRY]:(t,n)=>e.createElement("div",null,n),[t.BLOCKS.EMBEDDED_RESOURCE]:(t,n)=>e.createElement("div",null,n),[t.BLOCKS.UL_LIST]:(t,n)=>e.createElement("ul",null,n),[t.BLOCKS.OL_LIST]:(t,n)=>e.createElement("ol",null,n),[t.BLOCKS.LIST_ITEM]:(t,n)=>e.createElement("li",null,n),[t.BLOCKS.QUOTE]:(t,n)=>e.createElement("blockquote",null,n),[t.BLOCKS.HR]:()=>e.createElement("hr",null),[t.BLOCKS.TABLE]:(t,n)=>e.createElement("table",null,e.createElement("tbody",null,n)),[t.BLOCKS.TABLE_ROW]:(t,n)=>e.createElement("tr",null,n),[t.BLOCKS.TABLE_HEADER_CELL]:(t,n)=>e.createElement("th",null,n),[t.BLOCKS.TABLE_CELL]:(t,n)=>e.createElement("td",null,n),[t.INLINES.ASSET_HYPERLINK]:e=>s(t.INLINES.ASSET_HYPERLINK,e),[t.INLINES.ENTRY_HYPERLINK]:e=>s(t.INLINES.ENTRY_HYPERLINK,e),[t.INLINES.RESOURCE_HYPERLINK]:e=>l(t.INLINES.RESOURCE_HYPERLINK,e),[t.INLINES.EMBEDDED_ENTRY]:e=>s(t.INLINES.EMBEDDED_ENTRY,e),[t.INLINES.EMBEDDED_RESOURCE]:(e,n)=>l(t.INLINES.EMBEDDED_RESOURCE,e),[t.INLINES.HYPERLINK]:(t,n)=>e.createElement("a",{href:t.data.uri},n)},a={[t.MARKS.BOLD]:t=>e.createElement("b",null,t),[t.MARKS.ITALIC]:t=>e.createElement("i",null,t),[t.MARKS.UNDERLINE]:t=>e.createElement("u",null,t),[t.MARKS.CODE]:t=>e.createElement("code",null,t),[t.MARKS.SUPERSCRIPT]:t=>e.createElement("sup",null,t),[t.MARKS.SUBSCRIPT]:t=>e.createElement("sub",null,t),[t.MARKS.STRIKETHROUGH]:t=>e.createElement("s",null,t)};function s(t,n){return e.createElement("span",{key:n.data.target.sys.id},"type: ",n.nodeType," id: ",n.data.target.sys.id)}function l(t,n){return e.createElement("span",{key:n.data.target.sys.urn},"type: ",n.nodeType," urn: ",n.data.target.sys.urn)}return Tt.documentToReactComponents=function(e,n={}){if(!e)return null;let o=e;return n.stripEmptyTrailingParagraph&&(o=t.helpers.stripEmptyTrailingParagraphFromDocument(e)),r(o,{renderNode:{...i,...n.renderNode},renderMark:{...a,...n.renderMark},renderText:n.renderText,preserveWhitespace:n.preserveWhitespace})},Tt}(),In=function(e){return e.DOCUMENT="document",e.PARAGRAPH="paragraph",e.HEADING_1="heading-1",e.HEADING_2="heading-2",e.HEADING_3="heading-3",e.HEADING_4="heading-4",e.HEADING_5="heading-5",e.HEADING_6="heading-6",e.OL_LIST="ordered-list",e.UL_LIST="unordered-list",e.LIST_ITEM="list-item",e.HR="hr",e.QUOTE="blockquote",e.EMBEDDED_ENTRY="embedded-entry-block",e.EMBEDDED_ASSET="embedded-asset-block",e.EMBEDDED_RESOURCE="embedded-resource-block",e.TABLE="table",e.TABLE_ROW="table-row",e.TABLE_CELL="table-cell",e.TABLE_HEADER_CELL="table-header-cell",e}({}),Cn=function(e){return e.ASSET_HYPERLINK="asset-hyperlink",e.EMBEDDED_ENTRY="embedded-entry-inline",e.EMBEDDED_RESOURCE="embedded-resource-inline",e.ENTRY_HYPERLINK="entry-hyperlink",e.HYPERLINK="hyperlink",e.RESOURCE_HYPERLINK="resource-hyperlink",e}({}),wn=function(e){return e.BOLD="bold",e.ITALIC="italic",e.UNDERLINE="underline",e.CODE="code",e.SUPERSCRIPT="superscript",e.SUBSCRIPT="subscript",e.STRIKETHROUGH="strikethrough",e}({});function An(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function En(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var Nn,Sn=[In.PARAGRAPH,In.HEADING_1,In.HEADING_2,In.HEADING_3,In.HEADING_4,In.HEADING_5,In.HEADING_6,In.OL_LIST,In.UL_LIST,In.HR,In.QUOTE,In.EMBEDDED_ENTRY,In.EMBEDDED_ASSET,In.EMBEDDED_RESOURCE,In.TABLE],Tn=[In.PARAGRAPH,In.HEADING_1,In.HEADING_2,In.HEADING_3,In.HEADING_4,In.HEADING_5,In.HEADING_6,In.OL_LIST,In.UL_LIST,In.HR,In.QUOTE,In.EMBEDDED_ENTRY,In.EMBEDDED_ASSET,In.EMBEDDED_RESOURCE];In.TABLE,In.TABLE_ROW,In.TABLE_CELL,In.TABLE_HEADER_CELL,In.HR,In.EMBEDDED_ENTRY,In.EMBEDDED_ASSET,In.EMBEDDED_RESOURCE;var Bn,Pn=(En(Nn={},In.OL_LIST,[In.LIST_ITEM]),En(Nn,In.UL_LIST,[In.LIST_ITEM]),En(Nn,In.LIST_ITEM,Tn),En(Nn,In.QUOTE,[In.PARAGRAPH]),En(Nn,In.TABLE,[In.TABLE_ROW]),En(Nn,In.TABLE_ROW,[In.TABLE_CELL,In.TABLE_HEADER_CELL]),En(Nn,In.TABLE_CELL,[In.PARAGRAPH,In.UL_LIST,In.OL_LIST]),En(Nn,In.TABLE_HEADER_CELL,[In.PARAGRAPH]),Nn),kn=[In.HEADING_1,In.HEADING_2,In.HEADING_3,In.HEADING_4,In.HEADING_5,In.HEADING_6];[In.PARAGRAPH].concat(function(e){if(Array.isArray(e))return An(e)}(Bn=kn)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(Bn)||function(e,t){if(e){if("string"==typeof e)return An(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(n):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?An(e,t):void 0}}(Bn)||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.")}()),In.DOCUMENT,In.PARAGRAPH,In.HEADING_1,In.HEADING_2,In.HEADING_3,In.HEADING_4,In.HEADING_5,In.HEADING_6,In.OL_LIST,In.UL_LIST,In.LIST_ITEM,In.HR,In.QUOTE,In.EMBEDDED_ENTRY,In.EMBEDDED_ASSET,Cn.HYPERLINK,Cn.ENTRY_HYPERLINK,Cn.ASSET_HYPERLINK,Cn.EMBEDDED_ENTRY,In.DOCUMENT,In.PARAGRAPH;var Ln=Nt(en());function Rn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Gn(e){return function(e){if(Array.isArray(e))return Rn(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Rn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Rn(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.")}()}var On=function(e){var t=e.path,n=e.property,r=e.typeName,o=e.value;return{details:'The type of "'.concat(n,'" is incorrect, expected type: ').concat(r),name:"type",path:t.toArray(),type:r,value:o}};function Dn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Vn(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}(e.prototype,t),e}function Mn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function jn(e){return function(e){if(Array.isArray(e))return Dn(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Dn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Dn(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.")}()}var Hn=function(){function e(t,n){var r=this,o=this;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),Mn(this,"obj",void 0),Mn(this,"path",void 0),Mn(this,"_errors",void 0),Mn(this,"catch",void 0),Mn(this,"exists",void 0),Mn(this,"object",void 0),Mn(this,"string",void 0),Mn(this,"number",void 0),Mn(this,"array",void 0),Mn(this,"enum",void 0),Mn(this,"empty",void 0),Mn(this,"minLength",void 0),Mn(this,"noAdditionalProperties",void 0),Mn(this,"each",void 0),this.obj=t,this.path=n,this._errors=[],this.catch=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r;(r=o._errors).push.apply(r,jn(t))},this.exists=function(e){return e in r.obj||(r.catch(function(e){var t=e.property,n=e.path;return{details:'The property "'.concat(t,'" is required here'),name:"required",path:n.toArray()}}({property:e,path:r.path.of(e)})),!1)},this.object=function(e){var t=e?r.obj[e]:r.obj;if(e&&!r.exists(e))return!1;if(Ln(t))return!0;var n,o=e?r.path.of(e):r.path,i=null!==(n=null!=e?e:r.path.last())&&void 0!==n?n:"value";return r.catch(On({typeName:"Object",property:i,path:o,value:t})),!1},this.string=function(e){var t=r.obj[e];return!(e&&!r.exists(e))&&("string"==typeof t||(r.catch(On({typeName:"String",property:e,path:r.path.of(e),value:t})),!1))},this.number=function(e,t){var n=r.obj[e];return!(!t||e in r.obj)||!!r.exists(e)&&("number"==typeof n&&!Number.isNaN(n)||(r.catch(On({typeName:"Number",property:e,path:r.path.of(e),value:n})),!1))},this.array=function(e){var t=r.obj[e];return!(e&&!r.exists(e))&&(!!Array.isArray(t)||(r.catch(On({typeName:"Array",property:e,path:r.path.of(e),value:t})),!1))},this.enum=function(e,t){var n=r.obj[e];return!("string"!=typeof n||!t.includes(n))||(r.catch(function(e){var t=e.expected,n=e.value,r=e.path;return{details:"Value must be one of expected values",name:"in",expected:Gn(t).sort(),path:r.toArray(),value:n}}({expected:t,value:n,path:r.path.of(e)})),!1)},this.empty=function(e){if(!r.array(e))return!1;var t=r.obj[e];return 0===t.length||(r.catch(function(e){var t=e.max,n=e.value;return{name:"size",max:t,path:e.path.toArray(),details:"Size must be at most ".concat(t),value:n}}({max:0,value:t,path:r.path.of(e)})),!1)},this.minLength=function(e,t){if(!r.array(e))return!1;var n=r.obj[e];return n.length>=t||(r.catch(function(e){var t=e.min,n=e.value;return{name:"size",min:t,path:e.path.toArray(),details:"Size must be at least ".concat(t),value:n}}({min:t,value:n,path:r.path.of(e)})),!1)},this.noAdditionalProperties=function(e){var t=Object.keys(r.obj).sort().filter(function(t){return!e.includes(t)});return t.forEach(function(e){return r.catch(function(e){var t=e.property,n=e.path;return{details:'The property "'.concat(t,'" is not expected'),name:"unexpected",path:n.toArray()}}({property:e,path:r.path.of(e)}))}),0===t.length},this.each=function(e,t){if(r.array(e)){var n=r.obj[e],o=!1;n.forEach(function(n,i){if(!o){var a=t(n,r.path.of(e).of(i));a.length>0&&(o=!0),r.catch.apply(r,jn(a))}})}}}return Vn(e,[{key:"errors",get:function(){var e=this,t=function(e){return JSON.stringify({details:e.details,path:e.path})};return this._errors.filter(function(n,r){return e._errors.findIndex(function(e){return t(n)===t(e)})===r})}}]),e}();function Wn(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function Xn(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function Fn(e,t,n){return t=_n(t),function(e,t){if(t&&("object"==(n=t,n&&"undefined"!=typeof Symbol&&n.constructor===Symbol?"symbol":typeof n)||"function"==typeof t))return t;var n;return Xn(e)}(e,Kn()?Reflect.construct(t,n||[],_n(e).constructor):t.apply(e,n))}function zn(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function Zn(e,t,n){return t&&function(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}(e.prototype,t),e}function Yn(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _n(e){return _n=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},_n(e)}function Jn(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&&Un(e,t)}function Un(e,t){return Un=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},Un(e,t)}function $n(e){return function(e){if(Array.isArray(e))return Wn(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return Wn(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return Wn(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 Kn(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Kn=function(){return!!e})()}var Qn=[],qn=function(){function e(t,n){zn(this,e),Yn(this,"contentRule",void 0),Yn(this,"validateData",void 0),this.contentRule=t,this.validateData=n}return Zn(e,[{key:"assert",value:function(e,t){var n=new Hn(e,t);if(!n.object())return n.errors;n.noAdditionalProperties(["nodeType","data","content"]);var r=Array.isArray(this.contentRule)?{nodeTypes:this.contentRule}:this.contentRule(e,t),o=r.nodeTypes,i=r.min,a=void 0===i?0:i;if(0===o.length&&a>0)throw new Error("Invalid content rule. Cannot have enforce a 'min' of ".concat(a," with no nodeTypes"));if(n.minLength("content",a),0===o.length?n.empty("content"):n.each("content",function(e,t){var n=new Hn(e,t);return n.object()?(n.enum("nodeType",o),n.errors):n.errors}),n.object("data")){var s,l,c,u=null!==(c=null===(l=this.validateData)||void 0===l?void 0:l.call(this,e.data,t.of("data")))&&void 0!==c?c:[];(s=n).catch.apply(s,$n(u))}return n.errors}}]),e}(),er=function(e){function t(e,n){var r;return zn(this,t),r=Fn(this,t,[n,function(e,t){return Xn(r).assertLink(e,t)}]),Yn(r,"linkType",void 0),Yn(r,"type",void 0),Yn(r,"assertLink",void 0),r.linkType=e,r.assertLink=function(e,t){var n=new Hn(e,t);if(n.object("target")){var o,i=new Hn(e.target.sys,t.of("target").of("sys"));i.object()&&(i.enum("type",[r.type]),i.enum("linkType",[r.linkType]),"Link"===r.type?(i.string("id"),i.noAdditionalProperties(["type","linkType","id"])):"ResourceLink"===r.type&&(i.string("urn"),i.noAdditionalProperties(["type","linkType","urn"]))),(o=n).catch.apply(o,$n(i.errors))}return n.noAdditionalProperties(["target"]),n.errors},r.type=r.linkType.startsWith("Contentful:")?"ResourceLink":"Link",r}return Jn(t,e),t}(qn),tr=function(e){function t(){var e;return zn(this,t),e=Fn(this,t,[["text"],function(t,n){return Xn(e).assertLink(t,n)}]),Yn(e,"assertLink",function(e,t){var n=new Hn(e,t);return n.string("uri"),n.noAdditionalProperties(["uri"]),n.errors}),e}return Jn(t,e),t}(qn),nr=function(e,t){return new qn(e,t)},rr=function(e,t){return new er(e,t)};function or(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function ir(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function ar(e){return function(e){if(Array.isArray(e))return or(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||function(e,t){if(!e)return;if("string"==typeof e)return or(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);"Object"===n&&e.constructor&&(n=e.constructor.name);if("Map"===n||"Set"===n)return Array.from(n);if("Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return or(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.")}()}var sr,lr=nr(ar(Object.values(Cn)).concat(["text"]).sort()),cr=nr([In.LIST_ITEM]),ur=rr("Entry",Qn),dr=nr(function(){return{nodeTypes:[In.PARAGRAPH],min:1}},function(e,t){var n=new Hn(e,t);return n.noAdditionalProperties(["colspan","rowspan"]),n.number("colspan",!0),n.number("rowspan",!0),n.errors});ir(sr={},In.DOCUMENT,nr(Sn)),ir(sr,In.PARAGRAPH,lr),ir(sr,In.HEADING_1,lr),ir(sr,In.HEADING_2,lr),ir(sr,In.HEADING_3,lr),ir(sr,In.HEADING_4,lr),ir(sr,In.HEADING_5,lr),ir(sr,In.HEADING_6,lr),ir(sr,In.QUOTE,nr(Pn[In.QUOTE])),ir(sr,In.EMBEDDED_ENTRY,ur),ir(sr,In.EMBEDDED_ASSET,rr("Asset",Qn)),ir(sr,In.EMBEDDED_RESOURCE,rr("Contentful:Entry",Qn)),ir(sr,In.HR,nr(Qn)),ir(sr,In.OL_LIST,cr),ir(sr,In.UL_LIST,cr),ir(sr,In.LIST_ITEM,nr(ar(Tn).sort())),ir(sr,In.TABLE,nr(function(){return{nodeTypes:[In.TABLE_ROW],min:1}})),ir(sr,In.TABLE_ROW,nr(function(){return{nodeTypes:[In.TABLE_CELL,In.TABLE_HEADER_CELL],min:1}})),ir(sr,In.TABLE_CELL,dr),ir(sr,In.TABLE_HEADER_CELL,dr),ir(sr,Cn.HYPERLINK,new tr),ir(sr,Cn.EMBEDDED_ENTRY,ur),ir(sr,Cn.EMBEDDED_RESOURCE,rr("Contentful:Entry",Qn)),ir(sr,Cn.ENTRY_HYPERLINK,rr("Entry",["text"])),ir(sr,Cn.ASSET_HYPERLINK,rr("Asset",["text"])),ir(sr,Cn.RESOURCE_HYPERLINK,rr("Contentful:Entry",["text"]));const pr={green:"#209A61",yellow:"#F5FF36",blue:"#0393BA"},hr=i(({children:t,className:n="",variant:r="unstyled",style:o,...i},a)=>{const s=Ze("unstyled"===r?"":"mb-1 leading-6","list-item",`list-item--${r}`,n);return e("li",{ref:a,className:s,style:o,...i,children:t})});hr.displayName="ListItem";const mr=i(({type:t="ul",items:n,className:r="",renderItem:o,children:i,variant:a="unstyled",style:s,...l},c)=>{const u=(()=>{if("unstyled"===a)return"";return`m-0 p-0 ${"ol"===t?"pl-6 list-decimal":"pl-5 list-disc"}`})(),d=Ze(u,`list--${t}`,`list--${a}`,r),p=i||(n&&0!==n.length?n.map((t,n)=>o?o(t,n):e(hr,{className:t.className,variant:a,children:t.content},t.id||n)):null),h={className:d,style:s,...l,children:p};return e("ol"===t?"ol":"ul",{...h,ref:c})});mr.displayName="List";const fr=({name:t,fill:n=0,opticalSize:r="48dp",weight:o="200",emphasis:i=145,size:a=24,color:s="currentColor",style:l={},className:c,onClick:u,dataTestId:d})=>{const p={fontVariationSettings:`'FILL' ${n}, 'wght' ${o}, 'GRAD' ${i}, 'opsz' ${r.substring(0,2)}`,fontSize:`${a}px`,fontFamily:"'Material Symbols Rounded'",color:s||"currentColor",...l};return e("span",{style:p,className:Ze("material-symbols-rounded inline-block max-w-[52px] overflow-hidden",c),onClick:u,"data-testid":d,children:t})};fr.displayName="MaterialIcon";const gr=i(({children:e,as:t,className:n="",style:r,...i},a)=>{const s=t||"p";return o.createElement(s,{ref:a,className:n,style:r,...i},e)});gr.displayName="Text";const br=n=>{const{items:r,listIconName:o="check",listItemClassName:i,listContainerClassName:a,iconSize:s=20,iconPosition:l="center",iconColor:c="green",iconClassName:u}=n,d="disc"!==o;return(null==r?void 0:r.length)?e(mr,{className:Ze("mt-2 space-y-1",a),variant:d?"unstyled":"default",children:r.map((n,r)=>t(hr,{variant:d?"unstyled":"default",className:Ze(`${d?"flex":""} ${"top"===l?"items-start":"items-center"} gap-2 text-text-secondary`,i),children:[d&&e("div",{className:"flex leading-none",children:e(fr,{name:o,size:s,color:pr[c],weight:"600",className:Ze("block","top"===l?"mt-1":"",u)})}),e(gr,{as:"div",children:n})]},r))}):null};var vr;br.displayName="Checklist";const yr="function"==typeof A?A:null!==(vr=A.default)&&void 0!==vr?vr:A,xr=i(({children:t,href:n,className:r="",onClick:o,variant:i="unstyled",style:a,external:s=!1,disabled:l=!1,...c},u)=>{const d=(()=>{if("unstyled"===i)return"";const e={default:"text-text underline"},t=[l?"opacity-60 cursor-not-allowed pointer-events-none":"cursor-pointer"].filter(Boolean).join(" ");return["transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2",e[i]||e.default,t].filter(Boolean).join(" ")})(),p=e=>{l?e.preventDefault():null==o||o(e)},h=Ze(d,`link--${i}`,l&&"link--disabled",r),m={...c,ref:u,className:h,style:a,href:l?void 0:n,onClick:p,...s&&!l&&{target:"_blank",rel:"noopener noreferrer"},...l&&{"aria-disabled":!0,tabIndex:-1}};return s||"string"==typeof n&&n.startsWith("http")?e("a",{...m,children:t}):e(yr,{href:n||"#",className:h,onClick:p,...c,children:t})});xr.displayName="Link";const Ir={renderMark:{[wn.BOLD]:t=>e("strong",{className:"label3",children:t}),[wn.ITALIC]:t=>e("em",{children:t}),[wn.UNDERLINE]:t=>e("u",{children:t}),[wn.CODE]:t=>e("code",{children:t})},renderNode:{[In.PARAGRAPH]:(t,n)=>e("div",{className:"body3 mb-4",children:n}),[In.HEADING_1]:(t,n)=>e(gr,{as:"h1",className:"heading2 md:heading1",children:n}),[In.HEADING_2]:(t,n)=>e(gr,{as:"h2",className:"heading6 md:heading5",children:n}),[In.HEADING_3]:(t,n)=>e(gr,{as:"h3",className:"heading6 md:heading5",children:n}),[In.HEADING_4]:(t,n)=>e(gr,{as:"h3",className:"headingClass",children:n}),[In.HEADING_5]:(t,n)=>e(gr,{as:"h3",className:"heading6 md:heading5",children:n}),[In.HEADING_6]:(t,n)=>e(gr,{as:"h3",className:"heading6",children:n}),[In.QUOTE]:(t,n)=>e("blockquote",{children:n}),[In.UL_LIST]:(t,n)=>e("ul",{children:n}),[In.OL_LIST]:(t,n)=>e("ol",{children:n}),[In.LIST_ITEM]:(t,n)=>e("li",{children:n}),[Cn.HYPERLINK]:(t,n)=>{var r;const o=null===(r=null==t?void 0:t.data)||void 0===r?void 0:r.uri,i=/^https?:\/\//.test(o);return e("a",{href:o,target:i?"_blank":void 0,rel:i?"noopener noreferrer":void 0,children:n})},[In.EMBEDDED_ASSET]:t=>{var n,r;const o=null===(n=null==t?void 0:t.data)||void 0===n?void 0:n.target,i=null==o?void 0:o.fields,a=(null==o?void 0:o.url)||(null===(r=null==i?void 0:i.file)||void 0===r?void 0:r.url),s=(null==i?void 0:i.title)||(null==i?void 0:i.description)||"Embedded asset";if(!a)return null;const l=a.startsWith("//")?`https:${a}`:a;return e("img",{src:l,alt:s,style:{maxWidth:"100%"}})},[In.EMBEDDED_ENTRY]:n=>{var r,o,i,a;const s=null===(r=null==n?void 0:n.data)||void 0===r?void 0:r.target;return"callout"===(null===(a=null===(i=null===(o=null==s?void 0:s.sys)||void 0===o?void 0:o.contentType)||void 0===i?void 0:i.sys)||void 0===a?void 0:a.id)?t("aside",{style:{border:"1px solid #ddd",padding:12,borderRadius:8},children:[e("strong",{children:s.fields.title}),e("div",{children:s.fields.body})]}):null},[Cn.EMBEDDED_ENTRY]:n=>{var r,o,i,a,s,l;const c=null===(r=null==n?void 0:n.data)||void 0===r?void 0:r.target;return"componentCheckList"===(null===(a=null===(i=null===(o=null==c?void 0:c.sys)||void 0===o?void 0:o.contentType)||void 0===i?void 0:i.sys)||void 0===a?void 0:a.id)?t("span",{style:{display:"inline-flex",alignItems:"center",gap:"4px",padding:"2px 6px",backgroundColor:"#f0fdf4",border:"1px solid #bbf7d0",borderRadius:"4px",fontSize:"0.9em"},children:["✅ ",c.fields.title]}):e("span",{children:null!==(l=null===(s=null==c?void 0:c.fields)||void 0===s?void 0:s.title)&&void 0!==l?l:""})}}};function Cr(t,n,r="body1",o="body1 font-bold",i){if(!t||!Array.isArray(t.content))return null;const a={...Ir,...i,renderNode:{...Ir.renderNode,...null==i?void 0:i.renderNode,[In.PARAGRAPH]:(t,n)=>e("div",{className:r,children:n}),[Cn.HYPERLINK]:(t,r)=>{var i;const a=null===(i=null==t?void 0:t.data)||void 0===i?void 0:i.uri,s=/^https?:\/\//.test(a),l=null!=n?n:s;return e(xr,{href:a,target:l?"_blank":"_self",rel:l?"noopener noreferrer":void 0,variant:"default",className:o,children:r})}}};return xn.documentToReactComponents(t,a)}function wr(e,t){return a(()=>{if(!e||!Array.isArray(e.content))return null;const n={...Ir,renderMark:{...Ir.renderMark,...null==t?void 0:t.renderMark},renderNode:{...Ir.renderNode,...null==t?void 0:t.renderNode}};return xn.documentToReactComponents(e,n)},[e,t])}function Ar(r,o){if(!r||!Array.isArray(r.content))return null;const i={...Ir,renderMark:{...Ir.renderMark,[wn.BOLD]:t=>e("strong",{className:"label2",children:t})},renderNode:{...Ir.renderNode,[In.PARAGRAPH]:(t,n)=>e("div",{className:"body2",children:n}),[In.TABLE]:(t,n)=>{var r,o;return e("div",{className:"comparison-table-wrapper my-5 w-full overflow-x-auto border-none md:overflow-hidden",children:e("table",{className:"responsive-table w-full table-fixed border-collapse "+((null===(o=null===(r=t.content[0])||void 0===r?void 0:r.content)||void 0===o?void 0:o.length)>2?"min-w-[100.1%]":"min-w-full"),children:e("tbody",{children:n})})})},[In.TABLE_ROW]:(t,n)=>e("tr",{className:"border-b border-gray-200 last:border-0",children:n}),[In.TABLE_HEADER_CELL]:(t,n)=>{var r;const o=(null===(r=t.parent)||void 0===r?void 0:r.content.length)>2;return e("th",{className:`label4 break-words py-4 text-center ${o?"sticky left-0 z-20 w-[50vw] min-w-[50vw] first:z-30 first:w-[50vw] first:min-w-[50vw] first:border-r":"w-1/4 first:w-1/2"} `,children:n})},[In.TABLE_CELL]:(r,o)=>{var i,a,s,l;const c=(null===(i=r.parent)||void 0===i?void 0:i.content.length)>2,u=null===(l=null===(s=null===(a=r.content[0])||void 0===a?void 0:a.content[0])||void 0===s?void 0:s.value)||void 0===l?void 0:l.toLowerCase().trim();return e("td",{className:`rt-table-cell label-4 break-words bg-white py-2 text-center align-top first:text-left ${c?"w-[50vw] min-w-[50vw] first:sticky first:left-0 first:z-10 first:w-[50vw] first:min-w-[50vw] first:border-r":"w-1/4 first:w-1/2"} `,children:t(n,{children:[" ","yes"===u?e(fr,{name:"check_circle",color:"#24A76A",fill:1}):"no"===u?e(fr,{name:"cancel",color:"#CECECE",fill:1}):o]})})},[Cn.EMBEDDED_ENTRY]:t=>{var n,r,i,a;const s=t.data.target.sys.id,l=null===(r=null===(n=null==o?void 0:o.entries)||void 0===n?void 0:n.inline)||void 0===r?void 0:r.find(e=>e.sys.id===s);if(!l)return null;if("ComponentCheckList"===l.__typename){const t=(null===(a=null===(i=l.list)||void 0===i?void 0:i.items)||void 0===a?void 0:a.map(e=>{var t;return Cr(Et(null!==(t=null==e?void 0:e.checkListTitle)&&void 0!==t?t:""),!0,"body2")}))||[];return e(br,{items:t,listIconName:"disc",listItemClassName:"items-baseline body2"})}return e("span",{children:l.title||""})}}};return xn.documentToReactComponents(r,i)}const Er={renderMark:{[wn.BOLD]:e=>s("span",{className:"label1"},e)}};function Nr(e,t,n,r){return a(()=>{var o,i;const a=null!==(i=null===(o=null==e?void 0:e.list)||void 0===o?void 0:o.items)&&void 0!==i?i:[];return t?a.map(e=>{var t,o;return null!==(o=Cr(Et(null!==(t=null==e?void 0:e.checkListTitle)&&void 0!==t?t:""),void 0,r,void 0,n))&&void 0!==o?o:""}):a.map(e=>{var t,o,i,a,s;return{title:null!==(o=Cr(Et(null!==(t=null==e?void 0:e.checkListTitle)&&void 0!==t?t:""),void 0,r,void 0,n))&&void 0!==o?o:"",iconUrl:null!==(a=null===(i=null==e?void 0:e.icon)||void 0===i?void 0:i.url)&&void 0!==a?a:void 0,anchorId:null!==(s=null==e?void 0:e.anchorId)&&void 0!==s?s:void 0}})},[e,t,n,r])}const Sr=i(({children:t,className:n="",style:r,disabled:o,...i},a)=>e("button",{ref:a,className:Ze(n),style:r,disabled:o,...i,children:t}));Sr.displayName="Button";const Tr=t=>{const{open:n,children:r}=t,o=l(null),[i,a]=c(0);return u(()=>{const e=o.current;if(!e)return;const t=()=>{a(n?e.scrollHeight:0)};let r;return t(),n&&(r=new ResizeObserver(()=>t()),r.observe(e)),()=>{r&&r.disconnect()}},[n,r]),e("div",{className:"overflow-hidden transition-all duration-300 ease-in-out",style:{maxHeight:i,opacity:n?1:0},"aria-hidden":!n,children:e("div",{ref:o,children:r})})};Tr.displayName="Collapse";const Br=n=>{const{title:r,defaultOpen:o,children:i,containerClassName:a,titleClassName:s,className:l,buttonClassName:d,iconClassName:p,openOnlyOnDesktop:h,borderRadiusNone:m=!1}=n,[f,g]=c(Boolean(!1));return u(()=>{if(h){const e=window.innerWidth>=1024;g(e)}else g(Boolean(o))},[h,o]),t("div",{className:Ze(m?"rounded-none border":"rounded-surface-xs border",a),children:[t(Sr,{type:"button",className:Ze(m?"rounded-none":"rounded-t-surface-xs","flex w-full items-center justify-between gap-4 px-4 py-3 text-left",d),onClick:()=>g(e=>!e),children:[e("span",{className:Ze("label5 flex-1",s),children:r}),e(fr,{className:Ze("flex-shrink-0",p),name:f?"keyboard_arrow_up":"keyboard_arrow_down",fill:1,size:24})]}),e(Tr,{open:f,children:e("div",{className:Ze("px-4 py-4",l),children:i})})]})};Br.displayName="Accordion";const Pr=t=>{const{className:n,...r}=t;return e("div",{className:Ze("h-[1px] border-t-0 bg-bg-surface-tertiary-active opacity-100",n),...r})};Pr.displayName="Divider";const kr=({items:n,title:r,anchorId:o,background:i="white",enableHeading:a=!1,maxWidth:s=!0,initialExpandedItems:l=[],hashAutoExpand:d=!1,descriptionMaxWidth:p="max-w-[980px]",itemContainerClassName:h})=>{const[m,f]=c(l);u(()=>{if(d&&"undefined"!=typeof window){const e=window.location.hash;if(e){const t=e.substring(e.indexOf("#")+1);f(e=>e.includes(t)?e:[...e,t])}}},[d]);return e("section",{id:o,className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]",cream500:"bg-[#FFFEEF]"}[i]} flex flex-col px-5 pb-20 pt-4 md:px-10`,children:t("div",{className:""+(s?"max-w-120 xl:mx-auto":""),children:[e(gr,{as:a?"h1":"h2",className:"heading2 mb-10 pt-12 text-left text-text md:heading1 lg:text-center",children:r}),e("div",{className:`pt-6 md:pt-10 ${null!=h?h:""}`,children:null==n?void 0:n.map((r,o)=>{const i=r.anchorId||`item-${o}`,a=r.anchorId?m.includes(r.anchorId):void 0;return t("div",{id:r.anchorId,className:"snap-start scroll-mt-48 lg:scroll-mt-60",children:[e(Br,{title:r.title,defaultOpen:a,containerClassName:"border-none",buttonClassName:"p-0 label1",titleClassName:"label3 md:label1 text-text",className:"p-0 pt-6 text-text",iconClassName:"text-icon",borderRadiusNone:!0,openOnlyOnDesktop:!1,...r.anchorId&&{onClick:()=>{return e=r.anchorId,void f(t=>t.includes(e)?t.filter(t=>t!==e):[...t,e]);var e}},children:e("div",{className:p,children:e(gr,{as:"div",children:r.description})})}),o<n.length-1&&e(Pr,{className:"my-6 md:my-10"},`divider-${o}`)]},i)})})]})})};var Lr;const Rr=null!==(Lr=w.default)&&void 0!==Lr?Lr:w,Gr=({href:r,title:o,description:i,date:a,category:s,image:l,imageComponent:c,readMoreText:u="Read more",asGrid:d=!0,lgWidth:p,mdWidth:h,index:m})=>t("article",{className:d?"flex h-full flex-col overflow-hidden rounded-card-lg bg-white shadow-drop transition-all duration-200 hover:-translate-y-0.5 hover:shadow-cardDrop":`callout-card lg:w-[calc(33.3333%-1rem)] md:w-[calc(50%-1rem)] ${p} ${h} w-full overflow-hidden rounded-card-lg bg-white shadow-drop transition-all duration-200 hover:-translate-y-0.5 hover:shadow-cardDrop`,"data-section-type":"blog-card","data-section-index":m,children:[e(Rr,{href:r,tabIndex:-1,"aria-hidden":"true",className:"block",children:e("div",{className:"h-[232px] w-full flex-shrink-0 overflow-hidden bg-gray-100",children:l?c?e(c,{src:l.src,alt:l.alt,width:l.width,height:l.height,className:"h-full w-full object-cover transition-transform duration-300 hover:scale-[1.03]",sizes:"(max-width: 640px) 100vw, (max-width: 1024px) 50vw, 33vw"}):e("img",{src:l.src,alt:l.alt,width:l.width,height:l.height,loading:"lazy",decoding:"async",className:"h-full w-full object-cover transition-transform duration-300 hover:scale-[1.03]"}):e("div",{className:"h-full w-full bg-gradient-to-br from-gray-200 to-gray-100","aria-hidden":"true"})})}),t("div",{className:"flex flex-1 flex-col gap-5 p-6 md:p-8",children:[t("div",{className:"flex items-center gap-2 text-[13px]",children:[e("span",{className:"body2 text-text-brand",children:s}),a&&t(n,{children:[e("span",{className:"footnote text-text","aria-hidden":"true",children:"•"}),e("time",{className:"body2 text-text",children:a})]})]}),o&&e(Rr,{href:r,className:"heading6 m-0 line-clamp-3 font-black transition-colors duration-150 hover:text-text-brand",children:o}),i&&e(gr,{className:"body1 m-0 line-clamp-3 flex-1 text-text",children:i}),t(Rr,{href:r,className:"group mt-auto inline-flex items-center justify-start gap-2 pt-3 text-sm text-text-brand no-underline","aria-label":`${u} about ${o||"this article"}`,children:[e(gr,{"aria-label":`${u} about ${o||"this article"}`,className:"label1 text-nowrap",children:u}),e(fr,{name:"expand_circle_right",fill:1,size:24,weight:"200"})]})]})]}),Or=e=>{let t="";return e.base&&(t="x-large"===e.base?"label3 ":"label4 "),e.md&&(t+="x-large"===e.md?"md:label3 ":"md:label4 "),e.lg&&(t+="x-large"===e.lg?"lg:label3 ":"lg:label4 "),t.trim()},Dr=i(({variant:r="primary_brand",isLoading:o=!1,text:i,label:a,disabled:s,fullWidth:l,buttonClassName:c,size:u={base:"medium"},as:d="button",...p},h)=>{const m=(()=>{const e=Ze((e=>{let t="";return e.base&&(t=`btn-${e.base} `),e.md&&(t+=`${(e=>{switch(e){case"small":return"md:btn-small";case"medium":return"md:btn-medium";case"large":return"md:btn-large";case"x-large":return"md:btn-x-large"}})(e.md)} `),e.lg&&(t+=`lg:btn-${e.lg} `),t.trim()})(u),"rounded-button pl-15 pr-15 inline-flex gap-2 items-center justify-center outline-none focus:ring-2 focus:ring-offset-2 cursor-pointer transition-colors duration-200 align-top whitespace-nowrap",l?"w-full":"w-auto"),t=Ze((s||o)&&"cursor-not-allowed",o&&"pl-7");return Ze(e,{primary_brand:"bg-bg-fill-brand text-text-brand-on-bg-fill [&:not(:disabled)]:hover:bg-bg-fill-brand-hover focus:ring-bg-fill-brand disabled:bg-bg-fill-brand-disabled",primary_inverse:"bg-bg-fill-inverse text-text-inverse [&:not(:disabled)]:hover:bg-bg-fill-inverse-hover focus:ring-bg-surface-inverse disabled:bg-bg-fill-inverse-disabled",secondary:"border border-border-secondary-on-bg-fill bg-bg-fill-secondary text-text [&:not(:disabled)]:hover:bg-bg-fill-secondary-hover focus:bg-bg-fill-secondary focus:ring-input-border-hover disabled:bg-bg-fill-secondary"}[r]||"",t,c)})();let f=`button--${r}`;o&&(f+=" button--loading"),s&&(f+=" button--disabled");const g=`${f} ${m}`,b=t(n,{children:[o?e(fr,{name:"progress_activity",className:"animate-spin"}):null,a?t("span",{className:"flex flex-col",children:[e("span",{className:Ze(Or(u)),children:a}),i]}):i]});return"a"===d?e("a",{ref:h,className:Ze(g),...p,children:b}):e("button",{ref:h,className:Ze(g),disabled:s||o,...p,children:b})});Dr.displayName="BrandButton";const Vr=n=>{const{showButtonAs:r="solid",buttonVariant:o="primary_brand",buttonLabel:i,buttonPrefix:a,href:s,target:l="_blank",anchorId:c,linkClassName:u,linkVariant:d,fullWidth:p,preDefinedFunctionExecution:h,renderCheckPlans:m,buttonClassName:f,clickToOpen:g,tabmodalNameToOpen:b,onModalButtonClick:v,onClick:y,iconName:x,iconFill:I=0,size:C,iconSize:w=24,preserveQueryParameters:A,...E}=n;if("check availability"===h){return null==m?void 0:m({ctaText:i,buttonVariant:o,showButtonAs:r,cta:{...n}})}function N(){"modal"===g&&(null==v||v(b))}function S(e){N(),null==y||y(e)}function T(e){N(),null==y||y(e)}const B="undefined"!=typeof window?window.location.search:"",P=s&&A&&B?function(e,t){if(!t)return e;const n=new URLSearchParams(t),r=new Set(wt),o=new Set([...r,"searchtext","page"]);let i,a;try{if(e.startsWith("http://")||e.startsWith("https://")){const t=new URL(e);i=t.origin+t.pathname,a=t.searchParams}else{const[t,n]=e.split("?");i=t,a=new URLSearchParams(n||"")}}catch(t){return e}const s=new URLSearchParams(a);n.forEach((e,t)=>{o.has(t.toLowerCase())||s.has(t)||s.set(t,e)});const l=s.toString();return l?`${i}?${l}`:i}(s,B):s;let k=e(Sr,{onClick:T,className:f,...E});switch(r){case"solid":k=e(Dr,P?{as:"a",href:P,id:c,variant:o,text:i,label:a,fullWidth:p,buttonClassName:f,size:C,onClick:S}:{id:c,variant:o,text:i,label:a,fullWidth:p,size:C,onClick:T,buttonClassName:f});break;case"text":k=t(xr,{title:i,href:P,target:l,variant:d||"default",className:`text-text-brand ${u||""}`,onClick:S,children:[i," ",x&&e(fr,{name:x,size:w,fill:I})]})}return k},Mr={blue:"bg-fill-brand",green:"bg-fill-brand-accent",navy:"bg-fill-inverse",purple:"bg-fill-brand-tertiary",white:"bg-white",yellow:"bg-[#F5FF1E]"},jr=(e=>{let t=e;for(let e=0;e<5;e++){if("function"==typeof t)return t;if(!t||"object"!=typeof t||!("default"in t))return t;t=t.default}return t})(E),Hr=({src:e,width:t,quality:n})=>{const r=new URL(e);return r.searchParams.set("w",String(t)),r.searchParams.set("q",String(n||90)),r.searchParams.set("fm","webp"),r.toString()},Wr=i(({className:t,...n},r)=>{const o="string"==typeof n.src?n.src:"",i=o.toLowerCase().split("?")[0]||"",a=o.includes("images.ctfassets.net"),s=a&&i.endsWith(".svg"),l=a&&!s?{loader:Hr,unoptimized:!1}:{unoptimized:s};return e(jr,{ref:r,className:Ze(t),...n,...l})});Wr.displayName="NextImage";const Xr=({card:n,lgWidth:r,mdWidth:o})=>{var i,a,s;const l=(null===(i=n.imageAlignment)||void 0===i?void 0:i.toLowerCase())||"left",c="left"===l?"lg:items-start":"right"===l?"lg:items-end":"lg:items-center";return e("div",{className:`callout-card ${o} ${r} w-full ${null!==(s=Mr[null!==(a=n.backgroundColor)&&void 0!==a?a:""])&&void 0!==s?s:""}`,children:t("div",{className:`card-template flex h-full flex-col gap-6 p-6 text-center md:gap-8 md:p-8 ${c}`,children:[e("div",{className:"card-header",children:(t=>{var n,r,o;if(!t.image)return null;const i=null===(n=t.imageView)||void 0===n?void 0:n.toLowerCase();return e(Wr,"full"===i?{width:400,height:280,src:t.image,alt:null!==(r=t.title)&&void 0!==r?r:"card-icon",className:"rounded-3xl"}:{width:88,height:88,src:t.image,alt:null!==(o=t.title)&&void 0!==o?o:"card-icon"})})(n)}),t("div",{className:"card-body flex flex-col gap-3 text-start md:gap-4",children:[n.title&&e(gr,{as:"h5",className:"heading6 text-text md:heading5",children:n.title}),n.body&&e(gr,{as:"div",className:"body1 text-text",children:n.body})]}),n.cta&&e("div",{className:"card-footer",children:e(Vr,{linkVariant:"unstyled",linkClassName:"label1 flex items-center text-text gap-2",...n.cta,iconName:"expand_circle_right",iconFill:1})})]})})},Fr=({title:n,items:r,enableHeading:o=!1,subtitle:i,color:a="dark",maxWidth:s=!0,maxCardsPerRow:l,cardType:c="simple"})=>{const u={1:" lg:w-full",2:" lg:w-[calc(50%-0.75rem)]",3:" lg:w-[calc(33.3333%-1rem)]",4:" lg:w-[calc(25%-1.125rem)]"}[l||4]||" lg:w-[calc(25%-1.125rem)]",d=1===r.length?" md:w-full":" md:w-[calc(50%-1rem)]";return e("div",{className:"component-container",children:e("div",{className:`mx-5 mb-5 mt-12 ${s?"max-w-120 xl:mx-auto":""} ${"dark"==a?"text-text":"text-white"}`,children:t("div",{className:"callout-container flex flex-col gap-10 md:gap-16",children:[t("div",{className:"title-holder",children:[n&&e(gr,{as:o?"h1":"h2",className:"heading2 md:heading1 md:text-center",children:n}),i&&e(gr,{as:o?"h2":"h3",className:"subheading3 mt-3 md:subheading1 md:text-center",children:i})]}),e("div",{className:"card-holder flex flex-wrap items-stretch justify-center gap-6 self-stretch md:gap-6",children:r.map((t,n)=>((t,n)=>{if("blog"===c){const n=t;return e(Gr,{title:n.title,href:n.slug,description:n.shortDescription,date:n.blogCreationDate,category:n.category,image:n.cover,asGrid:!1,lgWidth:u,mdWidth:d})}return e(Xr,{card:t,lgWidth:u,mdWidth:d},n)})(t,n))})]})})})},zr=({fields:t})=>e("div",{children:e(gr,{children:"Cards"})}),Zr=i(({as:t,className:n="",...r},o)=>{const i=Ze(n);if(t){return e(t,{ref:o,className:i,...r})}return e("img",{ref:o,className:i,...r})});Zr.displayName="Image";const Yr=({onSelect:r,speed:o,isSelected:i=!1,renderCheckPlans:a,iconSize:s=24,iconClassName:l,cta:u,techType:d,isMax:p})=>{const[h,m]=c(!1),f=`btn-medium rounded-button pl-15 pr-15 inline-flex gap-2 items-center justify-center outline-none focus:ring-2 focus:ring-offset-2 cursor-pointer transition-colors duration-200 align-top ${i?" bg-bg-surface text-text focus:ring-bg-fill-surface-inverse":" bg-bg-fill-brand text-text-brand-on-bg-fill enabled:hover:bg-bg-fill-brand-hover focus:ring-bg-fill-brand"} `,g=null==a?void 0:a({speedCardConfig:{isModalOpen:h,setModalOpen:()=>{m(!1)},speed:o,techType:d,isMax:p},cta:u});return t(n,{children:[t(Sr,{onClick:()=>{m(!0),r()},className:Ze(f,"w-full justify-between pl-5 pr-5"),"data-track-element-name":"speed_plan_select_button","data-track-click-text":`Select plan speed ${o}`,"data-track-element-clicked":"speed_plan_card",children:[e("span",{children:"Select plan"}),e(fr,{className:Ze(l,i?"text-icon":"text-icon-inverse"),name:"expand_circle_right",fill:1,size:s})]}),g]})},_r=({planName:r,planSubtext:o,speed:i,price:a,description:s,bestValue:l=!1,bestValueText:u="best value",giftBadge:d,innerBadge:p,theme:h="light",featuresTitle:m="Business Ready Internet features",features:f=[],isExpanded:g,onToggleExpand:b,onCtaClick:v,renderCheckPlans:y,cta:x,techType:I,ismaxSpeed:C})=>{const[w,A]=c(!1),E=void 0!==g?g:w,N="dark"===h;return t("article",{className:Ze("relative flex h-full w-full max-w-[392px] flex-col",!l&&"md:pt-[38px]"),children:[l&&e("div",{className:"label3 rounded-t-[20px] bg-bg-fill-brand-accent px-6 py-2 text-center text-text",children:u}),t("div",{className:Ze("flex flex-grow flex-col gap-5 rounded-card px-5 py-7 shadow-cardDrop",N?"text-inverse border-2 border-border-accent bg-bg-fill-inverse":"bg-bg text-text",l?"rounded-t-none border-t-0":""),children:[t("header",{className:"overflow-none flex items-start justify-between gap-4",children:[t("div",{className:"flex flex-col",children:[e(gr,{as:"h3",className:Ze("subheading2",N?"text-text-accent-on-bg-inverse":"text-text-brand"),children:r}),e(gr,{as:"p",className:"label3 text-wrap "+(N?"text-text-accent-on-bg-inverse":"text-text-brand"),children:o})]}),t("div",{className:"flex items-start",children:[e(gr,{as:"span",className:Ze("label2 mr-1 mt-[2px]",N?"text-text-inverse":"text-text"),children:"$"}),e(gr,{as:"span",className:Ze("subheading6",N?"text-text-inverse":"text-text"),children:a.split(".")[0]}),t(gr,{as:"span",className:Ze("label2",N?"text-text-inverse":"text-text"),children:[a.split(".")[1],"/mo"]})]})]}),e("section",{children:e(gr,{className:Ze("body2",N?"text-text-inverse":"text-text"),children:s})}),(null==d?void 0:d.length)?e("div",{className:Ze("flex-col items-center rounded-surface-sm p-2",N?"bg-bg-surface-inverse":"bg-bg-surface-info"),children:null==d?void 0:d.map(n=>t("div",{className:"flex items-center gap-2",children:[e(Zr,{src:n.icon,alt:n.title,width:24,height:24}),e(gr,{as:"div",className:Ze("body3",N?"text-text-inverse":"text-text"),children:n.title})]},n.title))}):null,e(Yr,{onSelect:v,speed:i,isSelected:N,renderCheckPlans:y,cta:x,iconSize:40,techType:I,isMax:C}),f.length>0&&t("section",{className:"flex flex-col gap-3",children:[t(Sr,{onClick:()=>{b?b():A(!w)},className:"group flex w-full items-center gap-2 text-left",children:[e(gr,{as:"h4",className:Ze("label3",N?"text-text-inverse":"text-text"),children:m}),e(fr,{name:"keyboard_arrow_down",fill:1,size:24,className:Ze("transition-transform duration-300",E&&"rotate-180",N?"text-text-inverse":"text-text")})]}),t("div",{className:Ze("overflow-hidden transition-all duration-200 ease-in-out",E?"opacity-100":"max-h-0 opacity-0"),children:[e("div",{className:"flex flex-col",children:e(br,{items:f,iconSize:24,iconPosition:"top",iconClassName:"mt-0",iconColor:N?"yellow":"green",listContainerClassName:"mt-0 space-y-0 flex flex-col gap-3",listItemClassName:""+(N?"text-text-inverse":"text-text")})}),(null==p?void 0:p.badgeIcon)?t("div",{className:"flex items-center gap-2 text-center",children:[e(Zr,{src:p.badgeIcon,alt:"Inner Badge",width:12,height:12}),e("span",{className:"footnote text-text",children:p.badgeText.includes("|")?t(n,{children:[e("span",{className:"font-bold",children:p.badgeText.split("|")[0]}),e("span",{className:"font-normal",children:p.badgeText.split("|")[1]})]}):e(gr,{className:"font-bold",children:p.badgeText})})]}):null]})]})]})]})},Jr=({title:n,quote:r,rating:o,author:i,role:a,avatarUrl:s,isActive:l=!1,className:c})=>t("figure",{className:R("flex w-full flex-col gap-6 rounded-card-lg p-6 transition-all duration-300 md:gap-10 md:p-14",l?"bg-bg-surface-secondary shadow-drop":"bg-gray-50 opacity-40",c),children:[t("div",{className:"flex flex-col justify-start gap-3 md:gap-5",children:[e("header",{children:e(gr,{as:"h3",className:"label1 text-text",children:n})}),e("blockquote",{className:"body1 text-text",children:r}),o?e("div",{className:"flex","aria-label":`Rating: ${o} out of 5`,children:[...Array(5)].map((t,n)=>e(fr,{size:24,name:"star",fill:1,className:R("h-[21px] w-[21px]",n<o?"text-text":"text-gray-300"),"aria-hidden":"true"},n))}):null]}),i&&t("figcaption",{className:"flex gap-3 md:gap-5",children:[e("div",{className:"relative h-12 w-12 shrink-0 overflow-hidden rounded-full bg-gray-300",children:s?e(E,{src:s,alt:i,fill:!0,className:"object-cover",sizes:"40px"}):e("div",{className:"flex h-full w-full items-center justify-center bg-gray-500 text-xs font-bold text-white",children:i.charAt(0)})}),t("div",{className:"flex flex-col",children:[e("cite",{className:"label3 font-bold not-italic text-text",children:i}),e(gr,{as:"p",className:"body3 text-text",children:a})]})]})]});function Ur({fields:r,renderCheckPlans:o}){var i,a,s,p;const h=(null===(s=null===(a=null===(i=null==r?void 0:r.items)||void 0===i?void 0:i.items)||void 0===a?void 0:a[0])||void 0===s?void 0:s.benefitsExpanded)||!1,[m,f]=c(h),[g,b]=c({}),[v,y]=c(0),x=(null===(p=null==r?void 0:r.items)||void 0===p?void 0:p.items)||[],I=x.length>2,C=l([]),w=d(()=>{I&&y(e=>(e+3)%x.length)},[I,x.length]),A=d(()=>{I&&y(e=>(e-3+x.length)%x.length)},[I,x.length]);if(u(()=>{if(!I)return;const e=()=>{const e=C.current.filter(Boolean);if(0===e.length)return;e.forEach(e=>{e.style.height="auto"});const t=Math.max(...e.map(e=>e.offsetHeight));e.forEach(e=>{e.style.height=`${t}px`})};e();const t=setTimeout(e,100);return()=>clearTimeout(t)},[I,m,x.length]),!x.length&&!(null==r?void 0:r.title))return null;const E=(t,n,r=!1)=>{var i,a,s,l,c,u,d,p;const h=null===(i=null==t?void 0:t.speed)||void 0===i?void 0:i.split("|"),v=(null==h?void 0:h[0])||"",y=(null==h?void 0:h[1])||"",x=(null===(s=null===(a=null==t?void 0:t.priceSuffix)||void 0===a?void 0:a.split("/"))||void 0===s?void 0:s[0])||"00",I=`${(null==t?void 0:t.price)||"0"}.${x}`,w=(null===(l=null==t?void 0:t.benefits)||void 0===l?void 0:l.items)||[],A=(null==t?void 0:t.highlighted)||!1,E=(null===(u=null===(c=null==t?void 0:t.giftRewards)||void 0===c?void 0:c.list)||void 0===u?void 0:u.items)||[],N={badgeText:t.innerBadge||"",badgeIcon:(null===(d=t.innerBadgeIcon)||void 0===d?void 0:d.url)||""},S=r?g[n]||!1:m;return e("div",{ref:r?void 0:e=>{e&&!C.current.includes(e)&&(C.current[n]=e)},className:Ze(r?"mx-auto w-full max-w-[392px]":"flex-shrink-1 w-[392px]"),children:e(_r,{planName:v,planSubtext:y,speed:(null==t?void 0:t.speed)||"",techType:(null==t?void 0:t.techType)||"",ismaxSpeed:(null==t?void 0:t.ismaxSpeed)||"",price:I,description:(null==t?void 0:t.productCardDescription)||"",giftBadge:E,innerBadge:N,theme:(null==t?void 0:t.highlighted)?"dark":"light",bestValue:A,bestValueText:(null==t?void 0:t.topBadgeText)||"best value",featuresTitle:null==t?void 0:t.benefitsTitle,features:w,isExpanded:S,onToggleExpand:()=>{r?b(e=>({...e,[n]:!e[n]})):f(!m)},ctaText:(null===(p=null==t?void 0:t.cta)||void 0===p?void 0:p.buttonLabel)||"Select plan",onCtaClick:()=>{},renderCheckPlans:o,cta:t.cta,hostType:"smb"})},n)},N=[...x,...x,...x,...x,...x],S=2*x.length;return I?t(n,{children:[e("div",{className:"flex flex-col gap-6 md:hidden",children:x.map((e,t)=>E(e,t,!0))}),t("div",{className:"relative hidden w-full md:block",children:[t("div",{className:"pointer-events-none absolute -left-16 -right-16 top-[50%] z-30 flex -translate-y-1/2 justify-between px-4 md:px-10",children:[e(Sr,{onClick:w,className:"pointer-events-auto flex h-12 w-12 items-center justify-center rounded-full border border-gray-100 bg-white p-2 text-text shadow-cardDrop transition-all hover:bg-gray-50","aria-label":"Previous",children:e(fr,{name:"arrow_back",size:24})}),e(Sr,{onClick:A,className:"pointer-events-auto flex h-12 w-12 items-center justify-center rounded-full border border-gray-100 bg-white p-2 text-text shadow-cardDrop transition-all hover:bg-gray-50","aria-label":"Next",children:e(fr,{name:"arrow_forward",size:24})})]}),e("div",{className:"mx-auto max-w-[1280px] overflow-hidden",children:e("div",{className:"flex items-stretch gap-4 pb-4 transition-transform duration-500 ease-in-out",style:{transform:`translateX(calc(-${S+v} * (392px + 12px)))`},children:N.map((e,t)=>E(e,t,!1))})})]})]}):e("div",{className:"flex w-full max-w-[1280px] flex-wrap justify-center gap-4",children:x.map((e,t)=>E(e,t))})}const $r=o.memo(({item:t,index:n,currentIndex:r,totalItems:o,swipeOffset:i,isSwiping:a,isMobile:s,containerWidth:l,cardOffsetPercentage:c})=>{let u=n-r;u>o/2&&(u-=o),u<-o/2&&(u+=o);const d=0===u,p=1===Math.abs(u),h=u*c+i/l*100,m=!s||(a?d||p:d);return e("div",{className:Ze("col-start-1 row-start-1 w-full md:max-w-[815px]","will-change-[transform,opacity]",d?"z-10":"z-5",Math.abs(u)>1?"invisible":"visible",m?"opacity-100":"opacity-0",a?"transition-opacity duration-200":"transition-[transform,opacity] duration-500 ease-[cubic-bezier(0.25,0.46,0.45,0.94)]"),style:{transform:`translateX(${h}%)`},children:e(Jr,{...t,isActive:d,className:"h-full"})})});$r.displayName="TestimonialCarouselSlide";const Kr=({fields:n,autoScroll:r=!0,autoScrollInterval:o=8e3})=>{var i;const a=(null===(i=null==n?void 0:n.items)||void 0===i?void 0:i.items)||[];if(!a||0===a.length)return null;const s=function(e){const{itemCount:t,cardOffsetPercentage:n=105,swipeThreshold:r=.15,mobileBreakpoint:o=768,autoScrollInterval:i=8e3,enableAutoScroll:a=!0}=e,[s,p]=c(0),[h,m]=c(0),[f,g]=c(!1),[b,v]=c(window.innerWidth),[y,x]=c(!1),I=l(null),C=l(0),w=l(null),A={CARD_OFFSET_PERCENTAGE:n,SWIPE_THRESHOLD:r,MOBILE_BREAKPOINT:o,AUTO_SCROLL_INTERVAL:i};u(()=>{const e=()=>{var e;v((null===(e=w.current)||void 0===e?void 0:e.offsetWidth)||window.innerWidth)};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]);const E=d(()=>{0!==t&&p(e=>(e+1)%t)},[t]),N=d(()=>{0!==t&&p(e=>0===e?t-1:e-1)},[t]),S=d(e=>{e<0||e>=t||p(e)},[t]),T=d(e=>{C.current=e.touches[0].clientX,g(!0),I.current&&clearInterval(I.current)},[]),B=d(e=>{if(!f)return;const t=e.touches[0].clientX-C.current;m(t)},[f]),P=d(()=>{g(!1);const e=b*r;h>e?N():h<-e&&E(),m(0),a&&i>0&&(I.current=setInterval(()=>{E()},i))},[h,b,r,N,E,a,i]);return u(()=>{const e=()=>{x(window.innerWidth<o)};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[o]),u(()=>{if(a&&0!==t&&0!==i)return I.current=setInterval(()=>{E()},i),()=>{I.current&&clearInterval(I.current)}},[E,t,a,i]),{currentIndex:s,swipeOffset:h,isSwiping:f,isMobile:y,containerWidth:b,containerRef:w,nextSlide:E,prevSlide:N,goToSlide:S,handleTouchStart:T,handleTouchMove:B,handleTouchEnd:P,constants:A}}({itemCount:a.length,cardOffsetPercentage:105,swipeThreshold:.15,mobileBreakpoint:768,autoScrollInterval:o,enableAutoScroll:r});return t("div",{children:[t("div",{className:"relative max-w-[1280px] md:px-11",children:[e(Sr,{onClick:s.prevSlide,className:"group absolute left-5 top-1/2 z-50 hidden h-13 w-13 -translate-y-1/2 items-center justify-center rounded-full bg-white p-2 text-text shadow-md transition-colors hover:bg-gray-100 md:flex","aria-label":"Previous",children:e(fr,{name:"arrow_back",size:24})}),e(Sr,{onClick:s.nextSlide,className:"group absolute right-5 top-1/2 z-50 hidden h-13 w-13 -translate-y-1/2 items-center justify-center rounded-full bg-white p-2 text-text shadow-md transition-colors hover:bg-gray-100 md:flex","aria-label":"Next",children:e(fr,{name:"arrow_forward",size:24})}),e("div",{ref:s.containerRef,className:"select-none overflow-hidden rounded-card-sm will-change-transform",onTouchStart:s.handleTouchStart,onTouchMove:s.handleTouchMove,onTouchEnd:s.handleTouchEnd,children:e("div",{className:"grid grid-cols-1 justify-items-center",children:a.map((t,n)=>e($r,{item:t,index:n,currentIndex:s.currentIndex,totalItems:a.length,swipeOffset:s.swipeOffset,isSwiping:s.isSwiping,isMobile:s.isMobile,containerWidth:s.containerWidth,cardOffsetPercentage:s.constants.CARD_OFFSET_PERCENTAGE},n))})})]}),e("div",{className:"mt-5 flex justify-center gap-2 md:mt-10",children:a.map((t,n)=>e("button",{onClick:()=>s.goToSlide(n),className:Ze("h-2 w-2 rounded-full transition-all duration-300",s.currentIndex===n?"w-6 bg-white":"bg-bg-fill-inverse-disabled hover:bg-white/60"),"aria-label":`Go to slide ${n+1}`},n))})]})},Qr=({tabs:n,activeTab:r,onChange:o,className:i})=>{const a=n.indexOf(r),s=l([]),[d,p]=c({width:0,left:0});return u(()=>{const e=s.current[a];e&&p({width:e.offsetWidth,left:e.offsetLeft})},[a,n]),e("div",{className:"flex w-full justify-center",children:t("div",{className:Ze("relative flex w-fit gap-1 rounded-button-lg bg-bg-surface-active p-1 transition-all duration-200 ease-out",i),children:[e("div",{className:"absolute bottom-1 top-1 rounded-button bg-bg-fill-brand shadow-md transition-all duration-300 ease-out",style:{width:`${d.width}px`,left:`${d.left}px`}}),n.map((t,n)=>e("button",{ref:e=>{s.current[n]=e},onClick:()=>o(t),className:Ze("label1 relative z-10 flex min-w-[160px] items-center justify-center whitespace-nowrap rounded-button px-4 py-2.5 transition-colors duration-200 focus:outline-none active:bg-transparent",r===t?"text-text-inverse":"text-text-disabled hover:bg-bg-surface-hover"),children:t},t))]})})},qr=({fields:n,hasTestimonialCards:r,hasProductCards:o,disclaimerText:i,backgroundColor:a,activeTab:s,setActiveTab:l,tabs:c,onModalButtonClick:u,renderCheckPlans:d,testimonialAutoScroll:p=!0,showSwitch:h=!1})=>t("div",{className:`${a} ${o?"px-3 py-9 md:py-20":r?"px-3 py-12 md:pt-20 md:pb-16":""} mx-auto overflow-hidden`,children:[t("div",{className:"relative mx-auto flex max-w-[1280px] flex-col gap-8 overflow-visible md:gap-12",children:[t("div",{children:[e(gr,{as:"h2",className:"heading2 text-text md:heading1 md:text-center",children:null==n?void 0:n.title}),(null==n?void 0:n.subTitle)&&e(gr,{as:"h3",className:"body1 px-4 pt-4 md:text-center",children:null==n?void 0:n.subTitle})]}),h&&o&&t("div",{className:"flex flex-col gap-8",children:[h&&o&&c.length>1&&e(Qr,{tabs:c,activeTab:s,onChange:l}),o&&e(Ur,{onModalButtonClick:u,renderCheckPlans:d,fields:n})]}),r&&e(Kr,{fields:n,autoScroll:p,autoScrollInterval:8e3})]}),i&&e(gr,{as:"div",className:"footnote mt-8 px-4 text-center text-text-secondary",children:i})]}),eo=({title:n,subtitle:r,description:o,disclaimer:i,icon:a,cta:s,background:l="navy",color:c="light",enableHeading:u,maxWidth:d=!0})=>e("div",{className:"component-container",children:t("div",{className:"mx-5 my-8 lg:mx-20 lg:my-12 lg:rounded-surface-lg xl:mx-auto "+(d?"max-w-120":""),children:[t("div",{className:`flex flex-col rounded-surface px-5 py-7 lg:flex-row lg:gap-5 lg:rounded-surface-lg lg:px-16 lg:py-9 ${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[l]} ${"dark"==c?"text-text":"text-white"} `,children:[a&&e("div",{className:"floating-banner-icon mb-5 flex justify-center lg:mb-0 lg:items-center",children:e("div",{className:"h-[80px] w-[80px] overflow-hidden",children:e(Wr,{width:80,height:80,alt:"icon",src:a})})}),t("div",{className:"flex w-full flex-col justify-center lg:w-4/5",children:[n&&e(gr,{as:u?"h1":"h2",className:"heading5 mb-3 text-center lg:w-[95%] lg:text-left",children:n}),r&&e(gr,{as:"h3",className:"heading3 mb-3 text-center lg:text-left",children:r}),o&&e(gr,{as:"div",className:"body1 text-center lg:w-[95%] lg:text-left",children:o})]}),s&&e("div",{className:"mt-5 flex flex-shrink-0 justify-center lg:mt-0 lg:items-center",children:e(Vr,{...s,buttonVariant:"secondary",size:{base:"medium",md:"large"}})})]}),i&&e("div",{children:e(gr,{as:"div",className:"body3 mt-3 text-center",children:i})})]})}),to=({body:n,links:r,bottomLinks:i,copyrights:a,terms:s,maxWidth:l=!0,onClick:c})=>{function u(e){null==c||c(e)}return e("div",{className:"component-container bg-bg-inverse text-white",children:t("div",{className:` ${l?"mx-auto max-w-120":""} px-5 py-8`,children:[e("aside",{className:"break-words","aria-label":"Promotions and disclaimers",children:n}),e(Pr,{className:"my-8 border-border-inverse lg:my-16"}),e("div",{className:"grid-1 grid gap-8 md:grid-cols-2 lg:grid-cols-4",children:null==r?void 0:r.map((n,r)=>{var i,a;return t(o.Fragment,{children:[e("div",{children:t("nav",{"aria-labelledby":`footer-${null==n?void 0:n.title}`,className:"site-links-group",children:[e(gr,{as:"div",className:"label3",children:null==n?void 0:n.title}),e("ul",{className:"flex flex-col",children:null===(a=null===(i=null==n?void 0:n.items)||void 0===i?void 0:i.items)||void 0===a?void 0:a.map((t,n)=>e("li",{className:"pt-3",children:e(Vr,{...t,linkVariant:"unstyled",linkClassName:"text-white body3 hover:underline underline-offset-4",onClick:u})},`site-links-${n}`))})]},`link-group-${r}`)},`footer-link-group-${r}`),e(Pr,{className:"border-border-inverse md:hidden"})]},`footer-link-group-${r}`)})}),t("div",{className:"py-8",children:[e(Pr,{className:"my-8 hidden border-border-inverse md:my-8 md:block"}),t("p",{className:"terms-text footnote text-white",children:["© ",(new Date).getFullYear()," ",s]}),e("p",{className:"copy-rights whitespace-pre-line",children:a}),e("nav",{"aria-label":"Footer legal",children:e("ul",{className:"bottom-links list-none",children:null==i?void 0:i.map((t,n)=>e("li",{className:"relative float-left pl-[8px] before:absolute before:left-[3px] before:top-1/2 before:-translate-y-1/2 before:text-[14px] before:content-['•'] first-of-type:pl-0 first-of-type:before:content-['']",children:e(Vr,{...t,linkClassName:"footnote text-white hover:underline underline-offset-4",linkVariant:"unstyled",onClick:u})},`links-${n}`))})})]})]})})},no=({isHovered:t,containerClassName:n})=>e("button",{tabIndex:-1,className:`group flex h-20 w-20 items-center justify-center rounded-full bg-white shadow-xl transition-all duration-300 hover:scale-110 active:scale-95 ${n||""}`,"aria-label":"Play button",children:e(fr,{name:"play_arrow",size:72,fill:1,className:"transition-colors duration-300 "+(t?"text-text-brand":"text-slate-500 group-hover:text-text-brand")})}),ro=t=>{const{link:n,containerClassName:r,autoplay:o=!1,debug:i=!1}=t,{href:s,embedId:l}=a(()=>{if(!n)return{href:"",embedId:""};const e=n.toString(),t=(e=>{const t=e.split(/[?#]/)[0].replace(/\/+$/,""),n=t.match(/vimeo\.com\/(?:.*\/)?(\d{6,})/)||t.match(/player\.vimeo\.com\/video\/(\d{6,})/),r=t.split("/"),o=r[r.length-1];return(null==n?void 0:n[1])?n[1]===o?n[1]:`${n[1]}/${o}`:""})(e);return{href:e,embedId:t}},[n]);if(i&&console.log("[VimeoEmbed] href:",s,"id:",l),!l)return null;const c=function(e){try{const t=new URL(e),n=t.pathname.split("/").filter(Boolean);if("video"===n[0]&&n.length>=2){const e=n[1],r=n[2],o=`https://player.vimeo.com/video/${e}`;return r&&/^[a-f0-9]+$/i.test(r)&&t.searchParams.set("h",r),`${o}?${t.searchParams.toString()}`}return e}catch(t){return e}}(`https://player.vimeo.com/video/${l}?${new URLSearchParams({autoplay:o?"1":"0",muted:"0",playsinline:"1",dnt:"1",title:"0",byline:"0",portrait:"0",autopause:"1"}).toString()}`);return e("div",{className:Ze("relative h-0 w-full overflow-hidden pb-[56.25%]",r),children:e("iframe",{className:"absolute left-0 top-0 h-full w-full",src:c,allow:"autoplay; fullscreen; picture-in-picture",allowFullScreen:!0,referrerPolicy:"strict-origin-when-cross-origin",title:"Embedded vimeo"})})};const oo=t=>{const{link:n,containerClassName:r,autoplay:o=!1}=t,i=a(()=>{if(!n)return"";const e=n.toString().match(/^.*((youtu.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#&?]*).*/);return e&&11===e[7].length?e[7]:""},[n]),s=o?"?autoplay=1":"";return e("div",{className:Ze("relative h-0 w-full overflow-hidden pb-[56.25%]",r),children:e("iframe",{className:"absolute left-0 top-0 h-full w-full",src:`https://www.youtube.com/embed/${i}${s}`,allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,title:"Embedded youtube"})})},io=({brow:n,enableHeading:r,title:o,subTitle:i,ctaDisclaimer:a,disclaimer:s,description:l,image:u,imageLinks:d,mediaPosition:p=!0,checklist:h,secondaryCta:m,cta:f,videoLink:g,maxWidth:b=!0,color:v="light",imageWidth:y=660,imageHeight:x=660,onModalButtonClick:I,renderCheckPlans:C})=>{var w,A;const[E,N]=c(""),[S,T]=c(!1),B=null!==(w=null==g?void 0:g.link)&&void 0!==w?w:"",P=null==g?void 0:g.image,k=null!==(A=null==g?void 0:g.videoPopup)&&void 0!==A&&A,L=Boolean(E&&E===B),R=g&&P?B.includes("vimeo")?e(ro,{link:B,autoplay:L}):e(oo,{link:B,autoplay:L}):null;return t("div",{className:"component-container",children:[e("div",{className:`image-promo-bar-content ${b?"max-w-120 lg:mx-auto":""} mx-5 my-16`,children:t("div",{className:"flex shrink-0 flex-col items-center gap-8 lg:items-stretch lg:gap-10 xl:gap-[126px] "+(p?"lg:flex-row-reverse":"lg:flex-row"),children:[t("div",{className:"flex flex-[1_0_0] flex-col items-start justify-center gap-8 lg:gap-10 "+("dark"==v?"text-text":"text-white"),children:[t("div",{className:"heading holder",children:[n&&e(gr,{as:"div",className:"subheading4 mb-4 text-text-brand xl:subheading2 xl:mb-3",children:n}),o&&e(gr,{as:r?"h1":"h2",className:"heading2 xl:heading1",children:o}),i&&e(gr,{as:r?"h2":"h3",className:"subheading3 mt-3 md:subheading1",children:i})]}),l&&e(gr,{as:"div",className:"body1",children:l}),h.length>0&&e(br,{items:h,iconPosition:"top",iconSize:24,listItemClassName:"body1 text-text",listContainerClassName:"mt-0 space-y-0 flex flex-col gap-3"}),d.length>0&&e("div",{className:"flex gap-4",children:null==d?void 0:d.map((t,n)=>e("div",{className:"image-link w-[147px]",children:e(xr,{variant:"unstyled",href:t.url,target:"_blank",rel:"noopener noreferrer",children:e(Zr,{src:t.image,alt:"icon-link"})})},n))}),(f||m)&&t("div",{className:"flex w-full flex-col gap-3 xl:flex-row",children:[f&&e("div",{className:"primary-cta w-full xl:w-auto xl:shrink-0",children:e(Vr,{...f,fullWidth:!0,size:{base:"large"},renderCheckPlans:C,onModalButtonClick:I})}),m&&e("div",{className:"secondary-cta w-full xl:w-auto xl:shrink-0",children:e(Vr,{...m,fullWidth:!0,size:{base:"large"},renderCheckPlans:C,onModalButtonClick:I})})]}),a&&e("div",{children:a}),s&&e("div",{children:s})]}),t("aside",{className:"flex w-full shrink-0 items-center justify-center lg:w-auto",children:[u&&e("div",{className:"relative h-[334px] w-[334px] overflow-hidden rounded-image md:h-[486px] md:w-[486px]",children:e(Wr,{src:u,alt:"section-image",fill:!0,sizes:"(min-width: 768px) 486px, 334px",className:"object-cover"})}),(null==g?void 0:g.link)&&t("div",{className:Ze("video-section relative w-full cursor-pointer overflow-hidden rounded-image transition-all duration-300 lg:w-[486px]",!L&&"hover:shadow-2xl"),onClick:()=>{var e;N(null!==(e=null==g?void 0:g.link)&&void 0!==e?e:"")},onMouseEnter:()=>T(!0),onMouseLeave:()=>T(!1),children:[t("div",{className:Ze(L&&!k&&"hidden",L&&!k?"opacity-0":"opacity-100","relative aspect-[16/9] w-full transition-opacity duration-300 xl:aspect-square"),children:[g.image&&e(Wr,{src:g.image,alt:"Video preview",width:486,height:486,className:"absolute inset-0 h-full w-full rounded-image object-cover"}),e("div",{className:"absolute inset-0 flex items-center justify-center",children:e(no,{isHovered:S})})]}),!k&&L&&e("div",{className:Ze("aspect-[16/9] w-full overflow-hidden rounded-image transition-opacity duration-300",L?"opacity-100":"opacity-0"),children:R})]})]})]})}),k&&L&&e("div",{className:"fixed inset-0 top-20 z-[100] flex items-center justify-center bg-black/80 p-4 transition-all duration-300",onClick:e=>{e.stopPropagation(),N("")},children:e("div",{className:"max-w-6xl aspect-video w-full overflow-hidden rounded-3xl bg-black shadow-2xl md:w-4/6",onClick:e=>e.stopPropagation(),children:R})})]})},ao=({link:n,anchorName:r})=>{const[i,a]=o.useState(!1),s=o.useRef(null);if(((e,t)=>{const n=n=>{var r;(null===(r=null==e?void 0:e.current)||void 0===r?void 0:r.contains(n.target))||t()};u(()=>(document.addEventListener("click",n),()=>{document.removeEventListener("click",n)}))})(s,()=>a(!1)),!n)return null;if((e=>"string"==typeof e.href)(n))return e(Vr,{...n,linkClassName:"body3 flex items-center text-text h-full",linkVariant:"unstyled"},`submenu-link-btn-${n.anchorId}`);const{anchorId:l,title:c,items:d}=n,p=Array.isArray(null==d?void 0:d.items)?d.items:[],h=`--link-anchor-${r}`;return t("div",{className:"relative h-full",style:{anchorName:h},ref:s,children:[t(Vr,{onClick:()=>a(e=>!e),"aria-expanded":i,buttonClassName:"group body3 flex h-full text-text items-center",showButtonAs:"unstyled",children:[e(gr,{as:"span",className:"group-hover:underline",children:null!=c?c:null}),e(fr,{weight:"200",size:24,className:"text-icon-secondary group-hover:opacity-50",name:i?"keyboard_arrow_up":"keyboard_arrow_down"})]},l),e("div",{className:Ze("shadow-navDrop fixed z-[1001] min-w-44 rounded-input-poppers border border-border bg-bg","transition-[opacity,transform] ease-out",i&&p.length>0?"pointer-events-auto translate-y-0 opacity-100 duration-75":"pointer-events-none -translate-y-2 opacity-0 duration-0"),style:{positionAnchor:h,top:"anchor(bottom)",left:"calc((anchor(left) + anchor(right)) / 2)",translate:"-50% 0"},children:e("ul",{className:"flex flex-col gap-2 py-2",onClick:e=>{const t=e.target;(null==t?void 0:t.closest("a"))&&a(!1)},children:p.map((t,n)=>e("li",{className:"submenu-link",children:e(Vr,{...t,linkVariant:"unstyled",linkClassName:"body3 px-4 hover:bg-bg-surface-hover flex items-center w-full h-11 text-text-link"})},`submenu-link-${n}`))})})]})},so=({link:r})=>{const[i,a]=o.useState(!1);if(!r)return null;if((e=>"string"==typeof e.href)(r))return e(Vr,{...r,linkClassName:"label3 flex items-center w-full h-11 px-4 text-text-link",linkVariant:"unstyled"},`submenu-link-btn-${r.anchorId}`);const{anchorId:s,title:l,items:c}=r,u=Array.isArray(null==c?void 0:c.items)?c.items:[];return t(n,{children:[t(Vr,{onClick:()=>a(e=>!e),"aria-expanded":i,buttonClassName:"label3 flex h-11 w-full items-center px-4",showButtonAs:"unstyled",children:[null!=l?l:null,e(fr,{weight:"200",size:24,className:"text-icon-secondary group-hover:opacity-50",name:i?"keyboard_arrow_up":"keyboard_arrow_down"})]},s),i&&u.length>0&&e(lo,{items:u})]})},lo=({items:t})=>e("ul",{className:"flex flex-col gap-2",children:t.map((t,n)=>e("li",{className:"submenu-link",children:e(Vr,{...t,linkVariant:"unstyled",linkClassName:"body3 pl-8 pr-4 flex items-center w-full h-11 text-text-link"})},`submenu-link-${n}`))},`submenu-${t.length}`),co=n=>{const{showBlinkDot:r=!1,buttonStyle:o="primary",size:i="md",children:a,className:s,prefix:l,containerClassName:c,...u}=n,d=t(xr,{...u,className:Ze("relative flex items-center gap-2 font-medium tracking-wide outline-offset-4 rounded-full",{sm:"h-6 text-xs pl-1 pr-2",md:"h-8 text-sm pl-1 pr-2",lg:"h-10 text-base pl-2 pr-3"}[i],{primary:"border-[0.727px] border-border text-text"}[o],s),children:[r?e("span",{className:`pointer-events-none absolute animate-blink ${{sm:"-left-4",md:"-left-6",lg:"-left-8"}[i]} top-1/2 ${{sm:"h-2 w-2",md:"h-3 w-3",lg:"h-4 w-4"}[i]} -translate-y-1/2 rounded-full bg-icon-brand`}):null,e("span",{className:Ze("relative inline-flex items-center justify-center rounded-full bg-icon-brand",{sm:"h-5 w-5",md:"h-6 w-6",lg:"h-8 w-8"}[i]),children:e(fr,{name:"call",fill:1,size:{sm:20,md:20,lg:32}[i],className:"text-white"})}),e("span",{className:"font-normal tracking-wide",children:a})]});return null==l||!1===l||""===l?d:t("span",{className:Ze("flex items-center gap-2",c),children:["string"==typeof l||"number"==typeof l?e("span",{className:"text-sm font-normal text-text",children:l}):l,d]})};co.displayName="CallButton";const uo=i((n,r)=>{const{className:o,size:i,required:a,placeholder:s,label:l,state:u,errorText:p,prefixIconName:h,prefixIconFill:m=!0,suffixIconFill:f=!1,prefixIconSize:g=24,suffixIconName:b,suffixIconSize:v=24,containerClassName:y,prefixIconClassName:x,loading:I,hasError:C,type:w,...A}=n,E=C?"error":u,[N,S]=c(!1),[T,B]=c(!1),[P,k]=c(w||"text"),L=d(e=>{e.stopPropagation(),k(e=>"password"===e?"text":"password")},[]);return t("div",{className:"relative",children:[l?e("label",{htmlFor:l,className:Ze("inline-block pb-1"),children:t(gr,{as:"span",className:"footnote text-text",children:[l,a?e("span",{className:"pl-1 text-text-critical",children:"*"}):null]})}):null,t("div",{className:Ze("relative flex flex-row items-center overflow-hidden rounded-input border border-input-border bg-input-bg-surface",{sm:"h-[48px] px-3 py-2",slim:"h-12",medium:"h-14",large:"h-[60px]"}[i||"medium"],y,(N||"hover"===E)&&!T&&"error"!==E&&"border-input-border-hover",(T||"focus"===E||"active"===E)&&"border-input-border-selected outline outline-1 outline-input-border-selected","error"===E&&"border-input-border-critical outline outline-1 outline-input-border-critical"),children:[h?e("div",{className:"mr-1",style:{width:g,height:g,overflow:"hidden"},children:e(fr,{name:h,fill:m?1:0,size:g,className:Ze(x)})}):null,e("input",{ref:r,id:l,disabled:I||A.disabled,className:Ze("h-full grow rounded-input p-4 caret-bg-inverse placeholder:text-input-text-placeholder focus:border-none focus:outline-none","text-body2","slim"===i&&"text-body3",o),placeholder:s,type:P,...A,onMouseOver:()=>S(!0),onMouseOut:()=>S(!1),onFocus:e=>{var t;null===(t=A.onFocus)||void 0===t||t.call(A,e),B(!0)},onBlur:e=>{var t;null===(t=A.onBlur)||void 0===t||t.call(A,e),B(!1)}}),b?e("div",{className:"ml-2",style:{width:v,height:v,overflow:"hidden"},onClick:L,children:e(fr,{name:"text"===P?"visibility":"visibility_off",size:v,fill:f?1:0})}):null]}),"error"===E&&p&&""!=p?t(gr,{className:Ze("footnote left-0 top-full inline-flex items-center pt-1 text-text-critical"),children:[e(fr,{name:"info",size:20,className:"mr-1"}),p||"Error"]}):null]})});uo.displayName="Input";const po=n=>{const{primaryNavigationLinks:r,utilityNavigationLinks:o,checkPlansJSX:i,primaryNavigationLogo:a,accountNavigationLinks:s,supportNavigationLinks:l,searchBarIcon:c,invocaPhoneNumberLink:u,invocaPhoneNumberDisplayText:d,callNowCtaText:p,displayCartIcon:h,cartHref:m,cartHasRetention:f,cartIconAriaLabel:g="Cart",onCallClickDesktop:b,onCallClickMobile:v,onCartClick:y,onSearch:x=()=>{},utilityNavActiveIndex:I,primaryNavigationLogoWidth:C=76.5,primaryNavigationLogoHeight:w=24,hideMobileCallButton:A=!1}=n;return t("div",{className:"component-container",children:[t("nav",{className:"menu-container z-[1000]",children:[e("div",{className:"utility-container hidden lg:block lg:border-b lg:px-2",children:t("div",{className:"mx-auto flex max-w-120 justify-between",children:[e("ul",{className:"flex gap-5","aria-label":"Utility Navigation",children:null==o?void 0:o.map((t,n)=>e("li",{children:e(Vr,{linkClassName:Ze("footnote flex items-center w-full h-11 text-text","number"!=typeof I?1===n&&"label4":I===n&&"label4"),linkVariant:"unstyled",...Object.fromEntries(Object.entries(t).filter(([e,t])=>null!==t))})},`main-menu-items-${n}`))}),t("div",{className:"flex items-center gap-10",children:[e(co,{className:"border-none",href:u,prefix:p,onClick:b,children:e(gr,{className:"body3 text-text",children:d})}),h?t(xr,{href:m||"#",className:"relative inline-flex cursor-pointer","aria-label":g,onClick:y,children:[e(fr,{name:"shopping_cart"}),f?e("span",{className:"absolute -right-2 -top-1 h-2.5 w-2.5 rounded-full bg-icon-brand"}):null]}):null,null==s?void 0:s.map((t,n)=>e(ao,{anchorName:`my-account-${n}`,link:t},`my-account-${n}`))]})]})}),t("div",{className:"main-nav-container","aria-label":"Main Navigation",children:[t("div",{className:"mobile-nav-section flex h-14 items-center justify-between border border-b px-5 py-[10px] lg:hidden",children:[e("div",{children:e(xr,{href:"/",className:"flex",children:e(Wr,{src:"string"==typeof a?a:(null==a?void 0:a.url)||"",alt:"Kinetic business logo",width:C,height:w})})}),t("div",{className:"flex items-center gap-6",children:[A?null:e(co,{href:u,onClick:v,children:e(gr,{as:"span",className:"footnote",children:d})}),h?t(xr,{href:m||"#",className:"relative inline-flex cursor-pointer","aria-label":g,onClick:y,children:[e(fr,{name:"shopping_cart"}),f?e("span",{className:"absolute -right-2 -top-1 h-2.5 w-2.5 rounded-full bg-icon-brand"}):null]}):null,e(ho,{...n})]})]}),e("div",{className:"desktop-nav-section hidden lg:block lg:border-b lg:px-2",children:t("div",{className:"mx-auto flex h-14 max-w-120 items-center justify-between",children:[t("div",{className:"flex h-full",children:[e(xr,{href:"/",className:"flex",children:e(Wr,{src:"string"==typeof a?a:(null==a?void 0:a.url)||"",alt:"Kinetic business logo",width:C,height:w,className:"mr-[64px]"})}),e("div",{className:"flex h-full items-center gap-5",children:null==r?void 0:r.map((t,n)=>e(ao,{anchorName:`main-menu-${n}`,link:t},`main-menu-${n}`))})]}),t("div",{className:"flex h-full items-center gap-10",children:[e(fo,{searchBarIconURL:"string"==typeof c?c:(null==c?void 0:c.url)||"",onSearch:x}),null==l?void 0:l.map((t,n)=>e(ao,{anchorName:`support-menu-${n}`,link:t},`support-menu-${n}`))]})]})})]})]}),i&&e("div",{className:"md:hidden",children:i})]})},ho=n=>{var r;const{primaryNavigationLinks:i,utilityNavigationLinks:a,supportNavigationLinks:s,accountNavigationLinks:l}=n,[c,u]=o.useState(!1);o.useEffect(()=>{if("undefined"==typeof window)return;document.body.style.overflowY=c?"hidden":"unset";const e=document.getElementById("drawer-items");if(!e)return;const t=e.querySelectorAll(".focus-item"),n=t[0],r=t[t.length-1],o=e=>{var t,o,i,a;("Tab"===e.key||9===e.keyCode)&&(e.shiftKey?document.activeElement===n&&(null===(o=(t=r).focus)||void 0===o||o.call(t),e.preventDefault()):document.activeElement===r&&(null===(a=(i=n).focus)||void 0===a||a.call(i),e.preventDefault()))};return window.addEventListener("keydown",o),()=>{document.body.style.overflowY="unset",window.removeEventListener("keydown",o)}},[c]);const d=()=>{u(!1)};return t("div",{children:[e(Vr,{showButtonAs:"unstyled",buttonClassName:"flex",onClick:()=>u(!0),children:e(fr,{name:"menu"})}),c?e("div",{className:"fixed bottom-0 left-0 right-0 top-0 z-[90] h-full w-full bg-scrim-bg-modal"}):null,e("div",{className:Ze("fixed bottom-0 right-0 top-0","z-[100] h-full bg-bg px-0 py-4","transition-all duration-300 ease-in-out","block",c?"right-0":"-right-96"),id:"mobile-menu-overlay",children:t("div",{id:"drawer-items",className:"flex h-full flex-col gap-3",children:[t("div",{className:"flex items-center justify-between px-4",children:[e("div",{children:e(co,{className:"border-none",href:n.invocaPhoneNumberLink,onClick:n.onCallClickMobile,children:n.invocaPhoneNumberDisplayText})}),e("div",{children:e(Vr,{showButtonAs:"unstyled",buttonClassName:"focus-item flex",onClick:d,children:e(fr,{name:"close"})})})]}),e(mo,{closeMenu:d,isMenuOpen:c,searchBarIconURL:"string"==typeof n.searchBarIcon?n.searchBarIcon:(null===(r=n.searchBarIcon)||void 0===r?void 0:r.url)||"",onSearch:n.onSearch||(()=>{})}),t("div",{className:"flex-grow overflow-y-auto",onClick:e=>{const t=e.target;(null==t?void 0:t.closest("a"))&&d()},children:[e("ul",{className:"mt-2 flex flex-col gap-2",children:[...i||[],...s||[],...l||[]].map((t,n)=>e("li",{children:e(so,{link:t})},`main-menu-items-${n}`))}),e("ul",{className:"mt-2 flex gap-5 bg-bg-fill-info px-4",children:null==a?void 0:a.map((t,r)=>e("li",{children:e(Vr,{...Object.fromEntries(Object.entries(t).filter(([e,t])=>null!==t)),linkClassName:Ze("footnote flex items-center w-full h-11 text-text-link","number"!=typeof n.utilityNavActiveIndex?1===r&&"label4":n.utilityNavActiveIndex===r&&"label4"),linkVariant:"unstyled"},`utility-submenu-link-btn-${t.anchorId}`)},`utility-menu-items-${r}`))})]})]})})]})},mo=n=>{const{closeMenu:r,onSearch:i,isMenuOpen:a,searchBarIconURL:s}=n,[l,c]=o.useState(""),u=o.useRef(null),d=e=>{r(),e.preventDefault(),i(l)};return o.useEffect(()=>{a||c("")},[a]),t("form",{name:"searchForm",className:"flex border-b border-t transition-colors focus-within:border-border-focus",onSubmit:d,children:[e(Wr,{src:s,width:32,height:32,alt:"Search icon",role:"button",className:"ml-2",onClick:d}),e("div",{className:"flex-grow",children:e(uo,{ref:u,className:"body3 h-[34px] rounded-none px-3 text-text",name:"search",placeholder:"Search...",value:l,onChange:e=>c(e.target.value),autoComplete:"off",containerClassName:"h-[46px] px-4 pl-0 rounded-none flex-grow border-none"})})]})},fo=n=>{const{searchBarIconURL:r,onSearch:i}=n,[a,s]=o.useState(""),l=o.useRef(null),c=e=>{e.preventDefault(),i(a)};return t("form",{name:"searchForm",className:"flex h-9 w-60 rounded-input-xl border px-1 transition-colors focus-within:border-border-focus",onSubmit:c,children:[e(Wr,{src:r,width:32,height:32,alt:"Search icon",role:"button",onClick:c}),e(uo,{ref:l,className:"body3 rounded-full px-3 text-text",name:"search",placeholder:"Search...",value:a,onChange:e=>s(e.target.value),autoComplete:"off",containerClassName:"px-0 h-full border-none rounded-full"})]})},go=n=>{var r;const{title:o,showAsHeading:i,subTitle:a,primaryCta1:s,carouselImages:l,bottomLink:c,price:u,priceCallout:d,priceSuffix:p,checklist:h,renderCheckPlans:m,badgeImage:f,pricingDescriptionDisclaimer:g,secondaryCta:b,secondaryCtaPrefix:v,onModalButtonClick:y,hideOnMobileCta1:x}=n,I=null!==(r=null==c?void 0:c.buttonLabel)&&void 0!==r?r:null==c?void 0:c.label;return console.log(s),e("div",{className:"component-container p-5 lg:h-[724px] lg:p-0",children:t("div",{className:Ze("primary-hero-container mx-auto flex flex-col sm:items-center sm:text-center lg:h-full lg:max-w-120 lg:flex-row lg:items-center lg:justify-between lg:gap-4 lg:px-4 lg:text-left"),children:[e("div",{className:Ze("relative flex flex-col text-white sm:w-[485px]"),children:t("div",{className:"flex flex-col gap-5 lg:gap-6",children:[o&&e(gr,{as:i?"h1":"h2",className:"heading2 lg:heading1",children:o}),a&&e(gr,{as:"p",className:"subheading3 lg:subheading1",children:a}),u?t("div",{className:"flex sm:justify-center sm:text-left lg:justify-start",children:[e("div",{className:"mr-2 mt-0.5",children:d?d.split("|").map((t,n)=>e(gr,{as:"p",className:"body2",children:t},n)):null}),t("div",{className:"flex",children:[e(gr,{as:"p",className:"subheading1 mt-0.5",children:"$"}),e(gr,{as:"p",className:"subheading5",children:u}),p?e(gr,{as:"p",className:"subheading1 mt-0.5",children:p}):null]})]}):null,h&&e(br,{listItemClassName:"text-white text-left",items:h.map(e=>e.title)}),t("div",{className:"flex flex-col gap-3",children:[s&&e("div",{className:Ze("md:block",x&&"hidden"),children:e(Vr,{...s,renderCheckPlans:m,onModalButtonClick:y,fullWidth:!0,buttonClassName:"md:w-auto"})}),v||b?t("div",{className:"hidden md:flex",children:[v&&e(gr,{as:"span",className:"body2 mr-1",children:v}),b&&e(Vr,{linkClassName:"body2 text-text-inverse",onModalButtonClick:y,...b})]}):null,c&&(I||(null==c?void 0:c.href))&&e("div",{className:"hidden md:block",children:e(Vr,{...c,linkClassName:"text-footnote text-white",onModalButtonClick:y})}),g?e(gr,{as:"p",className:"body3 hidden md:block",children:g}):null]})]})}),t("div",{className:"lg:hidden",children:[t("div",{className:"relative my-8",children:[f?e(Wr,{src:f,alt:"Badge",className:"absolute left-5 top-5 aspect-square w-26 object-cover object-center",width:104,height:104,quality:90,loading:"eager"}):null,l&&l[0]?e(Wr,{src:l[0],alt:"Hero",className:"aspect-[1.71:1] sm:aspect-[1.41:1] w-full rounded-[40px] object-cover object-center sm:h-[420px]",width:1024,height:600,sizes:"100vw",quality:90,loading:"eager"}):null]}),c&&(I||(null==c?void 0:c.href))&&e("div",{className:"md:hidden",children:e(Vr,{...c,onModalButtonClick:y,linkClassName:"body3 text-white"})}),g?e(gr,{as:"p",className:"body3 md:hidden",children:g}):null,v||b?t("div",{className:"flex md:hidden",children:[v&&e(gr,{as:"span",className:"body2 mr-1",children:v}),b&&e(Vr,{...b,onModalButtonClick:y,linkClassName:"text-white"})]}):null]}),t("div",{className:Ze("relative hidden lg:block"),children:[f?e(Wr,{src:f,alt:"Badge",className:"absolute -left-26 top-18 aspect-square w-52 object-cover object-center",width:208,height:208,quality:90,loading:"eager"}):null,l&&l[0]?e(Wr,{src:l[0],alt:"Hero",className:"aspect-square rounded-[40px] object-cover object-center",width:600,height:600,quality:90,loading:"eager"}):null]})]})})},bo=({fields:t})=>e("div",{children:e(gr,{children:"Text Block"})}),vo={closed:{opacity:0},open:{opacity:1}},yo={closed:{opacity:0,scale:.96},open:{opacity:1,scale:1}},xo={xs:"475px",sm:"640px",md:"768px",lg:"1024px",xl:"1280px"},Io=p({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"}),Co=p({}),wo=p(null),Ao="undefined"!=typeof document,Eo=Ao?h:u,No=p({strict:!1});function So(e){return"object"==typeof e&&Object.prototype.hasOwnProperty.call(e,"current")}function To(e){return"string"==typeof e||Array.isArray(e)}function Bo(e){return"object"==typeof e&&"function"==typeof e.start}const Po=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],ko=["initial",...Po];function Lo(e){return Bo(e.animate)||ko.some(t=>To(e[t]))}function Ro(e){return Boolean(Lo(e)||e.variants)}function Go(e){const{initial:t,animate:n}=function(e,t){if(Lo(e)){const{initial:t,animate:n}=e;return{initial:!1===t||To(t)?t:void 0,animate:To(n)?n:void 0}}return!1!==e.inherit?t:{}}(e,m(Co));return a(()=>({initial:t,animate:n}),[Oo(t),Oo(n)])}function Oo(e){return Array.isArray(e)?e.join(" "):e}const Do={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},Vo={};for(const e in Do)Vo[e]={isEnabled:t=>Do[e].some(e=>!!t[e])};const Mo=p({}),jo=p({}),Ho=Symbol.for("motionComponentSymbol");function Wo({preloadedFeatures:e,createVisualElement:t,useRender:n,useVisualState:o,Component:a}){e&&function(e){for(const t in e)Vo[t]={...Vo[t],...e[t]}}(e);const s=i(function(i,s){let c;const p={...m(Io),...i,layoutId:Xo(i)},{isStatic:h}=p,g=Go(i),b=o(i,h);if(!h&&Ao){g.visualElement=function(e,t,n,r){const{visualElement:o}=m(Co),i=m(No),a=m(wo),s=m(Io).reducedMotion,c=l();r=r||i.renderer,!c.current&&r&&(c.current=r(e,{visualState:t,parent:o,props:n,presenceContext:a,blockInitialAnimation:!!a&&!1===a.initial,reducedMotionConfig:s}));const d=c.current;return f(()=>{d&&d.update(n,a)}),Eo(()=>{d&&d.render()}),u(()=>{d&&d.updateFeatures()}),(window.HandoffAppearAnimations?Eo:u)(()=>{d&&d.animationState&&d.animationState.animateChanges()}),d}(a,b,p,t);const n=m(jo),r=m(No).strict;g.visualElement&&(c=g.visualElement.loadFeatures(p,r,e,n))}return r.createElement(Co.Provider,{value:g},c&&g.visualElement?r.createElement(c,{visualElement:g.visualElement,...p}):null,n(a,i,function(e,t,n){return d(r=>{r&&e.mount&&e.mount(r),t&&(r?t.mount(r):t.unmount()),n&&("function"==typeof n?n(r):So(n)&&(n.current=r))},[t])}(b,g.visualElement,s),b,h,g.visualElement))});return s[Ho]=a,s}function Xo({layoutId:e}){const t=m(Mo).id;return t&&void 0!==e?t+"-"+e:e}function Fo(e){function t(t,n={}){return Wo(e(t,n))}if("undefined"==typeof Proxy)return t;const n=new Map;return new Proxy(t,{get:(e,r)=>(n.has(r)||n.set(r,t(r)),n.get(r))})}const zo=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function Zo(e){return"string"==typeof e&&!e.includes("-")&&!!(zo.indexOf(e)>-1||/[A-Z]/.test(e))}const Yo={};const _o=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Jo=new Set(_o);function Uo(e,{layout:t,layoutId:n}){return Jo.has(e)||e.startsWith("origin")||(t||void 0!==n)&&(!!Yo[e]||"opacity"===e)}const $o=e=>Boolean(e&&e.getVelocity),Ko={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},Qo=_o.length;const qo=e=>t=>"string"==typeof t&&t.startsWith(e),ei=qo("--"),ti=qo("var(--"),ni=(e,t)=>t&&"number"==typeof e?t.transform(e):e,ri=(e,t,n)=>Math.min(Math.max(n,e),t),oi={test:e=>"number"==typeof e,parse:parseFloat,transform:e=>e},ii={...oi,transform:e=>ri(0,1,e)},ai={...oi,default:1},si=e=>Math.round(1e5*e)/1e5,li=/(-)?([\d]*\.?[\d])+/g,ci=/(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,ui=/^(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function di(e){return"string"==typeof e}const pi=e=>({test:t=>di(t)&&t.endsWith(e)&&1===t.split(" ").length,parse:parseFloat,transform:t=>`${t}${e}`}),hi=pi("deg"),mi=pi("%"),fi=pi("px"),gi=pi("vh"),bi=pi("vw"),vi={...mi,parse:e=>mi.parse(e)/100,transform:e=>mi.transform(100*e)},yi={...oi,transform:Math.round},xi={borderWidth:fi,borderTopWidth:fi,borderRightWidth:fi,borderBottomWidth:fi,borderLeftWidth:fi,borderRadius:fi,radius:fi,borderTopLeftRadius:fi,borderTopRightRadius:fi,borderBottomRightRadius:fi,borderBottomLeftRadius:fi,width:fi,maxWidth:fi,height:fi,maxHeight:fi,size:fi,top:fi,right:fi,bottom:fi,left:fi,padding:fi,paddingTop:fi,paddingRight:fi,paddingBottom:fi,paddingLeft:fi,margin:fi,marginTop:fi,marginRight:fi,marginBottom:fi,marginLeft:fi,rotate:hi,rotateX:hi,rotateY:hi,rotateZ:hi,scale:ai,scaleX:ai,scaleY:ai,scaleZ:ai,skew:hi,skewX:hi,skewY:hi,distance:fi,translateX:fi,translateY:fi,translateZ:fi,x:fi,y:fi,z:fi,perspective:fi,transformPerspective:fi,opacity:ii,originX:vi,originY:vi,originZ:fi,zIndex:yi,fillOpacity:ii,strokeOpacity:ii,numOctaves:yi};function Ii(e,t,n,r){const{style:o,vars:i,transform:a,transformOrigin:s}=e;let l=!1,c=!1,u=!0;for(const e in t){const n=t[e];if(ei(e)){i[e]=n;continue}const r=xi[e],d=ni(n,r);if(Jo.has(e)){if(l=!0,a[e]=d,!u)continue;n!==(r.default||0)&&(u=!1)}else e.startsWith("origin")?(c=!0,s[e]=d):o[e]=d}if(t.transform||(l||r?o.transform=function(e,{enableHardwareAcceleration:t=!0,allowTransformNone:n=!0},r,o){let i="";for(let t=0;t<Qo;t++){const n=_o[t];void 0!==e[n]&&(i+=`${Ko[n]||n}(${e[n]}) `)}return t&&!e.z&&(i+="translateZ(0)"),i=i.trim(),o?i=o(e,r?"":i):n&&r&&(i="none"),i}(e.transform,n,u,r):o.transform&&(o.transform="none")),c){const{originX:e="50%",originY:t="50%",originZ:n=0}=s;o.transformOrigin=`${e} ${t} ${n}`}}const Ci=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function wi(e,t,n){for(const r in t)$o(t[r])||Uo(r,n)||(e[r]=t[r])}function Ai(e,t,n){const r={};return wi(r,e.style||{},e),Object.assign(r,function({transformTemplate:e},t,n){return a(()=>{const r={style:{},transform:{},transformOrigin:{},vars:{}};return Ii(r,t,{enableHardwareAcceleration:!n},e),Object.assign({},r.vars,r.style)},[t])}(e,t,n)),e.transformValues?e.transformValues(r):r}function Ei(e,t,n){const r={},o=Ai(e,t,n);return e.drag&&!1!==e.dragListener&&(r.draggable=!1,o.userSelect=o.WebkitUserSelect=o.WebkitTouchCallout="none",o.touchAction=!0===e.drag?"none":"pan-"+("x"===e.drag?"y":"x")),void 0===e.tabIndex&&(e.onTap||e.onTapStart||e.whileTap)&&(r.tabIndex=0),r.style=o,r}const Ni=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","onLayoutAnimationStart","onLayoutAnimationComplete","onLayoutMeasure","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","ignoreStrict","viewport"]);function Si(e){return e.startsWith("while")||e.startsWith("drag")&&"draggable"!==e||e.startsWith("layout")||e.startsWith("onTap")||e.startsWith("onPan")||Ni.has(e)}let Ti=e=>!Si(e);try{(Bi=require("@emotion/is-prop-valid").default)&&(Ti=e=>e.startsWith("on")?!Si(e):Bi(e))}catch(Lr){}var Bi;function Pi(e,t,n){return"string"==typeof e?e:fi.transform(t+n*e)}const ki={offset:"stroke-dashoffset",array:"stroke-dasharray"},Li={offset:"strokeDashoffset",array:"strokeDasharray"};function Ri(e,{attrX:t,attrY:n,attrScale:r,originX:o,originY:i,pathLength:a,pathSpacing:s=1,pathOffset:l=0,...c},u,d,p){if(Ii(e,c,u,p),d)return void(e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox));e.attrs=e.style,e.style={};const{attrs:h,style:m,dimensions:f}=e;h.transform&&(f&&(m.transform=h.transform),delete h.transform),f&&(void 0!==o||void 0!==i||m.transform)&&(m.transformOrigin=function(e,t,n){return`${Pi(t,e.x,e.width)} ${Pi(n,e.y,e.height)}`}(f,void 0!==o?o:.5,void 0!==i?i:.5)),void 0!==t&&(h.x=t),void 0!==n&&(h.y=n),void 0!==r&&(h.scale=r),void 0!==a&&function(e,t,n=1,r=0,o=!0){e.pathLength=1;const i=o?ki:Li;e[i.offset]=fi.transform(-r);const a=fi.transform(t),s=fi.transform(n);e[i.array]=`${a} ${s}`}(h,a,s,l,!1)}const Gi=()=>({style:{},transform:{},transformOrigin:{},vars:{},attrs:{}}),Oi=e=>"string"==typeof e&&"svg"===e.toLowerCase();function Di(e,t,n,r){const o=a(()=>{const n={style:{},transform:{},transformOrigin:{},vars:{},attrs:{}};return Ri(n,t,{enableHardwareAcceleration:!1},Oi(r),e.transformTemplate),{...n.attrs,style:{...n.style}}},[t]);if(e.style){const t={};wi(t,e.style,e),o.style={...t,...o.style}}return o}function Vi(e=!1){return(t,n,r,{latestValues:o},i)=>{const l=(Zo(t)?Di:Ei)(n,o,i,t),c=function(e,t,n){const r={};for(const o in e)"values"===o&&"object"==typeof e.values||(Ti(o)||!0===n&&Si(o)||!t&&!Si(o)||e.draggable&&o.startsWith("onDrag"))&&(r[o]=e[o]);return r}(n,"string"==typeof t,e),u={...c,...l,ref:r},{children:d}=n,p=a(()=>$o(d)?d.get():d,[d]);return s(t,{...u,children:p})}}const Mi=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();function ji(e,{style:t,vars:n},r,o){Object.assign(e.style,t,o&&o.getProjectionStyles(r));for(const t in n)e.style.setProperty(t,n[t])}const Hi=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function Wi(e,t,n,r){ji(e,t,void 0,r);for(const n in t.attrs)e.setAttribute(Hi.has(n)?n:Mi(n),t.attrs[n])}function Xi(e,t){const{style:n}=e,r={};for(const o in n)($o(n[o])||t.style&&$o(t.style[o])||Uo(o,e))&&(r[o]=n[o]);return r}function Fi(e,t){const n=Xi(e,t);for(const r in e)if($o(e[r])||$o(t[r])){n[-1!==_o.indexOf(r)?"attr"+r.charAt(0).toUpperCase()+r.substring(1):r]=e[r]}return n}function zi(e,t,n,r={},o={}){return"function"==typeof t&&(t=t(void 0!==n?n:e.custom,r,o)),"string"==typeof t&&(t=e.variants&&e.variants[t]),"function"==typeof t&&(t=t(void 0!==n?n:e.custom,r,o)),t}function Zi(e){const t=l(null);return null===t.current&&(t.current=e()),t.current}const Yi=e=>Array.isArray(e),_i=e=>Yi(e)?e[e.length-1]||0:e;function Ji(e){const t=$o(e)?e.get():e;return n=t,Boolean(n&&"object"==typeof n&&n.mix&&n.toValue)?t.toValue():t;var n}const Ui=e=>(t,n)=>{const r=m(Co),o=m(wo),i=()=>function({scrapeMotionValuesFromProps:e,createRenderState:t,onMount:n},r,o,i){const a={latestValues:$i(r,o,i,e),renderState:t()};return n&&(a.mount=e=>n(r,e,a)),a}(e,t,r,o);return n?i():Zi(i)};function $i(e,t,n,r){const o={},i=r(e,{});for(const e in i)o[e]=Ji(i[e]);let{initial:a,animate:s}=e;const l=Lo(e),c=Ro(e);t&&c&&!l&&!1!==e.inherit&&(void 0===a&&(a=t.initial),void 0===s&&(s=t.animate));let u=!!n&&!1===n.initial;u=u||!1===a;const d=u?s:a;if(d&&"boolean"!=typeof d&&!Bo(d)){(Array.isArray(d)?d:[d]).forEach(t=>{const n=zi(e,t);if(!n)return;const{transitionEnd:r,transition:i,...a}=n;for(const e in a){let t=a[e];if(Array.isArray(t)){t=t[u?t.length-1:0]}null!==t&&(o[e]=t)}for(const e in r)o[e]=r[e]})}return o}const Ki={useVisualState:Ui({scrapeMotionValuesFromProps:Fi,createRenderState:Gi,onMount:(e,t,{renderState:n,latestValues:r})=>{try{n.dimensions="function"==typeof t.getBBox?t.getBBox():t.getBoundingClientRect()}catch(e){n.dimensions={x:0,y:0,width:0,height:0}}Ri(n,r,{enableHardwareAcceleration:!1},Oi(t.tagName),e.transformTemplate),Wi(t,n)}})},Qi={useVisualState:Ui({scrapeMotionValuesFromProps:Xi,createRenderState:Ci})};function qi(e,t,n,r={passive:!0}){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n)}const ea=e=>"mouse"===e.pointerType?"number"!=typeof e.button||e.button<=0:!1!==e.isPrimary;function ta(e,t="page"){return{point:{x:e[t+"X"],y:e[t+"Y"]}}}function na(e,t,n,r){return qi(e,t,(e=>t=>ea(t)&&e(t,ta(t)))(n),r)}const ra=(e,t)=>n=>t(e(n)),oa=(...e)=>e.reduce(ra);function ia(e){let t=null;return()=>{const n=()=>{t=null};return null===t&&(t=e,n)}}const aa=ia("dragHorizontal"),sa=ia("dragVertical");function la(e){let t=!1;if("y"===e)t=sa();else if("x"===e)t=aa();else{const e=aa(),n=sa();e&&n?t=()=>{e(),n()}:(e&&e(),n&&n())}return t}function ca(){const e=la(!0);return!e||(e(),!1)}class ua{constructor(e){this.isMounted=!1,this.node=e}update(){}}const da={delta:0,timestamp:0,isProcessing:!1};let pa=!0,ha=!1;const ma=["read","update","preRender","render","postRender"],fa=ma.reduce((e,t)=>(e[t]=function(e){let t=[],n=[],r=0,o=!1,i=!1;const a=new WeakSet,s={schedule:(e,i=!1,s=!1)=>{const l=s&&o,c=l?t:n;return i&&a.add(e),-1===c.indexOf(e)&&(c.push(e),l&&o&&(r=t.length)),e},cancel:e=>{const t=n.indexOf(e);-1!==t&&n.splice(t,1),a.delete(e)},process:l=>{if(o)i=!0;else{if(o=!0,[t,n]=[n,t],n.length=0,r=t.length,r)for(let n=0;n<r;n++){const r=t[n];r(l),a.has(r)&&(s.schedule(r),e())}o=!1,i&&(i=!1,s.process(l))}}};return s}(()=>ha=!0),e),{}),ga=e=>fa[e].process(da),ba=e=>{ha=!1,da.delta=pa?1e3/60:Math.max(Math.min(e-da.timestamp,40),1),da.timestamp=e,da.isProcessing=!0,ma.forEach(ga),da.isProcessing=!1,ha&&(pa=!1,requestAnimationFrame(ba))},va=ma.reduce((e,t)=>{const n=fa[t];return e[t]=(e,t=!1,r=!1)=>(ha||(ha=!0,pa=!0,da.isProcessing||requestAnimationFrame(ba)),n.schedule(e,t,r)),e},{});function ya(e){ma.forEach(t=>fa[t].cancel(e))}function xa(e,t){const n="pointer"+(t?"enter":"leave"),r="onHover"+(t?"Start":"End");return na(e.current,n,(n,o)=>{if("touch"===n.type||ca())return;const i=e.getProps();e.animationState&&i.whileHover&&e.animationState.setActive("whileHover",t),i[r]&&va.update(()=>i[r](n,o))},{passive:!e.getProps()[r]})}const Ia=(e,t)=>!!t&&(e===t||Ia(e,t.parentElement)),Ca=e=>e;function wa(e,t){if(!t)return;const n=new PointerEvent("pointer"+e);t(n,ta(n))}const Aa=new WeakMap,Ea=new WeakMap,Na=e=>{const t=Aa.get(e.target);t&&t(e)},Sa=e=>{e.forEach(Na)};function Ta(e,t,n){const r=function({root:e,...t}){const n=e||document;Ea.has(n)||Ea.set(n,{});const r=Ea.get(n),o=JSON.stringify(t);return r[o]||(r[o]=new IntersectionObserver(Sa,{root:e,...t})),r[o]}(t);return Aa.set(e,n),r.observe(e),()=>{Aa.delete(e),r.unobserve(e)}}const Ba={some:0,all:1};const Pa={inView:{Feature:class extends ua{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:e={}}=this.node.getProps(),{root:t,margin:n,amount:r="some",once:o}=e,i={root:t?t.current:void 0,rootMargin:n,threshold:"number"==typeof r?r:Ba[r]};return Ta(this.node.current,i,e=>{const{isIntersecting:t}=e;if(this.isInView===t)return;if(this.isInView=t,o&&!t&&this.hasEnteredView)return;t&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",t);const{onViewportEnter:n,onViewportLeave:r}=this.node.getProps(),i=t?n:r;i&&i(e)})}mount(){this.startObserver()}update(){if("undefined"==typeof IntersectionObserver)return;const{props:e,prevProps:t}=this.node;["amount","margin","root"].some(function({viewport:e={}},{viewport:t={}}={}){return n=>e[n]!==t[n]}(e,t))&&this.startObserver()}unmount(){}}},tap:{Feature:class extends ua{constructor(){super(...arguments),this.removeStartListeners=Ca,this.removeEndListeners=Ca,this.removeAccessibleListeners=Ca,this.startPointerPress=(e,t)=>{if(this.removeEndListeners(),this.isPressing)return;const n=this.node.getProps(),r=na(window,"pointerup",(e,t)=>{if(!this.checkPressEnd())return;const{onTap:n,onTapCancel:r}=this.node.getProps();va.update(()=>{Ia(this.node.current,e.target)?n&&n(e,t):r&&r(e,t)})},{passive:!(n.onTap||n.onPointerUp)}),o=na(window,"pointercancel",(e,t)=>this.cancelPress(e,t),{passive:!(n.onTapCancel||n.onPointerCancel)});this.removeEndListeners=oa(r,o),this.startPress(e,t)},this.startAccessiblePress=()=>{const e=qi(this.node.current,"keydown",e=>{if("Enter"!==e.key||this.isPressing)return;this.removeEndListeners(),this.removeEndListeners=qi(this.node.current,"keyup",e=>{"Enter"===e.key&&this.checkPressEnd()&&wa("up",(e,t)=>{const{onTap:n}=this.node.getProps();n&&va.update(()=>n(e,t))})}),wa("down",(e,t)=>{this.startPress(e,t)})}),t=qi(this.node.current,"blur",()=>{this.isPressing&&wa("cancel",(e,t)=>this.cancelPress(e,t))});this.removeAccessibleListeners=oa(e,t)}}startPress(e,t){this.isPressing=!0;const{onTapStart:n,whileTap:r}=this.node.getProps();r&&this.node.animationState&&this.node.animationState.setActive("whileTap",!0),n&&va.update(()=>n(e,t))}checkPressEnd(){this.removeEndListeners(),this.isPressing=!1;return this.node.getProps().whileTap&&this.node.animationState&&this.node.animationState.setActive("whileTap",!1),!ca()}cancelPress(e,t){if(!this.checkPressEnd())return;const{onTapCancel:n}=this.node.getProps();n&&va.update(()=>n(e,t))}mount(){const e=this.node.getProps(),t=na(this.node.current,"pointerdown",this.startPointerPress,{passive:!(e.onTapStart||e.onPointerStart)}),n=qi(this.node.current,"focus",this.startAccessiblePress);this.removeStartListeners=oa(t,n)}unmount(){this.removeStartListeners(),this.removeEndListeners(),this.removeAccessibleListeners()}}},focus:{Feature:class extends ua{constructor(){super(...arguments),this.isActive=!1}onFocus(){let e=!1;try{e=this.node.current.matches(":focus-visible")}catch(t){e=!0}e&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){this.isActive&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=oa(qi(this.node.current,"focus",()=>this.onFocus()),qi(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}},hover:{Feature:class extends ua{mount(){this.unmount=oa(xa(this.node,!0),xa(this.node,!1))}unmount(){}}}};function ka(e,t){if(!Array.isArray(t))return!1;const n=t.length;if(n!==e.length)return!1;for(let r=0;r<n;r++)if(t[r]!==e[r])return!1;return!0}function La(e,t,n){const r=e.getProps();return zi(r,t,void 0!==n?n:r.custom,function(e){const t={};return e.values.forEach((e,n)=>t[n]=e.get()),t}(e),function(e){const t={};return e.values.forEach((e,n)=>t[n]=e.getVelocity()),t}(e))}const Ra="data-"+Mi("framerAppearId");let Ga=Ca,Oa=Ca;"production"!==process.env.NODE_ENV&&(Ga=(e,t)=>{e||"undefined"==typeof console||console.warn(t)},Oa=(e,t)=>{if(!e)throw new Error(t)});const Da=e=>1e3*e,Va=e=>e/1e3,Ma=!1,ja=e=>Array.isArray(e)&&"number"==typeof e[0];function Ha(e){return Boolean(!e||"string"==typeof e&&Xa[e]||ja(e)||Array.isArray(e)&&e.every(Ha))}const Wa=([e,t,n,r])=>`cubic-bezier(${e}, ${t}, ${n}, ${r})`,Xa={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:Wa([0,.65,.55,1]),circOut:Wa([.55,0,1,.45]),backIn:Wa([.31,.01,.66,-.59]),backOut:Wa([.33,1.53,.69,.99])};function Fa(e){if(e)return ja(e)?Wa(e):Array.isArray(e)?e.map(Fa):Xa[e]}const za={waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate")},Za={},Ya={};for(const e in za)Ya[e]=()=>(void 0===Za[e]&&(Za[e]=za[e]()),Za[e]);const _a=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e;function Ja(e,t,n,r){if(e===t&&n===r)return Ca;const o=t=>function(e,t,n,r,o){let i,a,s=0;do{a=t+(n-t)/2,i=_a(a,r,o)-e,i>0?n=a:t=a}while(Math.abs(i)>1e-7&&++s<12);return a}(t,0,1,e,n);return e=>0===e||1===e?e:_a(o(e),t,r)}const Ua=Ja(.42,0,1,1),$a=Ja(0,0,.58,1),Ka=Ja(.42,0,.58,1),Qa=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,qa=e=>t=>1-e(1-t),es=e=>1-Math.sin(Math.acos(e)),ts=qa(es),ns=Qa(ts),rs=Ja(.33,1.53,.69,.99),os=qa(rs),is=Qa(os),as={linear:Ca,easeIn:Ua,easeInOut:Ka,easeOut:$a,circIn:es,circInOut:ns,circOut:ts,backIn:os,backInOut:is,backOut:rs,anticipate:e=>(e*=2)<1?.5*os(e):.5*(2-Math.pow(2,-10*(e-1)))},ss=e=>{if(Array.isArray(e)){Oa(4===e.length,"Cubic bezier arrays must contain four numerical values.");const[t,n,r,o]=e;return Ja(t,n,r,o)}return"string"==typeof e?(Oa(void 0!==as[e],`Invalid easing type '${e}'`),as[e]):e},ls=(e,t)=>n=>Boolean(di(n)&&ui.test(n)&&n.startsWith(e)||t&&Object.prototype.hasOwnProperty.call(n,t)),cs=(e,t,n)=>r=>{if(!di(r))return r;const[o,i,a,s]=r.match(li);return{[e]:parseFloat(o),[t]:parseFloat(i),[n]:parseFloat(a),alpha:void 0!==s?parseFloat(s):1}},us={...oi,transform:e=>Math.round((e=>ri(0,255,e))(e))},ds={test:ls("rgb","red"),parse:cs("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:r=1})=>"rgba("+us.transform(e)+", "+us.transform(t)+", "+us.transform(n)+", "+si(ii.transform(r))+")"};const ps={test:ls("#"),parse:function(e){let t="",n="",r="",o="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),r=e.substring(5,7),o=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),r=e.substring(3,4),o=e.substring(4,5),t+=t,n+=n,r+=r,o+=o),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:o?parseInt(o,16)/255:1}},transform:ds.transform},hs={test:ls("hsl","hue"),parse:cs("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:r=1})=>"hsla("+Math.round(e)+", "+mi.transform(si(t))+", "+mi.transform(si(n))+", "+si(ii.transform(r))+")"},ms={test:e=>ds.test(e)||ps.test(e)||hs.test(e),parse:e=>ds.test(e)?ds.parse(e):hs.test(e)?hs.parse(e):ps.parse(e),transform:e=>di(e)?e:e.hasOwnProperty("red")?ds.transform(e):hs.transform(e)},fs=(e,t,n)=>-n*e+n*t+e;function gs(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}const bs=(e,t,n)=>{const r=e*e;return Math.sqrt(Math.max(0,n*(t*t-r)+r))},vs=[ps,ds,hs];function ys(e){const t=(n=e,vs.find(e=>e.test(n)));var n;Oa(Boolean(t),`'${e}' is not an animatable color. Use the equivalent color code instead.`);let r=t.parse(e);return t===hs&&(r=function({hue:e,saturation:t,lightness:n,alpha:r}){e/=360,n/=100;let o=0,i=0,a=0;if(t/=100){const r=n<.5?n*(1+t):n+t-n*t,s=2*n-r;o=gs(s,r,e+1/3),i=gs(s,r,e),a=gs(s,r,e-1/3)}else o=i=a=n;return{red:Math.round(255*o),green:Math.round(255*i),blue:Math.round(255*a),alpha:r}}(r)),r}const xs=(e,t)=>{const n=ys(e),r=ys(t),o={...n};return e=>(o.red=bs(n.red,r.red,e),o.green=bs(n.green,r.green,e),o.blue=bs(n.blue,r.blue,e),o.alpha=fs(n.alpha,r.alpha,e),ds.transform(o))};const Is={regex:/var\s*\(\s*--[\w-]+(\s*,\s*(?:(?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)+)?\s*\)/g,countKey:"Vars",token:"${v}",parse:Ca},Cs={regex:ci,countKey:"Colors",token:"${c}",parse:ms.parse},ws={regex:li,countKey:"Numbers",token:"${n}",parse:oi.parse};function As(e,{regex:t,countKey:n,token:r,parse:o}){const i=e.tokenised.match(t);i&&(e["num"+n]=i.length,e.tokenised=e.tokenised.replace(t,r),e.values.push(...i.map(o)))}function Es(e){const t=e.toString(),n={value:t,tokenised:t,values:[],numVars:0,numColors:0,numNumbers:0};return n.value.includes("var(--")&&As(n,Is),As(n,Cs),As(n,ws),n}function Ns(e){return Es(e).values}function Ss(e){const{values:t,numColors:n,numVars:r,tokenised:o}=Es(e),i=t.length;return e=>{let t=o;for(let o=0;o<i;o++)t=o<r?t.replace(Is.token,e[o]):o<r+n?t.replace(Cs.token,ms.transform(e[o])):t.replace(ws.token,si(e[o]));return t}}const Ts=e=>"number"==typeof e?0:e;const Bs={test:function(e){var t,n;return isNaN(e)&&di(e)&&((null===(t=e.match(li))||void 0===t?void 0:t.length)||0)+((null===(n=e.match(ci))||void 0===n?void 0:n.length)||0)>0},parse:Ns,createTransformer:Ss,getAnimatableNone:function(e){const t=Ns(e);return Ss(e)(t.map(Ts))}},Ps=(e,t)=>n=>`${n>0?t:e}`;function ks(e,t){return"number"==typeof e?n=>fs(e,t,n):ms.test(e)?xs(e,t):e.startsWith("var(")?Ps(e,t):Gs(e,t)}const Ls=(e,t)=>{const n=[...e],r=n.length,o=e.map((e,n)=>ks(e,t[n]));return e=>{for(let t=0;t<r;t++)n[t]=o[t](e);return n}},Rs=(e,t)=>{const n={...e,...t},r={};for(const o in n)void 0!==e[o]&&void 0!==t[o]&&(r[o]=ks(e[o],t[o]));return e=>{for(const t in r)n[t]=r[t](e);return n}},Gs=(e,t)=>{const n=Bs.createTransformer(t),r=Es(e),o=Es(t);return r.numVars===o.numVars&&r.numColors===o.numColors&&r.numNumbers>=o.numNumbers?oa(Ls(r.values,o.values),n):(Ga(!0,`Complex values '${e}' and '${t}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),Ps(e,t))},Os=(e,t,n)=>{const r=t-e;return 0===r?1:(n-e)/r},Ds=(e,t)=>n=>fs(e,t,n);function Vs(e,t,n){const r=[],o=n||("number"==typeof(i=e[0])?Ds:"string"==typeof i?ms.test(i)?xs:Gs:Array.isArray(i)?Ls:"object"==typeof i?Rs:Ds);var i;const a=e.length-1;for(let n=0;n<a;n++){let i=o(e[n],e[n+1]);if(t){const e=Array.isArray(t)?t[n]||Ca:t;i=oa(e,i)}r.push(i)}return r}function Ms(e,t,{clamp:n=!0,ease:r,mixer:o}={}){const i=e.length;if(Oa(i===t.length,"Both input and output ranges must be the same length"),1===i)return()=>t[0];e[0]>e[i-1]&&(e=[...e].reverse(),t=[...t].reverse());const a=Vs(t,r,o),s=a.length,l=t=>{let n=0;if(s>1)for(;n<e.length-2&&!(t<e[n+1]);n++);const r=Os(e[n],e[n+1],t);return a[n](r)};return n?t=>l(ri(e[0],e[i-1],t)):l}function js(e){const t=[0];return function(e,t){const n=e[e.length-1];for(let r=1;r<=t;r++){const o=Os(0,t,r);e.push(fs(n,1,o))}}(t,e.length-1),t}function Hs({duration:e=300,keyframes:t,times:n,ease:r="easeInOut"}){const o=(e=>Array.isArray(e)&&"number"!=typeof e[0])(r)?r.map(ss):ss(r),i={done:!1,value:t[0]},a=function(e,t){return e.map(e=>e*t)}(n&&n.length===t.length?n:js(t),e),s=Ms(a,t,{ease:Array.isArray(o)?o:(l=t,c=o,l.map(()=>c||Ka).splice(0,l.length-1))});var l,c;return{calculatedDuration:e,next:t=>(i.value=s(t),i.done=t>=e,i)}}function Ws(e,t){return t?e*(1e3/t):0}function Xs(e,t,n){const r=Math.max(t-5,0);return Ws(n-e(r),t-r)}const Fs=.001;function zs({duration:e=800,bounce:t=.25,velocity:n=0,mass:r=1}){let o,i;Ga(e<=Da(10),"Spring duration must be 10 seconds or less");let a=1-t;a=ri(.05,1,a),e=ri(.01,10,Va(e)),a<1?(o=t=>{const r=t*a,o=r*e,i=r-n,s=Ys(t,a),l=Math.exp(-o);return Fs-i/s*l},i=t=>{const r=t*a*e,i=r*n+n,s=Math.pow(a,2)*Math.pow(t,2)*e,l=Math.exp(-r),c=Ys(Math.pow(t,2),a);return(-o(t)+Fs>0?-1:1)*((i-s)*l)/c}):(o=t=>Math.exp(-t*e)*((t-n)*e+1)-.001,i=t=>Math.exp(-t*e)*(e*e*(n-t)));const s=function(e,t,n){let r=n;for(let n=1;n<Zs;n++)r-=e(r)/t(r);return r}(o,i,5/e);if(e=Da(e),isNaN(s))return{stiffness:100,damping:10,duration:e};{const t=Math.pow(s,2)*r;return{stiffness:t,damping:2*a*Math.sqrt(r*t),duration:e}}}const Zs=12;function Ys(e,t){return e*Math.sqrt(1-t*t)}const _s=["duration","bounce"],Js=["stiffness","damping","mass"];function Us(e,t){return t.some(t=>void 0!==e[t])}function $s({keyframes:e,restDelta:t,restSpeed:n,...r}){const o=e[0],i=e[e.length-1],a={done:!1,value:o},{stiffness:s,damping:l,mass:c,velocity:u,duration:d,isResolvedFromDuration:p}=function(e){let t={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...e};if(!Us(e,Js)&&Us(e,_s)){const n=zs(e);t={...t,...n,velocity:0,mass:1},t.isResolvedFromDuration=!0}return t}(r),h=u?-Va(u):0,m=l/(2*Math.sqrt(s*c)),f=i-o,g=Va(Math.sqrt(s/c)),b=Math.abs(f)<5;let v;if(n||(n=b?.01:2),t||(t=b?.005:.5),m<1){const e=Ys(g,m);v=t=>{const n=Math.exp(-m*g*t);return i-n*((h+m*g*f)/e*Math.sin(e*t)+f*Math.cos(e*t))}}else if(1===m)v=e=>i-Math.exp(-g*e)*(f+(h+g*f)*e);else{const e=g*Math.sqrt(m*m-1);v=t=>{const n=Math.exp(-m*g*t),r=Math.min(e*t,300);return i-n*((h+m*g*f)*Math.sinh(r)+e*f*Math.cosh(r))/e}}return{calculatedDuration:p&&d||null,next:e=>{const r=v(e);if(p)a.done=e>=d;else{let o=h;0!==e&&(o=m<1?Xs(v,e,r):0);const s=Math.abs(o)<=n,l=Math.abs(i-r)<=t;a.done=s&&l}return a.value=a.done?i:r,a}}}function Ks({keyframes:e,velocity:t=0,power:n=.8,timeConstant:r=325,bounceDamping:o=10,bounceStiffness:i=500,modifyTarget:a,min:s,max:l,restDelta:c=.5,restSpeed:u}){const d=e[0],p={done:!1,value:d},h=e=>void 0===s?l:void 0===l||Math.abs(s-e)<Math.abs(l-e)?s:l;let m=n*t;const f=d+m,g=void 0===a?f:a(f);g!==f&&(m=g-d);const b=e=>-m*Math.exp(-e/r),v=e=>g+b(e),y=e=>{const t=b(e),n=v(e);p.done=Math.abs(t)<=c,p.value=p.done?g:n};let x,I;const C=e=>{var t;(t=p.value,void 0!==s&&t<s||void 0!==l&&t>l)&&(x=e,I=$s({keyframes:[p.value,h(p.value)],velocity:Xs(v,e,p.value),damping:o,stiffness:i,restDelta:c,restSpeed:u}))};return C(0),{calculatedDuration:null,next:e=>{let t=!1;return I||void 0!==x||(t=!0,y(e),C(e)),void 0!==x&&e>x?I.next(e-x):(!t&&y(e),p)}}}const Qs=e=>{const t=({timestamp:t})=>e(t);return{start:()=>va.update(t,!0),stop:()=>ya(t),now:()=>da.isProcessing?da.timestamp:performance.now()}};function qs(e){let t=0;let n=e.next(t);for(;!n.done&&t<2e4;)t+=50,n=e.next(t);return t>=2e4?1/0:t}const el={decay:Ks,inertia:Ks,tween:Hs,keyframes:Hs,spring:$s};function tl({autoplay:e=!0,delay:t=0,driver:n=Qs,keyframes:r,type:o="keyframes",repeat:i=0,repeatDelay:a=0,repeatType:s="loop",onPlay:l,onStop:c,onComplete:u,onUpdate:d,...p}){let h,m,f=1,g=!1;const b=()=>{h&&h(),m=new Promise(e=>{h=e})};let v;b();const y=el[o]||Hs;let x;y!==Hs&&"number"!=typeof r[0]&&(x=Ms([0,100],r,{clamp:!1}),r=[0,100]);const I=y({...p,keyframes:r});let C;"mirror"===s&&(C=y({...p,keyframes:[...r].reverse(),velocity:-(p.velocity||0)}));let w="idle",A=null,E=null,N=null;null===I.calculatedDuration&&i&&(I.calculatedDuration=qs(I));const{calculatedDuration:S}=I;let T=1/0,B=1/0;null!==S&&(T=S+a,B=T*(i+1)-a);let P=0;const k=e=>{if(null===E)return;f>0&&(E=Math.min(E,e)),P=null!==A?A:(e-E)*f;const n=P-t,o=n<0;P=Math.max(n,0),"finished"===w&&null===A&&(P=B);let l=P,c=I;if(i){const e=P/T;let t=Math.floor(e),n=e%1;!n&&e>=1&&(n=1),1===n&&t--,t=Math.min(t,i+1);const r=Boolean(t%2);r&&("reverse"===s?(n=1-n,a&&(n-=a/T)):"mirror"===s&&(c=C));let o=ri(0,1,n);P>B&&(o="reverse"===s&&r?1:0),l=o*T}const u=o?{done:!1,value:r[0]}:c.next(l);x&&(u.value=x(u.value));let{done:p}=u;o||null===S||(p=P>=B);const h=null===A&&("finished"===w||"running"===w&&p||f<0&&P<=0);return d&&d(u.value),h&&G(),u},L=()=>{v&&v.stop(),v=void 0},R=()=>{w="idle",L(),b(),E=N=null},G=()=>{w="finished",u&&u(),L(),b()},O=()=>{if(g)return;v||(v=n(k));const e=v.now();l&&l(),null!==A?E=e-A:E&&"finished"!==w||(E=e),N=E,A=null,w="running",v.start()};e&&O();const D={then:(e,t)=>m.then(e,t),get time(){return Va(P)},set time(e){e=Da(e),P=e,null===A&&v&&0!==f?E=v.now()-e/f:A=e},get duration(){const e=null===I.calculatedDuration?qs(I):I.calculatedDuration;return Va(e)},get speed(){return f},set speed(e){e!==f&&v&&(f=e,D.time=Va(P))},get state(){return w},play:O,pause:()=>{w="paused",A=P},stop:()=>{g=!0,"idle"!==w&&(w="idle",c&&c(),R())},cancel:()=>{null!==N&&k(N),R()},complete:()=>{w="finished"},sample:e=>(E=0,k(e))};return D}const nl=new Set(["opacity","clipPath","filter","transform","backgroundColor"]);function rl(e,t,{onUpdate:n,onComplete:r,...o}){if(!(Ya.waapi()&&nl.has(t)&&!o.repeatDelay&&"mirror"!==o.repeatType&&0!==o.damping&&"inertia"!==o.type))return!1;let i,a,s=!1;const l=()=>{a=new Promise(e=>{i=e})};l();let{keyframes:c,duration:u=300,ease:d,times:p}=o;if(((e,t)=>"spring"===t.type||"backgroundColor"===e||!Ha(t.ease))(t,o)){const e=tl({...o,repeat:0,delay:0});let t={done:!1,value:c[0]};const n=[];let r=0;for(;!t.done&&r<2e4;)t=e.sample(r),n.push(t.value),r+=10;p=void 0,c=n,u=r-10,d="linear"}const h=function(e,t,n,{delay:r=0,duration:o,repeat:i=0,repeatType:a="loop",ease:s,times:l}={}){const c={[t]:n};l&&(c.offset=l);const u=Fa(s);return Array.isArray(u)&&(c.easing=u),e.animate(c,{delay:r,duration:o,easing:Array.isArray(u)?"linear":u,fill:"both",iterations:i+1,direction:"reverse"===a?"alternate":"normal"})}(e.owner.current,t,c,{...o,duration:u,ease:d,times:p}),m=()=>h.cancel(),f=()=>{va.update(m),i(),l()};return h.onfinish=()=>{e.set(function(e,{repeat:t,repeatType:n="loop"}){return e[t&&"loop"!==n&&t%2==1?0:e.length-1]}(c,o)),r&&r(),f()},{then:(e,t)=>a.then(e,t),get time(){return Va(h.currentTime||0)},set time(e){h.currentTime=Da(e)},get speed(){return h.playbackRate},set speed(e){h.playbackRate=e},get duration(){return Va(u)},play:()=>{s||(h.play(),ya(m))},pause:()=>h.pause(),stop:()=>{if(s=!0,"idle"===h.playState)return;const{currentTime:t}=h;if(t){const n=tl({...o,autoplay:!1});e.setWithVelocity(n.sample(t-10).value,n.sample(t).value,10)}f()},complete:()=>h.finish(),cancel:f}}const ol={type:"spring",stiffness:500,damping:25,restSpeed:10},il={type:"keyframes",duration:.8},al={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},sl=(e,{keyframes:t})=>t.length>2?il:Jo.has(e)?e.startsWith("scale")?{type:"spring",stiffness:550,damping:0===t[1]?2*Math.sqrt(550):30,restSpeed:10}:ol:al,ll=(e,t)=>"zIndex"!==e&&(!("number"!=typeof t&&!Array.isArray(t))||!("string"!=typeof t||!Bs.test(t)&&"0"!==t||t.startsWith("url("))),cl=new Set(["brightness","contrast","saturate","opacity"]);function ul(e){const[t,n]=e.slice(0,-1).split("(");if("drop-shadow"===t)return e;const[r]=n.match(li)||[];if(!r)return e;const o=n.replace(r,"");let i=cl.has(t)?1:0;return r!==n&&(i*=100),t+"("+i+o+")"}const dl=/([a-z-]*)\(.*?\)/g,pl={...Bs,getAnimatableNone:e=>{const t=e.match(dl);return t?t.map(ul).join(" "):e}},hl={...xi,color:ms,backgroundColor:ms,outlineColor:ms,fill:ms,stroke:ms,borderColor:ms,borderTopColor:ms,borderRightColor:ms,borderBottomColor:ms,borderLeftColor:ms,filter:pl,WebkitFilter:pl},ml=e=>hl[e];function fl(e,t){let n=ml(e);return n!==pl&&(n=Bs),n.getAnimatableNone?n.getAnimatableNone(t):void 0}const gl=e=>/^0[^.\s]+$/.test(e);function bl(e){return"number"==typeof e?0===e:null!==e?"none"===e||"0"===e||gl(e):void 0}function vl(e,t){return e[t]||e.default||e}const yl=(e,t,n,r={})=>o=>{const i=vl(r,e)||{},a=i.delay||r.delay||0;let{elapsed:s=0}=r;s-=Da(a);const l=function(e,t,n,r){const o=ll(t,n);let i;i=Array.isArray(n)?[...n]:[null,n];const a=void 0!==r.from?r.from:e.get();let s;const l=[];for(let e=0;e<i.length;e++)null===i[e]&&(i[e]=0===e?a:i[e-1]),bl(i[e])&&l.push(e),"string"==typeof i[e]&&"none"!==i[e]&&"0"!==i[e]&&(s=i[e]);if(o&&l.length&&s)for(let e=0;e<l.length;e++)i[l[e]]=fl(t,s);return i}(t,e,n,i),c=l[0],u=l[l.length-1],d=ll(e,c),p=ll(e,u);Ga(d===p,`You are trying to animate ${e} from "${c}" to "${u}". ${c} is not an animatable value - to enable this animation set ${c} to a value animatable to ${u} via the \`style\` property.`);let h={keyframes:l,velocity:t.getVelocity(),ease:"easeOut",...i,delay:-s,onUpdate:e=>{t.set(e),i.onUpdate&&i.onUpdate(e)},onComplete:()=>{o(),i.onComplete&&i.onComplete()}};if(function({when:e,delay:t,delayChildren:n,staggerChildren:r,staggerDirection:o,repeat:i,repeatType:a,repeatDelay:s,from:l,elapsed:c,...u}){return!!Object.keys(u).length}(i)||(h={...h,...sl(e,h)}),h.duration&&(h.duration=Da(h.duration)),h.repeatDelay&&(h.repeatDelay=Da(h.repeatDelay)),!d||!p||Ma||!1===i.type)return function({keyframes:e,delay:t,onUpdate:n,onComplete:r}){const o=()=>(n&&n(e[e.length-1]),r&&r(),{time:0,speed:1,duration:0,play:Ca,pause:Ca,stop:Ca,then:e=>(e(),Promise.resolve()),cancel:Ca,complete:Ca});return t?tl({keyframes:[0,1],duration:0,delay:t,onComplete:o}):o()}(h);if(t.owner&&t.owner.current instanceof HTMLElement&&!t.owner.getProps().onUpdate){const n=rl(t,e,h);if(n)return n}return tl(h)};function xl(e){return Boolean($o(e)&&e.add)}const Il=e=>/^\-?\d*\.?\d+$/.test(e);function Cl(e,t){-1===e.indexOf(t)&&e.push(t)}function wl(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class Al{constructor(){this.subscriptions=[]}add(e){return Cl(this.subscriptions,e),()=>wl(this.subscriptions,e)}notify(e,t,n){const r=this.subscriptions.length;if(r)if(1===r)this.subscriptions[0](e,t,n);else for(let o=0;o<r;o++){const r=this.subscriptions[o];r&&r(e,t,n)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const El=new Set;function Nl(e,t,n){e||El.has(t)||(console.warn(t),El.add(t))}class Sl{constructor(e,t={}){var n;this.version="10.12.16",this.timeDelta=0,this.lastUpdated=0,this.canTrackVelocity=!1,this.events={},this.updateAndNotify=(e,t=!0)=>{this.prev=this.current,this.current=e;const{delta:n,timestamp:r}=da;this.lastUpdated!==r&&(this.timeDelta=n,this.lastUpdated=r,va.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),t&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>va.postRender(this.velocityCheck),this.velocityCheck=({timestamp:e})=>{e!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=e,this.canTrackVelocity=(n=this.current,!isNaN(parseFloat(n))),this.owner=t.owner}onChange(e){return"production"!==process.env.NODE_ENV&&Nl(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",e)}on(e,t){this.events[e]||(this.events[e]=new Al);const n=this.events[e].add(t);return"change"===e?()=>{n(),va.read(()=>{this.events.change.getSize()||this.stop()})}:n}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,t){this.passiveEffect=e,this.stopPassiveEffect=t}set(e,t=!0){t&&this.passiveEffect?this.passiveEffect(e,this.updateAndNotify):this.updateAndNotify(e,t)}setWithVelocity(e,t,n){this.set(t),this.prev=e,this.timeDelta=n}jump(e){this.updateAndNotify(e),this.prev=e,this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?Ws(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(e){return this.stop(),new Promise(t=>{this.hasAnimated=!0,this.animation=e(t),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function Tl(e,t){return new Sl(e,t)}const Bl=e=>t=>t.test(e),Pl=[oi,fi,mi,hi,bi,gi,{test:e=>"auto"===e,parse:e=>e}],kl=e=>Pl.find(Bl(e)),Ll=[...Pl,ms,Bs],Rl=e=>Ll.find(Bl(e));function Gl(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,Tl(n))}function Ol(e,t){if(!t)return;return(t[e]||t.default||t).from}function Dl({protectedKeys:e,needsAnimating:t},n){const r=e.hasOwnProperty(n)&&!0!==t[n];return t[n]=!1,r}function Vl(e,t,{delay:n=0,transitionOverride:r,type:o}={}){let{transition:i=e.getDefaultTransition(),transitionEnd:a,...s}=e.makeTargetAnimatable(t);const l=e.getValue("willChange");r&&(i=r);const c=[],u=o&&e.animationState&&e.animationState.getState()[o];for(const t in s){const r=e.getValue(t),o=s[t];if(!r||void 0===o||u&&Dl(u,t))continue;const a={delay:n,elapsed:0,...i};if(window.HandoffAppearAnimations&&!r.hasAnimated){const n=e.getProps()[Ra];n&&(a.elapsed=window.HandoffAppearAnimations(n,t,r,va))}r.start(yl(t,r,o,e.shouldReduceMotion&&Jo.has(t)?{type:!1}:a));const d=r.animation;xl(l)&&(l.add(t),d.then(()=>l.remove(t))),c.push(d)}return a&&Promise.all(c).then(()=>{a&&function(e,t){const n=La(e,t);let{transitionEnd:r={},transition:o={},...i}=n?e.makeTargetAnimatable(n,!1):{};i={...i,...r};for(const t in i)Gl(e,t,_i(i[t]))}(e,a)}),c}function Ml(e,t,n={}){const r=La(e,t,n.custom);let{transition:o=e.getDefaultTransition()||{}}=r||{};n.transitionOverride&&(o=n.transitionOverride);const i=r?()=>Promise.all(Vl(e,r,n)):()=>Promise.resolve(),a=e.variantChildren&&e.variantChildren.size?(r=0)=>{const{delayChildren:i=0,staggerChildren:a,staggerDirection:s}=o;return function(e,t,n=0,r=0,o=1,i){const a=[],s=(e.variantChildren.size-1)*r,l=1===o?(e=0)=>e*r:(e=0)=>s-e*r;return Array.from(e.variantChildren).sort(jl).forEach((e,r)=>{e.notify("AnimationStart",t),a.push(Ml(e,t,{...i,delay:n+l(r)}).then(()=>e.notify("AnimationComplete",t)))}),Promise.all(a)}(e,t,i+r,a,s,n)}:()=>Promise.resolve(),{when:s}=o;if(s){const[e,t]="beforeChildren"===s?[i,a]:[a,i];return e().then(()=>t())}return Promise.all([i(),a(n.delay)])}function jl(e,t){return e.sortNodePosition(t)}const Hl=[...Po].reverse(),Wl=Po.length;function Xl(e){return t=>Promise.all(t.map(({animation:t,options:n})=>function(e,t,n={}){let r;if(e.notify("AnimationStart",t),Array.isArray(t)){const o=t.map(t=>Ml(e,t,n));r=Promise.all(o)}else if("string"==typeof t)r=Ml(e,t,n);else{const o="function"==typeof t?La(e,t,n.custom):t;r=Promise.all(Vl(e,o,n))}return r.then(()=>e.notify("AnimationComplete",t))}(e,t,n)))}function Fl(e){let t=Xl(e);const n={animate:Zl(!0),whileInView:Zl(),whileHover:Zl(),whileTap:Zl(),whileDrag:Zl(),whileFocus:Zl(),exit:Zl()};let r=!0;const o=(t,n)=>{const r=La(e,n);if(r){const{transition:e,transitionEnd:n,...o}=r;t={...t,...o,...n}}return t};function i(i,a){const s=e.getProps(),l=e.getVariantContext(!0)||{},c=[],u=new Set;let d={},p=1/0;for(let t=0;t<Wl;t++){const h=Hl[t],m=n[h],f=void 0!==s[h]?s[h]:l[h],g=To(f),b=h===a?m.isActive:null;!1===b&&(p=t);let v=f===l[h]&&f!==s[h]&&g;if(v&&r&&e.manuallyAnimateOnMount&&(v=!1),m.protectedKeys={...d},!m.isActive&&null===b||!f&&!m.prevProp||Bo(f)||"boolean"==typeof f)continue;const y=zl(m.prevProp,f);let x=y||h===a&&m.isActive&&!v&&g||t>p&&g;const I=Array.isArray(f)?f:[f];let C=I.reduce(o,{});!1===b&&(C={});const{prevResolvedValues:w={}}=m,A={...w,...C},E=e=>{x=!0,u.delete(e),m.needsAnimating[e]=!0};for(const e in A){const t=C[e],n=w[e];d.hasOwnProperty(e)||(t!==n?Yi(t)&&Yi(n)?!ka(t,n)||y?E(e):m.protectedKeys[e]=!0:void 0!==t?E(e):u.add(e):void 0!==t&&u.has(e)?E(e):m.protectedKeys[e]=!0)}m.prevProp=f,m.prevResolvedValues=C,m.isActive&&(d={...d,...C}),r&&e.blockInitialAnimation&&(x=!1),x&&!v&&c.push(...I.map(e=>({animation:e,options:{type:h,...i}})))}if(u.size){const t={};u.forEach(n=>{const r=e.getBaseTarget(n);void 0!==r&&(t[n]=r)}),c.push({animation:t})}let h=Boolean(c.length);return r&&!1===s.initial&&!e.manuallyAnimateOnMount&&(h=!1),r=!1,h?t(c):Promise.resolve()}return{animateChanges:i,setActive:function(t,r,o){var a;if(n[t].isActive===r)return Promise.resolve();null===(a=e.variantChildren)||void 0===a||a.forEach(e=>{var n;return null===(n=e.animationState)||void 0===n?void 0:n.setActive(t,r)}),n[t].isActive=r;const s=i(o,t);for(const e in n)n[e].protectedKeys={};return s},setAnimateFunction:function(n){t=n(e)},getState:()=>n}}function zl(e,t){return"string"==typeof t?t!==e:!!Array.isArray(t)&&!ka(t,e)}function Zl(e=!1){return{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}let Yl=0;const _l={animation:{Feature:class extends ua{constructor(e){super(e),e.animationState||(e.animationState=Fl(e))}updateAnimationControlsSubscription(){const{animate:e}=this.node.getProps();this.unmount(),Bo(e)&&(this.unmount=e.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:e}=this.node.getProps(),{animate:t}=this.node.prevProps||{};e!==t&&this.updateAnimationControlsSubscription()}unmount(){}}},exit:{Feature:class extends ua{constructor(){super(...arguments),this.id=Yl++}update(){if(!this.node.presenceContext)return;const{isPresent:e,onExitComplete:t,custom:n}=this.node.presenceContext,{isPresent:r}=this.node.prevPresenceContext||{};if(!this.node.animationState||e===r)return;const o=this.node.animationState.setActive("exit",!e,{custom:null!=n?n:this.node.getProps().custom});t&&!e&&o.then(()=>t(this.id))}mount(){const{register:e}=this.node.presenceContext||{};e&&(this.unmount=e(this.id))}unmount(){}}}},Jl=(e,t)=>Math.abs(e-t);class Ul{constructor(e,t,{transformPagePoint:n}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=()=>{if(!this.lastMoveEvent||!this.lastMoveEventInfo)return;const e=Ql(this.lastMoveEventInfo,this.history),t=null!==this.startEvent,n=function(e,t){const n=Jl(e.x,t.x),r=Jl(e.y,t.y);return Math.sqrt(n**2+r**2)}(e.offset,{x:0,y:0})>=3;if(!t&&!n)return;const{point:r}=e,{timestamp:o}=da;this.history.push({...r,timestamp:o});const{onStart:i,onMove:a}=this.handlers;t||(i&&i(this.lastMoveEvent,e),this.startEvent=this.lastMoveEvent),a&&a(this.lastMoveEvent,e)},this.handlePointerMove=(e,t)=>{this.lastMoveEvent=e,this.lastMoveEventInfo=$l(t,this.transformPagePoint),va.update(this.updatePoint,!0)},this.handlePointerUp=(e,t)=>{if(this.end(),!this.lastMoveEvent||!this.lastMoveEventInfo)return;const{onEnd:n,onSessionEnd:r}=this.handlers,o=Ql("pointercancel"===e.type?this.lastMoveEventInfo:$l(t,this.transformPagePoint),this.history);this.startEvent&&n&&n(e,o),r&&r(e,o)},!ea(e))return;this.handlers=t,this.transformPagePoint=n;const r=$l(ta(e),this.transformPagePoint),{point:o}=r,{timestamp:i}=da;this.history=[{...o,timestamp:i}];const{onSessionStart:a}=t;a&&a(e,Ql(r,this.history)),this.removeListeners=oa(na(window,"pointermove",this.handlePointerMove),na(window,"pointerup",this.handlePointerUp),na(window,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),ya(this.updatePoint)}}function $l(e,t){return t?{point:t(e.point)}:e}function Kl(e,t){return{x:e.x-t.x,y:e.y-t.y}}function Ql({point:e},t){return{point:e,delta:Kl(e,ec(t)),offset:Kl(e,ql(t)),velocity:tc(t,.1)}}function ql(e){return e[0]}function ec(e){return e[e.length-1]}function tc(e,t){if(e.length<2)return{x:0,y:0};let n=e.length-1,r=null;const o=ec(e);for(;n>=0&&(r=e[n],!(o.timestamp-r.timestamp>Da(t)));)n--;if(!r)return{x:0,y:0};const i=Va(o.timestamp-r.timestamp);if(0===i)return{x:0,y:0};const a={x:(o.x-r.x)/i,y:(o.y-r.y)/i};return a.x===1/0&&(a.x=0),a.y===1/0&&(a.y=0),a}function nc(e){return e.max-e.min}function rc(e,t=0,n=.01){return Math.abs(e-t)<=n}function oc(e,t,n,r=.5){e.origin=r,e.originPoint=fs(t.min,t.max,e.origin),e.scale=nc(n)/nc(t),(rc(e.scale,1,1e-4)||isNaN(e.scale))&&(e.scale=1),e.translate=fs(n.min,n.max,e.origin)-e.originPoint,(rc(e.translate)||isNaN(e.translate))&&(e.translate=0)}function ic(e,t,n,r){oc(e.x,t.x,n.x,r?r.originX:void 0),oc(e.y,t.y,n.y,r?r.originY:void 0)}function ac(e,t,n){e.min=n.min+t.min,e.max=e.min+nc(t)}function sc(e,t,n){e.min=t.min-n.min,e.max=e.min+nc(t)}function lc(e,t,n){sc(e.x,t.x,n.x),sc(e.y,t.y,n.y)}function cc(e,t,n){return{min:void 0!==t?e.min+t:void 0,max:void 0!==n?e.max+n-(e.max-e.min):void 0}}function uc(e,t){let n=t.min-e.min,r=t.max-e.max;return t.max-t.min<e.max-e.min&&([n,r]=[r,n]),{min:n,max:r}}const dc=.35;function pc(e,t,n){return{min:hc(e,t),max:hc(e,n)}}function hc(e,t){return"number"==typeof e?e:e[t]||0}const mc=()=>({x:{min:0,max:0},y:{min:0,max:0}});function fc(e){return[e("x"),e("y")]}function gc({top:e,left:t,right:n,bottom:r}){return{x:{min:t,max:n},y:{min:e,max:r}}}function bc(e){return void 0===e||1===e}function vc({scale:e,scaleX:t,scaleY:n}){return!bc(e)||!bc(t)||!bc(n)}function yc(e){return vc(e)||xc(e)||e.z||e.rotate||e.rotateX||e.rotateY}function xc(e){return Ic(e.x)||Ic(e.y)}function Ic(e){return e&&"0%"!==e}function Cc(e,t,n){return n+t*(e-n)}function wc(e,t,n,r,o){return void 0!==o&&(e=Cc(e,o,r)),Cc(e,n,r)+t}function Ac(e,t=0,n=1,r,o){e.min=wc(e.min,t,n,r,o),e.max=wc(e.max,t,n,r,o)}function Ec(e,{x:t,y:n}){Ac(e.x,t.translate,t.scale,t.originPoint),Ac(e.y,n.translate,n.scale,n.originPoint)}function Nc(e){return Number.isInteger(e)||e>1.0000000000001||e<.999999999999?e:1}function Sc(e,t){e.min=e.min+t,e.max=e.max+t}function Tc(e,t,[n,r,o]){const i=void 0!==t[o]?t[o]:.5,a=fs(e.min,e.max,i);Ac(e,t[n],t[r],a,t.scale)}const Bc=["x","scaleX","originX"],Pc=["y","scaleY","originY"];function kc(e,t){Tc(e.x,t,Bc),Tc(e.y,t,Pc)}function Lc(e,t){return gc(function(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),r=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}(e.getBoundingClientRect(),t))}const Rc=new WeakMap;class Gc{constructor(e){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic={x:{min:0,max:0},y:{min:0,max:0}},this.visualElement=e}start(e,{snapToCursor:t=!1}={}){const{presenceContext:n}=this.visualElement;if(n&&!1===n.isPresent)return;this.panSession=new Ul(e,{onSessionStart:e=>{this.stopAnimation(),t&&this.snapToCursor(ta(e,"page").point)},onStart:(e,t)=>{const{drag:n,dragPropagation:r,onDragStart:o}=this.getProps();if(n&&!r&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=la(n),!this.openGlobalLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),fc(e=>{let t=this.getAxisMotionValue(e).get()||0;if(mi.test(t)){const{projection:n}=this.visualElement;if(n&&n.layout){const r=n.layout.layoutBox[e];if(r){t=nc(r)*(parseFloat(t)/100)}}}this.originPoint[e]=t}),o&&va.update(()=>o(e,t),!1,!0);const{animationState:i}=this.visualElement;i&&i.setActive("whileDrag",!0)},onMove:(e,t)=>{const{dragPropagation:n,dragDirectionLock:r,onDirectionLock:o,onDrag:i}=this.getProps();if(!n&&!this.openGlobalLock)return;const{offset:a}=t;if(r&&null===this.currentDirection)return this.currentDirection=function(e,t=10){let n=null;Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x");return n}(a),void(null!==this.currentDirection&&o&&o(this.currentDirection));this.updateAxis("x",t.point,a),this.updateAxis("y",t.point,a),this.visualElement.render(),i&&i(e,t)},onSessionEnd:(e,t)=>this.stop(e,t)},{transformPagePoint:this.visualElement.getTransformPagePoint()})}stop(e,t){const n=this.isDragging;if(this.cancel(),!n)return;const{velocity:r}=t;this.startAnimation(r);const{onDragEnd:o}=this.getProps();o&&va.update(()=>o(e,t))}cancel(){this.isDragging=!1;const{projection:e,animationState:t}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:n}=this.getProps();!n&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),t&&t.setActive("whileDrag",!1)}updateAxis(e,t,n){const{drag:r}=this.getProps();if(!n||!Oc(e,r,this.currentDirection))return;const o=this.getAxisMotionValue(e);let i=this.originPoint[e]+n[e];this.constraints&&this.constraints[e]&&(i=function(e,{min:t,max:n},r){return void 0!==t&&e<t?e=r?fs(t,e,r.min):Math.max(e,t):void 0!==n&&e>n&&(e=r?fs(n,e,r.max):Math.min(e,n)),e}(i,this.constraints[e],this.elastic[e])),o.set(i)}resolveConstraints(){const{dragConstraints:e,dragElastic:t}=this.getProps(),{layout:n}=this.visualElement.projection||{},r=this.constraints;e&&So(e)?this.constraints||(this.constraints=this.resolveRefConstraints()):this.constraints=!(!e||!n)&&function(e,{top:t,left:n,bottom:r,right:o}){return{x:cc(e.x,n,o),y:cc(e.y,t,r)}}(n.layoutBox,e),this.elastic=function(e=dc){return!1===e?e=0:!0===e&&(e=dc),{x:pc(e,"left","right"),y:pc(e,"top","bottom")}}(t),r!==this.constraints&&n&&this.constraints&&!this.hasMutatedConstraints&&fc(e=>{this.getAxisMotionValue(e)&&(this.constraints[e]=function(e,t){const n={};return void 0!==t.min&&(n.min=t.min-e.min),void 0!==t.max&&(n.max=t.max-e.min),n}(n.layoutBox[e],this.constraints[e]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:t}=this.getProps();if(!e||!So(e))return!1;const n=e.current;Oa(null!==n,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");const{projection:r}=this.visualElement;if(!r||!r.layout)return!1;const o=function(e,t,n){const r=Lc(e,n),{scroll:o}=t;return o&&(Sc(r.x,o.offset.x),Sc(r.y,o.offset.y)),r}(n,r.root,this.visualElement.getTransformPagePoint());let i=function(e,t){return{x:uc(e.x,t.x),y:uc(e.y,t.y)}}(r.layout.layoutBox,o);if(t){const e=t(function({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}(i));this.hasMutatedConstraints=!!e,e&&(i=gc(e))}return i}startAnimation(e){const{drag:t,dragMomentum:n,dragElastic:r,dragTransition:o,dragSnapToOrigin:i,onDragTransitionEnd:a}=this.getProps(),s=this.constraints||{},l=fc(a=>{if(!Oc(a,t,this.currentDirection))return;let l=s&&s[a]||{};i&&(l={min:0,max:0});const c=r?200:1e6,u=r?40:1e7,d={type:"inertia",velocity:n?e[a]:0,bounceStiffness:c,bounceDamping:u,timeConstant:750,restDelta:1,restSpeed:10,...o,...l};return this.startAxisValueAnimation(a,d)});return Promise.all(l).then(a)}startAxisValueAnimation(e,t){const n=this.getAxisMotionValue(e);return n.start(yl(e,n,0,t))}stopAnimation(){fc(e=>this.getAxisMotionValue(e).stop())}getAxisMotionValue(e){const t="_drag"+e.toUpperCase(),n=this.visualElement.getProps(),r=n[t];return r||this.visualElement.getValue(e,(n.initial?n.initial[e]:void 0)||0)}snapToCursor(e){fc(t=>{const{drag:n}=this.getProps();if(!Oc(t,n,this.currentDirection))return;const{projection:r}=this.visualElement,o=this.getAxisMotionValue(t);if(r&&r.layout){const{min:n,max:i}=r.layout.layoutBox[t];o.set(e[t]-fs(n,i,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:t}=this.getProps(),{projection:n}=this.visualElement;if(!So(t)||!n||!this.constraints)return;this.stopAnimation();const r={x:0,y:0};fc(e=>{const t=this.getAxisMotionValue(e);if(t){const n=t.get();r[e]=function(e,t){let n=.5;const r=nc(e),o=nc(t);return o>r?n=Os(t.min,t.max-r,e.min):r>o&&(n=Os(e.min,e.max-o,t.min)),ri(0,1,n)}({min:n,max:n},this.constraints[e])}});const{transformTemplate:o}=this.visualElement.getProps();this.visualElement.current.style.transform=o?o({},""):"none",n.root&&n.root.updateScroll(),n.updateLayout(),this.resolveConstraints(),fc(t=>{if(!Oc(t,e,null))return;const n=this.getAxisMotionValue(t),{min:o,max:i}=this.constraints[t];n.set(fs(o,i,r[t]))})}addListeners(){if(!this.visualElement.current)return;Rc.set(this.visualElement,this);const e=na(this.visualElement.current,"pointerdown",e=>{const{drag:t,dragListener:n=!0}=this.getProps();t&&n&&this.start(e)}),t=()=>{const{dragConstraints:e}=this.getProps();So(e)&&(this.constraints=this.resolveRefConstraints())},{projection:n}=this.visualElement,r=n.addEventListener("measure",t);n&&!n.layout&&(n.root&&n.root.updateScroll(),n.updateLayout()),t();const o=qi(window,"resize",()=>this.scalePositionWithinConstraints()),i=n.addEventListener("didUpdate",({delta:e,hasLayoutChanged:t})=>{this.isDragging&&t&&(fc(t=>{const n=this.getAxisMotionValue(t);n&&(this.originPoint[t]+=e[t].translate,n.set(n.get()+e[t].translate))}),this.visualElement.render())});return()=>{o(),e(),r(),i&&i()}}getProps(){const e=this.visualElement.getProps(),{drag:t=!1,dragDirectionLock:n=!1,dragPropagation:r=!1,dragConstraints:o=!1,dragElastic:i=dc,dragMomentum:a=!0}=e;return{...e,drag:t,dragDirectionLock:n,dragPropagation:r,dragConstraints:o,dragElastic:i,dragMomentum:a}}}function Oc(e,t,n){return!(!0!==t&&t!==e||null!==n&&n!==e)}const Dc=e=>(t,n)=>{e&&va.update(()=>e(t,n))};const Vc={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function Mc(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const jc={correct:(e,t)=>{if(!t.target)return e;if("string"==typeof e){if(!fi.test(e))return e;e=parseFloat(e)}return`${Mc(e,t.target.x)}% ${Mc(e,t.target.y)}%`}},Hc={correct:(e,{treeScale:t,projectionDelta:n})=>{const r=e,o=Bs.parse(e);if(o.length>5)return r;const i=Bs.createTransformer(e),a="number"!=typeof o[0]?1:0,s=n.x.scale*t.x,l=n.y.scale*t.y;o[0+a]/=s,o[1+a]/=l;const c=fs(s,l,.5);return"number"==typeof o[2+a]&&(o[2+a]/=c),"number"==typeof o[3+a]&&(o[3+a]/=c),i(o)}};class Wc extends o.Component{componentDidMount(){const{visualElement:e,layoutGroup:t,switchLayoutGroup:n,layoutId:r}=this.props,{projection:o}=e;var i;i=Fc,Object.assign(Yo,i),o&&(t.group&&t.group.add(o),n&&n.register&&r&&n.register(o),o.root.didUpdate(),o.addEventListener("animationComplete",()=>{this.safeToRemove()}),o.setOptions({...o.options,onExitComplete:()=>this.safeToRemove()})),Vc.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:t,visualElement:n,drag:r,isPresent:o}=this.props,i=n.projection;return i?(i.isPresent=o,r||e.layoutDependency!==t||void 0===t?i.willUpdate():this.safeToRemove(),e.isPresent!==o&&(o?i.promote():i.relegate()||va.postRender(()=>{const e=i.getStack();e&&e.members.length||this.safeToRemove()})),null):null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),queueMicrotask(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:t,switchLayoutGroup:n}=this.props,{projection:r}=e;r&&(r.scheduleCheckAfterUnmount(),t&&t.group&&t.group.remove(r),n&&n.deregister&&n.deregister(r))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}}function Xc(e){const[t,n]=function(){const e=m(wo);if(null===e)return[!0,null];const{isPresent:t,onExitComplete:n,register:r}=e,o=g();return u(()=>r(o),[]),!t&&n?[!1,()=>n&&n(o)]:[!0]}(),r=m(Mo);return o.createElement(Wc,{...e,layoutGroup:r,switchLayoutGroup:m(jo),isPresent:t,safeToRemove:n})}const Fc={borderRadius:{...jc,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:jc,borderTopRightRadius:jc,borderBottomLeftRadius:jc,borderBottomRightRadius:jc,boxShadow:Hc},zc=["TopLeft","TopRight","BottomLeft","BottomRight"],Zc=zc.length,Yc=e=>"string"==typeof e?parseFloat(e):e,_c=e=>"number"==typeof e||fi.test(e);function Jc(e,t){return void 0!==e[t]?e[t]:e.borderRadius}const Uc=Kc(0,.5,ts),$c=Kc(.5,.95,Ca);function Kc(e,t,n){return r=>r<e?0:r>t?1:n(Os(e,t,r))}function Qc(e,t){e.min=t.min,e.max=t.max}function qc(e,t){Qc(e.x,t.x),Qc(e.y,t.y)}function eu(e,t,n,r,o){return e=Cc(e-=t,1/n,r),void 0!==o&&(e=Cc(e,1/o,r)),e}function tu(e,t,[n,r,o],i,a){!function(e,t=0,n=1,r=.5,o,i=e,a=e){mi.test(t)&&(t=parseFloat(t),t=fs(a.min,a.max,t/100)-a.min);if("number"!=typeof t)return;let s=fs(i.min,i.max,r);e===i&&(s-=t),e.min=eu(e.min,t,n,s,o),e.max=eu(e.max,t,n,s,o)}(e,t[n],t[r],t[o],t.scale,i,a)}const nu=["x","scaleX","originX"],ru=["y","scaleY","originY"];function ou(e,t,n,r){tu(e.x,t,nu,n?n.x:void 0,r?r.x:void 0),tu(e.y,t,ru,n?n.y:void 0,r?r.y:void 0)}function iu(e){return 0===e.translate&&1===e.scale}function au(e){return iu(e.x)&&iu(e.y)}function su(e,t){return e.x.min===t.x.min&&e.x.max===t.x.max&&e.y.min===t.y.min&&e.y.max===t.y.max}function lu(e){return nc(e.x)/nc(e.y)}class cu{constructor(){this.members=[]}add(e){Cl(this.members,e),e.scheduleRender()}remove(e){if(wl(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const e=this.members[this.members.length-1];e&&this.promote(e)}}relegate(e){const t=this.members.findIndex(t=>e===t);if(0===t)return!1;let n;for(let e=t;e>=0;e--){const t=this.members[e];if(!1!==t.isPresent){n=t;break}}return!!n&&(this.promote(n),!0)}promote(e,t){const n=this.lead;if(e!==n&&(this.prevLead=n,this.lead=e,e.show(),n)){n.instance&&n.scheduleRender(),e.scheduleRender(),e.resumeFrom=n,t&&(e.resumeFrom.preserveOpacity=!0),n.snapshot&&(e.snapshot=n.snapshot,e.snapshot.latestValues=n.animationValues||n.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:r}=e.options;!1===r&&n.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:t,resumingFrom:n}=e;t.onExitComplete&&t.onExitComplete(),n&&n.options.onExitComplete&&n.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function uu(e,t,n){let r="";const o=e.x.translate/t.x,i=e.y.translate/t.y;if((o||i)&&(r=`translate3d(${o}px, ${i}px, 0) `),1===t.x&&1===t.y||(r+=`scale(${1/t.x}, ${1/t.y}) `),n){const{rotate:e,rotateX:t,rotateY:o}=n;e&&(r+=`rotate(${e}deg) `),t&&(r+=`rotateX(${t}deg) `),o&&(r+=`rotateY(${o}deg) `)}const a=e.x.scale*t.x,s=e.y.scale*t.y;return 1===a&&1===s||(r+=`scale(${a}, ${s})`),r||"none"}const du=(e,t)=>e.depth-t.depth;class pu{constructor(){this.children=[],this.isDirty=!1}add(e){Cl(this.children,e),this.isDirty=!0}remove(e){wl(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(du),this.isDirty=!1,this.children.forEach(e)}}const hu=["","X","Y","Z"];let mu=0;const fu={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0};function gu({attachResizeListener:e,defaultParent:t,measureScroll:n,checkIsScrollRoot:r,resetTransform:o}){return class{constructor(e={},n=(null==t?void 0:t())){this.id=mu++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{var e;fu.totalNodes=fu.resolvedTargetDeltas=fu.recalculatedProjection=0,this.nodes.forEach(yu),this.nodes.forEach(Nu),this.nodes.forEach(Su),this.nodes.forEach(xu),e=fu,window.MotionDebug&&window.MotionDebug.record(e)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=e,this.root=n?n.root||n:this,this.path=n?[...n.path,n]:[],this.parent=n,this.depth=n?n.depth+1:0;for(let e=0;e<this.path.length;e++)this.path[e].shouldResetTransform=!0;this.root===this&&(this.nodes=new pu)}addEventListener(e,t){return this.eventHandlers.has(e)||this.eventHandlers.set(e,new Al),this.eventHandlers.get(e).add(t)}notifyListeners(e,...t){const n=this.eventHandlers.get(e);n&&n.notify(...t)}hasListeners(e){return this.eventHandlers.has(e)}mount(t,n=this.root.hasTreeAnimated){if(this.instance)return;var r;this.isSVG=(r=t)instanceof SVGElement&&"svg"!==r.tagName,this.instance=t;const{layoutId:o,layout:i,visualElement:a}=this.options;if(a&&!a.current&&a.mount(t),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),n&&(i||o)&&(this.isLayoutDirty=!0),e){let n;const r=()=>this.root.updateBlockedByResize=!1;e(t,()=>{this.root.updateBlockedByResize=!0,n&&n(),n=function(e,t){const n=performance.now(),r=({timestamp:o})=>{const i=o-n;i>=t&&(ya(r),e(i-t))};return va.read(r,!0),()=>ya(r)}(r,250),Vc.hasAnimatedSinceResize&&(Vc.hasAnimatedSinceResize=!1,this.nodes.forEach(Eu))})}o&&this.root.registerSharedNode(o,this),!1!==this.options.animate&&a&&(o||i)&&this.addEventListener("didUpdate",({delta:e,hasLayoutChanged:t,hasRelativeTargetChanged:n,layout:r})=>{if(this.isTreeAnimationBlocked())return this.target=void 0,void(this.relativeTarget=void 0);const o=this.options.transition||a.getDefaultTransition()||Ru,{onLayoutAnimationStart:i,onLayoutAnimationComplete:s}=a.getProps(),l=!this.targetLayout||!su(this.targetLayout,r)||n,c=!t&&n;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||c||t&&(l||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(e,c);const t={...vl(o,"layout"),onPlay:i,onComplete:s};(a.shouldReduceMotion||this.options.layoutRoot)&&(t.delay=0,t.type=!1),this.startAnimation(t)}else t||Eu(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=r})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const e=this.getStack();e&&e.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,ya(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(Tu),this.animationId++)}getTransformTemplate(){const{visualElement:e}=this.options;return e&&e.getProps().transformTemplate}willUpdate(e=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked())return void(this.options.onExitComplete&&this.options.onExitComplete());if(!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let e=0;e<this.path.length;e++){const t=this.path[e];t.shouldResetTransform=!0,t.updateScroll("snapshot"),t.options.layoutRoot&&t.willUpdate(!1)}const{layoutId:t,layout:n}=this.options;if(void 0===t&&!n)return;const r=this.getTransformTemplate();this.prevTransformTemplateValue=r?r(this.latestValues,""):void 0,this.updateSnapshot(),e&&this.notifyListeners("willUpdate")}update(){this.updateScheduled=!1;if(this.isUpdateBlocked())return this.unblockUpdate(),this.clearAllSnapshots(),void this.nodes.forEach(Cu);this.isUpdating||this.nodes.forEach(wu),this.isUpdating=!1,this.nodes.forEach(Au),this.nodes.forEach(bu),this.nodes.forEach(vu),this.clearAllSnapshots();const e=performance.now();da.delta=ri(0,1e3/60,e-da.timestamp),da.timestamp=e,da.isProcessing=!0,fa.update.process(da),fa.preRender.process(da),fa.render.process(da),da.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,queueMicrotask(()=>this.update()))}clearAllSnapshots(){this.nodes.forEach(Iu),this.sharedNodes.forEach(Bu)}scheduleUpdateProjection(){va.preRender(this.updateProjection,!1,!0)}scheduleCheckAfterUnmount(){va.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){!this.snapshot&&this.instance&&(this.snapshot=this.measure())}updateLayout(){if(!this.instance)return;if(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead()||this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let e=0;e<this.path.length;e++){this.path[e].updateScroll()}const e=this.layout;this.layout=this.measure(!1),this.layoutCorrected={x:{min:0,max:0},y:{min:0,max:0}},this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:t}=this.options;t&&t.notify("LayoutMeasure",this.layout.layoutBox,e?e.layoutBox:void 0)}updateScroll(e="measure"){let t=Boolean(this.options.layoutScroll&&this.instance);this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===e&&(t=!1),t&&(this.scroll={animationId:this.root.animationId,phase:e,isRoot:r(this.instance),offset:n(this.instance)})}resetTransform(){if(!o)return;const e=this.isLayoutDirty||this.shouldResetTransform,t=this.projectionDelta&&!au(this.projectionDelta),n=this.getTransformTemplate(),r=n?n(this.latestValues,""):void 0,i=r!==this.prevTransformTemplateValue;e&&(t||yc(this.latestValues)||i)&&(o(this.instance,r),this.shouldResetTransform=!1,this.scheduleRender())}measure(e=!0){const t=this.measurePageBox();let n=this.removeElementScroll(t);var r;return e&&(n=this.removeTransform(n)),Gu((r=n).x),Gu(r.y),{animationId:this.root.animationId,measuredBox:t,layoutBox:n,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:e}=this.options;if(!e)return{x:{min:0,max:0},y:{min:0,max:0}};const t=e.measureViewportBox(),{scroll:n}=this.root;return n&&(Sc(t.x,n.offset.x),Sc(t.y,n.offset.y)),t}removeElementScroll(e){const t={x:{min:0,max:0},y:{min:0,max:0}};qc(t,e);for(let n=0;n<this.path.length;n++){const r=this.path[n],{scroll:o,options:i}=r;if(r!==this.root&&o&&i.layoutScroll){if(o.isRoot){qc(t,e);const{scroll:n}=this.root;n&&(Sc(t.x,-n.offset.x),Sc(t.y,-n.offset.y))}Sc(t.x,o.offset.x),Sc(t.y,o.offset.y)}}return t}applyTransform(e,t=!1){const n={x:{min:0,max:0},y:{min:0,max:0}};qc(n,e);for(let e=0;e<this.path.length;e++){const r=this.path[e];!t&&r.options.layoutScroll&&r.scroll&&r!==r.root&&kc(n,{x:-r.scroll.offset.x,y:-r.scroll.offset.y}),yc(r.latestValues)&&kc(n,r.latestValues)}return yc(this.latestValues)&&kc(n,this.latestValues),n}removeTransform(e){const t={x:{min:0,max:0},y:{min:0,max:0}};qc(t,e);for(let e=0;e<this.path.length;e++){const n=this.path[e];if(!n.instance)continue;if(!yc(n.latestValues))continue;vc(n.latestValues)&&n.updateSnapshot();const r=mc();qc(r,n.measurePageBox()),ou(t,n.latestValues,n.snapshot?n.snapshot.layoutBox:void 0,r)}return yc(this.latestValues)&&ou(t,this.latestValues),t}setTargetDelta(e){this.targetDelta=e,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(e){this.options={...this.options,...e,crossfade:void 0===e.crossfade||e.crossfade}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==da.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(e=!1){var t;const n=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=n.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=n.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=n.isSharedProjectionDirty);const r=Boolean(this.resumingFrom)||this!==n;if(!(e||r&&this.isSharedProjectionDirty||this.isProjectionDirty||(null===(t=this.parent)||void 0===t?void 0:t.isProjectionDirty)||this.attemptToResolveRelativeTarget))return;const{layout:o,layoutId:i}=this.options;if(this.layout&&(o||i)){if(this.resolvedRelativeTargetAt=da.timestamp,!this.targetDelta&&!this.relativeTarget){const e=this.getClosestProjectingParent();e&&e.layout&&1!==this.animationProgress?(this.relativeParent=e,this.forceRelativeParentToResolveTarget(),this.relativeTarget={x:{min:0,max:0},y:{min:0,max:0}},this.relativeTargetOrigin={x:{min:0,max:0},y:{min:0,max:0}},lc(this.relativeTargetOrigin,this.layout.layoutBox,e.layout.layoutBox),qc(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(this.relativeTarget||this.targetDelta){var a,s,l;if(this.target||(this.target={x:{min:0,max:0},y:{min:0,max:0}},this.targetWithTransforms={x:{min:0,max:0},y:{min:0,max:0}}),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),a=this.target,s=this.relativeTarget,l=this.relativeParent.target,ac(a.x,s.x,l.x),ac(a.y,s.y,l.y)):this.targetDelta?(Boolean(this.resumingFrom)?this.target=this.applyTransform(this.layout.layoutBox):qc(this.target,this.layout.layoutBox),Ec(this.target,this.targetDelta)):qc(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const e=this.getClosestProjectingParent();e&&Boolean(e.resumingFrom)===Boolean(this.resumingFrom)&&!e.options.layoutScroll&&e.target&&1!==this.animationProgress?(this.relativeParent=e,this.forceRelativeParentToResolveTarget(),this.relativeTarget={x:{min:0,max:0},y:{min:0,max:0}},this.relativeTargetOrigin={x:{min:0,max:0},y:{min:0,max:0}},lc(this.relativeTargetOrigin,this.target,e.target),qc(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}fu.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(this.parent&&!vc(this.parent.latestValues)&&!xc(this.parent.latestValues))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return Boolean((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var e;const t=this.getLead(),n=Boolean(this.resumingFrom)||this!==t;let r=!0;if((this.isProjectionDirty||(null===(e=this.parent)||void 0===e?void 0:e.isProjectionDirty))&&(r=!1),n&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(r=!1),this.resolvedRelativeTargetAt===da.timestamp&&(r=!1),r)return;const{layout:o,layoutId:i}=this.options;if(this.isTreeAnimating=Boolean(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!o&&!i)return;qc(this.layoutCorrected,this.layout.layoutBox);const a=this.treeScale.x,s=this.treeScale.y;!function(e,t,n,r=!1){const o=n.length;if(!o)return;let i,a;t.x=t.y=1;for(let s=0;s<o;s++){i=n[s],a=i.projectionDelta;const o=i.instance;o&&o.style&&"contents"===o.style.display||(r&&i.options.layoutScroll&&i.scroll&&i!==i.root&&kc(e,{x:-i.scroll.offset.x,y:-i.scroll.offset.y}),a&&(t.x*=a.x.scale,t.y*=a.y.scale,Ec(e,a)),r&&yc(i.latestValues)&&kc(e,i.latestValues))}t.x=Nc(t.x),t.y=Nc(t.y)}(this.layoutCorrected,this.treeScale,this.path,n),!t.layout||t.target||1===this.treeScale.x&&1===this.treeScale.y||(t.target=t.layout.layoutBox);const{target:l}=t;if(!l)return void(this.projectionTransform&&(this.projectionDelta={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}},this.projectionTransform="none",this.scheduleRender()));this.projectionDelta||(this.projectionDelta={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}},this.projectionDeltaWithTransform={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}});const c=this.projectionTransform;ic(this.projectionDelta,this.layoutCorrected,l,this.latestValues),this.projectionTransform=uu(this.projectionDelta,this.treeScale),this.projectionTransform===c&&this.treeScale.x===a&&this.treeScale.y===s||(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",l)),fu.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(e=!0){if(this.options.scheduleRender&&this.options.scheduleRender(),e){const e=this.getStack();e&&e.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}setAnimationOrigin(e,t=!1){const n=this.snapshot,r=n?n.latestValues:{},o={...this.latestValues},i={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};this.relativeParent&&this.relativeParent.options.layoutRoot||(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!t;const a={x:{min:0,max:0},y:{min:0,max:0}},s=(n?n.source:void 0)!==(this.layout?this.layout.source:void 0),l=this.getStack(),c=!l||l.members.length<=1,u=Boolean(s&&!c&&!0===this.options.crossfade&&!this.path.some(Lu));let d;this.animationProgress=0,this.mixTargetDelta=t=>{const n=t/1e3;Pu(i.x,e.x,n),Pu(i.y,e.y,n),this.setTargetDelta(i),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(lc(a,this.layout.layoutBox,this.relativeParent.layout.layoutBox),function(e,t,n,r){ku(e.x,t.x,n.x,r),ku(e.y,t.y,n.y,r)}(this.relativeTarget,this.relativeTargetOrigin,a,n),d&&su(this.relativeTarget,d)&&(this.isProjectionDirty=!1),d||(d={x:{min:0,max:0},y:{min:0,max:0}}),qc(d,this.relativeTarget)),s&&(this.animationValues=o,function(e,t,n,r,o,i){o?(e.opacity=fs(0,void 0!==n.opacity?n.opacity:1,Uc(r)),e.opacityExit=fs(void 0!==t.opacity?t.opacity:1,0,$c(r))):i&&(e.opacity=fs(void 0!==t.opacity?t.opacity:1,void 0!==n.opacity?n.opacity:1,r));for(let o=0;o<Zc;o++){const i=`border${zc[o]}Radius`;let a=Jc(t,i),s=Jc(n,i);void 0===a&&void 0===s||(a||(a=0),s||(s=0),0===a||0===s||_c(a)===_c(s)?(e[i]=Math.max(fs(Yc(a),Yc(s),r),0),(mi.test(s)||mi.test(a))&&(e[i]+="%")):e[i]=s)}(t.rotate||n.rotate)&&(e.rotate=fs(t.rotate||0,n.rotate||0,r))}(o,r,this.latestValues,n,u,c)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=n},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(e){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(ya(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=va.update(()=>{Vc.hasAnimatedSinceResize=!0,this.currentAnimation=function(e,t,n){const r=$o(e)?e:Tl(e);return r.start(yl("",r,t,n)),r.animation}(0,1e3,{...e,onUpdate:t=>{this.mixTargetDelta(t),e.onUpdate&&e.onUpdate(t)},onComplete:()=>{e.onComplete&&e.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const e=this.getStack();e&&e.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(1e3),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const e=this.getLead();let{targetWithTransforms:t,target:n,layout:r,latestValues:o}=e;if(t&&n&&r){if(this!==e&&this.layout&&r&&Ou(this.options.animationType,this.layout.layoutBox,r.layoutBox)){n=this.target||{x:{min:0,max:0},y:{min:0,max:0}};const t=nc(this.layout.layoutBox.x);n.x.min=e.target.x.min,n.x.max=n.x.min+t;const r=nc(this.layout.layoutBox.y);n.y.min=e.target.y.min,n.y.max=n.y.min+r}qc(t,n),kc(t,o),ic(this.projectionDeltaWithTransform,this.layoutCorrected,t,o)}}registerSharedNode(e,t){this.sharedNodes.has(e)||this.sharedNodes.set(e,new cu);this.sharedNodes.get(e).add(t);const n=t.options.initialPromotionConfig;t.promote({transition:n?n.transition:void 0,preserveFollowOpacity:n&&n.shouldPreserveFollowOpacity?n.shouldPreserveFollowOpacity(t):void 0})}isLead(){const e=this.getStack();return!e||e.lead===this}getLead(){var e;const{layoutId:t}=this.options;return t&&(null===(e=this.getStack())||void 0===e?void 0:e.lead)||this}getPrevLead(){var e;const{layoutId:t}=this.options;return t?null===(e=this.getStack())||void 0===e?void 0:e.prevLead:void 0}getStack(){const{layoutId:e}=this.options;if(e)return this.root.sharedNodes.get(e)}promote({needsReset:e,transition:t,preserveFollowOpacity:n}={}){const r=this.getStack();r&&r.promote(this,n),e&&(this.projectionDelta=void 0,this.needsReset=!0),t&&this.setOptions({transition:t})}relegate(){const e=this.getStack();return!!e&&e.relegate(this)}resetRotation(){const{visualElement:e}=this.options;if(!e)return;let t=!1;const{latestValues:n}=e;if((n.rotate||n.rotateX||n.rotateY||n.rotateZ)&&(t=!0),!t)return;const r={};for(let t=0;t<hu.length;t++){const o="rotate"+hu[t];n[o]&&(r[o]=n[o],e.setStaticValue(o,0))}e.render();for(const t in r)e.setStaticValue(t,r[t]);e.scheduleRender()}getProjectionStyles(e={}){var t,n;const r={};if(!this.instance||this.isSVG)return r;if(!this.isVisible)return{visibility:"hidden"};r.visibility="";const o=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,r.opacity="",r.pointerEvents=Ji(e.pointerEvents)||"",r.transform=o?o(this.latestValues,""):"none",r;const i=this.getLead();if(!this.projectionDelta||!this.layout||!i.target){const t={};return this.options.layoutId&&(t.opacity=void 0!==this.latestValues.opacity?this.latestValues.opacity:1,t.pointerEvents=Ji(e.pointerEvents)||""),this.hasProjected&&!yc(this.latestValues)&&(t.transform=o?o({},""):"none",this.hasProjected=!1),t}const a=i.animationValues||i.latestValues;this.applyTransformsToTarget(),r.transform=uu(this.projectionDeltaWithTransform,this.treeScale,a),o&&(r.transform=o(a,r.transform));const{x:s,y:l}=this.projectionDelta;r.transformOrigin=`${100*s.origin}% ${100*l.origin}% 0`,i.animationValues?r.opacity=i===this?null!==(n=null!==(t=a.opacity)&&void 0!==t?t:this.latestValues.opacity)&&void 0!==n?n:1:this.preserveOpacity?this.latestValues.opacity:a.opacityExit:r.opacity=i===this?void 0!==a.opacity?a.opacity:"":void 0!==a.opacityExit?a.opacityExit:0;for(const e in Yo){if(void 0===a[e])continue;const{correct:t,applyTo:n}=Yo[e],o="none"===r.transform?a[e]:t(a[e],i);if(n){const e=n.length;for(let t=0;t<e;t++)r[n[t]]=o}else r[e]=o}return this.options.layoutId&&(r.pointerEvents=i===this?Ji(e.pointerEvents)||"":"none"),r}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(e=>{var t;return null===(t=e.currentAnimation)||void 0===t?void 0:t.stop()}),this.root.nodes.forEach(Cu),this.root.sharedNodes.clear()}}}function bu(e){e.updateLayout()}function vu(e){var t;const n=(null===(t=e.resumeFrom)||void 0===t?void 0:t.snapshot)||e.snapshot;if(e.isLead()&&e.layout&&n&&e.hasListeners("didUpdate")){const{layoutBox:t,measuredBox:r}=e.layout,{animationType:o}=e.options,i=n.source!==e.layout.source;"size"===o?fc(e=>{const r=i?n.measuredBox[e]:n.layoutBox[e],o=nc(r);r.min=t[e].min,r.max=r.min+o}):Ou(o,n.layoutBox,t)&&fc(r=>{const o=i?n.measuredBox[r]:n.layoutBox[r],a=nc(t[r]);o.max=o.min+a,e.relativeTarget&&!e.currentAnimation&&(e.isProjectionDirty=!0,e.relativeTarget[r].max=e.relativeTarget[r].min+a)});const a={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};ic(a,t,n.layoutBox);const s={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};i?ic(s,e.applyTransform(r,!0),n.measuredBox):ic(s,t,n.layoutBox);const l=!au(a);let c=!1;if(!e.resumeFrom){const r=e.getClosestProjectingParent();if(r&&!r.resumeFrom){const{snapshot:o,layout:i}=r;if(o&&i){const a={x:{min:0,max:0},y:{min:0,max:0}};lc(a,n.layoutBox,o.layoutBox);const s={x:{min:0,max:0},y:{min:0,max:0}};lc(s,t,i.layoutBox),su(a,s)||(c=!0),r.options.layoutRoot&&(e.relativeTarget=s,e.relativeTargetOrigin=a,e.relativeParent=r)}}}e.notifyListeners("didUpdate",{layout:t,snapshot:n,delta:s,layoutDelta:a,hasLayoutChanged:l,hasRelativeTargetChanged:c})}else if(e.isLead()){const{onExitComplete:t}=e.options;t&&t()}e.options.transition=void 0}function yu(e){fu.totalNodes++,e.parent&&(e.isProjecting()||(e.isProjectionDirty=e.parent.isProjectionDirty),e.isSharedProjectionDirty||(e.isSharedProjectionDirty=Boolean(e.isProjectionDirty||e.parent.isProjectionDirty||e.parent.isSharedProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=e.parent.isTransformDirty))}function xu(e){e.isProjectionDirty=e.isSharedProjectionDirty=e.isTransformDirty=!1}function Iu(e){e.clearSnapshot()}function Cu(e){e.clearMeasurements()}function wu(e){e.isLayoutDirty=!1}function Au(e){const{visualElement:t}=e.options;t&&t.getProps().onBeforeLayoutMeasure&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function Eu(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0,e.isProjectionDirty=!0}function Nu(e){e.resolveTargetDelta()}function Su(e){e.calcProjection()}function Tu(e){e.resetRotation()}function Bu(e){e.removeLeadSnapshot()}function Pu(e,t,n){e.translate=fs(t.translate,0,n),e.scale=fs(t.scale,1,n),e.origin=t.origin,e.originPoint=t.originPoint}function ku(e,t,n,r){e.min=fs(t.min,n.min,r),e.max=fs(t.max,n.max,r)}function Lu(e){return e.animationValues&&void 0!==e.animationValues.opacityExit}const Ru={duration:.45,ease:[.4,0,.1,1]};function Gu(e){e.min=Math.round(e.min),e.max=Math.round(e.max)}function Ou(e,t,n){return"position"===e||"preserve-aspect"===e&&!rc(lu(t),lu(n),.2)}const Du=gu({attachResizeListener:(e,t)=>qi(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),Vu={current:void 0},Mu=gu({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!Vu.current){const e=new Du({});e.mount(window),e.setOptions({layoutScroll:!0}),Vu.current=e}return Vu.current},resetTransform:(e,t)=>{e.style.transform=void 0!==t?t:"none"},checkIsScrollRoot:e=>Boolean("fixed"===window.getComputedStyle(e).position)}),ju={pan:{Feature:class extends ua{constructor(){super(...arguments),this.removePointerDownListener=Ca}onPointerDown(e){this.session=new Ul(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint()})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:t,onPan:n,onPanEnd:r}=this.node.getProps();return{onSessionStart:Dc(e),onStart:Dc(t),onMove:n,onEnd:(e,t)=>{delete this.session,r&&va.update(()=>r(e,t))}}}mount(){this.removePointerDownListener=na(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}},drag:{Feature:class extends ua{constructor(e){super(e),this.removeGroupControls=Ca,this.removeListeners=Ca,this.controls=new Gc(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||Ca}unmount(){this.removeGroupControls(),this.removeListeners()}},ProjectionNode:Mu,MeasureLayout:Xc}},Hu=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function Wu(e,t,n=1){Oa(n<=4,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`);const[r,o]=function(e){const t=Hu.exec(e);if(!t)return[,];const[,n,r]=t;return[n,r]}(e);if(!r)return;const i=window.getComputedStyle(t).getPropertyValue(r);return i?i.trim():ti(o)?Wu(o,t,n+1):o}const Xu=new Set(["width","height","top","left","right","bottom","x","y","translateX","translateY"]),Fu=e=>Xu.has(e),zu=e=>e===oi||e===fi,Zu=(e,t)=>parseFloat(e.split(", ")[t]),Yu=(e,t)=>(n,{transform:r})=>{if("none"===r||!r)return 0;const o=r.match(/^matrix3d\((.+)\)$/);if(o)return Zu(o[1],t);{const t=r.match(/^matrix\((.+)\)$/);return t?Zu(t[1],e):0}},_u=new Set(["x","y","z"]),Ju=_o.filter(e=>!_u.has(e));const Uu={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:Yu(4,13),y:Yu(5,14)},$u=(e,t,n={},r={})=>{t={...t},r={...r};const o=Object.keys(t).filter(Fu);let i=[],a=!1;const s=[];if(o.forEach(o=>{const l=e.getValue(o);if(!e.hasValue(o))return;let c=n[o],u=kl(c);const d=t[o];let p;if(Yi(d)){const e=d.length,t=null===d[0]?1:0;c=d[t],u=kl(c);for(let n=t;n<e&&null!==d[n];n++)p?Oa(kl(d[n])===p,"All keyframes must be of the same type"):(p=kl(d[n]),Oa(p===u||zu(u)&&zu(p),"Keyframes must be of the same dimension as the current value"))}else p=kl(d);if(u!==p)if(zu(u)&&zu(p)){const e=l.get();"string"==typeof e&&l.set(parseFloat(e)),"string"==typeof d?t[o]=parseFloat(d):Array.isArray(d)&&p===fi&&(t[o]=d.map(parseFloat))}else(null==u?void 0:u.transform)&&(null==p?void 0:p.transform)&&(0===c||0===d)?0===c?l.set(p.transform(c)):t[o]=u.transform(d):(a||(i=function(e){const t=[];return Ju.forEach(n=>{const r=e.getValue(n);void 0!==r&&(t.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),t.length&&e.render(),t}(e),a=!0),s.push(o),r[o]=void 0!==r[o]?r[o]:t[o],l.jump(d))}),s.length){const n=s.indexOf("height")>=0?window.pageYOffset:null,o=((e,t,n)=>{const r=t.measureViewportBox(),o=t.current,i=getComputedStyle(o),{display:a}=i,s={};"none"===a&&t.setStaticValue("display",e.display||"block"),n.forEach(e=>{s[e]=Uu[e](r,i)}),t.render();const l=t.measureViewportBox();return n.forEach(n=>{const r=t.getValue(n);r&&r.jump(s[n]),e[n]=Uu[n](l,i)}),e})(t,e,s);return i.length&&i.forEach(([t,n])=>{e.getValue(t).set(n)}),e.render(),Ao&&null!==n&&window.scrollTo({top:n}),{target:o,transitionEnd:r}}return{target:t,transitionEnd:r}};function Ku(e,t,n,r){return(e=>Object.keys(e).some(Fu))(t)?$u(e,t,n,r):{target:t,transitionEnd:r}}const Qu=(e,t,n,r)=>{const o=function(e,{...t},n){const r=e.current;if(!(r instanceof Element))return{target:t,transitionEnd:n};n&&(n={...n}),e.values.forEach(e=>{const t=e.get();if(!ti(t))return;const n=Wu(t,r);n&&e.set(n)});for(const e in t){const o=t[e];if(!ti(o))continue;const i=Wu(o,r);i&&(t[e]=i,n||(n={}),void 0===n[e]&&(n[e]=o))}return{target:t,transitionEnd:n}}(e,t,r);return Ku(e,t=o.target,n,r=o.transitionEnd)},qu={current:null},ed={current:!1};const td=new WeakMap,nd=Object.keys(Vo),rd=nd.length,od=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"],id=ko.length;class ad{constructor({parent:e,props:t,presenceContext:n,reducedMotionConfig:r,visualState:o},i={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.scheduleRender=()=>va.render(this.render,!1,!0);const{latestValues:a,renderState:s}=o;this.latestValues=a,this.baseTarget={...a},this.initialValues=t.initial?{...a}:{},this.renderState=s,this.parent=e,this.props=t,this.presenceContext=n,this.depth=e?e.depth+1:0,this.reducedMotionConfig=r,this.options=i,this.isControllingVariants=Lo(t),this.isVariantNode=Ro(t),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=Boolean(e&&e.current);const{willChange:l,...c}=this.scrapeMotionValuesFromProps(t,{});for(const e in c){const t=c[e];void 0!==a[e]&&$o(t)&&(t.set(a[e],!1),xl(l)&&l.add(e))}}scrapeMotionValuesFromProps(e,t){return{}}mount(e){this.current=e,td.set(e,this),this.projection&&!this.projection.instance&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((e,t)=>this.bindToMotionValue(t,e)),ed.current||function(){if(ed.current=!0,Ao)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>qu.current=e.matches;e.addListener(t),t()}else qu.current=!1}(),this.shouldReduceMotion="never"!==this.reducedMotionConfig&&("always"===this.reducedMotionConfig||qu.current),"production"!==process.env.NODE_ENV&&Nl(!0!==this.shouldReduceMotion,"You have Reduced Motion enabled on your device. Animations may not appear as expected."),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){td.delete(this.current),this.projection&&this.projection.unmount(),ya(this.notifyUpdate),ya(this.render),this.valueSubscriptions.forEach(e=>e()),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const e in this.events)this.events[e].clear();for(const e in this.features)this.features[e].unmount();this.current=null}bindToMotionValue(e,t){const n=Jo.has(e),r=t.on("change",t=>{this.latestValues[e]=t,this.props.onUpdate&&va.update(this.notifyUpdate,!1,!0),n&&this.projection&&(this.projection.isTransformDirty=!0)}),o=t.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(e,()=>{r(),o()})}sortNodePosition(e){return this.current&&this.sortInstanceNodePosition&&this.type===e.type?this.sortInstanceNodePosition(this.current,e.current):0}loadFeatures({children:e,...t},n,r,o){let i,a;if("production"!==process.env.NODE_ENV&&r&&n){const e="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";t.ignoreStrict?Ga(!1,e):Oa(!1,e)}for(let e=0;e<rd;e++){const n=nd[e],{isEnabled:r,Feature:o,ProjectionNode:s,MeasureLayout:l}=Vo[n];s&&(i=s),r(t)&&(!this.features[n]&&o&&(this.features[n]=new o(this)),l&&(a=l))}if(!this.projection&&i){this.projection=new i(this.latestValues,this.parent&&this.parent.projection);const{layoutId:e,layout:n,drag:r,dragConstraints:a,layoutScroll:s,layoutRoot:l}=t;this.projection.setOptions({layoutId:e,layout:n,alwaysMeasureLayout:Boolean(r)||a&&So(a),visualElement:this,scheduleRender:()=>this.scheduleRender(),animationType:"string"==typeof n?n:"both",initialPromotionConfig:o,layoutScroll:s,layoutRoot:l})}return a}updateFeatures(){for(const e in this.features){const t=this.features[e];t.isMounted?t.update():(t.mount(),t.isMounted=!0)}}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):{x:{min:0,max:0},y:{min:0,max:0}}}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,t){this.latestValues[e]=t}makeTargetAnimatable(e,t=!0){return this.makeTargetAnimatableFromInstance(e,this.props,t)}update(e,t){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=t;for(let t=0;t<od.length;t++){const n=od[t];this.propEventSubscriptions[n]&&(this.propEventSubscriptions[n](),delete this.propEventSubscriptions[n]);const r=e["on"+n];r&&(this.propEventSubscriptions[n]=this.on(n,r))}this.prevMotionValues=function(e,t,n){const{willChange:r}=t;for(const o in t){const i=t[o],a=n[o];if($o(i))e.addValue(o,i),xl(r)&&r.add(o),"development"===process.env.NODE_ENV&&Nl("10.12.16"===i.version,`Attempting to mix Framer Motion versions ${i.version} with 10.12.16 may not work as expected.`);else if($o(a))e.addValue(o,Tl(i,{owner:e})),xl(r)&&r.remove(o);else if(a!==i)if(e.hasValue(o)){const t=e.getValue(o);!t.hasAnimated&&t.set(i)}else{const t=e.getStaticValue(o);e.addValue(o,Tl(void 0!==t?t:i,{owner:e}))}}for(const r in n)void 0===t[r]&&e.removeValue(r);return t}(this,this.scrapeMotionValuesFromProps(e,this.prevProps),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(e){return this.props.variants?this.props.variants[e]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}getVariantContext(e=!1){if(e)return this.parent?this.parent.getVariantContext():void 0;if(!this.isControllingVariants){const e=this.parent&&this.parent.getVariantContext()||{};return void 0!==this.props.initial&&(e.initial=this.props.initial),e}const t={};for(let e=0;e<id;e++){const n=ko[e],r=this.props[n];(To(r)||!1===r)&&(t[n]=r)}return t}addVariantChild(e){const t=this.getClosestVariantNode();if(t)return t.variantChildren&&t.variantChildren.add(e),()=>t.variantChildren.delete(e)}addValue(e,t){t!==this.values.get(e)&&(this.removeValue(e),this.bindToMotionValue(e,t)),this.values.set(e,t),this.latestValues[e]=t.get()}removeValue(e){this.values.delete(e);const t=this.valueSubscriptions.get(e);t&&(t(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,t){if(this.props.values&&this.props.values[e])return this.props.values[e];let n=this.values.get(e);return void 0===n&&void 0!==t&&(n=Tl(t,{owner:this}),this.addValue(e,n)),n}readValue(e){return void 0===this.latestValues[e]&&this.current?this.readValueFromInstance(this.current,e,this.options):this.latestValues[e]}setBaseTarget(e,t){this.baseTarget[e]=t}getBaseTarget(e){var t;const{initial:n}=this.props,r="string"==typeof n||"object"==typeof n?null===(t=zi(this.props,n))||void 0===t?void 0:t[e]:void 0;if(n&&void 0!==r)return r;const o=this.getBaseTargetFromProps(this.props,e);return void 0===o||$o(o)?void 0!==this.initialValues[e]&&void 0===r?void 0:this.baseTarget[e]:o}on(e,t){return this.events[e]||(this.events[e]=new Al),this.events[e].add(t)}notify(e,...t){this.events[e]&&this.events[e].notify(...t)}}class sd extends ad{sortInstanceNodePosition(e,t){return 2&e.compareDocumentPosition(t)?1:-1}getBaseTargetFromProps(e,t){return e.style?e.style[t]:void 0}removeValueFromRenderState(e,{vars:t,style:n}){delete t[e],delete n[e]}makeTargetAnimatableFromInstance({transition:e,transitionEnd:t,...n},{transformValues:r},o){let i=function(e,t,n){const r={};for(const o in e){const e=Ol(o,t);if(void 0!==e)r[o]=e;else{const e=n.getValue(o);e&&(r[o]=e.get())}}return r}(n,e||{},this);if(r&&(t&&(t=r(t)),n&&(n=r(n)),i&&(i=r(i))),o){!function(e,t,n){var r,o;const i=Object.keys(t).filter(t=>!e.hasValue(t)),a=i.length;if(a)for(let s=0;s<a;s++){const a=i[s],l=t[a];let c=null;Array.isArray(l)&&(c=l[0]),null===c&&(c=null!==(o=null!==(r=n[a])&&void 0!==r?r:e.readValue(a))&&void 0!==o?o:t[a]),null!=c&&("string"==typeof c&&(Il(c)||gl(c))?c=parseFloat(c):!Rl(c)&&Bs.test(l)&&(c=fl(a,l)),e.addValue(a,Tl(c,{owner:e})),void 0===n[a]&&(n[a]=c),null!==c&&e.setBaseTarget(a,c))}}(this,n,i);const e=Qu(this,n,i,t);t=e.transitionEnd,n=e.target}return{transition:e,transitionEnd:t,...n}}}class ld extends sd{readValueFromInstance(e,t){if(Jo.has(t)){const e=ml(t);return e&&e.default||0}{const r=(n=e,window.getComputedStyle(n)),o=(ei(t)?r.getPropertyValue(t):r[t])||0;return"string"==typeof o?o.trim():o}var n}measureInstanceViewportBox(e,{transformPagePoint:t}){return Lc(e,t)}build(e,t,n,r){Ii(e,t,n,r.transformTemplate)}scrapeMotionValuesFromProps(e,t){return Xi(e,t)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;$o(e)&&(this.childSubscription=e.on("change",e=>{this.current&&(this.current.textContent=`${e}`)}))}renderInstance(e,t,n,r){ji(e,t,n,r)}}class cd extends sd{constructor(){super(...arguments),this.isSVGTag=!1}getBaseTargetFromProps(e,t){return e[t]}readValueFromInstance(e,t){if(Jo.has(t)){const e=ml(t);return e&&e.default||0}return t=Hi.has(t)?t:Mi(t),e.getAttribute(t)}measureInstanceViewportBox(){return{x:{min:0,max:0},y:{min:0,max:0}}}scrapeMotionValuesFromProps(e,t){return Fi(e,t)}build(e,t,n,r){Ri(e,t,n,this.isSVGTag,r.transformTemplate)}renderInstance(e,t,n,r){Wi(e,t,0,r)}mount(e){this.isSVGTag=Oi(e.tagName),super.mount(e)}}const ud=(e,t)=>Zo(e)?new cd(t,{enableHardwareAcceleration:!1}):new ld(t,{enableHardwareAcceleration:!0}),dd={..._l,...Pa,...ju,...{layout:{ProjectionNode:Mu,MeasureLayout:Xc}}},pd=Fo((e,t)=>function(e,{forwardMotionProps:t=!1},n,r){return{...Zo(e)?Ki:Qi,preloadedFeatures:n,useRender:Vi(t),createVisualElement:r,Component:e}}(e,t,dd,ud));function hd(){const e=l(!1);return Eo(()=>(e.current=!0,()=>{e.current=!1}),[]),e}class md extends r.Component{getSnapshotBeforeUpdate(e){const t=this.props.childRef.current;if(t&&e.isPresent&&!this.props.isPresent){const e=this.props.sizeRef.current;e.height=t.offsetHeight||0,e.width=t.offsetWidth||0,e.top=t.offsetTop,e.left=t.offsetLeft}return null}componentDidUpdate(){}render(){return this.props.children}}function fd({children:e,isPresent:t}){const n=g(),o=l(null),i=l({width:0,height:0,top:0,left:0});return f(()=>{const{width:e,height:r,top:a,left:s}=i.current;if(t||!o.current||!e||!r)return;o.current.dataset.motionPopId=n;const l=document.createElement("style");return document.head.appendChild(l),l.sheet&&l.sheet.insertRule(`\n [data-motion-pop-id="${n}"] {\n position: absolute !important;\n width: ${e}px !important;\n height: ${r}px !important;\n top: ${a}px !important;\n left: ${s}px !important;\n }\n `),()=>{document.head.removeChild(l)}},[t]),r.createElement(md,{isPresent:t,childRef:o,sizeRef:i},r.cloneElement(e,{ref:o}))}const gd=({children:e,initial:t,isPresent:n,onExitComplete:o,custom:i,presenceAffectsLayout:s,mode:l})=>{const c=Zi(bd),u=g(),d=a(()=>({id:u,initial:t,isPresent:n,custom:i,onExitComplete:e=>{c.set(e,!0);for(const e of c.values())if(!e)return;o&&o()},register:e=>(c.set(e,!1),()=>c.delete(e))}),s?void 0:[n]);return a(()=>{c.forEach((e,t)=>c.set(t,!1))},[n]),r.useEffect(()=>{!n&&!c.size&&o&&o()},[n]),"popLayout"===l&&(e=r.createElement(fd,{isPresent:n},e)),r.createElement(wo.Provider,{value:d},e)};function bd(){return new Map}const vd=e=>e.key||"";const yd=({children:e,custom:t,initial:n=!0,onExitComplete:o,exitBeforeEnter:i,presenceAffectsLayout:a=!0,mode:s="sync"})=>{Oa(!i,"Replace exitBeforeEnter with mode='wait'");const p=m(Mo).forceRender||function(){const e=hd(),[t,n]=c(0),r=d(()=>{e.current&&n(t+1)},[t]);return[d(()=>va.postRender(r),[r]),t]}()[0],h=hd(),f=function(e){const t=[];return v.forEach(e,e=>{y(e)&&t.push(e)}),t}(e);let g=f;const x=l(new Map).current,I=l(g),C=l(new Map).current,w=l(!0);var A;if(Eo(()=>{w.current=!1,function(e,t){e.forEach(e=>{const n=vd(e);t.set(n,e)})}(f,C),I.current=g}),A=()=>{w.current=!0,C.clear(),x.clear()},u(()=>()=>A(),[]),w.current)return r.createElement(r.Fragment,null,g.map(e=>r.createElement(gd,{key:vd(e),isPresent:!0,initial:!!n&&void 0,presenceAffectsLayout:a,mode:s},e)));g=[...g];const E=I.current.map(vd),N=f.map(vd),S=E.length;for(let e=0;e<S;e++){const t=E[e];-1!==N.indexOf(t)||x.has(t)||x.set(t,void 0)}return"wait"===s&&x.size&&(g=[]),x.forEach((e,n)=>{if(-1!==N.indexOf(n))return;const i=C.get(n);if(!i)return;const l=E.indexOf(n);let c=e;if(!c){const e=()=>{C.delete(n),x.delete(n);const e=I.current.findIndex(e=>e.key===n);if(I.current.splice(e,1),!x.size){if(I.current=f,!1===h.current)return;p(),o&&o()}};c=r.createElement(gd,{key:vd(i),isPresent:!1,onExitComplete:e,custom:t,presenceAffectsLayout:a,mode:s},i),x.set(n,c)}g.splice(l,0,c)}),g=g.map(e=>{const t=e.key;return x.has(t)?e:r.createElement(gd,{key:vd(e),isPresent:!0,presenceAffectsLayout:a,mode:s},e)}),"production"!==process.env.NODE_ENV&&"wait"===s&&g.length>1&&console.warn('You\'re attempting to animate multiple children within AnimatePresence, but its mode is set to "wait". This will lead to odd visual behaviour.'),r.createElement(r.Fragment,null,x.size?g:g.map(e=>b(e)))};function xd(){return xd=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},xd.apply(null,arguments)}function Id(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(null==e||e(r),!1===n||!r.defaultPrevented)return null==t?void 0:t(r)}}function Cd(...e){return t=>e.forEach(e=>function(e,t){"function"==typeof e?e(t):null!=e&&(e.current=t)}(e,t))}function wd(...e){return d(Cd(...e),e)}function Ad(...e){const t=e[0];if(1===e.length)return t;const n=()=>{const n=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){const r=n.reduce((t,{useScope:n,scopeName:r})=>({...t,...n(e)[`__scope${r}`]}),{});return a(()=>({[`__scope${t.scopeName}`]:r}),[r])}};return n.scopeName=t.scopeName,n}const Ed=Boolean(null===globalThis||void 0===globalThis?void 0:globalThis.document)?h:()=>{},Nd=r["useId".toString()]||(()=>{});let Sd=0;function Td(e){const[t,n]=r.useState(Nd());return Ed(()=>{n(e=>null!=e?e:String(Sd++))},[e]),e||(t?`radix-${t}`:"")}function Bd(e){const t=l(e);return u(()=>{t.current=e}),a(()=>(...e)=>{var n;return null===(n=t.current)||void 0===n?void 0:n.call(t,...e)},[])}function Pd({prop:e,defaultProp:t,onChange:n=()=>{}}){const[r,o]=function({defaultProp:e,onChange:t}){const n=c(e),[r]=n,o=l(r),i=Bd(t);return u(()=>{o.current!==r&&(i(r),o.current=r)},[r,o,i]),n}({defaultProp:t,onChange:n}),i=void 0!==e,a=i?e:r,s=Bd(n);return[a,d(t=>{if(i){const n="function"==typeof t?t(e):t;n!==e&&s(n)}else o(t)},[i,e,o,s])]}const kd=i((e,t)=>{const{children:n,...r}=e,o=v.toArray(n),i=o.find(Gd);if(i){const e=i.props.children,n=o.map(t=>t===i?v.count(e)>1?v.only(null):y(e)?e.props.children:null:t);return s(Ld,xd({},r,{ref:t}),y(e)?b(e,void 0,n):null)}return s(Ld,xd({},r,{ref:t}),n)});kd.displayName="Slot";const Ld=i((e,t)=>{const{children:n,...r}=e;return y(n)?b(n,{...Od(r,n.props),ref:t?Cd(t,n.ref):n.ref}):v.count(n)>1?v.only(null):null});Ld.displayName="SlotClone";const Rd=({children:e})=>s(x,null,e);function Gd(e){return y(e)&&e.type===Rd}function Od(e,t){const n={...t};for(const r in t){const o=e[r],i=t[r];/^on[A-Z]/.test(r)?o&&i?n[r]=(...e)=>{i(...e),o(...e)}:o&&(n[r]=o):"style"===r?n[r]={...o,...i}:"className"===r&&(n[r]=[o,i].filter(Boolean).join(" "))}return{...e,...n}}const Dd=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce((e,t)=>{const n=i((e,n)=>{const{asChild:r,...o}=e,i=r?kd:t;return u(()=>{window[Symbol.for("radix-ui")]=!0},[]),s(i,xd({},o,{ref:n}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});const Vd="dismissableLayer.update",Md="dismissableLayer.pointerDownOutside",jd="dismissableLayer.focusOutside";let Hd;const Wd=p({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Xd=i((e,t)=>{var n;const{disableOutsidePointerEvents:r=!1,onEscapeKeyDown:o,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:d,onDismiss:p,...h}=e,f=m(Wd),[g,b]=c(null),v=null!==(n=null==g?void 0:g.ownerDocument)&&void 0!==n?n:null===globalThis||void 0===globalThis?void 0:globalThis.document,[,y]=c({}),x=wd(t,e=>b(e)),I=Array.from(f.layers),[C]=[...f.layersWithOutsidePointerEventsDisabled].slice(-1),w=I.indexOf(C),A=g?I.indexOf(g):-1,E=f.layersWithOutsidePointerEventsDisabled.size>0,N=A>=w,S=function(e,t=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const n=Bd(e),r=l(!1),o=l(()=>{});return u(()=>{const e=e=>{if(e.target&&!r.current){const i={originalEvent:e};function a(){zd(Md,n,i,{discrete:!0})}"touch"===e.pointerType?(t.removeEventListener("click",o.current),o.current=a,t.addEventListener("click",o.current,{once:!0})):a()}else t.removeEventListener("click",o.current);r.current=!1},i=window.setTimeout(()=>{t.addEventListener("pointerdown",e)},0);return()=>{window.clearTimeout(i),t.removeEventListener("pointerdown",e),t.removeEventListener("click",o.current)}},[t,n]),{onPointerDownCapture:()=>r.current=!0}}(e=>{const t=e.target,n=[...f.branches].some(e=>e.contains(t));N&&!n&&(null==i||i(e),null==d||d(e),e.defaultPrevented||null==p||p())},v),T=function(e,t=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const n=Bd(e),r=l(!1);return u(()=>{const e=e=>{if(e.target&&!r.current){zd(jd,n,{originalEvent:e},{discrete:!1})}};return t.addEventListener("focusin",e),()=>t.removeEventListener("focusin",e)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}(e=>{const t=e.target;[...f.branches].some(e=>e.contains(t))||(null==a||a(e),null==d||d(e),e.defaultPrevented||null==p||p())},v);return function(e,t=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const n=Bd(e);u(()=>{const e=e=>{"Escape"===e.key&&n(e)};return t.addEventListener("keydown",e),()=>t.removeEventListener("keydown",e)},[n,t])}(e=>{A===f.layers.size-1&&(null==o||o(e),!e.defaultPrevented&&p&&(e.preventDefault(),p()))},v),u(()=>{if(g)return r&&(0===f.layersWithOutsidePointerEventsDisabled.size&&(Hd=v.body.style.pointerEvents,v.body.style.pointerEvents="none"),f.layersWithOutsidePointerEventsDisabled.add(g)),f.layers.add(g),Fd(),()=>{r&&1===f.layersWithOutsidePointerEventsDisabled.size&&(v.body.style.pointerEvents=Hd)}},[g,v,r,f]),u(()=>()=>{g&&(f.layers.delete(g),f.layersWithOutsidePointerEventsDisabled.delete(g),Fd())},[g,f]),u(()=>{const e=()=>y({});return document.addEventListener(Vd,e),()=>document.removeEventListener(Vd,e)},[]),s(Dd.div,xd({},h,{ref:x,style:{pointerEvents:E?N?"auto":"none":void 0,...e.style},onFocusCapture:Id(e.onFocusCapture,T.onFocusCapture),onBlurCapture:Id(e.onBlurCapture,T.onBlurCapture),onPointerDownCapture:Id(e.onPointerDownCapture,S.onPointerDownCapture)}))});function Fd(){const e=new CustomEvent(Vd);document.dispatchEvent(e)}function zd(e,t,n,{discrete:r}){const o=n.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),r?function(e,t){e&&S(()=>e.dispatchEvent(t))}(o,i):o.dispatchEvent(i)}const Zd="focusScope.autoFocusOnMount",Yd="focusScope.autoFocusOnUnmount",_d={bubbles:!1,cancelable:!0},Jd=i((e,t)=>{const{loop:n=!1,trapped:r=!1,onMountAutoFocus:o,onUnmountAutoFocus:i,...a}=e,[p,h]=c(null),m=Bd(o),f=Bd(i),g=l(null),b=wd(t,e=>h(e)),v=l({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;u(()=>{if(r){function e(e){if(v.paused||!p)return;const t=e.target;p.contains(t)?g.current=t:Qd(g.current,{select:!0})}function t(e){if(v.paused||!p)return;const t=e.relatedTarget;null!==t&&(p.contains(t)||Qd(g.current,{select:!0}))}function n(e){if(document.activeElement===document.body)for(const t of e)t.removedNodes.length>0&&Qd(p)}document.addEventListener("focusin",e),document.addEventListener("focusout",t);const o=new MutationObserver(n);return p&&o.observe(p,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),o.disconnect()}}},[r,p,v.paused]),u(()=>{if(p){qd.add(v);const t=document.activeElement;if(!p.contains(t)){const n=new CustomEvent(Zd,_d);p.addEventListener(Zd,m),p.dispatchEvent(n),n.defaultPrevented||(!function(e,{select:t=!1}={}){const n=document.activeElement;for(const r of e)if(Qd(r,{select:t}),document.activeElement!==n)return}((e=Ud(p),e.filter(e=>"A"!==e.tagName)),{select:!0}),document.activeElement===t&&Qd(p))}return()=>{p.removeEventListener(Zd,m),setTimeout(()=>{const e=new CustomEvent(Yd,_d);p.addEventListener(Yd,f),p.dispatchEvent(e),e.defaultPrevented||Qd(null!=t?t:document.body,{select:!0}),p.removeEventListener(Yd,f),qd.remove(v)},0)}}var e},[p,m,f,v]);const y=d(e=>{if(!n&&!r)return;if(v.paused)return;const t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,o=document.activeElement;if(t&&o){const t=e.currentTarget,[r,i]=function(e){const t=Ud(e),n=$d(t,e),r=$d(t.reverse(),e);return[n,r]}(t);r&&i?e.shiftKey||o!==i?e.shiftKey&&o===r&&(e.preventDefault(),n&&Qd(i,{select:!0})):(e.preventDefault(),n&&Qd(r,{select:!0})):o===t&&e.preventDefault()}},[n,r,v.paused]);return s(Dd.div,xd({tabIndex:-1},a,{ref:b,onKeyDown:y}))});function Ud(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{const t="INPUT"===e.tagName&&"hidden"===e.type;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function $d(e,t){for(const n of e)if(!Kd(n,{upTo:t}))return n}function Kd(e,{upTo:t}){if("hidden"===getComputedStyle(e).visibility)return!0;for(;e;){if(void 0!==t&&e===t)return!1;if("none"===getComputedStyle(e).display)return!0;e=e.parentElement}return!1}function Qd(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&function(e){return e instanceof HTMLInputElement&&"select"in e}(e)&&t&&e.select()}}const qd=function(){let e=[];return{add(t){const n=e[0];t!==n&&(null==n||n.pause()),e=ep(e,t),e.unshift(t)},remove(t){var n;e=ep(e,t),null===(n=e[0])||void 0===n||n.resume()}}}();function ep(e,t){const n=[...e],r=n.indexOf(t);return-1!==r&&n.splice(r,1),n}const tp=i((e,t)=>{var n;const{container:r=(null===globalThis||void 0===globalThis||null===(n=globalThis.document)||void 0===n?void 0:n.body),...o}=e;return r?N.createPortal(s(Dd.div,xd({},o,{ref:t})),r):null});const np=e=>{const{present:t,children:n}=e,r=function(e){const[t,n]=c(),r=l({}),o=l(e),i=l("none"),a=e?"mounted":"unmounted",[s,p]=function(e,t){return I((e,n)=>{const r=t[e][n];return null!=r?r:e},e)}(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return u(()=>{const e=rp(r.current);i.current="mounted"===s?e:"none"},[s]),Ed(()=>{const t=r.current,n=o.current;if(n!==e){const r=i.current,a=rp(t);if(e)p("MOUNT");else if("none"===a||"none"===(null==t?void 0:t.display))p("UNMOUNT");else{p(n&&r!==a?"ANIMATION_OUT":"UNMOUNT")}o.current=e}},[e,p]),Ed(()=>{if(t){const e=e=>{const n=rp(r.current).includes(e.animationName);e.target===t&&n&&S(()=>p("ANIMATION_END"))},n=e=>{e.target===t&&(i.current=rp(r.current))};return t.addEventListener("animationstart",n),t.addEventListener("animationcancel",e),t.addEventListener("animationend",e),()=>{t.removeEventListener("animationstart",n),t.removeEventListener("animationcancel",e),t.removeEventListener("animationend",e)}}p("ANIMATION_END")},[t,p]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:d(e=>{e&&(r.current=getComputedStyle(e)),n(e)},[])}}(t),o="function"==typeof n?n({present:r.isPresent}):v.only(n),i=wd(r.ref,o.ref);return"function"==typeof n||r.isPresent?b(o,{ref:i}):null};function rp(e){return(null==e?void 0:e.animationName)||"none"}np.displayName="Presence";let op=0;function ip(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}var ap=function(){return ap=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},ap.apply(this,arguments)};function sp(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(r=Object.getOwnPropertySymbols(e);o<r.length;o++)t.indexOf(r[o])<0&&Object.prototype.propertyIsEnumerable.call(e,r[o])&&(n[r[o]]=e[r[o]])}return n}"function"==typeof SuppressedError&&SuppressedError;var lp="right-scroll-bar-position",cp="width-before-scroll-bar";function up(e,t){return"function"==typeof e?e(t):e&&(e.current=t),e}var dp="undefined"!=typeof window?r.useLayoutEffect:r.useEffect,pp=new WeakMap;function hp(e,t){var n,r,o,i=(n=null,r=function(t){return e.forEach(function(e){return up(e,t)})},(o=c(function(){return{value:n,callback:r,facade:{get current(){return o.value},set current(e){var t=o.value;t!==e&&(o.value=e,o.callback(e,t))}}}})[0]).callback=r,o.facade);return dp(function(){var t=pp.get(i);if(t){var n=new Set(t),r=new Set(e),o=i.current;n.forEach(function(e){r.has(e)||up(e,null)}),r.forEach(function(e){n.has(e)||up(e,o)})}pp.set(i,e)},[e]),i}function mp(e){return e}var fp=function(e){var t=e.sideCar,n=sp(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var o=t.read();if(!o)throw new Error("Sidecar medium not found");return r.createElement(o,ap({},n))};fp.isSideCarExport=!0;var gp=function(e){void 0===e&&(e={});var t=function(e,t){void 0===t&&(t=mp);var n=[],r=!1,o={read:function(){if(r)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(e){var o=t(e,r);return n.push(o),function(){n=n.filter(function(e){return e!==o})}},assignSyncMedium:function(e){for(r=!0;n.length;){var t=n;n=[],t.forEach(e)}n={push:function(t){return e(t)},filter:function(){return n}}},assignMedium:function(e){r=!0;var t=[];if(n.length){var o=n;n=[],o.forEach(e),t=n}var i=function(){var n=t;t=[],n.forEach(e)},a=function(){return Promise.resolve().then(i)};a(),n={push:function(e){t.push(e),a()},filter:function(e){return t=t.filter(e),n}}}};return o}(null);return t.options=ap({async:!0,ssr:!1},e),t}(),bp=function(){},vp=r.forwardRef(function(e,t){var n=r.useRef(null),o=r.useState({onScrollCapture:bp,onWheelCapture:bp,onTouchMoveCapture:bp}),i=o[0],a=o[1],s=e.forwardProps,l=e.children,c=e.className,u=e.removeScrollBar,d=e.enabled,p=e.shards,h=e.sideCar,m=e.noIsolation,f=e.inert,g=e.allowPinchZoom,b=e.as,v=void 0===b?"div":b,y=sp(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),x=h,I=hp([n,t]),C=ap(ap({},y),i);return r.createElement(r.Fragment,null,d&&r.createElement(x,{sideCar:gp,removeScrollBar:u,shards:p,noIsolation:m,inert:f,setCallbacks:a,allowPinchZoom:!!g,lockRef:n}),s?r.cloneElement(r.Children.only(l),ap(ap({},C),{ref:I})):r.createElement(v,ap({},C,{className:c,ref:I}),l))});vp.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},vp.classNames={fullWidth:cp,zeroRight:lp};function yp(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__}();return t&&e.setAttribute("nonce",t),e}var xp=function(){var e=0,t=null;return{add:function(n){var r;0==e&&(t=yp())&&(!function(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}(t,n),r=t,(document.head||document.getElementsByTagName("head")[0]).appendChild(r)),e++},remove:function(){! --e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},Ip=function(){var e,t=(e=xp(),function(t,n){r.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])});return function(e){var n=e.styles,r=e.dynamic;return t(n,r),null}},Cp={left:0,top:0,right:0,gap:0},wp=function(e){return parseInt(e||"",10)||0},Ap=function(e){if(void 0===e&&(e="margin"),"undefined"==typeof window)return Cp;var t=function(e){var t=window.getComputedStyle(document.body),n=t["padding"===e?"paddingLeft":"marginLeft"],r=t["padding"===e?"paddingTop":"marginTop"],o=t["padding"===e?"paddingRight":"marginRight"];return[wp(n),wp(r),wp(o)]}(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},Ep=Ip(),Np="data-scroll-locked",Sp=function(e,t,n,r){var o=e.left,i=e.top,a=e.right,s=e.gap;return void 0===n&&(n="margin"),"\n .".concat("with-scroll-bars-hidden"," {\n overflow: hidden ").concat(r,";\n padding-right: ").concat(s,"px ").concat(r,";\n }\n body[").concat(Np,"] {\n overflow: hidden ").concat(r,";\n overscroll-behavior: contain;\n ").concat([t&&"position: relative ".concat(r,";"),"margin"===n&&"\n padding-left: ".concat(o,"px;\n padding-top: ").concat(i,"px;\n padding-right: ").concat(a,"px;\n margin-left:0;\n margin-top:0;\n margin-right: ").concat(s,"px ").concat(r,";\n "),"padding"===n&&"padding-right: ".concat(s,"px ").concat(r,";")].filter(Boolean).join(""),"\n }\n \n .").concat(lp," {\n right: ").concat(s,"px ").concat(r,";\n }\n \n .").concat(cp," {\n margin-right: ").concat(s,"px ").concat(r,";\n }\n \n .").concat(lp," .").concat(lp," {\n right: 0 ").concat(r,";\n }\n \n .").concat(cp," .").concat(cp," {\n margin-right: 0 ").concat(r,";\n }\n \n body[").concat(Np,"] {\n ").concat("--removed-body-scroll-bar-size",": ").concat(s,"px;\n }\n")},Tp=function(){var e=parseInt(document.body.getAttribute(Np)||"0",10);return isFinite(e)?e:0},Bp=function(e){var t=e.noRelative,n=e.noImportant,o=e.gapMode,i=void 0===o?"margin":o;r.useEffect(function(){return document.body.setAttribute(Np,(Tp()+1).toString()),function(){var e=Tp()-1;e<=0?document.body.removeAttribute(Np):document.body.setAttribute(Np,e.toString())}},[]);var a=r.useMemo(function(){return Ap(i)},[i]);return r.createElement(Ep,{styles:Sp(a,!t,i,n?"":"!important")})},Pp=!1;if("undefined"!=typeof window)try{var kp=Object.defineProperty({},"passive",{get:function(){return Pp=!0,!0}});window.addEventListener("test",kp,kp),window.removeEventListener("test",kp,kp)}catch(e){Pp=!1}var Lp=!!Pp&&{passive:!1},Rp=function(e,t){var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&!function(e){return"TEXTAREA"===e.tagName}(e)&&"visible"===n[t])},Gp=function(e,t){var n=t;do{if("undefined"!=typeof ShadowRoot&&n instanceof ShadowRoot&&(n=n.host),Op(e,n)){var r=Dp(e,n);if(r[1]>r[2])return!0}n=n.parentNode}while(n&&n!==document.body);return!1},Op=function(e,t){return"v"===e?function(e){return Rp(e,"overflowY")}(t):function(e){return Rp(e,"overflowX")}(t)},Dp=function(e,t){return"v"===e?function(e){return[e.scrollTop,e.scrollHeight,e.clientHeight]}(t):function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]}(t)},Vp=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Mp=function(e){return[e.deltaX,e.deltaY]},jp=function(e){return e&&"current"in e?e.current:e},Hp=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},Wp=0,Xp=[];var Fp,zp=(Fp=function(e){var t=r.useRef([]),n=r.useRef([0,0]),o=r.useRef(),i=r.useState(Wp++)[0],a=r.useState(function(){return Ip()})[0],s=r.useRef(e);r.useEffect(function(){s.current=e},[e]),r.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(i));var t=function(e,t,n){if(n||2===arguments.length)for(var r,o=0,i=t.length;o<i;o++)!r&&o in t||(r||(r=Array.prototype.slice.call(t,0,o)),r[o]=t[o]);return e.concat(r||Array.prototype.slice.call(t))}([e.lockRef.current],(e.shards||[]).map(jp),!0).filter(Boolean);return t.forEach(function(e){return e.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),t.forEach(function(e){return e.classList.remove("allow-interactivity-".concat(i))})}}},[e.inert,e.lockRef.current,e.shards]);var l=r.useCallback(function(e,t){if("touches"in e&&2===e.touches.length)return!s.current.allowPinchZoom;var r,i=Vp(e),a=n.current,l="deltaX"in e?e.deltaX:a[0]-i[0],c="deltaY"in e?e.deltaY:a[1]-i[1],u=e.target,d=Math.abs(l)>Math.abs(c)?"h":"v";if("touches"in e&&"h"===d&&"range"===u.type)return!1;var p=Gp(d,u);if(!p)return!0;if(p?r=d:(r="v"===d?"h":"v",p=Gp(d,u)),!p)return!1;if(!o.current&&"changedTouches"in e&&(l||c)&&(o.current=r),!r)return!0;var h=o.current||r;return function(e,t,n,r){var o=function(e,t){return"h"===e&&"rtl"===t?-1:1}(e,window.getComputedStyle(t).direction),i=o*r,a=n.target,s=t.contains(a),l=!1,c=i>0,u=0,d=0;do{var p=Dp(e,a),h=p[0],m=p[1]-p[2]-o*h;(h||m)&&Op(e,a)&&(u+=m,d+=h),a=a.parentNode}while(!s&&a!==document.body||s&&(t.contains(a)||t===a));return c&&0===u?l=!0:c||0!==d||(l=!0),l}(h,t,e,"h"===h?l:c)},[]),c=r.useCallback(function(e){var n=e;if(Xp.length&&Xp[Xp.length-1]===a){var r="deltaY"in n?Mp(n):Vp(n),o=t.current.filter(function(e){return e.name===n.type&&e.target===n.target&&(t=e.delta,o=r,t[0]===o[0]&&t[1]===o[1]);var t,o})[0];if(o&&o.should)n.cancelable&&n.preventDefault();else if(!o){var i=(s.current.shards||[]).map(jp).filter(Boolean).filter(function(e){return e.contains(n.target)});(i.length>0?l(n,i[0]):!s.current.noIsolation)&&n.cancelable&&n.preventDefault()}}},[]),u=r.useCallback(function(e,n,r,o){var i={name:e,delta:n,target:r,should:o};t.current.push(i),setTimeout(function(){t.current=t.current.filter(function(e){return e!==i})},1)},[]),d=r.useCallback(function(e){n.current=Vp(e),o.current=void 0},[]),p=r.useCallback(function(t){u(t.type,Mp(t),t.target,l(t,e.lockRef.current))},[]),h=r.useCallback(function(t){u(t.type,Vp(t),t.target,l(t,e.lockRef.current))},[]);r.useEffect(function(){return Xp.push(a),e.setCallbacks({onScrollCapture:p,onWheelCapture:p,onTouchMoveCapture:h}),document.addEventListener("wheel",c,Lp),document.addEventListener("touchmove",c,Lp),document.addEventListener("touchstart",d,Lp),function(){Xp=Xp.filter(function(e){return e!==a}),document.removeEventListener("wheel",c,Lp),document.removeEventListener("touchmove",c,Lp),document.removeEventListener("touchstart",d,Lp)}},[]);var m=e.removeScrollBar,f=e.inert;return r.createElement(r.Fragment,null,f?r.createElement(a,{styles:Hp(i)}):null,m?r.createElement(Bp,{gapMode:"margin"}):null)},gp.useMedium(Fp),fp),Zp=r.forwardRef(function(e,t){return r.createElement(vp,ap({},e,{ref:t,sideCar:zp}))});Zp.classNames=vp.classNames;var Yp=new WeakMap,_p=new WeakMap,Jp={},Up=0,$p=function(e){return e&&(e.host||$p(e.parentNode))},Kp=function(e,t,n,r){var o=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=$p(t);return n&&e.contains(n)?n:(console.error("aria-hidden",t,"in not contained inside",e,". Doing nothing"),null)}).filter(function(e){return Boolean(e)})}(t,Array.isArray(e)?e:[e]);Jp[n]||(Jp[n]=new WeakMap);var i=Jp[n],a=[],s=new Set,l=new Set(o),c=function(e){e&&!s.has(e)&&(s.add(e),c(e.parentNode))};o.forEach(c);var u=function(e){e&&!l.has(e)&&Array.prototype.forEach.call(e.children,function(e){if(s.has(e))u(e);else try{var t=e.getAttribute(r),o=null!==t&&"false"!==t,l=(Yp.get(e)||0)+1,c=(i.get(e)||0)+1;Yp.set(e,l),i.set(e,c),a.push(e),1===l&&o&&_p.set(e,!0),1===c&&e.setAttribute(n,"true"),o||e.setAttribute(r,"true")}catch(t){console.error("aria-hidden: cannot operate on ",e,t)}})};return u(t),s.clear(),Up++,function(){a.forEach(function(e){var t=Yp.get(e)-1,o=i.get(e)-1;Yp.set(e,t),i.set(e,o),t||(_p.has(e)||e.removeAttribute(r),_p.delete(e)),o||e.removeAttribute(n)}),--Up||(Yp=new WeakMap,Yp=new WeakMap,_p=new WeakMap,Jp={})}},Qp=function(e,t,n){void 0===n&&(n="data-aria-hidden");var r=Array.from(Array.isArray(e)?e:[e]),o=function(e){return"undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body}(e);return o?(r.push.apply(r,Array.from(o.querySelectorAll("[aria-live], script"))),Kp(r,o,n,"aria-hidden")):function(){return null}};const qp="Dialog",[eh,th]=function(e,t=[]){let n=[];const r=()=>{const t=n.map(e=>p(e));return function(n){const r=(null==n?void 0:n[e])||t;return a(()=>({[`__scope${e}`]:{...n,[e]:r}}),[n,r])}};return r.scopeName=e,[function(t,r){const o=p(r),i=n.length;function l(t){const{scope:n,children:r,...l}=t,c=(null==n?void 0:n[e][i])||o,u=a(()=>l,Object.values(l));return s(c.Provider,{value:u},r)}return n=[...n,r],l.displayName=t+"Provider",[l,function(n,a){const s=(null==a?void 0:a[e][i])||o,l=m(s);if(l)return l;if(void 0!==r)return r;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},Ad(r,...t)]}(qp),[nh,rh]=eh(qp),oh="DialogPortal",[ih,ah]=eh(oh,{forceMount:void 0}),sh="DialogOverlay",lh=i((e,t)=>{const n=ah(sh,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,i=rh(sh,e.__scopeDialog);return i.modal?s(np,{present:r||i.open},s(ch,xd({},o,{ref:t}))):null}),ch=i((e,t)=>{const{__scopeDialog:n,...r}=e,o=rh(sh,n);return s(Zp,{as:kd,allowPinchZoom:!0,shards:[o.contentRef]},s(Dd.div,xd({"data-state":vh(o.open)},r,{ref:t,style:{pointerEvents:"auto",...r.style}})))}),uh="DialogContent",dh=i((e,t)=>{const n=ah(uh,e.__scopeDialog),{forceMount:r=n.forceMount,...o}=e,i=rh(uh,e.__scopeDialog);return s(np,{present:r||i.open},i.modal?s(ph,xd({},o,{ref:t})):s(hh,xd({},o,{ref:t})))}),ph=i((e,t)=>{const n=rh(uh,e.__scopeDialog),r=l(null),o=wd(t,n.contentRef,r);return u(()=>{const e=r.current;if(e)return Qp(e)},[]),s(mh,xd({},e,{ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Id(e.onCloseAutoFocus,e=>{var t;e.preventDefault(),null===(t=n.triggerRef.current)||void 0===t||t.focus()}),onPointerDownOutside:Id(e.onPointerDownOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey;(2===t.button||n)&&e.preventDefault()}),onFocusOutside:Id(e.onFocusOutside,e=>e.preventDefault())}))}),hh=i((e,t)=>{const n=rh(uh,e.__scopeDialog),r=l(!1),o=l(!1);return s(mh,xd({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{var i,a;(null===(i=e.onCloseAutoFocus)||void 0===i||i.call(e,t),t.defaultPrevented)||(r.current||null===(a=n.triggerRef.current)||void 0===a||a.focus(),t.preventDefault());r.current=!1,o.current=!1},onInteractOutside:t=>{var i,a;null===(i=e.onInteractOutside)||void 0===i||i.call(e,t),t.defaultPrevented||(r.current=!0,"pointerdown"===t.detail.originalEvent.type&&(o.current=!0));const s=t.target;(null===(a=n.triggerRef.current)||void 0===a?void 0:a.contains(s))&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&o.current&&t.preventDefault()}}))}),mh=i((e,t)=>{const{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:o,onCloseAutoFocus:i,...a}=e,c=rh(uh,n),d=wd(t,l(null));return u(()=>{var e,t;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",null!==(e=n[0])&&void 0!==e?e:ip()),document.body.insertAdjacentElement("beforeend",null!==(t=n[1])&&void 0!==t?t:ip()),op++,()=>{1===op&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),op--}},[]),s(x,null,s(Jd,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:o,onUnmountAutoFocus:i},s(Xd,xd({role:"dialog",id:c.contentId,"aria-describedby":c.descriptionId,"aria-labelledby":c.titleId,"data-state":vh(c.open)},a,{ref:d,onDismiss:()=>c.onOpenChange(!1)}))),!1)}),fh="DialogTitle",gh="DialogClose",bh=i((e,t)=>{const{__scopeDialog:n,...r}=e,o=rh(gh,n);return s(Dd.button,xd({type:"button"},r,{ref:t,onClick:Id(e.onClick,()=>o.onOpenChange(!1))}))});function vh(e){return e?"open":"closed"}!function(e,t){const n=p(t);function r(e){const{children:t,...r}=e,o=a(()=>r,Object.values(r));return s(n.Provider,{value:o},t)}r.displayName=e+"Provider"}("DialogTitleWarning",{contentName:uh,titleName:fh,docsSlug:"dialog"});const yh=e=>{const{__scopeDialog:t,children:n,open:r,defaultOpen:o,onOpenChange:i,modal:a=!0}=e,c=l(null),u=l(null),[p=!1,h]=Pd({prop:r,defaultProp:o,onChange:i});return s(nh,{scope:t,triggerRef:c,contentRef:u,contentId:Td(),titleId:Td(),descriptionId:Td(),open:p,onOpenChange:h,onOpenToggle:d(()=>h(e=>!e),[h]),modal:a},n)},xh=e=>{const{__scopeDialog:t,forceMount:n,children:r,container:o}=e,i=rh(oh,t);return s(ih,{scope:t,forceMount:n},v.map(r,e=>s(np,{present:n||i.open},s(tp,{asChild:!0,container:o},e))))},Ih=lh,Ch=dh,wh=bh,Ah=n=>{const{isOpen:r,onRequestClose:o,size:i,title:a,content:s,description:l,children:c,bodyClassName:u,type:d="modal",index:p=0}=n;return e(yh,{open:r,onOpenChange:()=>r&&(null==o?void 0:o()),children:t(xh,{children:[e(pd.div,{initial:"closed",animate:r?"open":"closed",variants:vo,transition:{type:"tween",duration:.2,ease:"easeInOut"},className:"fixed inset-0 z-[1000] bg-scrim-bg-modal",children:e(Ih,{})}),e("div",{className:"pointer-events-none fixed inset-0 z-[1001] flex items-center justify-center",children:e(pd.div,{initial:"closed",animate:r?"open":"closed",variants:yo,transition:{type:"tween",duration:.3,ease:"easeInOut"},className:"pointer-events-auto w-[calc(100vw-10px)] focus:outline-none sm:w-[calc(100vw-90px)]",children:e(Ch,{className:Ze("relative mx-auto w-full rounded-modal bg-bg p-[25px] shadow-drop focus:outline-none",u),style:{maxWidth:xo[i||"lg"]},children:t("div",{"data-section-type":d,"data-section-index":p,children:[e(wh,{asChild:!0,children:e(Vr,{showButtonAs:"unstyled",buttonClassName:"absolute right-0 top-0 mr-2 mt-2 bg-bg",children:e(fr,{name:"close"})})}),t("div",{className:"custom-modal-body max-h-[85vh] overflow-visible",children:[a?e(gr,{className:Ze("mb-3 mt-5 w-full pr-8 text-center sm:pr-0","heading5 md:pt-0","mb-4 md:mb-[60px]"),as:"h2",children:a}):null,l?e(gr,{as:"div",className:"mb-8 sm:mb-5",children:l}):null,t("div",{className:"flex flex-col gap-4 sm:gap-5",children:[s,c||null]})]})]})})})})]})})},Eh=({children:n,background:r,className:o,fill:i="yellow",maxFit:a,show:s=!0,path:l="path2"})=>{const c=`${l}`,u={blue:"text-[#07B2E2]",green:"text-[#26B170]",yellow:"text-[#F5FF1E]",purple:"text-[#931D69]",white:"text-white",navy:"text-[#00002D]"},d={blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"},p="string"==typeof r&&r in d,h=p?d[r]:void 0,m=r&&!p?{background:r}:void 0,f=i in u?u[i]:"text-[#F5FF1E]";return s?t("div",{className:`shape-bg relative overflow-hidden ${null!=o?o:""} ${a?"max-content":""} ${null!=h?h:m?"":"bg-white"}`,style:m,children:["path1"===l&&e("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2371px] z-0 translate-x-[-55%] ${c} fill-current ${f}`,width:"2262",height:"4359",viewBox:"0 0 2262 4359",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1838.72 444.021C2216.45 758.242 2351.22 1060.81 2202.83 1982.25C2062.95 2851.55 1923.57 4265.14 1394.48 4348.94C1079.75 4409.66 766.955 4172.68 508.523 4003.04C340.876 3884.89 192.855 3774.9 26.6866 3661.93C-27.6562 3624.7 8.69435 3542.15 74.1261 3555.69C415.628 3626.61 686.916 3615.36 942.942 3443.48C1410.95 3163.54 1632.32 2141.02 1629.56 1543.75C1637.51 910.76 1276.06 582.318 829.643 352.709C587.562 235.528 333.508 169.963 100.699 149.757C31.9431 143.965 25.0259 47.9703 92.459 33.1281C623.196 -84.6769 1404.59 131.886 1839.84 443.573"})}),"path2"===l&&e("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[45.8px] z-0 translate-x-[-101%] ${c} fill-current ${f}`,width:"3739",height:"3666",viewBox:"0 0 3739 3666",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1662.93 3664.31C2153.52 3637.23 2442.1 3474.65 2872.31 2646.41C3278.25 1865.09 4009.1 647.09 3634.26 264.38C3417.79 27.9944 3025.37 31.7818 2716.76 13.9013C2511.72 8.81634 2327.31 8.87399 2126.55 0.511773C2060.73 -2.00127 2040.7 85.9475 2101.3 114.087C2417.76 260.743 2628.86 431.51 2731.94 722.142C2940.79 1225.9 2508.91 2178.82 2150.63 2656.7C1779.64 3169.63 1293.64 3217.84 798.345 3136.04C534.128 3085.8 291.072 2986.97 92.1133 2864.4C33.4593 2828.06 -29.3236 2901.01 15.967 2953.13C371.841 3364.12 1128.29 3656.09 1663.56 3665.34"})}),"path3"===l&&e("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2600px] z-0 translate-x-[-55%] ${c} fill-current ${f}`,width:"3044",height:"3248",viewBox:"0 0 3044 3248",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1.21857 1353.6C-0.931975 1765.46 120.504 2015.15 791.765 2417.01C1424.98 2796.19 2407.16 3469.31 2746.34 3175.04C2955.08 3005.86 2971.76 2677.32 3002.33 2420C3016.95 2248.7 3026.23 2094.39 3043.38 1926.83C3048.81 1871.88 2976.24 1850.67 2949.63 1899.96C2810.91 2157.33 2657.35 2325.33 2408.95 2396.88C1976.88 2546.15 1201.39 2136.59 819.655 1812.63C409.231 1476.27 393.475 1067.19 486.97 656.895C542.372 438.358 637.352 239.983 749.974 79.7081C783.347 32.4684 725.487 -23.7534 679.587 11.5067C317.699 288.49 35.1358 906.671 0.328344 1354.07"})}),"path4"===l&&e("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-1966.1px] z-0 translate-x-[-48%] ${c} fill-current ${f}`,width:"3739",height:"3666",viewBox:"0 0 3739 3666",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1662.93 3664.31C2153.52 3637.23 2442.1 3474.65 2872.31 2646.41C3278.25 1865.1 4009.1 647.091 3634.26 264.381C3417.79 27.9951 3025.37 31.7826 2716.76 13.902C2511.72 8.81709 2327.31 8.87474 2126.55 0.512528C2060.73 -2.00052 2040.7 85.9483 2101.3 114.088C2417.76 260.743 2628.86 431.51 2731.94 722.143C2940.79 1225.9 2508.91 2178.82 2150.63 2656.7C1779.64 3169.63 1293.64 3217.84 798.345 3136.04C534.128 3085.8 291.072 2986.98 92.1133 2864.4C33.4593 2828.06 -29.3236 2901.01 15.967 2953.13C371.841 3364.12 1128.29 3656.09 1663.56 3665.34"})}),e("div",{className:"shape-bg-content relative z-[1]",children:n})]}):e("div",{className:o,style:m,children:n})},Nh=({title:n,background:r="white",button:o,color:i,contentAlignment:a,description:s,descriptionAlignment:l,enableHeading:c,subTitle:u,maxWidth:d=!0,onModalButtonClick:p,renderCheckPlans:h})=>e("div",{className:`${{navy:"bg-bg-fill-inverse",green:"bg-bg-fill-success",blue:"bg-bg-fill-brand",purple:"bg-bg-fill-brand-tertiary",yellow:"bg-bg-fill-brand-accent",white:"bg-bg"}[r]} component-container px-5 py-16 lg:px-13 lg:py-24`,children:t("div",{className:`${d?"mx-auto max-w-120":""} color-${i} flex flex-col ${"dark"==i?"text-text":"text-text-inverse"}`,children:[n&&e(gr,{as:c?"h1":"h2",className:`heading2 lg:heading1 text-${a}`,children:n}),u&&e(gr,{as:"h3",className:`subheading3 pt-2 lg:subheading1 lg:pt-3 text-${a}`,children:u}),s&&e("div",{className:`pt-2 text-body1 lg:pt-3 text-${l}`,children:s}),e("div",{className:"flex justify-center pt-5 lg:pt-14",children:e(Vr,{...o,renderCheckPlans:h,onModalButtonClick:p,size:{base:"large"}})})]})}),Sh=({background:r="white",description:o,enableHeading:i,image:a,list:s=[],subTitle:l,title:c,color:u="dark",maxWidth:d=!0})=>e("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[r]} component-container overflow-hidden ${"dark"==u?"text-text":"text-white"}`,children:t("div",{className:(d?"max-w-120 xl:mx-auto":"")+" mx-5 mb-5 mt-12 xl:my-20",children:[c&&e(gr,{as:i?"h1":"h2",className:"heading2 md:heading1 md:text-center",children:c}),l&&e(gr,{as:i?"h2":"h3",className:"heading3 mt-4 text-center",children:l}),t("div",{className:"mt-8 flex items-center xl:mt-16 xl:gap-10",children:[t("div",{className:"flex flex-col items-start gap-10 self-stretch xl:flex-[1_0_0]",children:[o&&e(gr,{as:"p",className:"body1",children:o}),s.length>0&&t(n,{children:[e("ul",{className:"grid w-full grid-cols-2 gap-x-6 gap-y-5 md:hidden",children:(()=>{const t=[...s].sort((e,t)=>e.name.localeCompare(t.name)),n=Math.ceil(t.length/2),r=[];for(let e=0;e<n;e++)for(let o=0;o<2;o++){const i=o*n+e;i<t.length&&r.push(t[i])}return r.map((t,n)=>e("li",{children:e(xr,{href:`/local/${t.code.toLowerCase()}`,className:"label1",children:t.name})},`item-list-2-${n}`))})()}),e("ul",{className:"hidden gap-x-6 gap-y-5 md:grid md:grid-cols-3",children:(()=>{const t=[...s].sort((e,t)=>e.name.localeCompare(t.name)),n=Math.ceil(t.length/3),r=[];for(let e=0;e<n;e++)for(let o=0;o<3;o++){const i=o*n+e;i<t.length&&r.push(t[i])}return r.map((t,n)=>e("li",{children:e(xr,{href:`/local/${t.code.toLowerCase()}`,className:"label1",children:t.name})},`item-list-3-${n}`))})()})]})]}),a&&e("aside",{className:"hidden xl:block",children:e(Wr,{width:472,height:100,src:a,alt:"image"})})]})]})}),Th=({title:n,disclaimer:r,table:o,maxWidth:i=!0})=>e("div",{className:"component-container",children:t("div",{className:"mx-5 mb-5 mt-8 lg:mt-10 "+(i?"max-w-120 xl:mx-auto":""),children:[e(gr,{as:"h2",className:"heading2 lg:heading1 lg:text-center",children:n}),e("div",{className:"comparison-table-container mt-20 xl:mt-10",children:o}),e(gr,{as:"div",className:"micro mt-8 text-center",children:r})]})}),Bh=({currentPage:n,totalPages:r,onPageChange:o,ariaLabel:i="Pagination"})=>{const a=function(e,t){if(t<=7)return Array.from({length:t},(e,t)=>t+1);if(e<=4)return[1,2,3,4,5,"...",t];if(e>=t-3)return[1,"...",t-4,t-3,t-2,t-1,t];return[1,"...",e-1,e,e+1,"...",t]}(n,r),s="inline-flex items-center justify-center w-9 h-9 rounded-full bg-transparent cursor-pointer transition-colors duration-150 hover:border-text-brand hover:text-text-brand disabled:opacity-40 disabled:cursor-not-allowed";return t("nav",{className:"flex items-center justify-center gap-1 px-6 pb-12","aria-label":i,children:[e(Sr,{className:s,onClick:()=>o(n-1),disabled:1===n,"aria-label":"Go to previous page",children:e(fr,{name:"chevron_left",size:32,"aria-hidden":"true"})}),a.map((t,r)=>"..."===t?e("span",{className:"inline-flex h-9 w-9 cursor-default items-center justify-center text-body2 text-gray-500","aria-hidden":"true",children:"…"},`ellipsis-${r}`):e(Sr,{className:"inline-flex items-center justify-center w-9 h-9 rounded-lg text-body2 text-gray-700 bg-transparent border-none cursor-pointer transition-colors duration-150 hover:bg-gray-100 hover:text-gray-900 "+(t===n?"bg-bg-surface-active font-bold hover:bg-bg-gray-300":""),onClick:()=>o(t),"aria-label":`Go to page ${t}`,"aria-current":t===n?"page":void 0,children:t},t)),e(Sr,{className:s,onClick:()=>o(n+1),disabled:n===r,"aria-label":"Go to next page",children:e(fr,{name:"chevron_right",size:32,"aria-hidden":"true"})})]})};function Ph(e){return Ph="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},Ph(e)}function kh(e){var t=function(e,t){if("object"!=Ph(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var r=n.call(e,t);if("object"!=Ph(r))return r;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==Ph(t)?t:t+""}function Lh(e,t,n){return(t=kh(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Rh(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,r)}return n}function Gh(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Rh(Object(n),!0).forEach(function(t){Lh(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Rh(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Oh(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=Array(t);n<t;n++)r[n]=e[n];return r}function Dh(e,t){if(e){if("string"==typeof e)return Oh(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Oh(e,t):void 0}}function Vh(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i,a,s=[],l=!0,c=!1;try{if(i=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(r=i.call(n)).done)&&(s.push(r.value),s.length!==t);l=!0);}catch(e){c=!0,o=e}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw o}}return s}}(e,t)||Dh(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 Mh(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(-1!==t.indexOf(r))continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var jh=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"];function Hh(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,kh(r.key),r)}}function Wh(e,t){return Wh=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},Wh(e,t)}function Xh(e){return Xh=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Xh(e)}function Fh(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Fh=function(){return!!e})()}function zh(e,t){if(t&&("object"==Ph(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function Zh(e){return function(e){if(Array.isArray(e))return Oh(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||Dh(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.")}()}var Yh=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this));var t=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(t);try{n.insertRule(e,n.cssRules.length)}catch(e){}}else t.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach(function(e){var t;return null==(t=e.parentNode)?void 0:t.removeChild(e)}),this.tags=[],this.ctr=0},e}(),_h="-ms-",Jh="-moz-",Uh="-webkit-",$h="comm",Kh="rule",Qh="decl",qh="@keyframes",em=Math.abs,tm=String.fromCharCode,nm=Object.assign;function rm(e){return e.trim()}function om(e,t,n){return e.replace(t,n)}function im(e,t){return e.indexOf(t)}function am(e,t){return 0|e.charCodeAt(t)}function sm(e,t,n){return e.slice(t,n)}function lm(e){return e.length}function cm(e){return e.length}function um(e,t){return t.push(e),e}var dm=1,pm=1,hm=0,mm=0,fm=0,gm="";function bm(e,t,n,r,o,i,a){return{value:e,root:t,parent:n,type:r,props:o,children:i,line:dm,column:pm,length:a,return:""}}function vm(e,t){return nm(bm("",null,null,"",null,null,0),e,{length:-e.length},t)}function ym(){return fm=mm>0?am(gm,--mm):0,pm--,10===fm&&(pm=1,dm--),fm}function xm(){return fm=mm<hm?am(gm,mm++):0,pm++,10===fm&&(pm=1,dm++),fm}function Im(){return am(gm,mm)}function Cm(){return mm}function wm(e,t){return sm(gm,e,t)}function Am(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function Em(e){return dm=pm=1,hm=lm(gm=e),mm=0,[]}function Nm(e){return gm="",e}function Sm(e){return rm(wm(mm-1,Pm(91===e?e+2:40===e?e+1:e)))}function Tm(e){for(;(fm=Im())&&fm<33;)xm();return Am(e)>2||Am(fm)>3?"":" "}function Bm(e,t){for(;--t&&xm()&&!(fm<48||fm>102||fm>57&&fm<65||fm>70&&fm<97););return wm(e,Cm()+(t<6&&32==Im()&&32==xm()))}function Pm(e){for(;xm();)switch(fm){case e:return mm;case 34:case 39:34!==e&&39!==e&&Pm(fm);break;case 40:41===e&&Pm(e);break;case 92:xm()}return mm}function km(e,t){for(;xm()&&e+fm!==57&&(e+fm!==84||47!==Im()););return"/*"+wm(t,mm-1)+"*"+tm(47===e?e:xm())}function Lm(e){for(;!Am(Im());)xm();return wm(e,mm)}function Rm(e){return Nm(Gm("",null,null,null,[""],e=Em(e),0,[0],e))}function Gm(e,t,n,r,o,i,a,s,l){for(var c=0,u=0,d=a,p=0,h=0,m=0,f=1,g=1,b=1,v=0,y="",x=o,I=i,C=r,w=y;g;)switch(m=v,v=xm()){case 40:if(108!=m&&58==am(w,d-1)){-1!=im(w+=om(Sm(v),"&","&\f"),"&\f")&&(b=-1);break}case 34:case 39:case 91:w+=Sm(v);break;case 9:case 10:case 13:case 32:w+=Tm(m);break;case 92:w+=Bm(Cm()-1,7);continue;case 47:switch(Im()){case 42:case 47:um(Dm(km(xm(),Cm()),t,n),l);break;default:w+="/"}break;case 123*f:s[c++]=lm(w)*b;case 125*f:case 59:case 0:switch(v){case 0:case 125:g=0;case 59+u:-1==b&&(w=om(w,/\f/g,"")),h>0&&lm(w)-d&&um(h>32?Vm(w+";",r,n,d-1):Vm(om(w," ","")+";",r,n,d-2),l);break;case 59:w+=";";default:if(um(C=Om(w,t,n,c,u,o,s,y,x=[],I=[],d),i),123===v)if(0===u)Gm(w,t,C,C,x,i,d,s,I);else switch(99===p&&110===am(w,3)?100:p){case 100:case 108:case 109:case 115:Gm(e,C,C,r&&um(Om(e,C,C,0,0,o,s,y,o,x=[],d),I),o,I,d,s,r?x:I);break;default:Gm(w,C,C,C,[""],I,0,s,I)}}c=u=h=0,f=b=1,y=w="",d=a;break;case 58:d=1+lm(w),h=m;default:if(f<1)if(123==v)--f;else if(125==v&&0==f++&&125==ym())continue;switch(w+=tm(v),v*f){case 38:b=u>0?1:(w+="\f",-1);break;case 44:s[c++]=(lm(w)-1)*b,b=1;break;case 64:45===Im()&&(w+=Sm(xm())),p=Im(),u=d=lm(y=w+=Lm(Cm())),v++;break;case 45:45===m&&2==lm(w)&&(f=0)}}return i}function Om(e,t,n,r,o,i,a,s,l,c,u){for(var d=o-1,p=0===o?i:[""],h=cm(p),m=0,f=0,g=0;m<r;++m)for(var b=0,v=sm(e,d+1,d=em(f=a[m])),y=e;b<h;++b)(y=rm(f>0?p[b]+" "+v:om(v,/&\f/g,p[b])))&&(l[g++]=y);return bm(e,t,n,0===o?Kh:s,l,c,u)}function Dm(e,t,n){return bm(e,t,n,$h,tm(fm),sm(e,2,-2),0)}function Vm(e,t,n,r){return bm(e,t,n,Qh,sm(e,0,r),sm(e,r+1,-1),r)}function Mm(e,t){for(var n="",r=cm(e),o=0;o<r;o++)n+=t(e[o],o,e,t)||"";return n}function jm(e,t,n,r){switch(e.type){case"@layer":if(e.children.length)break;case"@import":case Qh:return e.return=e.return||e.value;case $h:return"";case qh:return e.return=e.value+"{"+Mm(e.children,r)+"}";case Kh:e.value=e.props.join(",")}return lm(n=Mm(e.children,r))?e.return=e.value+"{"+n+"}":""}function Hm(e){var t=cm(e);return function(n,r,o,i){for(var a="",s=0;s<t;s++)a+=e[s](n,r,o,i)||"";return a}}var Wm="undefined"!=typeof document,Xm=function(e,t,n){for(var r=0,o=0;r=o,o=Im(),38===r&&12===o&&(t[n]=1),!Am(o);)xm();return wm(e,mm)},Fm=function(e,t){return Nm(function(e,t){var n=-1,r=44;do{switch(Am(r)){case 0:38===r&&12===Im()&&(t[n]=1),e[n]+=Xm(mm-1,t,n);break;case 2:e[n]+=Sm(r);break;case 4:if(44===r){e[++n]=58===Im()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=tm(r)}}while(r=xm());return e}(Em(e),t))},zm=new WeakMap,Zm=function(e){if("rule"===e.type&&e.parent&&!(e.length<1)){for(var t=e.value,n=e.parent,r=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||zm.get(n))&&!r){zm.set(e,!0);for(var o=[],i=Fm(t,o),a=n.props,s=0,l=0;s<i.length;s++)for(var c=0;c<a.length;c++,l++)e.props[l]=o[s]?i[s].replace(/&\f/g,a[c]):a[c]+" "+i[s]}}},Ym=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}};function _m(e,t){switch(function(e,t){return 45^am(e,0)?(((t<<2^am(e,0))<<2^am(e,1))<<2^am(e,2))<<2^am(e,3):0}(e,t)){case 5103:return Uh+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return Uh+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return Uh+e+Jh+e+_h+e+e;case 6828:case 4268:return Uh+e+_h+e+e;case 6165:return Uh+e+_h+"flex-"+e+e;case 5187:return Uh+e+om(e,/(\w+).+(:[^]+)/,Uh+"box-$1$2"+_h+"flex-$1$2")+e;case 5443:return Uh+e+_h+"flex-item-"+om(e,/flex-|-self/,"")+e;case 4675:return Uh+e+_h+"flex-line-pack"+om(e,/align-content|flex-|-self/,"")+e;case 5548:return Uh+e+_h+om(e,"shrink","negative")+e;case 5292:return Uh+e+_h+om(e,"basis","preferred-size")+e;case 6060:return Uh+"box-"+om(e,"-grow","")+Uh+e+_h+om(e,"grow","positive")+e;case 4554:return Uh+om(e,/([^-])(transform)/g,"$1"+Uh+"$2")+e;case 6187:return om(om(om(e,/(zoom-|grab)/,Uh+"$1"),/(image-set)/,Uh+"$1"),e,"")+e;case 5495:case 3959:return om(e,/(image-set\([^]*)/,Uh+"$1$`$1");case 4968:return om(om(e,/(.+:)(flex-)?(.*)/,Uh+"box-pack:$3"+_h+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+Uh+e+e;case 4095:case 3583:case 4068:case 2532:return om(e,/(.+)-inline(.+)/,Uh+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(lm(e)-1-t>6)switch(am(e,t+1)){case 109:if(45!==am(e,t+4))break;case 102:return om(e,/(.+:)(.+)-([^]+)/,"$1"+Uh+"$2-$3$1"+Jh+(108==am(e,t+3)?"$3":"$2-$3"))+e;case 115:return~im(e,"stretch")?_m(om(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==am(e,t+1))break;case 6444:switch(am(e,lm(e)-3-(~im(e,"!important")&&10))){case 107:return om(e,":",":"+Uh)+e;case 101:return om(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+Uh+(45===am(e,14)?"inline-":"")+"box$3$1"+Uh+"$2$3$1"+_h+"$2box$3")+e}break;case 5936:switch(am(e,t+11)){case 114:return Uh+e+_h+om(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Uh+e+_h+om(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Uh+e+_h+om(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return Uh+e+_h+e+e}return e}var Jm,Um,$m,Km=Wm?void 0:(Jm=function(){return e=function(){return{}},t=Object.create(null),function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]};var e,t},Um=new WeakMap,function(e){if(Um.has(e))return Um.get(e);var t=Jm(e);return Um.set(e,t),t}),Qm=[function(e,t,n,r){if(e.length>-1&&!e.return)switch(e.type){case Qh:e.return=_m(e.value,e.length);break;case qh:return Mm([vm(e,{value:om(e.value,"@","@"+Uh)})],r);case Kh:if(e.length)return function(e,t){return e.map(t).join("")}(e.props,function(t){switch(function(e,t){return(e=t.exec(e))?e[0]:e}(t,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Mm([vm(e,{props:[om(t,/:(read-\w+)/,":-moz-$1")]})],r);case"::placeholder":return Mm([vm(e,{props:[om(t,/:(plac\w+)/,":"+Uh+"input-$1")]}),vm(e,{props:[om(t,/:(plac\w+)/,":-moz-$1")]}),vm(e,{props:[om(t,/:(plac\w+)/,_h+"input-$1")]})],r)}return""})}}],qm=function(e){var t=e.key;if(Wm&&"css"===t){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))})}var r,o,i=e.stylisPlugins||Qm,a={},s=[];Wm&&(r=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(e){for(var t=e.getAttribute("data-emotion").split(" "),n=1;n<t.length;n++)a[t[n]]=!0;s.push(e)}));var l,c=[Zm,Ym];if(Km){var u=[jm],d=Hm(c.concat(i,u)),p=Km(i)(t),h=function(e,t){var n=t.name;return void 0===p[n]&&(p[n]=Mm(Rm(e?e+"{"+t.styles+"}":t.styles),d)),p[n]};o=function(e,t,n,r){var o=t.name,i=h(e,t);return void 0===b.compat?(r&&(b.inserted[o]=!0),i):r?void(b.inserted[o]=i):i}}else{var m,f=[jm,(l=function(e){m.insert(e)},function(e){e.root||(e=e.return)&&l(e)})],g=Hm(c.concat(i,f));o=function(e,t,n,r){m=n,Mm(Rm(e?e+"{"+t.styles+"}":t.styles),g),r&&(b.inserted[t.name]=!0)}}var b={key:t,sheet:new Yh({key:t,container:r,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:a,registered:{},insert:o};return b.sheet.hydrate(s),b},ef={exports:{}},tf={};var nf,rf,of,af,sf={};
3
+ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import*as i from"react";import o,{forwardRef as r,useMemo as a,createElement as s,useRef as l,useState as c,useEffect as u,useCallback as d,createContext as p,useLayoutEffect as m,useContext as h,useInsertionEffect as g,useId as f,cloneElement as b,Children as v,isValidElement as y,Fragment as x,useReducer as I,Component as w}from"react";import{Base64 as C}from"js-base64";import N from"js-cookie";import{documentToReactComponents as A}from"@contentful/rich-text-react-renderer";import{INLINES as k,BLOCKS as G,MARKS as P}from"@contentful/rich-text-types";import*as V from"next/link";import B from"next/link";import T from"next/image";import S,{flushSync as E,createPortal as R}from"react-dom";import{useRouter as M,usePathname as L,useSearchParams as X}from"next/navigation";function W(e){var t,n,i="";if("string"==typeof e||"number"==typeof e)i+=e;else if("object"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t<o;t++)e[t]&&(n=W(e[t]))&&(i&&(i+=" "),i+=n)}else for(n in e)e[n]&&(i&&(i+=" "),i+=n);return i}function O(){for(var e,t,n=0,i="",o=arguments.length;n<o;n++)(e=arguments[n])&&(t=W(e))&&(i&&(i+=" "),i+=t);return i}const F=e=>{const t=H(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:i}=e;return{getClassGroupId:e=>{const n=e.split("-");return""===n[0]&&1!==n.length&&n.shift(),D(n,t)||z(e)},getConflictingClassGroupIds:(e,t)=>{const o=n[e]||[];return t&&i[e]?[...o,...i[e]]:o}}},D=(e,t)=>{if(0===e.length)return t.classGroupId;const n=e[0],i=t.nextPart.get(n),o=i?D(e.slice(1),i):void 0;if(o)return o;if(0===t.validators.length)return;const r=e.join("-");return t.validators.find(({validator:e})=>e(r))?.classGroupId},Z=/^\[(.+)\]$/,z=e=>{if(Z.test(e)){const t=Z.exec(e)[1],n=t?.substring(0,t.indexOf(":"));if(n)return"arbitrary.."+n}},H=e=>{const{theme:t,classGroups:n}=e,i={nextPart:new Map,validators:[]};for(const e in n)j(n[e],i,e,t);return i},j=(e,t,n,i)=>{e.forEach(e=>{if("string"==typeof e){return void((""===e?t:Y(t,e)).classGroupId=n)}if("function"==typeof e)return J(e)?void j(e(i),t,n,i):void t.validators.push({validator:e,classGroupId:n});Object.entries(e).forEach(([e,o])=>{j(o,Y(t,e),n,i)})})},Y=(e,t)=>{let n=e;return t.split("-").forEach(e=>{n.nextPart.has(e)||n.nextPart.set(e,{nextPart:new Map,validators:[]}),n=n.nextPart.get(e)}),n},J=e=>e.isThemeGetter,U=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,n=new Map,i=new Map;const o=(o,r)=>{n.set(o,r),t++,t>e&&(t=0,i=n,n=new Map)};return{get(e){let t=n.get(e);return void 0!==t?t:void 0!==(t=i.get(e))?(o(e,t),t):void 0},set(e,t){n.has(e)?n.set(e,t):o(e,t)}}},$=e=>{const{prefix:t,experimentalParseClassName:n}=e;let i=e=>{const t=[];let n,i=0,o=0,r=0;for(let a=0;a<e.length;a++){let s=e[a];if(0===i&&0===o){if(":"===s){t.push(e.slice(r,a)),r=a+1;continue}if("/"===s){n=a;continue}}"["===s?i++:"]"===s?i--:"("===s?o++:")"===s&&o--}const a=0===t.length?e:e.substring(r),s=Q(a);return{modifiers:t,hasImportantModifier:s!==a,baseClassName:s,maybePostfixModifierPosition:n&&n>r?n-r:void 0}};if(t){const e=t+":",n=i;i=t=>t.startsWith(e)?n(t.substring(e.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:t,maybePostfixModifierPosition:void 0}}if(n){const e=i;i=t=>n({className:t,parseClassName:e})}return i},Q=e=>e.endsWith("!")?e.substring(0,e.length-1):e.startsWith("!")?e.substring(1):e,_=e=>{const t=Object.fromEntries(e.orderSensitiveModifiers.map(e=>[e,!0]));return e=>{if(e.length<=1)return e;const n=[];let i=[];return e.forEach(e=>{"["===e[0]||t[e]?(n.push(...i.sort(),e),i=[]):i.push(e)}),n.push(...i.sort()),n}},K=/\s+/;function q(){let e,t,n=0,i="";for(;n<arguments.length;)(e=arguments[n++])&&(t=ee(e))&&(i&&(i+=" "),i+=t);return i}const ee=e=>{if("string"==typeof e)return e;let t,n="";for(let i=0;i<e.length;i++)e[i]&&(t=ee(e[i]))&&(n&&(n+=" "),n+=t);return n};function te(e,...t){let n,i,o,r=function(s){const l=t.reduce((e,t)=>t(e),e());return n=(e=>({cache:U(e.cacheSize),parseClassName:$(e),sortModifiers:_(e),...F(e)}))(l),i=n.cache.get,o=n.cache.set,r=a,a(s)};function a(e){const t=i(e);if(t)return t;const r=((e,t)=>{const{parseClassName:n,getClassGroupId:i,getConflictingClassGroupIds:o,sortModifiers:r}=t,a=[],s=e.trim().split(K);let l="";for(let e=s.length-1;e>=0;e-=1){const t=s[e],{isExternal:c,modifiers:u,hasImportantModifier:d,baseClassName:p,maybePostfixModifierPosition:m}=n(t);if(c){l=t+(l.length>0?" "+l:l);continue}let h=!!m,g=i(h?p.substring(0,m):p);if(!g){if(!h){l=t+(l.length>0?" "+l:l);continue}if(g=i(p),!g){l=t+(l.length>0?" "+l:l);continue}h=!1}const f=r(u).join(":"),b=d?f+"!":f,v=b+g;if(a.includes(v))continue;a.push(v);const y=o(g,h);for(let e=0;e<y.length;++e){const t=y[e];a.push(b+t)}l=t+(l.length>0?" "+l:l)}return l})(e,n);return o(e,r),r}return function(){return r(q.apply(null,arguments))}}const ne=e=>{const t=t=>t[e]||[];return t.isThemeGetter=!0,t},ie=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,oe=/^\((?:(\w[\w-]*):)?(.+)\)$/i,re=/^\d+\/\d+$/,ae=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,se=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,le=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,ce=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,ue=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,de=e=>re.test(e),pe=e=>!!e&&!Number.isNaN(Number(e)),me=e=>!!e&&Number.isInteger(Number(e)),he=e=>e.endsWith("%")&&pe(e.slice(0,-1)),ge=e=>ae.test(e),fe=()=>!0,be=e=>se.test(e)&&!le.test(e),ve=()=>!1,ye=e=>ce.test(e),xe=e=>ue.test(e),Ie=e=>!Ce(e)&&!Ve(e),we=e=>Le(e,Fe,ve),Ce=e=>ie.test(e),Ne=e=>Le(e,De,be),Ae=e=>Le(e,Ze,pe),ke=e=>Le(e,We,ve),Ge=e=>Le(e,Oe,xe),Pe=e=>Le(e,He,ye),Ve=e=>oe.test(e),Be=e=>Xe(e,De),Te=e=>Xe(e,ze),Se=e=>Xe(e,We),Ee=e=>Xe(e,Fe),Re=e=>Xe(e,Oe),Me=e=>Xe(e,He,!0),Le=(e,t,n)=>{const i=ie.exec(e);return!!i&&(i[1]?t(i[1]):n(i[2]))},Xe=(e,t,n=!1)=>{const i=oe.exec(e);return!!i&&(i[1]?t(i[1]):n)},We=e=>"position"===e||"percentage"===e,Oe=e=>"image"===e||"url"===e,Fe=e=>"length"===e||"size"===e||"bg-size"===e,De=e=>"length"===e,Ze=e=>"number"===e,ze=e=>"family-name"===e,He=e=>"shadow"===e,je=()=>{const e=ne("color"),t=ne("font"),n=ne("text"),i=ne("font-weight"),o=ne("tracking"),r=ne("leading"),a=ne("breakpoint"),s=ne("container"),l=ne("spacing"),c=ne("radius"),u=ne("shadow"),d=ne("inset-shadow"),p=ne("text-shadow"),m=ne("drop-shadow"),h=ne("blur"),g=ne("perspective"),f=ne("aspect"),b=ne("ease"),v=ne("animate"),y=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",Ve,Ce],x=()=>[Ve,Ce,l],I=()=>[de,"full","auto",...x()],w=()=>[me,"none","subgrid",Ve,Ce],C=()=>["auto",{span:["full",me,Ve,Ce]},me,Ve,Ce],N=()=>[me,"auto",Ve,Ce],A=()=>["auto","min","max","fr",Ve,Ce],k=()=>["auto",...x()],G=()=>[de,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...x()],P=()=>[e,Ve,Ce],V=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",Se,ke,{position:[Ve,Ce]}],B=()=>["auto","cover","contain",Ee,we,{size:[Ve,Ce]}],T=()=>[he,Be,Ne],S=()=>["","none","full",c,Ve,Ce],E=()=>["",pe,Be,Ne],R=()=>[pe,he,Se,ke],M=()=>["","none",h,Ve,Ce],L=()=>["none",pe,Ve,Ce],X=()=>["none",pe,Ve,Ce],W=()=>[pe,Ve,Ce],O=()=>[de,"full",...x()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[ge],breakpoint:[ge],color:[fe],container:[ge],"drop-shadow":[ge],ease:["in","out","in-out"],font:[Ie],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[ge],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[ge],shadow:[ge],spacing:["px",pe],text:[ge],"text-shadow":[ge],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",de,Ce,Ve,f]}],container:["container"],columns:[{columns:[pe,Ce,Ve,s]}],"break-after":[{"break-after":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-before":[{"break-before":["auto","avoid","all","avoid-page","page","left","right","column"]}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:y()}],overflow:[{overflow:["auto","hidden","clip","visible","scroll"]}],"overflow-x":[{"overflow-x":["auto","hidden","clip","visible","scroll"]}],"overflow-y":[{"overflow-y":["auto","hidden","clip","visible","scroll"]}],overscroll:[{overscroll:["auto","contain","none"]}],"overscroll-x":[{"overscroll-x":["auto","contain","none"]}],"overscroll-y":[{"overscroll-y":["auto","contain","none"]}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:I()}],"inset-x":[{"inset-x":I()}],"inset-y":[{"inset-y":I()}],start:[{start:I()}],end:[{end:I()}],top:[{top:I()}],right:[{right:I()}],bottom:[{bottom:I()}],left:[{left:I()}],visibility:["visible","invisible","collapse"],z:[{z:[me,"auto",Ve,Ce]}],basis:[{basis:[de,"full","auto",s,...x()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[pe,de,"auto","initial","none",Ce]}],grow:[{grow:["",pe,Ve,Ce]}],shrink:[{shrink:["",pe,Ve,Ce]}],order:[{order:[me,"first","last","none",Ve,Ce]}],"grid-cols":[{"grid-cols":w()}],"col-start-end":[{col:C()}],"col-start":[{"col-start":N()}],"col-end":[{"col-end":N()}],"grid-rows":[{"grid-rows":w()}],"row-start-end":[{row:C()}],"row-start":[{"row-start":N()}],"row-end":[{"row-end":N()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":A()}],"auto-rows":[{"auto-rows":A()}],gap:[{gap:x()}],"gap-x":[{"gap-x":x()}],"gap-y":[{"gap-y":x()}],"justify-content":[{justify:["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe","normal"]}],"justify-items":[{"justify-items":["start","end","center","stretch","center-safe","end-safe","normal"]}],"justify-self":[{"justify-self":["auto","start","end","center","stretch","center-safe","end-safe"]}],"align-content":[{content:["normal","start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"]}],"align-items":[{items:["start","end","center","stretch","center-safe","end-safe",{baseline:["","last"]}]}],"align-self":[{self:["auto","start","end","center","stretch","center-safe","end-safe",{baseline:["","last"]}]}],"place-content":[{"place-content":["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"]}],"place-items":[{"place-items":["start","end","center","stretch","center-safe","end-safe","baseline"]}],"place-self":[{"place-self":["auto","start","end","center","stretch","center-safe","end-safe"]}],p:[{p:x()}],px:[{px:x()}],py:[{py:x()}],ps:[{ps:x()}],pe:[{pe:x()}],pt:[{pt:x()}],pr:[{pr:x()}],pb:[{pb:x()}],pl:[{pl:x()}],m:[{m:k()}],mx:[{mx:k()}],my:[{my:k()}],ms:[{ms:k()}],me:[{me:k()}],mt:[{mt:k()}],mr:[{mr:k()}],mb:[{mb:k()}],ml:[{ml:k()}],"space-x":[{"space-x":x()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":x()}],"space-y-reverse":["space-y-reverse"],size:[{size:G()}],w:[{w:[s,"screen",...G()]}],"min-w":[{"min-w":[s,"screen","none",...G()]}],"max-w":[{"max-w":[s,"screen","none","prose",{screen:[a]},...G()]}],h:[{h:["screen","lh",...G()]}],"min-h":[{"min-h":["screen","lh","none",...G()]}],"max-h":[{"max-h":["screen","lh",...G()]}],"font-size":[{text:["base",n,Be,Ne]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[i,Ve,Ae]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",he,Ce]}],"font-family":[{font:[Te,Ce,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[o,Ve,Ce]}],"line-clamp":[{"line-clamp":[pe,"none",Ve,Ae]}],leading:[{leading:[r,...x()]}],"list-image":[{"list-image":["none",Ve,Ce]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",Ve,Ce]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:P()}],"text-color":[{text:P()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:["solid","dashed","dotted","double","wavy"]}],"text-decoration-thickness":[{decoration:[pe,"from-font","auto",Ve,Ne]}],"text-decoration-color":[{decoration:P()}],"underline-offset":[{"underline-offset":[pe,"auto",Ve,Ce]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:x()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",Ve,Ce]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",Ve,Ce]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:V()}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","space","round"]}]}],"bg-size":[{bg:B()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},me,Ve,Ce],radial:["",Ve,Ce],conic:[me,Ve,Ce]},Re,Ge]}],"bg-color":[{bg:P()}],"gradient-from-pos":[{from:T()}],"gradient-via-pos":[{via:T()}],"gradient-to-pos":[{to:T()}],"gradient-from":[{from:P()}],"gradient-via":[{via:P()}],"gradient-to":[{to:P()}],rounded:[{rounded:S()}],"rounded-s":[{"rounded-s":S()}],"rounded-e":[{"rounded-e":S()}],"rounded-t":[{"rounded-t":S()}],"rounded-r":[{"rounded-r":S()}],"rounded-b":[{"rounded-b":S()}],"rounded-l":[{"rounded-l":S()}],"rounded-ss":[{"rounded-ss":S()}],"rounded-se":[{"rounded-se":S()}],"rounded-ee":[{"rounded-ee":S()}],"rounded-es":[{"rounded-es":S()}],"rounded-tl":[{"rounded-tl":S()}],"rounded-tr":[{"rounded-tr":S()}],"rounded-br":[{"rounded-br":S()}],"rounded-bl":[{"rounded-bl":S()}],"border-w":[{border:E()}],"border-w-x":[{"border-x":E()}],"border-w-y":[{"border-y":E()}],"border-w-s":[{"border-s":E()}],"border-w-e":[{"border-e":E()}],"border-w-t":[{"border-t":E()}],"border-w-r":[{"border-r":E()}],"border-w-b":[{"border-b":E()}],"border-w-l":[{"border-l":E()}],"divide-x":[{"divide-x":E()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":E()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:["solid","dashed","dotted","double","hidden","none"]}],"divide-style":[{divide:["solid","dashed","dotted","double","hidden","none"]}],"border-color":[{border:P()}],"border-color-x":[{"border-x":P()}],"border-color-y":[{"border-y":P()}],"border-color-s":[{"border-s":P()}],"border-color-e":[{"border-e":P()}],"border-color-t":[{"border-t":P()}],"border-color-r":[{"border-r":P()}],"border-color-b":[{"border-b":P()}],"border-color-l":[{"border-l":P()}],"divide-color":[{divide:P()}],"outline-style":[{outline:["solid","dashed","dotted","double","none","hidden"]}],"outline-offset":[{"outline-offset":[pe,Ve,Ce]}],"outline-w":[{outline:["",pe,Be,Ne]}],"outline-color":[{outline:P()}],shadow:[{shadow:["","none",u,Me,Pe]}],"shadow-color":[{shadow:P()}],"inset-shadow":[{"inset-shadow":["none",d,Me,Pe]}],"inset-shadow-color":[{"inset-shadow":P()}],"ring-w":[{ring:E()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:P()}],"ring-offset-w":[{"ring-offset":[pe,Ne]}],"ring-offset-color":[{"ring-offset":P()}],"inset-ring-w":[{"inset-ring":E()}],"inset-ring-color":[{"inset-ring":P()}],"text-shadow":[{"text-shadow":["none",p,Me,Pe]}],"text-shadow-color":[{"text-shadow":P()}],opacity:[{opacity:[pe,Ve,Ce]}],"mix-blend":[{"mix-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity","plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"]}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[pe]}],"mask-image-linear-from-pos":[{"mask-linear-from":R()}],"mask-image-linear-to-pos":[{"mask-linear-to":R()}],"mask-image-linear-from-color":[{"mask-linear-from":P()}],"mask-image-linear-to-color":[{"mask-linear-to":P()}],"mask-image-t-from-pos":[{"mask-t-from":R()}],"mask-image-t-to-pos":[{"mask-t-to":R()}],"mask-image-t-from-color":[{"mask-t-from":P()}],"mask-image-t-to-color":[{"mask-t-to":P()}],"mask-image-r-from-pos":[{"mask-r-from":R()}],"mask-image-r-to-pos":[{"mask-r-to":R()}],"mask-image-r-from-color":[{"mask-r-from":P()}],"mask-image-r-to-color":[{"mask-r-to":P()}],"mask-image-b-from-pos":[{"mask-b-from":R()}],"mask-image-b-to-pos":[{"mask-b-to":R()}],"mask-image-b-from-color":[{"mask-b-from":P()}],"mask-image-b-to-color":[{"mask-b-to":P()}],"mask-image-l-from-pos":[{"mask-l-from":R()}],"mask-image-l-to-pos":[{"mask-l-to":R()}],"mask-image-l-from-color":[{"mask-l-from":P()}],"mask-image-l-to-color":[{"mask-l-to":P()}],"mask-image-x-from-pos":[{"mask-x-from":R()}],"mask-image-x-to-pos":[{"mask-x-to":R()}],"mask-image-x-from-color":[{"mask-x-from":P()}],"mask-image-x-to-color":[{"mask-x-to":P()}],"mask-image-y-from-pos":[{"mask-y-from":R()}],"mask-image-y-to-pos":[{"mask-y-to":R()}],"mask-image-y-from-color":[{"mask-y-from":P()}],"mask-image-y-to-color":[{"mask-y-to":P()}],"mask-image-radial":[{"mask-radial":[Ve,Ce]}],"mask-image-radial-from-pos":[{"mask-radial-from":R()}],"mask-image-radial-to-pos":[{"mask-radial-to":R()}],"mask-image-radial-from-color":[{"mask-radial-from":P()}],"mask-image-radial-to-color":[{"mask-radial-to":P()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"]}],"mask-image-conic-pos":[{"mask-conic":[pe]}],"mask-image-conic-from-pos":[{"mask-conic-from":R()}],"mask-image-conic-to-pos":[{"mask-conic-to":R()}],"mask-image-conic-from-color":[{"mask-conic-from":P()}],"mask-image-conic-to-color":[{"mask-conic-to":P()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:V()}],"mask-repeat":[{mask:["no-repeat",{repeat:["","x","y","space","round"]}]}],"mask-size":[{mask:B()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",Ve,Ce]}],filter:[{filter:["","none",Ve,Ce]}],blur:[{blur:M()}],brightness:[{brightness:[pe,Ve,Ce]}],contrast:[{contrast:[pe,Ve,Ce]}],"drop-shadow":[{"drop-shadow":["","none",m,Me,Pe]}],"drop-shadow-color":[{"drop-shadow":P()}],grayscale:[{grayscale:["",pe,Ve,Ce]}],"hue-rotate":[{"hue-rotate":[pe,Ve,Ce]}],invert:[{invert:["",pe,Ve,Ce]}],saturate:[{saturate:[pe,Ve,Ce]}],sepia:[{sepia:["",pe,Ve,Ce]}],"backdrop-filter":[{"backdrop-filter":["","none",Ve,Ce]}],"backdrop-blur":[{"backdrop-blur":M()}],"backdrop-brightness":[{"backdrop-brightness":[pe,Ve,Ce]}],"backdrop-contrast":[{"backdrop-contrast":[pe,Ve,Ce]}],"backdrop-grayscale":[{"backdrop-grayscale":["",pe,Ve,Ce]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[pe,Ve,Ce]}],"backdrop-invert":[{"backdrop-invert":["",pe,Ve,Ce]}],"backdrop-opacity":[{"backdrop-opacity":[pe,Ve,Ce]}],"backdrop-saturate":[{"backdrop-saturate":[pe,Ve,Ce]}],"backdrop-sepia":[{"backdrop-sepia":["",pe,Ve,Ce]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":x()}],"border-spacing-x":[{"border-spacing-x":x()}],"border-spacing-y":[{"border-spacing-y":x()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",Ve,Ce]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[pe,"initial",Ve,Ce]}],ease:[{ease:["linear","initial",b,Ve,Ce]}],delay:[{delay:[pe,Ve,Ce]}],animate:[{animate:["none",v,Ve,Ce]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[g,Ve,Ce]}],"perspective-origin":[{"perspective-origin":y()}],rotate:[{rotate:L()}],"rotate-x":[{"rotate-x":L()}],"rotate-y":[{"rotate-y":L()}],"rotate-z":[{"rotate-z":L()}],scale:[{scale:X()}],"scale-x":[{"scale-x":X()}],"scale-y":[{"scale-y":X()}],"scale-z":[{"scale-z":X()}],"scale-3d":["scale-3d"],skew:[{skew:W()}],"skew-x":[{"skew-x":W()}],"skew-y":[{"skew-y":W()}],transform:[{transform:[Ve,Ce,"","none","gpu","cpu"]}],"transform-origin":[{origin:y()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:O()}],"translate-x":[{"translate-x":O()}],"translate-y":[{"translate-y":O()}],"translate-z":[{"translate-z":O()}],"translate-none":["translate-none"],accent:[{accent:P()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:P()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",Ve,Ce]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":x()}],"scroll-mx":[{"scroll-mx":x()}],"scroll-my":[{"scroll-my":x()}],"scroll-ms":[{"scroll-ms":x()}],"scroll-me":[{"scroll-me":x()}],"scroll-mt":[{"scroll-mt":x()}],"scroll-mr":[{"scroll-mr":x()}],"scroll-mb":[{"scroll-mb":x()}],"scroll-ml":[{"scroll-ml":x()}],"scroll-p":[{"scroll-p":x()}],"scroll-px":[{"scroll-px":x()}],"scroll-py":[{"scroll-py":x()}],"scroll-ps":[{"scroll-ps":x()}],"scroll-pe":[{"scroll-pe":x()}],"scroll-pt":[{"scroll-pt":x()}],"scroll-pr":[{"scroll-pr":x()}],"scroll-pb":[{"scroll-pb":x()}],"scroll-pl":[{"scroll-pl":x()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",Ve,Ce]}],fill:[{fill:["none",...P()]}],"stroke-w":[{stroke:[pe,Be,Ne,Ae]}],stroke:[{stroke:["none",...P()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}},Ye=(e,t,n)=>{void 0!==n&&(e[t]=n)},Je=(e,t)=>{if(t)for(const n in t)Ye(e,n,t[n])},Ue=(e,t)=>{if(t)for(const n in t)$e(e,t,n)},$e=(e,t,n)=>{const i=t[n];void 0!==i&&(e[n]=e[n]?e[n].concat(i):i)},Qe=((e,...t)=>"function"==typeof e?te(je,e,...t):te(()=>((e,{cacheSize:t,prefix:n,experimentalParseClassName:i,extend:o={},override:r={}})=>(Ye(e,"cacheSize",t),Ye(e,"prefix",n),Ye(e,"experimentalParseClassName",i),Je(e.theme,r.theme),Je(e.classGroups,r.classGroups),Je(e.conflictingClassGroups,r.conflictingClassGroups),Je(e.conflictingClassGroupModifiers,r.conflictingClassGroupModifiers),Ye(e,"orderSensitiveModifiers",r.orderSensitiveModifiers),Ue(e.theme,o.theme),Ue(e.classGroups,o.classGroups),Ue(e.conflictingClassGroups,o.conflictingClassGroups),Ue(e.conflictingClassGroupModifiers,o.conflictingClassGroupModifiers),$e(e,o,"orderSensitiveModifiers"),e))(je(),e),...t))({extend:{classGroups:{"font-variants":["heading1","heading2","heading3","heading4","heading5","heading6","subheading1","subheading2","subheading3","subheading4","subheading5","subheading6","body1","body2","body3","footnote","micro","label1","label2","label3","label4"],"button-sizes":["btn-small","btn-medium","btn-large","btn-x-large"]}}}),_e=(...e)=>Qe(O(...e));const Ke=["utm_content","utm_medium","utm_campaign","utm_source","utm_term","utm_campaign_id","utm_adgroup_id","fbclid","gclid","msclkid"];const qe=e=>!!e&&"object"==typeof e&&"nodeType"in e&&"content"in e,et=e=>{if(!e)return null;if(qe(e))return e;if("object"==typeof e&&null!==e&&"json"in e){const t=e.json;return qe(t)?t:null}return null},tt={green:"#209A61",yellow:"#F5FF36",blue:"#0393BA"},nt=r(({children:t,className:n="",variant:i="unstyled",style:o,...r},a)=>{const s=_e("unstyled"===i?"":"mb-1 leading-6","list-item",`list-item--${i}`,n);return e("li",{ref:a,className:s,style:o,...r,children:t})});nt.displayName="ListItem";const it=r(({type:t="ul",items:n,className:i="",renderItem:o,children:r,variant:a="unstyled",style:s,...l},c)=>{const u=(()=>{if("unstyled"===a)return"";return`m-0 p-0 ${"ol"===t?"pl-6 list-decimal":"pl-5 list-disc"}`})(),d=_e(u,`list--${t}`,`list--${a}`,i),p=r||(n&&0!==n.length?n.map((t,n)=>o?o(t,n):e(nt,{className:t.className,variant:a,children:t.content},t.id||n)):null),m={className:d,style:s,...l,children:p};return e("ol"===t?"ol":"ul",{...m,ref:c})});it.displayName="List";const ot=({name:t,fill:n=0,opticalSize:i="48dp",weight:o="200",emphasis:r=145,size:a=24,color:s="currentColor",style:l={},className:c,onClick:u,dataTestId:d})=>{const p={fontVariationSettings:`'FILL' ${n}, 'wght' ${o}, 'GRAD' ${r}, 'opsz' ${i.substring(0,2)}`,fontSize:`${a}px`,fontFamily:"'Material Symbols Rounded'",color:s||"currentColor",...l};return e("span",{style:p,className:_e("material-symbols-rounded inline-block max-w-[52px] overflow-hidden",c),onClick:u,"data-testid":d,children:t})};ot.displayName="MaterialIcon";const rt=r(({children:e,as:t,className:n="",style:i,...r},a)=>{const s=t||"p";return o.createElement(s,{ref:a,className:n,style:i,...r},e)});rt.displayName="Text";const at=n=>{const{items:i,listIconName:o="check",listItemClassName:r,listContainerClassName:a,iconSize:s=20,iconPosition:l="center",iconColor:c="green",iconClassName:u}=n,d="disc"!==o;return(null==i?void 0:i.length)?e(it,{className:_e("mt-2 space-y-1",a),variant:d?"unstyled":"default",children:i.map((n,i)=>t(nt,{variant:d?"unstyled":"default",className:_e(`${d?"flex":""} ${"top"===l?"items-start":"items-center"} gap-2 text-text-secondary`,r),children:[d&&e("div",{className:"flex leading-none",children:e(ot,{name:o,size:s,color:tt[c],weight:"600",className:_e("block","top"===l?"mt-1":"",u)})}),e(rt,{as:"div",children:n})]},i))}):null};var st;at.displayName="Checklist";const lt="function"==typeof B?B:null!==(st=B.default)&&void 0!==st?st:B,ct=r(({children:t,href:n,className:i="",onClick:o,variant:r="unstyled",style:a,external:s=!1,disabled:l=!1,...c},u)=>{const d=(()=>{if("unstyled"===r)return"";const e={default:"text-text underline"},t=[l?"opacity-60 cursor-not-allowed pointer-events-none":"cursor-pointer"].filter(Boolean).join(" ");return["transition-colors duration-200 focus:outline-none focus:ring-2 focus:ring-offset-2",e[r]||e.default,t].filter(Boolean).join(" ")})(),p=e=>{l?e.preventDefault():null==o||o(e)},m=_e(d,`link--${r}`,l&&"link--disabled",i),h={...c,ref:u,className:m,style:a,href:l?void 0:n,onClick:p,...s&&!l&&{target:"_blank",rel:"noopener noreferrer"},...l&&{"aria-disabled":!0,tabIndex:-1}};return s||"string"==typeof n&&n.startsWith("http")?e("a",{...h,children:t}):e(lt,{href:n||"#",className:m,onClick:p,...c,children:t})});ct.displayName="Link";const ut={renderMark:{[P.BOLD]:t=>e("strong",{className:"label3",children:t}),[P.ITALIC]:t=>e("em",{children:t}),[P.UNDERLINE]:t=>e("u",{children:t}),[P.CODE]:t=>e("code",{children:t})},renderNode:{[G.PARAGRAPH]:(t,n)=>e("div",{className:"body3 mb-4",children:n}),[G.HEADING_1]:(t,n)=>e(rt,{as:"h1",className:"heading2 md:heading1",children:n}),[G.HEADING_2]:(t,n)=>e(rt,{as:"h2",className:"heading6 md:heading5",children:n}),[G.HEADING_3]:(t,n)=>e(rt,{as:"h3",className:"heading6 md:heading5",children:n}),[G.HEADING_4]:(t,n)=>e(rt,{as:"h3",className:"headingClass",children:n}),[G.HEADING_5]:(t,n)=>e(rt,{as:"h3",className:"heading6 md:heading5",children:n}),[G.HEADING_6]:(t,n)=>e(rt,{as:"h3",className:"heading6",children:n}),[G.QUOTE]:(t,n)=>e("blockquote",{children:n}),[G.UL_LIST]:(t,n)=>e("ul",{children:n}),[G.OL_LIST]:(t,n)=>e("ol",{children:n}),[G.LIST_ITEM]:(t,n)=>e("li",{children:n}),[k.HYPERLINK]:(t,n)=>{var i;const o=null===(i=null==t?void 0:t.data)||void 0===i?void 0:i.uri,r=/^https?:\/\//.test(o);return e("a",{href:o,target:r?"_blank":void 0,rel:r?"noopener noreferrer":void 0,children:n})},[G.EMBEDDED_ASSET]:t=>{var n,i;const o=null===(n=null==t?void 0:t.data)||void 0===n?void 0:n.target,r=null==o?void 0:o.fields,a=(null==o?void 0:o.url)||(null===(i=null==r?void 0:r.file)||void 0===i?void 0:i.url),s=(null==r?void 0:r.title)||(null==r?void 0:r.description)||"Embedded asset";if(!a)return null;const l=a.startsWith("//")?`https:${a}`:a;return e("img",{src:l,alt:s,style:{maxWidth:"100%"}})},[G.EMBEDDED_ENTRY]:n=>{var i,o,r,a;const s=null===(i=null==n?void 0:n.data)||void 0===i?void 0:i.target;return"callout"===(null===(a=null===(r=null===(o=null==s?void 0:s.sys)||void 0===o?void 0:o.contentType)||void 0===r?void 0:r.sys)||void 0===a?void 0:a.id)?t("aside",{style:{border:"1px solid #ddd",padding:12,borderRadius:8},children:[e("strong",{children:s.fields.title}),e("div",{children:s.fields.body})]}):null},[k.EMBEDDED_ENTRY]:n=>{var i,o,r,a,s,l;const c=null===(i=null==n?void 0:n.data)||void 0===i?void 0:i.target;return"componentCheckList"===(null===(a=null===(r=null===(o=null==c?void 0:c.sys)||void 0===o?void 0:o.contentType)||void 0===r?void 0:r.sys)||void 0===a?void 0:a.id)?t("span",{style:{display:"inline-flex",alignItems:"center",gap:"4px",padding:"2px 6px",backgroundColor:"#f0fdf4",border:"1px solid #bbf7d0",borderRadius:"4px",fontSize:"0.9em"},children:["✅ ",c.fields.title]}):e("span",{children:null!==(l=null===(s=null==c?void 0:c.fields)||void 0===s?void 0:s.title)&&void 0!==l?l:""})}}};function dt(t,n,i="body1",o="body1 font-bold",r){if(!t||!Array.isArray(t.content))return null;const a={...ut,...r,renderNode:{...ut.renderNode,...null==r?void 0:r.renderNode,[G.PARAGRAPH]:(t,n)=>e("div",{className:i,children:n}),[k.HYPERLINK]:(t,i)=>{var r;const a=null===(r=null==t?void 0:t.data)||void 0===r?void 0:r.uri,s=/^https?:\/\//.test(a),l=null!=n?n:s;return e(ct,{href:a,target:l?"_blank":"_self",rel:l?"noopener noreferrer":void 0,variant:"default",className:o,children:i})}}};return A(t,a)}function pt(e,t){return a(()=>{if(!e||!Array.isArray(e.content))return null;const n={...ut,renderMark:{...ut.renderMark,...null==t?void 0:t.renderMark},renderNode:{...ut.renderNode,...null==t?void 0:t.renderNode}};return A(e,n)},[e,t])}function mt(i,o){if(!i||!Array.isArray(i.content))return null;const r={...ut,renderMark:{...ut.renderMark,[P.BOLD]:t=>e("strong",{className:"label4 md:label2",children:t})},renderNode:{...ut.renderNode,[G.PARAGRAPH]:(t,i)=>e(n,{children:i}),[G.TABLE]:(t,n)=>{var i,o;return e("div",{className:"comparison-table-wrapper w-full overflow-x-auto border-none md:overflow-hidden",children:e("table",{className:"responsive-table w-full table-fixed border-collapse "+((null===(o=null===(i=t.content[0])||void 0===i?void 0:i.content)||void 0===o?void 0:o.length)>2?"min-w-[100.1%]":"min-w-full"),children:e("tbody",{children:n})})})},[G.TABLE_ROW]:(t,n)=>e("tr",{className:"border-b border-gray-200 last:border-0",children:n}),[G.TABLE_HEADER_CELL]:(t,n)=>{var i;const o=(null===(i=t.parent)||void 0===i?void 0:i.content.length)>2;return e("th",{className:`label4 md:label2 break-words py-4 text-center ${o?"sticky left-0 z-20 w-[50vw] min-w-[50vw] first:z-30 first:w-[50vw] first:min-w-[50vw] first:border-r":"w-1/4 first:w-1/2"} `,children:n})},[G.TABLE_CELL]:(i,o)=>{var r,a,s,l;const c=(null===(r=i.parent)||void 0===r?void 0:r.content.length)>2,u=null===(l=null===(s=null===(a=i.content[0])||void 0===a?void 0:a.content[0])||void 0===s?void 0:s.value)||void 0===l?void 0:l.toLowerCase().trim();return e("td",{className:`rt-table-cell footnote md:body2 leading-5 md:leading-7 text-text break-words bg-white py-2 text-center align-top first:text-left ${c?"w-[50vw] min-w-[50vw] first:sticky first:left-0 first:z-10 first:w-[50vw] first:min-w-[50vw] first:border-r":"w-1/4 first:w-1/2"} `,children:t(n,{children:[" ","yes"===u?e(ot,{name:"check_circle",color:"#24A76A",fill:1}):"no"===u?e(ot,{name:"cancel",color:"#CECECE",fill:1}):o]})})},[k.EMBEDDED_ENTRY]:t=>{var n,i,r,a;const s=t.data.target.sys.id,l=null===(i=null===(n=null==o?void 0:o.entries)||void 0===n?void 0:n.inline)||void 0===i?void 0:i.find(e=>e.sys.id===s);if(!l)return null;if("ComponentCheckList"===l.__typename){const t=(null===(a=null===(r=l.list)||void 0===r?void 0:r.items)||void 0===a?void 0:a.map(e=>{var t;return dt(et(null!==(t=null==e?void 0:e.checkListTitle)&&void 0!==t?t:""),!0,"")}))||[];return e(at,{items:t,listIconName:"disc",listItemClassName:"items-baseline footnote md:body2 leading-5 md:leading-7 text-text"})}return e("span",{children:l.title||""})}}};return A(i,r)}const ht={renderMark:{[P.BOLD]:e=>s("span",{className:"label1"},e)}};function gt(e,t,n,i){return a(()=>{var o,r;const a=null!==(r=null===(o=null==e?void 0:e.list)||void 0===o?void 0:o.items)&&void 0!==r?r:[];return t?a.map(e=>{var t,o;return null!==(o=dt(et(null!==(t=null==e?void 0:e.checkListTitle)&&void 0!==t?t:""),void 0,i,void 0,n))&&void 0!==o?o:""}):a.map(e=>{var t,o,r,a,s;return{title:null!==(o=dt(et(null!==(t=null==e?void 0:e.checkListTitle)&&void 0!==t?t:""),void 0,i,void 0,n))&&void 0!==o?o:"",iconUrl:null!==(a=null===(r=null==e?void 0:e.icon)||void 0===r?void 0:r.url)&&void 0!==a?a:void 0,anchorId:null!==(s=null==e?void 0:e.anchorId)&&void 0!==s?s:void 0}})},[e,t,n,i])}const ft=r(({children:t,className:n="",style:i,disabled:o,...r},a)=>e("button",{ref:a,className:_e(n),style:i,disabled:o,...r,children:t}));ft.displayName="Button";const bt=t=>{const{open:n,children:i}=t,o=l(null),[r,a]=c(0);return u(()=>{const e=o.current;if(!e)return;const t=()=>{a(n?e.scrollHeight:0)};let i;return t(),n&&(i=new ResizeObserver(()=>t()),i.observe(e)),()=>{i&&i.disconnect()}},[n,i]),e("div",{className:"overflow-hidden transition-all duration-300 ease-in-out",style:{maxHeight:r,opacity:n?1:0},"aria-hidden":!n,children:e("div",{ref:o,children:i})})};bt.displayName="Collapse";const vt=n=>{const{title:i,defaultOpen:o,children:r,containerClassName:a,titleClassName:s,className:l,buttonClassName:d,iconClassName:p,openOnlyOnDesktop:m,borderRadiusNone:h=!1}=n,[g,f]=c(Boolean(!1));return u(()=>{if(m){const e=window.innerWidth>=1024;f(e)}else f(Boolean(o))},[m,o]),t("div",{className:_e(h?"rounded-none border":"rounded-surface-xs border",a),children:[t(ft,{type:"button",className:_e(h?"rounded-none":"rounded-t-surface-xs","flex w-full items-center justify-between gap-4 px-4 py-3 text-left",d),onClick:()=>f(e=>!e),children:[e("span",{className:_e("label5 flex-1",s),children:i}),e(ot,{className:_e("flex-shrink-0",p),name:g?"keyboard_arrow_up":"keyboard_arrow_down",fill:1,size:24})]}),e(bt,{open:g,children:e("div",{className:_e("px-4 py-4",l),children:r})})]})};vt.displayName="Accordion";const yt=t=>{const{className:n,...i}=t;return e("div",{className:_e("h-[1px] border-t-0 bg-bg-surface-tertiary-active opacity-100",n),...i})};yt.displayName="Divider";const xt=({items:n,title:i,anchorId:o,background:r="white",enableHeading:a=!1,maxWidth:s=!0,initialExpandedItems:l=[],hashAutoExpand:d=!1,descriptionMaxWidth:p="max-w-[980px]",itemContainerClassName:m})=>{const[h,g]=c(l);u(()=>{if(d&&"undefined"!=typeof window){const e=window.location.hash;if(e){const t=e.substring(e.indexOf("#")+1);g(e=>e.includes(t)?e:[...e,t])}}},[d]);return e("section",{id:o,className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]",cream500:"bg-[#FFFEEF]"}[r]} flex flex-col px-5 pb-20 pt-4 md:px-10`,children:t("div",{className:""+(s?"max-w-120 xl:mx-auto":""),children:[e(rt,{as:a?"h1":"h2",className:"heading2 mb-10 pt-12 text-left text-text md:heading1 lg:text-center",children:i}),e("div",{className:`pt-6 md:pt-10 ${null!=m?m:""}`,children:null==n?void 0:n.map((i,o)=>{const r=i.anchorId||`item-${o}`,a=i.anchorId?h.includes(i.anchorId):void 0;return t("div",{id:i.anchorId,className:"snap-start scroll-mt-48 lg:scroll-mt-60",children:[e(vt,{title:i.title,defaultOpen:a,containerClassName:"border-none",buttonClassName:"p-0 label1",titleClassName:"label3 md:label1 text-text",className:"p-0 pt-6 text-text",iconClassName:"text-icon",borderRadiusNone:!0,openOnlyOnDesktop:!1,...i.anchorId&&{onClick:()=>{return e=i.anchorId,void g(t=>t.includes(e)?t.filter(t=>t!==e):[...t,e]);var e}},children:e("div",{className:p,children:e(rt,{as:"div",children:i.description})})}),o<n.length-1&&e(yt,{className:"my-6 md:my-10"},`divider-${o}`)]},r)})})]})})};var It;const wt=null!==(It=V.default)&&void 0!==It?It:V,Ct=({href:i,title:o,description:r,date:a,category:s,image:l,imageComponent:c,readMoreText:u="Read more",asGrid:d=!0,lgWidth:p,mdWidth:m,index:h})=>t("article",{className:d?"flex h-full flex-col overflow-hidden rounded-card-lg bg-white shadow-drop transition-all duration-200 hover:-translate-y-0.5 hover:shadow-cardDrop":`callout-card lg:w-[calc(33.3333%-1rem)] md:w-[calc(50%-1rem)] ${p} ${m} w-full overflow-hidden rounded-card-lg bg-white shadow-drop transition-all duration-200 hover:-translate-y-0.5 hover:shadow-cardDrop`,"data-section-type":"blog-card","data-section-index":h,children:[e(wt,{href:i,tabIndex:-1,"aria-hidden":"true",className:"block",children:e("div",{className:"h-[232px] w-full flex-shrink-0 overflow-hidden bg-gray-100",children:l?c?e(c,{src:l.src,alt:l.alt,width:l.width,height:l.height,className:"h-full w-full object-cover transition-transform duration-300 hover:scale-[1.03]",sizes:"(max-width: 640px) 100vw, (max-width: 1024px) 50vw, 33vw"}):e("img",{src:l.src,alt:l.alt,width:l.width,height:l.height,loading:"lazy",decoding:"async",className:"h-full w-full object-cover transition-transform duration-300 hover:scale-[1.03]"}):e("div",{className:"h-full w-full bg-gradient-to-br from-gray-200 to-gray-100","aria-hidden":"true"})})}),t("div",{className:"flex flex-1 flex-col gap-5 p-6 md:p-8",children:[t("div",{className:"flex items-center gap-2 text-[13px]",children:[e("span",{className:"body2 text-text-brand",children:s}),a&&t(n,{children:[e("span",{className:"footnote text-text","aria-hidden":"true",children:"•"}),e("time",{className:"body2 text-text",children:a})]})]}),o&&e(wt,{href:i,className:"heading6 m-0 line-clamp-3 font-black transition-colors duration-150 hover:text-text-brand",children:o}),r&&e(rt,{className:"body1 m-0 line-clamp-3 flex-1 text-text",children:r}),t(wt,{href:i,className:"group mt-auto inline-flex items-center justify-start gap-2 pt-3 text-sm text-text-brand no-underline","aria-label":`${u} about ${o||"this article"}`,children:[e(rt,{"aria-label":`${u} about ${o||"this article"}`,className:"label1 text-nowrap",children:u}),e(ot,{name:"expand_circle_right",fill:1,size:24,weight:"200"})]})]})]}),Nt=e=>{let t="";return e.base&&(t="x-large"===e.base?"label3 ":"label4 "),e.md&&(t+="x-large"===e.md?"md:label3 ":"md:label4 "),e.lg&&(t+="x-large"===e.lg?"lg:label3 ":"lg:label4 "),t.trim()},At=r(({variant:i="primary_brand",isLoading:o=!1,text:r,label:a,disabled:s,fullWidth:l,buttonClassName:c,size:u={base:"medium"},as:d="button",...p},m)=>{const h=(()=>{const e=_e((e=>{let t="";return e.base&&(t=`btn-${e.base} `),e.md&&(t+=`${(e=>{switch(e){case"small":return"md:btn-small";case"medium":return"md:btn-medium";case"large":return"md:btn-large";case"x-large":return"md:btn-x-large"}})(e.md)} `),e.lg&&(t+=`lg:btn-${e.lg} `),t.trim()})(u),"rounded-button pl-15 pr-15 inline-flex gap-2 items-center justify-center outline-none focus:ring-2 focus:ring-offset-2 cursor-pointer transition-colors duration-200 align-top whitespace-nowrap",l?"w-full":"w-auto"),t=_e((s||o)&&"cursor-not-allowed",o&&"pl-7");return _e(e,{primary_brand:"bg-bg-fill-brand text-text-brand-on-bg-fill [&:not(:disabled)]:hover:bg-bg-fill-brand-hover focus:ring-bg-fill-brand disabled:bg-bg-fill-brand-disabled",primary_inverse:"bg-bg-fill-inverse text-text-inverse [&:not(:disabled)]:hover:bg-bg-fill-inverse-hover focus:ring-bg-surface-inverse disabled:bg-bg-fill-inverse-disabled",secondary:"border border-border-secondary-on-bg-fill bg-bg-fill-secondary text-text [&:not(:disabled)]:hover:bg-bg-fill-secondary-hover focus:bg-bg-fill-secondary focus:ring-input-border-hover disabled:bg-bg-fill-secondary"}[i]||"",t,c)})();let g=`button--${i}`;o&&(g+=" button--loading"),s&&(g+=" button--disabled");const f=`${g} ${h}`,b=t(n,{children:[o?e(ot,{name:"progress_activity",className:"animate-spin"}):null,a?t("span",{className:"flex flex-col",children:[e("span",{className:_e(Nt(u)),children:a}),r]}):r]});return"a"===d?e("a",{ref:m,className:_e(f),...p,children:b}):e("button",{ref:m,className:_e(f),disabled:s||o,...p,children:b})});At.displayName="BrandButton";const kt=n=>{const{showButtonAs:i="solid",buttonVariant:o="primary_brand",buttonLabel:r,buttonPrefix:a,href:s,target:l="_blank",anchorId:c,linkClassName:u,linkVariant:d,fullWidth:p,preDefinedFunctionExecution:m,renderCheckPlans:h,buttonClassName:g,clickToOpen:f,tabmodalNameToOpen:b,onModalButtonClick:v,onClick:y,iconName:x,iconFill:I=0,size:w,iconSize:C=24,preserveQueryParameters:N,...A}=n;if("check availability"===m){return null==h?void 0:h({ctaText:r,buttonVariant:o,showButtonAs:i,cta:{...n}})}function k(){"modal"===f&&(null==v||v(b))}function G(e){k(),null==y||y(e)}function P(e){k(),null==y||y(e)}const V="undefined"!=typeof window?window.location.search:"",B=s&&N&&V?function(e,t){if(!t)return e;const n=new URLSearchParams(t),i=new Set(Ke),o=new Set([...i,"searchtext","page"]);let r,a;try{if(e.startsWith("http://")||e.startsWith("https://")){const t=new URL(e);r=t.origin+t.pathname,a=t.searchParams}else{const[t,n]=e.split("?");r=t,a=new URLSearchParams(n||"")}}catch(t){return e}const s=new URLSearchParams(a);n.forEach((e,t)=>{o.has(t.toLowerCase())||s.has(t)||s.set(t,e)});const l=s.toString();return l?`${r}?${l}`:r}(s,V):s;let T=e(ft,{onClick:P,className:g,...A});switch(i){case"solid":T=e(At,B?{as:"a",href:B,id:c,variant:o,text:r,label:a,fullWidth:p,buttonClassName:g,size:w,onClick:G}:{id:c,variant:o,text:r,label:a,fullWidth:p,size:w,onClick:P,buttonClassName:g});break;case"text":T=t(ct,{title:r,href:B,target:l,variant:d||"default",className:`text-text-brand ${u||""}`,onClick:G,children:[r," ",x&&e(ot,{name:x,size:C,fill:I})]})}return T},Gt={blue:"bg-fill-brand",green:"bg-fill-brand-accent",navy:"bg-fill-inverse",purple:"bg-fill-brand-tertiary",white:"bg-white",yellow:"bg-[#F5FF1E]"},Pt=(e=>{let t=e;for(let e=0;e<5;e++){if("function"==typeof t)return t;if(!t||"object"!=typeof t||!("default"in t))return t;t=t.default}return t})(T),Vt=({src:e,width:t,quality:n})=>{const i=new URL(e);return i.searchParams.set("w",String(t)),i.searchParams.set("q",String(n||90)),i.searchParams.set("fm","webp"),i.toString()},Bt=r(({className:t,...n},i)=>{const o="string"==typeof n.src?n.src:"",r=o.toLowerCase().split("?")[0]||"",a=o.includes("images.ctfassets.net"),s=a&&r.endsWith(".svg"),l=a&&!s?{loader:Vt,unoptimized:!1}:{unoptimized:s};return e(Pt,{ref:i,className:_e(t),...n,...l})});Bt.displayName="NextImage";const Tt=({card:n,lgWidth:i,mdWidth:o})=>{var r,a,s;const l=(null===(r=n.imageAlignment)||void 0===r?void 0:r.toLowerCase())||"left",c="left"===l?"lg:items-start":"right"===l?"lg:items-end":"lg:items-center";return e("div",{className:`callout-card ${o} ${i} w-full ${null!==(s=Gt[null!==(a=n.backgroundColor)&&void 0!==a?a:""])&&void 0!==s?s:""}`,children:t("div",{className:`card-template flex h-full flex-col gap-6 p-6 text-center md:gap-8 md:p-8 ${c}`,children:[e("div",{className:"card-header",children:(t=>{var n,i,o;if(!t.image)return null;const r=null===(n=t.imageView)||void 0===n?void 0:n.toLowerCase();return e(Bt,"full"===r?{width:400,height:280,src:t.image,alt:null!==(i=t.title)&&void 0!==i?i:"card-icon",className:"rounded-3xl"}:{width:88,height:88,src:t.image,alt:null!==(o=t.title)&&void 0!==o?o:"card-icon"})})(n)}),t("div",{className:"card-body flex flex-col gap-3 text-start md:gap-4",children:[n.title&&e(rt,{as:"h5",className:"heading6 text-text md:heading5",children:n.title}),n.body&&e(rt,{as:"div",className:"body1 text-text",children:n.body})]}),n.cta&&e("div",{className:"card-footer",children:e(kt,{linkVariant:"unstyled",linkClassName:"label1 flex items-center text-text gap-2",...n.cta,iconName:"expand_circle_right",iconFill:1})})]})})},St=({title:n,items:i,enableHeading:o=!1,subtitle:r,color:a="dark",maxWidth:s=!0,maxCardsPerRow:l,cardType:c="simple"})=>{const u={1:" lg:w-full",2:" lg:w-[calc(50%-0.75rem)]",3:" lg:w-[calc(33.3333%-1rem)]",4:" lg:w-[calc(25%-1.125rem)]"}[l||4]||" lg:w-[calc(25%-1.125rem)]",d=1===i.length?" md:w-full":" md:w-[calc(50%-1rem)]";return e("div",{className:"component-container",children:e("div",{className:`mx-5 mb-5 mt-12 ${s?"max-w-120 xl:mx-auto":""} ${"dark"==a?"text-text":"text-white"}`,children:t("div",{className:"callout-container flex flex-col gap-10 md:gap-16",children:[t("div",{className:"title-holder",children:[n&&e(rt,{as:o?"h1":"h2",className:"heading2 md:heading1 md:text-center",children:n}),r&&e(rt,{as:o?"h2":"h3",className:"subheading3 mt-3 md:subheading1 md:text-center",children:r})]}),e("div",{className:"card-holder flex flex-wrap items-stretch justify-center gap-6 self-stretch md:gap-6",children:i.map((t,n)=>((t,n)=>{if("blog"===c){const n=t;return e(Ct,{title:n.title,href:n.slug,description:n.shortDescription,date:n.blogCreationDate,category:n.category,image:n.cover,asGrid:!1,lgWidth:u,mdWidth:d})}return e(Tt,{card:t,lgWidth:u,mdWidth:d},n)})(t,n))})]})})})},Et=({fields:t})=>e("div",{children:e(rt,{children:"Cards"})}),Rt=r(({as:t,className:n="",...i},o)=>{const r=_e(n);if(t){return e(t,{ref:o,className:r,...i})}return e("img",{ref:o,className:r,...i})});Rt.displayName="Image";const Mt=({onSelect:i,speed:o,isSelected:r=!1,renderCheckPlans:a,iconSize:s=24,iconClassName:l,cta:u,techType:d,isMax:p})=>{const[m,h]=c(!1),g=`btn-medium rounded-button pl-15 pr-15 inline-flex gap-2 items-center justify-center outline-none focus:ring-2 focus:ring-offset-2 cursor-pointer transition-colors duration-200 align-top ${r?" bg-bg-surface text-text focus:ring-bg-fill-surface-inverse":" bg-bg-fill-brand text-text-brand-on-bg-fill enabled:hover:bg-bg-fill-brand-hover focus:ring-bg-fill-brand"} `,f=null==a?void 0:a({speedCardConfig:{isModalOpen:m,setModalOpen:()=>{h(!1)},speed:o,techType:d,isMax:p},cta:u});return t(n,{children:[t(ft,{onClick:()=>{h(!0),i()},className:_e(g,"w-full justify-between pl-5 pr-5"),"data-track-element-name":"speed_plan_select_button","data-track-click-text":`Select plan speed ${o}`,"data-track-element-clicked":"speed_plan_card",children:[e("span",{children:"Select plan"}),e(ot,{className:_e(l,r?"text-icon":"text-icon-inverse"),name:"expand_circle_right",fill:1,size:s})]}),f]})},Lt=({planName:i,planSubtext:o,speed:r,price:a,description:s,bestValue:l=!1,bestValueText:u="best value",giftBadge:d,innerBadge:p,theme:m="light",featuresTitle:h="Business Ready Internet features",features:g=[],isExpanded:f,onToggleExpand:b,onCtaClick:v,renderCheckPlans:y,cta:x,techType:I,ismaxSpeed:w})=>{const[C,N]=c(!1),A=void 0!==f?f:C,k="dark"===m;return t("article",{className:_e("relative flex h-full w-full max-w-[392px] flex-col",!l&&"md:pt-[38px]"),children:[l&&e("div",{className:"label3 rounded-t-[20px] bg-bg-fill-brand-accent px-6 py-2 text-center text-text",children:u}),t("div",{className:_e("flex flex-grow flex-col gap-5 rounded-card px-5 py-7 shadow-cardDrop",k?"text-inverse border-2 border-border-accent bg-bg-fill-inverse":"bg-bg text-text",l?"rounded-t-none border-t-0":""),children:[t("header",{className:"overflow-none flex items-start justify-between gap-4",children:[t("div",{className:"flex flex-col",children:[e(rt,{as:"h3",className:_e("subheading2",k?"text-text-accent-on-bg-inverse":"text-text-brand"),children:i}),e(rt,{as:"p",className:"label3 text-wrap "+(k?"text-text-accent-on-bg-inverse":"text-text-brand"),children:o})]}),t("div",{className:"flex items-start",children:[e(rt,{as:"span",className:_e("label2 mr-1 mt-[2px]",k?"text-text-inverse":"text-text"),children:"$"}),e(rt,{as:"span",className:_e("subheading6",k?"text-text-inverse":"text-text"),children:a.split(".")[0]}),t(rt,{as:"span",className:_e("label2",k?"text-text-inverse":"text-text"),children:[a.split(".")[1],"/mo"]})]})]}),e("section",{children:e(rt,{className:_e("body2",k?"text-text-inverse":"text-text"),children:s})}),(null==d?void 0:d.length)?e("div",{className:_e("flex-col items-center rounded-surface-sm p-2",k?"bg-bg-surface-inverse":"bg-bg-surface-info"),children:null==d?void 0:d.map(n=>t("div",{className:"flex items-center gap-2",children:[e(Rt,{src:n.icon,alt:n.title,width:24,height:24}),e(rt,{as:"div",className:_e("body3",k?"text-text-inverse":"text-text"),children:n.title})]},n.title))}):null,e(Mt,{onSelect:v,speed:r,isSelected:k,renderCheckPlans:y,cta:x,iconSize:40,techType:I,isMax:w}),g.length>0&&t("section",{className:"flex flex-col gap-3",children:[t(ft,{onClick:()=>{b?b():N(!C)},className:"group flex w-full items-center gap-2 text-left",children:[e(rt,{as:"h4",className:_e("label3",k?"text-text-inverse":"text-text"),children:h}),e(ot,{name:"keyboard_arrow_down",fill:1,size:24,className:_e("transition-transform duration-300",A&&"rotate-180",k?"text-text-inverse":"text-text")})]}),t("div",{className:_e("overflow-hidden transition-all duration-200 ease-in-out",A?"opacity-100":"max-h-0 opacity-0"),children:[e("div",{className:"flex flex-col",children:e(at,{items:g,iconSize:24,iconPosition:"top",iconClassName:"mt-0",iconColor:k?"yellow":"green",listContainerClassName:"mt-0 space-y-0 flex flex-col gap-3",listItemClassName:""+(k?"text-text-inverse":"text-text")})}),(null==p?void 0:p.badgeIcon)?t("div",{className:"flex items-center gap-2 text-center",children:[e(Rt,{src:p.badgeIcon,alt:"Inner Badge",width:12,height:12}),e("span",{className:"footnote text-text",children:p.badgeText.includes("|")?t(n,{children:[e("span",{className:"font-bold",children:p.badgeText.split("|")[0]}),e("span",{className:"font-normal",children:p.badgeText.split("|")[1]})]}):e(rt,{className:"font-bold",children:p.badgeText})})]}):null]})]})]})]})},Xt=({title:n,quote:i,rating:o,author:r,role:a,avatarUrl:s,isActive:l=!1,className:c})=>t("figure",{className:O("flex w-full flex-col gap-6 rounded-card-lg p-6 transition-all duration-300 md:gap-10 md:p-14",l?"bg-bg-surface-secondary shadow-drop":"bg-gray-50 opacity-40",c),children:[t("div",{className:"flex flex-col justify-start gap-3 md:gap-5",children:[e("header",{children:e(rt,{as:"h3",className:"label1 text-text",children:n})}),e("blockquote",{className:"body1 text-text",children:i}),o?e("div",{className:"flex","aria-label":`Rating: ${o} out of 5`,children:[...Array(5)].map((t,n)=>e(ot,{size:24,name:"star",fill:1,className:O("h-[21px] w-[21px]",n<o?"text-text":"text-gray-300"),"aria-hidden":"true"},n))}):null]}),r&&t("figcaption",{className:"flex gap-3 md:gap-5",children:[e("div",{className:"relative h-12 w-12 shrink-0 overflow-hidden rounded-full bg-gray-300",children:s?e(T,{src:s,alt:r,fill:!0,className:"object-cover",sizes:"40px"}):e("div",{className:"flex h-full w-full items-center justify-center bg-gray-500 text-xs font-bold text-white",children:r.charAt(0)})}),t("div",{className:"flex flex-col",children:[e("cite",{className:"label3 font-bold not-italic text-text",children:r}),e(rt,{as:"p",className:"body3 text-text",children:a})]})]})]});function Wt({fields:i,renderCheckPlans:o}){var r,a,s,p;const m=(null===(s=null===(a=null===(r=null==i?void 0:i.items)||void 0===r?void 0:r.items)||void 0===a?void 0:a[0])||void 0===s?void 0:s.benefitsExpanded)||!1,[h,g]=c(m),[f,b]=c({}),[v,y]=c(0),x=(null===(p=null==i?void 0:i.items)||void 0===p?void 0:p.items)||[],I=x.length>2,w=l([]),C=d(()=>{I&&y(e=>(e+3)%x.length)},[I,x.length]),N=d(()=>{I&&y(e=>(e-3+x.length)%x.length)},[I,x.length]);if(u(()=>{if(!I)return;const e=()=>{const e=w.current.filter(Boolean);if(0===e.length)return;e.forEach(e=>{e.style.height="auto"});const t=Math.max(...e.map(e=>e.offsetHeight));e.forEach(e=>{e.style.height=`${t}px`})};e();const t=setTimeout(e,100);return()=>clearTimeout(t)},[I,h,x.length]),!x.length&&!(null==i?void 0:i.title))return null;const A=(t,n,i=!1)=>{var r,a,s,l,c,u,d,p;const m=null===(r=null==t?void 0:t.speed)||void 0===r?void 0:r.split("|"),v=(null==m?void 0:m[0])||"",y=(null==m?void 0:m[1])||"",x=(null===(s=null===(a=null==t?void 0:t.priceSuffix)||void 0===a?void 0:a.split("/"))||void 0===s?void 0:s[0])||"00",I=`${(null==t?void 0:t.price)||"0"}.${x}`,C=(null===(l=null==t?void 0:t.benefits)||void 0===l?void 0:l.items)||[],N=(null==t?void 0:t.highlighted)||!1,A=(null===(u=null===(c=null==t?void 0:t.giftRewards)||void 0===c?void 0:c.list)||void 0===u?void 0:u.items)||[],k={badgeText:t.innerBadge||"",badgeIcon:(null===(d=t.innerBadgeIcon)||void 0===d?void 0:d.url)||""},G=i?f[n]||!1:h;return e("div",{ref:i?void 0:e=>{e&&!w.current.includes(e)&&(w.current[n]=e)},className:_e(i?"mx-auto w-full max-w-[392px]":"flex-shrink-1 w-[392px]"),children:e(Lt,{planName:v,planSubtext:y,speed:(null==t?void 0:t.speed)||"",techType:(null==t?void 0:t.techType)||"",ismaxSpeed:(null==t?void 0:t.ismaxSpeed)||"",price:I,description:(null==t?void 0:t.productCardDescription)||"",giftBadge:A,innerBadge:k,theme:(null==t?void 0:t.highlighted)?"dark":"light",bestValue:N,bestValueText:(null==t?void 0:t.topBadgeText)||"best value",featuresTitle:null==t?void 0:t.benefitsTitle,features:C,isExpanded:G,onToggleExpand:()=>{i?b(e=>({...e,[n]:!e[n]})):g(!h)},ctaText:(null===(p=null==t?void 0:t.cta)||void 0===p?void 0:p.buttonLabel)||"Select plan",onCtaClick:()=>{},renderCheckPlans:o,cta:t.cta,hostType:"smb"})},n)},k=[...x,...x,...x,...x,...x],G=2*x.length;return I?t(n,{children:[e("div",{className:"flex flex-col gap-6 md:hidden",children:x.map((e,t)=>A(e,t,!0))}),t("div",{className:"relative hidden w-full md:block",children:[t("div",{className:"pointer-events-none absolute -left-16 -right-16 top-[50%] z-30 flex -translate-y-1/2 justify-between px-4 md:px-10",children:[e(ft,{onClick:C,className:"pointer-events-auto flex h-12 w-12 items-center justify-center rounded-full border border-gray-100 bg-white p-2 text-text shadow-cardDrop transition-all hover:bg-gray-50","aria-label":"Previous",children:e(ot,{name:"arrow_back",size:24})}),e(ft,{onClick:N,className:"pointer-events-auto flex h-12 w-12 items-center justify-center rounded-full border border-gray-100 bg-white p-2 text-text shadow-cardDrop transition-all hover:bg-gray-50","aria-label":"Next",children:e(ot,{name:"arrow_forward",size:24})})]}),e("div",{className:"mx-auto max-w-[1280px] overflow-hidden",children:e("div",{className:"flex items-stretch gap-4 pb-4 transition-transform duration-500 ease-in-out",style:{transform:`translateX(calc(-${G+v} * (392px + 12px)))`},children:k.map((e,t)=>A(e,t,!1))})})]})]}):e("div",{className:"flex w-full max-w-[1280px] flex-wrap justify-center gap-4",children:x.map((e,t)=>A(e,t))})}const Ot=o.memo(({item:t,index:n,currentIndex:i,totalItems:o,swipeOffset:r,isSwiping:a,isMobile:s,containerWidth:l,cardOffsetPercentage:c})=>{let u=n-i;u>o/2&&(u-=o),u<-o/2&&(u+=o);const d=0===u,p=1===Math.abs(u),m=u*c+r/l*100,h=!s||(a?d||p:d);return e("div",{className:_e("col-start-1 row-start-1 w-full md:max-w-[815px]","will-change-[transform,opacity]",d?"z-10":"z-5",Math.abs(u)>1?"invisible":"visible",h?"opacity-100":"opacity-0",a?"transition-opacity duration-200":"transition-[transform,opacity] duration-500 ease-[cubic-bezier(0.25,0.46,0.45,0.94)]"),style:{transform:`translateX(${m}%)`},children:e(Xt,{...t,isActive:d,className:"h-full"})})});Ot.displayName="TestimonialCarouselSlide";const Ft=({fields:n,autoScroll:i=!0,autoScrollInterval:o=8e3})=>{var r;const a=(null===(r=null==n?void 0:n.items)||void 0===r?void 0:r.items)||[];if(!a||0===a.length)return null;const s=function(e){const{itemCount:t,cardOffsetPercentage:n=105,swipeThreshold:i=.15,mobileBreakpoint:o=768,autoScrollInterval:r=8e3,enableAutoScroll:a=!0}=e,[s,p]=c(0),[m,h]=c(0),[g,f]=c(!1),[b,v]=c(window.innerWidth),[y,x]=c(!1),I=l(null),w=l(0),C=l(null),N={CARD_OFFSET_PERCENTAGE:n,SWIPE_THRESHOLD:i,MOBILE_BREAKPOINT:o,AUTO_SCROLL_INTERVAL:r};u(()=>{const e=()=>{var e;v((null===(e=C.current)||void 0===e?void 0:e.offsetWidth)||window.innerWidth)};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[]);const A=d(()=>{0!==t&&p(e=>(e+1)%t)},[t]),k=d(()=>{0!==t&&p(e=>0===e?t-1:e-1)},[t]),G=d(e=>{e<0||e>=t||p(e)},[t]),P=d(e=>{w.current=e.touches[0].clientX,f(!0),I.current&&clearInterval(I.current)},[]),V=d(e=>{if(!g)return;const t=e.touches[0].clientX-w.current;h(t)},[g]),B=d(()=>{f(!1);const e=b*i;m>e?k():m<-e&&A(),h(0),a&&r>0&&(I.current=setInterval(()=>{A()},r))},[m,b,i,k,A,a,r]);return u(()=>{const e=()=>{x(window.innerWidth<o)};return e(),window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[o]),u(()=>{if(a&&0!==t&&0!==r)return I.current=setInterval(()=>{A()},r),()=>{I.current&&clearInterval(I.current)}},[A,t,a,r]),{currentIndex:s,swipeOffset:m,isSwiping:g,isMobile:y,containerWidth:b,containerRef:C,nextSlide:A,prevSlide:k,goToSlide:G,handleTouchStart:P,handleTouchMove:V,handleTouchEnd:B,constants:N}}({itemCount:a.length,cardOffsetPercentage:105,swipeThreshold:.15,mobileBreakpoint:768,autoScrollInterval:o,enableAutoScroll:i});return t("div",{children:[t("div",{className:"relative max-w-[1280px] md:px-11",children:[e(ft,{onClick:s.prevSlide,className:"group absolute left-5 top-1/2 z-50 hidden h-13 w-13 -translate-y-1/2 items-center justify-center rounded-full bg-white p-2 text-text shadow-md transition-colors hover:bg-gray-100 md:flex","aria-label":"Previous",children:e(ot,{name:"arrow_back",size:24})}),e(ft,{onClick:s.nextSlide,className:"group absolute right-5 top-1/2 z-50 hidden h-13 w-13 -translate-y-1/2 items-center justify-center rounded-full bg-white p-2 text-text shadow-md transition-colors hover:bg-gray-100 md:flex","aria-label":"Next",children:e(ot,{name:"arrow_forward",size:24})}),e("div",{ref:s.containerRef,className:"select-none overflow-hidden rounded-card-sm will-change-transform",onTouchStart:s.handleTouchStart,onTouchMove:s.handleTouchMove,onTouchEnd:s.handleTouchEnd,children:e("div",{className:"grid grid-cols-1 justify-items-center",children:a.map((t,n)=>e(Ot,{item:t,index:n,currentIndex:s.currentIndex,totalItems:a.length,swipeOffset:s.swipeOffset,isSwiping:s.isSwiping,isMobile:s.isMobile,containerWidth:s.containerWidth,cardOffsetPercentage:s.constants.CARD_OFFSET_PERCENTAGE},n))})})]}),e("div",{className:"mt-5 flex justify-center gap-2 md:mt-10",children:a.map((t,n)=>e("button",{onClick:()=>s.goToSlide(n),className:_e("h-2 w-2 rounded-full transition-all duration-300",s.currentIndex===n?"w-6 bg-white":"bg-bg-fill-inverse-disabled hover:bg-white/60"),"aria-label":`Go to slide ${n+1}`},n))})]})},Dt=({tabs:n,activeTab:i,onChange:o,className:r})=>{const a=n.indexOf(i),s=l([]),[d,p]=c({width:0,left:0});return u(()=>{const e=s.current[a];e&&p({width:e.offsetWidth,left:e.offsetLeft})},[a,n]),e("div",{className:"flex w-full justify-center",children:t("div",{className:_e("relative flex w-fit gap-1 rounded-button-lg bg-bg-surface-active p-1 transition-all duration-200 ease-out",r),children:[e("div",{className:"absolute bottom-1 top-1 rounded-button bg-bg-fill-brand shadow-md transition-all duration-300 ease-out",style:{width:`${d.width}px`,left:`${d.left}px`}}),n.map((t,n)=>e("button",{ref:e=>{s.current[n]=e},onClick:()=>o(t),className:_e("label1 relative z-10 flex min-w-[160px] items-center justify-center whitespace-nowrap rounded-button px-4 py-2.5 transition-colors duration-200 focus:outline-none active:bg-transparent",i===t?"text-text-inverse":"text-text-disabled hover:bg-bg-surface-hover"),children:t},t))]})})},Zt=({fields:n,hasTestimonialCards:i,hasProductCards:o,disclaimerText:r,backgroundColor:a,activeTab:s,setActiveTab:l,tabs:c,onModalButtonClick:u,renderCheckPlans:d,testimonialAutoScroll:p=!0,showSwitch:m=!1})=>t("div",{className:`${a} ${o?"px-3 py-9 md:py-20":i?"px-3 py-12 md:pt-20 md:pb-16":""} mx-auto overflow-hidden`,children:[t("div",{className:"relative mx-auto flex max-w-[1280px] flex-col gap-8 overflow-visible md:gap-12",children:[t("div",{children:[e(rt,{as:"h2",className:"heading2 text-text md:heading1 md:text-center",children:null==n?void 0:n.title}),(null==n?void 0:n.subTitle)&&e(rt,{as:"h3",className:"body1 px-4 pt-4 md:text-center",children:null==n?void 0:n.subTitle})]}),m&&o&&t("div",{className:"flex flex-col gap-8",children:[m&&o&&c.length>1&&e(Dt,{tabs:c,activeTab:s,onChange:l}),o&&e(Wt,{onModalButtonClick:u,renderCheckPlans:d,fields:n})]}),i&&e(Ft,{fields:n,autoScroll:p,autoScrollInterval:8e3})]}),r&&e(rt,{as:"div",className:"footnote mt-8 px-4 text-center text-text-secondary",children:r})]}),zt=({title:n,subtitle:i,description:o,disclaimer:r,icon:a,cta:s,background:l="navy",color:c="light",enableHeading:u,maxWidth:d=!0})=>e("div",{className:"component-container",children:t("div",{className:"mx-5 my-8 lg:mx-20 lg:my-12 lg:rounded-surface-lg xl:mx-auto "+(d?"max-w-120":""),children:[t("div",{className:`flex flex-col rounded-surface px-5 py-7 lg:flex-row lg:gap-5 lg:rounded-surface-lg lg:px-16 lg:py-9 ${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[l]} ${"dark"==c?"text-text":"text-white"} `,children:[a&&e("div",{className:"floating-banner-icon mb-5 flex justify-center lg:mb-0 lg:items-center",children:e("div",{className:"h-[80px] w-[80px] overflow-hidden",children:e(Bt,{width:80,height:80,alt:"icon",src:a})})}),t("div",{className:"flex w-full flex-col justify-center lg:w-4/5",children:[n&&e(rt,{as:u?"h1":"h2",className:"heading5 mb-3 text-center lg:w-[95%] lg:text-left",children:n}),i&&e(rt,{as:"h3",className:"heading3 mb-3 text-center lg:text-left",children:i}),o&&e(rt,{as:"div",className:"body1 text-center lg:w-[95%] lg:text-left",children:o})]}),s&&e("div",{className:"mt-5 flex flex-shrink-0 justify-center lg:mt-0 lg:items-center",children:e(kt,{...s,buttonVariant:"secondary",size:{base:"medium",md:"large"}})})]}),r&&e("div",{children:e(rt,{as:"div",className:"body3 mt-3 text-center",children:r})})]})}),Ht=({body:n,links:i,bottomLinks:r,copyrights:a,terms:s,maxWidth:l=!0,onClick:c})=>{function u(e){null==c||c(e)}return e("div",{className:"component-container bg-bg-inverse text-white",children:t("div",{className:` ${l?"mx-auto max-w-120":""} px-5 py-8`,children:[e("aside",{className:"break-words","aria-label":"Promotions and disclaimers",children:n}),e(yt,{className:"my-8 border-border-inverse lg:my-16"}),e("div",{className:"grid-1 grid gap-8 md:grid-cols-2 lg:grid-cols-4",children:null==i?void 0:i.map((n,i)=>{var r,a;return t(o.Fragment,{children:[e("div",{children:t("nav",{"aria-labelledby":`footer-${null==n?void 0:n.title}`,className:"site-links-group",children:[e(rt,{as:"div",className:"label3",children:null==n?void 0:n.title}),e("ul",{className:"flex flex-col",children:null===(a=null===(r=null==n?void 0:n.items)||void 0===r?void 0:r.items)||void 0===a?void 0:a.map((t,n)=>e("li",{className:"pt-3",children:e(kt,{...t,linkVariant:"unstyled",linkClassName:"text-white body3 hover:underline underline-offset-4",onClick:u})},`site-links-${n}`))})]},`link-group-${i}`)},`footer-link-group-${i}`),e(yt,{className:"border-border-inverse md:hidden"})]},`footer-link-group-${i}`)})}),t("div",{className:"py-8",children:[e(yt,{className:"my-8 hidden border-border-inverse md:my-8 md:block"}),t("p",{className:"terms-text footnote text-white",children:["© ",(new Date).getFullYear()," ",s]}),e("p",{className:"copy-rights whitespace-pre-line",children:a}),e("nav",{"aria-label":"Footer legal",children:e("ul",{className:"bottom-links list-none",children:null==r?void 0:r.map((t,n)=>e("li",{className:"relative float-left pl-[8px] before:absolute before:left-[3px] before:top-1/2 before:-translate-y-1/2 before:text-[14px] before:content-['•'] first-of-type:pl-0 first-of-type:before:content-['']",children:e(kt,{...t,linkClassName:"footnote text-white hover:underline underline-offset-4",linkVariant:"unstyled",onClick:u})},`links-${n}`))})})]})]})})},jt=({isHovered:t,containerClassName:n})=>e("button",{tabIndex:-1,className:`group flex h-20 w-20 items-center justify-center rounded-full bg-white shadow-xl transition-all duration-300 hover:scale-110 active:scale-95 ${n||""}`,"aria-label":"Play button",children:e(ot,{name:"play_arrow",size:72,fill:1,className:"transition-colors duration-300 "+(t?"text-text-brand":"text-slate-500 group-hover:text-text-brand")})}),Yt=t=>{const{link:n,containerClassName:i,autoplay:o=!1,debug:r=!1}=t,{href:s,embedId:l}=a(()=>{if(!n)return{href:"",embedId:""};const e=n.toString(),t=(e=>{const t=e.split(/[?#]/)[0].replace(/\/+$/,""),n=t.match(/vimeo\.com\/(?:.*\/)?(\d{6,})/)||t.match(/player\.vimeo\.com\/video\/(\d{6,})/),i=t.split("/"),o=i[i.length-1];return(null==n?void 0:n[1])?n[1]===o?n[1]:`${n[1]}/${o}`:""})(e);return{href:e,embedId:t}},[n]);if(r&&console.log("[VimeoEmbed] href:",s,"id:",l),!l)return null;const c=function(e){try{const t=new URL(e),n=t.pathname.split("/").filter(Boolean);if("video"===n[0]&&n.length>=2){const e=n[1],i=n[2],o=`https://player.vimeo.com/video/${e}`;return i&&/^[a-f0-9]+$/i.test(i)&&t.searchParams.set("h",i),`${o}?${t.searchParams.toString()}`}return e}catch(t){return e}}(`https://player.vimeo.com/video/${l}?${new URLSearchParams({autoplay:o?"1":"0",muted:"0",playsinline:"1",dnt:"1",title:"0",byline:"0",portrait:"0",autopause:"1"}).toString()}`);return e("div",{className:_e("relative h-0 w-full overflow-hidden pb-[56.25%]",i),children:e("iframe",{className:"absolute left-0 top-0 h-full w-full",src:c,allow:"autoplay; fullscreen; picture-in-picture",allowFullScreen:!0,referrerPolicy:"strict-origin-when-cross-origin",title:"Embedded vimeo"})})};const Jt=t=>{const{link:n,containerClassName:i,autoplay:o=!1}=t,r=a(()=>{if(!n)return"";const e=n.toString().match(/^.*((youtu.be\/)|(v\/)|(\/u\/\w\/)|(embed\/)|(watch\?))\??v?=?([^#&?]*).*/);return e&&11===e[7].length?e[7]:""},[n]),s=o?"?autoplay=1":"";return e("div",{className:_e("relative h-0 w-full overflow-hidden pb-[56.25%]",i),children:e("iframe",{className:"absolute left-0 top-0 h-full w-full",src:`https://www.youtube.com/embed/${r}${s}`,allow:"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture",allowFullScreen:!0,title:"Embedded youtube"})})},Ut=({brow:n,enableHeading:i,title:o,subTitle:r,ctaDisclaimer:a,disclaimer:s,description:l,image:u,imageLinks:d,mediaPosition:p=!0,checklist:m,secondaryCta:h,cta:g,videoLink:f,maxWidth:b=!0,color:v="light",imageWidth:y=660,imageHeight:x=660,onModalButtonClick:I,renderCheckPlans:w})=>{var C,N;const[A,k]=c(""),[G,P]=c(!1),V=null!==(C=null==f?void 0:f.link)&&void 0!==C?C:"",B=null==f?void 0:f.image,T=null!==(N=null==f?void 0:f.videoPopup)&&void 0!==N&&N,S=Boolean(A&&A===V),E=f&&B?V.includes("vimeo")?e(Yt,{link:V,autoplay:S}):e(Jt,{link:V,autoplay:S}):null;return t("div",{className:"component-container",children:[e("div",{className:`image-promo-bar-content ${b?"max-w-120 lg:mx-auto":""} mx-5 my-16`,children:t("div",{className:"flex shrink-0 flex-col items-center gap-8 lg:items-stretch lg:gap-10 xl:gap-[126px] "+(p?"lg:flex-row-reverse":"lg:flex-row"),children:[t("div",{className:"flex flex-[1_0_0] flex-col items-start justify-center gap-8 lg:gap-10 "+("dark"==v?"text-text":"text-white"),children:[t("div",{className:"heading holder",children:[n&&e(rt,{as:"div",className:"subheading4 mb-4 text-text-brand xl:subheading2 xl:mb-3",children:n}),o&&e(rt,{as:i?"h1":"h2",className:"heading2 xl:heading1",children:o}),r&&e(rt,{as:i?"h2":"h3",className:"subheading3 mt-3 md:subheading1",children:r})]}),l&&e(rt,{as:"div",className:"body1",children:l}),m.length>0&&e(at,{items:m,iconPosition:"top",iconSize:24,listItemClassName:"body1 text-text",listContainerClassName:"mt-0 space-y-0 flex flex-col gap-3"}),d.length>0&&e("div",{className:"flex gap-4",children:null==d?void 0:d.map((t,n)=>e("div",{className:"image-link w-[147px]",children:e(ct,{variant:"unstyled",href:t.url,target:"_blank",rel:"noopener noreferrer",children:e(Rt,{src:t.image,alt:"icon-link"})})},n))}),(g||h)&&t("div",{className:"flex w-full flex-col gap-3 xl:flex-row",children:[g&&e("div",{className:"primary-cta w-full xl:w-auto xl:shrink-0",children:e(kt,{...g,fullWidth:!0,size:{base:"large"},renderCheckPlans:w,onModalButtonClick:I})}),h&&e("div",{className:"secondary-cta w-full xl:w-auto xl:shrink-0",children:e(kt,{...h,fullWidth:!0,size:{base:"large"},renderCheckPlans:w,onModalButtonClick:I})})]}),a&&e("div",{children:a}),s&&e("div",{children:s})]}),t("aside",{className:"flex w-full shrink-0 items-center justify-center lg:w-auto",children:[u&&e("div",{className:"relative h-[334px] w-[334px] overflow-hidden rounded-image md:h-[486px] md:w-[486px]",children:e(Bt,{src:u,alt:"section-image",fill:!0,sizes:"(min-width: 768px) 486px, 334px",className:"object-cover"})}),(null==f?void 0:f.link)&&t("div",{className:_e("video-section relative w-full cursor-pointer overflow-hidden rounded-image transition-all duration-300 lg:w-[486px]",!S&&"hover:shadow-2xl"),onClick:()=>{var e;k(null!==(e=null==f?void 0:f.link)&&void 0!==e?e:"")},onMouseEnter:()=>P(!0),onMouseLeave:()=>P(!1),children:[t("div",{className:_e(S&&!T&&"hidden",S&&!T?"opacity-0":"opacity-100","relative aspect-[16/9] w-full transition-opacity duration-300 xl:aspect-square"),children:[f.image&&e(Bt,{src:f.image,alt:"Video preview",width:486,height:486,className:"absolute inset-0 h-full w-full rounded-image object-cover"}),e("div",{className:"absolute inset-0 flex items-center justify-center",children:e(jt,{isHovered:G})})]}),!T&&S&&e("div",{className:_e("aspect-[16/9] w-full overflow-hidden rounded-image transition-opacity duration-300",S?"opacity-100":"opacity-0"),children:E})]})]})]})}),T&&S&&e("div",{className:"fixed inset-0 top-20 z-[100] flex items-center justify-center bg-black/80 p-4 transition-all duration-300",onClick:e=>{e.stopPropagation(),k("")},children:e("div",{className:"max-w-6xl aspect-video w-full overflow-hidden rounded-3xl bg-black shadow-2xl md:w-4/6",onClick:e=>e.stopPropagation(),children:E})})]})},$t=({link:n,anchorName:i})=>{const[r,a]=o.useState(!1),s=o.useRef(null);if(((e,t)=>{const n=n=>{var i;(null===(i=null==e?void 0:e.current)||void 0===i?void 0:i.contains(n.target))||t()};u(()=>(document.addEventListener("click",n),()=>{document.removeEventListener("click",n)}))})(s,()=>a(!1)),!n)return null;if((e=>"string"==typeof e.href)(n))return e(kt,{...n,linkClassName:"body3 flex items-center text-text h-full",linkVariant:"unstyled"},`submenu-link-btn-${n.anchorId}`);const{anchorId:l,title:c,items:d}=n,p=Array.isArray(null==d?void 0:d.items)?d.items:[],m=`--link-anchor-${i}`;return t("div",{className:"relative h-full",style:{anchorName:m},ref:s,children:[t(kt,{onClick:()=>a(e=>!e),"aria-expanded":r,buttonClassName:"group body3 flex h-full text-text items-center",showButtonAs:"unstyled",children:[e(rt,{as:"span",className:"group-hover:underline",children:null!=c?c:null}),e(ot,{weight:"200",size:24,className:"text-icon-secondary group-hover:opacity-50",name:r?"keyboard_arrow_up":"keyboard_arrow_down"})]},l),e("div",{className:_e("shadow-navDrop fixed z-[1001] min-w-44 rounded-input-poppers border border-border bg-bg","transition-[opacity,transform] ease-out",r&&p.length>0?"pointer-events-auto translate-y-0 opacity-100 duration-75":"pointer-events-none -translate-y-2 opacity-0 duration-0"),style:{positionAnchor:m,top:"anchor(bottom)",left:"calc((anchor(left) + anchor(right)) / 2)",translate:"-50% 0"},children:e("ul",{className:"flex flex-col gap-2 py-2",onClick:e=>{const t=e.target;(null==t?void 0:t.closest("a"))&&a(!1)},children:p.map((t,n)=>e("li",{className:"submenu-link",children:e(kt,{...t,linkVariant:"unstyled",linkClassName:"body3 px-4 hover:bg-bg-surface-hover flex items-center w-full h-11 text-text-link"})},`submenu-link-${n}`))})})]})},Qt=({link:i})=>{const[r,a]=o.useState(!1);if(!i)return null;if((e=>"string"==typeof e.href)(i))return e(kt,{...i,linkClassName:"label3 flex items-center w-full h-11 px-4 text-text-link",linkVariant:"unstyled"},`submenu-link-btn-${i.anchorId}`);const{anchorId:s,title:l,items:c}=i,u=Array.isArray(null==c?void 0:c.items)?c.items:[];return t(n,{children:[t(kt,{onClick:()=>a(e=>!e),"aria-expanded":r,buttonClassName:"label3 flex h-11 w-full items-center px-4",showButtonAs:"unstyled",children:[null!=l?l:null,e(ot,{weight:"200",size:24,className:"text-icon-secondary group-hover:opacity-50",name:r?"keyboard_arrow_up":"keyboard_arrow_down"})]},s),r&&u.length>0&&e(_t,{items:u})]})},_t=({items:t})=>e("ul",{className:"flex flex-col gap-2",children:t.map((t,n)=>e("li",{className:"submenu-link",children:e(kt,{...t,linkVariant:"unstyled",linkClassName:"body3 pl-8 pr-4 flex items-center w-full h-11 text-text-link"})},`submenu-link-${n}`))},`submenu-${t.length}`),Kt=n=>{const{showBlinkDot:i=!1,buttonStyle:o="primary",size:r="md",children:a,className:s,prefix:l,containerClassName:c,...u}=n,d=t(ct,{...u,className:_e("relative flex items-center gap-2 font-medium tracking-wide outline-offset-4 rounded-full",{sm:"h-6 text-xs pl-1 pr-2",md:"h-8 text-sm pl-1 pr-2",lg:"h-10 text-base pl-2 pr-3"}[r],{primary:"border-[0.727px] border-border text-text"}[o],s),children:[i?e("span",{className:`pointer-events-none absolute animate-blink ${{sm:"-left-4",md:"-left-6",lg:"-left-8"}[r]} top-1/2 ${{sm:"h-2 w-2",md:"h-3 w-3",lg:"h-4 w-4"}[r]} -translate-y-1/2 rounded-full bg-icon-brand`}):null,e("span",{className:_e("relative inline-flex items-center justify-center rounded-full bg-icon-brand",{sm:"h-5 w-5",md:"h-6 w-6",lg:"h-8 w-8"}[r]),children:e(ot,{name:"call",fill:1,size:{sm:20,md:20,lg:32}[r],className:"text-white"})}),e("span",{className:"font-normal tracking-wide",children:a})]});return null==l||!1===l||""===l?d:t("span",{className:_e("flex items-center gap-2",c),children:["string"==typeof l||"number"==typeof l?e("span",{className:"text-sm font-normal text-text",children:l}):l,d]})};Kt.displayName="CallButton";const qt=r((n,i)=>{const{className:o,size:r,required:a,placeholder:s,label:l,state:u,errorText:p,prefixIconName:m,prefixIconFill:h=!0,suffixIconFill:g=!1,prefixIconSize:f=24,suffixIconName:b,suffixIconSize:v=24,containerClassName:y,prefixIconClassName:x,loading:I,hasError:w,type:C,...N}=n,A=w?"error":u,[k,G]=c(!1),[P,V]=c(!1),[B,T]=c(C||"text"),S=d(e=>{e.stopPropagation(),T(e=>"password"===e?"text":"password")},[]);return t("div",{className:"relative",children:[l?e("label",{htmlFor:l,className:_e("inline-block pb-1"),children:t(rt,{as:"span",className:"footnote text-text",children:[l,a?e("span",{className:"pl-1 text-text-critical",children:"*"}):null]})}):null,t("div",{className:_e("relative flex flex-row items-center overflow-hidden rounded-input border border-input-border bg-input-bg-surface",{sm:"h-[48px] px-3 py-2",slim:"h-12",medium:"h-14",large:"h-[60px]"}[r||"medium"],y,(k||"hover"===A)&&!P&&"error"!==A&&"border-input-border-hover",(P||"focus"===A||"active"===A)&&"border-input-border-selected outline outline-1 outline-input-border-selected","error"===A&&"border-input-border-critical outline outline-1 outline-input-border-critical"),children:[m?e("div",{className:"mr-1",style:{width:f,height:f,overflow:"hidden"},children:e(ot,{name:m,fill:h?1:0,size:f,className:_e(x)})}):null,e("input",{ref:i,id:l,disabled:I||N.disabled,className:_e("h-full grow rounded-input p-4 caret-bg-inverse placeholder:text-input-text-placeholder focus:border-none focus:outline-none","text-body2","slim"===r&&"text-body3",o),placeholder:s,type:B,...N,onMouseOver:()=>G(!0),onMouseOut:()=>G(!1),onFocus:e=>{var t;null===(t=N.onFocus)||void 0===t||t.call(N,e),V(!0)},onBlur:e=>{var t;null===(t=N.onBlur)||void 0===t||t.call(N,e),V(!1)}}),b?e("div",{className:"ml-2",style:{width:v,height:v,overflow:"hidden"},onClick:S,children:e(ot,{name:"text"===B?"visibility":"visibility_off",size:v,fill:g?1:0})}):null]}),"error"===A&&p&&""!=p?t(rt,{className:_e("footnote left-0 top-full inline-flex items-center pt-1 text-text-critical"),children:[e(ot,{name:"info",size:20,className:"mr-1"}),p||"Error"]}):null]})});qt.displayName="Input";const en=n=>{const{primaryNavigationLinks:i,utilityNavigationLinks:o,checkPlansJSX:r,primaryNavigationLogo:a,accountNavigationLinks:s,supportNavigationLinks:l,searchBarIcon:c,invocaPhoneNumberLink:u,invocaPhoneNumberDisplayText:d,callNowCtaText:p,displayCartIcon:m,cartHref:h,cartHasRetention:g,cartIconAriaLabel:f="Cart",onCallClickDesktop:b,onCallClickMobile:v,onCartClick:y,onSearch:x=()=>{},utilityNavActiveIndex:I,primaryNavigationLogoWidth:w=76.5,primaryNavigationLogoHeight:C=24,hideMobileCallButton:N=!1}=n;return t("div",{className:"component-container",children:[t("nav",{className:"menu-container z-[1000]",children:[e("div",{className:"utility-container hidden lg:block lg:border-b lg:px-2",children:t("div",{className:"mx-auto flex max-w-120 justify-between",children:[e("ul",{className:"flex gap-5","aria-label":"Utility Navigation",children:null==o?void 0:o.map((t,n)=>e("li",{children:e(kt,{linkClassName:_e("footnote flex items-center w-full h-11 text-text","number"!=typeof I?1===n&&"label4":I===n&&"label4"),linkVariant:"unstyled",...Object.fromEntries(Object.entries(t).filter(([e,t])=>null!==t))})},`main-menu-items-${n}`))}),t("div",{className:"flex items-center gap-10",children:[e(Kt,{className:"border-none",href:u,prefix:p,onClick:b,children:e(rt,{className:"body3 text-text",children:d})}),m?t(ct,{href:h||"#",className:"relative inline-flex cursor-pointer","aria-label":f,onClick:y,children:[e(ot,{name:"shopping_cart"}),g?e("span",{className:"absolute -right-2 -top-1 h-2.5 w-2.5 rounded-full bg-icon-brand"}):null]}):null,null==s?void 0:s.map((t,n)=>e($t,{anchorName:`my-account-${n}`,link:t},`my-account-${n}`))]})]})}),t("div",{className:"main-nav-container","aria-label":"Main Navigation",children:[t("div",{className:"mobile-nav-section flex h-14 items-center justify-between border border-b px-5 py-[10px] lg:hidden",children:[e("div",{children:e(ct,{href:"/",className:"flex",children:e(Bt,{src:"string"==typeof a?a:(null==a?void 0:a.url)||"",alt:"Kinetic business logo",width:w,height:C})})}),t("div",{className:"flex items-center gap-6",children:[N?null:e(Kt,{href:u,onClick:v,children:e(rt,{as:"span",className:"footnote",children:d})}),m?t(ct,{href:h||"#",className:"relative inline-flex cursor-pointer","aria-label":f,onClick:y,children:[e(ot,{name:"shopping_cart"}),g?e("span",{className:"absolute -right-2 -top-1 h-2.5 w-2.5 rounded-full bg-icon-brand"}):null]}):null,e(tn,{...n})]})]}),e("div",{className:"desktop-nav-section hidden lg:block lg:border-b lg:px-2",children:t("div",{className:"mx-auto flex h-14 max-w-120 items-center justify-between",children:[t("div",{className:"flex h-full",children:[e(ct,{href:"/",className:"flex",children:e(Bt,{src:"string"==typeof a?a:(null==a?void 0:a.url)||"",alt:"Kinetic business logo",width:w,height:C,className:"mr-[64px]"})}),e("div",{className:"flex h-full items-center gap-5",children:null==i?void 0:i.map((t,n)=>e($t,{anchorName:`main-menu-${n}`,link:t},`main-menu-${n}`))})]}),t("div",{className:"flex h-full items-center gap-10",children:[e(on,{searchBarIconURL:"string"==typeof c?c:(null==c?void 0:c.url)||"",onSearch:x}),null==l?void 0:l.map((t,n)=>e($t,{anchorName:`support-menu-${n}`,link:t},`support-menu-${n}`))]})]})})]})]}),r&&e("div",{className:"md:hidden",children:r})]})},tn=n=>{var i;const{primaryNavigationLinks:r,utilityNavigationLinks:a,supportNavigationLinks:s,accountNavigationLinks:l}=n,[c,u]=o.useState(!1);o.useEffect(()=>{if("undefined"==typeof window)return;document.body.style.overflowY=c?"hidden":"unset";const e=document.getElementById("drawer-items");if(!e)return;const t=e.querySelectorAll(".focus-item"),n=t[0],i=t[t.length-1],o=e=>{var t,o,r,a;("Tab"===e.key||9===e.keyCode)&&(e.shiftKey?document.activeElement===n&&(null===(o=(t=i).focus)||void 0===o||o.call(t),e.preventDefault()):document.activeElement===i&&(null===(a=(r=n).focus)||void 0===a||a.call(r),e.preventDefault()))};return window.addEventListener("keydown",o),()=>{document.body.style.overflowY="unset",window.removeEventListener("keydown",o)}},[c]);const d=()=>{u(!1)};return t("div",{children:[e(kt,{showButtonAs:"unstyled",buttonClassName:"flex",onClick:()=>u(!0),children:e(ot,{name:"menu"})}),c?e("div",{className:"fixed bottom-0 left-0 right-0 top-0 z-[90] h-full w-full bg-scrim-bg-modal"}):null,e("div",{className:_e("fixed bottom-0 right-0 top-0","z-[100] h-full bg-bg px-0 py-4","transition-all duration-300 ease-in-out","block",c?"right-0":"-right-96"),id:"mobile-menu-overlay",children:t("div",{id:"drawer-items",className:"flex h-full flex-col gap-3",children:[t("div",{className:"flex items-center justify-between px-4",children:[e("div",{children:e(Kt,{className:"border-none",href:n.invocaPhoneNumberLink,onClick:n.onCallClickMobile,children:n.invocaPhoneNumberDisplayText})}),e("div",{children:e(kt,{showButtonAs:"unstyled",buttonClassName:"focus-item flex",onClick:d,children:e(ot,{name:"close"})})})]}),e(nn,{closeMenu:d,isMenuOpen:c,searchBarIconURL:"string"==typeof n.searchBarIcon?n.searchBarIcon:(null===(i=n.searchBarIcon)||void 0===i?void 0:i.url)||"",onSearch:n.onSearch||(()=>{})}),t("div",{className:"flex-grow overflow-y-auto",onClick:e=>{const t=e.target;(null==t?void 0:t.closest("a"))&&d()},children:[e("ul",{className:"mt-2 flex flex-col gap-2",children:[...r||[],...s||[],...l||[]].map((t,n)=>e("li",{children:e(Qt,{link:t})},`main-menu-items-${n}`))}),e("ul",{className:"mt-2 flex gap-5 bg-bg-fill-info px-4",children:null==a?void 0:a.map((t,i)=>e("li",{children:e(kt,{...Object.fromEntries(Object.entries(t).filter(([e,t])=>null!==t)),linkClassName:_e("footnote flex items-center w-full h-11 text-text-link","number"!=typeof n.utilityNavActiveIndex?1===i&&"label4":n.utilityNavActiveIndex===i&&"label4"),linkVariant:"unstyled"},`utility-submenu-link-btn-${t.anchorId}`)},`utility-menu-items-${i}`))})]})]})})]})},nn=n=>{const{closeMenu:i,onSearch:r,isMenuOpen:a,searchBarIconURL:s}=n,[l,c]=o.useState(""),u=o.useRef(null),d=e=>{i(),e.preventDefault(),r(l)};return o.useEffect(()=>{a||c("")},[a]),t("form",{name:"searchForm",className:"flex border-b border-t transition-colors focus-within:border-border-focus",onSubmit:d,children:[e(Bt,{src:s,width:32,height:32,alt:"Search icon",role:"button",className:"ml-2",onClick:d}),e("div",{className:"flex-grow",children:e(qt,{ref:u,className:"body3 h-[34px] rounded-none px-3 text-text",name:"search",placeholder:"Search...",value:l,onChange:e=>c(e.target.value),autoComplete:"off",containerClassName:"h-[46px] px-4 pl-0 rounded-none flex-grow border-none"})})]})},on=n=>{const{searchBarIconURL:i,onSearch:r}=n,[a,s]=o.useState(""),l=o.useRef(null),c=e=>{e.preventDefault(),r(a)};return t("form",{name:"searchForm",className:"flex h-9 w-60 rounded-input-xl border px-1 transition-colors focus-within:border-border-focus",onSubmit:c,children:[e(Bt,{src:i,width:32,height:32,alt:"Search icon",role:"button",onClick:c}),e(qt,{ref:l,className:"body3 rounded-full px-3 text-text",name:"search",placeholder:"Search...",value:a,onChange:e=>s(e.target.value),autoComplete:"off",containerClassName:"px-0 h-full border-none rounded-full"})]})},rn=n=>{var i;const{title:o,showAsHeading:r,subTitle:a,primaryCta1:s,carouselImages:l,bottomLink:c,price:u,priceCallout:d,priceSuffix:p,checklist:m,renderCheckPlans:h,badgeImage:g,pricingDescriptionDisclaimer:f,secondaryCta:b,secondaryCtaPrefix:v,onModalButtonClick:y,hideOnMobileCta1:x}=n,I=null!==(i=null==c?void 0:c.buttonLabel)&&void 0!==i?i:null==c?void 0:c.label;return console.log(s),e("div",{className:"component-container p-5 lg:h-[724px] lg:p-0",children:t("div",{className:_e("primary-hero-container mx-auto flex flex-col sm:items-center sm:text-center lg:h-full lg:max-w-120 lg:flex-row lg:items-center lg:justify-between lg:gap-4 lg:px-4 lg:text-left"),children:[e("div",{className:_e("relative flex flex-col text-white sm:w-[485px]"),children:t("div",{className:"flex flex-col gap-5 lg:gap-6",children:[o&&e(rt,{as:r?"h1":"h2",className:"heading2 lg:heading1",children:o}),a&&e(rt,{as:"p",className:"subheading3 lg:subheading1",children:a}),u?t("div",{className:"flex sm:justify-center sm:text-left lg:justify-start",children:[e("div",{className:"mr-2 mt-0.5",children:d?d.split("|").map((t,n)=>e(rt,{as:"p",className:"body2",children:t},n)):null}),t("div",{className:"flex",children:[e(rt,{as:"p",className:"subheading1 mt-0.5",children:"$"}),e(rt,{as:"p",className:"subheading5",children:u}),p?e(rt,{as:"p",className:"subheading1 mt-0.5",children:p}):null]})]}):null,m&&e(at,{listItemClassName:"text-white text-left",items:m.map(e=>e.title)}),t("div",{className:"flex flex-col gap-3",children:[s&&e("div",{className:_e("md:block",x&&"hidden"),children:e(kt,{...s,renderCheckPlans:h,onModalButtonClick:y,fullWidth:!0,buttonClassName:"md:w-auto"})}),v||b?t("div",{className:"hidden md:flex",children:[v&&e(rt,{as:"span",className:"body2 mr-1",children:v}),b&&e(kt,{linkClassName:"body2 text-text-inverse",onModalButtonClick:y,...b})]}):null,c&&(I||(null==c?void 0:c.href))&&e("div",{className:"hidden md:block",children:e(kt,{...c,linkClassName:"text-footnote text-white",onModalButtonClick:y})}),f?e(rt,{as:"p",className:"body3 hidden md:block",children:f}):null]})]})}),t("div",{className:"lg:hidden",children:[t("div",{className:"relative my-8",children:[g?e(Bt,{src:g,alt:"Badge",className:"absolute left-5 top-5 aspect-square w-26 object-cover object-center",width:104,height:104,quality:90,loading:"eager"}):null,l&&l[0]?e(Bt,{src:l[0],alt:"Hero",className:"aspect-[1.71:1] sm:aspect-[1.41:1] w-full rounded-[40px] object-cover object-center sm:h-[420px]",width:1024,height:600,sizes:"100vw",quality:90,loading:"eager"}):null]}),c&&(I||(null==c?void 0:c.href))&&e("div",{className:"md:hidden",children:e(kt,{...c,onModalButtonClick:y,linkClassName:"body3 text-white"})}),f?e(rt,{as:"p",className:"body3 md:hidden",children:f}):null,v||b?t("div",{className:"flex md:hidden",children:[v&&e(rt,{as:"span",className:"body2 mr-1",children:v}),b&&e(kt,{...b,onModalButtonClick:y,linkClassName:"text-white"})]}):null]}),t("div",{className:_e("relative hidden lg:block"),children:[g?e(Bt,{src:g,alt:"Badge",className:"absolute -left-26 top-18 aspect-square w-52 object-cover object-center",width:208,height:208,quality:90,loading:"eager"}):null,l&&l[0]?e(Bt,{src:l[0],alt:"Hero",className:"aspect-square rounded-[40px] object-cover object-center",width:600,height:600,quality:90,loading:"eager"}):null]})]})})},an=({fields:t})=>e("div",{children:e(rt,{children:"Text Block"})}),sn={closed:{opacity:0},open:{opacity:1}},ln={closed:{opacity:0,scale:.96},open:{opacity:1,scale:1}},cn={xs:"475px",sm:"640px",md:"768px",lg:"1024px",xl:"1280px"},un=p({transformPagePoint:e=>e,isStatic:!1,reducedMotion:"never"}),dn=p({}),pn=p(null),mn="undefined"!=typeof document,hn=mn?m:u,gn=p({strict:!1});function fn(e){return"object"==typeof e&&Object.prototype.hasOwnProperty.call(e,"current")}function bn(e){return"string"==typeof e||Array.isArray(e)}function vn(e){return"object"==typeof e&&"function"==typeof e.start}const yn=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],xn=["initial",...yn];function In(e){return vn(e.animate)||xn.some(t=>bn(e[t]))}function wn(e){return Boolean(In(e)||e.variants)}function Cn(e){const{initial:t,animate:n}=function(e,t){if(In(e)){const{initial:t,animate:n}=e;return{initial:!1===t||bn(t)?t:void 0,animate:bn(n)?n:void 0}}return!1!==e.inherit?t:{}}(e,h(dn));return a(()=>({initial:t,animate:n}),[Nn(t),Nn(n)])}function Nn(e){return Array.isArray(e)?e.join(" "):e}const An={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},kn={};for(const e in An)kn[e]={isEnabled:t=>An[e].some(e=>!!t[e])};const Gn=p({}),Pn=p({}),Vn=Symbol.for("motionComponentSymbol");function Bn({preloadedFeatures:e,createVisualElement:t,useRender:n,useVisualState:o,Component:a}){e&&function(e){for(const t in e)kn[t]={...kn[t],...e[t]}}(e);const s=r(function(r,s){let c;const p={...h(un),...r,layoutId:Tn(r)},{isStatic:m}=p,f=Cn(r),b=o(r,m);if(!m&&mn){f.visualElement=function(e,t,n,i){const{visualElement:o}=h(dn),r=h(gn),a=h(pn),s=h(un).reducedMotion,c=l();i=i||r.renderer,!c.current&&i&&(c.current=i(e,{visualState:t,parent:o,props:n,presenceContext:a,blockInitialAnimation:!!a&&!1===a.initial,reducedMotionConfig:s}));const d=c.current;return g(()=>{d&&d.update(n,a)}),hn(()=>{d&&d.render()}),u(()=>{d&&d.updateFeatures()}),(window.HandoffAppearAnimations?hn:u)(()=>{d&&d.animationState&&d.animationState.animateChanges()}),d}(a,b,p,t);const n=h(Pn),i=h(gn).strict;f.visualElement&&(c=f.visualElement.loadFeatures(p,i,e,n))}return i.createElement(dn.Provider,{value:f},c&&f.visualElement?i.createElement(c,{visualElement:f.visualElement,...p}):null,n(a,r,function(e,t,n){return d(i=>{i&&e.mount&&e.mount(i),t&&(i?t.mount(i):t.unmount()),n&&("function"==typeof n?n(i):fn(n)&&(n.current=i))},[t])}(b,f.visualElement,s),b,m,f.visualElement))});return s[Vn]=a,s}function Tn({layoutId:e}){const t=h(Gn).id;return t&&void 0!==e?t+"-"+e:e}function Sn(e){function t(t,n={}){return Bn(e(t,n))}if("undefined"==typeof Proxy)return t;const n=new Map;return new Proxy(t,{get:(e,i)=>(n.has(i)||n.set(i,t(i)),n.get(i))})}const En=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function Rn(e){return"string"==typeof e&&!e.includes("-")&&!!(En.indexOf(e)>-1||/[A-Z]/.test(e))}const Mn={};const Ln=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Xn=new Set(Ln);function Wn(e,{layout:t,layoutId:n}){return Xn.has(e)||e.startsWith("origin")||(t||void 0!==n)&&(!!Mn[e]||"opacity"===e)}const On=e=>Boolean(e&&e.getVelocity),Fn={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},Dn=Ln.length;const Zn=e=>t=>"string"==typeof t&&t.startsWith(e),zn=Zn("--"),Hn=Zn("var(--"),jn=(e,t)=>t&&"number"==typeof e?t.transform(e):e,Yn=(e,t,n)=>Math.min(Math.max(n,e),t),Jn={test:e=>"number"==typeof e,parse:parseFloat,transform:e=>e},Un={...Jn,transform:e=>Yn(0,1,e)},$n={...Jn,default:1},Qn=e=>Math.round(1e5*e)/1e5,_n=/(-)?([\d]*\.?[\d])+/g,Kn=/(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))/gi,qn=/^(#[0-9a-f]{3,8}|(rgb|hsl)a?\((-?[\d\.]+%?[,\s]+){2}(-?[\d\.]+%?)\s*[\,\/]?\s*[\d\.]*%?\))$/i;function ei(e){return"string"==typeof e}const ti=e=>({test:t=>ei(t)&&t.endsWith(e)&&1===t.split(" ").length,parse:parseFloat,transform:t=>`${t}${e}`}),ni=ti("deg"),ii=ti("%"),oi=ti("px"),ri=ti("vh"),ai=ti("vw"),si={...ii,parse:e=>ii.parse(e)/100,transform:e=>ii.transform(100*e)},li={...Jn,transform:Math.round},ci={borderWidth:oi,borderTopWidth:oi,borderRightWidth:oi,borderBottomWidth:oi,borderLeftWidth:oi,borderRadius:oi,radius:oi,borderTopLeftRadius:oi,borderTopRightRadius:oi,borderBottomRightRadius:oi,borderBottomLeftRadius:oi,width:oi,maxWidth:oi,height:oi,maxHeight:oi,size:oi,top:oi,right:oi,bottom:oi,left:oi,padding:oi,paddingTop:oi,paddingRight:oi,paddingBottom:oi,paddingLeft:oi,margin:oi,marginTop:oi,marginRight:oi,marginBottom:oi,marginLeft:oi,rotate:ni,rotateX:ni,rotateY:ni,rotateZ:ni,scale:$n,scaleX:$n,scaleY:$n,scaleZ:$n,skew:ni,skewX:ni,skewY:ni,distance:oi,translateX:oi,translateY:oi,translateZ:oi,x:oi,y:oi,z:oi,perspective:oi,transformPerspective:oi,opacity:Un,originX:si,originY:si,originZ:oi,zIndex:li,fillOpacity:Un,strokeOpacity:Un,numOctaves:li};function ui(e,t,n,i){const{style:o,vars:r,transform:a,transformOrigin:s}=e;let l=!1,c=!1,u=!0;for(const e in t){const n=t[e];if(zn(e)){r[e]=n;continue}const i=ci[e],d=jn(n,i);if(Xn.has(e)){if(l=!0,a[e]=d,!u)continue;n!==(i.default||0)&&(u=!1)}else e.startsWith("origin")?(c=!0,s[e]=d):o[e]=d}if(t.transform||(l||i?o.transform=function(e,{enableHardwareAcceleration:t=!0,allowTransformNone:n=!0},i,o){let r="";for(let t=0;t<Dn;t++){const n=Ln[t];void 0!==e[n]&&(r+=`${Fn[n]||n}(${e[n]}) `)}return t&&!e.z&&(r+="translateZ(0)"),r=r.trim(),o?r=o(e,i?"":r):n&&i&&(r="none"),r}(e.transform,n,u,i):o.transform&&(o.transform="none")),c){const{originX:e="50%",originY:t="50%",originZ:n=0}=s;o.transformOrigin=`${e} ${t} ${n}`}}const di=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function pi(e,t,n){for(const i in t)On(t[i])||Wn(i,n)||(e[i]=t[i])}function mi(e,t,n){const i={};return pi(i,e.style||{},e),Object.assign(i,function({transformTemplate:e},t,n){return a(()=>{const i={style:{},transform:{},transformOrigin:{},vars:{}};return ui(i,t,{enableHardwareAcceleration:!n},e),Object.assign({},i.vars,i.style)},[t])}(e,t,n)),e.transformValues?e.transformValues(i):i}function hi(e,t,n){const i={},o=mi(e,t,n);return e.drag&&!1!==e.dragListener&&(i.draggable=!1,o.userSelect=o.WebkitUserSelect=o.WebkitTouchCallout="none",o.touchAction=!0===e.drag?"none":"pan-"+("x"===e.drag?"y":"x")),void 0===e.tabIndex&&(e.onTap||e.onTapStart||e.whileTap)&&(i.tabIndex=0),i.style=o,i}const gi=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","transformValues","custom","inherit","onLayoutAnimationStart","onLayoutAnimationComplete","onLayoutMeasure","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","ignoreStrict","viewport"]);function fi(e){return e.startsWith("while")||e.startsWith("drag")&&"draggable"!==e||e.startsWith("layout")||e.startsWith("onTap")||e.startsWith("onPan")||gi.has(e)}let bi=e=>!fi(e);try{(vi=require("@emotion/is-prop-valid").default)&&(bi=e=>e.startsWith("on")?!fi(e):vi(e))}catch(It){}var vi;function yi(e,t,n){return"string"==typeof e?e:oi.transform(t+n*e)}const xi={offset:"stroke-dashoffset",array:"stroke-dasharray"},Ii={offset:"strokeDashoffset",array:"strokeDasharray"};function wi(e,{attrX:t,attrY:n,attrScale:i,originX:o,originY:r,pathLength:a,pathSpacing:s=1,pathOffset:l=0,...c},u,d,p){if(ui(e,c,u,p),d)return void(e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox));e.attrs=e.style,e.style={};const{attrs:m,style:h,dimensions:g}=e;m.transform&&(g&&(h.transform=m.transform),delete m.transform),g&&(void 0!==o||void 0!==r||h.transform)&&(h.transformOrigin=function(e,t,n){return`${yi(t,e.x,e.width)} ${yi(n,e.y,e.height)}`}(g,void 0!==o?o:.5,void 0!==r?r:.5)),void 0!==t&&(m.x=t),void 0!==n&&(m.y=n),void 0!==i&&(m.scale=i),void 0!==a&&function(e,t,n=1,i=0,o=!0){e.pathLength=1;const r=o?xi:Ii;e[r.offset]=oi.transform(-i);const a=oi.transform(t),s=oi.transform(n);e[r.array]=`${a} ${s}`}(m,a,s,l,!1)}const Ci=()=>({style:{},transform:{},transformOrigin:{},vars:{},attrs:{}}),Ni=e=>"string"==typeof e&&"svg"===e.toLowerCase();function Ai(e,t,n,i){const o=a(()=>{const n={style:{},transform:{},transformOrigin:{},vars:{},attrs:{}};return wi(n,t,{enableHardwareAcceleration:!1},Ni(i),e.transformTemplate),{...n.attrs,style:{...n.style}}},[t]);if(e.style){const t={};pi(t,e.style,e),o.style={...t,...o.style}}return o}function ki(e=!1){return(t,n,i,{latestValues:o},r)=>{const l=(Rn(t)?Ai:hi)(n,o,r,t),c=function(e,t,n){const i={};for(const o in e)"values"===o&&"object"==typeof e.values||(bi(o)||!0===n&&fi(o)||!t&&!fi(o)||e.draggable&&o.startsWith("onDrag"))&&(i[o]=e[o]);return i}(n,"string"==typeof t,e),u={...c,...l,ref:i},{children:d}=n,p=a(()=>On(d)?d.get():d,[d]);return s(t,{...u,children:p})}}const Gi=e=>e.replace(/([a-z])([A-Z])/g,"$1-$2").toLowerCase();function Pi(e,{style:t,vars:n},i,o){Object.assign(e.style,t,o&&o.getProjectionStyles(i));for(const t in n)e.style.setProperty(t,n[t])}const Vi=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]);function Bi(e,t,n,i){Pi(e,t,void 0,i);for(const n in t.attrs)e.setAttribute(Vi.has(n)?n:Gi(n),t.attrs[n])}function Ti(e,t){const{style:n}=e,i={};for(const o in n)(On(n[o])||t.style&&On(t.style[o])||Wn(o,e))&&(i[o]=n[o]);return i}function Si(e,t){const n=Ti(e,t);for(const i in e)if(On(e[i])||On(t[i])){n[-1!==Ln.indexOf(i)?"attr"+i.charAt(0).toUpperCase()+i.substring(1):i]=e[i]}return n}function Ei(e,t,n,i={},o={}){return"function"==typeof t&&(t=t(void 0!==n?n:e.custom,i,o)),"string"==typeof t&&(t=e.variants&&e.variants[t]),"function"==typeof t&&(t=t(void 0!==n?n:e.custom,i,o)),t}function Ri(e){const t=l(null);return null===t.current&&(t.current=e()),t.current}const Mi=e=>Array.isArray(e),Li=e=>Mi(e)?e[e.length-1]||0:e;function Xi(e){const t=On(e)?e.get():e;return n=t,Boolean(n&&"object"==typeof n&&n.mix&&n.toValue)?t.toValue():t;var n}const Wi=e=>(t,n)=>{const i=h(dn),o=h(pn),r=()=>function({scrapeMotionValuesFromProps:e,createRenderState:t,onMount:n},i,o,r){const a={latestValues:Oi(i,o,r,e),renderState:t()};return n&&(a.mount=e=>n(i,e,a)),a}(e,t,i,o);return n?r():Ri(r)};function Oi(e,t,n,i){const o={},r=i(e,{});for(const e in r)o[e]=Xi(r[e]);let{initial:a,animate:s}=e;const l=In(e),c=wn(e);t&&c&&!l&&!1!==e.inherit&&(void 0===a&&(a=t.initial),void 0===s&&(s=t.animate));let u=!!n&&!1===n.initial;u=u||!1===a;const d=u?s:a;if(d&&"boolean"!=typeof d&&!vn(d)){(Array.isArray(d)?d:[d]).forEach(t=>{const n=Ei(e,t);if(!n)return;const{transitionEnd:i,transition:r,...a}=n;for(const e in a){let t=a[e];if(Array.isArray(t)){t=t[u?t.length-1:0]}null!==t&&(o[e]=t)}for(const e in i)o[e]=i[e]})}return o}const Fi={useVisualState:Wi({scrapeMotionValuesFromProps:Si,createRenderState:Ci,onMount:(e,t,{renderState:n,latestValues:i})=>{try{n.dimensions="function"==typeof t.getBBox?t.getBBox():t.getBoundingClientRect()}catch(e){n.dimensions={x:0,y:0,width:0,height:0}}wi(n,i,{enableHardwareAcceleration:!1},Ni(t.tagName),e.transformTemplate),Bi(t,n)}})},Di={useVisualState:Wi({scrapeMotionValuesFromProps:Ti,createRenderState:di})};function Zi(e,t,n,i={passive:!0}){return e.addEventListener(t,n,i),()=>e.removeEventListener(t,n)}const zi=e=>"mouse"===e.pointerType?"number"!=typeof e.button||e.button<=0:!1!==e.isPrimary;function Hi(e,t="page"){return{point:{x:e[t+"X"],y:e[t+"Y"]}}}function ji(e,t,n,i){return Zi(e,t,(e=>t=>zi(t)&&e(t,Hi(t)))(n),i)}const Yi=(e,t)=>n=>t(e(n)),Ji=(...e)=>e.reduce(Yi);function Ui(e){let t=null;return()=>{const n=()=>{t=null};return null===t&&(t=e,n)}}const $i=Ui("dragHorizontal"),Qi=Ui("dragVertical");function _i(e){let t=!1;if("y"===e)t=Qi();else if("x"===e)t=$i();else{const e=$i(),n=Qi();e&&n?t=()=>{e(),n()}:(e&&e(),n&&n())}return t}function Ki(){const e=_i(!0);return!e||(e(),!1)}class qi{constructor(e){this.isMounted=!1,this.node=e}update(){}}const eo={delta:0,timestamp:0,isProcessing:!1};let to=!0,no=!1;const io=["read","update","preRender","render","postRender"],oo=io.reduce((e,t)=>(e[t]=function(e){let t=[],n=[],i=0,o=!1,r=!1;const a=new WeakSet,s={schedule:(e,r=!1,s=!1)=>{const l=s&&o,c=l?t:n;return r&&a.add(e),-1===c.indexOf(e)&&(c.push(e),l&&o&&(i=t.length)),e},cancel:e=>{const t=n.indexOf(e);-1!==t&&n.splice(t,1),a.delete(e)},process:l=>{if(o)r=!0;else{if(o=!0,[t,n]=[n,t],n.length=0,i=t.length,i)for(let n=0;n<i;n++){const i=t[n];i(l),a.has(i)&&(s.schedule(i),e())}o=!1,r&&(r=!1,s.process(l))}}};return s}(()=>no=!0),e),{}),ro=e=>oo[e].process(eo),ao=e=>{no=!1,eo.delta=to?1e3/60:Math.max(Math.min(e-eo.timestamp,40),1),eo.timestamp=e,eo.isProcessing=!0,io.forEach(ro),eo.isProcessing=!1,no&&(to=!1,requestAnimationFrame(ao))},so=io.reduce((e,t)=>{const n=oo[t];return e[t]=(e,t=!1,i=!1)=>(no||(no=!0,to=!0,eo.isProcessing||requestAnimationFrame(ao)),n.schedule(e,t,i)),e},{});function lo(e){io.forEach(t=>oo[t].cancel(e))}function co(e,t){const n="pointer"+(t?"enter":"leave"),i="onHover"+(t?"Start":"End");return ji(e.current,n,(n,o)=>{if("touch"===n.type||Ki())return;const r=e.getProps();e.animationState&&r.whileHover&&e.animationState.setActive("whileHover",t),r[i]&&so.update(()=>r[i](n,o))},{passive:!e.getProps()[i]})}const uo=(e,t)=>!!t&&(e===t||uo(e,t.parentElement)),po=e=>e;function mo(e,t){if(!t)return;const n=new PointerEvent("pointer"+e);t(n,Hi(n))}const ho=new WeakMap,go=new WeakMap,fo=e=>{const t=ho.get(e.target);t&&t(e)},bo=e=>{e.forEach(fo)};function vo(e,t,n){const i=function({root:e,...t}){const n=e||document;go.has(n)||go.set(n,{});const i=go.get(n),o=JSON.stringify(t);return i[o]||(i[o]=new IntersectionObserver(bo,{root:e,...t})),i[o]}(t);return ho.set(e,n),i.observe(e),()=>{ho.delete(e),i.unobserve(e)}}const yo={some:0,all:1};const xo={inView:{Feature:class extends qi{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){this.unmount();const{viewport:e={}}=this.node.getProps(),{root:t,margin:n,amount:i="some",once:o}=e,r={root:t?t.current:void 0,rootMargin:n,threshold:"number"==typeof i?i:yo[i]};return vo(this.node.current,r,e=>{const{isIntersecting:t}=e;if(this.isInView===t)return;if(this.isInView=t,o&&!t&&this.hasEnteredView)return;t&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",t);const{onViewportEnter:n,onViewportLeave:i}=this.node.getProps(),r=t?n:i;r&&r(e)})}mount(){this.startObserver()}update(){if("undefined"==typeof IntersectionObserver)return;const{props:e,prevProps:t}=this.node;["amount","margin","root"].some(function({viewport:e={}},{viewport:t={}}={}){return n=>e[n]!==t[n]}(e,t))&&this.startObserver()}unmount(){}}},tap:{Feature:class extends qi{constructor(){super(...arguments),this.removeStartListeners=po,this.removeEndListeners=po,this.removeAccessibleListeners=po,this.startPointerPress=(e,t)=>{if(this.removeEndListeners(),this.isPressing)return;const n=this.node.getProps(),i=ji(window,"pointerup",(e,t)=>{if(!this.checkPressEnd())return;const{onTap:n,onTapCancel:i}=this.node.getProps();so.update(()=>{uo(this.node.current,e.target)?n&&n(e,t):i&&i(e,t)})},{passive:!(n.onTap||n.onPointerUp)}),o=ji(window,"pointercancel",(e,t)=>this.cancelPress(e,t),{passive:!(n.onTapCancel||n.onPointerCancel)});this.removeEndListeners=Ji(i,o),this.startPress(e,t)},this.startAccessiblePress=()=>{const e=Zi(this.node.current,"keydown",e=>{if("Enter"!==e.key||this.isPressing)return;this.removeEndListeners(),this.removeEndListeners=Zi(this.node.current,"keyup",e=>{"Enter"===e.key&&this.checkPressEnd()&&mo("up",(e,t)=>{const{onTap:n}=this.node.getProps();n&&so.update(()=>n(e,t))})}),mo("down",(e,t)=>{this.startPress(e,t)})}),t=Zi(this.node.current,"blur",()=>{this.isPressing&&mo("cancel",(e,t)=>this.cancelPress(e,t))});this.removeAccessibleListeners=Ji(e,t)}}startPress(e,t){this.isPressing=!0;const{onTapStart:n,whileTap:i}=this.node.getProps();i&&this.node.animationState&&this.node.animationState.setActive("whileTap",!0),n&&so.update(()=>n(e,t))}checkPressEnd(){this.removeEndListeners(),this.isPressing=!1;return this.node.getProps().whileTap&&this.node.animationState&&this.node.animationState.setActive("whileTap",!1),!Ki()}cancelPress(e,t){if(!this.checkPressEnd())return;const{onTapCancel:n}=this.node.getProps();n&&so.update(()=>n(e,t))}mount(){const e=this.node.getProps(),t=ji(this.node.current,"pointerdown",this.startPointerPress,{passive:!(e.onTapStart||e.onPointerStart)}),n=Zi(this.node.current,"focus",this.startAccessiblePress);this.removeStartListeners=Ji(t,n)}unmount(){this.removeStartListeners(),this.removeEndListeners(),this.removeAccessibleListeners()}}},focus:{Feature:class extends qi{constructor(){super(...arguments),this.isActive=!1}onFocus(){let e=!1;try{e=this.node.current.matches(":focus-visible")}catch(t){e=!0}e&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){this.isActive&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=Ji(Zi(this.node.current,"focus",()=>this.onFocus()),Zi(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}},hover:{Feature:class extends qi{mount(){this.unmount=Ji(co(this.node,!0),co(this.node,!1))}unmount(){}}}};function Io(e,t){if(!Array.isArray(t))return!1;const n=t.length;if(n!==e.length)return!1;for(let i=0;i<n;i++)if(t[i]!==e[i])return!1;return!0}function wo(e,t,n){const i=e.getProps();return Ei(i,t,void 0!==n?n:i.custom,function(e){const t={};return e.values.forEach((e,n)=>t[n]=e.get()),t}(e),function(e){const t={};return e.values.forEach((e,n)=>t[n]=e.getVelocity()),t}(e))}const Co="data-"+Gi("framerAppearId");let No=po,Ao=po;"production"!==process.env.NODE_ENV&&(No=(e,t)=>{e||"undefined"==typeof console||console.warn(t)},Ao=(e,t)=>{if(!e)throw new Error(t)});const ko=e=>1e3*e,Go=e=>e/1e3,Po=!1,Vo=e=>Array.isArray(e)&&"number"==typeof e[0];function Bo(e){return Boolean(!e||"string"==typeof e&&So[e]||Vo(e)||Array.isArray(e)&&e.every(Bo))}const To=([e,t,n,i])=>`cubic-bezier(${e}, ${t}, ${n}, ${i})`,So={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:To([0,.65,.55,1]),circOut:To([.55,0,1,.45]),backIn:To([.31,.01,.66,-.59]),backOut:To([.33,1.53,.69,.99])};function Eo(e){if(e)return Vo(e)?To(e):Array.isArray(e)?e.map(Eo):So[e]}const Ro={waapi:()=>Object.hasOwnProperty.call(Element.prototype,"animate")},Mo={},Lo={};for(const e in Ro)Lo[e]=()=>(void 0===Mo[e]&&(Mo[e]=Ro[e]()),Mo[e]);const Xo=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e;function Wo(e,t,n,i){if(e===t&&n===i)return po;const o=t=>function(e,t,n,i,o){let r,a,s=0;do{a=t+(n-t)/2,r=Xo(a,i,o)-e,r>0?n=a:t=a}while(Math.abs(r)>1e-7&&++s<12);return a}(t,0,1,e,n);return e=>0===e||1===e?e:Xo(o(e),t,i)}const Oo=Wo(.42,0,1,1),Fo=Wo(0,0,.58,1),Do=Wo(.42,0,.58,1),Zo=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,zo=e=>t=>1-e(1-t),Ho=e=>1-Math.sin(Math.acos(e)),jo=zo(Ho),Yo=Zo(jo),Jo=Wo(.33,1.53,.69,.99),Uo=zo(Jo),$o=Zo(Uo),Qo={linear:po,easeIn:Oo,easeInOut:Do,easeOut:Fo,circIn:Ho,circInOut:Yo,circOut:jo,backIn:Uo,backInOut:$o,backOut:Jo,anticipate:e=>(e*=2)<1?.5*Uo(e):.5*(2-Math.pow(2,-10*(e-1)))},_o=e=>{if(Array.isArray(e)){Ao(4===e.length,"Cubic bezier arrays must contain four numerical values.");const[t,n,i,o]=e;return Wo(t,n,i,o)}return"string"==typeof e?(Ao(void 0!==Qo[e],`Invalid easing type '${e}'`),Qo[e]):e},Ko=(e,t)=>n=>Boolean(ei(n)&&qn.test(n)&&n.startsWith(e)||t&&Object.prototype.hasOwnProperty.call(n,t)),qo=(e,t,n)=>i=>{if(!ei(i))return i;const[o,r,a,s]=i.match(_n);return{[e]:parseFloat(o),[t]:parseFloat(r),[n]:parseFloat(a),alpha:void 0!==s?parseFloat(s):1}},er={...Jn,transform:e=>Math.round((e=>Yn(0,255,e))(e))},tr={test:Ko("rgb","red"),parse:qo("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:i=1})=>"rgba("+er.transform(e)+", "+er.transform(t)+", "+er.transform(n)+", "+Qn(Un.transform(i))+")"};const nr={test:Ko("#"),parse:function(e){let t="",n="",i="",o="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),i=e.substring(5,7),o=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),i=e.substring(3,4),o=e.substring(4,5),t+=t,n+=n,i+=i,o+=o),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(i,16),alpha:o?parseInt(o,16)/255:1}},transform:tr.transform},ir={test:Ko("hsl","hue"),parse:qo("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:i=1})=>"hsla("+Math.round(e)+", "+ii.transform(Qn(t))+", "+ii.transform(Qn(n))+", "+Qn(Un.transform(i))+")"},or={test:e=>tr.test(e)||nr.test(e)||ir.test(e),parse:e=>tr.test(e)?tr.parse(e):ir.test(e)?ir.parse(e):nr.parse(e),transform:e=>ei(e)?e:e.hasOwnProperty("red")?tr.transform(e):ir.transform(e)},rr=(e,t,n)=>-n*e+n*t+e;function ar(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+6*(t-e)*n:n<.5?t:n<2/3?e+(t-e)*(2/3-n)*6:e}const sr=(e,t,n)=>{const i=e*e;return Math.sqrt(Math.max(0,n*(t*t-i)+i))},lr=[nr,tr,ir];function cr(e){const t=(n=e,lr.find(e=>e.test(n)));var n;Ao(Boolean(t),`'${e}' is not an animatable color. Use the equivalent color code instead.`);let i=t.parse(e);return t===ir&&(i=function({hue:e,saturation:t,lightness:n,alpha:i}){e/=360,n/=100;let o=0,r=0,a=0;if(t/=100){const i=n<.5?n*(1+t):n+t-n*t,s=2*n-i;o=ar(s,i,e+1/3),r=ar(s,i,e),a=ar(s,i,e-1/3)}else o=r=a=n;return{red:Math.round(255*o),green:Math.round(255*r),blue:Math.round(255*a),alpha:i}}(i)),i}const ur=(e,t)=>{const n=cr(e),i=cr(t),o={...n};return e=>(o.red=sr(n.red,i.red,e),o.green=sr(n.green,i.green,e),o.blue=sr(n.blue,i.blue,e),o.alpha=rr(n.alpha,i.alpha,e),tr.transform(o))};const dr={regex:/var\s*\(\s*--[\w-]+(\s*,\s*(?:(?:[^)(]|\((?:[^)(]+|\([^)(]*\))*\))*)+)?\s*\)/g,countKey:"Vars",token:"${v}",parse:po},pr={regex:Kn,countKey:"Colors",token:"${c}",parse:or.parse},mr={regex:_n,countKey:"Numbers",token:"${n}",parse:Jn.parse};function hr(e,{regex:t,countKey:n,token:i,parse:o}){const r=e.tokenised.match(t);r&&(e["num"+n]=r.length,e.tokenised=e.tokenised.replace(t,i),e.values.push(...r.map(o)))}function gr(e){const t=e.toString(),n={value:t,tokenised:t,values:[],numVars:0,numColors:0,numNumbers:0};return n.value.includes("var(--")&&hr(n,dr),hr(n,pr),hr(n,mr),n}function fr(e){return gr(e).values}function br(e){const{values:t,numColors:n,numVars:i,tokenised:o}=gr(e),r=t.length;return e=>{let t=o;for(let o=0;o<r;o++)t=o<i?t.replace(dr.token,e[o]):o<i+n?t.replace(pr.token,or.transform(e[o])):t.replace(mr.token,Qn(e[o]));return t}}const vr=e=>"number"==typeof e?0:e;const yr={test:function(e){var t,n;return isNaN(e)&&ei(e)&&((null===(t=e.match(_n))||void 0===t?void 0:t.length)||0)+((null===(n=e.match(Kn))||void 0===n?void 0:n.length)||0)>0},parse:fr,createTransformer:br,getAnimatableNone:function(e){const t=fr(e);return br(e)(t.map(vr))}},xr=(e,t)=>n=>`${n>0?t:e}`;function Ir(e,t){return"number"==typeof e?n=>rr(e,t,n):or.test(e)?ur(e,t):e.startsWith("var(")?xr(e,t):Nr(e,t)}const wr=(e,t)=>{const n=[...e],i=n.length,o=e.map((e,n)=>Ir(e,t[n]));return e=>{for(let t=0;t<i;t++)n[t]=o[t](e);return n}},Cr=(e,t)=>{const n={...e,...t},i={};for(const o in n)void 0!==e[o]&&void 0!==t[o]&&(i[o]=Ir(e[o],t[o]));return e=>{for(const t in i)n[t]=i[t](e);return n}},Nr=(e,t)=>{const n=yr.createTransformer(t),i=gr(e),o=gr(t);return i.numVars===o.numVars&&i.numColors===o.numColors&&i.numNumbers>=o.numNumbers?Ji(wr(i.values,o.values),n):(No(!0,`Complex values '${e}' and '${t}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`),xr(e,t))},Ar=(e,t,n)=>{const i=t-e;return 0===i?1:(n-e)/i},kr=(e,t)=>n=>rr(e,t,n);function Gr(e,t,n){const i=[],o=n||("number"==typeof(r=e[0])?kr:"string"==typeof r?or.test(r)?ur:Nr:Array.isArray(r)?wr:"object"==typeof r?Cr:kr);var r;const a=e.length-1;for(let n=0;n<a;n++){let r=o(e[n],e[n+1]);if(t){const e=Array.isArray(t)?t[n]||po:t;r=Ji(e,r)}i.push(r)}return i}function Pr(e,t,{clamp:n=!0,ease:i,mixer:o}={}){const r=e.length;if(Ao(r===t.length,"Both input and output ranges must be the same length"),1===r)return()=>t[0];e[0]>e[r-1]&&(e=[...e].reverse(),t=[...t].reverse());const a=Gr(t,i,o),s=a.length,l=t=>{let n=0;if(s>1)for(;n<e.length-2&&!(t<e[n+1]);n++);const i=Ar(e[n],e[n+1],t);return a[n](i)};return n?t=>l(Yn(e[0],e[r-1],t)):l}function Vr(e){const t=[0];return function(e,t){const n=e[e.length-1];for(let i=1;i<=t;i++){const o=Ar(0,t,i);e.push(rr(n,1,o))}}(t,e.length-1),t}function Br({duration:e=300,keyframes:t,times:n,ease:i="easeInOut"}){const o=(e=>Array.isArray(e)&&"number"!=typeof e[0])(i)?i.map(_o):_o(i),r={done:!1,value:t[0]},a=function(e,t){return e.map(e=>e*t)}(n&&n.length===t.length?n:Vr(t),e),s=Pr(a,t,{ease:Array.isArray(o)?o:(l=t,c=o,l.map(()=>c||Do).splice(0,l.length-1))});var l,c;return{calculatedDuration:e,next:t=>(r.value=s(t),r.done=t>=e,r)}}function Tr(e,t){return t?e*(1e3/t):0}function Sr(e,t,n){const i=Math.max(t-5,0);return Tr(n-e(i),t-i)}const Er=.001;function Rr({duration:e=800,bounce:t=.25,velocity:n=0,mass:i=1}){let o,r;No(e<=ko(10),"Spring duration must be 10 seconds or less");let a=1-t;a=Yn(.05,1,a),e=Yn(.01,10,Go(e)),a<1?(o=t=>{const i=t*a,o=i*e,r=i-n,s=Lr(t,a),l=Math.exp(-o);return Er-r/s*l},r=t=>{const i=t*a*e,r=i*n+n,s=Math.pow(a,2)*Math.pow(t,2)*e,l=Math.exp(-i),c=Lr(Math.pow(t,2),a);return(-o(t)+Er>0?-1:1)*((r-s)*l)/c}):(o=t=>Math.exp(-t*e)*((t-n)*e+1)-.001,r=t=>Math.exp(-t*e)*(e*e*(n-t)));const s=function(e,t,n){let i=n;for(let n=1;n<Mr;n++)i-=e(i)/t(i);return i}(o,r,5/e);if(e=ko(e),isNaN(s))return{stiffness:100,damping:10,duration:e};{const t=Math.pow(s,2)*i;return{stiffness:t,damping:2*a*Math.sqrt(i*t),duration:e}}}const Mr=12;function Lr(e,t){return e*Math.sqrt(1-t*t)}const Xr=["duration","bounce"],Wr=["stiffness","damping","mass"];function Or(e,t){return t.some(t=>void 0!==e[t])}function Fr({keyframes:e,restDelta:t,restSpeed:n,...i}){const o=e[0],r=e[e.length-1],a={done:!1,value:o},{stiffness:s,damping:l,mass:c,velocity:u,duration:d,isResolvedFromDuration:p}=function(e){let t={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...e};if(!Or(e,Wr)&&Or(e,Xr)){const n=Rr(e);t={...t,...n,velocity:0,mass:1},t.isResolvedFromDuration=!0}return t}(i),m=u?-Go(u):0,h=l/(2*Math.sqrt(s*c)),g=r-o,f=Go(Math.sqrt(s/c)),b=Math.abs(g)<5;let v;if(n||(n=b?.01:2),t||(t=b?.005:.5),h<1){const e=Lr(f,h);v=t=>{const n=Math.exp(-h*f*t);return r-n*((m+h*f*g)/e*Math.sin(e*t)+g*Math.cos(e*t))}}else if(1===h)v=e=>r-Math.exp(-f*e)*(g+(m+f*g)*e);else{const e=f*Math.sqrt(h*h-1);v=t=>{const n=Math.exp(-h*f*t),i=Math.min(e*t,300);return r-n*((m+h*f*g)*Math.sinh(i)+e*g*Math.cosh(i))/e}}return{calculatedDuration:p&&d||null,next:e=>{const i=v(e);if(p)a.done=e>=d;else{let o=m;0!==e&&(o=h<1?Sr(v,e,i):0);const s=Math.abs(o)<=n,l=Math.abs(r-i)<=t;a.done=s&&l}return a.value=a.done?r:i,a}}}function Dr({keyframes:e,velocity:t=0,power:n=.8,timeConstant:i=325,bounceDamping:o=10,bounceStiffness:r=500,modifyTarget:a,min:s,max:l,restDelta:c=.5,restSpeed:u}){const d=e[0],p={done:!1,value:d},m=e=>void 0===s?l:void 0===l||Math.abs(s-e)<Math.abs(l-e)?s:l;let h=n*t;const g=d+h,f=void 0===a?g:a(g);f!==g&&(h=f-d);const b=e=>-h*Math.exp(-e/i),v=e=>f+b(e),y=e=>{const t=b(e),n=v(e);p.done=Math.abs(t)<=c,p.value=p.done?f:n};let x,I;const w=e=>{var t;(t=p.value,void 0!==s&&t<s||void 0!==l&&t>l)&&(x=e,I=Fr({keyframes:[p.value,m(p.value)],velocity:Sr(v,e,p.value),damping:o,stiffness:r,restDelta:c,restSpeed:u}))};return w(0),{calculatedDuration:null,next:e=>{let t=!1;return I||void 0!==x||(t=!0,y(e),w(e)),void 0!==x&&e>x?I.next(e-x):(!t&&y(e),p)}}}const Zr=e=>{const t=({timestamp:t})=>e(t);return{start:()=>so.update(t,!0),stop:()=>lo(t),now:()=>eo.isProcessing?eo.timestamp:performance.now()}};function zr(e){let t=0;let n=e.next(t);for(;!n.done&&t<2e4;)t+=50,n=e.next(t);return t>=2e4?1/0:t}const Hr={decay:Dr,inertia:Dr,tween:Br,keyframes:Br,spring:Fr};function jr({autoplay:e=!0,delay:t=0,driver:n=Zr,keyframes:i,type:o="keyframes",repeat:r=0,repeatDelay:a=0,repeatType:s="loop",onPlay:l,onStop:c,onComplete:u,onUpdate:d,...p}){let m,h,g=1,f=!1;const b=()=>{m&&m(),h=new Promise(e=>{m=e})};let v;b();const y=Hr[o]||Br;let x;y!==Br&&"number"!=typeof i[0]&&(x=Pr([0,100],i,{clamp:!1}),i=[0,100]);const I=y({...p,keyframes:i});let w;"mirror"===s&&(w=y({...p,keyframes:[...i].reverse(),velocity:-(p.velocity||0)}));let C="idle",N=null,A=null,k=null;null===I.calculatedDuration&&r&&(I.calculatedDuration=zr(I));const{calculatedDuration:G}=I;let P=1/0,V=1/0;null!==G&&(P=G+a,V=P*(r+1)-a);let B=0;const T=e=>{if(null===A)return;g>0&&(A=Math.min(A,e)),B=null!==N?N:(e-A)*g;const n=B-t,o=n<0;B=Math.max(n,0),"finished"===C&&null===N&&(B=V);let l=B,c=I;if(r){const e=B/P;let t=Math.floor(e),n=e%1;!n&&e>=1&&(n=1),1===n&&t--,t=Math.min(t,r+1);const i=Boolean(t%2);i&&("reverse"===s?(n=1-n,a&&(n-=a/P)):"mirror"===s&&(c=w));let o=Yn(0,1,n);B>V&&(o="reverse"===s&&i?1:0),l=o*P}const u=o?{done:!1,value:i[0]}:c.next(l);x&&(u.value=x(u.value));let{done:p}=u;o||null===G||(p=B>=V);const m=null===N&&("finished"===C||"running"===C&&p||g<0&&B<=0);return d&&d(u.value),m&&R(),u},S=()=>{v&&v.stop(),v=void 0},E=()=>{C="idle",S(),b(),A=k=null},R=()=>{C="finished",u&&u(),S(),b()},M=()=>{if(f)return;v||(v=n(T));const e=v.now();l&&l(),null!==N?A=e-N:A&&"finished"!==C||(A=e),k=A,N=null,C="running",v.start()};e&&M();const L={then:(e,t)=>h.then(e,t),get time(){return Go(B)},set time(e){e=ko(e),B=e,null===N&&v&&0!==g?A=v.now()-e/g:N=e},get duration(){const e=null===I.calculatedDuration?zr(I):I.calculatedDuration;return Go(e)},get speed(){return g},set speed(e){e!==g&&v&&(g=e,L.time=Go(B))},get state(){return C},play:M,pause:()=>{C="paused",N=B},stop:()=>{f=!0,"idle"!==C&&(C="idle",c&&c(),E())},cancel:()=>{null!==k&&T(k),E()},complete:()=>{C="finished"},sample:e=>(A=0,T(e))};return L}const Yr=new Set(["opacity","clipPath","filter","transform","backgroundColor"]);function Jr(e,t,{onUpdate:n,onComplete:i,...o}){if(!(Lo.waapi()&&Yr.has(t)&&!o.repeatDelay&&"mirror"!==o.repeatType&&0!==o.damping&&"inertia"!==o.type))return!1;let r,a,s=!1;const l=()=>{a=new Promise(e=>{r=e})};l();let{keyframes:c,duration:u=300,ease:d,times:p}=o;if(((e,t)=>"spring"===t.type||"backgroundColor"===e||!Bo(t.ease))(t,o)){const e=jr({...o,repeat:0,delay:0});let t={done:!1,value:c[0]};const n=[];let i=0;for(;!t.done&&i<2e4;)t=e.sample(i),n.push(t.value),i+=10;p=void 0,c=n,u=i-10,d="linear"}const m=function(e,t,n,{delay:i=0,duration:o,repeat:r=0,repeatType:a="loop",ease:s,times:l}={}){const c={[t]:n};l&&(c.offset=l);const u=Eo(s);return Array.isArray(u)&&(c.easing=u),e.animate(c,{delay:i,duration:o,easing:Array.isArray(u)?"linear":u,fill:"both",iterations:r+1,direction:"reverse"===a?"alternate":"normal"})}(e.owner.current,t,c,{...o,duration:u,ease:d,times:p}),h=()=>m.cancel(),g=()=>{so.update(h),r(),l()};return m.onfinish=()=>{e.set(function(e,{repeat:t,repeatType:n="loop"}){return e[t&&"loop"!==n&&t%2==1?0:e.length-1]}(c,o)),i&&i(),g()},{then:(e,t)=>a.then(e,t),get time(){return Go(m.currentTime||0)},set time(e){m.currentTime=ko(e)},get speed(){return m.playbackRate},set speed(e){m.playbackRate=e},get duration(){return Go(u)},play:()=>{s||(m.play(),lo(h))},pause:()=>m.pause(),stop:()=>{if(s=!0,"idle"===m.playState)return;const{currentTime:t}=m;if(t){const n=jr({...o,autoplay:!1});e.setWithVelocity(n.sample(t-10).value,n.sample(t).value,10)}g()},complete:()=>m.finish(),cancel:g}}const Ur={type:"spring",stiffness:500,damping:25,restSpeed:10},$r={type:"keyframes",duration:.8},Qr={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},_r=(e,{keyframes:t})=>t.length>2?$r:Xn.has(e)?e.startsWith("scale")?{type:"spring",stiffness:550,damping:0===t[1]?2*Math.sqrt(550):30,restSpeed:10}:Ur:Qr,Kr=(e,t)=>"zIndex"!==e&&(!("number"!=typeof t&&!Array.isArray(t))||!("string"!=typeof t||!yr.test(t)&&"0"!==t||t.startsWith("url("))),qr=new Set(["brightness","contrast","saturate","opacity"]);function ea(e){const[t,n]=e.slice(0,-1).split("(");if("drop-shadow"===t)return e;const[i]=n.match(_n)||[];if(!i)return e;const o=n.replace(i,"");let r=qr.has(t)?1:0;return i!==n&&(r*=100),t+"("+r+o+")"}const ta=/([a-z-]*)\(.*?\)/g,na={...yr,getAnimatableNone:e=>{const t=e.match(ta);return t?t.map(ea).join(" "):e}},ia={...ci,color:or,backgroundColor:or,outlineColor:or,fill:or,stroke:or,borderColor:or,borderTopColor:or,borderRightColor:or,borderBottomColor:or,borderLeftColor:or,filter:na,WebkitFilter:na},oa=e=>ia[e];function ra(e,t){let n=oa(e);return n!==na&&(n=yr),n.getAnimatableNone?n.getAnimatableNone(t):void 0}const aa=e=>/^0[^.\s]+$/.test(e);function sa(e){return"number"==typeof e?0===e:null!==e?"none"===e||"0"===e||aa(e):void 0}function la(e,t){return e[t]||e.default||e}const ca=(e,t,n,i={})=>o=>{const r=la(i,e)||{},a=r.delay||i.delay||0;let{elapsed:s=0}=i;s-=ko(a);const l=function(e,t,n,i){const o=Kr(t,n);let r;r=Array.isArray(n)?[...n]:[null,n];const a=void 0!==i.from?i.from:e.get();let s;const l=[];for(let e=0;e<r.length;e++)null===r[e]&&(r[e]=0===e?a:r[e-1]),sa(r[e])&&l.push(e),"string"==typeof r[e]&&"none"!==r[e]&&"0"!==r[e]&&(s=r[e]);if(o&&l.length&&s)for(let e=0;e<l.length;e++)r[l[e]]=ra(t,s);return r}(t,e,n,r),c=l[0],u=l[l.length-1],d=Kr(e,c),p=Kr(e,u);No(d===p,`You are trying to animate ${e} from "${c}" to "${u}". ${c} is not an animatable value - to enable this animation set ${c} to a value animatable to ${u} via the \`style\` property.`);let m={keyframes:l,velocity:t.getVelocity(),ease:"easeOut",...r,delay:-s,onUpdate:e=>{t.set(e),r.onUpdate&&r.onUpdate(e)},onComplete:()=>{o(),r.onComplete&&r.onComplete()}};if(function({when:e,delay:t,delayChildren:n,staggerChildren:i,staggerDirection:o,repeat:r,repeatType:a,repeatDelay:s,from:l,elapsed:c,...u}){return!!Object.keys(u).length}(r)||(m={...m,..._r(e,m)}),m.duration&&(m.duration=ko(m.duration)),m.repeatDelay&&(m.repeatDelay=ko(m.repeatDelay)),!d||!p||Po||!1===r.type)return function({keyframes:e,delay:t,onUpdate:n,onComplete:i}){const o=()=>(n&&n(e[e.length-1]),i&&i(),{time:0,speed:1,duration:0,play:po,pause:po,stop:po,then:e=>(e(),Promise.resolve()),cancel:po,complete:po});return t?jr({keyframes:[0,1],duration:0,delay:t,onComplete:o}):o()}(m);if(t.owner&&t.owner.current instanceof HTMLElement&&!t.owner.getProps().onUpdate){const n=Jr(t,e,m);if(n)return n}return jr(m)};function ua(e){return Boolean(On(e)&&e.add)}const da=e=>/^\-?\d*\.?\d+$/.test(e);function pa(e,t){-1===e.indexOf(t)&&e.push(t)}function ma(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}class ha{constructor(){this.subscriptions=[]}add(e){return pa(this.subscriptions,e),()=>ma(this.subscriptions,e)}notify(e,t,n){const i=this.subscriptions.length;if(i)if(1===i)this.subscriptions[0](e,t,n);else for(let o=0;o<i;o++){const i=this.subscriptions[o];i&&i(e,t,n)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const ga=new Set;function fa(e,t,n){e||ga.has(t)||(console.warn(t),ga.add(t))}class ba{constructor(e,t={}){var n;this.version="10.12.16",this.timeDelta=0,this.lastUpdated=0,this.canTrackVelocity=!1,this.events={},this.updateAndNotify=(e,t=!0)=>{this.prev=this.current,this.current=e;const{delta:n,timestamp:i}=eo;this.lastUpdated!==i&&(this.timeDelta=n,this.lastUpdated=i,so.postRender(this.scheduleVelocityCheck)),this.prev!==this.current&&this.events.change&&this.events.change.notify(this.current),this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()),t&&this.events.renderRequest&&this.events.renderRequest.notify(this.current)},this.scheduleVelocityCheck=()=>so.postRender(this.velocityCheck),this.velocityCheck=({timestamp:e})=>{e!==this.lastUpdated&&(this.prev=this.current,this.events.velocityChange&&this.events.velocityChange.notify(this.getVelocity()))},this.hasAnimated=!1,this.prev=this.current=e,this.canTrackVelocity=(n=this.current,!isNaN(parseFloat(n))),this.owner=t.owner}onChange(e){return"production"!==process.env.NODE_ENV&&fa(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",e)}on(e,t){this.events[e]||(this.events[e]=new ha);const n=this.events[e].add(t);return"change"===e?()=>{n(),so.read(()=>{this.events.change.getSize()||this.stop()})}:n}clearListeners(){for(const e in this.events)this.events[e].clear()}attach(e,t){this.passiveEffect=e,this.stopPassiveEffect=t}set(e,t=!0){t&&this.passiveEffect?this.passiveEffect(e,this.updateAndNotify):this.updateAndNotify(e,t)}setWithVelocity(e,t,n){this.set(t),this.prev=e,this.timeDelta=n}jump(e){this.updateAndNotify(e),this.prev=e,this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}get(){return this.current}getPrevious(){return this.prev}getVelocity(){return this.canTrackVelocity?Tr(parseFloat(this.current)-parseFloat(this.prev),this.timeDelta):0}start(e){return this.stop(),new Promise(t=>{this.hasAnimated=!0,this.animation=e(t),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function va(e,t){return new ba(e,t)}const ya=e=>t=>t.test(e),xa=[Jn,oi,ii,ni,ai,ri,{test:e=>"auto"===e,parse:e=>e}],Ia=e=>xa.find(ya(e)),wa=[...xa,or,yr],Ca=e=>wa.find(ya(e));function Na(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,va(n))}function Aa(e,t){if(!t)return;return(t[e]||t.default||t).from}function ka({protectedKeys:e,needsAnimating:t},n){const i=e.hasOwnProperty(n)&&!0!==t[n];return t[n]=!1,i}function Ga(e,t,{delay:n=0,transitionOverride:i,type:o}={}){let{transition:r=e.getDefaultTransition(),transitionEnd:a,...s}=e.makeTargetAnimatable(t);const l=e.getValue("willChange");i&&(r=i);const c=[],u=o&&e.animationState&&e.animationState.getState()[o];for(const t in s){const i=e.getValue(t),o=s[t];if(!i||void 0===o||u&&ka(u,t))continue;const a={delay:n,elapsed:0,...r};if(window.HandoffAppearAnimations&&!i.hasAnimated){const n=e.getProps()[Co];n&&(a.elapsed=window.HandoffAppearAnimations(n,t,i,so))}i.start(ca(t,i,o,e.shouldReduceMotion&&Xn.has(t)?{type:!1}:a));const d=i.animation;ua(l)&&(l.add(t),d.then(()=>l.remove(t))),c.push(d)}return a&&Promise.all(c).then(()=>{a&&function(e,t){const n=wo(e,t);let{transitionEnd:i={},transition:o={},...r}=n?e.makeTargetAnimatable(n,!1):{};r={...r,...i};for(const t in r)Na(e,t,Li(r[t]))}(e,a)}),c}function Pa(e,t,n={}){const i=wo(e,t,n.custom);let{transition:o=e.getDefaultTransition()||{}}=i||{};n.transitionOverride&&(o=n.transitionOverride);const r=i?()=>Promise.all(Ga(e,i,n)):()=>Promise.resolve(),a=e.variantChildren&&e.variantChildren.size?(i=0)=>{const{delayChildren:r=0,staggerChildren:a,staggerDirection:s}=o;return function(e,t,n=0,i=0,o=1,r){const a=[],s=(e.variantChildren.size-1)*i,l=1===o?(e=0)=>e*i:(e=0)=>s-e*i;return Array.from(e.variantChildren).sort(Va).forEach((e,i)=>{e.notify("AnimationStart",t),a.push(Pa(e,t,{...r,delay:n+l(i)}).then(()=>e.notify("AnimationComplete",t)))}),Promise.all(a)}(e,t,r+i,a,s,n)}:()=>Promise.resolve(),{when:s}=o;if(s){const[e,t]="beforeChildren"===s?[r,a]:[a,r];return e().then(()=>t())}return Promise.all([r(),a(n.delay)])}function Va(e,t){return e.sortNodePosition(t)}const Ba=[...yn].reverse(),Ta=yn.length;function Sa(e){return t=>Promise.all(t.map(({animation:t,options:n})=>function(e,t,n={}){let i;if(e.notify("AnimationStart",t),Array.isArray(t)){const o=t.map(t=>Pa(e,t,n));i=Promise.all(o)}else if("string"==typeof t)i=Pa(e,t,n);else{const o="function"==typeof t?wo(e,t,n.custom):t;i=Promise.all(Ga(e,o,n))}return i.then(()=>e.notify("AnimationComplete",t))}(e,t,n)))}function Ea(e){let t=Sa(e);const n={animate:Ma(!0),whileInView:Ma(),whileHover:Ma(),whileTap:Ma(),whileDrag:Ma(),whileFocus:Ma(),exit:Ma()};let i=!0;const o=(t,n)=>{const i=wo(e,n);if(i){const{transition:e,transitionEnd:n,...o}=i;t={...t,...o,...n}}return t};function r(r,a){const s=e.getProps(),l=e.getVariantContext(!0)||{},c=[],u=new Set;let d={},p=1/0;for(let t=0;t<Ta;t++){const m=Ba[t],h=n[m],g=void 0!==s[m]?s[m]:l[m],f=bn(g),b=m===a?h.isActive:null;!1===b&&(p=t);let v=g===l[m]&&g!==s[m]&&f;if(v&&i&&e.manuallyAnimateOnMount&&(v=!1),h.protectedKeys={...d},!h.isActive&&null===b||!g&&!h.prevProp||vn(g)||"boolean"==typeof g)continue;const y=Ra(h.prevProp,g);let x=y||m===a&&h.isActive&&!v&&f||t>p&&f;const I=Array.isArray(g)?g:[g];let w=I.reduce(o,{});!1===b&&(w={});const{prevResolvedValues:C={}}=h,N={...C,...w},A=e=>{x=!0,u.delete(e),h.needsAnimating[e]=!0};for(const e in N){const t=w[e],n=C[e];d.hasOwnProperty(e)||(t!==n?Mi(t)&&Mi(n)?!Io(t,n)||y?A(e):h.protectedKeys[e]=!0:void 0!==t?A(e):u.add(e):void 0!==t&&u.has(e)?A(e):h.protectedKeys[e]=!0)}h.prevProp=g,h.prevResolvedValues=w,h.isActive&&(d={...d,...w}),i&&e.blockInitialAnimation&&(x=!1),x&&!v&&c.push(...I.map(e=>({animation:e,options:{type:m,...r}})))}if(u.size){const t={};u.forEach(n=>{const i=e.getBaseTarget(n);void 0!==i&&(t[n]=i)}),c.push({animation:t})}let m=Boolean(c.length);return i&&!1===s.initial&&!e.manuallyAnimateOnMount&&(m=!1),i=!1,m?t(c):Promise.resolve()}return{animateChanges:r,setActive:function(t,i,o){var a;if(n[t].isActive===i)return Promise.resolve();null===(a=e.variantChildren)||void 0===a||a.forEach(e=>{var n;return null===(n=e.animationState)||void 0===n?void 0:n.setActive(t,i)}),n[t].isActive=i;const s=r(o,t);for(const e in n)n[e].protectedKeys={};return s},setAnimateFunction:function(n){t=n(e)},getState:()=>n}}function Ra(e,t){return"string"==typeof t?t!==e:!!Array.isArray(t)&&!Io(t,e)}function Ma(e=!1){return{isActive:e,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}let La=0;const Xa={animation:{Feature:class extends qi{constructor(e){super(e),e.animationState||(e.animationState=Ea(e))}updateAnimationControlsSubscription(){const{animate:e}=this.node.getProps();this.unmount(),vn(e)&&(this.unmount=e.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){const{animate:e}=this.node.getProps(),{animate:t}=this.node.prevProps||{};e!==t&&this.updateAnimationControlsSubscription()}unmount(){}}},exit:{Feature:class extends qi{constructor(){super(...arguments),this.id=La++}update(){if(!this.node.presenceContext)return;const{isPresent:e,onExitComplete:t,custom:n}=this.node.presenceContext,{isPresent:i}=this.node.prevPresenceContext||{};if(!this.node.animationState||e===i)return;const o=this.node.animationState.setActive("exit",!e,{custom:null!=n?n:this.node.getProps().custom});t&&!e&&o.then(()=>t(this.id))}mount(){const{register:e}=this.node.presenceContext||{};e&&(this.unmount=e(this.id))}unmount(){}}}},Wa=(e,t)=>Math.abs(e-t);class Oa{constructor(e,t,{transformPagePoint:n}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.handlers={},this.updatePoint=()=>{if(!this.lastMoveEvent||!this.lastMoveEventInfo)return;const e=Za(this.lastMoveEventInfo,this.history),t=null!==this.startEvent,n=function(e,t){const n=Wa(e.x,t.x),i=Wa(e.y,t.y);return Math.sqrt(n**2+i**2)}(e.offset,{x:0,y:0})>=3;if(!t&&!n)return;const{point:i}=e,{timestamp:o}=eo;this.history.push({...i,timestamp:o});const{onStart:r,onMove:a}=this.handlers;t||(r&&r(this.lastMoveEvent,e),this.startEvent=this.lastMoveEvent),a&&a(this.lastMoveEvent,e)},this.handlePointerMove=(e,t)=>{this.lastMoveEvent=e,this.lastMoveEventInfo=Fa(t,this.transformPagePoint),so.update(this.updatePoint,!0)},this.handlePointerUp=(e,t)=>{if(this.end(),!this.lastMoveEvent||!this.lastMoveEventInfo)return;const{onEnd:n,onSessionEnd:i}=this.handlers,o=Za("pointercancel"===e.type?this.lastMoveEventInfo:Fa(t,this.transformPagePoint),this.history);this.startEvent&&n&&n(e,o),i&&i(e,o)},!zi(e))return;this.handlers=t,this.transformPagePoint=n;const i=Fa(Hi(e),this.transformPagePoint),{point:o}=i,{timestamp:r}=eo;this.history=[{...o,timestamp:r}];const{onSessionStart:a}=t;a&&a(e,Za(i,this.history)),this.removeListeners=Ji(ji(window,"pointermove",this.handlePointerMove),ji(window,"pointerup",this.handlePointerUp),ji(window,"pointercancel",this.handlePointerUp))}updateHandlers(e){this.handlers=e}end(){this.removeListeners&&this.removeListeners(),lo(this.updatePoint)}}function Fa(e,t){return t?{point:t(e.point)}:e}function Da(e,t){return{x:e.x-t.x,y:e.y-t.y}}function Za({point:e},t){return{point:e,delta:Da(e,Ha(t)),offset:Da(e,za(t)),velocity:ja(t,.1)}}function za(e){return e[0]}function Ha(e){return e[e.length-1]}function ja(e,t){if(e.length<2)return{x:0,y:0};let n=e.length-1,i=null;const o=Ha(e);for(;n>=0&&(i=e[n],!(o.timestamp-i.timestamp>ko(t)));)n--;if(!i)return{x:0,y:0};const r=Go(o.timestamp-i.timestamp);if(0===r)return{x:0,y:0};const a={x:(o.x-i.x)/r,y:(o.y-i.y)/r};return a.x===1/0&&(a.x=0),a.y===1/0&&(a.y=0),a}function Ya(e){return e.max-e.min}function Ja(e,t=0,n=.01){return Math.abs(e-t)<=n}function Ua(e,t,n,i=.5){e.origin=i,e.originPoint=rr(t.min,t.max,e.origin),e.scale=Ya(n)/Ya(t),(Ja(e.scale,1,1e-4)||isNaN(e.scale))&&(e.scale=1),e.translate=rr(n.min,n.max,e.origin)-e.originPoint,(Ja(e.translate)||isNaN(e.translate))&&(e.translate=0)}function $a(e,t,n,i){Ua(e.x,t.x,n.x,i?i.originX:void 0),Ua(e.y,t.y,n.y,i?i.originY:void 0)}function Qa(e,t,n){e.min=n.min+t.min,e.max=e.min+Ya(t)}function _a(e,t,n){e.min=t.min-n.min,e.max=e.min+Ya(t)}function Ka(e,t,n){_a(e.x,t.x,n.x),_a(e.y,t.y,n.y)}function qa(e,t,n){return{min:void 0!==t?e.min+t:void 0,max:void 0!==n?e.max+n-(e.max-e.min):void 0}}function es(e,t){let n=t.min-e.min,i=t.max-e.max;return t.max-t.min<e.max-e.min&&([n,i]=[i,n]),{min:n,max:i}}const ts=.35;function ns(e,t,n){return{min:is(e,t),max:is(e,n)}}function is(e,t){return"number"==typeof e?e:e[t]||0}const os=()=>({x:{min:0,max:0},y:{min:0,max:0}});function rs(e){return[e("x"),e("y")]}function as({top:e,left:t,right:n,bottom:i}){return{x:{min:t,max:n},y:{min:e,max:i}}}function ss(e){return void 0===e||1===e}function ls({scale:e,scaleX:t,scaleY:n}){return!ss(e)||!ss(t)||!ss(n)}function cs(e){return ls(e)||us(e)||e.z||e.rotate||e.rotateX||e.rotateY}function us(e){return ds(e.x)||ds(e.y)}function ds(e){return e&&"0%"!==e}function ps(e,t,n){return n+t*(e-n)}function ms(e,t,n,i,o){return void 0!==o&&(e=ps(e,o,i)),ps(e,n,i)+t}function hs(e,t=0,n=1,i,o){e.min=ms(e.min,t,n,i,o),e.max=ms(e.max,t,n,i,o)}function gs(e,{x:t,y:n}){hs(e.x,t.translate,t.scale,t.originPoint),hs(e.y,n.translate,n.scale,n.originPoint)}function fs(e){return Number.isInteger(e)||e>1.0000000000001||e<.999999999999?e:1}function bs(e,t){e.min=e.min+t,e.max=e.max+t}function vs(e,t,[n,i,o]){const r=void 0!==t[o]?t[o]:.5,a=rr(e.min,e.max,r);hs(e,t[n],t[i],a,t.scale)}const ys=["x","scaleX","originX"],xs=["y","scaleY","originY"];function Is(e,t){vs(e.x,t,ys),vs(e.y,t,xs)}function ws(e,t){return as(function(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),i=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:i.y,right:i.x}}(e.getBoundingClientRect(),t))}const Cs=new WeakMap;class Ns{constructor(e){this.openGlobalLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic={x:{min:0,max:0},y:{min:0,max:0}},this.visualElement=e}start(e,{snapToCursor:t=!1}={}){const{presenceContext:n}=this.visualElement;if(n&&!1===n.isPresent)return;this.panSession=new Oa(e,{onSessionStart:e=>{this.stopAnimation(),t&&this.snapToCursor(Hi(e,"page").point)},onStart:(e,t)=>{const{drag:n,dragPropagation:i,onDragStart:o}=this.getProps();if(n&&!i&&(this.openGlobalLock&&this.openGlobalLock(),this.openGlobalLock=_i(n),!this.openGlobalLock))return;this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),rs(e=>{let t=this.getAxisMotionValue(e).get()||0;if(ii.test(t)){const{projection:n}=this.visualElement;if(n&&n.layout){const i=n.layout.layoutBox[e];if(i){t=Ya(i)*(parseFloat(t)/100)}}}this.originPoint[e]=t}),o&&so.update(()=>o(e,t),!1,!0);const{animationState:r}=this.visualElement;r&&r.setActive("whileDrag",!0)},onMove:(e,t)=>{const{dragPropagation:n,dragDirectionLock:i,onDirectionLock:o,onDrag:r}=this.getProps();if(!n&&!this.openGlobalLock)return;const{offset:a}=t;if(i&&null===this.currentDirection)return this.currentDirection=function(e,t=10){let n=null;Math.abs(e.y)>t?n="y":Math.abs(e.x)>t&&(n="x");return n}(a),void(null!==this.currentDirection&&o&&o(this.currentDirection));this.updateAxis("x",t.point,a),this.updateAxis("y",t.point,a),this.visualElement.render(),r&&r(e,t)},onSessionEnd:(e,t)=>this.stop(e,t)},{transformPagePoint:this.visualElement.getTransformPagePoint()})}stop(e,t){const n=this.isDragging;if(this.cancel(),!n)return;const{velocity:i}=t;this.startAnimation(i);const{onDragEnd:o}=this.getProps();o&&so.update(()=>o(e,t))}cancel(){this.isDragging=!1;const{projection:e,animationState:t}=this.visualElement;e&&(e.isAnimationBlocked=!1),this.panSession&&this.panSession.end(),this.panSession=void 0;const{dragPropagation:n}=this.getProps();!n&&this.openGlobalLock&&(this.openGlobalLock(),this.openGlobalLock=null),t&&t.setActive("whileDrag",!1)}updateAxis(e,t,n){const{drag:i}=this.getProps();if(!n||!As(e,i,this.currentDirection))return;const o=this.getAxisMotionValue(e);let r=this.originPoint[e]+n[e];this.constraints&&this.constraints[e]&&(r=function(e,{min:t,max:n},i){return void 0!==t&&e<t?e=i?rr(t,e,i.min):Math.max(e,t):void 0!==n&&e>n&&(e=i?rr(n,e,i.max):Math.min(e,n)),e}(r,this.constraints[e],this.elastic[e])),o.set(r)}resolveConstraints(){const{dragConstraints:e,dragElastic:t}=this.getProps(),{layout:n}=this.visualElement.projection||{},i=this.constraints;e&&fn(e)?this.constraints||(this.constraints=this.resolveRefConstraints()):this.constraints=!(!e||!n)&&function(e,{top:t,left:n,bottom:i,right:o}){return{x:qa(e.x,n,o),y:qa(e.y,t,i)}}(n.layoutBox,e),this.elastic=function(e=ts){return!1===e?e=0:!0===e&&(e=ts),{x:ns(e,"left","right"),y:ns(e,"top","bottom")}}(t),i!==this.constraints&&n&&this.constraints&&!this.hasMutatedConstraints&&rs(e=>{this.getAxisMotionValue(e)&&(this.constraints[e]=function(e,t){const n={};return void 0!==t.min&&(n.min=t.min-e.min),void 0!==t.max&&(n.max=t.max-e.min),n}(n.layoutBox[e],this.constraints[e]))})}resolveRefConstraints(){const{dragConstraints:e,onMeasureDragConstraints:t}=this.getProps();if(!e||!fn(e))return!1;const n=e.current;Ao(null!==n,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.");const{projection:i}=this.visualElement;if(!i||!i.layout)return!1;const o=function(e,t,n){const i=ws(e,n),{scroll:o}=t;return o&&(bs(i.x,o.offset.x),bs(i.y,o.offset.y)),i}(n,i.root,this.visualElement.getTransformPagePoint());let r=function(e,t){return{x:es(e.x,t.x),y:es(e.y,t.y)}}(i.layout.layoutBox,o);if(t){const e=t(function({x:e,y:t}){return{top:t.min,right:e.max,bottom:t.max,left:e.min}}(r));this.hasMutatedConstraints=!!e,e&&(r=as(e))}return r}startAnimation(e){const{drag:t,dragMomentum:n,dragElastic:i,dragTransition:o,dragSnapToOrigin:r,onDragTransitionEnd:a}=this.getProps(),s=this.constraints||{},l=rs(a=>{if(!As(a,t,this.currentDirection))return;let l=s&&s[a]||{};r&&(l={min:0,max:0});const c=i?200:1e6,u=i?40:1e7,d={type:"inertia",velocity:n?e[a]:0,bounceStiffness:c,bounceDamping:u,timeConstant:750,restDelta:1,restSpeed:10,...o,...l};return this.startAxisValueAnimation(a,d)});return Promise.all(l).then(a)}startAxisValueAnimation(e,t){const n=this.getAxisMotionValue(e);return n.start(ca(e,n,0,t))}stopAnimation(){rs(e=>this.getAxisMotionValue(e).stop())}getAxisMotionValue(e){const t="_drag"+e.toUpperCase(),n=this.visualElement.getProps(),i=n[t];return i||this.visualElement.getValue(e,(n.initial?n.initial[e]:void 0)||0)}snapToCursor(e){rs(t=>{const{drag:n}=this.getProps();if(!As(t,n,this.currentDirection))return;const{projection:i}=this.visualElement,o=this.getAxisMotionValue(t);if(i&&i.layout){const{min:n,max:r}=i.layout.layoutBox[t];o.set(e[t]-rr(n,r,.5))}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;const{drag:e,dragConstraints:t}=this.getProps(),{projection:n}=this.visualElement;if(!fn(t)||!n||!this.constraints)return;this.stopAnimation();const i={x:0,y:0};rs(e=>{const t=this.getAxisMotionValue(e);if(t){const n=t.get();i[e]=function(e,t){let n=.5;const i=Ya(e),o=Ya(t);return o>i?n=Ar(t.min,t.max-i,e.min):i>o&&(n=Ar(e.min,e.max-o,t.min)),Yn(0,1,n)}({min:n,max:n},this.constraints[e])}});const{transformTemplate:o}=this.visualElement.getProps();this.visualElement.current.style.transform=o?o({},""):"none",n.root&&n.root.updateScroll(),n.updateLayout(),this.resolveConstraints(),rs(t=>{if(!As(t,e,null))return;const n=this.getAxisMotionValue(t),{min:o,max:r}=this.constraints[t];n.set(rr(o,r,i[t]))})}addListeners(){if(!this.visualElement.current)return;Cs.set(this.visualElement,this);const e=ji(this.visualElement.current,"pointerdown",e=>{const{drag:t,dragListener:n=!0}=this.getProps();t&&n&&this.start(e)}),t=()=>{const{dragConstraints:e}=this.getProps();fn(e)&&(this.constraints=this.resolveRefConstraints())},{projection:n}=this.visualElement,i=n.addEventListener("measure",t);n&&!n.layout&&(n.root&&n.root.updateScroll(),n.updateLayout()),t();const o=Zi(window,"resize",()=>this.scalePositionWithinConstraints()),r=n.addEventListener("didUpdate",({delta:e,hasLayoutChanged:t})=>{this.isDragging&&t&&(rs(t=>{const n=this.getAxisMotionValue(t);n&&(this.originPoint[t]+=e[t].translate,n.set(n.get()+e[t].translate))}),this.visualElement.render())});return()=>{o(),e(),i(),r&&r()}}getProps(){const e=this.visualElement.getProps(),{drag:t=!1,dragDirectionLock:n=!1,dragPropagation:i=!1,dragConstraints:o=!1,dragElastic:r=ts,dragMomentum:a=!0}=e;return{...e,drag:t,dragDirectionLock:n,dragPropagation:i,dragConstraints:o,dragElastic:r,dragMomentum:a}}}function As(e,t,n){return!(!0!==t&&t!==e||null!==n&&n!==e)}const ks=e=>(t,n)=>{e&&so.update(()=>e(t,n))};const Gs={hasAnimatedSinceResize:!0,hasEverUpdated:!1};function Ps(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const Vs={correct:(e,t)=>{if(!t.target)return e;if("string"==typeof e){if(!oi.test(e))return e;e=parseFloat(e)}return`${Ps(e,t.target.x)}% ${Ps(e,t.target.y)}%`}},Bs={correct:(e,{treeScale:t,projectionDelta:n})=>{const i=e,o=yr.parse(e);if(o.length>5)return i;const r=yr.createTransformer(e),a="number"!=typeof o[0]?1:0,s=n.x.scale*t.x,l=n.y.scale*t.y;o[0+a]/=s,o[1+a]/=l;const c=rr(s,l,.5);return"number"==typeof o[2+a]&&(o[2+a]/=c),"number"==typeof o[3+a]&&(o[3+a]/=c),r(o)}};class Ts extends o.Component{componentDidMount(){const{visualElement:e,layoutGroup:t,switchLayoutGroup:n,layoutId:i}=this.props,{projection:o}=e;var r;r=Es,Object.assign(Mn,r),o&&(t.group&&t.group.add(o),n&&n.register&&i&&n.register(o),o.root.didUpdate(),o.addEventListener("animationComplete",()=>{this.safeToRemove()}),o.setOptions({...o.options,onExitComplete:()=>this.safeToRemove()})),Gs.hasEverUpdated=!0}getSnapshotBeforeUpdate(e){const{layoutDependency:t,visualElement:n,drag:i,isPresent:o}=this.props,r=n.projection;return r?(r.isPresent=o,i||e.layoutDependency!==t||void 0===t?r.willUpdate():this.safeToRemove(),e.isPresent!==o&&(o?r.promote():r.relegate()||so.postRender(()=>{const e=r.getStack();e&&e.members.length||this.safeToRemove()})),null):null}componentDidUpdate(){const{projection:e}=this.props.visualElement;e&&(e.root.didUpdate(),queueMicrotask(()=>{!e.currentAnimation&&e.isLead()&&this.safeToRemove()}))}componentWillUnmount(){const{visualElement:e,layoutGroup:t,switchLayoutGroup:n}=this.props,{projection:i}=e;i&&(i.scheduleCheckAfterUnmount(),t&&t.group&&t.group.remove(i),n&&n.deregister&&n.deregister(i))}safeToRemove(){const{safeToRemove:e}=this.props;e&&e()}render(){return null}}function Ss(e){const[t,n]=function(){const e=h(pn);if(null===e)return[!0,null];const{isPresent:t,onExitComplete:n,register:i}=e,o=f();return u(()=>i(o),[]),!t&&n?[!1,()=>n&&n(o)]:[!0]}(),i=h(Gn);return o.createElement(Ts,{...e,layoutGroup:i,switchLayoutGroup:h(Pn),isPresent:t,safeToRemove:n})}const Es={borderRadius:{...Vs,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:Vs,borderTopRightRadius:Vs,borderBottomLeftRadius:Vs,borderBottomRightRadius:Vs,boxShadow:Bs},Rs=["TopLeft","TopRight","BottomLeft","BottomRight"],Ms=Rs.length,Ls=e=>"string"==typeof e?parseFloat(e):e,Xs=e=>"number"==typeof e||oi.test(e);function Ws(e,t){return void 0!==e[t]?e[t]:e.borderRadius}const Os=Ds(0,.5,jo),Fs=Ds(.5,.95,po);function Ds(e,t,n){return i=>i<e?0:i>t?1:n(Ar(e,t,i))}function Zs(e,t){e.min=t.min,e.max=t.max}function zs(e,t){Zs(e.x,t.x),Zs(e.y,t.y)}function Hs(e,t,n,i,o){return e=ps(e-=t,1/n,i),void 0!==o&&(e=ps(e,1/o,i)),e}function js(e,t,[n,i,o],r,a){!function(e,t=0,n=1,i=.5,o,r=e,a=e){ii.test(t)&&(t=parseFloat(t),t=rr(a.min,a.max,t/100)-a.min);if("number"!=typeof t)return;let s=rr(r.min,r.max,i);e===r&&(s-=t),e.min=Hs(e.min,t,n,s,o),e.max=Hs(e.max,t,n,s,o)}(e,t[n],t[i],t[o],t.scale,r,a)}const Ys=["x","scaleX","originX"],Js=["y","scaleY","originY"];function Us(e,t,n,i){js(e.x,t,Ys,n?n.x:void 0,i?i.x:void 0),js(e.y,t,Js,n?n.y:void 0,i?i.y:void 0)}function $s(e){return 0===e.translate&&1===e.scale}function Qs(e){return $s(e.x)&&$s(e.y)}function _s(e,t){return e.x.min===t.x.min&&e.x.max===t.x.max&&e.y.min===t.y.min&&e.y.max===t.y.max}function Ks(e){return Ya(e.x)/Ya(e.y)}class qs{constructor(){this.members=[]}add(e){pa(this.members,e),e.scheduleRender()}remove(e){if(ma(this.members,e),e===this.prevLead&&(this.prevLead=void 0),e===this.lead){const e=this.members[this.members.length-1];e&&this.promote(e)}}relegate(e){const t=this.members.findIndex(t=>e===t);if(0===t)return!1;let n;for(let e=t;e>=0;e--){const t=this.members[e];if(!1!==t.isPresent){n=t;break}}return!!n&&(this.promote(n),!0)}promote(e,t){const n=this.lead;if(e!==n&&(this.prevLead=n,this.lead=e,e.show(),n)){n.instance&&n.scheduleRender(),e.scheduleRender(),e.resumeFrom=n,t&&(e.resumeFrom.preserveOpacity=!0),n.snapshot&&(e.snapshot=n.snapshot,e.snapshot.latestValues=n.animationValues||n.latestValues),e.root&&e.root.isUpdating&&(e.isLayoutDirty=!0);const{crossfade:i}=e.options;!1===i&&n.hide()}}exitAnimationComplete(){this.members.forEach(e=>{const{options:t,resumingFrom:n}=e;t.onExitComplete&&t.onExitComplete(),n&&n.options.onExitComplete&&n.options.onExitComplete()})}scheduleRender(){this.members.forEach(e=>{e.instance&&e.scheduleRender(!1)})}removeLeadSnapshot(){this.lead&&this.lead.snapshot&&(this.lead.snapshot=void 0)}}function el(e,t,n){let i="";const o=e.x.translate/t.x,r=e.y.translate/t.y;if((o||r)&&(i=`translate3d(${o}px, ${r}px, 0) `),1===t.x&&1===t.y||(i+=`scale(${1/t.x}, ${1/t.y}) `),n){const{rotate:e,rotateX:t,rotateY:o}=n;e&&(i+=`rotate(${e}deg) `),t&&(i+=`rotateX(${t}deg) `),o&&(i+=`rotateY(${o}deg) `)}const a=e.x.scale*t.x,s=e.y.scale*t.y;return 1===a&&1===s||(i+=`scale(${a}, ${s})`),i||"none"}const tl=(e,t)=>e.depth-t.depth;class nl{constructor(){this.children=[],this.isDirty=!1}add(e){pa(this.children,e),this.isDirty=!0}remove(e){ma(this.children,e),this.isDirty=!0}forEach(e){this.isDirty&&this.children.sort(tl),this.isDirty=!1,this.children.forEach(e)}}const il=["","X","Y","Z"];let ol=0;const rl={type:"projectionFrame",totalNodes:0,resolvedTargetDeltas:0,recalculatedProjection:0};function al({attachResizeListener:e,defaultParent:t,measureScroll:n,checkIsScrollRoot:i,resetTransform:o}){return class{constructor(e={},n=(null==t?void 0:t())){this.id=ol++,this.animationId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.updateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{var e;rl.totalNodes=rl.resolvedTargetDeltas=rl.recalculatedProjection=0,this.nodes.forEach(cl),this.nodes.forEach(fl),this.nodes.forEach(bl),this.nodes.forEach(ul),e=rl,window.MotionDebug&&window.MotionDebug.record(e)},this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=e,this.root=n?n.root||n:this,this.path=n?[...n.path,n]:[],this.parent=n,this.depth=n?n.depth+1:0;for(let e=0;e<this.path.length;e++)this.path[e].shouldResetTransform=!0;this.root===this&&(this.nodes=new nl)}addEventListener(e,t){return this.eventHandlers.has(e)||this.eventHandlers.set(e,new ha),this.eventHandlers.get(e).add(t)}notifyListeners(e,...t){const n=this.eventHandlers.get(e);n&&n.notify(...t)}hasListeners(e){return this.eventHandlers.has(e)}mount(t,n=this.root.hasTreeAnimated){if(this.instance)return;var i;this.isSVG=(i=t)instanceof SVGElement&&"svg"!==i.tagName,this.instance=t;const{layoutId:o,layout:r,visualElement:a}=this.options;if(a&&!a.current&&a.mount(t),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),n&&(r||o)&&(this.isLayoutDirty=!0),e){let n;const i=()=>this.root.updateBlockedByResize=!1;e(t,()=>{this.root.updateBlockedByResize=!0,n&&n(),n=function(e,t){const n=performance.now(),i=({timestamp:o})=>{const r=o-n;r>=t&&(lo(i),e(r-t))};return so.read(i,!0),()=>lo(i)}(i,250),Gs.hasAnimatedSinceResize&&(Gs.hasAnimatedSinceResize=!1,this.nodes.forEach(gl))})}o&&this.root.registerSharedNode(o,this),!1!==this.options.animate&&a&&(o||r)&&this.addEventListener("didUpdate",({delta:e,hasLayoutChanged:t,hasRelativeTargetChanged:n,layout:i})=>{if(this.isTreeAnimationBlocked())return this.target=void 0,void(this.relativeTarget=void 0);const o=this.options.transition||a.getDefaultTransition()||Cl,{onLayoutAnimationStart:r,onLayoutAnimationComplete:s}=a.getProps(),l=!this.targetLayout||!_s(this.targetLayout,i)||n,c=!t&&n;if(this.options.layoutRoot||this.resumeFrom&&this.resumeFrom.instance||c||t&&(l||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0),this.setAnimationOrigin(e,c);const t={...la(o,"layout"),onPlay:r,onComplete:s};(a.shouldReduceMotion||this.options.layoutRoot)&&(t.delay=0,t.type=!1),this.startAnimation(t)}else t||gl(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=i})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);const e=this.getStack();e&&e.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,lo(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){this.isUpdateBlocked()||(this.isUpdating=!0,this.nodes&&this.nodes.forEach(vl),this.animationId++)}getTransformTemplate(){const{visualElement:e}=this.options;return e&&e.getProps().transformTemplate}willUpdate(e=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked())return void(this.options.onExitComplete&&this.options.onExitComplete());if(!this.root.isUpdating&&this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let e=0;e<this.path.length;e++){const t=this.path[e];t.shouldResetTransform=!0,t.updateScroll("snapshot"),t.options.layoutRoot&&t.willUpdate(!1)}const{layoutId:t,layout:n}=this.options;if(void 0===t&&!n)return;const i=this.getTransformTemplate();this.prevTransformTemplateValue=i?i(this.latestValues,""):void 0,this.updateSnapshot(),e&&this.notifyListeners("willUpdate")}update(){this.updateScheduled=!1;if(this.isUpdateBlocked())return this.unblockUpdate(),this.clearAllSnapshots(),void this.nodes.forEach(pl);this.isUpdating||this.nodes.forEach(ml),this.isUpdating=!1,this.nodes.forEach(hl),this.nodes.forEach(sl),this.nodes.forEach(ll),this.clearAllSnapshots();const e=performance.now();eo.delta=Yn(0,1e3/60,e-eo.timestamp),eo.timestamp=e,eo.isProcessing=!0,oo.update.process(eo),oo.preRender.process(eo),oo.render.process(eo),eo.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,queueMicrotask(()=>this.update()))}clearAllSnapshots(){this.nodes.forEach(dl),this.sharedNodes.forEach(yl)}scheduleUpdateProjection(){so.preRender(this.updateProjection,!1,!0)}scheduleCheckAfterUnmount(){so.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){!this.snapshot&&this.instance&&(this.snapshot=this.measure())}updateLayout(){if(!this.instance)return;if(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead()||this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let e=0;e<this.path.length;e++){this.path[e].updateScroll()}const e=this.layout;this.layout=this.measure(!1),this.layoutCorrected={x:{min:0,max:0},y:{min:0,max:0}},this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);const{visualElement:t}=this.options;t&&t.notify("LayoutMeasure",this.layout.layoutBox,e?e.layoutBox:void 0)}updateScroll(e="measure"){let t=Boolean(this.options.layoutScroll&&this.instance);this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===e&&(t=!1),t&&(this.scroll={animationId:this.root.animationId,phase:e,isRoot:i(this.instance),offset:n(this.instance)})}resetTransform(){if(!o)return;const e=this.isLayoutDirty||this.shouldResetTransform,t=this.projectionDelta&&!Qs(this.projectionDelta),n=this.getTransformTemplate(),i=n?n(this.latestValues,""):void 0,r=i!==this.prevTransformTemplateValue;e&&(t||cs(this.latestValues)||r)&&(o(this.instance,i),this.shouldResetTransform=!1,this.scheduleRender())}measure(e=!0){const t=this.measurePageBox();let n=this.removeElementScroll(t);var i;return e&&(n=this.removeTransform(n)),Nl((i=n).x),Nl(i.y),{animationId:this.root.animationId,measuredBox:t,layoutBox:n,latestValues:{},source:this.id}}measurePageBox(){const{visualElement:e}=this.options;if(!e)return{x:{min:0,max:0},y:{min:0,max:0}};const t=e.measureViewportBox(),{scroll:n}=this.root;return n&&(bs(t.x,n.offset.x),bs(t.y,n.offset.y)),t}removeElementScroll(e){const t={x:{min:0,max:0},y:{min:0,max:0}};zs(t,e);for(let n=0;n<this.path.length;n++){const i=this.path[n],{scroll:o,options:r}=i;if(i!==this.root&&o&&r.layoutScroll){if(o.isRoot){zs(t,e);const{scroll:n}=this.root;n&&(bs(t.x,-n.offset.x),bs(t.y,-n.offset.y))}bs(t.x,o.offset.x),bs(t.y,o.offset.y)}}return t}applyTransform(e,t=!1){const n={x:{min:0,max:0},y:{min:0,max:0}};zs(n,e);for(let e=0;e<this.path.length;e++){const i=this.path[e];!t&&i.options.layoutScroll&&i.scroll&&i!==i.root&&Is(n,{x:-i.scroll.offset.x,y:-i.scroll.offset.y}),cs(i.latestValues)&&Is(n,i.latestValues)}return cs(this.latestValues)&&Is(n,this.latestValues),n}removeTransform(e){const t={x:{min:0,max:0},y:{min:0,max:0}};zs(t,e);for(let e=0;e<this.path.length;e++){const n=this.path[e];if(!n.instance)continue;if(!cs(n.latestValues))continue;ls(n.latestValues)&&n.updateSnapshot();const i=os();zs(i,n.measurePageBox()),Us(t,n.latestValues,n.snapshot?n.snapshot.layoutBox:void 0,i)}return cs(this.latestValues)&&Us(t,this.latestValues),t}setTargetDelta(e){this.targetDelta=e,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(e){this.options={...this.options,...e,crossfade:void 0===e.crossfade||e.crossfade}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==eo.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(e=!1){var t;const n=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=n.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=n.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=n.isSharedProjectionDirty);const i=Boolean(this.resumingFrom)||this!==n;if(!(e||i&&this.isSharedProjectionDirty||this.isProjectionDirty||(null===(t=this.parent)||void 0===t?void 0:t.isProjectionDirty)||this.attemptToResolveRelativeTarget))return;const{layout:o,layoutId:r}=this.options;if(this.layout&&(o||r)){if(this.resolvedRelativeTargetAt=eo.timestamp,!this.targetDelta&&!this.relativeTarget){const e=this.getClosestProjectingParent();e&&e.layout&&1!==this.animationProgress?(this.relativeParent=e,this.forceRelativeParentToResolveTarget(),this.relativeTarget={x:{min:0,max:0},y:{min:0,max:0}},this.relativeTargetOrigin={x:{min:0,max:0},y:{min:0,max:0}},Ka(this.relativeTargetOrigin,this.layout.layoutBox,e.layout.layoutBox),zs(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}if(this.relativeTarget||this.targetDelta){var a,s,l;if(this.target||(this.target={x:{min:0,max:0},y:{min:0,max:0}},this.targetWithTransforms={x:{min:0,max:0},y:{min:0,max:0}}),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target?(this.forceRelativeParentToResolveTarget(),a=this.target,s=this.relativeTarget,l=this.relativeParent.target,Qa(a.x,s.x,l.x),Qa(a.y,s.y,l.y)):this.targetDelta?(Boolean(this.resumingFrom)?this.target=this.applyTransform(this.layout.layoutBox):zs(this.target,this.layout.layoutBox),gs(this.target,this.targetDelta)):zs(this.target,this.layout.layoutBox),this.attemptToResolveRelativeTarget){this.attemptToResolveRelativeTarget=!1;const e=this.getClosestProjectingParent();e&&Boolean(e.resumingFrom)===Boolean(this.resumingFrom)&&!e.options.layoutScroll&&e.target&&1!==this.animationProgress?(this.relativeParent=e,this.forceRelativeParentToResolveTarget(),this.relativeTarget={x:{min:0,max:0},y:{min:0,max:0}},this.relativeTargetOrigin={x:{min:0,max:0},y:{min:0,max:0}},Ka(this.relativeTargetOrigin,this.target,e.target),zs(this.relativeTarget,this.relativeTargetOrigin)):this.relativeParent=this.relativeTarget=void 0}rl.resolvedTargetDeltas++}}}getClosestProjectingParent(){if(this.parent&&!ls(this.parent.latestValues)&&!us(this.parent.latestValues))return this.parent.isProjecting()?this.parent:this.parent.getClosestProjectingParent()}isProjecting(){return Boolean((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}calcProjection(){var e;const t=this.getLead(),n=Boolean(this.resumingFrom)||this!==t;let i=!0;if((this.isProjectionDirty||(null===(e=this.parent)||void 0===e?void 0:e.isProjectionDirty))&&(i=!1),n&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(i=!1),this.resolvedRelativeTargetAt===eo.timestamp&&(i=!1),i)return;const{layout:o,layoutId:r}=this.options;if(this.isTreeAnimating=Boolean(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!o&&!r)return;zs(this.layoutCorrected,this.layout.layoutBox);const a=this.treeScale.x,s=this.treeScale.y;!function(e,t,n,i=!1){const o=n.length;if(!o)return;let r,a;t.x=t.y=1;for(let s=0;s<o;s++){r=n[s],a=r.projectionDelta;const o=r.instance;o&&o.style&&"contents"===o.style.display||(i&&r.options.layoutScroll&&r.scroll&&r!==r.root&&Is(e,{x:-r.scroll.offset.x,y:-r.scroll.offset.y}),a&&(t.x*=a.x.scale,t.y*=a.y.scale,gs(e,a)),i&&cs(r.latestValues)&&Is(e,r.latestValues))}t.x=fs(t.x),t.y=fs(t.y)}(this.layoutCorrected,this.treeScale,this.path,n),!t.layout||t.target||1===this.treeScale.x&&1===this.treeScale.y||(t.target=t.layout.layoutBox);const{target:l}=t;if(!l)return void(this.projectionTransform&&(this.projectionDelta={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}},this.projectionTransform="none",this.scheduleRender()));this.projectionDelta||(this.projectionDelta={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}},this.projectionDeltaWithTransform={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}});const c=this.projectionTransform;$a(this.projectionDelta,this.layoutCorrected,l,this.latestValues),this.projectionTransform=el(this.projectionDelta,this.treeScale),this.projectionTransform===c&&this.treeScale.x===a&&this.treeScale.y===s||(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",l)),rl.recalculatedProjection++}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(e=!0){if(this.options.scheduleRender&&this.options.scheduleRender(),e){const e=this.getStack();e&&e.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}setAnimationOrigin(e,t=!1){const n=this.snapshot,i=n?n.latestValues:{},o={...this.latestValues},r={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};this.relativeParent&&this.relativeParent.options.layoutRoot||(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!t;const a={x:{min:0,max:0},y:{min:0,max:0}},s=(n?n.source:void 0)!==(this.layout?this.layout.source:void 0),l=this.getStack(),c=!l||l.members.length<=1,u=Boolean(s&&!c&&!0===this.options.crossfade&&!this.path.some(wl));let d;this.animationProgress=0,this.mixTargetDelta=t=>{const n=t/1e3;xl(r.x,e.x,n),xl(r.y,e.y,n),this.setTargetDelta(r),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout&&(Ka(a,this.layout.layoutBox,this.relativeParent.layout.layoutBox),function(e,t,n,i){Il(e.x,t.x,n.x,i),Il(e.y,t.y,n.y,i)}(this.relativeTarget,this.relativeTargetOrigin,a,n),d&&_s(this.relativeTarget,d)&&(this.isProjectionDirty=!1),d||(d={x:{min:0,max:0},y:{min:0,max:0}}),zs(d,this.relativeTarget)),s&&(this.animationValues=o,function(e,t,n,i,o,r){o?(e.opacity=rr(0,void 0!==n.opacity?n.opacity:1,Os(i)),e.opacityExit=rr(void 0!==t.opacity?t.opacity:1,0,Fs(i))):r&&(e.opacity=rr(void 0!==t.opacity?t.opacity:1,void 0!==n.opacity?n.opacity:1,i));for(let o=0;o<Ms;o++){const r=`border${Rs[o]}Radius`;let a=Ws(t,r),s=Ws(n,r);void 0===a&&void 0===s||(a||(a=0),s||(s=0),0===a||0===s||Xs(a)===Xs(s)?(e[r]=Math.max(rr(Ls(a),Ls(s),i),0),(ii.test(s)||ii.test(a))&&(e[r]+="%")):e[r]=s)}(t.rotate||n.rotate)&&(e.rotate=rr(t.rotate||0,n.rotate||0,i))}(o,i,this.latestValues,n,u,c)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=n},this.mixTargetDelta(this.options.layoutRoot?1e3:0)}startAnimation(e){this.notifyListeners("animationStart"),this.currentAnimation&&this.currentAnimation.stop(),this.resumingFrom&&this.resumingFrom.currentAnimation&&this.resumingFrom.currentAnimation.stop(),this.pendingAnimation&&(lo(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=so.update(()=>{Gs.hasAnimatedSinceResize=!0,this.currentAnimation=function(e,t,n){const i=On(e)?e:va(e);return i.start(ca("",i,t,n)),i.animation}(0,1e3,{...e,onUpdate:t=>{this.mixTargetDelta(t),e.onUpdate&&e.onUpdate(t)},onComplete:()=>{e.onComplete&&e.onComplete(),this.completeAnimation()}}),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);const e=this.getStack();e&&e.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(1e3),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){const e=this.getLead();let{targetWithTransforms:t,target:n,layout:i,latestValues:o}=e;if(t&&n&&i){if(this!==e&&this.layout&&i&&Al(this.options.animationType,this.layout.layoutBox,i.layoutBox)){n=this.target||{x:{min:0,max:0},y:{min:0,max:0}};const t=Ya(this.layout.layoutBox.x);n.x.min=e.target.x.min,n.x.max=n.x.min+t;const i=Ya(this.layout.layoutBox.y);n.y.min=e.target.y.min,n.y.max=n.y.min+i}zs(t,n),Is(t,o),$a(this.projectionDeltaWithTransform,this.layoutCorrected,t,o)}}registerSharedNode(e,t){this.sharedNodes.has(e)||this.sharedNodes.set(e,new qs);this.sharedNodes.get(e).add(t);const n=t.options.initialPromotionConfig;t.promote({transition:n?n.transition:void 0,preserveFollowOpacity:n&&n.shouldPreserveFollowOpacity?n.shouldPreserveFollowOpacity(t):void 0})}isLead(){const e=this.getStack();return!e||e.lead===this}getLead(){var e;const{layoutId:t}=this.options;return t&&(null===(e=this.getStack())||void 0===e?void 0:e.lead)||this}getPrevLead(){var e;const{layoutId:t}=this.options;return t?null===(e=this.getStack())||void 0===e?void 0:e.prevLead:void 0}getStack(){const{layoutId:e}=this.options;if(e)return this.root.sharedNodes.get(e)}promote({needsReset:e,transition:t,preserveFollowOpacity:n}={}){const i=this.getStack();i&&i.promote(this,n),e&&(this.projectionDelta=void 0,this.needsReset=!0),t&&this.setOptions({transition:t})}relegate(){const e=this.getStack();return!!e&&e.relegate(this)}resetRotation(){const{visualElement:e}=this.options;if(!e)return;let t=!1;const{latestValues:n}=e;if((n.rotate||n.rotateX||n.rotateY||n.rotateZ)&&(t=!0),!t)return;const i={};for(let t=0;t<il.length;t++){const o="rotate"+il[t];n[o]&&(i[o]=n[o],e.setStaticValue(o,0))}e.render();for(const t in i)e.setStaticValue(t,i[t]);e.scheduleRender()}getProjectionStyles(e={}){var t,n;const i={};if(!this.instance||this.isSVG)return i;if(!this.isVisible)return{visibility:"hidden"};i.visibility="";const o=this.getTransformTemplate();if(this.needsReset)return this.needsReset=!1,i.opacity="",i.pointerEvents=Xi(e.pointerEvents)||"",i.transform=o?o(this.latestValues,""):"none",i;const r=this.getLead();if(!this.projectionDelta||!this.layout||!r.target){const t={};return this.options.layoutId&&(t.opacity=void 0!==this.latestValues.opacity?this.latestValues.opacity:1,t.pointerEvents=Xi(e.pointerEvents)||""),this.hasProjected&&!cs(this.latestValues)&&(t.transform=o?o({},""):"none",this.hasProjected=!1),t}const a=r.animationValues||r.latestValues;this.applyTransformsToTarget(),i.transform=el(this.projectionDeltaWithTransform,this.treeScale,a),o&&(i.transform=o(a,i.transform));const{x:s,y:l}=this.projectionDelta;i.transformOrigin=`${100*s.origin}% ${100*l.origin}% 0`,r.animationValues?i.opacity=r===this?null!==(n=null!==(t=a.opacity)&&void 0!==t?t:this.latestValues.opacity)&&void 0!==n?n:1:this.preserveOpacity?this.latestValues.opacity:a.opacityExit:i.opacity=r===this?void 0!==a.opacity?a.opacity:"":void 0!==a.opacityExit?a.opacityExit:0;for(const e in Mn){if(void 0===a[e])continue;const{correct:t,applyTo:n}=Mn[e],o="none"===i.transform?a[e]:t(a[e],r);if(n){const e=n.length;for(let t=0;t<e;t++)i[n[t]]=o}else i[e]=o}return this.options.layoutId&&(i.pointerEvents=r===this?Xi(e.pointerEvents)||"":"none"),i}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(e=>{var t;return null===(t=e.currentAnimation)||void 0===t?void 0:t.stop()}),this.root.nodes.forEach(pl),this.root.sharedNodes.clear()}}}function sl(e){e.updateLayout()}function ll(e){var t;const n=(null===(t=e.resumeFrom)||void 0===t?void 0:t.snapshot)||e.snapshot;if(e.isLead()&&e.layout&&n&&e.hasListeners("didUpdate")){const{layoutBox:t,measuredBox:i}=e.layout,{animationType:o}=e.options,r=n.source!==e.layout.source;"size"===o?rs(e=>{const i=r?n.measuredBox[e]:n.layoutBox[e],o=Ya(i);i.min=t[e].min,i.max=i.min+o}):Al(o,n.layoutBox,t)&&rs(i=>{const o=r?n.measuredBox[i]:n.layoutBox[i],a=Ya(t[i]);o.max=o.min+a,e.relativeTarget&&!e.currentAnimation&&(e.isProjectionDirty=!0,e.relativeTarget[i].max=e.relativeTarget[i].min+a)});const a={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};$a(a,t,n.layoutBox);const s={x:{translate:0,scale:1,origin:0,originPoint:0},y:{translate:0,scale:1,origin:0,originPoint:0}};r?$a(s,e.applyTransform(i,!0),n.measuredBox):$a(s,t,n.layoutBox);const l=!Qs(a);let c=!1;if(!e.resumeFrom){const i=e.getClosestProjectingParent();if(i&&!i.resumeFrom){const{snapshot:o,layout:r}=i;if(o&&r){const a={x:{min:0,max:0},y:{min:0,max:0}};Ka(a,n.layoutBox,o.layoutBox);const s={x:{min:0,max:0},y:{min:0,max:0}};Ka(s,t,r.layoutBox),_s(a,s)||(c=!0),i.options.layoutRoot&&(e.relativeTarget=s,e.relativeTargetOrigin=a,e.relativeParent=i)}}}e.notifyListeners("didUpdate",{layout:t,snapshot:n,delta:s,layoutDelta:a,hasLayoutChanged:l,hasRelativeTargetChanged:c})}else if(e.isLead()){const{onExitComplete:t}=e.options;t&&t()}e.options.transition=void 0}function cl(e){rl.totalNodes++,e.parent&&(e.isProjecting()||(e.isProjectionDirty=e.parent.isProjectionDirty),e.isSharedProjectionDirty||(e.isSharedProjectionDirty=Boolean(e.isProjectionDirty||e.parent.isProjectionDirty||e.parent.isSharedProjectionDirty)),e.isTransformDirty||(e.isTransformDirty=e.parent.isTransformDirty))}function ul(e){e.isProjectionDirty=e.isSharedProjectionDirty=e.isTransformDirty=!1}function dl(e){e.clearSnapshot()}function pl(e){e.clearMeasurements()}function ml(e){e.isLayoutDirty=!1}function hl(e){const{visualElement:t}=e.options;t&&t.getProps().onBeforeLayoutMeasure&&t.notify("BeforeLayoutMeasure"),e.resetTransform()}function gl(e){e.finishAnimation(),e.targetDelta=e.relativeTarget=e.target=void 0,e.isProjectionDirty=!0}function fl(e){e.resolveTargetDelta()}function bl(e){e.calcProjection()}function vl(e){e.resetRotation()}function yl(e){e.removeLeadSnapshot()}function xl(e,t,n){e.translate=rr(t.translate,0,n),e.scale=rr(t.scale,1,n),e.origin=t.origin,e.originPoint=t.originPoint}function Il(e,t,n,i){e.min=rr(t.min,n.min,i),e.max=rr(t.max,n.max,i)}function wl(e){return e.animationValues&&void 0!==e.animationValues.opacityExit}const Cl={duration:.45,ease:[.4,0,.1,1]};function Nl(e){e.min=Math.round(e.min),e.max=Math.round(e.max)}function Al(e,t,n){return"position"===e||"preserve-aspect"===e&&!Ja(Ks(t),Ks(n),.2)}const kl=al({attachResizeListener:(e,t)=>Zi(e,"resize",t),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body.scrollLeft,y:document.documentElement.scrollTop||document.body.scrollTop}),checkIsScrollRoot:()=>!0}),Gl={current:void 0},Pl=al({measureScroll:e=>({x:e.scrollLeft,y:e.scrollTop}),defaultParent:()=>{if(!Gl.current){const e=new kl({});e.mount(window),e.setOptions({layoutScroll:!0}),Gl.current=e}return Gl.current},resetTransform:(e,t)=>{e.style.transform=void 0!==t?t:"none"},checkIsScrollRoot:e=>Boolean("fixed"===window.getComputedStyle(e).position)}),Vl={pan:{Feature:class extends qi{constructor(){super(...arguments),this.removePointerDownListener=po}onPointerDown(e){this.session=new Oa(e,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint()})}createPanHandlers(){const{onPanSessionStart:e,onPanStart:t,onPan:n,onPanEnd:i}=this.node.getProps();return{onSessionStart:ks(e),onStart:ks(t),onMove:n,onEnd:(e,t)=>{delete this.session,i&&so.update(()=>i(e,t))}}}mount(){this.removePointerDownListener=ji(this.node.current,"pointerdown",e=>this.onPointerDown(e))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}},drag:{Feature:class extends qi{constructor(e){super(e),this.removeGroupControls=po,this.removeListeners=po,this.controls=new Ns(e)}mount(){const{dragControls:e}=this.node.getProps();e&&(this.removeGroupControls=e.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||po}unmount(){this.removeGroupControls(),this.removeListeners()}},ProjectionNode:Pl,MeasureLayout:Ss}},Bl=/var\((--[a-zA-Z0-9-_]+),? ?([a-zA-Z0-9 ()%#.,-]+)?\)/;function Tl(e,t,n=1){Ao(n<=4,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`);const[i,o]=function(e){const t=Bl.exec(e);if(!t)return[,];const[,n,i]=t;return[n,i]}(e);if(!i)return;const r=window.getComputedStyle(t).getPropertyValue(i);return r?r.trim():Hn(o)?Tl(o,t,n+1):o}const Sl=new Set(["width","height","top","left","right","bottom","x","y","translateX","translateY"]),El=e=>Sl.has(e),Rl=e=>e===Jn||e===oi,Ml=(e,t)=>parseFloat(e.split(", ")[t]),Ll=(e,t)=>(n,{transform:i})=>{if("none"===i||!i)return 0;const o=i.match(/^matrix3d\((.+)\)$/);if(o)return Ml(o[1],t);{const t=i.match(/^matrix\((.+)\)$/);return t?Ml(t[1],e):0}},Xl=new Set(["x","y","z"]),Wl=Ln.filter(e=>!Xl.has(e));const Ol={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:Ll(4,13),y:Ll(5,14)},Fl=(e,t,n={},i={})=>{t={...t},i={...i};const o=Object.keys(t).filter(El);let r=[],a=!1;const s=[];if(o.forEach(o=>{const l=e.getValue(o);if(!e.hasValue(o))return;let c=n[o],u=Ia(c);const d=t[o];let p;if(Mi(d)){const e=d.length,t=null===d[0]?1:0;c=d[t],u=Ia(c);for(let n=t;n<e&&null!==d[n];n++)p?Ao(Ia(d[n])===p,"All keyframes must be of the same type"):(p=Ia(d[n]),Ao(p===u||Rl(u)&&Rl(p),"Keyframes must be of the same dimension as the current value"))}else p=Ia(d);if(u!==p)if(Rl(u)&&Rl(p)){const e=l.get();"string"==typeof e&&l.set(parseFloat(e)),"string"==typeof d?t[o]=parseFloat(d):Array.isArray(d)&&p===oi&&(t[o]=d.map(parseFloat))}else(null==u?void 0:u.transform)&&(null==p?void 0:p.transform)&&(0===c||0===d)?0===c?l.set(p.transform(c)):t[o]=u.transform(d):(a||(r=function(e){const t=[];return Wl.forEach(n=>{const i=e.getValue(n);void 0!==i&&(t.push([n,i.get()]),i.set(n.startsWith("scale")?1:0))}),t.length&&e.render(),t}(e),a=!0),s.push(o),i[o]=void 0!==i[o]?i[o]:t[o],l.jump(d))}),s.length){const n=s.indexOf("height")>=0?window.pageYOffset:null,o=((e,t,n)=>{const i=t.measureViewportBox(),o=t.current,r=getComputedStyle(o),{display:a}=r,s={};"none"===a&&t.setStaticValue("display",e.display||"block"),n.forEach(e=>{s[e]=Ol[e](i,r)}),t.render();const l=t.measureViewportBox();return n.forEach(n=>{const i=t.getValue(n);i&&i.jump(s[n]),e[n]=Ol[n](l,r)}),e})(t,e,s);return r.length&&r.forEach(([t,n])=>{e.getValue(t).set(n)}),e.render(),mn&&null!==n&&window.scrollTo({top:n}),{target:o,transitionEnd:i}}return{target:t,transitionEnd:i}};function Dl(e,t,n,i){return(e=>Object.keys(e).some(El))(t)?Fl(e,t,n,i):{target:t,transitionEnd:i}}const Zl=(e,t,n,i)=>{const o=function(e,{...t},n){const i=e.current;if(!(i instanceof Element))return{target:t,transitionEnd:n};n&&(n={...n}),e.values.forEach(e=>{const t=e.get();if(!Hn(t))return;const n=Tl(t,i);n&&e.set(n)});for(const e in t){const o=t[e];if(!Hn(o))continue;const r=Tl(o,i);r&&(t[e]=r,n||(n={}),void 0===n[e]&&(n[e]=o))}return{target:t,transitionEnd:n}}(e,t,i);return Dl(e,t=o.target,n,i=o.transitionEnd)},zl={current:null},Hl={current:!1};const jl=new WeakMap,Yl=Object.keys(kn),Jl=Yl.length,Ul=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"],$l=xn.length;class Ql{constructor({parent:e,props:t,presenceContext:n,reducedMotionConfig:i,visualState:o},r={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.scheduleRender=()=>so.render(this.render,!1,!0);const{latestValues:a,renderState:s}=o;this.latestValues=a,this.baseTarget={...a},this.initialValues=t.initial?{...a}:{},this.renderState=s,this.parent=e,this.props=t,this.presenceContext=n,this.depth=e?e.depth+1:0,this.reducedMotionConfig=i,this.options=r,this.isControllingVariants=In(t),this.isVariantNode=wn(t),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=Boolean(e&&e.current);const{willChange:l,...c}=this.scrapeMotionValuesFromProps(t,{});for(const e in c){const t=c[e];void 0!==a[e]&&On(t)&&(t.set(a[e],!1),ua(l)&&l.add(e))}}scrapeMotionValuesFromProps(e,t){return{}}mount(e){this.current=e,jl.set(e,this),this.projection&&!this.projection.instance&&this.projection.mount(e),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((e,t)=>this.bindToMotionValue(t,e)),Hl.current||function(){if(Hl.current=!0,mn)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>zl.current=e.matches;e.addListener(t),t()}else zl.current=!1}(),this.shouldReduceMotion="never"!==this.reducedMotionConfig&&("always"===this.reducedMotionConfig||zl.current),"production"!==process.env.NODE_ENV&&fa(!0!==this.shouldReduceMotion,"You have Reduced Motion enabled on your device. Animations may not appear as expected."),this.parent&&this.parent.children.add(this),this.update(this.props,this.presenceContext)}unmount(){jl.delete(this.current),this.projection&&this.projection.unmount(),lo(this.notifyUpdate),lo(this.render),this.valueSubscriptions.forEach(e=>e()),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent&&this.parent.children.delete(this);for(const e in this.events)this.events[e].clear();for(const e in this.features)this.features[e].unmount();this.current=null}bindToMotionValue(e,t){const n=Xn.has(e),i=t.on("change",t=>{this.latestValues[e]=t,this.props.onUpdate&&so.update(this.notifyUpdate,!1,!0),n&&this.projection&&(this.projection.isTransformDirty=!0)}),o=t.on("renderRequest",this.scheduleRender);this.valueSubscriptions.set(e,()=>{i(),o()})}sortNodePosition(e){return this.current&&this.sortInstanceNodePosition&&this.type===e.type?this.sortInstanceNodePosition(this.current,e.current):0}loadFeatures({children:e,...t},n,i,o){let r,a;if("production"!==process.env.NODE_ENV&&i&&n){const e="You have rendered a `motion` component within a `LazyMotion` component. This will break tree shaking. Import and render a `m` component instead.";t.ignoreStrict?No(!1,e):Ao(!1,e)}for(let e=0;e<Jl;e++){const n=Yl[e],{isEnabled:i,Feature:o,ProjectionNode:s,MeasureLayout:l}=kn[n];s&&(r=s),i(t)&&(!this.features[n]&&o&&(this.features[n]=new o(this)),l&&(a=l))}if(!this.projection&&r){this.projection=new r(this.latestValues,this.parent&&this.parent.projection);const{layoutId:e,layout:n,drag:i,dragConstraints:a,layoutScroll:s,layoutRoot:l}=t;this.projection.setOptions({layoutId:e,layout:n,alwaysMeasureLayout:Boolean(i)||a&&fn(a),visualElement:this,scheduleRender:()=>this.scheduleRender(),animationType:"string"==typeof n?n:"both",initialPromotionConfig:o,layoutScroll:s,layoutRoot:l})}return a}updateFeatures(){for(const e in this.features){const t=this.features[e];t.isMounted?t.update():(t.mount(),t.isMounted=!0)}}triggerBuild(){this.build(this.renderState,this.latestValues,this.options,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):{x:{min:0,max:0},y:{min:0,max:0}}}getStaticValue(e){return this.latestValues[e]}setStaticValue(e,t){this.latestValues[e]=t}makeTargetAnimatable(e,t=!0){return this.makeTargetAnimatableFromInstance(e,this.props,t)}update(e,t){(e.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=e,this.prevPresenceContext=this.presenceContext,this.presenceContext=t;for(let t=0;t<Ul.length;t++){const n=Ul[t];this.propEventSubscriptions[n]&&(this.propEventSubscriptions[n](),delete this.propEventSubscriptions[n]);const i=e["on"+n];i&&(this.propEventSubscriptions[n]=this.on(n,i))}this.prevMotionValues=function(e,t,n){const{willChange:i}=t;for(const o in t){const r=t[o],a=n[o];if(On(r))e.addValue(o,r),ua(i)&&i.add(o),"development"===process.env.NODE_ENV&&fa("10.12.16"===r.version,`Attempting to mix Framer Motion versions ${r.version} with 10.12.16 may not work as expected.`);else if(On(a))e.addValue(o,va(r,{owner:e})),ua(i)&&i.remove(o);else if(a!==r)if(e.hasValue(o)){const t=e.getValue(o);!t.hasAnimated&&t.set(r)}else{const t=e.getStaticValue(o);e.addValue(o,va(void 0!==t?t:r,{owner:e}))}}for(const i in n)void 0===t[i]&&e.removeValue(i);return t}(this,this.scrapeMotionValuesFromProps(e,this.prevProps),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(e){return this.props.variants?this.props.variants[e]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}getVariantContext(e=!1){if(e)return this.parent?this.parent.getVariantContext():void 0;if(!this.isControllingVariants){const e=this.parent&&this.parent.getVariantContext()||{};return void 0!==this.props.initial&&(e.initial=this.props.initial),e}const t={};for(let e=0;e<$l;e++){const n=xn[e],i=this.props[n];(bn(i)||!1===i)&&(t[n]=i)}return t}addVariantChild(e){const t=this.getClosestVariantNode();if(t)return t.variantChildren&&t.variantChildren.add(e),()=>t.variantChildren.delete(e)}addValue(e,t){t!==this.values.get(e)&&(this.removeValue(e),this.bindToMotionValue(e,t)),this.values.set(e,t),this.latestValues[e]=t.get()}removeValue(e){this.values.delete(e);const t=this.valueSubscriptions.get(e);t&&(t(),this.valueSubscriptions.delete(e)),delete this.latestValues[e],this.removeValueFromRenderState(e,this.renderState)}hasValue(e){return this.values.has(e)}getValue(e,t){if(this.props.values&&this.props.values[e])return this.props.values[e];let n=this.values.get(e);return void 0===n&&void 0!==t&&(n=va(t,{owner:this}),this.addValue(e,n)),n}readValue(e){return void 0===this.latestValues[e]&&this.current?this.readValueFromInstance(this.current,e,this.options):this.latestValues[e]}setBaseTarget(e,t){this.baseTarget[e]=t}getBaseTarget(e){var t;const{initial:n}=this.props,i="string"==typeof n||"object"==typeof n?null===(t=Ei(this.props,n))||void 0===t?void 0:t[e]:void 0;if(n&&void 0!==i)return i;const o=this.getBaseTargetFromProps(this.props,e);return void 0===o||On(o)?void 0!==this.initialValues[e]&&void 0===i?void 0:this.baseTarget[e]:o}on(e,t){return this.events[e]||(this.events[e]=new ha),this.events[e].add(t)}notify(e,...t){this.events[e]&&this.events[e].notify(...t)}}class _l extends Ql{sortInstanceNodePosition(e,t){return 2&e.compareDocumentPosition(t)?1:-1}getBaseTargetFromProps(e,t){return e.style?e.style[t]:void 0}removeValueFromRenderState(e,{vars:t,style:n}){delete t[e],delete n[e]}makeTargetAnimatableFromInstance({transition:e,transitionEnd:t,...n},{transformValues:i},o){let r=function(e,t,n){const i={};for(const o in e){const e=Aa(o,t);if(void 0!==e)i[o]=e;else{const e=n.getValue(o);e&&(i[o]=e.get())}}return i}(n,e||{},this);if(i&&(t&&(t=i(t)),n&&(n=i(n)),r&&(r=i(r))),o){!function(e,t,n){var i,o;const r=Object.keys(t).filter(t=>!e.hasValue(t)),a=r.length;if(a)for(let s=0;s<a;s++){const a=r[s],l=t[a];let c=null;Array.isArray(l)&&(c=l[0]),null===c&&(c=null!==(o=null!==(i=n[a])&&void 0!==i?i:e.readValue(a))&&void 0!==o?o:t[a]),null!=c&&("string"==typeof c&&(da(c)||aa(c))?c=parseFloat(c):!Ca(c)&&yr.test(l)&&(c=ra(a,l)),e.addValue(a,va(c,{owner:e})),void 0===n[a]&&(n[a]=c),null!==c&&e.setBaseTarget(a,c))}}(this,n,r);const e=Zl(this,n,r,t);t=e.transitionEnd,n=e.target}return{transition:e,transitionEnd:t,...n}}}class Kl extends _l{readValueFromInstance(e,t){if(Xn.has(t)){const e=oa(t);return e&&e.default||0}{const i=(n=e,window.getComputedStyle(n)),o=(zn(t)?i.getPropertyValue(t):i[t])||0;return"string"==typeof o?o.trim():o}var n}measureInstanceViewportBox(e,{transformPagePoint:t}){return ws(e,t)}build(e,t,n,i){ui(e,t,n,i.transformTemplate)}scrapeMotionValuesFromProps(e,t){return Ti(e,t)}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:e}=this.props;On(e)&&(this.childSubscription=e.on("change",e=>{this.current&&(this.current.textContent=`${e}`)}))}renderInstance(e,t,n,i){Pi(e,t,n,i)}}class ql extends _l{constructor(){super(...arguments),this.isSVGTag=!1}getBaseTargetFromProps(e,t){return e[t]}readValueFromInstance(e,t){if(Xn.has(t)){const e=oa(t);return e&&e.default||0}return t=Vi.has(t)?t:Gi(t),e.getAttribute(t)}measureInstanceViewportBox(){return{x:{min:0,max:0},y:{min:0,max:0}}}scrapeMotionValuesFromProps(e,t){return Si(e,t)}build(e,t,n,i){wi(e,t,n,this.isSVGTag,i.transformTemplate)}renderInstance(e,t,n,i){Bi(e,t,0,i)}mount(e){this.isSVGTag=Ni(e.tagName),super.mount(e)}}const ec=(e,t)=>Rn(e)?new ql(t,{enableHardwareAcceleration:!1}):new Kl(t,{enableHardwareAcceleration:!0}),tc={...Xa,...xo,...Vl,...{layout:{ProjectionNode:Pl,MeasureLayout:Ss}}},nc=Sn((e,t)=>function(e,{forwardMotionProps:t=!1},n,i){return{...Rn(e)?Fi:Di,preloadedFeatures:n,useRender:ki(t),createVisualElement:i,Component:e}}(e,t,tc,ec));function ic(){const e=l(!1);return hn(()=>(e.current=!0,()=>{e.current=!1}),[]),e}class oc extends i.Component{getSnapshotBeforeUpdate(e){const t=this.props.childRef.current;if(t&&e.isPresent&&!this.props.isPresent){const e=this.props.sizeRef.current;e.height=t.offsetHeight||0,e.width=t.offsetWidth||0,e.top=t.offsetTop,e.left=t.offsetLeft}return null}componentDidUpdate(){}render(){return this.props.children}}function rc({children:e,isPresent:t}){const n=f(),o=l(null),r=l({width:0,height:0,top:0,left:0});return g(()=>{const{width:e,height:i,top:a,left:s}=r.current;if(t||!o.current||!e||!i)return;o.current.dataset.motionPopId=n;const l=document.createElement("style");return document.head.appendChild(l),l.sheet&&l.sheet.insertRule(`\n [data-motion-pop-id="${n}"] {\n position: absolute !important;\n width: ${e}px !important;\n height: ${i}px !important;\n top: ${a}px !important;\n left: ${s}px !important;\n }\n `),()=>{document.head.removeChild(l)}},[t]),i.createElement(oc,{isPresent:t,childRef:o,sizeRef:r},i.cloneElement(e,{ref:o}))}const ac=({children:e,initial:t,isPresent:n,onExitComplete:o,custom:r,presenceAffectsLayout:s,mode:l})=>{const c=Ri(sc),u=f(),d=a(()=>({id:u,initial:t,isPresent:n,custom:r,onExitComplete:e=>{c.set(e,!0);for(const e of c.values())if(!e)return;o&&o()},register:e=>(c.set(e,!1),()=>c.delete(e))}),s?void 0:[n]);return a(()=>{c.forEach((e,t)=>c.set(t,!1))},[n]),i.useEffect(()=>{!n&&!c.size&&o&&o()},[n]),"popLayout"===l&&(e=i.createElement(rc,{isPresent:n},e)),i.createElement(pn.Provider,{value:d},e)};function sc(){return new Map}const lc=e=>e.key||"";const cc=({children:e,custom:t,initial:n=!0,onExitComplete:o,exitBeforeEnter:r,presenceAffectsLayout:a=!0,mode:s="sync"})=>{Ao(!r,"Replace exitBeforeEnter with mode='wait'");const p=h(Gn).forceRender||function(){const e=ic(),[t,n]=c(0),i=d(()=>{e.current&&n(t+1)},[t]);return[d(()=>so.postRender(i),[i]),t]}()[0],m=ic(),g=function(e){const t=[];return v.forEach(e,e=>{y(e)&&t.push(e)}),t}(e);let f=g;const x=l(new Map).current,I=l(f),w=l(new Map).current,C=l(!0);var N;if(hn(()=>{C.current=!1,function(e,t){e.forEach(e=>{const n=lc(e);t.set(n,e)})}(g,w),I.current=f}),N=()=>{C.current=!0,w.clear(),x.clear()},u(()=>()=>N(),[]),C.current)return i.createElement(i.Fragment,null,f.map(e=>i.createElement(ac,{key:lc(e),isPresent:!0,initial:!!n&&void 0,presenceAffectsLayout:a,mode:s},e)));f=[...f];const A=I.current.map(lc),k=g.map(lc),G=A.length;for(let e=0;e<G;e++){const t=A[e];-1!==k.indexOf(t)||x.has(t)||x.set(t,void 0)}return"wait"===s&&x.size&&(f=[]),x.forEach((e,n)=>{if(-1!==k.indexOf(n))return;const r=w.get(n);if(!r)return;const l=A.indexOf(n);let c=e;if(!c){const e=()=>{w.delete(n),x.delete(n);const e=I.current.findIndex(e=>e.key===n);if(I.current.splice(e,1),!x.size){if(I.current=g,!1===m.current)return;p(),o&&o()}};c=i.createElement(ac,{key:lc(r),isPresent:!1,onExitComplete:e,custom:t,presenceAffectsLayout:a,mode:s},r),x.set(n,c)}f.splice(l,0,c)}),f=f.map(e=>{const t=e.key;return x.has(t)?e:i.createElement(ac,{key:lc(e),isPresent:!0,presenceAffectsLayout:a,mode:s},e)}),"production"!==process.env.NODE_ENV&&"wait"===s&&f.length>1&&console.warn('You\'re attempting to animate multiple children within AnimatePresence, but its mode is set to "wait". This will lead to odd visual behaviour.'),i.createElement(i.Fragment,null,x.size?f:f.map(e=>b(e)))};function uc(){return uc=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var i in n)({}).hasOwnProperty.call(n,i)&&(e[i]=n[i])}return e},uc.apply(null,arguments)}function dc(e,t,{checkForDefaultPrevented:n=!0}={}){return function(i){if(null==e||e(i),!1===n||!i.defaultPrevented)return null==t?void 0:t(i)}}function pc(...e){return t=>e.forEach(e=>function(e,t){"function"==typeof e?e(t):null!=e&&(e.current=t)}(e,t))}function mc(...e){return d(pc(...e),e)}function hc(...e){const t=e[0];if(1===e.length)return t;const n=()=>{const n=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){const i=n.reduce((t,{useScope:n,scopeName:i})=>({...t,...n(e)[`__scope${i}`]}),{});return a(()=>({[`__scope${t.scopeName}`]:i}),[i])}};return n.scopeName=t.scopeName,n}const gc=Boolean(null===globalThis||void 0===globalThis?void 0:globalThis.document)?m:()=>{},fc=i["useId".toString()]||(()=>{});let bc=0;function vc(e){const[t,n]=i.useState(fc());return gc(()=>{n(e=>null!=e?e:String(bc++))},[e]),e||(t?`radix-${t}`:"")}function yc(e){const t=l(e);return u(()=>{t.current=e}),a(()=>(...e)=>{var n;return null===(n=t.current)||void 0===n?void 0:n.call(t,...e)},[])}function xc({prop:e,defaultProp:t,onChange:n=()=>{}}){const[i,o]=function({defaultProp:e,onChange:t}){const n=c(e),[i]=n,o=l(i),r=yc(t);return u(()=>{o.current!==i&&(r(i),o.current=i)},[i,o,r]),n}({defaultProp:t,onChange:n}),r=void 0!==e,a=r?e:i,s=yc(n);return[a,d(t=>{if(r){const n="function"==typeof t?t(e):t;n!==e&&s(n)}else o(t)},[r,e,o,s])]}const Ic=r((e,t)=>{const{children:n,...i}=e,o=v.toArray(n),r=o.find(Nc);if(r){const e=r.props.children,n=o.map(t=>t===r?v.count(e)>1?v.only(null):y(e)?e.props.children:null:t);return s(wc,uc({},i,{ref:t}),y(e)?b(e,void 0,n):null)}return s(wc,uc({},i,{ref:t}),n)});Ic.displayName="Slot";const wc=r((e,t)=>{const{children:n,...i}=e;return y(n)?b(n,{...Ac(i,n.props),ref:t?pc(t,n.ref):n.ref}):v.count(n)>1?v.only(null):null});wc.displayName="SlotClone";const Cc=({children:e})=>s(x,null,e);function Nc(e){return y(e)&&e.type===Cc}function Ac(e,t){const n={...t};for(const i in t){const o=e[i],r=t[i];/^on[A-Z]/.test(i)?o&&r?n[i]=(...e)=>{r(...e),o(...e)}:o&&(n[i]=o):"style"===i?n[i]={...o,...r}:"className"===i&&(n[i]=[o,r].filter(Boolean).join(" "))}return{...e,...n}}const kc=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","span","svg","ul"].reduce((e,t)=>{const n=r((e,n)=>{const{asChild:i,...o}=e,r=i?Ic:t;return u(()=>{window[Symbol.for("radix-ui")]=!0},[]),s(r,uc({},o,{ref:n}))});return n.displayName=`Primitive.${t}`,{...e,[t]:n}},{});const Gc="dismissableLayer.update",Pc="dismissableLayer.pointerDownOutside",Vc="dismissableLayer.focusOutside";let Bc;const Tc=p({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Sc=r((e,t)=>{var n;const{disableOutsidePointerEvents:i=!1,onEscapeKeyDown:o,onPointerDownOutside:r,onFocusOutside:a,onInteractOutside:d,onDismiss:p,...m}=e,g=h(Tc),[f,b]=c(null),v=null!==(n=null==f?void 0:f.ownerDocument)&&void 0!==n?n:null===globalThis||void 0===globalThis?void 0:globalThis.document,[,y]=c({}),x=mc(t,e=>b(e)),I=Array.from(g.layers),[w]=[...g.layersWithOutsidePointerEventsDisabled].slice(-1),C=I.indexOf(w),N=f?I.indexOf(f):-1,A=g.layersWithOutsidePointerEventsDisabled.size>0,k=N>=C,G=function(e,t=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const n=yc(e),i=l(!1),o=l(()=>{});return u(()=>{const e=e=>{if(e.target&&!i.current){const r={originalEvent:e};function a(){Rc(Pc,n,r,{discrete:!0})}"touch"===e.pointerType?(t.removeEventListener("click",o.current),o.current=a,t.addEventListener("click",o.current,{once:!0})):a()}else t.removeEventListener("click",o.current);i.current=!1},r=window.setTimeout(()=>{t.addEventListener("pointerdown",e)},0);return()=>{window.clearTimeout(r),t.removeEventListener("pointerdown",e),t.removeEventListener("click",o.current)}},[t,n]),{onPointerDownCapture:()=>i.current=!0}}(e=>{const t=e.target,n=[...g.branches].some(e=>e.contains(t));k&&!n&&(null==r||r(e),null==d||d(e),e.defaultPrevented||null==p||p())},v),P=function(e,t=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const n=yc(e),i=l(!1);return u(()=>{const e=e=>{if(e.target&&!i.current){Rc(Vc,n,{originalEvent:e},{discrete:!1})}};return t.addEventListener("focusin",e),()=>t.removeEventListener("focusin",e)},[t,n]),{onFocusCapture:()=>i.current=!0,onBlurCapture:()=>i.current=!1}}(e=>{const t=e.target;[...g.branches].some(e=>e.contains(t))||(null==a||a(e),null==d||d(e),e.defaultPrevented||null==p||p())},v);return function(e,t=(null===globalThis||void 0===globalThis?void 0:globalThis.document)){const n=yc(e);u(()=>{const e=e=>{"Escape"===e.key&&n(e)};return t.addEventListener("keydown",e),()=>t.removeEventListener("keydown",e)},[n,t])}(e=>{N===g.layers.size-1&&(null==o||o(e),!e.defaultPrevented&&p&&(e.preventDefault(),p()))},v),u(()=>{if(f)return i&&(0===g.layersWithOutsidePointerEventsDisabled.size&&(Bc=v.body.style.pointerEvents,v.body.style.pointerEvents="none"),g.layersWithOutsidePointerEventsDisabled.add(f)),g.layers.add(f),Ec(),()=>{i&&1===g.layersWithOutsidePointerEventsDisabled.size&&(v.body.style.pointerEvents=Bc)}},[f,v,i,g]),u(()=>()=>{f&&(g.layers.delete(f),g.layersWithOutsidePointerEventsDisabled.delete(f),Ec())},[f,g]),u(()=>{const e=()=>y({});return document.addEventListener(Gc,e),()=>document.removeEventListener(Gc,e)},[]),s(kc.div,uc({},m,{ref:x,style:{pointerEvents:A?k?"auto":"none":void 0,...e.style},onFocusCapture:dc(e.onFocusCapture,P.onFocusCapture),onBlurCapture:dc(e.onBlurCapture,P.onBlurCapture),onPointerDownCapture:dc(e.onPointerDownCapture,G.onPointerDownCapture)}))});function Ec(){const e=new CustomEvent(Gc);document.dispatchEvent(e)}function Rc(e,t,n,{discrete:i}){const o=n.originalEvent.target,r=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&o.addEventListener(e,t,{once:!0}),i?function(e,t){e&&E(()=>e.dispatchEvent(t))}(o,r):o.dispatchEvent(r)}const Mc="focusScope.autoFocusOnMount",Lc="focusScope.autoFocusOnUnmount",Xc={bubbles:!1,cancelable:!0},Wc=r((e,t)=>{const{loop:n=!1,trapped:i=!1,onMountAutoFocus:o,onUnmountAutoFocus:r,...a}=e,[p,m]=c(null),h=yc(o),g=yc(r),f=l(null),b=mc(t,e=>m(e)),v=l({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;u(()=>{if(i){function e(e){if(v.paused||!p)return;const t=e.target;p.contains(t)?f.current=t:Zc(f.current,{select:!0})}function t(e){if(v.paused||!p)return;const t=e.relatedTarget;null!==t&&(p.contains(t)||Zc(f.current,{select:!0}))}function n(e){if(document.activeElement===document.body)for(const t of e)t.removedNodes.length>0&&Zc(p)}document.addEventListener("focusin",e),document.addEventListener("focusout",t);const o=new MutationObserver(n);return p&&o.observe(p,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),o.disconnect()}}},[i,p,v.paused]),u(()=>{if(p){zc.add(v);const t=document.activeElement;if(!p.contains(t)){const n=new CustomEvent(Mc,Xc);p.addEventListener(Mc,h),p.dispatchEvent(n),n.defaultPrevented||(!function(e,{select:t=!1}={}){const n=document.activeElement;for(const i of e)if(Zc(i,{select:t}),document.activeElement!==n)return}((e=Oc(p),e.filter(e=>"A"!==e.tagName)),{select:!0}),document.activeElement===t&&Zc(p))}return()=>{p.removeEventListener(Mc,h),setTimeout(()=>{const e=new CustomEvent(Lc,Xc);p.addEventListener(Lc,g),p.dispatchEvent(e),e.defaultPrevented||Zc(null!=t?t:document.body,{select:!0}),p.removeEventListener(Lc,g),zc.remove(v)},0)}}var e},[p,h,g,v]);const y=d(e=>{if(!n&&!i)return;if(v.paused)return;const t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,o=document.activeElement;if(t&&o){const t=e.currentTarget,[i,r]=function(e){const t=Oc(e),n=Fc(t,e),i=Fc(t.reverse(),e);return[n,i]}(t);i&&r?e.shiftKey||o!==r?e.shiftKey&&o===i&&(e.preventDefault(),n&&Zc(r,{select:!0})):(e.preventDefault(),n&&Zc(i,{select:!0})):o===t&&e.preventDefault()}},[n,i,v.paused]);return s(kc.div,uc({tabIndex:-1},a,{ref:b,onKeyDown:y}))});function Oc(e){const t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{const t="INPUT"===e.tagName&&"hidden"===e.type;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function Fc(e,t){for(const n of e)if(!Dc(n,{upTo:t}))return n}function Dc(e,{upTo:t}){if("hidden"===getComputedStyle(e).visibility)return!0;for(;e;){if(void 0!==t&&e===t)return!1;if("none"===getComputedStyle(e).display)return!0;e=e.parentElement}return!1}function Zc(e,{select:t=!1}={}){if(e&&e.focus){const n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&function(e){return e instanceof HTMLInputElement&&"select"in e}(e)&&t&&e.select()}}const zc=function(){let e=[];return{add(t){const n=e[0];t!==n&&(null==n||n.pause()),e=Hc(e,t),e.unshift(t)},remove(t){var n;e=Hc(e,t),null===(n=e[0])||void 0===n||n.resume()}}}();function Hc(e,t){const n=[...e],i=n.indexOf(t);return-1!==i&&n.splice(i,1),n}const jc=r((e,t)=>{var n;const{container:i=(null===globalThis||void 0===globalThis||null===(n=globalThis.document)||void 0===n?void 0:n.body),...o}=e;return i?S.createPortal(s(kc.div,uc({},o,{ref:t})),i):null});const Yc=e=>{const{present:t,children:n}=e,i=function(e){const[t,n]=c(),i=l({}),o=l(e),r=l("none"),a=e?"mounted":"unmounted",[s,p]=function(e,t){return I((e,n)=>{const i=t[e][n];return null!=i?i:e},e)}(a,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return u(()=>{const e=Jc(i.current);r.current="mounted"===s?e:"none"},[s]),gc(()=>{const t=i.current,n=o.current;if(n!==e){const i=r.current,a=Jc(t);if(e)p("MOUNT");else if("none"===a||"none"===(null==t?void 0:t.display))p("UNMOUNT");else{p(n&&i!==a?"ANIMATION_OUT":"UNMOUNT")}o.current=e}},[e,p]),gc(()=>{if(t){const e=e=>{const n=Jc(i.current).includes(e.animationName);e.target===t&&n&&E(()=>p("ANIMATION_END"))},n=e=>{e.target===t&&(r.current=Jc(i.current))};return t.addEventListener("animationstart",n),t.addEventListener("animationcancel",e),t.addEventListener("animationend",e),()=>{t.removeEventListener("animationstart",n),t.removeEventListener("animationcancel",e),t.removeEventListener("animationend",e)}}p("ANIMATION_END")},[t,p]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:d(e=>{e&&(i.current=getComputedStyle(e)),n(e)},[])}}(t),o="function"==typeof n?n({present:i.isPresent}):v.only(n),r=mc(i.ref,o.ref);return"function"==typeof n||i.isPresent?b(o,{ref:r}):null};function Jc(e){return(null==e?void 0:e.animationName)||"none"}Yc.displayName="Presence";let Uc=0;function $c(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.cssText="outline: none; opacity: 0; position: fixed; pointer-events: none",e}var Qc=function(){return Qc=Object.assign||function(e){for(var t,n=1,i=arguments.length;n<i;n++)for(var o in t=arguments[n])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},Qc.apply(this,arguments)};function _c(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(n[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(n[i[o]]=e[i[o]])}return n}"function"==typeof SuppressedError&&SuppressedError;var Kc="right-scroll-bar-position",qc="width-before-scroll-bar";function eu(e,t){return"function"==typeof e?e(t):e&&(e.current=t),e}var tu="undefined"!=typeof window?i.useLayoutEffect:i.useEffect,nu=new WeakMap;function iu(e,t){var n,i,o,r=(n=null,i=function(t){return e.forEach(function(e){return eu(e,t)})},(o=c(function(){return{value:n,callback:i,facade:{get current(){return o.value},set current(e){var t=o.value;t!==e&&(o.value=e,o.callback(e,t))}}}})[0]).callback=i,o.facade);return tu(function(){var t=nu.get(r);if(t){var n=new Set(t),i=new Set(e),o=r.current;n.forEach(function(e){i.has(e)||eu(e,null)}),i.forEach(function(e){n.has(e)||eu(e,o)})}nu.set(r,e)},[e]),r}function ou(e){return e}var ru=function(e){var t=e.sideCar,n=_c(e,["sideCar"]);if(!t)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var o=t.read();if(!o)throw new Error("Sidecar medium not found");return i.createElement(o,Qc({},n))};ru.isSideCarExport=!0;var au=function(e){void 0===e&&(e={});var t=function(e,t){void 0===t&&(t=ou);var n=[],i=!1,o={read:function(){if(i)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(e){var o=t(e,i);return n.push(o),function(){n=n.filter(function(e){return e!==o})}},assignSyncMedium:function(e){for(i=!0;n.length;){var t=n;n=[],t.forEach(e)}n={push:function(t){return e(t)},filter:function(){return n}}},assignMedium:function(e){i=!0;var t=[];if(n.length){var o=n;n=[],o.forEach(e),t=n}var r=function(){var n=t;t=[],n.forEach(e)},a=function(){return Promise.resolve().then(r)};a(),n={push:function(e){t.push(e),a()},filter:function(e){return t=t.filter(e),n}}}};return o}(null);return t.options=Qc({async:!0,ssr:!1},e),t}(),su=function(){},lu=i.forwardRef(function(e,t){var n=i.useRef(null),o=i.useState({onScrollCapture:su,onWheelCapture:su,onTouchMoveCapture:su}),r=o[0],a=o[1],s=e.forwardProps,l=e.children,c=e.className,u=e.removeScrollBar,d=e.enabled,p=e.shards,m=e.sideCar,h=e.noIsolation,g=e.inert,f=e.allowPinchZoom,b=e.as,v=void 0===b?"div":b,y=_c(e,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noIsolation","inert","allowPinchZoom","as"]),x=m,I=iu([n,t]),w=Qc(Qc({},y),r);return i.createElement(i.Fragment,null,d&&i.createElement(x,{sideCar:au,removeScrollBar:u,shards:p,noIsolation:h,inert:g,setCallbacks:a,allowPinchZoom:!!f,lockRef:n}),s?i.cloneElement(i.Children.only(l),Qc(Qc({},w),{ref:I})):i.createElement(v,Qc({},w,{className:c,ref:I}),l))});lu.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},lu.classNames={fullWidth:qc,zeroRight:Kc};function cu(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__}();return t&&e.setAttribute("nonce",t),e}var uu=function(){var e=0,t=null;return{add:function(n){var i;0==e&&(t=cu())&&(!function(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}(t,n),i=t,(document.head||document.getElementsByTagName("head")[0]).appendChild(i)),e++},remove:function(){! --e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},du=function(){var e,t=(e=uu(),function(t,n){i.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])});return function(e){var n=e.styles,i=e.dynamic;return t(n,i),null}},pu={left:0,top:0,right:0,gap:0},mu=function(e){return parseInt(e||"",10)||0},hu=function(e){if(void 0===e&&(e="margin"),"undefined"==typeof window)return pu;var t=function(e){var t=window.getComputedStyle(document.body),n=t["padding"===e?"paddingLeft":"marginLeft"],i=t["padding"===e?"paddingTop":"marginTop"],o=t["padding"===e?"paddingRight":"marginRight"];return[mu(n),mu(i),mu(o)]}(e),n=document.documentElement.clientWidth,i=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,i-n+t[2]-t[0])}},gu=du(),fu="data-scroll-locked",bu=function(e,t,n,i){var o=e.left,r=e.top,a=e.right,s=e.gap;return void 0===n&&(n="margin"),"\n .".concat("with-scroll-bars-hidden"," {\n overflow: hidden ").concat(i,";\n padding-right: ").concat(s,"px ").concat(i,";\n }\n body[").concat(fu,"] {\n overflow: hidden ").concat(i,";\n overscroll-behavior: contain;\n ").concat([t&&"position: relative ".concat(i,";"),"margin"===n&&"\n padding-left: ".concat(o,"px;\n padding-top: ").concat(r,"px;\n padding-right: ").concat(a,"px;\n margin-left:0;\n margin-top:0;\n margin-right: ").concat(s,"px ").concat(i,";\n "),"padding"===n&&"padding-right: ".concat(s,"px ").concat(i,";")].filter(Boolean).join(""),"\n }\n \n .").concat(Kc," {\n right: ").concat(s,"px ").concat(i,";\n }\n \n .").concat(qc," {\n margin-right: ").concat(s,"px ").concat(i,";\n }\n \n .").concat(Kc," .").concat(Kc," {\n right: 0 ").concat(i,";\n }\n \n .").concat(qc," .").concat(qc," {\n margin-right: 0 ").concat(i,";\n }\n \n body[").concat(fu,"] {\n ").concat("--removed-body-scroll-bar-size",": ").concat(s,"px;\n }\n")},vu=function(){var e=parseInt(document.body.getAttribute(fu)||"0",10);return isFinite(e)?e:0},yu=function(e){var t=e.noRelative,n=e.noImportant,o=e.gapMode,r=void 0===o?"margin":o;i.useEffect(function(){return document.body.setAttribute(fu,(vu()+1).toString()),function(){var e=vu()-1;e<=0?document.body.removeAttribute(fu):document.body.setAttribute(fu,e.toString())}},[]);var a=i.useMemo(function(){return hu(r)},[r]);return i.createElement(gu,{styles:bu(a,!t,r,n?"":"!important")})},xu=!1;if("undefined"!=typeof window)try{var Iu=Object.defineProperty({},"passive",{get:function(){return xu=!0,!0}});window.addEventListener("test",Iu,Iu),window.removeEventListener("test",Iu,Iu)}catch(e){xu=!1}var wu=!!xu&&{passive:!1},Cu=function(e,t){var n=window.getComputedStyle(e);return"hidden"!==n[t]&&!(n.overflowY===n.overflowX&&!function(e){return"TEXTAREA"===e.tagName}(e)&&"visible"===n[t])},Nu=function(e,t){var n=t;do{if("undefined"!=typeof ShadowRoot&&n instanceof ShadowRoot&&(n=n.host),Au(e,n)){var i=ku(e,n);if(i[1]>i[2])return!0}n=n.parentNode}while(n&&n!==document.body);return!1},Au=function(e,t){return"v"===e?function(e){return Cu(e,"overflowY")}(t):function(e){return Cu(e,"overflowX")}(t)},ku=function(e,t){return"v"===e?function(e){return[e.scrollTop,e.scrollHeight,e.clientHeight]}(t):function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]}(t)},Gu=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},Pu=function(e){return[e.deltaX,e.deltaY]},Vu=function(e){return e&&"current"in e?e.current:e},Bu=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},Tu=0,Su=[];var Eu,Ru=(Eu=function(e){var t=i.useRef([]),n=i.useRef([0,0]),o=i.useRef(),r=i.useState(Tu++)[0],a=i.useState(function(){return du()})[0],s=i.useRef(e);i.useEffect(function(){s.current=e},[e]),i.useEffect(function(){if(e.inert){document.body.classList.add("block-interactivity-".concat(r));var t=function(e,t,n){if(n||2===arguments.length)for(var i,o=0,r=t.length;o<r;o++)!i&&o in t||(i||(i=Array.prototype.slice.call(t,0,o)),i[o]=t[o]);return e.concat(i||Array.prototype.slice.call(t))}([e.lockRef.current],(e.shards||[]).map(Vu),!0).filter(Boolean);return t.forEach(function(e){return e.classList.add("allow-interactivity-".concat(r))}),function(){document.body.classList.remove("block-interactivity-".concat(r)),t.forEach(function(e){return e.classList.remove("allow-interactivity-".concat(r))})}}},[e.inert,e.lockRef.current,e.shards]);var l=i.useCallback(function(e,t){if("touches"in e&&2===e.touches.length)return!s.current.allowPinchZoom;var i,r=Gu(e),a=n.current,l="deltaX"in e?e.deltaX:a[0]-r[0],c="deltaY"in e?e.deltaY:a[1]-r[1],u=e.target,d=Math.abs(l)>Math.abs(c)?"h":"v";if("touches"in e&&"h"===d&&"range"===u.type)return!1;var p=Nu(d,u);if(!p)return!0;if(p?i=d:(i="v"===d?"h":"v",p=Nu(d,u)),!p)return!1;if(!o.current&&"changedTouches"in e&&(l||c)&&(o.current=i),!i)return!0;var m=o.current||i;return function(e,t,n,i){var o=function(e,t){return"h"===e&&"rtl"===t?-1:1}(e,window.getComputedStyle(t).direction),r=o*i,a=n.target,s=t.contains(a),l=!1,c=r>0,u=0,d=0;do{var p=ku(e,a),m=p[0],h=p[1]-p[2]-o*m;(m||h)&&Au(e,a)&&(u+=h,d+=m),a=a.parentNode}while(!s&&a!==document.body||s&&(t.contains(a)||t===a));return c&&0===u?l=!0:c||0!==d||(l=!0),l}(m,t,e,"h"===m?l:c)},[]),c=i.useCallback(function(e){var n=e;if(Su.length&&Su[Su.length-1]===a){var i="deltaY"in n?Pu(n):Gu(n),o=t.current.filter(function(e){return e.name===n.type&&e.target===n.target&&(t=e.delta,o=i,t[0]===o[0]&&t[1]===o[1]);var t,o})[0];if(o&&o.should)n.cancelable&&n.preventDefault();else if(!o){var r=(s.current.shards||[]).map(Vu).filter(Boolean).filter(function(e){return e.contains(n.target)});(r.length>0?l(n,r[0]):!s.current.noIsolation)&&n.cancelable&&n.preventDefault()}}},[]),u=i.useCallback(function(e,n,i,o){var r={name:e,delta:n,target:i,should:o};t.current.push(r),setTimeout(function(){t.current=t.current.filter(function(e){return e!==r})},1)},[]),d=i.useCallback(function(e){n.current=Gu(e),o.current=void 0},[]),p=i.useCallback(function(t){u(t.type,Pu(t),t.target,l(t,e.lockRef.current))},[]),m=i.useCallback(function(t){u(t.type,Gu(t),t.target,l(t,e.lockRef.current))},[]);i.useEffect(function(){return Su.push(a),e.setCallbacks({onScrollCapture:p,onWheelCapture:p,onTouchMoveCapture:m}),document.addEventListener("wheel",c,wu),document.addEventListener("touchmove",c,wu),document.addEventListener("touchstart",d,wu),function(){Su=Su.filter(function(e){return e!==a}),document.removeEventListener("wheel",c,wu),document.removeEventListener("touchmove",c,wu),document.removeEventListener("touchstart",d,wu)}},[]);var h=e.removeScrollBar,g=e.inert;return i.createElement(i.Fragment,null,g?i.createElement(a,{styles:Bu(r)}):null,h?i.createElement(yu,{gapMode:"margin"}):null)},au.useMedium(Eu),ru),Mu=i.forwardRef(function(e,t){return i.createElement(lu,Qc({},e,{ref:t,sideCar:Ru}))});Mu.classNames=lu.classNames;var Lu=new WeakMap,Xu=new WeakMap,Wu={},Ou=0,Fu=function(e){return e&&(e.host||Fu(e.parentNode))},Du=function(e,t,n,i){var o=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=Fu(t);return n&&e.contains(n)?n:(console.error("aria-hidden",t,"in not contained inside",e,". Doing nothing"),null)}).filter(function(e){return Boolean(e)})}(t,Array.isArray(e)?e:[e]);Wu[n]||(Wu[n]=new WeakMap);var r=Wu[n],a=[],s=new Set,l=new Set(o),c=function(e){e&&!s.has(e)&&(s.add(e),c(e.parentNode))};o.forEach(c);var u=function(e){e&&!l.has(e)&&Array.prototype.forEach.call(e.children,function(e){if(s.has(e))u(e);else try{var t=e.getAttribute(i),o=null!==t&&"false"!==t,l=(Lu.get(e)||0)+1,c=(r.get(e)||0)+1;Lu.set(e,l),r.set(e,c),a.push(e),1===l&&o&&Xu.set(e,!0),1===c&&e.setAttribute(n,"true"),o||e.setAttribute(i,"true")}catch(t){console.error("aria-hidden: cannot operate on ",e,t)}})};return u(t),s.clear(),Ou++,function(){a.forEach(function(e){var t=Lu.get(e)-1,o=r.get(e)-1;Lu.set(e,t),r.set(e,o),t||(Xu.has(e)||e.removeAttribute(i),Xu.delete(e)),o||e.removeAttribute(n)}),--Ou||(Lu=new WeakMap,Lu=new WeakMap,Xu=new WeakMap,Wu={})}},Zu=function(e,t,n){void 0===n&&(n="data-aria-hidden");var i=Array.from(Array.isArray(e)?e:[e]),o=function(e){return"undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body}(e);return o?(i.push.apply(i,Array.from(o.querySelectorAll("[aria-live], script"))),Du(i,o,n,"aria-hidden")):function(){return null}};const zu="Dialog",[Hu,ju]=function(e,t=[]){let n=[];const i=()=>{const t=n.map(e=>p(e));return function(n){const i=(null==n?void 0:n[e])||t;return a(()=>({[`__scope${e}`]:{...n,[e]:i}}),[n,i])}};return i.scopeName=e,[function(t,i){const o=p(i),r=n.length;function l(t){const{scope:n,children:i,...l}=t,c=(null==n?void 0:n[e][r])||o,u=a(()=>l,Object.values(l));return s(c.Provider,{value:u},i)}return n=[...n,i],l.displayName=t+"Provider",[l,function(n,a){const s=(null==a?void 0:a[e][r])||o,l=h(s);if(l)return l;if(void 0!==i)return i;throw new Error(`\`${n}\` must be used within \`${t}\``)}]},hc(i,...t)]}(zu),[Yu,Ju]=Hu(zu),Uu="DialogPortal",[$u,Qu]=Hu(Uu,{forceMount:void 0}),_u="DialogOverlay",Ku=r((e,t)=>{const n=Qu(_u,e.__scopeDialog),{forceMount:i=n.forceMount,...o}=e,r=Ju(_u,e.__scopeDialog);return r.modal?s(Yc,{present:i||r.open},s(qu,uc({},o,{ref:t}))):null}),qu=r((e,t)=>{const{__scopeDialog:n,...i}=e,o=Ju(_u,n);return s(Mu,{as:Ic,allowPinchZoom:!0,shards:[o.contentRef]},s(kc.div,uc({"data-state":ld(o.open)},i,{ref:t,style:{pointerEvents:"auto",...i.style}})))}),ed="DialogContent",td=r((e,t)=>{const n=Qu(ed,e.__scopeDialog),{forceMount:i=n.forceMount,...o}=e,r=Ju(ed,e.__scopeDialog);return s(Yc,{present:i||r.open},r.modal?s(nd,uc({},o,{ref:t})):s(id,uc({},o,{ref:t})))}),nd=r((e,t)=>{const n=Ju(ed,e.__scopeDialog),i=l(null),o=mc(t,n.contentRef,i);return u(()=>{const e=i.current;if(e)return Zu(e)},[]),s(od,uc({},e,{ref:o,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:dc(e.onCloseAutoFocus,e=>{var t;e.preventDefault(),null===(t=n.triggerRef.current)||void 0===t||t.focus()}),onPointerDownOutside:dc(e.onPointerDownOutside,e=>{const t=e.detail.originalEvent,n=0===t.button&&!0===t.ctrlKey;(2===t.button||n)&&e.preventDefault()}),onFocusOutside:dc(e.onFocusOutside,e=>e.preventDefault())}))}),id=r((e,t)=>{const n=Ju(ed,e.__scopeDialog),i=l(!1),o=l(!1);return s(od,uc({},e,{ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{var r,a;(null===(r=e.onCloseAutoFocus)||void 0===r||r.call(e,t),t.defaultPrevented)||(i.current||null===(a=n.triggerRef.current)||void 0===a||a.focus(),t.preventDefault());i.current=!1,o.current=!1},onInteractOutside:t=>{var r,a;null===(r=e.onInteractOutside)||void 0===r||r.call(e,t),t.defaultPrevented||(i.current=!0,"pointerdown"===t.detail.originalEvent.type&&(o.current=!0));const s=t.target;(null===(a=n.triggerRef.current)||void 0===a?void 0:a.contains(s))&&t.preventDefault(),"focusin"===t.detail.originalEvent.type&&o.current&&t.preventDefault()}}))}),od=r((e,t)=>{const{__scopeDialog:n,trapFocus:i,onOpenAutoFocus:o,onCloseAutoFocus:r,...a}=e,c=Ju(ed,n),d=mc(t,l(null));return u(()=>{var e,t;const n=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",null!==(e=n[0])&&void 0!==e?e:$c()),document.body.insertAdjacentElement("beforeend",null!==(t=n[1])&&void 0!==t?t:$c()),Uc++,()=>{1===Uc&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),Uc--}},[]),s(x,null,s(Wc,{asChild:!0,loop:!0,trapped:i,onMountAutoFocus:o,onUnmountAutoFocus:r},s(Sc,uc({role:"dialog",id:c.contentId,"aria-describedby":c.descriptionId,"aria-labelledby":c.titleId,"data-state":ld(c.open)},a,{ref:d,onDismiss:()=>c.onOpenChange(!1)}))),!1)}),rd="DialogTitle",ad="DialogClose",sd=r((e,t)=>{const{__scopeDialog:n,...i}=e,o=Ju(ad,n);return s(kc.button,uc({type:"button"},i,{ref:t,onClick:dc(e.onClick,()=>o.onOpenChange(!1))}))});function ld(e){return e?"open":"closed"}!function(e,t){const n=p(t);function i(e){const{children:t,...i}=e,o=a(()=>i,Object.values(i));return s(n.Provider,{value:o},t)}i.displayName=e+"Provider"}("DialogTitleWarning",{contentName:ed,titleName:rd,docsSlug:"dialog"});const cd=e=>{const{__scopeDialog:t,children:n,open:i,defaultOpen:o,onOpenChange:r,modal:a=!0}=e,c=l(null),u=l(null),[p=!1,m]=xc({prop:i,defaultProp:o,onChange:r});return s(Yu,{scope:t,triggerRef:c,contentRef:u,contentId:vc(),titleId:vc(),descriptionId:vc(),open:p,onOpenChange:m,onOpenToggle:d(()=>m(e=>!e),[m]),modal:a},n)},ud=e=>{const{__scopeDialog:t,forceMount:n,children:i,container:o}=e,r=Ju(Uu,t);return s($u,{scope:t,forceMount:n},v.map(i,e=>s(Yc,{present:n||r.open},s(jc,{asChild:!0,container:o},e))))},dd=Ku,pd=td,md=sd,hd=n=>{const{isOpen:i,onRequestClose:o,size:r,title:a,content:s,description:l,children:c,bodyClassName:u,type:d="modal",index:p=0}=n;return e(cd,{open:i,onOpenChange:()=>i&&(null==o?void 0:o()),children:t(ud,{children:[e(nc.div,{initial:"closed",animate:i?"open":"closed",variants:sn,transition:{type:"tween",duration:.2,ease:"easeInOut"},className:"fixed inset-0 z-[1000] bg-scrim-bg-modal",children:e(dd,{})}),e("div",{className:"pointer-events-none fixed inset-0 z-[1001] flex items-center justify-center",children:e(nc.div,{initial:"closed",animate:i?"open":"closed",variants:ln,transition:{type:"tween",duration:.3,ease:"easeInOut"},className:"pointer-events-auto w-[calc(100vw-10px)] focus:outline-none sm:w-[calc(100vw-90px)]",children:e(pd,{className:_e("relative mx-auto w-full rounded-modal bg-bg p-[25px] shadow-drop focus:outline-none",u),style:{maxWidth:cn[r||"lg"]},children:t("div",{"data-section-type":d,"data-section-index":p,children:[e(md,{asChild:!0,children:e(kt,{showButtonAs:"unstyled",buttonClassName:"absolute right-0 top-0 mr-2 mt-2 bg-bg",children:e(ot,{name:"close"})})}),t("div",{className:"custom-modal-body max-h-[85vh] overflow-visible",children:[a?e(rt,{className:_e("mb-3 mt-5 w-full pr-8 text-center sm:pr-0","heading5 md:pt-0","mb-4 md:mb-[60px]"),as:"h2",children:a}):null,l?e(rt,{as:"div",className:"mb-8 sm:mb-5",children:l}):null,t("div",{className:"flex flex-col gap-4 sm:gap-5",children:[s,c||null]})]})]})})})})]})})},gd=({children:n,background:i,className:o,fill:r="yellow",maxFit:a,show:s=!0,path:l="path2"})=>{const c=`${l}`,u={blue:"text-[#07B2E2]",green:"text-[#26B170]",yellow:"text-[#F5FF1E]",purple:"text-[#931D69]",white:"text-white",navy:"text-[#00002D]"},d={blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"},p="string"==typeof i&&i in d,m=p?d[i]:void 0,h=i&&!p?{background:i}:void 0,g=r in u?u[r]:"text-[#F5FF1E]";return s?t("div",{className:`shape-bg relative overflow-hidden ${null!=o?o:""} ${a?"max-content":""} ${null!=m?m:h?"":"bg-white"}`,style:h,children:["path1"===l&&e("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2371px] z-0 translate-x-[-55%] ${c} fill-current ${g}`,width:"2262",height:"4359",viewBox:"0 0 2262 4359",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1838.72 444.021C2216.45 758.242 2351.22 1060.81 2202.83 1982.25C2062.95 2851.55 1923.57 4265.14 1394.48 4348.94C1079.75 4409.66 766.955 4172.68 508.523 4003.04C340.876 3884.89 192.855 3774.9 26.6866 3661.93C-27.6562 3624.7 8.69435 3542.15 74.1261 3555.69C415.628 3626.61 686.916 3615.36 942.942 3443.48C1410.95 3163.54 1632.32 2141.02 1629.56 1543.75C1637.51 910.76 1276.06 582.318 829.643 352.709C587.562 235.528 333.508 169.963 100.699 149.757C31.9431 143.965 25.0259 47.9703 92.459 33.1281C623.196 -84.6769 1404.59 131.886 1839.84 443.573"})}),"path2"===l&&e("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[45.8px] z-0 translate-x-[-101%] ${c} fill-current ${g}`,width:"3739",height:"3666",viewBox:"0 0 3739 3666",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1662.93 3664.31C2153.52 3637.23 2442.1 3474.65 2872.31 2646.41C3278.25 1865.09 4009.1 647.09 3634.26 264.38C3417.79 27.9944 3025.37 31.7818 2716.76 13.9013C2511.72 8.81634 2327.31 8.87399 2126.55 0.511773C2060.73 -2.00127 2040.7 85.9475 2101.3 114.087C2417.76 260.743 2628.86 431.51 2731.94 722.142C2940.79 1225.9 2508.91 2178.82 2150.63 2656.7C1779.64 3169.63 1293.64 3217.84 798.345 3136.04C534.128 3085.8 291.072 2986.97 92.1133 2864.4C33.4593 2828.06 -29.3236 2901.01 15.967 2953.13C371.841 3364.12 1128.29 3656.09 1663.56 3665.34"})}),"path3"===l&&e("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2600px] z-0 translate-x-[-55%] ${c} fill-current ${g}`,width:"3044",height:"3248",viewBox:"0 0 3044 3248",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1.21857 1353.6C-0.931975 1765.46 120.504 2015.15 791.765 2417.01C1424.98 2796.19 2407.16 3469.31 2746.34 3175.04C2955.08 3005.86 2971.76 2677.32 3002.33 2420C3016.95 2248.7 3026.23 2094.39 3043.38 1926.83C3048.81 1871.88 2976.24 1850.67 2949.63 1899.96C2810.91 2157.33 2657.35 2325.33 2408.95 2396.88C1976.88 2546.15 1201.39 2136.59 819.655 1812.63C409.231 1476.27 393.475 1067.19 486.97 656.895C542.372 438.358 637.352 239.983 749.974 79.7081C783.347 32.4684 725.487 -23.7534 679.587 11.5067C317.699 288.49 35.1358 906.671 0.328344 1354.07"})}),"path4"===l&&e("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-1966.1px] z-0 translate-x-[-48%] ${c} fill-current ${g}`,width:"3739",height:"3666",viewBox:"0 0 3739 3666",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",focusable:"false",children:e("path",{d:"M1662.93 3664.31C2153.52 3637.23 2442.1 3474.65 2872.31 2646.41C3278.25 1865.1 4009.1 647.091 3634.26 264.381C3417.79 27.9951 3025.37 31.7826 2716.76 13.902C2511.72 8.81709 2327.31 8.87474 2126.55 0.512528C2060.73 -2.00052 2040.7 85.9483 2101.3 114.088C2417.76 260.743 2628.86 431.51 2731.94 722.143C2940.79 1225.9 2508.91 2178.82 2150.63 2656.7C1779.64 3169.63 1293.64 3217.84 798.345 3136.04C534.128 3085.8 291.072 2986.98 92.1133 2864.4C33.4593 2828.06 -29.3236 2901.01 15.967 2953.13C371.841 3364.12 1128.29 3656.09 1663.56 3665.34"})}),e("div",{className:"shape-bg-content relative z-[1]",children:n})]}):e("div",{className:o,style:h,children:n})},fd=({title:n,background:i="white",button:o,color:r,contentAlignment:a,description:s,descriptionAlignment:l,enableHeading:c,subTitle:u,maxWidth:d=!0,onModalButtonClick:p,renderCheckPlans:m})=>e("div",{className:`${{navy:"bg-bg-fill-inverse",green:"bg-bg-fill-success",blue:"bg-bg-fill-brand",purple:"bg-bg-fill-brand-tertiary",yellow:"bg-bg-fill-brand-accent",white:"bg-bg"}[i]} component-container px-5 py-16 lg:px-13 lg:py-24`,children:t("div",{className:`${d?"mx-auto max-w-120":""} color-${r} flex flex-col ${"dark"==r?"text-text":"text-text-inverse"}`,children:[n&&e(rt,{as:c?"h1":"h2",className:`heading2 lg:heading1 text-${a}`,children:n}),u&&e(rt,{as:"h3",className:`subheading3 pt-2 lg:subheading1 lg:pt-3 text-${a}`,children:u}),s&&e("div",{className:`pt-2 text-body1 lg:pt-3 text-${l}`,children:s}),e("div",{className:"flex justify-center pt-5 lg:pt-14",children:e(kt,{...o,renderCheckPlans:m,onModalButtonClick:p,size:{base:"large"}})})]})}),bd=({background:i="white",description:o,enableHeading:r,image:a,list:s=[],subTitle:l,title:c,color:u="dark",maxWidth:d=!0})=>e("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[i]} component-container overflow-hidden ${"dark"==u?"text-text":"text-white"}`,children:t("div",{className:(d?"max-w-120 xl:mx-auto":"")+" mx-5 mb-5 mt-12 xl:my-20",children:[c&&e(rt,{as:r?"h1":"h2",className:"heading2 md:heading1 md:text-center",children:c}),l&&e(rt,{as:r?"h2":"h3",className:"heading3 mt-4 text-center",children:l}),t("div",{className:"mt-8 flex items-center xl:mt-16 xl:gap-10",children:[t("div",{className:"flex flex-col items-start gap-10 self-stretch xl:flex-[1_0_0]",children:[o&&e(rt,{as:"p",className:"body1",children:o}),s.length>0&&t(n,{children:[e("ul",{className:"grid w-full grid-cols-2 gap-x-6 gap-y-5 md:hidden",children:(()=>{const t=[...s].sort((e,t)=>e.name.localeCompare(t.name)),n=Math.ceil(t.length/2),i=[];for(let e=0;e<n;e++)for(let o=0;o<2;o++){const r=o*n+e;r<t.length&&i.push(t[r])}return i.map((t,n)=>e("li",{children:e(ct,{href:`/local/${t.code.toLowerCase()}`,className:"label1",children:t.name})},`item-list-2-${n}`))})()}),e("ul",{className:"hidden gap-x-6 gap-y-5 md:grid md:grid-cols-3",children:(()=>{const t=[...s].sort((e,t)=>e.name.localeCompare(t.name)),n=Math.ceil(t.length/3),i=[];for(let e=0;e<n;e++)for(let o=0;o<3;o++){const r=o*n+e;r<t.length&&i.push(t[r])}return i.map((t,n)=>e("li",{children:e(ct,{href:`/local/${t.code.toLowerCase()}`,className:"label1",children:t.name})},`item-list-3-${n}`))})()})]})]}),a&&e("aside",{className:"hidden xl:block",children:e(Bt,{width:472,height:100,src:a,alt:"image"})})]})]})}),vd=({title:n,disclaimer:i,table:o,maxWidth:r=!0})=>e("div",{className:"component-container",children:t("div",{className:"mx-5 mb-5 mt-8 md:mt-18 "+(r?"max-w-120 xl:mx-auto":""),children:[e(rt,{as:"h2",className:"heading2 md:heading1 md:text-center",children:n}),e("div",{className:"comparison-table-container mt-5 md:mt-10 p-5 pt-0 md:py-9 md:px-10",children:o}),e(rt,{as:"div",className:"micro mt-8 text-center",children:i})]})}),yd=({currentPage:n,totalPages:i,onPageChange:o,ariaLabel:r="Pagination"})=>{const a=function(e,t){if(t<=7)return Array.from({length:t},(e,t)=>t+1);if(e<=4)return[1,2,3,4,5,"...",t];if(e>=t-3)return[1,"...",t-4,t-3,t-2,t-1,t];return[1,"...",e-1,e,e+1,"...",t]}(n,i),s="inline-flex items-center justify-center w-9 h-9 rounded-full bg-transparent cursor-pointer transition-colors duration-150 hover:border-text-brand hover:text-text-brand disabled:opacity-40 disabled:cursor-not-allowed";return t("nav",{className:"flex items-center justify-center gap-1 px-6 pb-12","aria-label":r,children:[e(ft,{className:s,onClick:()=>o(n-1),disabled:1===n,"aria-label":"Go to previous page",children:e(ot,{name:"chevron_left",size:32,"aria-hidden":"true"})}),a.map((t,i)=>"..."===t?e("span",{className:"inline-flex h-9 w-9 cursor-default items-center justify-center text-body2 text-gray-500","aria-hidden":"true",children:"…"},`ellipsis-${i}`):e(ft,{className:"inline-flex items-center justify-center w-9 h-9 rounded-lg text-body2 text-gray-700 bg-transparent border-none cursor-pointer transition-colors duration-150 hover:bg-gray-100 hover:text-gray-900 "+(t===n?"bg-bg-surface-active font-bold hover:bg-bg-gray-300":""),onClick:()=>o(t),"aria-label":`Go to page ${t}`,"aria-current":t===n?"page":void 0,children:t},t)),e(ft,{className:s,onClick:()=>o(n+1),disabled:n===i,"aria-label":"Go to next page",children:e(ot,{name:"chevron_right",size:32,"aria-hidden":"true"})})]})};function xd(e){return xd="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},xd(e)}function Id(e){var t=function(e,t){if("object"!=xd(e)||!e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var i=n.call(e,t);if("object"!=xd(i))return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==xd(t)?t:t+""}function wd(e,t,n){return(t=Id(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function Cd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),n.push.apply(n,i)}return n}function Nd(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?Cd(Object(n),!0).forEach(function(t){wd(e,t,n[t])}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):Cd(Object(n)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))})}return e}function Ad(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,i=Array(t);n<t;n++)i[n]=e[n];return i}function kd(e,t){if(e){if("string"==typeof e)return Ad(e,t);var n={}.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ad(e,t):void 0}}function Gd(e,t){return function(e){if(Array.isArray(e))return e}(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var i,o,r,a,s=[],l=!0,c=!1;try{if(r=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;l=!1}else for(;!(l=(i=r.call(n)).done)&&(s.push(i.value),s.length!==t);l=!0);}catch(e){c=!0,o=e}finally{try{if(!l&&null!=n.return&&(a=n.return(),Object(a)!==a))return}finally{if(c)throw o}}return s}}(e,t)||kd(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 Pd(e,t){if(null==e)return{};var n,i,o=function(e,t){if(null==e)return{};var n={};for(var i in e)if({}.hasOwnProperty.call(e,i)){if(-1!==t.indexOf(i))continue;n[i]=e[i]}return n}(e,t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);for(i=0;i<r.length;i++)n=r[i],-1===t.indexOf(n)&&{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}var Vd=["defaultInputValue","defaultMenuIsOpen","defaultValue","inputValue","menuIsOpen","onChange","onInputChange","onMenuClose","onMenuOpen","value"];function Bd(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,Id(i.key),i)}}function Td(e,t){return Td=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e},Td(e,t)}function Sd(e){return Sd=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},Sd(e)}function Ed(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}))}catch(e){}return(Ed=function(){return!!e})()}function Rd(e,t){if(t&&("object"==xd(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}(e)}function Md(e){return function(e){if(Array.isArray(e))return Ad(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||kd(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.")}()}var Ld=function(){function e(e){var t=this;this._insertTag=function(e){var n;n=0===t.tags.length?t.insertionPoint?t.insertionPoint.nextSibling:t.prepend?t.container.firstChild:t.before:t.tags[t.tags.length-1].nextSibling,t.container.insertBefore(e,n),t.tags.push(e)},this.isSpeedy=void 0===e.speedy||e.speedy,this.tags=[],this.ctr=0,this.nonce=e.nonce,this.key=e.key,this.container=e.container,this.prepend=e.prepend,this.insertionPoint=e.insertionPoint,this.before=null}var t=e.prototype;return t.hydrate=function(e){e.forEach(this._insertTag)},t.insert=function(e){this.ctr%(this.isSpeedy?65e3:1)==0&&this._insertTag(function(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),t.setAttribute("data-s",""),t}(this));var t=this.tags[this.tags.length-1];if(this.isSpeedy){var n=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(t);try{n.insertRule(e,n.cssRules.length)}catch(e){}}else t.appendChild(document.createTextNode(e));this.ctr++},t.flush=function(){this.tags.forEach(function(e){var t;return null==(t=e.parentNode)?void 0:t.removeChild(e)}),this.tags=[],this.ctr=0},e}(),Xd="-ms-",Wd="-moz-",Od="-webkit-",Fd="comm",Dd="rule",Zd="decl",zd="@keyframes",Hd=Math.abs,jd=String.fromCharCode,Yd=Object.assign;function Jd(e){return e.trim()}function Ud(e,t,n){return e.replace(t,n)}function $d(e,t){return e.indexOf(t)}function Qd(e,t){return 0|e.charCodeAt(t)}function _d(e,t,n){return e.slice(t,n)}function Kd(e){return e.length}function qd(e){return e.length}function ep(e,t){return t.push(e),e}var tp=1,np=1,ip=0,op=0,rp=0,ap="";function sp(e,t,n,i,o,r,a){return{value:e,root:t,parent:n,type:i,props:o,children:r,line:tp,column:np,length:a,return:""}}function lp(e,t){return Yd(sp("",null,null,"",null,null,0),e,{length:-e.length},t)}function cp(){return rp=op>0?Qd(ap,--op):0,np--,10===rp&&(np=1,tp--),rp}function up(){return rp=op<ip?Qd(ap,op++):0,np++,10===rp&&(np=1,tp++),rp}function dp(){return Qd(ap,op)}function pp(){return op}function mp(e,t){return _d(ap,e,t)}function hp(e){switch(e){case 0:case 9:case 10:case 13:case 32:return 5;case 33:case 43:case 44:case 47:case 62:case 64:case 126:case 59:case 123:case 125:return 4;case 58:return 3;case 34:case 39:case 40:case 91:return 2;case 41:case 93:return 1}return 0}function gp(e){return tp=np=1,ip=Kd(ap=e),op=0,[]}function fp(e){return ap="",e}function bp(e){return Jd(mp(op-1,xp(91===e?e+2:40===e?e+1:e)))}function vp(e){for(;(rp=dp())&&rp<33;)up();return hp(e)>2||hp(rp)>3?"":" "}function yp(e,t){for(;--t&&up()&&!(rp<48||rp>102||rp>57&&rp<65||rp>70&&rp<97););return mp(e,pp()+(t<6&&32==dp()&&32==up()))}function xp(e){for(;up();)switch(rp){case e:return op;case 34:case 39:34!==e&&39!==e&&xp(rp);break;case 40:41===e&&xp(e);break;case 92:up()}return op}function Ip(e,t){for(;up()&&e+rp!==57&&(e+rp!==84||47!==dp()););return"/*"+mp(t,op-1)+"*"+jd(47===e?e:up())}function wp(e){for(;!hp(dp());)up();return mp(e,op)}function Cp(e){return fp(Np("",null,null,null,[""],e=gp(e),0,[0],e))}function Np(e,t,n,i,o,r,a,s,l){for(var c=0,u=0,d=a,p=0,m=0,h=0,g=1,f=1,b=1,v=0,y="",x=o,I=r,w=i,C=y;f;)switch(h=v,v=up()){case 40:if(108!=h&&58==Qd(C,d-1)){-1!=$d(C+=Ud(bp(v),"&","&\f"),"&\f")&&(b=-1);break}case 34:case 39:case 91:C+=bp(v);break;case 9:case 10:case 13:case 32:C+=vp(h);break;case 92:C+=yp(pp()-1,7);continue;case 47:switch(dp()){case 42:case 47:ep(kp(Ip(up(),pp()),t,n),l);break;default:C+="/"}break;case 123*g:s[c++]=Kd(C)*b;case 125*g:case 59:case 0:switch(v){case 0:case 125:f=0;case 59+u:-1==b&&(C=Ud(C,/\f/g,"")),m>0&&Kd(C)-d&&ep(m>32?Gp(C+";",i,n,d-1):Gp(Ud(C," ","")+";",i,n,d-2),l);break;case 59:C+=";";default:if(ep(w=Ap(C,t,n,c,u,o,s,y,x=[],I=[],d),r),123===v)if(0===u)Np(C,t,w,w,x,r,d,s,I);else switch(99===p&&110===Qd(C,3)?100:p){case 100:case 108:case 109:case 115:Np(e,w,w,i&&ep(Ap(e,w,w,0,0,o,s,y,o,x=[],d),I),o,I,d,s,i?x:I);break;default:Np(C,w,w,w,[""],I,0,s,I)}}c=u=m=0,g=b=1,y=C="",d=a;break;case 58:d=1+Kd(C),m=h;default:if(g<1)if(123==v)--g;else if(125==v&&0==g++&&125==cp())continue;switch(C+=jd(v),v*g){case 38:b=u>0?1:(C+="\f",-1);break;case 44:s[c++]=(Kd(C)-1)*b,b=1;break;case 64:45===dp()&&(C+=bp(up())),p=dp(),u=d=Kd(y=C+=wp(pp())),v++;break;case 45:45===h&&2==Kd(C)&&(g=0)}}return r}function Ap(e,t,n,i,o,r,a,s,l,c,u){for(var d=o-1,p=0===o?r:[""],m=qd(p),h=0,g=0,f=0;h<i;++h)for(var b=0,v=_d(e,d+1,d=Hd(g=a[h])),y=e;b<m;++b)(y=Jd(g>0?p[b]+" "+v:Ud(v,/&\f/g,p[b])))&&(l[f++]=y);return sp(e,t,n,0===o?Dd:s,l,c,u)}function kp(e,t,n){return sp(e,t,n,Fd,jd(rp),_d(e,2,-2),0)}function Gp(e,t,n,i){return sp(e,t,n,Zd,_d(e,0,i),_d(e,i+1,-1),i)}function Pp(e,t){for(var n="",i=qd(e),o=0;o<i;o++)n+=t(e[o],o,e,t)||"";return n}function Vp(e,t,n,i){switch(e.type){case"@layer":if(e.children.length)break;case"@import":case Zd:return e.return=e.return||e.value;case Fd:return"";case zd:return e.return=e.value+"{"+Pp(e.children,i)+"}";case Dd:e.value=e.props.join(",")}return Kd(n=Pp(e.children,i))?e.return=e.value+"{"+n+"}":""}function Bp(e){var t=qd(e);return function(n,i,o,r){for(var a="",s=0;s<t;s++)a+=e[s](n,i,o,r)||"";return a}}var Tp="undefined"!=typeof document,Sp=function(e,t,n){for(var i=0,o=0;i=o,o=dp(),38===i&&12===o&&(t[n]=1),!hp(o);)up();return mp(e,op)},Ep=function(e,t){return fp(function(e,t){var n=-1,i=44;do{switch(hp(i)){case 0:38===i&&12===dp()&&(t[n]=1),e[n]+=Sp(op-1,t,n);break;case 2:e[n]+=bp(i);break;case 4:if(44===i){e[++n]=58===dp()?"&\f":"",t[n]=e[n].length;break}default:e[n]+=jd(i)}}while(i=up());return e}(gp(e),t))},Rp=new WeakMap,Mp=function(e){if("rule"===e.type&&e.parent&&!(e.length<1)){for(var t=e.value,n=e.parent,i=e.column===n.column&&e.line===n.line;"rule"!==n.type;)if(!(n=n.parent))return;if((1!==e.props.length||58===t.charCodeAt(0)||Rp.get(n))&&!i){Rp.set(e,!0);for(var o=[],r=Ep(t,o),a=n.props,s=0,l=0;s<r.length;s++)for(var c=0;c<a.length;c++,l++)e.props[l]=o[s]?r[s].replace(/&\f/g,a[c]):a[c]+" "+r[s]}}},Lp=function(e){if("decl"===e.type){var t=e.value;108===t.charCodeAt(0)&&98===t.charCodeAt(2)&&(e.return="",e.value="")}};function Xp(e,t){switch(function(e,t){return 45^Qd(e,0)?(((t<<2^Qd(e,0))<<2^Qd(e,1))<<2^Qd(e,2))<<2^Qd(e,3):0}(e,t)){case 5103:return Od+"print-"+e+e;case 5737:case 4201:case 3177:case 3433:case 1641:case 4457:case 2921:case 5572:case 6356:case 5844:case 3191:case 6645:case 3005:case 6391:case 5879:case 5623:case 6135:case 4599:case 4855:case 4215:case 6389:case 5109:case 5365:case 5621:case 3829:return Od+e+e;case 5349:case 4246:case 4810:case 6968:case 2756:return Od+e+Wd+e+Xd+e+e;case 6828:case 4268:return Od+e+Xd+e+e;case 6165:return Od+e+Xd+"flex-"+e+e;case 5187:return Od+e+Ud(e,/(\w+).+(:[^]+)/,Od+"box-$1$2"+Xd+"flex-$1$2")+e;case 5443:return Od+e+Xd+"flex-item-"+Ud(e,/flex-|-self/,"")+e;case 4675:return Od+e+Xd+"flex-line-pack"+Ud(e,/align-content|flex-|-self/,"")+e;case 5548:return Od+e+Xd+Ud(e,"shrink","negative")+e;case 5292:return Od+e+Xd+Ud(e,"basis","preferred-size")+e;case 6060:return Od+"box-"+Ud(e,"-grow","")+Od+e+Xd+Ud(e,"grow","positive")+e;case 4554:return Od+Ud(e,/([^-])(transform)/g,"$1"+Od+"$2")+e;case 6187:return Ud(Ud(Ud(e,/(zoom-|grab)/,Od+"$1"),/(image-set)/,Od+"$1"),e,"")+e;case 5495:case 3959:return Ud(e,/(image-set\([^]*)/,Od+"$1$`$1");case 4968:return Ud(Ud(e,/(.+:)(flex-)?(.*)/,Od+"box-pack:$3"+Xd+"flex-pack:$3"),/s.+-b[^;]+/,"justify")+Od+e+e;case 4095:case 3583:case 4068:case 2532:return Ud(e,/(.+)-inline(.+)/,Od+"$1$2")+e;case 8116:case 7059:case 5753:case 5535:case 5445:case 5701:case 4933:case 4677:case 5533:case 5789:case 5021:case 4765:if(Kd(e)-1-t>6)switch(Qd(e,t+1)){case 109:if(45!==Qd(e,t+4))break;case 102:return Ud(e,/(.+:)(.+)-([^]+)/,"$1"+Od+"$2-$3$1"+Wd+(108==Qd(e,t+3)?"$3":"$2-$3"))+e;case 115:return~$d(e,"stretch")?Xp(Ud(e,"stretch","fill-available"),t)+e:e}break;case 4949:if(115!==Qd(e,t+1))break;case 6444:switch(Qd(e,Kd(e)-3-(~$d(e,"!important")&&10))){case 107:return Ud(e,":",":"+Od)+e;case 101:return Ud(e,/(.+:)([^;!]+)(;|!.+)?/,"$1"+Od+(45===Qd(e,14)?"inline-":"")+"box$3$1"+Od+"$2$3$1"+Xd+"$2box$3")+e}break;case 5936:switch(Qd(e,t+11)){case 114:return Od+e+Xd+Ud(e,/[svh]\w+-[tblr]{2}/,"tb")+e;case 108:return Od+e+Xd+Ud(e,/[svh]\w+-[tblr]{2}/,"tb-rl")+e;case 45:return Od+e+Xd+Ud(e,/[svh]\w+-[tblr]{2}/,"lr")+e}return Od+e+Xd+e+e}return e}var Wp,Op,Fp,Dp=Tp?void 0:(Wp=function(){return e=function(){return{}},t=Object.create(null),function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]};var e,t},Op=new WeakMap,function(e){if(Op.has(e))return Op.get(e);var t=Wp(e);return Op.set(e,t),t}),Zp=[function(e,t,n,i){if(e.length>-1&&!e.return)switch(e.type){case Zd:e.return=Xp(e.value,e.length);break;case zd:return Pp([lp(e,{value:Ud(e.value,"@","@"+Od)})],i);case Dd:if(e.length)return function(e,t){return e.map(t).join("")}(e.props,function(t){switch(function(e,t){return(e=t.exec(e))?e[0]:e}(t,/(::plac\w+|:read-\w+)/)){case":read-only":case":read-write":return Pp([lp(e,{props:[Ud(t,/:(read-\w+)/,":-moz-$1")]})],i);case"::placeholder":return Pp([lp(e,{props:[Ud(t,/:(plac\w+)/,":"+Od+"input-$1")]}),lp(e,{props:[Ud(t,/:(plac\w+)/,":-moz-$1")]}),lp(e,{props:[Ud(t,/:(plac\w+)/,Xd+"input-$1")]})],i)}return""})}}],zp=function(e){var t=e.key;if(Tp&&"css"===t){var n=document.querySelectorAll("style[data-emotion]:not([data-s])");Array.prototype.forEach.call(n,function(e){-1!==e.getAttribute("data-emotion").indexOf(" ")&&(document.head.appendChild(e),e.setAttribute("data-s",""))})}var i,o,r=e.stylisPlugins||Zp,a={},s=[];Tp&&(i=e.container||document.head,Array.prototype.forEach.call(document.querySelectorAll('style[data-emotion^="'+t+' "]'),function(e){for(var t=e.getAttribute("data-emotion").split(" "),n=1;n<t.length;n++)a[t[n]]=!0;s.push(e)}));var l,c=[Mp,Lp];if(Dp){var u=[Vp],d=Bp(c.concat(r,u)),p=Dp(r)(t),m=function(e,t){var n=t.name;return void 0===p[n]&&(p[n]=Pp(Cp(e?e+"{"+t.styles+"}":t.styles),d)),p[n]};o=function(e,t,n,i){var o=t.name,r=m(e,t);return void 0===b.compat?(i&&(b.inserted[o]=!0),r):i?void(b.inserted[o]=r):r}}else{var h,g=[Vp,(l=function(e){h.insert(e)},function(e){e.root||(e=e.return)&&l(e)})],f=Bp(c.concat(r,g));o=function(e,t,n,i){h=n,Pp(Cp(e?e+"{"+t.styles+"}":t.styles),f),i&&(b.inserted[t.name]=!0)}}var b={key:t,sheet:new Ld({key:t,container:i,nonce:e.nonce,speedy:e.speedy,prepend:e.prepend,insertionPoint:e.insertionPoint}),nonce:e.nonce,inserted:a,registered:{},insert:o};return b.sheet.hydrate(s),b},Hp={exports:{}},jp={};var Yp,Jp,Up,$p,Qp={};
6
4
  /** @license React v16.13.1
7
5
  * react-is.development.js
8
6
  *
@@ -10,5 +8,5 @@ function It(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r
10
8
  *
11
9
  * This source code is licensed under the MIT license found in the
12
10
  * LICENSE file in the root directory of this source tree.
13
- */function lf(){return rf||(rf=1,"production"===process.env.NODE_ENV?ef.exports=function(){if($m)return tf;$m=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,f=e?Symbol.for("react.block"):60121,g=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function y(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:switch(e=e.type){case l:case c:case r:case i:case o:case d:return e;default:switch(e=e&&e.$$typeof){case s:case u:case m:case h:case a:return e;default:return p}}case n:return p}}}function x(e){return y(e)===c}return tf.AsyncMode=l,tf.ConcurrentMode=c,tf.ContextConsumer=s,tf.ContextProvider=a,tf.Element=t,tf.ForwardRef=u,tf.Fragment=r,tf.Lazy=m,tf.Memo=h,tf.Portal=n,tf.Profiler=i,tf.StrictMode=o,tf.Suspense=d,tf.isAsyncMode=function(e){return x(e)||y(e)===l},tf.isConcurrentMode=x,tf.isContextConsumer=function(e){return y(e)===s},tf.isContextProvider=function(e){return y(e)===a},tf.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},tf.isForwardRef=function(e){return y(e)===u},tf.isFragment=function(e){return y(e)===r},tf.isLazy=function(e){return y(e)===m},tf.isMemo=function(e){return y(e)===h},tf.isPortal=function(e){return y(e)===n},tf.isProfiler=function(e){return y(e)===i},tf.isStrictMode=function(e){return y(e)===o},tf.isSuspense=function(e){return y(e)===d},tf.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===i||e===o||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===m||e.$$typeof===h||e.$$typeof===a||e.$$typeof===s||e.$$typeof===u||e.$$typeof===g||e.$$typeof===b||e.$$typeof===v||e.$$typeof===f)},tf.typeOf=y,tf}():ef.exports=(nf||(nf=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,r=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,h=e?Symbol.for("react.memo"):60115,m=e?Symbol.for("react.lazy"):60116,f=e?Symbol.for("react.block"):60121,g=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function y(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:var f=e.type;switch(f){case l:case c:case r:case i:case o:case d:return f;default:var g=f&&f.$$typeof;switch(g){case s:case u:case m:case h:case a:return g;default:return p}}case n:return p}}}var x=l,I=c,C=s,w=a,A=t,E=u,N=r,S=m,T=h,B=n,P=i,k=o,L=d,R=!1;function G(e){return y(e)===c}sf.AsyncMode=x,sf.ConcurrentMode=I,sf.ContextConsumer=C,sf.ContextProvider=w,sf.Element=A,sf.ForwardRef=E,sf.Fragment=N,sf.Lazy=S,sf.Memo=T,sf.Portal=B,sf.Profiler=P,sf.StrictMode=k,sf.Suspense=L,sf.isAsyncMode=function(e){return R||(R=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),G(e)||y(e)===l},sf.isConcurrentMode=G,sf.isContextConsumer=function(e){return y(e)===s},sf.isContextProvider=function(e){return y(e)===a},sf.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},sf.isForwardRef=function(e){return y(e)===u},sf.isFragment=function(e){return y(e)===r},sf.isLazy=function(e){return y(e)===m},sf.isMemo=function(e){return y(e)===h},sf.isPortal=function(e){return y(e)===n},sf.isProfiler=function(e){return y(e)===i},sf.isStrictMode=function(e){return y(e)===o},sf.isSuspense=function(e){return y(e)===d},sf.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===r||e===c||e===i||e===o||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===m||e.$$typeof===h||e.$$typeof===a||e.$$typeof===s||e.$$typeof===u||e.$$typeof===g||e.$$typeof===b||e.$$typeof===v||e.$$typeof===f)},sf.typeOf=y}()),sf)),ef.exports}!function(){if(af)return of;af=1;var e=lf(),t={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},n={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},r={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function i(n){return e.isMemo(n)?r:o[n.$$typeof]||t}o[e.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[e.Memo]=r;var a=Object.defineProperty,s=Object.getOwnPropertyNames,l=Object.getOwnPropertySymbols,c=Object.getOwnPropertyDescriptor,u=Object.getPrototypeOf,d=Object.prototype;of=function e(t,r,o){if("string"!=typeof r){if(d){var p=u(r);p&&p!==d&&e(t,p,o)}var h=s(r);l&&(h=h.concat(l(r)));for(var m=i(t),f=i(r),g=0;g<h.length;++g){var b=h[g];if(!(n[b]||o&&o[b]||f&&f[b]||m&&m[b])){var v=c(r,b);try{a(t,b,v)}catch(e){}}}}return t}}();var cf="undefined"!=typeof document;var uf=function(e,t,n){var r=e.key+"-"+t.name;(!1===n||!1===cf&&void 0!==e.compat)&&void 0===e.registered[r]&&(e.registered[r]=t.styles)};var df={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function pf(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}var hf=/[A-Z]|^ms/g,mf=/_EMO_([^_]+?)_([^]*?)_EMO_/g,ff=function(e){return 45===e.charCodeAt(1)},gf=function(e){return null!=e&&"boolean"!=typeof e},bf=pf(function(e){return ff(e)?e:e.replace(hf,"-$&").toLowerCase()}),vf=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(mf,function(e,t,n){return xf={name:t,styles:n,next:xf},t})}return 1===df[e]||ff(e)||"number"!=typeof t||0===t?t:t+"px"};function yf(e,t,n){if(null==n)return"";var r=n;if(void 0!==r.__emotion_styles)return r;switch(typeof n){case"boolean":return"";case"object":var o=n;if(1===o.anim)return xf={name:o.name,styles:o.styles,next:xf},o.name;var i=n;if(void 0!==i.styles){var a=i.next;if(void 0!==a)for(;void 0!==a;)xf={name:a.name,styles:a.styles,next:xf},a=a.next;return i.styles+";"}return function(e,t,n){var r="";if(Array.isArray(n))for(var o=0;o<n.length;o++)r+=yf(e,t,n[o])+";";else for(var i in n){var a=n[i];if("object"!=typeof a){var s=a;gf(s)&&(r+=bf(i)+":"+vf(i,s)+";")}else if(Array.isArray(a)&&"string"==typeof a[0]&&null==t)for(var l=0;l<a.length;l++)gf(a[l])&&(r+=bf(i)+":"+vf(i,a[l])+";");else{var c=yf(e,t,a);switch(i){case"animation":case"animationName":r+=bf(i)+":"+c+";";break;default:r+=i+"{"+c+"}"}}}return r}(e,t,n);case"function":if(void 0!==e){var s=xf,l=n(e);return xf=s,yf(e,t,l)}}return n}var xf,If=/label:\s*([^\s;{]+)\s*(;|$)/g;function Cf(e,t,n){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var r=!0,o="";xf=void 0;var i=e[0];null==i||void 0===i.raw?(r=!1,o+=yf(n,t,i)):o+=i[0];for(var a=1;a<e.length;a++){if(o+=yf(n,t,e[a]),r)o+=i[a]}If.lastIndex=0;for(var s,l="";null!==(s=If.exec(o));)l+="-"+s[1];var c=function(e){for(var t,n=0,r=0,o=e.length;o>=4;++r,o-=4)t=1540483477*(65535&(t=255&e.charCodeAt(r)|(255&e.charCodeAt(++r))<<8|(255&e.charCodeAt(++r))<<16|(255&e.charCodeAt(++r))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(o){case 3:n^=(255&e.charCodeAt(r+2))<<16;case 2:n^=(255&e.charCodeAt(r+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(r)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)}(o)+l;return{name:c,styles:o,next:xf}}var wf="undefined"!=typeof document,Af=function(e){return e()},Ef=!!r.useInsertionEffect&&r.useInsertionEffect,Nf=wf&&Ef||Af,Sf="undefined"!=typeof document,Tf=r.createContext("undefined"!=typeof HTMLElement?qm({key:"css"}):null);Tf.Provider;var Bf=function(e){return i(function(t,n){var r=m(Tf);return e(t,r,n)})};Sf||(Bf=function(e){return function(t){var n=m(Tf);return null===n?(n=qm({key:"css"}),r.createElement(Tf.Provider,{value:n},e(t,n))):e(t,n)}});var Pf,kf,Lf=r.createContext({}),Rf={}.hasOwnProperty,Gf="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",Of=function(e){var t=e.cache,n=e.serialized,o=e.isStringTag;uf(t,n,o);var i=Nf(function(){return function(e,t,n){uf(e,t,n);var r=e.key+"-"+t.name;if(void 0===e.inserted[t.name]){var o="",i=t;do{var a=e.insert(t===i?"."+r:"",i,e.sheet,!0);cf||void 0===a||(o+=a),i=i.next}while(void 0!==i);if(!cf&&0!==o.length)return o}}(t,n,o)});if(!Sf&&void 0!==i){for(var a,s=n.name,l=n.next;void 0!==l;)s+=" "+l.name,l=l.next;return r.createElement("style",((a={})["data-emotion"]=t.key+" "+s,a.dangerouslySetInnerHTML={__html:i},a.nonce=t.sheet.nonce,a))}return null},Df=Bf(function(e,t,n){var o=e.css;"string"==typeof o&&void 0!==t.registered[o]&&(o=t.registered[o]);var i=e[Gf],a=[o],s="";"string"==typeof e.className?s=function(e,t,n){var r="";return n.split(" ").forEach(function(n){void 0!==e[n]?t.push(e[n]+";"):n&&(r+=n+" ")}),r}(t.registered,a,e.className):null!=e.className&&(s=e.className+" ");var l=Cf(a,void 0,r.useContext(Lf));s+=t.key+"-"+l.name;var c={};for(var u in e)Rf.call(e,u)&&"css"!==u&&u!==Gf&&(c[u]=e[u]);return c.className=s,n&&(c.ref=n),r.createElement(r.Fragment,null,r.createElement(Of,{cache:t,serialized:l,isStringTag:"string"==typeof i}),r.createElement(i,c))}),Vf=Df,Mf=function(e,t){var n=arguments;if(null==t||!Rf.call(t,"css"))return r.createElement.apply(void 0,n);var o=n.length,i=new Array(o);i[0]=Vf,i[1]=function(e,t){var n={};for(var r in t)Rf.call(t,r)&&(n[r]=t[r]);return n[Gf]=e,n}(e,t);for(var a=2;a<o;a++)i[a]=n[a];return r.createElement.apply(null,i)};function jf(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return Cf(t)}Pf=Mf||(Mf={}),kf||(kf=Pf.JSX||(Pf.JSX={}));const Hf=Math.min,Wf=Math.max,Xf=Math.round,Ff=Math.floor,zf=e=>({x:e,y:e});function Zf(){return"undefined"!=typeof window}function Yf(e){return Uf(e)?(e.nodeName||"").toLowerCase():"#document"}function _f(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Jf(e){var t;return null==(t=(Uf(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function Uf(e){return!!Zf()&&(e instanceof Node||e instanceof _f(e).Node)}function $f(e){return!!Zf()&&(e instanceof HTMLElement||e instanceof _f(e).HTMLElement)}function Kf(e){return!(!Zf()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof _f(e).ShadowRoot)}const Qf=new Set(["inline","contents"]);function qf(e){const{overflow:t,overflowX:n,overflowY:r,display:o}=tg(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&!Qf.has(o)}const eg=new Set(["html","body","#document"]);function tg(e){return _f(e).getComputedStyle(e)}function ng(e){const t=function(e){if("html"===Yf(e))return e;const t=e.assignedSlot||e.parentNode||Kf(e)&&e.host||Jf(e);return Kf(t)?t.host:t}(e);return function(e){return eg.has(Yf(e))}(t)?e.ownerDocument?e.ownerDocument.body:e.body:$f(t)&&qf(t)?t:ng(t)}function rg(e,t,n){var r;void 0===t&&(t=[]),void 0===n&&(n=!0);const o=ng(e),i=o===(null==(r=e.ownerDocument)?void 0:r.body),a=_f(o);if(i){const e=og(a);return t.concat(a,a.visualViewport||[],qf(o)?o:[],e&&n?rg(e):[])}return t.concat(o,rg(o,[],n))}function og(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function ig(e){return t=e,Zf()&&(t instanceof Element||t instanceof _f(t).Element)?e:e.contextElement;var t}function ag(e){const t=ig(e);if(!$f(t))return zf(1);const n=t.getBoundingClientRect(),{width:r,height:o,$:i}=function(e){const t=tg(e);let n=parseFloat(t.width)||0,r=parseFloat(t.height)||0;const o=$f(e),i=o?e.offsetWidth:n,a=o?e.offsetHeight:r,s=Xf(n)!==i||Xf(r)!==a;return s&&(n=i,r=a),{width:n,height:r,$:s}}(t);let a=(i?Xf(n.width):n.width)/r,s=(i?Xf(n.height):n.height)/o;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}function sg(e,t,n,r){void 0===t&&(t=!1);const o=e.getBoundingClientRect(),i=ig(e);let a=zf(1);t&&(a=ag(e));const s=zf(0);let l=(o.left+s.x)/a.x,c=(o.top+s.y)/a.y,u=o.width/a.x,d=o.height/a.y;if(i){const e=r;let t=_f(i),n=og(t);for(;n&&r&&e!==t;){const e=ag(n),r=n.getBoundingClientRect(),o=tg(n),i=r.left+(n.clientLeft+parseFloat(o.paddingLeft))*e.x,a=r.top+(n.clientTop+parseFloat(o.paddingTop))*e.y;l*=e.x,c*=e.y,u*=e.x,d*=e.y,l+=i,c+=a,t=_f(n),n=og(t)}}return function(e){const{x:t,y:n,width:r,height:o}=e;return{width:r,height:o,top:n,left:t,right:t+r,bottom:n+o,x:t,y:n}}({width:u,height:d,x:l,y:c})}function lg(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function cg(e,t,n,r){void 0===r&&(r={});const{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:s="function"==typeof IntersectionObserver,animationFrame:l=!1}=r,c=ig(e),u=o||i?[...c?rg(c):[],...rg(t)]:[];u.forEach(e=>{o&&e.addEventListener("scroll",n,{passive:!0}),i&&e.addEventListener("resize",n)});const d=c&&s?function(e,t){let n,r=null;const o=Jf(e);function i(){var e;clearTimeout(n),null==(e=r)||e.disconnect(),r=null}return function a(s,l){void 0===s&&(s=!1),void 0===l&&(l=1),i();const c=e.getBoundingClientRect(),{left:u,top:d,width:p,height:h}=c;if(s||t(),!p||!h)return;const m={rootMargin:-Ff(d)+"px "+-Ff(o.clientWidth-(u+p))+"px "+-Ff(o.clientHeight-(d+h))+"px "+-Ff(u)+"px",threshold:Wf(0,Hf(1,l))||1};let f=!0;function g(t){const r=t[0].intersectionRatio;if(r!==l){if(!f)return a();r?a(!1,r):n=setTimeout(()=>{a(!1,1e-7)},1e3)}1!==r||lg(c,e.getBoundingClientRect())||a(),f=!1}try{r=new IntersectionObserver(g,{...m,root:o.ownerDocument})}catch(e){r=new IntersectionObserver(g,m)}r.observe(e)}(!0),i}(c,n):null;let p,h=-1,m=null;a&&(m=new ResizeObserver(e=>{let[r]=e;r&&r.target===c&&m&&(m.unobserve(t),cancelAnimationFrame(h),h=requestAnimationFrame(()=>{var e;null==(e=m)||e.observe(t)})),n()}),c&&!l&&m.observe(c),m.observe(t));let f=l?sg(e):null;return l&&function t(){const r=sg(e);f&&!lg(f,r)&&n();f=r,p=requestAnimationFrame(t)}(),n(),()=>{var e;u.forEach(e=>{o&&e.removeEventListener("scroll",n),i&&e.removeEventListener("resize",n)}),null==d||d(),null==(e=m)||e.disconnect(),m=null,l&&cancelAnimationFrame(p)}}var ug="undefined"!=typeof document?h:function(){},dg=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],pg=function(){};function hg(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function mg(e,t){for(var n=arguments.length,r=new Array(n>2?n-2:0),o=2;o<n;o++)r[o-2]=arguments[o];var i=[].concat(r);if(t&&e)for(var a in t)t.hasOwnProperty(a)&&t[a]&&i.push("".concat(hg(e,a)));return i.filter(function(e){return e}).map(function(e){return String(e).trim()}).join(" ")}var fg=function(e){return t=e,Array.isArray(t)?e.filter(Boolean):"object"===Ph(e)&&null!==e?[e]:[];var t},gg=function(e){return e.className,e.clearValue,e.cx,e.getStyles,e.getClassNames,e.getValue,e.hasValue,e.isMulti,e.isRtl,e.options,e.selectOption,e.selectProps,e.setValue,e.theme,Gh({},Mh(e,dg))},bg=function(e,t,n){var r=e.cx,o=e.getStyles,i=e.getClassNames,a=e.className;return{css:o(t,e),className:r(null!=n?n:{},i(t,e),a)}};function vg(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function yg(e){return vg(e)?window.pageYOffset:e.scrollTop}function xg(e,t){vg(e)?window.scrollTo(0,t):e.scrollTop=t}function Ig(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,r=arguments.length>3&&void 0!==arguments[3]?arguments[3]:pg,o=yg(e),i=t-o,a=0;!function t(){var s,l=i*((s=(s=a+=10)/n-1)*s*s+1)+o;xg(e,l),a<n?window.requestAnimationFrame(t):r(e)}()}function Cg(e,t){var n=e.getBoundingClientRect(),r=t.getBoundingClientRect(),o=t.offsetHeight/3;r.bottom+o>n.bottom?xg(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+o,e.scrollHeight)):r.top-o<n.top&&xg(e,Math.max(t.offsetTop-o,0))}function wg(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}var Ag=!1,Eg={get passive(){return Ag=!0}},Ng="undefined"!=typeof window?window:{};Ng.addEventListener&&Ng.removeEventListener&&(Ng.addEventListener("p",pg,Eg),Ng.removeEventListener("p",pg,!1));var Sg=Ag;function Tg(e){return null!=e}function Bg(e,t,n){return e?t:n}var Pg=["children","innerProps"],kg=["children","innerProps"];function Lg(e){var t=e.maxHeight,n=e.menuEl,r=e.minHeight,o=e.placement,i=e.shouldScroll,a=e.isFixedPosition,s=e.controlHeight,l=function(e){var t=getComputedStyle(e),n="absolute"===t.position,r=/(auto|scroll)/;if("fixed"===t.position)return document.documentElement;for(var o=e;o=o.parentElement;)if(t=getComputedStyle(o),(!n||"static"!==t.position)&&r.test(t.overflow+t.overflowY+t.overflowX))return o;return document.documentElement}(n),c={placement:"bottom",maxHeight:t};if(!n||!n.offsetParent)return c;var u,d=l.getBoundingClientRect().height,p=n.getBoundingClientRect(),h=p.bottom,m=p.height,f=p.top,g=n.offsetParent.getBoundingClientRect().top,b=a?window.innerHeight:vg(u=l)?window.innerHeight:u.clientHeight,v=yg(l),y=parseInt(getComputedStyle(n).marginBottom,10),x=parseInt(getComputedStyle(n).marginTop,10),I=g-x,C=b-f,w=I+v,A=d-v-f,E=h-b+v+y,N=v+f-x,S=160;switch(o){case"auto":case"bottom":if(C>=m)return{placement:"bottom",maxHeight:t};if(A>=m&&!a)return i&&Ig(l,E,S),{placement:"bottom",maxHeight:t};if(!a&&A>=r||a&&C>=r)return i&&Ig(l,E,S),{placement:"bottom",maxHeight:a?C-y:A-y};if("auto"===o||a){var T=t,B=a?I:w;return B>=r&&(T=Math.min(B-y-s,t)),{placement:"top",maxHeight:T}}if("bottom"===o)return i&&xg(l,E),{placement:"bottom",maxHeight:t};break;case"top":if(I>=m)return{placement:"top",maxHeight:t};if(w>=m&&!a)return i&&Ig(l,N,S),{placement:"top",maxHeight:t};if(!a&&w>=r||a&&I>=r){var P=t;return(!a&&w>=r||a&&I>=r)&&(P=a?I-x:w-x),i&&Ig(l,N,S),{placement:"top",maxHeight:P}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(o,'".'))}return c}var Rg,Gg=function(e){return"auto"===e?"bottom":e},Og=p(null),Dg=function(e){var t=e.children,n=e.minMenuHeight,r=e.maxMenuHeight,o=e.menuPlacement,i=e.menuPosition,a=e.menuShouldScrollIntoView,s=e.theme,u=(m(Og)||{}).setPortalPlacement,d=l(null),p=Vh(c(r),2),h=p[0],f=p[1],g=Vh(c(null),2),b=g[0],v=g[1],y=s.spacing.controlHeight;return ug(function(){var e=d.current;if(e){var t="fixed"===i,s=Lg({maxHeight:r,menuEl:e,minHeight:n,placement:o,shouldScroll:a&&!t,isFixedPosition:t,controlHeight:y});f(s.maxHeight),v(s.placement),null==u||u(s.placement)}},[r,o,i,a,n,u,y]),t({ref:d,placerProps:Gh(Gh({},e),{},{placement:b||Gg(o),maxHeight:h})})},Vg=function(e){var t=e.children,n=e.innerRef,r=e.innerProps;return Mf("div",xd({},bg(e,"menu",{menu:!0}),{ref:n},r),t)},Mg=function(e,t){var n=e.theme,r=n.spacing.baseUnit,o=n.colors;return Gh({textAlign:"center"},t?{}:{color:o.neutral40,padding:"".concat(2*r,"px ").concat(3*r,"px")})},jg=Mg,Hg=Mg,Wg=["size"],Xg=["innerProps","isRtl","size"];var Fg,zg,Zg="production"===process.env.NODE_ENV?{name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"}:{name:"tj5bde-Svg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},Yg=function(e){var t=e.size,n=Mh(e,Wg);return Mf("svg",xd({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:Zg},n))},_g=function(e){return Mf(Yg,xd({size:20},e),Mf("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},Jg=function(e){return Mf(Yg,xd({size:20},e),Mf("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},Ug=function(e,t){var n=e.isFocused,r=e.theme,o=r.spacing.baseUnit,i=r.colors;return Gh({label:"indicatorContainer",display:"flex",transition:"color 150ms"},t?{}:{color:n?i.neutral60:i.neutral20,padding:2*o,":hover":{color:n?i.neutral80:i.neutral40}})},$g=Ug,Kg=Ug,Qg=function(){var e=jf.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(Rg||(Fg=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],zg||(zg=Fg.slice(0)),Rg=Object.freeze(Object.defineProperties(Fg,{raw:{value:Object.freeze(zg)}})))),qg=function(e){var t=e.delay,n=e.offset;return Mf("span",{css:jf({animation:"".concat(Qg," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:n?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},"production"===process.env.NODE_ENV?"":";label:LoadingDot;","production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1RSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */")})},eb=function(e){var t=e.children,n=e.isDisabled,r=e.isFocused,o=e.innerRef,i=e.innerProps,a=e.menuIsOpen;return Mf("div",xd({ref:o},bg(e,"control",{control:!0,"control--is-disabled":n,"control--is-focused":r,"control--menu-is-open":a}),i,{"aria-disabled":n||void 0}),t)},tb=["data"],nb=function(e){var t=e.children,n=e.cx,r=e.getStyles,o=e.getClassNames,i=e.Heading,a=e.headingProps,s=e.innerProps,l=e.label,c=e.theme,u=e.selectProps;return Mf("div",xd({},bg(e,"group",{group:!0}),s),Mf(i,xd({},a,{selectProps:u,theme:c,getStyles:r,getClassNames:o,cx:n}),l),Mf("div",null,t))},rb=["innerRef","isDisabled","isHidden","inputClassName"],ob={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},ib={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":Gh({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},ob)},ab=function(e){return Gh({label:"input",color:"inherit",background:0,opacity:e?0:1,width:"100%"},ob)},sb=function(e){var t=e.cx,n=e.value,r=gg(e),o=r.innerRef,i=r.isDisabled,a=r.isHidden,s=r.inputClassName,l=Mh(r,rb);return Mf("div",xd({},bg(e,"input",{"input-container":!0}),{"data-value":n||""}),Mf("input",xd({className:t({input:!0},s),ref:o,style:ab(a),disabled:i},l)))},lb=function(e){var t=e.children,n=e.innerProps;return Mf("div",n,t)};var cb=function(e){var t=e.children,n=e.components,r=e.data,o=e.innerProps,i=e.isDisabled,a=e.removeProps,s=e.selectProps,l=n.Container,c=n.Label,u=n.Remove;return Mf(l,{data:r,innerProps:Gh(Gh({},bg(e,"multiValue",{"multi-value":!0,"multi-value--is-disabled":i})),o),selectProps:s},Mf(c,{data:r,innerProps:Gh({},bg(e,"multiValueLabel",{"multi-value__label":!0})),selectProps:s},t),Mf(u,{data:r,innerProps:Gh(Gh({},bg(e,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(t||"option")},a),selectProps:s}))},ub={ClearIndicator:function(e){var t=e.children,n=e.innerProps;return Mf("div",xd({},bg(e,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),t||Mf(_g,null))},Control:eb,DropdownIndicator:function(e){var t=e.children,n=e.innerProps;return Mf("div",xd({},bg(e,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),t||Mf(Jg,null))},DownChevron:Jg,CrossIcon:_g,Group:nb,GroupHeading:function(e){var t=gg(e);t.data;var n=Mh(t,tb);return Mf("div",xd({},bg(e,"groupHeading",{"group-heading":!0}),n))},IndicatorsContainer:function(e){var t=e.children,n=e.innerProps;return Mf("div",xd({},bg(e,"indicatorsContainer",{indicators:!0}),n),t)},IndicatorSeparator:function(e){var t=e.innerProps;return Mf("span",xd({},t,bg(e,"indicatorSeparator",{"indicator-separator":!0})))},Input:sb,LoadingIndicator:function(e){var t=e.innerProps,n=e.isRtl,r=e.size,o=void 0===r?4:r,i=Mh(e,Xg);return Mf("div",xd({},bg(Gh(Gh({},i),{},{innerProps:t,isRtl:n,size:o}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),t),Mf(qg,{delay:0,offset:n}),Mf(qg,{delay:160,offset:!0}),Mf(qg,{delay:320,offset:!n}))},Menu:Vg,MenuList:function(e){var t=e.children,n=e.innerProps,r=e.innerRef,o=e.isMulti;return Mf("div",xd({},bg(e,"menuList",{"menu-list":!0,"menu-list--is-multi":o}),{ref:r},n),t)},MenuPortal:function(e){var t=e.appendTo,n=e.children,r=e.controlElement,o=e.innerProps,i=e.menuPlacement,s=e.menuPosition,u=l(null),p=l(null),h=Vh(c(Gg(i)),2),m=h[0],f=h[1],g=a(function(){return{setPortalPlacement:f}},[]),b=Vh(c(null),2),v=b[0],y=b[1],x=d(function(){if(r){var e=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(r),t="fixed"===s?0:window.pageYOffset,n=e[m]+t;n===(null==v?void 0:v.offset)&&e.left===(null==v?void 0:v.rect.left)&&e.width===(null==v?void 0:v.rect.width)||y({offset:n,rect:e})}},[r,s,m,null==v?void 0:v.offset,null==v?void 0:v.rect.left,null==v?void 0:v.rect.width]);ug(function(){x()},[x]);var I=d(function(){"function"==typeof p.current&&(p.current(),p.current=null),r&&u.current&&(p.current=cg(r,u.current,x,{elementResize:"ResizeObserver"in window}))},[r,x]);ug(function(){I()},[I]);var C=d(function(e){u.current=e,I()},[I]);if(!t&&"fixed"!==s||!v)return null;var w=Mf("div",xd({ref:C},bg(Gh(Gh({},e),{},{offset:v.offset,position:s,rect:v.rect}),"menuPortal",{"menu-portal":!0}),o),n);return Mf(Og.Provider,{value:g},t?T(w,t):w)},LoadingMessage:function(e){var t=e.children,n=void 0===t?"Loading...":t,r=e.innerProps,o=Mh(e,kg);return Mf("div",xd({},bg(Gh(Gh({},o),{},{children:n,innerProps:r}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),r),n)},NoOptionsMessage:function(e){var t=e.children,n=void 0===t?"No options":t,r=e.innerProps,o=Mh(e,Pg);return Mf("div",xd({},bg(Gh(Gh({},o),{},{children:n,innerProps:r}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),r),n)},MultiValue:cb,MultiValueContainer:lb,MultiValueLabel:lb,MultiValueRemove:function(e){var t=e.children,n=e.innerProps;return Mf("div",xd({role:"button"},n),t||Mf(_g,{size:14}))},Option:function(e){var t=e.children,n=e.isDisabled,r=e.isFocused,o=e.isSelected,i=e.innerRef,a=e.innerProps;return Mf("div",xd({},bg(e,"option",{option:!0,"option--is-disabled":n,"option--is-focused":r,"option--is-selected":o}),{ref:i,"aria-disabled":n},a),t)},Placeholder:function(e){var t=e.children,n=e.innerProps;return Mf("div",xd({},bg(e,"placeholder",{placeholder:!0}),n),t)},SelectContainer:function(e){var t=e.children,n=e.innerProps,r=e.isDisabled,o=e.isRtl;return Mf("div",xd({},bg(e,"container",{"--is-disabled":r,"--is-rtl":o}),n),t)},SingleValue:function(e){var t=e.children,n=e.isDisabled,r=e.innerProps;return Mf("div",xd({},bg(e,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),r),t)},ValueContainer:function(e){var t=e.children,n=e.innerProps,r=e.isMulti,o=e.hasValue;return Mf("div",xd({},bg(e,"valueContainer",{"value-container":!0,"value-container--is-multi":r,"value-container--has-value":o}),n),t)}},db=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function pb(e,t){return e===t||!(!db(e)||!db(t))}function hb(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!pb(e[n],t[n]))return!1;return!0}for(var mb="production"===process.env.NODE_ENV?{name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"}:{name:"1f43avz-a11yText-A11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IEpTWCB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},fb=function(e){return Mf("span",xd({css:mb},e))},gb={guidance:function(e){var t=e.isSearchable,n=e.isMulti,r=e.tabSelectsValue,o=e.context,i=e.isInitialFocus;switch(o){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(r?", press Tab to select the option and exit the menu":"",".");case"input":return i?"".concat(e["aria-label"]||"Select"," is focused ").concat(t?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(e){var t=e.action,n=e.label,r=void 0===n?"":n,o=e.labels,i=e.isDisabled;switch(t){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(r,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(o.length>1?"s":""," ").concat(o.join(","),", selected.");case"select-option":return"option ".concat(r,i?" is disabled. Select another option.":", selected.");default:return""}},onFocus:function(e){var t=e.context,n=e.focused,r=e.options,o=e.label,i=void 0===o?"":o,a=e.selectValue,s=e.isDisabled,l=e.isSelected,c=e.isAppleDevice,u=function(e,t){return e&&e.length?"".concat(e.indexOf(t)+1," of ").concat(e.length):""};if("value"===t&&a)return"value ".concat(i," focused, ").concat(u(a,n),".");if("menu"===t&&c){var d=s?" disabled":"",p="".concat(l?" selected":"").concat(d);return"".concat(i).concat(p,", ").concat(u(r,n),".")}return""},onFilter:function(e){var t=e.inputValue,n=e.resultsMessage;return"".concat(n).concat(t?" for search term "+t:"",".")}},bb=function(e){var t=e.ariaSelection,n=e.focusedOption,r=e.focusedValue,o=e.focusableOptions,i=e.isFocused,s=e.selectValue,l=e.selectProps,c=e.id,u=e.isAppleDevice,d=l.ariaLiveMessages,p=l.getOptionLabel,h=l.inputValue,m=l.isMulti,f=l.isOptionDisabled,g=l.isSearchable,b=l.menuIsOpen,v=l.options,y=l.screenReaderStatus,I=l.tabSelectsValue,C=l.isLoading,w=l["aria-label"],A=l["aria-live"],E=a(function(){return Gh(Gh({},gb),d||{})},[d]),N=a(function(){var e,n="";if(t&&E.onChange){var r=t.option,o=t.options,i=t.removedValue,a=t.removedValues,l=t.value,c=i||r||(e=l,Array.isArray(e)?null:e),u=c?p(c):"",d=o||a||void 0,h=d?d.map(p):[],m=Gh({isDisabled:c&&f(c,s),label:u,labels:h},t);n=E.onChange(m)}return n},[t,E,f,s,p]),S=a(function(){var e="",t=n||r,i=!!(n&&s&&s.includes(n));if(t&&E.onFocus){var a={focused:t,label:p(t),isDisabled:f(t,s),isSelected:i,options:o,context:t===n?"menu":"value",selectValue:s,isAppleDevice:u};e=E.onFocus(a)}return e},[n,r,p,f,E,o,s,u]),T=a(function(){var e="";if(b&&v.length&&!C&&E.onFilter){var t=y({count:o.length});e=E.onFilter({inputValue:h,resultsMessage:t})}return e},[o,h,b,E,v,y,C]),B="initial-input-focus"===(null==t?void 0:t.action),P=a(function(){var e="";if(E.guidance){var t=r?"value":b?"menu":"input";e=E.guidance({"aria-label":w,context:t,isDisabled:n&&f(n,s),isMulti:m,isSearchable:g,tabSelectsValue:I,isInitialFocus:B})}return e},[w,n,r,m,f,g,b,E,s,I,B]),k=Mf(x,null,Mf("span",{id:"aria-selection"},N),Mf("span",{id:"aria-focused"},S),Mf("span",{id:"aria-results"},T),Mf("span",{id:"aria-guidance"},P));return Mf(x,null,Mf(fb,{id:c},B&&k),Mf(fb,{"aria-live":A,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},i&&!B&&k))},vb=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],yb=new RegExp("["+vb.map(function(e){return e.letters}).join("")+"]","g"),xb={},Ib=0;Ib<vb.length;Ib++)for(var Cb=vb[Ib],wb=0;wb<Cb.letters.length;wb++)xb[Cb.letters[wb]]=Cb.base;var Ab=function(e){return e.replace(yb,function(e){return xb[e]})},Eb=function(e,t){void 0===t&&(t=hb);var n=null;function r(){for(var r=[],o=0;o<arguments.length;o++)r[o]=arguments[o];if(n&&n.lastThis===this&&t(r,n.lastArgs))return n.lastResult;var i=e.apply(this,r);return n={lastResult:i,lastArgs:r,lastThis:this},i}return r.clear=function(){n=null},r}(Ab),Nb=function(e){return e.replace(/^\s+|\s+$/g,"")},Sb=function(e){return"".concat(e.label," ").concat(e.value)},Tb=function(e){return function(t,n){if(t.data.__isNew__)return!0;var r=Gh({ignoreCase:!0,ignoreAccents:!0,stringify:Sb,trim:!0,matchFrom:"any"},e),o=r.ignoreCase,i=r.ignoreAccents,a=r.stringify,s=r.trim,l=r.matchFrom,c=s?Nb(n):n,u=s?Nb(a(t)):a(t);return o&&(c=c.toLowerCase(),u=u.toLowerCase()),i&&(c=Eb(c),u=Ab(u)),"start"===l?u.substr(0,c.length)===c:u.indexOf(c)>-1}},Bb=["innerRef"];function Pb(e){var t=e.innerRef,n=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];var o=Object.entries(e).filter(function(e){var t=Vh(e,1)[0];return!n.includes(t)});return o.reduce(function(e,t){var n=Vh(t,2),r=n[0],o=n[1];return e[r]=o,e},{})}(Mh(e,Bb),"onExited","in","enter","exit","appear");return Mf("input",xd({ref:t},n,{css:jf({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},"production"===process.env.NODE_ENV?"":";label:DummyInput;","production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkR1bW15SW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCTSIsImZpbGUiOiJEdW1teUlucHV0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyByZW1vdmVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRHVtbXlJbnB1dCh7XG4gIGlubmVyUmVmLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydpbnB1dCddICYge1xuICByZWFkb25seSBpbm5lclJlZjogUmVmPEhUTUxJbnB1dEVsZW1lbnQ+O1xufSkge1xuICAvLyBSZW1vdmUgYW5pbWF0aW9uIHByb3BzIG5vdCBtZWFudCBmb3IgSFRNTCBlbGVtZW50c1xuICBjb25zdCBmaWx0ZXJlZFByb3BzID0gcmVtb3ZlUHJvcHMoXG4gICAgcHJvcHMsXG4gICAgJ29uRXhpdGVkJyxcbiAgICAnaW4nLFxuICAgICdlbnRlcicsXG4gICAgJ2V4aXQnLFxuICAgICdhcHBlYXInXG4gICk7XG5cbiAgcmV0dXJuIChcbiAgICA8aW5wdXRcbiAgICAgIHJlZj17aW5uZXJSZWZ9XG4gICAgICB7Li4uZmlsdGVyZWRQcm9wc31cbiAgICAgIGNzcz17e1xuICAgICAgICBsYWJlbDogJ2R1bW15SW5wdXQnLFxuICAgICAgICAvLyBnZXQgcmlkIG9mIGFueSBkZWZhdWx0IHN0eWxlc1xuICAgICAgICBiYWNrZ3JvdW5kOiAwLFxuICAgICAgICBib3JkZXI6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgdGhpcyBoaWRlcyB0aGUgZmxhc2hpbmcgY3Vyc29yXG4gICAgICAgIGNhcmV0Q29sb3I6ICd0cmFuc3BhcmVudCcsXG4gICAgICAgIGZvbnRTaXplOiAnaW5oZXJpdCcsXG4gICAgICAgIGdyaWRBcmVhOiAnMSAvIDEgLyAyIC8gMycsXG4gICAgICAgIG91dGxpbmU6IDAsXG4gICAgICAgIHBhZGRpbmc6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgd2l0aG91dCBgd2lkdGhgIGJyb3dzZXJzIHdvbid0IGFsbG93IGZvY3VzXG4gICAgICAgIHdpZHRoOiAxLFxuXG4gICAgICAgIC8vIHJlbW92ZSBjdXJzb3Igb24gZGVza3RvcFxuICAgICAgICBjb2xvcjogJ3RyYW5zcGFyZW50JyxcblxuICAgICAgICAvLyByZW1vdmUgY3Vyc29yIG9uIG1vYmlsZSB3aGlsc3QgbWFpbnRhaW5pbmcgXCJzY3JvbGwgaW50byB2aWV3XCIgYmVoYXZpb3VyXG4gICAgICAgIGxlZnQ6IC0xMDAsXG4gICAgICAgIG9wYWNpdHk6IDAsXG4gICAgICAgIHBvc2l0aW9uOiAncmVsYXRpdmUnLFxuICAgICAgICB0cmFuc2Zvcm06ICdzY2FsZSguMDEpJyxcbiAgICAgIH19XG4gICAgLz5cbiAgKTtcbn1cbiJdfQ== */")}))}var kb=["boxSizing","height","overflow","paddingRight","position"],Lb={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function Rb(e){e.cancelable&&e.preventDefault()}function Gb(e){e.stopPropagation()}function Ob(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;0===e?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function Db(){return"ontouchstart"in window||navigator.maxTouchPoints}var Vb=!("undefined"==typeof window||!window.document||!window.document.createElement),Mb=0,jb={capture:!1,passive:!1};var Hb=function(e){var t=e.target;return t.ownerDocument.activeElement&&t.ownerDocument.activeElement.blur()},Wb="production"===process.env.NODE_ENV?{name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"}:{name:"bp8cua-ScrollManager",styles:"position:fixed;left:0;bottom:0;right:0;top:0;label:ScrollManager;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}};function Xb(e){var t=e.children,n=e.lockEnabled,r=e.captureEnabled,o=function(e){var t=e.isEnabled,n=e.onBottomArrive,r=e.onBottomLeave,o=e.onTopArrive,i=e.onTopLeave,a=l(!1),s=l(!1),c=l(0),p=l(null),h=d(function(e,t){if(null!==p.current){var l=p.current,c=l.scrollTop,u=l.scrollHeight,d=l.clientHeight,h=p.current,m=t>0,f=u-d-c,g=!1;f>t&&a.current&&(r&&r(e),a.current=!1),m&&s.current&&(i&&i(e),s.current=!1),m&&t>f?(n&&!a.current&&n(e),h.scrollTop=u,g=!0,a.current=!0):!m&&-t>c&&(o&&!s.current&&o(e),h.scrollTop=0,g=!0,s.current=!0),g&&function(e){e.cancelable&&e.preventDefault(),e.stopPropagation()}(e)}},[n,r,o,i]),m=d(function(e){h(e,e.deltaY)},[h]),f=d(function(e){c.current=e.changedTouches[0].clientY},[]),g=d(function(e){var t=c.current-e.changedTouches[0].clientY;h(e,t)},[h]),b=d(function(e){if(e){var t=!!Sg&&{passive:!1};e.addEventListener("wheel",m,t),e.addEventListener("touchstart",f,t),e.addEventListener("touchmove",g,t)}},[g,f,m]),v=d(function(e){e&&(e.removeEventListener("wheel",m,!1),e.removeEventListener("touchstart",f,!1),e.removeEventListener("touchmove",g,!1))},[g,f,m]);return u(function(){if(t){var e=p.current;return b(e),function(){v(e)}}},[t,b,v]),function(e){p.current=e}}({isEnabled:void 0===r||r,onBottomArrive:e.onBottomArrive,onBottomLeave:e.onBottomLeave,onTopArrive:e.onTopArrive,onTopLeave:e.onTopLeave}),i=function(e){var t=e.isEnabled,n=e.accountForScrollbars,r=void 0===n||n,o=l({}),i=l(null),a=d(function(e){if(Vb){var t=document.body,n=t&&t.style;if(r&&kb.forEach(function(e){var t=n&&n[e];o.current[e]=t}),r&&Mb<1){var i=parseInt(o.current.paddingRight,10)||0,a=document.body?document.body.clientWidth:0,s=window.innerWidth-a+i||0;Object.keys(Lb).forEach(function(e){var t=Lb[e];n&&(n[e]=t)}),n&&(n.paddingRight="".concat(s,"px"))}t&&Db()&&(t.addEventListener("touchmove",Rb,jb),e&&(e.addEventListener("touchstart",Ob,jb),e.addEventListener("touchmove",Gb,jb))),Mb+=1}},[r]),s=d(function(e){if(Vb){var t=document.body,n=t&&t.style;Mb=Math.max(Mb-1,0),r&&Mb<1&&kb.forEach(function(e){var t=o.current[e];n&&(n[e]=t)}),t&&Db()&&(t.removeEventListener("touchmove",Rb,jb),e&&(e.removeEventListener("touchstart",Ob,jb),e.removeEventListener("touchmove",Gb,jb)))}},[r]);return u(function(){if(t){var e=i.current;return a(e),function(){s(e)}}},[t,a,s]),function(e){i.current=e}}({isEnabled:n});return Mf(x,null,n&&Mf("div",{onClick:Hb,css:Wb}),t(function(e){o(e),i(e)}))}var Fb="production"===process.env.NODE_ENV?{name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"}:{name:"5kkxb2-requiredInput-RequiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},zb=function(e){var t=e.name,n=e.onFocus;return Mf("input",{required:!0,name:t,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:Fb,value:"",onChange:function(){}})};function Zb(e){var t;return"undefined"!=typeof window&&null!=window.navigator&&e.test((null===(t=window.navigator.userAgentData)||void 0===t?void 0:t.platform)||window.navigator.platform)}function Yb(){return Zb(/^Mac/i)}function _b(){return Zb(/^iPhone/i)||Zb(/^iPad/i)||Yb()&&navigator.maxTouchPoints>1}var Jb={clearIndicator:Kg,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":void 0,pointerEvents:t?"none":void 0,position:"relative"}},control:function(e,t){var n=e.isDisabled,r=e.isFocused,o=e.theme,i=o.colors,a=o.borderRadius;return Gh({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:o.spacing.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},t?{}:{backgroundColor:n?i.neutral5:i.neutral0,borderColor:n?i.neutral10:r?i.primary:i.neutral20,borderRadius:a,borderStyle:"solid",borderWidth:1,boxShadow:r?"0 0 0 1px ".concat(i.primary):void 0,"&:hover":{borderColor:r?i.primary:i.neutral30}})},dropdownIndicator:$g,group:function(e,t){var n=e.theme.spacing;return t?{}:{paddingBottom:2*n.baseUnit,paddingTop:2*n.baseUnit}},groupHeading:function(e,t){var n=e.theme,r=n.colors,o=n.spacing;return Gh({label:"group",cursor:"default",display:"block"},t?{}:{color:r.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:3*o.baseUnit,paddingRight:3*o.baseUnit,textTransform:"uppercase"})},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e,t){var n=e.isDisabled,r=e.theme,o=r.spacing.baseUnit,i=r.colors;return Gh({label:"indicatorSeparator",alignSelf:"stretch",width:1},t?{}:{backgroundColor:n?i.neutral10:i.neutral20,marginBottom:2*o,marginTop:2*o})},input:function(e,t){var n=e.isDisabled,r=e.value,o=e.theme,i=o.spacing,a=o.colors;return Gh(Gh({visibility:n?"hidden":"visible",transform:r?"translateZ(0)":""},ib),t?{}:{margin:i.baseUnit/2,paddingBottom:i.baseUnit/2,paddingTop:i.baseUnit/2,color:a.neutral80})},loadingIndicator:function(e,t){var n=e.isFocused,r=e.size,o=e.theme,i=o.colors,a=o.spacing.baseUnit;return Gh({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:r,lineHeight:1,marginRight:r,textAlign:"center",verticalAlign:"middle"},t?{}:{color:n?i.neutral60:i.neutral20,padding:2*a})},loadingMessage:Hg,menu:function(e,t){var n,r=e.placement,o=e.theme,i=o.borderRadius,a=o.spacing,s=o.colors;return Gh((Lh(n={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(r),"100%"),Lh(n,"position","absolute"),Lh(n,"width","100%"),Lh(n,"zIndex",1),n),t?{}:{backgroundColor:s.neutral0,borderRadius:i,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:a.menuGutter,marginTop:a.menuGutter})},menuList:function(e,t){var n=e.maxHeight,r=e.theme.spacing.baseUnit;return Gh({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},t?{}:{paddingBottom:r,paddingTop:r})},menuPortal:function(e){var t=e.rect,n=e.offset,r=e.position;return{left:t.left,position:r,top:n,width:t.width,zIndex:1}},multiValue:function(e,t){var n=e.theme,r=n.spacing,o=n.borderRadius,i=n.colors;return Gh({label:"multiValue",display:"flex",minWidth:0},t?{}:{backgroundColor:i.neutral10,borderRadius:o/2,margin:r.baseUnit/2})},multiValueLabel:function(e,t){var n=e.theme,r=n.borderRadius,o=n.colors,i=e.cropWithEllipsis;return Gh({overflow:"hidden",textOverflow:i||void 0===i?"ellipsis":void 0,whiteSpace:"nowrap"},t?{}:{borderRadius:r/2,color:o.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},multiValueRemove:function(e,t){var n=e.theme,r=n.spacing,o=n.borderRadius,i=n.colors,a=e.isFocused;return Gh({alignItems:"center",display:"flex"},t?{}:{borderRadius:o/2,backgroundColor:a?i.dangerLight:void 0,paddingLeft:r.baseUnit,paddingRight:r.baseUnit,":hover":{backgroundColor:i.dangerLight,color:i.danger}})},noOptionsMessage:jg,option:function(e,t){var n=e.isDisabled,r=e.isFocused,o=e.isSelected,i=e.theme,a=i.spacing,s=i.colors;return Gh({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},t?{}:{backgroundColor:o?s.primary:r?s.primary25:"transparent",color:n?s.neutral20:o?s.neutral0:"inherit",padding:"".concat(2*a.baseUnit,"px ").concat(3*a.baseUnit,"px"),":active":{backgroundColor:n?void 0:o?s.primary:s.primary50}})},placeholder:function(e,t){var n=e.theme,r=n.spacing,o=n.colors;return Gh({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},t?{}:{color:o.neutral50,marginLeft:r.baseUnit/2,marginRight:r.baseUnit/2})},singleValue:function(e,t){var n=e.isDisabled,r=e.theme,o=r.spacing,i=r.colors;return Gh({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t?{}:{color:n?i.neutral40:i.neutral80,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},valueContainer:function(e,t){var n=e.theme.spacing,r=e.isMulti,o=e.hasValue,i=e.selectProps.controlShouldRenderValue;return Gh({alignItems:"center",display:r&&o&&i?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},t?{}:{padding:"".concat(n.baseUnit/2,"px ").concat(2*n.baseUnit,"px")})}},Ub={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}},$b={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:wg(),captureMenuScroll:!wg(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:Tb(),formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:function(e){return!!e.isDisabled},loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1};function Kb(e,t,n,r){return{type:"option",data:t,isDisabled:iv(e,t,n),isSelected:av(e,t,n),label:rv(e,t),value:ov(e,t),index:r}}function Qb(e,t){return e.options.map(function(n,r){if("options"in n){var o=n.options.map(function(n,r){return Kb(e,n,t,r)}).filter(function(t){return tv(e,t)});return o.length>0?{type:"group",data:n,options:o,index:r}:void 0}var i=Kb(e,n,t,r);return tv(e,i)?i:void 0}).filter(Tg)}function qb(e){return e.reduce(function(e,t){return"group"===t.type?e.push.apply(e,Zh(t.options.map(function(e){return e.data}))):e.push(t.data),e},[])}function ev(e,t){return e.reduce(function(e,n){return"group"===n.type?e.push.apply(e,Zh(n.options.map(function(e){return{data:e.data,id:"".concat(t,"-").concat(n.index,"-").concat(e.index)}}))):e.push({data:n.data,id:"".concat(t,"-").concat(n.index)}),e},[])}function tv(e,t){var n=e.inputValue,r=void 0===n?"":n,o=t.data,i=t.isSelected,a=t.label,s=t.value;return(!lv(e)||!i)&&sv(e,{label:a,value:s,data:o},r)}var nv=function(e,t){var n;return(null===(n=e.find(function(e){return e.data===t}))||void 0===n?void 0:n.id)||null},rv=function(e,t){return e.getOptionLabel(t)},ov=function(e,t){return e.getOptionValue(t)};function iv(e,t,n){return"function"==typeof e.isOptionDisabled&&e.isOptionDisabled(t,n)}function av(e,t,n){if(n.indexOf(t)>-1)return!0;if("function"==typeof e.isOptionSelected)return e.isOptionSelected(t,n);var r=ov(e,t);return n.some(function(t){return ov(e,t)===r})}function sv(e,t,n){return!e.filterOption||e.filterOption(t,n)}var lv=function(e){var t=e.hideSelectedOptions,n=e.isMulti;return void 0===t?n:t},cv=1,uv=function(){!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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Wh(e,t)}(t,C);var e=function(e){var t=Fh();return function(){var n,r=Xh(e);if(t){var o=Xh(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return zh(this,n)}}(t);function t(n){var r;if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),(r=e.call(this,n)).state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:"",isAppleDevice:!1},r.blockOptionHover=!1,r.isComposing=!1,r.commonProps=void 0,r.initialTouchX=0,r.initialTouchY=0,r.openAfterFocus=!1,r.scrollToFocusedOptionOnUpdate=!1,r.userIsDragging=void 0,r.controlRef=null,r.getControlRef=function(e){r.controlRef=e},r.focusedOptionRef=null,r.getFocusedOptionRef=function(e){r.focusedOptionRef=e},r.menuListRef=null,r.getMenuListRef=function(e){r.menuListRef=e},r.inputRef=null,r.getInputRef=function(e){r.inputRef=e},r.focus=r.focusInput,r.blur=r.blurInput,r.onChange=function(e,t){var n=r.props,o=n.onChange,i=n.name;t.name=i,r.ariaOnChange(e,t),o(e,t)},r.setValue=function(e,t,n){var o=r.props,i=o.closeMenuOnSelect,a=o.isMulti,s=o.inputValue;r.onInputChange("",{action:"set-value",prevInputValue:s}),i&&(r.setState({inputIsHiddenAfterUpdate:!a}),r.onMenuClose()),r.setState({clearFocusValueOnUpdate:!0}),r.onChange(e,{action:t,option:n})},r.selectOption=function(e){var t=r.props,n=t.blurInputOnSelect,o=t.isMulti,i=t.name,a=r.state.selectValue,s=o&&r.isOptionSelected(e,a),l=r.isOptionDisabled(e,a);if(s){var c=r.getOptionValue(e);r.setValue(a.filter(function(e){return r.getOptionValue(e)!==c}),"deselect-option",e)}else{if(l)return void r.ariaOnChange(e,{action:"select-option",option:e,name:i});o?r.setValue([].concat(Zh(a),[e]),"select-option",e):r.setValue(e,"select-option")}n&&r.blurInput()},r.removeValue=function(e){var t=r.props.isMulti,n=r.state.selectValue,o=r.getOptionValue(e),i=n.filter(function(e){return r.getOptionValue(e)!==o}),a=Bg(t,i,i[0]||null);r.onChange(a,{action:"remove-value",removedValue:e}),r.focusInput()},r.clearValue=function(){var e=r.state.selectValue;r.onChange(Bg(r.props.isMulti,[],null),{action:"clear",removedValues:e})},r.popValue=function(){var e=r.props.isMulti,t=r.state.selectValue,n=t[t.length-1],o=t.slice(0,t.length-1),i=Bg(e,o,o[0]||null);n&&r.onChange(i,{action:"pop-value",removedValue:n})},r.getFocusedOptionId=function(e){return nv(r.state.focusableOptionsWithIds,e)},r.getFocusableOptionsWithIds=function(){return ev(Qb(r.props,r.state.selectValue),r.getElementId("option"))},r.getValue=function(){return r.state.selectValue},r.cx=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return mg.apply(void 0,[r.props.classNamePrefix].concat(t))},r.getOptionLabel=function(e){return rv(r.props,e)},r.getOptionValue=function(e){return ov(r.props,e)},r.getStyles=function(e,t){var n=r.props.unstyled,o=Jb[e](t,n);o.boxSizing="border-box";var i=r.props.styles[e];return i?i(o,t):o},r.getClassNames=function(e,t){var n,o;return null===(n=(o=r.props.classNames)[e])||void 0===n?void 0:n.call(o,t)},r.getElementId=function(e){return"".concat(r.state.instancePrefix,"-").concat(e)},r.getComponents=function(){return e=r.props,Gh(Gh({},ub),e.components);var e},r.buildCategorizedOptions=function(){return Qb(r.props,r.state.selectValue)},r.getCategorizedOptions=function(){return r.props.menuIsOpen?r.buildCategorizedOptions():[]},r.buildFocusableOptions=function(){return qb(r.buildCategorizedOptions())},r.getFocusableOptions=function(){return r.props.menuIsOpen?r.buildFocusableOptions():[]},r.ariaOnChange=function(e,t){r.setState({ariaSelection:Gh({value:e},t)})},r.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),r.focusInput())},r.onMenuMouseMove=function(e){r.blockOptionHover=!1},r.onControlMouseDown=function(e){if(!e.defaultPrevented){var t=r.props.openMenuOnClick;r.state.isFocused?r.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&r.onMenuClose():t&&r.openMenu("first"):(t&&(r.openAfterFocus=!0),r.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()}},r.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||r.props.isDisabled)){var t=r.props,n=t.isMulti,o=t.menuIsOpen;r.focusInput(),o?(r.setState({inputIsHiddenAfterUpdate:!n}),r.onMenuClose()):r.openMenu("first"),e.preventDefault()}},r.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(r.clearValue(),e.preventDefault(),r.openAfterFocus=!1,"touchend"===e.type?r.focusInput():setTimeout(function(){return r.focusInput()}))},r.onScroll=function(e){"boolean"==typeof r.props.closeMenuOnScroll?e.target instanceof HTMLElement&&vg(e.target)&&r.props.onMenuClose():"function"==typeof r.props.closeMenuOnScroll&&r.props.closeMenuOnScroll(e)&&r.props.onMenuClose()},r.onCompositionStart=function(){r.isComposing=!0},r.onCompositionEnd=function(){r.isComposing=!1},r.onTouchStart=function(e){var t=e.touches,n=t&&t.item(0);n&&(r.initialTouchX=n.clientX,r.initialTouchY=n.clientY,r.userIsDragging=!1)},r.onTouchMove=function(e){var t=e.touches,n=t&&t.item(0);if(n){var o=Math.abs(n.clientX-r.initialTouchX),i=Math.abs(n.clientY-r.initialTouchY);r.userIsDragging=o>5||i>5}},r.onTouchEnd=function(e){r.userIsDragging||(r.controlRef&&!r.controlRef.contains(e.target)&&r.menuListRef&&!r.menuListRef.contains(e.target)&&r.blurInput(),r.initialTouchX=0,r.initialTouchY=0)},r.onControlTouchEnd=function(e){r.userIsDragging||r.onControlMouseDown(e)},r.onClearIndicatorTouchEnd=function(e){r.userIsDragging||r.onClearIndicatorMouseDown(e)},r.onDropdownIndicatorTouchEnd=function(e){r.userIsDragging||r.onDropdownIndicatorMouseDown(e)},r.handleInputChange=function(e){var t=r.props.inputValue,n=e.currentTarget.value;r.setState({inputIsHiddenAfterUpdate:!1}),r.onInputChange(n,{action:"input-change",prevInputValue:t}),r.props.menuIsOpen||r.onMenuOpen()},r.onInputFocus=function(e){r.props.onFocus&&r.props.onFocus(e),r.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(r.openAfterFocus||r.props.openMenuOnFocus)&&r.openMenu("first"),r.openAfterFocus=!1},r.onInputBlur=function(e){var t=r.props.inputValue;r.menuListRef&&r.menuListRef.contains(document.activeElement)?r.inputRef.focus():(r.props.onBlur&&r.props.onBlur(e),r.onInputChange("",{action:"input-blur",prevInputValue:t}),r.onMenuClose(),r.setState({focusedValue:null,isFocused:!1}))},r.onOptionHover=function(e){if(!r.blockOptionHover&&r.state.focusedOption!==e){var t=r.getFocusableOptions().indexOf(e);r.setState({focusedOption:e,focusedOptionId:t>-1?r.getFocusedOptionId(e):null})}},r.shouldHideSelectedOptions=function(){return lv(r.props)},r.onValueInputFocus=function(e){e.preventDefault(),e.stopPropagation(),r.focus()},r.onKeyDown=function(e){var t=r.props,n=t.isMulti,o=t.backspaceRemovesValue,i=t.escapeClearsValue,a=t.inputValue,s=t.isClearable,l=t.isDisabled,c=t.menuIsOpen,u=t.onKeyDown,d=t.tabSelectsValue,p=t.openMenuOnFocus,h=r.state,m=h.focusedOption,f=h.focusedValue,g=h.selectValue;if(!(l||"function"==typeof u&&(u(e),e.defaultPrevented))){switch(r.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||a)return;r.focusValue("previous");break;case"ArrowRight":if(!n||a)return;r.focusValue("next");break;case"Delete":case"Backspace":if(a)return;if(f)r.removeValue(f);else{if(!o)return;n?r.popValue():s&&r.clearValue()}break;case"Tab":if(r.isComposing)return;if(e.shiftKey||!c||!d||!m||p&&r.isOptionSelected(m,g))return;r.selectOption(m);break;case"Enter":if(229===e.keyCode)break;if(c){if(!m)return;if(r.isComposing)return;r.selectOption(m);break}return;case"Escape":c?(r.setState({inputIsHiddenAfterUpdate:!1}),r.onInputChange("",{action:"menu-close",prevInputValue:a}),r.onMenuClose()):s&&i&&r.clearValue();break;case" ":if(a)return;if(!c){r.openMenu("first");break}if(!m)return;r.selectOption(m);break;case"ArrowUp":c?r.focusOption("up"):r.openMenu("last");break;case"ArrowDown":c?r.focusOption("down"):r.openMenu("first");break;case"PageUp":if(!c)return;r.focusOption("pageup");break;case"PageDown":if(!c)return;r.focusOption("pagedown");break;case"Home":if(!c)return;r.focusOption("first");break;case"End":if(!c)return;r.focusOption("last");break;default:return}e.preventDefault()}},r.state.instancePrefix="react-select-"+(r.props.instanceId||++cv),r.state.selectValue=fg(n.value),n.menuIsOpen&&r.state.selectValue.length){var o=r.getFocusableOptionsWithIds(),i=r.buildFocusableOptions(),a=i.indexOf(r.state.selectValue[0]);r.state.focusableOptionsWithIds=o,r.state.focusedOption=i[a],r.state.focusedOptionId=nv(o,i[a])}return r}return function(e,t,n){t&&Hh(e.prototype,t),n&&Hh(e,n),Object.defineProperty(e,"prototype",{writable:!1})}(t,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&Cg(this.menuListRef,this.focusedOptionRef),(Yb()||_b())&&this.setState({isAppleDevice:!0})}},{key:"componentDidUpdate",value:function(e){var t=this.props,n=t.isDisabled,r=t.menuIsOpen,o=this.state.isFocused;(o&&!n&&e.isDisabled||o&&r&&!e.menuIsOpen)&&this.focusInput(),o&&n&&!e.isDisabled?this.setState({isFocused:!1},this.onMenuClose):o||n||!e.isDisabled||this.inputRef!==document.activeElement||this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(Cg(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,n=this.state,r=n.selectValue,o=n.isFocused,i=this.buildFocusableOptions(),a="first"===e?0:i.length-1;if(!this.props.isMulti){var s=i.indexOf(r[0]);s>-1&&(a=s)}this.scrollToFocusedOptionOnUpdate=!(o&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:i[a],focusedOptionId:this.getFocusedOptionId(i[a])},function(){return t.onMenuOpen()})}},{key:"focusValue",value:function(e){var t=this.state,n=t.selectValue,r=t.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var o=n.indexOf(r);r||(o=-1);var i=n.length-1,a=-1;if(n.length){switch(e){case"previous":a=0===o?0:-1===o?i:o-1;break;case"next":o>-1&&o<i&&(a=o+1)}this.setState({inputIsHidden:-1!==a,focusedValue:n[a]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props.pageSize,n=this.state.focusedOption,r=this.getFocusableOptions();if(r.length){var o=0,i=r.indexOf(n);n||(i=-1),"up"===e?o=i>0?i-1:r.length-1:"down"===e?o=(i+1)%r.length:"pageup"===e?(o=i-t)<0&&(o=0):"pagedown"===e?(o=i+t)>r.length-1&&(o=r.length-1):"last"===e&&(o=r.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:r[o],focusedValue:null,focusedOptionId:this.getFocusedOptionId(r[o])})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(Ub):Gh(Gh({},Ub),this.props.theme):Ub}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,n=this.getStyles,r=this.getClassNames,o=this.getValue,i=this.selectOption,a=this.setValue,s=this.props,l=s.isMulti,c=s.isRtl,u=s.options;return{clearValue:e,cx:t,getStyles:n,getClassNames:r,getValue:o,hasValue:this.hasValue(),isMulti:l,isRtl:c,options:u,selectOption:i,selectProps:s,setValue:a,theme:this.getTheme()}}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,n=e.isMulti;return void 0===t?n:t}},{key:"isOptionDisabled",value:function(e,t){return iv(this.props,e,t)}},{key:"isOptionSelected",value:function(e,t){return av(this.props,e,t)}},{key:"filterOption",value:function(e,t){return sv(this.props,e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var n=this.props.inputValue,r=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:n,selectValue:r})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,n=e.isSearchable,o=e.inputId,i=e.inputValue,a=e.tabIndex,s=e.form,l=e.menuIsOpen,c=e.required,u=this.getComponents().Input,d=this.state,p=d.inputIsHidden,h=d.ariaSelection,m=this.commonProps,f=o||this.getElementId("input"),g=Gh(Gh(Gh({"aria-autocomplete":"list","aria-expanded":l,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":c,role:"combobox","aria-activedescendant":this.state.isAppleDevice?void 0:this.state.focusedOptionId||""},l&&{"aria-controls":this.getElementId("listbox")}),!n&&{"aria-readonly":!0}),this.hasValue()?"initial-input-focus"===(null==h?void 0:h.action)&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return n?r.createElement(u,xd({},m,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:f,innerRef:this.getInputRef,isDisabled:t,isHidden:p,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:a,form:s,type:"text",value:i},g)):r.createElement(Pb,xd({id:f,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:pg,onFocus:this.onInputFocus,disabled:t,tabIndex:a,inputMode:"none",form:s,value:""},g))}},{key:"renderPlaceholderOrValue",value:function(){var e=this,t=this.getComponents(),n=t.MultiValue,o=t.MultiValueContainer,i=t.MultiValueLabel,a=t.MultiValueRemove,s=t.SingleValue,l=t.Placeholder,c=this.commonProps,u=this.props,d=u.controlShouldRenderValue,p=u.isDisabled,h=u.isMulti,m=u.inputValue,f=u.placeholder,g=this.state,b=g.selectValue,v=g.focusedValue,y=g.isFocused;if(!this.hasValue()||!d)return m?null:r.createElement(l,xd({},c,{key:"placeholder",isDisabled:p,isFocused:y,innerProps:{id:this.getElementId("placeholder")}}),f);if(h)return b.map(function(t,s){var l=t===v,u="".concat(e.getOptionLabel(t),"-").concat(e.getOptionValue(t));return r.createElement(n,xd({},c,{components:{Container:o,Label:i,Remove:a},isFocused:l,isDisabled:p,key:u,index:s,removeProps:{onClick:function(){return e.removeValue(t)},onTouchEnd:function(){return e.removeValue(t)},onMouseDown:function(e){e.preventDefault()}},data:t}),e.formatOptionLabel(t,"value"))});if(m)return null;var x=b[0];return r.createElement(s,xd({},c,{data:x,isDisabled:p}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var e=this.getComponents().ClearIndicator,t=this.commonProps,n=this.props,o=n.isDisabled,i=n.isLoading,a=this.state.isFocused;if(!this.isClearable()||!e||o||!this.hasValue()||i)return null;var s={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return r.createElement(e,xd({},t,{innerProps:s,isFocused:a}))}},{key:"renderLoadingIndicator",value:function(){var e=this.getComponents().LoadingIndicator,t=this.commonProps,n=this.props,o=n.isDisabled,i=n.isLoading,a=this.state.isFocused;if(!e||!i)return null;return r.createElement(e,xd({},t,{innerProps:{"aria-hidden":"true"},isDisabled:o,isFocused:a}))}},{key:"renderIndicatorSeparator",value:function(){var e=this.getComponents(),t=e.DropdownIndicator,n=e.IndicatorSeparator;if(!t||!n)return null;var o=this.commonProps,i=this.props.isDisabled,a=this.state.isFocused;return r.createElement(n,xd({},o,{isDisabled:i,isFocused:a}))}},{key:"renderDropdownIndicator",value:function(){var e=this.getComponents().DropdownIndicator;if(!e)return null;var t=this.commonProps,n=this.props.isDisabled,o=this.state.isFocused,i={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return r.createElement(e,xd({},t,{innerProps:i,isDisabled:n,isFocused:o}))}},{key:"renderMenu",value:function(){var e=this,t=this.getComponents(),n=t.Group,o=t.GroupHeading,i=t.Menu,a=t.MenuList,s=t.MenuPortal,l=t.LoadingMessage,c=t.NoOptionsMessage,u=t.Option,d=this.commonProps,p=this.state.focusedOption,h=this.props,m=h.captureMenuScroll,f=h.inputValue,g=h.isLoading,b=h.loadingMessage,v=h.minMenuHeight,y=h.maxMenuHeight,x=h.menuIsOpen,I=h.menuPlacement,C=h.menuPosition,w=h.menuPortalTarget,A=h.menuShouldBlockScroll,E=h.menuShouldScrollIntoView,N=h.noOptionsMessage,S=h.onMenuScrollToTop,T=h.onMenuScrollToBottom;if(!x)return null;var B,P=function(t,n){var o=t.type,i=t.data,a=t.isDisabled,s=t.isSelected,l=t.label,c=t.value,h=p===i,m=a?void 0:function(){return e.onOptionHover(i)},f=a?void 0:function(){return e.selectOption(i)},g="".concat(e.getElementId("option"),"-").concat(n),b={id:g,onClick:f,onMouseMove:m,onMouseOver:m,tabIndex:-1,role:"option","aria-selected":e.state.isAppleDevice?void 0:s};return r.createElement(u,xd({},d,{innerProps:b,data:i,isDisabled:a,isSelected:s,key:g,label:l,type:o,value:c,isFocused:h,innerRef:h?e.getFocusedOptionRef:void 0}),e.formatOptionLabel(t.data,"menu"))};if(this.hasOptions())B=this.getCategorizedOptions().map(function(t){if("group"===t.type){var i=t.data,a=t.options,s=t.index,l="".concat(e.getElementId("group"),"-").concat(s),c="".concat(l,"-heading");return r.createElement(n,xd({},d,{key:l,data:i,options:a,Heading:o,headingProps:{id:c,data:t.data},label:e.formatGroupLabel(t.data)}),t.options.map(function(e){return P(e,"".concat(s,"-").concat(e.index))}))}if("option"===t.type)return P(t,"".concat(t.index))});else if(g){var k=b({inputValue:f});if(null===k)return null;B=r.createElement(l,d,k)}else{var L=N({inputValue:f});if(null===L)return null;B=r.createElement(c,d,L)}var R={minMenuHeight:v,maxMenuHeight:y,menuPlacement:I,menuPosition:C,menuShouldScrollIntoView:E},G=r.createElement(Dg,xd({},d,R),function(t){var n=t.ref,o=t.placerProps,s=o.placement,l=o.maxHeight;return r.createElement(i,xd({},d,R,{innerRef:n,innerProps:{onMouseDown:e.onMenuMouseDown,onMouseMove:e.onMenuMouseMove},isLoading:g,placement:s}),r.createElement(Xb,{captureEnabled:m,onTopArrive:S,onBottomArrive:T,lockEnabled:A},function(t){return r.createElement(a,xd({},d,{innerRef:function(n){e.getMenuListRef(n),t(n)},innerProps:{role:"listbox","aria-multiselectable":d.isMulti,id:e.getElementId("listbox")},isLoading:g,maxHeight:l,focusedOption:p}),B)}))});return w||"fixed"===C?r.createElement(s,xd({},d,{appendTo:w,controlElement:this.controlRef,menuPlacement:I,menuPosition:C}),G):G}},{key:"renderFormField",value:function(){var e=this,t=this.props,n=t.delimiter,o=t.isDisabled,i=t.isMulti,a=t.name,s=t.required,l=this.state.selectValue;if(s&&!this.hasValue()&&!o)return r.createElement(zb,{name:a,onFocus:this.onValueInputFocus});if(a&&!o){if(i){if(n){var c=l.map(function(t){return e.getOptionValue(t)}).join(n);return r.createElement("input",{name:a,type:"hidden",value:c})}var u=l.length>0?l.map(function(t,n){return r.createElement("input",{key:"i-".concat(n),name:a,type:"hidden",value:e.getOptionValue(t)})}):r.createElement("input",{name:a,type:"hidden",value:""});return r.createElement("div",null,u)}var d=l[0]?this.getOptionValue(l[0]):"";return r.createElement("input",{name:a,type:"hidden",value:d})}}},{key:"renderLiveRegion",value:function(){var e=this.commonProps,t=this.state,n=t.ariaSelection,o=t.focusedOption,i=t.focusedValue,a=t.isFocused,s=t.selectValue,l=this.getFocusableOptions();return r.createElement(bb,xd({},e,{id:this.getElementId("live-region"),ariaSelection:n,focusedOption:o,focusedValue:i,isFocused:a,selectValue:s,focusableOptions:l,isAppleDevice:this.state.isAppleDevice}))}},{key:"render",value:function(){var e=this.getComponents(),t=e.Control,n=e.IndicatorsContainer,o=e.SelectContainer,i=e.ValueContainer,a=this.props,s=a.className,l=a.id,c=a.isDisabled,u=a.menuIsOpen,d=this.state.isFocused,p=this.commonProps=this.getCommonProps();return r.createElement(o,xd({},p,{className:s,innerProps:{id:l,onKeyDown:this.onKeyDown},isDisabled:c,isFocused:d}),this.renderLiveRegion(),r.createElement(t,xd({},p,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:c,isFocused:d,menuIsOpen:u}),r.createElement(i,xd({},p,{isDisabled:c}),this.renderPlaceholderOrValue(),this.renderInput()),r.createElement(n,xd({},p,{isDisabled:c}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(e,t){var n=t.prevProps,r=t.clearFocusValueOnUpdate,o=t.inputIsHiddenAfterUpdate,i=t.ariaSelection,a=t.isFocused,s=t.prevWasFocused,l=t.instancePrefix,c=e.options,u=e.value,d=e.menuIsOpen,p=e.inputValue,h=e.isMulti,m=fg(u),f={};if(n&&(u!==n.value||c!==n.options||d!==n.menuIsOpen||p!==n.inputValue)){var g=d?function(e,t){return qb(Qb(e,t))}(e,m):[],b=d?ev(Qb(e,m),"".concat(l,"-option")):[],v=r?function(e,t){var n=e.focusedValue,r=e.selectValue.indexOf(n);if(r>-1){if(t.indexOf(n)>-1)return n;if(r<t.length)return t[r]}return null}(t,m):null,y=function(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}(t,g);f={selectValue:m,focusedOption:y,focusedOptionId:nv(b,y),focusableOptionsWithIds:b,focusedValue:v,clearFocusValueOnUpdate:!1}}var x=null!=o&&e!==n?{inputIsHidden:o,inputIsHiddenAfterUpdate:void 0}:{},I=i,C=a&&s;return a&&!C&&(I={value:Bg(h,m,m[0]||null),options:m,action:"initial-input-focus"},C=!s),"initial-input-focus"===(null==i?void 0:i.action)&&(I=null),Gh(Gh(Gh({},f),x),{},{prevProps:e,ariaSelection:I,prevWasFocused:C})}}]),t}();uv.defaultProps=$b;var dv=i(function(e,t){var n=function(e){var t=e.defaultInputValue,n=void 0===t?"":t,r=e.defaultMenuIsOpen,o=void 0!==r&&r,i=e.defaultValue,a=void 0===i?null:i,s=e.inputValue,l=e.menuIsOpen,u=e.onChange,p=e.onInputChange,h=e.onMenuClose,m=e.onMenuOpen,f=e.value,g=Mh(e,jh),b=Vh(c(void 0!==s?s:n),2),v=b[0],y=b[1],x=Vh(c(void 0!==l?l:o),2),I=x[0],C=x[1],w=Vh(c(void 0!==f?f:a),2),A=w[0],E=w[1],N=d(function(e,t){"function"==typeof u&&u(e,t),E(e)},[u]),S=d(function(e,t){var n;"function"==typeof p&&(n=p(e,t)),y(void 0!==n?n:e)},[p]),T=d(function(){"function"==typeof m&&m(),C(!0)},[m]),B=d(function(){"function"==typeof h&&h(),C(!1)},[h]),P=void 0!==s?s:v,k=void 0!==l?l:I,L=void 0!==f?f:A;return Gh(Gh({},g),{},{inputValue:P,menuIsOpen:k,onChange:N,onInputChange:S,onMenuClose:B,onMenuOpen:T,value:L})}(e);return r.createElement(uv,xd({ref:t},n))}),pv=dv;const hv=o.memo(({options:n,className:r,controlClassName:o,value:i,isCustomStyle:s=!1,placeholder:l,required:c,onChange:u,filterOptions:d,hasError:p,error:h,menuClassName:m,helperText:f,label:g,labelClassName:b,size:v="md",variant:y="default","data-cy":x,"data-testid":I,...C})=>{const w=a(()=>Tb(d),[d]),A=a(()=>({control:({isFocused:e})=>Ze("sm"===v?"h-[48px] px-3 rounded-lg":"h-[56px] px-3 rounded-xl","border border-input-border bg-white hover:not-focus:border-input-border-hover",{"border-input-border-selected outline outline-2 outline-input-border-selected":e&&!p,"border-input-border-critical shadow-none":p},o),indicatorSeparator:()=>"hidden",dropdownIndicator:({selectProps:e})=>s?e.value?"hidden":"block":"block text-icon-default "+(p?"text-icon-critical":""),singleValue:()=>Ze(s?"text-text text-body1 whitespace-normal":"text-text-secondary"),menu:()=>Ze("z-20 mt-2 rounded-input-poppers bg-surface shadow-dark-drop",m),option:({isFocused:e,isSelected:t,label:r})=>{var o;return Ze("min-h-[40px] px-4 py-2 cursor-pointer",t?"bg-gray-200 text-text font-semibold":"bg-white text-text-secondary",!t&&"hover:bg-bg-surface-hover",!t&&e&&"bg-bg-surface-hover",s?"text-body1 text-text":"",s&&(null===(o=n[n.length-1])||void 0===o?void 0:o.label)!==r?"border-b border-border-brand":"")},placeholder:()=>"text-input-text-placeholder",input:()=>"text-text",valueContainer:()=>"px-0"}),[s,o,m,n,p,v]);return"unstyled"===y?e(pv,{options:n,value:i,placeholder:c?`${l}*`:l,onChange:u,filterOption:w,className:Ze("rounded-xl",r),classNames:A,"data-cy":x,"data-testid":I,...C}):t("div",{className:"w-full",children:[g&&e("label",{className:Ze("mb-1 block text-sm font-medium text-text-secondary",b),children:g}),e(pv,{options:n,value:i,placeholder:c?`${l}*`:l,onChange:u,filterOption:w,className:Ze("rounded-xl",r),classNames:A,"data-cy":x,"data-testid":I,...C}),h&&e(gr,{className:"footnote mt-1 text-text-critical",children:h}),!h&&f&&e(gr,{className:"footnote mt-1 text-text-info",children:f})]})});function mv({paginatedArticles:n,totalArticles:r,currentPage:o,totalPages:i,selectedCategory:a,categoryOptions:s}){const l=B(),c=P(),u=k();function d(e,t){const n=new URLSearchParams(u.toString());t?n.set(e,t):n.delete(e),"category"===e&&n.delete("page"),l.push(`${c}?${n.toString()}`,{scroll:!1})}return t("section",{"aria-label":"Blog articles","data-section-type":"blogs-grid","data-section-index":"0",children:[t("div",{className:"mx-auto flex max-w-[1200px] flex-wrap items-center justify-between gap-3 px-6 pb-6",children:[e(gr,{className:"w-full text-center text-heading5 font-black lowercase text-text-secondary md:w-auto md:text-left",children:"recent articles"}),t("div",{className:"flex w-full flex-col-reverse gap-3 md:w-auto md:flex-row md:items-center md:gap-6",children:[t(gr,{className:"whitespace-nowrap text-center text-label3 font-bold text-text-info md:text-right md:text-label2",children:[e(gr,{as:"span",className:"hidden md:block",children:"showing"}),t("strong",{className:"block text-nowrap font-bold text-text-info",children:[t(gr,{as:"span",className:"md:hidden",children:["showing"," "]}),n.length," of ",r," articles"]})]}),e(hv,{options:s,value:a,onChange:function(e){if(!e||Array.isArray(e))return;const t=e;d("category","all"===t.value?"":t.value)},className:"w-full md:w-[280px]"})]})]}),n.length>0?e("div",{className:"mx-auto grid max-w-[1200px] grid-cols-1 gap-6 px-5 pb-16 sm:grid-cols-2 lg:grid-cols-3",children:n.map((t,n)=>{var r,o,i,a,s;const l=t.slug.startsWith("/")?t.slug:`/${t.slug}`,c=(null===(r=null==t?void 0:t.cover)||void 0===r?void 0:r.url)?{src:null===(o=null==t?void 0:t.cover)||void 0===o?void 0:o.url,alt:(null===(i=null==t?void 0:t.cover)||void 0===i?void 0:i.title)||(null==t?void 0:t.title)||"Blog article image",width:(null===(a=null==t?void 0:t.cover)||void 0===a?void 0:a.width)||600,height:(null===(s=null==t?void 0:t.cover)||void 0===s?void 0:s.height)||338}:void 0;return e(Gr,{href:l,title:t.title,description:t.shortDescription,date:t.blogCreationDate,category:t.category,image:c,index:n},t.slug)})}):e(gr,{className:"px-6 py-12 text-center text-text-info",children:"No articles found."}),i>1&&e(Bh,{currentPage:o,totalPages:i,onPageChange:function(e){d("page",1===e?"":e.toString()),window.scrollTo({top:0,behavior:"smooth"})},ariaLabel:"Blog article pagination"})]})}function fv({title:n="recent articles",paginatedArticles:r,totalArticles:o,currentPage:i,totalPages:a,selectedCategory:s,categoryOptions:l,onCategoryChange:c,onPageChange:u,imageComponent:d}){return t("section",{"aria-label":"Blog articles","data-section-type":"blogs-grid","data-section-index":"0",children:[t("div",{className:"mx-auto flex max-w-[1200px] flex-wrap items-center justify-between gap-3 px-6 pb-6",children:[e(gr,{className:"w-full text-center text-heading5 font-black lowercase text-text-secondary md:w-auto md:text-left",children:n}),l.length>0&&t("div",{className:"flex w-full flex-col-reverse gap-3 md:w-auto md:flex-row md:items-center md:gap-6",children:[t(gr,{className:"whitespace-nowrap text-center text-label3 font-bold text-text-info md:text-right md:text-label2",children:[e(gr,{as:"span",className:"hidden md:block",children:"showing"}),t("strong",{className:"block text-nowrap font-bold text-text-info",children:[t(gr,{as:"span",className:"md:hidden",children:["showing"," "]}),r.length," of ",o," articles"]})]}),e(hv,{options:l,value:s,onChange:function(e){if(!e||Array.isArray(e))return;null==c||c(e)},className:"w-full md:w-[280px]"})]})]}),r.length>0?e("div",{className:"mx-auto grid max-w-[1200px] grid-cols-1 gap-6 px-5 pb-16 sm:grid-cols-2 lg:grid-cols-3",children:r.map((t,n)=>{var r,o,i,a,s;const l=t.slug.startsWith("/")?t.slug:`/${t.slug}`,c=(null===(r=null==t?void 0:t.cover)||void 0===r?void 0:r.url)?{src:null===(o=null==t?void 0:t.cover)||void 0===o?void 0:o.url,alt:(null===(i=null==t?void 0:t.cover)||void 0===i?void 0:i.title)||(null==t?void 0:t.title)||"Blog article image",width:(null===(a=null==t?void 0:t.cover)||void 0===a?void 0:a.width)||600,height:(null===(s=null==t?void 0:t.cover)||void 0===s?void 0:s.height)||338}:void 0;return e(Gr,{href:l,title:t.title,description:t.shortDescription,date:t.blogCreationDate,category:t.category,image:c,imageComponent:d,index:n},t.slug)})}):e(gr,{className:"px-6 py-12 text-center text-text-info",children:"No articles found."}),a>1&&e(Bh,{currentPage:i,totalPages:a,onPageChange:function(e){null==u||u(e)},ariaLabel:"Blog article pagination"})]})}hv.displayName="Select";const gv=n=>{const{links:r=[],textColor:o="dark",maxWidth:i=!0,floatOnMobile:a=!1}=n,s=a?"dark"===o?"text-text":"text-white":"dark"===o?"text-white xl:text-text":"text-text xl:text-white";return r.length?e("nav",{"aria-label":"Breadcrumb",className:(i?`${!a&&"mx-5"} max-w-120 xl:mx-auto`:"mx-auto")+" relative",children:e("ol",{className:`right-0 z-10 mx-0 flex w-full flex-nowrap items-center gap-2 px-7 pb-0 pt-8 md:px-14 ${a?"absolute":"relative xl:absolute"} xl:mx-auto xl:flex-wrap xl:px-3`,children:r.map((n,o)=>{const{image:i,...a}=n,l=(null==i?void 0:i.url)?i.url.startsWith("//")?`https:${i.url}`:i.url:"",c=o===r.length-1;return t("li",c?{className:"flex min-w-0 items-center",children:[l&&e("img",{src:l,alt:(null==i?void 0:i.alt)||"",width:20,height:20,className:"mr-2 h-10 w-10"}),e(gr,{as:"span",className:`body3 mr-2 break-words ${s}`,children:n.buttonLabel})]}:{className:"flex flex-none items-center",children:[l&&e("img",{src:l,alt:(null==i?void 0:i.alt)||"",width:20,height:20,className:"mr-2 h-10 w-10"}),e(Vr,{...a,linkClassName:`label3 mr-2 whitespace-nowrap ${s}`,linkVariant:"unstyled"}),e(fr,{name:"chevron_right",className:`${s} `})]},o)})})}):null},bv=n=>{const{anchorId:r="SearchBlock",title:o,subTitle:i,enableHeading:a,searchDescription:s,searchInputPlaceholder:l,basicCaption:u,caption:d,backgroundColor:p,color:h,onSubmit:m}=n,[f,g]=c("");return e("div",{className:`py-10 md:py-20 ${{supporting:"bg-bg-fill-brand-supporting",white:"bg-bg",brand:"bg-bg-fill-brand"}[p]} ${"dark"==h?"text-text":"text-white"}`,id:r,"data-testid":"search-block",children:e("div",{className:"flex justify-center",children:t("div",{className:"w-[1200px]",children:[t("div",{className:"mb-8 text-center",children:[e(gr,{as:a?"h1":"h2",className:Ze("heading2 md:heading1"),children:o}),i&&e(gr,{as:"div",className:Ze("subheading2 mt-2 md:subheading1"),children:i})]}),s?e(gr,{className:"heading6 text-center",children:s}):null,e("span",{className:"w-full",children:t("form",{onSubmit:e=>{e.preventDefault(),null==m||m({searchText:f})},className:"flex items-center rounded-md border bg-bg transition-colors focus-within:border-border-focus",children:[e(Sr,{type:"submit",className:"ml-2 inline-flex",children:e(fr,{name:"search",className:"text-text"})}),e("div",{className:"flex-grow",children:e(uo,{value:f,onChange:e=>g(e.target.value),placeholder:l,containerClassName:"px-4 pl-0 rounded-md flex-grow border-none",className:"body3 rounded-md text-text"})})]})}),d||null,u]})})})},vv={yellow:{bg:"bg-fill-brand-accent",text:"text"},white:{bg:"bg-white",text:"text"},navy:{bg:"bg-bg-fill-inverse",text:"text-inverse"},green:{bg:"bg-border-success",text:"text-inverse"}},yv=n=>{const{title:r,variant:o="yellow",cta:i,navHeight:a,isVisible:s,renderCheckPlans:l}=n,c=vv[null==o?void 0:o.toLowerCase()]||vv.yellow;if(!s)return null;const u=(null==i?void 0:i.buttonLabel)||"Check plans",d=null==l?void 0:l({ctaText:u,buttonVariant:null==i?void 0:i.buttonVariant,showButtonAs:"solid",cta:i});return t("div",{style:{top:`${a}px`},className:Ze(`sticky left-0 right-0 z-[89] w-full shadow-drop transition-all duration-200 lg:fixed bg-${c.bg} text-${c.text}`,"flex flex-col items-center justify-center gap-3 p-[10px] lg:flex-row lg:gap-8 lg:px-6 lg:py-[10px]"),children:[e(gr,{className:"label3 w-full text-center text-text lg:w-auto lg:text-left",children:r}),d]})};function xv(r){var o,i,a;const[s,l]=c(0),[d,p]=c(""),{title:h,subTitle:m,tabs:f,tabsContent:g,navigationType:b=!0,mobileSidebarTabType:v=!0}=r;u(()=>{if("undefined"!=typeof window){p(window.location.hash);const e=()=>{p(window.location.hash)};return window.addEventListener("hashchange",e),()=>{window.removeEventListener("hashchange",e)}}},[]),u(()=>{var e;null===(e=null==f?void 0:f.items)||void 0===e||e.some((e,t)=>{if(`#${(null==e?void 0:e.anchorId)||"tab-"+t}`===d)return l(t),!0})},[f,d]);const y=(e,t)=>{l(e),"undefined"!=typeof window&&d&&(window.location.hash=t||"")},x=t(n,{children:[e("div",{className:"overflow-x-auto px-5 [-ms-overflow-style:none] [scrollbar-width:none] md:flex md:justify-center [&::-webkit-scrollbar]:hidden",children:e("div",{className:"flex w-max gap-10",children:null===(o=null==f?void 0:f.items)||void 0===o?void 0:o.map((t,n)=>e(Vr,{showButtonAs:"unstyled",onClick:()=>y(n,null==t?void 0:t.anchorId),buttonClassName:Ze("py-2 whitespace-nowrap",n===s?"label1 border-b-2 border-border-focus-secondary":"body1"),children:t.tabName},n))})}),null==g?void 0:g.map((t,n)=>e("div",{children:e(yd,{children:e(pd.div,{initial:{height:0,opacity:0},animate:{height:n===s?"auto":0,opacity:n===s?1:0},exit:{height:0,opacity:0},transition:{duration:.3},children:t})})},n))]}),I=e(n,{children:null===(i=null==f?void 0:f.items)||void 0===i?void 0:i.map((n,r)=>t("div",{className:"py-5",children:[t(Vr,{showButtonAs:"unstyled",onClick:()=>y(r,null==n?void 0:n.anchorId),buttonClassName:Ze("w-full flex justify-between items-center px-4 py-5",r===s?"bg-bg-surface-active":""),children:[e("span",{className:"heading6",children:n.tabName}),e(fr,{name:r===s?"keyboard_arrow_down":"keyboard_arrow_up",fill:1,size:48})]}),e(Tr,{open:r===s,children:e("div",{className:Ze("px-4 py-4"),children:null==g?void 0:g[r]})})]},r))}),C=t("div",{className:"flex px-5 py-20",children:[e("div",{className:"rounded-surface-lg border border-border-secondary shadow-lg",children:e("div",{className:"flex min-w-80 flex-col gap-4 px-6 py-7",children:null===(a=null==f?void 0:f.items)||void 0===a?void 0:a.map((t,n)=>e(Vr,{showButtonAs:"unstyled",onClick:()=>y(n,null==t?void 0:t.anchorId),buttonClassName:Ze("px-4 py-3 whitespace-nowrap text-left rounded-button-sm",n===s?"label1 text-white bg-bg-inverse":"body1"),children:t.tabName},n))})}),e("div",{className:"grow",children:null==g?void 0:g.map((t,n)=>e("div",{children:e(yd,{children:e(pd.div,{initial:{height:0,opacity:0},animate:{height:n===s?"auto":0,opacity:n===s?1:0},exit:{height:0,opacity:0},transition:{duration:.3},children:t})})},n))})]});return t("div",{children:[h||m?t("div",{className:"mb-8 mt-5 flex flex-col gap-5 md:gap-6",children:[h?e(gr,{className:"heading2 px-5 md:heading1 md:text-center",children:h}):null,m?e(gr,{className:"subheading3 px-5 md:subheading1 md:text-center",children:m}):null]}):null,e("div",{className:"md:hidden",children:v?x:I}),e("div",{className:"hidden md:block",children:b?x:C})]})}const Iv=({ctaSuffixText:n,backgroundColor:r,iconName:o,boxShadow:i,ctaButtonLabel:a,ctaButtonLink:s,ctaButtonTarget:l,anchorId:c="anchored-banner"})=>{const u="yellow"===r||!r?"text-text-primary":"text-white";return e("section",{id:c,children:e("div",{className:`fixed bottom-0 left-0 right-0 z-[30] flex w-full items-center justify-center px-4 py-3 transition-all duration-300 ${r?{navy:"bg-bg-fill-inverse",green:"bg-bg-fill-success",blue:"bg-bg-fill-brand-supporting",purple:"bg-bg-fill-brand-tertiary",yellow:"bg-bg-fill-brand-accent"}[r]:"bg-bg-fill-brand-accent"} ${i||"shadow-[0_-4px_10px_rgba(0,0,0,0.1)]"}`,children:e(A,{href:s||"#",target:l||"_self",className:"max-w-screen-xl w-full transition-all",children:e("div",{className:"flex flex-col items-center justify-center gap-1 text-center font-black",children:t("div",{className:`${u} break-words text-body1 font-black leading-snug md:text-[18px]`,children:[o&&e(fr,{name:o,size:24,fill:1,className:`${u} align-text-bottom`}),a&&a," ",n&&e("span",{className:"ml-0.5",children:n})]})})})})})};function Cv({content:n}){let r=3;const[o,i]=c(!1),[a,s]=c(!1),d=l(null);u(()=>{const e=function(e){if("undefined"==typeof window)return"";const t=Ct.get(e);return t?xt(t):null}("cookieBannerClosed");i("true"!==e)},[]),u(()=>{(()=>{const e=document.getElementById("anchored-banner");s(!!e)})()},[]),u(()=>{var e,t,n,r;return o?null===(t=null===(e=null===window||void 0===window?void 0:window.document)||void 0===e?void 0:e.body)||void 0===t||t.classList.add("cookie-banner-visible"):null===(r=null===(n=null===window||void 0===window?void 0:window.document)||void 0===n?void 0:n.body)||void 0===r||r.classList.remove("cookie-banner-visible"),()=>{var e,t;null===(t=null===(e=null===window||void 0===window?void 0:window.document)||void 0===e?void 0:e.body)||void 0===t||t.classList.remove("cookie-banner-visible")}},[o]),u(()=>{if(!o)return;const e=()=>{if(d.current){const e=d.current.getBoundingClientRect(),t=window.innerHeight-e.top;document.documentElement.style.setProperty("--cookie-banner-height",`${t}px`)}},t=setTimeout(e,100),n=setTimeout(e,300);let r;const i=()=>{clearTimeout(r),r=setTimeout(e,150)};return window.addEventListener("resize",i),()=>{clearTimeout(t),clearTimeout(n),clearTimeout(r),window.removeEventListener("resize",i),document.documentElement.style.removeProperty("--cookie-banner-height")}},[o,a]);a&&(r=14);return o?t("div",{id:"cookie-banner",ref:d,className:"fixed z-[1000] max-w-[350px] rounded-xl bg-white py-5 pl-6 pr-12 text-black shadow-lg ring-1 ring-gray-900/10 md:max-w-[656px]",style:{bottom:"0px",right:"20px",marginBottom:`${4*r}px`,marginLeft:"12px"},"aria-label":"Cookie usage notification",children:[" ",e(Vr,{showButtonAs:"unstyled",buttonClassName:"absolute right-2 top-3 mr-2 mt-0 h-6 w-6 bg-white",onClick:()=>{const e=new Date(Date.now()+2592e6);i(!1),((e,t,n)=>{if("undefined"==typeof window)return;const r=JSON.stringify(t),o=yt(r);Ct.set(e,o,n)})("cookieBannerClosed",!0,{expires:e})},children:e(fr,{name:"close"})}),n.richText?e("div",{className:"mx-auto my-4 [&>a]:footnote",children:n.richText}):null]}):null}const wv=n=>{const{anchorId:r="email-input",title:o,subTitle:i,emailInputDescription:a,inputPlaceholder:s="Enter your email here",ctaText:l="Sign me up",caption:u,backgroundColor:d="green",successFeedback:p,onSubmit:h}=n||{},m={navy:"bg-bg-fill-inverse",green:"bg-bg-fill-success",blue:"bg-bg-fill-brand",yellow:"bg-bg-fill-brand-accent",white:"bg-white"},f=m[d]||m.green,g=["green","blue","navy"].includes(d)?"text-white":"text-text",[b,v]=c(""),[y,x]=c(!1),[I,C]=c("");return t("section",{id:r,className:"w-full px-4 py-8 md:px-0",children:[e("div",{className:`mx-auto max-w-[1200px] overflow-hidden rounded-[32px] md:rounded-[20px] ${f} flex flex-col items-start p-8 md:p-16`,children:t("div",{className:"lg:w-[548px]",children:[o&&e("h1",{className:`text-heading1 font-black ${g}`,children:o}),i&&e("h2",{className:`text-heading1 font-black ${g}`,children:i}),a&&e("p",{className:`mb-10 text-subheading1 opacity-95 ${g}`,children:a}),t("div",{className:"max-w-2xl flex w-full items-center overflow-hidden rounded-3xl border border-transparent bg-white p-1.5 shadow-xl transition-all md:p-2",children:[e("input",{type:"email",placeholder:s,value:b,onChange:e=>{v(e.target.value),I&&C(""),y&&x(!1)},className:"w-full flex-grow bg-transparent px-6 py-3 text-lg font-medium text-text outline-none placeholder:text-input-icon-placeholder md:py-4"}),e(Vr,{buttonLabel:l,buttonVariant:"primary_inverse",onClick:()=>{(e=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e))(b)?(h({email:b}),v(""),x(!0),C("")):C("Please enter a valid email address.")}})]}),I&&e("p",{className:"mt-2 text-label4 font-semibold text-text-critical",children:I}),p&&y&&!I&&e("p",{className:`mt-2 text-label4 font-semibold ${g}`,children:p})]})}),u&&e("p",{className:"mx-auto mt-2 max-w-[1200px] px-6 md:px-8",children:u})]})},Av=({fields:n,isInPopupContainer:r=!1,onClose:o,onContinueCheckout:i,checkShouldShowBanner:a,onBannerShown:s})=>{var l,d;const{anchorId:p,mainHeading:h,description:m,cta:f}=n,[g,b]=c(!1);u(()=>{const e=()=>{(null==a?void 0:a())&&!g&&(b(!0),null==s||s())};e();const t=setTimeout(e,100);return()=>clearTimeout(t)},[]);const v=()=>{null==i||i()};return r?t("div",{className:"pop-up-body mb-5 mt-10 flex w-full flex-col items-center justify-center","data-section-type":"cart-retention-banner","data-section-index":"0",children:[e(gr,{className:"heading5 text-center lg:heading3",children:h||"Welcome back. Let’s finish your order"}),m&&Cr(Et(null==m?void 0:m.json),!1,"body1 my-4"),e(Vr,{onClick:v,buttonLabel:null!==(l=null==f?void 0:f.buttonLabel)&&void 0!==l?l:"Continue checkout"})]}):e("section",{id:p,"data-testid":"cart-retention-banner",children:e(Ah,{size:"sm",isOpen:g,onRequestClose:()=>{null==o||o(),b(!1)},bodyClassName:"flex items-center justify-center",type:"cart-retention-banner",children:t("div",{className:"pop-up-body mb-5 mt-10 flex w-full flex-col items-center justify-center",children:[e(gr,{className:"heading5 text-center lg:heading3",children:h||"Welcome back. Let&apos;s finish your order"}),m&&Cr(Et(null==m?void 0:m.json),!1,"body1 my-4"),e(Vr,{onClick:v,buttonLabel:null!==(d=null==f?void 0:f.buttonLabel)&&void 0!==d?d:"Continue checkout"})]})})})};export{kr as Accordion,yv as AddressInputBanner,Iv as AnchoredBottomBanner,Gr as BlogCard,mv as BlogGrid,fv as BlogGridBase,gv as BreadcrumbNavigation,Vr as Button,Fr as Callout,zr as Cards,qr as Carousel,Av as CartRetentionBanner,Th as ComparisonTable,Cv as CookieBanner,Nh as CtaCallout,xv as DynamicTabs,wv as EmailInputBlock,Sh as FindKinetic,eo as FloatingBanner,to as Footer,io as ImagePromoBar,Ah as Modal,po as Navigation,go as PrimaryHero,_r as ProductCard,bv as SearchBlock,Eh as ShapeBackgroundWrapper,Xr as SimpleCard,Jr as TestimonialCard,bo as Text,Er as label1BoldOptions,Cr as renderContentfulRichText,Ar as renderContentfulRichTextTable,Et as toDocument,wr as useContentfulRichText,Nr as useProcessedChecklist};
11
+ */function _p(){return Jp||(Jp=1,"production"===process.env.NODE_ENV?Hp.exports=function(){if(Fp)return jp;Fp=1;var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,i=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,r=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,f=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function y(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:switch(e=e.type){case l:case c:case i:case r:case o:case d:return e;default:switch(e=e&&e.$$typeof){case s:case u:case h:case m:case a:return e;default:return p}}case n:return p}}}function x(e){return y(e)===c}return jp.AsyncMode=l,jp.ConcurrentMode=c,jp.ContextConsumer=s,jp.ContextProvider=a,jp.Element=t,jp.ForwardRef=u,jp.Fragment=i,jp.Lazy=h,jp.Memo=m,jp.Portal=n,jp.Profiler=r,jp.StrictMode=o,jp.Suspense=d,jp.isAsyncMode=function(e){return x(e)||y(e)===l},jp.isConcurrentMode=x,jp.isContextConsumer=function(e){return y(e)===s},jp.isContextProvider=function(e){return y(e)===a},jp.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},jp.isForwardRef=function(e){return y(e)===u},jp.isFragment=function(e){return y(e)===i},jp.isLazy=function(e){return y(e)===h},jp.isMemo=function(e){return y(e)===m},jp.isPortal=function(e){return y(e)===n},jp.isProfiler=function(e){return y(e)===r},jp.isStrictMode=function(e){return y(e)===o},jp.isSuspense=function(e){return y(e)===d},jp.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===c||e===r||e===o||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===m||e.$$typeof===a||e.$$typeof===s||e.$$typeof===u||e.$$typeof===f||e.$$typeof===b||e.$$typeof===v||e.$$typeof===g)},jp.typeOf=y,jp}():Hp.exports=(Yp||(Yp=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,t=e?Symbol.for("react.element"):60103,n=e?Symbol.for("react.portal"):60106,i=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,r=e?Symbol.for("react.profiler"):60114,a=e?Symbol.for("react.provider"):60109,s=e?Symbol.for("react.context"):60110,l=e?Symbol.for("react.async_mode"):60111,c=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,d=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,m=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,f=e?Symbol.for("react.fundamental"):60117,b=e?Symbol.for("react.responder"):60118,v=e?Symbol.for("react.scope"):60119;function y(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case t:var g=e.type;switch(g){case l:case c:case i:case r:case o:case d:return g;default:var f=g&&g.$$typeof;switch(f){case s:case u:case h:case m:case a:return f;default:return p}}case n:return p}}}var x=l,I=c,w=s,C=a,N=t,A=u,k=i,G=h,P=m,V=n,B=r,T=o,S=d,E=!1;function R(e){return y(e)===c}Qp.AsyncMode=x,Qp.ConcurrentMode=I,Qp.ContextConsumer=w,Qp.ContextProvider=C,Qp.Element=N,Qp.ForwardRef=A,Qp.Fragment=k,Qp.Lazy=G,Qp.Memo=P,Qp.Portal=V,Qp.Profiler=B,Qp.StrictMode=T,Qp.Suspense=S,Qp.isAsyncMode=function(e){return E||(E=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),R(e)||y(e)===l},Qp.isConcurrentMode=R,Qp.isContextConsumer=function(e){return y(e)===s},Qp.isContextProvider=function(e){return y(e)===a},Qp.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===t},Qp.isForwardRef=function(e){return y(e)===u},Qp.isFragment=function(e){return y(e)===i},Qp.isLazy=function(e){return y(e)===h},Qp.isMemo=function(e){return y(e)===m},Qp.isPortal=function(e){return y(e)===n},Qp.isProfiler=function(e){return y(e)===r},Qp.isStrictMode=function(e){return y(e)===o},Qp.isSuspense=function(e){return y(e)===d},Qp.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===i||e===c||e===r||e===o||e===d||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===m||e.$$typeof===a||e.$$typeof===s||e.$$typeof===u||e.$$typeof===f||e.$$typeof===b||e.$$typeof===v||e.$$typeof===g)},Qp.typeOf=y}()),Qp)),Hp.exports}!function(){if($p)return Up;$p=1;var e=_p(),t={childContextTypes:!0,contextType:!0,contextTypes:!0,defaultProps:!0,displayName:!0,getDefaultProps:!0,getDerivedStateFromError:!0,getDerivedStateFromProps:!0,mixins:!0,propTypes:!0,type:!0},n={name:!0,length:!0,prototype:!0,caller:!0,callee:!0,arguments:!0,arity:!0},i={$$typeof:!0,compare:!0,defaultProps:!0,displayName:!0,propTypes:!0,type:!0},o={};function r(n){return e.isMemo(n)?i:o[n.$$typeof]||t}o[e.ForwardRef]={$$typeof:!0,render:!0,defaultProps:!0,displayName:!0,propTypes:!0},o[e.Memo]=i;var a=Object.defineProperty,s=Object.getOwnPropertyNames,l=Object.getOwnPropertySymbols,c=Object.getOwnPropertyDescriptor,u=Object.getPrototypeOf,d=Object.prototype;Up=function e(t,i,o){if("string"!=typeof i){if(d){var p=u(i);p&&p!==d&&e(t,p,o)}var m=s(i);l&&(m=m.concat(l(i)));for(var h=r(t),g=r(i),f=0;f<m.length;++f){var b=m[f];if(!(n[b]||o&&o[b]||g&&g[b]||h&&h[b])){var v=c(i,b);try{a(t,b,v)}catch(e){}}}}return t}}();var Kp="undefined"!=typeof document;var qp=function(e,t,n){var i=e.key+"-"+t.name;(!1===n||!1===Kp&&void 0!==e.compat)&&void 0===e.registered[i]&&(e.registered[i]=t.styles)};var em={animationIterationCount:1,aspectRatio:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,msGridRow:1,msGridRowSpan:1,msGridColumn:1,msGridColumnSpan:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,scale:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1};function tm(e){var t=Object.create(null);return function(n){return void 0===t[n]&&(t[n]=e(n)),t[n]}}var nm=/[A-Z]|^ms/g,im=/_EMO_([^_]+?)_([^]*?)_EMO_/g,om=function(e){return 45===e.charCodeAt(1)},rm=function(e){return null!=e&&"boolean"!=typeof e},am=tm(function(e){return om(e)?e:e.replace(nm,"-$&").toLowerCase()}),sm=function(e,t){switch(e){case"animation":case"animationName":if("string"==typeof t)return t.replace(im,function(e,t,n){return cm={name:t,styles:n,next:cm},t})}return 1===em[e]||om(e)||"number"!=typeof t||0===t?t:t+"px"};function lm(e,t,n){if(null==n)return"";var i=n;if(void 0!==i.__emotion_styles)return i;switch(typeof n){case"boolean":return"";case"object":var o=n;if(1===o.anim)return cm={name:o.name,styles:o.styles,next:cm},o.name;var r=n;if(void 0!==r.styles){var a=r.next;if(void 0!==a)for(;void 0!==a;)cm={name:a.name,styles:a.styles,next:cm},a=a.next;return r.styles+";"}return function(e,t,n){var i="";if(Array.isArray(n))for(var o=0;o<n.length;o++)i+=lm(e,t,n[o])+";";else for(var r in n){var a=n[r];if("object"!=typeof a){var s=a;rm(s)&&(i+=am(r)+":"+sm(r,s)+";")}else if(Array.isArray(a)&&"string"==typeof a[0]&&null==t)for(var l=0;l<a.length;l++)rm(a[l])&&(i+=am(r)+":"+sm(r,a[l])+";");else{var c=lm(e,t,a);switch(r){case"animation":case"animationName":i+=am(r)+":"+c+";";break;default:i+=r+"{"+c+"}"}}}return i}(e,t,n);case"function":if(void 0!==e){var s=cm,l=n(e);return cm=s,lm(e,t,l)}}return n}var cm,um=/label:\s*([^\s;{]+)\s*(;|$)/g;function dm(e,t,n){if(1===e.length&&"object"==typeof e[0]&&null!==e[0]&&void 0!==e[0].styles)return e[0];var i=!0,o="";cm=void 0;var r=e[0];null==r||void 0===r.raw?(i=!1,o+=lm(n,t,r)):o+=r[0];for(var a=1;a<e.length;a++){if(o+=lm(n,t,e[a]),i)o+=r[a]}um.lastIndex=0;for(var s,l="";null!==(s=um.exec(o));)l+="-"+s[1];var c=function(e){for(var t,n=0,i=0,o=e.length;o>=4;++i,o-=4)t=1540483477*(65535&(t=255&e.charCodeAt(i)|(255&e.charCodeAt(++i))<<8|(255&e.charCodeAt(++i))<<16|(255&e.charCodeAt(++i))<<24))+(59797*(t>>>16)<<16),n=1540483477*(65535&(t^=t>>>24))+(59797*(t>>>16)<<16)^1540483477*(65535&n)+(59797*(n>>>16)<<16);switch(o){case 3:n^=(255&e.charCodeAt(i+2))<<16;case 2:n^=(255&e.charCodeAt(i+1))<<8;case 1:n=1540483477*(65535&(n^=255&e.charCodeAt(i)))+(59797*(n>>>16)<<16)}return(((n=1540483477*(65535&(n^=n>>>13))+(59797*(n>>>16)<<16))^n>>>15)>>>0).toString(36)}(o)+l;return{name:c,styles:o,next:cm}}var pm="undefined"!=typeof document,mm=function(e){return e()},hm=!!i.useInsertionEffect&&i.useInsertionEffect,gm=pm&&hm||mm,fm="undefined"!=typeof document,bm=i.createContext("undefined"!=typeof HTMLElement?zp({key:"css"}):null);bm.Provider;var vm=function(e){return r(function(t,n){var i=h(bm);return e(t,i,n)})};fm||(vm=function(e){return function(t){var n=h(bm);return null===n?(n=zp({key:"css"}),i.createElement(bm.Provider,{value:n},e(t,n))):e(t,n)}});var ym,xm,Im=i.createContext({}),wm={}.hasOwnProperty,Cm="__EMOTION_TYPE_PLEASE_DO_NOT_USE__",Nm=function(e){var t=e.cache,n=e.serialized,o=e.isStringTag;qp(t,n,o);var r=gm(function(){return function(e,t,n){qp(e,t,n);var i=e.key+"-"+t.name;if(void 0===e.inserted[t.name]){var o="",r=t;do{var a=e.insert(t===r?"."+i:"",r,e.sheet,!0);Kp||void 0===a||(o+=a),r=r.next}while(void 0!==r);if(!Kp&&0!==o.length)return o}}(t,n,o)});if(!fm&&void 0!==r){for(var a,s=n.name,l=n.next;void 0!==l;)s+=" "+l.name,l=l.next;return i.createElement("style",((a={})["data-emotion"]=t.key+" "+s,a.dangerouslySetInnerHTML={__html:r},a.nonce=t.sheet.nonce,a))}return null},Am=vm(function(e,t,n){var o=e.css;"string"==typeof o&&void 0!==t.registered[o]&&(o=t.registered[o]);var r=e[Cm],a=[o],s="";"string"==typeof e.className?s=function(e,t,n){var i="";return n.split(" ").forEach(function(n){void 0!==e[n]?t.push(e[n]+";"):n&&(i+=n+" ")}),i}(t.registered,a,e.className):null!=e.className&&(s=e.className+" ");var l=dm(a,void 0,i.useContext(Im));s+=t.key+"-"+l.name;var c={};for(var u in e)wm.call(e,u)&&"css"!==u&&u!==Cm&&(c[u]=e[u]);return c.className=s,n&&(c.ref=n),i.createElement(i.Fragment,null,i.createElement(Nm,{cache:t,serialized:l,isStringTag:"string"==typeof r}),i.createElement(r,c))}),km=Am,Gm=function(e,t){var n=arguments;if(null==t||!wm.call(t,"css"))return i.createElement.apply(void 0,n);var o=n.length,r=new Array(o);r[0]=km,r[1]=function(e,t){var n={};for(var i in t)wm.call(t,i)&&(n[i]=t[i]);return n[Cm]=e,n}(e,t);for(var a=2;a<o;a++)r[a]=n[a];return i.createElement.apply(null,r)};function Pm(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return dm(t)}ym=Gm||(Gm={}),xm||(xm=ym.JSX||(ym.JSX={}));const Vm=Math.min,Bm=Math.max,Tm=Math.round,Sm=Math.floor,Em=e=>({x:e,y:e});function Rm(){return"undefined"!=typeof window}function Mm(e){return Wm(e)?(e.nodeName||"").toLowerCase():"#document"}function Lm(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function Xm(e){var t;return null==(t=(Wm(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function Wm(e){return!!Rm()&&(e instanceof Node||e instanceof Lm(e).Node)}function Om(e){return!!Rm()&&(e instanceof HTMLElement||e instanceof Lm(e).HTMLElement)}function Fm(e){return!(!Rm()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof Lm(e).ShadowRoot)}const Dm=new Set(["inline","contents"]);function Zm(e){const{overflow:t,overflowX:n,overflowY:i,display:o}=Hm(e);return/auto|scroll|overlay|hidden|clip/.test(t+i+n)&&!Dm.has(o)}const zm=new Set(["html","body","#document"]);function Hm(e){return Lm(e).getComputedStyle(e)}function jm(e){const t=function(e){if("html"===Mm(e))return e;const t=e.assignedSlot||e.parentNode||Fm(e)&&e.host||Xm(e);return Fm(t)?t.host:t}(e);return function(e){return zm.has(Mm(e))}(t)?e.ownerDocument?e.ownerDocument.body:e.body:Om(t)&&Zm(t)?t:jm(t)}function Ym(e,t,n){var i;void 0===t&&(t=[]),void 0===n&&(n=!0);const o=jm(e),r=o===(null==(i=e.ownerDocument)?void 0:i.body),a=Lm(o);if(r){const e=Jm(a);return t.concat(a,a.visualViewport||[],Zm(o)?o:[],e&&n?Ym(e):[])}return t.concat(o,Ym(o,[],n))}function Jm(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Um(e){return t=e,Rm()&&(t instanceof Element||t instanceof Lm(t).Element)?e:e.contextElement;var t}function $m(e){const t=Um(e);if(!Om(t))return Em(1);const n=t.getBoundingClientRect(),{width:i,height:o,$:r}=function(e){const t=Hm(e);let n=parseFloat(t.width)||0,i=parseFloat(t.height)||0;const o=Om(e),r=o?e.offsetWidth:n,a=o?e.offsetHeight:i,s=Tm(n)!==r||Tm(i)!==a;return s&&(n=r,i=a),{width:n,height:i,$:s}}(t);let a=(r?Tm(n.width):n.width)/i,s=(r?Tm(n.height):n.height)/o;return a&&Number.isFinite(a)||(a=1),s&&Number.isFinite(s)||(s=1),{x:a,y:s}}function Qm(e,t,n,i){void 0===t&&(t=!1);const o=e.getBoundingClientRect(),r=Um(e);let a=Em(1);t&&(a=$m(e));const s=Em(0);let l=(o.left+s.x)/a.x,c=(o.top+s.y)/a.y,u=o.width/a.x,d=o.height/a.y;if(r){const e=i;let t=Lm(r),n=Jm(t);for(;n&&i&&e!==t;){const e=$m(n),i=n.getBoundingClientRect(),o=Hm(n),r=i.left+(n.clientLeft+parseFloat(o.paddingLeft))*e.x,a=i.top+(n.clientTop+parseFloat(o.paddingTop))*e.y;l*=e.x,c*=e.y,u*=e.x,d*=e.y,l+=r,c+=a,t=Lm(n),n=Jm(t)}}return function(e){const{x:t,y:n,width:i,height:o}=e;return{width:i,height:o,top:n,left:t,right:t+i,bottom:n+o,x:t,y:n}}({width:u,height:d,x:l,y:c})}function _m(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function Km(e,t,n,i){void 0===i&&(i={});const{ancestorScroll:o=!0,ancestorResize:r=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:s="function"==typeof IntersectionObserver,animationFrame:l=!1}=i,c=Um(e),u=o||r?[...c?Ym(c):[],...Ym(t)]:[];u.forEach(e=>{o&&e.addEventListener("scroll",n,{passive:!0}),r&&e.addEventListener("resize",n)});const d=c&&s?function(e,t){let n,i=null;const o=Xm(e);function r(){var e;clearTimeout(n),null==(e=i)||e.disconnect(),i=null}return function a(s,l){void 0===s&&(s=!1),void 0===l&&(l=1),r();const c=e.getBoundingClientRect(),{left:u,top:d,width:p,height:m}=c;if(s||t(),!p||!m)return;const h={rootMargin:-Sm(d)+"px "+-Sm(o.clientWidth-(u+p))+"px "+-Sm(o.clientHeight-(d+m))+"px "+-Sm(u)+"px",threshold:Bm(0,Vm(1,l))||1};let g=!0;function f(t){const i=t[0].intersectionRatio;if(i!==l){if(!g)return a();i?a(!1,i):n=setTimeout(()=>{a(!1,1e-7)},1e3)}1!==i||_m(c,e.getBoundingClientRect())||a(),g=!1}try{i=new IntersectionObserver(f,{...h,root:o.ownerDocument})}catch(e){i=new IntersectionObserver(f,h)}i.observe(e)}(!0),r}(c,n):null;let p,m=-1,h=null;a&&(h=new ResizeObserver(e=>{let[i]=e;i&&i.target===c&&h&&(h.unobserve(t),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var e;null==(e=h)||e.observe(t)})),n()}),c&&!l&&h.observe(c),h.observe(t));let g=l?Qm(e):null;return l&&function t(){const i=Qm(e);g&&!_m(g,i)&&n();g=i,p=requestAnimationFrame(t)}(),n(),()=>{var e;u.forEach(e=>{o&&e.removeEventListener("scroll",n),r&&e.removeEventListener("resize",n)}),null==d||d(),null==(e=h)||e.disconnect(),h=null,l&&cancelAnimationFrame(p)}}var qm="undefined"!=typeof document?m:function(){},eh=["className","clearValue","cx","getStyles","getClassNames","getValue","hasValue","isMulti","isRtl","options","selectOption","selectProps","setValue","theme"],th=function(){};function nh(e,t){return t?"-"===t[0]?e+t:e+"__"+t:e}function ih(e,t){for(var n=arguments.length,i=new Array(n>2?n-2:0),o=2;o<n;o++)i[o-2]=arguments[o];var r=[].concat(i);if(t&&e)for(var a in t)t.hasOwnProperty(a)&&t[a]&&r.push("".concat(nh(e,a)));return r.filter(function(e){return e}).map(function(e){return String(e).trim()}).join(" ")}var oh=function(e){return t=e,Array.isArray(t)?e.filter(Boolean):"object"===xd(e)&&null!==e?[e]:[];var t},rh=function(e){return e.className,e.clearValue,e.cx,e.getStyles,e.getClassNames,e.getValue,e.hasValue,e.isMulti,e.isRtl,e.options,e.selectOption,e.selectProps,e.setValue,e.theme,Nd({},Pd(e,eh))},ah=function(e,t,n){var i=e.cx,o=e.getStyles,r=e.getClassNames,a=e.className;return{css:o(t,e),className:i(null!=n?n:{},r(t,e),a)}};function sh(e){return[document.documentElement,document.body,window].indexOf(e)>-1}function lh(e){return sh(e)?window.pageYOffset:e.scrollTop}function ch(e,t){sh(e)?window.scrollTo(0,t):e.scrollTop=t}function uh(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:200,i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:th,o=lh(e),r=t-o,a=0;!function t(){var s,l=r*((s=(s=a+=10)/n-1)*s*s+1)+o;ch(e,l),a<n?window.requestAnimationFrame(t):i(e)}()}function dh(e,t){var n=e.getBoundingClientRect(),i=t.getBoundingClientRect(),o=t.offsetHeight/3;i.bottom+o>n.bottom?ch(e,Math.min(t.offsetTop+t.clientHeight-e.offsetHeight+o,e.scrollHeight)):i.top-o<n.top&&ch(e,Math.max(t.offsetTop-o,0))}function ph(){try{return document.createEvent("TouchEvent"),!0}catch(e){return!1}}var mh=!1,hh={get passive(){return mh=!0}},gh="undefined"!=typeof window?window:{};gh.addEventListener&&gh.removeEventListener&&(gh.addEventListener("p",th,hh),gh.removeEventListener("p",th,!1));var fh=mh;function bh(e){return null!=e}function vh(e,t,n){return e?t:n}var yh=["children","innerProps"],xh=["children","innerProps"];function Ih(e){var t=e.maxHeight,n=e.menuEl,i=e.minHeight,o=e.placement,r=e.shouldScroll,a=e.isFixedPosition,s=e.controlHeight,l=function(e){var t=getComputedStyle(e),n="absolute"===t.position,i=/(auto|scroll)/;if("fixed"===t.position)return document.documentElement;for(var o=e;o=o.parentElement;)if(t=getComputedStyle(o),(!n||"static"!==t.position)&&i.test(t.overflow+t.overflowY+t.overflowX))return o;return document.documentElement}(n),c={placement:"bottom",maxHeight:t};if(!n||!n.offsetParent)return c;var u,d=l.getBoundingClientRect().height,p=n.getBoundingClientRect(),m=p.bottom,h=p.height,g=p.top,f=n.offsetParent.getBoundingClientRect().top,b=a?window.innerHeight:sh(u=l)?window.innerHeight:u.clientHeight,v=lh(l),y=parseInt(getComputedStyle(n).marginBottom,10),x=parseInt(getComputedStyle(n).marginTop,10),I=f-x,w=b-g,C=I+v,N=d-v-g,A=m-b+v+y,k=v+g-x,G=160;switch(o){case"auto":case"bottom":if(w>=h)return{placement:"bottom",maxHeight:t};if(N>=h&&!a)return r&&uh(l,A,G),{placement:"bottom",maxHeight:t};if(!a&&N>=i||a&&w>=i)return r&&uh(l,A,G),{placement:"bottom",maxHeight:a?w-y:N-y};if("auto"===o||a){var P=t,V=a?I:C;return V>=i&&(P=Math.min(V-y-s,t)),{placement:"top",maxHeight:P}}if("bottom"===o)return r&&ch(l,A),{placement:"bottom",maxHeight:t};break;case"top":if(I>=h)return{placement:"top",maxHeight:t};if(C>=h&&!a)return r&&uh(l,k,G),{placement:"top",maxHeight:t};if(!a&&C>=i||a&&I>=i){var B=t;return(!a&&C>=i||a&&I>=i)&&(B=a?I-x:C-x),r&&uh(l,k,G),{placement:"top",maxHeight:B}}return{placement:"bottom",maxHeight:t};default:throw new Error('Invalid placement provided "'.concat(o,'".'))}return c}var wh,Ch=function(e){return"auto"===e?"bottom":e},Nh=p(null),Ah=function(e){var t=e.children,n=e.minMenuHeight,i=e.maxMenuHeight,o=e.menuPlacement,r=e.menuPosition,a=e.menuShouldScrollIntoView,s=e.theme,u=(h(Nh)||{}).setPortalPlacement,d=l(null),p=Gd(c(i),2),m=p[0],g=p[1],f=Gd(c(null),2),b=f[0],v=f[1],y=s.spacing.controlHeight;return qm(function(){var e=d.current;if(e){var t="fixed"===r,s=Ih({maxHeight:i,menuEl:e,minHeight:n,placement:o,shouldScroll:a&&!t,isFixedPosition:t,controlHeight:y});g(s.maxHeight),v(s.placement),null==u||u(s.placement)}},[i,o,r,a,n,u,y]),t({ref:d,placerProps:Nd(Nd({},e),{},{placement:b||Ch(o),maxHeight:m})})},kh=function(e){var t=e.children,n=e.innerRef,i=e.innerProps;return Gm("div",uc({},ah(e,"menu",{menu:!0}),{ref:n},i),t)},Gh=function(e,t){var n=e.theme,i=n.spacing.baseUnit,o=n.colors;return Nd({textAlign:"center"},t?{}:{color:o.neutral40,padding:"".concat(2*i,"px ").concat(3*i,"px")})},Ph=Gh,Vh=Gh,Bh=["size"],Th=["innerProps","isRtl","size"];var Sh,Eh,Rh="production"===process.env.NODE_ENV?{name:"8mmkcg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0"}:{name:"tj5bde-Svg",styles:"display:inline-block;fill:currentColor;line-height:1;stroke:currentColor;stroke-width:0;label:Svg;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},Mh=function(e){var t=e.size,n=Pd(e,Bh);return Gm("svg",uc({height:t,width:t,viewBox:"0 0 20 20","aria-hidden":"true",focusable:"false",css:Rh},n))},Lh=function(e){return Gm(Mh,uc({size:20},e),Gm("path",{d:"M14.348 14.849c-0.469 0.469-1.229 0.469-1.697 0l-2.651-3.030-2.651 3.029c-0.469 0.469-1.229 0.469-1.697 0-0.469-0.469-0.469-1.229 0-1.697l2.758-3.15-2.759-3.152c-0.469-0.469-0.469-1.228 0-1.697s1.228-0.469 1.697 0l2.652 3.031 2.651-3.031c0.469-0.469 1.228-0.469 1.697 0s0.469 1.229 0 1.697l-2.758 3.152 2.758 3.15c0.469 0.469 0.469 1.229 0 1.698z"}))},Xh=function(e){return Gm(Mh,uc({size:20},e),Gm("path",{d:"M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z"}))},Wh=function(e,t){var n=e.isFocused,i=e.theme,o=i.spacing.baseUnit,r=i.colors;return Nd({label:"indicatorContainer",display:"flex",transition:"color 150ms"},t?{}:{color:n?r.neutral60:r.neutral20,padding:2*o,":hover":{color:n?r.neutral80:r.neutral40}})},Oh=Wh,Fh=Wh,Dh=function(){var e=Pm.apply(void 0,arguments),t="animation-"+e.name;return{name:t,styles:"@keyframes "+t+"{"+e.styles+"}",anim:1,toString:function(){return"_EMO_"+this.name+"_"+this.styles+"_EMO_"}}}(wh||(Sh=["\n 0%, 80%, 100% { opacity: 0; }\n 40% { opacity: 1; }\n"],Eh||(Eh=Sh.slice(0)),wh=Object.freeze(Object.defineProperties(Sh,{raw:{value:Object.freeze(Eh)}})))),Zh=function(e){var t=e.delay,n=e.offset;return Gm("span",{css:Pm({animation:"".concat(Dh," 1s ease-in-out ").concat(t,"ms infinite;"),backgroundColor:"currentColor",borderRadius:"1em",display:"inline-block",marginLeft:n?"1em":void 0,height:"1em",verticalAlign:"top",width:"1em"},"production"===process.env.NODE_ENV?"":";label:LoadingDot;","production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluZGljYXRvcnMudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW1RSSIsImZpbGUiOiJpbmRpY2F0b3JzLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWFjdE5vZGUgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3gsIGtleWZyYW1lcyB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuaW1wb3J0IHtcbiAgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWUsXG4gIENTU09iamVjdFdpdGhMYWJlbCxcbiAgR3JvdXBCYXNlLFxufSBmcm9tICcuLi90eXBlcyc7XG5pbXBvcnQgeyBnZXRTdHlsZVByb3BzIH0gZnJvbSAnLi4vdXRpbHMnO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgSWNvbnNcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBTdmcgPSAoe1xuICBzaXplLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzdmcnXSAmIHsgc2l6ZTogbnVtYmVyIH0pID0+IChcbiAgPHN2Z1xuICAgIGhlaWdodD17c2l6ZX1cbiAgICB3aWR0aD17c2l6ZX1cbiAgICB2aWV3Qm94PVwiMCAwIDIwIDIwXCJcbiAgICBhcmlhLWhpZGRlbj1cInRydWVcIlxuICAgIGZvY3VzYWJsZT1cImZhbHNlXCJcbiAgICBjc3M9e3tcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgZmlsbDogJ2N1cnJlbnRDb2xvcicsXG4gICAgICBsaW5lSGVpZ2h0OiAxLFxuICAgICAgc3Ryb2tlOiAnY3VycmVudENvbG9yJyxcbiAgICAgIHN0cm9rZVdpZHRoOiAwLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IHR5cGUgQ3Jvc3NJY29uUHJvcHMgPSBKU1guSW50cmluc2ljRWxlbWVudHNbJ3N2ZyddICYgeyBzaXplPzogbnVtYmVyIH07XG5leHBvcnQgY29uc3QgQ3Jvc3NJY29uID0gKHByb3BzOiBDcm9zc0ljb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNMTQuMzQ4IDE0Ljg0OWMtMC40NjkgMC40NjktMS4yMjkgMC40NjktMS42OTcgMGwtMi42NTEtMy4wMzAtMi42NTEgMy4wMjljLTAuNDY5IDAuNDY5LTEuMjI5IDAuNDY5LTEuNjk3IDAtMC40NjktMC40NjktMC40NjktMS4yMjkgMC0xLjY5N2wyLjc1OC0zLjE1LTIuNzU5LTMuMTUyYy0wLjQ2OS0wLjQ2OS0wLjQ2OS0xLjIyOCAwLTEuNjk3czEuMjI4LTAuNDY5IDEuNjk3IDBsMi42NTIgMy4wMzEgMi42NTEtMy4wMzFjMC40NjktMC40NjkgMS4yMjgtMC40NjkgMS42OTcgMHMwLjQ2OSAxLjIyOSAwIDEuNjk3bC0yLjc1OCAzLjE1MiAyLjc1OCAzLjE1YzAuNDY5IDAuNDY5IDAuNDY5IDEuMjI5IDAgMS42OTh6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuZXhwb3J0IHR5cGUgRG93bkNoZXZyb25Qcm9wcyA9IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snc3ZnJ10gJiB7IHNpemU/OiBudW1iZXIgfTtcbmV4cG9ydCBjb25zdCBEb3duQ2hldnJvbiA9IChwcm9wczogRG93bkNoZXZyb25Qcm9wcykgPT4gKFxuICA8U3ZnIHNpemU9ezIwfSB7Li4ucHJvcHN9PlxuICAgIDxwYXRoIGQ9XCJNNC41MTYgNy41NDhjMC40MzYtMC40NDYgMS4wNDMtMC40ODEgMS41NzYgMGwzLjkwOCAzLjc0NyAzLjkwOC0zLjc0N2MwLjUzMy0wLjQ4MSAxLjE0MS0wLjQ0NiAxLjU3NCAwIDAuNDM2IDAuNDQ1IDAuNDA4IDEuMTk3IDAgMS42MTUtMC40MDYgMC40MTgtNC42OTUgNC41MDItNC42OTUgNC41MDItMC4yMTcgMC4yMjMtMC41MDIgMC4zMzUtMC43ODcgMC4zMzVzLTAuNTctMC4xMTItMC43ODktMC4zMzVjMCAwLTQuMjg3LTQuMDg0LTQuNjk1LTQuNTAycy0wLjQzNi0xLjE3IDAtMS42MTV6XCIgLz5cbiAgPC9Tdmc+XG4pO1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIERyb3Bkb3duICYgQ2xlYXIgQnV0dG9uc1xuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG5cbmV4cG9ydCBpbnRlcmZhY2UgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxcbiAgT3B0aW9uID0gdW5rbm93bixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4gPSBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+ID0gR3JvdXBCYXNlPE9wdGlvbj5cbj4gZXh0ZW5kcyBDb21tb25Qcm9wc0FuZENsYXNzTmFtZTxPcHRpb24sIElzTXVsdGksIEdyb3VwPiB7XG4gIC8qKiBUaGUgY2hpbGRyZW4gdG8gYmUgcmVuZGVyZWQgaW5zaWRlIHRoZSBpbmRpY2F0b3IuICovXG4gIGNoaWxkcmVuPzogUmVhY3ROb2RlO1xuICAvKiogUHJvcHMgdGhhdCB3aWxsIGJlIHBhc3NlZCBvbiB0byB0aGUgY2hpbGRyZW4uICovXG4gIGlubmVyUHJvcHM6IEpTWC5JbnRyaW5zaWNFbGVtZW50c1snZGl2J107XG4gIC8qKiBUaGUgZm9jdXNlZCBzdGF0ZSBvZiB0aGUgc2VsZWN0LiAqL1xuICBpc0ZvY3VzZWQ6IGJvb2xlYW47XG4gIGlzRGlzYWJsZWQ6IGJvb2xlYW47XG59XG5cbmNvbnN0IGJhc2VDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgdGhlbWU6IHtcbiAgICAgIHNwYWNpbmc6IHsgYmFzZVVuaXQgfSxcbiAgICAgIGNvbG9ycyxcbiAgICB9LFxuICB9OlxuICAgIHwgRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuICAgIHwgQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2luZGljYXRvckNvbnRhaW5lcicsXG4gIGRpc3BsYXk6ICdmbGV4JyxcbiAgdHJhbnNpdGlvbjogJ2NvbG9yIDE1MG1zJyxcbiAgLi4uKHVuc3R5bGVkXG4gICAgPyB7fVxuICAgIDoge1xuICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw2MCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIHBhZGRpbmc6IGJhc2VVbml0ICogMixcbiAgICAgICAgJzpob3Zlcic6IHtcbiAgICAgICAgICBjb2xvcjogaXNGb2N1c2VkID8gY29sb3JzLm5ldXRyYWw4MCA6IGNvbG9ycy5uZXV0cmFsNDAsXG4gICAgICAgIH0sXG4gICAgICB9KSxcbn0pO1xuXG5leHBvcnQgY29uc3QgZHJvcGRvd25JbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IERyb3Bkb3duSW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogRHJvcGRvd25JbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnZHJvcGRvd25JbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2Ryb3Bkb3duLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8RG93bkNoZXZyb24gLz59XG4gICAgPC9kaXY+XG4gICk7XG59O1xuXG5leHBvcnQgaW50ZXJmYWNlIENsZWFySW5kaWNhdG9yUHJvcHM8XG4gIE9wdGlvbiA9IHVua25vd24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuID0gYm9vbGVhbixcbiAgR3JvdXAgZXh0ZW5kcyBHcm91cEJhc2U8T3B0aW9uPiA9IEdyb3VwQmFzZTxPcHRpb24+XG4+IGV4dGVuZHMgQ29tbW9uUHJvcHNBbmRDbGFzc05hbWU8T3B0aW9uLCBJc011bHRpLCBHcm91cD4ge1xuICAvKiogVGhlIGNoaWxkcmVuIHRvIGJlIHJlbmRlcmVkIGluc2lkZSB0aGUgaW5kaWNhdG9yLiAqL1xuICBjaGlsZHJlbj86IFJlYWN0Tm9kZTtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xufVxuXG5leHBvcnQgY29uc3QgY2xlYXJJbmRpY2F0b3JDU1MgPSBiYXNlQ1NTO1xuZXhwb3J0IGNvbnN0IENsZWFySW5kaWNhdG9yID0gPFxuICBPcHRpb24sXG4gIElzTXVsdGkgZXh0ZW5kcyBib29sZWFuLFxuICBHcm91cCBleHRlbmRzIEdyb3VwQmFzZTxPcHRpb24+XG4+KFxuICBwcm9wczogQ2xlYXJJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgY2hpbGRyZW4sIGlubmVyUHJvcHMgfSA9IHByb3BzO1xuICByZXR1cm4gKFxuICAgIDxkaXZcbiAgICAgIHsuLi5nZXRTdHlsZVByb3BzKHByb3BzLCAnY2xlYXJJbmRpY2F0b3InLCB7XG4gICAgICAgIGluZGljYXRvcjogdHJ1ZSxcbiAgICAgICAgJ2NsZWFyLWluZGljYXRvcic6IHRydWUsXG4gICAgICB9KX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIHtjaGlsZHJlbiB8fCA8Q3Jvc3NJY29uIC8+fVxuICAgIDwvZGl2PlxuICApO1xufTtcblxuLy8gPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09XG4vLyBTZXBhcmF0b3Jcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5leHBvcnQgaW50ZXJmYWNlIEluZGljYXRvclNlcGFyYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgaXNEaXNhYmxlZDogYm9vbGVhbjtcbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpbm5lclByb3BzPzogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ107XG59XG5cbmV4cG9ydCBjb25zdCBpbmRpY2F0b3JTZXBhcmF0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0Rpc2FibGVkLFxuICAgIHRoZW1lOiB7XG4gICAgICBzcGFjaW5nOiB7IGJhc2VVbml0IH0sXG4gICAgICBjb2xvcnMsXG4gICAgfSxcbiAgfTogSW5kaWNhdG9yU2VwYXJhdG9yUHJvcHM8T3B0aW9uLCBJc011bHRpLCBHcm91cD4sXG4gIHVuc3R5bGVkOiBib29sZWFuXG4pOiBDU1NPYmplY3RXaXRoTGFiZWwgPT4gKHtcbiAgbGFiZWw6ICdpbmRpY2F0b3JTZXBhcmF0b3InLFxuICBhbGlnblNlbGY6ICdzdHJldGNoJyxcbiAgd2lkdGg6IDEsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgYmFja2dyb3VuZENvbG9yOiBpc0Rpc2FibGVkID8gY29sb3JzLm5ldXRyYWwxMCA6IGNvbG9ycy5uZXV0cmFsMjAsXG4gICAgICAgIG1hcmdpbkJvdHRvbTogYmFzZVVuaXQgKiAyLFxuICAgICAgICBtYXJnaW5Ub3A6IGJhc2VVbml0ICogMixcbiAgICAgIH0pLFxufSk7XG5cbmV4cG9ydCBjb25zdCBJbmRpY2F0b3JTZXBhcmF0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHByb3BzOiBJbmRpY2F0b3JTZXBhcmF0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPlxuKSA9PiB7XG4gIGNvbnN0IHsgaW5uZXJQcm9wcyB9ID0gcHJvcHM7XG4gIHJldHVybiAoXG4gICAgPHNwYW5cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgICAgey4uLmdldFN0eWxlUHJvcHMocHJvcHMsICdpbmRpY2F0b3JTZXBhcmF0b3InLCB7XG4gICAgICAgICdpbmRpY2F0b3Itc2VwYXJhdG9yJzogdHJ1ZSxcbiAgICAgIH0pfVxuICAgIC8+XG4gICk7XG59O1xuXG4vLyA9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT1cbi8vIExvYWRpbmdcbi8vID09PT09PT09PT09PT09PT09PT09PT09PT09PT09PVxuXG5jb25zdCBsb2FkaW5nRG90QW5pbWF0aW9ucyA9IGtleWZyYW1lc2BcbiAgMCUsIDgwJSwgMTAwJSB7IG9wYWNpdHk6IDA7IH1cbiAgNDAlIHsgb3BhY2l0eTogMTsgfVxuYDtcblxuZXhwb3J0IGNvbnN0IGxvYWRpbmdJbmRpY2F0b3JDU1MgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oXG4gIHtcbiAgICBpc0ZvY3VzZWQsXG4gICAgc2l6ZSxcbiAgICB0aGVtZToge1xuICAgICAgY29sb3JzLFxuICAgICAgc3BhY2luZzogeyBiYXNlVW5pdCB9LFxuICAgIH0sXG4gIH06IExvYWRpbmdJbmRpY2F0b3JQcm9wczxPcHRpb24sIElzTXVsdGksIEdyb3VwPixcbiAgdW5zdHlsZWQ6IGJvb2xlYW5cbik6IENTU09iamVjdFdpdGhMYWJlbCA9PiAoe1xuICBsYWJlbDogJ2xvYWRpbmdJbmRpY2F0b3InLFxuICBkaXNwbGF5OiAnZmxleCcsXG4gIHRyYW5zaXRpb246ICdjb2xvciAxNTBtcycsXG4gIGFsaWduU2VsZjogJ2NlbnRlcicsXG4gIGZvbnRTaXplOiBzaXplLFxuICBsaW5lSGVpZ2h0OiAxLFxuICBtYXJnaW5SaWdodDogc2l6ZSxcbiAgdGV4dEFsaWduOiAnY2VudGVyJyxcbiAgdmVydGljYWxBbGlnbjogJ21pZGRsZScsXG4gIC4uLih1bnN0eWxlZFxuICAgID8ge31cbiAgICA6IHtcbiAgICAgICAgY29sb3I6IGlzRm9jdXNlZCA/IGNvbG9ycy5uZXV0cmFsNjAgOiBjb2xvcnMubmV1dHJhbDIwLFxuICAgICAgICBwYWRkaW5nOiBiYXNlVW5pdCAqIDIsXG4gICAgICB9KSxcbn0pO1xuXG5pbnRlcmZhY2UgTG9hZGluZ0RvdFByb3BzIHtcbiAgZGVsYXk6IG51bWJlcjtcbiAgb2Zmc2V0OiBib29sZWFuO1xufVxuY29uc3QgTG9hZGluZ0RvdCA9ICh7IGRlbGF5LCBvZmZzZXQgfTogTG9hZGluZ0RvdFByb3BzKSA9PiAoXG4gIDxzcGFuXG4gICAgY3NzPXt7XG4gICAgICBhbmltYXRpb246IGAke2xvYWRpbmdEb3RBbmltYXRpb25zfSAxcyBlYXNlLWluLW91dCAke2RlbGF5fW1zIGluZmluaXRlO2AsXG4gICAgICBiYWNrZ3JvdW5kQ29sb3I6ICdjdXJyZW50Q29sb3InLFxuICAgICAgYm9yZGVyUmFkaXVzOiAnMWVtJyxcbiAgICAgIGRpc3BsYXk6ICdpbmxpbmUtYmxvY2snLFxuICAgICAgbWFyZ2luTGVmdDogb2Zmc2V0ID8gJzFlbScgOiB1bmRlZmluZWQsXG4gICAgICBoZWlnaHQ6ICcxZW0nLFxuICAgICAgdmVydGljYWxBbGlnbjogJ3RvcCcsXG4gICAgICB3aWR0aDogJzFlbScsXG4gICAgfX1cbiAgLz5cbik7XG5cbmV4cG9ydCBpbnRlcmZhY2UgTG9hZGluZ0luZGljYXRvclByb3BzPFxuICBPcHRpb24gPSB1bmtub3duLFxuICBJc011bHRpIGV4dGVuZHMgYm9vbGVhbiA9IGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj4gPSBHcm91cEJhc2U8T3B0aW9uPlxuPiBleHRlbmRzIENvbW1vblByb3BzQW5kQ2xhc3NOYW1lPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+IHtcbiAgLyoqIFByb3BzIHRoYXQgd2lsbCBiZSBwYXNzZWQgb24gdG8gdGhlIGNoaWxkcmVuLiAqL1xuICBpbm5lclByb3BzOiBKU1guSW50cmluc2ljRWxlbWVudHNbJ2RpdiddO1xuICAvKiogVGhlIGZvY3VzZWQgc3RhdGUgb2YgdGhlIHNlbGVjdC4gKi9cbiAgaXNGb2N1c2VkOiBib29sZWFuO1xuICBpc0Rpc2FibGVkOiBib29sZWFuO1xuICAvKiogU2V0IHNpemUgb2YgdGhlIGNvbnRhaW5lci4gKi9cbiAgc2l6ZTogbnVtYmVyO1xufVxuZXhwb3J0IGNvbnN0IExvYWRpbmdJbmRpY2F0b3IgPSA8XG4gIE9wdGlvbixcbiAgSXNNdWx0aSBleHRlbmRzIGJvb2xlYW4sXG4gIEdyb3VwIGV4dGVuZHMgR3JvdXBCYXNlPE9wdGlvbj5cbj4oe1xuICBpbm5lclByb3BzLFxuICBpc1J0bCxcbiAgc2l6ZSA9IDQsXG4gIC4uLnJlc3RQcm9wc1xufTogTG9hZGluZ0luZGljYXRvclByb3BzPE9wdGlvbiwgSXNNdWx0aSwgR3JvdXA+KSA9PiB7XG4gIHJldHVybiAoXG4gICAgPGRpdlxuICAgICAgey4uLmdldFN0eWxlUHJvcHMoXG4gICAgICAgIHsgLi4ucmVzdFByb3BzLCBpbm5lclByb3BzLCBpc1J0bCwgc2l6ZSB9LFxuICAgICAgICAnbG9hZGluZ0luZGljYXRvcicsXG4gICAgICAgIHtcbiAgICAgICAgICBpbmRpY2F0b3I6IHRydWUsXG4gICAgICAgICAgJ2xvYWRpbmctaW5kaWNhdG9yJzogdHJ1ZSxcbiAgICAgICAgfVxuICAgICAgKX1cbiAgICAgIHsuLi5pbm5lclByb3BzfVxuICAgID5cbiAgICAgIDxMb2FkaW5nRG90IGRlbGF5PXswfSBvZmZzZXQ9e2lzUnRsfSAvPlxuICAgICAgPExvYWRpbmdEb3QgZGVsYXk9ezE2MH0gb2Zmc2V0IC8+XG4gICAgICA8TG9hZGluZ0RvdCBkZWxheT17MzIwfSBvZmZzZXQ9eyFpc1J0bH0gLz5cbiAgICA8L2Rpdj5cbiAgKTtcbn07XG4iXX0= */")})},zh=function(e){var t=e.children,n=e.isDisabled,i=e.isFocused,o=e.innerRef,r=e.innerProps,a=e.menuIsOpen;return Gm("div",uc({ref:o},ah(e,"control",{control:!0,"control--is-disabled":n,"control--is-focused":i,"control--menu-is-open":a}),r,{"aria-disabled":n||void 0}),t)},Hh=["data"],jh=function(e){var t=e.children,n=e.cx,i=e.getStyles,o=e.getClassNames,r=e.Heading,a=e.headingProps,s=e.innerProps,l=e.label,c=e.theme,u=e.selectProps;return Gm("div",uc({},ah(e,"group",{group:!0}),s),Gm(r,uc({},a,{selectProps:u,theme:c,getStyles:i,getClassNames:o,cx:n}),l),Gm("div",null,t))},Yh=["innerRef","isDisabled","isHidden","inputClassName"],Jh={gridArea:"1 / 2",font:"inherit",minWidth:"2px",border:0,margin:0,outline:0,padding:0},Uh={flex:"1 1 auto",display:"inline-grid",gridArea:"1 / 1 / 2 / 3",gridTemplateColumns:"0 min-content","&:after":Nd({content:'attr(data-value) " "',visibility:"hidden",whiteSpace:"pre"},Jh)},$h=function(e){return Nd({label:"input",color:"inherit",background:0,opacity:e?0:1,width:"100%"},Jh)},Qh=function(e){var t=e.cx,n=e.value,i=rh(e),o=i.innerRef,r=i.isDisabled,a=i.isHidden,s=i.inputClassName,l=Pd(i,Yh);return Gm("div",uc({},ah(e,"input",{"input-container":!0}),{"data-value":n||""}),Gm("input",uc({className:t({input:!0},s),ref:o,style:$h(a),disabled:r},l)))},_h=function(e){var t=e.children,n=e.innerProps;return Gm("div",n,t)};var Kh=function(e){var t=e.children,n=e.components,i=e.data,o=e.innerProps,r=e.isDisabled,a=e.removeProps,s=e.selectProps,l=n.Container,c=n.Label,u=n.Remove;return Gm(l,{data:i,innerProps:Nd(Nd({},ah(e,"multiValue",{"multi-value":!0,"multi-value--is-disabled":r})),o),selectProps:s},Gm(c,{data:i,innerProps:Nd({},ah(e,"multiValueLabel",{"multi-value__label":!0})),selectProps:s},t),Gm(u,{data:i,innerProps:Nd(Nd({},ah(e,"multiValueRemove",{"multi-value__remove":!0})),{},{"aria-label":"Remove ".concat(t||"option")},a),selectProps:s}))},qh={ClearIndicator:function(e){var t=e.children,n=e.innerProps;return Gm("div",uc({},ah(e,"clearIndicator",{indicator:!0,"clear-indicator":!0}),n),t||Gm(Lh,null))},Control:zh,DropdownIndicator:function(e){var t=e.children,n=e.innerProps;return Gm("div",uc({},ah(e,"dropdownIndicator",{indicator:!0,"dropdown-indicator":!0}),n),t||Gm(Xh,null))},DownChevron:Xh,CrossIcon:Lh,Group:jh,GroupHeading:function(e){var t=rh(e);t.data;var n=Pd(t,Hh);return Gm("div",uc({},ah(e,"groupHeading",{"group-heading":!0}),n))},IndicatorsContainer:function(e){var t=e.children,n=e.innerProps;return Gm("div",uc({},ah(e,"indicatorsContainer",{indicators:!0}),n),t)},IndicatorSeparator:function(e){var t=e.innerProps;return Gm("span",uc({},t,ah(e,"indicatorSeparator",{"indicator-separator":!0})))},Input:Qh,LoadingIndicator:function(e){var t=e.innerProps,n=e.isRtl,i=e.size,o=void 0===i?4:i,r=Pd(e,Th);return Gm("div",uc({},ah(Nd(Nd({},r),{},{innerProps:t,isRtl:n,size:o}),"loadingIndicator",{indicator:!0,"loading-indicator":!0}),t),Gm(Zh,{delay:0,offset:n}),Gm(Zh,{delay:160,offset:!0}),Gm(Zh,{delay:320,offset:!n}))},Menu:kh,MenuList:function(e){var t=e.children,n=e.innerProps,i=e.innerRef,o=e.isMulti;return Gm("div",uc({},ah(e,"menuList",{"menu-list":!0,"menu-list--is-multi":o}),{ref:i},n),t)},MenuPortal:function(e){var t=e.appendTo,n=e.children,i=e.controlElement,o=e.innerProps,r=e.menuPlacement,s=e.menuPosition,u=l(null),p=l(null),m=Gd(c(Ch(r)),2),h=m[0],g=m[1],f=a(function(){return{setPortalPlacement:g}},[]),b=Gd(c(null),2),v=b[0],y=b[1],x=d(function(){if(i){var e=function(e){var t=e.getBoundingClientRect();return{bottom:t.bottom,height:t.height,left:t.left,right:t.right,top:t.top,width:t.width}}(i),t="fixed"===s?0:window.pageYOffset,n=e[h]+t;n===(null==v?void 0:v.offset)&&e.left===(null==v?void 0:v.rect.left)&&e.width===(null==v?void 0:v.rect.width)||y({offset:n,rect:e})}},[i,s,h,null==v?void 0:v.offset,null==v?void 0:v.rect.left,null==v?void 0:v.rect.width]);qm(function(){x()},[x]);var I=d(function(){"function"==typeof p.current&&(p.current(),p.current=null),i&&u.current&&(p.current=Km(i,u.current,x,{elementResize:"ResizeObserver"in window}))},[i,x]);qm(function(){I()},[I]);var w=d(function(e){u.current=e,I()},[I]);if(!t&&"fixed"!==s||!v)return null;var C=Gm("div",uc({ref:w},ah(Nd(Nd({},e),{},{offset:v.offset,position:s,rect:v.rect}),"menuPortal",{"menu-portal":!0}),o),n);return Gm(Nh.Provider,{value:f},t?R(C,t):C)},LoadingMessage:function(e){var t=e.children,n=void 0===t?"Loading...":t,i=e.innerProps,o=Pd(e,xh);return Gm("div",uc({},ah(Nd(Nd({},o),{},{children:n,innerProps:i}),"loadingMessage",{"menu-notice":!0,"menu-notice--loading":!0}),i),n)},NoOptionsMessage:function(e){var t=e.children,n=void 0===t?"No options":t,i=e.innerProps,o=Pd(e,yh);return Gm("div",uc({},ah(Nd(Nd({},o),{},{children:n,innerProps:i}),"noOptionsMessage",{"menu-notice":!0,"menu-notice--no-options":!0}),i),n)},MultiValue:Kh,MultiValueContainer:_h,MultiValueLabel:_h,MultiValueRemove:function(e){var t=e.children,n=e.innerProps;return Gm("div",uc({role:"button"},n),t||Gm(Lh,{size:14}))},Option:function(e){var t=e.children,n=e.isDisabled,i=e.isFocused,o=e.isSelected,r=e.innerRef,a=e.innerProps;return Gm("div",uc({},ah(e,"option",{option:!0,"option--is-disabled":n,"option--is-focused":i,"option--is-selected":o}),{ref:r,"aria-disabled":n},a),t)},Placeholder:function(e){var t=e.children,n=e.innerProps;return Gm("div",uc({},ah(e,"placeholder",{placeholder:!0}),n),t)},SelectContainer:function(e){var t=e.children,n=e.innerProps,i=e.isDisabled,o=e.isRtl;return Gm("div",uc({},ah(e,"container",{"--is-disabled":i,"--is-rtl":o}),n),t)},SingleValue:function(e){var t=e.children,n=e.isDisabled,i=e.innerProps;return Gm("div",uc({},ah(e,"singleValue",{"single-value":!0,"single-value--is-disabled":n}),i),t)},ValueContainer:function(e){var t=e.children,n=e.innerProps,i=e.isMulti,o=e.hasValue;return Gm("div",uc({},ah(e,"valueContainer",{"value-container":!0,"value-container--is-multi":i,"value-container--has-value":o}),n),t)}},eg=Number.isNaN||function(e){return"number"==typeof e&&e!=e};function tg(e,t){return e===t||!(!eg(e)||!eg(t))}function ng(e,t){if(e.length!==t.length)return!1;for(var n=0;n<e.length;n++)if(!tg(e[n],t[n]))return!1;return!0}for(var ig="production"===process.env.NODE_ENV?{name:"7pg0cj-a11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap"}:{name:"1f43avz-a11yText-A11yText",styles:"label:a11yText;z-index:9999;border:0;clip:rect(1px, 1px, 1px, 1px);height:1px;width:1px;position:absolute;overflow:hidden;padding:0;white-space:nowrap;label:A11yText;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkExMXlUZXh0LnRzeCJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFPSSIsImZpbGUiOiJBMTF5VGV4dC50c3giLCJzb3VyY2VzQ29udGVudCI6WyIvKiogQGpzeCBqc3ggKi9cbmltcG9ydCB7IEpTWCB9IGZyb20gJ3JlYWN0JztcbmltcG9ydCB7IGpzeCB9IGZyb20gJ0BlbW90aW9uL3JlYWN0JztcblxuLy8gQXNzaXN0aXZlIHRleHQgdG8gZGVzY3JpYmUgdmlzdWFsIGVsZW1lbnRzLiBIaWRkZW4gZm9yIHNpZ2h0ZWQgdXNlcnMuXG5jb25zdCBBMTF5VGV4dCA9IChwcm9wczogSlNYLkludHJpbnNpY0VsZW1lbnRzWydzcGFuJ10pID0+IChcbiAgPHNwYW5cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAnYTExeVRleHQnLFxuICAgICAgekluZGV4OiA5OTk5LFxuICAgICAgYm9yZGVyOiAwLFxuICAgICAgY2xpcDogJ3JlY3QoMXB4LCAxcHgsIDFweCwgMXB4KScsXG4gICAgICBoZWlnaHQ6IDEsXG4gICAgICB3aWR0aDogMSxcbiAgICAgIHBvc2l0aW9uOiAnYWJzb2x1dGUnLFxuICAgICAgb3ZlcmZsb3c6ICdoaWRkZW4nLFxuICAgICAgcGFkZGluZzogMCxcbiAgICAgIHdoaXRlU3BhY2U6ICdub3dyYXAnLFxuICAgIH19XG4gICAgey4uLnByb3BzfVxuICAvPlxuKTtcblxuZXhwb3J0IGRlZmF1bHQgQTExeVRleHQ7XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},og=function(e){return Gm("span",uc({css:ig},e))},rg={guidance:function(e){var t=e.isSearchable,n=e.isMulti,i=e.tabSelectsValue,o=e.context,r=e.isInitialFocus;switch(o){case"menu":return"Use Up and Down to choose options, press Enter to select the currently focused option, press Escape to exit the menu".concat(i?", press Tab to select the option and exit the menu":"",".");case"input":return r?"".concat(e["aria-label"]||"Select"," is focused ").concat(t?",type to refine list":"",", press Down to open the menu, ").concat(n?" press left to focus selected values":""):"";case"value":return"Use left and right to toggle between focused values, press Backspace to remove the currently focused value";default:return""}},onChange:function(e){var t=e.action,n=e.label,i=void 0===n?"":n,o=e.labels,r=e.isDisabled;switch(t){case"deselect-option":case"pop-value":case"remove-value":return"option ".concat(i,", deselected.");case"clear":return"All selected options have been cleared.";case"initial-input-focus":return"option".concat(o.length>1?"s":""," ").concat(o.join(","),", selected.");case"select-option":return"option ".concat(i,r?" is disabled. Select another option.":", selected.");default:return""}},onFocus:function(e){var t=e.context,n=e.focused,i=e.options,o=e.label,r=void 0===o?"":o,a=e.selectValue,s=e.isDisabled,l=e.isSelected,c=e.isAppleDevice,u=function(e,t){return e&&e.length?"".concat(e.indexOf(t)+1," of ").concat(e.length):""};if("value"===t&&a)return"value ".concat(r," focused, ").concat(u(a,n),".");if("menu"===t&&c){var d=s?" disabled":"",p="".concat(l?" selected":"").concat(d);return"".concat(r).concat(p,", ").concat(u(i,n),".")}return""},onFilter:function(e){var t=e.inputValue,n=e.resultsMessage;return"".concat(n).concat(t?" for search term "+t:"",".")}},ag=function(e){var t=e.ariaSelection,n=e.focusedOption,i=e.focusedValue,o=e.focusableOptions,r=e.isFocused,s=e.selectValue,l=e.selectProps,c=e.id,u=e.isAppleDevice,d=l.ariaLiveMessages,p=l.getOptionLabel,m=l.inputValue,h=l.isMulti,g=l.isOptionDisabled,f=l.isSearchable,b=l.menuIsOpen,v=l.options,y=l.screenReaderStatus,I=l.tabSelectsValue,w=l.isLoading,C=l["aria-label"],N=l["aria-live"],A=a(function(){return Nd(Nd({},rg),d||{})},[d]),k=a(function(){var e,n="";if(t&&A.onChange){var i=t.option,o=t.options,r=t.removedValue,a=t.removedValues,l=t.value,c=r||i||(e=l,Array.isArray(e)?null:e),u=c?p(c):"",d=o||a||void 0,m=d?d.map(p):[],h=Nd({isDisabled:c&&g(c,s),label:u,labels:m},t);n=A.onChange(h)}return n},[t,A,g,s,p]),G=a(function(){var e="",t=n||i,r=!!(n&&s&&s.includes(n));if(t&&A.onFocus){var a={focused:t,label:p(t),isDisabled:g(t,s),isSelected:r,options:o,context:t===n?"menu":"value",selectValue:s,isAppleDevice:u};e=A.onFocus(a)}return e},[n,i,p,g,A,o,s,u]),P=a(function(){var e="";if(b&&v.length&&!w&&A.onFilter){var t=y({count:o.length});e=A.onFilter({inputValue:m,resultsMessage:t})}return e},[o,m,b,A,v,y,w]),V="initial-input-focus"===(null==t?void 0:t.action),B=a(function(){var e="";if(A.guidance){var t=i?"value":b?"menu":"input";e=A.guidance({"aria-label":C,context:t,isDisabled:n&&g(n,s),isMulti:h,isSearchable:f,tabSelectsValue:I,isInitialFocus:V})}return e},[C,n,i,h,g,f,b,A,s,I,V]),T=Gm(x,null,Gm("span",{id:"aria-selection"},k),Gm("span",{id:"aria-focused"},G),Gm("span",{id:"aria-results"},P),Gm("span",{id:"aria-guidance"},B));return Gm(x,null,Gm(og,{id:c},V&&T),Gm(og,{"aria-live":N,"aria-atomic":"false","aria-relevant":"additions text",role:"log"},r&&!V&&T))},sg=[{base:"A",letters:"AⒶAÀÁÂẦẤẪẨÃĀĂẰẮẴẲȦǠÄǞẢÅǺǍȀȂẠẬẶḀĄȺⱯ"},{base:"AA",letters:"Ꜳ"},{base:"AE",letters:"ÆǼǢ"},{base:"AO",letters:"Ꜵ"},{base:"AU",letters:"Ꜷ"},{base:"AV",letters:"ꜸꜺ"},{base:"AY",letters:"Ꜽ"},{base:"B",letters:"BⒷBḂḄḆɃƂƁ"},{base:"C",letters:"CⒸCĆĈĊČÇḈƇȻꜾ"},{base:"D",letters:"DⒹDḊĎḌḐḒḎĐƋƊƉꝹ"},{base:"DZ",letters:"DZDŽ"},{base:"Dz",letters:"DzDž"},{base:"E",letters:"EⒺEÈÉÊỀẾỄỂẼĒḔḖĔĖËẺĚȄȆẸỆȨḜĘḘḚƐƎ"},{base:"F",letters:"FⒻFḞƑꝻ"},{base:"G",letters:"GⒼGǴĜḠĞĠǦĢǤƓꞠꝽꝾ"},{base:"H",letters:"HⒽHĤḢḦȞḤḨḪĦⱧⱵꞍ"},{base:"I",letters:"IⒾIÌÍÎĨĪĬİÏḮỈǏȈȊỊĮḬƗ"},{base:"J",letters:"JⒿJĴɈ"},{base:"K",letters:"KⓀKḰǨḲĶḴƘⱩꝀꝂꝄꞢ"},{base:"L",letters:"LⓁLĿĹĽḶḸĻḼḺŁȽⱢⱠꝈꝆꞀ"},{base:"LJ",letters:"LJ"},{base:"Lj",letters:"Lj"},{base:"M",letters:"MⓂMḾṀṂⱮƜ"},{base:"N",letters:"NⓃNǸŃÑṄŇṆŅṊṈȠƝꞐꞤ"},{base:"NJ",letters:"NJ"},{base:"Nj",letters:"Nj"},{base:"O",letters:"OⓄOÒÓÔỒỐỖỔÕṌȬṎŌṐṒŎȮȰÖȪỎŐǑȌȎƠỜỚỠỞỢỌỘǪǬØǾƆƟꝊꝌ"},{base:"OI",letters:"Ƣ"},{base:"OO",letters:"Ꝏ"},{base:"OU",letters:"Ȣ"},{base:"P",letters:"PⓅPṔṖƤⱣꝐꝒꝔ"},{base:"Q",letters:"QⓆQꝖꝘɊ"},{base:"R",letters:"RⓇRŔṘŘȐȒṚṜŖṞɌⱤꝚꞦꞂ"},{base:"S",letters:"SⓈSẞŚṤŜṠŠṦṢṨȘŞⱾꞨꞄ"},{base:"T",letters:"TⓉTṪŤṬȚŢṰṮŦƬƮȾꞆ"},{base:"TZ",letters:"Ꜩ"},{base:"U",letters:"UⓊUÙÚÛŨṸŪṺŬÜǛǗǕǙỦŮŰǓȔȖƯỪỨỮỬỰỤṲŲṶṴɄ"},{base:"V",letters:"VⓋVṼṾƲꝞɅ"},{base:"VY",letters:"Ꝡ"},{base:"W",letters:"WⓌWẀẂŴẆẄẈⱲ"},{base:"X",letters:"XⓍXẊẌ"},{base:"Y",letters:"YⓎYỲÝŶỸȲẎŸỶỴƳɎỾ"},{base:"Z",letters:"ZⓏZŹẐŻŽẒẔƵȤⱿⱫꝢ"},{base:"a",letters:"aⓐaẚàáâầấẫẩãāăằắẵẳȧǡäǟảåǻǎȁȃạậặḁąⱥɐ"},{base:"aa",letters:"ꜳ"},{base:"ae",letters:"æǽǣ"},{base:"ao",letters:"ꜵ"},{base:"au",letters:"ꜷ"},{base:"av",letters:"ꜹꜻ"},{base:"ay",letters:"ꜽ"},{base:"b",letters:"bⓑbḃḅḇƀƃɓ"},{base:"c",letters:"cⓒcćĉċčçḉƈȼꜿↄ"},{base:"d",letters:"dⓓdḋďḍḑḓḏđƌɖɗꝺ"},{base:"dz",letters:"dzdž"},{base:"e",letters:"eⓔeèéêềếễểẽēḕḗĕėëẻěȅȇẹệȩḝęḙḛɇɛǝ"},{base:"f",letters:"fⓕfḟƒꝼ"},{base:"g",letters:"gⓖgǵĝḡğġǧģǥɠꞡᵹꝿ"},{base:"h",letters:"hⓗhĥḣḧȟḥḩḫẖħⱨⱶɥ"},{base:"hv",letters:"ƕ"},{base:"i",letters:"iⓘiìíîĩīĭïḯỉǐȉȋịįḭɨı"},{base:"j",letters:"jⓙjĵǰɉ"},{base:"k",letters:"kⓚkḱǩḳķḵƙⱪꝁꝃꝅꞣ"},{base:"l",letters:"lⓛlŀĺľḷḹļḽḻſłƚɫⱡꝉꞁꝇ"},{base:"lj",letters:"lj"},{base:"m",letters:"mⓜmḿṁṃɱɯ"},{base:"n",letters:"nⓝnǹńñṅňṇņṋṉƞɲʼnꞑꞥ"},{base:"nj",letters:"nj"},{base:"o",letters:"oⓞoòóôồốỗổõṍȭṏōṑṓŏȯȱöȫỏőǒȍȏơờớỡởợọộǫǭøǿɔꝋꝍɵ"},{base:"oi",letters:"ƣ"},{base:"ou",letters:"ȣ"},{base:"oo",letters:"ꝏ"},{base:"p",letters:"pⓟpṕṗƥᵽꝑꝓꝕ"},{base:"q",letters:"qⓠqɋꝗꝙ"},{base:"r",letters:"rⓡrŕṙřȑȓṛṝŗṟɍɽꝛꞧꞃ"},{base:"s",letters:"sⓢsßśṥŝṡšṧṣṩșşȿꞩꞅẛ"},{base:"t",letters:"tⓣtṫẗťṭțţṱṯŧƭʈⱦꞇ"},{base:"tz",letters:"ꜩ"},{base:"u",letters:"uⓤuùúûũṹūṻŭüǜǘǖǚủůűǔȕȗưừứữửựụṳųṷṵʉ"},{base:"v",letters:"vⓥvṽṿʋꝟʌ"},{base:"vy",letters:"ꝡ"},{base:"w",letters:"wⓦwẁẃŵẇẅẘẉⱳ"},{base:"x",letters:"xⓧxẋẍ"},{base:"y",letters:"yⓨyỳýŷỹȳẏÿỷẙỵƴɏỿ"},{base:"z",letters:"zⓩzźẑżžẓẕƶȥɀⱬꝣ"}],lg=new RegExp("["+sg.map(function(e){return e.letters}).join("")+"]","g"),cg={},ug=0;ug<sg.length;ug++)for(var dg=sg[ug],pg=0;pg<dg.letters.length;pg++)cg[dg.letters[pg]]=dg.base;var mg=function(e){return e.replace(lg,function(e){return cg[e]})},hg=function(e,t){void 0===t&&(t=ng);var n=null;function i(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];if(n&&n.lastThis===this&&t(i,n.lastArgs))return n.lastResult;var r=e.apply(this,i);return n={lastResult:r,lastArgs:i,lastThis:this},r}return i.clear=function(){n=null},i}(mg),gg=function(e){return e.replace(/^\s+|\s+$/g,"")},fg=function(e){return"".concat(e.label," ").concat(e.value)},bg=function(e){return function(t,n){if(t.data.__isNew__)return!0;var i=Nd({ignoreCase:!0,ignoreAccents:!0,stringify:fg,trim:!0,matchFrom:"any"},e),o=i.ignoreCase,r=i.ignoreAccents,a=i.stringify,s=i.trim,l=i.matchFrom,c=s?gg(n):n,u=s?gg(a(t)):a(t);return o&&(c=c.toLowerCase(),u=u.toLowerCase()),r&&(c=hg(c),u=mg(u)),"start"===l?u.substr(0,c.length)===c:u.indexOf(c)>-1}},vg=["innerRef"];function yg(e){var t=e.innerRef,n=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];var o=Object.entries(e).filter(function(e){var t=Gd(e,1)[0];return!n.includes(t)});return o.reduce(function(e,t){var n=Gd(t,2),i=n[0],o=n[1];return e[i]=o,e},{})}(Pd(e,vg),"onExited","in","enter","exit","appear");return Gm("input",uc({ref:t},n,{css:Pm({label:"dummyInput",background:0,border:0,caretColor:"transparent",fontSize:"inherit",gridArea:"1 / 1 / 2 / 3",outline:0,padding:0,width:1,color:"transparent",left:-100,opacity:0,position:"relative",transform:"scale(.01)"},"production"===process.env.NODE_ENV?"":";label:DummyInput;","production"===process.env.NODE_ENV?"":"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIkR1bW15SW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQXlCTSIsImZpbGUiOiJEdW1teUlucHV0LnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsgSlNYLCBSZWYgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5pbXBvcnQgeyByZW1vdmVQcm9wcyB9IGZyb20gJy4uL3V0aWxzJztcblxuZXhwb3J0IGRlZmF1bHQgZnVuY3Rpb24gRHVtbXlJbnB1dCh7XG4gIGlubmVyUmVmLFxuICAuLi5wcm9wc1xufTogSlNYLkludHJpbnNpY0VsZW1lbnRzWydpbnB1dCddICYge1xuICByZWFkb25seSBpbm5lclJlZjogUmVmPEhUTUxJbnB1dEVsZW1lbnQ+O1xufSkge1xuICAvLyBSZW1vdmUgYW5pbWF0aW9uIHByb3BzIG5vdCBtZWFudCBmb3IgSFRNTCBlbGVtZW50c1xuICBjb25zdCBmaWx0ZXJlZFByb3BzID0gcmVtb3ZlUHJvcHMoXG4gICAgcHJvcHMsXG4gICAgJ29uRXhpdGVkJyxcbiAgICAnaW4nLFxuICAgICdlbnRlcicsXG4gICAgJ2V4aXQnLFxuICAgICdhcHBlYXInXG4gICk7XG5cbiAgcmV0dXJuIChcbiAgICA8aW5wdXRcbiAgICAgIHJlZj17aW5uZXJSZWZ9XG4gICAgICB7Li4uZmlsdGVyZWRQcm9wc31cbiAgICAgIGNzcz17e1xuICAgICAgICBsYWJlbDogJ2R1bW15SW5wdXQnLFxuICAgICAgICAvLyBnZXQgcmlkIG9mIGFueSBkZWZhdWx0IHN0eWxlc1xuICAgICAgICBiYWNrZ3JvdW5kOiAwLFxuICAgICAgICBib3JkZXI6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgdGhpcyBoaWRlcyB0aGUgZmxhc2hpbmcgY3Vyc29yXG4gICAgICAgIGNhcmV0Q29sb3I6ICd0cmFuc3BhcmVudCcsXG4gICAgICAgIGZvbnRTaXplOiAnaW5oZXJpdCcsXG4gICAgICAgIGdyaWRBcmVhOiAnMSAvIDEgLyAyIC8gMycsXG4gICAgICAgIG91dGxpbmU6IDAsXG4gICAgICAgIHBhZGRpbmc6IDAsXG4gICAgICAgIC8vIGltcG9ydGFudCEgd2l0aG91dCBgd2lkdGhgIGJyb3dzZXJzIHdvbid0IGFsbG93IGZvY3VzXG4gICAgICAgIHdpZHRoOiAxLFxuXG4gICAgICAgIC8vIHJlbW92ZSBjdXJzb3Igb24gZGVza3RvcFxuICAgICAgICBjb2xvcjogJ3RyYW5zcGFyZW50JyxcblxuICAgICAgICAvLyByZW1vdmUgY3Vyc29yIG9uIG1vYmlsZSB3aGlsc3QgbWFpbnRhaW5pbmcgXCJzY3JvbGwgaW50byB2aWV3XCIgYmVoYXZpb3VyXG4gICAgICAgIGxlZnQ6IC0xMDAsXG4gICAgICAgIG9wYWNpdHk6IDAsXG4gICAgICAgIHBvc2l0aW9uOiAncmVsYXRpdmUnLFxuICAgICAgICB0cmFuc2Zvcm06ICdzY2FsZSguMDEpJyxcbiAgICAgIH19XG4gICAgLz5cbiAgKTtcbn1cbiJdfQ== */")}))}var xg=["boxSizing","height","overflow","paddingRight","position"],Ig={boxSizing:"border-box",overflow:"hidden",position:"relative",height:"100%"};function wg(e){e.cancelable&&e.preventDefault()}function Cg(e){e.stopPropagation()}function Ng(){var e=this.scrollTop,t=this.scrollHeight,n=e+this.offsetHeight;0===e?this.scrollTop=1:n===t&&(this.scrollTop=e-1)}function Ag(){return"ontouchstart"in window||navigator.maxTouchPoints}var kg=!("undefined"==typeof window||!window.document||!window.document.createElement),Gg=0,Pg={capture:!1,passive:!1};var Vg=function(e){var t=e.target;return t.ownerDocument.activeElement&&t.ownerDocument.activeElement.blur()},Bg="production"===process.env.NODE_ENV?{name:"1kfdb0e",styles:"position:fixed;left:0;bottom:0;right:0;top:0"}:{name:"bp8cua-ScrollManager",styles:"position:fixed;left:0;bottom:0;right:0;top:0;label:ScrollManager;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlNjcm9sbE1hbmFnZXIudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQW9EVSIsImZpbGUiOiJTY3JvbGxNYW5hZ2VyLnRzeCIsInNvdXJjZXNDb250ZW50IjpbIi8qKiBAanN4IGpzeCAqL1xuaW1wb3J0IHsganN4IH0gZnJvbSAnQGVtb3Rpb24vcmVhY3QnO1xuaW1wb3J0IHsgRnJhZ21lbnQsIFJlYWN0RWxlbWVudCwgUmVmQ2FsbGJhY2ssIE1vdXNlRXZlbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgdXNlU2Nyb2xsQ2FwdHVyZSBmcm9tICcuL3VzZVNjcm9sbENhcHR1cmUnO1xuaW1wb3J0IHVzZVNjcm9sbExvY2sgZnJvbSAnLi91c2VTY3JvbGxMb2NrJztcblxuaW50ZXJmYWNlIFByb3BzIHtcbiAgcmVhZG9ubHkgY2hpbGRyZW46IChyZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PikgPT4gUmVhY3RFbGVtZW50O1xuICByZWFkb25seSBsb2NrRW5hYmxlZDogYm9vbGVhbjtcbiAgcmVhZG9ubHkgY2FwdHVyZUVuYWJsZWQ6IGJvb2xlYW47XG4gIHJlYWRvbmx5IG9uQm90dG9tQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Cb3R0b21MZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG4gIHJlYWRvbmx5IG9uVG9wQXJyaXZlPzogKGV2ZW50OiBXaGVlbEV2ZW50IHwgVG91Y2hFdmVudCkgPT4gdm9pZDtcbiAgcmVhZG9ubHkgb25Ub3BMZWF2ZT86IChldmVudDogV2hlZWxFdmVudCB8IFRvdWNoRXZlbnQpID0+IHZvaWQ7XG59XG5cbmNvbnN0IGJsdXJTZWxlY3RJbnB1dCA9IChldmVudDogTW91c2VFdmVudDxIVE1MRGl2RWxlbWVudD4pID0+IHtcbiAgY29uc3QgZWxlbWVudCA9IGV2ZW50LnRhcmdldCBhcyBIVE1MRGl2RWxlbWVudDtcbiAgcmV0dXJuIChcbiAgICBlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCAmJlxuICAgIChlbGVtZW50Lm93bmVyRG9jdW1lbnQuYWN0aXZlRWxlbWVudCBhcyBIVE1MRWxlbWVudCkuYmx1cigpXG4gICk7XG59O1xuXG5leHBvcnQgZGVmYXVsdCBmdW5jdGlvbiBTY3JvbGxNYW5hZ2VyKHtcbiAgY2hpbGRyZW4sXG4gIGxvY2tFbmFibGVkLFxuICBjYXB0dXJlRW5hYmxlZCA9IHRydWUsXG4gIG9uQm90dG9tQXJyaXZlLFxuICBvbkJvdHRvbUxlYXZlLFxuICBvblRvcEFycml2ZSxcbiAgb25Ub3BMZWF2ZSxcbn06IFByb3BzKSB7XG4gIGNvbnN0IHNldFNjcm9sbENhcHR1cmVUYXJnZXQgPSB1c2VTY3JvbGxDYXB0dXJlKHtcbiAgICBpc0VuYWJsZWQ6IGNhcHR1cmVFbmFibGVkLFxuICAgIG9uQm90dG9tQXJyaXZlLFxuICAgIG9uQm90dG9tTGVhdmUsXG4gICAgb25Ub3BBcnJpdmUsXG4gICAgb25Ub3BMZWF2ZSxcbiAgfSk7XG4gIGNvbnN0IHNldFNjcm9sbExvY2tUYXJnZXQgPSB1c2VTY3JvbGxMb2NrKHsgaXNFbmFibGVkOiBsb2NrRW5hYmxlZCB9KTtcblxuICBjb25zdCB0YXJnZXRSZWY6IFJlZkNhbGxiYWNrPEhUTUxFbGVtZW50PiA9IChlbGVtZW50KSA9PiB7XG4gICAgc2V0U2Nyb2xsQ2FwdHVyZVRhcmdldChlbGVtZW50KTtcbiAgICBzZXRTY3JvbGxMb2NrVGFyZ2V0KGVsZW1lbnQpO1xuICB9O1xuXG4gIHJldHVybiAoXG4gICAgPEZyYWdtZW50PlxuICAgICAge2xvY2tFbmFibGVkICYmIChcbiAgICAgICAgPGRpdlxuICAgICAgICAgIG9uQ2xpY2s9e2JsdXJTZWxlY3RJbnB1dH1cbiAgICAgICAgICBjc3M9e3sgcG9zaXRpb246ICdmaXhlZCcsIGxlZnQ6IDAsIGJvdHRvbTogMCwgcmlnaHQ6IDAsIHRvcDogMCB9fVxuICAgICAgICAvPlxuICAgICAgKX1cbiAgICAgIHtjaGlsZHJlbih0YXJnZXRSZWYpfVxuICAgIDwvRnJhZ21lbnQ+XG4gICk7XG59XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}};function Tg(e){var t=e.children,n=e.lockEnabled,i=e.captureEnabled,o=function(e){var t=e.isEnabled,n=e.onBottomArrive,i=e.onBottomLeave,o=e.onTopArrive,r=e.onTopLeave,a=l(!1),s=l(!1),c=l(0),p=l(null),m=d(function(e,t){if(null!==p.current){var l=p.current,c=l.scrollTop,u=l.scrollHeight,d=l.clientHeight,m=p.current,h=t>0,g=u-d-c,f=!1;g>t&&a.current&&(i&&i(e),a.current=!1),h&&s.current&&(r&&r(e),s.current=!1),h&&t>g?(n&&!a.current&&n(e),m.scrollTop=u,f=!0,a.current=!0):!h&&-t>c&&(o&&!s.current&&o(e),m.scrollTop=0,f=!0,s.current=!0),f&&function(e){e.cancelable&&e.preventDefault(),e.stopPropagation()}(e)}},[n,i,o,r]),h=d(function(e){m(e,e.deltaY)},[m]),g=d(function(e){c.current=e.changedTouches[0].clientY},[]),f=d(function(e){var t=c.current-e.changedTouches[0].clientY;m(e,t)},[m]),b=d(function(e){if(e){var t=!!fh&&{passive:!1};e.addEventListener("wheel",h,t),e.addEventListener("touchstart",g,t),e.addEventListener("touchmove",f,t)}},[f,g,h]),v=d(function(e){e&&(e.removeEventListener("wheel",h,!1),e.removeEventListener("touchstart",g,!1),e.removeEventListener("touchmove",f,!1))},[f,g,h]);return u(function(){if(t){var e=p.current;return b(e),function(){v(e)}}},[t,b,v]),function(e){p.current=e}}({isEnabled:void 0===i||i,onBottomArrive:e.onBottomArrive,onBottomLeave:e.onBottomLeave,onTopArrive:e.onTopArrive,onTopLeave:e.onTopLeave}),r=function(e){var t=e.isEnabled,n=e.accountForScrollbars,i=void 0===n||n,o=l({}),r=l(null),a=d(function(e){if(kg){var t=document.body,n=t&&t.style;if(i&&xg.forEach(function(e){var t=n&&n[e];o.current[e]=t}),i&&Gg<1){var r=parseInt(o.current.paddingRight,10)||0,a=document.body?document.body.clientWidth:0,s=window.innerWidth-a+r||0;Object.keys(Ig).forEach(function(e){var t=Ig[e];n&&(n[e]=t)}),n&&(n.paddingRight="".concat(s,"px"))}t&&Ag()&&(t.addEventListener("touchmove",wg,Pg),e&&(e.addEventListener("touchstart",Ng,Pg),e.addEventListener("touchmove",Cg,Pg))),Gg+=1}},[i]),s=d(function(e){if(kg){var t=document.body,n=t&&t.style;Gg=Math.max(Gg-1,0),i&&Gg<1&&xg.forEach(function(e){var t=o.current[e];n&&(n[e]=t)}),t&&Ag()&&(t.removeEventListener("touchmove",wg,Pg),e&&(e.removeEventListener("touchstart",Ng,Pg),e.removeEventListener("touchmove",Cg,Pg)))}},[i]);return u(function(){if(t){var e=r.current;return a(e),function(){s(e)}}},[t,a,s]),function(e){r.current=e}}({isEnabled:n});return Gm(x,null,n&&Gm("div",{onClick:Vg,css:Bg}),t(function(e){o(e),r(e)}))}var Sg="production"===process.env.NODE_ENV?{name:"1a0ro4n-requiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%"}:{name:"5kkxb2-requiredInput-RequiredInput",styles:"label:requiredInput;opacity:0;pointer-events:none;position:absolute;bottom:0;left:0;right:0;width:100%;label:RequiredInput;",map:"/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbIlJlcXVpcmVkSW5wdXQudHN4Il0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQWNJIiwiZmlsZSI6IlJlcXVpcmVkSW5wdXQudHN4Iiwic291cmNlc0NvbnRlbnQiOlsiLyoqIEBqc3gganN4ICovXG5pbXBvcnQgeyBGb2N1c0V2ZW50SGFuZGxlciwgRnVuY3Rpb25Db21wb25lbnQgfSBmcm9tICdyZWFjdCc7XG5pbXBvcnQgeyBqc3ggfSBmcm9tICdAZW1vdGlvbi9yZWFjdCc7XG5cbmNvbnN0IFJlcXVpcmVkSW5wdXQ6IEZ1bmN0aW9uQ29tcG9uZW50PHtcbiAgcmVhZG9ubHkgbmFtZT86IHN0cmluZztcbiAgcmVhZG9ubHkgb25Gb2N1czogRm9jdXNFdmVudEhhbmRsZXI8SFRNTElucHV0RWxlbWVudD47XG59PiA9ICh7IG5hbWUsIG9uRm9jdXMgfSkgPT4gKFxuICA8aW5wdXRcbiAgICByZXF1aXJlZFxuICAgIG5hbWU9e25hbWV9XG4gICAgdGFiSW5kZXg9ey0xfVxuICAgIGFyaWEtaGlkZGVuPVwidHJ1ZVwiXG4gICAgb25Gb2N1cz17b25Gb2N1c31cbiAgICBjc3M9e3tcbiAgICAgIGxhYmVsOiAncmVxdWlyZWRJbnB1dCcsXG4gICAgICBvcGFjaXR5OiAwLFxuICAgICAgcG9pbnRlckV2ZW50czogJ25vbmUnLFxuICAgICAgcG9zaXRpb246ICdhYnNvbHV0ZScsXG4gICAgICBib3R0b206IDAsXG4gICAgICBsZWZ0OiAwLFxuICAgICAgcmlnaHQ6IDAsXG4gICAgICB3aWR0aDogJzEwMCUnLFxuICAgIH19XG4gICAgLy8gUHJldmVudCBgU3dpdGNoaW5nIGZyb20gdW5jb250cm9sbGVkIHRvIGNvbnRyb2xsZWRgIGVycm9yXG4gICAgdmFsdWU9XCJcIlxuICAgIG9uQ2hhbmdlPXsoKSA9PiB7fX1cbiAgLz5cbik7XG5cbmV4cG9ydCBkZWZhdWx0IFJlcXVpcmVkSW5wdXQ7XG4iXX0= */",toString:function(){return"You have tried to stringify object returned from `css` function. It isn't supposed to be used directly (e.g. as value of the `className` prop), but rather handed to emotion so it can handle it (e.g. as value of `css` prop)."}},Eg=function(e){var t=e.name,n=e.onFocus;return Gm("input",{required:!0,name:t,tabIndex:-1,"aria-hidden":"true",onFocus:n,css:Sg,value:"",onChange:function(){}})};function Rg(e){var t;return"undefined"!=typeof window&&null!=window.navigator&&e.test((null===(t=window.navigator.userAgentData)||void 0===t?void 0:t.platform)||window.navigator.platform)}function Mg(){return Rg(/^Mac/i)}function Lg(){return Rg(/^iPhone/i)||Rg(/^iPad/i)||Mg()&&navigator.maxTouchPoints>1}var Xg={clearIndicator:Fh,container:function(e){var t=e.isDisabled;return{label:"container",direction:e.isRtl?"rtl":void 0,pointerEvents:t?"none":void 0,position:"relative"}},control:function(e,t){var n=e.isDisabled,i=e.isFocused,o=e.theme,r=o.colors,a=o.borderRadius;return Nd({label:"control",alignItems:"center",cursor:"default",display:"flex",flexWrap:"wrap",justifyContent:"space-between",minHeight:o.spacing.controlHeight,outline:"0 !important",position:"relative",transition:"all 100ms"},t?{}:{backgroundColor:n?r.neutral5:r.neutral0,borderColor:n?r.neutral10:i?r.primary:r.neutral20,borderRadius:a,borderStyle:"solid",borderWidth:1,boxShadow:i?"0 0 0 1px ".concat(r.primary):void 0,"&:hover":{borderColor:i?r.primary:r.neutral30}})},dropdownIndicator:Oh,group:function(e,t){var n=e.theme.spacing;return t?{}:{paddingBottom:2*n.baseUnit,paddingTop:2*n.baseUnit}},groupHeading:function(e,t){var n=e.theme,i=n.colors,o=n.spacing;return Nd({label:"group",cursor:"default",display:"block"},t?{}:{color:i.neutral40,fontSize:"75%",fontWeight:500,marginBottom:"0.25em",paddingLeft:3*o.baseUnit,paddingRight:3*o.baseUnit,textTransform:"uppercase"})},indicatorsContainer:function(){return{alignItems:"center",alignSelf:"stretch",display:"flex",flexShrink:0}},indicatorSeparator:function(e,t){var n=e.isDisabled,i=e.theme,o=i.spacing.baseUnit,r=i.colors;return Nd({label:"indicatorSeparator",alignSelf:"stretch",width:1},t?{}:{backgroundColor:n?r.neutral10:r.neutral20,marginBottom:2*o,marginTop:2*o})},input:function(e,t){var n=e.isDisabled,i=e.value,o=e.theme,r=o.spacing,a=o.colors;return Nd(Nd({visibility:n?"hidden":"visible",transform:i?"translateZ(0)":""},Uh),t?{}:{margin:r.baseUnit/2,paddingBottom:r.baseUnit/2,paddingTop:r.baseUnit/2,color:a.neutral80})},loadingIndicator:function(e,t){var n=e.isFocused,i=e.size,o=e.theme,r=o.colors,a=o.spacing.baseUnit;return Nd({label:"loadingIndicator",display:"flex",transition:"color 150ms",alignSelf:"center",fontSize:i,lineHeight:1,marginRight:i,textAlign:"center",verticalAlign:"middle"},t?{}:{color:n?r.neutral60:r.neutral20,padding:2*a})},loadingMessage:Vh,menu:function(e,t){var n,i=e.placement,o=e.theme,r=o.borderRadius,a=o.spacing,s=o.colors;return Nd((wd(n={label:"menu"},function(e){return e?{bottom:"top",top:"bottom"}[e]:"bottom"}(i),"100%"),wd(n,"position","absolute"),wd(n,"width","100%"),wd(n,"zIndex",1),n),t?{}:{backgroundColor:s.neutral0,borderRadius:r,boxShadow:"0 0 0 1px hsla(0, 0%, 0%, 0.1), 0 4px 11px hsla(0, 0%, 0%, 0.1)",marginBottom:a.menuGutter,marginTop:a.menuGutter})},menuList:function(e,t){var n=e.maxHeight,i=e.theme.spacing.baseUnit;return Nd({maxHeight:n,overflowY:"auto",position:"relative",WebkitOverflowScrolling:"touch"},t?{}:{paddingBottom:i,paddingTop:i})},menuPortal:function(e){var t=e.rect,n=e.offset,i=e.position;return{left:t.left,position:i,top:n,width:t.width,zIndex:1}},multiValue:function(e,t){var n=e.theme,i=n.spacing,o=n.borderRadius,r=n.colors;return Nd({label:"multiValue",display:"flex",minWidth:0},t?{}:{backgroundColor:r.neutral10,borderRadius:o/2,margin:i.baseUnit/2})},multiValueLabel:function(e,t){var n=e.theme,i=n.borderRadius,o=n.colors,r=e.cropWithEllipsis;return Nd({overflow:"hidden",textOverflow:r||void 0===r?"ellipsis":void 0,whiteSpace:"nowrap"},t?{}:{borderRadius:i/2,color:o.neutral80,fontSize:"85%",padding:3,paddingLeft:6})},multiValueRemove:function(e,t){var n=e.theme,i=n.spacing,o=n.borderRadius,r=n.colors,a=e.isFocused;return Nd({alignItems:"center",display:"flex"},t?{}:{borderRadius:o/2,backgroundColor:a?r.dangerLight:void 0,paddingLeft:i.baseUnit,paddingRight:i.baseUnit,":hover":{backgroundColor:r.dangerLight,color:r.danger}})},noOptionsMessage:Ph,option:function(e,t){var n=e.isDisabled,i=e.isFocused,o=e.isSelected,r=e.theme,a=r.spacing,s=r.colors;return Nd({label:"option",cursor:"default",display:"block",fontSize:"inherit",width:"100%",userSelect:"none",WebkitTapHighlightColor:"rgba(0, 0, 0, 0)"},t?{}:{backgroundColor:o?s.primary:i?s.primary25:"transparent",color:n?s.neutral20:o?s.neutral0:"inherit",padding:"".concat(2*a.baseUnit,"px ").concat(3*a.baseUnit,"px"),":active":{backgroundColor:n?void 0:o?s.primary:s.primary50}})},placeholder:function(e,t){var n=e.theme,i=n.spacing,o=n.colors;return Nd({label:"placeholder",gridArea:"1 / 1 / 2 / 3"},t?{}:{color:o.neutral50,marginLeft:i.baseUnit/2,marginRight:i.baseUnit/2})},singleValue:function(e,t){var n=e.isDisabled,i=e.theme,o=i.spacing,r=i.colors;return Nd({label:"singleValue",gridArea:"1 / 1 / 2 / 3",maxWidth:"100%",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},t?{}:{color:n?r.neutral40:r.neutral80,marginLeft:o.baseUnit/2,marginRight:o.baseUnit/2})},valueContainer:function(e,t){var n=e.theme.spacing,i=e.isMulti,o=e.hasValue,r=e.selectProps.controlShouldRenderValue;return Nd({alignItems:"center",display:i&&o&&r?"flex":"grid",flex:1,flexWrap:"wrap",WebkitOverflowScrolling:"touch",position:"relative",overflow:"hidden"},t?{}:{padding:"".concat(n.baseUnit/2,"px ").concat(2*n.baseUnit,"px")})}},Wg={borderRadius:4,colors:{primary:"#2684FF",primary75:"#4C9AFF",primary50:"#B2D4FF",primary25:"#DEEBFF",danger:"#DE350B",dangerLight:"#FFBDAD",neutral0:"hsl(0, 0%, 100%)",neutral5:"hsl(0, 0%, 95%)",neutral10:"hsl(0, 0%, 90%)",neutral20:"hsl(0, 0%, 80%)",neutral30:"hsl(0, 0%, 70%)",neutral40:"hsl(0, 0%, 60%)",neutral50:"hsl(0, 0%, 50%)",neutral60:"hsl(0, 0%, 40%)",neutral70:"hsl(0, 0%, 30%)",neutral80:"hsl(0, 0%, 20%)",neutral90:"hsl(0, 0%, 10%)"},spacing:{baseUnit:4,controlHeight:38,menuGutter:8}},Og={"aria-live":"polite",backspaceRemovesValue:!0,blurInputOnSelect:ph(),captureMenuScroll:!ph(),classNames:{},closeMenuOnSelect:!0,closeMenuOnScroll:!1,components:{},controlShouldRenderValue:!0,escapeClearsValue:!1,filterOption:bg(),formatGroupLabel:function(e){return e.label},getOptionLabel:function(e){return e.label},getOptionValue:function(e){return e.value},isDisabled:!1,isLoading:!1,isMulti:!1,isRtl:!1,isSearchable:!0,isOptionDisabled:function(e){return!!e.isDisabled},loadingMessage:function(){return"Loading..."},maxMenuHeight:300,minMenuHeight:140,menuIsOpen:!1,menuPlacement:"bottom",menuPosition:"absolute",menuShouldBlockScroll:!1,menuShouldScrollIntoView:!function(){try{return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}catch(e){return!1}}(),noOptionsMessage:function(){return"No options"},openMenuOnFocus:!1,openMenuOnClick:!0,options:[],pageSize:5,placeholder:"Select...",screenReaderStatus:function(e){var t=e.count;return"".concat(t," result").concat(1!==t?"s":""," available")},styles:{},tabIndex:0,tabSelectsValue:!0,unstyled:!1};function Fg(e,t,n,i){return{type:"option",data:t,isDisabled:Ug(e,t,n),isSelected:$g(e,t,n),label:Yg(e,t),value:Jg(e,t),index:i}}function Dg(e,t){return e.options.map(function(n,i){if("options"in n){var o=n.options.map(function(n,i){return Fg(e,n,t,i)}).filter(function(t){return Hg(e,t)});return o.length>0?{type:"group",data:n,options:o,index:i}:void 0}var r=Fg(e,n,t,i);return Hg(e,r)?r:void 0}).filter(bh)}function Zg(e){return e.reduce(function(e,t){return"group"===t.type?e.push.apply(e,Md(t.options.map(function(e){return e.data}))):e.push(t.data),e},[])}function zg(e,t){return e.reduce(function(e,n){return"group"===n.type?e.push.apply(e,Md(n.options.map(function(e){return{data:e.data,id:"".concat(t,"-").concat(n.index,"-").concat(e.index)}}))):e.push({data:n.data,id:"".concat(t,"-").concat(n.index)}),e},[])}function Hg(e,t){var n=e.inputValue,i=void 0===n?"":n,o=t.data,r=t.isSelected,a=t.label,s=t.value;return(!_g(e)||!r)&&Qg(e,{label:a,value:s,data:o},i)}var jg=function(e,t){var n;return(null===(n=e.find(function(e){return e.data===t}))||void 0===n?void 0:n.id)||null},Yg=function(e,t){return e.getOptionLabel(t)},Jg=function(e,t){return e.getOptionValue(t)};function Ug(e,t,n){return"function"==typeof e.isOptionDisabled&&e.isOptionDisabled(t,n)}function $g(e,t,n){if(n.indexOf(t)>-1)return!0;if("function"==typeof e.isOptionSelected)return e.isOptionSelected(t,n);var i=Jg(e,t);return n.some(function(t){return Jg(e,t)===i})}function Qg(e,t,n){return!e.filterOption||e.filterOption(t,n)}var _g=function(e){var t=e.hideSelectedOptions,n=e.isMulti;return void 0===t?n:t},Kg=1,qg=function(){!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}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&Td(e,t)}(t,w);var e=function(e){var t=Ed();return function(){var n,i=Sd(e);if(t){var o=Sd(this).constructor;n=Reflect.construct(i,arguments,o)}else n=i.apply(this,arguments);return Rd(this,n)}}(t);function t(n){var i;if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t),(i=e.call(this,n)).state={ariaSelection:null,focusedOption:null,focusedOptionId:null,focusableOptionsWithIds:[],focusedValue:null,inputIsHidden:!1,isFocused:!1,selectValue:[],clearFocusValueOnUpdate:!1,prevWasFocused:!1,inputIsHiddenAfterUpdate:void 0,prevProps:void 0,instancePrefix:"",isAppleDevice:!1},i.blockOptionHover=!1,i.isComposing=!1,i.commonProps=void 0,i.initialTouchX=0,i.initialTouchY=0,i.openAfterFocus=!1,i.scrollToFocusedOptionOnUpdate=!1,i.userIsDragging=void 0,i.controlRef=null,i.getControlRef=function(e){i.controlRef=e},i.focusedOptionRef=null,i.getFocusedOptionRef=function(e){i.focusedOptionRef=e},i.menuListRef=null,i.getMenuListRef=function(e){i.menuListRef=e},i.inputRef=null,i.getInputRef=function(e){i.inputRef=e},i.focus=i.focusInput,i.blur=i.blurInput,i.onChange=function(e,t){var n=i.props,o=n.onChange,r=n.name;t.name=r,i.ariaOnChange(e,t),o(e,t)},i.setValue=function(e,t,n){var o=i.props,r=o.closeMenuOnSelect,a=o.isMulti,s=o.inputValue;i.onInputChange("",{action:"set-value",prevInputValue:s}),r&&(i.setState({inputIsHiddenAfterUpdate:!a}),i.onMenuClose()),i.setState({clearFocusValueOnUpdate:!0}),i.onChange(e,{action:t,option:n})},i.selectOption=function(e){var t=i.props,n=t.blurInputOnSelect,o=t.isMulti,r=t.name,a=i.state.selectValue,s=o&&i.isOptionSelected(e,a),l=i.isOptionDisabled(e,a);if(s){var c=i.getOptionValue(e);i.setValue(a.filter(function(e){return i.getOptionValue(e)!==c}),"deselect-option",e)}else{if(l)return void i.ariaOnChange(e,{action:"select-option",option:e,name:r});o?i.setValue([].concat(Md(a),[e]),"select-option",e):i.setValue(e,"select-option")}n&&i.blurInput()},i.removeValue=function(e){var t=i.props.isMulti,n=i.state.selectValue,o=i.getOptionValue(e),r=n.filter(function(e){return i.getOptionValue(e)!==o}),a=vh(t,r,r[0]||null);i.onChange(a,{action:"remove-value",removedValue:e}),i.focusInput()},i.clearValue=function(){var e=i.state.selectValue;i.onChange(vh(i.props.isMulti,[],null),{action:"clear",removedValues:e})},i.popValue=function(){var e=i.props.isMulti,t=i.state.selectValue,n=t[t.length-1],o=t.slice(0,t.length-1),r=vh(e,o,o[0]||null);n&&i.onChange(r,{action:"pop-value",removedValue:n})},i.getFocusedOptionId=function(e){return jg(i.state.focusableOptionsWithIds,e)},i.getFocusableOptionsWithIds=function(){return zg(Dg(i.props,i.state.selectValue),i.getElementId("option"))},i.getValue=function(){return i.state.selectValue},i.cx=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return ih.apply(void 0,[i.props.classNamePrefix].concat(t))},i.getOptionLabel=function(e){return Yg(i.props,e)},i.getOptionValue=function(e){return Jg(i.props,e)},i.getStyles=function(e,t){var n=i.props.unstyled,o=Xg[e](t,n);o.boxSizing="border-box";var r=i.props.styles[e];return r?r(o,t):o},i.getClassNames=function(e,t){var n,o;return null===(n=(o=i.props.classNames)[e])||void 0===n?void 0:n.call(o,t)},i.getElementId=function(e){return"".concat(i.state.instancePrefix,"-").concat(e)},i.getComponents=function(){return e=i.props,Nd(Nd({},qh),e.components);var e},i.buildCategorizedOptions=function(){return Dg(i.props,i.state.selectValue)},i.getCategorizedOptions=function(){return i.props.menuIsOpen?i.buildCategorizedOptions():[]},i.buildFocusableOptions=function(){return Zg(i.buildCategorizedOptions())},i.getFocusableOptions=function(){return i.props.menuIsOpen?i.buildFocusableOptions():[]},i.ariaOnChange=function(e,t){i.setState({ariaSelection:Nd({value:e},t)})},i.onMenuMouseDown=function(e){0===e.button&&(e.stopPropagation(),e.preventDefault(),i.focusInput())},i.onMenuMouseMove=function(e){i.blockOptionHover=!1},i.onControlMouseDown=function(e){if(!e.defaultPrevented){var t=i.props.openMenuOnClick;i.state.isFocused?i.props.menuIsOpen?"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&i.onMenuClose():t&&i.openMenu("first"):(t&&(i.openAfterFocus=!0),i.focusInput()),"INPUT"!==e.target.tagName&&"TEXTAREA"!==e.target.tagName&&e.preventDefault()}},i.onDropdownIndicatorMouseDown=function(e){if(!(e&&"mousedown"===e.type&&0!==e.button||i.props.isDisabled)){var t=i.props,n=t.isMulti,o=t.menuIsOpen;i.focusInput(),o?(i.setState({inputIsHiddenAfterUpdate:!n}),i.onMenuClose()):i.openMenu("first"),e.preventDefault()}},i.onClearIndicatorMouseDown=function(e){e&&"mousedown"===e.type&&0!==e.button||(i.clearValue(),e.preventDefault(),i.openAfterFocus=!1,"touchend"===e.type?i.focusInput():setTimeout(function(){return i.focusInput()}))},i.onScroll=function(e){"boolean"==typeof i.props.closeMenuOnScroll?e.target instanceof HTMLElement&&sh(e.target)&&i.props.onMenuClose():"function"==typeof i.props.closeMenuOnScroll&&i.props.closeMenuOnScroll(e)&&i.props.onMenuClose()},i.onCompositionStart=function(){i.isComposing=!0},i.onCompositionEnd=function(){i.isComposing=!1},i.onTouchStart=function(e){var t=e.touches,n=t&&t.item(0);n&&(i.initialTouchX=n.clientX,i.initialTouchY=n.clientY,i.userIsDragging=!1)},i.onTouchMove=function(e){var t=e.touches,n=t&&t.item(0);if(n){var o=Math.abs(n.clientX-i.initialTouchX),r=Math.abs(n.clientY-i.initialTouchY);i.userIsDragging=o>5||r>5}},i.onTouchEnd=function(e){i.userIsDragging||(i.controlRef&&!i.controlRef.contains(e.target)&&i.menuListRef&&!i.menuListRef.contains(e.target)&&i.blurInput(),i.initialTouchX=0,i.initialTouchY=0)},i.onControlTouchEnd=function(e){i.userIsDragging||i.onControlMouseDown(e)},i.onClearIndicatorTouchEnd=function(e){i.userIsDragging||i.onClearIndicatorMouseDown(e)},i.onDropdownIndicatorTouchEnd=function(e){i.userIsDragging||i.onDropdownIndicatorMouseDown(e)},i.handleInputChange=function(e){var t=i.props.inputValue,n=e.currentTarget.value;i.setState({inputIsHiddenAfterUpdate:!1}),i.onInputChange(n,{action:"input-change",prevInputValue:t}),i.props.menuIsOpen||i.onMenuOpen()},i.onInputFocus=function(e){i.props.onFocus&&i.props.onFocus(e),i.setState({inputIsHiddenAfterUpdate:!1,isFocused:!0}),(i.openAfterFocus||i.props.openMenuOnFocus)&&i.openMenu("first"),i.openAfterFocus=!1},i.onInputBlur=function(e){var t=i.props.inputValue;i.menuListRef&&i.menuListRef.contains(document.activeElement)?i.inputRef.focus():(i.props.onBlur&&i.props.onBlur(e),i.onInputChange("",{action:"input-blur",prevInputValue:t}),i.onMenuClose(),i.setState({focusedValue:null,isFocused:!1}))},i.onOptionHover=function(e){if(!i.blockOptionHover&&i.state.focusedOption!==e){var t=i.getFocusableOptions().indexOf(e);i.setState({focusedOption:e,focusedOptionId:t>-1?i.getFocusedOptionId(e):null})}},i.shouldHideSelectedOptions=function(){return _g(i.props)},i.onValueInputFocus=function(e){e.preventDefault(),e.stopPropagation(),i.focus()},i.onKeyDown=function(e){var t=i.props,n=t.isMulti,o=t.backspaceRemovesValue,r=t.escapeClearsValue,a=t.inputValue,s=t.isClearable,l=t.isDisabled,c=t.menuIsOpen,u=t.onKeyDown,d=t.tabSelectsValue,p=t.openMenuOnFocus,m=i.state,h=m.focusedOption,g=m.focusedValue,f=m.selectValue;if(!(l||"function"==typeof u&&(u(e),e.defaultPrevented))){switch(i.blockOptionHover=!0,e.key){case"ArrowLeft":if(!n||a)return;i.focusValue("previous");break;case"ArrowRight":if(!n||a)return;i.focusValue("next");break;case"Delete":case"Backspace":if(a)return;if(g)i.removeValue(g);else{if(!o)return;n?i.popValue():s&&i.clearValue()}break;case"Tab":if(i.isComposing)return;if(e.shiftKey||!c||!d||!h||p&&i.isOptionSelected(h,f))return;i.selectOption(h);break;case"Enter":if(229===e.keyCode)break;if(c){if(!h)return;if(i.isComposing)return;i.selectOption(h);break}return;case"Escape":c?(i.setState({inputIsHiddenAfterUpdate:!1}),i.onInputChange("",{action:"menu-close",prevInputValue:a}),i.onMenuClose()):s&&r&&i.clearValue();break;case" ":if(a)return;if(!c){i.openMenu("first");break}if(!h)return;i.selectOption(h);break;case"ArrowUp":c?i.focusOption("up"):i.openMenu("last");break;case"ArrowDown":c?i.focusOption("down"):i.openMenu("first");break;case"PageUp":if(!c)return;i.focusOption("pageup");break;case"PageDown":if(!c)return;i.focusOption("pagedown");break;case"Home":if(!c)return;i.focusOption("first");break;case"End":if(!c)return;i.focusOption("last");break;default:return}e.preventDefault()}},i.state.instancePrefix="react-select-"+(i.props.instanceId||++Kg),i.state.selectValue=oh(n.value),n.menuIsOpen&&i.state.selectValue.length){var o=i.getFocusableOptionsWithIds(),r=i.buildFocusableOptions(),a=r.indexOf(i.state.selectValue[0]);i.state.focusableOptionsWithIds=o,i.state.focusedOption=r[a],i.state.focusedOptionId=jg(o,r[a])}return i}return function(e,t,n){t&&Bd(e.prototype,t),n&&Bd(e,n),Object.defineProperty(e,"prototype",{writable:!1})}(t,[{key:"componentDidMount",value:function(){this.startListeningComposition(),this.startListeningToTouch(),this.props.closeMenuOnScroll&&document&&document.addEventListener&&document.addEventListener("scroll",this.onScroll,!0),this.props.autoFocus&&this.focusInput(),this.props.menuIsOpen&&this.state.focusedOption&&this.menuListRef&&this.focusedOptionRef&&dh(this.menuListRef,this.focusedOptionRef),(Mg()||Lg())&&this.setState({isAppleDevice:!0})}},{key:"componentDidUpdate",value:function(e){var t=this.props,n=t.isDisabled,i=t.menuIsOpen,o=this.state.isFocused;(o&&!n&&e.isDisabled||o&&i&&!e.menuIsOpen)&&this.focusInput(),o&&n&&!e.isDisabled?this.setState({isFocused:!1},this.onMenuClose):o||n||!e.isDisabled||this.inputRef!==document.activeElement||this.setState({isFocused:!0}),this.menuListRef&&this.focusedOptionRef&&this.scrollToFocusedOptionOnUpdate&&(dh(this.menuListRef,this.focusedOptionRef),this.scrollToFocusedOptionOnUpdate=!1)}},{key:"componentWillUnmount",value:function(){this.stopListeningComposition(),this.stopListeningToTouch(),document.removeEventListener("scroll",this.onScroll,!0)}},{key:"onMenuOpen",value:function(){this.props.onMenuOpen()}},{key:"onMenuClose",value:function(){this.onInputChange("",{action:"menu-close",prevInputValue:this.props.inputValue}),this.props.onMenuClose()}},{key:"onInputChange",value:function(e,t){this.props.onInputChange(e,t)}},{key:"focusInput",value:function(){this.inputRef&&this.inputRef.focus()}},{key:"blurInput",value:function(){this.inputRef&&this.inputRef.blur()}},{key:"openMenu",value:function(e){var t=this,n=this.state,i=n.selectValue,o=n.isFocused,r=this.buildFocusableOptions(),a="first"===e?0:r.length-1;if(!this.props.isMulti){var s=r.indexOf(i[0]);s>-1&&(a=s)}this.scrollToFocusedOptionOnUpdate=!(o&&this.menuListRef),this.setState({inputIsHiddenAfterUpdate:!1,focusedValue:null,focusedOption:r[a],focusedOptionId:this.getFocusedOptionId(r[a])},function(){return t.onMenuOpen()})}},{key:"focusValue",value:function(e){var t=this.state,n=t.selectValue,i=t.focusedValue;if(this.props.isMulti){this.setState({focusedOption:null});var o=n.indexOf(i);i||(o=-1);var r=n.length-1,a=-1;if(n.length){switch(e){case"previous":a=0===o?0:-1===o?r:o-1;break;case"next":o>-1&&o<r&&(a=o+1)}this.setState({inputIsHidden:-1!==a,focusedValue:n[a]})}}}},{key:"focusOption",value:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"first",t=this.props.pageSize,n=this.state.focusedOption,i=this.getFocusableOptions();if(i.length){var o=0,r=i.indexOf(n);n||(r=-1),"up"===e?o=r>0?r-1:i.length-1:"down"===e?o=(r+1)%i.length:"pageup"===e?(o=r-t)<0&&(o=0):"pagedown"===e?(o=r+t)>i.length-1&&(o=i.length-1):"last"===e&&(o=i.length-1),this.scrollToFocusedOptionOnUpdate=!0,this.setState({focusedOption:i[o],focusedValue:null,focusedOptionId:this.getFocusedOptionId(i[o])})}}},{key:"getTheme",value:function(){return this.props.theme?"function"==typeof this.props.theme?this.props.theme(Wg):Nd(Nd({},Wg),this.props.theme):Wg}},{key:"getCommonProps",value:function(){var e=this.clearValue,t=this.cx,n=this.getStyles,i=this.getClassNames,o=this.getValue,r=this.selectOption,a=this.setValue,s=this.props,l=s.isMulti,c=s.isRtl,u=s.options;return{clearValue:e,cx:t,getStyles:n,getClassNames:i,getValue:o,hasValue:this.hasValue(),isMulti:l,isRtl:c,options:u,selectOption:r,selectProps:s,setValue:a,theme:this.getTheme()}}},{key:"hasValue",value:function(){return this.state.selectValue.length>0}},{key:"hasOptions",value:function(){return!!this.getFocusableOptions().length}},{key:"isClearable",value:function(){var e=this.props,t=e.isClearable,n=e.isMulti;return void 0===t?n:t}},{key:"isOptionDisabled",value:function(e,t){return Ug(this.props,e,t)}},{key:"isOptionSelected",value:function(e,t){return $g(this.props,e,t)}},{key:"filterOption",value:function(e,t){return Qg(this.props,e,t)}},{key:"formatOptionLabel",value:function(e,t){if("function"==typeof this.props.formatOptionLabel){var n=this.props.inputValue,i=this.state.selectValue;return this.props.formatOptionLabel(e,{context:t,inputValue:n,selectValue:i})}return this.getOptionLabel(e)}},{key:"formatGroupLabel",value:function(e){return this.props.formatGroupLabel(e)}},{key:"startListeningComposition",value:function(){document&&document.addEventListener&&(document.addEventListener("compositionstart",this.onCompositionStart,!1),document.addEventListener("compositionend",this.onCompositionEnd,!1))}},{key:"stopListeningComposition",value:function(){document&&document.removeEventListener&&(document.removeEventListener("compositionstart",this.onCompositionStart),document.removeEventListener("compositionend",this.onCompositionEnd))}},{key:"startListeningToTouch",value:function(){document&&document.addEventListener&&(document.addEventListener("touchstart",this.onTouchStart,!1),document.addEventListener("touchmove",this.onTouchMove,!1),document.addEventListener("touchend",this.onTouchEnd,!1))}},{key:"stopListeningToTouch",value:function(){document&&document.removeEventListener&&(document.removeEventListener("touchstart",this.onTouchStart),document.removeEventListener("touchmove",this.onTouchMove),document.removeEventListener("touchend",this.onTouchEnd))}},{key:"renderInput",value:function(){var e=this.props,t=e.isDisabled,n=e.isSearchable,o=e.inputId,r=e.inputValue,a=e.tabIndex,s=e.form,l=e.menuIsOpen,c=e.required,u=this.getComponents().Input,d=this.state,p=d.inputIsHidden,m=d.ariaSelection,h=this.commonProps,g=o||this.getElementId("input"),f=Nd(Nd(Nd({"aria-autocomplete":"list","aria-expanded":l,"aria-haspopup":!0,"aria-errormessage":this.props["aria-errormessage"],"aria-invalid":this.props["aria-invalid"],"aria-label":this.props["aria-label"],"aria-labelledby":this.props["aria-labelledby"],"aria-required":c,role:"combobox","aria-activedescendant":this.state.isAppleDevice?void 0:this.state.focusedOptionId||""},l&&{"aria-controls":this.getElementId("listbox")}),!n&&{"aria-readonly":!0}),this.hasValue()?"initial-input-focus"===(null==m?void 0:m.action)&&{"aria-describedby":this.getElementId("live-region")}:{"aria-describedby":this.getElementId("placeholder")});return n?i.createElement(u,uc({},h,{autoCapitalize:"none",autoComplete:"off",autoCorrect:"off",id:g,innerRef:this.getInputRef,isDisabled:t,isHidden:p,onBlur:this.onInputBlur,onChange:this.handleInputChange,onFocus:this.onInputFocus,spellCheck:"false",tabIndex:a,form:s,type:"text",value:r},f)):i.createElement(yg,uc({id:g,innerRef:this.getInputRef,onBlur:this.onInputBlur,onChange:th,onFocus:this.onInputFocus,disabled:t,tabIndex:a,inputMode:"none",form:s,value:""},f))}},{key:"renderPlaceholderOrValue",value:function(){var e=this,t=this.getComponents(),n=t.MultiValue,o=t.MultiValueContainer,r=t.MultiValueLabel,a=t.MultiValueRemove,s=t.SingleValue,l=t.Placeholder,c=this.commonProps,u=this.props,d=u.controlShouldRenderValue,p=u.isDisabled,m=u.isMulti,h=u.inputValue,g=u.placeholder,f=this.state,b=f.selectValue,v=f.focusedValue,y=f.isFocused;if(!this.hasValue()||!d)return h?null:i.createElement(l,uc({},c,{key:"placeholder",isDisabled:p,isFocused:y,innerProps:{id:this.getElementId("placeholder")}}),g);if(m)return b.map(function(t,s){var l=t===v,u="".concat(e.getOptionLabel(t),"-").concat(e.getOptionValue(t));return i.createElement(n,uc({},c,{components:{Container:o,Label:r,Remove:a},isFocused:l,isDisabled:p,key:u,index:s,removeProps:{onClick:function(){return e.removeValue(t)},onTouchEnd:function(){return e.removeValue(t)},onMouseDown:function(e){e.preventDefault()}},data:t}),e.formatOptionLabel(t,"value"))});if(h)return null;var x=b[0];return i.createElement(s,uc({},c,{data:x,isDisabled:p}),this.formatOptionLabel(x,"value"))}},{key:"renderClearIndicator",value:function(){var e=this.getComponents().ClearIndicator,t=this.commonProps,n=this.props,o=n.isDisabled,r=n.isLoading,a=this.state.isFocused;if(!this.isClearable()||!e||o||!this.hasValue()||r)return null;var s={onMouseDown:this.onClearIndicatorMouseDown,onTouchEnd:this.onClearIndicatorTouchEnd,"aria-hidden":"true"};return i.createElement(e,uc({},t,{innerProps:s,isFocused:a}))}},{key:"renderLoadingIndicator",value:function(){var e=this.getComponents().LoadingIndicator,t=this.commonProps,n=this.props,o=n.isDisabled,r=n.isLoading,a=this.state.isFocused;if(!e||!r)return null;return i.createElement(e,uc({},t,{innerProps:{"aria-hidden":"true"},isDisabled:o,isFocused:a}))}},{key:"renderIndicatorSeparator",value:function(){var e=this.getComponents(),t=e.DropdownIndicator,n=e.IndicatorSeparator;if(!t||!n)return null;var o=this.commonProps,r=this.props.isDisabled,a=this.state.isFocused;return i.createElement(n,uc({},o,{isDisabled:r,isFocused:a}))}},{key:"renderDropdownIndicator",value:function(){var e=this.getComponents().DropdownIndicator;if(!e)return null;var t=this.commonProps,n=this.props.isDisabled,o=this.state.isFocused,r={onMouseDown:this.onDropdownIndicatorMouseDown,onTouchEnd:this.onDropdownIndicatorTouchEnd,"aria-hidden":"true"};return i.createElement(e,uc({},t,{innerProps:r,isDisabled:n,isFocused:o}))}},{key:"renderMenu",value:function(){var e=this,t=this.getComponents(),n=t.Group,o=t.GroupHeading,r=t.Menu,a=t.MenuList,s=t.MenuPortal,l=t.LoadingMessage,c=t.NoOptionsMessage,u=t.Option,d=this.commonProps,p=this.state.focusedOption,m=this.props,h=m.captureMenuScroll,g=m.inputValue,f=m.isLoading,b=m.loadingMessage,v=m.minMenuHeight,y=m.maxMenuHeight,x=m.menuIsOpen,I=m.menuPlacement,w=m.menuPosition,C=m.menuPortalTarget,N=m.menuShouldBlockScroll,A=m.menuShouldScrollIntoView,k=m.noOptionsMessage,G=m.onMenuScrollToTop,P=m.onMenuScrollToBottom;if(!x)return null;var V,B=function(t,n){var o=t.type,r=t.data,a=t.isDisabled,s=t.isSelected,l=t.label,c=t.value,m=p===r,h=a?void 0:function(){return e.onOptionHover(r)},g=a?void 0:function(){return e.selectOption(r)},f="".concat(e.getElementId("option"),"-").concat(n),b={id:f,onClick:g,onMouseMove:h,onMouseOver:h,tabIndex:-1,role:"option","aria-selected":e.state.isAppleDevice?void 0:s};return i.createElement(u,uc({},d,{innerProps:b,data:r,isDisabled:a,isSelected:s,key:f,label:l,type:o,value:c,isFocused:m,innerRef:m?e.getFocusedOptionRef:void 0}),e.formatOptionLabel(t.data,"menu"))};if(this.hasOptions())V=this.getCategorizedOptions().map(function(t){if("group"===t.type){var r=t.data,a=t.options,s=t.index,l="".concat(e.getElementId("group"),"-").concat(s),c="".concat(l,"-heading");return i.createElement(n,uc({},d,{key:l,data:r,options:a,Heading:o,headingProps:{id:c,data:t.data},label:e.formatGroupLabel(t.data)}),t.options.map(function(e){return B(e,"".concat(s,"-").concat(e.index))}))}if("option"===t.type)return B(t,"".concat(t.index))});else if(f){var T=b({inputValue:g});if(null===T)return null;V=i.createElement(l,d,T)}else{var S=k({inputValue:g});if(null===S)return null;V=i.createElement(c,d,S)}var E={minMenuHeight:v,maxMenuHeight:y,menuPlacement:I,menuPosition:w,menuShouldScrollIntoView:A},R=i.createElement(Ah,uc({},d,E),function(t){var n=t.ref,o=t.placerProps,s=o.placement,l=o.maxHeight;return i.createElement(r,uc({},d,E,{innerRef:n,innerProps:{onMouseDown:e.onMenuMouseDown,onMouseMove:e.onMenuMouseMove},isLoading:f,placement:s}),i.createElement(Tg,{captureEnabled:h,onTopArrive:G,onBottomArrive:P,lockEnabled:N},function(t){return i.createElement(a,uc({},d,{innerRef:function(n){e.getMenuListRef(n),t(n)},innerProps:{role:"listbox","aria-multiselectable":d.isMulti,id:e.getElementId("listbox")},isLoading:f,maxHeight:l,focusedOption:p}),V)}))});return C||"fixed"===w?i.createElement(s,uc({},d,{appendTo:C,controlElement:this.controlRef,menuPlacement:I,menuPosition:w}),R):R}},{key:"renderFormField",value:function(){var e=this,t=this.props,n=t.delimiter,o=t.isDisabled,r=t.isMulti,a=t.name,s=t.required,l=this.state.selectValue;if(s&&!this.hasValue()&&!o)return i.createElement(Eg,{name:a,onFocus:this.onValueInputFocus});if(a&&!o){if(r){if(n){var c=l.map(function(t){return e.getOptionValue(t)}).join(n);return i.createElement("input",{name:a,type:"hidden",value:c})}var u=l.length>0?l.map(function(t,n){return i.createElement("input",{key:"i-".concat(n),name:a,type:"hidden",value:e.getOptionValue(t)})}):i.createElement("input",{name:a,type:"hidden",value:""});return i.createElement("div",null,u)}var d=l[0]?this.getOptionValue(l[0]):"";return i.createElement("input",{name:a,type:"hidden",value:d})}}},{key:"renderLiveRegion",value:function(){var e=this.commonProps,t=this.state,n=t.ariaSelection,o=t.focusedOption,r=t.focusedValue,a=t.isFocused,s=t.selectValue,l=this.getFocusableOptions();return i.createElement(ag,uc({},e,{id:this.getElementId("live-region"),ariaSelection:n,focusedOption:o,focusedValue:r,isFocused:a,selectValue:s,focusableOptions:l,isAppleDevice:this.state.isAppleDevice}))}},{key:"render",value:function(){var e=this.getComponents(),t=e.Control,n=e.IndicatorsContainer,o=e.SelectContainer,r=e.ValueContainer,a=this.props,s=a.className,l=a.id,c=a.isDisabled,u=a.menuIsOpen,d=this.state.isFocused,p=this.commonProps=this.getCommonProps();return i.createElement(o,uc({},p,{className:s,innerProps:{id:l,onKeyDown:this.onKeyDown},isDisabled:c,isFocused:d}),this.renderLiveRegion(),i.createElement(t,uc({},p,{innerRef:this.getControlRef,innerProps:{onMouseDown:this.onControlMouseDown,onTouchEnd:this.onControlTouchEnd},isDisabled:c,isFocused:d,menuIsOpen:u}),i.createElement(r,uc({},p,{isDisabled:c}),this.renderPlaceholderOrValue(),this.renderInput()),i.createElement(n,uc({},p,{isDisabled:c}),this.renderClearIndicator(),this.renderLoadingIndicator(),this.renderIndicatorSeparator(),this.renderDropdownIndicator())),this.renderMenu(),this.renderFormField())}}],[{key:"getDerivedStateFromProps",value:function(e,t){var n=t.prevProps,i=t.clearFocusValueOnUpdate,o=t.inputIsHiddenAfterUpdate,r=t.ariaSelection,a=t.isFocused,s=t.prevWasFocused,l=t.instancePrefix,c=e.options,u=e.value,d=e.menuIsOpen,p=e.inputValue,m=e.isMulti,h=oh(u),g={};if(n&&(u!==n.value||c!==n.options||d!==n.menuIsOpen||p!==n.inputValue)){var f=d?function(e,t){return Zg(Dg(e,t))}(e,h):[],b=d?zg(Dg(e,h),"".concat(l,"-option")):[],v=i?function(e,t){var n=e.focusedValue,i=e.selectValue.indexOf(n);if(i>-1){if(t.indexOf(n)>-1)return n;if(i<t.length)return t[i]}return null}(t,h):null,y=function(e,t){var n=e.focusedOption;return n&&t.indexOf(n)>-1?n:t[0]}(t,f);g={selectValue:h,focusedOption:y,focusedOptionId:jg(b,y),focusableOptionsWithIds:b,focusedValue:v,clearFocusValueOnUpdate:!1}}var x=null!=o&&e!==n?{inputIsHidden:o,inputIsHiddenAfterUpdate:void 0}:{},I=r,w=a&&s;return a&&!w&&(I={value:vh(m,h,h[0]||null),options:h,action:"initial-input-focus"},w=!s),"initial-input-focus"===(null==r?void 0:r.action)&&(I=null),Nd(Nd(Nd({},g),x),{},{prevProps:e,ariaSelection:I,prevWasFocused:w})}}]),t}();qg.defaultProps=Og;var ef=r(function(e,t){var n=function(e){var t=e.defaultInputValue,n=void 0===t?"":t,i=e.defaultMenuIsOpen,o=void 0!==i&&i,r=e.defaultValue,a=void 0===r?null:r,s=e.inputValue,l=e.menuIsOpen,u=e.onChange,p=e.onInputChange,m=e.onMenuClose,h=e.onMenuOpen,g=e.value,f=Pd(e,Vd),b=Gd(c(void 0!==s?s:n),2),v=b[0],y=b[1],x=Gd(c(void 0!==l?l:o),2),I=x[0],w=x[1],C=Gd(c(void 0!==g?g:a),2),N=C[0],A=C[1],k=d(function(e,t){"function"==typeof u&&u(e,t),A(e)},[u]),G=d(function(e,t){var n;"function"==typeof p&&(n=p(e,t)),y(void 0!==n?n:e)},[p]),P=d(function(){"function"==typeof h&&h(),w(!0)},[h]),V=d(function(){"function"==typeof m&&m(),w(!1)},[m]),B=void 0!==s?s:v,T=void 0!==l?l:I,S=void 0!==g?g:N;return Nd(Nd({},f),{},{inputValue:B,menuIsOpen:T,onChange:k,onInputChange:G,onMenuClose:V,onMenuOpen:P,value:S})}(e);return i.createElement(qg,uc({ref:t},n))}),tf=ef;const nf=o.memo(({options:n,className:i,controlClassName:o,value:r,isCustomStyle:s=!1,placeholder:l,required:c,onChange:u,filterOptions:d,hasError:p,error:m,menuClassName:h,helperText:g,label:f,labelClassName:b,size:v="md",variant:y="default","data-cy":x,"data-testid":I,...w})=>{const C=a(()=>bg(d),[d]),N=a(()=>({control:({isFocused:e})=>_e("sm"===v?"h-[48px] px-3 rounded-lg":"h-[56px] px-3 rounded-xl","border border-input-border bg-white hover:not-focus:border-input-border-hover",{"border-input-border-selected outline outline-2 outline-input-border-selected":e&&!p,"border-input-border-critical shadow-none":p},o),indicatorSeparator:()=>"hidden",dropdownIndicator:({selectProps:e})=>s?e.value?"hidden":"block":"block text-icon-default "+(p?"text-icon-critical":""),singleValue:()=>_e(s?"text-text text-body1 whitespace-normal":"text-text-secondary"),menu:()=>_e("z-20 mt-2 rounded-input-poppers bg-surface shadow-dark-drop",h),option:({isFocused:e,isSelected:t,label:i})=>{var o;return _e("min-h-[40px] px-4 py-2 cursor-pointer",t?"bg-gray-200 text-text font-semibold":"bg-white text-text-secondary",!t&&"hover:bg-bg-surface-hover",!t&&e&&"bg-bg-surface-hover",s?"text-body1 text-text":"",s&&(null===(o=n[n.length-1])||void 0===o?void 0:o.label)!==i?"border-b border-border-brand":"")},placeholder:()=>"text-input-text-placeholder",input:()=>"text-text",valueContainer:()=>"px-0"}),[s,o,h,n,p,v]);return"unstyled"===y?e(tf,{options:n,value:r,placeholder:c?`${l}*`:l,onChange:u,filterOption:C,className:_e("rounded-xl",i),classNames:N,"data-cy":x,"data-testid":I,...w}):t("div",{className:"w-full",children:[f&&e("label",{className:_e("mb-1 block text-sm font-medium text-text-secondary",b),children:f}),e(tf,{options:n,value:r,placeholder:c?`${l}*`:l,onChange:u,filterOption:C,className:_e("rounded-xl",i),classNames:N,"data-cy":x,"data-testid":I,...w}),m&&e(rt,{className:"footnote mt-1 text-text-critical",children:m}),!m&&g&&e(rt,{className:"footnote mt-1 text-text-info",children:g})]})});function of({paginatedArticles:n,totalArticles:i,currentPage:o,totalPages:r,selectedCategory:a,categoryOptions:s}){const l=M(),c=L(),u=X();function d(e,t){const n=new URLSearchParams(u.toString());t?n.set(e,t):n.delete(e),"category"===e&&n.delete("page"),l.push(`${c}?${n.toString()}`,{scroll:!1})}return t("section",{"aria-label":"Blog articles","data-section-type":"blogs-grid","data-section-index":"0",children:[t("div",{className:"mx-auto flex max-w-[1200px] flex-wrap items-center justify-between gap-3 px-6 pb-6",children:[e(rt,{className:"w-full text-center text-heading5 font-black lowercase text-text-secondary md:w-auto md:text-left",children:"recent articles"}),t("div",{className:"flex w-full flex-col-reverse gap-3 md:w-auto md:flex-row md:items-center md:gap-6",children:[t(rt,{className:"whitespace-nowrap text-center text-label3 font-bold text-text-info md:text-right md:text-label2",children:[e(rt,{as:"span",className:"hidden md:block",children:"showing"}),t("strong",{className:"block text-nowrap font-bold text-text-info",children:[t(rt,{as:"span",className:"md:hidden",children:["showing"," "]}),n.length," of ",i," articles"]})]}),e(nf,{options:s,value:a,onChange:function(e){if(!e||Array.isArray(e))return;const t=e;d("category","all"===t.value?"":t.value)},className:"w-full md:w-[280px]"})]})]}),n.length>0?e("div",{className:"mx-auto grid max-w-[1200px] grid-cols-1 gap-6 px-5 pb-16 sm:grid-cols-2 lg:grid-cols-3",children:n.map((t,n)=>{var i,o,r,a,s;const l=t.slug.startsWith("/")?t.slug:`/${t.slug}`,c=(null===(i=null==t?void 0:t.cover)||void 0===i?void 0:i.url)?{src:null===(o=null==t?void 0:t.cover)||void 0===o?void 0:o.url,alt:(null===(r=null==t?void 0:t.cover)||void 0===r?void 0:r.title)||(null==t?void 0:t.title)||"Blog article image",width:(null===(a=null==t?void 0:t.cover)||void 0===a?void 0:a.width)||600,height:(null===(s=null==t?void 0:t.cover)||void 0===s?void 0:s.height)||338}:void 0;return e(Ct,{href:l,title:t.title,description:t.shortDescription,date:t.blogCreationDate,category:t.category,image:c,index:n},t.slug)})}):e(rt,{className:"px-6 py-12 text-center text-text-info",children:"No articles found."}),r>1&&e(yd,{currentPage:o,totalPages:r,onPageChange:function(e){d("page",1===e?"":e.toString()),window.scrollTo({top:0,behavior:"smooth"})},ariaLabel:"Blog article pagination"})]})}function rf({title:n="recent articles",paginatedArticles:i,totalArticles:o,currentPage:r,totalPages:a,selectedCategory:s,categoryOptions:l,onCategoryChange:c,onPageChange:u,imageComponent:d}){return t("section",{"aria-label":"Blog articles","data-section-type":"blogs-grid","data-section-index":"0",children:[t("div",{className:"mx-auto flex max-w-[1200px] flex-wrap items-center justify-between gap-3 px-6 pb-6",children:[e(rt,{className:"w-full text-center text-heading5 font-black lowercase text-text-secondary md:w-auto md:text-left",children:n}),l.length>0&&t("div",{className:"flex w-full flex-col-reverse gap-3 md:w-auto md:flex-row md:items-center md:gap-6",children:[t(rt,{className:"whitespace-nowrap text-center text-label3 font-bold text-text-info md:text-right md:text-label2",children:[e(rt,{as:"span",className:"hidden md:block",children:"showing"}),t("strong",{className:"block text-nowrap font-bold text-text-info",children:[t(rt,{as:"span",className:"md:hidden",children:["showing"," "]}),i.length," of ",o," articles"]})]}),e(nf,{options:l,value:s,onChange:function(e){if(!e||Array.isArray(e))return;null==c||c(e)},className:"w-full md:w-[280px]"})]})]}),i.length>0?e("div",{className:"mx-auto grid max-w-[1200px] grid-cols-1 gap-6 px-5 pb-16 sm:grid-cols-2 lg:grid-cols-3",children:i.map((t,n)=>{var i,o,r,a,s;const l=t.slug.startsWith("/")?t.slug:`/${t.slug}`,c=(null===(i=null==t?void 0:t.cover)||void 0===i?void 0:i.url)?{src:null===(o=null==t?void 0:t.cover)||void 0===o?void 0:o.url,alt:(null===(r=null==t?void 0:t.cover)||void 0===r?void 0:r.title)||(null==t?void 0:t.title)||"Blog article image",width:(null===(a=null==t?void 0:t.cover)||void 0===a?void 0:a.width)||600,height:(null===(s=null==t?void 0:t.cover)||void 0===s?void 0:s.height)||338}:void 0;return e(Ct,{href:l,title:t.title,description:t.shortDescription,date:t.blogCreationDate,category:t.category,image:c,imageComponent:d,index:n},t.slug)})}):e(rt,{className:"px-6 py-12 text-center text-text-info",children:"No articles found."}),a>1&&e(yd,{currentPage:r,totalPages:a,onPageChange:function(e){null==u||u(e)},ariaLabel:"Blog article pagination"})]})}nf.displayName="Select";const af=n=>{const{links:i=[],textColor:o="dark",maxWidth:r=!0,floatOnMobile:a=!1}=n,s=a?"dark"===o?"text-text":"text-white":"dark"===o?"text-white xl:text-text":"text-text xl:text-white";return i.length?e("nav",{"aria-label":"Breadcrumb",className:(r?`${!a&&"mx-5"} max-w-120 xl:mx-auto`:"mx-auto")+" relative",children:e("ol",{className:`right-0 z-10 mx-0 flex w-full flex-nowrap items-center gap-2 px-7 pb-0 pt-8 md:px-14 ${a?"absolute":"relative xl:absolute"} xl:mx-auto xl:flex-wrap xl:px-3`,children:i.map((n,o)=>{const{image:r,...a}=n,l=(null==r?void 0:r.url)?r.url.startsWith("//")?`https:${r.url}`:r.url:"",c=o===i.length-1;return t("li",c?{className:"flex min-w-0 items-center",children:[l&&e("img",{src:l,alt:(null==r?void 0:r.alt)||"",width:20,height:20,className:"mr-2 h-10 w-10"}),e(rt,{as:"span",className:`body3 mr-2 break-words ${s}`,children:n.buttonLabel})]}:{className:"flex flex-none items-center",children:[l&&e("img",{src:l,alt:(null==r?void 0:r.alt)||"",width:20,height:20,className:"mr-2 h-10 w-10"}),e(kt,{...a,linkClassName:`label3 mr-2 whitespace-nowrap ${s}`,linkVariant:"unstyled"}),e(ot,{name:"chevron_right",className:`${s} `})]},o)})})}):null},sf=n=>{const{anchorId:i="SearchBlock",title:o,subTitle:r,enableHeading:a,searchDescription:s,searchInputPlaceholder:l,basicCaption:u,caption:d,backgroundColor:p,color:m,onSubmit:h}=n,[g,f]=c("");return e("div",{className:`py-10 md:py-20 ${{supporting:"bg-bg-fill-brand-supporting",white:"bg-bg",brand:"bg-bg-fill-brand"}[p]} ${"dark"==m?"text-text":"text-white"}`,id:i,"data-testid":"search-block",children:e("div",{className:"flex justify-center",children:t("div",{className:"w-[1200px]",children:[t("div",{className:"mb-8 text-center",children:[e(rt,{as:a?"h1":"h2",className:_e("heading2 md:heading1"),children:o}),r&&e(rt,{as:"div",className:_e("subheading2 mt-2 md:subheading1"),children:r})]}),s?e(rt,{className:"heading6 text-center",children:s}):null,e("span",{className:"w-full",children:t("form",{onSubmit:e=>{e.preventDefault(),null==h||h({searchText:g})},className:"flex items-center rounded-md border bg-bg transition-colors focus-within:border-border-focus",children:[e(ft,{type:"submit",className:"ml-2 inline-flex",children:e(ot,{name:"search",className:"text-text"})}),e("div",{className:"flex-grow",children:e(qt,{value:g,onChange:e=>f(e.target.value),placeholder:l,containerClassName:"px-4 pl-0 rounded-md flex-grow border-none",className:"body3 rounded-md text-text"})})]})}),d||null,u]})})})},lf={yellow:{bg:"bg-fill-brand-accent",text:"text"},white:{bg:"white",text:"text"},navy:{bg:"bg-fill-inverse",text:"text-inverse"},green:{bg:"bg-fill-success",text:"text-inverse"}},cf=n=>{const{title:i,variant:o="yellow",cta:r,navHeight:a,isVisible:s,renderCheckPlans:l}=n,c=lf[null==o?void 0:o.toLowerCase()]||lf.yellow;if(!s)return null;const u=(null==r?void 0:r.buttonLabel)||"Check plans",d=null==l?void 0:l({ctaText:u,buttonVariant:null==r?void 0:r.buttonVariant,showButtonAs:"solid",cta:r});return t("div",{style:{top:`${a}px`},className:_e(`sticky left-0 right-0 z-[89] w-full shadow-drop transition-all duration-200 bg-${c.bg} text-${c.text}`,"flex flex-col items-center justify-center gap-3 p-[10px] lg:flex-row lg:gap-8 lg:px-6 lg:py-[10px]"),children:[e(rt,{className:"label3 w-full text-center md:label1 lg:w-auto lg:text-left",children:i}),d]})};function uf(i){var o,r,a;const[s,l]=c(0),[d,p]=c(""),{title:m,subTitle:h,tabs:g,tabsContent:f,navigationType:b=!0,mobileSidebarTabType:v=!0}=i;u(()=>{if("undefined"!=typeof window){p(window.location.hash);const e=()=>{p(window.location.hash)};return window.addEventListener("hashchange",e),()=>{window.removeEventListener("hashchange",e)}}},[]),u(()=>{var e;null===(e=null==g?void 0:g.items)||void 0===e||e.some((e,t)=>{if(`#${(null==e?void 0:e.anchorId)||"tab-"+t}`===d)return l(t),!0})},[g,d]);const y=(e,t)=>{l(e),"undefined"!=typeof window&&d&&(window.location.hash=t||"")},x=t(n,{children:[e("div",{className:"overflow-x-auto px-5 [-ms-overflow-style:none] [scrollbar-width:none] md:flex md:justify-center [&::-webkit-scrollbar]:hidden",children:e("div",{className:"flex w-max gap-10",children:null===(o=null==g?void 0:g.items)||void 0===o?void 0:o.map((t,n)=>e(kt,{showButtonAs:"unstyled",onClick:()=>y(n,null==t?void 0:t.anchorId),buttonClassName:_e("py-2 whitespace-nowrap",n===s?"label1 border-b-2 border-border-focus-secondary":"body1"),children:t.tabName},n))})}),null==f?void 0:f.map((t,n)=>e("div",{children:e(cc,{children:e(nc.div,{initial:{height:0,opacity:0},animate:{height:n===s?"auto":0,opacity:n===s?1:0},exit:{height:0,opacity:0},transition:{duration:.3},children:t})})},n))]}),I=e(n,{children:null===(r=null==g?void 0:g.items)||void 0===r?void 0:r.map((n,i)=>t("div",{className:"py-5",children:[t(kt,{showButtonAs:"unstyled",onClick:()=>y(i,null==n?void 0:n.anchorId),buttonClassName:_e("w-full flex justify-between items-center px-4 py-5",i===s?"bg-bg-surface-active":""),children:[e("span",{className:"heading6",children:n.tabName}),e(ot,{name:i===s?"keyboard_arrow_down":"keyboard_arrow_up",fill:1,size:48})]}),e(bt,{open:i===s,children:e("div",{className:_e("px-4 py-4"),children:null==f?void 0:f[i]})})]},i))}),w=t("div",{className:"flex px-5 py-20",children:[e("div",{className:"rounded-surface-lg border border-border-secondary shadow-lg",children:e("div",{className:"flex min-w-80 flex-col gap-4 px-6 py-7",children:null===(a=null==g?void 0:g.items)||void 0===a?void 0:a.map((t,n)=>e(kt,{showButtonAs:"unstyled",onClick:()=>y(n,null==t?void 0:t.anchorId),buttonClassName:_e("px-4 py-3 whitespace-nowrap text-left rounded-button-sm",n===s?"label1 text-white bg-bg-inverse":"body1"),children:t.tabName},n))})}),e("div",{className:"grow",children:null==f?void 0:f.map((t,n)=>e("div",{children:e(cc,{children:e(nc.div,{initial:{height:0,opacity:0},animate:{height:n===s?"auto":0,opacity:n===s?1:0},exit:{height:0,opacity:0},transition:{duration:.3},children:t})})},n))})]});return t("div",{children:[m||h?t("div",{className:"mb-8 mt-5 flex flex-col gap-5 md:gap-6",children:[m?e(rt,{className:"heading2 px-5 md:heading1 md:text-center",children:m}):null,h?e(rt,{className:"subheading3 px-5 md:subheading1 md:text-center",children:h}):null]}):null,e("div",{className:"md:hidden",children:v?x:I}),e("div",{className:"hidden md:block",children:b?x:w})]})}const df=({ctaSuffixText:n,backgroundColor:i,iconName:o,boxShadow:r,ctaButtonLabel:a,ctaButtonLink:s,ctaButtonTarget:l,anchorId:c="anchored-banner"})=>{const u="yellow"===i||!i?"text-text-primary":"text-white";return e("section",{id:c,children:e("div",{className:`fixed bottom-0 left-0 right-0 z-[30] flex w-full items-center justify-center px-4 py-3 transition-all duration-300 ${i?{navy:"bg-bg-fill-inverse",green:"bg-bg-fill-success",blue:"bg-bg-fill-brand-supporting",purple:"bg-bg-fill-brand-tertiary",yellow:"bg-bg-fill-brand-accent"}[i]:"bg-bg-fill-brand-accent"} ${r||"shadow-[0_-4px_10px_rgba(0,0,0,0.1)]"}`,children:e(B,{href:s||"#",target:l||"_self",className:"max-w-screen-xl w-full transition-all",children:e("div",{className:"flex flex-col items-center justify-center gap-1 text-center font-black",children:t("div",{className:`${u} break-words text-body1 font-black leading-snug md:text-[18px]`,children:[o&&e(ot,{name:o,size:24,fill:1,className:`${u} align-text-bottom`}),a&&a," ",n&&e("span",{className:"ml-0.5",children:n})]})})})})})};function pf({content:n}){let i=3;const[o,r]=c(!1),[a,s]=c(!1),d=l(null);u(()=>{const e=function(e){if("undefined"==typeof window)return"";const t=N.get(e);return t?C.decode(t):null}("cookieBannerClosed");r("true"!==e)},[]),u(()=>{(()=>{const e=document.getElementById("anchored-banner");s(!!e)})()},[]),u(()=>{var e,t,n,i;return o?null===(t=null===(e=null===window||void 0===window?void 0:window.document)||void 0===e?void 0:e.body)||void 0===t||t.classList.add("cookie-banner-visible"):null===(i=null===(n=null===window||void 0===window?void 0:window.document)||void 0===n?void 0:n.body)||void 0===i||i.classList.remove("cookie-banner-visible"),()=>{var e,t;null===(t=null===(e=null===window||void 0===window?void 0:window.document)||void 0===e?void 0:e.body)||void 0===t||t.classList.remove("cookie-banner-visible")}},[o]),u(()=>{if(!o)return;const e=()=>{if(d.current){const e=d.current.getBoundingClientRect(),t=window.innerHeight-e.top;document.documentElement.style.setProperty("--cookie-banner-height",`${t}px`)}},t=setTimeout(e,100),n=setTimeout(e,300);let i;const r=()=>{clearTimeout(i),i=setTimeout(e,150)};return window.addEventListener("resize",r),()=>{clearTimeout(t),clearTimeout(n),clearTimeout(i),window.removeEventListener("resize",r),document.documentElement.style.removeProperty("--cookie-banner-height")}},[o,a]);a&&(i=14);return o?t("div",{id:"cookie-banner",ref:d,className:"fixed z-[1000] max-w-[350px] rounded-xl bg-white py-5 pl-6 pr-12 text-black shadow-lg ring-1 ring-gray-900/10 md:max-w-[656px]",style:{bottom:"0px",right:"20px",marginBottom:`${4*i}px`,marginLeft:"12px"},"aria-label":"Cookie usage notification",children:[" ",e(kt,{showButtonAs:"unstyled",buttonClassName:"absolute right-2 top-3 mr-2 mt-0 h-6 w-6 bg-white",onClick:()=>{const e=new Date(Date.now()+2592e6);r(!1),((e,t,n)=>{if("undefined"==typeof window)return;const i=JSON.stringify(t),o=C.encode(i);N.set(e,o,n)})("cookieBannerClosed",!0,{expires:e})},children:e(ot,{name:"close"})}),n.richText?e("div",{className:"mx-auto my-4 [&>a]:footnote",children:n.richText}):null]}):null}const mf=n=>{const{anchorId:i="email-input",title:o,subTitle:r,emailInputDescription:a,inputPlaceholder:s="Enter your email here",ctaText:l="Sign me up",caption:u,backgroundColor:d="green",successFeedback:p,onSubmit:m}=n||{},h={navy:"bg-bg-fill-inverse",green:"bg-bg-fill-success",blue:"bg-bg-fill-brand",yellow:"bg-bg-fill-brand-accent",white:"bg-white"},g=h[d]||h.green,f=["green","blue","navy"].includes(d)?"text-white":"text-text",[b,v]=c(""),[y,x]=c(!1),[I,w]=c("");return t("section",{id:i,className:"w-full px-4 py-8 md:px-0",children:[e("div",{className:`mx-auto max-w-[1200px] overflow-hidden rounded-[32px] md:rounded-[20px] ${g} flex flex-col items-start p-8 md:p-16`,children:t("div",{className:"lg:w-[548px]",children:[o&&e("h1",{className:`text-heading1 font-black ${f}`,children:o}),r&&e("h2",{className:`text-heading1 font-black ${f}`,children:r}),a&&e("p",{className:`mb-10 text-subheading1 opacity-95 ${f}`,children:a}),t("div",{className:"max-w-2xl flex w-full items-center overflow-hidden rounded-3xl border border-transparent bg-white p-1.5 shadow-xl transition-all md:p-2",children:[e("input",{type:"email",placeholder:s,value:b,onChange:e=>{v(e.target.value),I&&w(""),y&&x(!1)},className:"w-full flex-grow bg-transparent px-6 py-3 text-lg font-medium text-text outline-none placeholder:text-input-icon-placeholder md:py-4"}),e(kt,{buttonLabel:l,buttonVariant:"primary_inverse",onClick:()=>{(e=>/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(e))(b)?(m({email:b}),v(""),x(!0),w("")):w("Please enter a valid email address.")}})]}),I&&e("p",{className:"mt-2 text-label4 font-semibold text-text-critical",children:I}),p&&y&&!I&&e("p",{className:`mt-2 text-label4 font-semibold ${f}`,children:p})]})}),u&&e("p",{className:"mx-auto mt-2 max-w-[1200px] px-6 md:px-8",children:u})]})},hf=({fields:n,isInPopupContainer:i=!1,onClose:o,onContinueCheckout:r,checkShouldShowBanner:a,onBannerShown:s})=>{var l,d;const{anchorId:p,mainHeading:m,description:h,cta:g}=n,[f,b]=c(!1);u(()=>{const e=()=>{(null==a?void 0:a())&&!f&&(b(!0),null==s||s())};e();const t=setTimeout(e,100);return()=>clearTimeout(t)},[]);const v=()=>{null==r||r()};return i?t("div",{className:"pop-up-body mb-5 mt-10 flex w-full flex-col items-center justify-center","data-section-type":"cart-retention-banner","data-section-index":"0",children:[e(rt,{className:"heading5 text-center lg:heading3",children:m||"Welcome back. Let’s finish your order"}),h&&dt(et(null==h?void 0:h.json),!1,"body1 my-4"),e(kt,{onClick:v,buttonLabel:null!==(l=null==g?void 0:g.buttonLabel)&&void 0!==l?l:"Continue checkout"})]}):e("section",{id:p,"data-testid":"cart-retention-banner",children:e(hd,{size:"sm",isOpen:f,onRequestClose:()=>{null==o||o(),b(!1)},bodyClassName:"flex items-center justify-center",type:"cart-retention-banner",children:t("div",{className:"pop-up-body mb-5 mt-10 flex w-full flex-col items-center justify-center",children:[e(rt,{className:"heading5 text-center lg:heading3",children:m||"Welcome back. Let&apos;s finish your order"}),h&&dt(et(null==h?void 0:h.json),!1,"body1 my-4"),e(kt,{onClick:v,buttonLabel:null!==(d=null==g?void 0:g.buttonLabel)&&void 0!==d?d:"Continue checkout"})]})})})};export{xt as Accordion,cf as AddressInputBanner,df as AnchoredBottomBanner,Ct as BlogCard,of as BlogGrid,rf as BlogGridBase,af as BreadcrumbNavigation,kt as Button,St as Callout,Et as Cards,Zt as Carousel,hf as CartRetentionBanner,vd as ComparisonTable,pf as CookieBanner,fd as CtaCallout,uf as DynamicTabs,mf as EmailInputBlock,bd as FindKinetic,zt as FloatingBanner,Ht as Footer,Ut as ImagePromoBar,hd as Modal,en as Navigation,rn as PrimaryHero,Lt as ProductCard,sf as SearchBlock,gd as ShapeBackgroundWrapper,Tt as SimpleCard,Xt as TestimonialCard,an as Text,ht as label1BoldOptions,dt as renderContentfulRichText,mt as renderContentfulRichTextTable,et as toDocument,pt as useContentfulRichText,gt as useProcessedChecklist};
14
12
  //# sourceMappingURL=index.esm.js.map