@windstream/react-shared-components 0.0.65 → 0.0.66
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +629 -629
- package/dist/contentful/index.d.ts +29 -2
- package/dist/contentful/index.esm.js +1 -1
- package/dist/contentful/index.esm.js.map +1 -1
- package/dist/contentful/index.js +1 -1
- package/dist/contentful/index.js.map +1 -1
- package/dist/core.d.ts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +175 -175
- package/src/components/accordion/Accordion.stories.tsx +230 -230
- package/src/components/accordion/types.ts +10 -10
- package/src/components/alert-card/AlertCard.stories.tsx +171 -171
- package/src/components/alert-card/index.tsx +32 -32
- package/src/components/alert-card/types.ts +9 -9
- package/src/components/brand-button/BrandButton.stories.tsx +219 -219
- package/src/components/brand-button/helpers.ts +35 -35
- package/src/components/brand-button/index.tsx +93 -93
- package/src/components/brand-button/types.ts +25 -25
- package/src/components/button/Button.stories.tsx +108 -108
- package/src/components/button/index.tsx +27 -27
- package/src/components/button/types.ts +14 -14
- package/src/components/call-button/CallButton.stories.tsx +324 -324
- package/src/components/call-button/index.tsx +79 -79
- package/src/components/call-button/types.ts +10 -10
- package/src/components/checkbox/Checkbox.stories.tsx +247 -247
- package/src/components/checkbox/index.tsx +197 -197
- package/src/components/checkbox/types.ts +27 -27
- package/src/components/checklist/Checklist.stories.tsx +150 -150
- package/src/components/collapse/Collapse.stories.tsx +255 -255
- package/src/components/collapse/index.tsx +46 -46
- package/src/components/collapse/types.ts +6 -6
- package/src/components/divider/Divider.stories.tsx +205 -205
- package/src/components/divider/index.tsx +22 -22
- package/src/components/divider/type.ts +3 -3
- package/src/components/image/Image.stories.tsx +113 -113
- package/src/components/image/index.tsx +25 -25
- package/src/components/image/types.ts +40 -40
- package/src/components/input/Input.stories.tsx +325 -325
- package/src/components/input/index.tsx +177 -177
- package/src/components/input/types.ts +37 -37
- package/src/components/link/Link.stories.tsx +163 -163
- package/src/components/link/types.ts +25 -25
- package/src/components/list/List.stories.tsx +272 -272
- package/src/components/list/index.tsx +88 -88
- package/src/components/list/list-item/index.tsx +38 -38
- package/src/components/list/list-item/types.ts +13 -13
- package/src/components/list/types.ts +29 -29
- package/src/components/material-icon/MaterialIcon.stories.tsx +330 -330
- package/src/components/material-icon/constants.ts +96 -96
- package/src/components/material-icon/index.tsx +44 -44
- package/src/components/material-icon/types.ts +31 -31
- package/src/components/modal/Modal.stories.tsx +171 -171
- package/src/components/modal/index.tsx +164 -164
- package/src/components/modal/types.ts +24 -24
- package/src/components/next-image/index.tsx +32 -32
- package/src/components/next-image/types.ts +1 -1
- package/src/components/radio-button/RadioButton.stories.tsx +307 -307
- package/src/components/radio-button/index.tsx +75 -75
- package/src/components/radio-button/types.ts +21 -21
- package/src/components/see-more/SeeMore.stories.tsx +181 -181
- package/src/components/see-more/index.tsx +44 -44
- package/src/components/see-more/types.ts +4 -4
- package/src/components/select/Select.stories.tsx +411 -411
- package/src/components/select/index.tsx +150 -150
- package/src/components/select/types.ts +35 -35
- package/src/components/select-plan-button/SelectPlanButton.stories.tsx +184 -184
- package/src/components/select-plan-button/index.tsx +31 -31
- package/src/components/select-plan-button/types.ts +5 -5
- package/src/components/skeleton/Skeleton.stories.tsx +179 -179
- package/src/components/skeleton/index.tsx +61 -61
- package/src/components/skeleton/types.ts +4 -4
- package/src/components/spinner/Spinner.stories.tsx +335 -335
- package/src/components/spinner/index.tsx +44 -44
- package/src/components/spinner/types.ts +5 -5
- package/src/components/text/Text.stories.tsx +321 -321
- package/src/components/text/index.tsx +25 -25
- package/src/components/text/types.ts +45 -45
- package/src/components/tooltip/Tooltip.stories.tsx +219 -219
- package/src/components/tooltip/index.tsx +74 -74
- package/src/components/tooltip/types.ts +7 -7
- package/src/components/view-cart-button/ViewCartButton.stories.tsx +252 -252
- package/src/components/view-cart-button/index.tsx +44 -44
- package/src/components/view-cart-button/types.ts +5 -5
- package/src/contentful/blocks/button/Button.stories.tsx +40 -40
- package/src/contentful/blocks/button/index.tsx +64 -64
- package/src/contentful/blocks/button/types.ts +24 -24
- package/src/contentful/blocks/callout/Callout.stories.tsx +23 -23
- package/src/contentful/blocks/cards/Cards.stories.tsx +23 -23
- package/src/contentful/blocks/cards/index.tsx +13 -13
- package/src/contentful/blocks/cards/product-card/index.tsx +199 -198
- package/src/contentful/blocks/cards/product-card/types.ts +18 -18
- package/src/contentful/blocks/cards/testimonial-card/index.tsx +88 -86
- package/src/contentful/blocks/cards/testimonial-card/types.tsx +10 -10
- package/src/contentful/blocks/cards/types.ts +1 -1
- package/src/contentful/blocks/carousel/Carousel.stories.tsx +23 -23
- package/src/contentful/blocks/carousel/index.tsx +13 -13
- package/src/contentful/blocks/carousel/types.ts +1 -1
- package/src/contentful/blocks/cta-callout/CtaCallout.stories.tsx +46 -46
- package/src/contentful/blocks/cta-callout/index.tsx +54 -54
- package/src/contentful/blocks/cta-callout/types.ts +22 -22
- package/src/contentful/blocks/floating-banner/FloatingBanner.stories.tsx +34 -34
- package/src/contentful/blocks/floating-banner/types.ts +22 -22
- package/src/contentful/blocks/footer/Footer.stories.tsx +30 -30
- package/src/contentful/blocks/footer/index.tsx +3 -1
- package/src/contentful/blocks/image-promo-bar/ImagePromoBar.stories.tsx +23 -23
- package/src/contentful/blocks/image-promo-bar/types.ts +27 -27
- package/src/contentful/blocks/modal/Modal.stories.tsx +23 -23
- package/src/contentful/blocks/modal/index.tsx +12 -12
- package/src/contentful/blocks/modal/types.ts +1 -1
- package/src/contentful/blocks/navigation/desktop-link-groups.tsx/index.tsx +111 -111
- package/src/contentful/blocks/navigation/index.tsx +366 -366
- package/src/contentful/blocks/navigation/mobile-link-groups.tsx/index.tsx +80 -80
- package/src/contentful/blocks/navigation/types.ts +39 -39
- package/src/contentful/blocks/primary-hero/PrimaryHero.stories.tsx +23 -23
- package/src/contentful/blocks/primary-hero/index.tsx +160 -160
- package/src/contentful/blocks/primary-hero/types.ts +30 -30
- package/src/contentful/blocks/shape-background-wrapper/ShapeBackgroundWrapper.stories.tsx +26 -26
- package/src/contentful/blocks/shape-background-wrapper/index.tsx +124 -124
- package/src/contentful/blocks/shape-background-wrapper/types.ts +36 -36
- package/src/contentful/blocks/text/Text.stories.tsx +23 -23
- package/src/contentful/blocks/text/index.tsx +12 -12
- package/src/contentful/blocks/text/types.ts +1 -1
- package/src/contentful/index.ts +57 -54
- package/src/hooks/use-body-scroll-lock.ts +34 -34
- package/src/hooks/use-outside-click.ts +17 -17
- package/src/index.ts +96 -96
- package/src/next/index.ts +5 -5
- package/src/setupTests.ts +46 -46
- package/src/stories/DocsTemplate.tsx +24 -24
- package/src/styles/globals.css +307 -307
- package/src/types/global.d.ts +9 -9
- package/src/types/micro-components.ts +80 -80
- package/src/utils/index.ts +49 -49
package/dist/contentful/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
|
|
3
|
-
"use strict";var e=require("react/jsx-runtime"),t=require("react"),s=require("next/image");function l(e){var t,s,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(s=l(e[t]))&&(r&&(r+=" "),r+=s)}else for(s in e)e[s]&&(r&&(r+=" "),r+=s);return r}function r(){for(var e,t,s=0,r="",a=arguments.length;s<a;s++)(e=arguments[s])&&(t=l(e))&&(r&&(r+=" "),r+=t);return r}const a=e=>{const t=c(e),{conflictingClassGroups:s,conflictingClassGroupModifiers:l}=e;return{getClassGroupId:e=>{const s=e.split("-");return""===s[0]&&1!==s.length&&s.shift(),n(s,t)||i(e)},getConflictingClassGroupIds:(e,t)=>{const r=s[e]||[];return t&&l[e]?[...r,...l[e]]:r}}},n=(e,t)=>{if(0===e.length)return t.classGroupId;const s=e[0],l=t.nextPart.get(s),r=l?n(e.slice(1),l):void 0;if(r)return r;if(0===t.validators.length)return;const a=e.join("-");return t.validators.find(({validator:e})=>e(a))?.classGroupId},o=/^\[(.+)\]$/,i=e=>{if(o.test(e)){const t=o.exec(e)[1],s=t?.substring(0,t.indexOf(":"));if(s)return"arbitrary.."+s}},c=e=>{const{theme:t,classGroups:s}=e,l={nextPart:new Map,validators:[]};for(const e in s)d(s[e],l,e,t);return l},d=(e,t,s,l)=>{e.forEach(e=>{if("string"==typeof e){return void((""===e?t:m(t,e)).classGroupId=s)}if("function"==typeof e)return u(e)?void d(e(l),t,s,l):void t.validators.push({validator:e,classGroupId:s});Object.entries(e).forEach(([e,r])=>{d(r,m(t,e),s,l)})})},m=(e,t)=>{let s=e;return t.split("-").forEach(e=>{s.nextPart.has(e)||s.nextPart.set(e,{nextPart:new Map,validators:[]}),s=s.nextPart.get(e)}),s},u=e=>e.isThemeGetter,x=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,s=new Map,l=new Map;const r=(r,a)=>{s.set(r,a),t++,t>e&&(t=0,l=s,s=new Map)};return{get(e){let t=s.get(e);return void 0!==t?t:void 0!==(t=l.get(e))?(r(e,t),t):void 0},set(e,t){s.has(e)?s.set(e,t):r(e,t)}}},h=e=>{const{prefix:t,experimentalParseClassName:s}=e;let l=e=>{const t=[];let s,l=0,r=0,a=0;for(let n=0;n<e.length;n++){let o=e[n];if(0===l&&0===r){if(":"===o){t.push(e.slice(a,n)),a=n+1;continue}if("/"===o){s=n;continue}}"["===o?l++:"]"===o?l--:"("===o?r++:")"===o&&r--}const n=0===t.length?e:e.substring(a),o=p(n);return{modifiers:t,hasImportantModifier:o!==n,baseClassName:o,maybePostfixModifierPosition:s&&s>a?s-a:void 0}};if(t){const e=t+":",s=l;l=t=>t.startsWith(e)?s(t.substring(e.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:t,maybePostfixModifierPosition:void 0}}if(s){const e=l;l=t=>s({className:t,parseClassName:e})}return l},p=e=>e.endsWith("!")?e.substring(0,e.length-1):e.startsWith("!")?e.substring(1):e,f=e=>{const t=Object.fromEntries(e.orderSensitiveModifiers.map(e=>[e,!0]));return e=>{if(e.length<=1)return e;const s=[];let l=[];return e.forEach(e=>{"["===e[0]||t[e]?(s.push(...l.sort(),e),l=[]):l.push(e)}),s.push(...l.sort()),s}},g=/\s+/;function b(){let e,t,s=0,l="";for(;s<arguments.length;)(e=arguments[s++])&&(t=v(e))&&(l&&(l+=" "),l+=t);return l}const v=e=>{if("string"==typeof e)return e;let t,s="";for(let l=0;l<e.length;l++)e[l]&&(t=v(e[l]))&&(s&&(s+=" "),s+=t);return s};function w(e,...t){let s,l,r,n=function(i){const c=t.reduce((e,t)=>t(e),e());return s=(e=>({cache:x(e.cacheSize),parseClassName:h(e),sortModifiers:f(e),...a(e)}))(c),l=s.cache.get,r=s.cache.set,n=o,o(i)};function o(e){const t=l(e);if(t)return t;const a=((e,t)=>{const{parseClassName:s,getClassGroupId:l,getConflictingClassGroupIds:r,sortModifiers:a}=t,n=[],o=e.trim().split(g);let i="";for(let e=o.length-1;e>=0;e-=1){const t=o[e],{isExternal:c,modifiers:d,hasImportantModifier:m,baseClassName:u,maybePostfixModifierPosition:x}=s(t);if(c){i=t+(i.length>0?" "+i:i);continue}let h=!!x,p=l(h?u.substring(0,x):u);if(!p){if(!h){i=t+(i.length>0?" "+i:i);continue}if(p=l(u),!p){i=t+(i.length>0?" "+i:i);continue}h=!1}const f=a(d).join(":"),g=m?f+"!":f,b=g+p;if(n.includes(b))continue;n.push(b);const v=r(p,h);for(let e=0;e<v.length;++e){const t=v[e];n.push(g+t)}i=t+(i.length>0?" "+i:i)}return i})(e,s);return r(e,a),a}return function(){return n(b.apply(null,arguments))}}const y=e=>{const t=t=>t[e]||[];return t.isThemeGetter=!0,t},j=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,k=/^\((?:(\w[\w-]*):)?(.+)\)$/i,N=/^\d+\/\d+$/,C=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,z=/\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$/,$=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,I=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,S=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,B=e=>N.test(e),F=e=>!!e&&!Number.isNaN(Number(e)),M=e=>!!e&&Number.isInteger(Number(e)),E=e=>e.endsWith("%")&&F(e.slice(0,-1)),G=e=>C.test(e),L=()=>!0,P=e=>z.test(e)&&!$.test(e),_=()=>!1,D=e=>I.test(e),W=e=>S.test(e),R=e=>!O(e)&&!J(e),A=e=>te(e,ae,_),O=e=>j.test(e),T=e=>te(e,ne,P),H=e=>te(e,oe,F),q=e=>te(e,le,_),V=e=>te(e,re,W),U=e=>te(e,ce,D),J=e=>k.test(e),K=e=>se(e,ne),X=e=>se(e,ie),Y=e=>se(e,le),Q=e=>se(e,ae),Z=e=>se(e,re),ee=e=>se(e,ce,!0),te=(e,t,s)=>{const l=j.exec(e);return!!l&&(l[1]?t(l[1]):s(l[2]))},se=(e,t,s=!1)=>{const l=k.exec(e);return!!l&&(l[1]?t(l[1]):s)},le=e=>"position"===e||"percentage"===e,re=e=>"image"===e||"url"===e,ae=e=>"length"===e||"size"===e||"bg-size"===e,ne=e=>"length"===e,oe=e=>"number"===e,ie=e=>"family-name"===e,ce=e=>"shadow"===e,de=()=>{const e=y("color"),t=y("font"),s=y("text"),l=y("font-weight"),r=y("tracking"),a=y("leading"),n=y("breakpoint"),o=y("container"),i=y("spacing"),c=y("radius"),d=y("shadow"),m=y("inset-shadow"),u=y("text-shadow"),x=y("drop-shadow"),h=y("blur"),p=y("perspective"),f=y("aspect"),g=y("ease"),b=y("animate"),v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",J,O],w=()=>[J,O,i],j=()=>[B,"full","auto",...w()],k=()=>[M,"none","subgrid",J,O],N=()=>["auto",{span:["full",M,J,O]},M,J,O],C=()=>[M,"auto",J,O],z=()=>["auto","min","max","fr",J,O],$=()=>["auto",...w()],I=()=>[B,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...w()],S=()=>[e,J,O],P=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",Y,q,{position:[J,O]}],_=()=>["auto","cover","contain",Q,A,{size:[J,O]}],D=()=>[E,K,T],W=()=>["","none","full",c,J,O],te=()=>["",F,K,T],se=()=>[F,E,Y,q],le=()=>["","none",h,J,O],re=()=>["none",F,J,O],ae=()=>["none",F,J,O],ne=()=>[F,J,O],oe=()=>[B,"full",...w()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[G],breakpoint:[G],color:[L],container:[G],"drop-shadow":[G],ease:["in","out","in-out"],font:[R],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[G],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[G],shadow:[G],spacing:["px",F],text:[G],"text-shadow":[G],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",B,O,J,f]}],container:["container"],columns:[{columns:[F,O,J,o]}],"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:v()}],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:j()}],"inset-x":[{"inset-x":j()}],"inset-y":[{"inset-y":j()}],start:[{start:j()}],end:[{end:j()}],top:[{top:j()}],right:[{right:j()}],bottom:[{bottom:j()}],left:[{left:j()}],visibility:["visible","invisible","collapse"],z:[{z:[M,"auto",J,O]}],basis:[{basis:[B,"full","auto",o,...w()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[F,B,"auto","initial","none",O]}],grow:[{grow:["",F,J,O]}],shrink:[{shrink:["",F,J,O]}],order:[{order:[M,"first","last","none",J,O]}],"grid-cols":[{"grid-cols":k()}],"col-start-end":[{col:N()}],"col-start":[{"col-start":C()}],"col-end":[{"col-end":C()}],"grid-rows":[{"grid-rows":k()}],"row-start-end":[{row:N()}],"row-start":[{"row-start":C()}],"row-end":[{"row-end":C()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":z()}],"auto-rows":[{"auto-rows":z()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"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:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:$()}],mx:[{mx:$()}],my:[{my:$()}],ms:[{ms:$()}],me:[{me:$()}],mt:[{mt:$()}],mr:[{mr:$()}],mb:[{mb:$()}],ml:[{ml:$()}],"space-x":[{"space-x":w()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":w()}],"space-y-reverse":["space-y-reverse"],size:[{size:I()}],w:[{w:[o,"screen",...I()]}],"min-w":[{"min-w":[o,"screen","none",...I()]}],"max-w":[{"max-w":[o,"screen","none","prose",{screen:[n]},...I()]}],h:[{h:["screen","lh",...I()]}],"min-h":[{"min-h":["screen","lh","none",...I()]}],"max-h":[{"max-h":["screen","lh",...I()]}],"font-size":[{text:["base",s,K,T]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[l,J,H]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",E,O]}],"font-family":[{font:[X,O,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:[r,J,O]}],"line-clamp":[{"line-clamp":[F,"none",J,H]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":["none",J,O]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",J,O]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:S()}],"text-color":[{text:S()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:["solid","dashed","dotted","double","wavy"]}],"text-decoration-thickness":[{decoration:[F,"from-font","auto",J,T]}],"text-decoration-color":[{decoration:S()}],"underline-offset":[{"underline-offset":[F,"auto",J,O]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:w()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",J,O]}],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",J,O]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:P()}],"bg-repeat":[{bg:["no-repeat",{repeat:["","x","y","space","round"]}]}],"bg-size":[{bg:_()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},M,J,O],radial:["",J,O],conic:[M,J,O]},Z,V]}],"bg-color":[{bg:S()}],"gradient-from-pos":[{from:D()}],"gradient-via-pos":[{via:D()}],"gradient-to-pos":[{to:D()}],"gradient-from":[{from:S()}],"gradient-via":[{via:S()}],"gradient-to":[{to:S()}],rounded:[{rounded:W()}],"rounded-s":[{"rounded-s":W()}],"rounded-e":[{"rounded-e":W()}],"rounded-t":[{"rounded-t":W()}],"rounded-r":[{"rounded-r":W()}],"rounded-b":[{"rounded-b":W()}],"rounded-l":[{"rounded-l":W()}],"rounded-ss":[{"rounded-ss":W()}],"rounded-se":[{"rounded-se":W()}],"rounded-ee":[{"rounded-ee":W()}],"rounded-es":[{"rounded-es":W()}],"rounded-tl":[{"rounded-tl":W()}],"rounded-tr":[{"rounded-tr":W()}],"rounded-br":[{"rounded-br":W()}],"rounded-bl":[{"rounded-bl":W()}],"border-w":[{border:te()}],"border-w-x":[{"border-x":te()}],"border-w-y":[{"border-y":te()}],"border-w-s":[{"border-s":te()}],"border-w-e":[{"border-e":te()}],"border-w-t":[{"border-t":te()}],"border-w-r":[{"border-r":te()}],"border-w-b":[{"border-b":te()}],"border-w-l":[{"border-l":te()}],"divide-x":[{"divide-x":te()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":te()}],"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:S()}],"border-color-x":[{"border-x":S()}],"border-color-y":[{"border-y":S()}],"border-color-s":[{"border-s":S()}],"border-color-e":[{"border-e":S()}],"border-color-t":[{"border-t":S()}],"border-color-r":[{"border-r":S()}],"border-color-b":[{"border-b":S()}],"border-color-l":[{"border-l":S()}],"divide-color":[{divide:S()}],"outline-style":[{outline:["solid","dashed","dotted","double","none","hidden"]}],"outline-offset":[{"outline-offset":[F,J,O]}],"outline-w":[{outline:["",F,K,T]}],"outline-color":[{outline:S()}],shadow:[{shadow:["","none",d,ee,U]}],"shadow-color":[{shadow:S()}],"inset-shadow":[{"inset-shadow":["none",m,ee,U]}],"inset-shadow-color":[{"inset-shadow":S()}],"ring-w":[{ring:te()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:S()}],"ring-offset-w":[{"ring-offset":[F,T]}],"ring-offset-color":[{"ring-offset":S()}],"inset-ring-w":[{"inset-ring":te()}],"inset-ring-color":[{"inset-ring":S()}],"text-shadow":[{"text-shadow":["none",u,ee,U]}],"text-shadow-color":[{"text-shadow":S()}],opacity:[{opacity:[F,J,O]}],"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":[F]}],"mask-image-linear-from-pos":[{"mask-linear-from":se()}],"mask-image-linear-to-pos":[{"mask-linear-to":se()}],"mask-image-linear-from-color":[{"mask-linear-from":S()}],"mask-image-linear-to-color":[{"mask-linear-to":S()}],"mask-image-t-from-pos":[{"mask-t-from":se()}],"mask-image-t-to-pos":[{"mask-t-to":se()}],"mask-image-t-from-color":[{"mask-t-from":S()}],"mask-image-t-to-color":[{"mask-t-to":S()}],"mask-image-r-from-pos":[{"mask-r-from":se()}],"mask-image-r-to-pos":[{"mask-r-to":se()}],"mask-image-r-from-color":[{"mask-r-from":S()}],"mask-image-r-to-color":[{"mask-r-to":S()}],"mask-image-b-from-pos":[{"mask-b-from":se()}],"mask-image-b-to-pos":[{"mask-b-to":se()}],"mask-image-b-from-color":[{"mask-b-from":S()}],"mask-image-b-to-color":[{"mask-b-to":S()}],"mask-image-l-from-pos":[{"mask-l-from":se()}],"mask-image-l-to-pos":[{"mask-l-to":se()}],"mask-image-l-from-color":[{"mask-l-from":S()}],"mask-image-l-to-color":[{"mask-l-to":S()}],"mask-image-x-from-pos":[{"mask-x-from":se()}],"mask-image-x-to-pos":[{"mask-x-to":se()}],"mask-image-x-from-color":[{"mask-x-from":S()}],"mask-image-x-to-color":[{"mask-x-to":S()}],"mask-image-y-from-pos":[{"mask-y-from":se()}],"mask-image-y-to-pos":[{"mask-y-to":se()}],"mask-image-y-from-color":[{"mask-y-from":S()}],"mask-image-y-to-color":[{"mask-y-to":S()}],"mask-image-radial":[{"mask-radial":[J,O]}],"mask-image-radial-from-pos":[{"mask-radial-from":se()}],"mask-image-radial-to-pos":[{"mask-radial-to":se()}],"mask-image-radial-from-color":[{"mask-radial-from":S()}],"mask-image-radial-to-color":[{"mask-radial-to":S()}],"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":[F]}],"mask-image-conic-from-pos":[{"mask-conic-from":se()}],"mask-image-conic-to-pos":[{"mask-conic-to":se()}],"mask-image-conic-from-color":[{"mask-conic-from":S()}],"mask-image-conic-to-color":[{"mask-conic-to":S()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:P()}],"mask-repeat":[{mask:["no-repeat",{repeat:["","x","y","space","round"]}]}],"mask-size":[{mask:_()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",J,O]}],filter:[{filter:["","none",J,O]}],blur:[{blur:le()}],brightness:[{brightness:[F,J,O]}],contrast:[{contrast:[F,J,O]}],"drop-shadow":[{"drop-shadow":["","none",x,ee,U]}],"drop-shadow-color":[{"drop-shadow":S()}],grayscale:[{grayscale:["",F,J,O]}],"hue-rotate":[{"hue-rotate":[F,J,O]}],invert:[{invert:["",F,J,O]}],saturate:[{saturate:[F,J,O]}],sepia:[{sepia:["",F,J,O]}],"backdrop-filter":[{"backdrop-filter":["","none",J,O]}],"backdrop-blur":[{"backdrop-blur":le()}],"backdrop-brightness":[{"backdrop-brightness":[F,J,O]}],"backdrop-contrast":[{"backdrop-contrast":[F,J,O]}],"backdrop-grayscale":[{"backdrop-grayscale":["",F,J,O]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[F,J,O]}],"backdrop-invert":[{"backdrop-invert":["",F,J,O]}],"backdrop-opacity":[{"backdrop-opacity":[F,J,O]}],"backdrop-saturate":[{"backdrop-saturate":[F,J,O]}],"backdrop-sepia":[{"backdrop-sepia":["",F,J,O]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",J,O]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[F,"initial",J,O]}],ease:[{ease:["linear","initial",g,J,O]}],delay:[{delay:[F,J,O]}],animate:[{animate:["none",b,J,O]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[p,J,O]}],"perspective-origin":[{"perspective-origin":v()}],rotate:[{rotate:re()}],"rotate-x":[{"rotate-x":re()}],"rotate-y":[{"rotate-y":re()}],"rotate-z":[{"rotate-z":re()}],scale:[{scale:ae()}],"scale-x":[{"scale-x":ae()}],"scale-y":[{"scale-y":ae()}],"scale-z":[{"scale-z":ae()}],"scale-3d":["scale-3d"],skew:[{skew:ne()}],"skew-x":[{"skew-x":ne()}],"skew-y":[{"skew-y":ne()}],transform:[{transform:[J,O,"","none","gpu","cpu"]}],"transform-origin":[{origin:v()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:oe()}],"translate-x":[{"translate-x":oe()}],"translate-y":[{"translate-y":oe()}],"translate-z":[{"translate-z":oe()}],"translate-none":["translate-none"],accent:[{accent:S()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:S()}],"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",J,O]}],"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":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"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",J,O]}],fill:[{fill:["none",...S()]}],"stroke-w":[{stroke:[F,K,T,H]}],stroke:[{stroke:["none",...S()]}],"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"]}},me=(e,t,s)=>{void 0!==s&&(e[t]=s)},ue=(e,t)=>{if(t)for(const s in t)me(e,s,t[s])},xe=(e,t)=>{if(t)for(const s in t)he(e,t,s)},he=(e,t,s)=>{const l=t[s];void 0!==l&&(e[s]=e[s]?e[s].concat(l):l)},pe=((e,...t)=>"function"==typeof e?w(de,e,...t):w(()=>((e,{cacheSize:t,prefix:s,experimentalParseClassName:l,extend:r={},override:a={}})=>(me(e,"cacheSize",t),me(e,"prefix",s),me(e,"experimentalParseClassName",l),ue(e.theme,a.theme),ue(e.classGroups,a.classGroups),ue(e.conflictingClassGroups,a.conflictingClassGroups),ue(e.conflictingClassGroupModifiers,a.conflictingClassGroupModifiers),me(e,"orderSensitiveModifiers",a.orderSensitiveModifiers),xe(e.theme,r.theme),xe(e.classGroups,r.classGroups),xe(e.conflictingClassGroups,r.conflictingClassGroups),xe(e.conflictingClassGroupModifiers,r.conflictingClassGroupModifiers),he(e,r,"orderSensitiveModifiers"),e))(de(),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"]}}}),fe=(...e)=>pe(r(...e)),ge=t.forwardRef(({children:t,className:s="",style:l,disabled:r,...a},n)=>e.jsx("button",{ref:n,className:fe(s),style:l,disabled:r,...a,children:t}));ge.displayName="Button";const be=s=>{const{open:l,children:r}=s,a=t.useRef(null),[n,o]=t.useState(0);return t.useEffect(()=>{const e=a.current;if(!e)return;const t=()=>{o(l?e.scrollHeight:0)};let s;return t(),l&&(s=new ResizeObserver(()=>t()),s.observe(e)),()=>{s&&s.disconnect()}},[l,r]),e.jsx("div",{className:"overflow-hidden transition-all duration-300 ease-in-out",style:{maxHeight:n,opacity:l?1:0},"aria-hidden":!l,children:e.jsx("div",{ref:a,children:r})})};be.displayName="Collapse";const ve=({name:t,fill:s=0,opticalSize:l="48dp",weight:r="200",emphasis:a=145,size:n=24,color:o="currentColor",style:i={},className:c,onClick:d,dataTestId:m})=>{const u={fontVariationSettings:`'FILL' ${s}, 'wght' ${r}, 'GRAD' ${a}, 'opsz' ${l.substring(0,2)}`,fontSize:`${n}px`,fontFamily:"'Material Symbols Rounded'",color:o||"currentColor",...i};return e.jsx("span",{style:u,className:fe("material-symbols-rounded",c),onClick:d,"data-testid":m,children:t})};ve.displayName="MaterialIcon";const we=s=>{const{title:l,defaultOpen:r,children:a,containerClassName:n,titleClassName:o,className:i,buttonClassName:c,openOnlyOnDesktop:d}=s,[m,u]=t.useState(Boolean(!1));return t.useEffect(()=>{if(d){const e=window.innerWidth>=1024;u(e)}else u(Boolean(r))},[d,r]),e.jsxs("div",{className:fe("rounded-lg border",n),children:[e.jsxs(ge,{type:"button",className:fe("flex w-full items-center justify-between gap-4 rounded-t-lg px-4 py-3 text-left",c),onClick:()=>u(e=>!e),children:[e.jsx("span",{className:fe("label5",o),children:l}),e.jsx(ve,{name:m?"keyboard_arrow_down":"keyboard_arrow_up",fill:1,size:24})]}),e.jsx(be,{open:m,children:e.jsx("div",{className:fe("px-4 py-4",i),children:a})})]})};we.displayName="Accordion";const ye=t.forwardRef(({children:e,as:s,className:l="",style:r,...a},n)=>{const o=s||"p";return t.createElement(o,{ref:n,className:l,style:r,...a},e)});ye.displayName="Text";const je=t.forwardRef(({className:t,...l},r)=>{const a="string"==typeof l.src?l.src:"",n=a.toLowerCase().split("?")[0]||"",o=a.includes("images.ctfassets.net")&&n.endsWith(".svg");return e.jsx(s,{ref:r,className:fe(t),...l,unoptimized:o})});je.displayName="NextImage";const ke=({items:t=[]})=>t.length?e.jsx("div",{className:"card-holder grid grid-cols-1 items-stretch gap-5 self-stretch lg:auto-cols-fr lg:grid-flow-col lg:gap-6 lg:overflow-x-auto",children:t.map((t,s)=>{var l;return e.jsx("div",{className:"callout-card h-full p-6 lg:p-8",children:e.jsxs("div",{className:"card-template flex flex-col gap-6 lg:items-start lg:gap-8",children:[e.jsx("div",{className:"card-header",children:t.image&&e.jsx(je,{width:88,height:88,src:t.image,alt:null!==(l=t.title)&&void 0!==l?l:"card-icon"})}),e.jsxs("div",{className:"card-body flex flex-col gap-3",children:[t.title&&e.jsx(ye,{as:"h3",className:"heading6",children:t.title}),t.body&&e.jsx(ye,{as:"div",className:"body1",children:t.body})]})]})},`card-${s}`)})}):null,Ne=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()},Ce=t.forwardRef(({variant:t="primary_brand",isLoading:s=!1,text:l,label:r,disabled:a,fullWidth:n,size:o={base:"medium"},...i},c)=>{const d=(()=>{const e=fe((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()})(o),"rounded-2xl 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",n&&"w-full"),l=fe((a||s)&&"cursor-not-allowed",s&&"pl-7",a&&"bg-bg-fill-brand-disabled");return fe(e,{primary_brand:"bg-bg-fill-brand text-text-brand-on-bg-fill enabled:hover:bg-bg-fill-brand-hover focus:ring-bg-fill-brand",primary_inverse:"bg-bg-surface-inverse text-text-inverse enabled:hover:bg-bg-fill-inverse-hover focus:ring-bg-surface-inverse",secondary:"border-2 border-border-secondary-on-bg-fill bg-bg text-text focus:ring-bg-surface-inverse"}[t]||"",l)})();let m=`button--${t}`;s&&(m+=" button--loading"),a&&(m+=" button--disabled");const u=`${m} ${d}`;return e.jsxs("button",{ref:c,className:fe(u),disabled:a||s,...i,children:[s?e.jsx(ve,{name:"progress_activity",className:"animate-spin"}):null,r?e.jsxs("span",{className:"flex flex-col",children:[e.jsx("span",{className:fe(Ne(o)),children:r}),l]}):l]})});Ce.displayName="BrandButton";const ze=t.forwardRef(({children:t,href:s,className:l="",onClick:r,variant:a="unstyled",style:n,external:o=!1,disabled:i=!1,...c},d)=>{const m=(()=>{if("unstyled"===a)return"";const e={default:"text-text underline"},t=[i?"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[a]||e.default,t].filter(Boolean).join(" ")})(),u={...c,ref:d,className:fe(m,`link--${a}`,i&&"link--disabled",l),style:n,href:i?void 0:s,onClick:e=>{i?e.preventDefault():null==r||r(e)},...o&&!i&&{target:"_blank",rel:"noopener noreferrer"},...i&&{"aria-disabled":!0,tabIndex:-1}};return e.jsx("a",{...u,children:t})});ze.displayName="Link";const $e=({showButtonAs:t="solid",buttonVariant:s="primary_brand",buttonLabel:l,buttonPrefix:r,href:a,target:n="_blank",anchorId:o,linkClassName:i,linkVariant:c,fullWidth:d,preDefinedFunctionExecution:m,checkPlansJSX:u,onClick:x})=>{if("check availability"===m)return u;return"solid"===t?e.jsx(Ce,{id:o,variant:s,text:l,label:r,fullWidth:d,onClick:function(e){null==x||x(e)}}):"text"===t?e.jsx(ze,{href:a,target:n,variant:c||"default",className:`text-text-brand ${i||""}`,onClick:function(e){null==x||x(e)},children:l}):null},Ie=t.forwardRef(({children:t,className:s="",variant:l="unstyled",style:r,...a},n)=>{const o=fe("unstyled"===l?"":"mb-1 leading-6","list-item",`list-item--${l}`,s);return e.jsx("li",{ref:n,className:o,style:r,...a,children:t})});Ie.displayName="ListItem";const Se=t.forwardRef(({type:t="ul",items:s,className:l="",renderItem:r,children:a,variant:n="unstyled",style:o,...i},c)=>{const d=(()=>{if("unstyled"===n)return"";return`m-0 p-0 ${"ol"===t?"pl-6 list-decimal":"pl-5 list-disc"}`})(),m={className:fe(d,`list--${t}`,`list--${n}`,l),style:o,...i,children:a||(s&&0!==s.length?s.map((t,s)=>r?r(t,s):e.jsx(Ie,{className:t.className,variant:n,children:t.content},t.id||s)):null)};return"ol"===t?e.jsx("ol",{...m,ref:c}):e.jsx("ul",{...m,ref:c})});Se.displayName="List";const Be=t=>{const{items:s,listIconName:l="check",listItemClassName:r,iconSize:a=20,iconPosition:n="center"}=t,o="disc"!==l;return(null==s?void 0:s.length)?e.jsx(Se,{className:"mt-2 space-y-1",variant:o?"unstyled":"default",children:s.map((t,s)=>e.jsxs(Ie,{variant:o?"unstyled":"default",className:fe(`${o?"flex":""} ${"top"===n?"items-start":"items-center"} gap-2 text-text-secondary`,r),children:[o&&e.jsx("div",{children:e.jsx(ve,{name:l,size:a,weight:"600",className:"text-icon-brand "+("top"===n?"mt-1":"")})}),e.jsx(ye,{as:"div",children:t})]},s))}):null};Be.displayName="Checklist";const Fe=t.forwardRef(({as:t,className:s="",...l},r)=>{const a=fe(s);if(t){const s=t;return e.jsx(s,{ref:r,className:a,...l})}return e.jsx("img",{ref:r,className:a,...l})});Fe.displayName="Image";const Me=({link:s,anchorName:l})=>{const[r,a]=t.useState(!1),n=t.useRef(null);if(((e,s)=>{const l=t=>{var l;(null===(l=null==e?void 0:e.current)||void 0===l?void 0:l.contains(t.target))||s()};t.useEffect(()=>(document.addEventListener("click",l),()=>{document.removeEventListener("click",l)}))})(n,()=>a(!1)),!s)return null;if((e=>"string"==typeof e.href)(s))return e.jsx($e,{...s,linkClassName:"body3 flex items-center text-text-link h-full",linkVariant:"unstyled"},`submenu-link-btn-${s.anchorId}`);const{anchorId:o,title:i,items:c}=s,d=Array.isArray(null==c?void 0:c.items)?c.items:[],m=`--link-anchor-${l}`;return e.jsxs("div",{className:"relative h-full",style:{anchorName:m},ref:n,children:[e.jsxs(ge,{onClick:()=>a(e=>!e),"aria-expanded":r,className:"group body3 flex h-full items-center",children:[e.jsx(ye,{as:"span",className:"group-hover:underline",children:null!=i?i:null}),e.jsx(ve,{weight:"700",className:"text-icon-info group-hover:opacity-50",name:r?"keyboard_arrow_up":"keyboard_arrow_down"})]},o),e.jsx("div",{className:fe("fixed z-10 min-w-44 rounded-xl bg-bg shadow-lg","transition-[opacity,transform] ease-out",r&&d.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)",right:"anchor(right)"},children:e.jsx("ul",{className:"flex flex-col gap-2 py-2",children:d.map((t,s)=>e.jsx("li",{className:"submenu-link",children:e.jsx($e,{...t,linkVariant:"unstyled",linkClassName:"body3 px-4 hover:bg-bg-surface-hover flex items-center w-full h-11 text-text-link"})},`submenu-link-${s}`))})})]})},Ee=({link:s})=>{const[l,r]=t.useState(!1);if(!s)return null;if((e=>"string"==typeof e.href)(s))return e.jsx($e,{...s,linkClassName:"label3 flex items-center w-full h-11 px-4 text-text-link",linkVariant:"unstyled"},`submenu-link-btn-${s.anchorId}`);const{anchorId:a,title:n,items:o}=s,i=Array.isArray(null==o?void 0:o.items)?o.items:[];return e.jsxs(e.Fragment,{children:[e.jsxs(ge,{onClick:()=>r(e=>!e),"aria-expanded":l,className:"label3 flex h-11 w-full items-center px-4",children:[null!=n?n:null,e.jsx(ve,{weight:"700",name:l?"keyboard_arrow_up":"keyboard_arrow_down"})]},a),l&&i.length>0&&e.jsx(Ge,{items:i})]})},Ge=({items:t})=>e.jsx("ul",{className:"flex flex-col gap-2",children:t.map((t,s)=>e.jsx("li",{className:"submenu-link",children:e.jsx($e,{...t,linkVariant:"unstyled",linkClassName:"body3 pl-8 pr-4 flex items-center w-full h-11 text-text-link"})},`submenu-link-${s}`))},`submenu-${t.length}`),Le=t=>{const{showBlinkDot:s=!1,buttonStyle:l="primary",size:r="md",children:a,...n}=t;return e.jsxs(ze,{...n,className:`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"}[l]}`,children:[s?e.jsx("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.jsx("span",{className:`relative inline-flex ${{sm:"h-5 w-5",md:"h-6 w-6",lg:"h-8 w-8"}[r]} items-center justify-center rounded-full bg-icon-brand`,children:e.jsx(ve,{name:"call",fill:1,size:{sm:20,md:20,lg:32}[r],className:"text-white"})}),e.jsx("span",{className:"font-normal tracking-wide",children:a})]})};Le.displayName="CallButton";const Pe=t.forwardRef((s,l)=>{const{className:r,size:a,required:n,placeholder:o,label:i,state:c,errorText:d,prefixIconName:m,prefixIconFill:u=!0,suffixIconFill:x=!1,prefixIconSize:h=24,suffixIconName:p,suffixIconSize:f=24,containerClassName:g,prefixIconClassName:b,loading:v,hasError:w,type:y,...j}=s,k=w?"error":c,[N,C]=t.useState(!1),[z,$]=t.useState(!1),[I,S]=t.useState(y||"text"),B=t.useCallback(e=>{e.stopPropagation(),S(e=>"password"===e?"text":"password")},[]);return e.jsxs("div",{className:"relative",children:[i?e.jsx("label",{htmlFor:i,className:fe("inline-block pb-1"),children:e.jsxs(ye,{as:"span",className:"footnote text-text",children:[i,n?e.jsx("span",{className:"pl-1 text-text-critical",children:"*"}):null]})}):null,e.jsxs("div",{className:fe("relative flex flex-row items-center overflow-hidden rounded-xl border border-input-border bg-input-bg-surface",{sm:"h-[48px] rounded-lg px-3 py-2",slim:"h-12",medium:"h-14",large:"h-[60px]"}[a||"medium"],g,(N||"hover"===k)&&!z&&"error"!==k&&"border-input-border-hover",(z||"focus"===k||"active"===k)&&"border-input-border-selected outline outline-1 outline-input-border-selected","error"===k&&"border-input-border-critical outline outline-1 outline-input-border-critical"),children:[m?e.jsx("div",{className:"mr-1",style:{width:h,height:h,overflow:"hidden"},children:e.jsx(ve,{name:m,fill:u?1:0,size:h,className:fe(b)})}):null,e.jsx("input",{ref:l,id:i,disabled:v||j.disabled,className:fe("h-full grow rounded-xl p-4 caret-bg-inverse placeholder:text-input-text-placeholder focus:border-none focus:outline-none","text-body2","slim"===a&&"text-body3",r),placeholder:o,type:I,...j,onMouseOver:()=>C(!0),onMouseOut:()=>C(!1),onFocus:e=>{var t;null===(t=j.onFocus)||void 0===t||t.call(j,e),$(!0)},onBlur:e=>{var t;null===(t=j.onBlur)||void 0===t||t.call(j,e),$(!1)}}),p?e.jsx("div",{className:"ml-2",style:{width:f,height:f,overflow:"hidden"},onClick:B,children:e.jsx(ve,{name:"text"===I?"visibility":"visibility_off",size:f,fill:x?1:0})}):null]}),"error"===k&&d&&""!=d?e.jsxs(ye,{className:fe("footnote left-0 top-full inline-flex items-center pt-1 text-text-critical"),children:[e.jsx(ve,{name:"info",size:20,className:"mr-1"}),d||"Error"]}):null]})});Pe.displayName="Input";const _e=s=>{var l;const{primaryNavigationLinks:r,utilityNavigationLinks:a}=s,[n,o]=t.useState(!1);t.useEffect(()=>{if("undefined"==typeof window)return;document.body.style.overflowY=n?"hidden":"unset";const e=document.getElementById("drawer-items");if(!e)return;const t=e.querySelectorAll(".focus-item"),s=t[0],l=t[t.length-1],r=e=>{var t,r,a,n;("Tab"===e.key||9===e.keyCode)&&(e.shiftKey?document.activeElement===s&&(null===(r=(t=l).focus)||void 0===r||r.call(t),e.preventDefault()):document.activeElement===l&&(null===(n=(a=s).focus)||void 0===n||n.call(a),e.preventDefault()))};return window.addEventListener("keydown",r),()=>{document.body.style.overflowY="unset",window.removeEventListener("keydown",r)}},[n]);const i=()=>{o(!1)};return e.jsxs("div",{children:[e.jsx(ge,{className:"flex",onClick:()=>o(!0),children:e.jsx(ve,{name:"menu"})}),n?e.jsx("div",{className:"fixed bottom-0 left-0 right-0 top-0 z-[90] h-full w-full bg-scrim-bg-modal"}):null,e.jsx("div",{className:fe("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",n?"right-0":"-right-96"),id:"mobile-menu-overlay",children:e.jsxs("div",{id:"drawer-items",className:"flex h-full flex-col gap-3",children:[e.jsxs("div",{className:"flex items-center justify-between px-4",children:[e.jsx("div",{children:e.jsx(Le,{href:"tel:1234567890",children:"(123) 456-7890"})}),e.jsx("div",{children:e.jsx(ge,{onClick:i,className:"focus-item flex",children:e.jsx(ve,{name:"close"})})})]}),e.jsx(De,{closeMenu:i,isMenuOpen:n,searchBarIconURL:"string"==typeof s.searchBarIcon?s.searchBarIcon:(null===(l=s.searchBarIcon)||void 0===l?void 0:l.url)||"",onSearch:s.onSearch||(()=>{})}),e.jsxs("div",{className:"flex-grow overflow-y-auto",children:[e.jsx("ul",{className:"mt-2 flex flex-col gap-2",children:null==r?void 0:r.map((t,s)=>e.jsx("li",{children:e.jsx(Ee,{link:t})},`main-menu-items-${s}`))}),e.jsx("ul",{className:"mt-2 flex gap-5 bg-bg-fill-info px-4",children:null==a?void 0:a.map((t,s)=>e.jsx("li",{children:e.jsx($e,{...Object.fromEntries(Object.entries(t).filter(([e,t])=>null!==t)),linkClassName:fe("footnote flex items-center w-full h-11 text-text-link",1===s&&"label4"),linkVariant:"unstyled"},`submenu-link-btn-${t.anchorId}`)},`main-menu-items-${s}`))})]})]})})]})},De=s=>{const{closeMenu:l,onSearch:r,isMenuOpen:a,searchBarIconURL:n}=s,[o,i]=t.useState(""),c=t.useRef(null),d=e=>{l(),e.preventDefault(),r(o)};return t.useEffect(()=>{a||i("")},[a]),e.jsxs("form",{name:"searchForm",className:"flex border-b border-t transition-colors focus-within:border-border-focus",onSubmit:d,children:[e.jsx(je,{src:n,width:32,height:32,alt:"Search icon",role:"button",className:"ml-2",onClick:d}),e.jsx("div",{className:"flex-grow",children:e.jsx(Pe,{ref:c,className:"h-[34px] rounded-none text-body3 font-medium leading-6",name:"search",placeholder:"Search...",value:o,onChange:e=>i(e.target.value),autoComplete:"off",containerClassName:"h-[46px] px-4 pl-0 rounded-none flex-grow border-none"})})]})},We=s=>{const{searchBarIconURL:l,onSearch:r}=s,[a,n]=t.useState(""),o=t.useRef(null),i=e=>{e.preventDefault(),r(a)};return e.jsxs("form",{name:"searchForm",className:"flex h-9 w-60 rounded-full border transition-colors focus-within:border-border-focus",onSubmit:i,children:[e.jsx(je,{src:l,width:32,height:32,alt:"Search icon",role:"button",onClick:i}),e.jsx(Pe,{ref:o,className:"rounded-full p-0 text-body3 font-medium leading-6",name:"search",placeholder:"Search...",value:a,onChange:e=>n(e.target.value),autoComplete:"off",containerClassName:"px-0 h-full border-none rounded-full"})]})};exports.Accordion=({items:t,title:s,background:l="white",enableHeading:r=!1,maxWidth:a=!0})=>e.jsx("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[l]} component-container`,children:e.jsxs("div",{className:(a?"max-w-120 xl:mx-auto":"")+" mx-5 my-8 lg:mx-20 lg:my-18",children:[e.jsx("div",{children:e.jsx(ye,{as:r?"h1":"h2",className:"heading1 text-left lg:text-center",children:s})}),e.jsx("div",{className:"question-answer-section mt-10 lg:mt-16",children:null==t?void 0:t.map((t,s)=>e.jsx("div",{children:e.jsx(we,{title:t.title,containerClassName:"border-0 border-b-[1px] rounded-none",openOnlyOnDesktop:!0,children:e.jsx(ye,{children:t.description})})},`item-${s}`))})]})}),exports.Button=$e,exports.Callout=({title:t,items:s,enableHeading:l=!1,subtitle:r,color:a="dark",maxWidth:n=!0})=>e.jsx("div",{className:"component-container",children:e.jsx("div",{className:`mx-5 mb-5 mt-12 ${n?"max-w-120 xl:mx-auto":""} ${"dark"==a?"text-text":"text-white"}`,children:e.jsxs("div",{className:"callout-container flex flex-col gap-8",children:[e.jsxs("div",{className:"title-holder",children:[t&&e.jsx(ye,{as:l?"h1":"h2",className:"heading2 md:heading1 md:text-center",children:t}),r&&e.jsx(ye,{as:l?"h2":"h3",className:"subheading3 mt-3 md:subheading1 md:text-center",children:r})]}),s&&e.jsx(ke,{items:s})]})})}),exports.Cards=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Cards"})}),exports.Carousel=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Carousel"})}),exports.ComparisonTable=({title:t,disclaimer:s,table:l,maxWidth:r=!0})=>e.jsx("div",{className:"component-container",children:e.jsxs("div",{className:"mx-5 mb-5 mt-8 lg:mt-10 "+(r?"max-w-120 xl:mx-auto":""),children:[e.jsx(ye,{as:"h2",className:"heading2 lg:heading1 lg:text-center",children:t}),e.jsx("div",{className:"comparison-table-container mt-20 xl:mt-10",children:l}),e.jsx(ye,{as:"div",className:"micro mt-8 text-center",children:s})]})}),exports.CtaCallout=({title:t,background:s="white",button:l,color:r,contentAlignment:a,description:n,descriptionAlignment:o,enableHeading:i,subTitle:c,maxWidth:d=!0})=>e.jsx("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[s]} component-container`,children:e.jsxs("div",{className:`${d?"mx-auto max-w-120":""} color-${r} flex flex-col ${"dark"==r?"text-text":"text-white"} px-5 py-16 lg:px-13 lg:py-24`,children:[e.jsx(ye,{as:i?"h1":"h2",className:`heading2 lg:heading1 text-${a}`,children:t}),e.jsx(ye,{as:"h3",className:`subheading3 pt-2 lg:subheading1 lg:pt-3 text-${a}`,children:c}),e.jsx("div",{className:`pt-2 text-body1 lg:pt-3 text-${o}`,children:n}),e.jsx("div",{className:"flex justify-center pt-5 lg:pt-14",children:e.jsx($e,{...l})})]})}),exports.FindKinetic=({background:t="white",description:s,enableHeading:l,image:r,list:a=[],subTitle:n,title:o,maxWidth:i=!0})=>e.jsx("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[t]} component-container`,children:e.jsxs("div",{className:(i?"max-w-120 xl:mx-auto":"")+" mx-5 mb-5 mt-12 xl:my-20",children:[o&&e.jsx(ye,{as:l?"h1":"h2",className:"heading2 md:heading1 md:text-center",children:o}),n&&e.jsx(ye,{as:l?"h2":"h3",className:"heading3 mt-4 text-center",children:n}),e.jsxs("div",{className:"mt-8 flex items-center xl:mt-16 xl:gap-10",children:[e.jsxs("div",{className:"flex flex-col items-start gap-10 self-stretch xl:flex-[1_0_0]",children:[s&&e.jsx(ye,{as:"p",className:"body1",children:s}),a.length>0&&e.jsx("ul",{className:"grid w-full grid-cols-2 gap-x-8 gap-y-4 lg:grid-cols-3",children:null==a?void 0:a.map((t,s)=>e.jsx("li",{children:e.jsx(ze,{href:`/${t.code}`,className:"label1",children:t.name})},`item-list-${s}`))})]}),r&&e.jsx("aside",{className:"hidden xl:block",children:e.jsx(je,{width:472,height:100,src:r,alt:"image"})})]})]})}),exports.FloatingBanner=({title:t,subtitle:s,description:l,disclaimer:r,icon:a,cta:n,background:o="navy",color:i="light",enableHeading:c,maxWidth:d=!0})=>e.jsx("div",{className:"component-container",children:e.jsxs("div",{className:"mx-5 my-8 lg:mx-20 lg:my-12 lg:rounded-[40px] xl:mx-auto "+(d?"max-w-120":""),children:[e.jsxs("div",{className:`flex flex-col rounded-[28px] px-5 py-7 lg:flex-row lg:rounded-[40px] lg:px-16 lg:py-9 ${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[o]} ${"dark"==i?"text-text":"text-white"} `,children:[a&&e.jsx("div",{className:"floating-banner-icon mb-5 flex justify-center lg:mb-0 lg:items-center",children:e.jsx("div",{className:"h-[80px] w-[80px] overflow-hidden",children:e.jsx(je,{width:80,height:80,alt:"icon",src:a})})}),e.jsxs("div",{className:"flex flex-col justify-center lg:mx-5",children:[t&&e.jsx(ye,{as:c?"h1":"h2",className:"heading2 mb-3 text-center lg:w-[95%] lg:text-left",children:t}),s&&e.jsx(ye,{as:"h3",className:"heading3 mb-3 text-center lg:text-left",children:s}),l&&e.jsx(ye,{as:"div",className:"body1 text-center lg:w-[95%] lg:text-left",children:l})]}),n&&e.jsx("div",{className:"mt-5 flex justify-center lg:mt-0 lg:w-[500px] lg:items-center",children:e.jsx($e,{...n})})]}),r&&e.jsx("div",{children:e.jsx(ye,{as:"div",className:"body3 mt-3 text-center",children:r})})]})}),exports.Footer=({body:s,links:l,bottomLinks:r,copyrights:a,terms:n,maxWidth:o=!0,onClick:i})=>{function c(e){null==i||i(e)}return e.jsx("div",{className:"component-container bg-bg-inverse text-white",children:e.jsxs("div",{className:` ${o?"mx-auto max-w-120":""} px-5 py-8`,children:[e.jsx("aside",{"aria-label":"Promotions and disclaimers",children:s}),e.jsx("div",{className:"my-8 h-[1px] border-t-0 bg-white opacity-100 lg:my-16 dark:opacity-50"}),e.jsx("div",{className:"grid-1 grid gap-8 py-8 md:grid-cols-2 lg:grid-cols-4",children:null==l?void 0:l.map((s,l)=>{var r,a;return e.jsxs(t.Fragment,{children:[e.jsx("div",{children:e.jsxs("nav",{"aria-labelledby":`footer-${null==s?void 0:s.title}`,className:"site-links-group",children:[e.jsx(ye,{as:"div",className:"label3",children:null==s?void 0:s.title}),e.jsx("ul",{className:"flex flex-col",children:null===(a=null===(r=null==s?void 0:s.items)||void 0===r?void 0:r.items)||void 0===a?void 0:a.map((t,s)=>e.jsx("li",{className:"pt-3",children:e.jsx($e,{...t,linkVariant:"unstyled",linkClassName:"text-white body3",onClick:c})},`site-links-${s}`))})]},`link-group-${l}`)},`footer-link-group-${l}`),e.jsx("div",{className:"block h-[1px] border-t-0 bg-white opacity-100 md:hidden dark:opacity-50"})]},`footer-link-group-${l}`)})}),e.jsxs("div",{className:"pt-8",children:[e.jsx("p",{className:"copy-rights",children:a}),e.jsxs("p",{className:"terms-text footnote text-white",children:["© ",(new Date).getFullYear()," ",n]}),e.jsx("nav",{"aria-label":"Footer legal",children:e.jsx("ul",{className:"bottom-links list-none",children:null==r?void 0:r.map((t,s)=>e.jsx("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.jsx($e,{...t,linkClassName:"footnote text-white",linkVariant:"unstyled",onClick:c})},`links-${s}`))})})]})]})})},exports.ImagePromoBar=({brow:t,enableHeading:s,title:l,subTitle:r,ctaDisclaimer:a,disclaimer:n,description:o,image:i,imageLinks:c,mediaPosition:d=!0,checklist:m,secondaryCta:u,cta:x,videoLink:h,maxWidth:p=!0,color:f="light",imageWidth:g=660,imageHeight:b=660})=>e.jsx("div",{className:"component-container",children:e.jsx("div",{className:`image-promo-bar-content ${p?"max-w-120 xl:mx-auto":""} mx-5 mb-8 mt-16`,children:e.jsxs("div",{className:"flex shrink-0 flex-col items-center gap-8 xl:gap-[126px] "+(d?"flex-row xl:flex-row-reverse":"xl:flex-row"),children:[e.jsxs("div",{className:"flex flex-[1_0_0] flex-col items-start justify-center gap-8 xl:gap-10 "+("dark"==f?"text-text":"text-white"),children:[e.jsxs("div",{className:"heading holder",children:[t&&e.jsx(ye,{as:"div",className:"subheading4 mb-4 text-text-brand xl:subheading2 xl:mb-3",children:t}),l&&e.jsx(ye,{as:s?"h1":"h2",className:"heading2 xl:heading1",children:l}),r&&e.jsx(ye,{as:s?"h2":"h3",className:"subheading1 mt-3",children:r})]}),o&&e.jsx(ye,{as:"div",className:"body1",children:o}),m.length>0&&e.jsx(Be,{items:m,iconPosition:"top",iconSize:24}),null==c?void 0:c.map((t,s)=>e.jsx("div",{className:"image-link",children:e.jsx(Fe,{src:t.url,alt:"icon-link"})},s)),e.jsxs("div",{className:"flex w-full flex-col gap-8 xl:flex-row xl:gap-3",children:[x&&e.jsx("div",{className:"primary-cta w-full xl:w-auto",children:e.jsx($e,{...x,fullWidth:!0})}),u&&e.jsx("div",{className:"secondary-cta",children:e.jsx($e,{...u,fullWidth:!0})})]}),a&&e.jsx("div",{children:a}),n&&e.jsx("div",{children:n})]}),e.jsxs("aside",{className:"flex shrink-0 content-center items-center",children:[e.jsx("div",{className:"relative aspect-[16/9] w-full xl:aspect-square xl:max-h-[486px] xl:w-[486px]",children:i&&e.jsx(je,{src:i,alt:"section-image",width:g,height:b,className:"bottom-0 left-0 right-0 top-0 h-full rounded-[40px] object-cover"})}),e.jsx("div",{children:(null==h?void 0:h.link)&&e.jsx("div",{className:"video-section",children:h.image&&e.jsx(je,{src:h.image,alt:"Video preview",width:486,height:100,className:"rounded-[40px]"})})})]})]})})}),exports.Modal=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Modal Block"})}),exports.Navigation=t=>{const{primaryNavigationLinks:s,utilityNavigationLinks:l,checkPlansJSX:r,primaryNavigationLogo:a,accountNavigationLinks:n,supportNavigationLinks:o,searchBarIcon:i,onSearch:c=()=>{}}=t;return e.jsxs("div",{className:"component-container",children:[e.jsxs("nav",{className:"menu-container",children:[e.jsx("div",{className:"utility-container hidden lg:block lg:border-b lg:px-2",children:e.jsxs("div",{className:"mx-auto flex max-w-120 justify-between",children:[e.jsx("ul",{className:"flex gap-5","aria-label":"Utility Navigation",children:null==l?void 0:l.map((t,s)=>e.jsx("li",{children:e.jsx($e,{linkClassName:fe("footnote flex items-center w-full h-11 text-text-link",1===s&&"label4"),linkVariant:"unstyled",...Object.fromEntries(Object.entries(t).filter(([e,t])=>null!==t))})},`main-menu-items-${s}`))}),e.jsxs("div",{className:"flex items-center gap-10",children:[e.jsx(Le,{href:"tel:1234567890",children:e.jsx(ye,{className:"body3",children:"(123) 456-7890"})}),null==n?void 0:n.map((t,s)=>e.jsx(Me,{anchorName:`my-account-${s}`,link:t},`my-account-${s}`))]})]})}),e.jsxs("div",{className:"main-nav-container","aria-label":"Main Navigation",children:[e.jsxs("div",{className:"mobile-nav-section flex h-14 items-center justify-between px-5 py-[10px] lg:hidden",children:[e.jsx("div",{children:e.jsx(je,{src:"string"==typeof a?a:(null==a?void 0:a.url)||"",alt:"Kinetic business logo",width:76.5,height:24})}),e.jsxs("div",{className:"flex items-center gap-6",children:[e.jsx(Le,{href:"tel:1234567890",children:e.jsx(ye,{as:"span",className:"footnote",children:"(123) 456-7890"})}),e.jsx(_e,{...t})]})]}),e.jsx("div",{className:"desktop-nav-section hidden lg:block lg:border-b lg:px-2",children:e.jsxs("div",{className:"mx-auto flex h-14 max-w-120 items-center justify-between",children:[e.jsxs("div",{className:"flex h-full",children:[e.jsx(je,{src:"string"==typeof a?a:(null==a?void 0:a.url)||"",alt:"Kinetic business logo",width:76.5,height:24,className:"mr-14"}),e.jsx("div",{className:"flex h-full items-center gap-5",children:null==s?void 0:s.map((t,s)=>e.jsx(Me,{anchorName:`main-menu-${s}`,link:t},`main-menu-${s}`))})]}),e.jsxs("div",{className:"flex h-full items-center gap-10",children:[e.jsx(We,{searchBarIconURL:"string"==typeof i?i:(null==i?void 0:i.url)||"",onSearch:c}),null==o?void 0:o.map((t,s)=>e.jsx(Me,{anchorName:`support-menu-${s}`,link:t},`support-menu-${s}`))]})]})})]})]}),r&&e.jsx("div",{className:"md:hidden",children:r})]})},exports.PrimaryHero=t=>{var s;const{title:l,showAsHeading:r,subTitle:a,primaryCta1:n,carouselImages:o,bottomLink:i,price:c,priceCallout:d,priceSuffix:m,checklist:u,checkPlansJSX:x}=t,h=null!==(s=null==i?void 0:i.buttonLabel)&&void 0!==s?s:null==i?void 0:i.label;return e.jsx("div",{className:"component-container p-5 lg:h-[724px] lg:p-0",children:e.jsxs("div",{className:fe("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:p-4 lg:text-left"),children:[e.jsx("div",{className:fe("relative flex flex-col text-white sm:w-[485px]"),children:e.jsxs("div",{className:"flex flex-col gap-5 lg:gap-6",children:[l&&e.jsx(ye,{as:r?"h1":"h2",className:"heading2 font-bold lg:heading1",children:l}),a&&e.jsx(ye,{as:"p",className:"subheading3 lg:subheading1",children:a}),c?e.jsxs("div",{className:"flex",children:[e.jsx("div",{className:"mr-2",children:d?d.split("|").map(t=>e.jsx(ye,{as:"p",className:"body2",children:t})):null}),e.jsx(ye,{as:"p",className:"subheading1",children:"$"}),e.jsx(ye,{as:"p",className:"subheading5",children:c}),m?e.jsx(ye,{as:"p",className:"subheading1",children:m}):null]}):null,u&&e.jsx(Be,{listItemClassName:"text-white body2",items:u.map(e=>e.title)}),n&&e.jsxs("div",{className:fe("hidden flex-col gap-3 lg:flex"),children:[e.jsx($e,{...n,checkPlansJSX:x}),i&&e.jsx("div",{children:e.jsx($e,{...i,linkClassName:"text-footnote text-white"})})]}),!n&&i&&(h||(null==i?void 0:i.href))&&e.jsx("div",{className:"hidden lg:block",children:e.jsx($e,{...i,linkClassName:"text-footnote text-white"})})]})}),e.jsxs("div",{className:"lg:hidden",children:[e.jsx("div",{className:"my-8",children:o&&o[0]?e.jsx(je,{src:o[0],alt:"Hero",className:"aspect-[1.71:1] sm:aspect-[1.41:1] rounded-[40px] object-cover object-center sm:h-[420px]",width:350,height:205,loading:"eager"}):null}),i&&(h||(null==i?void 0:i.href))&&e.jsx("div",{children:e.jsx($e,{...i,linkClassName:"body3 text-white"})})]}),e.jsx("div",{className:fe("relative hidden lg:block"),children:o&&o[0]?e.jsx(je,{src:o[0],alt:"Hero",className:"aspect-square rounded-[40px] object-cover object-center",width:600,height:600,loading:"eager"}):null})]})})},exports.ShapeBackgroundWrapper=({children:t,background:s,className:l,fill:r="yellow",maxFit:a,show:n=!0,path:o="path2"})=>{const i=`${o}`,c={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]"},m="string"==typeof s&&s in d,u=m?d[s]:void 0,x=s&&!m?{background:s}:void 0,h=r in c?c[r]:"text-[#F5FF1E]";return n?e.jsxs("div",{className:`shape-bg relative overflow-hidden ${null!=l?l:""} ${a?"max-content":""} ${null!=u?u:x?"":"bg-white"}`,style:x,children:["path1"===o&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2371px] z-0 translate-x-[-55%] ${i} fill-current ${h}`,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.jsx("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"===o&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[45.8px] z-0 translate-x-[-101%] ${i} fill-current ${h}`,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.jsx("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"===o&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2600px] z-0 translate-x-[-55%] ${i} fill-current ${h}`,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.jsx("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"===o&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-1966.1px] z-0 translate-x-[-48%] ${i} fill-current ${h}`,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.jsx("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.jsx("div",{className:"shape-bg-content relative z-[1]",children:t})]}):e.jsx("div",{className:l,style:x,children:t})},exports.SimpleCards=ke,exports.TestimonialCard=({title:t,quote:l,rating:a,author:n,role:o,avatarUrl:i,isActive:c=!1,className:d})=>e.jsxs("figure",{className:r("flex h-full w-full flex-col rounded-3xl p-6 font-sans transition-all duration-300 md:p-13",c?"bg-white shadow-lg":"bg-gray-50 opacity-60",d),children:[e.jsx("header",{children:e.jsx(ye,{as:"h3",className:"mb-4 text-xl font-black lowercase text-text",children:t})}),e.jsx("blockquote",{className:"mb-5 flex-grow text-xl leading-relaxed text-text",children:l}),a?e.jsx("div",{className:"mb-5 flex gap-1",children:[...Array(5)].map((t,s)=>e.jsx(ve,{size:24,name:"star",fill:1,className:r("h-5 w-5",s<a?"text-text":"text-gray-300"),"aria-hidden":"true"},s))}):null,n&&e.jsxs("figcaption",{className:"flex items-center gap-3",children:[e.jsx("div",{className:"relative h-10 w-10 shrink-0 overflow-hidden rounded-full bg-gray-300",children:i?e.jsx(s,{src:i,alt:n,fill:!0,className:"object-cover",sizes:"40px"}):e.jsx("div",{className:"flex h-full w-full items-center justify-center bg-gray-500 text-xs font-bold text-white",children:n.charAt(0)})}),e.jsxs("div",{className:"flex flex-col",children:[e.jsx("cite",{className:"text-sm font-bold not-italic text-text",children:n}),e.jsx(ye,{as:"p",className:"text-xs text-text",children:o})]})]})]}),exports.Text=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Text Block"})});
|
|
3
|
+
"use strict";var e=require("react/jsx-runtime"),t=require("react"),s=require("next/image");function l(e){var t,s,r="";if("string"==typeof e||"number"==typeof e)r+=e;else if("object"==typeof e)if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(s=l(e[t]))&&(r&&(r+=" "),r+=s)}else for(s in e)e[s]&&(r&&(r+=" "),r+=s);return r}function r(){for(var e,t,s=0,r="",a=arguments.length;s<a;s++)(e=arguments[s])&&(t=l(e))&&(r&&(r+=" "),r+=t);return r}const a=e=>{const t=c(e),{conflictingClassGroups:s,conflictingClassGroupModifiers:l}=e;return{getClassGroupId:e=>{const s=e.split("-");return""===s[0]&&1!==s.length&&s.shift(),n(s,t)||i(e)},getConflictingClassGroupIds:(e,t)=>{const r=s[e]||[];return t&&l[e]?[...r,...l[e]]:r}}},n=(e,t)=>{if(0===e.length)return t.classGroupId;const s=e[0],l=t.nextPart.get(s),r=l?n(e.slice(1),l):void 0;if(r)return r;if(0===t.validators.length)return;const a=e.join("-");return t.validators.find(({validator:e})=>e(a))?.classGroupId},o=/^\[(.+)\]$/,i=e=>{if(o.test(e)){const t=o.exec(e)[1],s=t?.substring(0,t.indexOf(":"));if(s)return"arbitrary.."+s}},c=e=>{const{theme:t,classGroups:s}=e,l={nextPart:new Map,validators:[]};for(const e in s)d(s[e],l,e,t);return l},d=(e,t,s,l)=>{e.forEach(e=>{if("string"==typeof e){return void((""===e?t:m(t,e)).classGroupId=s)}if("function"==typeof e)return x(e)?void d(e(l),t,s,l):void t.validators.push({validator:e,classGroupId:s});Object.entries(e).forEach(([e,r])=>{d(r,m(t,e),s,l)})})},m=(e,t)=>{let s=e;return t.split("-").forEach(e=>{s.nextPart.has(e)||s.nextPart.set(e,{nextPart:new Map,validators:[]}),s=s.nextPart.get(e)}),s},x=e=>e.isThemeGetter,u=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,s=new Map,l=new Map;const r=(r,a)=>{s.set(r,a),t++,t>e&&(t=0,l=s,s=new Map)};return{get(e){let t=s.get(e);return void 0!==t?t:void 0!==(t=l.get(e))?(r(e,t),t):void 0},set(e,t){s.has(e)?s.set(e,t):r(e,t)}}},h=e=>{const{prefix:t,experimentalParseClassName:s}=e;let l=e=>{const t=[];let s,l=0,r=0,a=0;for(let n=0;n<e.length;n++){let o=e[n];if(0===l&&0===r){if(":"===o){t.push(e.slice(a,n)),a=n+1;continue}if("/"===o){s=n;continue}}"["===o?l++:"]"===o?l--:"("===o?r++:")"===o&&r--}const n=0===t.length?e:e.substring(a),o=p(n);return{modifiers:t,hasImportantModifier:o!==n,baseClassName:o,maybePostfixModifierPosition:s&&s>a?s-a:void 0}};if(t){const e=t+":",s=l;l=t=>t.startsWith(e)?s(t.substring(e.length)):{isExternal:!0,modifiers:[],hasImportantModifier:!1,baseClassName:t,maybePostfixModifierPosition:void 0}}if(s){const e=l;l=t=>s({className:t,parseClassName:e})}return l},p=e=>e.endsWith("!")?e.substring(0,e.length-1):e.startsWith("!")?e.substring(1):e,f=e=>{const t=Object.fromEntries(e.orderSensitiveModifiers.map(e=>[e,!0]));return e=>{if(e.length<=1)return e;const s=[];let l=[];return e.forEach(e=>{"["===e[0]||t[e]?(s.push(...l.sort(),e),l=[]):l.push(e)}),s.push(...l.sort()),s}},g=/\s+/;function b(){let e,t,s=0,l="";for(;s<arguments.length;)(e=arguments[s++])&&(t=v(e))&&(l&&(l+=" "),l+=t);return l}const v=e=>{if("string"==typeof e)return e;let t,s="";for(let l=0;l<e.length;l++)e[l]&&(t=v(e[l]))&&(s&&(s+=" "),s+=t);return s};function w(e,...t){let s,l,r,n=function(i){const c=t.reduce((e,t)=>t(e),e());return s=(e=>({cache:u(e.cacheSize),parseClassName:h(e),sortModifiers:f(e),...a(e)}))(c),l=s.cache.get,r=s.cache.set,n=o,o(i)};function o(e){const t=l(e);if(t)return t;const a=((e,t)=>{const{parseClassName:s,getClassGroupId:l,getConflictingClassGroupIds:r,sortModifiers:a}=t,n=[],o=e.trim().split(g);let i="";for(let e=o.length-1;e>=0;e-=1){const t=o[e],{isExternal:c,modifiers:d,hasImportantModifier:m,baseClassName:x,maybePostfixModifierPosition:u}=s(t);if(c){i=t+(i.length>0?" "+i:i);continue}let h=!!u,p=l(h?x.substring(0,u):x);if(!p){if(!h){i=t+(i.length>0?" "+i:i);continue}if(p=l(x),!p){i=t+(i.length>0?" "+i:i);continue}h=!1}const f=a(d).join(":"),g=m?f+"!":f,b=g+p;if(n.includes(b))continue;n.push(b);const v=r(p,h);for(let e=0;e<v.length;++e){const t=v[e];n.push(g+t)}i=t+(i.length>0?" "+i:i)}return i})(e,s);return r(e,a),a}return function(){return n(b.apply(null,arguments))}}const y=e=>{const t=t=>t[e]||[];return t.isThemeGetter=!0,t},j=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,k=/^\((?:(\w[\w-]*):)?(.+)\)$/i,N=/^\d+\/\d+$/,C=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,$=/\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$/,z=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,S=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,I=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,B=e=>N.test(e),E=e=>!!e&&!Number.isNaN(Number(e)),F=e=>!!e&&Number.isInteger(Number(e)),M=e=>e.endsWith("%")&&E(e.slice(0,-1)),_=e=>C.test(e),G=()=>!0,L=e=>$.test(e)&&!z.test(e),P=()=>!1,D=e=>S.test(e),T=e=>I.test(e),R=e=>!A(e)&&!J(e),W=e=>te(e,ae,P),A=e=>j.test(e),O=e=>te(e,ne,L),V=e=>te(e,oe,E),H=e=>te(e,le,P),q=e=>te(e,re,T),U=e=>te(e,ce,D),J=e=>k.test(e),K=e=>se(e,ne),X=e=>se(e,ie),Y=e=>se(e,le),Q=e=>se(e,ae),Z=e=>se(e,re),ee=e=>se(e,ce,!0),te=(e,t,s)=>{const l=j.exec(e);return!!l&&(l[1]?t(l[1]):s(l[2]))},se=(e,t,s=!1)=>{const l=k.exec(e);return!!l&&(l[1]?t(l[1]):s)},le=e=>"position"===e||"percentage"===e,re=e=>"image"===e||"url"===e,ae=e=>"length"===e||"size"===e||"bg-size"===e,ne=e=>"length"===e,oe=e=>"number"===e,ie=e=>"family-name"===e,ce=e=>"shadow"===e,de=()=>{const e=y("color"),t=y("font"),s=y("text"),l=y("font-weight"),r=y("tracking"),a=y("leading"),n=y("breakpoint"),o=y("container"),i=y("spacing"),c=y("radius"),d=y("shadow"),m=y("inset-shadow"),x=y("text-shadow"),u=y("drop-shadow"),h=y("blur"),p=y("perspective"),f=y("aspect"),g=y("ease"),b=y("animate"),v=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",J,A],w=()=>[J,A,i],j=()=>[B,"full","auto",...w()],k=()=>[F,"none","subgrid",J,A],N=()=>["auto",{span:["full",F,J,A]},F,J,A],C=()=>[F,"auto",J,A],$=()=>["auto","min","max","fr",J,A],z=()=>["auto",...w()],S=()=>[B,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...w()],I=()=>[e,J,A],L=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom",Y,H,{position:[J,A]}],P=()=>["auto","cover","contain",Q,W,{size:[J,A]}],D=()=>[M,K,O],T=()=>["","none","full",c,J,A],te=()=>["",E,K,O],se=()=>[E,M,Y,H],le=()=>["","none",h,J,A],re=()=>["none",E,J,A],ae=()=>["none",E,J,A],ne=()=>[E,J,A],oe=()=>[B,"full",...w()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[_],breakpoint:[_],color:[G],container:[_],"drop-shadow":[_],ease:["in","out","in-out"],font:[R],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[_],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[_],shadow:[_],spacing:["px",E],text:[_],"text-shadow":[_],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",B,A,J,f]}],container:["container"],columns:[{columns:[E,A,J,o]}],"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:v()}],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:j()}],"inset-x":[{"inset-x":j()}],"inset-y":[{"inset-y":j()}],start:[{start:j()}],end:[{end:j()}],top:[{top:j()}],right:[{right:j()}],bottom:[{bottom:j()}],left:[{left:j()}],visibility:["visible","invisible","collapse"],z:[{z:[F,"auto",J,A]}],basis:[{basis:[B,"full","auto",o,...w()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[E,B,"auto","initial","none",A]}],grow:[{grow:["",E,J,A]}],shrink:[{shrink:["",E,J,A]}],order:[{order:[F,"first","last","none",J,A]}],"grid-cols":[{"grid-cols":k()}],"col-start-end":[{col:N()}],"col-start":[{"col-start":C()}],"col-end":[{"col-end":C()}],"grid-rows":[{"grid-rows":k()}],"row-start-end":[{row:N()}],"row-start":[{"row-start":C()}],"row-end":[{"row-end":C()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":$()}],"auto-rows":[{"auto-rows":$()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"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:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:z()}],mx:[{mx:z()}],my:[{my:z()}],ms:[{ms:z()}],me:[{me:z()}],mt:[{mt:z()}],mr:[{mr:z()}],mb:[{mb:z()}],ml:[{ml:z()}],"space-x":[{"space-x":w()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":w()}],"space-y-reverse":["space-y-reverse"],size:[{size:S()}],w:[{w:[o,"screen",...S()]}],"min-w":[{"min-w":[o,"screen","none",...S()]}],"max-w":[{"max-w":[o,"screen","none","prose",{screen:[n]},...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",s,K,O]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[l,J,V]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",M,A]}],"font-family":[{font:[X,A,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:[r,J,A]}],"line-clamp":[{"line-clamp":[E,"none",J,V]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":["none",J,A]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",J,A]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:I()}],"text-color":[{text:I()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:["solid","dashed","dotted","double","wavy"]}],"text-decoration-thickness":[{decoration:[E,"from-font","auto",J,O]}],"text-decoration-color":[{decoration:I()}],"underline-offset":[{"underline-offset":[E,"auto",J,A]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:w()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",J,A]}],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",J,A]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:L()}],"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"]},F,J,A],radial:["",J,A],conic:[F,J,A]},Z,q]}],"bg-color":[{bg:I()}],"gradient-from-pos":[{from:D()}],"gradient-via-pos":[{via:D()}],"gradient-to-pos":[{to:D()}],"gradient-from":[{from:I()}],"gradient-via":[{via:I()}],"gradient-to":[{to:I()}],rounded:[{rounded:T()}],"rounded-s":[{"rounded-s":T()}],"rounded-e":[{"rounded-e":T()}],"rounded-t":[{"rounded-t":T()}],"rounded-r":[{"rounded-r":T()}],"rounded-b":[{"rounded-b":T()}],"rounded-l":[{"rounded-l":T()}],"rounded-ss":[{"rounded-ss":T()}],"rounded-se":[{"rounded-se":T()}],"rounded-ee":[{"rounded-ee":T()}],"rounded-es":[{"rounded-es":T()}],"rounded-tl":[{"rounded-tl":T()}],"rounded-tr":[{"rounded-tr":T()}],"rounded-br":[{"rounded-br":T()}],"rounded-bl":[{"rounded-bl":T()}],"border-w":[{border:te()}],"border-w-x":[{"border-x":te()}],"border-w-y":[{"border-y":te()}],"border-w-s":[{"border-s":te()}],"border-w-e":[{"border-e":te()}],"border-w-t":[{"border-t":te()}],"border-w-r":[{"border-r":te()}],"border-w-b":[{"border-b":te()}],"border-w-l":[{"border-l":te()}],"divide-x":[{"divide-x":te()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":te()}],"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:I()}],"border-color-x":[{"border-x":I()}],"border-color-y":[{"border-y":I()}],"border-color-s":[{"border-s":I()}],"border-color-e":[{"border-e":I()}],"border-color-t":[{"border-t":I()}],"border-color-r":[{"border-r":I()}],"border-color-b":[{"border-b":I()}],"border-color-l":[{"border-l":I()}],"divide-color":[{divide:I()}],"outline-style":[{outline:["solid","dashed","dotted","double","none","hidden"]}],"outline-offset":[{"outline-offset":[E,J,A]}],"outline-w":[{outline:["",E,K,O]}],"outline-color":[{outline:I()}],shadow:[{shadow:["","none",d,ee,U]}],"shadow-color":[{shadow:I()}],"inset-shadow":[{"inset-shadow":["none",m,ee,U]}],"inset-shadow-color":[{"inset-shadow":I()}],"ring-w":[{ring:te()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:I()}],"ring-offset-w":[{"ring-offset":[E,O]}],"ring-offset-color":[{"ring-offset":I()}],"inset-ring-w":[{"inset-ring":te()}],"inset-ring-color":[{"inset-ring":I()}],"text-shadow":[{"text-shadow":["none",x,ee,U]}],"text-shadow-color":[{"text-shadow":I()}],opacity:[{opacity:[E,J,A]}],"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":[E]}],"mask-image-linear-from-pos":[{"mask-linear-from":se()}],"mask-image-linear-to-pos":[{"mask-linear-to":se()}],"mask-image-linear-from-color":[{"mask-linear-from":I()}],"mask-image-linear-to-color":[{"mask-linear-to":I()}],"mask-image-t-from-pos":[{"mask-t-from":se()}],"mask-image-t-to-pos":[{"mask-t-to":se()}],"mask-image-t-from-color":[{"mask-t-from":I()}],"mask-image-t-to-color":[{"mask-t-to":I()}],"mask-image-r-from-pos":[{"mask-r-from":se()}],"mask-image-r-to-pos":[{"mask-r-to":se()}],"mask-image-r-from-color":[{"mask-r-from":I()}],"mask-image-r-to-color":[{"mask-r-to":I()}],"mask-image-b-from-pos":[{"mask-b-from":se()}],"mask-image-b-to-pos":[{"mask-b-to":se()}],"mask-image-b-from-color":[{"mask-b-from":I()}],"mask-image-b-to-color":[{"mask-b-to":I()}],"mask-image-l-from-pos":[{"mask-l-from":se()}],"mask-image-l-to-pos":[{"mask-l-to":se()}],"mask-image-l-from-color":[{"mask-l-from":I()}],"mask-image-l-to-color":[{"mask-l-to":I()}],"mask-image-x-from-pos":[{"mask-x-from":se()}],"mask-image-x-to-pos":[{"mask-x-to":se()}],"mask-image-x-from-color":[{"mask-x-from":I()}],"mask-image-x-to-color":[{"mask-x-to":I()}],"mask-image-y-from-pos":[{"mask-y-from":se()}],"mask-image-y-to-pos":[{"mask-y-to":se()}],"mask-image-y-from-color":[{"mask-y-from":I()}],"mask-image-y-to-color":[{"mask-y-to":I()}],"mask-image-radial":[{"mask-radial":[J,A]}],"mask-image-radial-from-pos":[{"mask-radial-from":se()}],"mask-image-radial-to-pos":[{"mask-radial-to":se()}],"mask-image-radial-from-color":[{"mask-radial-from":I()}],"mask-image-radial-to-color":[{"mask-radial-to":I()}],"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":[E]}],"mask-image-conic-from-pos":[{"mask-conic-from":se()}],"mask-image-conic-to-pos":[{"mask-conic-to":se()}],"mask-image-conic-from-color":[{"mask-conic-from":I()}],"mask-image-conic-to-color":[{"mask-conic-to":I()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:L()}],"mask-repeat":[{mask:["no-repeat",{repeat:["","x","y","space","round"]}]}],"mask-size":[{mask:P()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",J,A]}],filter:[{filter:["","none",J,A]}],blur:[{blur:le()}],brightness:[{brightness:[E,J,A]}],contrast:[{contrast:[E,J,A]}],"drop-shadow":[{"drop-shadow":["","none",u,ee,U]}],"drop-shadow-color":[{"drop-shadow":I()}],grayscale:[{grayscale:["",E,J,A]}],"hue-rotate":[{"hue-rotate":[E,J,A]}],invert:[{invert:["",E,J,A]}],saturate:[{saturate:[E,J,A]}],sepia:[{sepia:["",E,J,A]}],"backdrop-filter":[{"backdrop-filter":["","none",J,A]}],"backdrop-blur":[{"backdrop-blur":le()}],"backdrop-brightness":[{"backdrop-brightness":[E,J,A]}],"backdrop-contrast":[{"backdrop-contrast":[E,J,A]}],"backdrop-grayscale":[{"backdrop-grayscale":["",E,J,A]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[E,J,A]}],"backdrop-invert":[{"backdrop-invert":["",E,J,A]}],"backdrop-opacity":[{"backdrop-opacity":[E,J,A]}],"backdrop-saturate":[{"backdrop-saturate":[E,J,A]}],"backdrop-sepia":[{"backdrop-sepia":["",E,J,A]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",J,A]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[E,"initial",J,A]}],ease:[{ease:["linear","initial",g,J,A]}],delay:[{delay:[E,J,A]}],animate:[{animate:["none",b,J,A]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[p,J,A]}],"perspective-origin":[{"perspective-origin":v()}],rotate:[{rotate:re()}],"rotate-x":[{"rotate-x":re()}],"rotate-y":[{"rotate-y":re()}],"rotate-z":[{"rotate-z":re()}],scale:[{scale:ae()}],"scale-x":[{"scale-x":ae()}],"scale-y":[{"scale-y":ae()}],"scale-z":[{"scale-z":ae()}],"scale-3d":["scale-3d"],skew:[{skew:ne()}],"skew-x":[{"skew-x":ne()}],"skew-y":[{"skew-y":ne()}],transform:[{transform:[J,A,"","none","gpu","cpu"]}],"transform-origin":[{origin:v()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:oe()}],"translate-x":[{"translate-x":oe()}],"translate-y":[{"translate-y":oe()}],"translate-z":[{"translate-z":oe()}],"translate-none":["translate-none"],accent:[{accent:I()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:I()}],"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",J,A]}],"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":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"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",J,A]}],fill:[{fill:["none",...I()]}],"stroke-w":[{stroke:[E,K,O,V]}],stroke:[{stroke:["none",...I()]}],"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"]}},me=(e,t,s)=>{void 0!==s&&(e[t]=s)},xe=(e,t)=>{if(t)for(const s in t)me(e,s,t[s])},ue=(e,t)=>{if(t)for(const s in t)he(e,t,s)},he=(e,t,s)=>{const l=t[s];void 0!==l&&(e[s]=e[s]?e[s].concat(l):l)},pe=((e,...t)=>"function"==typeof e?w(de,e,...t):w(()=>((e,{cacheSize:t,prefix:s,experimentalParseClassName:l,extend:r={},override:a={}})=>(me(e,"cacheSize",t),me(e,"prefix",s),me(e,"experimentalParseClassName",l),xe(e.theme,a.theme),xe(e.classGroups,a.classGroups),xe(e.conflictingClassGroups,a.conflictingClassGroups),xe(e.conflictingClassGroupModifiers,a.conflictingClassGroupModifiers),me(e,"orderSensitiveModifiers",a.orderSensitiveModifiers),ue(e.theme,r.theme),ue(e.classGroups,r.classGroups),ue(e.conflictingClassGroups,r.conflictingClassGroups),ue(e.conflictingClassGroupModifiers,r.conflictingClassGroupModifiers),he(e,r,"orderSensitiveModifiers"),e))(de(),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"]}}}),fe=(...e)=>pe(r(...e)),ge=t.forwardRef(({children:t,className:s="",style:l,disabled:r,...a},n)=>e.jsx("button",{ref:n,className:fe(s),style:l,disabled:r,...a,children:t}));ge.displayName="Button";const be=s=>{const{open:l,children:r}=s,a=t.useRef(null),[n,o]=t.useState(0);return t.useEffect(()=>{const e=a.current;if(!e)return;const t=()=>{o(l?e.scrollHeight:0)};let s;return t(),l&&(s=new ResizeObserver(()=>t()),s.observe(e)),()=>{s&&s.disconnect()}},[l,r]),e.jsx("div",{className:"overflow-hidden transition-all duration-300 ease-in-out",style:{maxHeight:n,opacity:l?1:0},"aria-hidden":!l,children:e.jsx("div",{ref:a,children:r})})};be.displayName="Collapse";const ve=({name:t,fill:s=0,opticalSize:l="48dp",weight:r="200",emphasis:a=145,size:n=24,color:o="currentColor",style:i={},className:c,onClick:d,dataTestId:m})=>{const x={fontVariationSettings:`'FILL' ${s}, 'wght' ${r}, 'GRAD' ${a}, 'opsz' ${l.substring(0,2)}`,fontSize:`${n}px`,fontFamily:"'Material Symbols Rounded'",color:o||"currentColor",...i};return e.jsx("span",{style:x,className:fe("material-symbols-rounded",c),onClick:d,"data-testid":m,children:t})};ve.displayName="MaterialIcon";const we=s=>{const{title:l,defaultOpen:r,children:a,containerClassName:n,titleClassName:o,className:i,buttonClassName:c,openOnlyOnDesktop:d}=s,[m,x]=t.useState(Boolean(!1));return t.useEffect(()=>{if(d){const e=window.innerWidth>=1024;x(e)}else x(Boolean(r))},[d,r]),e.jsxs("div",{className:fe("rounded-lg border",n),children:[e.jsxs(ge,{type:"button",className:fe("flex w-full items-center justify-between gap-4 rounded-t-lg px-4 py-3 text-left",c),onClick:()=>x(e=>!e),children:[e.jsx("span",{className:fe("label5",o),children:l}),e.jsx(ve,{name:m?"keyboard_arrow_down":"keyboard_arrow_up",fill:1,size:24})]}),e.jsx(be,{open:m,children:e.jsx("div",{className:fe("px-4 py-4",i),children:a})})]})};we.displayName="Accordion";const ye=t.forwardRef(({children:e,as:s,className:l="",style:r,...a},n)=>{const o=s||"p";return t.createElement(o,{ref:n,className:l,style:r,...a},e)});ye.displayName="Text";const je=t.forwardRef(({className:t,...l},r)=>{const a="string"==typeof l.src?l.src:"",n=a.toLowerCase().split("?")[0]||"",o=a.includes("images.ctfassets.net")&&n.endsWith(".svg");return e.jsx(s,{ref:r,className:fe(t),...l,unoptimized:o})});je.displayName="NextImage";const ke=({items:t=[]})=>t.length?e.jsx("div",{className:"card-holder grid grid-cols-1 items-stretch gap-5 self-stretch lg:auto-cols-fr lg:grid-flow-col lg:gap-6 lg:overflow-x-auto",children:t.map((t,s)=>{var l;return e.jsx("div",{className:"callout-card h-full p-6 lg:p-8",children:e.jsxs("div",{className:"card-template flex flex-col gap-6 lg:items-start lg:gap-8",children:[e.jsx("div",{className:"card-header",children:t.image&&e.jsx(je,{width:88,height:88,src:t.image,alt:null!==(l=t.title)&&void 0!==l?l:"card-icon"})}),e.jsxs("div",{className:"card-body flex flex-col gap-3",children:[t.title&&e.jsx(ye,{as:"h3",className:"heading6",children:t.title}),t.body&&e.jsx(ye,{as:"div",className:"body1",children:t.body})]})]})},`card-${s}`)})}):null,Ne=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()},Ce=t.forwardRef(({variant:t="primary_brand",isLoading:s=!1,text:l,label:r,disabled:a,fullWidth:n,size:o={base:"medium"},...i},c)=>{const d=(()=>{const e=fe((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()})(o),"rounded-2xl 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",n&&"w-full"),l=fe((a||s)&&"cursor-not-allowed",s&&"pl-7",a&&"bg-bg-fill-brand-disabled");return fe(e,{primary_brand:"bg-bg-fill-brand text-text-brand-on-bg-fill enabled:hover:bg-bg-fill-brand-hover focus:ring-bg-fill-brand",primary_inverse:"bg-bg-surface-inverse text-text-inverse enabled:hover:bg-bg-fill-inverse-hover focus:ring-bg-surface-inverse",secondary:"border-2 border-border-secondary-on-bg-fill bg-bg text-text focus:ring-bg-surface-inverse"}[t]||"",l)})();let m=`button--${t}`;s&&(m+=" button--loading"),a&&(m+=" button--disabled");const x=`${m} ${d}`;return e.jsxs("button",{ref:c,className:fe(x),disabled:a||s,...i,children:[s?e.jsx(ve,{name:"progress_activity",className:"animate-spin"}):null,r?e.jsxs("span",{className:"flex flex-col",children:[e.jsx("span",{className:fe(Ne(o)),children:r}),l]}):l]})});Ce.displayName="BrandButton";const $e=t.forwardRef(({children:t,href:s,className:l="",onClick:r,variant:a="unstyled",style:n,external:o=!1,disabled:i=!1,...c},d)=>{const m=(()=>{if("unstyled"===a)return"";const e={default:"text-text underline"},t=[i?"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[a]||e.default,t].filter(Boolean).join(" ")})(),x={...c,ref:d,className:fe(m,`link--${a}`,i&&"link--disabled",l),style:n,href:i?void 0:s,onClick:e=>{i?e.preventDefault():null==r||r(e)},...o&&!i&&{target:"_blank",rel:"noopener noreferrer"},...i&&{"aria-disabled":!0,tabIndex:-1}};return e.jsx("a",{...x,children:t})});$e.displayName="Link";const ze=({showButtonAs:t="solid",buttonVariant:s="primary_brand",buttonLabel:l,buttonPrefix:r,href:a,target:n="_blank",anchorId:o,linkClassName:i,linkVariant:c,fullWidth:d,preDefinedFunctionExecution:m,checkPlansJSX:x,onClick:u})=>{if("check availability"===m)return x;return"solid"===t?e.jsx(Ce,{id:o,variant:s,text:l,label:r,fullWidth:d,onClick:function(e){null==u||u(e)}}):"text"===t?e.jsx($e,{href:a,target:n,variant:c||"default",className:`text-text-brand ${i||""}`,onClick:function(e){null==u||u(e)},children:l}):null},Se=t.forwardRef(({children:t,className:s="",variant:l="unstyled",style:r,...a},n)=>{const o=fe("unstyled"===l?"":"mb-1 leading-6","list-item",`list-item--${l}`,s);return e.jsx("li",{ref:n,className:o,style:r,...a,children:t})});Se.displayName="ListItem";const Ie=t.forwardRef(({type:t="ul",items:s,className:l="",renderItem:r,children:a,variant:n="unstyled",style:o,...i},c)=>{const d=(()=>{if("unstyled"===n)return"";return`m-0 p-0 ${"ol"===t?"pl-6 list-decimal":"pl-5 list-disc"}`})(),m={className:fe(d,`list--${t}`,`list--${n}`,l),style:o,...i,children:a||(s&&0!==s.length?s.map((t,s)=>r?r(t,s):e.jsx(Se,{className:t.className,variant:n,children:t.content},t.id||s)):null)};return"ol"===t?e.jsx("ol",{...m,ref:c}):e.jsx("ul",{...m,ref:c})});Ie.displayName="List";const Be=t=>{const{items:s,listIconName:l="check",listItemClassName:r,iconSize:a=20,iconPosition:n="center"}=t,o="disc"!==l;return(null==s?void 0:s.length)?e.jsx(Ie,{className:"mt-2 space-y-1",variant:o?"unstyled":"default",children:s.map((t,s)=>e.jsxs(Se,{variant:o?"unstyled":"default",className:fe(`${o?"flex":""} ${"top"===n?"items-start":"items-center"} gap-2 text-text-secondary`,r),children:[o&&e.jsx("div",{children:e.jsx(ve,{name:l,size:a,weight:"600",className:"text-icon-brand "+("top"===n?"mt-1":"")})}),e.jsx(ye,{as:"div",children:t})]},s))}):null};Be.displayName="Checklist";const Ee=t.forwardRef(({as:t,className:s="",...l},r)=>{const a=fe(s);if(t){const s=t;return e.jsx(s,{ref:r,className:a,...l})}return e.jsx("img",{ref:r,className:a,...l})});Ee.displayName="Image";const Fe=({link:s,anchorName:l})=>{const[r,a]=t.useState(!1),n=t.useRef(null);if(((e,s)=>{const l=t=>{var l;(null===(l=null==e?void 0:e.current)||void 0===l?void 0:l.contains(t.target))||s()};t.useEffect(()=>(document.addEventListener("click",l),()=>{document.removeEventListener("click",l)}))})(n,()=>a(!1)),!s)return null;if((e=>"string"==typeof e.href)(s))return e.jsx(ze,{...s,linkClassName:"body3 flex items-center text-text-link h-full",linkVariant:"unstyled"},`submenu-link-btn-${s.anchorId}`);const{anchorId:o,title:i,items:c}=s,d=Array.isArray(null==c?void 0:c.items)?c.items:[],m=`--link-anchor-${l}`;return e.jsxs("div",{className:"relative h-full",style:{anchorName:m},ref:n,children:[e.jsxs(ge,{onClick:()=>a(e=>!e),"aria-expanded":r,className:"group body3 flex h-full items-center",children:[e.jsx(ye,{as:"span",className:"group-hover:underline",children:null!=i?i:null}),e.jsx(ve,{weight:"700",className:"text-icon-info group-hover:opacity-50",name:r?"keyboard_arrow_up":"keyboard_arrow_down"})]},o),e.jsx("div",{className:fe("fixed z-10 min-w-44 rounded-xl bg-bg shadow-lg","transition-[opacity,transform] ease-out",r&&d.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)",right:"anchor(right)"},children:e.jsx("ul",{className:"flex flex-col gap-2 py-2",children:d.map((t,s)=>e.jsx("li",{className:"submenu-link",children:e.jsx(ze,{...t,linkVariant:"unstyled",linkClassName:"body3 px-4 hover:bg-bg-surface-hover flex items-center w-full h-11 text-text-link"})},`submenu-link-${s}`))})})]})},Me=({link:s})=>{const[l,r]=t.useState(!1);if(!s)return null;if((e=>"string"==typeof e.href)(s))return e.jsx(ze,{...s,linkClassName:"label3 flex items-center w-full h-11 px-4 text-text-link",linkVariant:"unstyled"},`submenu-link-btn-${s.anchorId}`);const{anchorId:a,title:n,items:o}=s,i=Array.isArray(null==o?void 0:o.items)?o.items:[];return e.jsxs(e.Fragment,{children:[e.jsxs(ge,{onClick:()=>r(e=>!e),"aria-expanded":l,className:"label3 flex h-11 w-full items-center px-4",children:[null!=n?n:null,e.jsx(ve,{weight:"700",name:l?"keyboard_arrow_up":"keyboard_arrow_down"})]},a),l&&i.length>0&&e.jsx(_e,{items:i})]})},_e=({items:t})=>e.jsx("ul",{className:"flex flex-col gap-2",children:t.map((t,s)=>e.jsx("li",{className:"submenu-link",children:e.jsx(ze,{...t,linkVariant:"unstyled",linkClassName:"body3 pl-8 pr-4 flex items-center w-full h-11 text-text-link"})},`submenu-link-${s}`))},`submenu-${t.length}`),Ge=t=>{const{showBlinkDot:s=!1,buttonStyle:l="primary",size:r="md",children:a,...n}=t;return e.jsxs($e,{...n,className:`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"}[l]}`,children:[s?e.jsx("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.jsx("span",{className:`relative inline-flex ${{sm:"h-5 w-5",md:"h-6 w-6",lg:"h-8 w-8"}[r]} items-center justify-center rounded-full bg-icon-brand`,children:e.jsx(ve,{name:"call",fill:1,size:{sm:20,md:20,lg:32}[r],className:"text-white"})}),e.jsx("span",{className:"font-normal tracking-wide",children:a})]})};Ge.displayName="CallButton";const Le=t.forwardRef((s,l)=>{const{className:r,size:a,required:n,placeholder:o,label:i,state:c,errorText:d,prefixIconName:m,prefixIconFill:x=!0,suffixIconFill:u=!1,prefixIconSize:h=24,suffixIconName:p,suffixIconSize:f=24,containerClassName:g,prefixIconClassName:b,loading:v,hasError:w,type:y,...j}=s,k=w?"error":c,[N,C]=t.useState(!1),[$,z]=t.useState(!1),[S,I]=t.useState(y||"text"),B=t.useCallback(e=>{e.stopPropagation(),I(e=>"password"===e?"text":"password")},[]);return e.jsxs("div",{className:"relative",children:[i?e.jsx("label",{htmlFor:i,className:fe("inline-block pb-1"),children:e.jsxs(ye,{as:"span",className:"footnote text-text",children:[i,n?e.jsx("span",{className:"pl-1 text-text-critical",children:"*"}):null]})}):null,e.jsxs("div",{className:fe("relative flex flex-row items-center overflow-hidden rounded-xl border border-input-border bg-input-bg-surface",{sm:"h-[48px] rounded-lg px-3 py-2",slim:"h-12",medium:"h-14",large:"h-[60px]"}[a||"medium"],g,(N||"hover"===k)&&!$&&"error"!==k&&"border-input-border-hover",($||"focus"===k||"active"===k)&&"border-input-border-selected outline outline-1 outline-input-border-selected","error"===k&&"border-input-border-critical outline outline-1 outline-input-border-critical"),children:[m?e.jsx("div",{className:"mr-1",style:{width:h,height:h,overflow:"hidden"},children:e.jsx(ve,{name:m,fill:x?1:0,size:h,className:fe(b)})}):null,e.jsx("input",{ref:l,id:i,disabled:v||j.disabled,className:fe("h-full grow rounded-xl p-4 caret-bg-inverse placeholder:text-input-text-placeholder focus:border-none focus:outline-none","text-body2","slim"===a&&"text-body3",r),placeholder:o,type:S,...j,onMouseOver:()=>C(!0),onMouseOut:()=>C(!1),onFocus:e=>{var t;null===(t=j.onFocus)||void 0===t||t.call(j,e),z(!0)},onBlur:e=>{var t;null===(t=j.onBlur)||void 0===t||t.call(j,e),z(!1)}}),p?e.jsx("div",{className:"ml-2",style:{width:f,height:f,overflow:"hidden"},onClick:B,children:e.jsx(ve,{name:"text"===S?"visibility":"visibility_off",size:f,fill:u?1:0})}):null]}),"error"===k&&d&&""!=d?e.jsxs(ye,{className:fe("footnote left-0 top-full inline-flex items-center pt-1 text-text-critical"),children:[e.jsx(ve,{name:"info",size:20,className:"mr-1"}),d||"Error"]}):null]})});Le.displayName="Input";const Pe=s=>{var l;const{primaryNavigationLinks:r,utilityNavigationLinks:a}=s,[n,o]=t.useState(!1);t.useEffect(()=>{if("undefined"==typeof window)return;document.body.style.overflowY=n?"hidden":"unset";const e=document.getElementById("drawer-items");if(!e)return;const t=e.querySelectorAll(".focus-item"),s=t[0],l=t[t.length-1],r=e=>{var t,r,a,n;("Tab"===e.key||9===e.keyCode)&&(e.shiftKey?document.activeElement===s&&(null===(r=(t=l).focus)||void 0===r||r.call(t),e.preventDefault()):document.activeElement===l&&(null===(n=(a=s).focus)||void 0===n||n.call(a),e.preventDefault()))};return window.addEventListener("keydown",r),()=>{document.body.style.overflowY="unset",window.removeEventListener("keydown",r)}},[n]);const i=()=>{o(!1)};return e.jsxs("div",{children:[e.jsx(ge,{className:"flex",onClick:()=>o(!0),children:e.jsx(ve,{name:"menu"})}),n?e.jsx("div",{className:"fixed bottom-0 left-0 right-0 top-0 z-[90] h-full w-full bg-scrim-bg-modal"}):null,e.jsx("div",{className:fe("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",n?"right-0":"-right-96"),id:"mobile-menu-overlay",children:e.jsxs("div",{id:"drawer-items",className:"flex h-full flex-col gap-3",children:[e.jsxs("div",{className:"flex items-center justify-between px-4",children:[e.jsx("div",{children:e.jsx(Ge,{href:"tel:1234567890",children:"(123) 456-7890"})}),e.jsx("div",{children:e.jsx(ge,{onClick:i,className:"focus-item flex",children:e.jsx(ve,{name:"close"})})})]}),e.jsx(De,{closeMenu:i,isMenuOpen:n,searchBarIconURL:"string"==typeof s.searchBarIcon?s.searchBarIcon:(null===(l=s.searchBarIcon)||void 0===l?void 0:l.url)||"",onSearch:s.onSearch||(()=>{})}),e.jsxs("div",{className:"flex-grow overflow-y-auto",children:[e.jsx("ul",{className:"mt-2 flex flex-col gap-2",children:null==r?void 0:r.map((t,s)=>e.jsx("li",{children:e.jsx(Me,{link:t})},`main-menu-items-${s}`))}),e.jsx("ul",{className:"mt-2 flex gap-5 bg-bg-fill-info px-4",children:null==a?void 0:a.map((t,s)=>e.jsx("li",{children:e.jsx(ze,{...Object.fromEntries(Object.entries(t).filter(([e,t])=>null!==t)),linkClassName:fe("footnote flex items-center w-full h-11 text-text-link",1===s&&"label4"),linkVariant:"unstyled"},`submenu-link-btn-${t.anchorId}`)},`main-menu-items-${s}`))})]})]})})]})},De=s=>{const{closeMenu:l,onSearch:r,isMenuOpen:a,searchBarIconURL:n}=s,[o,i]=t.useState(""),c=t.useRef(null),d=e=>{l(),e.preventDefault(),r(o)};return t.useEffect(()=>{a||i("")},[a]),e.jsxs("form",{name:"searchForm",className:"flex border-b border-t transition-colors focus-within:border-border-focus",onSubmit:d,children:[e.jsx(je,{src:n,width:32,height:32,alt:"Search icon",role:"button",className:"ml-2",onClick:d}),e.jsx("div",{className:"flex-grow",children:e.jsx(Le,{ref:c,className:"h-[34px] rounded-none text-body3 font-medium leading-6",name:"search",placeholder:"Search...",value:o,onChange:e=>i(e.target.value),autoComplete:"off",containerClassName:"h-[46px] px-4 pl-0 rounded-none flex-grow border-none"})})]})},Te=s=>{const{searchBarIconURL:l,onSearch:r}=s,[a,n]=t.useState(""),o=t.useRef(null),i=e=>{e.preventDefault(),r(a)};return e.jsxs("form",{name:"searchForm",className:"flex h-9 w-60 rounded-full border transition-colors focus-within:border-border-focus",onSubmit:i,children:[e.jsx(je,{src:l,width:32,height:32,alt:"Search icon",role:"button",onClick:i}),e.jsx(Le,{ref:o,className:"rounded-full p-0 text-body3 font-medium leading-6",name:"search",placeholder:"Search...",value:a,onChange:e=>n(e.target.value),autoComplete:"off",containerClassName:"px-0 h-full border-none rounded-full"})]})},Re=({onSelect:t,speed:s,isSelected:l=!1})=>{const r=`btn-medium rounded-2xl 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 ${l?" 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"} `;return e.jsxs(ge,{onClick:t,className:fe(r,"w-full justify-between pl-5 pr-5"),"data-track-element-name":"speed_plan_select_button","data-track-click-text":`Select plan speed ${s}`,"data-track-element-clicked":"speed_plan_card",children:[e.jsx("span",{children:"Select plan"}),e.jsx("span",{className:"inline-flex h-6 w-6 items-center justify-center rounded-full "+(l?"bg-bg-fill-surface-inverse text-text-inverse":"bg-bg text-text"),children:e.jsx(ve,{name:"chevron_right",fill:1,size:24})})]})};exports.Accordion=({items:t,title:s,background:l="white",enableHeading:r=!1,maxWidth:a=!0})=>e.jsx("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[l]} component-container`,children:e.jsxs("div",{className:(a?"max-w-120 xl:mx-auto":"")+" mx-5 my-8 lg:mx-20 lg:my-18",children:[e.jsx("div",{children:e.jsx(ye,{as:r?"h1":"h2",className:"heading1 text-left lg:text-center",children:s})}),e.jsx("div",{className:"question-answer-section mt-10 lg:mt-16",children:null==t?void 0:t.map((t,s)=>e.jsx("div",{children:e.jsx(we,{title:t.title,containerClassName:"border-0 border-b-[1px] rounded-none",openOnlyOnDesktop:!0,children:e.jsx(ye,{children:t.description})})},`item-${s}`))})]})}),exports.Button=ze,exports.Callout=({title:t,items:s,enableHeading:l=!1,subtitle:r,color:a="dark",maxWidth:n=!0})=>e.jsx("div",{className:"component-container",children:e.jsx("div",{className:`mx-5 mb-5 mt-12 ${n?"max-w-120 xl:mx-auto":""} ${"dark"==a?"text-text":"text-white"}`,children:e.jsxs("div",{className:"callout-container flex flex-col gap-8",children:[e.jsxs("div",{className:"title-holder",children:[t&&e.jsx(ye,{as:l?"h1":"h2",className:"heading2 md:heading1 md:text-center",children:t}),r&&e.jsx(ye,{as:l?"h2":"h3",className:"subheading3 mt-3 md:subheading1 md:text-center",children:r})]}),s&&e.jsx(ke,{items:s})]})})}),exports.Cards=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Cards"})}),exports.Carousel=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Carousel"})}),exports.ComparisonTable=({title:t,disclaimer:s,table:l,maxWidth:r=!0})=>e.jsx("div",{className:"component-container",children:e.jsxs("div",{className:"mx-5 mb-5 mt-8 lg:mt-10 "+(r?"max-w-120 xl:mx-auto":""),children:[e.jsx(ye,{as:"h2",className:"heading2 lg:heading1 lg:text-center",children:t}),e.jsx("div",{className:"comparison-table-container mt-20 xl:mt-10",children:l}),e.jsx(ye,{as:"div",className:"micro mt-8 text-center",children:s})]})}),exports.CtaCallout=({title:t,background:s="white",button:l,color:r,contentAlignment:a,description:n,descriptionAlignment:o,enableHeading:i,subTitle:c,maxWidth:d=!0})=>e.jsx("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[s]} component-container`,children:e.jsxs("div",{className:`${d?"mx-auto max-w-120":""} color-${r} flex flex-col ${"dark"==r?"text-text":"text-white"} px-5 py-16 lg:px-13 lg:py-24`,children:[e.jsx(ye,{as:i?"h1":"h2",className:`heading2 lg:heading1 text-${a}`,children:t}),e.jsx(ye,{as:"h3",className:`subheading3 pt-2 lg:subheading1 lg:pt-3 text-${a}`,children:c}),e.jsx("div",{className:`pt-2 text-body1 lg:pt-3 text-${o}`,children:n}),e.jsx("div",{className:"flex justify-center pt-5 lg:pt-14",children:e.jsx(ze,{...l})})]})}),exports.FindKinetic=({background:t="white",description:s,enableHeading:l,image:r,list:a=[],subTitle:n,title:o,maxWidth:i=!0})=>e.jsx("div",{className:`${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[t]} component-container`,children:e.jsxs("div",{className:(i?"max-w-120 xl:mx-auto":"")+" mx-5 mb-5 mt-12 xl:my-20",children:[o&&e.jsx(ye,{as:l?"h1":"h2",className:"heading2 md:heading1 md:text-center",children:o}),n&&e.jsx(ye,{as:l?"h2":"h3",className:"heading3 mt-4 text-center",children:n}),e.jsxs("div",{className:"mt-8 flex items-center xl:mt-16 xl:gap-10",children:[e.jsxs("div",{className:"flex flex-col items-start gap-10 self-stretch xl:flex-[1_0_0]",children:[s&&e.jsx(ye,{as:"p",className:"body1",children:s}),a.length>0&&e.jsx("ul",{className:"grid w-full grid-cols-2 gap-x-8 gap-y-4 lg:grid-cols-3",children:null==a?void 0:a.map((t,s)=>e.jsx("li",{children:e.jsx($e,{href:`/${t.code}`,className:"label1",children:t.name})},`item-list-${s}`))})]}),r&&e.jsx("aside",{className:"hidden xl:block",children:e.jsx(je,{width:472,height:100,src:r,alt:"image"})})]})]})}),exports.FloatingBanner=({title:t,subtitle:s,description:l,disclaimer:r,icon:a,cta:n,background:o="navy",color:i="light",enableHeading:c,maxWidth:d=!0})=>e.jsx("div",{className:"component-container",children:e.jsxs("div",{className:"mx-5 my-8 lg:mx-20 lg:my-12 lg:rounded-[40px] xl:mx-auto "+(d?"max-w-120":""),children:[e.jsxs("div",{className:`flex flex-col rounded-[28px] px-5 py-7 lg:flex-row lg:rounded-[40px] lg:px-16 lg:py-9 ${{blue:"bg-[#07B2E2]",green:"bg-[#26B170]",yellow:"bg-[#F5FF1E]",purple:"bg-[#931D69]",white:"bg-white",navy:"bg-[#00002D]"}[o]} ${"dark"==i?"text-text":"text-white"} `,children:[a&&e.jsx("div",{className:"floating-banner-icon mb-5 flex justify-center lg:mb-0 lg:items-center",children:e.jsx("div",{className:"h-[80px] w-[80px] overflow-hidden",children:e.jsx(je,{width:80,height:80,alt:"icon",src:a})})}),e.jsxs("div",{className:"flex flex-col justify-center lg:mx-5",children:[t&&e.jsx(ye,{as:c?"h1":"h2",className:"heading2 mb-3 text-center lg:w-[95%] lg:text-left",children:t}),s&&e.jsx(ye,{as:"h3",className:"heading3 mb-3 text-center lg:text-left",children:s}),l&&e.jsx(ye,{as:"div",className:"body1 text-center lg:w-[95%] lg:text-left",children:l})]}),n&&e.jsx("div",{className:"mt-5 flex justify-center lg:mt-0 lg:w-[500px] lg:items-center",children:e.jsx(ze,{...n})})]}),r&&e.jsx("div",{children:e.jsx(ye,{as:"div",className:"body3 mt-3 text-center",children:r})})]})}),exports.Footer=({body:s,links:l,bottomLinks:r,copyrights:a,terms:n,maxWidth:o=!0,onClick:i})=>{function c(e){null==i||i(e)}return e.jsx("div",{className:"component-container bg-bg-inverse text-white",children:e.jsxs("div",{className:` ${o?"mx-auto max-w-120":""} px-5 py-8`,children:[e.jsx("aside",{className:"break-words","aria-label":"Promotions and disclaimers",children:s}),e.jsx("div",{className:"my-8 h-[1px] border-t-0 bg-white opacity-100 lg:my-16 dark:opacity-50"}),e.jsx("div",{className:"grid-1 grid gap-8 py-8 md:grid-cols-2 lg:grid-cols-4",children:null==l?void 0:l.map((s,l)=>{var r,a;return e.jsxs(t.Fragment,{children:[e.jsx("div",{children:e.jsxs("nav",{"aria-labelledby":`footer-${null==s?void 0:s.title}`,className:"site-links-group",children:[e.jsx(ye,{as:"div",className:"label3",children:null==s?void 0:s.title}),e.jsx("ul",{className:"flex flex-col",children:null===(a=null===(r=null==s?void 0:s.items)||void 0===r?void 0:r.items)||void 0===a?void 0:a.map((t,s)=>e.jsx("li",{className:"pt-3",children:e.jsx(ze,{...t,linkVariant:"unstyled",linkClassName:"text-white body3",onClick:c})},`site-links-${s}`))})]},`link-group-${l}`)},`footer-link-group-${l}`),e.jsx("div",{className:"block h-[1px] border-t-0 bg-white opacity-100 md:hidden dark:opacity-50"})]},`footer-link-group-${l}`)})}),e.jsxs("div",{className:"pt-8",children:[e.jsx("p",{className:"copy-rights",children:a}),e.jsxs("p",{className:"terms-text footnote text-white",children:["© ",(new Date).getFullYear()," ",n]}),e.jsx("nav",{"aria-label":"Footer legal",children:e.jsx("ul",{className:"bottom-links list-none",children:null==r?void 0:r.map((t,s)=>e.jsx("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.jsx(ze,{...t,linkClassName:"footnote text-white",linkVariant:"unstyled",onClick:c})},`links-${s}`))})})]})]})})},exports.ImagePromoBar=({brow:t,enableHeading:s,title:l,subTitle:r,ctaDisclaimer:a,disclaimer:n,description:o,image:i,imageLinks:c,mediaPosition:d=!0,checklist:m,secondaryCta:x,cta:u,videoLink:h,maxWidth:p=!0,color:f="light",imageWidth:g=660,imageHeight:b=660})=>e.jsx("div",{className:"component-container",children:e.jsx("div",{className:`image-promo-bar-content ${p?"max-w-120 xl:mx-auto":""} mx-5 mb-8 mt-16`,children:e.jsxs("div",{className:"flex shrink-0 flex-col items-center gap-8 xl:gap-[126px] "+(d?"flex-row xl:flex-row-reverse":"xl:flex-row"),children:[e.jsxs("div",{className:"flex flex-[1_0_0] flex-col items-start justify-center gap-8 xl:gap-10 "+("dark"==f?"text-text":"text-white"),children:[e.jsxs("div",{className:"heading holder",children:[t&&e.jsx(ye,{as:"div",className:"subheading4 mb-4 text-text-brand xl:subheading2 xl:mb-3",children:t}),l&&e.jsx(ye,{as:s?"h1":"h2",className:"heading2 xl:heading1",children:l}),r&&e.jsx(ye,{as:s?"h2":"h3",className:"subheading1 mt-3",children:r})]}),o&&e.jsx(ye,{as:"div",className:"body1",children:o}),m.length>0&&e.jsx(Be,{items:m,iconPosition:"top",iconSize:24}),null==c?void 0:c.map((t,s)=>e.jsx("div",{className:"image-link",children:e.jsx(Ee,{src:t.url,alt:"icon-link"})},s)),e.jsxs("div",{className:"flex w-full flex-col gap-8 xl:flex-row xl:gap-3",children:[u&&e.jsx("div",{className:"primary-cta w-full xl:w-auto",children:e.jsx(ze,{...u,fullWidth:!0})}),x&&e.jsx("div",{className:"secondary-cta",children:e.jsx(ze,{...x,fullWidth:!0})})]}),a&&e.jsx("div",{children:a}),n&&e.jsx("div",{children:n})]}),e.jsxs("aside",{className:"flex shrink-0 content-center items-center",children:[e.jsx("div",{className:"relative aspect-[16/9] w-full xl:aspect-square xl:max-h-[486px] xl:w-[486px]",children:i&&e.jsx(je,{src:i,alt:"section-image",width:g,height:b,className:"bottom-0 left-0 right-0 top-0 h-full rounded-[40px] object-cover"})}),e.jsx("div",{children:(null==h?void 0:h.link)&&e.jsx("div",{className:"video-section",children:h.image&&e.jsx(je,{src:h.image,alt:"Video preview",width:486,height:100,className:"rounded-[40px]"})})})]})]})})}),exports.Modal=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Modal Block"})}),exports.Navigation=t=>{const{primaryNavigationLinks:s,utilityNavigationLinks:l,checkPlansJSX:r,primaryNavigationLogo:a,accountNavigationLinks:n,supportNavigationLinks:o,searchBarIcon:i,onSearch:c=()=>{}}=t;return e.jsxs("div",{className:"component-container",children:[e.jsxs("nav",{className:"menu-container",children:[e.jsx("div",{className:"utility-container hidden lg:block lg:border-b lg:px-2",children:e.jsxs("div",{className:"mx-auto flex max-w-120 justify-between",children:[e.jsx("ul",{className:"flex gap-5","aria-label":"Utility Navigation",children:null==l?void 0:l.map((t,s)=>e.jsx("li",{children:e.jsx(ze,{linkClassName:fe("footnote flex items-center w-full h-11 text-text-link",1===s&&"label4"),linkVariant:"unstyled",...Object.fromEntries(Object.entries(t).filter(([e,t])=>null!==t))})},`main-menu-items-${s}`))}),e.jsxs("div",{className:"flex items-center gap-10",children:[e.jsx(Ge,{href:"tel:1234567890",children:e.jsx(ye,{className:"body3",children:"(123) 456-7890"})}),null==n?void 0:n.map((t,s)=>e.jsx(Fe,{anchorName:`my-account-${s}`,link:t},`my-account-${s}`))]})]})}),e.jsxs("div",{className:"main-nav-container","aria-label":"Main Navigation",children:[e.jsxs("div",{className:"mobile-nav-section flex h-14 items-center justify-between px-5 py-[10px] lg:hidden",children:[e.jsx("div",{children:e.jsx(je,{src:"string"==typeof a?a:(null==a?void 0:a.url)||"",alt:"Kinetic business logo",width:76.5,height:24})}),e.jsxs("div",{className:"flex items-center gap-6",children:[e.jsx(Ge,{href:"tel:1234567890",children:e.jsx(ye,{as:"span",className:"footnote",children:"(123) 456-7890"})}),e.jsx(Pe,{...t})]})]}),e.jsx("div",{className:"desktop-nav-section hidden lg:block lg:border-b lg:px-2",children:e.jsxs("div",{className:"mx-auto flex h-14 max-w-120 items-center justify-between",children:[e.jsxs("div",{className:"flex h-full",children:[e.jsx(je,{src:"string"==typeof a?a:(null==a?void 0:a.url)||"",alt:"Kinetic business logo",width:76.5,height:24,className:"mr-14"}),e.jsx("div",{className:"flex h-full items-center gap-5",children:null==s?void 0:s.map((t,s)=>e.jsx(Fe,{anchorName:`main-menu-${s}`,link:t},`main-menu-${s}`))})]}),e.jsxs("div",{className:"flex h-full items-center gap-10",children:[e.jsx(Te,{searchBarIconURL:"string"==typeof i?i:(null==i?void 0:i.url)||"",onSearch:c}),null==o?void 0:o.map((t,s)=>e.jsx(Fe,{anchorName:`support-menu-${s}`,link:t},`support-menu-${s}`))]})]})})]})]}),r&&e.jsx("div",{className:"md:hidden",children:r})]})},exports.PrimaryHero=t=>{var s;const{title:l,showAsHeading:r,subTitle:a,primaryCta1:n,carouselImages:o,bottomLink:i,price:c,priceCallout:d,priceSuffix:m,checklist:x,checkPlansJSX:u}=t,h=null!==(s=null==i?void 0:i.buttonLabel)&&void 0!==s?s:null==i?void 0:i.label;return e.jsx("div",{className:"component-container p-5 lg:h-[724px] lg:p-0",children:e.jsxs("div",{className:fe("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:p-4 lg:text-left"),children:[e.jsx("div",{className:fe("relative flex flex-col text-white sm:w-[485px]"),children:e.jsxs("div",{className:"flex flex-col gap-5 lg:gap-6",children:[l&&e.jsx(ye,{as:r?"h1":"h2",className:"heading2 font-bold lg:heading1",children:l}),a&&e.jsx(ye,{as:"p",className:"subheading3 lg:subheading1",children:a}),c?e.jsxs("div",{className:"flex",children:[e.jsx("div",{className:"mr-2",children:d?d.split("|").map(t=>e.jsx(ye,{as:"p",className:"body2",children:t})):null}),e.jsx(ye,{as:"p",className:"subheading1",children:"$"}),e.jsx(ye,{as:"p",className:"subheading5",children:c}),m?e.jsx(ye,{as:"p",className:"subheading1",children:m}):null]}):null,x&&e.jsx(Be,{listItemClassName:"text-white body2",items:x.map(e=>e.title)}),n&&e.jsxs("div",{className:fe("hidden flex-col gap-3 lg:flex"),children:[e.jsx(ze,{...n,checkPlansJSX:u}),i&&e.jsx("div",{children:e.jsx(ze,{...i,linkClassName:"text-footnote text-white"})})]}),!n&&i&&(h||(null==i?void 0:i.href))&&e.jsx("div",{className:"hidden lg:block",children:e.jsx(ze,{...i,linkClassName:"text-footnote text-white"})})]})}),e.jsxs("div",{className:"lg:hidden",children:[e.jsx("div",{className:"my-8",children:o&&o[0]?e.jsx(je,{src:o[0],alt:"Hero",className:"aspect-[1.71:1] sm:aspect-[1.41:1] rounded-[40px] object-cover object-center sm:h-[420px]",width:350,height:205,loading:"eager"}):null}),i&&(h||(null==i?void 0:i.href))&&e.jsx("div",{children:e.jsx(ze,{...i,linkClassName:"body3 text-white"})})]}),e.jsx("div",{className:fe("relative hidden lg:block"),children:o&&o[0]?e.jsx(je,{src:o[0],alt:"Hero",className:"aspect-square rounded-[40px] object-cover object-center",width:600,height:600,loading:"eager"}):null})]})})},exports.ProductCard=({planName:s,speed:l,price:r,description:a,bestValue:n=!1,bestValueText:o="best value",giftBadge:i,innerBadge:c,theme:d="light",featuresTitle:m="Business Ready Internet features",features:x=[],isExpanded:u,onToggleExpand:h,onCtaClick:p,hostType:f})=>{const[g,b]=t.useState(!1),v=void 0!==u?u:g,w="dark"===d;return e.jsxs("article",{className:fe("relative flex h-full w-full max-w-[392px] flex-col",!n&&"pt-[28px]"),children:[n&&e.jsx("div",{className:"rounded-t-[20px] bg-bg-fill-brand-accent px-4 py-1 text-center text-sm font-bold text-text",children:o}),e.jsxs("div",{className:fe("flex flex-grow flex-col gap-6 rounded-[20px] px-5 shadow-cardDrop",w?"bg-bg-fill-inverse text-white":"bg-white text-text",n?"rounded-t-none":""),children:[e.jsxs("header",{className:"overflow-none flex items-start justify-between gap-4 pt-7",children:[e.jsxs("div",{className:"flex flex-col",children:[e.jsx(ye,{as:"h3",className:fe("whitespace-nowrap text-subheading2 font-black lowercase",w?"text-bg-fill-brand-accent":"text-text-brand"),children:s}),"smb"===f?e.jsx(ye,{as:"p",className:`text-label3 font-black ${w?"text-bg-fill-brand-accent":"text-text-brand"} lowercase md:whitespace-nowrap`,children:"business ready internet"}):null]}),e.jsxs("div",{className:"flex items-start",children:[e.jsx("span",{className:"text-xl font-normal",children:"$"}),e.jsx("span",{className:"text-subheading6 font-medium leading-none",children:r.split(".")[0]}),e.jsxs("span",{className:"text-sm font-black",children:[r.split(".")[1],"/mo"]})]})]}),e.jsx("section",{children:e.jsx(ye,{className:fe("text-base",w?"text-white":"text-text"),children:a})}),e.jsx("div",{className:fe("flex-col items-center rounded-xl p-2",w?"bg-bg-surface-inverse":"bg-gray-200"),children:i&&(null==i?void 0:i.map(t=>e.jsxs("div",{className:"flex items-center gap-2 p-1",children:[e.jsx(Ee,{src:t.icon,alt:t.title,width:24,height:24}),e.jsx(ye,{className:"text-sm font-bold",children:t.title})]},t.title)))}),e.jsx(Re,{onSelect:p,speed:l,isSelected:w}),x.length>0&&e.jsxs("section",{className:"flex flex-col gap-6",children:[e.jsxs(ge,{onClick:()=>{h?h():b(!g)},className:"group flex w-full items-center justify-between text-left",children:[e.jsx(ye,{as:"h4",className:"text-base font-bold",children:m}),e.jsx(ve,{name:"keyboard_arrow_up",fill:1,size:24,className:fe("transition-transform duration-300",v&&"rotate-180")})]}),e.jsxs("div",{className:fe("overflow-hidden transition-all duration-300 ease-in-out",v?"pb-7 opacity-100":"max-h-0 opacity-0"),children:[e.jsx("div",{className:"flex flex-col gap-3",children:e.jsx(Be,{items:x,listItemClassName:""+(w?"text-white":"text-text")})}),(null==c?void 0:c.badgeIcon)?e.jsxs("div",{className:"flex items-center gap-2 text-center",children:[e.jsx(Ee,{src:c.badgeIcon,alt:"Inner Badge",width:12,height:12}),e.jsx("span",{className:"text-sm",children:c.badgeText.includes("|")?e.jsxs(e.Fragment,{children:[e.jsx("span",{className:"font-bold",children:c.badgeText.split("|")[0]}),e.jsx("span",{className:"font-normal",children:c.badgeText.split("|")[1]})]}):e.jsx(ye,{className:"font-bold",children:c.badgeText})})]}):null]})]})]})]})},exports.ShapeBackgroundWrapper=({children:t,background:s,className:l,fill:r="yellow",maxFit:a,show:n=!0,path:o="path2"})=>{const i=`${o}`,c={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]"},m="string"==typeof s&&s in d,x=m?d[s]:void 0,u=s&&!m?{background:s}:void 0,h=r in c?c[r]:"text-[#F5FF1E]";return n?e.jsxs("div",{className:`shape-bg relative overflow-hidden ${null!=l?l:""} ${a?"max-content":""} ${null!=x?x:u?"":"bg-white"}`,style:u,children:["path1"===o&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2371px] z-0 translate-x-[-55%] ${i} fill-current ${h}`,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.jsx("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"===o&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[45.8px] z-0 translate-x-[-101%] ${i} fill-current ${h}`,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.jsx("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"===o&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-2600px] z-0 translate-x-[-55%] ${i} fill-current ${h}`,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.jsx("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"===o&&e.jsx("svg",{className:`shape-bg-svg pointer-events-none absolute left-1/2 top-[-1966.1px] z-0 translate-x-[-48%] ${i} fill-current ${h}`,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.jsx("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.jsx("div",{className:"shape-bg-content relative z-[1]",children:t})]}):e.jsx("div",{className:l,style:u,children:t})},exports.SimpleCards=ke,exports.TestimonialCard=({title:t,quote:l,rating:a,author:n,role:o,avatarUrl:i,isActive:c=!1,className:d})=>e.jsxs("figure",{className:r("flex h-full w-full flex-col rounded-3xl p-6 font-sans transition-all duration-300 md:p-13",c?"bg-white shadow-lg":"bg-gray-50 opacity-60",d),children:[e.jsx("header",{children:e.jsx(ye,{as:"h3",className:"mb-4 text-xl font-black lowercase text-text",children:t})}),e.jsx("blockquote",{className:"mb-5 flex-grow text-xl leading-relaxed text-text",children:l}),a?e.jsx("div",{className:"mb-5 flex gap-1",children:[...Array(5)].map((t,s)=>e.jsx(ve,{size:24,name:"star",fill:1,className:r("h-5 w-5",s<a?"text-text":"text-gray-300"),"aria-hidden":"true"},s))}):null,n&&e.jsxs("figcaption",{className:"flex items-center gap-3",children:[e.jsx("div",{className:"relative h-10 w-10 shrink-0 overflow-hidden rounded-full bg-gray-300",children:i?e.jsx(s,{src:i,alt:n,fill:!0,className:"object-cover",sizes:"40px"}):e.jsx("div",{className:"flex h-full w-full items-center justify-center bg-gray-500 text-xs font-bold text-white",children:n.charAt(0)})}),e.jsxs("div",{className:"flex flex-col",children:[e.jsx("cite",{className:"text-sm font-bold not-italic text-text",children:n}),e.jsx(ye,{as:"p",className:"text-xs text-text",children:o})]})]})]}),exports.Text=({fields:t})=>e.jsx("div",{children:e.jsx(ye,{children:"Text Block"})});
|
|
4
4
|
//# sourceMappingURL=index.js.map
|