@dcodegroup-au/page-builder 0.7.0 → 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 +247 -244
  3. package/dist/page-builder.umd.js +247 -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 +0 -1
  10. package/src/components/common/LinkedTo.vue +0 -2
  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
  ]),
@@ -12040,8 +12040,6 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
12040
12040
  const type = vue.useModel(__props, "type");
12041
12041
  const url = vue.useModel(__props, "url");
12042
12042
  const openInNewTab = vue.useModel(__props, "openInNewTab");
12043
- const props = __props;
12044
- console.log("LinkedTo", props);
12045
12043
  const toReadableWords = (input) => {
12046
12044
  return input.split("-").map((word) => word.charAt(0).toUpperCase() + word.slice(1)).join(" ");
12047
12045
  };
@@ -33929,7 +33927,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
33929
33927
  const _hoisted_7$n = { key: 0 };
33930
33928
  const _hoisted_8$l = { key: 1 };
33931
33929
  const _hoisted_9$l = { key: 2 };
33932
- 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" };
33933
33931
  const __default__ = {
33934
33932
  directives: {
33935
33933
  clickOutside: useClickOutside
@@ -34009,7 +34007,7 @@ var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "sy
34009
34007
  vue.createElementVNode("p", _hoisted_6$o, [
34010
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)
34011
34009
  ]),
34012
- vue.createElementVNode("div", _hoisted_10$h, [
34010
+ vue.createElementVNode("div", _hoisted_10$g, [
34013
34011
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(icons2.value, (icon) => {
34014
34012
  return vue.openBlock(), vue.createBlock(_sfc_main$H, {
34015
34013
  class: "cursor-pointer rounded p-1 hover:bg-gray-100",
@@ -45227,21 +45225,21 @@ ${escapeText(this.code(index, length))}
45227
45225
  const _hoisted_7$m = { class: "flex flex-col gap-3" };
45228
45226
  const _hoisted_8$k = { class: "flex items-center justify-between" };
45229
45227
  const _hoisted_9$k = { class: "text-lg font-semibold text-gray-900" };
45230
- const _hoisted_10$g = { class: "relative flex items-end" };
45231
- const _hoisted_11$f = { class: "flex flex-col gap-6" };
45232
- 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 = {
45233
45231
  key: 0,
45234
45232
  class: "flex gap-4"
45235
45233
  };
45236
45234
  const _hoisted_13$8 = { class: "flex items-center gap-2 cursor-pointer" };
45237
45235
  const _hoisted_14$8 = ["name", "value", "onUpdate:modelValue", "onChange"];
45238
- const _hoisted_15$7 = {
45236
+ const _hoisted_15$6 = {
45239
45237
  key: 1,
45240
45238
  class: "flex flex-col gap-1.5"
45241
45239
  };
45242
45240
  const _hoisted_16$4 = ["onUpdate:modelValue", "maxlength"];
45243
45241
  const _hoisted_17$3 = ["onUpdate:modelValue", "maxlength"];
45244
- const _hoisted_18$2 = { key: 2 };
45242
+ const _hoisted_18$3 = { key: 2 };
45245
45243
  const _sfc_main$C = {
45246
45244
  __name: "Links",
45247
45245
  props: {
@@ -45256,7 +45254,6 @@ ${escapeText(this.code(index, length))}
45256
45254
  const VFileUpload = vue.inject("VFileUpload", _sfc_main$O);
45257
45255
  const emit = __emit;
45258
45256
  const props = __props;
45259
- console.log("Links", props);
45260
45257
  const options = [{ value: "content", label: "Content" }, { value: "image_only", label: "Image Only" }];
45261
45258
  const componentData = vue.ref(props.data.component);
45262
45259
  const modalRef = vue.ref(null);
@@ -45363,14 +45360,14 @@ ${escapeText(this.code(index, length))}
45363
45360
  }, [
45364
45361
  vue.createElementVNode("div", _hoisted_8$k, [
45365
45362
  vue.createElementVNode("div", _hoisted_9$k, " Item #" + vue.toDisplayString(index + 1), 1),
45366
- vue.createElementVNode("div", _hoisted_10$g, [
45363
+ vue.createElementVNode("div", _hoisted_10$f, [
45367
45364
  vue.createVNode(_sfc_main$S, {
45368
45365
  onRemoveItem: ($event) => handleDeleteItem(index)
45369
45366
  }, null, 8, ["onRemoveItem"])
45370
45367
  ])
45371
45368
  ]),
45372
- vue.createElementVNode("div", _hoisted_11$f, [
45373
- !((_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, [
45374
45371
  (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, vue.renderList(options, (option) => {
45375
45372
  return vue.createElementVNode("label", _hoisted_13$8, [
45376
45373
  vue.withDirectives(vue.createElementVNode("input", {
@@ -45387,7 +45384,7 @@ ${escapeText(this.code(index, length))}
45387
45384
  ]);
45388
45385
  }), 64))
45389
45386
  ])) : vue.createCommentVNode("", true),
45390
- !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, [
45391
45388
  ["feature_items", "faqs", "pricing"].includes(componentData.value.type) ? (vue.openBlock(), vue.createBlock(_sfc_main$D, {
45392
45389
  key: 0,
45393
45390
  data: item
@@ -45442,7 +45439,7 @@ ${escapeText(this.code(index, length))}
45442
45439
  sites: _ctx.sites,
45443
45440
  forms: __props.forms
45444
45441
  }, null, 8, ["name", "type", "onUpdate:type", "url", "onUpdate:url", "openInNewTab", "onUpdate:openInNewTab", "sites", "forms"])) : vue.createCommentVNode("", true)
45445
- ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$2, [
45442
+ ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$3, [
45446
45443
  vue.createVNode(_sfc_main$P, {
45447
45444
  "is-vertical": "",
45448
45445
  field: "image",
@@ -45483,9 +45480,9 @@ ${escapeText(this.code(index, length))}
45483
45480
  const _hoisted_7$l = { class: "flex items-center justify-between" };
45484
45481
  const _hoisted_8$j = { class: "text-lg font-semibold text-gray-900" };
45485
45482
  const _hoisted_9$j = { class: "relative flex items-end" };
45486
- const _hoisted_10$f = { class: "flex flex-col gap-6" };
45487
- const _hoisted_11$e = { class: "flex flex-col gap-1.5" };
45488
- 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"];
45489
45486
  const _sfc_main$B = {
45490
45487
  __name: "Logos",
45491
45488
  props: {
@@ -45566,8 +45563,8 @@ ${escapeText(this.code(index, length))}
45566
45563
  }, null, 8, ["onRemoveItem"])
45567
45564
  ])
45568
45565
  ]),
45569
- vue.createElementVNode("div", _hoisted_10$f, [
45570
- vue.createElementVNode("div", _hoisted_11$e, [
45566
+ vue.createElementVNode("div", _hoisted_10$e, [
45567
+ vue.createElementVNode("div", _hoisted_11$d, [
45571
45568
  vue.createVNode(vue.unref(VFileUpload), {
45572
45569
  name: "image",
45573
45570
  modelValue: item.logo,
@@ -45587,7 +45584,7 @@ ${escapeText(this.code(index, length))}
45587
45584
  type: "text",
45588
45585
  placeholder: "Enter your url",
45589
45586
  class: "border-1 border-solid border-gray-300 rounded-lg bg-white w-full"
45590
- }, null, 8, _hoisted_12$b), [
45587
+ }, null, 8, _hoisted_12$a), [
45591
45588
  [vue.vModelText, item.url]
45592
45589
  ])
45593
45590
  ]),
@@ -45771,8 +45768,8 @@ ${escapeText(this.code(index, length))}
45771
45768
  const _hoisted_7$j = { class: "flex items-center justify-between" };
45772
45769
  const _hoisted_8$i = { class: "text-lg font-semibold text-gray-900" };
45773
45770
  const _hoisted_9$i = { class: "relative flex items-end" };
45774
- const _hoisted_10$e = { class: "flex flex-col gap-6" };
45775
- 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" };
45776
45773
  const _sfc_main$y = {
45777
45774
  __name: "VideoGrid",
45778
45775
  props: {
@@ -45847,8 +45844,8 @@ ${escapeText(this.code(index, length))}
45847
45844
  }, null, 8, ["onRemoveItem"])
45848
45845
  ])
45849
45846
  ]),
45850
- vue.createElementVNode("div", _hoisted_10$e, [
45851
- vue.createElementVNode("div", _hoisted_11$d, [
45847
+ vue.createElementVNode("div", _hoisted_10$d, [
45848
+ vue.createElementVNode("div", _hoisted_11$c, [
45852
45849
  vue.createVNode(vue.unref(VFileUpload), {
45853
45850
  name: "image",
45854
45851
  type: "video",
@@ -46168,18 +46165,18 @@ ${escapeText(this.code(index, length))}
46168
46165
  key: 0,
46169
46166
  class: "flex flex-col gap-2"
46170
46167
  };
46171
- const _hoisted_10$d = ["onClick"];
46172
- const _hoisted_11$c = { class: "flex flex-col" };
46173
- 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" };
46174
46171
  const _hoisted_13$7 = { class: "flex items-center justify-between gap-3 px-[10px]" };
46175
46172
  const _hoisted_14$7 = { class: "flex h-full flex-1 flex-col mb-20" };
46176
- const _hoisted_15$6 = {
46173
+ const _hoisted_15$5 = {
46177
46174
  key: 0,
46178
46175
  class: "mb-4 px-6 py-5 rounded-xl bg-gray-50"
46179
46176
  };
46180
46177
  const _hoisted_16$3 = { class: "flex flex-col gap-1 pt-6 text-gray-600" };
46181
46178
  const _hoisted_17$2 = ["value"];
46182
- const _hoisted_18$1 = {
46179
+ const _hoisted_18$2 = {
46183
46180
  key: 1,
46184
46181
  class: "rounded-xl bg-gray-50 px-6 py-5"
46185
46182
  };
@@ -46304,21 +46301,21 @@ ${escapeText(this.code(index, length))}
46304
46301
  onClick: ($event) => selectComponent(sectionIndex, component, index),
46305
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 }])
46306
46303
  }, [
46307
- vue.createElementVNode("div", _hoisted_11$c, [
46304
+ vue.createElementVNode("div", _hoisted_11$b, [
46308
46305
  _cache[1] || (_cache[1] = vue.createElementVNode("div", { class: "text-xs text-gray-600" }, "Sub-module", -1)),
46309
- vue.createElementVNode("div", _hoisted_12$a, vue.toDisplayString(component.name), 1)
46306
+ vue.createElementVNode("div", _hoisted_12$9, vue.toDisplayString(component.name), 1)
46310
46307
  ]),
46311
46308
  vue.createElementVNode("div", _hoisted_13$7, [
46312
46309
  vue.createVNode(vue.unref(ChevronRight), { class: "h-5 w-5" })
46313
46310
  ])
46314
- ], 10, _hoisted_10$d);
46311
+ ], 10, _hoisted_10$c);
46315
46312
  }), 256))
46316
46313
  ])) : vue.createCommentVNode("", true)
46317
46314
  ]);
46318
46315
  }), 256))
46319
46316
  ]),
46320
46317
  vue.createElementVNode("div", _hoisted_14$7, [
46321
- !vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$6, [
46318
+ !vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_15$5, [
46322
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)),
46323
46320
  vue.createElementVNode("div", _hoisted_16$3, [
46324
46321
  vue.createVNode(_sfc_main$P, {
@@ -46344,7 +46341,7 @@ ${escapeText(this.code(index, length))}
46344
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))
46345
46342
  ])
46346
46343
  ])) : vue.createCommentVNode("", true),
46347
- !vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$1, [
46344
+ !vue.unref(selected) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_18$2, [
46348
46345
  vue.createVNode(Instructions)
46349
46346
  ])) : vue.createCommentVNode("", true),
46350
46347
  (vue.openBlock(), vue.createBlock(vue.resolveDynamicComponent(currentComponent.value), {
@@ -47832,18 +47829,18 @@ ${escapeText(this.code(index, length))}
47832
47829
  };
47833
47830
  }
47834
47831
  });
47835
- 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" };
47836
47833
  const _hoisted_2$n = { class: "lg:p-8 p-4 flex relative w-full" };
47837
- 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" };
47838
47835
  const _hoisted_4$j = { class: "gap-2 flex z-10 mb-4" };
47839
47836
  const _hoisted_5$i = ["onClick"];
47840
47837
  const _hoisted_6$i = { class: "lg:text-[48px] text-[40px] font-semibold text-white mb-3 lg:leading-normal leading-[48px]" };
47841
47838
  const _hoisted_7$h = ["innerHTML"];
47842
47839
  const _hoisted_8$g = { class: "flex gap-3 mt-8 flex-col lg:flex-row" };
47843
47840
  const _hoisted_9$g = ["href", "target"];
47844
- const _hoisted_10$c = ["href", "target"];
47845
- const _hoisted_11$b = ["src"];
47846
- const _hoisted_12$9 = {
47841
+ const _hoisted_10$b = ["href", "target"];
47842
+ const _hoisted_11$a = ["src"];
47843
+ const _hoisted_12$8 = {
47847
47844
  key: 1,
47848
47845
  class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover",
47849
47846
  src: _imports_0
@@ -47907,7 +47904,7 @@ ${escapeText(this.code(index, length))}
47907
47904
  }, [
47908
47905
  vue.createTextVNode(vue.toDisplayString(slide.primary_button.label) + " ", 1),
47909
47906
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
47910
- ], 8, _hoisted_10$c)) : vue.createCommentVNode("", true)
47907
+ ], 8, _hoisted_10$b)) : vue.createCommentVNode("", true)
47911
47908
  ])
47912
47909
  ]),
47913
47910
  slide.featured_image ? (vue.openBlock(), vue.createElementBlock("img", {
@@ -47915,7 +47912,10 @@ ${escapeText(this.code(index, length))}
47915
47912
  src: slide.featured_image,
47916
47913
  alt: "Slide Image",
47917
47914
  class: "rounded-[40px] h-[674px] max-w-[882px] lg:w-1/2 w-full object-cover"
47918
- }, 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))
47919
47919
  ])
47920
47920
  ]),
47921
47921
  _: 2
@@ -47928,7 +47928,7 @@ ${escapeText(this.code(index, length))}
47928
47928
  };
47929
47929
  }
47930
47930
  };
47931
- 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"]]);
47932
47932
  const _hoisted_1$L = ["target", "href"];
47933
47933
  const _sfc_main$r = {
47934
47934
  __name: "LinkPresenter",
@@ -47964,7 +47964,7 @@ ${escapeText(this.code(index, length))}
47964
47964
  };
47965
47965
  }
47966
47966
  };
47967
- 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" };
47968
47968
  const _hoisted_2$m = { class: "md:px-[90px]" };
47969
47969
  const _sfc_main$q = {
47970
47970
  __name: "HeroHeader",
@@ -48093,7 +48093,7 @@ ${escapeText(this.code(index, length))}
48093
48093
  }, [
48094
48094
  ((_b = section.value) == null ? void 0 : _b.as_cta) ? (vue.openBlock(), vue.createBlock(vue.unref(LeftVector), {
48095
48095
  key: 0,
48096
- class: "absolute left-0 top-0"
48096
+ class: "absolute left-0 top-0 h-full max-w-full"
48097
48097
  })) : vue.createCommentVNode("", true),
48098
48098
  vue.createElementVNode("div", _hoisted_1$H, [
48099
48099
  vue.createElementVNode("div", {
@@ -48217,7 +48217,7 @@ ${escapeText(this.code(index, length))}
48217
48217
  };
48218
48218
  const VVerticalTabPresenter = /* @__PURE__ */ _export_sfc(_sfc_main$n, [["__scopeId", "data-v-ef885607"]]);
48219
48219
  const _hoisted_1$F = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
48220
- 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" };
48221
48221
  const _sfc_main$m = {
48222
48222
  __name: "VTabs",
48223
48223
  props: {
@@ -48437,15 +48437,15 @@ ${escapeText(this.code(index, length))}
48437
48437
  class: "flex gap-2 text-gray-600 mt-6 font-semibold"
48438
48438
  };
48439
48439
  const _hoisted_9$e = ["innerHTML"];
48440
- const _hoisted_10$b = {
48440
+ const _hoisted_10$a = {
48441
48441
  key: 3,
48442
48442
  class: "flex gap-2 text-gray-600 mt-2 font-semibold"
48443
48443
  };
48444
- const _hoisted_11$a = ["innerHTML"];
48445
- 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" };
48446
48446
  const _hoisted_13$6 = ["href"];
48447
48447
  const _hoisted_14$6 = { class: "absolute top-[-65px] right-4 flex gap-4" };
48448
- const _hoisted_15$5 = {
48448
+ const _hoisted_15$4 = {
48449
48449
  key: 0,
48450
48450
  class: "flex justify-center mb-[40px]"
48451
48451
  };
@@ -48469,6 +48469,17 @@ ${escapeText(this.code(index, length))}
48469
48469
  const props = __props;
48470
48470
  const currentSlide = vue.ref(0);
48471
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
+ };
48472
48483
  const nextSlide = () => {
48473
48484
  if (currentSlide.value <= slides.length - itemsToShow) {
48474
48485
  currentSlide.value++;
@@ -48484,15 +48495,15 @@ ${escapeText(this.code(index, length))}
48484
48495
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$y, [
48485
48496
  vue.createElementVNode("div", {
48486
48497
  class: "slider-wrapper flex transition-transform duration-500 gap-0 mb-6",
48487
- 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)` })
48488
48499
  }, [
48489
48500
  (vue.openBlock(), vue.createElementBlock(vue.Fragment, null, vue.renderList(slides, (slide, index) => {
48490
48501
  return vue.createElementVNode("div", {
48491
48502
  key: index,
48492
- 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 }])
48493
48504
  }, [
48494
48505
  vue.createElementVNode("div", {
48495
- 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 }])
48496
48507
  }, [
48497
48508
  vue.createElementVNode("div", null, [
48498
48509
  slide.image ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$h, [
@@ -48528,15 +48539,15 @@ ${escapeText(this.code(index, length))}
48528
48539
  innerHTML: slide == null ? void 0 : slide.line_1
48529
48540
  }, null, 8, _hoisted_9$e)
48530
48541
  ])) : vue.createCommentVNode("", true),
48531
- slide.type === "event" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$b, [
48542
+ slide.type === "event" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_10$a, [
48532
48543
  vue.createVNode(vue.unref(Ticket), { class: "w-4 h-4 mt-[3px]" }),
48533
48544
  vue.createElementVNode("div", {
48534
48545
  class: "text-sm",
48535
48546
  innerHTML: slide == null ? void 0 : slide.line_2
48536
- }, null, 8, _hoisted_11$a)
48547
+ }, null, 8, _hoisted_11$9)
48537
48548
  ])) : vue.createCommentVNode("", true)
48538
48549
  ]),
48539
- vue.createElementVNode("div", _hoisted_12$8, [
48550
+ vue.createElementVNode("div", _hoisted_12$7, [
48540
48551
  vue.createVNode(vue.unref(VCarouselPrimaryButton), {
48541
48552
  button: slide.primary_button
48542
48553
  }, null, 8, ["button"]),
@@ -48565,7 +48576,7 @@ ${escapeText(this.code(index, length))}
48565
48576
  vue.createVNode(vue.unref(ChevronRight), { class: "w-6 h-6" })
48566
48577
  ])
48567
48578
  ]),
48568
- ((_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, [
48569
48580
  vue.createElementVNode("a", {
48570
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",
48571
48582
  href: vue.unref(formatUrl)(__props.component.button.url),
@@ -48580,7 +48591,7 @@ ${escapeText(this.code(index, length))}
48580
48591
  }
48581
48592
  };
48582
48593
  const _hoisted_1$x = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full" };
48583
- 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]" };
48584
48595
  const _sfc_main$i = {
48585
48596
  __name: "CollectionCarousel",
48586
48597
  props: {
@@ -48647,7 +48658,7 @@ ${escapeText(this.code(index, length))}
48647
48658
  const _hoisted_5$f = ["src"];
48648
48659
  const _hoisted_6$f = {
48649
48660
  key: 2,
48650
- 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",
48651
48662
  alt: "No Available",
48652
48663
  src: _imports_0
48653
48664
  };
@@ -48657,9 +48668,9 @@ ${escapeText(this.code(index, length))}
48657
48668
  class: "flex gap-2"
48658
48669
  };
48659
48670
  const _hoisted_9$d = ["href"];
48660
- const _hoisted_10$a = { class: "flex justify-between" };
48661
- const _hoisted_11$9 = ["innerHTML"];
48662
- 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" };
48663
48674
  const _hoisted_13$5 = {
48664
48675
  key: 0,
48665
48676
  class: "flex justify-center"
@@ -48717,7 +48728,7 @@ ${escapeText(this.code(index, length))}
48717
48728
  onClick: ($event) => togglePlayPause(index),
48718
48729
  ref_for: true,
48719
48730
  ref: (el) => setVideoRef(el, index),
48720
- class: "w-full h-[281px] object-cover rounded-[16px]",
48731
+ class: "w-full h-[281px] object-cover rounded-lg md:rounded-2xl",
48721
48732
  width: "640",
48722
48733
  height: "360",
48723
48734
  preload: "metadata"
@@ -48735,7 +48746,7 @@ ${escapeText(this.code(index, length))}
48735
48746
  key: 1,
48736
48747
  src: card.image,
48737
48748
  alt: "Card Image",
48738
- 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"
48739
48750
  }, null, 8, _hoisted_5$f)) : (vue.openBlock(), vue.createElementBlock("img", _hoisted_6$f)),
48740
48751
  vue.createElementVNode("div", _hoisted_7$e, [
48741
48752
  card.categories && card.categories.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$d, [
@@ -48757,15 +48768,15 @@ ${escapeText(this.code(index, length))}
48757
48768
  target: "_blank",
48758
48769
  rel: "noopener noreferrer"
48759
48770
  }, [
48760
- vue.createElementVNode("div", _hoisted_10$a, [
48771
+ vue.createElementVNode("div", _hoisted_10$9, [
48761
48772
  vue.createElementVNode("span", {
48762
48773
  class: "w-5/6 leading-[28px]",
48763
48774
  innerHTML: card.title
48764
- }, null, 8, _hoisted_11$9),
48775
+ }, null, 8, _hoisted_11$8),
48765
48776
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5 mt-1" })
48766
48777
  ])
48767
48778
  ], 8, _hoisted_9$d)) : vue.createCommentVNode("", true),
48768
- vue.createElementVNode("p", _hoisted_12$7, vue.toDisplayString(card.dateTime), 1)
48779
+ vue.createElementVNode("p", _hoisted_12$6, vue.toDisplayString(card.dateTime), 1)
48769
48780
  ])
48770
48781
  ]);
48771
48782
  }), 128))
@@ -48784,7 +48795,7 @@ ${escapeText(this.code(index, length))}
48784
48795
  };
48785
48796
  }
48786
48797
  };
48787
- 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"]]);
48788
48799
  const _hoisted_1$u = { class: "overflow-hidden" };
48789
48800
  const _sfc_main$g = {
48790
48801
  __name: "CollectionGrid",
@@ -48842,8 +48853,8 @@ ${escapeText(this.code(index, length))}
48842
48853
  ]));
48843
48854
  }
48844
48855
  const ArrowDownRight = { render: render$d };
48845
- const _hoisted_1$s = { class: "rounded-[48px] 1xl:max-w-[1824px] mx-auto w-full" };
48846
- 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]" };
48847
48858
  const _hoisted_3$e = {
48848
48859
  key: 0,
48849
48860
  class: "flex gap-3 mt-8 flex-col lg:flex-row"
@@ -48878,7 +48889,7 @@ ${escapeText(this.code(index, length))}
48878
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 }])
48879
48890
  }, [
48880
48891
  vue.createElementVNode("div", {
48881
- 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 }])
48882
48893
  }, [
48883
48894
  vue.createElementVNode("h3", _hoisted_2$e, vue.toDisplayString(headerComponent.value.title), 1),
48884
48895
  vue.createElementVNode("h3", {
@@ -48907,7 +48918,7 @@ ${escapeText(this.code(index, length))}
48907
48918
  key: 1,
48908
48919
  src: (_g = section.value.components[0]) == null ? void 0 : _g.featured_image,
48909
48920
  alt: "Card Image",
48910
- 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]"
48911
48922
  }, null, 8, _hoisted_6$e)) : vue.createCommentVNode("", true)
48912
48923
  ], 2)
48913
48924
  ], 2)) : vue.createCommentVNode("", true)
@@ -48974,11 +48985,11 @@ ${escapeText(this.code(index, length))}
48974
48985
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l;
48975
48986
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$r, [
48976
48987
  vue.createElementVNode("div", {
48977
- 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 }])
48978
48989
  }, [
48979
- ((_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", {
48980
48991
  key: 0,
48981
- 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 }]),
48982
48993
  ref_key: "leftColumn",
48983
48994
  ref: leftColumn
48984
48995
  }, [
@@ -49000,7 +49011,7 @@ ${escapeText(this.code(index, length))}
49000
49011
  ], 2)) : vue.createCommentVNode("", true),
49001
49012
  ((_i = component.value) == null ? void 0 : _i.featured_image) ? (vue.openBlock(), vue.createElementBlock("div", {
49002
49013
  key: 1,
49003
- 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",
49004
49015
  ref_key: "rightColumn",
49005
49016
  ref: rightColumn
49006
49017
  }, [
@@ -49025,7 +49036,7 @@ ${escapeText(this.code(index, length))}
49025
49036
  key: 1,
49026
49037
  src: (_l = component.value) == null ? void 0 : _l.featured_image,
49027
49038
  alt: "Feature Image",
49028
- class: "w-full h-full object-cover rounded-[24px]"
49039
+ class: "w-full h-full object-cover rounded-xl md:rounded-3xl"
49029
49040
  }, null, 8, _hoisted_9$c))
49030
49041
  ], 512)) : vue.createCommentVNode("", true)
49031
49042
  ], 2)
@@ -49037,31 +49048,35 @@ ${escapeText(this.code(index, length))}
49037
49048
  const _hoisted_2$c = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full mt-4 px-4" };
49038
49049
  const _hoisted_3$c = {
49039
49050
  key: 0,
49040
- class: "flex gap-4"
49051
+ class: "grid lg:grid-cols-[33%_auto] gap-1.5 lg:gap-4"
49041
49052
  };
49042
49053
  const _hoisted_4$c = { class: "text-[20px] text-gray-900 font-semibold" };
49043
49054
  const _hoisted_5$c = ["innerHTML"];
49044
- const _hoisted_6$c = ["src", "alt"];
49045
- const _hoisted_7$c = ["innerHTML"];
49046
- 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 = {
49047
49062
  key: 1,
49048
49063
  class: "my-[44px]"
49049
49064
  };
49050
- const _hoisted_9$b = { class: "text-[36px] text-gray-900 font-semibold" };
49051
- const _hoisted_10$9 = ["innerHTML"];
49052
- 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 = {
49053
49068
  key: 0,
49054
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"
49055
49070
  };
49056
- const _hoisted_12$6 = { class: "font-semibold text-[20px] text-gray-900" };
49057
- const _hoisted_13$4 = ["innerHTML"];
49058
- const _hoisted_14$4 = ["href", "target"];
49059
- const _hoisted_15$4 = ["src"];
49060
- 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 = {
49061
49076
  key: 0,
49062
49077
  class: "w-[560px]"
49063
49078
  };
49064
- const _hoisted_17$1 = ["src", "alt"];
49079
+ const _hoisted_18$1 = ["src", "alt"];
49065
49080
  const _sfc_main$d = {
49066
49081
  __name: "TwoColumnsImageContent",
49067
49082
  props: {
@@ -49072,8 +49087,6 @@ ${escapeText(this.code(index, length))}
49072
49087
  },
49073
49088
  setup(__props) {
49074
49089
  const props = __props;
49075
- const leftColumn = vue.ref(null);
49076
- const rightColumn = vue.ref(null);
49077
49090
  const section = vue.ref(props.section);
49078
49091
  const paragraphComponent = vue.computed(() => {
49079
49092
  return section.value.components.find((component) => component.type === "paragraph");
@@ -49099,12 +49112,6 @@ ${escapeText(this.code(index, length))}
49099
49112
  return true;
49100
49113
  });
49101
49114
  });
49102
- vue.onMounted(() => {
49103
- var _a;
49104
- if (leftColumn.value && rightColumn.value && ((_a = section.value) == null ? void 0 : _a.minimum_height)) {
49105
- rightColumn.value.style.height = `${leftColumn.value.offsetHeight}px`;
49106
- }
49107
- });
49108
49115
  return (_ctx, _cache) => {
49109
49116
  var _a, _b, _c, _d;
49110
49117
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$q, [
@@ -49112,9 +49119,7 @@ ${escapeText(this.code(index, length))}
49112
49119
  paragraphComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$c, [
49113
49120
  paragraphComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49114
49121
  key: 0,
49115
- class: vue.normalizeClass(["w-1/3 bg-gray-100 rounded-xl p-8", { "h-fit": (_a = section.value) == null ? void 0 : _a.minimum_height }]),
49116
- ref_key: "leftColumn",
49117
- ref: leftColumn
49122
+ class: vue.normalizeClass(["bg-gray-100 rounded-xl p-8", { "h-fit": (_a = section.value) == null ? void 0 : _a.minimum_height }])
49118
49123
  }, [
49119
49124
  vue.createElementVNode("h3", _hoisted_4$c, vue.toDisplayString(paragraphComponent.value.title), 1),
49120
49125
  vue.createElementVNode("p", {
@@ -49122,50 +49127,45 @@ ${escapeText(this.code(index, length))}
49122
49127
  innerHTML: paragraphComponent.value.paragraph
49123
49128
  }, null, 8, _hoisted_5$c)
49124
49129
  ], 2)) : vue.createCommentVNode("", true),
49125
- imageComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49126
- key: 1,
49127
- class: "w-2/3 rounded-[24px] overflow-hidden",
49128
- ref_key: "rightColumn",
49129
- ref: rightColumn
49130
- }, [
49130
+ imageComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$c, [
49131
49131
  vue.createElementVNode("img", {
49132
49132
  src: imageComponent.value.featured_image,
49133
49133
  alt: imageComponent.value.caption,
49134
- class: "w-full h-full object-cover"
49135
- }, null, 8, _hoisted_6$c),
49134
+ class: "lg:absolute inset-0 w-full h-full object-cover"
49135
+ }, null, 8, _hoisted_7$c),
49136
49136
  vue.createElementVNode("p", {
49137
49137
  innerHTML: imageComponent.value.caption,
49138
49138
  class: "mt-2 text-[13px]"
49139
- }, null, 8, _hoisted_7$c)
49140
- ], 512)) : vue.createCommentVNode("", true)
49141
- ])) : (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, [
49142
49142
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49143
49143
  key: 0,
49144
49144
  class: vue.normalizeClass(["w-full flex-col mb-6", { "text-center items-center flex": (_b = headerComponent.value) == null ? void 0 : _b.text_center }])
49145
49145
  }, [
49146
- 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),
49147
49147
  ((_c = headerComponent.value) == null ? void 0 : _c.supporting_text) ? (vue.openBlock(), vue.createElementBlock("p", {
49148
49148
  key: 0,
49149
49149
  class: "text-[20px] font-normal mt-4 text-gray-600 leading-[30px] max-w-[800px]",
49150
49150
  innerHTML: headerComponent.value.supporting_text
49151
- }, null, 8, _hoisted_10$9)) : vue.createCommentVNode("", true)
49151
+ }, null, 8, _hoisted_11$7)) : vue.createCommentVNode("", true)
49152
49152
  ], 2)) : vue.createCommentVNode("", true),
49153
49153
  vue.createElementVNode("div", {
49154
- 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")
49155
49155
  }, [
49156
49156
  vue.createElementVNode("div", {
49157
- 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"])
49158
49158
  }, [
49159
49159
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(items.value, (item) => {
49160
49160
  var _a2, _b2, _c2;
49161
49161
  return vue.openBlock(), vue.createElementBlock("div", {
49162
49162
  class: vue.normalizeClass(["flex gap-3 w-full", {
49163
- "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)),
49164
49164
  "!p-0 rounded-tr-[0px] rounded-bl-[0px]": item == null ? void 0 : item.image
49165
49165
  }])
49166
49166
  }, [
49167
49167
  item.title ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
49168
- (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, [
49169
49169
  vue.createVNode(_sfc_main$H, {
49170
49170
  icon: item.icon,
49171
49171
  "icon-classes": "w-5 h-5 text-brand-600"
@@ -49174,11 +49174,11 @@ ${escapeText(this.code(index, length))}
49174
49174
  vue.createElementVNode("div", {
49175
49175
  class: vue.normalizeClass(["max-w-[324px] ql-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
49176
49176
  }, [
49177
- vue.createElementVNode("h3", _hoisted_12$6, vue.toDisplayString(item.title), 1),
49177
+ vue.createElementVNode("h3", _hoisted_13$4, vue.toDisplayString(item.title), 1),
49178
49178
  vue.createElementVNode("p", {
49179
49179
  class: "mt-2 text-md font-normal text-gray-600 leading-[24px]",
49180
49180
  innerHTML: item.supporting_text ?? item.description
49181
- }, null, 8, _hoisted_13$4),
49181
+ }, null, 8, _hoisted_14$4),
49182
49182
  ((_c2 = item == null ? void 0 : item.primary_button) == null ? void 0 : _c2.show) ? (vue.openBlock(), vue.createElementBlock("a", {
49183
49183
  key: 0,
49184
49184
  class: "cursor-pointer text-brand-700 inline-flex gap-1.5 items-center font-semibold text-base mt-4",
@@ -49187,23 +49187,23 @@ ${escapeText(this.code(index, length))}
49187
49187
  }, [
49188
49188
  vue.createTextVNode(vue.toDisplayString(item.primary_button.label) + " ", 1),
49189
49189
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
49190
- ], 8, _hoisted_14$4)) : vue.createCommentVNode("", true)
49190
+ ], 8, _hoisted_15$3)) : vue.createCommentVNode("", true)
49191
49191
  ], 2)
49192
49192
  ], 64)) : (vue.openBlock(), vue.createElementBlock("img", {
49193
49193
  key: 1,
49194
49194
  src: item.image,
49195
49195
  alt: "Feature Image",
49196
49196
  class: "w-full h-full object-cover"
49197
- }, null, 8, _hoisted_15$4))
49197
+ }, null, 8, _hoisted_16$1))
49198
49198
  ], 2);
49199
49199
  }), 256))
49200
49200
  ], 2),
49201
- imageComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_16$1, [
49201
+ imageComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_17$1, [
49202
49202
  vue.createElementVNode("img", {
49203
49203
  src: imageComponent.value.featured_image,
49204
49204
  alt: ((_d = imageComponent.value) == null ? void 0 : _d.caption) ?? "Image",
49205
49205
  class: "rounded-br-[24px] rounded-tl-[24px] w-full"
49206
- }, null, 8, _hoisted_17$1)
49206
+ }, null, 8, _hoisted_18$1)
49207
49207
  ])) : vue.createCommentVNode("", true)
49208
49208
  ], 2)
49209
49209
  ]))
@@ -49224,15 +49224,15 @@ ${escapeText(this.code(index, length))}
49224
49224
  const _hoisted_7$b = { class: "mt-4" };
49225
49225
  const _hoisted_8$a = { class: "flex flex-row" };
49226
49226
  const _hoisted_9$a = { class: "w-1/5 mr-[40px] relative" };
49227
- const _hoisted_10$8 = { class: "text-[24px] font-semibold text-navy-800" };
49228
- const _hoisted_11$7 = { class: "w-4/5" };
49229
- 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 = {
49230
49230
  key: 0,
49231
49231
  class: "text-[24px] mb-6 font-semibold text-navy-800"
49232
49232
  };
49233
49233
  const _hoisted_13$3 = { class: "text-xl font-semibold text-gray-900" };
49234
49234
  const _hoisted_14$3 = { class: "all-unset ql-editor" };
49235
- const _hoisted_15$3 = ["innerHTML"];
49235
+ const _hoisted_15$2 = ["innerHTML"];
49236
49236
  const _sfc_main$c = {
49237
49237
  __name: "Timeline",
49238
49238
  props: {
@@ -49267,7 +49267,7 @@ ${escapeText(this.code(index, length))}
49267
49267
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(timelineComponent.value.data, (data2, index) => {
49268
49268
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_8$a, [
49269
49269
  vue.createElementVNode("div", _hoisted_9$a, [
49270
- vue.createElementVNode("h1", _hoisted_10$8, vue.toDisplayString(data2.title), 1),
49270
+ vue.createElementVNode("h1", _hoisted_10$7, vue.toDisplayString(data2.title), 1),
49271
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" }, [
49272
49272
  vue.createElementVNode("p", { class: "w-[16px] h-[16px] rounded-full bg-navy-600" })
49273
49273
  ], -1)),
@@ -49276,18 +49276,18 @@ ${escapeText(this.code(index, length))}
49276
49276
  style: { "background": "repeating-linear-gradient(to bottom, transparent, transparent 10px, #A9B8C6 8px, #A9B8C6 20px)", "width": "2px" }
49277
49277
  }, null, -1))
49278
49278
  ]),
49279
- vue.createElementVNode("div", _hoisted_11$7, [
49280
- 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),
49281
49281
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(data2.lines, (line, index2) => {
49282
49282
  return vue.openBlock(), vue.createElementBlock("div", {
49283
49283
  key: index2,
49284
- 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"
49285
49285
  }, [
49286
49286
  vue.createElementVNode("h4", _hoisted_13$3, vue.toDisplayString(line.title), 1),
49287
49287
  vue.createElementVNode("div", _hoisted_14$3, [
49288
49288
  vue.createElementVNode("p", {
49289
49289
  innerHTML: line.description
49290
- }, null, 8, _hoisted_15$3)
49290
+ }, null, 8, _hoisted_15$2)
49291
49291
  ])
49292
49292
  ]);
49293
49293
  }), 128))
@@ -49343,7 +49343,7 @@ ${escapeText(this.code(index, length))}
49343
49343
  return (_ctx, _cache) => {
49344
49344
  var _a, _b, _c, _d, _e, _f;
49345
49345
  return vue.openBlock(), vue.createElementBlock("div", {
49346
- 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) }])
49347
49347
  }, [
49348
49348
  vue.createElementVNode("div", _hoisted_1$o, [
49349
49349
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$a, [
@@ -49356,7 +49356,7 @@ ${escapeText(this.code(index, length))}
49356
49356
  ])) : vue.createCommentVNode("", true),
49357
49357
  cardComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49358
49358
  key: 1,
49359
- 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 }])
49360
49360
  }, [
49361
49361
  ((_d = headerComponent.value) == null ? void 0 : _d.featured_image) ? (vue.openBlock(), vue.createElementBlock("div", {
49362
49362
  key: 0,
@@ -49371,14 +49371,14 @@ ${escapeText(this.code(index, length))}
49371
49371
  }, null, 8, _hoisted_5$a)
49372
49372
  ], 512)) : vue.createCommentVNode("", true),
49373
49373
  vue.createElementVNode("div", {
49374
- 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}`]),
49375
49375
  ref_key: "rightColumn",
49376
49376
  ref: rightColumn
49377
49377
  }, [
49378
49378
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(cardComponent.value.data, (data2, index) => {
49379
49379
  var _a2;
49380
49380
  return vue.openBlock(), vue.createElementBlock("div", {
49381
- 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 }])
49382
49382
  }, [
49383
49383
  data2.icon ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$a, [
49384
49384
  (vue.openBlock(), vue.createBlock(_sfc_main$H, {
@@ -49411,6 +49411,7 @@ ${escapeText(this.code(index, length))}
49411
49411
  };
49412
49412
  }
49413
49413
  };
49414
+ const LinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-c340ea5c"]]);
49414
49415
  const _hoisted_1$n = {
49415
49416
  xmlns: "http://www.w3.org/2000/svg",
49416
49417
  fill: "none",
@@ -49429,7 +49430,7 @@ ${escapeText(this.code(index, length))}
49429
49430
  }
49430
49431
  const LinkExternal = { render: render$c };
49431
49432
  const _hoisted_1$m = { class: "overflow-hidden" };
49432
- 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%]" };
49433
49434
  const _hoisted_3$9 = {
49434
49435
  key: 0,
49435
49436
  class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
@@ -49443,8 +49444,8 @@ ${escapeText(this.code(index, length))}
49443
49444
  };
49444
49445
  const _hoisted_8$8 = { class: "relative bg-white hover:bg-gray-100 p-2 rounded-lg w-full" };
49445
49446
  const _hoisted_9$8 = ["href", "target"];
49446
- const _hoisted_10$7 = { class: "flex gap-4 items-center max-w-[94%] w-full" };
49447
- 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" };
49448
49449
  const _sfc_main$a = {
49449
49450
  __name: "LinkList",
49450
49451
  props: {
@@ -49467,7 +49468,7 @@ ${escapeText(this.code(index, length))}
49467
49468
  vue.createElementVNode("div", _hoisted_2$9, [
49468
49469
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(headerComponents.value, (header, index) => {
49469
49470
  return vue.openBlock(), vue.createElementBlock("div", {
49470
- 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 }])
49471
49472
  }, [
49472
49473
  header ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$9, [
49473
49474
  vue.createElementVNode("h3", _hoisted_4$9, vue.toDisplayString(header.title), 1),
@@ -49480,12 +49481,12 @@ ${escapeText(this.code(index, length))}
49480
49481
  (header == null ? void 0 : header.featured_image) ? (vue.openBlock(), vue.createElementBlock("img", {
49481
49482
  key: 1,
49482
49483
  src: header == null ? void 0 : header.featured_image,
49483
- 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",
49484
49485
  alt: "Feature"
49485
49486
  }, null, 8, _hoisted_6$9)) : vue.createCommentVNode("", true),
49486
49487
  linkComponents.value[index] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$9, [
49487
49488
  vue.createElementVNode("div", {
49488
- 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 })
49489
49490
  }, [
49490
49491
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(linkComponents.value[index].data, (link, index2) => {
49491
49492
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_8$8, [
@@ -49495,9 +49496,9 @@ ${escapeText(this.code(index, length))}
49495
49496
  href: vue.unref(formatUrl)(link.url),
49496
49497
  target: link.open_in_new_tab ? "_blank" : ""
49497
49498
  }, [
49498
- vue.createElementVNode("div", _hoisted_10$7, [
49499
+ vue.createElementVNode("div", _hoisted_10$6, [
49499
49500
  vue.createVNode(vue.unref(LinkExternal), { class: "w-5 h-5" }),
49500
- vue.createElementVNode("span", _hoisted_11$6, vue.toDisplayString(link.title), 1)
49501
+ vue.createElementVNode("span", _hoisted_11$5, vue.toDisplayString(link.title), 1)
49501
49502
  ]),
49502
49503
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
49503
49504
  ], 8, _hoisted_9$8)) : vue.createCommentVNode("", true)
@@ -49537,11 +49538,10 @@ ${escapeText(this.code(index, length))}
49537
49538
  };
49538
49539
  const _hoisted_4$8 = { class: "text-[36px] text-gray-900 font-semibold" };
49539
49540
  const _hoisted_5$8 = ["innerHTML"];
49540
- const _hoisted_6$8 = { class: "mt-8" };
49541
- const _hoisted_7$8 = ["textContent"];
49542
- const _hoisted_8$7 = { class: "flex" };
49543
- const _hoisted_9$7 = { class: "bg-gray-100 rounded-full w-[28px] h-[28px] flex items-center justify-center text-gray-500 mr-2" };
49544
- 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%]" };
49545
49545
  const _sfc_main$9 = {
49546
49546
  __name: "BulletPoints",
49547
49547
  props: {
@@ -49573,19 +49573,19 @@ ${escapeText(this.code(index, length))}
49573
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 })
49574
49574
  }, [
49575
49575
  vue.createElementVNode("div", {
49576
- 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 }])
49577
49577
  }, [
49578
49578
  ((_e = headerComponent.value) == null ? void 0 : _e.featured_image) ? (vue.openBlock(), vue.createElementBlock("img", {
49579
49579
  key: 0,
49580
49580
  src: (_f = headerComponent.value) == null ? void 0 : _f.featured_image,
49581
- class: "max-w-[480px] w-full object-cover rounded-[24px]",
49581
+ class: "max-w-[480px] w-full object-cover rounded-xl md:rounded-3xl",
49582
49582
  ref_key: "leftColumn",
49583
49583
  ref: leftColumn,
49584
49584
  alt: "Feature"
49585
49585
  }, null, 8, _hoisted_2$8)) : vue.createCommentVNode("", true),
49586
49586
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49587
49587
  key: 1,
49588
- 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 }]),
49589
49589
  ref_key: "rightColumn",
49590
49590
  ref: rightColumn
49591
49591
  }, [
@@ -49605,21 +49605,21 @@ ${escapeText(this.code(index, length))}
49605
49605
  ]),
49606
49606
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(bulletPointsComponents.value, (bullet) => {
49607
49607
  var _a2, _b2;
49608
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_6$8, [
49608
+ return vue.openBlock(), vue.createElementBlock("div", null, [
49609
49609
  (bullet == null ? void 0 : bullet.title) ? (vue.openBlock(), vue.createElementBlock("p", {
49610
49610
  key: 0,
49611
49611
  textContent: vue.toDisplayString(bullet.title),
49612
49612
  class: "font-semibold text-[20px] mb-4"
49613
- }, null, 8, _hoisted_7$8)) : vue.createCommentVNode("", true),
49613
+ }, null, 8, _hoisted_6$8)) : vue.createCommentVNode("", true),
49614
49614
  vue.createElementVNode("div", {
49615
- 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) }])
49616
49616
  }, [
49617
49617
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(bullet.data, (item) => {
49618
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_8$7, [
49619
- vue.createElementVNode("div", _hoisted_9$7, [
49618
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_7$8, [
49619
+ vue.createElementVNode("div", _hoisted_8$7, [
49620
49620
  vue.createVNode(vue.unref(Check), { class: "w-4 h-4" })
49621
49621
  ]),
49622
- vue.createElementVNode("p", _hoisted_10$6, vue.toDisplayString(item.title), 1)
49622
+ vue.createElementVNode("p", _hoisted_9$7, vue.toDisplayString(item.title), 1)
49623
49623
  ]);
49624
49624
  }), 256))
49625
49625
  ], 2)
@@ -49635,7 +49635,7 @@ ${escapeText(this.code(index, length))}
49635
49635
  const _hoisted_1$j = { class: "overflow-hidden" };
49636
49636
  const _hoisted_2$7 = {
49637
49637
  key: 0,
49638
- class: "max-w-[33.3%] w-full min-h-[320px]"
49638
+ class: "lg:max-w-[33.3%] w-full sm:min-h-[320px]"
49639
49639
  };
49640
49640
  const _hoisted_3$7 = ["src", "alt"];
49641
49641
  const _hoisted_4$7 = ["src"];
@@ -49665,25 +49665,25 @@ ${escapeText(this.code(index, length))}
49665
49665
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v;
49666
49666
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$j, [
49667
49667
  vue.createElementVNode("div", {
49668
- 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 }])
49669
49669
  }, [
49670
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, [
49671
49671
  imageComponent.value && ((_e = section.value) == null ? void 0 : _e.acknowledgement_style) ? (vue.openBlock(), vue.createElementBlock("img", {
49672
49672
  key: 0,
49673
49673
  src: imageComponent.value.featured_image,
49674
49674
  alt: ((_f = imageComponent.value) == null ? void 0 : _f.caption) ?? "Image",
49675
- class: "w-[560px] object-cover rounded-[24px] h-full"
49675
+ class: "w-[560px] object-cover rounded-xl md:rounded-3xl h-full mx-auto"
49676
49676
  }, null, 8, _hoisted_3$7)) : vue.createCommentVNode("", true),
49677
49677
  ((_g = headerComponent.value) == null ? void 0 : _g.featured_image) && !((_h = section.value) == null ? void 0 : _h.acknowledgement_style) ? (vue.openBlock(), vue.createElementBlock("img", {
49678
49678
  key: 1,
49679
49679
  src: (_i = headerComponent.value) == null ? void 0 : _i.featured_image,
49680
- class: "w-[560px] object-cover rounded-[24px] h-full",
49680
+ class: "w-[560px] object-cover rounded-xl md:rounded-3xl h-full mx-auto",
49681
49681
  alt: "Feature"
49682
49682
  }, null, 8, _hoisted_4$7)) : vue.createCommentVNode("", true)
49683
49683
  ])) : vue.createCommentVNode("", true),
49684
49684
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49685
49685
  key: 1,
49686
- 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", {
49687
49687
  "bg-pale-100 min-h-[320px] w-full": !((_j = headerComponent.value) == null ? void 0 : _j.featured_image),
49688
49688
  "border border-brand-400 w-full py-8": (_k = headerComponent.value) == null ? void 0 : _k.featured_image,
49689
49689
  "w-full ": !((_l = section.value) == null ? void 0 : _l.acknowledgement_style),
@@ -49771,7 +49771,7 @@ ${escapeText(this.code(index, length))}
49771
49771
  const _hoisted_2$6 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px] flex justify-center" };
49772
49772
  const _hoisted_3$6 = {
49773
49773
  key: 0,
49774
- 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"
49775
49775
  };
49776
49776
  const _hoisted_4$6 = { class: "flex items-center justify-center flex-col py-[40px] max-w-[820px]" };
49777
49777
  const _hoisted_5$6 = { class: "flex justify-between relative w-[150px]" };
@@ -49780,8 +49780,8 @@ ${escapeText(this.code(index, length))}
49780
49780
  const _hoisted_8$5 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" };
49781
49781
  const _hoisted_9$5 = { class: "text-[24px] text-gray-900 font-semibold mt-4" };
49782
49782
  const _hoisted_10$5 = ["innerHTML"];
49783
- const _hoisted_11$5 = { class: "flex gap-2" };
49784
- const _hoisted_12$4 = ["href"];
49783
+ const _hoisted_11$4 = { class: "flex gap-2" };
49784
+ const _hoisted_12$3 = ["href"];
49785
49785
  const _sfc_main$7 = {
49786
49786
  __name: "ContactUs",
49787
49787
  props: {
@@ -49822,7 +49822,7 @@ ${escapeText(this.code(index, length))}
49822
49822
  class: "text-[18px] font-normal mt-2 text-gray-600 leading-[30px] text-center",
49823
49823
  innerHTML: headerComponent.value.supporting_text
49824
49824
  }, null, 8, _hoisted_10$5)) : vue.createCommentVNode("", true),
49825
- vue.createElementVNode("div", _hoisted_11$5, [
49825
+ vue.createElementVNode("div", _hoisted_11$4, [
49826
49826
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(contactUs.value.data, (item) => {
49827
49827
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
49828
49828
  (item == null ? void 0 : item.show) ? (vue.openBlock(), vue.createElementBlock("a", {
@@ -49832,7 +49832,7 @@ ${escapeText(this.code(index, length))}
49832
49832
  }, [
49833
49833
  vue.createTextVNode(vue.toDisplayString(item.label) + " ", 1),
49834
49834
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
49835
- ], 10, _hoisted_12$4)) : vue.createCommentVNode("", true)
49835
+ ], 10, _hoisted_12$3)) : vue.createCommentVNode("", true)
49836
49836
  ], 64);
49837
49837
  }), 256))
49838
49838
  ])
@@ -49878,23 +49878,21 @@ ${escapeText(this.code(index, length))}
49878
49878
  }
49879
49879
  const Minus = { render: render$6 };
49880
49880
  const _hoisted_1$c = { class: "overflow-hidden" };
49881
- const _hoisted_2$5 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full bg-white py-[40px] flex justify-center gap-[10%]" };
49882
- const _hoisted_3$5 = { class: "gap-4 max-w-[800px] w-full" };
49883
- const _hoisted_4$5 = {
49881
+ const _hoisted_2$5 = {
49884
49882
  key: 0,
49885
49883
  class: "px-[40px] text-center mb-6 mx-auto"
49886
49884
  };
49887
- const _hoisted_5$5 = { class: "text-[36px] text-gray-900 font-semibold" };
49888
- const _hoisted_6$5 = ["innerHTML"];
49889
- 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 = {
49890
49888
  key: 1,
49891
49889
  class: "flex flex-col divide-y gap-8"
49892
49890
  };
49893
- const _hoisted_8$4 = { class: "relative bg-white w-full pt-6" };
49894
- 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" };
49895
- const _hoisted_10$4 = ["onClick"];
49896
- const _hoisted_11$4 = { class: "min-w-[24px]" };
49897
- 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"];
49898
49896
  const _sfc_main$6 = {
49899
49897
  __name: "FAQ",
49900
49898
  props: {
@@ -49920,27 +49918,33 @@ ${escapeText(this.code(index, length))}
49920
49918
  show.value[index] = !show.value[index];
49921
49919
  };
49922
49920
  return (_ctx, _cache) => {
49921
+ var _a;
49923
49922
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$c, [
49924
- 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
+ }, [
49925
49926
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(headerComponents.value, (header, index) => {
49926
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_3$5, [
49927
- header ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4$5, [
49928
- 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),
49929
49933
  (header == null ? void 0 : header.supporting_text) ? (vue.openBlock(), vue.createElementBlock("p", {
49930
49934
  key: 0,
49931
49935
  class: "text-[20px] font-normal mt-2 text-gray-600 leading-[30px] max-w-[768px] mx-auto",
49932
49936
  innerHTML: header.supporting_text
49933
- }, null, 8, _hoisted_6$5)) : vue.createCommentVNode("", true)
49937
+ }, null, 8, _hoisted_4$5)) : vue.createCommentVNode("", true)
49934
49938
  ])) : vue.createCommentVNode("", true),
49935
- featureComponents.value[index] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$5, [
49939
+ featureComponents.value[index] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$5, [
49936
49940
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(featureComponents.value[index].data, (link, index2) => {
49937
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_8$4, [
49938
- vue.createElementVNode("a", _hoisted_9$4, [
49941
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_6$5, [
49942
+ vue.createElementVNode("a", _hoisted_7$5, [
49939
49943
  vue.createElementVNode("span", {
49940
49944
  class: "hover:underline",
49941
49945
  onClick: ($event) => toggle(index2)
49942
- }, vue.toDisplayString(link.title), 9, _hoisted_10$4),
49943
- vue.createElementVNode("span", _hoisted_11$4, [
49946
+ }, vue.toDisplayString(link.title), 9, _hoisted_8$4),
49947
+ vue.createElementVNode("span", _hoisted_9$4, [
49944
49948
  !show.value[index2] ? (vue.openBlock(), vue.createBlock(vue.unref(Plus), {
49945
49949
  key: 0,
49946
49950
  class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
@@ -49956,32 +49960,31 @@ ${escapeText(this.code(index, length))}
49956
49960
  key: 0,
49957
49961
  class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
49958
49962
  innerHTML: link.supporting_text
49959
- }, null, 8, _hoisted_12$3)) : vue.createCommentVNode("", true)
49963
+ }, null, 8, _hoisted_10$4)) : vue.createCommentVNode("", true)
49960
49964
  ]);
49961
49965
  }), 256))
49962
49966
  ])) : vue.createCommentVNode("", true)
49963
- ]);
49967
+ ], 2);
49964
49968
  }), 256))
49965
- ])
49969
+ ], 2)
49966
49970
  ]);
49967
49971
  };
49968
49972
  }
49969
49973
  };
49970
49974
  const _hoisted_1$b = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full py-[40px] flex justify-center gap-[10%]" };
49971
- const _hoisted_2$4 = { class: "bg-pale-100 flex w-full rounded-[20px] p-8 gap-6" };
49972
- const _hoisted_3$4 = { class: "w-1/2" };
49973
- const _hoisted_4$4 = ["textContent"];
49974
- const _hoisted_5$4 = { class: "flex flex-col divide-y divide-gray-200 px-6 bg-white rounded-[16px] overflow-hidden" };
49975
- const _hoisted_6$4 = { class: "relative w-full py-6" };
49976
- 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" };
49977
- const _hoisted_8$3 = ["onClick"];
49978
- const _hoisted_9$3 = { class: "min-w-[24px]" };
49979
- const _hoisted_10$3 = ["innerHTML"];
49980
- const _hoisted_11$3 = { class: "w-1/2 bg-white rounded-[16px] overflow-hidden flex flex-col items-center justify-center px-12" };
49981
- const _hoisted_12$2 = { key: 0 };
49982
- const _hoisted_13$2 = ["textContent"];
49983
- const _hoisted_14$2 = ["innerHTML"];
49984
- 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"];
49985
49988
  const _sfc_main$5 = {
49986
49989
  __name: "AccordionPricing",
49987
49990
  props: {
@@ -50010,20 +50013,20 @@ ${escapeText(this.code(index, length))}
50010
50013
  var _a;
50011
50014
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$b, [
50012
50015
  vue.createElementVNode("div", _hoisted_2$4, [
50013
- vue.createElementVNode("div", _hoisted_3$4, [
50016
+ vue.createElementVNode("div", null, [
50014
50017
  vue.createElementVNode("p", {
50015
50018
  class: "text-[36px] font-semibold text-gray-900 mb-[48px]",
50016
50019
  textContent: vue.toDisplayString(pricingComponent.value.title)
50017
- }, null, 8, _hoisted_4$4),
50018
- vue.createElementVNode("div", _hoisted_5$4, [
50020
+ }, null, 8, _hoisted_3$4),
50021
+ vue.createElementVNode("div", _hoisted_4$4, [
50019
50022
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(pricingComponent.value.data, (price, index) => {
50020
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_6$4, [
50021
- vue.createElementVNode("a", _hoisted_7$4, [
50023
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_5$4, [
50024
+ vue.createElementVNode("a", _hoisted_6$4, [
50022
50025
  vue.createElementVNode("span", {
50023
50026
  class: "hover:underline text-lg leading-[28px] text-gray-900",
50024
50027
  onClick: ($event) => toggle(index)
50025
- }, vue.toDisplayString(price.title), 9, _hoisted_8$3),
50026
- vue.createElementVNode("span", _hoisted_9$3, [
50028
+ }, vue.toDisplayString(price.title), 9, _hoisted_7$4),
50029
+ vue.createElementVNode("span", _hoisted_8$3, [
50027
50030
  !show.value[index] ? (vue.openBlock(), vue.createBlock(vue.unref(Plus), {
50028
50031
  key: 0,
50029
50032
  class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
@@ -50039,21 +50042,21 @@ ${escapeText(this.code(index, length))}
50039
50042
  key: 0,
50040
50043
  class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
50041
50044
  innerHTML: price == null ? void 0 : price.supporting_text
50042
- }, null, 8, _hoisted_10$3)) : vue.createCommentVNode("", true)
50045
+ }, null, 8, _hoisted_9$3)) : vue.createCommentVNode("", true)
50043
50046
  ]);
50044
50047
  }), 256))
50045
50048
  ])
50046
50049
  ]),
50047
- vue.createElementVNode("div", _hoisted_11$3, [
50048
- 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, [
50049
50052
  vue.createElementVNode("p", {
50050
50053
  class: "text-[32px] font-semibold text-gray-900",
50051
50054
  textContent: vue.toDisplayString(paragraphComponent.value.title)
50052
- }, null, 8, _hoisted_13$2),
50055
+ }, null, 8, _hoisted_12$2),
50053
50056
  vue.createElementVNode("p", {
50054
50057
  class: "text-[18px]text-gray-600 mt-2",
50055
50058
  innerHTML: paragraphComponent.value.paragraph
50056
- }, null, 8, _hoisted_14$2)
50059
+ }, null, 8, _hoisted_13$2)
50057
50060
  ])) : vue.createCommentVNode("", true),
50058
50061
  ((_a = paragraphComponent.value) == null ? void 0 : _a.hasOwnProperty("button")) && paragraphComponent.value.button.show ? (vue.openBlock(), vue.createElementBlock("a", {
50059
50062
  key: 1,
@@ -50062,7 +50065,7 @@ ${escapeText(this.code(index, length))}
50062
50065
  }, [
50063
50066
  vue.createTextVNode(vue.toDisplayString(paragraphComponent.value.button.title) + " ", 1),
50064
50067
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
50065
- ], 8, _hoisted_15$2)) : vue.createCommentVNode("", true)
50068
+ ], 8, _hoisted_14$2)) : vue.createCommentVNode("", true)
50066
50069
  ])
50067
50070
  ])
50068
50071
  ]);
@@ -50119,13 +50122,13 @@ ${escapeText(this.code(index, length))}
50119
50122
  }
50120
50123
  const StarIcon = { render: render$3 };
50121
50124
  const _hoisted_1$7 = { class: "px-6 mt-4 mb-36" };
50122
- 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]" };
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-[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" };
50129
50132
  const _hoisted_9$2 = ["onClick"];
50130
50133
  const _hoisted_10$2 = {
50131
50134
  key: 0,
@@ -50212,7 +50215,7 @@ ${escapeText(this.code(index, length))}
50212
50215
  return vue.openBlock(), vue.createElementBlock("button", {
50213
50216
  key: membership.id,
50214
50217
  onClick: ($event) => active.value = membership.id,
50215
- 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 }])
50216
50219
  }, vue.toDisplayString(membership.name), 11, _hoisted_9$2);
50217
50220
  }), 128))
50218
50221
  ])
@@ -50229,7 +50232,7 @@ ${escapeText(this.code(index, length))}
50229
50232
  return [
50230
50233
  activeMembership.value ? (vue.openBlock(), vue.createElementBlock("div", {
50231
50234
  key: activeMembership.value.id,
50232
- 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]"
50233
50236
  }, [
50234
50237
  vue.createElementVNode("div", _hoisted_11$2, [
50235
50238
  vue.createElementVNode("div", _hoisted_12$1, [
@@ -50297,7 +50300,7 @@ ${escapeText(this.code(index, length))}
50297
50300
  };
50298
50301
  }
50299
50302
  };
50300
- 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"]]);
50301
50304
  const _hoisted_1$6 = {
50302
50305
  xmlns: "http://www.w3.org/2000/svg",
50303
50306
  fill: "none",
@@ -50346,12 +50349,12 @@ ${escapeText(this.code(index, length))}
50346
50349
  }
50347
50350
  const Star = { render };
50348
50351
  const _hoisted_1$3 = { class: "relative overflow-hidden bg-gray-50" };
50349
- 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" };
50350
50353
  const _hoisted_3$2 = { class: "flex-1 flex flex-col justify-center gap-8" };
50351
50354
  const _hoisted_4$2 = { class: "flex items-center gap-1" };
50352
50355
  const _hoisted_5$2 = ["innerHTML"];
50353
50356
  const _hoisted_6$2 = { class: "text-gray-600" };
50354
- 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]" };
50355
50358
  const _hoisted_8$1 = ["src"];
50356
50359
  const _hoisted_9$1 = {
50357
50360
  key: 1,
@@ -50360,7 +50363,7 @@ ${escapeText(this.code(index, length))}
50360
50363
  alt: "No Image Available"
50361
50364
  };
50362
50365
  const _hoisted_10$1 = { class: "flex max-w-[1640px] md:px-[120px] mx-auto w-full gap-4 relative" };
50363
- 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" };
50364
50367
  const _sfc_main$3 = {
50365
50368
  __name: "TestimonialSlider",
50366
50369
  props: {
@@ -50404,7 +50407,7 @@ ${escapeText(this.code(index, length))}
50404
50407
  }), 64))
50405
50408
  ]),
50406
50409
  vue.createElementVNode("h3", {
50407
- class: "font-medium text-3xl leading-[38px]",
50410
+ class: "font-medium text-2xl md:text-3xl md:leading-[38px]",
50408
50411
  innerHTML: feature.description
50409
50412
  }, null, 8, _hoisted_5$2),
50410
50413
  vue.createElementVNode("p", _hoisted_6$2, vue.toDisplayString(feature.title), 1)
@@ -50465,7 +50468,7 @@ ${escapeText(this.code(index, length))}
50465
50468
  collection_grid: vue.markRaw(_sfc_main$g),
50466
50469
  two_column_image_content: vue.markRaw(_sfc_main$d),
50467
50470
  timeline: vue.markRaw(_sfc_main$c),
50468
- link_card: vue.markRaw(_sfc_main$b),
50471
+ link_card: vue.markRaw(LinkCard),
50469
50472
  link_list: vue.markRaw(_sfc_main$a),
50470
50473
  bullet_points: vue.markRaw(_sfc_main$9),
50471
50474
  callout: vue.markRaw(_sfc_main$8),