@dcodegroup-au/page-builder 0.6.9 → 0.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/dist/page-builder.css +283 -68
  2. package/dist/page-builder.es.js +255 -244
  3. package/dist/page-builder.umd.js +255 -244
  4. package/example/src/App.vue +89 -17
  5. package/example/src/pages/AboutUs.js +1 -1
  6. package/example/src/pages/OurCommitment.js +1 -1
  7. package/example/src/pages/OurHistory.js +1 -1
  8. package/package.json +1 -1
  9. package/src/components/builders/Links.vue +5 -0
  10. package/src/components/common/LinkedTo.vue +1 -1
  11. package/src/components/presenters/components/CarouselPresenter.vue +18 -4
  12. package/src/components/presenters/components/CollectionGridPresenter.vue +3 -3
  13. package/src/components/presenters/components/SliderPresenter.vue +3 -2
  14. package/src/components/presenters/modules/AccordionPricing.vue +5 -5
  15. package/src/components/presenters/modules/BulletPoints.vue +5 -5
  16. package/src/components/presenters/modules/Callout.vue +5 -5
  17. package/src/components/presenters/modules/CollectionCarousel.vue +1 -1
  18. package/src/components/presenters/modules/ContactUs.vue +1 -1
  19. package/src/components/presenters/modules/FAQ.vue +3 -2
  20. package/src/components/presenters/modules/HeroHeader.vue +1 -1
  21. package/src/components/presenters/modules/HorizontalTabs.vue +4 -4
  22. package/src/components/presenters/modules/LinkCard.vue +39 -5
  23. package/src/components/presenters/modules/LinkList.vue +4 -4
  24. package/src/components/presenters/modules/Paragraph.vue +4 -4
  25. package/src/components/presenters/modules/QuickLinks.vue +1 -1
  26. package/src/components/presenters/modules/StandardHeader.vue +4 -4
  27. package/src/components/presenters/modules/TestimonialSlider.vue +4 -4
  28. package/src/components/presenters/modules/Timeline.vue +2 -2
  29. package/src/components/presenters/modules/TwoColumnsImageContent.vue +7 -16
  30. package/src/components/presenters/modules/VTabs.vue +1 -1
  31. package/tailwind.config.js +3 -0
  32. /package/example/src/pages/{AdvisoryService.js → AdvisoryServices.js} +0 -0
@@ -449,12 +449,12 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
449
449
  const _hoisted_7$q = { class: "flex justify-between" };
450
450
  const _hoisted_8$o = { class: "flex flex-col gap-1" };
451
451
  const _hoisted_9$n = { class: "font-semibold text-gray-900" };
452
- const _hoisted_10$j = { class: "text-sm text-gray-600" };
453
- const _hoisted_11$h = ["disabled"];
454
- const _hoisted_12$e = { class: "flex flex-col gap-3" };
452
+ const _hoisted_10$i = { class: "text-sm text-gray-600" };
453
+ const _hoisted_11$g = ["disabled"];
454
+ const _hoisted_12$d = { class: "flex flex-col gap-3" };
455
455
  const _hoisted_13$9 = ["onClick"];
456
456
  const _hoisted_14$9 = ["onClick"];
457
- const _hoisted_15$8 = { class: "text-xs text-gray-600" };
457
+ const _hoisted_15$7 = { class: "text-xs text-gray-600" };
458
458
  const _hoisted_16$5 = { class: "text-sm font-medium text-gray-900" };
459
459
  const _sfc_main$Q = {
460
460
  __name: "Items",
@@ -515,7 +515,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
515
515
  vue.createElementVNode("div", _hoisted_7$q, [
516
516
  vue.createElementVNode("div", _hoisted_8$o, [
517
517
  vue.createElementVNode("div", _hoisted_9$n, vue.toDisplayString(vue.unref(parseName)(vue.unref(type))), 1),
518
- vue.createElementVNode("div", _hoisted_10$j, "This " + vue.toDisplayString(vue.unref(singularize)(vue.unref(type))) + " can contain up to " + vue.toDisplayString(dataRef.value.max_items) + " " + vue.toDisplayString(vue.unref(parseName)(vue.unref(type), false)), 1)
518
+ vue.createElementVNode("div", _hoisted_10$i, "This " + vue.toDisplayString(vue.unref(singularize)(vue.unref(type))) + " can contain up to " + vue.toDisplayString(dataRef.value.max_items) + " " + vue.toDisplayString(vue.unref(parseName)(vue.unref(type), false)), 1)
519
519
  ]),
520
520
  vue.createElementVNode("div", null, [
521
521
  vue.createElementVNode("button", {
@@ -526,10 +526,10 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
526
526
  }, [
527
527
  vue.createVNode(vue.unref(PlusIcon), { class: "h-5 w-5" }),
528
528
  _cache[0] || (_cache[0] = vue.createElementVNode("span", null, "Add", -1))
529
- ], 10, _hoisted_11$h)
529
+ ], 10, _hoisted_11$g)
530
530
  ])
531
531
  ]),
532
- vue.createElementVNode("div", _hoisted_12$e, [
532
+ vue.createElementVNode("div", _hoisted_12$d, [
533
533
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(dataRef.value.data, (item, index) => {
534
534
  return vue.openBlock(), vue.createElementBlock("div", {
535
535
  class: vue.normalizeClass(["flex items-center gap-4 px-2 py-1 hover:bg-gray-100 rounded-lg", { "bg-gray-200 hover:bg-gray-200": openItemStates.value[index] }])
@@ -544,7 +544,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
544
544
  class: "flex flex-1 flex-col cursor-pointer",
545
545
  onClick: ($event) => edit(item, index)
546
546
  }, [
547
- vue.createElementVNode("div", _hoisted_15$8, vue.toDisplayString(vue.unref(singularize)(vue.unref(parseName)(vue.unref(type)))) + " #" + vue.toDisplayString(index + 1), 1),
547
+ vue.createElementVNode("div", _hoisted_15$7, vue.toDisplayString(vue.unref(singularize)(vue.unref(parseName)(vue.unref(type)))) + " #" + vue.toDisplayString(index + 1), 1),
548
548
  vue.createElementVNode("div", _hoisted_16$5, vue.toDisplayString(item.title), 1)
549
549
  ], 8, _hoisted_14$9),
550
550
  vue.createVNode(_sfc_main$S, {
@@ -11702,9 +11702,9 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
11702
11702
  const _hoisted_7$p = { class: "file-upload-preview" };
11703
11703
  const _hoisted_8$n = ["src", "title"];
11704
11704
  const _hoisted_9$m = ["href"];
11705
- const _hoisted_10$i = { class: "file-upload-title" };
11706
- const _hoisted_11$g = { class: "file-upload-file-remove" };
11707
- const _hoisted_12$d = { class: "absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 p-4 rounded-lg flex flex-col justify-center items-center w-full" };
11705
+ const _hoisted_10$h = { class: "file-upload-title" };
11706
+ const _hoisted_11$f = { class: "file-upload-file-remove" };
11707
+ const _hoisted_12$c = { class: "absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 p-4 rounded-lg flex flex-col justify-center items-center w-full" };
11708
11708
  const _sfc_main$O = {
11709
11709
  __name: "FileUpload",
11710
11710
  props: {
@@ -11808,9 +11808,9 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
11808
11808
  target: "_blank",
11809
11809
  class: "link"
11810
11810
  }, [
11811
- vue.createElementVNode("div", _hoisted_10$i, vue.toDisplayString(file.value.file_name), 1)
11811
+ vue.createElementVNode("div", _hoisted_10$h, vue.toDisplayString(file.value.file_name), 1)
11812
11812
  ], 8, _hoisted_9$m),
11813
- vue.createElementVNode("a", _hoisted_11$g, [
11813
+ vue.createElementVNode("a", _hoisted_11$f, [
11814
11814
  vue.createElementVNode("i", {
11815
11815
  class: "fal fa-times",
11816
11816
  onClick: _cache[0] || (_cache[0] = ($event) => deleteFile(file.value))
@@ -11825,7 +11825,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
11825
11825
  ref_key: "dropzone",
11826
11826
  ref: dropzone2
11827
11827
  }, null, 512),
11828
- vue.createElementVNode("div", _hoisted_12$d, [
11828
+ vue.createElementVNode("div", _hoisted_12$c, [
11829
11829
  vue.createElementVNode("div", null, [
11830
11830
  vue.createVNode(vue.unref(UploadCloud), { class: "w-6 h-6" })
11831
11831
  ]),
@@ -33927,7 +33927,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
33927
33927
  const _hoisted_7$n = { key: 0 };
33928
33928
  const _hoisted_8$l = { key: 1 };
33929
33929
  const _hoisted_9$l = { key: 2 };
33930
- const _hoisted_10$h = { class: "flex max-h-[196px] flex-wrap gap-1.5 overflow-y-auto" };
33930
+ const _hoisted_10$g = { class: "flex max-h-[196px] flex-wrap gap-1.5 overflow-y-auto" };
33931
33931
  const __default__ = {
33932
33932
  directives: {
33933
33933
  clickOutside: useClickOutside
@@ -34007,7 +34007,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
34007
34007
  vue.createElementVNode("p", _hoisted_6$o, [
34008
34008
  icons2.value.length > 0 && search.value.length > 0 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_7$n, " Search result ")) : icons2.value.length < 1 && search.value.length > 0 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_8$l, " No search result ")) : search.value.length < 1 && icons2.value.length > 0 ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_9$l, " Frequently used icons ")) : vue.createCommentVNode("", true)
34009
34009
  ]),
34010
- vue.createElementVNode("div", _hoisted_10$h, [
34010
+ vue.createElementVNode("div", _hoisted_10$g, [
34011
34011
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(icons2.value, (icon) => {
34012
34012
  return vue.openBlock(), vue.createBlock(_sfc_main$H, {
34013
34013
  class: "cursor-pointer rounded p-1 hover:bg-gray-100",
@@ -45225,25 +45225,29 @@ ${escapeText(this.code(index, length))}
45225
45225
  const _hoisted_7$m = { class: "flex flex-col gap-3" };
45226
45226
  const _hoisted_8$k = { class: "flex items-center justify-between" };
45227
45227
  const _hoisted_9$k = { class: "text-lg font-semibold text-gray-900" };
45228
- const _hoisted_10$g = { class: "relative flex items-end" };
45229
- const _hoisted_11$f = { class: "flex flex-col gap-6" };
45230
- const _hoisted_12$c = {
45228
+ const _hoisted_10$f = { class: "relative flex items-end" };
45229
+ const _hoisted_11$e = { class: "flex flex-col gap-6" };
45230
+ const _hoisted_12$b = {
45231
45231
  key: 0,
45232
45232
  class: "flex gap-4"
45233
45233
  };
45234
45234
  const _hoisted_13$8 = { class: "flex items-center gap-2 cursor-pointer" };
45235
45235
  const _hoisted_14$8 = ["name", "value", "onUpdate:modelValue", "onChange"];
45236
- const _hoisted_15$7 = {
45236
+ const _hoisted_15$6 = {
45237
45237
  key: 1,
45238
45238
  class: "flex flex-col gap-1.5"
45239
45239
  };
45240
45240
  const _hoisted_16$4 = ["onUpdate:modelValue", "maxlength"];
45241
45241
  const _hoisted_17$3 = ["onUpdate:modelValue", "maxlength"];
45242
- const _hoisted_18$2 = { key: 2 };
45242
+ const _hoisted_18$3 = { key: 2 };
45243
45243
  const _sfc_main$C = {
45244
45244
  __name: "Links",
45245
45245
  props: {
45246
- ...defaultProps
45246
+ ...defaultProps,
45247
+ forms: {
45248
+ type: Array,
45249
+ default: () => []
45250
+ }
45247
45251
  },
45248
45252
  emits: ["update"],
45249
45253
  setup(__props, { emit: __emit }) {
@@ -45356,14 +45360,14 @@ ${escapeText(this.code(index, length))}
45356
45360
  }, [
45357
45361
  vue.createElementVNode("div", _hoisted_8$k, [
45358
45362
  vue.createElementVNode("div", _hoisted_9$k, " Item #" + vue.toDisplayString(index + 1), 1),
45359
- vue.createElementVNode("div", _hoisted_10$g, [
45363
+ vue.createElementVNode("div", _hoisted_10$f, [
45360
45364
  vue.createVNode(_sfc_main$S, {
45361
45365
  onRemoveItem: ($event) => handleDeleteItem(index)
45362
45366
  }, null, 8, ["onRemoveItem"])
45363
45367
  ])
45364
45368
  ]),
45365
- vue.createElementVNode("div", _hoisted_11$f, [
45366
- !((_a2 = componentData.value) == null ? void 0 : _a2.hasOwnProperty("has_type_switcher")) || ((_b = componentData.value) == null ? void 0 : _b.has_type_switcher) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$c, [
45369
+ vue.createElementVNode("div", _hoisted_11$e, [
45370
+ !((_a2 = componentData.value) == null ? void 0 : _a2.hasOwnProperty("has_type_switcher")) || ((_b = componentData.value) == null ? void 0 : _b.has_type_switcher) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$b, [
45367
45371
  (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, vue.renderList(options, (option) => {
45368
45372
  return vue.createElementVNode("label", _hoisted_13$8, [
45369
45373
  vue.withDirectives(vue.createElementVNode("input", {
@@ -45380,7 +45384,7 @@ ${escapeText(this.code(index, length))}
45380
45384
  ]);
45381
45385
  }), 64))
45382
45386
  ])) : vue.createCommentVNode("", true),
45383
- !item.hasOwnProperty("content_type") || item.content_type === "content" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$7, [
45387
+ !item.hasOwnProperty("content_type") || item.content_type === "content" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$6, [
45384
45388
  ["feature_items", "faqs", "pricing"].includes(componentData.value.type) ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
45385
45389
  key: 0,
45386
45390
  data: item
@@ -45432,9 +45436,10 @@ ${escapeText(this.code(index, length))}
45432
45436
  "onUpdate:url": ($event) => item.url = $event,
45433
45437
  openInNewTab: item.open_in_new_tab,
45434
45438
  "onUpdate:openInNewTab": ($event) => item.open_in_new_tab = $event,
45435
- sites: _ctx.sites
45436
- }, null, 8, ["name", "type", "onUpdate:type", "url", "onUpdate:url", "openInNewTab", "onUpdate:openInNewTab", "sites"])) : vue.createCommentVNode("", true)
45437
- ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$2, [
45439
+ sites: _ctx.sites,
45440
+ forms: __props.forms
45441
+ }, null, 8, ["name", "type", "onUpdate:type", "url", "onUpdate:url", "openInNewTab", "onUpdate:openInNewTab", "sites", "forms"])) : vue.createCommentVNode("", true)
45442
+ ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$3, [
45438
45443
  vue.createVNode(_sfc_main$P, {
45439
45444
  "is-vertical": "",
45440
45445
  field: "image",
@@ -45475,9 +45480,9 @@ ${escapeText(this.code(index, length))}
45475
45480
  const _hoisted_7$l = { class: "flex items-center justify-between" };
45476
45481
  const _hoisted_8$j = { class: "text-lg font-semibold text-gray-900" };
45477
45482
  const _hoisted_9$j = { class: "relative flex items-end" };
45478
- const _hoisted_10$f = { class: "flex flex-col gap-6" };
45479
- const _hoisted_11$e = { class: "flex flex-col gap-1.5" };
45480
- const _hoisted_12$b = ["onUpdate:modelValue"];
45483
+ const _hoisted_10$e = { class: "flex flex-col gap-6" };
45484
+ const _hoisted_11$d = { class: "flex flex-col gap-1.5" };
45485
+ const _hoisted_12$a = ["onUpdate:modelValue"];
45481
45486
  const _sfc_main$B = {
45482
45487
  __name: "Logos",
45483
45488
  props: {
@@ -45558,8 +45563,8 @@ ${escapeText(this.code(index, length))}
45558
45563
  }, null, 8, ["onRemoveItem"])
45559
45564
  ])
45560
45565
  ]),
45561
- vue.createElementVNode("div", _hoisted_10$f, [
45562
- vue.createElementVNode("div", _hoisted_11$e, [
45566
+ vue.createElementVNode("div", _hoisted_10$e, [
45567
+ vue.createElementVNode("div", _hoisted_11$d, [
45563
45568
  vue.createVNode(vue.unref(VFileUpload), {
45564
45569
  name: "image",
45565
45570
  modelValue: item.logo,
@@ -45579,7 +45584,7 @@ ${escapeText(this.code(index, length))}
45579
45584
  type: "text",
45580
45585
  placeholder: "Enter your url",
45581
45586
  class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
45582
- }, null, 8, _hoisted_12$b), [
45587
+ }, null, 8, _hoisted_12$a), [
45583
45588
  [vue.vModelText, item.url]
45584
45589
  ])
45585
45590
  ]),
@@ -45763,8 +45768,8 @@ ${escapeText(this.code(index, length))}
45763
45768
  const _hoisted_7$j = { class: "flex items-center justify-between" };
45764
45769
  const _hoisted_8$i = { class: "text-lg font-semibold text-gray-900" };
45765
45770
  const _hoisted_9$i = { class: "relative flex items-end" };
45766
- const _hoisted_10$e = { class: "flex flex-col gap-6" };
45767
- const _hoisted_11$d = { class: "flex flex-col gap-1.5" };
45771
+ const _hoisted_10$d = { class: "flex flex-col gap-6" };
45772
+ const _hoisted_11$c = { class: "flex flex-col gap-1.5" };
45768
45773
  const _sfc_main$y = {
45769
45774
  __name: "VideoGrid",
45770
45775
  props: {
@@ -45839,8 +45844,8 @@ ${escapeText(this.code(index, length))}
45839
45844
  }, null, 8, ["onRemoveItem"])
45840
45845
  ])
45841
45846
  ]),
45842
- vue.createElementVNode("div", _hoisted_10$e, [
45843
- vue.createElementVNode("div", _hoisted_11$d, [
45847
+ vue.createElementVNode("div", _hoisted_10$d, [
45848
+ vue.createElementVNode("div", _hoisted_11$c, [
45844
45849
  vue.createVNode(vue.unref(VFileUpload), {
45845
45850
  name: "image",
45846
45851
  type: "video",
@@ -46160,18 +46165,18 @@ ${escapeText(this.code(index, length))}
46160
46165
  key: 0,
46161
46166
  class: "flex flex-col gap-2"
46162
46167
  };
46163
- const _hoisted_10$d = ["onClick"];
46164
- const _hoisted_11$c = { class: "flex flex-col" };
46165
- const _hoisted_12$a = { class: "text-sm font-medium text-gray-900" };
46168
+ const _hoisted_10$c = ["onClick"];
46169
+ const _hoisted_11$b = { class: "flex flex-col" };
46170
+ const _hoisted_12$9 = { class: "text-sm font-medium text-gray-900" };
46166
46171
  const _hoisted_13$7 = { class: "flex items-center justify-between gap-3 px-[10px]" };
46167
46172
  const _hoisted_14$7 = { class: "flex h-full flex-1 flex-col mb-20" };
46168
- const _hoisted_15$6 = {
46173
+ const _hoisted_15$5 = {
46169
46174
  key: 0,
46170
46175
  class: "mb-4 px-6 py-5 rounded-xl bg-gray-50"
46171
46176
  };
46172
46177
  const _hoisted_16$3 = { class: "flex flex-col gap-1 pt-6 text-gray-600" };
46173
46178
  const _hoisted_17$2 = ["value"];
46174
- const _hoisted_18$1 = {
46179
+ const _hoisted_18$2 = {
46175
46180
  key: 1,
46176
46181
  class: "rounded-xl bg-gray-50 px-6 py-5"
46177
46182
  };
@@ -46296,21 +46301,21 @@ ${escapeText(this.code(index, length))}
46296
46301
  onClick: ($event) => selectComponent(sectionIndex, component, index),
46297
46302
  class: vue.normalizeClass(["flex cursor-pointer items-center justify-between rounded-lg py-1.5 pl-6 pr-2 hover:bg-gray-100", { "bg-gray-200 hover:bg-gray-200": ((_a3 = vue.unref(selected)) == null ? void 0 : _a3.sectionIndex) === sectionIndex && ((_b2 = vue.unref(selected)) == null ? void 0 : _b2.componentIndex) === index }])
46298
46303
  }, [
46299
- vue.createElementVNode("div", _hoisted_11$c, [
46304
+ vue.createElementVNode("div", _hoisted_11$b, [
46300
46305
  _cache[1] || (_cache[1] = vue.createElementVNode("div", { class: "text-xs text-gray-600" }, "Sub-module", -1)),
46301
- vue.createElementVNode("div", _hoisted_12$a, vue.toDisplayString(component.name), 1)
46306
+ vue.createElementVNode("div", _hoisted_12$9, vue.toDisplayString(component.name), 1)
46302
46307
  ]),
46303
46308
  vue.createElementVNode("div", _hoisted_13$7, [
46304
46309
  vue.createVNode(vue.unref(ChevronRight), { class: "h-5 w-5" })
46305
46310
  ])
46306
- ], 10, _hoisted_10$d);
46311
+ ], 10, _hoisted_10$c);
46307
46312
  }), 256))
46308
46313
  ])) : vue.createCommentVNode("", true)
46309
46314
  ]);
46310
46315
  }), 256))
46311
46316
  ]),
46312
46317
  vue.createElementVNode("div", _hoisted_14$7, [
46313
- !vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$6, [
46318
+ !vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$5, [
46314
46319
  _cache[3] || (_cache[3] = vue.createElementVNode("div", { class: "text-lg pb-6 font-semibold text-gray-900 border-b border-gray-200" }, "Settings", -1)),
46315
46320
  vue.createElementVNode("div", _hoisted_16$3, [
46316
46321
  vue.createVNode(_sfc_main$P, {
@@ -46336,7 +46341,7 @@ ${escapeText(this.code(index, length))}
46336
46341
  _cache[2] || (_cache[2] = vue.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))
46337
46342
  ])
46338
46343
  ])) : vue.createCommentVNode("", true),
46339
- !vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$1, [
46344
+ !vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$2, [
46340
46345
  vue.createVNode(Instructions)
46341
46346
  ])) : vue.createCommentVNode("", true),
46342
46347
  (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(currentComponent.value), {
@@ -47824,18 +47829,18 @@ ${escapeText(this.code(index, length))}
47824
47829
  };
47825
47830
  }
47826
47831
  });
47827
- const _hoisted_1$M = { class: "flex h-[872px] w-full bg-navy-800 relative rounded-[48px] z-10" };
47832
+ const _hoisted_1$M = { class: "flex h-[872px] w-full bg-navy-800 relative rounded-3xl md:rounded-[48px] z-10" };
47828
47833
  const _hoisted_2$n = { class: "lg:p-8 p-4 flex relative w-full" };
47829
- 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" };
47834
+ 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" };
47830
47835
  const _hoisted_4$j = { class: "gap-2 flex z-10 mb-4" };
47831
47836
  const _hoisted_5$i = ["onClick"];
47832
47837
  const _hoisted_6$i = { class: "lg:text-[48px] text-[40px] font-semibold text-white mb-3 lg:leading-normal leading-[48px]" };
47833
47838
  const _hoisted_7$h = ["innerHTML"];
47834
47839
  const _hoisted_8$g = { class: "flex gap-3 mt-8 flex-col lg:flex-row" };
47835
47840
  const _hoisted_9$g = ["href", "target"];
47836
- const _hoisted_10$c = ["href", "target"];
47837
- const _hoisted_11$b = ["src"];
47838
- const _hoisted_12$9 = {
47841
+ const _hoisted_10$b = ["href", "target"];
47842
+ const _hoisted_11$a = ["src"];
47843
+ const _hoisted_12$8 = {
47839
47844
  key: 1,
47840
47845
  class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover",
47841
47846
  src: _imports_0
@@ -47899,7 +47904,7 @@ ${escapeText(this.code(index, length))}
47899
47904
  }, [
47900
47905
  vue.createTextVNode(vue.toDisplayString(slide.primary_button.label) + " ", 1),
47901
47906
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
47902
- ], 8, _hoisted_10$c)) : vue.createCommentVNode("", true)
47907
+ ], 8, _hoisted_10$b)) : vue.createCommentVNode("", true)
47903
47908
  ])
47904
47909
  ]),
47905
47910
  slide.featured_image ? (vue.openBlock(), vue.createElementBlock("img", {
@@ -47907,7 +47912,10 @@ ${escapeText(this.code(index, length))}
47907
47912
  src: slide.featured_image,
47908
47913
  alt: "Slide Image",
47909
47914
  class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover"
47910
- }, null, 8, _hoisted_11$b)) : (vue.openBlock(), vue.createElementBlock("img", _hoisted_12$9))
47915
+ }, null, 8, _hoisted_11$a)) : (vue.openBlock(), vue.createElementBlock("img", _hoisted_12$8)),
47916
+ _cache[1] || (_cache[1] = vue.createElementVNode("div", { class: "absolute inset-0 lg:hidden z-10 p-4" }, [
47917
+ vue.createElementVNode("div", { class: "bg-black opacity-60 rounded-[40px] h-full" })
47918
+ ], -1))
47911
47919
  ])
47912
47920
  ]),
47913
47921
  _: 2
@@ -47920,7 +47928,7 @@ ${escapeText(this.code(index, length))}
47920
47928
  };
47921
47929
  }
47922
47930
  };
47923
- const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-a06b7034"]]);
47931
+ const VSliderPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$s, [["__scopeId", "data-v-88d0c225"]]);
47924
47932
  const _hoisted_1$L = ["target", "href"];
47925
47933
  const _sfc_main$r = {
47926
47934
  __name: "LinkPresenter",
@@ -47956,7 +47964,7 @@ ${escapeText(this.code(index, length))}
47956
47964
  };
47957
47965
  }
47958
47966
  };
47959
- const _hoisted_1$K = { class: "rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
47967
+ const _hoisted_1$K = { class: "rounded-3xl md:rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
47960
47968
  const _hoisted_2$m = { class: "md:px-[90px]" };
47961
47969
  const _sfc_main$q = {
47962
47970
  __name: "HeroHeader",
@@ -48085,7 +48093,7 @@ ${escapeText(this.code(index, length))}
48085
48093
  }, [
48086
48094
  ((_b = section.value) == null ? void 0 : _b.as_cta) ? (vue.openBlock(), vue.createBlock(vue.unref(LeftVector), {
48087
48095
  key: 0,
48088
- class: "absolute left-0 top-0"
48096
+ class: "absolute left-0 top-0 h-full max-w-full"
48089
48097
  })) : vue.createCommentVNode("", true),
48090
48098
  vue.createElementVNode("div", _hoisted_1$H, [
48091
48099
  vue.createElementVNode("div", {
@@ -48209,7 +48217,7 @@ ${escapeText(this.code(index, length))}
48209
48217
  };
48210
48218
  const VVerticalTabPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-ef885607"]]);
48211
48219
  const _hoisted_1$F = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
48212
- const _hoisted_2$j = { class: "max-md:mx-[30px] 1xl:mx-0 bg-navy-25 rounded-[48px] p-16" };
48220
+ const _hoisted_2$j = { class: "max-md:mx-[30px] 1xl:mx-0 bg-navy-25 rounded-3xl md:rounded-[48px] p-16" };
48213
48221
  const _sfc_main$m = {
48214
48222
  __name: "VTabs",
48215
48223
  props: {
@@ -48429,15 +48437,15 @@ ${escapeText(this.code(index, length))}
48429
48437
  class: "flex gap-2 text-gray-600 mt-6 font-semibold"
48430
48438
  };
48431
48439
  const _hoisted_9$e = ["innerHTML"];
48432
- const _hoisted_10$b = {
48440
+ const _hoisted_10$a = {
48433
48441
  key: 3,
48434
48442
  class: "flex gap-2 text-gray-600 mt-2 font-semibold"
48435
48443
  };
48436
- const _hoisted_11$a = ["innerHTML"];
48437
- const _hoisted_12$8 = { class: "border-t border-gray-200 mt-4 pt-[17px] flex justify-between items-center" };
48444
+ const _hoisted_11$9 = ["innerHTML"];
48445
+ const _hoisted_12$7 = { class: "border-t border-gray-200 mt-4 pt-[17px] flex justify-between items-center" };
48438
48446
  const _hoisted_13$6 = ["href"];
48439
48447
  const _hoisted_14$6 = { class: "absolute top-[-65px] right-4 flex gap-4" };
48440
- const _hoisted_15$5 = {
48448
+ const _hoisted_15$4 = {
48441
48449
  key: 0,
48442
48450
  class: "flex justify-center mb-[40px]"
48443
48451
  };
@@ -48461,6 +48469,17 @@ ${escapeText(this.code(index, length))}
48461
48469
  const props = __props;
48462
48470
  const currentSlide = vue.ref(0);
48463
48471
  const slides = [...((_a = props.component.content) == null ? void 0 : _a.items) || []];
48472
+ const windowWidth = vue.ref(480);
48473
+ vue.onMounted(() => {
48474
+ windowWidth.value = window.innerWidth;
48475
+ window.addEventListener("resize", updateWidth);
48476
+ });
48477
+ vue.onUnmounted(() => {
48478
+ window.removeEventListener("resize", updateWidth);
48479
+ });
48480
+ const updateWidth = () => {
48481
+ windowWidth.value = window.innerWidth;
48482
+ };
48464
48483
  const nextSlide = () => {
48465
48484
  if (currentSlide.value <= slides.length - itemsToShow) {
48466
48485
  currentSlide.value++;
@@ -48476,15 +48495,15 @@ ${escapeText(this.code(index, length))}
48476
48495
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$y, [
48477
48496
  vue.createElementVNode("div", {
48478
48497
  class: "slider-wrapper flex transition-transform duration-500 gap-0 mb-6",
48479
- style: vue.normalizeStyle({ transform: `translateX(-${currentSlide.value * (480 + 24)}px)` })
48498
+ style: vue.normalizeStyle({ transform: `translateX(-${currentSlide.value * ((windowWidth.value >= 480 ? 480 : windowWidth.value) + 24)}px)` })
48480
48499
  }, [
48481
48500
  (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, vue.renderList(slides, (slide, index) => {
48482
48501
  return vue.createElementVNode("div", {
48483
48502
  key: index,
48484
- class: vue.normalizeClass(["slider-item flex-shrink-0 flex-1 mr-6 min-w-[480px]", { "h-[318px]": !__props.hasBackground, "h-full": __props.hasBackground }])
48503
+ class: vue.normalizeClass(["slider-item flex-shrink-0 mr-6 w-[480px] max-w-full", { "h-[318px]": !__props.hasBackground, "h-full": __props.hasBackground }])
48485
48504
  }, [
48486
48505
  vue.createElementVNode("div", {
48487
- class: vue.normalizeClass(["w-full p-4 rounded-[16px]", { "bg-gray-50 h-full flex flex-col justify-between": !__props.hasBackground, "bg-white": __props.hasBackground }])
48506
+ class: vue.normalizeClass(["w-full p-4 rounded-lg md:rounded-2xl", { "bg-gray-50 h-full flex flex-col justify-between": !__props.hasBackground, "bg-white": __props.hasBackground }])
48488
48507
  }, [
48489
48508
  vue.createElementVNode("div", null, [
48490
48509
  slide.image ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$h, [
@@ -48520,15 +48539,15 @@ ${escapeText(this.code(index, length))}
48520
48539
  innerHTML: slide == null ? void 0 : slide.line_1
48521
48540
  }, null, 8, _hoisted_9$e)
48522
48541
  ])) : vue.createCommentVNode("", true),
48523
- slide.type === "event" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$b, [
48542
+ slide.type === "event" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$a, [
48524
48543
  vue.createVNode(vue.unref(Ticket), { class: "w-4 h-4 mt-[3px]" }),
48525
48544
  vue.createElementVNode("div", {
48526
48545
  class: "text-sm",
48527
48546
  innerHTML: slide == null ? void 0 : slide.line_2
48528
- }, null, 8, _hoisted_11$a)
48547
+ }, null, 8, _hoisted_11$9)
48529
48548
  ])) : vue.createCommentVNode("", true)
48530
48549
  ]),
48531
- vue.createElementVNode("div", _hoisted_12$8, [
48550
+ vue.createElementVNode("div", _hoisted_12$7, [
48532
48551
  vue.createVNode(vue.unref(VCarouselPrimaryButton), {
48533
48552
  button: slide.primary_button
48534
48553
  }, null, 8, ["button"]),
@@ -48557,7 +48576,7 @@ ${escapeText(this.code(index, length))}
48557
48576
  vue.createVNode(vue.unref(ChevronRight), { class: "w-6 h-6" })
48558
48577
  ])
48559
48578
  ]),
48560
- ((_a2 = __props.component) == null ? void 0 : _a2.button) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$5, [
48579
+ ((_a2 = __props.component) == null ? void 0 : _a2.button) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$4, [
48561
48580
  vue.createElementVNode("a", {
48562
48581
  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",
48563
48582
  href: vue.unref(formatUrl)(__props.component.button.url),
@@ -48572,7 +48591,7 @@ ${escapeText(this.code(index, length))}
48572
48591
  }
48573
48592
  };
48574
48593
  const _hoisted_1$x = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
48575
- const _hoisted_2$g = { class: "max-md:mx-[30px] 1xl:mx-0 rounded-[48px] pt-[40px]" };
48594
+ const _hoisted_2$g = { class: "max-md:mx-[30px] 1xl:mx-0 rounded-3xl md:rounded-[48px] pt-[40px]" };
48576
48595
  const _sfc_main$i = {
48577
48596
  __name: "CollectionCarousel",
48578
48597
  props: {
@@ -48639,7 +48658,7 @@ ${escapeText(this.code(index, length))}
48639
48658
  const _hoisted_5$f = ["src"];
48640
48659
  const _hoisted_6$f = {
48641
48660
  key: 2,
48642
- class: "w-full h-[281px] object-cover rounded-[16px] mb-4",
48661
+ class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl mb-4",
48643
48662
  alt: "No Available",
48644
48663
  src: _imports_0
48645
48664
  };
@@ -48649,9 +48668,9 @@ ${escapeText(this.code(index, length))}
48649
48668
  class: "flex gap-2"
48650
48669
  };
48651
48670
  const _hoisted_9$d = ["href"];
48652
- const _hoisted_10$a = { class: "flex justify-between" };
48653
- const _hoisted_11$9 = ["innerHTML"];
48654
- const _hoisted_12$7 = { class: "text-gray-500 text-sm mb-4" };
48671
+ const _hoisted_10$9 = { class: "flex justify-between" };
48672
+ const _hoisted_11$8 = ["innerHTML"];
48673
+ const _hoisted_12$6 = { class: "text-gray-500 text-sm mb-4" };
48655
48674
  const _hoisted_13$5 = {
48656
48675
  key: 0,
48657
48676
  class: "flex justify-center"
@@ -48709,7 +48728,7 @@ ${escapeText(this.code(index, length))}
48709
48728
  onClick: ($event) => togglePlayPause(index),
48710
48729
  ref_for: true,
48711
48730
  ref: (el) => setVideoRef(el, index),
48712
- class: "w-full h-[281px] object-cover rounded-[16px]",
48731
+ class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl",
48713
48732
  width: "640",
48714
48733
  height: "360",
48715
48734
  preload: "metadata"
@@ -48727,7 +48746,7 @@ ${escapeText(this.code(index, length))}
48727
48746
  key: 1,
48728
48747
  src: card.image,
48729
48748
  alt: "Card Image",
48730
- class: "w-full h-[281px] object-cover rounded-[16px] mb-4"
48749
+ class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl mb-4"
48731
48750
  }, null, 8, _hoisted_5$f)) : (vue.openBlock(), vue.createElementBlock("img", _hoisted_6$f)),
48732
48751
  vue.createElementVNode("div", _hoisted_7$e, [
48733
48752
  card.categories && card.categories.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$d, [
@@ -48749,15 +48768,15 @@ ${escapeText(this.code(index, length))}
48749
48768
  target: "_blank",
48750
48769
  rel: "noopener noreferrer"
48751
48770
  }, [
48752
- vue.createElementVNode("div", _hoisted_10$a, [
48771
+ vue.createElementVNode("div", _hoisted_10$9, [
48753
48772
  vue.createElementVNode("span", {
48754
48773
  class: "w-5/6 leading-[28px]",
48755
48774
  innerHTML: card.title
48756
- }, null, 8, _hoisted_11$9),
48775
+ }, null, 8, _hoisted_11$8),
48757
48776
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5 mt-1" })
48758
48777
  ])
48759
48778
  ], 8, _hoisted_9$d)) : vue.createCommentVNode("", true),
48760
- vue.createElementVNode("p", _hoisted_12$7, vue.toDisplayString(card.dateTime), 1)
48779
+ vue.createElementVNode("p", _hoisted_12$6, vue.toDisplayString(card.dateTime), 1)
48761
48780
  ])
48762
48781
  ]);
48763
48782
  }), 128))
@@ -48776,7 +48795,7 @@ ${escapeText(this.code(index, length))}
48776
48795
  };
48777
48796
  }
48778
48797
  };
48779
- const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-0fff82fb"]]);
48798
+ const CollectionGridPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-b6625ed3"]]);
48780
48799
  const _hoisted_1$u = { class: "overflow-hidden" };
48781
48800
  const _sfc_main$g = {
48782
48801
  __name: "CollectionGrid",
@@ -48834,8 +48853,8 @@ ${escapeText(this.code(index, length))}
48834
48853
  ]));
48835
48854
  }
48836
48855
  const ArrowDownRight = { render: render$d };
48837
- const _hoisted_1$s = { class: "rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
48838
- const _hoisted_2$e = { class: "text-[48px] font-semibold text-gray-900 w-full max-w-[800px] leading-[60px] tracking-[-1px]" };
48856
+ const _hoisted_1$s = { class: "rounded-3xl md:rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
48857
+ 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]" };
48839
48858
  const _hoisted_3$e = {
48840
48859
  key: 0,
48841
48860
  class: "flex gap-3 mt-8 flex-col lg:flex-row"
@@ -48870,7 +48889,7 @@ ${escapeText(this.code(index, length))}
48870
48889
  class: vue.normalizeClass(["md:px-[90px]", { "flex flex-col items-center text-center": (_a = headerComponent.value) == null ? void 0 : _a.center, "mb-[64px]": hasFeaturedImage.value }])
48871
48890
  }, [
48872
48891
  vue.createElementVNode("div", {
48873
- class: vue.normalizeClass(["bg-navy-50 rounded-[48px] relative pt-[164px] px-[120px]", { "flex flex-col items-center text-center": (_b = headerComponent.value) == null ? void 0 : _b.text_center }])
48892
+ class: vue.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 }])
48874
48893
  }, [
48875
48894
  vue.createElementVNode("h3", _hoisted_2$e, vue.toDisplayString(headerComponent.value.title), 1),
48876
48895
  vue.createElementVNode("h3", {
@@ -48899,7 +48918,7 @@ ${escapeText(this.code(index, length))}
48899
48918
  key: 1,
48900
48919
  src: (_g = section.value.components[0]) == null ? void 0 : _g.featured_image,
48901
48920
  alt: "Card Image",
48902
- class: "w-full max-w-[1632px] h-[480px] object-cover rounded-[48px] relative top-[64px]"
48921
+ class: "w-full max-w-[1632px] h-[480px] object-cover rounded-3xl md:rounded-[48px] relative top-[64px]"
48903
48922
  }, null, 8, _hoisted_6$e)) : vue.createCommentVNode("", true)
48904
48923
  ], 2)
48905
48924
  ], 2)) : vue.createCommentVNode("", true)
@@ -48966,11 +48985,11 @@ ${escapeText(this.code(index, length))}
48966
48985
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
48967
48986
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$r, [
48968
48987
  vue.createElementVNode("div", {
48969
- class: vue.normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full pt-4 mb-4 flex gap-16 items-center", { "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 }])
48988
+ class: vue.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 }])
48970
48989
  }, [
48971
- ((_c = component.value) == null ? void 0 : _c.title) || ((_d = component.value) == null ? void 0 : _d.paragraph) ? (vue.openBlock(), vue.createElementBlock("div", {
48990
+ ((_d = component.value) == null ? void 0 : _d.title) || ((_e = component.value) == null ? void 0 : _e.paragraph) ? (vue.openBlock(), vue.createElementBlock("div", {
48972
48991
  key: 0,
48973
- class: vue.normalizeClass(["max-w-[800px] py-4", { "!max-w-full w-full": (_e = section.value) == null ? void 0 : _e.is_full_width, "!py-8": (_f = component.value) == null ? void 0 : _f.featured_image }]),
48992
+ class: vue.normalizeClass(["max-w-[800px] lg:py-4", { "!max-w-full w-full": (_f = section.value) == null ? void 0 : _f.is_full_width }]),
48974
48993
  ref_key: "leftColumn",
48975
48994
  ref: leftColumn
48976
48995
  }, [
@@ -48992,7 +49011,7 @@ ${escapeText(this.code(index, length))}
48992
49011
  ], 2)) : vue.createCommentVNode("", true),
48993
49012
  ((_i = component.value) == null ? void 0 : _i.featured_image) ? (vue.openBlock(), vue.createElementBlock("div", {
48994
49013
  key: 1,
48995
- class: "w-full max-w-[536px] rounded-[24px] overflow-hidden",
49014
+ class: "w-full min-w-[300px] max-w-[536px] rounded-xl md:rounded-3xl overflow-hidden",
48996
49015
  ref_key: "rightColumn",
48997
49016
  ref: rightColumn
48998
49017
  }, [
@@ -49017,7 +49036,7 @@ ${escapeText(this.code(index, length))}
49017
49036
  key: 1,
49018
49037
  src: (_l = component.value) == null ? void 0 : _l.featured_image,
49019
49038
  alt: "Feature Image",
49020
- class: "w-full h-full object-cover rounded-[24px]"
49039
+ class: "w-full h-full object-cover rounded-xl md:rounded-3xl"
49021
49040
  }, null, 8, _hoisted_9$c))
49022
49041
  ], 512)) : vue.createCommentVNode("", true)
49023
49042
  ], 2)
@@ -49029,31 +49048,35 @@ ${escapeText(this.code(index, length))}
49029
49048
  const _hoisted_2$c = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full mt-4 px-4" };
49030
49049
  const _hoisted_3$c = {
49031
49050
  key: 0,
49032
- class: "flex gap-4"
49051
+ class: "grid lg:grid-cols-[33%_auto] gap-1.5 lg:gap-4"
49033
49052
  };
49034
49053
  const _hoisted_4$c = { class: "text-[20px] text-gray-900 font-semibold" };
49035
49054
  const _hoisted_5$c = ["innerHTML"];
49036
- const _hoisted_6$c = ["src", "alt"];
49037
- const _hoisted_7$c = ["innerHTML"];
49038
- const _hoisted_8$b = {
49055
+ const _hoisted_6$c = {
49056
+ key: 1,
49057
+ class: "rounded-xl md:rounded-3xl overflow-hidden relative"
49058
+ };
49059
+ const _hoisted_7$c = ["src", "alt"];
49060
+ const _hoisted_8$b = ["innerHTML"];
49061
+ const _hoisted_9$b = {
49039
49062
  key: 1,
49040
49063
  class: "my-[44px]"
49041
49064
  };
49042
- const _hoisted_9$b = { class: "text-[36px] text-gray-900 font-semibold" };
49043
- const _hoisted_10$9 = ["innerHTML"];
49044
- const _hoisted_11$8 = {
49065
+ const _hoisted_10$8 = { class: "text-[36px] text-gray-900 font-semibold" };
49066
+ const _hoisted_11$7 = ["innerHTML"];
49067
+ const _hoisted_12$5 = {
49045
49068
  key: 0,
49046
49069
  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"
49047
49070
  };
49048
- const _hoisted_12$6 = { class: "font-semibold text-[20px] text-gray-900" };
49049
- const _hoisted_13$4 = ["innerHTML"];
49050
- const _hoisted_14$4 = ["href", "target"];
49051
- const _hoisted_15$4 = ["src"];
49052
- const _hoisted_16$1 = {
49071
+ const _hoisted_13$4 = { class: "font-semibold text-[20px] text-gray-900" };
49072
+ const _hoisted_14$4 = ["innerHTML"];
49073
+ const _hoisted_15$3 = ["href", "target"];
49074
+ const _hoisted_16$1 = ["src"];
49075
+ const _hoisted_17$1 = {
49053
49076
  key: 0,
49054
49077
  class: "w-[560px]"
49055
49078
  };
49056
- const _hoisted_17$1 = ["src", "alt"];
49079
+ const _hoisted_18$1 = ["src", "alt"];
49057
49080
  const _sfc_main$d = {
49058
49081
  __name: "TwoColumnsImageContent",
49059
49082
  props: {
@@ -49064,8 +49087,6 @@ ${escapeText(this.code(index, length))}
49064
49087
  },
49065
49088
  setup(__props) {
49066
49089
  const props = __props;
49067
- const leftColumn = vue.ref(null);
49068
- const rightColumn = vue.ref(null);
49069
49090
  const section = vue.ref(props.section);
49070
49091
  const paragraphComponent = vue.computed(() => {
49071
49092
  return section.value.components.find((component) => component.type === "paragraph");
@@ -49091,12 +49112,6 @@ ${escapeText(this.code(index, length))}
49091
49112
  return true;
49092
49113
  });
49093
49114
  });
49094
- vue.onMounted(() => {
49095
- var _a;
49096
- if (leftColumn.value && rightColumn.value && ((_a = section.value) == null ? void 0 : _a.minimum_height)) {
49097
- rightColumn.value.style.height = `${leftColumn.value.offsetHeight}px`;
49098
- }
49099
- });
49100
49115
  return (_ctx, _cache) => {
49101
49116
  var _a, _b, _c, _d;
49102
49117
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$q, [
@@ -49104,9 +49119,7 @@ ${escapeText(this.code(index, length))}
49104
49119
  paragraphComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$c, [
49105
49120
  paragraphComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49106
49121
  key: 0,
49107
- class: vue.normalizeClass(["w-1/3 bg-gray-100 rounded-xl p-8", { "h-fit": (_a = section.value) == null ? void 0 : _a.minimum_height }]),
49108
- ref_key: "leftColumn",
49109
- ref: leftColumn
49122
+ class: vue.normalizeClass(["bg-gray-100 rounded-xl p-8", { "h-fit": (_a = section.value) == null ? void 0 : _a.minimum_height }])
49110
49123
  }, [
49111
49124
  vue.createElementVNode("h3", _hoisted_4$c, vue.toDisplayString(paragraphComponent.value.title), 1),
49112
49125
  vue.createElementVNode("p", {
@@ -49114,50 +49127,45 @@ ${escapeText(this.code(index, length))}
49114
49127
  innerHTML: paragraphComponent.value.paragraph
49115
49128
  }, null, 8, _hoisted_5$c)
49116
49129
  ], 2)) : vue.createCommentVNode("", true),
49117
- imageComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49118
- key: 1,
49119
- class: "w-2/3 rounded-[24px] overflow-hidden",
49120
- ref_key: "rightColumn",
49121
- ref: rightColumn
49122
- }, [
49130
+ imageComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$c, [
49123
49131
  vue.createElementVNode("img", {
49124
49132
  src: imageComponent.value.featured_image,
49125
49133
  alt: imageComponent.value.caption,
49126
- class: "w-full h-full object-cover"
49127
- }, null, 8, _hoisted_6$c),
49134
+ class: "lg:absolute inset-0 w-full h-full object-cover"
49135
+ }, null, 8, _hoisted_7$c),
49128
49136
  vue.createElementVNode("p", {
49129
49137
  innerHTML: imageComponent.value.caption,
49130
49138
  class: "mt-2 text-[13px]"
49131
- }, null, 8, _hoisted_7$c)
49132
- ], 512)) : vue.createCommentVNode("", true)
49133
- ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$b, [
49139
+ }, null, 8, _hoisted_8$b)
49140
+ ])) : vue.createCommentVNode("", true)
49141
+ ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_9$b, [
49134
49142
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49135
49143
  key: 0,
49136
49144
  class: vue.normalizeClass(["w-full flex-col mb-6", { "text-center items-center flex": (_b = headerComponent.value) == null ? void 0 : _b.text_center }])
49137
49145
  }, [
49138
- vue.createElementVNode("h3", _hoisted_9$b, vue.toDisplayString(headerComponent.value.title), 1),
49146
+ vue.createElementVNode("h3", _hoisted_10$8, vue.toDisplayString(headerComponent.value.title), 1),
49139
49147
  ((_c = headerComponent.value) == null ? void 0 : _c.supporting_text) ? (vue.openBlock(), vue.createElementBlock("p", {
49140
49148
  key: 0,
49141
49149
  class: "text-[20px] font-normal mt-4 text-gray-600 leading-[30px] max-w-[800px]",
49142
49150
  innerHTML: headerComponent.value.supporting_text
49143
- }, null, 8, _hoisted_10$9)) : vue.createCommentVNode("", true)
49151
+ }, null, 8, _hoisted_11$7)) : vue.createCommentVNode("", true)
49144
49152
  ], 2)) : vue.createCommentVNode("", true),
49145
49153
  vue.createElementVNode("div", {
49146
- class: vue.normalizeClass(featureItemsComponent.value.hasOwnProperty("grid_columns") ? "" : "flex flex-row gap-8")
49154
+ class: vue.normalizeClass(featureItemsComponent.value.hasOwnProperty("grid_columns") ? "" : "flex flex-col-reverse md:flex-row gap-8")
49147
49155
  }, [
49148
49156
  vue.createElementVNode("div", {
49149
- class: vue.normalizeClass(["grid gap-8", featureItemsComponent.value.hasOwnProperty("grid_columns") ? `grid-cols-${featureItemsComponent.value.grid_columns}` : "grid-cols-2 w-2/3"])
49157
+ class: vue.normalizeClass(["grid gap-8", featureItemsComponent.value.hasOwnProperty("grid_columns") ? `md:grid-cols-${featureItemsComponent.value.grid_columns}` : "lg:grid-cols-2 w-2/3"])
49150
49158
  }, [
49151
49159
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(items.value, (item) => {
49152
49160
  var _a2, _b2, _c2;
49153
49161
  return vue.openBlock(), vue.createElementBlock("div", {
49154
49162
  class: vue.normalizeClass(["flex gap-3 w-full", {
49155
- "bg-gray-50 p-8 rounded-[24px] overflow-hidden flex-col": featureItemsComponent.value.hasOwnProperty("grid_columns") && (featureItemsComponent.value.grid_columns > 2 || ((_a2 = featureItemsComponent.value) == null ? void 0 : _a2.has_background)),
49163
+ "bg-gray-50 p-8 rounded-xl md:rounded-3xl overflow-hidden flex-col": featureItemsComponent.value.hasOwnProperty("grid_columns") && (featureItemsComponent.value.grid_columns > 2 || ((_a2 = featureItemsComponent.value) == null ? void 0 : _a2.has_background)),
49156
49164
  "!p-0 rounded-tr-[0px] rounded-bl-[0px]": item == null ? void 0 : item.image
49157
49165
  }])
49158
49166
  }, [
49159
49167
  item.title ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
49160
- (item == null ? void 0 : item.icon) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11$8, [
49168
+ (item == null ? void 0 : item.icon) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$5, [
49161
49169
  vue.createVNode(_sfc_main$H, {
49162
49170
  icon: item.icon,
49163
49171
  "icon-classes": "w-5 h-5 text-brand-600"
@@ -49166,11 +49174,11 @@ ${escapeText(this.code(index, length))}
49166
49174
  vue.createElementVNode("div", {
49167
49175
  class: vue.normalizeClass(["max-w-[324px] ql-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
49168
49176
  }, [
49169
- vue.createElementVNode("h3", _hoisted_12$6, vue.toDisplayString(item.title), 1),
49177
+ vue.createElementVNode("h3", _hoisted_13$4, vue.toDisplayString(item.title), 1),
49170
49178
  vue.createElementVNode("p", {
49171
49179
  class: "mt-2 text-md font-normal text-gray-600 leading-[24px]",
49172
49180
  innerHTML: item.supporting_text ?? item.description
49173
- }, null, 8, _hoisted_13$4),
49181
+ }, null, 8, _hoisted_14$4),
49174
49182
  ((_c2 = item == null ? void 0 : item.primary_button) == null ? void 0 : _c2.show) ? (vue.openBlock(), vue.createElementBlock("a", {
49175
49183
  key: 0,
49176
49184
  class: "cursor-pointer text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
@@ -49179,23 +49187,23 @@ ${escapeText(this.code(index, length))}
49179
49187
  }, [
49180
49188
  vue.createTextVNode(vue.toDisplayString(item.primary_button.label) + " ", 1),
49181
49189
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
49182
- ], 8, _hoisted_14$4)) : vue.createCommentVNode("", true)
49190
+ ], 8, _hoisted_15$3)) : vue.createCommentVNode("", true)
49183
49191
  ], 2)
49184
49192
  ], 64)) : (vue.openBlock(), vue.createElementBlock("img", {
49185
49193
  key: 1,
49186
49194
  src: item.image,
49187
49195
  alt: "Feature Image",
49188
49196
  class: "w-full h-full object-cover"
49189
- }, null, 8, _hoisted_15$4))
49197
+ }, null, 8, _hoisted_16$1))
49190
49198
  ], 2);
49191
49199
  }), 256))
49192
49200
  ], 2),
49193
- imageComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_16$1, [
49201
+ imageComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_17$1, [
49194
49202
  vue.createElementVNode("img", {
49195
49203
  src: imageComponent.value.featured_image,
49196
49204
  alt: ((_d = imageComponent.value) == null ? void 0 : _d.caption) ?? "Image",
49197
49205
  class: "rounded-br-[24px] rounded-tl-[24px] w-full"
49198
- }, null, 8, _hoisted_17$1)
49206
+ }, null, 8, _hoisted_18$1)
49199
49207
  ])) : vue.createCommentVNode("", true)
49200
49208
  ], 2)
49201
49209
  ]))
@@ -49216,15 +49224,15 @@ ${escapeText(this.code(index, length))}
49216
49224
  const _hoisted_7$b = { class: "mt-4" };
49217
49225
  const _hoisted_8$a = { class: "flex flex-row" };
49218
49226
  const _hoisted_9$a = { class: "w-1/5 mr-[40px] relative" };
49219
- const _hoisted_10$8 = { class: "text-[24px] font-semibold text-navy-800" };
49220
- const _hoisted_11$7 = { class: "w-4/5" };
49221
- const _hoisted_12$5 = {
49227
+ const _hoisted_10$7 = { class: "text-[24px] font-semibold text-navy-800 pr-5" };
49228
+ const _hoisted_11$6 = { class: "w-4/5" };
49229
+ const _hoisted_12$4 = {
49222
49230
  key: 0,
49223
49231
  class: "text-[24px] mb-6 font-semibold text-navy-800"
49224
49232
  };
49225
49233
  const _hoisted_13$3 = { class: "text-xl font-semibold text-gray-900" };
49226
49234
  const _hoisted_14$3 = { class: "all-unset ql-editor" };
49227
- const _hoisted_15$3 = ["innerHTML"];
49235
+ const _hoisted_15$2 = ["innerHTML"];
49228
49236
  const _sfc_main$c = {
49229
49237
  __name: "Timeline",
49230
49238
  props: {
@@ -49259,7 +49267,7 @@ ${escapeText(this.code(index, length))}
49259
49267
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(timelineComponent.value.data, (data2, index) => {
49260
49268
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_8$a, [
49261
49269
  vue.createElementVNode("div", _hoisted_9$a, [
49262
- vue.createElementVNode("h1", _hoisted_10$8, vue.toDisplayString(data2.title), 1),
49270
+ vue.createElementVNode("h1", _hoisted_10$7, vue.toDisplayString(data2.title), 1),
49263
49271
  _cache[0] || (_cache[0] = vue.createElementVNode("div", { class: "w-[32px] h-[32px] flex items-center justify-center border-2 border-navy-100 rounded-full absolute right-[-17px] bg-white top-0" }, [
49264
49272
  vue.createElementVNode("p", { class: "w-[16px] h-[16px] rounded-full bg-navy-600" })
49265
49273
  ], -1)),
@@ -49268,18 +49276,18 @@ ${escapeText(this.code(index, length))}
49268
49276
  style: { "background": "repeating-linear-gradient(to bottom, transparent, transparent 10px, #A9B8C6 8px, #A9B8C6 20px)", "width": "2px" }
49269
49277
  }, null, -1))
49270
49278
  ]),
49271
- vue.createElementVNode("div", _hoisted_11$7, [
49272
- data2.group_title ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_12$5, vue.toDisplayString(data2.group_title), 1)) : vue.createCommentVNode("", true),
49279
+ vue.createElementVNode("div", _hoisted_11$6, [
49280
+ data2.group_title ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_12$4, vue.toDisplayString(data2.group_title), 1)) : vue.createCommentVNode("", true),
49273
49281
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(data2.lines, (line, index2) => {
49274
49282
  return vue.openBlock(), vue.createElementBlock("div", {
49275
49283
  key: index2,
49276
- class: "bg-pale-orange-100 p-6 mb-6 rounded-[16px]"
49284
+ class: "bg-pale-orange-100 p-6 mb-6 rounded-lg md:rounded-2xl"
49277
49285
  }, [
49278
49286
  vue.createElementVNode("h4", _hoisted_13$3, vue.toDisplayString(line.title), 1),
49279
49287
  vue.createElementVNode("div", _hoisted_14$3, [
49280
49288
  vue.createElementVNode("p", {
49281
49289
  innerHTML: line.description
49282
- }, null, 8, _hoisted_15$3)
49290
+ }, null, 8, _hoisted_15$2)
49283
49291
  ])
49284
49292
  ]);
49285
49293
  }), 128))
@@ -49335,7 +49343,7 @@ ${escapeText(this.code(index, length))}
49335
49343
  return (_ctx, _cache) => {
49336
49344
  var _a, _b, _c, _d, _e, _f;
49337
49345
  return vue.openBlock(), vue.createElementBlock("div", {
49338
- class: vue.normalizeClass(["overflow-hidden", { "bg-aqua-100 mb-6": !((_a = section.value) == null ? void 0 : _a.no_background) }])
49346
+ class: vue.normalizeClass(["link-card overflow-hidden", { "bg-aqua-100 mb-6": !((_a = section.value) == null ? void 0 : _a.no_background) }])
49339
49347
  }, [
49340
49348
  vue.createElementVNode("div", _hoisted_1$o, [
49341
49349
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$a, [
@@ -49348,7 +49356,7 @@ ${escapeText(this.code(index, length))}
49348
49356
  ])) : vue.createCommentVNode("", true),
49349
49357
  cardComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49350
49358
  key: 1,
49351
- class: vue.normalizeClass(["flex w-full", { "gap-8": (_c = headerComponent.value) == null ? void 0 : _c.featured_image }])
49359
+ class: vue.normalizeClass(["flex flex-col md:flex-row w-full", { "gap-8": (_c = headerComponent.value) == null ? void 0 : _c.featured_image }])
49352
49360
  }, [
49353
49361
  ((_d = headerComponent.value) == null ? void 0 : _d.featured_image) ? (vue.openBlock(), vue.createElementBlock("div", {
49354
49362
  key: 0,
@@ -49363,14 +49371,14 @@ ${escapeText(this.code(index, length))}
49363
49371
  }, null, 8, _hoisted_5$a)
49364
49372
  ], 512)) : vue.createCommentVNode("", true),
49365
49373
  vue.createElementVNode("div", {
49366
- class: vue.normalizeClass(["flex gap-8 w-full", { "flex-col h-fit": (_f = headerComponent.value) == null ? void 0 : _f.featured_image }]),
49374
+ class: vue.normalizeClass(["grid gap-8 w-full", `${((_f = headerComponent.value) == null ? void 0 : _f.featured_image) ? "link-card__columns--with-featured-image" : ""} ${"link-card__columns--" + cardComponent.value.data.length}`]),
49367
49375
  ref_key: "rightColumn",
49368
49376
  ref: rightColumn
49369
49377
  }, [
49370
49378
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(cardComponent.value.data, (data2, index) => {
49371
49379
  var _a2;
49372
49380
  return vue.openBlock(), vue.createElementBlock("div", {
49373
- class: vue.normalizeClass(["relative bg-white p-8 rounded-[24px] w-full", { "!bg-gray-50": (_a2 = section.value) == null ? void 0 : _a2.no_background }])
49381
+ class: vue.normalizeClass(["relative bg-white p-8 rounded-xl md:rounded-3xl w-full", { "!bg-gray-50": (_a2 = section.value) == null ? void 0 : _a2.no_background }])
49374
49382
  }, [
49375
49383
  data2.icon ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$a, [
49376
49384
  (vue.openBlock(), vue.createBlock(_sfc_main$H, {
@@ -49403,6 +49411,7 @@ ${escapeText(this.code(index, length))}
49403
49411
  };
49404
49412
  }
49405
49413
  };
49414
+ const LinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-c340ea5c"]]);
49406
49415
  const _hoisted_1$n = {
49407
49416
  xmlns: "http://www.w3.org/2000/svg",
49408
49417
  fill: "none",
@@ -49421,7 +49430,7 @@ ${escapeText(this.code(index, length))}
49421
49430
  }
49422
49431
  const LinkExternal = { render: render$c };
49423
49432
  const _hoisted_1$m = { class: "overflow-hidden" };
49424
- const _hoisted_2$9 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full bg-white py-[40px] flex gap-[10%]" };
49433
+ 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%]" };
49425
49434
  const _hoisted_3$9 = {
49426
49435
  key: 0,
49427
49436
  class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
@@ -49435,8 +49444,8 @@ ${escapeText(this.code(index, length))}
49435
49444
  };
49436
49445
  const _hoisted_8$8 = { class: "relative bg-white hover:bg-gray-100 p-2 rounded-lg w-full" };
49437
49446
  const _hoisted_9$8 = ["href", "target"];
49438
- const _hoisted_10$7 = { class: "flex gap-4 items-center max-w-[94%] w-full" };
49439
- const _hoisted_11$6 = { class: "w-full" };
49447
+ const _hoisted_10$6 = { class: "flex gap-4 items-center max-w-[94%] w-full" };
49448
+ const _hoisted_11$5 = { class: "w-full" };
49440
49449
  const _sfc_main$a = {
49441
49450
  __name: "LinkList",
49442
49451
  props: {
@@ -49459,7 +49468,7 @@ ${escapeText(this.code(index, length))}
49459
49468
  vue.createElementVNode("div", _hoisted_2$9, [
49460
49469
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(headerComponents.value, (header, index) => {
49461
49470
  return vue.openBlock(), vue.createElementBlock("div", {
49462
- class: vue.normalizeClass(["gap-4", { "w-1/2": section.value.two_columns }])
49471
+ class: vue.normalizeClass(["gap-4", { "lg:w-1/2": section.value.two_columns }])
49463
49472
  }, [
49464
49473
  header ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$9, [
49465
49474
  vue.createElementVNode("h3", _hoisted_4$9, vue.toDisplayString(header.title), 1),
@@ -49472,12 +49481,12 @@ ${escapeText(this.code(index, length))}
49472
49481
  (header == null ? void 0 : header.featured_image) ? (vue.openBlock(), vue.createElementBlock("img", {
49473
49482
  key: 1,
49474
49483
  src: header == null ? void 0 : header.featured_image,
49475
- class: "rounded-[24px] w-full h-[480px] object-cover mb-6",
49484
+ class: "rounded-xl md:rounded-3xl w-full h-[300px] lg:h-[480px] object-cover mb-6",
49476
49485
  alt: "Feature"
49477
49486
  }, null, 8, _hoisted_6$9)) : vue.createCommentVNode("", true),
49478
49487
  linkComponents.value[index] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$9, [
49479
49488
  vue.createElementVNode("div", {
49480
- class: vue.normalizeClass({ "grid grid-cols-2 gap-x-[100px]": !section.value.two_columns, "flex flex-col gap-4 w-full": section.value.two_columns })
49489
+ class: vue.normalizeClass({ "grid lg:grid-cols-2 gap-x-[100px]": !section.value.two_columns, "flex flex-col gap-4 w-full": section.value.two_columns })
49481
49490
  }, [
49482
49491
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(linkComponents.value[index].data, (link, index2) => {
49483
49492
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_8$8, [
@@ -49487,9 +49496,9 @@ ${escapeText(this.code(index, length))}
49487
49496
  href: vue.unref(formatUrl)(link.url),
49488
49497
  target: link.open_in_new_tab ? "_blank" : ""
49489
49498
  }, [
49490
- vue.createElementVNode("div", _hoisted_10$7, [
49499
+ vue.createElementVNode("div", _hoisted_10$6, [
49491
49500
  vue.createVNode(vue.unref(LinkExternal), { class: "w-5 h-5" }),
49492
- vue.createElementVNode("span", _hoisted_11$6, vue.toDisplayString(link.title), 1)
49501
+ vue.createElementVNode("span", _hoisted_11$5, vue.toDisplayString(link.title), 1)
49493
49502
  ]),
49494
49503
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
49495
49504
  ], 8, _hoisted_9$8)) : vue.createCommentVNode("", true)
@@ -49529,11 +49538,10 @@ ${escapeText(this.code(index, length))}
49529
49538
  };
49530
49539
  const _hoisted_4$8 = { class: "text-[36px] text-gray-900 font-semibold" };
49531
49540
  const _hoisted_5$8 = ["innerHTML"];
49532
- const _hoisted_6$8 = { class: "mt-8" };
49533
- const _hoisted_7$8 = ["textContent"];
49534
- const _hoisted_8$7 = { class: "flex" };
49535
- const _hoisted_9$7 = { class: "bg-gray-100 rounded-full w-[28px] h-[28px] flex items-center justify-center text-gray-500 mr-2" };
49536
- const _hoisted_10$6 = { class: "text-lg text-gray-600 w-[97%]" };
49541
+ const _hoisted_6$8 = ["textContent"];
49542
+ const _hoisted_7$8 = { class: "flex" };
49543
+ const _hoisted_8$7 = { class: "bg-gray-100 rounded-full w-[28px] h-[28px] flex items-center justify-center text-gray-500 mr-2" };
49544
+ const _hoisted_9$7 = { class: "text-lg text-gray-600 w-[97%]" };
49537
49545
  const _sfc_main$9 = {
49538
49546
  __name: "BulletPoints",
49539
49547
  props: {
@@ -49565,19 +49573,19 @@ ${escapeText(this.code(index, length))}
49565
49573
  class: vue.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 })
49566
49574
  }, [
49567
49575
  vue.createElementVNode("div", {
49568
- class: vue.normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px]", { "flex gap-8": (_c = headerComponent.value) == null ? void 0 : _c.featured_image, "flex-row-reverse justify-between": (_d = headerComponent.value) == null ? void 0 : _d.revert }])
49576
+ class: vue.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 }])
49569
49577
  }, [
49570
49578
  ((_e = headerComponent.value) == null ? void 0 : _e.featured_image) ? (vue.openBlock(), vue.createElementBlock("img", {
49571
49579
  key: 0,
49572
49580
  src: (_f = headerComponent.value) == null ? void 0 : _f.featured_image,
49573
- class: "max-w-[480px] w-full object-cover rounded-[24px]",
49581
+ class: "max-w-[480px] w-full object-cover rounded-xl md:rounded-3xl",
49574
49582
  ref_key: "leftColumn",
49575
49583
  ref: leftColumn,
49576
49584
  alt: "Feature"
49577
49585
  }, null, 8, _hoisted_2$8)) : vue.createCommentVNode("", true),
49578
49586
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49579
49587
  key: 1,
49580
- class: vue.normalizeClass(["h-fit", { "py-[48px]": (_g = headerComponent.value) == null ? void 0 : _g.featured_image, "grid grid-cols-2 gap-8": (_h = section.value) == null ? void 0 : _h.two_column }]),
49588
+ class: vue.normalizeClass(["h-fit flex flex-col gap-4 lg:gap-8", { "xl:py-[48px]": (_g = headerComponent.value) == null ? void 0 : _g.featured_image, "[&]:grid lg:grid-cols-2": (_h = section.value) == null ? void 0 : _h.two_column }]),
49581
49589
  ref_key: "rightColumn",
49582
49590
  ref: rightColumn
49583
49591
  }, [
@@ -49597,21 +49605,21 @@ ${escapeText(this.code(index, length))}
49597
49605
  ]),
49598
49606
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(bulletPointsComponents.value, (bullet) => {
49599
49607
  var _a2, _b2;
49600
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_6$8, [
49608
+ return vue.openBlock(), vue.createElementBlock("div", null, [
49601
49609
  (bullet == null ? void 0 : bullet.title) ? (vue.openBlock(), vue.createElementBlock("p", {
49602
49610
  key: 0,
49603
49611
  textContent: vue.toDisplayString(bullet.title),
49604
49612
  class: "font-semibold text-[20px] mb-4"
49605
- }, null, 8, _hoisted_7$8)) : vue.createCommentVNode("", true),
49613
+ }, null, 8, _hoisted_6$8)) : vue.createCommentVNode("", true),
49606
49614
  vue.createElementVNode("div", {
49607
- class: vue.normalizeClass(["flex flex-col gap-4", { "!grid grid-cols-3": !((_a2 = headerComponent.value) == null ? void 0 : _a2.featured_image) && !((_b2 = section.value) == null ? void 0 : _b2.two_column) }])
49615
+ class: vue.normalizeClass(["flex flex-col gap-4", { "[&]:grid sm:grid-cols-2 lg:grid-cols-3": !((_a2 = headerComponent.value) == null ? void 0 : _a2.featured_image) && !((_b2 = section.value) == null ? void 0 : _b2.two_column) }])
49608
49616
  }, [
49609
49617
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(bullet.data, (item) => {
49610
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_8$7, [
49611
- vue.createElementVNode("div", _hoisted_9$7, [
49618
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_7$8, [
49619
+ vue.createElementVNode("div", _hoisted_8$7, [
49612
49620
  vue.createVNode(vue.unref(Check), { class: "w-4 h-4" })
49613
49621
  ]),
49614
- vue.createElementVNode("p", _hoisted_10$6, vue.toDisplayString(item.title), 1)
49622
+ vue.createElementVNode("p", _hoisted_9$7, vue.toDisplayString(item.title), 1)
49615
49623
  ]);
49616
49624
  }), 256))
49617
49625
  ], 2)
@@ -49627,7 +49635,7 @@ ${escapeText(this.code(index, length))}
49627
49635
  const _hoisted_1$j = { class: "overflow-hidden" };
49628
49636
  const _hoisted_2$7 = {
49629
49637
  key: 0,
49630
- class: "max-w-[33.3%] w-full min-h-[320px]"
49638
+ class: "lg:max-w-[33.3%] w-full sm:min-h-[320px]"
49631
49639
  };
49632
49640
  const _hoisted_3$7 = ["src", "alt"];
49633
49641
  const _hoisted_4$7 = ["src"];
@@ -49657,25 +49665,25 @@ ${escapeText(this.code(index, length))}
49657
49665
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v;
49658
49666
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$j, [
49659
49667
  vue.createElementVNode("div", {
49660
- class: vue.normalizeClass(["max-w-[1640px] md:px-[120px] mx-auto w-full mt-[40px]", { "flex gap-8": (_a = headerComponent.value) == null ? void 0 : _a.featured_image }])
49668
+ class: vue.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 }])
49661
49669
  }, [
49662
49670
  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) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$7, [
49663
49671
  imageComponent.value && ((_e = section.value) == null ? void 0 : _e.acknowledgement_style) ? (vue.openBlock(), vue.createElementBlock("img", {
49664
49672
  key: 0,
49665
49673
  src: imageComponent.value.featured_image,
49666
49674
  alt: ((_f = imageComponent.value) == null ? void 0 : _f.caption) ?? "Image",
49667
- class: "w-[560px] object-cover rounded-[24px] h-full"
49675
+ class: "w-[560px] object-cover rounded-xl md:rounded-3xl h-full mx-auto"
49668
49676
  }, null, 8, _hoisted_3$7)) : vue.createCommentVNode("", true),
49669
49677
  ((_g = headerComponent.value) == null ? void 0 : _g.featured_image) && !((_h = section.value) == null ? void 0 : _h.acknowledgement_style) ? (vue.openBlock(), vue.createElementBlock("img", {
49670
49678
  key: 1,
49671
49679
  src: (_i = headerComponent.value) == null ? void 0 : _i.featured_image,
49672
- class: "w-[560px] object-cover rounded-[24px] h-full",
49680
+ class: "w-[560px] object-cover rounded-xl md:rounded-3xl h-full mx-auto",
49673
49681
  alt: "Feature"
49674
49682
  }, null, 8, _hoisted_4$7)) : vue.createCommentVNode("", true)
49675
49683
  ])) : vue.createCommentVNode("", true),
49676
49684
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49677
49685
  key: 1,
49678
- class: vue.normalizeClass(["rounded-[24px] flex items-center justify-center flex-col", {
49686
+ class: vue.normalizeClass(["rounded-xl md:rounded-3xl flex items-center justify-center flex-col", {
49679
49687
  "bg-pale-100 min-h-[320px] w-full": !((_j = headerComponent.value) == null ? void 0 : _j.featured_image),
49680
49688
  "border border-brand-400 w-full py-8": (_k = headerComponent.value) == null ? void 0 : _k.featured_image,
49681
49689
  "w-full ": !((_l = section.value) == null ? void 0 : _l.acknowledgement_style),
@@ -49763,7 +49771,7 @@ ${escapeText(this.code(index, length))}
49763
49771
  const _hoisted_2$6 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px] flex justify-center" };
49764
49772
  const _hoisted_3$6 = {
49765
49773
  key: 0,
49766
- class: "bg-gray-100 rounded-[16px] flex justify-center w-full"
49774
+ class: "bg-gray-100 rounded-lg md:rounded-2xl flex justify-center w-full"
49767
49775
  };
49768
49776
  const _hoisted_4$6 = { class: "flex items-center justify-center flex-col py-[40px] max-w-[820px]" };
49769
49777
  const _hoisted_5$6 = { class: "flex justify-between relative w-[150px]" };
@@ -49772,8 +49780,8 @@ ${escapeText(this.code(index, length))}
49772
49780
  const _hoisted_8$5 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" };
49773
49781
  const _hoisted_9$5 = { class: "text-[24px] text-gray-900 font-semibold mt-4" };
49774
49782
  const _hoisted_10$5 = ["innerHTML"];
49775
- const _hoisted_11$5 = { class: "flex gap-2" };
49776
- const _hoisted_12$4 = ["href"];
49783
+ const _hoisted_11$4 = { class: "flex gap-2" };
49784
+ const _hoisted_12$3 = ["href"];
49777
49785
  const _sfc_main$7 = {
49778
49786
  __name: "ContactUs",
49779
49787
  props: {
@@ -49814,7 +49822,7 @@ ${escapeText(this.code(index, length))}
49814
49822
  class: "text-[18px] font-normal mt-2 text-gray-600 leading-[30px] text-center",
49815
49823
  innerHTML: headerComponent.value.supporting_text
49816
49824
  }, null, 8, _hoisted_10$5)) : vue.createCommentVNode("", true),
49817
- vue.createElementVNode("div", _hoisted_11$5, [
49825
+ vue.createElementVNode("div", _hoisted_11$4, [
49818
49826
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(contactUs.value.data, (item) => {
49819
49827
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
49820
49828
  (item == null ? void 0 : item.show) ? (vue.openBlock(), vue.createElementBlock("a", {
@@ -49824,7 +49832,7 @@ ${escapeText(this.code(index, length))}
49824
49832
  }, [
49825
49833
  vue.createTextVNode(vue.toDisplayString(item.label) + " ", 1),
49826
49834
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
49827
- ], 10, _hoisted_12$4)) : vue.createCommentVNode("", true)
49835
+ ], 10, _hoisted_12$3)) : vue.createCommentVNode("", true)
49828
49836
  ], 64);
49829
49837
  }), 256))
49830
49838
  ])
@@ -49870,23 +49878,21 @@ ${escapeText(this.code(index, length))}
49870
49878
  }
49871
49879
  const Minus = { render: render$6 };
49872
49880
  const _hoisted_1$c = { class: "overflow-hidden" };
49873
- const _hoisted_2$5 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full bg-white py-[40px] flex justify-center gap-[10%]" };
49874
- const _hoisted_3$5 = { class: "gap-4 max-w-[800px] w-full" };
49875
- const _hoisted_4$5 = {
49881
+ const _hoisted_2$5 = {
49876
49882
  key: 0,
49877
49883
  class: "px-[40px] text-center mb-6 mx-auto"
49878
49884
  };
49879
- const _hoisted_5$5 = { class: "text-[36px] text-gray-900 font-semibold" };
49880
- const _hoisted_6$5 = ["innerHTML"];
49881
- const _hoisted_7$5 = {
49885
+ const _hoisted_3$5 = { class: "text-[36px] text-gray-900 font-semibold" };
49886
+ const _hoisted_4$5 = ["innerHTML"];
49887
+ const _hoisted_5$5 = {
49882
49888
  key: 1,
49883
49889
  class: "flex flex-col divide-y gap-8"
49884
49890
  };
49885
- const _hoisted_8$4 = { class: "relative bg-white w-full pt-6" };
49886
- const _hoisted_9$4 = { class: "text-gray-900 cursor-pointer w-full inline-flex justify-between gap-1.5 items-center leading-[28px] font-semibold text-lg" };
49887
- const _hoisted_10$4 = ["onClick"];
49888
- const _hoisted_11$4 = { class: "min-w-[24px]" };
49889
- const _hoisted_12$3 = ["innerHTML"];
49891
+ const _hoisted_6$5 = { class: "relative bg-white w-full pt-6" };
49892
+ const _hoisted_7$5 = { class: "text-gray-900 cursor-pointer w-full inline-flex justify-between gap-1.5 items-center leading-[28px] font-semibold text-lg" };
49893
+ const _hoisted_8$4 = ["onClick"];
49894
+ const _hoisted_9$4 = { class: "min-w-[24px]" };
49895
+ const _hoisted_10$4 = ["innerHTML"];
49890
49896
  const _sfc_main$6 = {
49891
49897
  __name: "FAQ",
49892
49898
  props: {
@@ -49912,27 +49918,33 @@ ${escapeText(this.code(index, length))}
49912
49918
  show.value[index] = !show.value[index];
49913
49919
  };
49914
49920
  return (_ctx, _cache) => {
49921
+ var _a;
49915
49922
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$c, [
49916
- vue.createElementVNode("div", _hoisted_2$5, [
49923
+ vue.createElementVNode("div", {
49924
+ class: vue.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 }])
49925
+ }, [
49917
49926
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(headerComponents.value, (header, index) => {
49918
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_3$5, [
49919
- header ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$5, [
49920
- vue.createElementVNode("h3", _hoisted_5$5, vue.toDisplayString(header.title), 1),
49927
+ var _a2;
49928
+ return vue.openBlock(), vue.createElementBlock("div", {
49929
+ class: vue.normalizeClass(["gap-4 max-w-[800px] w-full", { "!max-w-full": (_a2 = section.value) == null ? void 0 : _a2.align_left }])
49930
+ }, [
49931
+ header ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$5, [
49932
+ vue.createElementVNode("h3", _hoisted_3$5, vue.toDisplayString(header.title), 1),
49921
49933
  (header == null ? void 0 : header.supporting_text) ? (vue.openBlock(), vue.createElementBlock("p", {
49922
49934
  key: 0,
49923
49935
  class: "text-[20px] font-normal mt-2 text-gray-600 leading-[30px] max-w-[768px] mx-auto",
49924
49936
  innerHTML: header.supporting_text
49925
- }, null, 8, _hoisted_6$5)) : vue.createCommentVNode("", true)
49937
+ }, null, 8, _hoisted_4$5)) : vue.createCommentVNode("", true)
49926
49938
  ])) : vue.createCommentVNode("", true),
49927
- featureComponents.value[index] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$5, [
49939
+ featureComponents.value[index] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$5, [
49928
49940
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(featureComponents.value[index].data, (link, index2) => {
49929
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_8$4, [
49930
- vue.createElementVNode("a", _hoisted_9$4, [
49941
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_6$5, [
49942
+ vue.createElementVNode("a", _hoisted_7$5, [
49931
49943
  vue.createElementVNode("span", {
49932
49944
  class: "hover:underline",
49933
49945
  onClick: ($event) => toggle(index2)
49934
- }, vue.toDisplayString(link.title), 9, _hoisted_10$4),
49935
- vue.createElementVNode("span", _hoisted_11$4, [
49946
+ }, vue.toDisplayString(link.title), 9, _hoisted_8$4),
49947
+ vue.createElementVNode("span", _hoisted_9$4, [
49936
49948
  !show.value[index2] ? (vue.openBlock(), vue.createBlock(vue.unref(Plus), {
49937
49949
  key: 0,
49938
49950
  class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
@@ -49948,32 +49960,31 @@ ${escapeText(this.code(index, length))}
49948
49960
  key: 0,
49949
49961
  class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
49950
49962
  innerHTML: link.supporting_text
49951
- }, null, 8, _hoisted_12$3)) : vue.createCommentVNode("", true)
49963
+ }, null, 8, _hoisted_10$4)) : vue.createCommentVNode("", true)
49952
49964
  ]);
49953
49965
  }), 256))
49954
49966
  ])) : vue.createCommentVNode("", true)
49955
- ]);
49967
+ ], 2);
49956
49968
  }), 256))
49957
- ])
49969
+ ], 2)
49958
49970
  ]);
49959
49971
  };
49960
49972
  }
49961
49973
  };
49962
49974
  const _hoisted_1$b = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full py-[40px] flex justify-center gap-[10%]" };
49963
- const _hoisted_2$4 = { class: "bg-pale-100 flex w-full rounded-[20px] p-8 gap-6" };
49964
- const _hoisted_3$4 = { class: "w-1/2" };
49965
- const _hoisted_4$4 = ["textContent"];
49966
- const _hoisted_5$4 = { class: "flex flex-col divide-y divide-gray-200 px-6 bg-white rounded-[16px] overflow-hidden" };
49967
- const _hoisted_6$4 = { class: "relative w-full py-6" };
49968
- const _hoisted_7$4 = { class: "text-gray-900 cursor-pointer w-full inline-flex justify-between gap-1.5 items-center leading-[28px] font-semibold text-lg" };
49969
- const _hoisted_8$3 = ["onClick"];
49970
- const _hoisted_9$3 = { class: "min-w-[24px]" };
49971
- const _hoisted_10$3 = ["innerHTML"];
49972
- const _hoisted_11$3 = { class: "w-1/2 bg-white rounded-[16px] overflow-hidden flex flex-col items-center justify-center px-12" };
49973
- const _hoisted_12$2 = { key: 0 };
49974
- const _hoisted_13$2 = ["textContent"];
49975
- const _hoisted_14$2 = ["innerHTML"];
49976
- const _hoisted_15$2 = ["href"];
49975
+ const _hoisted_2$4 = { class: "bg-pale-100 w-full rounded-[20px] p-8 gap-6 grid lg:grid-cols-2" };
49976
+ const _hoisted_3$4 = ["textContent"];
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" };
49978
+ const _hoisted_5$4 = { class: "relative w-full py-6" };
49979
+ const _hoisted_6$4 = { class: "text-gray-900 cursor-pointer w-full inline-flex justify-between gap-1.5 items-center leading-[28px] font-semibold text-lg" };
49980
+ const _hoisted_7$4 = ["onClick"];
49981
+ const _hoisted_8$3 = { class: "min-w-[24px]" };
49982
+ const _hoisted_9$3 = ["innerHTML"];
49983
+ const _hoisted_10$3 = { class: "bg-white rounded-lg md:rounded-2xl overflow-hidden flex flex-col items-center justify-center py-8 px-12" };
49984
+ const _hoisted_11$3 = { key: 0 };
49985
+ const _hoisted_12$2 = ["textContent"];
49986
+ const _hoisted_13$2 = ["innerHTML"];
49987
+ const _hoisted_14$2 = ["href"];
49977
49988
  const _sfc_main$5 = {
49978
49989
  __name: "AccordionPricing",
49979
49990
  props: {
@@ -50002,20 +50013,20 @@ ${escapeText(this.code(index, length))}
50002
50013
  var _a;
50003
50014
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$b, [
50004
50015
  vue.createElementVNode("div", _hoisted_2$4, [
50005
- vue.createElementVNode("div", _hoisted_3$4, [
50016
+ vue.createElementVNode("div", null, [
50006
50017
  vue.createElementVNode("p", {
50007
50018
  class: "text-[36px] font-semibold text-gray-900 mb-[48px]",
50008
50019
  textContent: vue.toDisplayString(pricingComponent.value.title)
50009
- }, null, 8, _hoisted_4$4),
50010
- vue.createElementVNode("div", _hoisted_5$4, [
50020
+ }, null, 8, _hoisted_3$4),
50021
+ vue.createElementVNode("div", _hoisted_4$4, [
50011
50022
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(pricingComponent.value.data, (price, index) => {
50012
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_6$4, [
50013
- vue.createElementVNode("a", _hoisted_7$4, [
50023
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_5$4, [
50024
+ vue.createElementVNode("a", _hoisted_6$4, [
50014
50025
  vue.createElementVNode("span", {
50015
50026
  class: "hover:underline text-lg leading-[28px] text-gray-900",
50016
50027
  onClick: ($event) => toggle(index)
50017
- }, vue.toDisplayString(price.title), 9, _hoisted_8$3),
50018
- vue.createElementVNode("span", _hoisted_9$3, [
50028
+ }, vue.toDisplayString(price.title), 9, _hoisted_7$4),
50029
+ vue.createElementVNode("span", _hoisted_8$3, [
50019
50030
  !show.value[index] ? (vue.openBlock(), vue.createBlock(vue.unref(Plus), {
50020
50031
  key: 0,
50021
50032
  class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
@@ -50031,21 +50042,21 @@ ${escapeText(this.code(index, length))}
50031
50042
  key: 0,
50032
50043
  class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
50033
50044
  innerHTML: price == null ? void 0 : price.supporting_text
50034
- }, null, 8, _hoisted_10$3)) : vue.createCommentVNode("", true)
50045
+ }, null, 8, _hoisted_9$3)) : vue.createCommentVNode("", true)
50035
50046
  ]);
50036
50047
  }), 256))
50037
50048
  ])
50038
50049
  ]),
50039
- vue.createElementVNode("div", _hoisted_11$3, [
50040
- paragraphComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$2, [
50050
+ vue.createElementVNode("div", _hoisted_10$3, [
50051
+ paragraphComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11$3, [
50041
50052
  vue.createElementVNode("p", {
50042
50053
  class: "text-[32px] font-semibold text-gray-900",
50043
50054
  textContent: vue.toDisplayString(paragraphComponent.value.title)
50044
- }, null, 8, _hoisted_13$2),
50055
+ }, null, 8, _hoisted_12$2),
50045
50056
  vue.createElementVNode("p", {
50046
50057
  class: "text-[18px]text-gray-600 mt-2",
50047
50058
  innerHTML: paragraphComponent.value.paragraph
50048
- }, null, 8, _hoisted_14$2)
50059
+ }, null, 8, _hoisted_13$2)
50049
50060
  ])) : vue.createCommentVNode("", true),
50050
50061
  ((_a = paragraphComponent.value) == null ? void 0 : _a.hasOwnProperty("button")) && paragraphComponent.value.button.show ? (vue.openBlock(), vue.createElementBlock("a", {
50051
50062
  key: 1,
@@ -50054,7 +50065,7 @@ ${escapeText(this.code(index, length))}
50054
50065
  }, [
50055
50066
  vue.createTextVNode(vue.toDisplayString(paragraphComponent.value.button.title) + " ", 1),
50056
50067
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
50057
- ], 8, _hoisted_15$2)) : vue.createCommentVNode("", true)
50068
+ ], 8, _hoisted_14$2)) : vue.createCommentVNode("", true)
50058
50069
  ])
50059
50070
  ])
50060
50071
  ]);
@@ -50111,13 +50122,13 @@ ${escapeText(this.code(index, length))}
50111
50122
  }
50112
50123
  const StarIcon = { render: render$3 };
50113
50124
  const _hoisted_1$7 = { class: "px-6 mt-4 mb-36" };
50114
- const _hoisted_2$3 = { class: "bg-navy-800 p-10 rounded-[48px]" };
50125
+ const _hoisted_2$3 = { class: "bg-navy-800 p-10 rounded-3xl md:rounded-[48px]" };
50115
50126
  const _hoisted_3$3 = { class: "max-w-[51.25rem] text-center mx-auto" };
50116
50127
  const _hoisted_4$3 = { class: "mb-10" };
50117
50128
  const _hoisted_5$3 = ["textContent"];
50118
50129
  const _hoisted_6$3 = ["textContent"];
50119
50130
  const _hoisted_7$3 = ["textContent"];
50120
- const _hoisted_8$2 = { class: "h-14 border border-white rounded-[48px] flex items-center justify-stretch px-1.5 space-x-1 mb-8" };
50131
+ 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" };
50121
50132
  const _hoisted_9$2 = ["onClick"];
50122
50133
  const _hoisted_10$2 = {
50123
50134
  key: 0,
@@ -50204,7 +50215,7 @@ ${escapeText(this.code(index, length))}
50204
50215
  return vue.openBlock(), vue.createElementBlock("button", {
50205
50216
  key: membership.id,
50206
50217
  onClick: ($event) => active.value = membership.id,
50207
- class: vue.normalizeClass(["h-11 rounded-[48px] flex-1 text-white transition-colors text-md font-semibold", { "bg-white !text-gray-700": active.value === membership.id }])
50218
+ class: vue.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 }])
50208
50219
  }, vue.toDisplayString(membership.name), 11, _hoisted_9$2);
50209
50220
  }), 128))
50210
50221
  ])
@@ -50221,7 +50232,7 @@ ${escapeText(this.code(index, length))}
50221
50232
  return [
50222
50233
  activeMembership.value ? (vue.openBlock(), vue.createElementBlock("div", {
50223
50234
  key: activeMembership.value.id,
50224
- class: "bg-white py-8 rounded-3xl shadow-sm border border-gray-200 flex max-w-[1400px] mx-auto -mb-[140px]"
50235
+ class: "bg-white py-8 rounded-xl md:rounded-3xl shadow-sm border border-gray-200 flex max-w-[1400px] mx-auto -mb-[140px]"
50225
50236
  }, [
50226
50237
  vue.createElementVNode("div", _hoisted_11$2, [
50227
50238
  vue.createElementVNode("div", _hoisted_12$1, [
@@ -50289,7 +50300,7 @@ ${escapeText(this.code(index, length))}
50289
50300
  };
50290
50301
  }
50291
50302
  };
50292
- const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-936f7e6f"]]);
50303
+ const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-9e6ed7b6"]]);
50293
50304
  const _hoisted_1$6 = {
50294
50305
  xmlns: "http://www.w3.org/2000/svg",
50295
50306
  fill: "none",
@@ -50338,12 +50349,12 @@ ${escapeText(this.code(index, length))}
50338
50349
  }
50339
50350
  const Star = { render };
50340
50351
  const _hoisted_1$3 = { class: "relative overflow-hidden bg-gray-50" };
50341
- const _hoisted_2$2 = { class: "flex space-x-16 max-w-[1640px] md:px-[120px] mx-auto w-full" };
50352
+ 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" };
50342
50353
  const _hoisted_3$2 = { class: "flex-1 flex flex-col justify-center gap-8" };
50343
50354
  const _hoisted_4$2 = { class: "flex items-center gap-1" };
50344
50355
  const _hoisted_5$2 = ["innerHTML"];
50345
50356
  const _hoisted_6$2 = { class: "text-gray-600" };
50346
- const _hoisted_7$2 = { class: "h-[480px] w-[560px]" };
50357
+ const _hoisted_7$2 = { class: "h-[480px] w-full md:w-[560px] lg:h-[300px] lg:w-[350px] xl:h-[480px] xl:w-[560px]" };
50347
50358
  const _hoisted_8$1 = ["src"];
50348
50359
  const _hoisted_9$1 = {
50349
50360
  key: 1,
@@ -50352,7 +50363,7 @@ ${escapeText(this.code(index, length))}
50352
50363
  alt: "No Image Available"
50353
50364
  };
50354
50365
  const _hoisted_10$1 = { class: "flex max-w-[1640px] md:px-[120px] mx-auto w-full gap-4 relative" };
50355
- const _hoisted_11$1 = { class: "absolute bottom-[40px] left-[120px] w-full gap-4 flex" };
50366
+ const _hoisted_11$1 = { class: "absolute bottom-[40px] right-0 md:right-[120px] xl:left-[120px] gap-4 flex" };
50356
50367
  const _sfc_main$3 = {
50357
50368
  __name: "TestimonialSlider",
50358
50369
  props: {
@@ -50396,7 +50407,7 @@ ${escapeText(this.code(index, length))}
50396
50407
  }), 64))
50397
50408
  ]),
50398
50409
  vue.createElementVNode("h3", {
50399
- class: "font-medium text-3xl leading-[38px]",
50410
+ class: "font-medium text-2xl md:text-3xl md:leading-[38px]",
50400
50411
  innerHTML: feature.description
50401
50412
  }, null, 8, _hoisted_5$2),
50402
50413
  vue.createElementVNode("p", _hoisted_6$2, vue.toDisplayString(feature.title), 1)
@@ -50457,7 +50468,7 @@ ${escapeText(this.code(index, length))}
50457
50468
  collection_grid: vue.markRaw(_sfc_main$g),
50458
50469
  two_column_image_content: vue.markRaw(_sfc_main$d),
50459
50470
  timeline: vue.markRaw(_sfc_main$c),
50460
- link_card: vue.markRaw(_sfc_main$b),
50471
+ link_card: vue.markRaw(LinkCard),
50461
50472
  link_list: vue.markRaw(_sfc_main$a),
50462
50473
  bullet_points: vue.markRaw(_sfc_main$9),
50463
50474
  callout: vue.markRaw(_sfc_main$8),