@eventlook/sdk 1.5.0 → 1.5.1-beta.0
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/cjs/{index-CUIxdwQn.js → index-CMWC53WV.js} +110 -10
- package/dist/cjs/{index-CUIxdwQn.js.map → index-CMWC53WV.js.map} +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/{index.umd-BoFEW91M.js → index.umd-DidY0wcP.js} +2 -2
- package/dist/cjs/{index.umd-BoFEW91M.js.map → index.umd-DidY0wcP.js.map} +1 -1
- package/dist/esm/{index-fvLIN6eP.js → index-Ckv5Hgla.js} +110 -10
- package/dist/esm/{index-fvLIN6eP.js.map → index-Ckv5Hgla.js.map} +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/{index.umd-BKBHcCnm.js → index.umd-B1DMUAwm.js} +2 -2
- package/dist/esm/{index.umd-bIV_YpEF.js.map → index.umd-B1DMUAwm.js.map} +1 -1
- package/dist/types/locales/cs.d.ts +5 -1
- package/dist/types/locales/en.d.ts +5 -1
- package/dist/types/locales/es.d.ts +5 -1
- package/dist/types/locales/pl.d.ts +5 -1
- package/dist/types/locales/sk.d.ts +5 -1
- package/dist/types/locales/uk.d.ts +5 -1
- package/package.json +1 -1
- package/src/form/PaymentOverviewBox.tsx +14 -12
- package/src/form/services/index.tsx +72 -37
- package/src/locales/cs.tsx +12 -2
- package/src/locales/en.tsx +12 -2
- package/src/locales/es.tsx +12 -2
- package/src/locales/pl.tsx +12 -2
- package/src/locales/sk.tsx +12 -2
- package/src/locales/uk.tsx +12 -2
- package/.claude/settings.local.json +0 -13
- package/dist/cjs/index-D5rQiSGP.js +0 -38574
- package/dist/cjs/index-D5rQiSGP.js.map +0 -1
- package/dist/cjs/index.umd-BzSM62qM.js +0 -13397
- package/dist/cjs/index.umd-BzSM62qM.js.map +0 -1
- package/dist/esm/index-Cm7V8Zl3.js +0 -38571
- package/dist/esm/index-Cm7V8Zl3.js.map +0 -1
- package/dist/esm/index.umd-BKBHcCnm.js.map +0 -1
- package/dist/esm/index.umd-bIV_YpEF.js +0 -13395
|
@@ -2270,7 +2270,18 @@ const cs = {
|
|
|
2270
2270
|
label: 'Pojištění vstupenek',
|
|
2271
2271
|
per_ticket: 'ks',
|
|
2272
2272
|
modal: {
|
|
2273
|
-
description:
|
|
2273
|
+
description: [
|
|
2274
|
+
'Pojištění stornopoplatků Vám poskytuje ochranu v případě nečekaných událostí, které Vám znemožní účast na akci. Díky pojištění můžete předejít peněžním ztrátám. Obdržíte zpět peníze za vstupenku, pokud se nemůžete zúčastnit akce, zejména z důvodu:',
|
|
2275
|
+
'- Vašeho úrazu nebo nemoci',
|
|
2276
|
+
'- Úrazu nebo nemoci rodinného příslušníka, o kterého se musíte postarat',
|
|
2277
|
+
'- Nařízené karantény',
|
|
2278
|
+
'- Uvedeného v pojistných podmínkách, kdy zruší účast přátelé, se kterými jste zakoupili vstupenku společně, pokud byste se dané akce museli zúčastnit sami.',
|
|
2279
|
+
'Přehled všech událostí, kdy vzniká nárok na vrácení vstupného, a kompletní informace k pojištění naleznete zde:',
|
|
2280
|
+
],
|
|
2281
|
+
links: {
|
|
2282
|
+
insurance: 'Pojistné podmínky <0>PP STORNO CZ Eventlook 01/2026</0>',
|
|
2283
|
+
info: 'Informace o pojistném produktu <0>IPID STORNO CZ 11/2025</0>',
|
|
2284
|
+
},
|
|
2274
2285
|
coverage: 'Pojištění pokrývá: nemoc, úraz, náhlá hospitalizace, karanténa nebo jiné nepředvídatelné události, které Vám zabrání v účasti na akci.',
|
|
2275
2286
|
price: 'Cena pojištění',
|
|
2276
2287
|
},
|
|
@@ -2450,7 +2461,18 @@ const en = {
|
|
|
2450
2461
|
per_ticket: 'pc',
|
|
2451
2462
|
modal: {
|
|
2452
2463
|
title: 'Ticket Insurance',
|
|
2453
|
-
description:
|
|
2464
|
+
description: [
|
|
2465
|
+
'Cancellation fee insurance provides you with protection in case of unexpected events that prevent you from attending the event. With insurance, you can avoid financial losses. You will receive a refund for the ticket if you cannot attend the event, especially due to:',
|
|
2466
|
+
'- Your injury or illness',
|
|
2467
|
+
'- Injury or illness of a family member you need to take care of',
|
|
2468
|
+
'- Ordered quarantine',
|
|
2469
|
+
'- As stated in the insurance conditions, when friends with whom you purchased the ticket together cancel their attendance, if you would have to attend the event alone.',
|
|
2470
|
+
'An overview of all events when you are entitled to a ticket refund and complete insurance information can be found here:',
|
|
2471
|
+
],
|
|
2472
|
+
links: {
|
|
2473
|
+
insurance: 'Insurance conditions <0>PP STORNO CZ Eventlook 01/2026</0>',
|
|
2474
|
+
info: 'Insurance product information <0>IPID STORNO CZ 11/2025</0>',
|
|
2475
|
+
},
|
|
2454
2476
|
coverage: 'Insurance covers: illness, injury, sudden hospitalization, quarantine, or other unforeseen events that prevent you from attending the event.',
|
|
2455
2477
|
price: 'Insurance price',
|
|
2456
2478
|
},
|
|
@@ -2630,7 +2652,18 @@ const sk = {
|
|
|
2630
2652
|
per_ticket: 'pc',
|
|
2631
2653
|
modal: {
|
|
2632
2654
|
title: 'Poistenie vstupenky',
|
|
2633
|
-
description:
|
|
2655
|
+
description: [
|
|
2656
|
+
'Poistenie stornopoplatkov Vám poskytuje ochranu v prípade nečakaných udalostí, ktoré Vám znemožnia účasť na akcii. Vďaka poisteniu môžete predísť peňažným stratám. Dostanete späť peniaze za vstupenku, ak sa nemôžete zúčastniť akcie, najmä z dôvodu:',
|
|
2657
|
+
'- Vášho úrazu alebo choroby',
|
|
2658
|
+
'- Úrazu alebo choroby rodinného príslušníka, o ktorého sa musíte postarať',
|
|
2659
|
+
'- Nariadenej karantény',
|
|
2660
|
+
'- Uvedeného v poistných podmienkach, keď zrušia účasť priatelia, s ktorými ste zakúpili vstupenku spoločne, ak by ste sa danej akcie museli zúčastniť sami.',
|
|
2661
|
+
'Prehľad všetkých udalostí, kedy vzniká nárok na vrátenie vstupného, a kompletné informácie k poisteniu nájdete tu:',
|
|
2662
|
+
],
|
|
2663
|
+
links: {
|
|
2664
|
+
insurance: 'Poistné podmienky <0>PP STORNO CZ Eventlook 01/2026</0>',
|
|
2665
|
+
info: 'Informácie o poistnom produkte <0>IPID STORNO CZ 11/2025</0>',
|
|
2666
|
+
},
|
|
2634
2667
|
coverage: 'Poistenie kryje: chorobu, zranenie, náhlu hospitalizáciu, karanténu alebo iné nepredvídané udalosti, ktoré vám zabránia zúčastniť sa podujatia.',
|
|
2635
2668
|
price: 'Cena poistenia',
|
|
2636
2669
|
},
|
|
@@ -2810,7 +2843,18 @@ const pl = {
|
|
|
2810
2843
|
per_ticket: 'pc',
|
|
2811
2844
|
modal: {
|
|
2812
2845
|
title: 'Ubezpieczenie biletów',
|
|
2813
|
-
description:
|
|
2846
|
+
description: [
|
|
2847
|
+
'Ubezpieczenie opłat za anulowanie zapewnia ochronę w przypadku nieoczekiwanych zdarzeń, które uniemożliwią Ci udział w wydarzeniu. Dzięki ubezpieczeniu możesz uniknąć strat finansowych. Otrzymasz zwrot pieniędzy za bilet, jeśli nie możesz wziąć udziału w wydarzeniu, szczególnie z powodu:',
|
|
2848
|
+
'- Twojego urazu lub choroby',
|
|
2849
|
+
'- Urazu lub choroby członka rodziny, którym musisz się opiekować',
|
|
2850
|
+
'- Nakazanej kwarantanny',
|
|
2851
|
+
'- Określonego w warunkach ubezpieczenia, gdy znajomi, z którymi wspólnie kupiliście bilet, zrezygnują z udziału, jeśli musielibyście uczestniczyć w wydarzeniu sami.',
|
|
2852
|
+
'Przegląd wszystkich zdarzeń, w których przysługuje zwrot za bilet, oraz pełne informacje o ubezpieczeniu znajdziesz tutaj:',
|
|
2853
|
+
],
|
|
2854
|
+
links: {
|
|
2855
|
+
insurance: 'Warunki ubezpieczenia <0>PP STORNO CZ Eventlook 01/2026</0>',
|
|
2856
|
+
info: 'Informacje o produkcie ubezpieczeniowym <0>IPID STORNO CZ 11/2025</0>',
|
|
2857
|
+
},
|
|
2814
2858
|
coverage: 'Ubezpieczenie obejmuje: chorobę, kontuzję, nagłe hospitalizacje, kwarantannę lub inne nieprzewidziane zdarzenia uniemożliwiające uczestnictwo w wydarzeniu.',
|
|
2815
2859
|
price: 'Cena ubezpieczenia',
|
|
2816
2860
|
},
|
|
@@ -2990,7 +3034,18 @@ const uk = {
|
|
|
2990
3034
|
per_ticket: 'pc',
|
|
2991
3035
|
modal: {
|
|
2992
3036
|
title: 'Страхування квитка',
|
|
2993
|
-
description:
|
|
3037
|
+
description: [
|
|
3038
|
+
'Страхування від скасування забезпечує вам захист у разі несподіваних подій, які унеможливлюють вашу участь у заході. Завдяки страхуванню ви можете уникнути фінансових втрат. Ви отримаєте повернення коштів за квиток, якщо не зможете відвідати захід, зокрема через:',
|
|
3039
|
+
'- Вашу травму або хворобу',
|
|
3040
|
+
'- Травму або хворобу члена сім\'ї, за яким потрібно доглядати',
|
|
3041
|
+
'- Призначений карантин',
|
|
3042
|
+
'- Зазначене у страхових умовах, коли друзі, з якими ви придбали квиток спільно, скасують участь, якщо вам довелося б відвідати захід на самоті.',
|
|
3043
|
+
'Огляд усіх подій, за яких виникає право на повернення вартості квитка, та повну інформацію про страхування можна знайти тут:',
|
|
3044
|
+
],
|
|
3045
|
+
links: {
|
|
3046
|
+
insurance: 'Страхові умови <0>PP STORNO CZ Eventlook 01/2026</0>',
|
|
3047
|
+
info: 'Інформація про страховий продукт <0>IPID STORNO CZ 11/2025</0>',
|
|
3048
|
+
},
|
|
2994
3049
|
coverage: 'Страхування покриває: хворобу, травму, раптову госпіталізацію, карантин або інші непередбачені події, які перешкоджають вашій участі у заході.',
|
|
2995
3050
|
price: 'Ціна страхування',
|
|
2996
3051
|
},
|
|
@@ -3170,7 +3225,18 @@ const es = {
|
|
|
3170
3225
|
per_ticket: 'pc',
|
|
3171
3226
|
modal: {
|
|
3172
3227
|
title: 'Seguro de entrada',
|
|
3173
|
-
description:
|
|
3228
|
+
description: [
|
|
3229
|
+
'El seguro de gastos de cancelación te ofrece protección en caso de eventos inesperados que te impidan asistir al evento. Gracias al seguro, puedes evitar pérdidas económicas. Recibirás un reembolso por la entrada si no puedes asistir al evento, especialmente por:',
|
|
3230
|
+
'- Tu lesión o enfermedad',
|
|
3231
|
+
'- Lesión o enfermedad de un familiar que necesitas cuidar',
|
|
3232
|
+
'- Cuarentena obligatoria',
|
|
3233
|
+
'- Lo indicado en las condiciones del seguro, cuando los amigos con los que compraste la entrada conjuntamente cancelen su asistencia, si tuvieras que asistir al evento solo.',
|
|
3234
|
+
'Un resumen de todos los eventos en los que tienes derecho a un reembolso de la entrada e información completa sobre el seguro se puede encontrar aquí:',
|
|
3235
|
+
],
|
|
3236
|
+
links: {
|
|
3237
|
+
insurance: 'Condiciones del seguro <0>PP STORNO CZ Eventlook 01/2026</0>',
|
|
3238
|
+
info: 'Información del producto de seguro <0>IPID STORNO CZ 11/2025</0>',
|
|
3239
|
+
},
|
|
3174
3240
|
coverage: 'El seguro cubre: enfermedad, lesión, hospitalización repentina, cuarentena u otros acontecimientos imprevistos que te impidan asistir al evento.',
|
|
3175
3241
|
price: 'Precio del seguro',
|
|
3176
3242
|
},
|
|
@@ -34472,6 +34538,9 @@ const PaymentOverviewBox = ({ event, withoutPadding, hideBuyButton }) => {
|
|
|
34472
34538
|
React.createElement(Stack, { className: "overview-card__order-info", sx: { p: { xs: withoutPadding ? 0 : 2, md: 2 } }, pt: { xs: 0, sm: 2 }, spacing: 0.75, useFlexGap: true },
|
|
34473
34539
|
!!selectedTickets.length && !isMobile && React.createElement(Divider, { sx: { borderStyle: 'dashed' } }),
|
|
34474
34540
|
!!selectedTickets.length && (React.createElement(Stack, { spacing: 0.5 },
|
|
34541
|
+
React.createElement(PaymentOverviewCheckbox, { checkboxName: "ticketInsurance", label: `${totalItemCount.totalTickets}x ${t('event.tickets.insurance.label')}`, value: React.createElement(React.Fragment, null,
|
|
34542
|
+
ticketInsurance && totalItemCount.totalTickets > 0 ? '' : '+ ',
|
|
34543
|
+
fCurrency(ticketInsurancePricePerUnit * totalItemCount.totalTickets, lang, event.currency)) }),
|
|
34475
34544
|
React.createElement(PaymentOverviewCheckbox, { checkboxName: "smsNotification", label: t('event.tickets.sms_notification.label'), value: React.createElement(React.Fragment, null,
|
|
34476
34545
|
smsNotification && totalItemCount.totalTickets > 0 ? '' : '+ ',
|
|
34477
34546
|
fCurrency(smsNotificationPrice, lang, event.currency)) }),
|
|
@@ -34570,7 +34639,7 @@ const ReleaseCountdown = ({ event, setShowReleaseDate }) => {
|
|
|
34570
34639
|
|
|
34571
34640
|
const v="5.6.5";const fr=24;const ip=0;const op=74;const w=738;const h=100;const nm="bank transfer";const ddd=0;const assets=[];const layers=[{ddd:0,ind:1,ty:4,nm:"r bank Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[655.22,48.585,0],ix:2},a:{a:0,k:[40.949,41.396,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[38.126,30.072],[40.499,31.134],[40.499,38.773],[39.437,41.146],[-38.124,41.146],[-40.498,40.084],[-40.498,32.445],[-39.435,30.072]],o:[[39.437,30.072],[40.499,32.445],[40.499,40.084],[38.126,41.146],[-39.435,41.146],[-40.498,38.773],[-40.498,31.134],[-38.124,30.072]],v:[[38.126,30.072],[40.499,32.445],[40.499,38.773],[38.126,41.146],[-38.124,41.146],[-40.498,38.773],[-40.498,32.445],[-38.124,30.072]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[31.729,27.372],[22.238,27.372],[22.238,-2.628],[31.729,-2.628]],o:[[31.729,27.372],[22.238,27.372],[22.238,-2.628],[31.729,-2.628]],v:[[31.729,27.372],[22.238,27.372],[22.238,-2.628],[31.729,-2.628]],c:true},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[31.729,-2.628]],o:[[31.729,-2.628]],v:[[31.729,-2.628]],c:false},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:3,ty:"sh",ix:4,ks:{a:0,k:{i:[[13.749,27.372],[4.257,27.372],[4.257,-2.628],[13.749,-2.628]],o:[[13.749,27.372],[4.257,27.372],[4.257,-2.628],[13.749,-2.628]],v:[[13.749,27.372],[4.257,27.372],[4.257,-2.628],[13.749,-2.628]],c:true},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:4,ty:"sh",ix:5,ks:{a:0,k:{i:[[13.749,-2.628]],o:[[13.749,-2.628]],v:[[13.749,-2.628]],c:false},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:5,ty:"sh",ix:6,ks:{a:0,k:{i:[[-4.233,27.372],[-13.725,27.372],[-13.725,-2.628],[-4.233,-2.628]],o:[[-4.233,27.372],[-13.725,27.372],[-13.725,-2.628],[-4.233,-2.628]],v:[[-4.233,27.372],[-13.725,27.372],[-13.725,-2.628],[-4.233,-2.628]],c:true},ix:2},nm:"Path 6",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:6,ty:"sh",ix:7,ks:{a:0,k:{i:[[-4.233,-2.628]],o:[[-4.233,-2.628]],v:[[-4.233,-2.628]],c:false},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:7,ty:"sh",ix:8,ks:{a:0,k:{i:[[-22.215,27.372],[-31.707,27.372],[-31.707,-2.628],[-22.215,-2.628]],o:[[-22.215,27.372],[-31.707,27.372],[-31.707,-2.628],[-22.215,-2.628]],v:[[-22.215,27.372],[-31.707,27.372],[-31.707,-2.628],[-22.215,-2.628]],c:true},ix:2},nm:"Path 8",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:8,ty:"sh",ix:9,ks:{a:0,k:{i:[[-22.215,-2.628]],o:[[-22.215,-2.628]],v:[[-22.215,-2.628]],c:false},ix:2},nm:"Path 9",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:9,ty:"sh",ix:10,ks:{a:0,k:{i:[[34.872,-10.168],[34.872,-7.795],[33.81,-5.422],[-32.499,-5.422],[-34.871,-6.484],[-34.871,-10.168]],o:[[34.872,-10.168],[34.872,-6.484],[32.499,-5.422],[-33.81,-5.422],[-34.871,-7.795],[-34.871,-10.168]],v:[[34.872,-10.168],[34.872,-7.795],[32.499,-5.422],[-32.499,-5.422],[-34.871,-7.795],[-34.871,-10.168]],c:true},ix:2},nm:"Path 10",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:10,ty:"sh",ix:11,ks:{a:0,k:{i:[[-1.243,-40.676],[0.4810000000000001,-41.146],[39.371,-17.208],[40.69799999999999,-15.562],[39.188,-12.814],[-38.126,-12.814],[-40.120999999999995,-13.518999999999998],[-40.275000000000006,-16.651]],o:[[-0.4800000000000001,-41.146],[1.243,-40.676],[40.275000000000006,-16.651999999999997],[40.120999999999995,-13.518999999999998],[38.127,-12.814],[-39.187,-12.814],[-40.699,-15.562],[-39.371,-17.208]],v:[[-1.243,-40.676],[1.243,-40.676],[39.371,-17.208],[40.41,-14.54],[38.127,-12.814],[-38.126,-12.814],[-40.41,-14.54],[-39.371,-17.208]],c:true},ix:2},nm:"Path 11",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"mm",mm:1,nm:"Merge Paths 1",mn:"ADBE Vector Filter - Merge",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9804,0.3294,0.1098,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[40.948,41.396],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 1",np:13,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false,_render:true}],ip:0,op:108,st:0,bm:0,completed:true},{ddd:0,ind:2,ty:4,nm:"l bank Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[79.22,48.585,0],ix:2},a:{a:0,k:[40.949,41.396,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[38.126,30.072],[40.499,31.134],[40.499,38.773],[39.437,41.146],[-38.124,41.146],[-40.498,40.084],[-40.498,32.445],[-39.435,30.072]],o:[[39.437,30.072],[40.499,32.445],[40.499,40.084],[38.126,41.146],[-39.435,41.146],[-40.498,38.773],[-40.498,31.134],[-38.124,30.072]],v:[[38.126,30.072],[40.499,32.445],[40.499,38.773],[38.126,41.146],[-38.124,41.146],[-40.498,38.773],[-40.498,32.445],[-38.124,30.072]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[31.73,27.372],[22.239,27.372],[22.239,-2.628],[31.73,-2.628]],o:[[31.73,27.372],[22.239,27.372],[22.239,-2.628],[31.73,-2.628]],v:[[31.73,27.372],[22.239,27.372],[22.239,-2.628],[31.73,-2.628]],c:true},ix:2},nm:"Path 2",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[31.73,-2.628]],o:[[31.73,-2.628]],v:[[31.73,-2.628]],c:false},ix:2},nm:"Path 3",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:3,ty:"sh",ix:4,ks:{a:0,k:{i:[[13.749,27.372],[4.257,27.372],[4.257,-2.628],[13.749,-2.628]],o:[[13.749,27.372],[4.257,27.372],[4.257,-2.628],[13.749,-2.628]],v:[[13.749,27.372],[4.257,27.372],[4.257,-2.628],[13.749,-2.628]],c:true},ix:2},nm:"Path 4",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:4,ty:"sh",ix:5,ks:{a:0,k:{i:[[13.749,-2.628]],o:[[13.749,-2.628]],v:[[13.749,-2.628]],c:false},ix:2},nm:"Path 5",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:5,ty:"sh",ix:6,ks:{a:0,k:{i:[[-4.233,27.372],[-13.725,27.372],[-13.725,-2.628],[-4.233,-2.628]],o:[[-4.233,27.372],[-13.725,27.372],[-13.725,-2.628],[-4.233,-2.628]],v:[[-4.233,27.372],[-13.725,27.372],[-13.725,-2.628],[-4.233,-2.628]],c:true},ix:2},nm:"Path 6",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:6,ty:"sh",ix:7,ks:{a:0,k:{i:[[-4.233,-2.628]],o:[[-4.233,-2.628]],v:[[-4.233,-2.628]],c:false},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:7,ty:"sh",ix:8,ks:{a:0,k:{i:[[-22.216,27.372],[-31.708,27.372],[-31.708,-2.628],[-22.216,-2.628]],o:[[-22.216,27.372],[-31.708,27.372],[-31.708,-2.628],[-22.216,-2.628]],v:[[-22.216,27.372],[-31.708,27.372],[-31.708,-2.628],[-22.216,-2.628]],c:true},ix:2},nm:"Path 8",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:8,ty:"sh",ix:9,ks:{a:0,k:{i:[[-22.216,-2.628]],o:[[-22.216,-2.628]],v:[[-22.216,-2.628]],c:false},ix:2},nm:"Path 9",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:9,ty:"sh",ix:10,ks:{a:0,k:{i:[[34.872,-10.168],[34.872,-7.795],[33.809000000000005,-5.422],[-32.499,-5.422],[-34.871,-6.484],[-34.871,-10.168]],o:[[34.872,-10.168],[34.872,-6.484],[32.499,-5.422],[-33.809000000000005,-5.422],[-34.871,-7.795],[-34.871,-10.168]],v:[[34.872,-10.168],[34.872,-7.795],[32.499,-5.422],[-32.499,-5.422],[-34.871,-7.795],[-34.871,-10.168]],c:true},ix:2},nm:"Path 10",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ind:10,ty:"sh",ix:11,ks:{a:0,k:{i:[[-1.244,-40.676],[0.481,-41.146],[39.371,-17.208],[40.699,-15.562],[39.188,-12.814],[-38.127,-12.814],[-40.120999999999995,-13.518999999999998],[-40.275000000000006,-16.651]],o:[[-0.481,-41.146],[1.244,-40.676],[40.275000000000006,-16.651999999999997],[40.120999999999995,-13.518999999999998],[38.127,-12.814],[-39.188,-12.814],[-40.699,-15.562],[-39.371,-17.208]],v:[[-1.244,-40.676],[1.244,-40.676],[39.371,-17.208],[40.41,-14.54],[38.127,-12.814],[-38.127,-12.814],[-40.41,-14.54],[-39.371,-17.208]],c:true},ix:2},nm:"Path 11",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"mm",mm:1,nm:"Merge Paths 1",mn:"ADBE Vector Filter - Merge",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9804,0.3294,0.1098,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[40.949,41.396],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 1",np:13,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false,_render:true}],ip:0,op:108,st:0,bm:0,completed:true},{ddd:0,ind:3,ty:4,nm:"lines Outlines 2",td:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[367.221,50.457,0],ix:2},a:{a:0,k:[205.75,3.25,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[400.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 1",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[370.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 2",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[340.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 3",np:2,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[310.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 4",np:2,cix:2,bm:0,ix:4,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[280.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 5",np:2,cix:2,bm:0,ix:5,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[250.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 6",np:2,cix:2,bm:0,ix:6,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[220.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 7",np:2,cix:2,bm:0,ix:7,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[190.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 8",np:2,cix:2,bm:0,ix:8,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[160.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 9",np:2,cix:2,bm:0,ix:9,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[130.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 10",np:2,cix:2,bm:0,ix:10,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[100.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 11",np:2,cix:2,bm:0,ix:11,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[70.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 12",np:2,cix:2,bm:0,ix:12,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[40.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 13",np:2,cix:2,bm:0,ix:13,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[10.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 14",np:2,cix:2,bm:0,ix:14,mn:"ADBE Vector Group",hd:false,_render:true}],ip:0,op:108,st:0,bm:0,completed:true},{ddd:0,ind:4,ty:4,nm:"Shape Layer 1",tt:1,sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{s:true,x:{a:1,k:[{i:{x:[0.34],y:[1]},o:{x:[0.26],y:[0]},t:0,s:[141.465]},{i:{x:[0.34],y:[1]},o:{x:[0.26],y:[0]},t:36,s:[683.465]},{i:{x:[0.34],y:[1]},o:{x:[0.26],y:[0]},t:37,s:[141.465]},{t:73,s:[683.465]}],ix:3},y:{a:0,k:48.4,ix:4}},a:{a:0,k:[-125.535,-3.6,0],ix:1},s:{a:0,k:[14.105,39.614,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[190.93,82.801],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9753,0.7274,0.6447,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[-765.035,-3.6],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[110.538,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Rectangle 4",np:3,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[190.93,82.801],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:false,_render:true},{ty:"fl",c:{a:0,k:[1,0.265,0.02,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[-550.035,-3.6],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[114.837,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Rectangle 3",np:3,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[190.93,82.801],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:false,_render:true},{ty:"fl",c:{a:0,k:[1,0.25,0,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[-335.535,-3.6],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[110.435,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Rectangle 2",np:3,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ty:"rc",d:1,s:{a:0,k:[190.93,82.801],ix:2},p:{a:0,k:[0,0],ix:3},r:{a:0,k:0,ix:4},nm:"Rectangle Path 1",mn:"ADBE Vector Shape - Rect",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9804,0.3294,0.1098,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[-125.535,-3.6],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[113.221,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Rectangle 1",np:3,cix:2,bm:0,ix:4,mn:"ADBE Vector Group",hd:false,_render:true}],ip:0,op:108,st:0,bm:0,completed:true},{ddd:0,ind:5,ty:4,nm:"lines Outlines",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[367.221,50.457,0],ix:2},a:{a:0,k:[205.75,3.25,0],ix:1},s:{a:0,k:[100,100,100],ix:6}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[400.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 1",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[370.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 2",np:2,cix:2,bm:0,ix:2,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[340.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 3",np:2,cix:2,bm:0,ix:3,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[310.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 4",np:2,cix:2,bm:0,ix:4,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[280.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 5",np:2,cix:2,bm:0,ix:5,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.156,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.156,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[250.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 6",np:2,cix:2,bm:0,ix:6,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[220.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 7",np:2,cix:2,bm:0,ix:7,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[190.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 8",np:2,cix:2,bm:0,ix:8,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[160.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 9",np:2,cix:2,bm:0,ix:9,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[130.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 10",np:2,cix:2,bm:0,ix:10,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[100.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 11",np:2,cix:2,bm:0,ix:11,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[70.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 12",np:2,cix:2,bm:0,ix:12,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[40.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 13",np:2,cix:2,bm:0,ix:13,mn:"ADBE Vector Group",hd:false,_render:true},{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[-9.157,-3],[7.5,-3],[10.5,-1.657],[9.157,3],[-7.5,3],[-10.5,1.656]],o:[[-7.5,-3],[9.157,-3],[10.5,1.656],[7.5,3],[-9.157,3],[-10.5,-1.657]],v:[[-7.5,-3],[7.5,-3],[10.5,0],[7.5,3],[-7.5,3],[-10.5,0]],c:true},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:false,_render:true},{ty:"fl",c:{a:0,k:[0.9961,0.807,0.7439,1],ix:4},o:{a:0,k:100,ix:5},r:1,bm:0,nm:"Fill 1",mn:"ADBE Vector Graphic - Fill",hd:false,_render:true},{ty:"tr",p:{a:0,k:[10.75,3.25],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[100,100],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform",_render:true}],nm:"Group 14",np:2,cix:2,bm:0,ix:14,mn:"ADBE Vector Group",hd:false,_render:true}],ip:0,op:108,st:0,bm:0,completed:true}];const markers=[];const __complete=true;var bankTransferAnimation = {v:v,fr:fr,ip:ip,op:op,w:w,h:h,nm:nm,ddd:ddd,assets:assets,layers:layers,markers:markers,__complete:__complete};
|
|
34572
34641
|
|
|
34573
|
-
lazy(() => import('./index.umd-
|
|
34642
|
+
lazy(() => import('./index.umd-B1DMUAwm.js').then(function (n) { return n.i; }));
|
|
34574
34643
|
const PaymentPending = () => {
|
|
34575
34644
|
const { t } = useGlobal();
|
|
34576
34645
|
const [LottieComponent, setLottieComponent] = useState(null);
|
|
@@ -34578,7 +34647,7 @@ const PaymentPending = () => {
|
|
|
34578
34647
|
if (typeof window === 'undefined')
|
|
34579
34648
|
return;
|
|
34580
34649
|
let isMounted = true;
|
|
34581
|
-
import('./index.umd-
|
|
34650
|
+
import('./index.umd-B1DMUAwm.js').then(function (n) { return n.i; }).then((module) => {
|
|
34582
34651
|
if (isMounted) {
|
|
34583
34652
|
setLottieComponent(() => module.default);
|
|
34584
34653
|
}
|
|
@@ -37847,7 +37916,7 @@ const BorderedCheckbox = ({ name, disabled, title, price, onChange, }) => {
|
|
|
37847
37916
|
const Services = ({ event }) => {
|
|
37848
37917
|
const { t, lang, showSnackbar } = useGlobal();
|
|
37849
37918
|
const [open, setOpen] = useState(false);
|
|
37850
|
-
Number(useWatch({
|
|
37919
|
+
const ticketInsurancePricePerUnit = Number(useWatch({
|
|
37851
37920
|
name: 'ticketInsurancePricePerUnit',
|
|
37852
37921
|
defaultValue: 0,
|
|
37853
37922
|
}) || 0);
|
|
@@ -37863,6 +37932,13 @@ const Services = ({ event }) => {
|
|
|
37863
37932
|
const items = Object.values(tickets || {}).flat();
|
|
37864
37933
|
return items.reduce((sum, ticket) => sum + (Number(ticket.quantity) || 0), 0);
|
|
37865
37934
|
}, [tickets]);
|
|
37935
|
+
const { setValue } = useFormContext();
|
|
37936
|
+
useEffect(() => {
|
|
37937
|
+
if (totalTickets <= 0) {
|
|
37938
|
+
setValue('ticketInsurance', false);
|
|
37939
|
+
setValue('smsNotification', false);
|
|
37940
|
+
}
|
|
37941
|
+
}, [totalTickets]);
|
|
37866
37942
|
const handleOpen = (e) => {
|
|
37867
37943
|
e.preventDefault();
|
|
37868
37944
|
setOpen(true);
|
|
@@ -37877,6 +37953,12 @@ const Services = ({ event }) => {
|
|
|
37877
37953
|
}
|
|
37878
37954
|
};
|
|
37879
37955
|
return (React.createElement(Stack, { spacing: 1 },
|
|
37956
|
+
React.createElement(BorderedCheckbox, { name: "ticketInsurance", disabled: false, title: t('event.tickets.insurance.label'), price: React.createElement(React.Fragment, null,
|
|
37957
|
+
"+ ",
|
|
37958
|
+
fCurrency(ticketInsurancePricePerUnit, lang, event.currency),
|
|
37959
|
+
" /",
|
|
37960
|
+
' ',
|
|
37961
|
+
t('event.tickets.insurance.per_ticket')), onChange: handleServiceChange }),
|
|
37880
37962
|
React.createElement(BorderedCheckbox, { name: "smsNotification", disabled: false, title: t('event.tickets.sms_notification.label'), price: React.createElement(React.Fragment, null,
|
|
37881
37963
|
"+ ",
|
|
37882
37964
|
fCurrency(smsNotificationPrice, lang, event.currency)), onChange: handleServiceChange }),
|
|
@@ -37903,6 +37985,24 @@ const Services = ({ event }) => {
|
|
|
37903
37985
|
React.createElement(Iconify, { icon: "carbon:close" }))),
|
|
37904
37986
|
React.createElement(DialogContent, { sx: { px: { xs: 3, sm: 4 }, pb: { xs: 4, sm: 5 } } },
|
|
37905
37987
|
React.createElement(Stack, { spacing: 3 },
|
|
37988
|
+
React.createElement(Box, null,
|
|
37989
|
+
t('event.tickets.insurance.modal.description').map((item) => (React.createElement(Typography, { key: item, variant: "body2", paragraph: true }, item))),
|
|
37990
|
+
React.createElement(Typography, { variant: "body2", paragraph: true },
|
|
37991
|
+
React.createElement(Trans, { text: "event.tickets.insurance.modal.links.insurance", components: {
|
|
37992
|
+
0: (React.createElement(Link, { href: "https://eventigo.s3-central.vshosting.cloud/production/colonnade/pp-storno-cz-eventlook-012026.pdf", target: "_blank" })),
|
|
37993
|
+
} })),
|
|
37994
|
+
React.createElement(Typography, { variant: "body2", paragraph: true },
|
|
37995
|
+
React.createElement(Trans, { text: "event.tickets.insurance.modal.links.info", components: {
|
|
37996
|
+
0: (React.createElement(Link, { href: "https://eventigo.s3-central.vshosting.cloud/production/colonnade/ipid-storno-cz-112025.pdf", target: "_blank" })),
|
|
37997
|
+
} })),
|
|
37998
|
+
React.createElement(Typography, { variant: "body2", paragraph: true }, t('event.tickets.insurance.modal.coverage')),
|
|
37999
|
+
React.createElement(BorderedCheckbox, { name: "ticketInsurance", disabled: false, title: t('event.tickets.insurance.label'), price: React.createElement(React.Fragment, null,
|
|
38000
|
+
"+ ",
|
|
38001
|
+
fCurrency(ticketInsurancePricePerUnit, lang, event.currency),
|
|
38002
|
+
" /",
|
|
38003
|
+
' ',
|
|
38004
|
+
t('event.tickets.insurance.per_ticket')), onChange: handleServiceChange })),
|
|
38005
|
+
React.createElement(Divider, null),
|
|
37906
38006
|
React.createElement(Box, null,
|
|
37907
38007
|
React.createElement(Typography, { variant: "subtitle2", fontWeight: 700, gutterBottom: true }, t('event.tickets.sms_notification.label')),
|
|
37908
38008
|
React.createElement(Typography, { variant: "body2", paragraph: true }, t('event.tickets.sms_notification.modal.description')),
|
|
@@ -38566,4 +38666,4 @@ function Index(props) {
|
|
|
38566
38666
|
const OrderFormSdk = Index;
|
|
38567
38667
|
|
|
38568
38668
|
export { OrderFormSdk as O, getDefaultExportFromCjs as g };
|
|
38569
|
-
//# sourceMappingURL=index-
|
|
38669
|
+
//# sourceMappingURL=index-Ckv5Hgla.js.map
|