@dcodegroup-au/page-builder 0.7.0 → 0.7.3

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 (34) hide show
  1. package/dist/page-builder.css +1546 -188
  2. package/dist/page-builder.es.js +235 -231
  3. package/dist/page-builder.umd.js +235 -231
  4. package/example/.vscode/extensions.json +3 -0
  5. package/example/src/App.vue +89 -17
  6. package/example/src/pages/AboutUs.js +1 -1
  7. package/example/src/pages/OurCommitment.js +1 -1
  8. package/example/src/pages/OurHistory.js +1 -1
  9. package/package.json +2 -2
  10. package/src/assets/css/style.css +1 -1
  11. package/src/components/builders/Links.vue +0 -1
  12. package/src/components/common/LinkedTo.vue +0 -2
  13. package/src/components/presenters/components/CarouselPresenter.vue +18 -4
  14. package/src/components/presenters/components/CollectionGridPresenter.vue +3 -3
  15. package/src/components/presenters/components/SliderPresenter.vue +3 -2
  16. package/src/components/presenters/modules/AccordionPricing.vue +5 -5
  17. package/src/components/presenters/modules/BulletPoints.vue +5 -5
  18. package/src/components/presenters/modules/Callout.vue +5 -5
  19. package/src/components/presenters/modules/CollectionCarousel.vue +1 -1
  20. package/src/components/presenters/modules/ContactUs.vue +1 -1
  21. package/src/components/presenters/modules/FAQ.vue +3 -2
  22. package/src/components/presenters/modules/HeroHeader.vue +1 -1
  23. package/src/components/presenters/modules/HorizontalTabs.vue +4 -4
  24. package/src/components/presenters/modules/LinkCard.vue +39 -5
  25. package/src/components/presenters/modules/LinkList.vue +4 -4
  26. package/src/components/presenters/modules/Paragraph.vue +4 -4
  27. package/src/components/presenters/modules/QuickLinks.vue +1 -1
  28. package/src/components/presenters/modules/StandardHeader.vue +4 -4
  29. package/src/components/presenters/modules/TestimonialSlider.vue +4 -4
  30. package/src/components/presenters/modules/Timeline.vue +2 -2
  31. package/src/components/presenters/modules/TwoColumnsImageContent.vue +10 -16
  32. package/src/components/presenters/modules/VTabs.vue +1 -1
  33. package/tailwind.config.js +3 -0
  34. /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,15 +45225,15 @@ ${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
  };
@@ -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
@@ -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,12 +46165,12 @@ ${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
  };
@@ -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, {
@@ -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)
@@ -49035,12 +49046,12 @@ ${escapeText(this.code(index, length))}
49035
49046
  };
49036
49047
  const _hoisted_1$q = { class: "overflow-hidden" };
49037
49048
  const _hoisted_2$c = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full mt-4 px-4" };
49038
- const _hoisted_3$c = {
49039
- key: 0,
49040
- class: "flex gap-4"
49049
+ const _hoisted_3$c = { class: "text-[20px] text-gray-900 font-semibold" };
49050
+ const _hoisted_4$c = ["innerHTML"];
49051
+ const _hoisted_5$c = {
49052
+ key: 1,
49053
+ class: "rounded-xl md:rounded-3xl overflow-hidden relative"
49041
49054
  };
49042
- const _hoisted_4$c = { class: "text-[20px] text-gray-900 font-semibold" };
49043
- const _hoisted_5$c = ["innerHTML"];
49044
49055
  const _hoisted_6$c = ["src", "alt"];
49045
49056
  const _hoisted_7$c = ["innerHTML"];
49046
49057
  const _hoisted_8$b = {
@@ -49048,15 +49059,15 @@ ${escapeText(this.code(index, length))}
49048
49059
  class: "my-[44px]"
49049
49060
  };
49050
49061
  const _hoisted_9$b = { class: "text-[36px] text-gray-900 font-semibold" };
49051
- const _hoisted_10$9 = ["innerHTML"];
49052
- const _hoisted_11$8 = {
49062
+ const _hoisted_10$8 = ["innerHTML"];
49063
+ const _hoisted_11$7 = {
49053
49064
  key: 0,
49054
49065
  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
49066
  };
49056
- const _hoisted_12$6 = { class: "font-semibold text-[20px] text-gray-900" };
49067
+ const _hoisted_12$5 = { class: "font-semibold text-[20px] text-gray-900" };
49057
49068
  const _hoisted_13$4 = ["innerHTML"];
49058
49069
  const _hoisted_14$4 = ["href", "target"];
49059
- const _hoisted_15$4 = ["src"];
49070
+ const _hoisted_15$3 = ["src"];
49060
49071
  const _hoisted_16$1 = {
49061
49072
  key: 0,
49062
49073
  class: "w-[560px]"
@@ -49072,9 +49083,8 @@ ${escapeText(this.code(index, length))}
49072
49083
  },
49073
49084
  setup(__props) {
49074
49085
  const props = __props;
49075
- const leftColumn = vue.ref(null);
49076
- const rightColumn = vue.ref(null);
49077
49086
  const section = vue.ref(props.section);
49087
+ const innerWidth = vue.ref(window.innerWidth);
49078
49088
  const paragraphComponent = vue.computed(() => {
49079
49089
  return section.value.components.find((component) => component.type === "paragraph");
49080
49090
  });
@@ -49099,35 +49109,26 @@ ${escapeText(this.code(index, length))}
49099
49109
  return true;
49100
49110
  });
49101
49111
  });
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
49112
  return (_ctx, _cache) => {
49109
49113
  var _a, _b, _c, _d;
49110
49114
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$q, [
49111
49115
  vue.createElementVNode("div", _hoisted_2$c, [
49112
- paragraphComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$c, [
49116
+ paragraphComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49117
+ key: 0,
49118
+ class: "grid gap-1.5 lg:gap-4",
49119
+ style: vue.normalizeStyle(innerWidth.value >= 1024 ? "grid-template-columns: 33% auto;" : "")
49120
+ }, [
49113
49121
  paragraphComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49114
49122
  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
49123
+ class: vue.normalizeClass(["bg-gray-100 rounded-xl p-8", { "h-fit": (_a = section.value) == null ? void 0 : _a.minimum_height }])
49118
49124
  }, [
49119
- vue.createElementVNode("h3", _hoisted_4$c, vue.toDisplayString(paragraphComponent.value.title), 1),
49125
+ vue.createElementVNode("h3", _hoisted_3$c, vue.toDisplayString(paragraphComponent.value.title), 1),
49120
49126
  vue.createElementVNode("p", {
49121
49127
  class: "text-md font-normal mt-2 text-gray-600 leading-6",
49122
49128
  innerHTML: paragraphComponent.value.paragraph
49123
- }, null, 8, _hoisted_5$c)
49129
+ }, null, 8, _hoisted_4$c)
49124
49130
  ], 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
- }, [
49131
+ imageComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$c, [
49131
49132
  vue.createElementVNode("img", {
49132
49133
  src: imageComponent.value.featured_image,
49133
49134
  alt: imageComponent.value.caption,
@@ -49137,8 +49138,8 @@ ${escapeText(this.code(index, length))}
49137
49138
  innerHTML: imageComponent.value.caption,
49138
49139
  class: "mt-2 text-[13px]"
49139
49140
  }, null, 8, _hoisted_7$c)
49140
- ], 512)) : vue.createCommentVNode("", true)
49141
- ])) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$b, [
49141
+ ])) : vue.createCommentVNode("", true)
49142
+ ], 4)) : (vue.openBlock(), vue.createElementBlock("div", _hoisted_8$b, [
49142
49143
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49143
49144
  key: 0,
49144
49145
  class: vue.normalizeClass(["w-full flex-col mb-6", { "text-center items-center flex": (_b = headerComponent.value) == null ? void 0 : _b.text_center }])
@@ -49148,24 +49149,24 @@ ${escapeText(this.code(index, length))}
49148
49149
  key: 0,
49149
49150
  class: "text-[20px] font-normal mt-4 text-gray-600 leading-[30px] max-w-[800px]",
49150
49151
  innerHTML: headerComponent.value.supporting_text
49151
- }, null, 8, _hoisted_10$9)) : vue.createCommentVNode("", true)
49152
+ }, null, 8, _hoisted_10$8)) : vue.createCommentVNode("", true)
49152
49153
  ], 2)) : vue.createCommentVNode("", true),
49153
49154
  vue.createElementVNode("div", {
49154
- class: vue.normalizeClass(featureItemsComponent.value.hasOwnProperty("grid_columns") ? "" : "flex flex-row gap-8")
49155
+ class: vue.normalizeClass(featureItemsComponent.value.hasOwnProperty("grid_columns") ? "" : "flex flex-col-reverse md:flex-row gap-8")
49155
49156
  }, [
49156
49157
  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"])
49158
+ 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
49159
  }, [
49159
49160
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(items.value, (item) => {
49160
49161
  var _a2, _b2, _c2;
49161
49162
  return vue.openBlock(), vue.createElementBlock("div", {
49162
49163
  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)),
49164
+ "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
49165
  "!p-0 rounded-tr-[0px] rounded-bl-[0px]": item == null ? void 0 : item.image
49165
49166
  }])
49166
49167
  }, [
49167
49168
  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, [
49169
+ (item == null ? void 0 : item.icon) ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11$7, [
49169
49170
  vue.createVNode(_sfc_main$H, {
49170
49171
  icon: item.icon,
49171
49172
  "icon-classes": "w-5 h-5 text-brand-600"
@@ -49174,7 +49175,7 @@ ${escapeText(this.code(index, length))}
49174
49175
  vue.createElementVNode("div", {
49175
49176
  class: vue.normalizeClass(["max-w-[324px] ql-editor", { "max-w-full": (_b2 = featureItemsComponent.value) == null ? void 0 : _b2.has_background }])
49176
49177
  }, [
49177
- vue.createElementVNode("h3", _hoisted_12$6, vue.toDisplayString(item.title), 1),
49178
+ vue.createElementVNode("h3", _hoisted_12$5, vue.toDisplayString(item.title), 1),
49178
49179
  vue.createElementVNode("p", {
49179
49180
  class: "mt-2 text-md font-normal text-gray-600 leading-[24px]",
49180
49181
  innerHTML: item.supporting_text ?? item.description
@@ -49194,7 +49195,7 @@ ${escapeText(this.code(index, length))}
49194
49195
  src: item.image,
49195
49196
  alt: "Feature Image",
49196
49197
  class: "w-full h-full object-cover"
49197
- }, null, 8, _hoisted_15$4))
49198
+ }, null, 8, _hoisted_15$3))
49198
49199
  ], 2);
49199
49200
  }), 256))
49200
49201
  ], 2),
@@ -49224,15 +49225,15 @@ ${escapeText(this.code(index, length))}
49224
49225
  const _hoisted_7$b = { class: "mt-4" };
49225
49226
  const _hoisted_8$a = { class: "flex flex-row" };
49226
49227
  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 = {
49228
+ const _hoisted_10$7 = { class: "text-[24px] font-semibold text-navy-800 pr-5" };
49229
+ const _hoisted_11$6 = { class: "w-4/5" };
49230
+ const _hoisted_12$4 = {
49230
49231
  key: 0,
49231
49232
  class: "text-[24px] mb-6 font-semibold text-navy-800"
49232
49233
  };
49233
49234
  const _hoisted_13$3 = { class: "text-xl font-semibold text-gray-900" };
49234
49235
  const _hoisted_14$3 = { class: "all-unset ql-editor" };
49235
- const _hoisted_15$3 = ["innerHTML"];
49236
+ const _hoisted_15$2 = ["innerHTML"];
49236
49237
  const _sfc_main$c = {
49237
49238
  __name: "Timeline",
49238
49239
  props: {
@@ -49267,7 +49268,7 @@ ${escapeText(this.code(index, length))}
49267
49268
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(timelineComponent.value.data, (data2, index) => {
49268
49269
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_8$a, [
49269
49270
  vue.createElementVNode("div", _hoisted_9$a, [
49270
- vue.createElementVNode("h1", _hoisted_10$8, vue.toDisplayString(data2.title), 1),
49271
+ vue.createElementVNode("h1", _hoisted_10$7, vue.toDisplayString(data2.title), 1),
49271
49272
  _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
49273
  vue.createElementVNode("p", { class: "w-[16px] h-[16px] rounded-full bg-navy-600" })
49273
49274
  ], -1)),
@@ -49276,18 +49277,18 @@ ${escapeText(this.code(index, length))}
49276
49277
  style: { "background": "repeating-linear-gradient(to bottom, transparent, transparent 10px, #A9B8C6 8px, #A9B8C6 20px)", "width": "2px" }
49277
49278
  }, null, -1))
49278
49279
  ]),
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),
49280
+ vue.createElementVNode("div", _hoisted_11$6, [
49281
+ data2.group_title ? (vue.openBlock(), vue.createElementBlock("p", _hoisted_12$4, vue.toDisplayString(data2.group_title), 1)) : vue.createCommentVNode("", true),
49281
49282
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(data2.lines, (line, index2) => {
49282
49283
  return vue.openBlock(), vue.createElementBlock("div", {
49283
49284
  key: index2,
49284
- class: "bg-pale-orange-100 p-6 mb-6 rounded-[16px]"
49285
+ class: "bg-pale-orange-100 p-6 mb-6 rounded-lg md:rounded-2xl"
49285
49286
  }, [
49286
49287
  vue.createElementVNode("h4", _hoisted_13$3, vue.toDisplayString(line.title), 1),
49287
49288
  vue.createElementVNode("div", _hoisted_14$3, [
49288
49289
  vue.createElementVNode("p", {
49289
49290
  innerHTML: line.description
49290
- }, null, 8, _hoisted_15$3)
49291
+ }, null, 8, _hoisted_15$2)
49291
49292
  ])
49292
49293
  ]);
49293
49294
  }), 128))
@@ -49343,7 +49344,7 @@ ${escapeText(this.code(index, length))}
49343
49344
  return (_ctx, _cache) => {
49344
49345
  var _a, _b, _c, _d, _e, _f;
49345
49346
  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) }])
49347
+ class: vue.normalizeClass(["link-card overflow-hidden", { "bg-aqua-100 mb-6": !((_a = section.value) == null ? void 0 : _a.no_background) }])
49347
49348
  }, [
49348
49349
  vue.createElementVNode("div", _hoisted_1$o, [
49349
49350
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$a, [
@@ -49356,7 +49357,7 @@ ${escapeText(this.code(index, length))}
49356
49357
  ])) : vue.createCommentVNode("", true),
49357
49358
  cardComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49358
49359
  key: 1,
49359
- class: vue.normalizeClass(["flex w-full", { "gap-8": (_c = headerComponent.value) == null ? void 0 : _c.featured_image }])
49360
+ class: vue.normalizeClass(["flex flex-col md:flex-row w-full", { "gap-8": (_c = headerComponent.value) == null ? void 0 : _c.featured_image }])
49360
49361
  }, [
49361
49362
  ((_d = headerComponent.value) == null ? void 0 : _d.featured_image) ? (vue.openBlock(), vue.createElementBlock("div", {
49362
49363
  key: 0,
@@ -49371,14 +49372,14 @@ ${escapeText(this.code(index, length))}
49371
49372
  }, null, 8, _hoisted_5$a)
49372
49373
  ], 512)) : vue.createCommentVNode("", true),
49373
49374
  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 }]),
49375
+ 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
49376
  ref_key: "rightColumn",
49376
49377
  ref: rightColumn
49377
49378
  }, [
49378
49379
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(cardComponent.value.data, (data2, index) => {
49379
49380
  var _a2;
49380
49381
  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 }])
49382
+ 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
49383
  }, [
49383
49384
  data2.icon ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_6$a, [
49384
49385
  (vue.openBlock(), vue.createBlock(_sfc_main$H, {
@@ -49411,6 +49412,7 @@ ${escapeText(this.code(index, length))}
49411
49412
  };
49412
49413
  }
49413
49414
  };
49415
+ const LinkCard = /* @__PURE__ */ _export_sfc(_sfc_main$b, [["__scopeId", "data-v-c340ea5c"]]);
49414
49416
  const _hoisted_1$n = {
49415
49417
  xmlns: "http://www.w3.org/2000/svg",
49416
49418
  fill: "none",
@@ -49429,7 +49431,7 @@ ${escapeText(this.code(index, length))}
49429
49431
  }
49430
49432
  const LinkExternal = { render: render$c };
49431
49433
  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%]" };
49434
+ 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
49435
  const _hoisted_3$9 = {
49434
49436
  key: 0,
49435
49437
  class: "rounded-xl px-[40px] text-center mb-6 max-w-[1280px] mx-auto"
@@ -49443,8 +49445,8 @@ ${escapeText(this.code(index, length))}
49443
49445
  };
49444
49446
  const _hoisted_8$8 = { class: "relative bg-white hover:bg-gray-100 p-2 rounded-lg w-full" };
49445
49447
  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" };
49448
+ const _hoisted_10$6 = { class: "flex gap-4 items-center max-w-[94%] w-full" };
49449
+ const _hoisted_11$5 = { class: "w-full" };
49448
49450
  const _sfc_main$a = {
49449
49451
  __name: "LinkList",
49450
49452
  props: {
@@ -49467,7 +49469,7 @@ ${escapeText(this.code(index, length))}
49467
49469
  vue.createElementVNode("div", _hoisted_2$9, [
49468
49470
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(headerComponents.value, (header, index) => {
49469
49471
  return vue.openBlock(), vue.createElementBlock("div", {
49470
- class: vue.normalizeClass(["gap-4", { "w-1/2": section.value.two_columns }])
49472
+ class: vue.normalizeClass(["gap-4", { "lg:w-1/2": section.value.two_columns }])
49471
49473
  }, [
49472
49474
  header ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_3$9, [
49473
49475
  vue.createElementVNode("h3", _hoisted_4$9, vue.toDisplayString(header.title), 1),
@@ -49480,12 +49482,12 @@ ${escapeText(this.code(index, length))}
49480
49482
  (header == null ? void 0 : header.featured_image) ? (vue.openBlock(), vue.createElementBlock("img", {
49481
49483
  key: 1,
49482
49484
  src: header == null ? void 0 : header.featured_image,
49483
- class: "rounded-[24px] w-full h-[480px] object-cover mb-6",
49485
+ class: "rounded-xl md:rounded-3xl w-full h-[300px] lg:h-[480px] object-cover mb-6",
49484
49486
  alt: "Feature"
49485
49487
  }, null, 8, _hoisted_6$9)) : vue.createCommentVNode("", true),
49486
49488
  linkComponents.value[index] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$9, [
49487
49489
  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 })
49490
+ 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
49491
  }, [
49490
49492
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(linkComponents.value[index].data, (link, index2) => {
49491
49493
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_8$8, [
@@ -49495,9 +49497,9 @@ ${escapeText(this.code(index, length))}
49495
49497
  href: vue.unref(formatUrl)(link.url),
49496
49498
  target: link.open_in_new_tab ? "_blank" : ""
49497
49499
  }, [
49498
- vue.createElementVNode("div", _hoisted_10$7, [
49500
+ vue.createElementVNode("div", _hoisted_10$6, [
49499
49501
  vue.createVNode(vue.unref(LinkExternal), { class: "w-5 h-5" }),
49500
- vue.createElementVNode("span", _hoisted_11$6, vue.toDisplayString(link.title), 1)
49502
+ vue.createElementVNode("span", _hoisted_11$5, vue.toDisplayString(link.title), 1)
49501
49503
  ]),
49502
49504
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
49503
49505
  ], 8, _hoisted_9$8)) : vue.createCommentVNode("", true)
@@ -49537,11 +49539,10 @@ ${escapeText(this.code(index, length))}
49537
49539
  };
49538
49540
  const _hoisted_4$8 = { class: "text-[36px] text-gray-900 font-semibold" };
49539
49541
  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%]" };
49542
+ const _hoisted_6$8 = ["textContent"];
49543
+ const _hoisted_7$8 = { class: "flex" };
49544
+ const _hoisted_8$7 = { class: "bg-gray-100 rounded-full w-[28px] h-[28px] flex items-center justify-center text-gray-500 mr-2" };
49545
+ const _hoisted_9$7 = { class: "text-lg text-gray-600 w-[97%]" };
49545
49546
  const _sfc_main$9 = {
49546
49547
  __name: "BulletPoints",
49547
49548
  props: {
@@ -49573,19 +49574,19 @@ ${escapeText(this.code(index, length))}
49573
49574
  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
49575
  }, [
49575
49576
  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 }])
49577
+ 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
49578
  }, [
49578
49579
  ((_e = headerComponent.value) == null ? void 0 : _e.featured_image) ? (vue.openBlock(), vue.createElementBlock("img", {
49579
49580
  key: 0,
49580
49581
  src: (_f = headerComponent.value) == null ? void 0 : _f.featured_image,
49581
- class: "max-w-[480px] w-full object-cover rounded-[24px]",
49582
+ class: "max-w-[480px] w-full object-cover rounded-xl md:rounded-3xl",
49582
49583
  ref_key: "leftColumn",
49583
49584
  ref: leftColumn,
49584
49585
  alt: "Feature"
49585
49586
  }, null, 8, _hoisted_2$8)) : vue.createCommentVNode("", true),
49586
49587
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49587
49588
  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 }]),
49589
+ 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
49590
  ref_key: "rightColumn",
49590
49591
  ref: rightColumn
49591
49592
  }, [
@@ -49605,21 +49606,21 @@ ${escapeText(this.code(index, length))}
49605
49606
  ]),
49606
49607
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(bulletPointsComponents.value, (bullet) => {
49607
49608
  var _a2, _b2;
49608
- return vue.openBlock(), vue.createElementBlock("div", _hoisted_6$8, [
49609
+ return vue.openBlock(), vue.createElementBlock("div", null, [
49609
49610
  (bullet == null ? void 0 : bullet.title) ? (vue.openBlock(), vue.createElementBlock("p", {
49610
49611
  key: 0,
49611
49612
  textContent: vue.toDisplayString(bullet.title),
49612
49613
  class: "font-semibold text-[20px] mb-4"
49613
- }, null, 8, _hoisted_7$8)) : vue.createCommentVNode("", true),
49614
+ }, null, 8, _hoisted_6$8)) : vue.createCommentVNode("", true),
49614
49615
  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) }])
49616
+ 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
49617
  }, [
49617
49618
  (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, [
49619
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_7$8, [
49620
+ vue.createElementVNode("div", _hoisted_8$7, [
49620
49621
  vue.createVNode(vue.unref(Check), { class: "w-4 h-4" })
49621
49622
  ]),
49622
- vue.createElementVNode("p", _hoisted_10$6, vue.toDisplayString(item.title), 1)
49623
+ vue.createElementVNode("p", _hoisted_9$7, vue.toDisplayString(item.title), 1)
49623
49624
  ]);
49624
49625
  }), 256))
49625
49626
  ], 2)
@@ -49635,7 +49636,7 @@ ${escapeText(this.code(index, length))}
49635
49636
  const _hoisted_1$j = { class: "overflow-hidden" };
49636
49637
  const _hoisted_2$7 = {
49637
49638
  key: 0,
49638
- class: "max-w-[33.3%] w-full min-h-[320px]"
49639
+ class: "lg:max-w-[33.3%] w-full sm:min-h-[320px]"
49639
49640
  };
49640
49641
  const _hoisted_3$7 = ["src", "alt"];
49641
49642
  const _hoisted_4$7 = ["src"];
@@ -49665,25 +49666,25 @@ ${escapeText(this.code(index, length))}
49665
49666
  var _a, _b, _c, _d, _e, _f, _g, _h, _i, _j, _k, _l, _m, _n, _o, _p, _q, _r, _s, _t, _u, _v;
49666
49667
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$j, [
49667
49668
  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 }])
49669
+ 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
49670
  }, [
49670
49671
  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
49672
  imageComponent.value && ((_e = section.value) == null ? void 0 : _e.acknowledgement_style) ? (vue.openBlock(), vue.createElementBlock("img", {
49672
49673
  key: 0,
49673
49674
  src: imageComponent.value.featured_image,
49674
49675
  alt: ((_f = imageComponent.value) == null ? void 0 : _f.caption) ?? "Image",
49675
- class: "w-[560px] object-cover rounded-[24px] h-full"
49676
+ class: "w-[560px] object-cover rounded-xl md:rounded-3xl h-full mx-auto"
49676
49677
  }, null, 8, _hoisted_3$7)) : vue.createCommentVNode("", true),
49677
49678
  ((_g = headerComponent.value) == null ? void 0 : _g.featured_image) && !((_h = section.value) == null ? void 0 : _h.acknowledgement_style) ? (vue.openBlock(), vue.createElementBlock("img", {
49678
49679
  key: 1,
49679
49680
  src: (_i = headerComponent.value) == null ? void 0 : _i.featured_image,
49680
- class: "w-[560px] object-cover rounded-[24px] h-full",
49681
+ class: "w-[560px] object-cover rounded-xl md:rounded-3xl h-full mx-auto",
49681
49682
  alt: "Feature"
49682
49683
  }, null, 8, _hoisted_4$7)) : vue.createCommentVNode("", true)
49683
49684
  ])) : vue.createCommentVNode("", true),
49684
49685
  headerComponent.value ? (vue.openBlock(), vue.createElementBlock("div", {
49685
49686
  key: 1,
49686
- class: vue.normalizeClass(["rounded-[24px] flex items-center justify-center flex-col", {
49687
+ class: vue.normalizeClass(["rounded-xl md:rounded-3xl flex items-center justify-center flex-col", {
49687
49688
  "bg-pale-100 min-h-[320px] w-full": !((_j = headerComponent.value) == null ? void 0 : _j.featured_image),
49688
49689
  "border border-brand-400 w-full py-8": (_k = headerComponent.value) == null ? void 0 : _k.featured_image,
49689
49690
  "w-full ": !((_l = section.value) == null ? void 0 : _l.acknowledgement_style),
@@ -49771,7 +49772,7 @@ ${escapeText(this.code(index, length))}
49771
49772
  const _hoisted_2$6 = { class: "max-w-[1640px] md:px-[120px] mx-auto w-full my-[40px] flex justify-center" };
49772
49773
  const _hoisted_3$6 = {
49773
49774
  key: 0,
49774
- class: "bg-gray-100 rounded-[16px] flex justify-center w-full"
49775
+ class: "bg-gray-100 rounded-lg md:rounded-2xl flex justify-center w-full"
49775
49776
  };
49776
49777
  const _hoisted_4$6 = { class: "flex items-center justify-center flex-col py-[40px] max-w-[820px]" };
49777
49778
  const _hoisted_5$6 = { class: "flex justify-between relative w-[150px]" };
@@ -49780,8 +49781,8 @@ ${escapeText(this.code(index, length))}
49780
49781
  const _hoisted_8$5 = { class: "w-[56px] h-[56px] border-[2px] border-white bg-gray-200 rounded-full flex justify-center items-center" };
49781
49782
  const _hoisted_9$5 = { class: "text-[24px] text-gray-900 font-semibold mt-4" };
49782
49783
  const _hoisted_10$5 = ["innerHTML"];
49783
- const _hoisted_11$5 = { class: "flex gap-2" };
49784
- const _hoisted_12$4 = ["href"];
49784
+ const _hoisted_11$4 = { class: "flex gap-2" };
49785
+ const _hoisted_12$3 = ["href"];
49785
49786
  const _sfc_main$7 = {
49786
49787
  __name: "ContactUs",
49787
49788
  props: {
@@ -49822,7 +49823,7 @@ ${escapeText(this.code(index, length))}
49822
49823
  class: "text-[18px] font-normal mt-2 text-gray-600 leading-[30px] text-center",
49823
49824
  innerHTML: headerComponent.value.supporting_text
49824
49825
  }, null, 8, _hoisted_10$5)) : vue.createCommentVNode("", true),
49825
- vue.createElementVNode("div", _hoisted_11$5, [
49826
+ vue.createElementVNode("div", _hoisted_11$4, [
49826
49827
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(contactUs.value.data, (item) => {
49827
49828
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
49828
49829
  (item == null ? void 0 : item.show) ? (vue.openBlock(), vue.createElementBlock("a", {
@@ -49832,7 +49833,7 @@ ${escapeText(this.code(index, length))}
49832
49833
  }, [
49833
49834
  vue.createTextVNode(vue.toDisplayString(item.label) + " ", 1),
49834
49835
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
49835
- ], 10, _hoisted_12$4)) : vue.createCommentVNode("", true)
49836
+ ], 10, _hoisted_12$3)) : vue.createCommentVNode("", true)
49836
49837
  ], 64);
49837
49838
  }), 256))
49838
49839
  ])
@@ -49878,23 +49879,21 @@ ${escapeText(this.code(index, length))}
49878
49879
  }
49879
49880
  const Minus = { render: render$6 };
49880
49881
  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 = {
49882
+ const _hoisted_2$5 = {
49884
49883
  key: 0,
49885
49884
  class: "px-[40px] text-center mb-6 mx-auto"
49886
49885
  };
49887
- const _hoisted_5$5 = { class: "text-[36px] text-gray-900 font-semibold" };
49888
- const _hoisted_6$5 = ["innerHTML"];
49889
- const _hoisted_7$5 = {
49886
+ const _hoisted_3$5 = { class: "text-[36px] text-gray-900 font-semibold" };
49887
+ const _hoisted_4$5 = ["innerHTML"];
49888
+ const _hoisted_5$5 = {
49890
49889
  key: 1,
49891
49890
  class: "flex flex-col divide-y gap-8"
49892
49891
  };
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"];
49892
+ const _hoisted_6$5 = { class: "relative bg-white w-full pt-6" };
49893
+ 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" };
49894
+ const _hoisted_8$4 = ["onClick"];
49895
+ const _hoisted_9$4 = { class: "min-w-[24px]" };
49896
+ const _hoisted_10$4 = ["innerHTML"];
49898
49897
  const _sfc_main$6 = {
49899
49898
  __name: "FAQ",
49900
49899
  props: {
@@ -49920,27 +49919,33 @@ ${escapeText(this.code(index, length))}
49920
49919
  show.value[index] = !show.value[index];
49921
49920
  };
49922
49921
  return (_ctx, _cache) => {
49922
+ var _a;
49923
49923
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$c, [
49924
- vue.createElementVNode("div", _hoisted_2$5, [
49924
+ vue.createElementVNode("div", {
49925
+ 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 }])
49926
+ }, [
49925
49927
  (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),
49928
+ var _a2;
49929
+ return vue.openBlock(), vue.createElementBlock("div", {
49930
+ class: vue.normalizeClass(["gap-4 max-w-[800px] w-full", { "!max-w-full": (_a2 = section.value) == null ? void 0 : _a2.align_left }])
49931
+ }, [
49932
+ header ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2$5, [
49933
+ vue.createElementVNode("h3", _hoisted_3$5, vue.toDisplayString(header.title), 1),
49929
49934
  (header == null ? void 0 : header.supporting_text) ? (vue.openBlock(), vue.createElementBlock("p", {
49930
49935
  key: 0,
49931
49936
  class: "text-[20px] font-normal mt-2 text-gray-600 leading-[30px] max-w-[768px] mx-auto",
49932
49937
  innerHTML: header.supporting_text
49933
- }, null, 8, _hoisted_6$5)) : vue.createCommentVNode("", true)
49938
+ }, null, 8, _hoisted_4$5)) : vue.createCommentVNode("", true)
49934
49939
  ])) : vue.createCommentVNode("", true),
49935
- featureComponents.value[index] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_7$5, [
49940
+ featureComponents.value[index] ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5$5, [
49936
49941
  (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, [
49942
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_6$5, [
49943
+ vue.createElementVNode("a", _hoisted_7$5, [
49939
49944
  vue.createElementVNode("span", {
49940
49945
  class: "hover:underline",
49941
49946
  onClick: ($event) => toggle(index2)
49942
- }, vue.toDisplayString(link.title), 9, _hoisted_10$4),
49943
- vue.createElementVNode("span", _hoisted_11$4, [
49947
+ }, vue.toDisplayString(link.title), 9, _hoisted_8$4),
49948
+ vue.createElementVNode("span", _hoisted_9$4, [
49944
49949
  !show.value[index2] ? (vue.openBlock(), vue.createBlock(vue.unref(Plus), {
49945
49950
  key: 0,
49946
49951
  class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
@@ -49956,32 +49961,31 @@ ${escapeText(this.code(index, length))}
49956
49961
  key: 0,
49957
49962
  class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
49958
49963
  innerHTML: link.supporting_text
49959
- }, null, 8, _hoisted_12$3)) : vue.createCommentVNode("", true)
49964
+ }, null, 8, _hoisted_10$4)) : vue.createCommentVNode("", true)
49960
49965
  ]);
49961
49966
  }), 256))
49962
49967
  ])) : vue.createCommentVNode("", true)
49963
- ]);
49968
+ ], 2);
49964
49969
  }), 256))
49965
- ])
49970
+ ], 2)
49966
49971
  ]);
49967
49972
  };
49968
49973
  }
49969
49974
  };
49970
49975
  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"];
49976
+ const _hoisted_2$4 = { class: "bg-pale-100 w-full rounded-[20px] p-8 gap-6 grid lg:grid-cols-2" };
49977
+ const _hoisted_3$4 = ["textContent"];
49978
+ const _hoisted_4$4 = { class: "flex flex-col divide-y divide-gray-200 px-6 bg-white rounded-lg md:rounded-2xl overflow-hidden" };
49979
+ const _hoisted_5$4 = { class: "relative w-full py-6" };
49980
+ 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" };
49981
+ const _hoisted_7$4 = ["onClick"];
49982
+ const _hoisted_8$3 = { class: "min-w-[24px]" };
49983
+ const _hoisted_9$3 = ["innerHTML"];
49984
+ 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" };
49985
+ const _hoisted_11$3 = { key: 0 };
49986
+ const _hoisted_12$2 = ["textContent"];
49987
+ const _hoisted_13$2 = ["innerHTML"];
49988
+ const _hoisted_14$2 = ["href"];
49985
49989
  const _sfc_main$5 = {
49986
49990
  __name: "AccordionPricing",
49987
49991
  props: {
@@ -50010,20 +50014,20 @@ ${escapeText(this.code(index, length))}
50010
50014
  var _a;
50011
50015
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1$b, [
50012
50016
  vue.createElementVNode("div", _hoisted_2$4, [
50013
- vue.createElementVNode("div", _hoisted_3$4, [
50017
+ vue.createElementVNode("div", null, [
50014
50018
  vue.createElementVNode("p", {
50015
50019
  class: "text-[36px] font-semibold text-gray-900 mb-[48px]",
50016
50020
  textContent: vue.toDisplayString(pricingComponent.value.title)
50017
- }, null, 8, _hoisted_4$4),
50018
- vue.createElementVNode("div", _hoisted_5$4, [
50021
+ }, null, 8, _hoisted_3$4),
50022
+ vue.createElementVNode("div", _hoisted_4$4, [
50019
50023
  (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, [
50024
+ return vue.openBlock(), vue.createElementBlock("div", _hoisted_5$4, [
50025
+ vue.createElementVNode("a", _hoisted_6$4, [
50022
50026
  vue.createElementVNode("span", {
50023
50027
  class: "hover:underline text-lg leading-[28px] text-gray-900",
50024
50028
  onClick: ($event) => toggle(index)
50025
- }, vue.toDisplayString(price.title), 9, _hoisted_8$3),
50026
- vue.createElementVNode("span", _hoisted_9$3, [
50029
+ }, vue.toDisplayString(price.title), 9, _hoisted_7$4),
50030
+ vue.createElementVNode("span", _hoisted_8$3, [
50027
50031
  !show.value[index] ? (vue.openBlock(), vue.createBlock(vue.unref(Plus), {
50028
50032
  key: 0,
50029
50033
  class: "w-6 h-6 cursor-pointer text-gray-400 hover:text-gray-700",
@@ -50039,21 +50043,21 @@ ${escapeText(this.code(index, length))}
50039
50043
  key: 0,
50040
50044
  class: "mt-2 text-gray-600 leading-[24px] all-unset ql-editor",
50041
50045
  innerHTML: price == null ? void 0 : price.supporting_text
50042
- }, null, 8, _hoisted_10$3)) : vue.createCommentVNode("", true)
50046
+ }, null, 8, _hoisted_9$3)) : vue.createCommentVNode("", true)
50043
50047
  ]);
50044
50048
  }), 256))
50045
50049
  ])
50046
50050
  ]),
50047
- vue.createElementVNode("div", _hoisted_11$3, [
50048
- paragraphComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_12$2, [
50051
+ vue.createElementVNode("div", _hoisted_10$3, [
50052
+ paragraphComponent.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_11$3, [
50049
50053
  vue.createElementVNode("p", {
50050
50054
  class: "text-[32px] font-semibold text-gray-900",
50051
50055
  textContent: vue.toDisplayString(paragraphComponent.value.title)
50052
- }, null, 8, _hoisted_13$2),
50056
+ }, null, 8, _hoisted_12$2),
50053
50057
  vue.createElementVNode("p", {
50054
50058
  class: "text-[18px]text-gray-600 mt-2",
50055
50059
  innerHTML: paragraphComponent.value.paragraph
50056
- }, null, 8, _hoisted_14$2)
50060
+ }, null, 8, _hoisted_13$2)
50057
50061
  ])) : vue.createCommentVNode("", true),
50058
50062
  ((_a = paragraphComponent.value) == null ? void 0 : _a.hasOwnProperty("button")) && paragraphComponent.value.button.show ? (vue.openBlock(), vue.createElementBlock("a", {
50059
50063
  key: 1,
@@ -50062,7 +50066,7 @@ ${escapeText(this.code(index, length))}
50062
50066
  }, [
50063
50067
  vue.createTextVNode(vue.toDisplayString(paragraphComponent.value.button.title) + " ", 1),
50064
50068
  vue.createVNode(vue.unref(ArrowUpRight), { class: "w-5 h-5" })
50065
- ], 8, _hoisted_15$2)) : vue.createCommentVNode("", true)
50069
+ ], 8, _hoisted_14$2)) : vue.createCommentVNode("", true)
50066
50070
  ])
50067
50071
  ])
50068
50072
  ]);
@@ -50119,13 +50123,13 @@ ${escapeText(this.code(index, length))}
50119
50123
  }
50120
50124
  const StarIcon = { render: render$3 };
50121
50125
  const _hoisted_1$7 = { class: "px-6 mt-4 mb-36" };
50122
- const _hoisted_2$3 = { class: "bg-navy-800 p-10 rounded-[48px]" };
50126
+ const _hoisted_2$3 = { class: "bg-navy-800 p-10 rounded-3xl md:rounded-[48px]" };
50123
50127
  const _hoisted_3$3 = { class: "max-w-[51.25rem] text-center mx-auto" };
50124
50128
  const _hoisted_4$3 = { class: "mb-10" };
50125
50129
  const _hoisted_5$3 = ["textContent"];
50126
50130
  const _hoisted_6$3 = ["textContent"];
50127
50131
  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" };
50132
+ 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
50133
  const _hoisted_9$2 = ["onClick"];
50130
50134
  const _hoisted_10$2 = {
50131
50135
  key: 0,
@@ -50212,7 +50216,7 @@ ${escapeText(this.code(index, length))}
50212
50216
  return vue.openBlock(), vue.createElementBlock("button", {
50213
50217
  key: membership.id,
50214
50218
  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 }])
50219
+ 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
50220
  }, vue.toDisplayString(membership.name), 11, _hoisted_9$2);
50217
50221
  }), 128))
50218
50222
  ])
@@ -50229,7 +50233,7 @@ ${escapeText(this.code(index, length))}
50229
50233
  return [
50230
50234
  activeMembership.value ? (vue.openBlock(), vue.createElementBlock("div", {
50231
50235
  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]"
50236
+ 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
50237
  }, [
50234
50238
  vue.createElementVNode("div", _hoisted_11$2, [
50235
50239
  vue.createElementVNode("div", _hoisted_12$1, [
@@ -50297,7 +50301,7 @@ ${escapeText(this.code(index, length))}
50297
50301
  };
50298
50302
  }
50299
50303
  };
50300
- const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-936f7e6f"]]);
50304
+ const HorizontalTabs = /* @__PURE__ */ _export_sfc(_sfc_main$4, [["__scopeId", "data-v-9e6ed7b6"]]);
50301
50305
  const _hoisted_1$6 = {
50302
50306
  xmlns: "http://www.w3.org/2000/svg",
50303
50307
  fill: "none",
@@ -50346,12 +50350,12 @@ ${escapeText(this.code(index, length))}
50346
50350
  }
50347
50351
  const Star = { render };
50348
50352
  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" };
50353
+ 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
50354
  const _hoisted_3$2 = { class: "flex-1 flex flex-col justify-center gap-8" };
50351
50355
  const _hoisted_4$2 = { class: "flex items-center gap-1" };
50352
50356
  const _hoisted_5$2 = ["innerHTML"];
50353
50357
  const _hoisted_6$2 = { class: "text-gray-600" };
50354
- const _hoisted_7$2 = { class: "h-[480px] w-[560px]" };
50358
+ 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
50359
  const _hoisted_8$1 = ["src"];
50356
50360
  const _hoisted_9$1 = {
50357
50361
  key: 1,
@@ -50360,7 +50364,7 @@ ${escapeText(this.code(index, length))}
50360
50364
  alt: "No Image Available"
50361
50365
  };
50362
50366
  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" };
50367
+ const _hoisted_11$1 = { class: "absolute bottom-[40px] right-0 md:right-[120px] xl:left-[120px] gap-4 flex" };
50364
50368
  const _sfc_main$3 = {
50365
50369
  __name: "TestimonialSlider",
50366
50370
  props: {
@@ -50404,7 +50408,7 @@ ${escapeText(this.code(index, length))}
50404
50408
  }), 64))
50405
50409
  ]),
50406
50410
  vue.createElementVNode("h3", {
50407
- class: "font-medium text-3xl leading-[38px]",
50411
+ class: "font-medium text-2xl md:text-3xl md:leading-[38px]",
50408
50412
  innerHTML: feature.description
50409
50413
  }, null, 8, _hoisted_5$2),
50410
50414
  vue.createElementVNode("p", _hoisted_6$2, vue.toDisplayString(feature.title), 1)
@@ -50465,7 +50469,7 @@ ${escapeText(this.code(index, length))}
50465
50469
  collection_grid: vue.markRaw(_sfc_main$g),
50466
50470
  two_column_image_content: vue.markRaw(_sfc_main$d),
50467
50471
  timeline: vue.markRaw(_sfc_main$c),
50468
- link_card: vue.markRaw(_sfc_main$b),
50472
+ link_card: vue.markRaw(LinkCard),
50469
50473
  link_list: vue.markRaw(_sfc_main$a),
50470
50474
  bullet_points: vue.markRaw(_sfc_main$9),
50471
50475
  callout: vue.markRaw(_sfc_main$8),