@dcodegroup-au/page-builder 0.7.1 → 0.7.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (27) hide show
  1. package/dist/page-builder.css +149 -92
  2. package/dist/page-builder.es.js +205 -205
  3. package/dist/page-builder.umd.js +205 -205
  4. package/example/src/App.vue +57 -56
  5. package/package.json +2 -2
  6. package/src/assets/css/style.css +5 -1
  7. package/src/components/presenters/components/LinkPresenter.vue +3 -3
  8. package/src/components/presenters/components/SliderPresenter.vue +4 -4
  9. package/src/components/presenters/modules/AccordionPricing.vue +1 -1
  10. package/src/components/presenters/modules/BulletPoints.vue +1 -1
  11. package/src/components/presenters/modules/Callout.vue +1 -1
  12. package/src/components/presenters/modules/CollectionCarousel.vue +2 -2
  13. package/src/components/presenters/modules/CollectionGrid.vue +1 -1
  14. package/src/components/presenters/modules/ContactUs.vue +9 -7
  15. package/src/components/presenters/modules/FAQ.vue +1 -1
  16. package/src/components/presenters/modules/HeroHeader.vue +2 -2
  17. package/src/components/presenters/modules/HorizontalTabs.vue +40 -42
  18. package/src/components/presenters/modules/LinkCard.vue +1 -1
  19. package/src/components/presenters/modules/LinkList.vue +1 -1
  20. package/src/components/presenters/modules/LogoCloud.vue +2 -2
  21. package/src/components/presenters/modules/Paragraph.vue +1 -1
  22. package/src/components/presenters/modules/QuickLinks.vue +1 -1
  23. package/src/components/presenters/modules/StandardHeader.vue +1 -2
  24. package/src/components/presenters/modules/TestimonialSlider.vue +3 -3
  25. package/src/components/presenters/modules/Timeline.vue +2 -2
  26. package/src/components/presenters/modules/TwoColumnsImageContent.vue +7 -4
  27. package/src/components/presenters/modules/VTabs.vue +1 -1
@@ -245,7 +245,7 @@ const useClickOutside = {
245
245
  }
246
246
  };
247
247
  const _hoisted_1$jL = { class: "relative z-50" };
248
- const _hoisted_2$K = {
248
+ const _hoisted_2$J = {
249
249
  key: 0,
250
250
  class: "absolute -left-60 top-6 w-[240px] rounded-lg border border-gray-200 bg-white text-sm"
251
251
  };
@@ -289,7 +289,7 @@ const _sfc_main$S = /* @__PURE__ */ Object.assign(__default__$1, {
289
289
  }, [
290
290
  createVNode(unref(DotsHorizontal), { class: "w-5" })
291
291
  ]),
292
- open.value ? (openBlock(), createElementBlock("div", _hoisted_2$K, [
292
+ open.value ? (openBlock(), createElementBlock("div", _hoisted_2$J, [
293
293
  __props.enableEdit ? (openBlock(), createElementBlock("a", {
294
294
  key: 0,
295
295
  class: "flex items-center gap-2 px-2.5 cursor-pointer h-[48px] w-auto hover:bg-gray-100 rounded-lg m-1.5 text-gray-700",
@@ -333,7 +333,7 @@ const _hoisted_1$jJ = {
333
333
  key: 0,
334
334
  class: "fixed min-w-[400px] left-1/2 top-1/2 z-50 flex max-h-screen -translate-x-1/2 -translate-y-1/2 transform flex-col rounded-xl border-tertiary-500 bg-white"
335
335
  };
336
- const _hoisted_2$J = { class: "p-6 flex justify-between flex-col" };
336
+ const _hoisted_2$I = { class: "p-6 flex justify-between flex-col" };
337
337
  const _hoisted_3$A = { class: "flex justify-between" };
338
338
  const _hoisted_4$x = { class: "p-2 rounded-full border-8 border-error-50 bg-error-100 text-error-600" };
339
339
  const _hoisted_5$v = { class: "text-lg font-semibold text-gray-900 pb-2 pt-4" };
@@ -396,7 +396,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
396
396
  createElementVNode("div", {
397
397
  class: normalizeClass(["relative min-h-[260px] overflow-y-auto flex", { "overflow-y-visible": !_ctx.scrollable }])
398
398
  }, [
399
- createElementVNode("div", _hoisted_2$J, [
399
+ createElementVNode("div", _hoisted_2$I, [
400
400
  createElementVNode("div", null, [
401
401
  createElementVNode("div", _hoisted_3$A, [
402
402
  createElementVNode("span", _hoisted_4$x, [
@@ -435,7 +435,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
435
435
  });
436
436
  const VModal = /* @__PURE__ */ _export_sfc(_sfc_main$R, [["__scopeId", "data-v-fbfbcd3a"]]);
437
437
  const _hoisted_1$jI = { class: "rounded-xl bg-gray-50 px-6 py-5" };
438
- const _hoisted_2$I = { class: "flex justify-between pb-2" };
438
+ const _hoisted_2$H = { class: "flex justify-between pb-2" };
439
439
  const _hoisted_3$z = { class: "text-lg font-semibold text-gray-900" };
440
440
  const _hoisted_4$w = { class: "flex flex-col gap-4" };
441
441
  const _hoisted_5$u = {
@@ -449,7 +449,7 @@ const _hoisted_9$n = { class: "font-semibold text-gray-900" };
449
449
  const _hoisted_10$i = { class: "text-sm text-gray-600" };
450
450
  const _hoisted_11$g = ["disabled"];
451
451
  const _hoisted_12$d = { class: "flex flex-col gap-3" };
452
- const _hoisted_13$9 = ["onClick"];
452
+ const _hoisted_13$a = ["onClick"];
453
453
  const _hoisted_14$9 = ["onClick"];
454
454
  const _hoisted_15$7 = { class: "text-xs text-gray-600" };
455
455
  const _hoisted_16$5 = { class: "text-sm font-medium text-gray-900" };
@@ -503,7 +503,7 @@ const _sfc_main$Q = {
503
503
  return (_ctx, _cache) => {
504
504
  return openBlock(), createElementBlock(Fragment, null, [
505
505
  createElementVNode("div", _hoisted_1$jI, [
506
- createElementVNode("div", _hoisted_2$I, [
506
+ createElementVNode("div", _hoisted_2$H, [
507
507
  createElementVNode("p", _hoisted_3$z, toDisplayString(dataRef.value.name), 1)
508
508
  ]),
509
509
  createElementVNode("div", _hoisted_4$w, [
@@ -549,7 +549,7 @@ const _sfc_main$Q = {
549
549
  "enable-edit": true,
550
550
  onEditItem: ($event) => edit(item, index)
551
551
  }, null, 8, ["onRemoveItem", "onEditItem"])
552
- ], 8, _hoisted_13$9)
552
+ ], 8, _hoisted_13$a)
553
553
  ], 2);
554
554
  }), 256))
555
555
  ])
@@ -567,7 +567,7 @@ const _sfc_main$Q = {
567
567
  }
568
568
  };
569
569
  const _hoisted_1$jH = ["for"];
570
- const _hoisted_2$H = {
570
+ const _hoisted_2$G = {
571
571
  key: 0,
572
572
  class: "v-field-label inline-block mb-2"
573
573
  };
@@ -619,7 +619,7 @@ const _sfc_main$P = {
619
619
  for: __props.field,
620
620
  class: "block space-y-2xsSpace text-sm font-medium leading-none text-gray-700 relative"
621
621
  }, [
622
- __props.labelText || _ctx.$slots.label ? (openBlock(), createElementBlock("span", _hoisted_2$H, [
622
+ __props.labelText || _ctx.$slots.label ? (openBlock(), createElementBlock("span", _hoisted_2$G, [
623
623
  _ctx.$slots.label ? renderSlot(_ctx.$slots, "label", { key: 0 }) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
624
624
  createTextVNode(toDisplayString(__props.labelText) + " ", 1),
625
625
  __props.isRequired ? (openBlock(), createElementBlock("span", _hoisted_3$y, " *")) : createCommentVNode("", true)
@@ -11685,7 +11685,7 @@ function render$iX(_ctx, _cache) {
11685
11685
  }
11686
11686
  const UploadCloud = { render: render$iX };
11687
11687
  const _hoisted_1$jF = { class: "file-upload" };
11688
- const _hoisted_2$G = ["name", "value"];
11688
+ const _hoisted_2$F = ["name", "value"];
11689
11689
  const _hoisted_3$x = {
11690
11690
  key: 0,
11691
11691
  class: "preview"
@@ -11781,7 +11781,7 @@ const _sfc_main$O = {
11781
11781
  type: "hidden",
11782
11782
  name: __props.name,
11783
11783
  value: valueJson.value
11784
- }, null, 8, _hoisted_2$G),
11784
+ }, null, 8, _hoisted_2$F),
11785
11785
  __props.modelValue ? (openBlock(), createElementBlock("div", _hoisted_3$x, [
11786
11786
  _cache[1] || (_cache[1] = createTextVNode(" @todo handle upload here ")),
11787
11787
  createElementVNode("span", _hoisted_4$u, [
@@ -11842,7 +11842,7 @@ const _sfc_main$O = {
11842
11842
  }
11843
11843
  };
11844
11844
  const _hoisted_1$jE = { class: "flex items-center gap-2" };
11845
- const _hoisted_2$F = ["aria-checked"];
11845
+ const _hoisted_2$E = ["aria-checked"];
11846
11846
  const _hoisted_3$w = {
11847
11847
  key: 0,
11848
11848
  class: "text-sm text-gray-700 font-medium"
@@ -11899,14 +11899,14 @@ const _sfc_main$N = {
11899
11899
  "!h-2 !w-2": __props.small
11900
11900
  }])
11901
11901
  }, null, 2)
11902
- ], 10, _hoisted_2$F),
11902
+ ], 10, _hoisted_2$E),
11903
11903
  __props.title ? (openBlock(), createElementBlock("span", _hoisted_3$w, toDisplayString(__props.title), 1)) : createCommentVNode("", true)
11904
11904
  ]);
11905
11905
  };
11906
11906
  }
11907
11907
  };
11908
11908
  const _hoisted_1$jD = { class: "flex flex-col gap-2" };
11909
- const _hoisted_2$E = ["value"];
11909
+ const _hoisted_2$D = ["value"];
11910
11910
  const _sfc_main$M = {
11911
11911
  __name: "SiteContent",
11912
11912
  props: /* @__PURE__ */ mergeModels({
@@ -11929,7 +11929,7 @@ const _sfc_main$M = {
11929
11929
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.sites, (site) => {
11930
11930
  return openBlock(), createElementBlock("option", {
11931
11931
  value: site.href
11932
- }, toDisplayString(site.name), 9, _hoisted_2$E);
11932
+ }, toDisplayString(site.name), 9, _hoisted_2$D);
11933
11933
  }), 256))
11934
11934
  ], 512), [
11935
11935
  [vModelSelect, url.value]
@@ -11971,7 +11971,7 @@ const _sfc_main$L = {
11971
11971
  }
11972
11972
  };
11973
11973
  const _hoisted_1$jC = { class: "flex flex-col gap-2" };
11974
- const _hoisted_2$D = ["value"];
11974
+ const _hoisted_2$C = ["value"];
11975
11975
  const _sfc_main$K = {
11976
11976
  __name: "ItemSelect",
11977
11977
  props: /* @__PURE__ */ mergeModels({
@@ -11994,7 +11994,7 @@ const _sfc_main$K = {
11994
11994
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.items, (item) => {
11995
11995
  return openBlock(), createElementBlock("option", {
11996
11996
  value: item.value
11997
- }, toDisplayString(item.name), 9, _hoisted_2$D);
11997
+ }, toDisplayString(item.name), 9, _hoisted_2$C);
11998
11998
  }), 256))
11999
11999
  ], 512), [
12000
12000
  [vModelSelect, url.value]
@@ -12004,7 +12004,7 @@ const _sfc_main$K = {
12004
12004
  }
12005
12005
  };
12006
12006
  const _hoisted_1$jB = { class: "flex flex-col gap-5" };
12007
- const _hoisted_2$C = {
12007
+ const _hoisted_2$B = {
12008
12008
  key: 0,
12009
12009
  class: "text-sm text-gray-700 font-medium py-2"
12010
12010
  };
@@ -12052,7 +12052,7 @@ const _sfc_main$J = {
12052
12052
  return (_ctx, _cache) => {
12053
12053
  return openBlock(), createElementBlock("div", _hoisted_1$jB, [
12054
12054
  createElementVNode("div", null, [
12055
- __props.label ? (openBlock(), createElementBlock("p", _hoisted_2$C, toDisplayString(__props.label), 1)) : createCommentVNode("", true),
12055
+ __props.label ? (openBlock(), createElementBlock("p", _hoisted_2$B, toDisplayString(__props.label), 1)) : createCommentVNode("", true),
12056
12056
  createElementVNode("div", _hoisted_3$v, [
12057
12057
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.options, (option) => {
12058
12058
  return openBlock(), createElementBlock("label", _hoisted_4$t, [
@@ -12100,7 +12100,7 @@ const _hoisted_1$jA = {
12100
12100
  key: 0,
12101
12101
  class: "pb-5"
12102
12102
  };
12103
- const _hoisted_2$B = { class: "text-lg font-semibold text-gray-900" };
12103
+ const _hoisted_2$A = { class: "text-lg font-semibold text-gray-900" };
12104
12104
  const _hoisted_3$u = {
12105
12105
  key: 0,
12106
12106
  class: "text-sm text-gray-600"
@@ -12127,7 +12127,7 @@ const _sfc_main$I = {
12127
12127
  class: normalizeClass(["rounded-xl px-6 py-5", __props.classes])
12128
12128
  }, [
12129
12129
  __props.title ? (openBlock(), createElementBlock("div", _hoisted_1$jA, [
12130
- createElementVNode("div", _hoisted_2$B, toDisplayString(__props.title), 1),
12130
+ createElementVNode("div", _hoisted_2$A, toDisplayString(__props.title), 1),
12131
12131
  __props.supporting_text ? (openBlock(), createElementBlock("div", _hoisted_3$u, toDisplayString(__props.supporting_text), 1)) : createCommentVNode("", true)
12132
12132
  ])) : createCommentVNode("", true),
12133
12133
  renderSlot(_ctx.$slots, "default")
@@ -33916,7 +33916,7 @@ const _sfc_main$H = {
33916
33916
  };
33917
33917
  const iconsData = /* @__PURE__ */ JSON.parse('[{"name":"ActivityHeart"},{"name":"Activity"},{"name":"Airplay"},{"name":"Airpods"},{"name":"AlarmClockCheck"},{"name":"AlarmClockMinus"},{"name":"AlarmClockOff"},{"name":"AlarmClockPlus"},{"name":"AlarmClock"},{"name":"AlertCircle"},{"name":"AlertHexagon"},{"name":"AlertOctagon"},{"name":"AlertSquare"},{"name":"AlertTriangle"},{"name":"AlignBottom01"},{"name":"AlignBottom02"},{"name":"AlignCenter"},{"name":"AlignHorizontalCentre01"},{"name":"AlignHorizontalCentre02"},{"name":"AlignJustify"},{"name":"AlignLeft01"},{"name":"AlignLeft02"},{"name":"AlignLeft"},{"name":"AlignRight01"},{"name":"AlignRight02"},{"name":"AlignRight"},{"name":"AlignTop01"},{"name":"AlignTop02"},{"name":"AlignVerticalCenter01"},{"name":"AlignVerticalCenter02"},{"name":"Anchor"},{"name":"AnnotationAlert"},{"name":"AnnotationCheck"},{"name":"AnnotationDots"},{"name":"AnnotationHeart"},{"name":"AnnotationInfo"},{"name":"AnnotationPlus"},{"name":"AnnotationQuestion"},{"name":"AnnotationX"},{"name":"Annotation"},{"name":"Announcement01"},{"name":"Announcement02"},{"name":"Announcement03"},{"name":"Archive"},{"name":"ArrowBlockDown"},{"name":"ArrowBlockLeft"},{"name":"ArrowBlockRight"},{"name":"ArrowBlockUp"},{"name":"ArrowCircleBrokenDownLeft"},{"name":"ArrowCircleBrokenDownRight"},{"name":"ArrowCircleBrokenDown"},{"name":"ArrowCircleBrokenLeft"},{"name":"ArrowCircleBrokenRight"},{"name":"ArrowCircleBrokenUpLeft"},{"name":"ArrowCircleBrokenUpRight"},{"name":"ArrowCircleBrokenUp"},{"name":"ArrowCircleDownLeft"},{"name":"ArrowCircleDownRight"},{"name":"ArrowCircleDown"},{"name":"ArrowCircleLeft"},{"name":"ArrowCircleRight"},{"name":"ArrowCircleUpLeft"},{"name":"ArrowCircleUpRight"},{"name":"ArrowCircleUp"},{"name":"ArrowDownLeft"},{"name":"ArrowDownRight"},{"name":"ArrowDown"},{"name":"ArrowLeft"},{"name":"ArrowNarrowDownLeft"},{"name":"ArrowNarrowDownRight"},{"name":"ArrowNarrowDown"},{"name":"ArrowNarrowLeft"},{"name":"ArrowNarrowRight"},{"name":"ArrowNarrowUpLeft"},{"name":"ArrowNarrowUpRight"},{"name":"ArrowNarrowUp"},{"name":"ArrowRight"},{"name":"ArrowSquareDownLeft"},{"name":"ArrowSquareDownRight"},{"name":"ArrowSquareDown"},{"name":"ArrowSquareLeft"},{"name":"ArrowSquareRight"},{"name":"ArrowSquareUpLeft"},{"name":"ArrowSquareUpRight"},{"name":"ArrowSquareUp"},{"name":"ArrowUpLeft"},{"name":"ArrowUpRight"},{"name":"ArrowUp"},{"name":"ArrowsDown"},{"name":"ArrowsLeft"},{"name":"ArrowsRight"},{"name":"ArrowsTriangle"},{"name":"ArrowsUp"},{"name":"Asterisk01"},{"name":"Asterisk02"},{"name":"AtSign"},{"name":"Atom01"},{"name":"Atom02"},{"name":"Attachment01"},{"name":"Attachment02"},{"name":"Award01"},{"name":"Award02"},{"name":"Award03"},{"name":"Award04"},{"name":"Award05"},{"name":"Backpack"},{"name":"BankNote01"},{"name":"BankNote02"},{"name":"BankNote03"},{"name":"Bank"},{"name":"BarChart01"},{"name":"BarChart02"},{"name":"BarChart03"},{"name":"BarChart04"},{"name":"BarChart05"},{"name":"BarChart06"},{"name":"BarChart07"},{"name":"BarChart08"},{"name":"BarChart09"},{"name":"BarChart10"},{"name":"BarChart11"},{"name":"BarChart12"},{"name":"BarChartCircle01"},{"name":"BarChartCircle02"},{"name":"BarChartCircle03"},{"name":"BarChartSquare01"},{"name":"BarChartSquare02"},{"name":"BarChartSquare03"},{"name":"BarChartSquareDown"},{"name":"BarChartSquareMinus"},{"name":"BarChartSquarePlus"},{"name":"BarChartSquareUp"},{"name":"BarLineChart"},{"name":"BatteryCharging01"},{"name":"BatteryCharging02"},{"name":"BatteryEmpty"},{"name":"BatteryFull"},{"name":"BatteryLow"},{"name":"BatteryMid"},{"name":"Beaker01"},{"name":"Beaker02"},{"name":"Bell01"},{"name":"Bell02"},{"name":"Bell03"},{"name":"Bell04"},{"name":"BellMinus"},{"name":"BellOff01"},{"name":"BellOff02"},{"name":"BellOff03"},{"name":"BellPlus"},{"name":"BellRinging01"},{"name":"BellRinging02"},{"name":"BellRinging03"},{"name":"BellRinging04"},{"name":"BezierCurve01"},{"name":"BezierCurve02"},{"name":"BezierCurve03"},{"name":"BluetoothConnect"},{"name":"BluetoothOff"},{"name":"BluetoothOn"},{"name":"BluetoothSignal"},{"name":"Bold01"},{"name":"Bold02"},{"name":"BoldSquare"},{"name":"BookClosed"},{"name":"BookOpen01"},{"name":"BookOpen02"},{"name":"BookmarkAdd"},{"name":"BookmarkCheck"},{"name":"BookmarkMinus"},{"name":"BookmarkX"},{"name":"Bookmark"},{"name":"Box"},{"name":"BracketsCheck"},{"name":"BracketsEllipses"},{"name":"BracketsMinus"},{"name":"BracketsPlus"},{"name":"BracketsSlash"},{"name":"BracketsX"},{"name":"Brackets"},{"name":"Briefcase01"},{"name":"Briefcase02"},{"name":"Browser"},{"name":"Brush01"},{"name":"Brush02"},{"name":"Brush03"},{"name":"Building01"},{"name":"Building02"},{"name":"Building03"},{"name":"Building04"},{"name":"Building05"},{"name":"Building06"},{"name":"Building07"},{"name":"Building08"},{"name":"Bus"},{"name":"Calculator"},{"name":"CalendarCheck01"},{"name":"CalendarCheck02"},{"name":"CalendarDate"},{"name":"CalendarHeart01"},{"name":"CalendarHeart02"},{"name":"CalendarMinus01"},{"name":"CalendarMinus02"},{"name":"CalendarPlus01"},{"name":"CalendarPlus02"},{"name":"Calendar"},{"name":"Camera01"},{"name":"Camera02"},{"name":"Camera03"},{"name":"CameraLens"},{"name":"CameraOff"},{"name":"CameraPlus"},{"name":"Car01"},{"name":"Car02"},{"name":"Certificate01"},{"name":"Certificate02"},{"name":"ChartBreakoutCircle"},{"name":"ChartBreakoutSquare"},{"name":"CheckCircleBroken"},{"name":"CheckCircle"},{"name":"CheckDone01"},{"name":"CheckDone02"},{"name":"CheckHeart"},{"name":"CheckSquareBroken"},{"name":"CheckSquare"},{"name":"CheckVerified01"},{"name":"CheckVerified02"},{"name":"CheckVerified03"},{"name":"Check"},{"name":"ChevronDownDouble"},{"name":"ChevronDown"},{"name":"ChevronLeftDouble"},{"name":"ChevronLeft"},{"name":"ChevronRightDouble"},{"name":"ChevronRight"},{"name":"ChevronSelectorHorizontal"},{"name":"ChevronSelectorVertical"},{"name":"ChevronUpDouble"},{"name":"ChevronUp"},{"name":"ChromeCast"},{"name":"CircleCut"},{"name":"Circle"},{"name":"Clapperboard"},{"name":"ClipboardAttachment"},{"name":"ClipboardCheck"},{"name":"ClipboardDownload"},{"name":"ClipboardMinus"},{"name":"ClipboardPlus"},{"name":"ClipboardX"},{"name":"Clipboard"},{"name":"ClockCheck"},{"name":"ClockFastForward"},{"name":"ClockPlus"},{"name":"ClockRefresh"},{"name":"ClockRewind"},{"name":"ClockSnooze"},{"name":"ClockStopwatch"},{"name":"Clock"},{"name":"Cloud01"},{"name":"Cloud02"},{"name":"Cloud03"},{"name":"CloudBlank01"},{"name":"CloudBlank02"},{"name":"CloudLightning"},{"name":"CloudMoon"},{"name":"CloudOff"},{"name":"CloudRaining01"},{"name":"CloudRaining02"},{"name":"CloudRaining03"},{"name":"CloudRaining04"},{"name":"CloudRaining05"},{"name":"CloudRaining06"},{"name":"CloudSnowing01"},{"name":"CloudSnowing02"},{"name":"CloudSun01"},{"name":"CloudSun02"},{"name":"CloudSun03"},{"name":"Code01"},{"name":"Code02"},{"name":"CodeBrowser"},{"name":"CodeCircle01"},{"name":"CodeCircle02"},{"name":"CodeCircle03"},{"name":"CodeSnippet01"},{"name":"CodeSnippet02"},{"name":"CodeSquare01"},{"name":"CodeSquare02"},{"name":"Codepen"},{"name":"Coins01"},{"name":"Coins02"},{"name":"Coins03"},{"name":"Coins04"},{"name":"CoinsHand"},{"name":"CoinsStacked01"},{"name":"CoinsStacked02"},{"name":"CoinsStacked03"},{"name":"CoinsStacked04"},{"name":"CoinsSwap01"},{"name":"CoinsSwap02"},{"name":"Colors1"},{"name":"Colors"},{"name":"Columns01"},{"name":"Columns02"},{"name":"Columns03"},{"name":"Command"},{"name":"Compass01"},{"name":"Compass02"},{"name":"Compass03"},{"name":"Compass"},{"name":"Container"},{"name":"Contrast01"},{"name":"Contrast02"},{"name":"Contrast03"},{"name":"Copy01"},{"name":"Copy02"},{"name":"Copy03"},{"name":"Copy04"},{"name":"Copy05"},{"name":"Copy06"},{"name":"Copy07"},{"name":"CornerDownLeft"},{"name":"CornerDownRight"},{"name":"CornerLeftDown"},{"name":"CornerLeftUp"},{"name":"CornerRightDown"},{"name":"CornerRightUp"},{"name":"CornerUpLeft"},{"name":"CornerUpRight"},{"name":"CpuChip01"},{"name":"CpuChip02"},{"name":"CreditCard01"},{"name":"CreditCard02"},{"name":"CreditCardCheck"},{"name":"CreditCardDown"},{"name":"CreditCardDownload"},{"name":"CreditCardEdit"},{"name":"CreditCardLock"},{"name":"CreditCardMinus"},{"name":"CreditCardPlus"},{"name":"CreditCardRefresh"},{"name":"CreditCardSearch"},{"name":"CreditCardShield"},{"name":"CreditCardUp"},{"name":"CreditCardUpload"},{"name":"CreditCardX"},{"name":"Crop01"},{"name":"Crop02"},{"name":"Cryptocurrency01"},{"name":"Cryptocurrency02"},{"name":"Cryptocurrency03"},{"name":"Cryptocurrency04"},{"name":"Cube01"},{"name":"Cube02"},{"name":"Cube03"},{"name":"Cube04"},{"name":"CubeOutline"},{"name":"CurrencyBitcoinCircle"},{"name":"CurrencyBitcoin"},{"name":"CurrencyDollarCircle"},{"name":"CurrencyDollar"},{"name":"CurrencyEthereumCircle"},{"name":"CurrencyEthereum"},{"name":"CurrencyEuroCircle"},{"name":"CurrencyEuro"},{"name":"CurrencyPoundCircle"},{"name":"CurrencyPound"},{"name":"CurrencyRubleCircle"},{"name":"CurrencyRuble"},{"name":"CurrencyRupeeCircle"},{"name":"CurrencyRupee"},{"name":"CurrencyYenCircle"},{"name":"CurrencyYen"},{"name":"Cursor01"},{"name":"Cursor02"},{"name":"Cursor03"},{"name":"Cursor04"},{"name":"CursorBox"},{"name":"CursorClick01"},{"name":"CursorClick02"},{"name":"Data"},{"name":"Database01"},{"name":"Database02"},{"name":"Database03"},{"name":"Dataflow01"},{"name":"Dataflow02"},{"name":"Dataflow03"},{"name":"Dataflow04"},{"name":"Delete"},{"name":"Diamond01"},{"name":"Diamond02"},{"name":"Dice1"},{"name":"Dice2"},{"name":"Dice3"},{"name":"Dice4"},{"name":"Dice5"},{"name":"Dice6"},{"name":"Disc01"},{"name":"Disc02"},{"name":"DistributeSpacingHorizontal"},{"name":"DistributeSpacingVertical"},{"name":"Divide01"},{"name":"Divide02"},{"name":"Divide03"},{"name":"Divider"},{"name":"Dotpoints01"},{"name":"Dotpoints02"},{"name":"DotsGrid"},{"name":"DotsHorizontal"},{"name":"DotsVertical"},{"name":"Download01"},{"name":"Download02"},{"name":"Download03"},{"name":"Download04"},{"name":"DownloadCloud01"},{"name":"DownloadCloud02"},{"name":"Drop"},{"name":"Droplets01"},{"name":"Droplets02"},{"name":"Droplets03"},{"name":"Dropper"},{"name":"Edit01"},{"name":"Edit02"},{"name":"Edit03"},{"name":"Edit04"},{"name":"Edit05"},{"name":"Elaa32px"},{"name":"ElaaFullname48px"},{"name":"EqualNot"},{"name":"Equal"},{"name":"Eraser"},{"name":"Expand01"},{"name":"Expand02"},{"name":"Expand03"},{"name":"Expand04"},{"name":"Expand05"},{"name":"Expand06"},{"name":"EyeOff"},{"name":"Eye"},{"name":"FaceContent"},{"name":"FaceFrown"},{"name":"FaceHappy"},{"name":"FaceIdSquare"},{"name":"FaceId"},{"name":"FaceNeutral"},{"name":"FaceSad"},{"name":"FaceSmile"},{"name":"FaceWink"},{"name":"Facebook"},{"name":"FastBackward"},{"name":"FastForward"},{"name":"FavElaa32pxWhite"},{"name":"Feather"},{"name":"Figma"},{"name":"File01"},{"name":"File02"},{"name":"File03"},{"name":"File04"},{"name":"File05"},{"name":"File06"},{"name":"File07"},{"name":"FileAttachment01"},{"name":"FileAttachment02"},{"name":"FileAttachment03"},{"name":"FileAttachment04"},{"name":"FileAttachment05"},{"name":"FileCheck01"},{"name":"FileCheck02"},{"name":"FileCheck03"},{"name":"FileCode01"},{"name":"FileCode02"},{"name":"FileDownload01"},{"name":"FileDownload02"},{"name":"FileDownload03"},{"name":"FileHeart01"},{"name":"FileHeart02"},{"name":"FileHeart03"},{"name":"FileLock01"},{"name":"FileLock02"},{"name":"FileLock03"},{"name":"FileMinus01"},{"name":"FileMinus02"},{"name":"FileMinus03"},{"name":"FilePage"},{"name":"FilePlus01"},{"name":"FilePlus02"},{"name":"FilePlus03"},{"name":"FileQuestion01"},{"name":"FileQuestion02"},{"name":"FileQuestion03"},{"name":"FileSearch01"},{"name":"FileSearch02"},{"name":"FileSearch03"},{"name":"FileShield01"},{"name":"FileShield02"},{"name":"FileShield03"},{"name":"FileX01"},{"name":"FileX02"},{"name":"FileX03"},{"name":"Film01"},{"name":"Film02"},{"name":"Film03"},{"name":"FilterFunnel01"},{"name":"FilterFunnel02"},{"name":"FilterLines"},{"name":"Fingerprint01"},{"name":"Fingerprint02"},{"name":"Fingerprint03"},{"name":"Fingerprint04"},{"name":"Flag01"},{"name":"Flag02"},{"name":"Flag03"},{"name":"Flag04"},{"name":"Flag05"},{"name":"Flag06"},{"name":"FlashOff"},{"name":"Flash"},{"name":"FlexAlignBottom"},{"name":"FlexAlignLeft"},{"name":"FlexAlignRight"},{"name":"FlexAlignTop"},{"name":"FlipBackward"},{"name":"FlipForward"},{"name":"FolderCheck"},{"name":"FolderClosed"},{"name":"FolderCode"},{"name":"FolderDownload"},{"name":"FolderLock"},{"name":"FolderMinus"},{"name":"FolderPlus"},{"name":"FolderQuestion"},{"name":"FolderSearch"},{"name":"FolderShield"},{"name":"FolderX"},{"name":"Folder"},{"name":"Framer"},{"name":"GamingPad01"},{"name":"GamingPad02"},{"name":"Gift01"},{"name":"Gift02"},{"name":"GitBranch01"},{"name":"GitBranch02"},{"name":"GitCommit"},{"name":"GitMerge"},{"name":"GitPullRequest"},{"name":"Glasses01"},{"name":"Glasses02"},{"name":"Globe01"},{"name":"Globe02"},{"name":"Globe03"},{"name":"Globe04"},{"name":"Globe05"},{"name":"Globe06"},{"name":"GlobeSlated01"},{"name":"GlobeSlated02"},{"name":"GoogleChrome"},{"name":"GraduationHat01"},{"name":"GraduationHat02"},{"name":"Grid01"},{"name":"Grid02"},{"name":"Grid03"},{"name":"GridDotsBlank"},{"name":"GridDotsBottom"},{"name":"GridDotsHorizontalCenter"},{"name":"GridDotsLeft"},{"name":"GridDotsOuter"},{"name":"GridDotsRight"},{"name":"GridDotsTop"},{"name":"GridDotsVerticalCenter"},{"name":"Hand"},{"name":"HardDrive"},{"name":"Hash01"},{"name":"Hash02"},{"name":"Heading01"},{"name":"Heading02"},{"name":"HeadingSquare"},{"name":"Headphones01"},{"name":"Headphones02"},{"name":"HeartCircle"},{"name":"HeartHand"},{"name":"HeartHexagon"},{"name":"HeartOctagon"},{"name":"HeartRounded"},{"name":"HeartSquare"},{"name":"Heart"},{"name":"Hearts"},{"name":"HelpCircle"},{"name":"HelpHexagon"},{"name":"HelpOctagon"},{"name":"HelpSquare"},{"name":"Hexagon01"},{"name":"Hexagon02"},{"name":"Home01"},{"name":"Home02"},{"name":"Home03"},{"name":"Home04"},{"name":"Home05"},{"name":"HomeLine"},{"name":"HomeSmile"},{"name":"HorizontalBarChart01"},{"name":"HorizontalBarChart02"},{"name":"HorizontalBarChart03"},{"name":"Hourglass01"},{"name":"Hourglass02"},{"name":"Hourglass03"},{"name":"Hurricane01"},{"name":"Hurricane02"},{"name":"Hurricane03"},{"name":"Image01"},{"name":"Image02"},{"name":"Image03"},{"name":"Image04"},{"name":"Image05"},{"name":"ImageCheck"},{"name":"ImageDown"},{"name":"ImageIndentLeft"},{"name":"ImageIndentRight"},{"name":"ImageLeft"},{"name":"ImagePlus"},{"name":"ImageRight"},{"name":"ImageUp"},{"name":"ImageUserCheck"},{"name":"ImageUserDown"},{"name":"ImageUserLeft"},{"name":"ImageUserPlus"},{"name":"ImageUserRight"},{"name":"ImageUserUp"},{"name":"ImageUserX"},{"name":"ImageUser"},{"name":"ImageX"},{"name":"Inbox01"},{"name":"Inbox02"},{"name":"Infinity"},{"name":"InfoCircle"},{"name":"InfoHexagon"},{"name":"InfoOctagon"},{"name":"InfoSquare"},{"name":"Instagram"},{"name":"IntersectCircle"},{"name":"IntersectSquare"},{"name":"Italic01"},{"name":"Italic02"},{"name":"ItalicSquare"},{"name":"Key01"},{"name":"Key02"},{"name":"Keyboard01"},{"name":"Keyboard02"},{"name":"Laptop01"},{"name":"Laptop02"},{"name":"LayerSingle"},{"name":"LayersThree01"},{"name":"LayersThree02"},{"name":"LayersTwo01"},{"name":"LayersTwo02"},{"name":"LayoutAlt01"},{"name":"LayoutAlt02"},{"name":"LayoutAlt03"},{"name":"LayoutAlt04"},{"name":"LayoutBottom"},{"name":"LayoutGrid01"},{"name":"LayoutGrid02"},{"name":"LayoutLeft"},{"name":"LayoutRight"},{"name":"LayoutTop"},{"name":"LeftIndent01"},{"name":"LeftIndent02"},{"name":"LetterSpacing01"},{"name":"LetterSpacing02"},{"name":"LifeBuoy01"},{"name":"LifeBuoy02"},{"name":"Lightbulb01"},{"name":"Lightbulb02"},{"name":"Lightbulb03"},{"name":"Lightbulb04"},{"name":"Lightbulb05"},{"name":"Lightning01"},{"name":"Lightning02"},{"name":"LineChartDown01"},{"name":"LineChartDown02"},{"name":"LineChartDown03"},{"name":"LineChartDown04"},{"name":"LineChartDown05"},{"name":"LineChartUp01"},{"name":"LineChartUp02"},{"name":"LineChartUp03"},{"name":"LineChartUp04"},{"name":"LineChartUp05"},{"name":"LineHeight"},{"name":"Link01"},{"name":"Link02"},{"name":"Link03"},{"name":"Link04"},{"name":"Link05"},{"name":"LinkBroken01"},{"name":"LinkBroken02"},{"name":"LinkExternal01"},{"name":"LinkExternal02"},{"name":"Linkedin"},{"name":"List"},{"name":"Loading01"},{"name":"Loading02"},{"name":"Loading03"},{"name":"Lock01"},{"name":"Lock02"},{"name":"Lock03"},{"name":"Lock04"},{"name":"LockKeyholeCircle"},{"name":"LockKeyholeSquare"},{"name":"LockUnlocked01"},{"name":"LockUnlocked02"},{"name":"LockUnlocked03"},{"name":"LockUnlocked04"},{"name":"LogIn01"},{"name":"LogIn02"},{"name":"LogIn03"},{"name":"LogIn04"},{"name":"LogOut01"},{"name":"LogOut02"},{"name":"LogOut03"},{"name":"LogOut04"},{"name":"Luggage01"},{"name":"Luggage02"},{"name":"Luggage03"},{"name":"MagicWand01"},{"name":"MagicWand02"},{"name":"Mail01"},{"name":"Mail02"},{"name":"Mail03"},{"name":"Mail04"},{"name":"Mail05"},{"name":"Map01"},{"name":"Map02"},{"name":"Mark"},{"name":"MarkerPin01"},{"name":"MarkerPin02"},{"name":"MarkerPin03"},{"name":"MarkerPin04"},{"name":"MarkerPin05"},{"name":"MarkerPin06"},{"name":"Maximize01"},{"name":"Maximize02"},{"name":"MedicalCircle"},{"name":"MedicalCross"},{"name":"MedicalSquare"},{"name":"Menu01"},{"name":"Menu02"},{"name":"Menu03"},{"name":"Menu04"},{"name":"Menu05"},{"name":"MessageAlertCircle"},{"name":"MessageAlertSquare"},{"name":"MessageChatCircle"},{"name":"MessageChatSquare"},{"name":"MessageCheckCircle"},{"name":"MessageCheckSquare"},{"name":"MessageCircle01"},{"name":"MessageCircle02"},{"name":"MessageDotsCircle"},{"name":"MessageDotsSquare"},{"name":"MessageHeartCircle"},{"name":"MessageHeartSquare"},{"name":"MessageNotificationCircle"},{"name":"MessageNotificationSquare"},{"name":"MessagePlusCircle"},{"name":"MessagePlusSquare"},{"name":"MessageQuestionCircle"},{"name":"MessageQuestionSquare"},{"name":"MessageSmileCircle"},{"name":"MessageSmileSquare"},{"name":"MessageSquare01"},{"name":"MessageSquare02"},{"name":"MessageTextCircle01"},{"name":"MessageTextCircle02"},{"name":"MessageTextSquare01"},{"name":"MessageTextSquare02"},{"name":"MessageXCircle"},{"name":"MessageXSquare"},{"name":"Microphone01"},{"name":"Microphone02"},{"name":"MicrophoneOff01"},{"name":"MicrophoneOff02"},{"name":"Microscope"},{"name":"Minimize01"},{"name":"Minimize02"},{"name":"MinusCircle"},{"name":"MinusSquare"},{"name":"Minus"},{"name":"Modem01"},{"name":"Modem02"},{"name":"Monitor01"},{"name":"Monitor02"},{"name":"Monitor03"},{"name":"Monitor04"},{"name":"Monitor05"},{"name":"Moon01"},{"name":"Moon02"},{"name":"MoonEclipse"},{"name":"MoonStar"},{"name":"Mouse"},{"name":"Move"},{"name":"MusicNote01"},{"name":"MusicNote02"},{"name":"MusicNotePlus"},{"name":"NavigationPointer01"},{"name":"NavigationPointer02"},{"name":"NavigationPointerOff01"},{"name":"NavigationPointerOff02"},{"name":"NotificationBox"},{"name":"NotificationMessage"},{"name":"NotificationText"},{"name":"Octagon"},{"name":"PackageCheck"},{"name":"PackageMinus"},{"name":"PackagePlus"},{"name":"PackageSearch"},{"name":"PackageX"},{"name":"Package"},{"name":"PaintPour"},{"name":"Paint"},{"name":"Palette"},{"name":"Paperclip"},{"name":"ParagraphSpacing"},{"name":"ParagraphWrap"},{"name":"PasscodeLock"},{"name":"Passcode"},{"name":"Passport"},{"name":"PauseCircle"},{"name":"PauseSquare"},{"name":"PenTool01"},{"name":"PenTool02"},{"name":"PenToolMinus"},{"name":"PenToolPlus"},{"name":"Pencil01"},{"name":"Pencil02"},{"name":"PencilLine"},{"name":"Pentagon"},{"name":"Percent01"},{"name":"Percent02"},{"name":"Percent03"},{"name":"Perspective01"},{"name":"Perspective02"},{"name":"Phone01"},{"name":"Phone02"},{"name":"PhoneCall01"},{"name":"PhoneCall02"},{"name":"PhoneHangUp"},{"name":"PhoneIncoming01"},{"name":"PhoneIncoming02"},{"name":"PhoneOutgoing01"},{"name":"PhoneOutgoing02"},{"name":"PhonePause"},{"name":"PhonePlus"},{"name":"PhoneX"},{"name":"Phone"},{"name":"PieChart01"},{"name":"PieChart02"},{"name":"PieChart03"},{"name":"PieChart04"},{"name":"PiggyBank01"},{"name":"PiggyBank02"},{"name":"Pilcrow01"},{"name":"Pilcrow02"},{"name":"PilcrowSquare"},{"name":"Pin01"},{"name":"Pin02"},{"name":"Placeholder"},{"name":"Plane"},{"name":"PlayCircle"},{"name":"PlaySquare"},{"name":"Play"},{"name":"PlusCircle"},{"name":"PlusSquare"},{"name":"Plus"},{"name":"Podcast"},{"name":"Power01"},{"name":"Power02"},{"name":"Power03"},{"name":"PresentationChart01"},{"name":"PresentationChart02"},{"name":"PresentationChart03"},{"name":"Printer"},{"name":"PuzzlePiece01"},{"name":"PuzzlePiece02"},{"name":"QrCode01"},{"name":"QrCode02"},{"name":"QuestionCircle"},{"name":"Quote02"},{"name":"Quote"},{"name":"ReceiptCheck"},{"name":"Receipt"},{"name":"Recording01"},{"name":"Recording02"},{"name":"Recording03"},{"name":"Reflect01"},{"name":"Reflect02"},{"name":"RefreshCcw01"},{"name":"RefreshCcw02"},{"name":"RefreshCcw03"},{"name":"RefreshCcw04"},{"name":"RefreshCcw05"},{"name":"RefreshCw01"},{"name":"RefreshCw02"},{"name":"RefreshCw03"},{"name":"RefreshCw04"},{"name":"RefreshCw05"},{"name":"Repeat01"},{"name":"Repeat02"},{"name":"Repeat03"},{"name":"Repeat04"},{"name":"ReverseLeft"},{"name":"ReverseRight"},{"name":"RightIndent01"},{"name":"RightIndent02"},{"name":"Rocket01"},{"name":"Rocket02"},{"name":"RollerBrush"},{"name":"Route"},{"name":"Rows01"},{"name":"Rows02"},{"name":"Rows03"},{"name":"Rss01"},{"name":"Rss02"},{"name":"Ruler"},{"name":"Safe"},{"name":"Sale01"},{"name":"Sale02"},{"name":"Sale03"},{"name":"Sale04"},{"name":"Save01"},{"name":"Save02"},{"name":"Save03"},{"name":"Scale01"},{"name":"Scale02"},{"name":"Scale03"},{"name":"Scales01"},{"name":"Scales02"},{"name":"Scan"},{"name":"Scissors01"},{"name":"Scissors02"},{"name":"ScissorsCut01"},{"name":"ScissorsCut02"},{"name":"SearchLg"},{"name":"SearchMd"},{"name":"SearchRefraction"},{"name":"SearchSm"},{"name":"Send01"},{"name":"Send02"},{"name":"Send03"},{"name":"Server01"},{"name":"Server02"},{"name":"Server03"},{"name":"Server04"},{"name":"Server05"},{"name":"Server06"},{"name":"ServicesVector"},{"name":"Settings01"},{"name":"Settings02"},{"name":"Settings03"},{"name":"Settings04"},{"name":"Share01"},{"name":"Share02"},{"name":"Share03"},{"name":"Share04"},{"name":"Share05"},{"name":"Share06"},{"name":"Share07"},{"name":"Shield01"},{"name":"Shield02"},{"name":"Shield03"},{"name":"ShieldDollar"},{"name":"ShieldOff"},{"name":"ShieldPlus"},{"name":"ShieldTick"},{"name":"ShieldZap"},{"name":"ShoppingBag01"},{"name":"ShoppingBag02"},{"name":"ShoppingBag03"},{"name":"ShoppingCart01"},{"name":"ShoppingCart02"},{"name":"ShoppingCart03"},{"name":"Shuffle01"},{"name":"Shuffle02"},{"name":"Signal01"},{"name":"Signal02"},{"name":"Signal03"},{"name":"Simcard"},{"name":"Skew"},{"name":"SkipBack"},{"name":"SkipForward"},{"name":"SlashCircle01"},{"name":"SlashCircle02"},{"name":"SlashDivider"},{"name":"SlashOctagon"},{"name":"Sliders01"},{"name":"Sliders02"},{"name":"Sliders03"},{"name":"Sliders04"},{"name":"Snowflake01"},{"name":"Snowflake02"},{"name":"SpacingHeight01"},{"name":"SpacingHeight02"},{"name":"SpacingWidth01"},{"name":"SpacingWidth02"},{"name":"Speaker01"},{"name":"Speaker02"},{"name":"Speaker03"},{"name":"Speedometer01"},{"name":"Speedometer02"},{"name":"Speedometer03"},{"name":"Speedometer04"},{"name":"Square"},{"name":"Stand"},{"name":"Star01"},{"name":"Star02"},{"name":"Star03"},{"name":"Star04"},{"name":"Star05"},{"name":"Star06"},{"name":"Star07"},{"name":"Star"},{"name":"Stars01"},{"name":"Stars02"},{"name":"Stars03"},{"name":"StickerCircle"},{"name":"StickerSquare"},{"name":"StopCircle"},{"name":"StopSquare"},{"name":"Stop"},{"name":"Strikethrough01"},{"name":"Strikethrough02"},{"name":"StrikethroughSquare"},{"name":"Subscript"},{"name":"SunSetting01"},{"name":"SunSetting02"},{"name":"SunSetting03"},{"name":"Sun"},{"name":"Sunrise"},{"name":"Sunset"},{"name":"SwitchHorizontal01"},{"name":"SwitchHorizontal02"},{"name":"SwitchVertical01"},{"name":"SwitchVertical02"},{"name":"Table"},{"name":"Tablet01"},{"name":"Tablet02"},{"name":"Tag01"},{"name":"Tag02"},{"name":"Tag03"},{"name":"Target01"},{"name":"Target02"},{"name":"Target03"},{"name":"Target04"},{"name":"Target05"},{"name":"Telescope"},{"name":"TerminalBrowser"},{"name":"TerminalCircle"},{"name":"TerminalSquare"},{"name":"Terminal"},{"name":"TextInput"},{"name":"Thermometer01"},{"name":"Thermometer02"},{"name":"Thermometer03"},{"name":"ThermometerCold"},{"name":"ThermometerWarm"},{"name":"ThumbsDown"},{"name":"ThumbsUp"},{"name":"Tick"},{"name":"Ticket01"},{"name":"Ticket02"},{"name":"Toggle01Left"},{"name":"Toggle01Right"},{"name":"Toggle02Left"},{"name":"Toggle02Right"},{"name":"Toggle03Left"},{"name":"Toggle03Right"},{"name":"Tool01"},{"name":"Tool02"},{"name":"Train"},{"name":"Tram"},{"name":"Transform"},{"name":"Translate01"},{"name":"Translate02"},{"name":"Trash01"},{"name":"Trash02"},{"name":"Trash03"},{"name":"Trash04"},{"name":"Trashed"},{"name":"TrendDown01"},{"name":"TrendDown02"},{"name":"TrendUp01"},{"name":"TrendUp02"},{"name":"Triangle"},{"name":"Trophy01"},{"name":"Trophy02"},{"name":"Truck01"},{"name":"Truck02"},{"name":"Tv01"},{"name":"Tv02"},{"name":"Tv03"},{"name":"Twitter"},{"name":"Type01"},{"name":"Type02"},{"name":"TypeSquare"},{"name":"TypeStrikethrough01"},{"name":"TypeStrikethrough02"},{"name":"Umbrella01"},{"name":"Umbrella02"},{"name":"Umbrella03"},{"name":"Underline01"},{"name":"Underline02"},{"name":"UnderlineSquare"},{"name":"Upload01"},{"name":"Upload02"},{"name":"Upload03"},{"name":"Upload04"},{"name":"UploadCloud01"},{"name":"UploadCloud02"},{"name":"UsbFlashDrive"},{"name":"User01"},{"name":"User02"},{"name":"User03"},{"name":"UserCheck01"},{"name":"UserCheck02"},{"name":"UserCircle"},{"name":"UserDown01"},{"name":"UserDown02"},{"name":"UserEdit"},{"name":"UserLeft01"},{"name":"UserLeft02"},{"name":"UserMinus01"},{"name":"UserMinus02"},{"name":"UserPlus01"},{"name":"UserPlus02"},{"name":"UserRight01"},{"name":"UserRight02"},{"name":"UserSquare"},{"name":"UserUp01"},{"name":"UserUp02"},{"name":"UserX01"},{"name":"UserX02"},{"name":"Users01"},{"name":"Users02"},{"name":"Users03"},{"name":"UsersCheck"},{"name":"UsersDown"},{"name":"UsersEdit"},{"name":"UsersLeft"},{"name":"UsersMinus"},{"name":"UsersPlus"},{"name":"UsersRight"},{"name":"UsersUp"},{"name":"UsersX"},{"name":"Variable"},{"name":"VerifiedTick"},{"name":"VideoRecorderOff"},{"name":"VideoRecorder"},{"name":"Virus"},{"name":"Voicemail"},{"name":"VolumeMax"},{"name":"VolumeMin"},{"name":"VolumeMinus"},{"name":"VolumePlus"},{"name":"VolumeX"},{"name":"Wallet01"},{"name":"Wallet02"},{"name":"Wallet03"},{"name":"Wallet04"},{"name":"Wallet05"},{"name":"WatchCircle"},{"name":"WatchSquare"},{"name":"Waves"},{"name":"Webcam01"},{"name":"Webcam02"},{"name":"WifiOff"},{"name":"Wifi"},{"name":"Wind01"},{"name":"Wind02"},{"name":"Wind03"},{"name":"XCircle"},{"name":"XClose"},{"name":"XSquare"},{"name":"X"},{"name":"Youtube"},{"name":"ZapCircle"},{"name":"ZapFast"},{"name":"ZapOff"},{"name":"ZapSquare"},{"name":"Zap"},{"name":"ZoomIn"},{"name":"ZoomOut"}]');
33918
33918
  const _hoisted_1$_ = { class: "relative block" };
33919
- const _hoisted_2$A = { class: "absolute left-[70%] top-[100%] z-10 flex w-[504px] flex-col rounded-xl border border-gray-300 bg-white" };
33919
+ const _hoisted_2$z = { class: "absolute left-[70%] top-[100%] z-10 flex w-[504px] flex-col rounded-xl border border-gray-300 bg-white" };
33920
33920
  const _hoisted_3$t = { class: "flex flex-col gap-4 p-4" };
33921
33921
  const _hoisted_4$s = { class: "relative" };
33922
33922
  const _hoisted_5$q = { class: "flex flex-col gap-2" };
@@ -33983,7 +33983,7 @@ const _sfc_main$G = /* @__PURE__ */ Object.assign(__default__, {
33983
33983
  class: "h-5 w-5"
33984
33984
  }))
33985
33985
  ]),
33986
- withDirectives(createElementVNode("div", _hoisted_2$A, [
33986
+ withDirectives(createElementVNode("div", _hoisted_2$z, [
33987
33987
  createElementVNode("div", _hoisted_3$t, [
33988
33988
  createElementVNode("div", _hoisted_4$s, [
33989
33989
  withDirectives(createElementVNode("input", {
@@ -34035,7 +34035,7 @@ const _sfc_main$G = /* @__PURE__ */ Object.assign(__default__, {
34035
34035
  }
34036
34036
  });
34037
34037
  const _hoisted_1$Z = { class: "flex flex-col gap-8" };
34038
- const _hoisted_2$z = ["type"];
34038
+ const _hoisted_2$y = ["type"];
34039
34039
  const _sfc_main$F = {
34040
34040
  __name: "Button",
34041
34041
  props: {
@@ -34112,7 +34112,7 @@ const _sfc_main$F = {
34112
34112
  placeholder: "Label",
34113
34113
  maxlength: 100,
34114
34114
  class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
34115
- }, null, 8, _hoisted_2$z), [
34115
+ }, null, 8, _hoisted_2$y), [
34116
34116
  [vModelDynamic, __props.button.address]
34117
34117
  ])
34118
34118
  ];
@@ -45024,15 +45024,15 @@ const _sfc_main$E = {
45024
45024
  }
45025
45025
  };
45026
45026
  const _hoisted_1$Y = { class: "q-editor" };
45027
- const _hoisted_2$y = { ref: "editorContainer" };
45027
+ const _hoisted_2$x = { ref: "editorContainer" };
45028
45028
  function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
45029
45029
  return openBlock(), createElementBlock("div", _hoisted_1$Y, [
45030
- createElementVNode("div", _hoisted_2$y, null, 512)
45030
+ createElementVNode("div", _hoisted_2$x, null, 512)
45031
45031
  ]);
45032
45032
  }
45033
45033
  const QuillEditor = /* @__PURE__ */ _export_sfc(_sfc_main$E, [["render", _sfc_render]]);
45034
45034
  const _hoisted_1$X = ["maxlength"];
45035
- const _hoisted_2$x = {
45035
+ const _hoisted_2$w = {
45036
45036
  key: 2,
45037
45037
  class: "flex flex-col gap-4 bg-gray-200 rounded-xl px-6 py-5 mt-4"
45038
45038
  };
@@ -45173,7 +45173,7 @@ const _sfc_main$D = {
45173
45173
  sites: _ctx.sites,
45174
45174
  classes: "bg-gray-200"
45175
45175
  }, null, 8, ["button", "sites"])) : createCommentVNode("", true),
45176
- dataRef.value.hasOwnProperty("featured_image") ? (openBlock(), createElementBlock("div", _hoisted_2$x, [
45176
+ dataRef.value.hasOwnProperty("featured_image") ? (openBlock(), createElementBlock("div", _hoisted_2$w, [
45177
45177
  createVNode(_sfc_main$I, {
45178
45178
  class: "!p-0 !bg-gray-200",
45179
45179
  title: "Featured Image",
@@ -45214,7 +45214,7 @@ const _sfc_main$D = {
45214
45214
  }
45215
45215
  };
45216
45216
  const _hoisted_1$W = { class: "rounded-xl bg-gray-50 px-6 py-5" };
45217
- const _hoisted_2$w = { class: "flex justify-between pb-2" };
45217
+ const _hoisted_2$v = { class: "flex justify-between pb-2" };
45218
45218
  const _hoisted_3$r = { class: "flex justify-between w-full py-1" };
45219
45219
  const _hoisted_4$r = { class: "min-w-[50%] w-full" };
45220
45220
  const _hoisted_5$p = { class: "text-lg font-semibold text-gray-900" };
@@ -45228,7 +45228,7 @@ const _hoisted_12$b = {
45228
45228
  key: 0,
45229
45229
  class: "flex gap-4"
45230
45230
  };
45231
- const _hoisted_13$8 = { class: "flex items-center gap-2 cursor-pointer" };
45231
+ const _hoisted_13$9 = { class: "flex items-center gap-2 cursor-pointer" };
45232
45232
  const _hoisted_14$8 = ["name", "value", "onUpdate:modelValue", "onChange"];
45233
45233
  const _hoisted_15$6 = {
45234
45234
  key: 1,
@@ -45236,7 +45236,7 @@ const _hoisted_15$6 = {
45236
45236
  };
45237
45237
  const _hoisted_16$4 = ["onUpdate:modelValue", "maxlength"];
45238
45238
  const _hoisted_17$3 = ["onUpdate:modelValue", "maxlength"];
45239
- const _hoisted_18$3 = { key: 2 };
45239
+ const _hoisted_18$2 = { key: 2 };
45240
45240
  const _sfc_main$C = {
45241
45241
  __name: "Links",
45242
45242
  props: {
@@ -45306,7 +45306,7 @@ const _sfc_main$C = {
45306
45306
  var _a;
45307
45307
  return openBlock(), createElementBlock(Fragment, null, [
45308
45308
  createElementVNode("div", _hoisted_1$W, [
45309
- createElementVNode("div", _hoisted_2$w, [
45309
+ createElementVNode("div", _hoisted_2$v, [
45310
45310
  createElementVNode("div", _hoisted_3$r, [
45311
45311
  createElementVNode("div", _hoisted_4$r, [
45312
45312
  createElementVNode("p", _hoisted_5$p, toDisplayString(componentData.value.name), 1),
@@ -45366,7 +45366,7 @@ const _sfc_main$C = {
45366
45366
  createElementVNode("div", _hoisted_11$e, [
45367
45367
  !((_a2 = componentData.value) == null ? void 0 : _a2.hasOwnProperty("has_type_switcher")) || ((_b = componentData.value) == null ? void 0 : _b.has_type_switcher) ? (openBlock(), createElementBlock("div", _hoisted_12$b, [
45368
45368
  (openBlock(), createElementBlock(Fragment, null, renderList(options, (option) => {
45369
- return createElementVNode("label", _hoisted_13$8, [
45369
+ return createElementVNode("label", _hoisted_13$9, [
45370
45370
  withDirectives(createElementVNode("input", {
45371
45371
  name: `content_type${index}`,
45372
45372
  type: "radio",
@@ -45436,7 +45436,7 @@ const _sfc_main$C = {
45436
45436
  sites: _ctx.sites,
45437
45437
  forms: __props.forms
45438
45438
  }, null, 8, ["name", "type", "onUpdate:type", "url", "onUpdate:url", "openInNewTab", "onUpdate:openInNewTab", "sites", "forms"])) : createCommentVNode("", true)
45439
- ])) : (openBlock(), createElementBlock("div", _hoisted_18$3, [
45439
+ ])) : (openBlock(), createElementBlock("div", _hoisted_18$2, [
45440
45440
  createVNode(_sfc_main$P, {
45441
45441
  "is-vertical": "",
45442
45442
  field: "image",
@@ -45469,7 +45469,7 @@ const _sfc_main$C = {
45469
45469
  }
45470
45470
  };
45471
45471
  const _hoisted_1$V = { class: "rounded-xl bg-gray-50 px-6 py-5" };
45472
- const _hoisted_2$v = { class: "flex justify-between pb-2" };
45472
+ const _hoisted_2$u = { class: "flex justify-between pb-2" };
45473
45473
  const _hoisted_3$q = { class: "flex justify-between w-full py-1" };
45474
45474
  const _hoisted_4$q = { class: "text-lg font-semibold text-gray-900" };
45475
45475
  const _hoisted_5$o = { class: "text-sm text-gray-600 mt-1" };
@@ -45527,7 +45527,7 @@ const _sfc_main$B = {
45527
45527
  var _a;
45528
45528
  return openBlock(), createElementBlock(Fragment, null, [
45529
45529
  createElementVNode("div", _hoisted_1$V, [
45530
- createElementVNode("div", _hoisted_2$v, [
45530
+ createElementVNode("div", _hoisted_2$u, [
45531
45531
  createElementVNode("div", _hoisted_3$q, [
45532
45532
  createElementVNode("div", null, [
45533
45533
  createElementVNode("p", _hoisted_4$q, toDisplayString(componentData.value.name), 1),
@@ -45604,7 +45604,7 @@ const _sfc_main$B = {
45604
45604
  }
45605
45605
  };
45606
45606
  const _hoisted_1$U = { class: "rounded-xl bg-gray-50 px-6 py-5" };
45607
- const _hoisted_2$u = { class: "flex flex-col" };
45607
+ const _hoisted_2$t = { class: "flex flex-col" };
45608
45608
  const _hoisted_3$p = { class: "flex flex-col gap-4 mb-4 border-b border-gray-200 pb-4" };
45609
45609
  const _hoisted_4$p = { class: "flex flex-col gap-6" };
45610
45610
  const _hoisted_5$n = { class: "flex flex-col gap-1.5" };
@@ -45628,7 +45628,7 @@ const _sfc_main$A = {
45628
45628
  return (_ctx, _cache) => {
45629
45629
  var _a, _b, _c;
45630
45630
  return openBlock(), createElementBlock("div", _hoisted_1$U, [
45631
- createElementVNode("div", _hoisted_2$u, [
45631
+ createElementVNode("div", _hoisted_2$t, [
45632
45632
  createElementVNode("div", _hoisted_3$p, [
45633
45633
  _cache[4] || (_cache[4] = createElementVNode("p", { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" }, " Carousel ", -1)),
45634
45634
  createElementVNode("div", _hoisted_4$p, [
@@ -45681,7 +45681,7 @@ const _sfc_main$A = {
45681
45681
  }
45682
45682
  };
45683
45683
  const _hoisted_1$T = { class: "rounded-xl bg-gray-50 px-6 py-5" };
45684
- const _hoisted_2$t = { class: "flex flex-col" };
45684
+ const _hoisted_2$s = { class: "flex flex-col" };
45685
45685
  const _hoisted_3$o = { class: "flex flex-col gap-4 mb-4 border-b border-gray-200 pb-4" };
45686
45686
  const _hoisted_4$o = {
45687
45687
  key: 0,
@@ -45703,7 +45703,7 @@ const _sfc_main$z = {
45703
45703
  return (_ctx, _cache) => {
45704
45704
  var _a, _b, _c;
45705
45705
  return openBlock(), createElementBlock("div", _hoisted_1$T, [
45706
- createElementVNode("div", _hoisted_2$t, [
45706
+ createElementVNode("div", _hoisted_2$s, [
45707
45707
  createElementVNode("div", _hoisted_3$o, [
45708
45708
  _cache[5] || (_cache[5] = createElementVNode("p", { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" }, " Grid ", -1)),
45709
45709
  createVNode(_sfc_main$N, {
@@ -45757,7 +45757,7 @@ const _sfc_main$z = {
45757
45757
  }
45758
45758
  };
45759
45759
  const _hoisted_1$S = { class: "rounded-xl bg-gray-50 px-6 py-5" };
45760
- const _hoisted_2$s = { class: "flex justify-between pb-2" };
45760
+ const _hoisted_2$r = { class: "flex justify-between pb-2" };
45761
45761
  const _hoisted_3$n = { class: "flex justify-between w-full py-1" };
45762
45762
  const _hoisted_4$n = { class: "text-lg font-semibold text-gray-900" };
45763
45763
  const _hoisted_5$l = { class: "text-sm text-gray-600 mt-1" };
@@ -45808,7 +45808,7 @@ const _sfc_main$y = {
45808
45808
  var _a;
45809
45809
  return openBlock(), createElementBlock(Fragment, null, [
45810
45810
  createElementVNode("div", _hoisted_1$S, [
45811
- createElementVNode("div", _hoisted_2$s, [
45811
+ createElementVNode("div", _hoisted_2$r, [
45812
45812
  createElementVNode("div", _hoisted_3$n, [
45813
45813
  createElementVNode("div", null, [
45814
45814
  createElementVNode("p", _hoisted_4$n, toDisplayString(componentData.value.name), 1),
@@ -45867,7 +45867,7 @@ const _sfc_main$y = {
45867
45867
  }
45868
45868
  };
45869
45869
  const _hoisted_1$R = { class: "rounded-xl bg-gray-50 px-6 py-5" };
45870
- const _hoisted_2$r = { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" };
45870
+ const _hoisted_2$q = { class: "text-lg font-semibold text-gray-900 border-b border-gray-200 pb-4" };
45871
45871
  const _hoisted_3$m = { class: "flex flex-col gap-4 rounded-xl bg-gray-200 px-6 py-5" };
45872
45872
  const _hoisted_4$m = {
45873
45873
  key: 0,
@@ -45900,7 +45900,7 @@ const _sfc_main$x = {
45900
45900
  return (_ctx, _cache) => {
45901
45901
  var _a, _b;
45902
45902
  return openBlock(), createElementBlock("div", _hoisted_1$R, [
45903
- createElementVNode("p", _hoisted_2$r, toDisplayString(dataRef.value.name), 1),
45903
+ createElementVNode("p", _hoisted_2$q, toDisplayString(dataRef.value.name), 1),
45904
45904
  createElementVNode("div", _hoisted_3$m, [
45905
45905
  _cache[9] || (_cache[9] = createElementVNode("p", { class: "text-lg font-semibold text-gray-900" }, " Description ", -1)),
45906
45906
  dataRef.value.hasOwnProperty("eyebrow_heading") ? (openBlock(), createBlock(_sfc_main$P, {
@@ -46036,7 +46036,7 @@ const _sfc_main$x = {
46036
46036
  }
46037
46037
  };
46038
46038
  const _hoisted_1$Q = { class: "rounded-xl bg-gray-50 px-6 py-5" };
46039
- const _hoisted_2$q = { class: "text-lg font-semibold text-gray-900 pb-4" };
46039
+ const _hoisted_2$p = { class: "text-lg font-semibold text-gray-900 pb-4" };
46040
46040
  const _hoisted_3$l = {
46041
46041
  key: 0,
46042
46042
  class: "rounded-xl bg-gray-200"
@@ -46063,7 +46063,7 @@ const _sfc_main$w = {
46063
46063
  });
46064
46064
  return (_ctx, _cache) => {
46065
46065
  return openBlock(), createElementBlock("div", _hoisted_1$Q, [
46066
- createElementVNode("p", _hoisted_2$q, toDisplayString(dataRef.value.name), 1),
46066
+ createElementVNode("p", _hoisted_2$p, toDisplayString(dataRef.value.name), 1),
46067
46067
  dataRef.value.hasOwnProperty("featured_image") ? (openBlock(), createElementBlock("div", _hoisted_3$l, [
46068
46068
  createVNode(_sfc_main$I, {
46069
46069
  classes: "bg-gray-200",
@@ -46129,7 +46129,7 @@ const _sfc_main$v = {
46129
46129
  }
46130
46130
  };
46131
46131
  const _hoisted_1$P = { class: "bg-gray-50 rounded-xl p-6" };
46132
- const _hoisted_2$p = { class: "text-lg pb-6 font-semibold text-gray-900 border-b border-gray-200" };
46132
+ const _hoisted_2$o = { class: "text-lg pb-6 font-semibold text-gray-900 border-b border-gray-200" };
46133
46133
  const _sfc_main$u = {
46134
46134
  __name: "HorizontalTabs",
46135
46135
  props: {
@@ -46141,7 +46141,7 @@ const _sfc_main$u = {
46141
46141
  console.log("componentData", dataRef);
46142
46142
  return (_ctx, _cache) => {
46143
46143
  return openBlock(), createElementBlock("div", _hoisted_1$P, [
46144
- createElementVNode("div", _hoisted_2$p, toDisplayString(dataRef.value.name), 1),
46144
+ createElementVNode("div", _hoisted_2$o, toDisplayString(dataRef.value.name), 1),
46145
46145
  _cache[0] || (_cache[0] = createElementVNode("div", { class: "flex flex-col gap-3 py-6 text-gray-600" }, [
46146
46146
  createElementVNode("div", { class: "font-semibold text-gray-900" }, "Content"),
46147
46147
  createElementVNode("p", null, "The tabs will be automatically populated with the 5 types of memberships.")
@@ -46151,7 +46151,7 @@ const _sfc_main$u = {
46151
46151
  }
46152
46152
  };
46153
46153
  const _hoisted_1$O = { class: "page-builder overflow-auto" };
46154
- const _hoisted_2$o = { class: "flex gap-4 px-6 overflow-auto" };
46154
+ const _hoisted_2$n = { class: "flex gap-4 px-6 overflow-auto" };
46155
46155
  const _hoisted_3$k = { class: "flex w-[356px] flex-col gap-2 pb-10 overflow-y-auto h-[100vh]" };
46156
46156
  const _hoisted_4$k = { class: "border-b border-gray-200 pb-2" };
46157
46157
  const _hoisted_5$j = ["onClick"];
@@ -46165,7 +46165,7 @@ const _hoisted_9$h = {
46165
46165
  const _hoisted_10$c = ["onClick"];
46166
46166
  const _hoisted_11$b = { class: "flex flex-col" };
46167
46167
  const _hoisted_12$9 = { class: "text-sm font-medium text-gray-900" };
46168
- const _hoisted_13$7 = { class: "flex items-center justify-between gap-3 px-[10px]" };
46168
+ const _hoisted_13$8 = { class: "flex items-center justify-between gap-3 px-[10px]" };
46169
46169
  const _hoisted_14$7 = { class: "flex h-full flex-1 flex-col mb-20" };
46170
46170
  const _hoisted_15$5 = {
46171
46171
  key: 0,
@@ -46173,7 +46173,7 @@ const _hoisted_15$5 = {
46173
46173
  };
46174
46174
  const _hoisted_16$3 = { class: "flex flex-col gap-1 pt-6 text-gray-600" };
46175
46175
  const _hoisted_17$2 = ["value"];
46176
- const _hoisted_18$2 = {
46176
+ const _hoisted_18$1 = {
46177
46177
  key: 1,
46178
46178
  class: "rounded-xl bg-gray-50 px-6 py-5"
46179
46179
  };
@@ -46270,7 +46270,7 @@ const _sfc_main$t = {
46270
46270
  return (_ctx, _cache) => {
46271
46271
  var _a2, _b;
46272
46272
  return openBlock(), createElementBlock("div", _hoisted_1$O, [
46273
- createElementVNode("div", _hoisted_2$o, [
46273
+ createElementVNode("div", _hoisted_2$n, [
46274
46274
  createElementVNode("div", _hoisted_3$k, [
46275
46275
  (openBlock(true), createElementBlock(Fragment, null, renderList(__props.modelValue.sections, (parent, sectionIndex) => {
46276
46276
  return openBlock(), createElementBlock("div", _hoisted_4$k, [
@@ -46302,7 +46302,7 @@ const _sfc_main$t = {
46302
46302
  _cache[1] || (_cache[1] = createElementVNode("div", { class: "text-xs text-gray-600" }, "Sub-module", -1)),
46303
46303
  createElementVNode("div", _hoisted_12$9, toDisplayString(component.name), 1)
46304
46304
  ]),
46305
- createElementVNode("div", _hoisted_13$7, [
46305
+ createElementVNode("div", _hoisted_13$8, [
46306
46306
  createVNode(unref(ChevronRight), { class: "h-5 w-5" })
46307
46307
  ])
46308
46308
  ], 10, _hoisted_10$c);
@@ -46338,7 +46338,7 @@ const _sfc_main$t = {
46338
46338
  _cache[2] || (_cache[2] = createElementVNode("p", null, "This sets the section name shown in the breadcrumb (e.g. Home / Who We Are / Page). Leave blank to skip the section.", -1))
46339
46339
  ])
46340
46340
  ])) : createCommentVNode("", true),
46341
- !unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_18$2, [
46341
+ !unref(selected) ? (openBlock(), createElementBlock("div", _hoisted_18$1, [
46342
46342
  createVNode(Instructions)
46343
46343
  ])) : createCommentVNode("", true),
46344
46344
  (openBlock(), createBlock(resolveDynamicComponent(currentComponent.value), {
@@ -47826,8 +47826,8 @@ const Slide = defineComponent({
47826
47826
  };
47827
47827
  }
47828
47828
  });
47829
- const _hoisted_1$M = { class: "flex h-[872px] w-full bg-navy-800 relative rounded-3xl md:rounded-[48px] z-10" };
47830
- const _hoisted_2$n = { class: "lg:p-8 p-4 flex relative w-full" };
47829
+ const _hoisted_1$M = { class: "flex h-[708px] lg:h-[872px] w-full bg-navy-800 relative rounded-3xl md:rounded-[48px] z-10" };
47830
+ const _hoisted_2$m = { class: "lg:p-8 p-4 flex relative w-full" };
47831
47831
  const _hoisted_3$j = { class: "lg:w-1/2 lg:pl-8 lg:pr-16 pl-4 pr-8 flex flex-col lg:mt-[218px] mt-[100px] absolute top-0 left-5 lg:relative z-20" };
47832
47832
  const _hoisted_4$j = { class: "gap-2 flex z-10 mb-4" };
47833
47833
  const _hoisted_5$i = ["onClick"];
@@ -47839,7 +47839,7 @@ const _hoisted_10$b = ["href", "target"];
47839
47839
  const _hoisted_11$a = ["src"];
47840
47840
  const _hoisted_12$8 = {
47841
47841
  key: 1,
47842
- class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover",
47842
+ class: "rounded-3xl md:rounded-[48px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover",
47843
47843
  src: _imports_0
47844
47844
  };
47845
47845
  const _sfc_main$s = {
@@ -47869,7 +47869,7 @@ const _sfc_main$s = {
47869
47869
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(slides), (slide, index) => {
47870
47870
  return openBlock(), createBlock(unref(Slide), { key: index }, {
47871
47871
  default: withCtx(() => [
47872
- createElementVNode("div", _hoisted_2$n, [
47872
+ createElementVNode("div", _hoisted_2$m, [
47873
47873
  createElementVNode("div", _hoisted_3$j, [
47874
47874
  createElementVNode("div", _hoisted_4$j, [
47875
47875
  unref(slides).length > 1 ? (openBlock(true), createElementBlock(Fragment, { key: 0 }, renderList(unref(slides), (slide2, index2) => {
@@ -47908,10 +47908,10 @@ const _sfc_main$s = {
47908
47908
  key: 0,
47909
47909
  src: slide.featured_image,
47910
47910
  alt: "Slide Image",
47911
- class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover"
47911
+ class: "rounded-3xl md:rounded-[48px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover"
47912
47912
  }, null, 8, _hoisted_11$a)) : (openBlock(), createElementBlock("img", _hoisted_12$8)),
47913
47913
  _cache[1] || (_cache[1] = createElementVNode("div", { class: "absolute inset-0 lg:hidden z-10 p-4" }, [
47914
- createElementVNode("div", { class: "bg-black opacity-60 rounded-[40px] h-full" })
47914
+ createElementVNode("div", { class: "bg-black opacity-60 rounded-3xl md:rounded-[48px] h-full" })
47915
47915
  ], -1))
47916
47916
  ])
47917
47917
  ]),
@@ -47925,7 +47925,7 @@ const _sfc_main$s = {
47925
47925
  };
47926
47926
  }
47927
47927
  };
47928
- const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-88d0c225"]]);
47928
+ const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-15563c74"]]);
47929
47929
  const _hoisted_1$L = ["target", "href"];
47930
47930
  const _sfc_main$r = {
47931
47931
  __name: "LinkPresenter",
@@ -47941,16 +47941,16 @@ const _sfc_main$r = {
47941
47941
  const isLinkGrid = component.value.type === "link_grid";
47942
47942
  return (_ctx, _cache) => {
47943
47943
  return openBlock(), createElementBlock("div", {
47944
- class: normalizeClass(["flex justify-center h-[136px] w-full relative rounded-b-[48px] bg-navy-600 -mt-12 gap-[60px]", { "bg-transparent !justify-start flex-wrap mt-8 !h-auto !gap-4": isLinkGrid }])
47944
+ class: normalizeClass(["flex flex-wrap justify-center min-h-[136px] w-full relative rounded-b-3xl md:rounded-b-[48px] bg-navy-600 -mt-12 pt-20 md:pt-12 max-md:pb-4 px-4 gap-y-2 gap-x-[60px]", { "bg-transparent !justify-start mt-8 !h-auto !gap-4": isLinkGrid }])
47945
47945
  }, [
47946
47946
  (openBlock(true), createElementBlock(Fragment, null, renderList(component.value.data, (link) => {
47947
47947
  return openBlock(), createElementBlock("div", {
47948
- class: normalizeClass(["flex justify-center", { "!block": isLinkGrid }])
47948
+ class: normalizeClass(["flex justify-center items-center", { "!block": isLinkGrid }])
47949
47949
  }, [
47950
47950
  createElementVNode("a", {
47951
47951
  target: link.open_in_new_tab ? "_blank" : "",
47952
47952
  href: link.url.startsWith("http") ? link.url : `//${link.url}`,
47953
- class: normalizeClass(["text-white flex gap-1.5 items-center cursor-pointer mt-12 text-sm font-semibold hover:text-gray-300", { "bg-white border border-gray-300 rounded-full !text-gray-700 px-4 h-[44px] w-max !mt-0 !text-base hover:bg-gray-100": isLinkGrid }])
47953
+ class: normalizeClass(["text-white flex gap-1.5 items-center cursor-pointer text-sm font-semibold hover:text-gray-300 h-9", { "bg-white border border-gray-300 rounded-full !text-gray-700 px-4 h-[44px] w-max !mt-0 !text-base hover:bg-gray-100": isLinkGrid }])
47954
47954
  }, [
47955
47955
  createElementVNode("span", null, toDisplayString(link.title), 1),
47956
47956
  createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
@@ -47961,8 +47961,7 @@ const _sfc_main$r = {
47961
47961
  };
47962
47962
  }
47963
47963
  };
47964
- const _hoisted_1$K = { class: "rounded-3xl md:rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
47965
- const _hoisted_2$m = { class: "md:px-[90px]" };
47964
+ const _hoisted_1$K = { class: "rounded-3xl md:rounded-[48px] 1xl:max-w-[1872px] mx-auto w-full sm:px-4 md:px-6" };
47966
47965
  const _sfc_main$q = {
47967
47966
  __name: "HeroHeader",
47968
47967
  props: {
@@ -47987,7 +47986,7 @@ const _sfc_main$q = {
47987
47986
  return (_ctx, _cache) => {
47988
47987
  return openBlock(), createElementBlock("div", _hoisted_1$K, [
47989
47988
  (openBlock(true), createElementBlock(Fragment, null, renderList(section.value.components, (component, index) => {
47990
- return openBlock(), createElementBlock("div", _hoisted_2$m, [
47989
+ return openBlock(), createElementBlock("div", null, [
47991
47990
  (openBlock(), createBlock(resolveDynamicComponent(currentComponent(component)), {
47992
47991
  key: index,
47993
47992
  component
@@ -48086,7 +48085,7 @@ const _sfc_main$o = {
48086
48085
  return (_ctx, _cache) => {
48087
48086
  var _a, _b, _c, _d;
48088
48087
  return openBlock(), createElementBlock("div", {
48089
- class: normalizeClass(["w-full bg-navy-800 py-10 relative lg:h-[336px]", { "lg:!h-[266px]": (_a = section.value) == null ? void 0 : _a.as_cta }])
48088
+ class: normalizeClass(["w-full bg-navy-800 max-md:px-4 py-10 relative lg:h-[336px]", { "lg:!h-[266px]": (_a = section.value) == null ? void 0 : _a.as_cta }])
48090
48089
  }, [
48091
48090
  ((_b = section.value) == null ? void 0 : _b.as_cta) ? (openBlock(), createBlock(unref(LeftVector), {
48092
48091
  key: 0,
@@ -48213,7 +48212,7 @@ const _sfc_main$n = {
48213
48212
  }
48214
48213
  };
48215
48214
  const VVerticalTabPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-ef885607"]]);
48216
- const _hoisted_1$F = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
48215
+ const _hoisted_1$F = { class: "pb-container" };
48217
48216
  const _hoisted_2$j = { class: "max-md:mx-[30px] 1xl:mx-0 bg-navy-25 rounded-3xl md:rounded-[48px] p-16" };
48218
48217
  const _sfc_main$m = {
48219
48218
  __name: "VTabs",
@@ -48252,7 +48251,7 @@ const _sfc_main$m = {
48252
48251
  };
48253
48252
  }
48254
48253
  };
48255
- const _hoisted_1$E = { class: "w-full relative" };
48254
+ const _hoisted_1$E = { class: "w-full relative max-md:px-4" };
48256
48255
  const _hoisted_2$i = ["href"];
48257
48256
  const _hoisted_3$h = ["src"];
48258
48257
  const _hoisted_4$h = {
@@ -48283,7 +48282,7 @@ const _sfc_main$l = {
48283
48282
  return (_ctx, _cache) => {
48284
48283
  return openBlock(), createElementBlock("div", _hoisted_1$E, [
48285
48284
  createElementVNode("div", {
48286
- class: normalizeClass(["1xl:max-w-[1824px] mx-auto relative flex justify-center items-center", { "py-8": isHorizontal, "flex-col py-6": !isHorizontal }])
48285
+ class: normalizeClass(["1xl:max-w-[1872px] mx-auto w-full sm:px-4 md:px-6 relative flex justify-center items-center", { "py-8": isHorizontal, "flex-col py-6": !isHorizontal }])
48287
48286
  }, [
48288
48287
  (openBlock(true), createElementBlock(Fragment, null, renderList(section.value.components, (component, index) => {
48289
48288
  return openBlock(), createElementBlock("div", null, [
@@ -48440,7 +48439,7 @@ const _hoisted_10$a = {
48440
48439
  };
48441
48440
  const _hoisted_11$9 = ["innerHTML"];
48442
48441
  const _hoisted_12$7 = { class: "border-t border-gray-200 mt-4 pt-[17px] flex justify-between items-center" };
48443
- const _hoisted_13$6 = ["href"];
48442
+ const _hoisted_13$7 = ["href"];
48444
48443
  const _hoisted_14$6 = { class: "absolute top-[-65px] right-4 flex gap-4" };
48445
48444
  const _hoisted_15$4 = {
48446
48445
  key: 0,
@@ -48553,7 +48552,7 @@ const _sfc_main$j = {
48553
48552
  target: "_blank",
48554
48553
  href: unref(formatUrl)(slide.secondary_button.url),
48555
48554
  class: "text-sm text-gray-600 hover:text-gray-800"
48556
- }, toDisplayString(slide.secondary_button.title ?? "Learn more"), 9, _hoisted_13$6)) : createCommentVNode("", true)
48555
+ }, toDisplayString(slide.secondary_button.title ?? "Learn more"), 9, _hoisted_13$7)) : createCommentVNode("", true)
48557
48556
  ])
48558
48557
  ], 2)
48559
48558
  ], 2);
@@ -48587,7 +48586,7 @@ const _sfc_main$j = {
48587
48586
  };
48588
48587
  }
48589
48588
  };
48590
- const _hoisted_1$x = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
48589
+ const _hoisted_1$x = { class: "pb-container" };
48591
48590
  const _hoisted_2$g = { class: "max-md:mx-[30px] 1xl:mx-0 rounded-3xl md:rounded-[48px] pt-[40px]" };
48592
48591
  const _sfc_main$i = {
48593
48592
  __name: "CollectionCarousel",
@@ -48617,7 +48616,7 @@ const _sfc_main$i = {
48617
48616
  ])
48618
48617
  ]),
48619
48618
  createElementVNode("div", {
48620
- class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full", { "mt-0": !((_b = section.value) == null ? void 0 : _b.has_background), "mt-6": (_c = section.value) == null ? void 0 : _c.has_background }])
48619
+ class: normalizeClass(["pb-container", { "mt-0": !((_b = section.value) == null ? void 0 : _b.has_background), "mt-6": (_c = section.value) == null ? void 0 : _c.has_background }])
48621
48620
  }, [
48622
48621
  createVNode(_sfc_main$j, {
48623
48622
  component: carouselComponent.value,
@@ -48668,7 +48667,7 @@ const _hoisted_9$d = ["href"];
48668
48667
  const _hoisted_10$9 = { class: "flex justify-between" };
48669
48668
  const _hoisted_11$8 = ["innerHTML"];
48670
48669
  const _hoisted_12$6 = { class: "text-gray-500 text-sm mb-4" };
48671
- const _hoisted_13$5 = {
48670
+ const _hoisted_13$6 = {
48672
48671
  key: 0,
48673
48672
  class: "flex justify-center"
48674
48673
  };
@@ -48778,7 +48777,7 @@ const _sfc_main$h = {
48778
48777
  ]);
48779
48778
  }), 128))
48780
48779
  ]),
48781
- Object.keys(unref(button)).length && ((_b2 = unref(button)) == null ? void 0 : _b2.show) ? (openBlock(), createElementBlock("div", _hoisted_13$5, [
48780
+ Object.keys(unref(button)).length && ((_b2 = unref(button)) == null ? void 0 : _b2.show) ? (openBlock(), createElementBlock("div", _hoisted_13$6, [
48782
48781
  createElementVNode("a", {
48783
48782
  class: "border-brand-300 hover:border-brand-700 border text-brand-700 h-[44px] rounded-full px-[14px] py-[10px] inline-flex gap-1.5 items-center font-semibold text-base",
48784
48783
  href: unref(formatUrl)(unref(button).url),
@@ -48820,7 +48819,7 @@ const _sfc_main$g = {
48820
48819
  var _a;
48821
48820
  return openBlock(), createElementBlock("div", _hoisted_1$u, [
48822
48821
  createElementVNode("div", {
48823
- class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full pt-[40px]", { "!pt-0": section.value.hasOwnProperty("padding_top") && !((_a = section.value) == null ? void 0 : _a.padding_top) }])
48822
+ class: normalizeClass(["pb-container pt-[40px]", { "!pt-0": section.value.hasOwnProperty("padding_top") && !((_a = section.value) == null ? void 0 : _a.padding_top) }])
48824
48823
  }, [
48825
48824
  (openBlock(true), createElementBlock(Fragment, null, renderList(section.value.components, (component, index) => {
48826
48825
  return openBlock(), createBlock(resolveDynamicComponent(currentComponent(component)), {
@@ -48850,7 +48849,7 @@ function render$d(_ctx, _cache) {
48850
48849
  ]));
48851
48850
  }
48852
48851
  const ArrowDownRight = { render: render$d };
48853
- const _hoisted_1$s = { class: "rounded-3xl md:rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
48852
+ const _hoisted_1$s = { class: "rounded-3xl md:rounded-[48px] 1xl:max-w-[1872px] mx-auto w-full sm:px-4 md:px-6" };
48854
48853
  const _hoisted_2$e = { class: "text-4xl md:text-5xl lg:text-[48px] lg:leading-[60px] font-semibold text-gray-900 w-full max-w-[800px] tracking-[-1px]" };
48855
48854
  const _hoisted_3$e = {
48856
48855
  key: 0,
@@ -48883,7 +48882,7 @@ const _sfc_main$f = {
48883
48882
  return openBlock(), createElementBlock("div", _hoisted_1$s, [
48884
48883
  section.value.hasOwnProperty("components") > 0 && section.value.components.length > 0 ? (openBlock(), createElementBlock("div", {
48885
48884
  key: 0,
48886
- class: normalizeClass(["md:px-[90px]", { "flex flex-col items-center text-center": (_a = headerComponent.value) == null ? void 0 : _a.center, "mb-[64px]": hasFeaturedImage.value }])
48885
+ class: normalizeClass({ "flex flex-col items-center text-center": (_a = headerComponent.value) == null ? void 0 : _a.center, "mb-[64px]": hasFeaturedImage.value })
48887
48886
  }, [
48888
48887
  createElementVNode("div", {
48889
48888
  class: normalizeClass(["bg-navy-50 rounded-3xl md:rounded-[48px] relative pt-16 md:pt-28 lg:pt-[164px] px-8 md:px-24 lg:px-[120px]", { "flex flex-col items-center text-center": (_b = headerComponent.value) == null ? void 0 : _b.text_center }])
@@ -48982,7 +48981,7 @@ const _sfc_main$e = {
48982
48981
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
48983
48982
  return openBlock(), createElementBlock("div", _hoisted_1$r, [
48984
48983
  createElementVNode("div", {
48985
- class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full pt-4 mb-4 flex gap-8 lg:gap-16 items-center flex-col-reverse lg:flex-row", { "[&]:flex-col [&]:lg:flex-row-reverse mt-6 !mb-10": (_a = section.value) == null ? void 0 : _a.revert, "justify-center": (_b = section.value) == null ? void 0 : _b.center, "md:!px-0 !ml-0 justify-end": (_c = section.value) == null ? void 0 : _c.align_left }])
48984
+ class: normalizeClass(["pb-container pt-4 mb-4 flex gap-8 lg:gap-16 items-center flex-col-reverse lg:flex-row", { "[&]:flex-col [&]:lg:flex-row-reverse mt-6 !mb-10": (_a = section.value) == null ? void 0 : _a.revert, "justify-center": (_b = section.value) == null ? void 0 : _b.center, "md:!px-0 !ml-0 justify-end": (_c = section.value) == null ? void 0 : _c.align_left }])
48986
48985
  }, [
48987
48986
  ((_d = component.value) == null ? void 0 : _d.title) || ((_e = component.value) == null ? void 0 : _e.paragraph) ? (openBlock(), createElementBlock("div", {
48988
48987
  key: 0,
@@ -49042,38 +49041,34 @@ const _sfc_main$e = {
49042
49041
  }
49043
49042
  };
49044
49043
  const _hoisted_1$q = { class: "overflow-hidden" };
49045
- const _hoisted_2$c = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full mt-4 px-4" };
49046
- const _hoisted_3$c = {
49047
- key: 0,
49048
- class: "grid lg:grid-cols-[33%_auto] gap-1.5 lg:gap-4"
49049
- };
49050
- const _hoisted_4$c = { class: "text-[20px] text-gray-900 font-semibold" };
49051
- const _hoisted_5$c = ["innerHTML"];
49052
- const _hoisted_6$c = {
49044
+ const _hoisted_2$c = { class: "pb-container mt-4 px-4" };
49045
+ const _hoisted_3$c = { class: "text-[20px] text-gray-900 font-semibold" };
49046
+ const _hoisted_4$c = ["innerHTML"];
49047
+ const _hoisted_5$c = {
49053
49048
  key: 1,
49054
49049
  class: "rounded-xl md:rounded-3xl overflow-hidden relative"
49055
49050
  };
49056
- const _hoisted_7$c = ["src", "alt"];
49057
- const _hoisted_8$b = ["innerHTML"];
49058
- const _hoisted_9$b = {
49051
+ const _hoisted_6$c = ["src", "alt"];
49052
+ const _hoisted_7$c = ["innerHTML"];
49053
+ const _hoisted_8$b = {
49059
49054
  key: 1,
49060
49055
  class: "my-[44px]"
49061
49056
  };
49062
- const _hoisted_10$8 = { class: "text-[36px] text-gray-900 font-semibold" };
49063
- const _hoisted_11$7 = ["innerHTML"];
49064
- const _hoisted_12$5 = {
49057
+ const _hoisted_9$b = { class: "text-[36px] text-gray-900 font-semibold" };
49058
+ const _hoisted_10$8 = ["innerHTML"];
49059
+ const _hoisted_11$7 = {
49065
49060
  key: 0,
49066
49061
  class: "max-w-[48px] min-w-[48px] w-full max-h-[48px] min-h-[48px] h-full bg-brand-100 border-[8px] border-brand-50 rounded-full flex items-center justify-center"
49067
49062
  };
49068
- const _hoisted_13$4 = { class: "font-semibold text-[20px] text-gray-900" };
49069
- const _hoisted_14$4 = ["innerHTML"];
49070
- const _hoisted_15$3 = ["href", "target"];
49071
- const _hoisted_16$1 = ["src"];
49072
- const _hoisted_17$1 = {
49063
+ const _hoisted_12$5 = { class: "font-semibold text-[20px] text-gray-900" };
49064
+ const _hoisted_13$5 = ["innerHTML"];
49065
+ const _hoisted_14$4 = ["href", "target"];
49066
+ const _hoisted_15$3 = ["src"];
49067
+ const _hoisted_16$1 = {
49073
49068
  key: 0,
49074
49069
  class: "w-[560px]"
49075
49070
  };
49076
- const _hoisted_18$1 = ["src", "alt"];
49071
+ const _hoisted_17$1 = ["src", "alt"];
49077
49072
  const _sfc_main$d = {
49078
49073
  __name: "TwoColumnsImageContent",
49079
49074
  props: {
@@ -49085,6 +49080,7 @@ const _sfc_main$d = {
49085
49080
  setup(__props) {
49086
49081
  const props = __props;
49087
49082
  const section = ref(props.section);
49083
+ const innerWidth = ref(window.innerWidth);
49088
49084
  const paragraphComponent = computed(() => {
49089
49085
  return section.value.components.find((component) => component.type === "paragraph");
49090
49086
  });
@@ -49113,39 +49109,43 @@ const _sfc_main$d = {
49113
49109
  var _a, _b, _c, _d;
49114
49110
  return openBlock(), createElementBlock("div", _hoisted_1$q, [
49115
49111
  createElementVNode("div", _hoisted_2$c, [
49116
- paragraphComponent.value ? (openBlock(), createElementBlock("div", _hoisted_3$c, [
49112
+ paragraphComponent.value ? (openBlock(), createElementBlock("div", {
49113
+ key: 0,
49114
+ class: "grid gap-1.5 lg:gap-4",
49115
+ style: normalizeStyle(innerWidth.value >= 1024 ? "grid-template-columns: 33% auto;" : "")
49116
+ }, [
49117
49117
  paragraphComponent.value ? (openBlock(), createElementBlock("div", {
49118
49118
  key: 0,
49119
49119
  class: normalizeClass(["bg-gray-100 rounded-xl p-8", { "h-fit": (_a = section.value) == null ? void 0 : _a.minimum_height }])
49120
49120
  }, [
49121
- createElementVNode("h3", _hoisted_4$c, toDisplayString(paragraphComponent.value.title), 1),
49121
+ createElementVNode("h3", _hoisted_3$c, toDisplayString(paragraphComponent.value.title), 1),
49122
49122
  createElementVNode("p", {
49123
49123
  class: "text-md font-normal mt-2 text-gray-600 leading-6",
49124
49124
  innerHTML: paragraphComponent.value.paragraph
49125
- }, null, 8, _hoisted_5$c)
49125
+ }, null, 8, _hoisted_4$c)
49126
49126
  ], 2)) : createCommentVNode("", true),
49127
- imageComponent.value ? (openBlock(), createElementBlock("div", _hoisted_6$c, [
49127
+ imageComponent.value ? (openBlock(), createElementBlock("div", _hoisted_5$c, [
49128
49128
  createElementVNode("img", {
49129
49129
  src: imageComponent.value.featured_image,
49130
49130
  alt: imageComponent.value.caption,
49131
- class: "lg:absolute inset-0 w-full h-full object-cover"
49132
- }, null, 8, _hoisted_7$c),
49131
+ class: "w-full h-full object-cover"
49132
+ }, null, 8, _hoisted_6$c),
49133
49133
  createElementVNode("p", {
49134
49134
  innerHTML: imageComponent.value.caption,
49135
49135
  class: "mt-2 text-[13px]"
49136
- }, null, 8, _hoisted_8$b)
49136
+ }, null, 8, _hoisted_7$c)
49137
49137
  ])) : createCommentVNode("", true)
49138
- ])) : (openBlock(), createElementBlock("div", _hoisted_9$b, [
49138
+ ], 4)) : (openBlock(), createElementBlock("div", _hoisted_8$b, [
49139
49139
  headerComponent.value ? (openBlock(), createElementBlock("div", {
49140
49140
  key: 0,
49141
49141
  class: normalizeClass(["w-full flex-col mb-6", { "text-center items-center flex": (_b = headerComponent.value) == null ? void 0 : _b.text_center }])
49142
49142
  }, [
49143
- createElementVNode("h3", _hoisted_10$8, toDisplayString(headerComponent.value.title), 1),
49143
+ createElementVNode("h3", _hoisted_9$b, toDisplayString(headerComponent.value.title), 1),
49144
49144
  ((_c = headerComponent.value) == null ? void 0 : _c.supporting_text) ? (openBlock(), createElementBlock("p", {
49145
49145
  key: 0,
49146
49146
  class: "text-[20px] font-normal mt-4 text-gray-600 leading-[30px] max-w-[800px]",
49147
49147
  innerHTML: headerComponent.value.supporting_text
49148
- }, null, 8, _hoisted_11$7)) : createCommentVNode("", true)
49148
+ }, null, 8, _hoisted_10$8)) : createCommentVNode("", true)
49149
49149
  ], 2)) : createCommentVNode("", true),
49150
49150
  createElementVNode("div", {
49151
49151
  class: normalizeClass(featureItemsComponent.value.hasOwnProperty("grid_columns") ? "" : "flex flex-col-reverse md:flex-row gap-8")
@@ -49162,7 +49162,7 @@ const _sfc_main$d = {
49162
49162
  }])
49163
49163
  }, [
49164
49164
  item.title ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
49165
- (item == null ? void 0 : item.icon) ? (openBlock(), createElementBlock("div", _hoisted_12$5, [
49165
+ (item == null ? void 0 : item.icon) ? (openBlock(), createElementBlock("div", _hoisted_11$7, [
49166
49166
  createVNode(_sfc_main$H, {
49167
49167
  icon: item.icon,
49168
49168
  "icon-classes": "w-5 h-5 text-brand-600"
@@ -49171,11 +49171,11 @@ const _sfc_main$d = {
49171
49171
  createElementVNode("div", {
49172
49172
  class: normalizeClass(["max-w-[324px] ql-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
49173
49173
  }, [
49174
- createElementVNode("h3", _hoisted_13$4, toDisplayString(item.title), 1),
49174
+ createElementVNode("h3", _hoisted_12$5, toDisplayString(item.title), 1),
49175
49175
  createElementVNode("p", {
49176
49176
  class: "mt-2 text-md font-normal text-gray-600 leading-[24px]",
49177
49177
  innerHTML: item.supporting_text ?? item.description
49178
- }, null, 8, _hoisted_14$4),
49178
+ }, null, 8, _hoisted_13$5),
49179
49179
  ((_c2 = item == null ? void 0 : item.primary_button) == null ? void 0 : _c2.show) ? (openBlock(), createElementBlock("a", {
49180
49180
  key: 0,
49181
49181
  class: "cursor-pointer text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
@@ -49184,23 +49184,23 @@ const _sfc_main$d = {
49184
49184
  }, [
49185
49185
  createTextVNode(toDisplayString(item.primary_button.label) + " ", 1),
49186
49186
  createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
49187
- ], 8, _hoisted_15$3)) : createCommentVNode("", true)
49187
+ ], 8, _hoisted_14$4)) : createCommentVNode("", true)
49188
49188
  ], 2)
49189
49189
  ], 64)) : (openBlock(), createElementBlock("img", {
49190
49190
  key: 1,
49191
49191
  src: item.image,
49192
49192
  alt: "Feature Image",
49193
49193
  class: "w-full h-full object-cover"
49194
- }, null, 8, _hoisted_16$1))
49194
+ }, null, 8, _hoisted_15$3))
49195
49195
  ], 2);
49196
49196
  }), 256))
49197
49197
  ], 2),
49198
- imageComponent.value ? (openBlock(), createElementBlock("div", _hoisted_17$1, [
49198
+ imageComponent.value ? (openBlock(), createElementBlock("div", _hoisted_16$1, [
49199
49199
  createElementVNode("img", {
49200
49200
  src: imageComponent.value.featured_image,
49201
49201
  alt: ((_d = imageComponent.value) == null ? void 0 : _d.caption) ?? "Image",
49202
49202
  class: "rounded-br-[24px] rounded-tl-[24px] w-full"
49203
- }, null, 8, _hoisted_18$1)
49203
+ }, null, 8, _hoisted_17$1)
49204
49204
  ])) : createCommentVNode("", true)
49205
49205
  ], 2)
49206
49206
  ]))
@@ -49210,7 +49210,7 @@ const _sfc_main$d = {
49210
49210
  }
49211
49211
  };
49212
49212
  const _hoisted_1$p = { class: "overflow-hidden" };
49213
- const _hoisted_2$b = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full mt-[40px]" };
49213
+ const _hoisted_2$b = { class: "pb-container mt-[40px]" };
49214
49214
  const _hoisted_3$b = {
49215
49215
  key: 0,
49216
49216
  class: "rounded-xl px-[40px] text-center mb-1 max-w-[1280px] mx-auto"
@@ -49227,7 +49227,7 @@ const _hoisted_12$4 = {
49227
49227
  key: 0,
49228
49228
  class: "text-[24px] mb-6 font-semibold text-navy-800"
49229
49229
  };
49230
- const _hoisted_13$3 = { class: "text-xl font-semibold text-gray-900" };
49230
+ const _hoisted_13$4 = { class: "text-xl font-semibold text-gray-900" };
49231
49231
  const _hoisted_14$3 = { class: "all-unset ql-editor" };
49232
49232
  const _hoisted_15$2 = ["innerHTML"];
49233
49233
  const _sfc_main$c = {
@@ -49280,7 +49280,7 @@ const _sfc_main$c = {
49280
49280
  key: index2,
49281
49281
  class: "bg-pale-orange-100 p-6 mb-6 rounded-lg md:rounded-2xl"
49282
49282
  }, [
49283
- createElementVNode("h4", _hoisted_13$3, toDisplayString(line.title), 1),
49283
+ createElementVNode("h4", _hoisted_13$4, toDisplayString(line.title), 1),
49284
49284
  createElementVNode("div", _hoisted_14$3, [
49285
49285
  createElementVNode("p", {
49286
49286
  innerHTML: line.description
@@ -49298,7 +49298,7 @@ const _sfc_main$c = {
49298
49298
  };
49299
49299
  }
49300
49300
  };
49301
- const _hoisted_1$o = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px]" };
49301
+ const _hoisted_1$o = { class: "pb-container my-[40px]" };
49302
49302
  const _hoisted_2$a = {
49303
49303
  key: 0,
49304
49304
  class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
@@ -49408,7 +49408,7 @@ const _sfc_main$b = {
49408
49408
  };
49409
49409
  }
49410
49410
  };
49411
- const LinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-c340ea5c"]]);
49411
+ const LinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-a7422ac9"]]);
49412
49412
  const _hoisted_1$n = {
49413
49413
  xmlns: "http://www.w3.org/2000/svg",
49414
49414
  fill: "none",
@@ -49427,7 +49427,7 @@ function render$c(_ctx, _cache) {
49427
49427
  }
49428
49428
  const LinkExternal = { render: render$c };
49429
49429
  const _hoisted_1$m = { class: "overflow-hidden" };
49430
- const _hoisted_2$9 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full bg-white py-[40px] flex flex-col lg:flex-row gap-8 xl:gap-[10%]" };
49430
+ const _hoisted_2$9 = { class: "pb-container bg-white py-[40px] flex flex-col lg:flex-row gap-8 xl:gap-[10%]" };
49431
49431
  const _hoisted_3$9 = {
49432
49432
  key: 0,
49433
49433
  class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
@@ -49570,7 +49570,7 @@ const _sfc_main$9 = {
49570
49570
  class: normalizeClass({ "bg-gray-50 py-2 my-6": (_a = section.value) == null ? void 0 : _a.has_background, "my-8": (_b = section.value) == null ? void 0 : _b.margin })
49571
49571
  }, [
49572
49572
  createElementVNode("div", {
49573
- class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px]", { "flex gap-8 flex-col lg:flex-row": (_c = headerComponent.value) == null ? void 0 : _c.featured_image, "flex-col-reverse lg:flex-row-reverse justify-between": (_d = headerComponent.value) == null ? void 0 : _d.revert }])
49573
+ class: normalizeClass(["pb-container my-[40px]", { "flex gap-8 flex-col lg:flex-row": (_c = headerComponent.value) == null ? void 0 : _c.featured_image, "flex-col-reverse lg:flex-row-reverse justify-between": (_d = headerComponent.value) == null ? void 0 : _d.revert }])
49574
49574
  }, [
49575
49575
  ((_e = headerComponent.value) == null ? void 0 : _e.featured_image) ? (openBlock(), createElementBlock("img", {
49576
49576
  key: 0,
@@ -49662,7 +49662,7 @@ const _sfc_main$8 = {
49662
49662
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v;
49663
49663
  return openBlock(), createElementBlock("div", _hoisted_1$j, [
49664
49664
  createElementVNode("div", {
49665
- class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full mt-[40px]", { "flex gap-4 lg:gap-8 flex-col lg:flex-row": (_a = headerComponent.value) == null ? void 0 : _a.featured_image }])
49665
+ class: normalizeClass(["pb-container mt-[40px]", { "flex gap-4 lg:gap-8 flex-col lg:flex-row": (_a = headerComponent.value) == null ? void 0 : _a.featured_image }])
49666
49666
  }, [
49667
49667
  imageComponent.value && ((_b = section.value) == null ? void 0 : _b.acknowledgement_style) || ((_c = headerComponent.value) == null ? void 0 : _c.featured_image) && !((_d = section.value) == null ? void 0 : _d.acknowledgement_style) ? (openBlock(), createElementBlock("div", _hoisted_2$7, [
49668
49668
  imageComponent.value && ((_e = section.value) == null ? void 0 : _e.acknowledgement_style) ? (openBlock(), createElementBlock("img", {
@@ -49765,20 +49765,21 @@ function render$8(_ctx, _cache) {
49765
49765
  }
49766
49766
  const Email = { render: render$8 };
49767
49767
  const _hoisted_1$f = { class: "overflow-hidden" };
49768
- const _hoisted_2$6 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px] flex justify-center" };
49768
+ const _hoisted_2$6 = { class: "pb-container my-[40px] flex justify-center" };
49769
49769
  const _hoisted_3$6 = {
49770
49770
  key: 0,
49771
49771
  class: "bg-gray-100 rounded-lg md:rounded-2xl flex justify-center w-full"
49772
49772
  };
49773
- const _hoisted_4$6 = { class: "flex items-center justify-center flex-col py-[40px] max-w-[820px]" };
49773
+ const _hoisted_4$6 = { class: "flex items-center justify-center flex-col gap-4 py-[40px] px-4 max-w-[820px]" };
49774
49774
  const _hoisted_5$6 = { class: "flex justify-between relative w-[150px]" };
49775
49775
  const _hoisted_6$6 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" };
49776
49776
  const _hoisted_7$6 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center absolute top-[40%] left-1/2 -translate-x-1/2 -translate-y-1/2" };
49777
49777
  const _hoisted_8$5 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" };
49778
- const _hoisted_9$5 = { class: "text-[24px] text-gray-900 font-semibold mt-4" };
49779
- const _hoisted_10$5 = ["innerHTML"];
49780
- const _hoisted_11$4 = { class: "flex gap-2" };
49781
- const _hoisted_12$3 = ["href"];
49778
+ const _hoisted_9$5 = { class: "flex flex-col gap-2 text-center" };
49779
+ const _hoisted_10$5 = { class: "text-[24px] text-gray-900 font-semibold" };
49780
+ const _hoisted_11$4 = ["innerHTML"];
49781
+ const _hoisted_12$3 = { class: "flex justify-center gap-2 flex-wrap" };
49782
+ const _hoisted_13$3 = ["href"];
49782
49783
  const _sfc_main$7 = {
49783
49784
  __name: "ContactUs",
49784
49785
  props: {
@@ -49813,23 +49814,25 @@ const _sfc_main$7 = {
49813
49814
  createVNode(unref(Email), { class: "w-6 h-6 text-gray-600" })
49814
49815
  ])
49815
49816
  ]),
49816
- createElementVNode("h3", _hoisted_9$5, toDisplayString(headerComponent.value.title), 1),
49817
- ((_a = headerComponent.value) == null ? void 0 : _a.supporting_text) ? (openBlock(), createElementBlock("p", {
49818
- key: 0,
49819
- class: "text-[18px] font-normal mt-2 text-gray-600 leading-[30px] text-center",
49820
- innerHTML: headerComponent.value.supporting_text
49821
- }, null, 8, _hoisted_10$5)) : createCommentVNode("", true),
49822
- createElementVNode("div", _hoisted_11$4, [
49817
+ createElementVNode("div", _hoisted_9$5, [
49818
+ createElementVNode("h3", _hoisted_10$5, toDisplayString(headerComponent.value.title), 1),
49819
+ ((_a = headerComponent.value) == null ? void 0 : _a.supporting_text) ? (openBlock(), createElementBlock("p", {
49820
+ key: 0,
49821
+ class: "text-[18px] font-normal text-gray-600 leading-[30px] text-center",
49822
+ innerHTML: headerComponent.value.supporting_text
49823
+ }, null, 8, _hoisted_11$4)) : createCommentVNode("", true)
49824
+ ]),
49825
+ createElementVNode("div", _hoisted_12$3, [
49823
49826
  (openBlock(true), createElementBlock(Fragment, null, renderList(contactUs.value.data, (item) => {
49824
49827
  return openBlock(), createElementBlock(Fragment, null, [
49825
49828
  (item == null ? void 0 : item.show) ? (openBlock(), createElementBlock("a", {
49826
49829
  key: 0,
49827
- class: normalizeClass(["inline-flex gap-1.5 items-center font-semibold text-base mt-4 px-5 py-2.5 rounded-full", { "text-brand-700 hover:bg-white border border-brand-300": item.type === "phone", "text-white bg-brand-600 hover:bg-brand-800": item.type === "email" }]),
49830
+ class: normalizeClass(["inline-flex gap-1.5 items-center font-semibold text-base px-5 py-2.5 rounded-full", { "text-brand-700 hover:bg-white border border-brand-300": item.type === "phone", "text-white bg-brand-600 hover:bg-brand-800": item.type === "email" }]),
49828
49831
  href: `${item.type === "email" ? "mailto:" : "tel:"} ${item.address}`
49829
49832
  }, [
49830
49833
  createTextVNode(toDisplayString(item.label) + " ", 1),
49831
49834
  createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
49832
- ], 10, _hoisted_12$3)) : createCommentVNode("", true)
49835
+ ], 10, _hoisted_13$3)) : createCommentVNode("", true)
49833
49836
  ], 64);
49834
49837
  }), 256))
49835
49838
  ])
@@ -49918,7 +49921,7 @@ const _sfc_main$6 = {
49918
49921
  var _a;
49919
49922
  return openBlock(), createElementBlock("div", _hoisted_1$c, [
49920
49923
  createElementVNode("div", {
49921
- class: normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full bg-white py-[40px] flex justify-center gap-[10%]", { "justify-start md:!px-0 !ml-0": (_a = section.value) == null ? void 0 : _a.align_left }])
49924
+ class: normalizeClass(["pb-container bg-white py-[40px] flex justify-center gap-[10%]", { "justify-start md:!px-0 !ml-0": (_a = section.value) == null ? void 0 : _a.align_left }])
49922
49925
  }, [
49923
49926
  (openBlock(true), createElementBlock(Fragment, null, renderList(headerComponents.value, (header, index) => {
49924
49927
  var _a2;
@@ -49968,7 +49971,7 @@ const _sfc_main$6 = {
49968
49971
  };
49969
49972
  }
49970
49973
  };
49971
- const _hoisted_1$b = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full py-[40px] flex justify-center gap-[10%]" };
49974
+ const _hoisted_1$b = { class: "pb-container py-[40px] flex justify-center gap-[10%]" };
49972
49975
  const _hoisted_2$4 = { class: "bg-pale-100 w-full rounded-[20px] p-8 gap-6 grid lg:grid-cols-2" };
49973
49976
  const _hoisted_3$4 = ["textContent"];
49974
49977
  const _hoisted_4$4 = { class: "flex flex-col divide-y divide-gray-200 px-6 bg-white rounded-lg md:rounded-2xl overflow-hidden" };
@@ -50118,20 +50121,20 @@ function render$3(_ctx, _cache) {
50118
50121
  ]));
50119
50122
  }
50120
50123
  const StarIcon = { render: render$3 };
50121
- const _hoisted_1$7 = { class: "px-6 mt-4 mb-36" };
50122
- const _hoisted_2$3 = { class: "bg-navy-800 p-10 rounded-3xl md:rounded-[48px]" };
50124
+ const _hoisted_1$7 = { class: "md:px-6 mt-4 mb-36" };
50125
+ const _hoisted_2$3 = { class: "bg-navy-800 py-10 px-4 md:px-10 rounded-3xl md:rounded-[48px]" };
50123
50126
  const _hoisted_3$3 = { class: "max-w-[51.25rem] text-center mx-auto" };
50124
50127
  const _hoisted_4$3 = { class: "mb-10" };
50125
50128
  const _hoisted_5$3 = ["textContent"];
50126
50129
  const _hoisted_6$3 = ["textContent"];
50127
50130
  const _hoisted_7$3 = ["textContent"];
50128
- const _hoisted_8$2 = { class: "h-14 border border-white rounded-3xl md:rounded-[48px] flex items-center justify-stretch px-1.5 space-x-1 mb-8" };
50131
+ const _hoisted_8$2 = { class: "mx-auto flex items-center justify-center flex-col md:flex-row gap-1 border border-white rounded-xl md:rounded-[60px] p-1.5 mb-8" };
50129
50132
  const _hoisted_9$2 = ["onClick"];
50130
50133
  const _hoisted_10$2 = {
50131
50134
  key: 0,
50132
- class: "flex justify-center pb-32"
50135
+ class: "flex justify-center pb-16 lg:pb-32"
50133
50136
  };
50134
- const _hoisted_11$2 = { class: "w-2/5 px-8" };
50137
+ const _hoisted_11$2 = { class: "lg:w-2/5" };
50135
50138
  const _hoisted_12$1 = {
50136
50139
  class: /* @__PURE__ */ normalizeClass([
50137
50140
  "p-8 rounded-[20px] text-left min-h-full",
@@ -50151,23 +50154,22 @@ const _hoisted_14$1 = {
50151
50154
  ])
50152
50155
  };
50153
50156
  const _hoisted_15$1 = { class: "leading-6 text-gray-600" };
50154
- const _hoisted_16 = { class: "w-3/5 px-8 flex flex-col justify-between" };
50155
- const _hoisted_17 = { class: "mb-12" };
50156
- const _hoisted_18 = { class: "flex space-x-6" };
50157
- const _hoisted_19 = {
50157
+ const _hoisted_16 = { class: "lg:w-3/5 flex flex-col gap-12 justify-between" };
50158
+ const _hoisted_17 = { class: "flex max-md:flex-col gap-6" };
50159
+ const _hoisted_18 = {
50158
50160
  key: 0,
50159
50161
  class: "flex-1"
50160
50162
  };
50161
- const _hoisted_20 = { class: "font-bold text-gray-900 leading-6 mb-6" };
50162
- const _hoisted_21 = { class: "flex items-center justify-center min-w-6 h-6 bg-success-100 text-success-500 rounded-full mr-3" };
50163
- const _hoisted_22 = {
50163
+ const _hoisted_19 = { class: "font-bold text-gray-900 leading-6 mb-6" };
50164
+ const _hoisted_20 = { class: "flex items-center justify-center min-w-6 h-6 bg-success-100 text-success-500 rounded-full mr-3" };
50165
+ const _hoisted_21 = {
50164
50166
  key: 1,
50165
50167
  class: "flex-1"
50166
50168
  };
50167
- const _hoisted_23 = { class: "font-bold text-gray-900 leading-6 mb-6" };
50168
- const _hoisted_24 = { class: "flex items-center justify-center min-w-6 h-6 bg-gray-100 rounded-full mr-3" };
50169
- const _hoisted_25 = ["href"];
50170
- const _hoisted_26 = { class: "ml-2" };
50169
+ const _hoisted_22 = { class: "font-bold text-gray-900 leading-6 mb-6" };
50170
+ const _hoisted_23 = { class: "flex items-center justify-center min-w-6 h-6 bg-gray-100 rounded-full mr-3" };
50171
+ const _hoisted_24 = ["href"];
50172
+ const _hoisted_25 = { class: "ml-2" };
50171
50173
  const _sfc_main$4 = {
50172
50174
  __name: "HorizontalTabs",
50173
50175
  props: {
@@ -50199,11 +50201,11 @@ const _sfc_main$4 = {
50199
50201
  textContent: toDisplayString(headerComponent.value.sub_title)
50200
50202
  }, null, 8, _hoisted_5$3),
50201
50203
  createElementVNode("h2", {
50202
- class: "text-5xl leading-10 mb-4 font-semibold text-white",
50204
+ class: "text-3xl md:text-5xl mb-4 font-semibold text-white",
50203
50205
  textContent: toDisplayString(headerComponent.value.title)
50204
50206
  }, null, 8, _hoisted_6$3),
50205
50207
  createElementVNode("p", {
50206
- class: "text-xl leading-8 text-gray-200",
50208
+ class: "text-lg md:text-xl md:leading-8 text-gray-200",
50207
50209
  textContent: toDisplayString(headerComponent.value.supporting_text)
50208
50210
  }, null, 8, _hoisted_7$3)
50209
50211
  ]),
@@ -50212,7 +50214,7 @@ const _sfc_main$4 = {
50212
50214
  return openBlock(), createElementBlock("button", {
50213
50215
  key: membership.id,
50214
50216
  onClick: ($event) => active.value = membership.id,
50215
- class: normalizeClass(["h-11 rounded-3xl md:rounded-[48px] flex-1 text-white transition-colors text-md font-semibold", { "bg-white !text-gray-700": active.value === membership.id }])
50217
+ class: normalizeClass(["flex-1 rounded-full text-center font-semibold flex justify-center items-center gap-1 py-2.5 px-3 cursor-pointer text-white transition-colors text-base max-md:w-full", { "bg-white !text-gray-700": active.value === membership.id }])
50216
50218
  }, toDisplayString(membership.name), 11, _hoisted_9$2);
50217
50219
  }), 128))
50218
50220
  ])
@@ -50229,7 +50231,7 @@ const _sfc_main$4 = {
50229
50231
  return [
50230
50232
  activeMembership.value ? (openBlock(), createElementBlock("div", {
50231
50233
  key: activeMembership.value.id,
50232
- class: "bg-white py-8 rounded-xl md:rounded-3xl shadow-sm border border-gray-200 flex max-w-[1400px] mx-auto -mb-[140px]"
50234
+ class: "bg-white p-4 md:!p-8 rounded-xl md:rounded-3xl shadow-sm border border-gray-200 flex max-lg:flex-col gap-4 md:!gap-8 max-w-[1400px] mx-auto -mb-[140px]"
50233
50235
  }, [
50234
50236
  createElementVNode("div", _hoisted_11$2, [
50235
50237
  createElementVNode("div", _hoisted_12$1, [
@@ -50242,50 +50244,48 @@ const _sfc_main$4 = {
50242
50244
  ]),
50243
50245
  createElementVNode("div", _hoisted_16, [
50244
50246
  createElementVNode("div", _hoisted_17, [
50245
- createElementVNode("div", _hoisted_18, [
50246
- activeMembership.value.access ? (openBlock(), createElementBlock("div", _hoisted_19, [
50247
- createElementVNode("h4", _hoisted_20, toDisplayString(activeMembership.value.access.title), 1),
50248
- createElementVNode("ul", null, [
50249
- (openBlock(true), createElementBlock(Fragment, null, renderList(activeMembership.value.access.list, (item, idx) => {
50250
- return openBlock(), createElementBlock("li", {
50251
- key: `access-${activeMembership.value.id}-${idx}`,
50252
- class: "leading-6 flex items-top text-gray-600 mb-4"
50253
- }, [
50254
- createElementVNode("span", _hoisted_21, [
50255
- createVNode(unref(Check), { class: "w-5 h-5" })
50256
- ]),
50257
- createTextVNode(" " + toDisplayString(item), 1)
50258
- ]);
50259
- }), 128))
50260
- ])
50261
- ])) : createCommentVNode("", true),
50262
- activeMembership.value.excludes && ((_b = (_a = activeMembership.value.excludes) == null ? void 0 : _a.list) == null ? void 0 : _b.length) ? (openBlock(), createElementBlock("div", _hoisted_22, [
50263
- createElementVNode("h4", _hoisted_23, toDisplayString(activeMembership.value.excludes.title), 1),
50264
- createElementVNode("ul", null, [
50265
- (openBlock(true), createElementBlock(Fragment, null, renderList(activeMembership.value.excludes.list, (item, idx) => {
50266
- return openBlock(), createElementBlock("li", {
50267
- key: `excludes-${activeMembership.value.id}-${idx}`,
50268
- class: "leading-6 flex items-top text-gray-600 mb-4"
50269
- }, [
50270
- createElementVNode("span", _hoisted_24, [
50271
- createVNode(unref(XIcon), { class: "w-5 h-5" })
50272
- ]),
50273
- createTextVNode(" " + toDisplayString(item), 1)
50274
- ]);
50275
- }), 128))
50276
- ])
50277
- ])) : createCommentVNode("", true)
50278
- ])
50247
+ activeMembership.value.access ? (openBlock(), createElementBlock("div", _hoisted_18, [
50248
+ createElementVNode("h4", _hoisted_19, toDisplayString(activeMembership.value.access.title), 1),
50249
+ createElementVNode("ul", null, [
50250
+ (openBlock(true), createElementBlock(Fragment, null, renderList(activeMembership.value.access.list, (item, idx) => {
50251
+ return openBlock(), createElementBlock("li", {
50252
+ key: `access-${activeMembership.value.id}-${idx}`,
50253
+ class: "leading-6 flex items-top text-gray-600 mb-4"
50254
+ }, [
50255
+ createElementVNode("span", _hoisted_20, [
50256
+ createVNode(unref(Check), { class: "w-5 h-5" })
50257
+ ]),
50258
+ createTextVNode(" " + toDisplayString(item), 1)
50259
+ ]);
50260
+ }), 128))
50261
+ ])
50262
+ ])) : createCommentVNode("", true),
50263
+ activeMembership.value.excludes && ((_b = (_a = activeMembership.value.excludes) == null ? void 0 : _a.list) == null ? void 0 : _b.length) ? (openBlock(), createElementBlock("div", _hoisted_21, [
50264
+ createElementVNode("h4", _hoisted_22, toDisplayString(activeMembership.value.excludes.title), 1),
50265
+ createElementVNode("ul", null, [
50266
+ (openBlock(true), createElementBlock(Fragment, null, renderList(activeMembership.value.excludes.list, (item, idx) => {
50267
+ return openBlock(), createElementBlock("li", {
50268
+ key: `excludes-${activeMembership.value.id}-${idx}`,
50269
+ class: "leading-6 flex items-top text-gray-600 mb-4"
50270
+ }, [
50271
+ createElementVNode("span", _hoisted_23, [
50272
+ createVNode(unref(XIcon), { class: "w-5 h-5" })
50273
+ ]),
50274
+ createTextVNode(" " + toDisplayString(item), 1)
50275
+ ]);
50276
+ }), 128))
50277
+ ])
50278
+ ])) : createCommentVNode("", true)
50279
50279
  ]),
50280
50280
  createElementVNode("a", {
50281
50281
  href: activeMembership.value.url,
50282
50282
  class: "py-3 px-6 rounded-full font-semibold flex items-center justify-center transition-colors bg-brand-600 text-white hover:bg-brand-700"
50283
50283
  }, [
50284
50284
  createTextVNode(toDisplayString(activeMembership.value.button.label) + " ", 1),
50285
- createElementVNode("span", _hoisted_26, [
50285
+ createElementVNode("span", _hoisted_25, [
50286
50286
  createVNode(unref(ArrowUpRight), { class: "w-5 h-5" })
50287
50287
  ])
50288
- ], 8, _hoisted_25)
50288
+ ], 8, _hoisted_24)
50289
50289
  ])
50290
50290
  ])) : createCommentVNode("", true)
50291
50291
  ];
@@ -50297,7 +50297,7 @@ const _sfc_main$4 = {
50297
50297
  };
50298
50298
  }
50299
50299
  };
50300
- const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-9e6ed7b6"]]);
50300
+ const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-e220475b"]]);
50301
50301
  const _hoisted_1$6 = {
50302
50302
  xmlns: "http://www.w3.org/2000/svg",
50303
50303
  fill: "none",
@@ -50345,8 +50345,8 @@ function render(_ctx, _cache) {
50345
50345
  ]));
50346
50346
  }
50347
50347
  const Star = { render };
50348
- const _hoisted_1$3 = { class: "relative overflow-hidden bg-gray-50" };
50349
- const _hoisted_2$2 = { class: "flex flex-col-reverse lg:flex-row gap-8 xl:gap-x-16 max-w-[1640px] md:px-[120px] mx-auto w-full" };
50348
+ const _hoisted_1$3 = { class: "relative overflow-hidden bg-gray-50 max-md:px-4" };
50349
+ const _hoisted_2$2 = { class: "pb-container flex flex-col-reverse lg:flex-row gap-8 xl:gap-x-16" };
50350
50350
  const _hoisted_3$2 = { class: "flex-1 flex flex-col justify-center gap-8" };
50351
50351
  const _hoisted_4$2 = { class: "flex items-center gap-1" };
50352
50352
  const _hoisted_5$2 = ["innerHTML"];
@@ -50359,7 +50359,7 @@ const _hoisted_9$1 = {
50359
50359
  src: _imports_0,
50360
50360
  alt: "No Image Available"
50361
50361
  };
50362
- const _hoisted_10$1 = { class: "flex max-w-[1640px] md:px-[120px] mx-auto w-full gap-4 relative" };
50362
+ const _hoisted_10$1 = { class: "pb-container flex gap-4 relative" };
50363
50363
  const _hoisted_11$1 = { class: "absolute bottom-[40px] right-0 md:right-[120px] xl:left-[120px] gap-4 flex" };
50364
50364
  const _sfc_main$3 = {
50365
50365
  __name: "TestimonialSlider",