ire-preview 2.1.2 → 2.1.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.
- package/dist/lib.es.js +31 -31
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/lib.es.js
CHANGED
|
@@ -219,7 +219,7 @@ const _hoisted_1$f = {
|
|
|
219
219
|
return (e, t) => (openBlock(), createElementBlock("div", null, [
|
|
220
220
|
createVNode(Transition, { name: "ire-fade-in-out" }, {
|
|
221
221
|
default: withCtx(() => {
|
|
222
|
-
var o, c, v, m, y, _, f, g, d, s, n, i, u, l, a, h, p, k, b, w,
|
|
222
|
+
var o, c, v, m, y, _, f, g, d, s, n, i, u, l, a, h, p, k, b, w, $, C, x, V, E, D, N, S;
|
|
223
223
|
return [
|
|
224
224
|
e.type && e.hoveredData && e.type !== "tooltip" ? (openBlock(), createElementBlock("div", _hoisted_1$f, [
|
|
225
225
|
e.type === "floor" ? (openBlock(), createElementBlock("div", _hoisted_2$8, [
|
|
@@ -250,13 +250,13 @@ const _hoisted_1$f = {
|
|
|
250
250
|
])
|
|
251
251
|
])) : e.type === "flat" ? (openBlock(), createElementBlock("div", _hoisted_18$1, [
|
|
252
252
|
createElementVNode("div", _hoisted_19$1, [
|
|
253
|
-
createElementVNode("p", _hoisted_20$1, toDisplayString((
|
|
253
|
+
createElementVNode("p", _hoisted_20$1, toDisplayString(($ = e.hoveredData) == null ? void 0 : $.flat_number), 1),
|
|
254
254
|
t[4] || (t[4] = createElementVNode("p", { class: "!ire-mt-2 !ire-text-xs ire-uppercase" }, "Apartment", -1))
|
|
255
255
|
]),
|
|
256
256
|
createElementVNode("div", _hoisted_21$1, [
|
|
257
257
|
(C = e.hoveredData) != null && C.conf ? (openBlock(), createElementBlock("p", _hoisted_22$1, toDisplayString(e.hoveredData.conf), 1)) : (openBlock(), createElementBlock(Fragment, { key: 1 }, [
|
|
258
258
|
t[7] || (t[7] = createElementVNode("p", { class: "!ire-text-xs ire-uppercase ire-text-gray-500" }, "Price", -1)),
|
|
259
|
-
(
|
|
259
|
+
(x = e.hoveredData) != null && x.price ? (openBlock(), createElementBlock("div", _hoisted_23$1, [
|
|
260
260
|
createElementVNode("div", null, [
|
|
261
261
|
(V = e.hoveredData) != null && V.offer_price ? (openBlock(), createElementBlock("div", _hoisted_25$1, [
|
|
262
262
|
createElementVNode("p", _hoisted_26$1, toDisplayString(Number((E = e.hoveredData) == null ? void 0 : E.price).toLocaleString()), 1),
|
|
@@ -352,25 +352,25 @@ const _hoisted_1$f = {
|
|
|
352
352
|
switch ((i = m.value) == null ? void 0 : i.type) {
|
|
353
353
|
case "floor":
|
|
354
354
|
const b = (u = o.floors) == null ? void 0 : u.find(
|
|
355
|
-
(
|
|
355
|
+
(x) => x.id === k
|
|
356
356
|
);
|
|
357
357
|
v.value = b;
|
|
358
358
|
break;
|
|
359
359
|
case "block":
|
|
360
360
|
const w = (l = o.blocks) == null ? void 0 : l.find(
|
|
361
|
-
(
|
|
361
|
+
(x) => (x == null ? void 0 : x.id) === k
|
|
362
362
|
);
|
|
363
363
|
v.value = w;
|
|
364
364
|
break;
|
|
365
365
|
case "flat":
|
|
366
|
-
const
|
|
367
|
-
(
|
|
366
|
+
const $ = (a = o.flats) == null ? void 0 : a.find(
|
|
367
|
+
(x) => (x == null ? void 0 : x.id) === k
|
|
368
368
|
);
|
|
369
|
-
v.value =
|
|
369
|
+
v.value = $;
|
|
370
370
|
break;
|
|
371
371
|
case "tooltip":
|
|
372
372
|
const C = (h = o.actions) == null ? void 0 : h.find(
|
|
373
|
-
(
|
|
373
|
+
(x) => (x == null ? void 0 : x.id) === k
|
|
374
374
|
);
|
|
375
375
|
v.value = C;
|
|
376
376
|
break;
|
|
@@ -542,15 +542,15 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_ren
|
|
|
542
542
|
}, i = () => {
|
|
543
543
|
var l;
|
|
544
544
|
c.value && ((l = c.value) == null ? void 0 : l.querySelectorAll("g")).forEach((h) => {
|
|
545
|
-
var b, w,
|
|
545
|
+
var b, w, $, C, x, V;
|
|
546
546
|
const p = h == null ? void 0 : h.getAttribute("id"), k = (w = (b = o.floor) == null ? void 0 : b.polygon_data) == null ? void 0 : w.find(
|
|
547
547
|
(E) => (E == null ? void 0 : E.key) === p
|
|
548
548
|
);
|
|
549
549
|
if (o.flats)
|
|
550
|
-
if ((
|
|
550
|
+
if (($ = o.floor) != null && $.conf)
|
|
551
551
|
h.setAttribute("conf", ((C = o.floor) == null ? void 0 : C.conf) || "");
|
|
552
552
|
else {
|
|
553
|
-
const E = (
|
|
553
|
+
const E = (x = o.flats) == null ? void 0 : x.find(
|
|
554
554
|
(D) => (D == null ? void 0 : D.id) === (k == null ? void 0 : k.id)
|
|
555
555
|
);
|
|
556
556
|
h == null || h.setAttribute("conf", ((V = E == null ? void 0 : E.conf) == null ? void 0 : V.toString()) || "");
|
|
@@ -563,28 +563,28 @@ const ArrowRight = /* @__PURE__ */ _export_sfc(_sfc_main$c, [["render", _sfc_ren
|
|
|
563
563
|
return watch(
|
|
564
564
|
() => v.value,
|
|
565
565
|
(l) => {
|
|
566
|
-
var h, p, k, b, w,
|
|
566
|
+
var h, p, k, b, w, $;
|
|
567
567
|
if (!l) return;
|
|
568
568
|
const a = l == null ? void 0 : l.parentElement;
|
|
569
569
|
if (a && (a == null ? void 0 : a.nodeName) === "g") {
|
|
570
570
|
const C = a.getAttribute("id");
|
|
571
|
-
if (!C || (m.value = ((p = (h = o.floor) == null ? void 0 : h.polygon_data) == null ? void 0 : p.find((
|
|
571
|
+
if (!C || (m.value = ((p = (h = o.floor) == null ? void 0 : h.polygon_data) == null ? void 0 : p.find((x) => (x == null ? void 0 : x.key) === C)) || null, !m.value)) return;
|
|
572
572
|
if (((k = m.value) == null ? void 0 : k.type) === "flat") {
|
|
573
|
-
const
|
|
573
|
+
const x = (b = o.flats) == null ? void 0 : b.find(
|
|
574
574
|
(V) => {
|
|
575
575
|
var E;
|
|
576
576
|
return (V == null ? void 0 : V.id) === ((E = m.value) == null ? void 0 : E.id);
|
|
577
577
|
}
|
|
578
578
|
);
|
|
579
|
-
y.value =
|
|
579
|
+
y.value = x ?? null;
|
|
580
580
|
} else if (((w = m.value) == null ? void 0 : w.type) === "tooltip") {
|
|
581
|
-
const
|
|
581
|
+
const x = ($ = o.actions) == null ? void 0 : $.find(
|
|
582
582
|
(V) => {
|
|
583
583
|
var E;
|
|
584
584
|
return (V == null ? void 0 : V.id) === ((E = m.value) == null ? void 0 : E.id);
|
|
585
585
|
}
|
|
586
586
|
);
|
|
587
|
-
y.value =
|
|
587
|
+
y.value = x ?? null;
|
|
588
588
|
} else
|
|
589
589
|
y.value = null;
|
|
590
590
|
} else
|
|
@@ -750,7 +750,7 @@ const Cube = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$1]
|
|
|
750
750
|
createVNode(_sfc_main$b, { onClick: y })
|
|
751
751
|
]),
|
|
752
752
|
default: withCtx(() => {
|
|
753
|
-
var g, d, s, n, i, u, l, a, h, p, k, b, w,
|
|
753
|
+
var g, d, s, n, i, u, l, a, h, p, k, b, w, $, C, x, V, E, D, N, S, j, T, R, P, O, F;
|
|
754
754
|
return [
|
|
755
755
|
createElementVNode("div", _hoisted_1$6, [
|
|
756
756
|
createElementVNode("div", _hoisted_2$3, [
|
|
@@ -827,11 +827,11 @@ const Cube = /* @__PURE__ */ _export_sfc(_sfc_main$8, [["render", _sfc_render$1]
|
|
|
827
827
|
]),
|
|
828
828
|
createElementVNode("div", _hoisted_12, [
|
|
829
829
|
createElementVNode("p", _hoisted_13, toDisplayString((b = (k = _.flat) == null ? void 0 : k.type) == null ? void 0 : b.title), 1),
|
|
830
|
-
createElementVNode("p", _hoisted_14, toDisplayString((
|
|
830
|
+
createElementVNode("p", _hoisted_14, toDisplayString(($ = (w = _.flat) == null ? void 0 : w.type) == null ? void 0 : $.teaser), 1)
|
|
831
831
|
]),
|
|
832
832
|
createElementVNode("div", _hoisted_15, [
|
|
833
833
|
(C = _.flat) != null && C.floor_number ? (openBlock(), createElementBlock("div", _hoisted_16, [
|
|
834
|
-
createElementVNode("p", _hoisted_17, toDisplayString((
|
|
834
|
+
createElementVNode("p", _hoisted_17, toDisplayString((x = _.flat) == null ? void 0 : x.floor_number), 1),
|
|
835
835
|
f[3] || (f[3] = createElementVNode("p", { class: "!ire-text-xs ire-text-gray-600" }, "Floor", -1))
|
|
836
836
|
])) : createCommentVNode("", !0),
|
|
837
837
|
(E = (V = _.flat) == null ? void 0 : V.type) != null && E.rooms_count ? (openBlock(), createElementBlock("div", _hoisted_18, [
|
|
@@ -885,7 +885,7 @@ function _sfc_render(r, e) {
|
|
|
885
885
|
createElementVNode("path", { d: "M 9.15625 6.3125 L 6.3125 9.15625 L 22.15625 25 L 6.21875 40.96875 L 9.03125 43.78125 L 25 27.84375 L 40.9375 43.78125 L 43.78125 40.9375 L 27.84375 25 L 43.6875 9.15625 L 40.84375 6.3125 L 25 22.15625 Z" }, null, -1)
|
|
886
886
|
]));
|
|
887
887
|
}
|
|
888
|
-
const Close = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render]]), _hoisted_1$4 = { class: "ire-fixed ire-left-0 ire-top-0 ire-z-[99999] ire-flex ire-h-full ire-w-full ire-cursor-pointer ire-items-center ire-justify-center ire-p-4 lg:ire-p-32" }, _hoisted_2$2 = { class: "ire-relative ire-h-fit ire-max-h-[80%] ire-min-w-full ire-cursor-default ire-overflow-y-auto ire-rounded-l-sm ire-bg-white lg:ire-min-w-[500px]" }, _hoisted_3$1 = { class: "ire-sticky ire-right-full ire-top-0 ire-flex ire-w-full ire-flex-row-reverse" }, _hoisted_4$1 = { class: "ire-h-full ire-w-full ire-cursor-auto ire-p-5 ire-pt-1" }, _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
888
|
+
const Close = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render]]), _hoisted_1$4 = { class: "ire-fixed ire-left-0 ire-top-0 ire-z-[99999] ire-flex ire-h-full ire-w-full ire-cursor-pointer ire-items-center ire-justify-center ire-p-4 lg:ire-p-32" }, _hoisted_2$2 = { class: "ire-relative ire-h-fit ire-max-h-[80%] ire-min-w-full ire-max-w-[1280px] ire-cursor-default ire-overflow-y-auto ire-rounded-l-sm ire-bg-white lg:ire-min-w-[500px]" }, _hoisted_3$1 = { class: "ire-sticky ire-right-full ire-top-0 ire-flex ire-w-full ire-flex-row-reverse" }, _hoisted_4$1 = { class: "ire-h-full ire-w-full ire-cursor-auto ire-p-5 ire-pt-1" }, _sfc_main$5 = /* @__PURE__ */ defineComponent({
|
|
889
889
|
__name: "PreviewModal",
|
|
890
890
|
emits: ["close"],
|
|
891
891
|
setup(r) {
|
|
@@ -920,7 +920,7 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render]]
|
|
|
920
920
|
innerHTML: e.editor
|
|
921
921
|
}, null, 8, _hoisted_1$3));
|
|
922
922
|
}
|
|
923
|
-
}), _hoisted_1$2 = { class: "!ire-text-3xl ire-font-bold" }, _hoisted_2$1 = ["src"], _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
923
|
+
}), _hoisted_1$2 = { class: "ire-mb-3 !ire-text-3xl ire-font-bold" }, _hoisted_2$1 = ["src"], _sfc_main$3 = /* @__PURE__ */ defineComponent({
|
|
924
924
|
__name: "ActionModal",
|
|
925
925
|
props: {
|
|
926
926
|
modalData: {}
|
|
@@ -979,25 +979,25 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render]]
|
|
|
979
979
|
if (!b || (m.value = ((i = (n = o.block) == null ? void 0 : n.polygon_data) == null ? void 0 : i.find((w) => (w == null ? void 0 : w.key) === b)) || null, !m.value)) return;
|
|
980
980
|
if (((u = m.value) == null ? void 0 : u.type) === "floor") {
|
|
981
981
|
const w = (l = o.floors) == null ? void 0 : l.find(
|
|
982
|
-
(
|
|
982
|
+
($) => {
|
|
983
983
|
var C;
|
|
984
|
-
return (
|
|
984
|
+
return ($ == null ? void 0 : $.id) === ((C = m.value) == null ? void 0 : C.id);
|
|
985
985
|
}
|
|
986
986
|
);
|
|
987
987
|
y.value = w;
|
|
988
988
|
} else if (((a = m.value) == null ? void 0 : a.type) === "flat") {
|
|
989
989
|
const w = (h = o.flats) == null ? void 0 : h.find(
|
|
990
|
-
(
|
|
990
|
+
($) => {
|
|
991
991
|
var C;
|
|
992
|
-
return (
|
|
992
|
+
return ($ == null ? void 0 : $.id) === ((C = m.value) == null ? void 0 : C.id);
|
|
993
993
|
}
|
|
994
994
|
);
|
|
995
995
|
y.value = w;
|
|
996
996
|
} else if (((p = m.value) == null ? void 0 : p.type) === "tooltip") {
|
|
997
997
|
const w = (k = o.actions) == null ? void 0 : k.find(
|
|
998
|
-
(
|
|
998
|
+
($) => {
|
|
999
999
|
var C;
|
|
1000
|
-
return (
|
|
1000
|
+
return ($ == null ? void 0 : $.id) === ((C = m.value) == null ? void 0 : C.id);
|
|
1001
1001
|
}
|
|
1002
1002
|
);
|
|
1003
1003
|
y.value = w;
|
|
@@ -1097,8 +1097,8 @@ const Close = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["render", _sfc_render]]
|
|
|
1097
1097
|
var k;
|
|
1098
1098
|
return (p == null ? void 0 : p.floor_number) !== ((k = i == null ? void 0 : i.floor_number) == null ? void 0 : k.toString()) ? !1 : i != null && i.polygon_data ? Object == null ? void 0 : Object.values(i == null ? void 0 : i.polygon_data).some(
|
|
1099
1099
|
(w) => {
|
|
1100
|
-
var
|
|
1101
|
-
return w != null && w.type && (w == null ? void 0 : w.type) === "flat" && (w == null ? void 0 : w.id) === (p == null ? void 0 : p.id) ? i != null && i.block_id ? (p == null ? void 0 : p.block_id) === ((
|
|
1100
|
+
var $;
|
|
1101
|
+
return w != null && w.type && (w == null ? void 0 : w.type) === "flat" && (w == null ? void 0 : w.id) === (p == null ? void 0 : p.id) ? i != null && i.block_id ? (p == null ? void 0 : p.block_id) === (($ = i == null ? void 0 : i.block_id) == null ? void 0 : $.toString()) : !(p != null && p.block_id) : !1;
|
|
1102
1102
|
}
|
|
1103
1103
|
) : !1;
|
|
1104
1104
|
});
|
package/dist/styles.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.ire-pointer-events-none{pointer-events:none}.ire-fixed{position:fixed}.ire-absolute{position:absolute}.ire-relative{position:relative}.ire-sticky{position:sticky}.\!ire-bottom-10{bottom:2.5rem!important}.\!ire-right-10{right:2.5rem!important}.ire-left-0{left:0}.ire-right-2\.5{right:.625rem}.ire-right-full{right:100%}.ire-top-0{top:0}.ire-top-2\.5{top:.625rem}.ire-z-\[99999\]{z-index:99999}.ire-z-\[999\]{z-index:999}.ire-mx-3{margin-left:.75rem;margin-right:.75rem}.ire-my-2{margin-top:.5rem;margin-bottom:.5rem}.\!ire-mt-2{margin-top:.5rem!important}.ire-mb-3{margin-bottom:.75rem}.ire-ml-1{margin-left:.25rem}.ire-ml-4{margin-left:1rem}.ire-mt-1{margin-top:.25rem}.ire-mt-5{margin-top:1.25rem}.ire-inline-block{display:inline-block}.ire-flex{display:flex}.ire-hidden{display:none}.ire-h-10{height:2.5rem}.ire-h-5{height:1.25rem}.ire-h-\[400px\]{height:400px}.ire-h-\[48px\]{height:48px}.ire-h-fit{height:-moz-fit-content;height:fit-content}.ire-h-full{height:100%}.ire-max-h-\[80\%\]{max-height:80%}.ire-w-10{width:2.5rem}.ire-w-5{width:1.25rem}.ire-w-6{width:1.5rem}.ire-w-fit{width:-moz-fit-content;width:fit-content}.ire-w-full{width:100%}.ire-min-w-3{min-width:.75rem}.ire-min-w-36{min-width:9rem}.ire-min-w-\[150px\]{min-width:150px}.ire-min-w-full{min-width:100%}.ire-max-w-\[200px\]{max-width:200px}.-ire-translate-x-1{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ire-translate-x-3{--tw-translate-x: .75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ire-rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ire-cursor-auto{cursor:auto}.ire-cursor-default{cursor:default}.ire-cursor-pointer{cursor:pointer}.ire-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ire-appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.ire-flex-row-reverse{flex-direction:row-reverse}.ire-flex-col{flex-direction:column}.ire-items-start{align-items:flex-start}.ire-items-center{align-items:center}.ire-justify-center{justify-content:center}.ire-justify-between{justify-content:space-between}.ire-gap-1{gap:.25rem}.ire-gap-2{gap:.5rem}.ire-gap-3{gap:.75rem}.ire-gap-5{gap:1.25rem}.ire-overflow-hidden{overflow:hidden}.ire-overflow-y-auto{overflow-y:auto}.ire-rounded-full{border-radius:9999px}.ire-rounded-lg{border-radius:.5rem}.ire-rounded-none{border-radius:0}.ire-rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.ire-border{border-width:1px}.ire-border-b{border-bottom-width:1px}.ire-border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.ire-border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.ire-border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}.ire-border-b-gray-200{--tw-border-opacity: 1;border-bottom-color:rgb(229 231 235 / var(--tw-border-opacity))}.\!ire-bg-primary{--tw-bg-opacity: 1 !important;background-color:rgb(30 41 59 / var(--tw-bg-opacity))!important}.ire-bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.ire-bg-black\/40{background-color:#0006}.ire-bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.ire-bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.ire-bg-transparent{background-color:transparent}.ire-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.\!ire-stroke-white{stroke:#fff!important}.ire-object-contain{-o-object-fit:contain;object-fit:contain}.ire-object-top{-o-object-position:top;object-position:top}.ire-p-1{padding:.25rem}.ire-p-2{padding:.5rem}.ire-p-3{padding:.75rem}.ire-p-4{padding:1rem}.ire-p-5{padding:1.25rem}.ire-p-6{padding:1.5rem}.ire-px-4{padding-left:1rem;padding-right:1rem}.ire-px-7{padding-left:1.75rem;padding-right:1.75rem}.ire-py-2{padding-top:.5rem;padding-bottom:.5rem}.ire-py-3{padding-top:.75rem;padding-bottom:.75rem}.ire-py-4{padding-top:1rem;padding-bottom:1rem}.ire-pl-3{padding-left:.75rem}.ire-pr-8{padding-right:2rem}.ire-pt-1{padding-top:.25rem}.ire-text-center{text-align:center}.\!ire-text-2xl{font-size:1.5rem!important;line-height:2rem!important}.\!ire-text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.\!ire-text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!ire-text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!ire-text-xs{font-size:.75rem!important;line-height:1rem!important}.ire-text-sm{font-size:.875rem;line-height:1.25rem}.ire-font-bold{font-weight:700}.ire-font-light{font-weight:300}.ire-font-semibold{font-weight:600}.ire-uppercase{text-transform:uppercase}.ire-capitalize{text-transform:capitalize}.\!ire-text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.\!ire-text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.ire-text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.ire-text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.ire-text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.ire-text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity))}.ire-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.ire-line-through{text-decoration-line:line-through}.ire-shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ire-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ire-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ire-duration-300{transition-duration:.3s}.ire-ease-linear{transition-timing-function:linear}.label{margin-bottom:.25rem!important;font-size:.75rem;line-height:1rem;text-transform:capitalize;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.canvas path{stroke:var(--stroke-color);stroke-width:var(--stroke-width)}.ire-fade-in-out-enter-from,.ire-fade-in-out-leave-to{opacity:0}.ire-fade-in-out-enter-active,.ire-fade-in-out-leave-active{transition:.3s ease-in-out}.ire-fade-in-out-enter-to,.ire-fade-in-out-leave-from{opacity:1}.placeholder\:ire-text-slate-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.placeholder\:ire-text-slate-400::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.hover\:ire-border-slate-400:hover{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}.hover\:ire-bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.hover\:ire-bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.hover\:ire-bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.hover\:ire-text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.focus\:ire-border-slate-400:focus{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}.focus\:ire-shadow-md:focus{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:ire-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.ire-group:hover .group-hover\:\!ire-text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}@media (min-width: 1024px){.lg\:ire-block{display:block}.lg\:ire-h-96{height:24rem}.lg\:ire-w-96{width:24rem}.lg\:ire-w-auto{width:auto}.lg\:ire-min-w-\[250px\]{min-width:250px}.lg\:ire-min-w-\[500px\]{min-width:500px}.lg\:ire-flex-row{flex-direction:row}.lg\:ire-gap-20{gap:5rem}.lg\:\!ire-text-balance{text-wrap:balance!important}.lg\:ire-p-32{padding:8rem}.lg\:ire-px-0{padding-left:0;padding-right:0}.lg\:ire-px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:ire-py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:\!ire-text-xl{font-size:1.25rem!important;line-height:1.75rem!important}}.\[\&_a\]\:ire-cursor-pointer a{cursor:pointer}.\[\&_a\]\:ire-text-\[\#2980b9\] a{--tw-text-opacity: 1;color:rgb(41 128 185 / var(--tw-text-opacity))}.\[\&_a\]\:ire-underline a{text-decoration-line:underline}.\[\&_g\[conf\=reserved\]_path\]\:ire-fill-\[var\(--reserved-color\)\] g[conf=reserved] path{fill:var(--reserved-color)}.\[\&_g\[conf\=sold\]_path\]\:ire-fill-\[var\(--sold-color\)\] g[conf=sold] path{fill:var(--sold-color)}.\[\&_path\]\:ire-cursor-pointer path{cursor:pointer}.\[\&_path\]\:ire-fill-\[var\(--path-color\)\] path{fill:var(--path-color)}.\[\&_path\]\:ire-fill-gray-400 path{fill:#9ca3af}.\[\&_path\]\:\!ire-stroke-white path{stroke:#fff!important}.\[\&_path\]\:ire-stroke-black path{stroke:#000}.\[\&_path\]\:\!ire-transition-all path{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.\[\&_path\]\:ire-transition-all path{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[\&_path\]\:hover\:ire-fill-white:hover path{fill:#fff}.hover\:\[\&_path\]\:ire-fill-\[var\(--path-hover-color\)\] path:hover{fill:var(--path-hover-color)}.hover\:\[\&_path\]\:ire-fill-\[var\(--reserved-color\)\] path:hover{fill:var(--reserved-color)}.hover\:\[\&_path\]\:ire-fill-\[var\(--sold-color\)\] path:hover{fill:var(--sold-color)}.ire-group:hover .group-hover\:\[\&_path\]\:ire-fill-white path{fill:#fff}.ire-group:hover .group-hover\:\[\&_path\]\:ire-stroke-white path{stroke:#fff}.\[\&_svg\]\:ire-h-3 svg{height:.75rem}.\[\&_svg\]\:ire-h-full svg{height:100%}.\[\&_svg\]\:ire-w-3 svg{width:.75rem}.\[\&_svg\]\:ire-w-full svg{width:100%}.\[\&_ul\]\:ire-flex ul{display:flex}.\[\&_ul\]\:ire-columns-1 ul{-moz-columns:1;columns:1}.\[\&_ul\]\:ire-flex-col ul{flex-direction:column}.\[\&_ul\]\:ire-gap-2 ul{gap:.5rem}.\[\&_ul_li\]\:ire-relative ul li{position:relative}.\[\&_ul_li\]\:ire-pl-\[20px\] ul li{padding-left:20px}.\[\&_ul_li\]\:after\:ire-absolute ul li:after{content:var(--tw-content);position:absolute}.\[\&_ul_li\]\:after\:ire-left-2 ul li:after{content:var(--tw-content);left:.5rem}.\[\&_ul_li\]\:after\:ire-top-\[10px\] ul li:after{content:var(--tw-content);top:10px}.\[\&_ul_li\]\:after\:ire-h-\[4px\] ul li:after{content:var(--tw-content);height:4px}.\[\&_ul_li\]\:after\:ire-w-\[4px\] ul li:after{content:var(--tw-content);width:4px}.\[\&_ul_li\]\:after\:ire-rounded-\[50\%\] ul li:after{content:var(--tw-content);border-radius:50%}.\[\&_ul_li\]\:after\:ire-bg-black ul li:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}
|
|
1
|
+
*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.ire-pointer-events-none{pointer-events:none}.ire-fixed{position:fixed}.ire-absolute{position:absolute}.ire-relative{position:relative}.ire-sticky{position:sticky}.\!ire-bottom-10{bottom:2.5rem!important}.\!ire-right-10{right:2.5rem!important}.ire-left-0{left:0}.ire-right-2\.5{right:.625rem}.ire-right-full{right:100%}.ire-top-0{top:0}.ire-top-2\.5{top:.625rem}.ire-z-\[99999\]{z-index:99999}.ire-z-\[999\]{z-index:999}.ire-mx-3{margin-left:.75rem;margin-right:.75rem}.ire-my-2{margin-top:.5rem;margin-bottom:.5rem}.\!ire-mt-2{margin-top:.5rem!important}.ire-mb-3{margin-bottom:.75rem}.ire-ml-1{margin-left:.25rem}.ire-ml-4{margin-left:1rem}.ire-mt-1{margin-top:.25rem}.ire-mt-5{margin-top:1.25rem}.ire-inline-block{display:inline-block}.ire-flex{display:flex}.ire-hidden{display:none}.ire-h-10{height:2.5rem}.ire-h-5{height:1.25rem}.ire-h-\[400px\]{height:400px}.ire-h-\[48px\]{height:48px}.ire-h-fit{height:-moz-fit-content;height:fit-content}.ire-h-full{height:100%}.ire-max-h-\[80\%\]{max-height:80%}.ire-w-10{width:2.5rem}.ire-w-5{width:1.25rem}.ire-w-6{width:1.5rem}.ire-w-fit{width:-moz-fit-content;width:fit-content}.ire-w-full{width:100%}.ire-min-w-3{min-width:.75rem}.ire-min-w-36{min-width:9rem}.ire-min-w-\[150px\]{min-width:150px}.ire-min-w-full{min-width:100%}.ire-max-w-\[1280px\]{max-width:1280px}.ire-max-w-\[200px\]{max-width:200px}.-ire-translate-x-1{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ire-translate-x-3{--tw-translate-x: .75rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ire-rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.ire-cursor-auto{cursor:auto}.ire-cursor-default{cursor:default}.ire-cursor-pointer{cursor:pointer}.ire-select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.ire-appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.ire-flex-row-reverse{flex-direction:row-reverse}.ire-flex-col{flex-direction:column}.ire-items-start{align-items:flex-start}.ire-items-center{align-items:center}.ire-justify-center{justify-content:center}.ire-justify-between{justify-content:space-between}.ire-gap-1{gap:.25rem}.ire-gap-2{gap:.5rem}.ire-gap-3{gap:.75rem}.ire-gap-5{gap:1.25rem}.ire-overflow-hidden{overflow:hidden}.ire-overflow-y-auto{overflow-y:auto}.ire-rounded-full{border-radius:9999px}.ire-rounded-lg{border-radius:.5rem}.ire-rounded-none{border-radius:0}.ire-rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.ire-border{border-width:1px}.ire-border-b{border-bottom-width:1px}.ire-border-gray-400{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity))}.ire-border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity))}.ire-border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}.ire-border-b-gray-200{--tw-border-opacity: 1;border-bottom-color:rgb(229 231 235 / var(--tw-border-opacity))}.\!ire-bg-primary{--tw-bg-opacity: 1 !important;background-color:rgb(30 41 59 / var(--tw-bg-opacity))!important}.ire-bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.ire-bg-black\/40{background-color:#0006}.ire-bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.ire-bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity))}.ire-bg-transparent{background-color:transparent}.ire-bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.\!ire-stroke-white{stroke:#fff!important}.ire-object-contain{-o-object-fit:contain;object-fit:contain}.ire-object-top{-o-object-position:top;object-position:top}.ire-p-1{padding:.25rem}.ire-p-2{padding:.5rem}.ire-p-3{padding:.75rem}.ire-p-4{padding:1rem}.ire-p-5{padding:1.25rem}.ire-p-6{padding:1.5rem}.ire-px-4{padding-left:1rem;padding-right:1rem}.ire-px-7{padding-left:1.75rem;padding-right:1.75rem}.ire-py-2{padding-top:.5rem;padding-bottom:.5rem}.ire-py-3{padding-top:.75rem;padding-bottom:.75rem}.ire-py-4{padding-top:1rem;padding-bottom:1rem}.ire-pl-3{padding-left:.75rem}.ire-pr-8{padding-right:2rem}.ire-pt-1{padding-top:.25rem}.ire-text-center{text-align:center}.\!ire-text-2xl{font-size:1.5rem!important;line-height:2rem!important}.\!ire-text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.\!ire-text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.\!ire-text-sm{font-size:.875rem!important;line-height:1.25rem!important}.\!ire-text-xs{font-size:.75rem!important;line-height:1rem!important}.ire-text-sm{font-size:.875rem;line-height:1.25rem}.ire-font-bold{font-weight:700}.ire-font-light{font-weight:300}.ire-font-semibold{font-weight:600}.ire-uppercase{text-transform:uppercase}.ire-capitalize{text-transform:capitalize}.\!ire-text-black{--tw-text-opacity: 1 !important;color:rgb(0 0 0 / var(--tw-text-opacity))!important}.\!ire-text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}.ire-text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.ire-text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.ire-text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.ire-text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity))}.ire-text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.ire-line-through{text-decoration-line:line-through}.ire-shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ire-transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ire-transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.ire-duration-300{transition-duration:.3s}.ire-ease-linear{transition-timing-function:linear}.label{margin-bottom:.25rem!important;font-size:.75rem;line-height:1rem;text-transform:capitalize;--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.canvas path{stroke:var(--stroke-color);stroke-width:var(--stroke-width)}.ire-fade-in-out-enter-from,.ire-fade-in-out-leave-to{opacity:0}.ire-fade-in-out-enter-active,.ire-fade-in-out-leave-active{transition:.3s ease-in-out}.ire-fade-in-out-enter-to,.ire-fade-in-out-leave-from{opacity:1}.placeholder\:ire-text-slate-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.placeholder\:ire-text-slate-400::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity))}.hover\:ire-border-slate-400:hover{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}.hover\:ire-bg-black:hover{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}.hover\:ire-bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgb(75 85 99 / var(--tw-bg-opacity))}.hover\:ire-bg-primary:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity))}.hover\:ire-text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.focus\:ire-border-slate-400:focus{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity))}.focus\:ire-shadow-md:focus{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:ire-outline-none:focus{outline:2px solid transparent;outline-offset:2px}.ire-group:hover .group-hover\:\!ire-text-white{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity))!important}@media (min-width: 1024px){.lg\:ire-block{display:block}.lg\:ire-h-96{height:24rem}.lg\:ire-w-96{width:24rem}.lg\:ire-w-auto{width:auto}.lg\:ire-min-w-\[250px\]{min-width:250px}.lg\:ire-min-w-\[500px\]{min-width:500px}.lg\:ire-flex-row{flex-direction:row}.lg\:ire-gap-20{gap:5rem}.lg\:\!ire-text-balance{text-wrap:balance!important}.lg\:ire-p-32{padding:8rem}.lg\:ire-px-0{padding-left:0;padding-right:0}.lg\:ire-px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:ire-py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:\!ire-text-xl{font-size:1.25rem!important;line-height:1.75rem!important}}.\[\&_a\]\:ire-cursor-pointer a{cursor:pointer}.\[\&_a\]\:ire-text-\[\#2980b9\] a{--tw-text-opacity: 1;color:rgb(41 128 185 / var(--tw-text-opacity))}.\[\&_a\]\:ire-underline a{text-decoration-line:underline}.\[\&_g\[conf\=reserved\]_path\]\:ire-fill-\[var\(--reserved-color\)\] g[conf=reserved] path{fill:var(--reserved-color)}.\[\&_g\[conf\=sold\]_path\]\:ire-fill-\[var\(--sold-color\)\] g[conf=sold] path{fill:var(--sold-color)}.\[\&_path\]\:ire-cursor-pointer path{cursor:pointer}.\[\&_path\]\:ire-fill-\[var\(--path-color\)\] path{fill:var(--path-color)}.\[\&_path\]\:ire-fill-gray-400 path{fill:#9ca3af}.\[\&_path\]\:\!ire-stroke-white path{stroke:#fff!important}.\[\&_path\]\:ire-stroke-black path{stroke:#000}.\[\&_path\]\:\!ire-transition-all path{transition-property:all!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.\[\&_path\]\:ire-transition-all path{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.\[\&_path\]\:hover\:ire-fill-white:hover path{fill:#fff}.hover\:\[\&_path\]\:ire-fill-\[var\(--path-hover-color\)\] path:hover{fill:var(--path-hover-color)}.hover\:\[\&_path\]\:ire-fill-\[var\(--reserved-color\)\] path:hover{fill:var(--reserved-color)}.hover\:\[\&_path\]\:ire-fill-\[var\(--sold-color\)\] path:hover{fill:var(--sold-color)}.ire-group:hover .group-hover\:\[\&_path\]\:ire-fill-white path{fill:#fff}.ire-group:hover .group-hover\:\[\&_path\]\:ire-stroke-white path{stroke:#fff}.\[\&_svg\]\:ire-h-3 svg{height:.75rem}.\[\&_svg\]\:ire-h-full svg{height:100%}.\[\&_svg\]\:ire-w-3 svg{width:.75rem}.\[\&_svg\]\:ire-w-full svg{width:100%}.\[\&_ul\]\:ire-flex ul{display:flex}.\[\&_ul\]\:ire-columns-1 ul{-moz-columns:1;columns:1}.\[\&_ul\]\:ire-flex-col ul{flex-direction:column}.\[\&_ul\]\:ire-gap-2 ul{gap:.5rem}.\[\&_ul_li\]\:ire-relative ul li{position:relative}.\[\&_ul_li\]\:ire-pl-\[20px\] ul li{padding-left:20px}.\[\&_ul_li\]\:after\:ire-absolute ul li:after{content:var(--tw-content);position:absolute}.\[\&_ul_li\]\:after\:ire-left-2 ul li:after{content:var(--tw-content);left:.5rem}.\[\&_ul_li\]\:after\:ire-top-\[10px\] ul li:after{content:var(--tw-content);top:10px}.\[\&_ul_li\]\:after\:ire-h-\[4px\] ul li:after{content:var(--tw-content);height:4px}.\[\&_ul_li\]\:after\:ire-w-\[4px\] ul li:after{content:var(--tw-content);width:4px}.\[\&_ul_li\]\:after\:ire-rounded-\[50\%\] ul li:after{content:var(--tw-content);border-radius:50%}.\[\&_ul_li\]\:after\:ire-bg-black ul li:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity))}
|