fge-auth-component 5.0.2 → 5.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/dist/components/2Fa/Fge2FActivator.vue.d.ts.map +1 -1
  2. package/dist/components/ConfirmationDialog.vue.d.ts.map +1 -1
  3. package/dist/components/FgeButtonCounter.vue.d.ts.map +1 -1
  4. package/dist/components/FgeDispositivos.vue.d.ts.map +1 -1
  5. package/dist/components/FgeEnviarCodigo.vue.d.ts.map +1 -1
  6. package/dist/components/FgeErrorMessage.vue.d.ts.map +1 -1
  7. package/dist/components/FgeFooter.vue.d.ts.map +1 -1
  8. package/dist/components/FgeHeader.vue.d.ts.map +1 -1
  9. package/dist/components/FgeLoadingComponent.vue.d.ts.map +1 -1
  10. package/dist/components/FgeLogin.vue.d.ts.map +1 -1
  11. package/dist/components/FgeMenuItems.vue.d.ts.map +1 -1
  12. package/dist/components/FgeOtpInput.vue.d.ts.map +1 -1
  13. package/dist/components/FgePassword.vue.d.ts.map +1 -1
  14. package/dist/components/FgePerfil.vue.d.ts.map +1 -1
  15. package/dist/components/FgePerfilHeader.vue.d.ts.map +1 -1
  16. package/dist/components/FgePerfilSidebar.vue.d.ts.map +1 -1
  17. package/dist/components/FgeRecuperarPassword.vue.d.ts.map +1 -1
  18. package/dist/components/FgeRegistrarPage.vue.d.ts.map +1 -1
  19. package/dist/components/FgeSesiones.vue.d.ts.map +1 -1
  20. package/dist/components/FgeStepComponent.vue.d.ts.map +1 -1
  21. package/dist/components/PasswordDialog.vue.d.ts.map +1 -1
  22. package/dist/components/PrincipalLoginComp.vue.d.ts.map +1 -1
  23. package/dist/components/Sidebar.vue.d.ts.map +1 -1
  24. package/dist/components/TelegramDialog.vue.d.ts.map +1 -1
  25. package/dist/components/UpdateImageDialog.vue.d.ts.map +1 -1
  26. package/dist/components/dialogs/Message2faDialog.vue.d.ts.map +1 -1
  27. package/dist/components/svgIcons/CheckMarkIcon.vue.d.ts.map +1 -1
  28. package/dist/components/svgIcons/DefaultUserIcon.vue.d.ts.map +1 -1
  29. package/dist/components/svgIcons/ErrorIcon.vue.d.ts.map +1 -1
  30. package/dist/components/svgIcons/ExclamationIcon.vue.d.ts.map +1 -1
  31. package/dist/components/svgIcons/LoaderIcon.vue.d.ts.map +1 -1
  32. package/dist/fge-auth-component.css +1 -1
  33. package/dist/fge-auth-component.es.js +3984 -3943
  34. package/dist/fge-auth-component.umd.js +17 -17
  35. package/package.json +5 -5
@@ -1,26 +1,26 @@
1
- (function(Je,re){typeof exports=="object"&&typeof module<"u"?re(exports,require("yup"),require("vue"),require("vee-validate")):typeof define=="function"&&define.amd?define(["exports","yup","vue","vee-validate"],re):(Je=typeof globalThis<"u"?globalThis:Je||self,re(Je.FgeAuthComponent={},Je.Yup,Je.Vue,Je.VeeValidate))})(this,function(Je,re,n,pe){"use strict";var Uc=document.createElement("style");Uc.textContent=`@charset "UTF-8";.fge-step[data-v-3165da4a]{display:flex;align-items:center;justify-content:space-between;width:auto;position:relative;z-index:0;margin-bottom:40px}.fge-step-progress[data-v-3165da4a]{position:absolute;background-color:#c5c5c5;height:2px;z-index:-1;left:0;right:0;margin:0 auto}.fge-step-progress-bar[data-v-3165da4a]{position:absolute;left:0;height:100%;width:0;background-color:var(--stepPrimaryColor);transition:all .5s ease}.fge-step-item[data-v-3165da4a]{display:flex;flex-direction:column;align-items:center;color:#c5c5c5;transition:all .5s ease}.fge-step-item-counter[data-v-3165da4a]{height:30px;width:30px;display:grid;place-items:center;background-color:var(--stepIconColor);border-radius:100%;border:2px solid #c5c5c5;position:relative}.fge-step-item-counter .icon-success[data-v-3165da4a]{position:absolute;opacity:0;transform:scale(0);width:14px;transition:all .5s ease}.fge-step-item.success .fge-step-item-counter svg[data-v-3165da4a]{width:15px;height:15px}.fge-step-item.success .fge-step-item-counter .icon-success[data-v-3165da4a]{opacity:1;transform:scale(1)}.fge-step-item.current .fge-step-item-counter[data-v-3165da4a]{border-color:var(--stepPrimaryColor);background-color:var(--stepPrimaryColor);color:#fff;font-weight:500}.otp-input-container[data-v-09940bdc]{width:100%}.otp-input-wrapper[data-v-09940bdc]{display:flex;gap:.875rem;justify-content:center;align-items:center;margin-top:1rem;margin-bottom:1rem;padding:.5rem}.otp-input-wrapper.otp-input-error .otp-input[data-v-09940bdc]{border-color:var(--fge-toast-error, #e8523d);box-shadow:0 0 0 4px #e8523d26,0 2px 8px #e8523d33;animation:shake-09940bdc .5s ease}@keyframes shake-09940bdc{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.otp-input[data-v-09940bdc]{width:2.75rem;height:4rem;text-align:center;font-size:1.75rem;font-weight:700;letter-spacing:.1em;border:2px solid var(--fge-gray-lines-color, #cccccc);border-radius:12px;background-color:var(--fge-background-color, #ffffff);color:var(--fge-gray-color, #797979);transition:all .3s cubic-bezier(.4,0,.2,1);outline:none;font-family:var(--fge-font-family, "Roboto", Arial, Helvetica, sans-serif);box-shadow:0 2px 4px #0000000d}.otp-input[data-v-09940bdc]::-webkit-inner-spin-button,.otp-input[data-v-09940bdc]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.otp-input[data-v-09940bdc]:focus{border-color:var(--fge-orange-color, #513c86);box-shadow:0 0 0 4px var(--fge-lighter-orange-color, rgba(180, 191, 241, .3)),0 4px 12px #513c8626;transform:translateY(-2px) scale(1.02);background-color:var(--fge-background-color, #ffffff)}.otp-input.otp-input-filled[data-v-09940bdc]{border-color:var(--fge-orange-color, #513c86);background:linear-gradient(135deg,var(--fge-lighter-orange-color, rgba(180, 191, 241, .2)) 0%,var(--fge-background-color, #ffffff) 100%);color:var(--fge-orange-color, #513c86);font-weight:800;box-shadow:0 2px 8px #513c8633}.otp-input[data-v-09940bdc]:disabled{opacity:.5;cursor:not-allowed;background-color:var(--fge-gray-bg, #f3f4f6);transform:none}.otp-input[data-v-09940bdc]::placeholder{color:var(--fge-gray-icon, #9c9c9c);opacity:.5}.otp-input.otp-input-filled[data-v-09940bdc]:not(:disabled){animation:pulse-on-fill-09940bdc .3s ease}.otp-input[data-v-09940bdc]:hover:not(:disabled):not(:focus){border-color:var(--fge-light-orange-color, #a09dc2);box-shadow:0 2px 6px #513c861a}@keyframes pulse-on-fill-09940bdc{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.otp-error-message[data-v-09940bdc]{color:var(--fge-toast-error, #e8523d);font-size:.875rem;margin-top:.5rem;text-align:center}@media (max-width: 640px){.otp-input-wrapper[data-v-09940bdc]{gap:.5rem}.otp-input[data-v-09940bdc]{width:2.75rem;height:3.5rem;font-size:1.5rem}}.otp-input-wrapper.otp-input-short .otp-input[data-v-09940bdc]{width:3.25rem;height:4rem;font-size:1.75rem}@media (max-width: 640px){.otp-input-wrapper.otp-input-short .otp-input[data-v-09940bdc]{width:3rem;height:3.5rem;font-size:1.5rem}}.message2FaContexto[data-v-848f081a]{background-color:#f5f5f5;padding:20px;border-radius:4px;box-shadow:0 2px 4px #0000001a}.message2FaContexto h3[data-v-848f081a]{margin-top:0}.message2FaContexto p[data-v-848f081a]{margin-bottom:10px}.message2FaContexto ul[data-v-848f081a]{list-style-type:disc;margin-left:20px}.message2FaContexto li[data-v-848f081a]{margin-bottom:5px}.mensaje-servicio-container[data-v-848f081a]{background-color:#f5f5f5;padding:1rem;border-radius:4px;box-shadow:0 2px 4px #0000001a;margin-bottom:1rem;margin-top:.5rem}.mensaje-servicio-text[data-v-848f081a]{font-size:.875rem;line-height:1.5;color:var(--fge-color-gray);margin:0}.send-code-container[data-v-848f081a]{display:flex;flex-direction:column;width:100%;min-height:200px}.mb-40[data-v-848f081a]{margin-bottom:2.5rem;width:100%}.field[data-v-848f081a]{width:100%}.text-center[data-v-848f081a]{text-align:center}.current-contact-label[data-v-848f081a]{margin-bottom:20px!important;text-align:center}.auth-input-container[data-v-848f081a]{width:100%;margin-bottom:1rem}.auth-btn-container[data-v-848f081a]{display:flex;gap:30px;width:100%;margin-top:1.5rem}.fge-auth-primary-button-disabled[data-v-848f081a]{opacity:.5;cursor:not-allowed;pointer-events:none}.fge-logo-container[data-v-d55c8d76]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 0}.fge-logo-container img[data-v-d55c8d76]{width:180px;margin-bottom:18px}.fge-logo-container svg[data-v-d55c8d76]{width:240px}.hide-calendar[data-v-8e6bdbfa]{visibility:hidden;padding:0;height:0;border:0}.auth-calendar-btn[data-v-8e6bdbfa]{position:absolute;right:0;top:-2px}.auth-calendar-btn svg[data-v-8e6bdbfa]{width:20px}.fge-btn-section[data-v-8e6bdbfa]{display:flex;flex-direction:column}.fge-version-label[data-v-526e8b52]{margin-top:.75rem;padding-right:1.5rem;text-align:right;font-size:.6rem;color:var(--fge-gray-color)}.object-contain[data-v-4096b05c]{display:flex;justify-content:center;align-items:center;gap:.5rem}.qr-image[data-v-4096b05c]{width:180px;display:block;border-radius:8px}.reload-icon svg[data-v-4096b05c]{width:24px;height:24px;margin-bottom:8px;fill:#fff}.reload-text[data-v-4096b05c]{color:#fff;font-size:14px;line-height:1.4}.qr-container[data-v-4096b05c]{position:relative;display:inline-block}.qr-container img[data-v-4096b05c]{display:block;width:180px;height:auto;margin-bottom:25px}.qr-overlay[data-v-4096b05c]{position:absolute;top:0;left:0;width:100%;height:calc(100% - 25px);background-color:#000c;display:flex;justify-content:center;align-items:center;pointer-events:auto;border-radius:4px}.reload-icon[data-v-4096b05c]{width:35px;height:35px;pointer-events:auto}.login-button-container[data-v-4096b05c]{display:flex;flex-direction:column;margin-top:25px;gap:15px}.login-link-button-container[data-v-4096b05c]{display:flex;justify-content:space-between}[data-v-4096b05c] .radio-button-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}[data-v-4096b05c] .radio-button{border:1.5px solid #ccc;border-radius:10px;padding:10px 14px;background-color:#fff;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}[data-v-4096b05c] .radio-button:hover:not([data-state=checked]){border-color:var(--fge-green-bg, #9dba72);box-shadow:0 0 0 2px #9dba7226}[data-v-4096b05c] .radio-button-content{display:flex;align-items:center;gap:.5rem}[data-v-4096b05c] .radio-button-label{font-size:.95rem;color:#555;font-weight:500}[data-v-4096b05c] .auth-svg-primary{color:var(--fge-green-bg, #9dba72)}[data-v-4096b05c] .auth-svg-black{color:var(--fge-gray-color, #797979)}[data-v-4096b05c] .radio-label-verified{color:var(--fge-green-bg, #9dba72)}[data-v-4096b05c] .radio-label-unverified{color:var(--fge-gray-color, #797979)}.fge-right-container .auth-radiogroup[data-v-4096b05c] .radio-button[data-state=checked],.fge-right-container .two-auth-container[data-v-4096b05c] .radio-button[data-state=checked],.fge-right-container[data-v-4096b05c] .auth-radiogroup .radio-button[data-state=checked],.fge-right-container[data-v-4096b05c] .two-auth-container .radio-button[data-state=checked]{background-color:var(--fge-primary-color, #513c86)!important;border-color:var(--fge-green-bg, #9dba72)!important}.fge-right-container .auth-radiogroup[data-v-4096b05c] .radio-button[data-state=checked] .radio-button-label,.fge-right-container .two-auth-container[data-v-4096b05c] .radio-button[data-state=checked] .radio-button-label,.fge-right-container[data-v-4096b05c] .auth-radiogroup .radio-button[data-state=checked] .radio-button-label,.fge-right-container[data-v-4096b05c] .two-auth-container .radio-button[data-state=checked] .radio-button-label{color:#fff!important}.fge-right-container .auth-radiogroup[data-v-4096b05c] .radio-button:not([data-state=checked]) .radio-label-verified,.fge-right-container .two-auth-container[data-v-4096b05c] .radio-button:not([data-state=checked]) .radio-label-verified{color:var(--fge-primary-bg, #414141)!important}.fge-right-container .auth-radiogroup[data-v-4096b05c] .radio-button:not([data-state=checked]) .radio-label-unverified,.fge-right-container .two-auth-container[data-v-4096b05c] .radio-button:not([data-state=checked]) .radio-label-unverified{color:var(--fge-gray-color, #aeaeae)!important}.fge-right-container .auth-radiogroup[data-v-4096b05c] .radio-button[data-state=checked] .auth-svg-primary,.fge-right-container .auth-radiogroup[data-v-4096b05c] .radio-button[data-state=checked] .auth-svg-black,.fge-right-container .two-auth-container[data-v-4096b05c] .radio-button[data-state=checked] .auth-svg-primary,.fge-right-container .two-auth-container[data-v-4096b05c] .radio-button[data-state=checked] .auth-svg-black,.fge-right-container[data-v-4096b05c] .auth-radiogroup .radio-button[data-state=checked] .auth-svg-primary,.fge-right-container[data-v-4096b05c] .auth-radiogroup .radio-button[data-state=checked] .auth-svg-black,.fge-right-container[data-v-4096b05c] .two-auth-container .radio-button[data-state=checked] .auth-svg-primary,.fge-right-container[data-v-4096b05c] .two-auth-container .radio-button[data-state=checked] .auth-svg-black{color:#fff!important}[data-v-4096b05c] .auth-radiogroup{display:flex;flex-direction:column;gap:.75rem}.two-auth-container{margin-top:2rem}.auth-checkbox-container{display:flex;align-items:center;justify-content:center;gap:.75rem}.auth-checkbox-container .checkbox-box{display:flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;align-items:center;justify-content:center;border-radius:4px;border-color:transparent;outline:none;width:24px;height:24px;cursor:pointer}.auth-checkbox-container .checkbox-box[data-state=unchecked]{background-color:var(--fge-soft-gray-icon)}.auth-checkbox-container .checkbox-box[data-state=checked]{background-color:var(--fge-orange-color)}.auth-checkbox-container .checkbox-svg{cursor:pointer;width:12px;height:12px}.qr-instructions{margin-bottom:8px}.qr-instructions h4{margin-bottom:8px;text-align:center}.qr-timeline{margin-bottom:12px}.timeline-title{text-align:center;margin-bottom:10px;font-size:.8rem!important;font-weight:700}.timeline-title strong,.timeline-desc strong,.timeline-step strong{font-size:.8rem!important}.timeline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.timeline-item{display:flex;align-items:flex-start;gap:12px}.timeline-icon{min-width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#fff;background:var(--fge-orange-color, #ff8a00)}.timeline-content{display:flex;flex-direction:column;align-items:start}.timeline-step{font-weight:600;margin-bottom:2px;font-size:.8rem!important}.timeline-desc{color:#6b7280;font-size:.8rem!important;text-align:start}.msg-container{overflow:hidden;text-align:center}.radio-button-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.radio-button{border:1.5px solid #ccc;border-radius:10px;padding:10px 14px;background-color:#fff;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.radio-button:hover{border-color:#7b6cd9;box-shadow:0 0 0 2px #7b6cd926}.radio-button-content{display:flex;align-items:center;gap:.5rem}.radio-button-label{font-size:.95rem;color:#555;font-weight:500}.radio-icon{width:20px;height:20px}.auth-svg-primary{color:#665ab1}.auth-svg-black{color:#000}.radio-button[data-state=checked]{background-color:#7b6cd9;border-color:#7b6cd9}.radio-button[data-state=checked] .radio-button-label,.radio-button[data-state=checked] .auth-svg-primary{color:#fff}:deep(.radio-button[data-state="checked"] .radio-button-label),:deep(.radio-button[data-state="checked"] .auth-svg-primary),:deep(.radio-button[data-state="checked"] .auth-svg-black){color:#fff!important}.icon_1[data-v-7883ed41]{height:132px}.icon_1[data-v-7883ed41]{animation:rotate-7883ed41 1.25s linear infinite}@keyframes rotate-7883ed41{to{transform:rotate(-360deg)}}.icon_2[data-v-7883ed41]{width:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fge-auth-loading[data-v-461de591]{position:absolute;width:100%;height:100%;background:#999999bf;z-index:999999;display:flex;align-items:center;justify-content:center}.header-container{display:flex;gap:.75rem;justify-content:space-evenly;align-items:center}.fge-auth-foto-container{position:relative;width:100%}.fge-auth-foto-container .fge-image-container{height:110px;width:110px}.fge-auth-foto-container .fge-image-container svg{height:110px;width:110px}.fge-auth-foto-container .fge-image-container img{height:110px;width:110px;object-fit:contain}.img-absolute-container{position:absolute;padding:0;bottom:-10px;right:0;width:40px;height:40px}.fge-text-gray.fge-perfil-nombre{font-family:Roboto Condensed;line-height:20px;font-size:1.3rem;font-weight:500;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.5px;font-weight:600}.fge-perfil-data{font-weight:400;margin-bottom:0;font-family:Roboto}.fge-password-btn{padding:.4rem .6rem!important;border-radius:.7rem!important;height:30px!important;margin-left:-3px}.fge-password-btn .p-button-label{font-family:Arial Narrow,Arial,sans-serif;font-size:.8rem!important}.fge-auth-profile-img{border-radius:50%;object-fit:cover!important}.change-psw-btn{padding:.375rem .625rem!important;border-radius:.5rem!important;margin-top:.75rem;font-size:1rem;font-weight:600}.switch-container[data-v-f658d6bd]{display:flex;align-items:center;justify-content:space-between;width:100%}[data-v-f658d6bd] .SwitchRoot{width:42px;height:25px;background-color:var(--fge-gray-lines-color);border:1px solid var(--fge-orange-icon);border-radius:99px;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}[data-v-f658d6bd] .SwitchRoot[data-state=checked]{background-color:var(--fge-orange-color)}[data-v-f658d6bd] .SwitchThumb{display:block;width:21px;height:21px;background-color:#fff;border-radius:9999px;box-shadow:0 2px 2px var(--fge-orange-color);transition:transform .1s;transform:translate(2px);will-change:transform}[data-v-f658d6bd] .SwitchThumb[data-state=checked]{transform:translate(19px)}.fge-profile-container{font-family:Roboto Condensed,Arial,sans-serif}.btn{cursor:pointer;background-color:#f5f5f5;border-radius:5px;padding:5px 10px;transition:all .3s ease}.btn:hover{background-color:#f1f1f1;border-radius:10px;box-shadow:0 0 10px #0003}.fge-lines-container{overflow:auto!important;text-align:center!important}.fge-lines-container:before,.fge-lines-container:after{background-color:var(--fge-gray-lines-color);content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:28%}.fge-lines-container:before{right:.5em}.fge-lines-container:after{left:.5em}.fge-auth-camera-file-button{padding:0;border:none;width:35px;height:35px;border-radius:50%;background-color:var(--fge-bg-hover-item)}.fge-auth-camera-file-button svg{fill:var(--fge-orange-icon);width:25px!important;height:25px}.fge-auth-camera-file-button:hover{background-color:var(--fge-bg-hover-item);cursor:pointer}.mrgt-20{margin-top:30px}.fge-profile-container{display:flex;padding-left:1.5rem;padding-right:1.5rem;flex-direction:column;justify-content:center;width:100%;height:100%;font-family:Roboto Condensed,Arial,sans-serif}.fge-profile-container *{font-family:inherit}.fge-profile-container input,.fge-profile-container label,.fge-profile-container .fge-text-gray{font-family:Roboto Condensed,Arial,sans-serif}.fge-profile-container .fge-auth-primary-button,.fge-profile-container .fge-gray-button{font-family:Roboto,Arial,Helvetica,sans-serif}.fge-profile-header{padding-top:.75rem;margin-bottom:3.25rem}.auth-radiogroup{display:flex;justify-content:center;padding-top:1.25rem;margin-bottom:1.75rem}.auth-radio-group-container{display:flex;flex-direction:column;gap:.625rem}.auth-radio-group-item{display:flex;align-items:center;height:28px;min-height:28px}.auth-radio-group-item>button{border-radius:9999px;outline-style:none;background-color:#fff;cursor:default;width:18px;height:18px;margin-right:1rem;border:0px solid var(--fge-gray-lines-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-radio-group-item>button:disabled{border:1px solid #c2c2c2}.auth-radio-group-item>button span[data-state=checked]{background-color:transparent;border-radius:50%;box-shadow:0 0 0 3px var(--fge-orange-icon)}.auth-radio-group-item span{display:flex;position:relative;justify-content:center;align-items:center;width:100%;height:100%}.auth-radio-group-item .radio-wrapper{width:28px;height:28px;margin-right:1rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.auth-radio-group-item .radio{margin:0;width:18px;height:18px;min-width:18px;min-height:18px;flex-shrink:0;pointer-events:auto;border-radius:50%;border:2px solid var(--fge-gray-lines-color);background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.auth-radio-group-item .radio[data-state=checked]{border-color:var(--fge-orange-icon);background-color:#fff}.auth-radio-group-item .radio:hover:not([disabled]){border-color:var(--fge-orange-icon)}.auth-radio-group-item .radio[disabled]{opacity:.5;cursor:not-allowed}.auth-radio-group-item .radio>span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative}.auth-radio-group-item .radio>span:after{content:"";display:block;width:8px;height:8px;border-radius:50%;background-color:var(--fge-orange-icon);opacity:0;transition:opacity .2s ease}.auth-radio-group-item .radio[data-state=checked]>span:after{opacity:1}.auth-radio-group-item label{display:flex;align-items:center;line-height:1.5;height:28px}.auth-radio-group-item .btn-whatsapp{display:flex;background-color:transparent;position:relative;justify-content:center;align-items:center;width:28px;height:28px;margin-right:1rem;flex-shrink:0}.auth-radio-group-item .btn-whatsapp svg{width:28px;height:28px}.auth-radio-group-item .fge-gray-button-option,.auth-radio-group-item .fge-gray-button-option *{cursor:pointer!important}.auth-radio-group-item .fge-counter-text{color:var(--fge-color-gray);font-size:.875rem;margin-left:6px;font-weight:500;display:inline;vertical-align:baseline;line-height:1.5;white-space:nowrap;flex-shrink:0;position:relative;top:.35em}.auth-radio-group-item .fge-counter-text-inline{color:#ffffffe6;font-size:.875rem;margin-left:8px;font-weight:500;display:inline}.input-hidden{display:none}html[data-theme=dark] .auth-radio-group-item>button,.dark .auth-radio-group-item>button{background-color:var(--fge-dark-background)}.fge-profile-step5 .auth-relative-container{height:40px!important;position:relative!important}.fge-profile-step5 .fge-auth-input{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:transparent!important;padding:.6rem 1rem .5rem!important;color:var(--fge-gray-color)!important;height:40px!important;max-height:40px!important;width:100%!important;border:1px solid!important;border-color:var(--fge-light-orange-color)!important;border-radius:1rem!important;font-family:Roboto,Arial,Helvetica,sans-serif!important;box-sizing:border-box!important}.fge-profile-step5 .fge-auth-input.with-btn{padding-right:2rem!important}.fge-profile-step5 .fge-auth-input.with-btns{padding-right:4.5rem!important}.fge-profile-step5 .fge-auth-input:enabled:focus{background:rgba(var(--primary-color-rgba, 89, 140, 21),.12)!important;outline:0 none!important;outline-offset:0!important;box-shadow:none!important;border-color:var(--fge-light-orange-color)!important}.fge-profile-step5 .fge-auth-input:hover{border-color:var(--fge-light-orange-color)!important;outline:1px solid var(--fge-light-orange-color)!important}.fge-profile-step5 .fge-auth-input.fge-auth-input-invalid{border:1px solid var(--fge-red-error-color)!important;font-size:1rem!important}.fge-profile-step5 .fge-auth-input.fge-auth-input-invalid:enabled:focus{background:var(--fge-background-color)!important;outline:0 none!important;outline-offset:0!important;box-shadow:none!important;border-color:var(--fge-red-error-color)!important}.fge-profile-step5 .fge-auth-input.fge-auth-input-invalid:hover{outline:1px solid var(--fge-red-error-color)!important}.fge-profile-step5 .fge-auth-input.fge-auth-input-invalid{box-shadow:0 0 7px #e8523d33!important}.fge-profile-step5 .auth-input-container{text-align:left!important;max-width:100%!important}.fge-profile-step5 .auth-input-container>label{display:inline-block!important;padding-bottom:.1rem!important}.fge-profile-step5 .fge-form-label{text-align:left!important;color:var(--fge-gray-color)!important;font-weight:400!important;padding-left:.25rem!important;font-family:Roboto!important;margin-bottom:2px!important}.fge-profile-step2{width:100%!important}.fge-profile-step2 .send-code-container{display:flex!important;flex-direction:column!important;width:100%!important;min-height:200px!important}.fge-profile-step2 :deep(.otp-input-container){width:100%!important}.fge-profile-step2 :deep(.otp-input-wrapper){display:flex!important;gap:.875rem!important;justify-content:center!important;align-items:center!important;margin-top:1rem!important;margin-bottom:1rem!important;padding:.5rem!important}.fge-profile-step2 :deep(.otp-input){width:2.75rem!important;height:4rem!important;text-align:center!important;font-size:1.75rem!important;font-weight:700!important;letter-spacing:.1em!important;border:2px solid var(--fge-gray-lines-color, #cccccc)!important;border-radius:12px!important;background-color:var(--fge-background-color, #ffffff)!important;color:var(--fge-gray-color, #797979)!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;outline:none!important;font-family:var(--fge-font-family, "Roboto", Arial, Helvetica, sans-serif)!important;box-shadow:0 2px 4px #0000000d!important;box-sizing:border-box!important}.fge-profile-step2 :deep(.otp-input):focus{border-color:var(--fge-orange-color, #513c86)!important;box-shadow:0 0 0 4px var(--fge-lighter-orange-color, rgba(180, 191, 241, .3)),0 4px 12px #513c8626!important;transform:translateY(-2px) scale(1.02)!important;background-color:var(--fge-background-color, #ffffff)!important}.fge-profile-step2 :deep(.otp-input).otp-input-filled{border-color:var(--fge-orange-color, #513c86)!important;background:linear-gradient(135deg,var(--fge-lighter-orange-color, rgba(180, 191, 241, .2)) 0%,var(--fge-background-color, #ffffff) 100%)!important;color:var(--fge-orange-color, #513c86)!important;font-weight:800!important;box-shadow:0 2px 8px #513c8633!important}.fge-profile-step2 :deep(.otp-input):hover:not(:disabled):not(:focus){border-color:var(--fge-light-orange-color, #a09dc2)!important;box-shadow:0 2px 6px #513c861a!important}.fge-profile-step2 :deep(.otp-input-wrapper.otp-input-short) .otp-input{width:3.25rem!important;height:4rem!important;font-size:1.75rem!important}.fge-profile-step2 .auth-input-container{width:100%!important;margin-bottom:1rem!important}.fge-profile-step2 .auth-btn-container{display:flex!important;gap:30px!important;width:100%!important;margin-top:1.5rem!important}.fge-profile-step2 .fge-form-label{text-align:left!important;color:var(--fge-gray-color)!important;font-weight:400!important;padding-left:.25rem!important;font-family:Roboto!important;margin-bottom:2px!important}.fge-profile-step2 :deep(.otp-input-wrapper.otp-input-error) .otp-input{border-color:var(--fge-toast-error, #e8523d)!important;box-shadow:0 0 0 4px #e8523d26,0 2px 8px #e8523d33!important}.slide-enter-active,.slide-leave-active{transition:transform .2s ease}.slide-enter,.slide-leave-to{transform:translate(100%);transition:all .15s ease-in 0s}.auth-sidebar-backdrop{background-color:#00000080;width:100vw;height:100vh;position:fixed;top:0;right:0;cursor:pointer;z-index:999}.sidebar-panel{display:flex;flex-direction:column;overflow-y:auto;background-color:#fff;position:fixed;right:0;top:0;height:100vh;z-index:999;padding:2rem 20px;width:390px}@media screen and (max-width: 64em){.sidebar-panel{width:100vw}}html[data-theme=dark] .sidebar-panel,.dark .sidebar-panel{background-color:var(--fge-dark-background)}.fge-confirm-overlay[data-v-1f89df6f]{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000052;z-index:1400}.fge-confirm-box[data-v-1f89df6f]{width:90%;max-width:420px;background:var(--fge-bg-sidebar, #fff);border-radius:8px;padding:1.25rem;box-shadow:0 8px 30px #0000002e}.fge-confirm-title[data-v-1f89df6f]{margin:0 0 .5rem}.fge-confirm-message[data-v-1f89df6f]{margin:0 0 1rem;color:var(--fge-text-muted, #6b7280)}.fge-confirm-actions[data-v-1f89df6f]{display:flex;justify-content:flex-end;gap:.5rem}.sidebar-header[data-v-ab7b4129]{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--fge-gray-lines-color)}[data-v-ab7b4129] .sidebar-panel{padding:0}.sidebar-body[data-v-ab7b4129]{padding:1rem;overflow:auto;flex:1}.devices-list[data-v-ab7b4129]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.2rem}.device-card[data-v-ab7b4129]{position:relative;padding:12px 10px;border-radius:10px;background-color:var(--fge-bg-item, #fff);box-shadow:0 7px 15px #0000000d;display:block}.card-body[data-v-ab7b4129]{display:flex;gap:12px}.card-left[data-v-ab7b4129]{width:40px;display:flex;align-items:center;justify-content:center}.icon-circle[data-v-ab7b4129]{width:35px;height:35px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#513c861a}.icon[data-v-ab7b4129]{font-size:16px;color:var(--fge-orange-color)}.card-content[data-v-ab7b4129]{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.card-header[data-v-ab7b4129]{display:flex;flex-direction:column;gap:4px}.device-title[data-v-ab7b4129]{font-weight:600;font-size:14px}.device-id[data-v-ab7b4129]{color:#6b7280;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block}.card-row[data-v-ab7b4129]{display:flex;align-items:center;gap:2px;font-size:11px;color:var(--fge-orange-color)}.calendar-icon[data-v-ab7b4129]{color:var(--fge-orange-color)}.card-text[data-v-ab7b4129]{display:flex;gap:6px;align-items:baseline;font-size:11px;color:var(--fge-orange-color)}.muted-title[data-v-ab7b4129]{color:var(--fge-orange-color);font-weight:600}.muted-value[data-v-ab7b4129]{color:var(--fge-text-muted, #6b7280);font-weight:300}.action-btn[data-v-ab7b4129]{position:absolute;right:-8px;top:-8px;background:#ff3b30e6;color:#fff;border:none;width:25px;height:25px;font-size:10px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-buttons[data-v-ab7b4129]{display:flex;gap:1.2rem}.sidebar-footer[data-v-ab7b4129]{display:flex;justify-content:space-around;gap:.5rem;padding:1rem;border-top:1px solid var(--fge-gray-lines-color)}.close-btn[data-v-ab7b4129]{background:transparent;border:none;font-size:1.2rem;cursor:pointer}.loading[data-v-ab7b4129],.error[data-v-ab7b4129],.no-devices[data-v-ab7b4129]{color:#6b7280}[data-v-6df5dc87] .sidebar-panel{padding:0}.sidebar-header[data-v-6df5dc87]{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--fge-gray-lines-color)}.sidebar-body[data-v-6df5dc87]{padding:1rem;overflow:auto;flex:1}.devices-list[data-v-6df5dc87]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.2rem}.device-card[data-v-6df5dc87]{position:relative;padding:12px 10px;border-radius:10px;background-color:var(--fge-bg-item, #fff);box-shadow:0 7px 15px #0000000d;display:block}.card-body[data-v-6df5dc87]{display:flex;gap:12px}.card-left[data-v-6df5dc87]{width:40px;display:flex;align-items:center;justify-content:center}.icon-circle[data-v-6df5dc87]{width:35px;height:35px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#513c861a}.icon[data-v-6df5dc87]{font-size:16px;color:var(--fge-orange-color)}.card-content[data-v-6df5dc87]{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.card-header[data-v-6df5dc87]{display:flex;flex-direction:column;gap:4px}.device-title[data-v-6df5dc87]{font-weight:600;font-size:14px}.device-id[data-v-6df5dc87]{color:#6b7280;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block}.card-row[data-v-6df5dc87]{display:flex;align-items:center;gap:2px;font-size:11px;color:var(--fge-orange-color)}.calendar-icon[data-v-6df5dc87]{color:var(--fge-orange-color)}.card-text[data-v-6df5dc87]{display:flex;gap:6px;align-items:baseline;font-size:11px;color:var(--fge-orange-color)}.muted-title[data-v-6df5dc87]{color:var(--fge-orange-color);font-weight:600}.muted-value[data-v-6df5dc87]{color:var(--fge-text-muted, #6b7280);font-weight:300}.action-btn[data-v-6df5dc87]{position:absolute;right:-8px;top:-8px;background:#ff3b30e6;color:#fff;border:none;width:25px;height:25px;font-size:10px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-buttons[data-v-6df5dc87]{display:flex;gap:1.2rem}.sidebar-footer[data-v-6df5dc87]{display:flex;justify-content:space-around;gap:.5rem;padding:1rem;border-top:1px solid var(--fge-gray-lines-color)}.close-btn[data-v-6df5dc87]{background:transparent;border:none;font-size:1.2rem;cursor:pointer}.loading[data-v-6df5dc87],.error[data-v-6df5dc87],.no-devices[data-v-6df5dc87]{color:#6b7280}.device-title-row[data-v-6df5dc87]{display:flex;gap:8px;align-items:center}.badges[data-v-6df5dc87]{display:flex;gap:6px;align-items:center}.badge[data-v-6df5dc87]{font-size:10px;padding:2px 6px;border-radius:999px;color:#fff;font-weight:600;line-height:1}.badge-actual[data-v-6df5dc87]{background:#16a34a}.badge-cd[data-v-6df5dc87]{background:#6d28d9}.auth-modal-body-msg[data-v-6cedda83]{margin-top:.75rem!important;margin-bottom:0!important}.auth-msg-capitalize[data-v-6cedda83]{text-transform:capitalize}.avatar-size{width:40px!important;height:40px!important;outline:1px solid #c7c7c7}.avatar-size img{width:40px!important;height:40px!important;object-fit:cover}.default-icon-size{width:40px;height:40px}.default-icon-size svg{width:40px;height:40px}.link-item-container{display:flex;padding:0;margin-left:0;align-items:center;cursor:pointer;border:none;background-color:transparent}.item-container{display:flex;align-items:center;gap:10px}.avatar-container{display:inline-flex;overflow:hidden;justify-content:center;align-items:center;border-radius:9999px;vertical-align:middle;-webkit-user-select:none;user-select:none;height:45px;width:45px}.avatar-image{object-fit:cover;width:100%;height:100%}.avatar-fallback{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-weight:500;background-color:#fff;color:15px;text-transform:uppercase}.auth-name-container{display:none;margin-right:.75rem;color:var(--text-color)}.auth-name-container .name{text-transform:capitalize;margin-bottom:0;font-family:var(--fge-font-family)}.auth-name-container .profession{font-family:Roboto Condensed;text-align:center;text-transform:uppercase;font-size:.75rem}@media (min-width: 768px){.auth-name-container{display:block}}.auth-menu-content{width:100%;background-color:#fff;border-bottom:1px solid var(--fge-soft-gray-icon)}div[data-radix-popper-content-wrapper]{z-index:999!important}.auth-menu-item{display:flex;padding:.5rem .5rem .5rem 1rem;align-items:center;width:160px;background-color:transparent;cursor:pointer;color:var(--text-color)}.auth-menu-item>svg{width:12px;margin-right:.75rem;fill:var(--text-color)}.auth-menu-item:hover{background-color:var(--fge-bg-hover-item)}html[data-theme=dark] .auth-name-container,.dark .auth-name-container,html[data-theme=dark] .auth-name-container .name,.dark .auth-name-container .name,html[data-theme=dark] .auth-name-container .profession,.dark .auth-name-container .profession,html[data-theme=dark] .auth-menu-item,.dark .auth-menu-item{color:#fff}html[data-theme=dark] .auth-menu-item>svg,.dark .auth-menu-item>svg{fill:#fff}html[data-theme=dark] .auth-menu-item:hover,.dark .auth-menu-item:hover{background-color:var(--fge-gray-color)}html[data-theme=dark] .auth-menu-content,.dark .auth-menu-content{background-color:var(--fge-dark-background)}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.date-picker-field{display:flex;padding:.25rem;justify-content:space-between;align-items:center;border-radius:.5rem;border-width:1px;border-color:transparent;width:10rem;text-align:center;background-color:#fff;-webkit-user-select:none;user-select:none}.date-picker-field-div{display:flex;align-items:center;justify-content:center}.date-picker-input{padding:.125rem;border-radius:.375rem}.date-picker-input:focus-visible{outline-color:var(--fge-orange-color)}.date-picker-btn{padding:.5rem;font-size:1.25rem;width:35px;height:35px;line-height:1.75rem;position:absolute;top:0;right:0;background-color:transparent;border:none;border-top-right-radius:8px;border-bottom-right-radius:8px}.date-picker-btn:hover{background-color:var(--fge-lighter-orange-color)}.date-picker-btn:focus-within{outline-color:var(--fge-orange-color)}.date-picker-content{font-family:Roboto,Arial,Helvetica,sans-serif;border-radius:.75rem;background-color:#fff}.calendar-fill-white{fill:#fff}.date-picker-header{display:flex;justify-content:space-between;align-items:center}.date-picker-header-btn{display:inline-flex;justify-content:center;align-items:center;width:2rem;height:2rem;background-color:transparent;cursor:pointer;border:none;border-radius:50%}.date-picker-header-btn>svg{fill:var(--fge-gray-color);width:1rem;height:1rem}.date-picker-header-btn:hover{background-color:var(--fge-gray-hover-bg)}.div-datepicker-header{display:flex;padding-top:1rem;flex-direction:column}@media (min-width: 640px){.div-datepicker-header{margin-left:1rem;margin-top:0;flex-direction:row}}.datepicker-header-label{font-size:1.25rem;font-weight:400;text-transform:capitalize;color:var(--fge-gray-color)}.div-datepicker-grid{margin-top:.25rem;width:100%;-webkit-user-select:none;user-select:none;border-collapse:collapse}.date-picker-grid-row{display:flex;margin-bottom:.25rem;justify-content:space-between;width:100%}.date-picker-header-cell{border-radius:.375rem;width:2rem;text-transform:uppercase;color:var(--fge-orange-color);font-weight:300;font-size:14px}.datepicker-row{display:flex;justify-content:space-between;width:100%}.datepicker-cell-trigger{display:flex;position:relative;justify-content:center;align-items:center;border-width:1px;border-color:transparent;outline-style:none;width:2.5rem;height:2.5rem;font-size:1rem;line-height:1.25rem;font-weight:400;padding:.75rem;color:var(--fge-gray-color);white-space:nowrap;border-radius:50%;background-color:transparent}.datepicker-cell-trigger:hover{background-color:var(--fge-lighter-orange-color);cursor:pointer}.datepicker-cell-trigger[data-disabled]{color:var(--fge-soft-gray-icon)}.calendar-icon{width:20px;height:20px}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100dvh}input,button,textarea,select{font:inherit}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}.svg-external-circle,.svg-internal-circle{display:block;margin:0 auto;transform-box:fill-box;transform-origin:center;will-change:transform}.svg-external-circle{animation:rotate 18s linear infinite}.svg-internal-circle{animation:rotate2 18s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate2{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@supports (-moz-appearance: none){.svg-internal-circle,.svg-external-circle{transform-origin:initial;animation:none}}.font-roboto{font-family:var(--fge-font-family)}.font-roboto-condensed{font-family:Roboto Condensed,Arial,Helvetica,sans-serif}*::-webkit-scrollbar{-webkit-appearance:none;background-color:var(--surface-200)}*::-webkit-scrollbar:vertical{width:.5vw;margin:2rem;padding:2rem}*::-webkit-scrollbar-button:increment,*::-webkit-scrollbar-button{display:none}*::-webkit-scrollbar:horizontal{height:.4vh}*::-webkit-scrollbar-thumb{background-color:var(--fge-orange-color);border-radius:.3rem}:root{--fge-font-family: "Roboto", Arial, Helvetica, sans-serif;--fge-background: #333333;--fge-dark-background: #293241;--fge-background-color: #fff;--fge-primary-button-text-color: #fff;--fge-gray-bolder-color: #666666;--fge-gray-color: #797979;--fge-gray-lines-color: #cccccc;--fge-orange-color: var(--primary-color, #513c86);--fge-light-orange-color: var(--primary-light-color, #a09dc2);--fge-lighter-orange-color: rgba(180, 191, 241, .4);--fge-input-color: #fef7ef;--fge-red-error-color: #e8523dbf;--fge-secondary-btn-color: #999999;--fge-gray-bg: #f3f4f6;--fge-gray-hover-bg: #e5e7eb;--fge-green-color: #598c15;--fge-green-bolder-color: #dde8d0;--fge-green-bg: #9dba72;--fge-green-hover-bg: #9eb88e;--fge-toast-color-button: #b3b3b3;--fge-toast-success: #99ab69;--fge-toast-error: #e8523d;--fge-toast-info: #2d4b73;--fge-toast-warning: #fabe50;--fge-gray-icon: #9c9c9c;--fge-soft-gray-icon: #bababa;--fge-orange-icon: #598c15;--fge-bg-hover-item: #e2e8f0;--text-color: #69707a;font-size:14px}.fge-auth-container,.fge-auth-container button,.fge-auth-container input{font-family:Roboto,Arial,Helvetica,sans-serif}body{margin:0}#app{height:100vh;min-height:100%;width:100vw;overflow-x:hidden}.fge-login-container{width:100%;min-height:100%;background:#fff;overflow:auto;display:flex;flex:1 1 100%;align-items:stretch;justify-content:space-between;box-shadow:0 0 20px 6px #090b6f85;position:relative}.fge-login-container div{height:auto}.fge-login-container .left{flex:1;background-color:var(--fge-background);display:flex}.fge-login-container .left svg{width:100%;height:100%}@media (max-width: 980px){.fge-login-container .left{display:none}}.fge-login-container .right{flex:0 0 auto;min-height:100vh;width:max-content;overflow:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.fge-login-container .right .right-container{height:100%;padding:0 2rem;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;gap:1rem;margin-top:auto;margin-bottom:auto}.fge-login-container .right .right-container .fge-login{width:330px;padding:0 4px}.fge-login-container .right .right-container-footer{margin-top:auto;margin-bottom:10px;align-self:flex-end}@media (max-width: 980px){.fge-login-container .right{width:100%}.fge-login-container .right .right-container{width:100%;align-items:center}}@media (max-width: 400px){.fge-login-container .right .right-container{padding:0 1rem;margin:0}}.fge-right-container{margin-left:20px;margin-right:20px}.fge-btn-section{margin-top:40px;gap:40px}.mb-40{margin-bottom:40px}@media (max-width: 980px){.fge-login-container{flex-flow:wrap;text-align:center;align-content:center;align-items:center;justify-content:center}}.fge-form-label{text-align:left;color:var(--fge-gray-color);font-weight:400;padding-left:.25rem;font-family:Roboto;margin-bottom:2px!important}.fge-auth-primary-button{color:var(--fge-primary-button-text-color);background:var(--fge-orange-color);padding:.8rem 1rem;border-radius:1rem;border:1px solid var(--fge-light-orange-color);font-family:Roboto,Arial,Helvetica,sans-serif;margin:0;height:40px;font-weight:500;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter}.fge-auth-primary-button.w-full{width:100%}.fge-auth-primary-button:enabled:active{background:var(--fge-orange-color);color:var(--fge-primary-button-text-color);border-color:var(--fge-light-orange-color)}.fge-auth-primary-button span{font-weight:500}.fge-auth-primary-button:enabled:hover{background:var(--fge-light-orange-color);color:var(--fge-primary-button-text-color);border-color:var(--fge-light-orange-color);cursor:pointer}.mt-2{margin-top:2px}.mt-3{margin-top:3px}.mt-4{margin-top:4px}.mt-5{margin-top:5px}.fge-gray-button{padding:.8rem 1rem;color:var(--fge-gray-color);border-radius:1rem;border:1px solid var(--fge-gray-bolder-color);background:var(--fge-gray-bg);font-weight:600;-webkit-appearance:button;-moz-appearance:button;appearance:button;transition-timing-function:cubic-bezier(.4,0,.2,1);font-family:Roboto,Arial,Helvetica,sans-serif;transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter}.fge-gray-button.w-full{width:100%}.fge-gray-button:hover{cursor:pointer;border-color:var(--fge-gray-hover-bg);background-color:var(--fge-gray-hover-bg)}.fge-green-button{padding:.8rem 1rem;color:var(--fge-input-color);border-radius:1rem;border:1px solid var(--fge-green-bolder-color);background:var(--fge-green-bg);font-weight:600;-webkit-appearance:button;-moz-appearance:button;appearance:button;transition-timing-function:cubic-bezier(.4,0,.2,1);font-family:Roboto,Arial,Helvetica,sans-serif;transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter}.fge-green-button.w-full{width:100%}.fge-green-button:hover{cursor:pointer;border-color:var(--fge-green-hover-bg);background-color:var(--fge-green-hover-bg)}.fge-delete-button{padding:.8rem 1rem;color:var(--fge-primary-button-text-color);border-radius:1rem;border:1px solid #d93b2f;background:#e8523d;font-weight:600;-webkit-appearance:button;-moz-appearance:button;appearance:button;transition-timing-function:cubic-bezier(.4,0,.2,1);font-family:Roboto,Arial,Helvetica,sans-serif;transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter}.fge-delete-button.w-full{width:100%}.fge-delete-button:hover{cursor:pointer;border-color:#c83a2b;background-color:#d63f31}.fge-delete2-button{padding:.8rem 1rem;color:#e8523d;border-radius:1rem;border:1px solid #e8523d;background:#e8523d1f;font-weight:600;-webkit-appearance:button;-moz-appearance:button;appearance:button;transition-timing-function:cubic-bezier(.4,0,.2,1);font-family:Roboto,Arial,Helvetica,sans-serif;transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter}.fge-delete2-button.w-full{width:100%}.fge-delete2-button:hover{cursor:pointer;border-color:#e8523d66;background-color:#e8523d2e}.fge-secondary-button{color:var(--surface-500);background:var(--surface-50);border:1px solid var(--fge-secondary-btn-color);padding:.8rem 1rem;font-size:1rem;border-radius:1rem;height:40px}.fge-secondary-button span{font-weight:500}.fge-secondary-button:enabled:hover{background:var(--surface-100);color:var(--surface-600);border-color:transparent;cursor:pointer}.fge-secondary-button:enabled:active{background:#fff;color:var(--fge-gray-bolder-color);border-color:var(--gray-4)}.fge-link-primary-button{all:unset}.fge-link-primary-button span{font-weight:400;color:var(--fge-orange-color);font-size:.95rem}.fge-link-primary-button:hover{text-decoration:underline;text-decoration-color:var(--fge-orange-color);cursor:pointer}.fge-link-primary-button:enabled:active{background:transparent}.fge-link-primary-button:focus{box-shadow:none}.fge-link-secondary-button{all:unset;padding:.25rem 0}.fge-link-secondary-button span{font-weight:400;color:var(--fge-gray-color);font-size:.85rem}.fge-link-secondary-button:hover{text-decoration:underline;cursor:pointer}.fge-link-secondary-button:enabled:active{background:transparent}.fge-link-secondary-button:focus{box-shadow:none}.fge-gray-1-label{color:#4d4d4d;font-size:1rem}.fge-text-gray{color:var(--fge-gray-color);font-size:1rem;font-family:var(--fge-font-family)}.fge-lines{overflow:auto;text-align:center}.fge-lines:before,.fge-lines:after{background-color:var(--fge-gray-lines-color);content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:28%}.fge-lines:before{right:.5em;margin-left:-50%}.fge-lines:after{left:.5em;margin-right:-50%}.fge-horizontal-line{overflow:hidden;text-align:center}.fge-horizontal-line:before,.fge-horizontal-line:after{background-color:var(--fge-gray-lines-color);content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:50%}.fge-auth-error{text-align:center;color:var(--fge-red-error-color);font-size:.867rem;margin:0;margin-top:.25rem}.auth-form-container>*{margin-top:.75rem}.auth-input-container{text-align:left;max-width:100%}.auth-input-container>*{font-family:var(--fge-font-family)}.auth-input-container>label{display:inline-block;padding-bottom:.1rem}.fge-auth-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;padding:.6rem 1rem .5rem;color:var(--fge-gray-color);height:40px;max-height:40px;width:100%;border:1px solid;border-color:var(--fge-light-orange-color);border-radius:1rem}.fge-auth-input.with-btn{padding-right:2rem}.fge-auth-input.with-btns{padding-right:4.5rem}.fge-auth-input.relative{position:relative!important}.fge-auth-input.uppercase{text-transform:uppercase}.fge-auth-input:enabled:focus{background:rgba(var(--primary-color-rgba),.12);outline:0 none;outline-offset:0;box-shadow:none;border-color:var(--fge-light-orange-color)!important}.fge-auth-input:hover{border-color:var(--fge-light-orange-color)!important;outline:1px solid var(--fge-light-orange-color)}html[data-theme=dark] .fge-auth-input:enabled:focus,.dark .fge-auth-input:enabled:focus{background:rgba(var(--primary-color-rgba-dark),.12)}.fge-orange-icon i{font-size:1.25rem;height:23px;color:var(--fge-orange-color)!important}.fge-orange-icon>svg{color:var(--fge-orange-color)!important}.fge-auth-input-invalid{border:1px solid var(--fge-red-error-color);font-size:1rem;box-shadow:0 0 7px #e8523d33}.fge-auth-input-invalid:enabled:focus{background:var(--fge-background-color);outline:0 none;outline-offset:0;box-shadow:none;border-color:var(--fge-red-error-color)!important}.fge-auth-input-invalid:hover{outline:1px solid var(--fge-red-error-color)!important}html[data-theme=dark] .fge-text-gray,html[data-theme=dark] .fge-gray-1-label,html[data-theme=dark] .fge-form-label,html[data-theme=dark] .fge-auth-input,.dark .fge-text-gray,.dark .fge-gray-1-label,.dark .fge-form-label,.dark .fge-auth-input{color:#fff}.auth-svg-primary .stroke-content{stroke:var(--fge-orange-color)}.auth-svg-primary .fill-content{color:var(--fge-orange-color)}.auth-svg-gray .stroke-content{stroke:var(--fge-gray-color)}.auth-svg-gray .fill-content{color:var(--fge-gray-color)}.auth-relative-container{height:40px;position:relative}.auth-btn-container{display:flex;gap:30px}.auth-btn-container.margin-top{margin-top:45px}.btn-only-icon{-webkit-appearance:button;-moz-appearance:button;appearance:button;background-color:transparent;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:4px}.btn-only-icon:hover{cursor:pointer;background-color:var(--fge-lighter-orange-color)}.btn-only-icon>svg{width:24px;height:24px}.btn-only-icon.absolute{position:absolute;top:4px;right:4px}.btn-only-icon.absolute-2{position:absolute;top:4px;right:32px}.tooltip{background-color:var(--fge-gray-color);color:#fff;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;padding:4px 8px;border-radius:8px}.arrow-svg{fill:var(--fge-gray-color)}.auth-hide-btn{display:none}.auth-modal-container{position:fixed;background-color:#fff;font-family:Roboto,Arial,Helvetica,sans-serif;top:50%;left:50%;transform:translate(-50%,-50%);max-height:85vh;width:90vw;max-width:450px;padding:25px;z-index:99999!important;border-radius:8px;box-shadow:0 2px 10px #0006}.auth-modal-container .auth-dialog-title{font-size:1.25rem;font-weight:400;color:var(--text-color);padding-bottom:.75rem;border-bottom:1px solid var(--fge-soft-gray-icon);margin-bottom:1rem}.auth-modal-container .auth-title-container{display:flex;align-items:center;justify-content:space-between}.auth-modal-container .auth-title-container>p{margin-bottom:0}.auth-modal-container .auth-title-container .close-icon{width:28px;height:28px;cursor:pointer;background-color:transparent;border:none;border-radius:50%;padding:.5rem;display:flex;align-items:center;justify-content:center}.auth-modal-container .auth-title-container .close-icon:hover{background-color:var(--fge-bg-hover-item)}.auth-modal-container .auth-title-container .close-icon>svg{width:14px;height:14px;color:var(--text-color)}.auth-modal-container .dialog-body{color:var(--text-color)}.auth-modal-container .dialog-body>p{margin-top:1rem}.auth-modal-container .dialog-body .body-title{color:var(--fge-orange-color);text-align:center;font-size:1.25rem}.auth-modal-container .dialog-body .icon{width:100%;height:75px;text-align:center}.auth-modal-container .dialog-body .icon>svg{width:75px;height:75px;margin-bottom:1rem}.auth-modal-container .dialog-footer{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background-color:#00000080}.dialog-text-center{text-align:center}.Toastify__toast-container{z-index:99999!important}.Toastify__toast--error{font-family:var(--fge-font-family);border:1px solid var(--fge-toast-error);border-left-width:20px;border-top-left-radius:1.5rem!important}.Toastify__toast--error .Toastify__toast-icon{width:20px!important}.Toastify__toast--error svg{height:20px;width:20px!important}.Toastify__toast--success{font-family:var(--fge-font-family);border:1px solid var(--fge-toast-success);border-left-width:20px;border-top-left-radius:1.5rem!important}.Toastify__toast--success .Toastify__toast-icon{width:20px!important}.Toastify__toast--success svg{fill:var(--fge-toast-success);color:var(--fge-toast-success);height:20px;width:20px!important}.toast-title{font-family:var(--fge-font-family);font-weight:600;margin-bottom:4px;font-size:1.12rem}.toast-description{font-family:var(--fge-font-family)}
2
- `,document.head.appendChild(Uc);function c0(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const r in t)if(r!=="default"){const a=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,a.get?a:{enumerable:!0,get:()=>t[r]})}}return e.default=t,Object.freeze(e)}const Zc=c0(n);var Hc=!1;function Ja(t,e,r){return Array.isArray(t)?(t.length=Math.max(t.length,e),t.splice(e,1,r),r):(t[e]=r,r)}function zi(t,e){if(Array.isArray(t)){t.splice(e,1);return}delete t[e]}function u0(){return Qc().__VUE_DEVTOOLS_GLOBAL_HOOK__}function Qc(){return typeof navigator<"u"&&typeof window<"u"?window:typeof globalThis<"u"?globalThis:{}}const d0=typeof Proxy=="function",A0="devtools-plugin:setup",f0="plugin:settings:set";let tr,Ki;function p0(){var t;return tr!==void 0||(typeof window<"u"&&window.performance?(tr=!0,Ki=window.performance):typeof globalThis<"u"&&(!((t=globalThis.perf_hooks)===null||t===void 0)&&t.performance)?(tr=!0,Ki=globalThis.perf_hooks.performance):tr=!1),tr}function m0(){return p0()?Ki.now():Date.now()}class h0{constructor(e,r){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=e,this.hook=r;const a={};if(e.settings)for(const s in e.settings){const l=e.settings[s];a[s]=l.defaultValue}const o=`__vue-devtools-plugin-settings__${e.id}`;let i=Object.assign({},a);try{const s=localStorage.getItem(o),l=JSON.parse(s);Object.assign(i,l)}catch{}this.fallbacks={getSettings(){return i},setSettings(s){try{localStorage.setItem(o,JSON.stringify(s))}catch{}i=s},now(){return m0()}},r&&r.on(f0,(s,l)=>{s===this.plugin.id&&this.fallbacks.setSettings(l)}),this.proxiedOn=new Proxy({},{get:(s,l)=>this.target?this.target.on[l]:(...c)=>{this.onQueue.push({method:l,args:c})}}),this.proxiedTarget=new Proxy({},{get:(s,l)=>this.target?this.target[l]:l==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(l)?(...c)=>(this.targetQueue.push({method:l,args:c,resolve:()=>{}}),this.fallbacks[l](...c)):(...c)=>new Promise(u=>{this.targetQueue.push({method:l,args:c,resolve:u})})})}async setRealTarget(e){this.target=e;for(const r of this.onQueue)this.target.on[r.method](...r.args);for(const r of this.targetQueue)r.resolve(await this.target[r.method](...r.args))}}function qc(t,e){const r=t,a=Qc(),o=u0(),i=d0&&r.enableEarlyProxy;if(o&&(a.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!i))o.emit(A0,t,e);else{const s=i?new h0(r,o):null;(a.__VUE_DEVTOOLS_PLUGINS__=a.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:r,setupFn:e,proxy:s}),s&&e(s.proxiedTarget)}}/*!
1
+ (function(Je,ne){typeof exports=="object"&&typeof module<"u"?ne(exports,require("yup"),require("vue"),require("vee-validate")):typeof define=="function"&&define.amd?define(["exports","yup","vue","vee-validate"],ne):(Je=typeof globalThis<"u"?globalThis:Je||self,ne(Je.FgeAuthComponent={},Je.Yup,Je.Vue,Je.VeeValidate))})(this,function(Je,ne,n,me){"use strict";var Uc=document.createElement("style");Uc.textContent=`@charset "UTF-8";.fge-step[data-v-3165da4a]{display:flex;align-items:center;justify-content:space-between;width:auto;position:relative;z-index:0;margin-bottom:40px}.fge-step-progress[data-v-3165da4a]{position:absolute;background-color:#c5c5c5;height:2px;z-index:-1;left:0;right:0;margin:0 auto}.fge-step-progress-bar[data-v-3165da4a]{position:absolute;left:0;height:100%;width:0;background-color:var(--stepPrimaryColor);transition:all .5s ease}.fge-step-item[data-v-3165da4a]{display:flex;flex-direction:column;align-items:center;color:#c5c5c5;transition:all .5s ease}.fge-step-item-counter[data-v-3165da4a]{height:30px;width:30px;display:grid;place-items:center;background-color:var(--stepIconColor);border-radius:100%;border:2px solid #c5c5c5;position:relative}.fge-step-item-counter .icon-success[data-v-3165da4a]{position:absolute;opacity:0;transform:scale(0);width:14px;transition:all .5s ease}.fge-step-item.success .fge-step-item-counter svg[data-v-3165da4a]{width:15px;height:15px}.fge-step-item.success .fge-step-item-counter .icon-success[data-v-3165da4a]{opacity:1;transform:scale(1)}.fge-step-item.current .fge-step-item-counter[data-v-3165da4a]{border-color:var(--stepPrimaryColor);background-color:var(--stepPrimaryColor);color:#fff;font-weight:500}.otp-input-container[data-v-09940bdc]{width:100%}.otp-input-wrapper[data-v-09940bdc]{display:flex;gap:.875rem;justify-content:center;align-items:center;margin-top:1rem;margin-bottom:1rem;padding:.5rem}.otp-input-wrapper.otp-input-error .otp-input[data-v-09940bdc]{border-color:var(--fge-toast-error, #e8523d);box-shadow:0 0 0 4px #e8523d26,0 2px 8px #e8523d33;animation:shake-09940bdc .5s ease}@keyframes shake-09940bdc{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.otp-input[data-v-09940bdc]{width:2.75rem;height:4rem;text-align:center;font-size:1.75rem;font-weight:700;letter-spacing:.1em;border:2px solid var(--fge-gray-lines-color, #cccccc);border-radius:12px;background-color:var(--fge-background-color, #ffffff);color:var(--fge-gray-color, #797979);transition:all .3s cubic-bezier(.4,0,.2,1);outline:none;font-family:var(--fge-font-family, "Roboto", Arial, Helvetica, sans-serif);box-shadow:0 2px 4px #0000000d}.otp-input[data-v-09940bdc]::-webkit-inner-spin-button,.otp-input[data-v-09940bdc]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.otp-input[data-v-09940bdc]:focus{border-color:var(--fge-orange-color, #513c86);box-shadow:0 0 0 4px var(--fge-lighter-orange-color, rgba(180, 191, 241, .3)),0 4px 12px #513c8626;transform:translateY(-2px) scale(1.02);background-color:var(--fge-background-color, #ffffff)}.otp-input.otp-input-filled[data-v-09940bdc]{border-color:var(--fge-orange-color, #513c86);background:linear-gradient(135deg,var(--fge-lighter-orange-color, rgba(180, 191, 241, .2)) 0%,var(--fge-background-color, #ffffff) 100%);color:var(--fge-orange-color, #513c86);font-weight:800;box-shadow:0 2px 8px #513c8633}.otp-input[data-v-09940bdc]:disabled{opacity:.5;cursor:not-allowed;background-color:var(--fge-gray-bg, #f3f4f6);transform:none}.otp-input[data-v-09940bdc]::placeholder{color:var(--fge-gray-icon, #9c9c9c);opacity:.5}.otp-input.otp-input-filled[data-v-09940bdc]:not(:disabled){animation:pulse-on-fill-09940bdc .3s ease}.otp-input[data-v-09940bdc]:hover:not(:disabled):not(:focus){border-color:var(--fge-light-orange-color, #a09dc2);box-shadow:0 2px 6px #513c861a}@keyframes pulse-on-fill-09940bdc{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.otp-error-message[data-v-09940bdc]{color:var(--fge-toast-error, #e8523d);font-size:.875rem;margin-top:.5rem;text-align:center}@media (max-width: 640px){.otp-input-wrapper[data-v-09940bdc]{gap:.5rem}.otp-input[data-v-09940bdc]{width:2.75rem;height:3.5rem;font-size:1.5rem}}.otp-input-wrapper.otp-input-short .otp-input[data-v-09940bdc]{width:3.25rem;height:4rem;font-size:1.75rem}@media (max-width: 640px){.otp-input-wrapper.otp-input-short .otp-input[data-v-09940bdc]{width:3rem;height:3.5rem;font-size:1.5rem}}.message2FaContexto[data-v-848f081a]{background-color:#f5f5f5;padding:20px;border-radius:4px;box-shadow:0 2px 4px #0000001a}.message2FaContexto h3[data-v-848f081a]{margin-top:0}.message2FaContexto p[data-v-848f081a]{margin-bottom:10px}.message2FaContexto ul[data-v-848f081a]{list-style-type:disc;margin-left:20px}.message2FaContexto li[data-v-848f081a]{margin-bottom:5px}.mensaje-servicio-container[data-v-848f081a]{background-color:#f5f5f5;padding:1rem;border-radius:4px;box-shadow:0 2px 4px #0000001a;margin-bottom:1rem;margin-top:.5rem}.mensaje-servicio-text[data-v-848f081a]{font-size:.875rem;line-height:1.5;color:var(--fge-color-gray);margin:0}.send-code-container[data-v-848f081a]{display:flex;flex-direction:column;width:100%;min-height:200px}.mb-40[data-v-848f081a]{margin-bottom:2.5rem;width:100%}.field[data-v-848f081a]{width:100%}.text-center[data-v-848f081a]{text-align:center}.current-contact-label[data-v-848f081a]{margin-bottom:20px!important;text-align:center}.auth-input-container[data-v-848f081a]{width:100%;margin-bottom:1rem}.auth-btn-container[data-v-848f081a]{display:flex;gap:30px;width:100%;margin-top:1.5rem}.fge-auth-primary-button-disabled[data-v-848f081a]{opacity:.5;cursor:not-allowed;pointer-events:none}.fge-logo-container[data-v-d55c8d76]{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 0}.fge-logo-container img[data-v-d55c8d76]{width:180px;margin-bottom:18px}.fge-logo-container svg[data-v-d55c8d76]{width:240px}.hide-calendar[data-v-81d27500]{visibility:hidden;padding:0;height:0;border:0}.auth-calendar-btn[data-v-81d27500]{position:absolute;right:0;top:-2px}.auth-calendar-btn svg[data-v-81d27500]{width:20px}.fge-btn-section[data-v-81d27500]{display:flex;flex-direction:column}.fge-version-label[data-v-526e8b52]{margin-top:.75rem;padding-right:1.5rem;text-align:right;font-size:.6rem;color:var(--fge-gray-color)}.object-contain[data-v-4096b05c]{display:flex;justify-content:center;align-items:center;gap:.5rem}.qr-image[data-v-4096b05c]{width:180px;display:block;border-radius:8px}.reload-icon svg[data-v-4096b05c]{width:24px;height:24px;margin-bottom:8px;fill:#fff}.reload-text[data-v-4096b05c]{color:#fff;font-size:14px;line-height:1.4}.qr-container[data-v-4096b05c]{position:relative;display:inline-block}.qr-container img[data-v-4096b05c]{display:block;width:180px;height:auto;margin-bottom:25px}.qr-overlay[data-v-4096b05c]{position:absolute;top:0;left:0;width:100%;height:calc(100% - 25px);background-color:#000c;display:flex;justify-content:center;align-items:center;pointer-events:auto;border-radius:4px}.reload-icon[data-v-4096b05c]{width:35px;height:35px;pointer-events:auto}.login-button-container[data-v-4096b05c]{display:flex;flex-direction:column;margin-top:25px;gap:15px}.login-link-button-container[data-v-4096b05c]{display:flex;justify-content:space-between}[data-v-4096b05c] .radio-button-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}[data-v-4096b05c] .radio-button{border:1.5px solid #ccc;border-radius:10px;padding:10px 14px;background-color:#fff;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}[data-v-4096b05c] .radio-button:hover:not([data-state=checked]){border-color:var(--fge-green-bg, #9dba72);box-shadow:0 0 0 2px #9dba7226}[data-v-4096b05c] .radio-button-content{display:flex;align-items:center;gap:.5rem}[data-v-4096b05c] .radio-button-label{font-size:.95rem;color:#555;font-weight:500}[data-v-4096b05c] .auth-svg-primary{color:var(--fge-green-bg, #9dba72)}[data-v-4096b05c] .auth-svg-black{color:var(--fge-gray-color, #797979)}[data-v-4096b05c] .radio-label-verified{color:var(--fge-green-bg, #9dba72)}[data-v-4096b05c] .radio-label-unverified{color:var(--fge-gray-color, #797979)}.fge-right-container .auth-radiogroup[data-v-4096b05c] .radio-button[data-state=checked],.fge-right-container .two-auth-container[data-v-4096b05c] .radio-button[data-state=checked],.fge-right-container[data-v-4096b05c] .auth-radiogroup .radio-button[data-state=checked],.fge-right-container[data-v-4096b05c] .two-auth-container .radio-button[data-state=checked]{background-color:var(--fge-primary-color, #513c86)!important;border-color:var(--fge-green-bg, #9dba72)!important}.fge-right-container .auth-radiogroup[data-v-4096b05c] .radio-button[data-state=checked] .radio-button-label,.fge-right-container .two-auth-container[data-v-4096b05c] .radio-button[data-state=checked] .radio-button-label,.fge-right-container[data-v-4096b05c] .auth-radiogroup .radio-button[data-state=checked] .radio-button-label,.fge-right-container[data-v-4096b05c] .two-auth-container .radio-button[data-state=checked] .radio-button-label{color:#fff!important}.fge-right-container .auth-radiogroup[data-v-4096b05c] .radio-button:not([data-state=checked]) .radio-label-verified,.fge-right-container .two-auth-container[data-v-4096b05c] .radio-button:not([data-state=checked]) .radio-label-verified{color:var(--fge-primary-bg, #414141)!important}.fge-right-container .auth-radiogroup[data-v-4096b05c] .radio-button:not([data-state=checked]) .radio-label-unverified,.fge-right-container .two-auth-container[data-v-4096b05c] .radio-button:not([data-state=checked]) .radio-label-unverified{color:var(--fge-gray-color, #aeaeae)!important}.fge-right-container .auth-radiogroup[data-v-4096b05c] .radio-button[data-state=checked] .auth-svg-primary,.fge-right-container .auth-radiogroup[data-v-4096b05c] .radio-button[data-state=checked] .auth-svg-black,.fge-right-container .two-auth-container[data-v-4096b05c] .radio-button[data-state=checked] .auth-svg-primary,.fge-right-container .two-auth-container[data-v-4096b05c] .radio-button[data-state=checked] .auth-svg-black,.fge-right-container[data-v-4096b05c] .auth-radiogroup .radio-button[data-state=checked] .auth-svg-primary,.fge-right-container[data-v-4096b05c] .auth-radiogroup .radio-button[data-state=checked] .auth-svg-black,.fge-right-container[data-v-4096b05c] .two-auth-container .radio-button[data-state=checked] .auth-svg-primary,.fge-right-container[data-v-4096b05c] .two-auth-container .radio-button[data-state=checked] .auth-svg-black{color:#fff!important}[data-v-4096b05c] .auth-radiogroup{display:flex;flex-direction:column;gap:.75rem}.two-auth-container{margin-top:2rem}.auth-checkbox-container{display:flex;align-items:center;justify-content:center;gap:.75rem}.auth-checkbox-container .checkbox-box{display:flex;-webkit-appearance:none;-moz-appearance:none;appearance:none;align-items:center;justify-content:center;border-radius:4px;border-color:transparent;outline:none;width:24px;height:24px;cursor:pointer}.auth-checkbox-container .checkbox-box[data-state=unchecked]{background-color:var(--fge-soft-gray-icon)}.auth-checkbox-container .checkbox-box[data-state=checked]{background-color:var(--fge-orange-color)}.auth-checkbox-container .checkbox-svg{cursor:pointer;width:12px;height:12px}.qr-instructions{margin-bottom:8px}.qr-instructions h4{margin-bottom:8px;text-align:center}.qr-timeline{margin-bottom:12px}.timeline-title{text-align:center;margin-bottom:10px;font-size:.8rem!important;font-weight:700}.timeline-title strong,.timeline-desc strong,.timeline-step strong{font-size:.8rem!important}.timeline{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.timeline-item{display:flex;align-items:flex-start;gap:12px}.timeline-icon{min-width:30px;height:30px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:12px;color:#fff;background:var(--fge-orange-color, #ff8a00)}.timeline-content{display:flex;flex-direction:column;align-items:start}.timeline-step{font-weight:600;margin-bottom:2px;font-size:.8rem!important}.timeline-desc{color:#6b7280;font-size:.8rem!important;text-align:start}.msg-container{overflow:hidden;text-align:center}.radio-button-group{display:flex;flex-direction:column;gap:.75rem;margin-top:.75rem}.radio-button{border:1.5px solid #ccc;border-radius:10px;padding:10px 14px;background-color:#fff;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.radio-button:hover{border-color:#7b6cd9;box-shadow:0 0 0 2px #7b6cd926}.radio-button-content{display:flex;align-items:center;gap:.5rem}.radio-button-label{font-size:.95rem;color:#555;font-weight:500}.radio-icon{width:20px;height:20px}.auth-svg-primary{color:#665ab1}.auth-svg-black{color:#000}.radio-button[data-state=checked]{background-color:#7b6cd9;border-color:#7b6cd9}.radio-button[data-state=checked] .radio-button-label,.radio-button[data-state=checked] .auth-svg-primary{color:#fff}:deep(.radio-button[data-state="checked"] .radio-button-label),:deep(.radio-button[data-state="checked"] .auth-svg-primary),:deep(.radio-button[data-state="checked"] .auth-svg-black){color:#fff!important}.icon_1[data-v-7883ed41]{height:132px}.icon_1[data-v-7883ed41]{animation:rotate-7883ed41 1.25s linear infinite}@keyframes rotate-7883ed41{to{transform:rotate(-360deg)}}.icon_2[data-v-7883ed41]{width:80px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.fge-auth-loading[data-v-461de591]{position:absolute;width:100%;height:100%;background:#999999bf;z-index:999999;display:flex;align-items:center;justify-content:center}.header-container{display:flex;gap:.75rem;justify-content:space-evenly;align-items:center}.fge-auth-foto-container{position:relative;width:100%}.fge-auth-foto-container .fge-image-container{height:110px;width:110px}.fge-auth-foto-container .fge-image-container svg{height:110px;width:110px}.fge-auth-foto-container .fge-image-container img{height:110px;width:110px;object-fit:contain}.img-absolute-container{position:absolute;padding:0;bottom:-10px;right:0;width:40px;height:40px}.fge-text-gray.fge-perfil-nombre{font-family:Roboto Condensed;line-height:20px;font-size:1.3rem;font-weight:500;text-transform:uppercase;margin-bottom:.5rem;letter-spacing:.5px;font-weight:600}.fge-perfil-data{font-weight:400;margin-bottom:0;font-family:Roboto}.fge-password-btn{padding:.4rem .6rem!important;border-radius:.7rem!important;height:30px!important;margin-left:-3px}.fge-password-btn .p-button-label{font-family:Arial Narrow,Arial,sans-serif;font-size:.8rem!important}.fge-auth-profile-img{border-radius:50%;object-fit:cover!important}.change-psw-btn{padding:.375rem .625rem!important;border-radius:.5rem!important;margin-top:.75rem;font-size:1rem;font-weight:600}.switch-container[data-v-f658d6bd]{display:flex;align-items:center;justify-content:space-between;width:100%}[data-v-f658d6bd] .SwitchRoot{width:42px;height:25px;background-color:var(--fge-gray-lines-color);border:1px solid var(--fge-orange-icon);border-radius:99px;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0)}[data-v-f658d6bd] .SwitchRoot[data-state=checked]{background-color:var(--fge-orange-color)}[data-v-f658d6bd] .SwitchThumb{display:block;width:21px;height:21px;background-color:#fff;border-radius:9999px;box-shadow:0 2px 2px var(--fge-orange-color);transition:transform .1s;transform:translate(2px);will-change:transform}[data-v-f658d6bd] .SwitchThumb[data-state=checked]{transform:translate(19px)}.fge-profile-container{font-family:Roboto Condensed,Arial,sans-serif}.btn{cursor:pointer;background-color:#f5f5f5;border-radius:5px;padding:5px 10px;transition:all .3s ease}.btn:hover{background-color:#f1f1f1;border-radius:10px;box-shadow:0 0 10px #0003}.fge-lines-container{overflow:auto!important;text-align:center!important}.fge-lines-container:before,.fge-lines-container:after{background-color:var(--fge-gray-lines-color);content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:28%}.fge-lines-container:before{right:.5em}.fge-lines-container:after{left:.5em}.fge-auth-camera-file-button{padding:0;border:none;width:35px;height:35px;border-radius:50%;background-color:var(--fge-bg-hover-item)}.fge-auth-camera-file-button svg{fill:var(--fge-orange-icon);width:25px!important;height:25px}.fge-auth-camera-file-button:hover{background-color:var(--fge-bg-hover-item);cursor:pointer}.mrgt-20{margin-top:30px}.fge-profile-container{display:flex;padding-left:1.5rem;padding-right:1.5rem;flex-direction:column;justify-content:center;width:100%;height:100%;font-family:Roboto Condensed,Arial,sans-serif}.fge-profile-container *{font-family:inherit}.fge-profile-container input,.fge-profile-container label,.fge-profile-container .fge-text-gray{font-family:Roboto Condensed,Arial,sans-serif}.fge-profile-container .fge-auth-primary-button,.fge-profile-container .fge-gray-button{font-family:Roboto,Arial,Helvetica,sans-serif}.fge-profile-header{padding-top:.75rem;margin-bottom:3.25rem}.auth-radiogroup{display:flex;justify-content:center;padding-top:1.25rem;margin-bottom:1.75rem}.auth-radio-group-container{display:flex;flex-direction:column;gap:.625rem}.auth-radio-group-item{display:flex;align-items:center;height:28px;min-height:28px}.auth-radio-group-item>button{border-radius:9999px;outline-style:none;background-color:#fff;cursor:default;width:18px;height:18px;margin-right:1rem;border:0px solid var(--fge-gray-lines-color);display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-radio-group-item>button:disabled{border:1px solid #c2c2c2}.auth-radio-group-item>button span[data-state=checked]{background-color:transparent;border-radius:50%;box-shadow:0 0 0 3px var(--fge-orange-icon)}.auth-radio-group-item span{display:flex;position:relative;justify-content:center;align-items:center;width:100%;height:100%}.auth-radio-group-item .radio-wrapper{width:28px;height:28px;margin-right:1rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;pointer-events:none}.auth-radio-group-item .radio{margin:0;width:18px;height:18px;min-width:18px;min-height:18px;flex-shrink:0;pointer-events:auto;border-radius:50%;border:2px solid var(--fge-gray-lines-color);background-color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.auth-radio-group-item .radio[data-state=checked]{border-color:var(--fge-orange-icon);background-color:#fff}.auth-radio-group-item .radio:hover:not([disabled]){border-color:var(--fge-orange-icon)}.auth-radio-group-item .radio[disabled]{opacity:.5;cursor:not-allowed}.auth-radio-group-item .radio>span{display:flex;align-items:center;justify-content:center;width:100%;height:100%;position:relative}.auth-radio-group-item .radio>span:after{content:"";display:block;width:8px;height:8px;border-radius:50%;background-color:var(--fge-orange-icon);opacity:0;transition:opacity .2s ease}.auth-radio-group-item .radio[data-state=checked]>span:after{opacity:1}.auth-radio-group-item label{display:flex;align-items:center;line-height:1.5;height:28px}.auth-radio-group-item .btn-whatsapp{display:flex;background-color:transparent;position:relative;justify-content:center;align-items:center;width:28px;height:28px;margin-right:1rem;flex-shrink:0}.auth-radio-group-item .btn-whatsapp svg{width:28px;height:28px}.auth-radio-group-item .fge-gray-button-option,.auth-radio-group-item .fge-gray-button-option *{cursor:pointer!important}.auth-radio-group-item .fge-counter-text{color:var(--fge-color-gray);font-size:.875rem;margin-left:6px;font-weight:500;display:inline;vertical-align:baseline;line-height:1.5;white-space:nowrap;flex-shrink:0;position:relative;top:.35em}.auth-radio-group-item .fge-counter-text-inline{color:#ffffffe6;font-size:.875rem;margin-left:8px;font-weight:500;display:inline}.input-hidden{display:none}html[data-theme=dark] .auth-radio-group-item>button,.dark .auth-radio-group-item>button{background-color:var(--fge-dark-background)}.fge-profile-step5 .auth-relative-container{height:40px!important;position:relative!important}.fge-profile-step5 .fge-auth-input{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:transparent!important;padding:.6rem 1rem .5rem!important;color:var(--fge-gray-color)!important;height:40px!important;max-height:40px!important;width:100%!important;border:1px solid!important;border-color:var(--fge-light-orange-color)!important;border-radius:1rem!important;font-family:Roboto,Arial,Helvetica,sans-serif!important;box-sizing:border-box!important}.fge-profile-step5 .fge-auth-input.with-btn{padding-right:2rem!important}.fge-profile-step5 .fge-auth-input.with-btns{padding-right:4.5rem!important}.fge-profile-step5 .fge-auth-input:enabled:focus{background:rgba(var(--primary-color-rgba, 89, 140, 21),.12)!important;outline:0 none!important;outline-offset:0!important;box-shadow:none!important;border-color:var(--fge-light-orange-color)!important}.fge-profile-step5 .fge-auth-input:hover{border-color:var(--fge-light-orange-color)!important;outline:1px solid var(--fge-light-orange-color)!important}.fge-profile-step5 .fge-auth-input.fge-auth-input-invalid{border:1px solid var(--fge-red-error-color)!important;font-size:1rem!important}.fge-profile-step5 .fge-auth-input.fge-auth-input-invalid:enabled:focus{background:var(--fge-background-color)!important;outline:0 none!important;outline-offset:0!important;box-shadow:none!important;border-color:var(--fge-red-error-color)!important}.fge-profile-step5 .fge-auth-input.fge-auth-input-invalid:hover{outline:1px solid var(--fge-red-error-color)!important}.fge-profile-step5 .fge-auth-input.fge-auth-input-invalid{box-shadow:0 0 7px #e8523d33!important}.fge-profile-step5 .auth-input-container{text-align:left!important;max-width:100%!important}.fge-profile-step5 .auth-input-container>label{display:inline-block!important;padding-bottom:.1rem!important}.fge-profile-step5 .fge-form-label{text-align:left!important;color:var(--fge-gray-color)!important;font-weight:400!important;padding-left:.25rem!important;font-family:Roboto!important;margin-bottom:2px!important}.fge-profile-step2{width:100%!important}.fge-profile-step2 .send-code-container{display:flex!important;flex-direction:column!important;width:100%!important;min-height:200px!important}.fge-profile-step2 :deep(.otp-input-container){width:100%!important}.fge-profile-step2 :deep(.otp-input-wrapper){display:flex!important;gap:.875rem!important;justify-content:center!important;align-items:center!important;margin-top:1rem!important;margin-bottom:1rem!important;padding:.5rem!important}.fge-profile-step2 :deep(.otp-input){width:2.75rem!important;height:4rem!important;text-align:center!important;font-size:1.75rem!important;font-weight:700!important;letter-spacing:.1em!important;border:2px solid var(--fge-gray-lines-color, #cccccc)!important;border-radius:12px!important;background-color:var(--fge-background-color, #ffffff)!important;color:var(--fge-gray-color, #797979)!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;outline:none!important;font-family:var(--fge-font-family, "Roboto", Arial, Helvetica, sans-serif)!important;box-shadow:0 2px 4px #0000000d!important;box-sizing:border-box!important}.fge-profile-step2 :deep(.otp-input):focus{border-color:var(--fge-orange-color, #513c86)!important;box-shadow:0 0 0 4px var(--fge-lighter-orange-color, rgba(180, 191, 241, .3)),0 4px 12px #513c8626!important;transform:translateY(-2px) scale(1.02)!important;background-color:var(--fge-background-color, #ffffff)!important}.fge-profile-step2 :deep(.otp-input).otp-input-filled{border-color:var(--fge-orange-color, #513c86)!important;background:linear-gradient(135deg,var(--fge-lighter-orange-color, rgba(180, 191, 241, .2)) 0%,var(--fge-background-color, #ffffff) 100%)!important;color:var(--fge-orange-color, #513c86)!important;font-weight:800!important;box-shadow:0 2px 8px #513c8633!important}.fge-profile-step2 :deep(.otp-input):hover:not(:disabled):not(:focus){border-color:var(--fge-light-orange-color, #a09dc2)!important;box-shadow:0 2px 6px #513c861a!important}.fge-profile-step2 :deep(.otp-input-wrapper.otp-input-short) .otp-input{width:3.25rem!important;height:4rem!important;font-size:1.75rem!important}.fge-profile-step2 .auth-input-container{width:100%!important;margin-bottom:1rem!important}.fge-profile-step2 .auth-btn-container{display:flex!important;gap:30px!important;width:100%!important;margin-top:1.5rem!important}.fge-profile-step2 .fge-form-label{text-align:left!important;color:var(--fge-gray-color)!important;font-weight:400!important;padding-left:.25rem!important;font-family:Roboto!important;margin-bottom:2px!important}.fge-profile-step2 :deep(.otp-input-wrapper.otp-input-error) .otp-input{border-color:var(--fge-toast-error, #e8523d)!important;box-shadow:0 0 0 4px #e8523d26,0 2px 8px #e8523d33!important}.slide-enter-active,.slide-leave-active{transition:transform .2s ease}.slide-enter,.slide-leave-to{transform:translate(100%);transition:all .15s ease-in 0s}.auth-sidebar-backdrop{background-color:#00000080;width:100vw;height:100vh;position:fixed;top:0;right:0;cursor:pointer;z-index:999}.sidebar-panel{display:flex;flex-direction:column;overflow-y:auto;background-color:#fff;position:fixed;right:0;top:0;height:100vh;z-index:999;padding:2rem 20px;width:390px}@media screen and (max-width: 64em){.sidebar-panel{width:100vw}}html[data-theme=dark] .sidebar-panel,.dark .sidebar-panel{background-color:var(--fge-dark-background)}.fge-confirm-overlay[data-v-1f89df6f]{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000052;z-index:1400}.fge-confirm-box[data-v-1f89df6f]{width:90%;max-width:420px;background:var(--fge-bg-sidebar, #fff);border-radius:8px;padding:1.25rem;box-shadow:0 8px 30px #0000002e}.fge-confirm-title[data-v-1f89df6f]{margin:0 0 .5rem}.fge-confirm-message[data-v-1f89df6f]{margin:0 0 1rem;color:var(--fge-text-muted, #6b7280)}.fge-confirm-actions[data-v-1f89df6f]{display:flex;justify-content:flex-end;gap:.5rem}.sidebar-header[data-v-ab7b4129]{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--fge-gray-lines-color)}[data-v-ab7b4129] .sidebar-panel{padding:0}.sidebar-body[data-v-ab7b4129]{padding:1rem;overflow:auto;flex:1}.devices-list[data-v-ab7b4129]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.2rem}.device-card[data-v-ab7b4129]{position:relative;padding:12px 10px;border-radius:10px;background-color:var(--fge-bg-item, #fff);box-shadow:0 7px 15px #0000000d;display:block}.card-body[data-v-ab7b4129]{display:flex;gap:12px}.card-left[data-v-ab7b4129]{width:40px;display:flex;align-items:center;justify-content:center}.icon-circle[data-v-ab7b4129]{width:35px;height:35px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#513c861a}.icon[data-v-ab7b4129]{font-size:16px;color:var(--fge-orange-color)}.card-content[data-v-ab7b4129]{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.card-header[data-v-ab7b4129]{display:flex;flex-direction:column;gap:4px}.device-title[data-v-ab7b4129]{font-weight:600;font-size:14px}.device-id[data-v-ab7b4129]{color:#6b7280;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block}.card-row[data-v-ab7b4129]{display:flex;align-items:center;gap:2px;font-size:11px;color:var(--fge-orange-color)}.calendar-icon[data-v-ab7b4129]{color:var(--fge-orange-color)}.card-text[data-v-ab7b4129]{display:flex;gap:6px;align-items:baseline;font-size:11px;color:var(--fge-orange-color)}.muted-title[data-v-ab7b4129]{color:var(--fge-orange-color);font-weight:600}.muted-value[data-v-ab7b4129]{color:var(--fge-text-muted, #6b7280);font-weight:300}.action-btn[data-v-ab7b4129]{position:absolute;right:-8px;top:-8px;background:#ff3b30e6;color:#fff;border:none;width:25px;height:25px;font-size:10px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-buttons[data-v-ab7b4129]{display:flex;gap:1.2rem}.sidebar-footer[data-v-ab7b4129]{display:flex;justify-content:space-around;gap:.5rem;padding:1rem;border-top:1px solid var(--fge-gray-lines-color)}.close-btn[data-v-ab7b4129]{background:transparent;border:none;font-size:1.2rem;cursor:pointer}.loading[data-v-ab7b4129],.error[data-v-ab7b4129],.no-devices[data-v-ab7b4129]{color:#6b7280}[data-v-6df5dc87] .sidebar-panel{padding:0}.sidebar-header[data-v-6df5dc87]{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--fge-gray-lines-color)}.sidebar-body[data-v-6df5dc87]{padding:1rem;overflow:auto;flex:1}.devices-list[data-v-6df5dc87]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.2rem}.device-card[data-v-6df5dc87]{position:relative;padding:12px 10px;border-radius:10px;background-color:var(--fge-bg-item, #fff);box-shadow:0 7px 15px #0000000d;display:block}.card-body[data-v-6df5dc87]{display:flex;gap:12px}.card-left[data-v-6df5dc87]{width:40px;display:flex;align-items:center;justify-content:center}.icon-circle[data-v-6df5dc87]{width:35px;height:35px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#513c861a}.icon[data-v-6df5dc87]{font-size:16px;color:var(--fge-orange-color)}.card-content[data-v-6df5dc87]{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.card-header[data-v-6df5dc87]{display:flex;flex-direction:column;gap:4px}.device-title[data-v-6df5dc87]{font-weight:600;font-size:14px}.device-id[data-v-6df5dc87]{color:#6b7280;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block}.card-row[data-v-6df5dc87]{display:flex;align-items:center;gap:2px;font-size:11px;color:var(--fge-orange-color)}.calendar-icon[data-v-6df5dc87]{color:var(--fge-orange-color)}.card-text[data-v-6df5dc87]{display:flex;gap:6px;align-items:baseline;font-size:11px;color:var(--fge-orange-color)}.muted-title[data-v-6df5dc87]{color:var(--fge-orange-color);font-weight:600}.muted-value[data-v-6df5dc87]{color:var(--fge-text-muted, #6b7280);font-weight:300}.action-btn[data-v-6df5dc87]{position:absolute;right:-8px;top:-8px;background:#ff3b30e6;color:#fff;border:none;width:25px;height:25px;font-size:10px;border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-buttons[data-v-6df5dc87]{display:flex;gap:1.2rem}.sidebar-footer[data-v-6df5dc87]{display:flex;justify-content:space-around;gap:.5rem;padding:1rem;border-top:1px solid var(--fge-gray-lines-color)}.close-btn[data-v-6df5dc87]{background:transparent;border:none;font-size:1.2rem;cursor:pointer}.loading[data-v-6df5dc87],.error[data-v-6df5dc87],.no-devices[data-v-6df5dc87]{color:#6b7280}.device-title-row[data-v-6df5dc87]{display:flex;gap:8px;align-items:center}.badges[data-v-6df5dc87]{display:flex;gap:6px;align-items:center}.badge[data-v-6df5dc87]{font-size:10px;padding:2px 6px;border-radius:999px;color:#fff;font-weight:600;line-height:1}.badge-actual[data-v-6df5dc87]{background:#16a34a}.badge-cd[data-v-6df5dc87]{background:#6d28d9}.auth-modal-body-msg[data-v-6cedda83]{margin-top:.75rem!important;margin-bottom:0!important}.auth-msg-capitalize[data-v-6cedda83]{text-transform:capitalize}.avatar-size{width:40px!important;height:40px!important;outline:1px solid #c7c7c7}.avatar-size img{width:40px!important;height:40px!important;object-fit:cover}.default-icon-size{width:40px;height:40px}.default-icon-size svg{width:40px;height:40px}.link-item-container{display:flex;padding:0;margin-left:0;align-items:center;cursor:pointer;border:none;background-color:transparent}.item-container{display:flex;align-items:center;gap:10px}.avatar-container{display:inline-flex;overflow:hidden;justify-content:center;align-items:center;border-radius:9999px;vertical-align:middle;-webkit-user-select:none;user-select:none;height:45px;width:45px}.avatar-image{object-fit:cover;width:100%;height:100%}.avatar-fallback{display:flex;justify-content:center;align-items:center;width:100%;height:100%;font-weight:500;background-color:#fff;color:15px;text-transform:uppercase}.auth-name-container{display:none;margin-right:.75rem;color:var(--text-color)}.auth-name-container .name{text-transform:capitalize;margin-bottom:0;font-family:var(--fge-font-family)}.auth-name-container .profession{font-family:Roboto Condensed;text-align:center;text-transform:uppercase;font-size:.75rem}@media (min-width: 768px){.auth-name-container{display:block}}.auth-menu-content{width:100%;background-color:#fff;border-bottom:1px solid var(--fge-soft-gray-icon)}div[data-radix-popper-content-wrapper]{z-index:999!important}.auth-menu-item{display:flex;padding:.5rem .5rem .5rem 1rem;align-items:center;width:160px;background-color:transparent;cursor:pointer;color:var(--text-color)}.auth-menu-item>svg{width:12px;margin-right:.75rem;fill:var(--text-color)}.auth-menu-item:hover{background-color:var(--fge-bg-hover-item)}html[data-theme=dark] .auth-name-container,.dark .auth-name-container,html[data-theme=dark] .auth-name-container .name,.dark .auth-name-container .name,html[data-theme=dark] .auth-name-container .profession,.dark .auth-name-container .profession,html[data-theme=dark] .auth-menu-item,.dark .auth-menu-item{color:#fff}html[data-theme=dark] .auth-menu-item>svg,.dark .auth-menu-item>svg{fill:#fff}html[data-theme=dark] .auth-menu-item:hover,.dark .auth-menu-item:hover{background-color:var(--fge-gray-color)}html[data-theme=dark] .auth-menu-content,.dark .auth-menu-content{background-color:var(--fge-dark-background)}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-colored:#ddd}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translate3d(0,0,var(--toastify-z-index) px);width:var(--toastify-toast-width);z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translate(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:var(--toastify-toast-max-height);min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px;white-space:pre-wrap}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:var(--toastify-color-info);color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:var(--toastify-color-success);color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:var(--toastify-color-warning);color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:var(--toastify-color-error);color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--default{background:var(--toastify-color-progress-colored)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentcolor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__none{0%,60%,75%,90%,to{animation-duration:0;animation-timing-function:none}0%{opacity:1;transform:translateZ(0)}to{transform:translateZ(0)}}.Toastify__none-enter--bottom-center,.Toastify__none-enter--bottom-left,.Toastify__none-enter--bottom-right,.Toastify__none-enter--top-center,.Toastify__none-enter--top-left,.Toastify__none-enter--top-right{animation-name:Toastify__none}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.date-picker-field{display:flex;padding:.25rem;justify-content:space-between;align-items:center;border-radius:.5rem;border-width:1px;border-color:transparent;width:10rem;text-align:center;background-color:#fff;-webkit-user-select:none;user-select:none}.date-picker-field-div{display:flex;align-items:center;justify-content:center}.date-picker-input{padding:.125rem;border-radius:.375rem}.date-picker-input:focus-visible{outline-color:var(--fge-orange-color)}.date-picker-btn{padding:.5rem;font-size:1.25rem;width:35px;height:35px;line-height:1.75rem;position:absolute;top:0;right:0;background-color:transparent;border:none;border-top-right-radius:8px;border-bottom-right-radius:8px}.date-picker-btn:hover{background-color:var(--fge-lighter-orange-color)}.date-picker-btn:focus-within{outline-color:var(--fge-orange-color)}.date-picker-content{font-family:Roboto,Arial,Helvetica,sans-serif;border-radius:.75rem;background-color:#fff}.calendar-fill-white{fill:#fff}.date-picker-header{display:flex;justify-content:space-between;align-items:center}.date-picker-header-btn{display:inline-flex;justify-content:center;align-items:center;width:2rem;height:2rem;background-color:transparent;cursor:pointer;border:none;border-radius:50%}.date-picker-header-btn>svg{fill:var(--fge-gray-color);width:1rem;height:1rem}.date-picker-header-btn:hover{background-color:var(--fge-gray-hover-bg)}.div-datepicker-header{display:flex;padding-top:1rem;flex-direction:column}@media (min-width: 640px){.div-datepicker-header{margin-left:1rem;margin-top:0;flex-direction:row}}.datepicker-header-label{font-size:1.25rem;font-weight:400;text-transform:capitalize;color:var(--fge-gray-color)}.div-datepicker-grid{margin-top:.25rem;width:100%;-webkit-user-select:none;user-select:none;border-collapse:collapse}.date-picker-grid-row{display:flex;margin-bottom:.25rem;justify-content:space-between;width:100%}.date-picker-header-cell{border-radius:.375rem;width:2rem;text-transform:uppercase;color:var(--fge-orange-color);font-weight:300;font-size:14px}.datepicker-row{display:flex;justify-content:space-between;width:100%}.datepicker-cell-trigger{display:flex;position:relative;justify-content:center;align-items:center;border-width:1px;border-color:transparent;outline-style:none;width:2.5rem;height:2.5rem;font-size:1rem;line-height:1.25rem;font-weight:400;padding:.75rem;color:var(--fge-gray-color);white-space:nowrap;border-radius:50%;background-color:transparent}.datepicker-cell-trigger:hover{background-color:var(--fge-lighter-orange-color);cursor:pointer}.datepicker-cell-trigger[data-disabled]{color:var(--fge-soft-gray-icon)}.calendar-icon{width:20px;height:20px}*{margin:0;padding:0;box-sizing:border-box}body{min-height:100dvh}input,button,textarea,select{font:inherit}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}.svg-external-circle,.svg-internal-circle{display:block;margin:0 auto;transform-box:fill-box;transform-origin:center;will-change:transform}.svg-external-circle{animation:rotate 18s linear infinite}.svg-internal-circle{animation:rotate2 18s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate2{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@supports (-moz-appearance: none){.svg-internal-circle,.svg-external-circle{transform-origin:initial;animation:none}}.font-roboto{font-family:var(--fge-font-family)}.font-roboto-condensed{font-family:Roboto Condensed,Arial,Helvetica,sans-serif}*::-webkit-scrollbar{-webkit-appearance:none;background-color:var(--surface-200)}*::-webkit-scrollbar:vertical{width:.5vw;margin:2rem;padding:2rem}*::-webkit-scrollbar-button:increment,*::-webkit-scrollbar-button{display:none}*::-webkit-scrollbar:horizontal{height:.4vh}*::-webkit-scrollbar-thumb{background-color:var(--fge-orange-color);border-radius:.3rem}:root{--fge-font-family: "Roboto", Arial, Helvetica, sans-serif;--fge-background: #333333;--fge-dark-background: #293241;--fge-background-color: #fff;--fge-primary-button-text-color: #fff;--fge-gray-bolder-color: #666666;--fge-gray-color: #797979;--fge-gray-lines-color: #cccccc;--fge-orange-color: var(--primary-color, #513c86);--fge-light-orange-color: var(--primary-light-color, #a09dc2);--fge-lighter-orange-color: rgba(180, 191, 241, .4);--fge-input-color: #fef7ef;--fge-red-error-color: #e8523dbf;--fge-secondary-btn-color: #999999;--fge-gray-bg: #f3f4f6;--fge-gray-hover-bg: #e5e7eb;--fge-green-color: #598c15;--fge-green-bolder-color: #dde8d0;--fge-green-bg: #9dba72;--fge-green-hover-bg: #9eb88e;--fge-toast-color-button: #b3b3b3;--fge-toast-success: #99ab69;--fge-toast-error: #e8523d;--fge-toast-info: #2d4b73;--fge-toast-warning: #fabe50;--fge-gray-icon: #9c9c9c;--fge-soft-gray-icon: #bababa;--fge-orange-icon: #598c15;--fge-bg-hover-item: #e2e8f0;--text-color: #69707a;font-size:14px}.fge-auth-container,.fge-auth-container button,.fge-auth-container input{font-family:Roboto,Arial,Helvetica,sans-serif}body{margin:0}#app{height:100vh;min-height:100%;width:100vw;overflow-x:hidden}.fge-login-container{width:100%;min-height:100%;background:#fff;overflow:auto;display:flex;flex:1 1 100%;align-items:stretch;justify-content:space-between;box-shadow:0 0 20px 6px #090b6f85;position:relative}.fge-login-container div{height:auto}.fge-login-container .left{flex:1;background-color:var(--fge-background);display:flex}.fge-login-container .left svg{width:100%;height:100%}@media (max-width: 980px){.fge-login-container .left{display:none}}.fge-login-container .right{flex:0 0 auto;min-height:100vh;width:max-content;overflow:auto;display:flex;flex-direction:column;align-items:center;justify-content:center}.fge-login-container .right .right-container{height:100%;padding:0 2rem;display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;gap:1rem;margin-top:auto;margin-bottom:auto}.fge-login-container .right .right-container .fge-login{width:330px;padding:0 4px}.fge-login-container .right .right-container-footer{margin-top:auto;margin-bottom:10px;align-self:flex-end}@media (max-width: 980px){.fge-login-container .right{width:100%}.fge-login-container .right .right-container{width:100%;align-items:center}}@media (max-width: 400px){.fge-login-container .right .right-container{padding:0 1rem;margin:0}}.fge-right-container{margin-left:20px;margin-right:20px}.fge-btn-section{margin-top:40px;gap:40px}.mb-40{margin-bottom:40px}@media (max-width: 980px){.fge-login-container{flex-flow:wrap;text-align:center;align-content:center;align-items:center;justify-content:center}}.fge-form-label{text-align:left;color:var(--fge-gray-color);font-weight:400;padding-left:.25rem;font-family:Roboto;margin-bottom:2px!important}.fge-auth-primary-button{color:var(--fge-primary-button-text-color);background:var(--fge-orange-color);padding:.8rem 1rem;border-radius:1rem;border:1px solid var(--fge-light-orange-color);font-family:Roboto,Arial,Helvetica,sans-serif;margin:0;height:40px;font-weight:500;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter}.fge-auth-primary-button.w-full{width:100%}.fge-auth-primary-button:enabled:active{background:var(--fge-orange-color);color:var(--fge-primary-button-text-color);border-color:var(--fge-light-orange-color)}.fge-auth-primary-button span{font-weight:500}.fge-auth-primary-button:enabled:hover{background:var(--fge-light-orange-color);color:var(--fge-primary-button-text-color);border-color:var(--fge-light-orange-color);cursor:pointer}.mt-2{margin-top:2px}.mt-3{margin-top:3px}.mt-4{margin-top:4px}.mt-5{margin-top:5px}.fge-gray-button{padding:.8rem 1rem;color:var(--fge-gray-color);border-radius:1rem;border:1px solid var(--fge-gray-bolder-color);background:var(--fge-gray-bg);font-weight:600;-webkit-appearance:button;-moz-appearance:button;appearance:button;transition-timing-function:cubic-bezier(.4,0,.2,1);font-family:Roboto,Arial,Helvetica,sans-serif;transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter}.fge-gray-button.w-full{width:100%}.fge-gray-button:hover{cursor:pointer;border-color:var(--fge-gray-hover-bg);background-color:var(--fge-gray-hover-bg)}.fge-green-button{padding:.8rem 1rem;color:var(--fge-input-color);border-radius:1rem;border:1px solid var(--fge-green-bolder-color);background:var(--fge-green-bg);font-weight:600;-webkit-appearance:button;-moz-appearance:button;appearance:button;transition-timing-function:cubic-bezier(.4,0,.2,1);font-family:Roboto,Arial,Helvetica,sans-serif;transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter}.fge-green-button.w-full{width:100%}.fge-green-button:hover{cursor:pointer;border-color:var(--fge-green-hover-bg);background-color:var(--fge-green-hover-bg)}.fge-delete-button{padding:.8rem 1rem;color:var(--fge-primary-button-text-color);border-radius:1rem;border:1px solid #d93b2f;background:#e8523d;font-weight:600;-webkit-appearance:button;-moz-appearance:button;appearance:button;transition-timing-function:cubic-bezier(.4,0,.2,1);font-family:Roboto,Arial,Helvetica,sans-serif;transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter}.fge-delete-button.w-full{width:100%}.fge-delete-button:hover{cursor:pointer;border-color:#c83a2b;background-color:#d63f31}.fge-delete2-button{padding:.8rem 1rem;color:#e8523d;border-radius:1rem;border:1px solid #e8523d;background:#e8523d1f;font-weight:600;-webkit-appearance:button;-moz-appearance:button;appearance:button;transition-timing-function:cubic-bezier(.4,0,.2,1);font-family:Roboto,Arial,Helvetica,sans-serif;transition-duration:.2s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter}.fge-delete2-button.w-full{width:100%}.fge-delete2-button:hover{cursor:pointer;border-color:#e8523d66;background-color:#e8523d2e}.fge-secondary-button{color:var(--surface-500);background:var(--surface-50);border:1px solid var(--fge-secondary-btn-color);padding:.8rem 1rem;font-size:1rem;border-radius:1rem;height:40px}.fge-secondary-button span{font-weight:500}.fge-secondary-button:enabled:hover{background:var(--surface-100);color:var(--surface-600);border-color:transparent;cursor:pointer}.fge-secondary-button:enabled:active{background:#fff;color:var(--fge-gray-bolder-color);border-color:var(--gray-4)}.fge-link-primary-button{all:unset}.fge-link-primary-button span{font-weight:400;color:var(--fge-orange-color);font-size:.95rem}.fge-link-primary-button:hover{text-decoration:underline;text-decoration-color:var(--fge-orange-color);cursor:pointer}.fge-link-primary-button:enabled:active{background:transparent}.fge-link-primary-button:focus{box-shadow:none}.fge-link-secondary-button{all:unset;padding:.25rem 0}.fge-link-secondary-button span{font-weight:400;color:var(--fge-gray-color);font-size:.85rem}.fge-link-secondary-button:hover{text-decoration:underline;cursor:pointer}.fge-link-secondary-button:enabled:active{background:transparent}.fge-link-secondary-button:focus{box-shadow:none}.fge-gray-1-label{color:#4d4d4d;font-size:1rem}.fge-text-gray{color:var(--fge-gray-color);font-size:1rem;font-family:var(--fge-font-family)}.fge-lines{overflow:auto;text-align:center}.fge-lines:before,.fge-lines:after{background-color:var(--fge-gray-lines-color);content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:28%}.fge-lines:before{right:.5em;margin-left:-50%}.fge-lines:after{left:.5em;margin-right:-50%}.fge-horizontal-line{overflow:hidden;text-align:center}.fge-horizontal-line:before,.fge-horizontal-line:after{background-color:var(--fge-gray-lines-color);content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:50%}.fge-auth-error{text-align:center;color:var(--fge-red-error-color);font-size:.867rem;margin:0;margin-top:.25rem}.auth-form-container>*{margin-top:.75rem}.auth-input-container{text-align:left;max-width:100%}.auth-input-container>*{font-family:var(--fge-font-family)}.auth-input-container>label{display:inline-block;padding-bottom:.1rem}.fge-auth-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;padding:.6rem 1rem .5rem;color:var(--fge-gray-color);height:40px;max-height:40px;width:100%;border:1px solid;border-color:var(--fge-light-orange-color);border-radius:1rem}.fge-auth-input.with-btn{padding-right:2rem}.fge-auth-input.with-btns{padding-right:4.5rem}.fge-auth-input.relative{position:relative!important}.fge-auth-input.uppercase{text-transform:uppercase}.fge-auth-input:enabled:focus{background:rgba(var(--primary-color-rgba),.12);outline:0 none;outline-offset:0;box-shadow:none;border-color:var(--fge-light-orange-color)!important}.fge-auth-input:hover{border-color:var(--fge-light-orange-color)!important;outline:1px solid var(--fge-light-orange-color)}html[data-theme=dark] .fge-auth-input:enabled:focus,.dark .fge-auth-input:enabled:focus{background:rgba(var(--primary-color-rgba-dark),.12)}.fge-orange-icon i{font-size:1.25rem;height:23px;color:var(--fge-orange-color)!important}.fge-orange-icon>svg{color:var(--fge-orange-color)!important}.fge-auth-input-invalid{border:1px solid var(--fge-red-error-color);font-size:1rem;box-shadow:0 0 7px #e8523d33}.fge-auth-input-invalid:enabled:focus{background:var(--fge-background-color);outline:0 none;outline-offset:0;box-shadow:none;border-color:var(--fge-red-error-color)!important}.fge-auth-input-invalid:hover{outline:1px solid var(--fge-red-error-color)!important}html[data-theme=dark] .fge-text-gray,html[data-theme=dark] .fge-gray-1-label,html[data-theme=dark] .fge-form-label,html[data-theme=dark] .fge-auth-input,.dark .fge-text-gray,.dark .fge-gray-1-label,.dark .fge-form-label,.dark .fge-auth-input{color:#fff}.auth-svg-primary .stroke-content{stroke:var(--fge-orange-color)}.auth-svg-primary .fill-content{color:var(--fge-orange-color)}.auth-svg-gray .stroke-content{stroke:var(--fge-gray-color)}.auth-svg-gray .fill-content{color:var(--fge-gray-color)}.auth-relative-container{height:40px;position:relative}.auth-btn-container{display:flex;gap:30px}.auth-btn-container.margin-top{margin-top:45px}.btn-only-icon{-webkit-appearance:button;-moz-appearance:button;appearance:button;background-color:transparent;border:none;border-radius:50%;display:flex;justify-content:center;align-items:center;padding:4px}.btn-only-icon:hover{cursor:pointer;background-color:var(--fge-lighter-orange-color)}.btn-only-icon>svg{width:24px;height:24px}.btn-only-icon.absolute{position:absolute;top:4px;right:4px}.btn-only-icon.absolute-2{position:absolute;top:4px;right:32px}.tooltip{background-color:var(--fge-gray-color);color:#fff;font-weight:400;font-family:Roboto,Arial,Helvetica,sans-serif;padding:4px 8px;border-radius:8px}.arrow-svg{fill:var(--fge-gray-color)}.auth-hide-btn{display:none}.auth-modal-container{position:fixed;background-color:#fff;font-family:Roboto,Arial,Helvetica,sans-serif;top:50%;left:50%;transform:translate(-50%,-50%);max-height:85vh;width:90vw;max-width:450px;padding:25px;z-index:99999!important;border-radius:8px;box-shadow:0 2px 10px #0006}.auth-modal-container .auth-dialog-title{font-size:1.25rem;font-weight:400;color:var(--text-color);padding-bottom:.75rem;border-bottom:1px solid var(--fge-soft-gray-icon);margin-bottom:1rem}.auth-modal-container .auth-title-container{display:flex;align-items:center;justify-content:space-between}.auth-modal-container .auth-title-container>p{margin-bottom:0}.auth-modal-container .auth-title-container .close-icon{width:28px;height:28px;cursor:pointer;background-color:transparent;border:none;border-radius:50%;padding:.5rem;display:flex;align-items:center;justify-content:center}.auth-modal-container .auth-title-container .close-icon:hover{background-color:var(--fge-bg-hover-item)}.auth-modal-container .auth-title-container .close-icon>svg{width:14px;height:14px;color:var(--text-color)}.auth-modal-container .dialog-body{color:var(--text-color)}.auth-modal-container .dialog-body>p{margin-top:1rem}.auth-modal-container .dialog-body .body-title{color:var(--fge-orange-color);text-align:center;font-size:1.25rem}.auth-modal-container .dialog-body .icon{width:100%;height:75px;text-align:center}.auth-modal-container .dialog-body .icon>svg{width:75px;height:75px;margin-bottom:1rem}.auth-modal-container .dialog-footer{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background-color:#00000080}.dialog-text-center{text-align:center}.Toastify__toast-container{z-index:99999!important}.Toastify__toast--error{font-family:var(--fge-font-family);border:1px solid var(--fge-toast-error);border-left-width:20px;border-top-left-radius:1.5rem!important}.Toastify__toast--error .Toastify__toast-icon{width:20px!important}.Toastify__toast--error svg{height:20px;width:20px!important}.Toastify__toast--success{font-family:var(--fge-font-family);border:1px solid var(--fge-toast-success);border-left-width:20px;border-top-left-radius:1.5rem!important}.Toastify__toast--success .Toastify__toast-icon{width:20px!important}.Toastify__toast--success svg{fill:var(--fge-toast-success);color:var(--fge-toast-success);height:20px;width:20px!important}.toast-title{font-family:var(--fge-font-family);font-weight:600;margin-bottom:4px;font-size:1.12rem}.toast-description{font-family:var(--fge-font-family)}
2
+ `,document.head.appendChild(Uc);function c0(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const r in t)if(r!=="default"){const a=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,a.get?a:{enumerable:!0,get:()=>t[r]})}}return e.default=t,Object.freeze(e)}const Zc=c0(n);var Hc=!1;function Ja(t,e,r){return Array.isArray(t)?(t.length=Math.max(t.length,e),t.splice(e,1,r),r):(t[e]=r,r)}function zi(t,e){if(Array.isArray(t)){t.splice(e,1);return}delete t[e]}function u0(){return Qc().__VUE_DEVTOOLS_GLOBAL_HOOK__}function Qc(){return typeof navigator<"u"&&typeof window<"u"?window:typeof globalThis<"u"?globalThis:{}}const d0=typeof Proxy=="function",A0="devtools-plugin:setup",f0="plugin:settings:set";let nr,Ki;function p0(){var t;return nr!==void 0||(typeof window<"u"&&window.performance?(nr=!0,Ki=window.performance):typeof globalThis<"u"&&(!((t=globalThis.perf_hooks)===null||t===void 0)&&t.performance)?(nr=!0,Ki=globalThis.perf_hooks.performance):nr=!1),nr}function m0(){return p0()?Ki.now():Date.now()}class h0{constructor(e,r){this.target=null,this.targetQueue=[],this.onQueue=[],this.plugin=e,this.hook=r;const a={};if(e.settings)for(const s in e.settings){const l=e.settings[s];a[s]=l.defaultValue}const o=`__vue-devtools-plugin-settings__${e.id}`;let i=Object.assign({},a);try{const s=localStorage.getItem(o),l=JSON.parse(s);Object.assign(i,l)}catch{}this.fallbacks={getSettings(){return i},setSettings(s){try{localStorage.setItem(o,JSON.stringify(s))}catch{}i=s},now(){return m0()}},r&&r.on(f0,(s,l)=>{s===this.plugin.id&&this.fallbacks.setSettings(l)}),this.proxiedOn=new Proxy({},{get:(s,l)=>this.target?this.target.on[l]:(...c)=>{this.onQueue.push({method:l,args:c})}}),this.proxiedTarget=new Proxy({},{get:(s,l)=>this.target?this.target[l]:l==="on"?this.proxiedOn:Object.keys(this.fallbacks).includes(l)?(...c)=>(this.targetQueue.push({method:l,args:c,resolve:()=>{}}),this.fallbacks[l](...c)):(...c)=>new Promise(u=>{this.targetQueue.push({method:l,args:c,resolve:u})})})}async setRealTarget(e){this.target=e;for(const r of this.onQueue)this.target.on[r.method](...r.args);for(const r of this.targetQueue)r.resolve(await this.target[r.method](...r.args))}}function qc(t,e){const r=t,a=Qc(),o=u0(),i=d0&&r.enableEarlyProxy;if(o&&(a.__VUE_DEVTOOLS_PLUGIN_API_AVAILABLE__||!i))o.emit(A0,t,e);else{const s=i?new h0(r,o):null;(a.__VUE_DEVTOOLS_PLUGINS__=a.__VUE_DEVTOOLS_PLUGINS__||[]).push({pluginDescriptor:r,setupFn:e,proxy:s}),s&&e(s.proxiedTarget)}}/*!
3
3
  * pinia v2.1.7
4
4
  * (c) 2023 Eduardo San Martin Morote
5
5
  * @license MIT
6
- */let Gr;const Nr=t=>Gr=t,zc=process.env.NODE_ENV!=="production"?Symbol("pinia"):Symbol();function Dn(t){return t&&typeof t=="object"&&Object.prototype.toString.call(t)==="[object Object]"&&typeof t.toJSON!="function"}var Pt;(function(t){t.direct="direct",t.patchObject="patch object",t.patchFunction="patch function"})(Pt||(Pt={}));const Xa=typeof window<"u",ea=(process.env.NODE_ENV!=="production"||!1)&&process.env.NODE_ENV!=="test"&&Xa,Kc=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof global=="object"&&global.global===global?global:typeof globalThis=="object"?globalThis:{HTMLElement:null};function g0(t,{autoBom:e=!1}={}){return e&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(t.type)?new Blob(["\uFEFF",t],{type:t.type}):t}function ji(t,e,r){const a=new XMLHttpRequest;a.open("GET",t),a.responseType="blob",a.onload=function(){Xc(a.response,e,r)},a.onerror=function(){console.error("could not download file")},a.send()}function jc(t){const e=new XMLHttpRequest;e.open("HEAD",t,!1);try{e.send()}catch{}return e.status>=200&&e.status<=299}function Wa(t){try{t.dispatchEvent(new MouseEvent("click"))}catch{const r=document.createEvent("MouseEvents");r.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),t.dispatchEvent(r)}}const $a=typeof navigator=="object"?navigator:{userAgent:""},Jc=/Macintosh/.test($a.userAgent)&&/AppleWebKit/.test($a.userAgent)&&!/Safari/.test($a.userAgent),Xc=Xa?typeof HTMLAnchorElement<"u"&&"download"in HTMLAnchorElement.prototype&&!Jc?v0:"msSaveOrOpenBlob"in $a?y0:w0:()=>{};function v0(t,e="download",r){const a=document.createElement("a");a.download=e,a.rel="noopener",typeof t=="string"?(a.href=t,a.origin!==location.origin?jc(a.href)?ji(t,e,r):(a.target="_blank",Wa(a)):Wa(a)):(a.href=URL.createObjectURL(t),setTimeout(function(){URL.revokeObjectURL(a.href)},4e4),setTimeout(function(){Wa(a)},0))}function y0(t,e="download",r){if(typeof t=="string")if(jc(t))ji(t,e,r);else{const a=document.createElement("a");a.href=t,a.target="_blank",setTimeout(function(){Wa(a)})}else navigator.msSaveOrOpenBlob(g0(t,r),e)}function w0(t,e,r,a){if(a=a||open("","_blank"),a&&(a.document.title=a.document.body.innerText="downloading..."),typeof t=="string")return ji(t,e,r);const o=t.type==="application/octet-stream",i=/constructor/i.test(String(Kc.HTMLElement))||"safari"in Kc,s=/CriOS\/[\d]+/.test(navigator.userAgent);if((s||o&&i||Jc)&&typeof FileReader<"u"){const l=new FileReader;l.onloadend=function(){let c=l.result;if(typeof c!="string")throw a=null,new Error("Wrong reader.result type");c=s?c:c.replace(/^data:[^;]*;/,"data:attachment/file;"),a?a.location.href=c:location.assign(c),a=null},l.readAsDataURL(t)}else{const l=URL.createObjectURL(t);a?a.location.assign(l):location.href=l,a=null,setTimeout(function(){URL.revokeObjectURL(l)},4e4)}}function _e(t,e){const r="🍍 "+t;typeof __VUE_DEVTOOLS_TOAST__=="function"?__VUE_DEVTOOLS_TOAST__(r,e):e==="error"?console.error(r):e==="warn"?console.warn(r):console.log(r)}function Ji(t){return"_a"in t&&"install"in t}function Wc(){if(!("clipboard"in navigator))return _e("Your browser doesn't support the Clipboard API","error"),!0}function $c(t){return t instanceof Error&&t.message.toLowerCase().includes("document is not focused")?(_e('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.',"warn"),!0):!1}async function b0(t){if(!Wc())try{await navigator.clipboard.writeText(JSON.stringify(t.state.value)),_e("Global state copied to clipboard.")}catch(e){if($c(e))return;_e("Failed to serialize the state. Check the console for more details.","error"),console.error(e)}}async function C0(t){if(!Wc())try{Yc(t,JSON.parse(await navigator.clipboard.readText())),_e("Global state pasted from clipboard.")}catch(e){if($c(e))return;_e("Failed to deserialize the state from clipboard. Check the console for more details.","error"),console.error(e)}}async function E0(t){try{Xc(new Blob([JSON.stringify(t.state.value)],{type:"text/plain;charset=utf-8"}),"pinia-state.json")}catch(e){_e("Failed to export the state as JSON. Check the console for more details.","error"),console.error(e)}}let Zt;function k0(){Zt||(Zt=document.createElement("input"),Zt.type="file",Zt.accept=".json");function t(){return new Promise((e,r)=>{Zt.onchange=async()=>{const a=Zt.files;if(!a)return e(null);const o=a.item(0);return e(o?{text:await o.text(),file:o}:null)},Zt.oncancel=()=>e(null),Zt.onerror=r,Zt.click()})}return t}async function x0(t){try{const r=await k0()();if(!r)return;const{text:a,file:o}=r;Yc(t,JSON.parse(a)),_e(`Global state imported from "${o.name}".`)}catch(e){_e("Failed to import the state from JSON. Check the console for more details.","error"),console.error(e)}}function Yc(t,e){for(const r in e){const a=t.state.value[r];a?Object.assign(a,e[r]):t.state.value[r]=e[r]}}function wt(t){return{_custom:{display:t}}}const Gc="🍍 Pinia (root)",Xi="_root";function B0(t){return Ji(t)?{id:Xi,label:Gc}:{id:t.$id,label:t.$id}}function S0(t){if(Ji(t)){const r=Array.from(t._s.keys()),a=t._s;return{state:r.map(i=>({editable:!0,key:i,value:t.state.value[i]})),getters:r.filter(i=>a.get(i)._getters).map(i=>{const s=a.get(i);return{editable:!1,key:i,value:s._getters.reduce((l,c)=>(l[c]=s[c],l),{})}})}}const e={state:Object.keys(t.$state).map(r=>({editable:!0,key:r,value:t.$state[r]}))};return t._getters&&t._getters.length&&(e.getters=t._getters.map(r=>({editable:!1,key:r,value:t[r]}))),t._customProperties.size&&(e.customProperties=Array.from(t._customProperties).map(r=>({editable:!0,key:r,value:t[r]}))),e}function T0(t){return t?Array.isArray(t)?t.reduce((e,r)=>(e.keys.push(r.key),e.operations.push(r.type),e.oldValue[r.key]=r.oldValue,e.newValue[r.key]=r.newValue,e),{oldValue:{},keys:[],operations:[],newValue:{}}):{operation:wt(t.type),key:wt(t.key),oldValue:t.oldValue,newValue:t.newValue}:{}}function D0(t){switch(t){case Pt.direct:return"mutation";case Pt.patchFunction:return"$patch";case Pt.patchObject:return"$patch";default:return"unknown"}}let nr=!0;const Ya=[],On="pinia:mutations",Qe="pinia",{assign:O0}=Object,Ga=t=>"🍍 "+t;function V0(t,e){qc({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:Ya,app:t},r=>{typeof r.now!="function"&&_e("You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),r.addTimelineLayer({id:On,label:"Pinia 🍍",color:15064968}),r.addInspector({id:Qe,label:"Pinia 🍍",icon:"storage",treeFilterPlaceholder:"Search stores",actions:[{icon:"content_copy",action:()=>{b0(e)},tooltip:"Serialize and copy the state"},{icon:"content_paste",action:async()=>{await C0(e),r.sendInspectorTree(Qe),r.sendInspectorState(Qe)},tooltip:"Replace the state with the content of your clipboard"},{icon:"save",action:()=>{E0(e)},tooltip:"Save the state as a JSON file"},{icon:"folder_open",action:async()=>{await x0(e),r.sendInspectorTree(Qe),r.sendInspectorState(Qe)},tooltip:"Import the state from a JSON file"}],nodeActions:[{icon:"restore",tooltip:'Reset the state (with "$reset")',action:a=>{const o=e._s.get(a);o?typeof o.$reset!="function"?_e(`Cannot reset "${a}" store because it doesn't have a "$reset" method implemented.`,"warn"):(o.$reset(),_e(`Store "${a}" reset.`)):_e(`Cannot reset "${a}" store because it wasn't found.`,"warn")}}]}),r.on.inspectComponent((a,o)=>{const i=a.componentInstance&&a.componentInstance.proxy;if(i&&i._pStores){const s=a.componentInstance.proxy._pStores;Object.values(s).forEach(l=>{a.instanceData.state.push({type:Ga(l.$id),key:"state",editable:!0,value:l._isOptionsAPI?{_custom:{value:n.toRaw(l.$state),actions:[{icon:"restore",tooltip:"Reset the state of this store",action:()=>l.$reset()}]}}:Object.keys(l.$state).reduce((c,u)=>(c[u]=l.$state[u],c),{})}),l._getters&&l._getters.length&&a.instanceData.state.push({type:Ga(l.$id),key:"getters",editable:!1,value:l._getters.reduce((c,u)=>{try{c[u]=l[u]}catch(d){c[u]=d}return c},{})})})}}),r.on.getInspectorTree(a=>{if(a.app===t&&a.inspectorId===Qe){let o=[e];o=o.concat(Array.from(e._s.values())),a.rootNodes=(a.filter?o.filter(i=>"$id"in i?i.$id.toLowerCase().includes(a.filter.toLowerCase()):Gc.toLowerCase().includes(a.filter.toLowerCase())):o).map(B0)}}),r.on.getInspectorState(a=>{if(a.app===t&&a.inspectorId===Qe){const o=a.nodeId===Xi?e:e._s.get(a.nodeId);if(!o)return;o&&(a.state=S0(o))}}),r.on.editInspectorState((a,o)=>{if(a.app===t&&a.inspectorId===Qe){const i=a.nodeId===Xi?e:e._s.get(a.nodeId);if(!i)return _e(`store "${a.nodeId}" not found`,"error");const{path:s}=a;Ji(i)?s.unshift("state"):(s.length!==1||!i._customProperties.has(s[0])||s[0]in i.$state)&&s.unshift("$state"),nr=!1,a.set(i,s,a.state.value),nr=!0}}),r.on.editComponentState(a=>{if(a.type.startsWith("🍍")){const o=a.type.replace(/^🍍\s*/,""),i=e._s.get(o);if(!i)return _e(`store "${o}" not found`,"error");const{path:s}=a;if(s[0]!=="state")return _e(`Invalid path for store "${o}":
6
+ */let Gr;const Nr=t=>Gr=t,zc=process.env.NODE_ENV!=="production"?Symbol("pinia"):Symbol();function On(t){return t&&typeof t=="object"&&Object.prototype.toString.call(t)==="[object Object]"&&typeof t.toJSON!="function"}var Pt;(function(t){t.direct="direct",t.patchObject="patch object",t.patchFunction="patch function"})(Pt||(Pt={}));const Xa=typeof window<"u",ea=(process.env.NODE_ENV!=="production"||!1)&&process.env.NODE_ENV!=="test"&&Xa,Kc=typeof window=="object"&&window.window===window?window:typeof self=="object"&&self.self===self?self:typeof global=="object"&&global.global===global?global:typeof globalThis=="object"?globalThis:{HTMLElement:null};function g0(t,{autoBom:e=!1}={}){return e&&/^\s*(?:text\/\S*|application\/xml|\S*\/\S*\+xml)\s*;.*charset\s*=\s*utf-8/i.test(t.type)?new Blob(["\uFEFF",t],{type:t.type}):t}function ji(t,e,r){const a=new XMLHttpRequest;a.open("GET",t),a.responseType="blob",a.onload=function(){Xc(a.response,e,r)},a.onerror=function(){console.error("could not download file")},a.send()}function jc(t){const e=new XMLHttpRequest;e.open("HEAD",t,!1);try{e.send()}catch{}return e.status>=200&&e.status<=299}function $a(t){try{t.dispatchEvent(new MouseEvent("click"))}catch{const r=document.createEvent("MouseEvents");r.initMouseEvent("click",!0,!0,window,0,0,0,80,20,!1,!1,!1,!1,0,null),t.dispatchEvent(r)}}const Wa=typeof navigator=="object"?navigator:{userAgent:""},Jc=/Macintosh/.test(Wa.userAgent)&&/AppleWebKit/.test(Wa.userAgent)&&!/Safari/.test(Wa.userAgent),Xc=Xa?typeof HTMLAnchorElement<"u"&&"download"in HTMLAnchorElement.prototype&&!Jc?v0:"msSaveOrOpenBlob"in Wa?y0:w0:()=>{};function v0(t,e="download",r){const a=document.createElement("a");a.download=e,a.rel="noopener",typeof t=="string"?(a.href=t,a.origin!==location.origin?jc(a.href)?ji(t,e,r):(a.target="_blank",$a(a)):$a(a)):(a.href=URL.createObjectURL(t),setTimeout(function(){URL.revokeObjectURL(a.href)},4e4),setTimeout(function(){$a(a)},0))}function y0(t,e="download",r){if(typeof t=="string")if(jc(t))ji(t,e,r);else{const a=document.createElement("a");a.href=t,a.target="_blank",setTimeout(function(){$a(a)})}else navigator.msSaveOrOpenBlob(g0(t,r),e)}function w0(t,e,r,a){if(a=a||open("","_blank"),a&&(a.document.title=a.document.body.innerText="downloading..."),typeof t=="string")return ji(t,e,r);const o=t.type==="application/octet-stream",i=/constructor/i.test(String(Kc.HTMLElement))||"safari"in Kc,s=/CriOS\/[\d]+/.test(navigator.userAgent);if((s||o&&i||Jc)&&typeof FileReader<"u"){const l=new FileReader;l.onloadend=function(){let c=l.result;if(typeof c!="string")throw a=null,new Error("Wrong reader.result type");c=s?c:c.replace(/^data:[^;]*;/,"data:attachment/file;"),a?a.location.href=c:location.assign(c),a=null},l.readAsDataURL(t)}else{const l=URL.createObjectURL(t);a?a.location.assign(l):location.href=l,a=null,setTimeout(function(){URL.revokeObjectURL(l)},4e4)}}function _e(t,e){const r="🍍 "+t;typeof __VUE_DEVTOOLS_TOAST__=="function"?__VUE_DEVTOOLS_TOAST__(r,e):e==="error"?console.error(r):e==="warn"?console.warn(r):console.log(r)}function Ji(t){return"_a"in t&&"install"in t}function $c(){if(!("clipboard"in navigator))return _e("Your browser doesn't support the Clipboard API","error"),!0}function Wc(t){return t instanceof Error&&t.message.toLowerCase().includes("document is not focused")?(_e('You need to activate the "Emulate a focused page" setting in the "Rendering" panel of devtools.',"warn"),!0):!1}async function b0(t){if(!$c())try{await navigator.clipboard.writeText(JSON.stringify(t.state.value)),_e("Global state copied to clipboard.")}catch(e){if(Wc(e))return;_e("Failed to serialize the state. Check the console for more details.","error"),console.error(e)}}async function C0(t){if(!$c())try{Yc(t,JSON.parse(await navigator.clipboard.readText())),_e("Global state pasted from clipboard.")}catch(e){if(Wc(e))return;_e("Failed to deserialize the state from clipboard. Check the console for more details.","error"),console.error(e)}}async function E0(t){try{Xc(new Blob([JSON.stringify(t.state.value)],{type:"text/plain;charset=utf-8"}),"pinia-state.json")}catch(e){_e("Failed to export the state as JSON. Check the console for more details.","error"),console.error(e)}}let Zt;function k0(){Zt||(Zt=document.createElement("input"),Zt.type="file",Zt.accept=".json");function t(){return new Promise((e,r)=>{Zt.onchange=async()=>{const a=Zt.files;if(!a)return e(null);const o=a.item(0);return e(o?{text:await o.text(),file:o}:null)},Zt.oncancel=()=>e(null),Zt.onerror=r,Zt.click()})}return t}async function x0(t){try{const r=await k0()();if(!r)return;const{text:a,file:o}=r;Yc(t,JSON.parse(a)),_e(`Global state imported from "${o.name}".`)}catch(e){_e("Failed to import the state from JSON. Check the console for more details.","error"),console.error(e)}}function Yc(t,e){for(const r in e){const a=t.state.value[r];a?Object.assign(a,e[r]):t.state.value[r]=e[r]}}function wt(t){return{_custom:{display:t}}}const Gc="🍍 Pinia (root)",Xi="_root";function B0(t){return Ji(t)?{id:Xi,label:Gc}:{id:t.$id,label:t.$id}}function S0(t){if(Ji(t)){const r=Array.from(t._s.keys()),a=t._s;return{state:r.map(i=>({editable:!0,key:i,value:t.state.value[i]})),getters:r.filter(i=>a.get(i)._getters).map(i=>{const s=a.get(i);return{editable:!1,key:i,value:s._getters.reduce((l,c)=>(l[c]=s[c],l),{})}})}}const e={state:Object.keys(t.$state).map(r=>({editable:!0,key:r,value:t.$state[r]}))};return t._getters&&t._getters.length&&(e.getters=t._getters.map(r=>({editable:!1,key:r,value:t[r]}))),t._customProperties.size&&(e.customProperties=Array.from(t._customProperties).map(r=>({editable:!0,key:r,value:t[r]}))),e}function T0(t){return t?Array.isArray(t)?t.reduce((e,r)=>(e.keys.push(r.key),e.operations.push(r.type),e.oldValue[r.key]=r.oldValue,e.newValue[r.key]=r.newValue,e),{oldValue:{},keys:[],operations:[],newValue:{}}):{operation:wt(t.type),key:wt(t.key),oldValue:t.oldValue,newValue:t.newValue}:{}}function O0(t){switch(t){case Pt.direct:return"mutation";case Pt.patchFunction:return"$patch";case Pt.patchObject:return"$patch";default:return"unknown"}}let rr=!0;const Ya=[],Dn="pinia:mutations",Qe="pinia",{assign:D0}=Object,Ga=t=>"🍍 "+t;function V0(t,e){qc({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:Ya,app:t},r=>{typeof r.now!="function"&&_e("You seem to be using an outdated version of Vue Devtools. Are you still using the Beta release instead of the stable one? You can find the links at https://devtools.vuejs.org/guide/installation.html."),r.addTimelineLayer({id:Dn,label:"Pinia 🍍",color:15064968}),r.addInspector({id:Qe,label:"Pinia 🍍",icon:"storage",treeFilterPlaceholder:"Search stores",actions:[{icon:"content_copy",action:()=>{b0(e)},tooltip:"Serialize and copy the state"},{icon:"content_paste",action:async()=>{await C0(e),r.sendInspectorTree(Qe),r.sendInspectorState(Qe)},tooltip:"Replace the state with the content of your clipboard"},{icon:"save",action:()=>{E0(e)},tooltip:"Save the state as a JSON file"},{icon:"folder_open",action:async()=>{await x0(e),r.sendInspectorTree(Qe),r.sendInspectorState(Qe)},tooltip:"Import the state from a JSON file"}],nodeActions:[{icon:"restore",tooltip:'Reset the state (with "$reset")',action:a=>{const o=e._s.get(a);o?typeof o.$reset!="function"?_e(`Cannot reset "${a}" store because it doesn't have a "$reset" method implemented.`,"warn"):(o.$reset(),_e(`Store "${a}" reset.`)):_e(`Cannot reset "${a}" store because it wasn't found.`,"warn")}}]}),r.on.inspectComponent((a,o)=>{const i=a.componentInstance&&a.componentInstance.proxy;if(i&&i._pStores){const s=a.componentInstance.proxy._pStores;Object.values(s).forEach(l=>{a.instanceData.state.push({type:Ga(l.$id),key:"state",editable:!0,value:l._isOptionsAPI?{_custom:{value:n.toRaw(l.$state),actions:[{icon:"restore",tooltip:"Reset the state of this store",action:()=>l.$reset()}]}}:Object.keys(l.$state).reduce((c,u)=>(c[u]=l.$state[u],c),{})}),l._getters&&l._getters.length&&a.instanceData.state.push({type:Ga(l.$id),key:"getters",editable:!1,value:l._getters.reduce((c,u)=>{try{c[u]=l[u]}catch(d){c[u]=d}return c},{})})})}}),r.on.getInspectorTree(a=>{if(a.app===t&&a.inspectorId===Qe){let o=[e];o=o.concat(Array.from(e._s.values())),a.rootNodes=(a.filter?o.filter(i=>"$id"in i?i.$id.toLowerCase().includes(a.filter.toLowerCase()):Gc.toLowerCase().includes(a.filter.toLowerCase())):o).map(B0)}}),r.on.getInspectorState(a=>{if(a.app===t&&a.inspectorId===Qe){const o=a.nodeId===Xi?e:e._s.get(a.nodeId);if(!o)return;o&&(a.state=S0(o))}}),r.on.editInspectorState((a,o)=>{if(a.app===t&&a.inspectorId===Qe){const i=a.nodeId===Xi?e:e._s.get(a.nodeId);if(!i)return _e(`store "${a.nodeId}" not found`,"error");const{path:s}=a;Ji(i)?s.unshift("state"):(s.length!==1||!i._customProperties.has(s[0])||s[0]in i.$state)&&s.unshift("$state"),rr=!1,a.set(i,s,a.state.value),rr=!0}}),r.on.editComponentState(a=>{if(a.type.startsWith("🍍")){const o=a.type.replace(/^🍍\s*/,""),i=e._s.get(o);if(!i)return _e(`store "${o}" not found`,"error");const{path:s}=a;if(s[0]!=="state")return _e(`Invalid path for store "${o}":
7
7
  ${s}
8
- Only state can be modified.`);s[0]="$state",nr=!1,a.set(i,s,a.state.value),nr=!0}})})}function I0(t,e){Ya.includes(Ga(e.$id))||Ya.push(Ga(e.$id)),qc({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:Ya,app:t,settings:{logStoreChanges:{label:"Notify about new/deleted stores",type:"boolean",defaultValue:!0}}},r=>{const a=typeof r.now=="function"?r.now.bind(r):Date.now;e.$onAction(({after:s,onError:l,name:c,args:u})=>{const d=Nc++;r.addTimelineEvent({layerId:On,event:{time:a(),title:"🛫 "+c,subtitle:"start",data:{store:wt(e.$id),action:wt(c),args:u},groupId:d}}),s(A=>{nn=void 0,r.addTimelineEvent({layerId:On,event:{time:a(),title:"🛬 "+c,subtitle:"end",data:{store:wt(e.$id),action:wt(c),args:u,result:A},groupId:d}})}),l(A=>{nn=void 0,r.addTimelineEvent({layerId:On,event:{time:a(),logType:"error",title:"💥 "+c,subtitle:"end",data:{store:wt(e.$id),action:wt(c),args:u,error:A},groupId:d}})})},!0),e._customProperties.forEach(s=>{n.watch(()=>n.unref(e[s]),(l,c)=>{r.notifyComponentUpdate(),r.sendInspectorState(Qe),nr&&r.addTimelineEvent({layerId:On,event:{time:a(),title:"Change",subtitle:s,data:{newValue:l,oldValue:c},groupId:nn}})},{deep:!0})}),e.$subscribe(({events:s,type:l},c)=>{if(r.notifyComponentUpdate(),r.sendInspectorState(Qe),!nr)return;const u={time:a(),title:D0(l),data:O0({store:wt(e.$id)},T0(s)),groupId:nn};l===Pt.patchFunction?u.subtitle="⤵️":l===Pt.patchObject?u.subtitle="🧩":s&&!Array.isArray(s)&&(u.subtitle=s.type),s&&(u.data["rawEvent(s)"]={_custom:{display:"DebuggerEvent",type:"object",tooltip:"raw DebuggerEvent[]",value:s}}),r.addTimelineEvent({layerId:On,event:u})},{detached:!0,flush:"sync"});const o=e._hotUpdate;e._hotUpdate=n.markRaw(s=>{o(s),r.addTimelineEvent({layerId:On,event:{time:a(),title:"🔥 "+e.$id,subtitle:"HMR update",data:{store:wt(e.$id),info:wt("HMR update")}}}),r.notifyComponentUpdate(),r.sendInspectorTree(Qe),r.sendInspectorState(Qe)});const{$dispose:i}=e;e.$dispose=()=>{i(),r.notifyComponentUpdate(),r.sendInspectorTree(Qe),r.sendInspectorState(Qe),r.getSettings().logStoreChanges&&_e(`Disposed "${e.$id}" store 🗑`)},r.notifyComponentUpdate(),r.sendInspectorTree(Qe),r.sendInspectorState(Qe),r.getSettings().logStoreChanges&&_e(`"${e.$id}" store installed 🆕`)})}let Nc=0,nn;function eu(t,e,r){const a=e.reduce((o,i)=>(o[i]=n.toRaw(t)[i],o),{});for(const o in a)t[o]=function(){const i=Nc,s=r?new Proxy(t,{get(...c){return nn=i,Reflect.get(...c)},set(...c){return nn=i,Reflect.set(...c)}}):t;nn=i;const l=a[o].apply(s,arguments);return nn=void 0,l}}function P0({app:t,store:e,options:r}){if(e.$id.startsWith("__hot:"))return;e._isOptionsAPI=!!r.state,eu(e,Object.keys(r.actions),e._isOptionsAPI);const a=e._hotUpdate;n.toRaw(e)._hotUpdate=function(o){a.apply(this,arguments),eu(e,Object.keys(o._hmrPayload.actions),!!e._isOptionsAPI)},I0(t,e)}function M0(){const t=n.effectScope(!0),e=t.run(()=>n.ref({}));let r=[],a=[];const o=n.markRaw({install(i){Nr(o),o._a=i,i.provide(zc,o),i.config.globalProperties.$pinia=o,ea&&V0(i,o),a.forEach(s=>r.push(s)),a=[]},use(i){return!this._a&&!Hc?a.push(i):r.push(i),this},_p:r,_a:null,_e:t,_s:new Map,state:e});return ea&&typeof Proxy<"u"&&o.use(P0),o}function tu(t,e){for(const r in e){const a=e[r];if(!(r in t))continue;const o=t[r];Dn(o)&&Dn(a)&&!n.isRef(a)&&!n.isReactive(a)?t[r]=tu(o,a):t[r]=a}return t}const nu=()=>{};function ru(t,e,r,a=nu){t.push(e);const o=()=>{const i=t.indexOf(e);i>-1&&(t.splice(i,1),a())};return!r&&n.getCurrentScope()&&n.onScopeDispose(o),o}function rr(t,...e){t.slice().forEach(r=>{r(...e)})}const _0=t=>t();function Wi(t,e){t instanceof Map&&e instanceof Map&&e.forEach((r,a)=>t.set(a,r)),t instanceof Set&&e instanceof Set&&e.forEach(t.add,t);for(const r in e){if(!e.hasOwnProperty(r))continue;const a=e[r],o=t[r];Dn(o)&&Dn(a)&&t.hasOwnProperty(r)&&!n.isRef(a)&&!n.isReactive(a)?t[r]=Wi(o,a):t[r]=a}return t}const R0=process.env.NODE_ENV!=="production"?Symbol("pinia:skipHydration"):Symbol();function L0(t){return!Dn(t)||!t.hasOwnProperty(R0)}const{assign:lt}=Object;function au(t){return!!(n.isRef(t)&&t.effect)}function ou(t,e,r,a){const{state:o,actions:i,getters:s}=e,l=r.state.value[t];let c;function u(){!l&&(process.env.NODE_ENV==="production"||!a)&&(r.state.value[t]=o?o():{});const d=process.env.NODE_ENV!=="production"&&a?n.toRefs(n.ref(o?o():{}).value):n.toRefs(r.state.value[t]);return lt(d,i,Object.keys(s||{}).reduce((A,f)=>(process.env.NODE_ENV!=="production"&&f in d&&console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${f}" in store "${t}".`),A[f]=n.markRaw(n.computed(()=>{Nr(r);const p=r._s.get(t);return s[f].call(p,p)})),A),{}))}return c=$i(t,u,e,r,a,!0),c}function $i(t,e,r={},a,o,i){let s;const l=lt({actions:{}},r);if(process.env.NODE_ENV!=="production"&&!a._e.active)throw new Error("Pinia destroyed");const c={deep:!0};process.env.NODE_ENV!=="production"&&!Hc&&(c.onTrigger=x=>{u?p=x:u==!1&&!k._hotUpdating&&(Array.isArray(p)?p.push(x):console.error("🍍 debuggerEvents should be an array. This is most likely an internal Pinia bug."))});let u,d,A=[],f=[],p;const v=a.state.value[t];!i&&!v&&(process.env.NODE_ENV==="production"||!o)&&(a.state.value[t]={});const C=n.ref({});let y;function E(x){let B;u=d=!1,process.env.NODE_ENV!=="production"&&(p=[]),typeof x=="function"?(x(a.state.value[t]),B={type:Pt.patchFunction,storeId:t,events:p}):(Wi(a.state.value[t],x),B={type:Pt.patchObject,payload:x,storeId:t,events:p});const T=y=Symbol();n.nextTick().then(()=>{y===T&&(u=!0)}),d=!0,rr(A,B,a.state.value[t])}const h=i?function(){const{state:B}=r,T=B?B():{};this.$patch(R=>{lt(R,T)})}:process.env.NODE_ENV!=="production"?()=>{throw new Error(`🍍: Store "${t}" is built using the setup syntax and does not implement $reset().`)}:nu;function m(){s.stop(),A=[],f=[],a._s.delete(t)}function g(x,B){return function(){Nr(a);const T=Array.from(arguments),R=[],q=[];function ee(M){R.push(M)}function N(M){q.push(M)}rr(f,{args:T,name:x,store:k,after:ee,onError:N});let H;try{H=B.apply(this&&this.$id===t?this:k,T)}catch(M){throw rr(q,M),M}return H instanceof Promise?H.then(M=>(rr(R,M),M)).catch(M=>(rr(q,M),Promise.reject(M))):(rr(R,H),H)}}const w=n.markRaw({actions:{},getters:{},state:[],hotState:C}),b={_p:a,$id:t,$onAction:ru.bind(null,f),$patch:E,$reset:h,$subscribe(x,B={}){const T=ru(A,x,B.detached,()=>R()),R=s.run(()=>n.watch(()=>a.state.value[t],q=>{(B.flush==="sync"?d:u)&&x({storeId:t,type:Pt.direct,events:p},q)},lt({},c,B)));return T},$dispose:m},k=n.reactive(process.env.NODE_ENV!=="production"||ea?lt({_hmrPayload:w,_customProperties:n.markRaw(new Set)},b):b);a._s.set(t,k);const S=(a._a&&a._a.runWithContext||_0)(()=>a._e.run(()=>(s=n.effectScope()).run(e)));for(const x in S){const B=S[x];if(n.isRef(B)&&!au(B)||n.isReactive(B))process.env.NODE_ENV!=="production"&&o?Ja(C.value,x,n.toRef(S,x)):i||(v&&L0(B)&&(n.isRef(B)?B.value=v[x]:Wi(B,v[x])),a.state.value[t][x]=B),process.env.NODE_ENV!=="production"&&w.state.push(x);else if(typeof B=="function"){const T=process.env.NODE_ENV!=="production"&&o?B:g(x,B);S[x]=T,process.env.NODE_ENV!=="production"&&(w.actions[x]=B),l.actions[x]=B}else process.env.NODE_ENV!=="production"&&au(B)&&(w.getters[x]=i?r.getters[x]:B,Xa&&(S._getters||(S._getters=n.markRaw([]))).push(x))}if(lt(k,S),lt(n.toRaw(k),S),Object.defineProperty(k,"$state",{get:()=>process.env.NODE_ENV!=="production"&&o?C.value:a.state.value[t],set:x=>{if(process.env.NODE_ENV!=="production"&&o)throw new Error("cannot set hotState");E(B=>{lt(B,x)})}}),process.env.NODE_ENV!=="production"&&(k._hotUpdate=n.markRaw(x=>{k._hotUpdating=!0,x._hmrPayload.state.forEach(B=>{if(B in k.$state){const T=x.$state[B],R=k.$state[B];typeof T=="object"&&Dn(T)&&Dn(R)?tu(T,R):x.$state[B]=R}Ja(k,B,n.toRef(x.$state,B))}),Object.keys(k.$state).forEach(B=>{B in x.$state||zi(k,B)}),u=!1,d=!1,a.state.value[t]=n.toRef(x._hmrPayload,"hotState"),d=!0,n.nextTick().then(()=>{u=!0});for(const B in x._hmrPayload.actions){const T=x[B];Ja(k,B,g(B,T))}for(const B in x._hmrPayload.getters){const T=x._hmrPayload.getters[B],R=i?n.computed(()=>(Nr(a),T.call(k,k))):T;Ja(k,B,R)}Object.keys(k._hmrPayload.getters).forEach(B=>{B in x._hmrPayload.getters||zi(k,B)}),Object.keys(k._hmrPayload.actions).forEach(B=>{B in x._hmrPayload.actions||zi(k,B)}),k._hmrPayload=x._hmrPayload,k._getters=x._getters,k._hotUpdating=!1})),ea){const x={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach(B=>{Object.defineProperty(k,B,lt({value:k[B]},x))})}return a._p.forEach(x=>{if(ea){const B=s.run(()=>x({store:k,app:a._a,pinia:a,options:l}));Object.keys(B||{}).forEach(T=>k._customProperties.add(T)),lt(k,B)}else lt(k,s.run(()=>x({store:k,app:a._a,pinia:a,options:l})))}),process.env.NODE_ENV!=="production"&&k.$state&&typeof k.$state=="object"&&typeof k.$state.constructor=="function"&&!k.$state.constructor.toString().includes("[native code]")&&console.warn(`[🍍]: The "state" must be a plain object. It cannot be
8
+ Only state can be modified.`);s[0]="$state",rr=!1,a.set(i,s,a.state.value),rr=!0}})})}function I0(t,e){Ya.includes(Ga(e.$id))||Ya.push(Ga(e.$id)),qc({id:"dev.esm.pinia",label:"Pinia 🍍",logo:"https://pinia.vuejs.org/logo.svg",packageName:"pinia",homepage:"https://pinia.vuejs.org",componentStateTypes:Ya,app:t,settings:{logStoreChanges:{label:"Notify about new/deleted stores",type:"boolean",defaultValue:!0}}},r=>{const a=typeof r.now=="function"?r.now.bind(r):Date.now;e.$onAction(({after:s,onError:l,name:c,args:u})=>{const d=Nc++;r.addTimelineEvent({layerId:Dn,event:{time:a(),title:"🛫 "+c,subtitle:"start",data:{store:wt(e.$id),action:wt(c),args:u},groupId:d}}),s(A=>{nn=void 0,r.addTimelineEvent({layerId:Dn,event:{time:a(),title:"🛬 "+c,subtitle:"end",data:{store:wt(e.$id),action:wt(c),args:u,result:A},groupId:d}})}),l(A=>{nn=void 0,r.addTimelineEvent({layerId:Dn,event:{time:a(),logType:"error",title:"💥 "+c,subtitle:"end",data:{store:wt(e.$id),action:wt(c),args:u,error:A},groupId:d}})})},!0),e._customProperties.forEach(s=>{n.watch(()=>n.unref(e[s]),(l,c)=>{r.notifyComponentUpdate(),r.sendInspectorState(Qe),rr&&r.addTimelineEvent({layerId:Dn,event:{time:a(),title:"Change",subtitle:s,data:{newValue:l,oldValue:c},groupId:nn}})},{deep:!0})}),e.$subscribe(({events:s,type:l},c)=>{if(r.notifyComponentUpdate(),r.sendInspectorState(Qe),!rr)return;const u={time:a(),title:O0(l),data:D0({store:wt(e.$id)},T0(s)),groupId:nn};l===Pt.patchFunction?u.subtitle="⤵️":l===Pt.patchObject?u.subtitle="🧩":s&&!Array.isArray(s)&&(u.subtitle=s.type),s&&(u.data["rawEvent(s)"]={_custom:{display:"DebuggerEvent",type:"object",tooltip:"raw DebuggerEvent[]",value:s}}),r.addTimelineEvent({layerId:Dn,event:u})},{detached:!0,flush:"sync"});const o=e._hotUpdate;e._hotUpdate=n.markRaw(s=>{o(s),r.addTimelineEvent({layerId:Dn,event:{time:a(),title:"🔥 "+e.$id,subtitle:"HMR update",data:{store:wt(e.$id),info:wt("HMR update")}}}),r.notifyComponentUpdate(),r.sendInspectorTree(Qe),r.sendInspectorState(Qe)});const{$dispose:i}=e;e.$dispose=()=>{i(),r.notifyComponentUpdate(),r.sendInspectorTree(Qe),r.sendInspectorState(Qe),r.getSettings().logStoreChanges&&_e(`Disposed "${e.$id}" store 🗑`)},r.notifyComponentUpdate(),r.sendInspectorTree(Qe),r.sendInspectorState(Qe),r.getSettings().logStoreChanges&&_e(`"${e.$id}" store installed 🆕`)})}let Nc=0,nn;function eu(t,e,r){const a=e.reduce((o,i)=>(o[i]=n.toRaw(t)[i],o),{});for(const o in a)t[o]=function(){const i=Nc,s=r?new Proxy(t,{get(...c){return nn=i,Reflect.get(...c)},set(...c){return nn=i,Reflect.set(...c)}}):t;nn=i;const l=a[o].apply(s,arguments);return nn=void 0,l}}function P0({app:t,store:e,options:r}){if(e.$id.startsWith("__hot:"))return;e._isOptionsAPI=!!r.state,eu(e,Object.keys(r.actions),e._isOptionsAPI);const a=e._hotUpdate;n.toRaw(e)._hotUpdate=function(o){a.apply(this,arguments),eu(e,Object.keys(o._hmrPayload.actions),!!e._isOptionsAPI)},I0(t,e)}function M0(){const t=n.effectScope(!0),e=t.run(()=>n.ref({}));let r=[],a=[];const o=n.markRaw({install(i){Nr(o),o._a=i,i.provide(zc,o),i.config.globalProperties.$pinia=o,ea&&V0(i,o),a.forEach(s=>r.push(s)),a=[]},use(i){return!this._a&&!Hc?a.push(i):r.push(i),this},_p:r,_a:null,_e:t,_s:new Map,state:e});return ea&&typeof Proxy<"u"&&o.use(P0),o}function tu(t,e){for(const r in e){const a=e[r];if(!(r in t))continue;const o=t[r];On(o)&&On(a)&&!n.isRef(a)&&!n.isReactive(a)?t[r]=tu(o,a):t[r]=a}return t}const nu=()=>{};function ru(t,e,r,a=nu){t.push(e);const o=()=>{const i=t.indexOf(e);i>-1&&(t.splice(i,1),a())};return!r&&n.getCurrentScope()&&n.onScopeDispose(o),o}function ar(t,...e){t.slice().forEach(r=>{r(...e)})}const _0=t=>t();function $i(t,e){t instanceof Map&&e instanceof Map&&e.forEach((r,a)=>t.set(a,r)),t instanceof Set&&e instanceof Set&&e.forEach(t.add,t);for(const r in e){if(!e.hasOwnProperty(r))continue;const a=e[r],o=t[r];On(o)&&On(a)&&t.hasOwnProperty(r)&&!n.isRef(a)&&!n.isReactive(a)?t[r]=$i(o,a):t[r]=a}return t}const R0=process.env.NODE_ENV!=="production"?Symbol("pinia:skipHydration"):Symbol();function L0(t){return!On(t)||!t.hasOwnProperty(R0)}const{assign:lt}=Object;function au(t){return!!(n.isRef(t)&&t.effect)}function ou(t,e,r,a){const{state:o,actions:i,getters:s}=e,l=r.state.value[t];let c;function u(){!l&&(process.env.NODE_ENV==="production"||!a)&&(r.state.value[t]=o?o():{});const d=process.env.NODE_ENV!=="production"&&a?n.toRefs(n.ref(o?o():{}).value):n.toRefs(r.state.value[t]);return lt(d,i,Object.keys(s||{}).reduce((A,m)=>(process.env.NODE_ENV!=="production"&&m in d&&console.warn(`[🍍]: A getter cannot have the same name as another state property. Rename one of them. Found with "${m}" in store "${t}".`),A[m]=n.markRaw(n.computed(()=>{Nr(r);const f=r._s.get(t);return s[m].call(f,f)})),A),{}))}return c=Wi(t,u,e,r,a,!0),c}function Wi(t,e,r={},a,o,i){let s;const l=lt({actions:{}},r);if(process.env.NODE_ENV!=="production"&&!a._e.active)throw new Error("Pinia destroyed");const c={deep:!0};process.env.NODE_ENV!=="production"&&!Hc&&(c.onTrigger=x=>{u?f=x:u==!1&&!E._hotUpdating&&(Array.isArray(f)?f.push(x):console.error("🍍 debuggerEvents should be an array. This is most likely an internal Pinia bug."))});let u,d,A=[],m=[],f;const g=a.state.value[t];!i&&!g&&(process.env.NODE_ENV==="production"||!o)&&(a.state.value[t]={});const b=n.ref({});let v;function k(x){let B;u=d=!1,process.env.NODE_ENV!=="production"&&(f=[]),typeof x=="function"?(x(a.state.value[t]),B={type:Pt.patchFunction,storeId:t,events:f}):($i(a.state.value[t],x),B={type:Pt.patchObject,payload:x,storeId:t,events:f});const O=v=Symbol();n.nextTick().then(()=>{v===O&&(u=!0)}),d=!0,ar(A,B,a.state.value[t])}const h=i?function(){const{state:B}=r,O=B?B():{};this.$patch(H=>{lt(H,O)})}:process.env.NODE_ENV!=="production"?()=>{throw new Error(`🍍: Store "${t}" is built using the setup syntax and does not implement $reset().`)}:nu;function p(){s.stop(),A=[],m=[],a._s.delete(t)}function y(x,B){return function(){Nr(a);const O=Array.from(arguments),H=[],$=[];function Z(M){H.push(M)}function re(M){$.push(M)}ar(m,{args:O,name:x,store:E,after:Z,onError:re});let z;try{z=B.apply(this&&this.$id===t?this:E,O)}catch(M){throw ar($,M),M}return z instanceof Promise?z.then(M=>(ar(H,M),M)).catch(M=>(ar($,M),Promise.reject(M))):(ar(H,z),z)}}const w=n.markRaw({actions:{},getters:{},state:[],hotState:b}),C={_p:a,$id:t,$onAction:ru.bind(null,m),$patch:k,$reset:h,$subscribe(x,B={}){const O=ru(A,x,B.detached,()=>H()),H=s.run(()=>n.watch(()=>a.state.value[t],$=>{(B.flush==="sync"?d:u)&&x({storeId:t,type:Pt.direct,events:f},$)},lt({},c,B)));return O},$dispose:p},E=n.reactive(process.env.NODE_ENV!=="production"||ea?lt({_hmrPayload:w,_customProperties:n.markRaw(new Set)},C):C);a._s.set(t,E);const S=(a._a&&a._a.runWithContext||_0)(()=>a._e.run(()=>(s=n.effectScope()).run(e)));for(const x in S){const B=S[x];if(n.isRef(B)&&!au(B)||n.isReactive(B))process.env.NODE_ENV!=="production"&&o?Ja(b.value,x,n.toRef(S,x)):i||(g&&L0(B)&&(n.isRef(B)?B.value=g[x]:$i(B,g[x])),a.state.value[t][x]=B),process.env.NODE_ENV!=="production"&&w.state.push(x);else if(typeof B=="function"){const O=process.env.NODE_ENV!=="production"&&o?B:y(x,B);S[x]=O,process.env.NODE_ENV!=="production"&&(w.actions[x]=B),l.actions[x]=B}else process.env.NODE_ENV!=="production"&&au(B)&&(w.getters[x]=i?r.getters[x]:B,Xa&&(S._getters||(S._getters=n.markRaw([]))).push(x))}if(lt(E,S),lt(n.toRaw(E),S),Object.defineProperty(E,"$state",{get:()=>process.env.NODE_ENV!=="production"&&o?b.value:a.state.value[t],set:x=>{if(process.env.NODE_ENV!=="production"&&o)throw new Error("cannot set hotState");k(B=>{lt(B,x)})}}),process.env.NODE_ENV!=="production"&&(E._hotUpdate=n.markRaw(x=>{E._hotUpdating=!0,x._hmrPayload.state.forEach(B=>{if(B in E.$state){const O=x.$state[B],H=E.$state[B];typeof O=="object"&&On(O)&&On(H)?tu(O,H):x.$state[B]=H}Ja(E,B,n.toRef(x.$state,B))}),Object.keys(E.$state).forEach(B=>{B in x.$state||zi(E,B)}),u=!1,d=!1,a.state.value[t]=n.toRef(x._hmrPayload,"hotState"),d=!0,n.nextTick().then(()=>{u=!0});for(const B in x._hmrPayload.actions){const O=x[B];Ja(E,B,y(B,O))}for(const B in x._hmrPayload.getters){const O=x._hmrPayload.getters[B],H=i?n.computed(()=>(Nr(a),O.call(E,E))):O;Ja(E,B,H)}Object.keys(E._hmrPayload.getters).forEach(B=>{B in x._hmrPayload.getters||zi(E,B)}),Object.keys(E._hmrPayload.actions).forEach(B=>{B in x._hmrPayload.actions||zi(E,B)}),E._hmrPayload=x._hmrPayload,E._getters=x._getters,E._hotUpdating=!1})),ea){const x={writable:!0,configurable:!0,enumerable:!1};["_p","_hmrPayload","_getters","_customProperties"].forEach(B=>{Object.defineProperty(E,B,lt({value:E[B]},x))})}return a._p.forEach(x=>{if(ea){const B=s.run(()=>x({store:E,app:a._a,pinia:a,options:l}));Object.keys(B||{}).forEach(O=>E._customProperties.add(O)),lt(E,B)}else lt(E,s.run(()=>x({store:E,app:a._a,pinia:a,options:l})))}),process.env.NODE_ENV!=="production"&&E.$state&&typeof E.$state=="object"&&typeof E.$state.constructor=="function"&&!E.$state.constructor.toString().includes("[native code]")&&console.warn(`[🍍]: The "state" must be a plain object. It cannot be
9
9
  state: () => new MyClass()
10
- Found in store "${k.$id}".`),v&&i&&r.hydrate&&r.hydrate(k.$state,v),u=!0,d=!0,k}function iu(t,e,r){let a,o;const i=typeof e=="function";if(typeof t=="string")a=t,o=i?r:e;else if(o=t,a=t.id,process.env.NODE_ENV!=="production"&&typeof a!="string")throw new Error('[🍍]: "defineStore()" must be passed a store id as its first argument.');function s(l,c){const u=n.hasInjectionContext();if(l=(process.env.NODE_ENV==="test"&&Gr&&Gr._testing?null:l)||(u?n.inject(zc,null):null),l&&Nr(l),process.env.NODE_ENV!=="production"&&!Gr)throw new Error(`[🍍]: "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?
10
+ Found in store "${E.$id}".`),g&&i&&r.hydrate&&r.hydrate(E.$state,g),u=!0,d=!0,E}function iu(t,e,r){let a,o;const i=typeof e=="function";if(typeof t=="string")a=t,o=i?r:e;else if(o=t,a=t.id,process.env.NODE_ENV!=="production"&&typeof a!="string")throw new Error('[🍍]: "defineStore()" must be passed a store id as its first argument.');function s(l,c){const u=n.hasInjectionContext();if(l=(process.env.NODE_ENV==="test"&&Gr&&Gr._testing?null:l)||(u?n.inject(zc,null):null),l&&Nr(l),process.env.NODE_ENV!=="production"&&!Gr)throw new Error(`[🍍]: "getActivePinia()" was called but there was no active Pinia. Are you trying to use a store before calling "app.use(pinia)"?
11
11
  See https://pinia.vuejs.org/core-concepts/outside-component-usage.html for help.
12
- This will fail in production.`);l=Gr,l._s.has(a)||(i?$i(a,e,o,l):ou(a,o,l),process.env.NODE_ENV!=="production"&&(s._pinia=l));const d=l._s.get(a);if(process.env.NODE_ENV!=="production"&&c){const A="__hot:"+a,f=i?$i(A,e,o,l,!0):ou(A,lt({},o),l,!0);c._hotUpdate(f),delete l.state.value[A],l._s.delete(A)}if(process.env.NODE_ENV!=="production"&&Xa){const A=n.getCurrentInstance();if(A&&A.proxy&&!c){const f=A.proxy,p="_pStores"in f?f._pStores:f._pStores={};p[a]=d}}return d}return s.$id=a,s}let Na;const F0=new Uint8Array(16);function U0(){if(!Na&&(Na=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Na))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Na(F0)}const Re=[];for(let t=0;t<256;++t)Re.push((t+256).toString(16).slice(1));function Z0(t,e=0){return Re[t[e+0]]+Re[t[e+1]]+Re[t[e+2]]+Re[t[e+3]]+"-"+Re[t[e+4]]+Re[t[e+5]]+"-"+Re[t[e+6]]+Re[t[e+7]]+"-"+Re[t[e+8]]+Re[t[e+9]]+"-"+Re[t[e+10]]+Re[t[e+11]]+Re[t[e+12]]+Re[t[e+13]]+Re[t[e+14]]+Re[t[e+15]]}const su={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function H0(t,e,r){if(su.randomUUID&&!e&&!t)return su.randomUUID();t=t||{};const a=t.random||(t.rng||U0)();return a[6]=a[6]&15|64,a[8]=a[8]&63|128,Z0(a)}function Yi(t){const e=document.cookie.split(";");for(let r=0;r<e.length;r++){const a=e[r].trim();if(a.startsWith(t+"="))return decodeURIComponent(a.substring(t.length+1))}return null}function Gi({name:t,value:e,days:r=0,hours:a=0,minutes:o=0,seconds:i=0,milliseconds:s=0}){const l=new Date;l.setTime(l.getTime()+r*24*60*60*1e3+a*60*60*1e3+o*60*1e3+i*1e3+s);const c="; expires="+l.toUTCString();document.cookie=t+"="+encodeURIComponent(e)+c+"; path=/"}function Q0(t){document.cookie=t+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"}const Ni="fge_auth_access_token";function ar(t){localStorage.setItem(Ni,t)}function lu(){return localStorage.getItem(Ni)}function q0(){localStorage.removeItem(Ni)}function Vn(){const t=window.location.hostname,e=t==="localhost"||t==="127.0.0.1",r=/^192\.168\.|^10\.|^172\.(1[6-9]|2[0-9]|3[0-1])\./.test(t);return e||r}function z0(){if(typeof window<"u"){const t=window.location.hostname,e=Vn();console.log(`🌍 Entorno detectado: ${t} - ${e?"Desarrollo":"Producción"}`)}}function cu(t,e){return function(){return t.apply(e,arguments)}}const{toString:K0}=Object.prototype,{getPrototypeOf:es}=Object,eo=(t=>e=>{const r=K0.call(e);return t[r]||(t[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),bt=t=>(t=t.toLowerCase(),e=>eo(e)===t),to=t=>e=>typeof e===t,{isArray:or}=Array,ta=to("undefined");function j0(t){return t!==null&&!ta(t)&&t.constructor!==null&&!ta(t.constructor)&&tt(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const uu=bt("ArrayBuffer");function J0(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&uu(t.buffer),e}const X0=to("string"),tt=to("function"),du=to("number"),no=t=>t!==null&&typeof t=="object",W0=t=>t===!0||t===!1,ro=t=>{if(eo(t)!=="object")return!1;const e=es(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},$0=bt("Date"),Y0=bt("File"),G0=bt("Blob"),N0=bt("FileList"),ep=t=>no(t)&&tt(t.pipe),tp=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||tt(t.append)&&((e=eo(t))==="formdata"||e==="object"&&tt(t.toString)&&t.toString()==="[object FormData]"))},np=bt("URLSearchParams"),[rp,ap,op,ip]=["ReadableStream","Request","Response","Headers"].map(bt),sp=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function na(t,e,{allOwnKeys:r=!1}={}){if(t===null||typeof t>"u")return;let a,o;if(typeof t!="object"&&(t=[t]),or(t))for(a=0,o=t.length;a<o;a++)e.call(null,t[a],a,t);else{const i=r?Object.getOwnPropertyNames(t):Object.keys(t),s=i.length;let l;for(a=0;a<s;a++)l=i[a],e.call(null,t[l],l,t)}}function Au(t,e){e=e.toLowerCase();const r=Object.keys(t);let a=r.length,o;for(;a-- >0;)if(o=r[a],e===o.toLowerCase())return o;return null}const In=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,fu=t=>!ta(t)&&t!==In;function ts(){const{caseless:t}=fu(this)&&this||{},e={},r=(a,o)=>{const i=t&&Au(e,o)||o;ro(e[i])&&ro(a)?e[i]=ts(e[i],a):ro(a)?e[i]=ts({},a):or(a)?e[i]=a.slice():e[i]=a};for(let a=0,o=arguments.length;a<o;a++)arguments[a]&&na(arguments[a],r);return e}const lp=(t,e,r,{allOwnKeys:a}={})=>(na(e,(o,i)=>{r&&tt(o)?t[i]=cu(o,r):t[i]=o},{allOwnKeys:a}),t),cp=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),up=(t,e,r,a)=>{t.prototype=Object.create(e.prototype,a),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),r&&Object.assign(t.prototype,r)},dp=(t,e,r,a)=>{let o,i,s;const l={};if(e=e||{},t==null)return e;do{for(o=Object.getOwnPropertyNames(t),i=o.length;i-- >0;)s=o[i],(!a||a(s,t,e))&&!l[s]&&(e[s]=t[s],l[s]=!0);t=r!==!1&&es(t)}while(t&&(!r||r(t,e))&&t!==Object.prototype);return e},Ap=(t,e,r)=>{t=String(t),(r===void 0||r>t.length)&&(r=t.length),r-=e.length;const a=t.indexOf(e,r);return a!==-1&&a===r},fp=t=>{if(!t)return null;if(or(t))return t;let e=t.length;if(!du(e))return null;const r=new Array(e);for(;e-- >0;)r[e]=t[e];return r},pp=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&es(Uint8Array)),mp=(t,e)=>{const a=(t&&t[Symbol.iterator]).call(t);let o;for(;(o=a.next())&&!o.done;){const i=o.value;e.call(t,i[0],i[1])}},hp=(t,e)=>{let r;const a=[];for(;(r=t.exec(e))!==null;)a.push(r);return a},gp=bt("HTMLFormElement"),vp=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,a,o){return a.toUpperCase()+o}),pu=(({hasOwnProperty:t})=>(e,r)=>t.call(e,r))(Object.prototype),yp=bt("RegExp"),mu=(t,e)=>{const r=Object.getOwnPropertyDescriptors(t),a={};na(r,(o,i)=>{let s;(s=e(o,i,t))!==!1&&(a[i]=s||o)}),Object.defineProperties(t,a)},wp=t=>{mu(t,(e,r)=>{if(tt(t)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const a=t[r];if(tt(a)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},bp=(t,e)=>{const r={},a=o=>{o.forEach(i=>{r[i]=!0})};return or(t)?a(t):a(String(t).split(e)),r},Cp=()=>{},Ep=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e,ns="abcdefghijklmnopqrstuvwxyz",hu="0123456789",gu={DIGIT:hu,ALPHA:ns,ALPHA_DIGIT:ns+ns.toUpperCase()+hu},kp=(t=16,e=gu.ALPHA_DIGIT)=>{let r="";const{length:a}=e;for(;t--;)r+=e[Math.random()*a|0];return r};function xp(t){return!!(t&&tt(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const Bp=t=>{const e=new Array(10),r=(a,o)=>{if(no(a)){if(e.indexOf(a)>=0)return;if(!("toJSON"in a)){e[o]=a;const i=or(a)?[]:{};return na(a,(s,l)=>{const c=r(s,o+1);!ta(c)&&(i[l]=c)}),e[o]=void 0,i}}return a};return r(t,0)},Sp=bt("AsyncFunction"),Tp=t=>t&&(no(t)||tt(t))&&tt(t.then)&&tt(t.catch),vu=((t,e)=>t?setImmediate:e?((r,a)=>(In.addEventListener("message",({source:o,data:i})=>{o===In&&i===r&&a.length&&a.shift()()},!1),o=>{a.push(o),In.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",tt(In.postMessage)),Dp=typeof queueMicrotask<"u"?queueMicrotask.bind(In):typeof process<"u"&&process.nextTick||vu,I={isArray:or,isArrayBuffer:uu,isBuffer:j0,isFormData:tp,isArrayBufferView:J0,isString:X0,isNumber:du,isBoolean:W0,isObject:no,isPlainObject:ro,isReadableStream:rp,isRequest:ap,isResponse:op,isHeaders:ip,isUndefined:ta,isDate:$0,isFile:Y0,isBlob:G0,isRegExp:yp,isFunction:tt,isStream:ep,isURLSearchParams:np,isTypedArray:pp,isFileList:N0,forEach:na,merge:ts,extend:lp,trim:sp,stripBOM:cp,inherits:up,toFlatObject:dp,kindOf:eo,kindOfTest:bt,endsWith:Ap,toArray:fp,forEachEntry:mp,matchAll:hp,isHTMLForm:gp,hasOwnProperty:pu,hasOwnProp:pu,reduceDescriptors:mu,freezeMethods:wp,toObjectSet:bp,toCamelCase:vp,noop:Cp,toFiniteNumber:Ep,findKey:Au,global:In,isContextDefined:fu,ALPHABET:gu,generateString:kp,isSpecCompliantForm:xp,toJSONObject:Bp,isAsyncFn:Sp,isThenable:Tp,setImmediate:vu,asap:Dp};function le(t,e,r,a,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),r&&(this.config=r),a&&(this.request=a),o&&(this.response=o)}I.inherits(le,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:I.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const yu=le.prototype,wu={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{wu[t]={value:t}}),Object.defineProperties(le,wu),Object.defineProperty(yu,"isAxiosError",{value:!0}),le.from=(t,e,r,a,o,i)=>{const s=Object.create(yu);return I.toFlatObject(t,s,function(c){return c!==Error.prototype},l=>l!=="isAxiosError"),le.call(s,t.message,e,r,a,o),s.cause=t,s.name=t.name,i&&Object.assign(s,i),s};const Op=null;function rs(t){return I.isPlainObject(t)||I.isArray(t)}function bu(t){return I.endsWith(t,"[]")?t.slice(0,-2):t}function Cu(t,e,r){return t?t.concat(e).map(function(o,i){return o=bu(o),!r&&i?"["+o+"]":o}).join(r?".":""):e}function Vp(t){return I.isArray(t)&&!t.some(rs)}const Ip=I.toFlatObject(I,{},null,function(e){return/^is[A-Z]/.test(e)});function ao(t,e,r){if(!I.isObject(t))throw new TypeError("target must be an object");e=e||new FormData,r=I.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(C,y){return!I.isUndefined(y[C])});const a=r.metaTokens,o=r.visitor||d,i=r.dots,s=r.indexes,c=(r.Blob||typeof Blob<"u"&&Blob)&&I.isSpecCompliantForm(e);if(!I.isFunction(o))throw new TypeError("visitor must be a function");function u(v){if(v===null)return"";if(I.isDate(v))return v.toISOString();if(!c&&I.isBlob(v))throw new le("Blob is not supported. Use a Buffer instead.");return I.isArrayBuffer(v)||I.isTypedArray(v)?c&&typeof Blob=="function"?new Blob([v]):Buffer.from(v):v}function d(v,C,y){let E=v;if(v&&!y&&typeof v=="object"){if(I.endsWith(C,"{}"))C=a?C:C.slice(0,-2),v=JSON.stringify(v);else if(I.isArray(v)&&Vp(v)||(I.isFileList(v)||I.endsWith(C,"[]"))&&(E=I.toArray(v)))return C=bu(C),E.forEach(function(m,g){!(I.isUndefined(m)||m===null)&&e.append(s===!0?Cu([C],g,i):s===null?C:C+"[]",u(m))}),!1}return rs(v)?!0:(e.append(Cu(y,C,i),u(v)),!1)}const A=[],f=Object.assign(Ip,{defaultVisitor:d,convertValue:u,isVisitable:rs});function p(v,C){if(!I.isUndefined(v)){if(A.indexOf(v)!==-1)throw Error("Circular reference detected in "+C.join("."));A.push(v),I.forEach(v,function(E,h){(!(I.isUndefined(E)||E===null)&&o.call(e,E,I.isString(h)?h.trim():h,C,f))===!0&&p(E,C?C.concat(h):[h])}),A.pop()}}if(!I.isObject(t))throw new TypeError("data must be an object");return p(t),e}function Eu(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(a){return e[a]})}function as(t,e){this._pairs=[],t&&ao(t,this,e)}const ku=as.prototype;ku.append=function(e,r){this._pairs.push([e,r])},ku.toString=function(e){const r=e?function(a){return e.call(this,a,Eu)}:Eu;return this._pairs.map(function(o){return r(o[0])+"="+r(o[1])},"").join("&")};function Pp(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function xu(t,e,r){if(!e)return t;const a=r&&r.encode||Pp,o=r&&r.serialize;let i;if(o?i=o(e,r):i=I.isURLSearchParams(e)?e.toString():new as(e,r).toString(a),i){const s=t.indexOf("#");s!==-1&&(t=t.slice(0,s)),t+=(t.indexOf("?")===-1?"?":"&")+i}return t}class Bu{constructor(){this.handlers=[]}use(e,r,a){return this.handlers.push({fulfilled:e,rejected:r,synchronous:a?a.synchronous:!1,runWhen:a?a.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){I.forEach(this.handlers,function(a){a!==null&&e(a)})}}const Su={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Mp={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:as,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},os=typeof window<"u"&&typeof document<"u",_p=(t=>os&&["ReactNative","NativeScript","NS"].indexOf(t)<0)(typeof navigator<"u"&&navigator.product),Rp=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Lp=os&&window.location.href||"http://localhost",Ct={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:os,hasStandardBrowserEnv:_p,hasStandardBrowserWebWorkerEnv:Rp,origin:Lp},Symbol.toStringTag,{value:"Module"})),...Mp};function Fp(t,e){return ao(t,new Ct.classes.URLSearchParams,Object.assign({visitor:function(r,a,o,i){return Ct.isNode&&I.isBuffer(r)?(this.append(a,r.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},e))}function Up(t){return I.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function Zp(t){const e={},r=Object.keys(t);let a;const o=r.length;let i;for(a=0;a<o;a++)i=r[a],e[i]=t[i];return e}function Tu(t){function e(r,a,o,i){let s=r[i++];if(s==="__proto__")return!0;const l=Number.isFinite(+s),c=i>=r.length;return s=!s&&I.isArray(o)?o.length:s,c?(I.hasOwnProp(o,s)?o[s]=[o[s],a]:o[s]=a,!l):((!o[s]||!I.isObject(o[s]))&&(o[s]=[]),e(r,a,o[s],i)&&I.isArray(o[s])&&(o[s]=Zp(o[s])),!l)}if(I.isFormData(t)&&I.isFunction(t.entries)){const r={};return I.forEachEntry(t,(a,o)=>{e(Up(a),o,r,0)}),r}return null}function Hp(t,e,r){if(I.isString(t))try{return(e||JSON.parse)(t),I.trim(t)}catch(a){if(a.name!=="SyntaxError")throw a}return(r||JSON.stringify)(t)}const ra={transitional:Su,adapter:["xhr","http","fetch"],transformRequest:[function(e,r){const a=r.getContentType()||"",o=a.indexOf("application/json")>-1,i=I.isObject(e);if(i&&I.isHTMLForm(e)&&(e=new FormData(e)),I.isFormData(e))return o?JSON.stringify(Tu(e)):e;if(I.isArrayBuffer(e)||I.isBuffer(e)||I.isStream(e)||I.isFile(e)||I.isBlob(e)||I.isReadableStream(e))return e;if(I.isArrayBufferView(e))return e.buffer;if(I.isURLSearchParams(e))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let l;if(i){if(a.indexOf("application/x-www-form-urlencoded")>-1)return Fp(e,this.formSerializer).toString();if((l=I.isFileList(e))||a.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return ao(l?{"files[]":e}:e,c&&new c,this.formSerializer)}}return i||o?(r.setContentType("application/json",!1),Hp(e)):e}],transformResponse:[function(e){const r=this.transitional||ra.transitional,a=r&&r.forcedJSONParsing,o=this.responseType==="json";if(I.isResponse(e)||I.isReadableStream(e))return e;if(e&&I.isString(e)&&(a&&!this.responseType||o)){const s=!(r&&r.silentJSONParsing)&&o;try{return JSON.parse(e)}catch(l){if(s)throw l.name==="SyntaxError"?le.from(l,le.ERR_BAD_RESPONSE,this,null,this.response):l}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ct.classes.FormData,Blob:Ct.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};I.forEach(["delete","get","head","post","put","patch"],t=>{ra.headers[t]={}});const Qp=I.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),qp=t=>{const e={};let r,a,o;return t&&t.split(`
13
- `).forEach(function(s){o=s.indexOf(":"),r=s.substring(0,o).trim().toLowerCase(),a=s.substring(o+1).trim(),!(!r||e[r]&&Qp[r])&&(r==="set-cookie"?e[r]?e[r].push(a):e[r]=[a]:e[r]=e[r]?e[r]+", "+a:a)}),e},Du=Symbol("internals");function aa(t){return t&&String(t).trim().toLowerCase()}function oo(t){return t===!1||t==null?t:I.isArray(t)?t.map(oo):String(t)}function zp(t){const e=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let a;for(;a=r.exec(t);)e[a[1]]=a[2];return e}const Kp=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function is(t,e,r,a,o){if(I.isFunction(a))return a.call(this,e,r);if(o&&(e=r),!!I.isString(e)){if(I.isString(a))return e.indexOf(a)!==-1;if(I.isRegExp(a))return a.test(e)}}function jp(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,r,a)=>r.toUpperCase()+a)}function Jp(t,e){const r=I.toCamelCase(" "+e);["get","set","has"].forEach(a=>{Object.defineProperty(t,a+r,{value:function(o,i,s){return this[a].call(this,e,o,i,s)},configurable:!0})})}class Xe{constructor(e){e&&this.set(e)}set(e,r,a){const o=this;function i(l,c,u){const d=aa(c);if(!d)throw new Error("header name must be a non-empty string");const A=I.findKey(o,d);(!A||o[A]===void 0||u===!0||u===void 0&&o[A]!==!1)&&(o[A||c]=oo(l))}const s=(l,c)=>I.forEach(l,(u,d)=>i(u,d,c));if(I.isPlainObject(e)||e instanceof this.constructor)s(e,r);else if(I.isString(e)&&(e=e.trim())&&!Kp(e))s(qp(e),r);else if(I.isHeaders(e))for(const[l,c]of e.entries())i(c,l,a);else e!=null&&i(r,e,a);return this}get(e,r){if(e=aa(e),e){const a=I.findKey(this,e);if(a){const o=this[a];if(!r)return o;if(r===!0)return zp(o);if(I.isFunction(r))return r.call(this,o,a);if(I.isRegExp(r))return r.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,r){if(e=aa(e),e){const a=I.findKey(this,e);return!!(a&&this[a]!==void 0&&(!r||is(this,this[a],a,r)))}return!1}delete(e,r){const a=this;let o=!1;function i(s){if(s=aa(s),s){const l=I.findKey(a,s);l&&(!r||is(a,a[l],l,r))&&(delete a[l],o=!0)}}return I.isArray(e)?e.forEach(i):i(e),o}clear(e){const r=Object.keys(this);let a=r.length,o=!1;for(;a--;){const i=r[a];(!e||is(this,this[i],i,e,!0))&&(delete this[i],o=!0)}return o}normalize(e){const r=this,a={};return I.forEach(this,(o,i)=>{const s=I.findKey(a,i);if(s){r[s]=oo(o),delete r[i];return}const l=e?jp(i):String(i).trim();l!==i&&delete r[i],r[l]=oo(o),a[l]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const r=Object.create(null);return I.forEach(this,(a,o)=>{a!=null&&a!==!1&&(r[o]=e&&I.isArray(a)?a.join(", "):a)}),r}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,r])=>e+": "+r).join(`
14
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...r){const a=new this(e);return r.forEach(o=>a.set(o)),a}static accessor(e){const a=(this[Du]=this[Du]={accessors:{}}).accessors,o=this.prototype;function i(s){const l=aa(s);a[l]||(Jp(o,s),a[l]=!0)}return I.isArray(e)?e.forEach(i):i(e),this}}Xe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),I.reduceDescriptors(Xe.prototype,({value:t},e)=>{let r=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(a){this[r]=a}}}),I.freezeMethods(Xe);function ss(t,e){const r=this||ra,a=e||r,o=Xe.from(a.headers);let i=a.data;return I.forEach(t,function(l){i=l.call(r,i,o.normalize(),e?e.status:void 0)}),o.normalize(),i}function Ou(t){return!!(t&&t.__CANCEL__)}function ir(t,e,r){le.call(this,t??"canceled",le.ERR_CANCELED,e,r),this.name="CanceledError"}I.inherits(ir,le,{__CANCEL__:!0});function Vu(t,e,r){const a=r.config.validateStatus;!r.status||!a||a(r.status)?t(r):e(new le("Request failed with status code "+r.status,[le.ERR_BAD_REQUEST,le.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function Xp(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function Wp(t,e){t=t||10;const r=new Array(t),a=new Array(t);let o=0,i=0,s;return e=e!==void 0?e:1e3,function(c){const u=Date.now(),d=a[i];s||(s=u),r[o]=c,a[o]=u;let A=i,f=0;for(;A!==o;)f+=r[A++],A=A%t;if(o=(o+1)%t,o===i&&(i=(i+1)%t),u-s<e)return;const p=d&&u-d;return p?Math.round(f*1e3/p):void 0}}function $p(t,e){let r=0,a=1e3/e,o,i;const s=(u,d=Date.now())=>{r=d,o=null,i&&(clearTimeout(i),i=null),t.apply(null,u)};return[(...u)=>{const d=Date.now(),A=d-r;A>=a?s(u,d):(o=u,i||(i=setTimeout(()=>{i=null,s(o)},a-A)))},()=>o&&s(o)]}const io=(t,e,r=3)=>{let a=0;const o=Wp(50,250);return $p(i=>{const s=i.loaded,l=i.lengthComputable?i.total:void 0,c=s-a,u=o(c),d=s<=l;a=s;const A={loaded:s,total:l,progress:l?s/l:void 0,bytes:c,rate:u||void 0,estimated:u&&l&&d?(l-s)/u:void 0,event:i,lengthComputable:l!=null,[e?"download":"upload"]:!0};t(A)},r)},Iu=(t,e)=>{const r=t!=null;return[a=>e[0]({lengthComputable:r,total:t,loaded:a}),e[1]]},Pu=t=>(...e)=>I.asap(()=>t(...e)),Yp=Ct.hasStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");let a;function o(i){let s=i;return e&&(r.setAttribute("href",s),s=r.href),r.setAttribute("href",s),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:r.pathname.charAt(0)==="/"?r.pathname:"/"+r.pathname}}return a=o(window.location.href),function(s){const l=I.isString(s)?o(s):s;return l.protocol===a.protocol&&l.host===a.host}}():function(){return function(){return!0}}(),Gp=Ct.hasStandardBrowserEnv?{write(t,e,r,a,o,i){const s=[t+"="+encodeURIComponent(e)];I.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),I.isString(a)&&s.push("path="+a),I.isString(o)&&s.push("domain="+o),i===!0&&s.push("secure"),document.cookie=s.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Np(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function e3(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function Mu(t,e){return t&&!Np(e)?e3(t,e):e}const _u=t=>t instanceof Xe?{...t}:t;function Pn(t,e){e=e||{};const r={};function a(u,d,A){return I.isPlainObject(u)&&I.isPlainObject(d)?I.merge.call({caseless:A},u,d):I.isPlainObject(d)?I.merge({},d):I.isArray(d)?d.slice():d}function o(u,d,A){if(I.isUndefined(d)){if(!I.isUndefined(u))return a(void 0,u,A)}else return a(u,d,A)}function i(u,d){if(!I.isUndefined(d))return a(void 0,d)}function s(u,d){if(I.isUndefined(d)){if(!I.isUndefined(u))return a(void 0,u)}else return a(void 0,d)}function l(u,d,A){if(A in e)return a(u,d);if(A in t)return a(void 0,u)}const c={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l,headers:(u,d)=>o(_u(u),_u(d),!0)};return I.forEach(Object.keys(Object.assign({},t,e)),function(d){const A=c[d]||o,f=A(t[d],e[d],d);I.isUndefined(f)&&A!==l||(r[d]=f)}),r}const Ru=t=>{const e=Pn({},t);let{data:r,withXSRFToken:a,xsrfHeaderName:o,xsrfCookieName:i,headers:s,auth:l}=e;e.headers=s=Xe.from(s),e.url=xu(Mu(e.baseURL,e.url),t.params,t.paramsSerializer),l&&s.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):"")));let c;if(I.isFormData(r)){if(Ct.hasStandardBrowserEnv||Ct.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((c=s.getContentType())!==!1){const[u,...d]=c?c.split(";").map(A=>A.trim()).filter(Boolean):[];s.setContentType([u||"multipart/form-data",...d].join("; "))}}if(Ct.hasStandardBrowserEnv&&(a&&I.isFunction(a)&&(a=a(e)),a||a!==!1&&Yp(e.url))){const u=o&&i&&Gp.read(i);u&&s.set(o,u)}return e},t3=typeof XMLHttpRequest<"u"&&function(t){return new Promise(function(r,a){const o=Ru(t);let i=o.data;const s=Xe.from(o.headers).normalize();let{responseType:l,onUploadProgress:c,onDownloadProgress:u}=o,d,A,f,p,v;function C(){p&&p(),v&&v(),o.cancelToken&&o.cancelToken.unsubscribe(d),o.signal&&o.signal.removeEventListener("abort",d)}let y=new XMLHttpRequest;y.open(o.method.toUpperCase(),o.url,!0),y.timeout=o.timeout;function E(){if(!y)return;const m=Xe.from("getAllResponseHeaders"in y&&y.getAllResponseHeaders()),w={data:!l||l==="text"||l==="json"?y.responseText:y.response,status:y.status,statusText:y.statusText,headers:m,config:t,request:y};Vu(function(k){r(k),C()},function(k){a(k),C()},w),y=null}"onloadend"in y?y.onloadend=E:y.onreadystatechange=function(){!y||y.readyState!==4||y.status===0&&!(y.responseURL&&y.responseURL.indexOf("file:")===0)||setTimeout(E)},y.onabort=function(){y&&(a(new le("Request aborted",le.ECONNABORTED,t,y)),y=null)},y.onerror=function(){a(new le("Network Error",le.ERR_NETWORK,t,y)),y=null},y.ontimeout=function(){let g=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const w=o.transitional||Su;o.timeoutErrorMessage&&(g=o.timeoutErrorMessage),a(new le(g,w.clarifyTimeoutError?le.ETIMEDOUT:le.ECONNABORTED,t,y)),y=null},i===void 0&&s.setContentType(null),"setRequestHeader"in y&&I.forEach(s.toJSON(),function(g,w){y.setRequestHeader(w,g)}),I.isUndefined(o.withCredentials)||(y.withCredentials=!!o.withCredentials),l&&l!=="json"&&(y.responseType=o.responseType),u&&([f,v]=io(u,!0),y.addEventListener("progress",f)),c&&y.upload&&([A,p]=io(c),y.upload.addEventListener("progress",A),y.upload.addEventListener("loadend",p)),(o.cancelToken||o.signal)&&(d=m=>{y&&(a(!m||m.type?new ir(null,t,y):m),y.abort(),y=null)},o.cancelToken&&o.cancelToken.subscribe(d),o.signal&&(o.signal.aborted?d():o.signal.addEventListener("abort",d)));const h=Xp(o.url);if(h&&Ct.protocols.indexOf(h)===-1){a(new le("Unsupported protocol "+h+":",le.ERR_BAD_REQUEST,t));return}y.send(i||null)})},n3=(t,e)=>{let r=new AbortController,a;const o=function(c){if(!a){a=!0,s();const u=c instanceof Error?c:this.reason;r.abort(u instanceof le?u:new ir(u instanceof Error?u.message:u))}};let i=e&&setTimeout(()=>{o(new le(`timeout ${e} of ms exceeded`,le.ETIMEDOUT))},e);const s=()=>{t&&(i&&clearTimeout(i),i=null,t.forEach(c=>{c&&(c.removeEventListener?c.removeEventListener("abort",o):c.unsubscribe(o))}),t=null)};t.forEach(c=>c&&c.addEventListener&&c.addEventListener("abort",o));const{signal:l}=r;return l.unsubscribe=s,[l,()=>{i&&clearTimeout(i),i=null}]},r3=function*(t,e){let r=t.byteLength;if(!e||r<e){yield t;return}let a=0,o;for(;a<r;)o=a+e,yield t.slice(a,o),a=o},a3=async function*(t,e,r){for await(const a of t)yield*r3(ArrayBuffer.isView(a)?a:await r(String(a)),e)},Lu=(t,e,r,a,o)=>{const i=a3(t,e,o);let s=0,l,c=u=>{l||(l=!0,a&&a(u))};return new ReadableStream({async pull(u){try{const{done:d,value:A}=await i.next();if(d){c(),u.close();return}let f=A.byteLength;if(r){let p=s+=f;r(p)}u.enqueue(new Uint8Array(A))}catch(d){throw c(d),d}},cancel(u){return c(u),i.return()}},{highWaterMark:2})},so=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Fu=so&&typeof ReadableStream=="function",ls=so&&(typeof TextEncoder=="function"?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),Uu=(t,...e)=>{try{return!!t(...e)}catch{return!1}},o3=Fu&&Uu(()=>{let t=!1;const e=new Request(Ct.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!e}),Zu=64*1024,cs=Fu&&Uu(()=>I.isReadableStream(new Response("").body)),lo={stream:cs&&(t=>t.body)};so&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!lo[e]&&(lo[e]=I.isFunction(t[e])?r=>r[e]():(r,a)=>{throw new le(`Response type '${e}' is not supported`,le.ERR_NOT_SUPPORT,a)})})})(new Response);const i3=async t=>{if(t==null)return 0;if(I.isBlob(t))return t.size;if(I.isSpecCompliantForm(t))return(await new Request(t).arrayBuffer()).byteLength;if(I.isArrayBufferView(t)||I.isArrayBuffer(t))return t.byteLength;if(I.isURLSearchParams(t)&&(t=t+""),I.isString(t))return(await ls(t)).byteLength},s3=async(t,e)=>{const r=I.toFiniteNumber(t.getContentLength());return r??i3(e)},us={http:Op,xhr:t3,fetch:so&&(async t=>{let{url:e,method:r,data:a,signal:o,cancelToken:i,timeout:s,onDownloadProgress:l,onUploadProgress:c,responseType:u,headers:d,withCredentials:A="same-origin",fetchOptions:f}=Ru(t);u=u?(u+"").toLowerCase():"text";let[p,v]=o||i||s?n3([o,i],s):[],C,y;const E=()=>{!C&&setTimeout(()=>{p&&p.unsubscribe()}),C=!0};let h;try{if(c&&o3&&r!=="get"&&r!=="head"&&(h=await s3(d,a))!==0){let b=new Request(e,{method:"POST",body:a,duplex:"half"}),k;if(I.isFormData(a)&&(k=b.headers.get("content-type"))&&d.setContentType(k),b.body){const[D,S]=Iu(h,io(Pu(c)));a=Lu(b.body,Zu,D,S,ls)}}I.isString(A)||(A=A?"include":"omit"),y=new Request(e,{...f,signal:p,method:r.toUpperCase(),headers:d.normalize().toJSON(),body:a,duplex:"half",credentials:A});let m=await fetch(y);const g=cs&&(u==="stream"||u==="response");if(cs&&(l||g)){const b={};["status","statusText","headers"].forEach(x=>{b[x]=m[x]});const k=I.toFiniteNumber(m.headers.get("content-length")),[D,S]=l&&Iu(k,io(Pu(l),!0))||[];m=new Response(Lu(m.body,Zu,D,()=>{S&&S(),g&&E()},ls),b)}u=u||"text";let w=await lo[I.findKey(lo,u)||"text"](m,t);return!g&&E(),v&&v(),await new Promise((b,k)=>{Vu(b,k,{data:w,headers:Xe.from(m.headers),status:m.status,statusText:m.statusText,config:t,request:y})})}catch(m){throw E(),m&&m.name==="TypeError"&&/fetch/i.test(m.message)?Object.assign(new le("Network Error",le.ERR_NETWORK,t,y),{cause:m.cause||m}):le.from(m,m&&m.code,t,y)}})};I.forEach(us,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});const Hu=t=>`- ${t}`,l3=t=>I.isFunction(t)||t===null||t===!1,Qu={getAdapter:t=>{t=I.isArray(t)?t:[t];const{length:e}=t;let r,a;const o={};for(let i=0;i<e;i++){r=t[i];let s;if(a=r,!l3(r)&&(a=us[(s=String(r)).toLowerCase()],a===void 0))throw new le(`Unknown adapter '${s}'`);if(a)break;o[s||"#"+i]=a}if(!a){const i=Object.entries(o).map(([l,c])=>`adapter ${l} `+(c===!1?"is not supported by the environment":"is not available in the build"));let s=e?i.length>1?`since :
12
+ This will fail in production.`);l=Gr,l._s.has(a)||(i?Wi(a,e,o,l):ou(a,o,l),process.env.NODE_ENV!=="production"&&(s._pinia=l));const d=l._s.get(a);if(process.env.NODE_ENV!=="production"&&c){const A="__hot:"+a,m=i?Wi(A,e,o,l,!0):ou(A,lt({},o),l,!0);c._hotUpdate(m),delete l.state.value[A],l._s.delete(A)}if(process.env.NODE_ENV!=="production"&&Xa){const A=n.getCurrentInstance();if(A&&A.proxy&&!c){const m=A.proxy,f="_pStores"in m?m._pStores:m._pStores={};f[a]=d}}return d}return s.$id=a,s}let Na;const F0=new Uint8Array(16);function U0(){if(!Na&&(Na=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!Na))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return Na(F0)}const Re=[];for(let t=0;t<256;++t)Re.push((t+256).toString(16).slice(1));function Z0(t,e=0){return Re[t[e+0]]+Re[t[e+1]]+Re[t[e+2]]+Re[t[e+3]]+"-"+Re[t[e+4]]+Re[t[e+5]]+"-"+Re[t[e+6]]+Re[t[e+7]]+"-"+Re[t[e+8]]+Re[t[e+9]]+"-"+Re[t[e+10]]+Re[t[e+11]]+Re[t[e+12]]+Re[t[e+13]]+Re[t[e+14]]+Re[t[e+15]]}const su={randomUUID:typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto)};function H0(t,e,r){if(su.randomUUID&&!e&&!t)return su.randomUUID();t=t||{};const a=t.random||(t.rng||U0)();return a[6]=a[6]&15|64,a[8]=a[8]&63|128,Z0(a)}function Yi(t){const e=document.cookie.split(";");for(let r=0;r<e.length;r++){const a=e[r].trim();if(a.startsWith(t+"="))return decodeURIComponent(a.substring(t.length+1))}return null}function Gi({name:t,value:e,days:r=0,hours:a=0,minutes:o=0,seconds:i=0,milliseconds:s=0}){const l=new Date;l.setTime(l.getTime()+r*24*60*60*1e3+a*60*60*1e3+o*60*1e3+i*1e3+s);const c="; expires="+l.toUTCString();document.cookie=t+"="+encodeURIComponent(e)+c+"; path=/"}function Q0(t){document.cookie=t+"=; expires=Thu, 01 Jan 1970 00:00:00 UTC; path=/;"}const Ni="fge_auth_access_token";function or(t){localStorage.setItem(Ni,t)}function lu(){return localStorage.getItem(Ni)}function q0(){localStorage.removeItem(Ni)}function Vn(){const t=window.location.hostname,e=t==="localhost"||t==="127.0.0.1",r=/^192\.168\.|^10\.|^172\.(1[6-9]|2[0-9]|3[0-1])\./.test(t);return e||r}function z0(){if(typeof window<"u"){const t=window.location.hostname,e=Vn();console.log(`🌍 Entorno detectado: ${t} - ${e?"Desarrollo":"Producción"}`)}}function cu(t,e){return function(){return t.apply(e,arguments)}}const{toString:K0}=Object.prototype,{getPrototypeOf:es}=Object,eo=(t=>e=>{const r=K0.call(e);return t[r]||(t[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),bt=t=>(t=t.toLowerCase(),e=>eo(e)===t),to=t=>e=>typeof e===t,{isArray:ir}=Array,ta=to("undefined");function j0(t){return t!==null&&!ta(t)&&t.constructor!==null&&!ta(t.constructor)&&nt(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const uu=bt("ArrayBuffer");function J0(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&uu(t.buffer),e}const X0=to("string"),nt=to("function"),du=to("number"),no=t=>t!==null&&typeof t=="object",$0=t=>t===!0||t===!1,ro=t=>{if(eo(t)!=="object")return!1;const e=es(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},W0=bt("Date"),Y0=bt("File"),G0=bt("Blob"),N0=bt("FileList"),ep=t=>no(t)&&nt(t.pipe),tp=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||nt(t.append)&&((e=eo(t))==="formdata"||e==="object"&&nt(t.toString)&&t.toString()==="[object FormData]"))},np=bt("URLSearchParams"),[rp,ap,op,ip]=["ReadableStream","Request","Response","Headers"].map(bt),sp=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function na(t,e,{allOwnKeys:r=!1}={}){if(t===null||typeof t>"u")return;let a,o;if(typeof t!="object"&&(t=[t]),ir(t))for(a=0,o=t.length;a<o;a++)e.call(null,t[a],a,t);else{const i=r?Object.getOwnPropertyNames(t):Object.keys(t),s=i.length;let l;for(a=0;a<s;a++)l=i[a],e.call(null,t[l],l,t)}}function Au(t,e){e=e.toLowerCase();const r=Object.keys(t);let a=r.length,o;for(;a-- >0;)if(o=r[a],e===o.toLowerCase())return o;return null}const In=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,fu=t=>!ta(t)&&t!==In;function ts(){const{caseless:t}=fu(this)&&this||{},e={},r=(a,o)=>{const i=t&&Au(e,o)||o;ro(e[i])&&ro(a)?e[i]=ts(e[i],a):ro(a)?e[i]=ts({},a):ir(a)?e[i]=a.slice():e[i]=a};for(let a=0,o=arguments.length;a<o;a++)arguments[a]&&na(arguments[a],r);return e}const lp=(t,e,r,{allOwnKeys:a}={})=>(na(e,(o,i)=>{r&&nt(o)?t[i]=cu(o,r):t[i]=o},{allOwnKeys:a}),t),cp=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),up=(t,e,r,a)=>{t.prototype=Object.create(e.prototype,a),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),r&&Object.assign(t.prototype,r)},dp=(t,e,r,a)=>{let o,i,s;const l={};if(e=e||{},t==null)return e;do{for(o=Object.getOwnPropertyNames(t),i=o.length;i-- >0;)s=o[i],(!a||a(s,t,e))&&!l[s]&&(e[s]=t[s],l[s]=!0);t=r!==!1&&es(t)}while(t&&(!r||r(t,e))&&t!==Object.prototype);return e},Ap=(t,e,r)=>{t=String(t),(r===void 0||r>t.length)&&(r=t.length),r-=e.length;const a=t.indexOf(e,r);return a!==-1&&a===r},fp=t=>{if(!t)return null;if(ir(t))return t;let e=t.length;if(!du(e))return null;const r=new Array(e);for(;e-- >0;)r[e]=t[e];return r},pp=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&es(Uint8Array)),mp=(t,e)=>{const a=(t&&t[Symbol.iterator]).call(t);let o;for(;(o=a.next())&&!o.done;){const i=o.value;e.call(t,i[0],i[1])}},hp=(t,e)=>{let r;const a=[];for(;(r=t.exec(e))!==null;)a.push(r);return a},gp=bt("HTMLFormElement"),vp=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(r,a,o){return a.toUpperCase()+o}),pu=(({hasOwnProperty:t})=>(e,r)=>t.call(e,r))(Object.prototype),yp=bt("RegExp"),mu=(t,e)=>{const r=Object.getOwnPropertyDescriptors(t),a={};na(r,(o,i)=>{let s;(s=e(o,i,t))!==!1&&(a[i]=s||o)}),Object.defineProperties(t,a)},wp=t=>{mu(t,(e,r)=>{if(nt(t)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const a=t[r];if(nt(a)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},bp=(t,e)=>{const r={},a=o=>{o.forEach(i=>{r[i]=!0})};return ir(t)?a(t):a(String(t).split(e)),r},Cp=()=>{},Ep=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e,ns="abcdefghijklmnopqrstuvwxyz",hu="0123456789",gu={DIGIT:hu,ALPHA:ns,ALPHA_DIGIT:ns+ns.toUpperCase()+hu},kp=(t=16,e=gu.ALPHA_DIGIT)=>{let r="";const{length:a}=e;for(;t--;)r+=e[Math.random()*a|0];return r};function xp(t){return!!(t&&nt(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const Bp=t=>{const e=new Array(10),r=(a,o)=>{if(no(a)){if(e.indexOf(a)>=0)return;if(!("toJSON"in a)){e[o]=a;const i=ir(a)?[]:{};return na(a,(s,l)=>{const c=r(s,o+1);!ta(c)&&(i[l]=c)}),e[o]=void 0,i}}return a};return r(t,0)},Sp=bt("AsyncFunction"),Tp=t=>t&&(no(t)||nt(t))&&nt(t.then)&&nt(t.catch),vu=((t,e)=>t?setImmediate:e?((r,a)=>(In.addEventListener("message",({source:o,data:i})=>{o===In&&i===r&&a.length&&a.shift()()},!1),o=>{a.push(o),In.postMessage(r,"*")}))(`axios@${Math.random()}`,[]):r=>setTimeout(r))(typeof setImmediate=="function",nt(In.postMessage)),Op=typeof queueMicrotask<"u"?queueMicrotask.bind(In):typeof process<"u"&&process.nextTick||vu,I={isArray:ir,isArrayBuffer:uu,isBuffer:j0,isFormData:tp,isArrayBufferView:J0,isString:X0,isNumber:du,isBoolean:$0,isObject:no,isPlainObject:ro,isReadableStream:rp,isRequest:ap,isResponse:op,isHeaders:ip,isUndefined:ta,isDate:W0,isFile:Y0,isBlob:G0,isRegExp:yp,isFunction:nt,isStream:ep,isURLSearchParams:np,isTypedArray:pp,isFileList:N0,forEach:na,merge:ts,extend:lp,trim:sp,stripBOM:cp,inherits:up,toFlatObject:dp,kindOf:eo,kindOfTest:bt,endsWith:Ap,toArray:fp,forEachEntry:mp,matchAll:hp,isHTMLForm:gp,hasOwnProperty:pu,hasOwnProp:pu,reduceDescriptors:mu,freezeMethods:wp,toObjectSet:bp,toCamelCase:vp,noop:Cp,toFiniteNumber:Ep,findKey:Au,global:In,isContextDefined:fu,ALPHABET:gu,generateString:kp,isSpecCompliantForm:xp,toJSONObject:Bp,isAsyncFn:Sp,isThenable:Tp,setImmediate:vu,asap:Op};function le(t,e,r,a,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),r&&(this.config=r),a&&(this.request=a),o&&(this.response=o)}I.inherits(le,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:I.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const yu=le.prototype,wu={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{wu[t]={value:t}}),Object.defineProperties(le,wu),Object.defineProperty(yu,"isAxiosError",{value:!0}),le.from=(t,e,r,a,o,i)=>{const s=Object.create(yu);return I.toFlatObject(t,s,function(c){return c!==Error.prototype},l=>l!=="isAxiosError"),le.call(s,t.message,e,r,a,o),s.cause=t,s.name=t.name,i&&Object.assign(s,i),s};const Dp=null;function rs(t){return I.isPlainObject(t)||I.isArray(t)}function bu(t){return I.endsWith(t,"[]")?t.slice(0,-2):t}function Cu(t,e,r){return t?t.concat(e).map(function(o,i){return o=bu(o),!r&&i?"["+o+"]":o}).join(r?".":""):e}function Vp(t){return I.isArray(t)&&!t.some(rs)}const Ip=I.toFlatObject(I,{},null,function(e){return/^is[A-Z]/.test(e)});function ao(t,e,r){if(!I.isObject(t))throw new TypeError("target must be an object");e=e||new FormData,r=I.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(b,v){return!I.isUndefined(v[b])});const a=r.metaTokens,o=r.visitor||d,i=r.dots,s=r.indexes,c=(r.Blob||typeof Blob<"u"&&Blob)&&I.isSpecCompliantForm(e);if(!I.isFunction(o))throw new TypeError("visitor must be a function");function u(g){if(g===null)return"";if(I.isDate(g))return g.toISOString();if(!c&&I.isBlob(g))throw new le("Blob is not supported. Use a Buffer instead.");return I.isArrayBuffer(g)||I.isTypedArray(g)?c&&typeof Blob=="function"?new Blob([g]):Buffer.from(g):g}function d(g,b,v){let k=g;if(g&&!v&&typeof g=="object"){if(I.endsWith(b,"{}"))b=a?b:b.slice(0,-2),g=JSON.stringify(g);else if(I.isArray(g)&&Vp(g)||(I.isFileList(g)||I.endsWith(b,"[]"))&&(k=I.toArray(g)))return b=bu(b),k.forEach(function(p,y){!(I.isUndefined(p)||p===null)&&e.append(s===!0?Cu([b],y,i):s===null?b:b+"[]",u(p))}),!1}return rs(g)?!0:(e.append(Cu(v,b,i),u(g)),!1)}const A=[],m=Object.assign(Ip,{defaultVisitor:d,convertValue:u,isVisitable:rs});function f(g,b){if(!I.isUndefined(g)){if(A.indexOf(g)!==-1)throw Error("Circular reference detected in "+b.join("."));A.push(g),I.forEach(g,function(k,h){(!(I.isUndefined(k)||k===null)&&o.call(e,k,I.isString(h)?h.trim():h,b,m))===!0&&f(k,b?b.concat(h):[h])}),A.pop()}}if(!I.isObject(t))throw new TypeError("data must be an object");return f(t),e}function Eu(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(a){return e[a]})}function as(t,e){this._pairs=[],t&&ao(t,this,e)}const ku=as.prototype;ku.append=function(e,r){this._pairs.push([e,r])},ku.toString=function(e){const r=e?function(a){return e.call(this,a,Eu)}:Eu;return this._pairs.map(function(o){return r(o[0])+"="+r(o[1])},"").join("&")};function Pp(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function xu(t,e,r){if(!e)return t;const a=r&&r.encode||Pp,o=r&&r.serialize;let i;if(o?i=o(e,r):i=I.isURLSearchParams(e)?e.toString():new as(e,r).toString(a),i){const s=t.indexOf("#");s!==-1&&(t=t.slice(0,s)),t+=(t.indexOf("?")===-1?"?":"&")+i}return t}class Bu{constructor(){this.handlers=[]}use(e,r,a){return this.handlers.push({fulfilled:e,rejected:r,synchronous:a?a.synchronous:!1,runWhen:a?a.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){I.forEach(this.handlers,function(a){a!==null&&e(a)})}}const Su={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Mp={isBrowser:!0,classes:{URLSearchParams:typeof URLSearchParams<"u"?URLSearchParams:as,FormData:typeof FormData<"u"?FormData:null,Blob:typeof Blob<"u"?Blob:null},protocols:["http","https","file","blob","url","data"]},os=typeof window<"u"&&typeof document<"u",_p=(t=>os&&["ReactNative","NativeScript","NS"].indexOf(t)<0)(typeof navigator<"u"&&navigator.product),Rp=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Lp=os&&window.location.href||"http://localhost",Ct={...Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:os,hasStandardBrowserEnv:_p,hasStandardBrowserWebWorkerEnv:Rp,origin:Lp},Symbol.toStringTag,{value:"Module"})),...Mp};function Fp(t,e){return ao(t,new Ct.classes.URLSearchParams,Object.assign({visitor:function(r,a,o,i){return Ct.isNode&&I.isBuffer(r)?(this.append(a,r.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},e))}function Up(t){return I.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function Zp(t){const e={},r=Object.keys(t);let a;const o=r.length;let i;for(a=0;a<o;a++)i=r[a],e[i]=t[i];return e}function Tu(t){function e(r,a,o,i){let s=r[i++];if(s==="__proto__")return!0;const l=Number.isFinite(+s),c=i>=r.length;return s=!s&&I.isArray(o)?o.length:s,c?(I.hasOwnProp(o,s)?o[s]=[o[s],a]:o[s]=a,!l):((!o[s]||!I.isObject(o[s]))&&(o[s]=[]),e(r,a,o[s],i)&&I.isArray(o[s])&&(o[s]=Zp(o[s])),!l)}if(I.isFormData(t)&&I.isFunction(t.entries)){const r={};return I.forEachEntry(t,(a,o)=>{e(Up(a),o,r,0)}),r}return null}function Hp(t,e,r){if(I.isString(t))try{return(e||JSON.parse)(t),I.trim(t)}catch(a){if(a.name!=="SyntaxError")throw a}return(r||JSON.stringify)(t)}const ra={transitional:Su,adapter:["xhr","http","fetch"],transformRequest:[function(e,r){const a=r.getContentType()||"",o=a.indexOf("application/json")>-1,i=I.isObject(e);if(i&&I.isHTMLForm(e)&&(e=new FormData(e)),I.isFormData(e))return o?JSON.stringify(Tu(e)):e;if(I.isArrayBuffer(e)||I.isBuffer(e)||I.isStream(e)||I.isFile(e)||I.isBlob(e)||I.isReadableStream(e))return e;if(I.isArrayBufferView(e))return e.buffer;if(I.isURLSearchParams(e))return r.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let l;if(i){if(a.indexOf("application/x-www-form-urlencoded")>-1)return Fp(e,this.formSerializer).toString();if((l=I.isFileList(e))||a.indexOf("multipart/form-data")>-1){const c=this.env&&this.env.FormData;return ao(l?{"files[]":e}:e,c&&new c,this.formSerializer)}}return i||o?(r.setContentType("application/json",!1),Hp(e)):e}],transformResponse:[function(e){const r=this.transitional||ra.transitional,a=r&&r.forcedJSONParsing,o=this.responseType==="json";if(I.isResponse(e)||I.isReadableStream(e))return e;if(e&&I.isString(e)&&(a&&!this.responseType||o)){const s=!(r&&r.silentJSONParsing)&&o;try{return JSON.parse(e)}catch(l){if(s)throw l.name==="SyntaxError"?le.from(l,le.ERR_BAD_RESPONSE,this,null,this.response):l}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ct.classes.FormData,Blob:Ct.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};I.forEach(["delete","get","head","post","put","patch"],t=>{ra.headers[t]={}});const Qp=I.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),qp=t=>{const e={};let r,a,o;return t&&t.split(`
13
+ `).forEach(function(s){o=s.indexOf(":"),r=s.substring(0,o).trim().toLowerCase(),a=s.substring(o+1).trim(),!(!r||e[r]&&Qp[r])&&(r==="set-cookie"?e[r]?e[r].push(a):e[r]=[a]:e[r]=e[r]?e[r]+", "+a:a)}),e},Ou=Symbol("internals");function aa(t){return t&&String(t).trim().toLowerCase()}function oo(t){return t===!1||t==null?t:I.isArray(t)?t.map(oo):String(t)}function zp(t){const e=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let a;for(;a=r.exec(t);)e[a[1]]=a[2];return e}const Kp=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function is(t,e,r,a,o){if(I.isFunction(a))return a.call(this,e,r);if(o&&(e=r),!!I.isString(e)){if(I.isString(a))return e.indexOf(a)!==-1;if(I.isRegExp(a))return a.test(e)}}function jp(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,r,a)=>r.toUpperCase()+a)}function Jp(t,e){const r=I.toCamelCase(" "+e);["get","set","has"].forEach(a=>{Object.defineProperty(t,a+r,{value:function(o,i,s){return this[a].call(this,e,o,i,s)},configurable:!0})})}class Xe{constructor(e){e&&this.set(e)}set(e,r,a){const o=this;function i(l,c,u){const d=aa(c);if(!d)throw new Error("header name must be a non-empty string");const A=I.findKey(o,d);(!A||o[A]===void 0||u===!0||u===void 0&&o[A]!==!1)&&(o[A||c]=oo(l))}const s=(l,c)=>I.forEach(l,(u,d)=>i(u,d,c));if(I.isPlainObject(e)||e instanceof this.constructor)s(e,r);else if(I.isString(e)&&(e=e.trim())&&!Kp(e))s(qp(e),r);else if(I.isHeaders(e))for(const[l,c]of e.entries())i(c,l,a);else e!=null&&i(r,e,a);return this}get(e,r){if(e=aa(e),e){const a=I.findKey(this,e);if(a){const o=this[a];if(!r)return o;if(r===!0)return zp(o);if(I.isFunction(r))return r.call(this,o,a);if(I.isRegExp(r))return r.exec(o);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,r){if(e=aa(e),e){const a=I.findKey(this,e);return!!(a&&this[a]!==void 0&&(!r||is(this,this[a],a,r)))}return!1}delete(e,r){const a=this;let o=!1;function i(s){if(s=aa(s),s){const l=I.findKey(a,s);l&&(!r||is(a,a[l],l,r))&&(delete a[l],o=!0)}}return I.isArray(e)?e.forEach(i):i(e),o}clear(e){const r=Object.keys(this);let a=r.length,o=!1;for(;a--;){const i=r[a];(!e||is(this,this[i],i,e,!0))&&(delete this[i],o=!0)}return o}normalize(e){const r=this,a={};return I.forEach(this,(o,i)=>{const s=I.findKey(a,i);if(s){r[s]=oo(o),delete r[i];return}const l=e?jp(i):String(i).trim();l!==i&&delete r[i],r[l]=oo(o),a[l]=!0}),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const r=Object.create(null);return I.forEach(this,(a,o)=>{a!=null&&a!==!1&&(r[o]=e&&I.isArray(a)?a.join(", "):a)}),r}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([e,r])=>e+": "+r).join(`
14
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...r){const a=new this(e);return r.forEach(o=>a.set(o)),a}static accessor(e){const a=(this[Ou]=this[Ou]={accessors:{}}).accessors,o=this.prototype;function i(s){const l=aa(s);a[l]||(Jp(o,s),a[l]=!0)}return I.isArray(e)?e.forEach(i):i(e),this}}Xe.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),I.reduceDescriptors(Xe.prototype,({value:t},e)=>{let r=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(a){this[r]=a}}}),I.freezeMethods(Xe);function ss(t,e){const r=this||ra,a=e||r,o=Xe.from(a.headers);let i=a.data;return I.forEach(t,function(l){i=l.call(r,i,o.normalize(),e?e.status:void 0)}),o.normalize(),i}function Du(t){return!!(t&&t.__CANCEL__)}function sr(t,e,r){le.call(this,t??"canceled",le.ERR_CANCELED,e,r),this.name="CanceledError"}I.inherits(sr,le,{__CANCEL__:!0});function Vu(t,e,r){const a=r.config.validateStatus;!r.status||!a||a(r.status)?t(r):e(new le("Request failed with status code "+r.status,[le.ERR_BAD_REQUEST,le.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function Xp(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function $p(t,e){t=t||10;const r=new Array(t),a=new Array(t);let o=0,i=0,s;return e=e!==void 0?e:1e3,function(c){const u=Date.now(),d=a[i];s||(s=u),r[o]=c,a[o]=u;let A=i,m=0;for(;A!==o;)m+=r[A++],A=A%t;if(o=(o+1)%t,o===i&&(i=(i+1)%t),u-s<e)return;const f=d&&u-d;return f?Math.round(m*1e3/f):void 0}}function Wp(t,e){let r=0,a=1e3/e,o,i;const s=(u,d=Date.now())=>{r=d,o=null,i&&(clearTimeout(i),i=null),t.apply(null,u)};return[(...u)=>{const d=Date.now(),A=d-r;A>=a?s(u,d):(o=u,i||(i=setTimeout(()=>{i=null,s(o)},a-A)))},()=>o&&s(o)]}const io=(t,e,r=3)=>{let a=0;const o=$p(50,250);return Wp(i=>{const s=i.loaded,l=i.lengthComputable?i.total:void 0,c=s-a,u=o(c),d=s<=l;a=s;const A={loaded:s,total:l,progress:l?s/l:void 0,bytes:c,rate:u||void 0,estimated:u&&l&&d?(l-s)/u:void 0,event:i,lengthComputable:l!=null,[e?"download":"upload"]:!0};t(A)},r)},Iu=(t,e)=>{const r=t!=null;return[a=>e[0]({lengthComputable:r,total:t,loaded:a}),e[1]]},Pu=t=>(...e)=>I.asap(()=>t(...e)),Yp=Ct.hasStandardBrowserEnv?function(){const e=/(msie|trident)/i.test(navigator.userAgent),r=document.createElement("a");let a;function o(i){let s=i;return e&&(r.setAttribute("href",s),s=r.href),r.setAttribute("href",s),{href:r.href,protocol:r.protocol?r.protocol.replace(/:$/,""):"",host:r.host,search:r.search?r.search.replace(/^\?/,""):"",hash:r.hash?r.hash.replace(/^#/,""):"",hostname:r.hostname,port:r.port,pathname:r.pathname.charAt(0)==="/"?r.pathname:"/"+r.pathname}}return a=o(window.location.href),function(s){const l=I.isString(s)?o(s):s;return l.protocol===a.protocol&&l.host===a.host}}():function(){return function(){return!0}}(),Gp=Ct.hasStandardBrowserEnv?{write(t,e,r,a,o,i){const s=[t+"="+encodeURIComponent(e)];I.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),I.isString(a)&&s.push("path="+a),I.isString(o)&&s.push("domain="+o),i===!0&&s.push("secure"),document.cookie=s.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Np(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function e3(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function Mu(t,e){return t&&!Np(e)?e3(t,e):e}const _u=t=>t instanceof Xe?{...t}:t;function Pn(t,e){e=e||{};const r={};function a(u,d,A){return I.isPlainObject(u)&&I.isPlainObject(d)?I.merge.call({caseless:A},u,d):I.isPlainObject(d)?I.merge({},d):I.isArray(d)?d.slice():d}function o(u,d,A){if(I.isUndefined(d)){if(!I.isUndefined(u))return a(void 0,u,A)}else return a(u,d,A)}function i(u,d){if(!I.isUndefined(d))return a(void 0,d)}function s(u,d){if(I.isUndefined(d)){if(!I.isUndefined(u))return a(void 0,u)}else return a(void 0,d)}function l(u,d,A){if(A in e)return a(u,d);if(A in t)return a(void 0,u)}const c={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l,headers:(u,d)=>o(_u(u),_u(d),!0)};return I.forEach(Object.keys(Object.assign({},t,e)),function(d){const A=c[d]||o,m=A(t[d],e[d],d);I.isUndefined(m)&&A!==l||(r[d]=m)}),r}const Ru=t=>{const e=Pn({},t);let{data:r,withXSRFToken:a,xsrfHeaderName:o,xsrfCookieName:i,headers:s,auth:l}=e;e.headers=s=Xe.from(s),e.url=xu(Mu(e.baseURL,e.url),t.params,t.paramsSerializer),l&&s.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):"")));let c;if(I.isFormData(r)){if(Ct.hasStandardBrowserEnv||Ct.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((c=s.getContentType())!==!1){const[u,...d]=c?c.split(";").map(A=>A.trim()).filter(Boolean):[];s.setContentType([u||"multipart/form-data",...d].join("; "))}}if(Ct.hasStandardBrowserEnv&&(a&&I.isFunction(a)&&(a=a(e)),a||a!==!1&&Yp(e.url))){const u=o&&i&&Gp.read(i);u&&s.set(o,u)}return e},t3=typeof XMLHttpRequest<"u"&&function(t){return new Promise(function(r,a){const o=Ru(t);let i=o.data;const s=Xe.from(o.headers).normalize();let{responseType:l,onUploadProgress:c,onDownloadProgress:u}=o,d,A,m,f,g;function b(){f&&f(),g&&g(),o.cancelToken&&o.cancelToken.unsubscribe(d),o.signal&&o.signal.removeEventListener("abort",d)}let v=new XMLHttpRequest;v.open(o.method.toUpperCase(),o.url,!0),v.timeout=o.timeout;function k(){if(!v)return;const p=Xe.from("getAllResponseHeaders"in v&&v.getAllResponseHeaders()),w={data:!l||l==="text"||l==="json"?v.responseText:v.response,status:v.status,statusText:v.statusText,headers:p,config:t,request:v};Vu(function(E){r(E),b()},function(E){a(E),b()},w),v=null}"onloadend"in v?v.onloadend=k:v.onreadystatechange=function(){!v||v.readyState!==4||v.status===0&&!(v.responseURL&&v.responseURL.indexOf("file:")===0)||setTimeout(k)},v.onabort=function(){v&&(a(new le("Request aborted",le.ECONNABORTED,t,v)),v=null)},v.onerror=function(){a(new le("Network Error",le.ERR_NETWORK,t,v)),v=null},v.ontimeout=function(){let y=o.timeout?"timeout of "+o.timeout+"ms exceeded":"timeout exceeded";const w=o.transitional||Su;o.timeoutErrorMessage&&(y=o.timeoutErrorMessage),a(new le(y,w.clarifyTimeoutError?le.ETIMEDOUT:le.ECONNABORTED,t,v)),v=null},i===void 0&&s.setContentType(null),"setRequestHeader"in v&&I.forEach(s.toJSON(),function(y,w){v.setRequestHeader(w,y)}),I.isUndefined(o.withCredentials)||(v.withCredentials=!!o.withCredentials),l&&l!=="json"&&(v.responseType=o.responseType),u&&([m,g]=io(u,!0),v.addEventListener("progress",m)),c&&v.upload&&([A,f]=io(c),v.upload.addEventListener("progress",A),v.upload.addEventListener("loadend",f)),(o.cancelToken||o.signal)&&(d=p=>{v&&(a(!p||p.type?new sr(null,t,v):p),v.abort(),v=null)},o.cancelToken&&o.cancelToken.subscribe(d),o.signal&&(o.signal.aborted?d():o.signal.addEventListener("abort",d)));const h=Xp(o.url);if(h&&Ct.protocols.indexOf(h)===-1){a(new le("Unsupported protocol "+h+":",le.ERR_BAD_REQUEST,t));return}v.send(i||null)})},n3=(t,e)=>{let r=new AbortController,a;const o=function(c){if(!a){a=!0,s();const u=c instanceof Error?c:this.reason;r.abort(u instanceof le?u:new sr(u instanceof Error?u.message:u))}};let i=e&&setTimeout(()=>{o(new le(`timeout ${e} of ms exceeded`,le.ETIMEDOUT))},e);const s=()=>{t&&(i&&clearTimeout(i),i=null,t.forEach(c=>{c&&(c.removeEventListener?c.removeEventListener("abort",o):c.unsubscribe(o))}),t=null)};t.forEach(c=>c&&c.addEventListener&&c.addEventListener("abort",o));const{signal:l}=r;return l.unsubscribe=s,[l,()=>{i&&clearTimeout(i),i=null}]},r3=function*(t,e){let r=t.byteLength;if(!e||r<e){yield t;return}let a=0,o;for(;a<r;)o=a+e,yield t.slice(a,o),a=o},a3=async function*(t,e,r){for await(const a of t)yield*r3(ArrayBuffer.isView(a)?a:await r(String(a)),e)},Lu=(t,e,r,a,o)=>{const i=a3(t,e,o);let s=0,l,c=u=>{l||(l=!0,a&&a(u))};return new ReadableStream({async pull(u){try{const{done:d,value:A}=await i.next();if(d){c(),u.close();return}let m=A.byteLength;if(r){let f=s+=m;r(f)}u.enqueue(new Uint8Array(A))}catch(d){throw c(d),d}},cancel(u){return c(u),i.return()}},{highWaterMark:2})},so=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",Fu=so&&typeof ReadableStream=="function",ls=so&&(typeof TextEncoder=="function"?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),Uu=(t,...e)=>{try{return!!t(...e)}catch{return!1}},o3=Fu&&Uu(()=>{let t=!1;const e=new Request(Ct.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!e}),Zu=64*1024,cs=Fu&&Uu(()=>I.isReadableStream(new Response("").body)),lo={stream:cs&&(t=>t.body)};so&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!lo[e]&&(lo[e]=I.isFunction(t[e])?r=>r[e]():(r,a)=>{throw new le(`Response type '${e}' is not supported`,le.ERR_NOT_SUPPORT,a)})})})(new Response);const i3=async t=>{if(t==null)return 0;if(I.isBlob(t))return t.size;if(I.isSpecCompliantForm(t))return(await new Request(t).arrayBuffer()).byteLength;if(I.isArrayBufferView(t)||I.isArrayBuffer(t))return t.byteLength;if(I.isURLSearchParams(t)&&(t=t+""),I.isString(t))return(await ls(t)).byteLength},s3=async(t,e)=>{const r=I.toFiniteNumber(t.getContentLength());return r??i3(e)},us={http:Dp,xhr:t3,fetch:so&&(async t=>{let{url:e,method:r,data:a,signal:o,cancelToken:i,timeout:s,onDownloadProgress:l,onUploadProgress:c,responseType:u,headers:d,withCredentials:A="same-origin",fetchOptions:m}=Ru(t);u=u?(u+"").toLowerCase():"text";let[f,g]=o||i||s?n3([o,i],s):[],b,v;const k=()=>{!b&&setTimeout(()=>{f&&f.unsubscribe()}),b=!0};let h;try{if(c&&o3&&r!=="get"&&r!=="head"&&(h=await s3(d,a))!==0){let C=new Request(e,{method:"POST",body:a,duplex:"half"}),E;if(I.isFormData(a)&&(E=C.headers.get("content-type"))&&d.setContentType(E),C.body){const[T,S]=Iu(h,io(Pu(c)));a=Lu(C.body,Zu,T,S,ls)}}I.isString(A)||(A=A?"include":"omit"),v=new Request(e,{...m,signal:f,method:r.toUpperCase(),headers:d.normalize().toJSON(),body:a,duplex:"half",credentials:A});let p=await fetch(v);const y=cs&&(u==="stream"||u==="response");if(cs&&(l||y)){const C={};["status","statusText","headers"].forEach(x=>{C[x]=p[x]});const E=I.toFiniteNumber(p.headers.get("content-length")),[T,S]=l&&Iu(E,io(Pu(l),!0))||[];p=new Response(Lu(p.body,Zu,T,()=>{S&&S(),y&&k()},ls),C)}u=u||"text";let w=await lo[I.findKey(lo,u)||"text"](p,t);return!y&&k(),g&&g(),await new Promise((C,E)=>{Vu(C,E,{data:w,headers:Xe.from(p.headers),status:p.status,statusText:p.statusText,config:t,request:v})})}catch(p){throw k(),p&&p.name==="TypeError"&&/fetch/i.test(p.message)?Object.assign(new le("Network Error",le.ERR_NETWORK,t,v),{cause:p.cause||p}):le.from(p,p&&p.code,t,v)}})};I.forEach(us,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});const Hu=t=>`- ${t}`,l3=t=>I.isFunction(t)||t===null||t===!1,Qu={getAdapter:t=>{t=I.isArray(t)?t:[t];const{length:e}=t;let r,a;const o={};for(let i=0;i<e;i++){r=t[i];let s;if(a=r,!l3(r)&&(a=us[(s=String(r)).toLowerCase()],a===void 0))throw new le(`Unknown adapter '${s}'`);if(a)break;o[s||"#"+i]=a}if(!a){const i=Object.entries(o).map(([l,c])=>`adapter ${l} `+(c===!1?"is not supported by the environment":"is not available in the build"));let s=e?i.length>1?`since :
15
15
  `+i.map(Hu).join(`
16
- `):" "+Hu(i[0]):"as no adapter specified";throw new le("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return a},adapters:us};function ds(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new ir(null,t)}function qu(t){return ds(t),t.headers=Xe.from(t.headers),t.data=ss.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),Qu.getAdapter(t.adapter||ra.adapter)(t).then(function(a){return ds(t),a.data=ss.call(t,t.transformResponse,a),a.headers=Xe.from(a.headers),a},function(a){return Ou(a)||(ds(t),a&&a.response&&(a.response.data=ss.call(t,t.transformResponse,a.response),a.response.headers=Xe.from(a.response.headers))),Promise.reject(a)})}const zu="1.7.4",As={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{As[t]=function(a){return typeof a===t||"a"+(e<1?"n ":" ")+t}});const Ku={};As.transitional=function(e,r,a){function o(i,s){return"[Axios v"+zu+"] Transitional option '"+i+"'"+s+(a?". "+a:"")}return(i,s,l)=>{if(e===!1)throw new le(o(s," has been removed"+(r?" in "+r:"")),le.ERR_DEPRECATED);return r&&!Ku[s]&&(Ku[s]=!0,console.warn(o(s," has been deprecated since v"+r+" and will be removed in the near future"))),e?e(i,s,l):!0}};function c3(t,e,r){if(typeof t!="object")throw new le("options must be an object",le.ERR_BAD_OPTION_VALUE);const a=Object.keys(t);let o=a.length;for(;o-- >0;){const i=a[o],s=e[i];if(s){const l=t[i],c=l===void 0||s(l,i,t);if(c!==!0)throw new le("option "+i+" must be "+c,le.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new le("Unknown option "+i,le.ERR_BAD_OPTION)}}const fs={assertOptions:c3,validators:As},rn=fs.validators;class Mn{constructor(e){this.defaults=e,this.interceptors={request:new Bu,response:new Bu}}async request(e,r){try{return await this._request(e,r)}catch(a){if(a instanceof Error){let o;Error.captureStackTrace?Error.captureStackTrace(o={}):o=new Error;const i=o.stack?o.stack.replace(/^.+\n/,""):"";try{a.stack?i&&!String(a.stack).endsWith(i.replace(/^.+\n.+\n/,""))&&(a.stack+=`
17
- `+i):a.stack=i}catch{}}throw a}}_request(e,r){typeof e=="string"?(r=r||{},r.url=e):r=e||{},r=Pn(this.defaults,r);const{transitional:a,paramsSerializer:o,headers:i}=r;a!==void 0&&fs.assertOptions(a,{silentJSONParsing:rn.transitional(rn.boolean),forcedJSONParsing:rn.transitional(rn.boolean),clarifyTimeoutError:rn.transitional(rn.boolean)},!1),o!=null&&(I.isFunction(o)?r.paramsSerializer={serialize:o}:fs.assertOptions(o,{encode:rn.function,serialize:rn.function},!0)),r.method=(r.method||this.defaults.method||"get").toLowerCase();let s=i&&I.merge(i.common,i[r.method]);i&&I.forEach(["delete","get","head","post","put","patch","common"],v=>{delete i[v]}),r.headers=Xe.concat(s,i);const l=[];let c=!0;this.interceptors.request.forEach(function(C){typeof C.runWhen=="function"&&C.runWhen(r)===!1||(c=c&&C.synchronous,l.unshift(C.fulfilled,C.rejected))});const u=[];this.interceptors.response.forEach(function(C){u.push(C.fulfilled,C.rejected)});let d,A=0,f;if(!c){const v=[qu.bind(this),void 0];for(v.unshift.apply(v,l),v.push.apply(v,u),f=v.length,d=Promise.resolve(r);A<f;)d=d.then(v[A++],v[A++]);return d}f=l.length;let p=r;for(A=0;A<f;){const v=l[A++],C=l[A++];try{p=v(p)}catch(y){C.call(this,y);break}}try{d=qu.call(this,p)}catch(v){return Promise.reject(v)}for(A=0,f=u.length;A<f;)d=d.then(u[A++],u[A++]);return d}getUri(e){e=Pn(this.defaults,e);const r=Mu(e.baseURL,e.url);return xu(r,e.params,e.paramsSerializer)}}I.forEach(["delete","get","head","options"],function(e){Mn.prototype[e]=function(r,a){return this.request(Pn(a||{},{method:e,url:r,data:(a||{}).data}))}}),I.forEach(["post","put","patch"],function(e){function r(a){return function(i,s,l){return this.request(Pn(l||{},{method:e,headers:a?{"Content-Type":"multipart/form-data"}:{},url:i,data:s}))}}Mn.prototype[e]=r(),Mn.prototype[e+"Form"]=r(!0)});class ps{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(i){r=i});const a=this;this.promise.then(o=>{if(!a._listeners)return;let i=a._listeners.length;for(;i-- >0;)a._listeners[i](o);a._listeners=null}),this.promise.then=o=>{let i;const s=new Promise(l=>{a.subscribe(l),i=l}).then(o);return s.cancel=function(){a.unsubscribe(i)},s},e(function(i,s,l){a.reason||(a.reason=new ir(i,s,l),r(a.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const r=this._listeners.indexOf(e);r!==-1&&this._listeners.splice(r,1)}static source(){let e;return{token:new ps(function(o){e=o}),cancel:e}}}function u3(t){return function(r){return t.apply(null,r)}}function d3(t){return I.isObject(t)&&t.isAxiosError===!0}const ms={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(ms).forEach(([t,e])=>{ms[e]=t});function ju(t){const e=new Mn(t),r=cu(Mn.prototype.request,e);return I.extend(r,Mn.prototype,e,{allOwnKeys:!0}),I.extend(r,e,null,{allOwnKeys:!0}),r.create=function(o){return ju(Pn(t,o))},r}const Ve=ju(ra);Ve.Axios=Mn,Ve.CanceledError=ir,Ve.CancelToken=ps,Ve.isCancel=Ou,Ve.VERSION=zu,Ve.toFormData=ao,Ve.AxiosError=le,Ve.Cancel=Ve.CanceledError,Ve.all=function(e){return Promise.all(e)},Ve.spread=u3,Ve.isAxiosError=d3,Ve.mergeConfig=Pn,Ve.AxiosHeaders=Xe,Ve.formToJSON=t=>Tu(I.isHTMLForm(t)?new FormData(t):t),Ve.getAdapter=Qu.getAdapter,Ve.HttpStatusCode=ms,Ve.default=Ve;const oe=Ve.create({headers:{"Content-Type":"application/json","Cache-Control":"no-cache"},timeout:15e3});oe.interceptors.request.use(t=>{const e=Ee(),r=e.apiBaseURLAuthNv?`${e.apiBaseURLAuthNv}`:`${e.apiBaseURL}/api`;t.baseURL=r;let a=e.userState.token;if(!a&&Vn()){const o=lu();o&&(a=o)}return a&&(t.headers.Authorization=`Bearer ${a}`),e.apiBaseURLAuthNv&&!Vn()&&(t.withCredentials=!0),t}),oe.interceptors.response.use(t=>t.data.error?Promise.reject({error:!0,message:t.data.message,response:t.data.response||{},status:t.data.status||500}):t.data,t=>Promise.reject({error:!0,message:t.message,response:t.response||{},status:500}));const A3=async t=>oe.post("v1/auth/login",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),an=async()=>await oe.post("v1/auth/me").then(e=>e.response).catch(e=>{throw e.response?e.response:e}),f3=async(t,e)=>await oe.post("v1/qr-auth/generar",{aplicacion:t,deviceId:e}).then(a=>a.response.data).catch(a=>{throw a.response?a.response:a}),p3=async(t,e,r,a)=>await oe.post("v1/qr-auth/autorizar",{token:t,sessionId:e,usuarioId:a,deviceId:r}).then(i=>i.response.data).catch(i=>{throw i.response?i.response:i}),Ju=async t=>await oe.post("v1/auth/usuario/enviar-codigo-medio",t).then(r=>r).catch(r=>{throw r.response?r.response:r}),m3=async t=>await oe.post("v1/auth/enviar-codigo-medio",t).then(r=>r).catch(r=>{throw r.response?r.response:r}),Xu=async t=>await oe.post("v1/auth/usuario/confirmar-codigo-medio",t).then(r=>r).catch(r=>{throw r.response?r.response:r}),h3=async t=>await oe.post("v1/auth/confirmar-codigo-medio",t).then(r=>r).catch(r=>{throw r.response?r.response:r}),g3=async t=>oe.post("v1/auth/enviar-codigo-medio",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),Wu=async t=>oe.post("v1/auth/2fa-generar-codigo",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),$u=async t=>oe.post("v1/2fa/generar",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),v3=async t=>oe.post("v1/auth/confirmar-codigo-medio",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),y3=async t=>oe.post("v1/auth/login/confirmation",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),w3=async t=>oe.post("v1/auth/verificar-totp",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),b3=async()=>oe.post("v1/perfil-persona/logout").then(t=>t).catch(t=>{var e;throw(e=t.response)!=null&&e.data?t.response.data:t}),C3=async()=>oe.post("v1/auth/logout").then(t=>t).catch(t=>{var e;throw(e=t.response)!=null&&e.data?t.response.data:t}),E3=async t=>oe.post("v1/auth/token/refresh",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),Ee=iu("LOGIN_STORE",()=>{const t=n.ref("LOGIN_STORE"),e=n.ref("login"),r=n.ref({token:void 0,refreshToken:void 0,user:void 0,funcionario:void 0,isAuth:!1,apps:[],roles:[],permisos:[],fechaCambioPassword:void 0,diasVidaPassword:void 0,cambiarPassword:!1,forzarCambioPassword:!1}),a=n.ref(null),o=n.ref(""),i=n.ref(""),s=n.ref(!1),l=n.ref(""),c=n.ref(""),u=n.ref(""),d=n.ref(""),A=n.ref(""),f=n.ref(""),p=n.ref(!1),v=n.ref("0.0.1"),C=n.ref(!1),y=n.ref(!1),E=()=>{e.value="login"},h=()=>{e.value="registrar"},m=()=>{e.value="recuperar-password"},g=async V=>{var _,Y,U,Q,O,L;let te=V;const he=Yi(`${V.usuario}:${u.value}`);if(i.value){const{usuario:G,...K}=te;te={numeroDocumento:G,deviceId:he??c.value,...K}}const W=await A3({...te,codigoDispositivo:he??void 0,aplicacion:u.value,verificarSiFuncionario:p.value});if(typeof((_=W.response)==null?void 0:_.mediosVerificados)=="object")return W.response;if(i.value){if(((U=(Y=W.response)==null?void 0:Y.data)==null?void 0:U.mediosVerificados.length)>0)return W;if(Vn()){const G=(Q=W.response)==null?void 0:Q.accessToken;G&&(ar(G),r.value={...r.value,token:G});const K=await an();x(K,(O=W.response)==null?void 0:O.accessToken,(L=W.response)==null?void 0:L.tokenRefresh)}else{const G=await an();x(G)}}else S(W.response);return i.value?W:W.response},w=async(V,te,he)=>{var _,Y;const W=await p3(V,te,c.value,he);if(i.value){const U=await an();Vn()?x(U,(_=W.response)==null?void 0:_.accessToken,(Y=W.response)==null?void 0:Y.tokenRefresh):x(U)}return W.response},b=async V=>{const te=await y3({...V,codigoDispositivo:V.codigoDispositivo,aplicacion:u.value,verificarSiFuncionario:p.value});S(te.response),V.esDispositivoConfianza&&N({usuario:V.usuario,value:V.codigoDispositivo})},k=async V=>{var he,W,_;const te=await w3({...V});if(Vn()){const Y=(he=te.response)==null?void 0:he.accessToken;Y&&(ar(Y),r.value={...r.value,token:Y});const U=await an();x(U,(W=te.response)==null?void 0:W.accessToken,(_=te.response)==null?void 0:_.tokenRefresh)}else{const Y=await an();x(Y)}V.dispositivoConfianza&&N({usuario:V.numeroDocumento,value:V.deviceId})},D=async V=>{var te,he,W;if(i.value){const _=await Xu({...V,isLogin:!0,deviceId:V.codigoDispositivo});if(Vn()){const Y=(te=_.response)==null?void 0:te.accessToken;Y&&(ar(Y),r.value={...r.value,token:Y});const U=await an();x(U,(he=_.response)==null?void 0:he.accessToken,(W=_.response)==null?void 0:W.tokenRefresh)}else{const Y=await an();x(Y)}V.dispositivoConfianza&&N({usuario:V.numeroDocumento,value:V.deviceId})}else{const _=await v3({...V});S(_.response),V.esDispositivoConfianza&&N({usuario:V.usuario,value:V.codigoDispositivo})}},S=V=>{var Y,U,Q,O,L;const te=V.accessToken||V.token;te&&ar(te);const he=(Y=V.usuario)!=null&&Y.whatsapp&&Number(V.usuario.whatsapp)===1?1:void 0,W=(U=V.usuario)!=null&&U.telegram&&Number(V.usuario.telegram)===1?1:void 0,_=(Q=V.usuario)!=null&&Q.emailValidado&&Number(V.usuario.emailValidado)===1?1:void 0;r.value={token:te,refreshToken:V.tokenRefresh,funcionario:V!=null&&V.funcionario?V.funcionario:void 0,user:{...V.usuario,nombreCompleto:(L=(O=V==null?void 0:V.usuario)==null?void 0:O.nombreCompleto)==null?void 0:L.toLowerCase(),fotoUrl:`${f.value}/personas/fotosegip/${V.usuario.fotoRuta}?rand=${Math.random()*100}`,whatsapp:he,telegram:W,emailValidado:_},isNvAuth:!1,isAuth:!0,apps:V.apps,roles:V.roles,permisos:V.permisos,fechaCambioPassword:V.fechaCambioPassword,diasVidaPassword:V.diasVidaPassword,forzarCambioPassword:V.obligarCambio&&y.value,forzarActivar2FA:V.obligar2FA,cambiarPassword:V.cambiarPassword}},x=(V,te,he)=>{var W,_,Y,U,Q;te&&ar(te),r.value={token:te,refreshToken:he,...V,funcionario:{...V.funcionario,funcionarioId:((W=V.funcionario)==null?void 0:W.id)??0,estado:0,latitud:void 0,longitud:void 0,divisiones:void 0,organizaciones:void 0,fechaIngresoInstitucion:"",aniosAntiguedad:0,idFirma:void 0,sinControlAsistencia:0,conInamovilidad:0,usuarioId:V.id??0,division:((_=V.funcionario)==null?void 0:_.divisionNombre)??"",cargo:(Y=V.funcionario)==null?void 0:Y.cargoNombre,cargoId:0,divisionId:0,oficinaId:0,municipio:"",municipioId:0,entidad:((U=V.funcionario)==null?void 0:U.entidadNombre)??"",entidadId:0,institucionId:0,institucion:((Q=V.funcionario)==null?void 0:Q.institucionNombre)??"",departamento:"",departamentoId:0},user:(()=>{var X,z,F,J,Ae,ge,Ce,st,ht,gt,vt,Nt,Ut,en,er,yt,qa,za,Ka;let O,L,G,K="";V.usuarioMediosVerificados&&V.usuarioMediosVerificados.length>0&&V.usuarioMediosVerificados.forEach(tn=>{tn.medio===1?(O=1,tn.default&&(K="whatsapp")):tn.medio===2?(L=1,tn.default&&(K="telegram")):tn.medio===3&&(G=1,tn.default&&(K="email"))});let Te;return(X=V.perfilPersona)!=null&&X.nacimiento&&(typeof V.perfilPersona.nacimiento=="string"?Te=V.perfilPersona.nacimiento:V.perfilPersona.nacimiento instanceof Date?Te=V.perfilPersona.nacimiento.toISOString():Te=(F=(z=V.perfilPersona.nacimiento)==null?void 0:z.toISOString)==null?void 0:F.call(z)),{id:V.id??0,ci:((J=V.perfilPersona)==null?void 0:J.ci)??"",nombre:((Ae=V.perfilPersona)==null?void 0:Ae.nombre)??"",paterno:((ge=V.perfilPersona)==null?void 0:ge.paterno)??"",profesion:((Ce=V.perfilPersona)==null?void 0:Ce.profesion)??"",materno:((st=V.perfilPersona)==null?void 0:st.materno)??"",perfilPersonaId:((ht=V.perfilPersona)==null?void 0:ht.id)??0,personaId:((gt=V.perfilPersona)==null?void 0:gt.id)??0,msPersonaId:((vt=V.perfilPersona)==null?void 0:vt.msPersonaId)??0,nacimiento:Te??"",sexo:((Nt=V.perfilPersona)==null?void 0:Nt.sexo)??"",direccion:((Ut=V.perfilPersona)==null?void 0:Ut.direccion)??"",fotoUrl:`${f.value}/personas/fotosegip/${V.perfilPersona.msFileFoto}?rand=${Math.random()*100}`,celular:((en=V.perfilPersona)==null?void 0:en.celular)??0,email:((er=V.perfilPersona)==null?void 0:er.email)??"",nacionalidad:((qa=(yt=V.perfilPersona)==null?void 0:yt.pais)==null?void 0:qa.nombre)??"",foto:((za=V.perfilPersona)==null?void 0:za.msFileFoto)??"",fotoRuta:"",whatsapp:O,telegram:L,emailValidado:G,dobleAutenticacion:V.dobleAutenticacion??0,notificacionDefault:K,nombreCompleto:V.nombreCompleto??"",ciudadanoDigital:((Ka=V.perfilPersona)==null?void 0:Ka.esCiudadanoDigital)===1}})(),isNvAuth:!0,isAuth:!0,apps:V.apps,roles:V.roles,permisos:V.permisos,fechaCambioPassword:V.fechaCambioPassword??"",diasVidaPassword:V.diasVidaPassword,forzarCambioPassword:V.forzarCambioPassword,forzarActivar2FA:V.forzarActivar2FA,cambiarPassword:V.cambiarPassword}},B=()=>H0(),T=()=>{q0(),r.value={token:void 0,refreshToken:void 0,user:void 0,funcionario:void 0,isAuth:!1,apps:[],roles:[],permisos:[],fechaCambioPassword:void 0,diasVidaPassword:void 0,forzarCambioPassword:!1,cambiarPassword:!1},a.value=null},R=V=>{var te;r.value={...r.value,user:{...r.value.user,...V,fotoUrl:V!=null&&V.fotoRuta?`${f.value}/personas/fotosegip/${V==null?void 0:V.fotoRuta}?rand=${Math.random()*100}`:(te=r.value.user)==null?void 0:te.fotoUrl}}},q=()=>{r.value={...r.value,forzarActivar2FA:!1}},ee=()=>{T(),localStorage.clear()},N=async({usuario:V,value:te,days:he=7})=>{Gi({name:`${V}:${u.value}`,value:te,days:he})};return{id:t,currentPage:e,binnacleId:a,apiBaseURL:o,isRegister:s,apiBaseURLAuthNv:i,apiWebSocketURL:l,webSocketToken:d,deviceId:c,aplicacion:u,enableChangePassword:C,enableForceChangePwd:y,userState:r,tgBot:A,systemVer:v,verificarFunc:p,onAutorizarQrNv:w,goLoginPage:E,goRegistrarPage:h,goRecuperarCont:m,onLogin:g,on2AuthLogin:b,on2AuthLoginNv:k,onLoginCiudadania:async V=>{try{if(a.value=V.binnacleId,i.value){const te=V.accessToken;te&&(ar(te),r.value={...r.value,token:te});const he=await an();x(he,V.accessToken,V.tokenRefresh)}else S(V)}catch(te){console.error(te)}},setConfigs:({newBaseURL:V,newBaseURLAuthNv:te,newIsRegister:he,newWebSocketUrl:W,newWebSocketToken:_,newAplicacion:Y,newRrhhUrl:U,verificarSiFuncionario:Q,telegramBot:O,systemVersion:L,enableChangePasswordMsg:G,enableForceChangePassword:K})=>{o.value=V,u.value=Y,s.value=he||!1,l.value=W||"",d.value=_||"",i.value=te||"",c.value=B(),f.value=U,p.value=Q||!1,A.value=O,v.value=L||"0.0.1",C.value=!!G,y.value=!!K},setDispositivoConfianzaCookie:N,clearUserData:T,updateUserData:R,disable2FAStore:q,onRefreshToken:async()=>{const V=await E3({token:r.value.token,tokenRefresh:r.value.refreshToken});S(V.response)},initializeTokensFromStorage:()=>{const V=lu();V&&(r.value={...r.value,token:V,isAuth:!0})},on2AuthNuevoServicioLogin:D,logoutStore:ee}});function sr(t,e){return t-e*Math.floor(t/e)}const Yu=1721426;function _n(t,e,r,a){e=oa(t,e);let o=e-1,i=-2;return r<=2?i=0:on(e)&&(i=-1),Yu-1+365*o+Math.floor(o/4)-Math.floor(o/100)+Math.floor(o/400)+Math.floor((367*r-362)/12+i+a)}function on(t){return t%4===0&&(t%100!==0||t%400===0)}function oa(t,e){return t==="BC"?1-e:e}function co(t){let e="AD";return t<=0&&(e="BC",t=1-t),[e,t]}const k3={standard:[31,28,31,30,31,30,31,31,30,31,30,31],leapyear:[31,29,31,30,31,30,31,31,30,31,30,31]};class Et{fromJulianDay(e){let r=e,a=r-Yu,o=Math.floor(a/146097),i=sr(a,146097),s=Math.floor(i/36524),l=sr(i,36524),c=Math.floor(l/1461),u=sr(l,1461),d=Math.floor(u/365),A=o*400+s*100+c*4+d+(s!==4&&d!==4?1:0),[f,p]=co(A),v=r-_n(f,p,1,1),C=2;r<_n(f,p,3,1)?C=0:on(p)&&(C=1);let y=Math.floor(((v+C)*12+373)/367),E=r-_n(f,p,y,1)+1;return new Ie(f,p,y,E)}toJulianDay(e){return _n(e.era,e.year,e.month,e.day)}getDaysInMonth(e){return k3[on(e.year)?"leapyear":"standard"][e.month-1]}getMonthsInYear(e){return 12}getDaysInYear(e){return on(e.year)?366:365}getYearsInEra(e){return 9999}getEras(){return["BC","AD"]}isInverseEra(e){return e.era==="BC"}balanceDate(e){e.year<=0&&(e.era=e.era==="BC"?"AD":"BC",e.year=1-e.year)}constructor(){this.identifier="gregory"}}const x3={"001":1,AD:1,AE:6,AF:6,AI:1,AL:1,AM:1,AN:1,AR:1,AT:1,AU:1,AX:1,AZ:1,BA:1,BE:1,BG:1,BH:6,BM:1,BN:1,BY:1,CH:1,CL:1,CM:1,CN:1,CR:1,CY:1,CZ:1,DE:1,DJ:6,DK:1,DZ:6,EC:1,EE:1,EG:6,ES:1,FI:1,FJ:1,FO:1,FR:1,GB:1,GE:1,GF:1,GP:1,GR:1,HR:1,HU:1,IE:1,IQ:6,IR:6,IS:1,IT:1,JO:6,KG:1,KW:6,KZ:1,LB:1,LI:1,LK:1,LT:1,LU:1,LV:1,LY:6,MC:1,MD:1,ME:1,MK:1,MN:1,MQ:1,MV:5,MY:1,NL:1,NO:1,NZ:1,OM:6,PL:1,QA:6,RE:1,RO:1,RS:1,RU:1,SD:6,SE:1,SI:1,SK:1,SM:1,SY:6,TJ:1,TM:1,TR:1,UA:1,UY:1,UZ:1,VA:1,VN:1,XK:1};function lr(t,e){return e=We(e,t.calendar),t.era===e.era&&t.year===e.year&&t.month===e.month&&t.day===e.day}function B3(t,e){return e=We(e,t.calendar),t=la(t),e=la(e),t.era===e.era&&t.year===e.year&&t.month===e.month}function ia(t,e){return t.calendar.identifier===e.calendar.identifier&&t.era===e.era&&t.year===e.year&&t.month===e.month&&t.day===e.day}function Gu(t,e){return t=la(t),e=la(e),t.calendar.identifier===e.calendar.identifier&&t.era===e.era&&t.year===e.year&&t.month===e.month}function S3(t,e){return lr(t,e1(e))}function Nu(t,e){let r=t.calendar.toJulianDay(t),a=Math.ceil(r+1-V3(e))%7;return a<0&&(a+=7),a}function T3(t){return Qt(Date.now(),t)}function e1(t){return M3(T3(t))}function t1(t,e){return t.calendar.toJulianDay(t)-e.calendar.toJulianDay(e)}function D3(t,e){return n1(t)-n1(e)}function n1(t){return t.hour*36e5+t.minute*6e4+t.second*1e3+t.millisecond}let hs=null;function sa(){return hs==null&&(hs=new Intl.DateTimeFormat().resolvedOptions().timeZone),hs}function la(t){return t.subtract({days:t.day-1})}function r1(t){return t.add({days:t.calendar.getDaysInMonth(t)-t.day})}const a1=new Map;function O3(t){if(Intl.Locale){let r=a1.get(t);return r||(r=new Intl.Locale(t).maximize().region,r&&a1.set(t,r)),r}let e=t.split("-")[1];return e==="u"?void 0:e}function V3(t){let e=O3(t);return e&&x3[e]||0}function cr(t){t=We(t,new Et);let e=oa(t.era,t.year);return o1(e,t.month,t.day,t.hour,t.minute,t.second,t.millisecond)}function o1(t,e,r,a,o,i,s){let l=new Date;return l.setUTCHours(a,o,i,s),l.setUTCFullYear(t,e-1,r),l.getTime()}function gs(t,e){if(e==="UTC")return 0;if(t>0&&e===sa())return new Date(t).getTimezoneOffset()*-6e4;let{year:r,month:a,day:o,hour:i,minute:s,second:l}=s1(t,e);return o1(r,a,o,i,s,l,0)-Math.floor(t/1e3)*1e3}const i1=new Map;function s1(t,e){let r=i1.get(e);r||(r=new Intl.DateTimeFormat("en-US",{timeZone:e,hour12:!1,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}),i1.set(e,r));let a=r.formatToParts(new Date(t)),o={};for(let i of a)i.type!=="literal"&&(o[i.type]=i.value);return{year:o.era==="BC"||o.era==="B"?-o.year+1:+o.year,month:+o.month,day:+o.day,hour:o.hour==="24"?0:+o.hour,minute:+o.minute,second:+o.second}}const l1=864e5;function I3(t,e,r,a){return(r===a?[r]:[r,a]).filter(i=>P3(t,e,i))}function P3(t,e,r){let a=s1(r,e);return t.year===a.year&&t.month===a.month&&t.day===a.day&&t.hour===a.hour&&t.minute===a.minute&&t.second===a.second}function Ht(t,e,r="compatible"){let a=ur(t);if(e==="UTC")return cr(a);if(e===sa()&&r==="compatible"){a=We(a,new Et);let c=new Date,u=oa(a.era,a.year);return c.setFullYear(u,a.month-1,a.day),c.setHours(a.hour,a.minute,a.second,a.millisecond),c.getTime()}let o=cr(a),i=gs(o-l1,e),s=gs(o+l1,e),l=I3(a,e,o-i,o-s);if(l.length===1)return l[0];if(l.length>1)switch(r){case"compatible":case"earlier":return l[0];case"later":return l[l.length-1];case"reject":throw new RangeError("Multiple possible absolute times found")}switch(r){case"earlier":return Math.min(o-i,o-s);case"compatible":case"later":return Math.max(o-i,o-s);case"reject":throw new RangeError("No such absolute time found")}}function c1(t,e,r="compatible"){return new Date(Ht(t,e,r))}function Qt(t,e){let r=gs(t,e),a=new Date(t+r),o=a.getUTCFullYear(),i=a.getUTCMonth()+1,s=a.getUTCDate(),l=a.getUTCHours(),c=a.getUTCMinutes(),u=a.getUTCSeconds(),d=a.getUTCMilliseconds();return new Ar(o,i,s,e,r,l,c,u,d)}function M3(t){return new Ie(t.calendar,t.era,t.year,t.month,t.day)}function ur(t,e){let r=0,a=0,o=0,i=0;if("timeZone"in t)({hour:r,minute:a,second:o,millisecond:i}=t);else if("hour"in t&&!e)return t;return e&&({hour:r,minute:a,second:o,millisecond:i}=e),new dr(t.calendar,t.era,t.year,t.month,t.day,r,a,o,i)}function We(t,e){if(t.calendar.identifier===e.identifier)return t;let r=e.fromJulianDay(t.calendar.toJulianDay(t)),a=t.copy();return a.calendar=e,a.era=r.era,a.year=r.year,a.month=r.month,a.day=r.day,Rn(a),a}function _3(t,e,r){if(t instanceof Ar)return t.timeZone===e?t:L3(t,e);let a=Ht(t,e,r);return Qt(a,e)}function R3(t){let e=cr(t)-t.offset;return new Date(e)}function L3(t,e){let r=cr(t)-t.offset;return We(Qt(r,e),t.calendar)}const ca=36e5;function uo(t,e){let r=t.copy(),a="hour"in r?H3(r,e):0;vs(r,e.years||0),r.calendar.balanceYearMonth&&r.calendar.balanceYearMonth(r,t),r.month+=e.months||0,ys(r),u1(r),r.day+=(e.weeks||0)*7,r.day+=e.days||0,r.day+=a,F3(r),r.calendar.balanceDate&&r.calendar.balanceDate(r),r.year<1&&(r.year=1,r.month=1,r.day=1);let o=r.calendar.getYearsInEra(r);if(r.year>o){var i,s;let c=(i=(s=r.calendar).isInverseEra)===null||i===void 0?void 0:i.call(s,r);r.year=o,r.month=c?1:r.calendar.getMonthsInYear(r),r.day=c?1:r.calendar.getDaysInMonth(r)}r.month<1&&(r.month=1,r.day=1);let l=r.calendar.getMonthsInYear(r);return r.month>l&&(r.month=l,r.day=r.calendar.getDaysInMonth(r)),r.day=Math.max(1,Math.min(r.calendar.getDaysInMonth(r),r.day)),r}function vs(t,e){var r,a;!((r=(a=t.calendar).isInverseEra)===null||r===void 0)&&r.call(a,t)&&(e=-e),t.year+=e}function ys(t){for(;t.month<1;)vs(t,-1),t.month+=t.calendar.getMonthsInYear(t);let e=0;for(;t.month>(e=t.calendar.getMonthsInYear(t));)t.month-=e,vs(t,1)}function F3(t){for(;t.day<1;)t.month--,ys(t),t.day+=t.calendar.getDaysInMonth(t);for(;t.day>t.calendar.getDaysInMonth(t);)t.day-=t.calendar.getDaysInMonth(t),t.month++,ys(t)}function u1(t){t.month=Math.max(1,Math.min(t.calendar.getMonthsInYear(t),t.month)),t.day=Math.max(1,Math.min(t.calendar.getDaysInMonth(t),t.day))}function Rn(t){t.calendar.constrainDate&&t.calendar.constrainDate(t),t.year=Math.max(1,Math.min(t.calendar.getYearsInEra(t),t.year)),u1(t)}function d1(t){let e={};for(let r in t)typeof t[r]=="number"&&(e[r]=-t[r]);return e}function A1(t,e){return uo(t,d1(e))}function ws(t,e){let r=t.copy();return e.era!=null&&(r.era=e.era),e.year!=null&&(r.year=e.year),e.month!=null&&(r.month=e.month),e.day!=null&&(r.day=e.day),Rn(r),r}function Ao(t,e){let r=t.copy();return e.hour!=null&&(r.hour=e.hour),e.minute!=null&&(r.minute=e.minute),e.second!=null&&(r.second=e.second),e.millisecond!=null&&(r.millisecond=e.millisecond),Z3(r),r}function U3(t){t.second+=Math.floor(t.millisecond/1e3),t.millisecond=fo(t.millisecond,1e3),t.minute+=Math.floor(t.second/60),t.second=fo(t.second,60),t.hour+=Math.floor(t.minute/60),t.minute=fo(t.minute,60);let e=Math.floor(t.hour/24);return t.hour=fo(t.hour,24),e}function Z3(t){t.millisecond=Math.max(0,Math.min(t.millisecond,1e3)),t.second=Math.max(0,Math.min(t.second,59)),t.minute=Math.max(0,Math.min(t.minute,59)),t.hour=Math.max(0,Math.min(t.hour,23))}function fo(t,e){let r=t%e;return r<0&&(r+=e),r}function H3(t,e){return t.hour+=e.hours||0,t.minute+=e.minutes||0,t.second+=e.seconds||0,t.millisecond+=e.milliseconds||0,U3(t)}function bs(t,e,r,a){let o=t.copy();switch(e){case"era":{let l=t.calendar.getEras(),c=l.indexOf(t.era);if(c<0)throw new Error("Invalid era: "+t.era);c=qt(c,r,0,l.length-1,a==null?void 0:a.round),o.era=l[c],Rn(o);break}case"year":var i,s;!((i=(s=o.calendar).isInverseEra)===null||i===void 0)&&i.call(s,o)&&(r=-r),o.year=qt(t.year,r,-1/0,9999,a==null?void 0:a.round),o.year===-1/0&&(o.year=1),o.calendar.balanceYearMonth&&o.calendar.balanceYearMonth(o,t);break;case"month":o.month=qt(t.month,r,1,t.calendar.getMonthsInYear(t),a==null?void 0:a.round);break;case"day":o.day=qt(t.day,r,1,t.calendar.getDaysInMonth(t),a==null?void 0:a.round);break;default:throw new Error("Unsupported field "+e)}return t.calendar.balanceDate&&t.calendar.balanceDate(o),Rn(o),o}function f1(t,e,r,a){let o=t.copy();switch(e){case"hour":{let i=t.hour,s=0,l=23;if((a==null?void 0:a.hourCycle)===12){let c=i>=12;s=c?12:0,l=c?23:11}o.hour=qt(i,r,s,l,a==null?void 0:a.round);break}case"minute":o.minute=qt(t.minute,r,0,59,a==null?void 0:a.round);break;case"second":o.second=qt(t.second,r,0,59,a==null?void 0:a.round);break;case"millisecond":o.millisecond=qt(t.millisecond,r,0,999,a==null?void 0:a.round);break;default:throw new Error("Unsupported field "+e)}return o}function qt(t,e,r,a,o=!1){if(o){t+=Math.sign(e),t<r&&(t=a);let i=Math.abs(e);e>0?t=Math.ceil(t/i)*i:t=Math.floor(t/i)*i,t>a&&(t=r)}else t+=e,t<r?t=a-(r-t-1):t>a&&(t=r+(t-a-1));return t}function p1(t,e){let r;if(e.years!=null&&e.years!==0||e.months!=null&&e.months!==0||e.weeks!=null&&e.weeks!==0||e.days!=null&&e.days!==0){let o=uo(ur(t),{years:e.years,months:e.months,weeks:e.weeks,days:e.days});r=Ht(o,t.timeZone)}else r=cr(t)-t.offset;r+=e.milliseconds||0,r+=(e.seconds||0)*1e3,r+=(e.minutes||0)*6e4,r+=(e.hours||0)*36e5;let a=Qt(r,t.timeZone);return We(a,t.calendar)}function Q3(t,e){return p1(t,d1(e))}function q3(t,e,r,a){switch(e){case"hour":{let o=0,i=23;if((a==null?void 0:a.hourCycle)===12){let v=t.hour>=12;o=v?12:0,i=v?23:11}let s=ur(t),l=We(Ao(s,{hour:o}),new Et),c=[Ht(l,t.timeZone,"earlier"),Ht(l,t.timeZone,"later")].filter(v=>Qt(v,t.timeZone).day===l.day)[0],u=We(Ao(s,{hour:i}),new Et),d=[Ht(u,t.timeZone,"earlier"),Ht(u,t.timeZone,"later")].filter(v=>Qt(v,t.timeZone).day===u.day).pop(),A=cr(t)-t.offset,f=Math.floor(A/ca),p=A%ca;return A=qt(f,r,Math.floor(c/ca),Math.floor(d/ca),a==null?void 0:a.round)*ca+p,We(Qt(A,t.timeZone),t.calendar)}case"minute":case"second":case"millisecond":return f1(t,e,r,a);case"era":case"year":case"month":case"day":{let o=bs(ur(t),e,r,a),i=Ht(o,t.timeZone);return We(Qt(i,t.timeZone),t.calendar)}default:throw new Error("Unsupported field "+e)}}function z3(t,e,r){let a=ur(t),o=Ao(ws(a,e),e);if(o.compare(a)===0)return t;let i=Ht(o,t.timeZone,r);return We(Qt(i,t.timeZone),t.calendar)}function K3(t){return`${String(t.hour).padStart(2,"0")}:${String(t.minute).padStart(2,"0")}:${String(t.second).padStart(2,"0")}${t.millisecond?String(t.millisecond/1e3).slice(1):""}`}function m1(t){let e=We(t,new Et);return`${String(e.year).padStart(4,"0")}-${String(e.month).padStart(2,"0")}-${String(e.day).padStart(2,"0")}`}function h1(t){return`${m1(t)}T${K3(t)}`}function j3(t){let e=Math.sign(t)<0?"-":"+";t=Math.abs(t);let r=Math.floor(t/36e5),a=t%36e5/6e4;return`${e}${String(r).padStart(2,"0")}:${String(a).padStart(2,"0")}`}function J3(t){return`${h1(t)}${j3(t.offset)}[${t.timeZone}]`}function X3(t,e){if(e.has(t))throw new TypeError("Cannot initialize the same private elements twice on an object")}function Cs(t,e,r){X3(t,e),e.set(t,r)}function Es(t){let e=typeof t[0]=="object"?t.shift():new Et,r;if(typeof t[0]=="string")r=t.shift();else{let s=e.getEras();r=s[s.length-1]}let a=t.shift(),o=t.shift(),i=t.shift();return[e,r,a,o,i]}var W3=new WeakMap;class Ie{copy(){return this.era?new Ie(this.calendar,this.era,this.year,this.month,this.day):new Ie(this.calendar,this.year,this.month,this.day)}add(e){return uo(this,e)}subtract(e){return A1(this,e)}set(e){return ws(this,e)}cycle(e,r,a){return bs(this,e,r,a)}toDate(e){return c1(this,e)}toString(){return m1(this)}compare(e){return t1(this,e)}constructor(...e){Cs(this,W3,{writable:!0,value:void 0});let[r,a,o,i,s]=Es(e);this.calendar=r,this.era=a,this.year=o,this.month=i,this.day=s,Rn(this)}}var $3=new WeakMap;class dr{copy(){return this.era?new dr(this.calendar,this.era,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond):new dr(this.calendar,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond)}add(e){return uo(this,e)}subtract(e){return A1(this,e)}set(e){return ws(Ao(this,e),e)}cycle(e,r,a){switch(e){case"era":case"year":case"month":case"day":return bs(this,e,r,a);default:return f1(this,e,r,a)}}toDate(e,r){return c1(this,e,r)}toString(){return h1(this)}compare(e){let r=t1(this,e);return r===0?D3(this,ur(e)):r}constructor(...e){Cs(this,$3,{writable:!0,value:void 0});let[r,a,o,i,s]=Es(e);this.calendar=r,this.era=a,this.year=o,this.month=i,this.day=s,this.hour=e.shift()||0,this.minute=e.shift()||0,this.second=e.shift()||0,this.millisecond=e.shift()||0,Rn(this)}}var Y3=new WeakMap;class Ar{copy(){return this.era?new Ar(this.calendar,this.era,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond):new Ar(this.calendar,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond)}add(e){return p1(this,e)}subtract(e){return Q3(this,e)}set(e,r){return z3(this,e,r)}cycle(e,r,a){return q3(this,e,r,a)}toDate(){return R3(this)}toString(){return J3(this)}toAbsoluteString(){return this.toDate().toISOString()}compare(e){return this.toDate().getTime()-_3(e,this.timeZone).toDate().getTime()}constructor(...e){Cs(this,Y3,{writable:!0,value:void 0});let[r,a,o,i,s]=Es(e),l=e.shift(),c=e.shift();this.calendar=r,this.era=a,this.year=o,this.month=i,this.day=s,this.timeZone=l,this.offset=c,this.hour=e.shift()||0,this.minute=e.shift()||0,this.second=e.shift()||0,this.millisecond=e.shift()||0,Rn(this)}}const fr=[[1868,9,8],[1912,7,30],[1926,12,25],[1989,1,8],[2019,5,1]],G3=[[1912,7,29],[1926,12,24],[1989,1,7],[2019,4,30]],po=[1867,1911,1925,1988,2018],sn=["meiji","taisho","showa","heisei","reiwa"];function g1(t){const e=fr.findIndex(([r,a,o])=>t.year<r||t.year===r&&t.month<a||t.year===r&&t.month===a&&t.day<o);return e===-1?fr.length-1:e===0?0:e-1}function ks(t){let e=po[sn.indexOf(t.era)];if(!e)throw new Error("Unknown era: "+t.era);return new Ie(t.year+e,t.month,t.day)}class N3 extends Et{fromJulianDay(e){let r=super.fromJulianDay(e),a=g1(r);return new Ie(this,sn[a],r.year-po[a],r.month,r.day)}toJulianDay(e){return super.toJulianDay(ks(e))}balanceDate(e){let r=ks(e),a=g1(r);sn[a]!==e.era&&(e.era=sn[a],e.year=r.year-po[a]),this.constrainDate(e)}constrainDate(e){let r=sn.indexOf(e.era),a=G3[r];if(a!=null){let[o,i,s]=a,l=o-po[r];e.year=Math.max(1,Math.min(l,e.year)),e.year===l&&(e.month=Math.min(i,e.month),e.month===i&&(e.day=Math.min(s,e.day)))}if(e.year===1&&r>=0){let[,o,i]=fr[r];e.month=Math.max(o,e.month),e.month===o&&(e.day=Math.max(i,e.day))}}getEras(){return sn}getYearsInEra(e){let r=sn.indexOf(e.era),a=fr[r],o=fr[r+1];if(o==null)return 9999-a[0]+1;let i=o[0]-a[0];return(e.month<o[1]||e.month===o[1]&&e.day<o[2])&&i++,i}getDaysInMonth(e){return super.getDaysInMonth(ks(e))}getMinimumMonthInYear(e){let r=v1(e);return r?r[1]:1}getMinimumDayInMonth(e){let r=v1(e);return r&&e.month===r[1]?r[2]:1}constructor(...e){super(...e),this.identifier="japanese"}}function v1(t){if(t.year===1){let e=sn.indexOf(t.era);return fr[e]}}const y1=-543;class em extends Et{fromJulianDay(e){let r=super.fromJulianDay(e),a=oa(r.era,r.year);return new Ie(this,a-y1,r.month,r.day)}toJulianDay(e){return super.toJulianDay(w1(e))}getEras(){return["BE"]}getDaysInMonth(e){return super.getDaysInMonth(w1(e))}balanceDate(){}constructor(...e){super(...e),this.identifier="buddhist"}}function w1(t){let[e,r]=co(t.year+y1);return new Ie(e,r,t.month,t.day)}const mo=1911;function b1(t){return t.era==="minguo"?t.year+mo:1-t.year+mo}function C1(t){let e=t-mo;return e>0?["minguo",e]:["before_minguo",1-e]}class tm extends Et{fromJulianDay(e){let r=super.fromJulianDay(e),a=oa(r.era,r.year),[o,i]=C1(a);return new Ie(this,o,i,r.month,r.day)}toJulianDay(e){return super.toJulianDay(E1(e))}getEras(){return["before_minguo","minguo"]}balanceDate(e){let[r,a]=C1(b1(e));e.era=r,e.year=a}isInverseEra(e){return e.era==="before_minguo"}getDaysInMonth(e){return super.getDaysInMonth(E1(e))}getYearsInEra(e){return e.era==="before_minguo"?9999:9999-mo}constructor(...e){super(...e),this.identifier="roc"}}function E1(t){let[e,r]=co(b1(t));return new Ie(e,r,t.month,t.day)}const k1=1948320,x1=[0,31,62,93,124,155,186,216,246,276,306,336];class nm{fromJulianDay(e){let r=e-k1,a=1+Math.floor((33*r+3)/12053),o=365*(a-1)+Math.floor((8*a+21)/33),i=r-o,s=i<216?Math.floor(i/31):Math.floor((i-6)/30),l=i-x1[s]+1;return new Ie(this,a,s+1,l)}toJulianDay(e){let r=k1-1+365*(e.year-1)+Math.floor((8*e.year+21)/33);return r+=x1[e.month-1],r+=e.day,r}getMonthsInYear(){return 12}getDaysInMonth(e){return e.month<=6?31:e.month<=11||sr(25*e.year+11,33)<8?30:29}getEras(){return["AP"]}getYearsInEra(){return 9377}constructor(){this.identifier="persian"}}const xs=78,B1=80;class rm extends Et{fromJulianDay(e){let r=super.fromJulianDay(e),a=r.year-xs,o=e-_n(r.era,r.year,1,1),i;o<B1?(a--,i=on(r.year-1)?31:30,o+=i+155+90+10):(i=on(r.year)?31:30,o-=B1);let s,l;if(o<i)s=1,l=o+1;else{let c=o-i;c<155?(s=Math.floor(c/31)+2,l=c%31+1):(c-=155,s=Math.floor(c/30)+7,l=c%30+1)}return new Ie(this,a,s,l)}toJulianDay(e){let r=e.year+xs,[a,o]=co(r),i,s;return on(o)?(i=31,s=_n(a,o,3,21)):(i=30,s=_n(a,o,3,22)),e.month===1?s+e.day-1:(s+=i+Math.min(e.month-2,5)*31,e.month>=8&&(s+=(e.month-7)*30),s+=e.day-1,s)}getDaysInMonth(e){return e.month===1&&on(e.year+xs)||e.month>=2&&e.month<=6?31:30}getYearsInEra(){return 9919}getEras(){return["saka"]}balanceDate(){}constructor(...e){super(...e),this.identifier="indian"}}const ho=1948440,S1=1948439,ct=1300,pr=1600,am=460322;function go(t,e,r,a){return a+Math.ceil(29.5*(r-1))+(e-1)*354+Math.floor((3+11*e)/30)+t-1}function T1(t,e,r){let a=Math.floor((30*(r-e)+10646)/10631),o=Math.min(12,Math.ceil((r-(29+go(e,a,1,1)))/29.5)+1),i=r-go(e,a,o,1)+1;return new Ie(t,a,o,i)}function D1(t){return(14+11*t)%30<11}class Bs{fromJulianDay(e){return T1(this,ho,e)}toJulianDay(e){return go(ho,e.year,e.month,e.day)}getDaysInMonth(e){let r=29+e.month%2;return e.month===12&&D1(e.year)&&r++,r}getMonthsInYear(){return 12}getDaysInYear(e){return D1(e.year)?355:354}getYearsInEra(){return 9665}getEras(){return["AH"]}constructor(){this.identifier="islamic-civil"}}class om extends Bs{fromJulianDay(e){return T1(this,S1,e)}toJulianDay(e){return go(S1,e.year,e.month,e.day)}constructor(...e){super(...e),this.identifier="islamic-tbla"}}const im="qgpUDckO1AbqBmwDrQpVBakGkgepC9QF2gpcBS0NlQZKB1QLagutBa4ETwoXBYsGpQbVCtYCWwmdBE0KJg2VDawFtgm6AlsKKwWVCsoG6Qr0AnYJtgJWCcoKpAvSC9kF3AJtCU0FpQpSC6ULtAW2CVcFlwJLBaMGUgdlC2oFqworBZUMSg2lDcoF1gpXCasESwmlClILagt1BXYCtwhbBFUFqQW0BdoJ3QRuAjYJqgpUDbIN1QXaAlsJqwRVCkkLZAtxC7QFtQpVCiUNkg7JDtQG6QprCasEkwpJDaQNsg25CroEWworBZUKKgtVC1wFvQQ9Ah0JlQpKC1oLbQW2AjsJmwRVBqkGVAdqC2wFrQpVBSkLkgupC9QF2gpaBasKlQVJB2QHqgu1BbYCVgpNDiULUgtqC60FrgIvCZcESwalBqwG1gpdBZ0ETQoWDZUNqgW1BdoCWwmtBJUFygbkBuoK9QS2AlYJqgpUC9IL2QXqAm0JrQSVCkoLpQuyBbUJ1gSXCkcFkwZJB1ULagVrCisFiwpGDaMNygXWCtsEawJLCaUKUgtpC3UFdgG3CFsCKwVlBbQF2gntBG0BtgimClINqQ3UBdoKWwmrBFMGKQdiB6kLsgW1ClUFJQuSDckO0gbpCmsFqwRVCikNVA2qDbUJugQ7CpsETQqqCtUK2gJdCV4ELgqaDFUNsga5BroEXQotBZUKUguoC7QLuQXaAloJSgukDdEO6AZqC20FNQWVBkoNqA3UDdoGWwWdAisGFQtKC5ULqgWuCi4JjwwnBZUGqgbWCl0FnQI=";let Ss,mr;function vo(t){return am+mr[t-ct]}function ua(t,e){let r=t-ct,a=1<<11-(e-1);return Ss[r]&a?30:29}function O1(t,e){let r=vo(t);for(let a=1;a<e;a++)r+=ua(t,a);return r}function V1(t){return mr[t+1-ct]-mr[t-ct]}class sm extends Bs{fromJulianDay(e){let r=e-ho,a=vo(ct),o=vo(pr);if(r<a||r>o)return super.fromJulianDay(e);{let i=ct-1,s=1,l=1;for(;l>0;){i++,l=r-vo(i)+1;let c=V1(i);if(l===c){s=12;break}else if(l<c){let u=ua(i,s);for(s=1;l>u;)l-=u,s++,u=ua(i,s);break}}return new Ie(this,i,s,r-O1(i,s)+1)}}toJulianDay(e){return e.year<ct||e.year>pr?super.toJulianDay(e):ho+O1(e.year,e.month)+(e.day-1)}getDaysInMonth(e){return e.year<ct||e.year>pr?super.getDaysInMonth(e):ua(e.year,e.month)}getDaysInYear(e){return e.year<ct||e.year>pr?super.getDaysInYear(e):V1(e.year)}constructor(){if(super(),this.identifier="islamic-umalqura",Ss||(Ss=new Uint16Array(Uint8Array.from(atob(im),e=>e.charCodeAt(0)).buffer)),!mr){mr=new Uint32Array(pr-ct+1);let e=0;for(let r=ct;r<=pr;r++){mr[r-ct]=e;for(let a=1;a<=12;a++)e+=ua(r,a)}}}}const I1=347997,P1=1080,M1=24*P1,lm=29,cm=12*P1+793,um=lm*M1+cm;function Ln(t){return sr(t*7+1,19)<7}function yo(t){let e=Math.floor((235*t-234)/19),r=12084+13753*e,a=e*29+Math.floor(r/25920);return sr(3*(a+1),7)<3&&(a+=1),a}function dm(t){let e=yo(t-1),r=yo(t);return yo(t+1)-r===356?2:r-e===382?1:0}function da(t){return yo(t)+dm(t)}function _1(t){return da(t+1)-da(t)}function Am(t){let e=_1(t);switch(e>380&&(e-=30),e){case 353:return 0;case 354:return 1;case 355:return 2}}function wo(t,e){if(e>=6&&!Ln(t)&&e++,e===4||e===7||e===9||e===11||e===13)return 29;let r=Am(t);return e===2?r===2?30:29:e===3?r===0?29:30:e===6?Ln(t)?30:0:30}class fm{fromJulianDay(e){let r=e-I1,a=r*M1/um,o=Math.floor((19*a+234)/235)+1,i=da(o),s=Math.floor(r-i);for(;s<1;)o--,i=da(o),s=Math.floor(r-i);let l=1,c=0;for(;c<s;)c+=wo(o,l),l++;l--,c-=wo(o,l);let u=s-c;return new Ie(this,o,l,u)}toJulianDay(e){let r=da(e.year);for(let a=1;a<e.month;a++)r+=wo(e.year,a);return r+e.day+I1}getDaysInMonth(e){return wo(e.year,e.month)}getMonthsInYear(e){return Ln(e.year)?13:12}getDaysInYear(e){return _1(e.year)}getYearsInEra(){return 9999}getEras(){return["AM"]}balanceYearMonth(e,r){r.year!==e.year&&(Ln(r.year)&&!Ln(e.year)&&r.month>6?e.month--:!Ln(r.year)&&Ln(e.year)&&r.month>6&&e.month++)}constructor(){this.identifier="hebrew"}}const Ts=1723856,R1=1824665,Ds=5500;function bo(t,e,r,a){return t+365*e+Math.floor(e/4)+30*(r-1)+a-1}function Os(t,e){let r=Math.floor(4*(e-t)/1461),a=1+Math.floor((e-bo(t,r,1,1))/30),o=e+1-bo(t,r,a,1);return[r,a,o]}function L1(t){return Math.floor(t%4/3)}function F1(t,e){return e%13!==0?30:L1(t)+5}class Vs{fromJulianDay(e){let[r,a,o]=Os(Ts,e),i="AM";return r<=0&&(i="AA",r+=Ds),new Ie(this,i,r,a,o)}toJulianDay(e){let r=e.year;return e.era==="AA"&&(r-=Ds),bo(Ts,r,e.month,e.day)}getDaysInMonth(e){return F1(e.year,e.month)}getMonthsInYear(){return 13}getDaysInYear(e){return 365+L1(e.year)}getYearsInEra(e){return e.era==="AA"?9999:9991}getEras(){return["AA","AM"]}constructor(){this.identifier="ethiopic"}}class pm extends Vs{fromJulianDay(e){let[r,a,o]=Os(Ts,e);return r+=Ds,new Ie(this,"AA",r,a,o)}getEras(){return["AA"]}getYearsInEra(){return 9999}constructor(...e){super(...e),this.identifier="ethioaa"}}class mm extends Vs{fromJulianDay(e){let[r,a,o]=Os(R1,e),i="CE";return r<=0&&(i="BCE",r=1-r),new Ie(this,i,r,a,o)}toJulianDay(e){let r=e.year;return e.era==="BCE"&&(r=1-r),bo(R1,r,e.month,e.day)}getDaysInMonth(e){let r=e.year;return e.era==="BCE"&&(r=1-r),F1(r,e.month)}isInverseEra(e){return e.era==="BCE"}balanceDate(e){e.year<=0&&(e.era=e.era==="BCE"?"CE":"BCE",e.year=1-e.year)}getEras(){return["BCE","CE"]}getYearsInEra(e){return e.era==="BCE"?9999:9715}constructor(...e){super(...e),this.identifier="coptic"}}function hm(t){switch(t){case"buddhist":return new em;case"ethiopic":return new Vs;case"ethioaa":return new pm;case"coptic":return new mm;case"hebrew":return new fm;case"indian":return new rm;case"islamic-civil":return new Bs;case"islamic-tbla":return new om;case"islamic-umalqura":return new sm;case"japanese":return new N3;case"persian":return new nm;case"roc":return new tm;case"gregory":default:return new Et}}let Is=new Map;class zt{format(e){return this.formatter.format(e)}formatToParts(e){return this.formatter.formatToParts(e)}formatRange(e,r){if(typeof this.formatter.formatRange=="function")return this.formatter.formatRange(e,r);if(r<e)throw new RangeError("End date must be >= start date");return`${this.formatter.format(e)} – ${this.formatter.format(r)}`}formatRangeToParts(e,r){if(typeof this.formatter.formatRangeToParts=="function")return this.formatter.formatRangeToParts(e,r);if(r<e)throw new RangeError("End date must be >= start date");let a=this.formatter.formatToParts(e),o=this.formatter.formatToParts(r);return[...a.map(i=>({...i,source:"startRange"})),{type:"literal",value:" – ",source:"shared"},...o.map(i=>({...i,source:"endRange"}))]}resolvedOptions(){let e=this.formatter.resolvedOptions();return ym()&&(this.resolvedHourCycle||(this.resolvedHourCycle=wm(e.locale,this.options)),e.hourCycle=this.resolvedHourCycle,e.hour12=this.resolvedHourCycle==="h11"||this.resolvedHourCycle==="h12"),e.calendar==="ethiopic-amete-alem"&&(e.calendar="ethioaa"),e}constructor(e,r={}){this.formatter=U1(e,r),this.options=r}}const gm={true:{ja:"h11"},false:{}};function U1(t,e={}){if(typeof e.hour12=="boolean"&&vm()){e={...e};let o=gm[String(e.hour12)][t.split("-")[0]],i=e.hour12?"h12":"h23";e.hourCycle=o??i,delete e.hour12}let r=t+(e?Object.entries(e).sort((o,i)=>o[0]<i[0]?-1:1).join():"");if(Is.has(r))return Is.get(r);let a=new Intl.DateTimeFormat(t,e);return Is.set(r,a),a}let Ps=null;function vm(){return Ps==null&&(Ps=new Intl.DateTimeFormat("en-US",{hour:"numeric",hour12:!1}).format(new Date(2020,2,3,0))==="24"),Ps}let Ms=null;function ym(){return Ms==null&&(Ms=new Intl.DateTimeFormat("fr",{hour:"numeric",hour12:!1}).resolvedOptions().hourCycle==="h12"),Ms}function wm(t,e){if(!e.timeStyle&&!e.hour)return;t=t.replace(/(-u-)?-nu-[a-zA-Z0-9]+/,""),t+=(t.includes("-u-")?"":"-u")+"-nu-latn";let r=U1(t,{...e,timeZone:void 0}),a=parseInt(r.formatToParts(new Date(2020,2,3,0)).find(i=>i.type==="hour").value,10),o=parseInt(r.formatToParts(new Date(2020,2,3,23)).find(i=>i.type==="hour").value,10);if(a===0&&o===23)return"h23";if(a===24&&o===23)return"h24";if(a===0&&o===11)return"h11";if(a===12&&o===11)return"h12";throw new Error("Unexpected hour cycle result")}function bm(t,e){const r=[];for(let a=0;a<t.length;a+=e)r.push(t.slice(a,a+e));return r}function ut(t,e=sa()){return Co(t)?t.toDate():t.toDate(e)}function Cm(t){return t instanceof dr}function Co(t){return t instanceof Ar}function _s(t){return Cm(t)||Co(t)}function Mt(t){if(t instanceof Date){const e=t.getFullYear(),r=t.getMonth()+1;return new Date(e,r,0).getDate()}else return t.set({day:100}).day}function hr(t,e){return t.compare(e)<0}function Eo(t,e){return t.compare(e)>0}function Em(t,e,r){const a=Nu(t,r);return e>a?t.subtract({days:a+7-e}):e===a?t:t.subtract({days:a-e})}function km(t,e,r){const a=Nu(t,r),o=e===0?6:e-1;return a===o?t:a>o?t.add({days:7-a+o}):t.add({days:o-a})}function Z1(t,e){const r=[];let a=t.add({days:1});const o=e;for(;a.compare(o)<0;)r.push(a),a=a.add({days:1});return r}function Rs(t){const{dateObj:e,weekStartsOn:r,fixedWeeks:a,locale:o}=t,i=Mt(e),s=Array.from({length:i},(y,E)=>e.set({day:E+1})),l=la(e),c=r1(e),u=Em(l,r,o),d=km(c,r,o),A=Z1(u.subtract({days:1}),l),f=Z1(c,d.add({days:1})),p=A.length+s.length+f.length;if(a&&p<42){const y=42-p;let E=f[f.length-1];E||(E=r1(e));const h=Array.from({length:y},(m,g)=>{const w=g+1;return E.add({days:w})});f.push(...h)}const v=A.concat(s,f),C=bm(v,7);return{value:e,cells:v,rows:C}}function Fn(t){const{numberOfMonths:e,dateObj:r,...a}=t,o=[];if(!e||e===1)return o.push(Rs({...a,dateObj:r})),o;o.push(Rs({...a,dateObj:r}));for(let i=1;i<e;i++){const s=r.add({months:i});o.push(Rs({...a,dateObj:s}))}return o}const xm=["top","right","bottom","left"],_t=Math.min,nt=Math.max,ko=Math.round,xo=Math.floor,ln=t=>({x:t,y:t}),Bm={left:"right",right:"left",bottom:"top",top:"bottom"},Sm={start:"end",end:"start"};function Ls(t,e,r){return nt(t,_t(e,r))}function Kt(t,e){return typeof t=="function"?t(e):t}function jt(t){return t.split("-")[0]}function gr(t){return t.split("-")[1]}function Fs(t){return t==="x"?"y":"x"}function Us(t){return t==="y"?"height":"width"}function cn(t){return["top","bottom"].includes(jt(t))?"y":"x"}function Zs(t){return Fs(cn(t))}function Tm(t,e,r){r===void 0&&(r=!1);const a=gr(t),o=Zs(t),i=Us(o);let s=o==="x"?a===(r?"end":"start")?"right":"left":a==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(s=Bo(s)),[s,Bo(s)]}function Dm(t){const e=Bo(t);return[Hs(t),e,Hs(e)]}function Hs(t){return t.replace(/start|end/g,e=>Sm[e])}function Om(t,e,r){const a=["left","right"],o=["right","left"],i=["top","bottom"],s=["bottom","top"];switch(t){case"top":case"bottom":return r?e?o:a:e?a:o;case"left":case"right":return e?i:s;default:return[]}}function Vm(t,e,r,a){const o=gr(t);let i=Om(jt(t),r==="start",a);return o&&(i=i.map(s=>s+"-"+o),e&&(i=i.concat(i.map(Hs)))),i}function Bo(t){return t.replace(/left|right|bottom|top/g,e=>Bm[e])}function Im(t){return{top:0,right:0,bottom:0,left:0,...t}}function H1(t){return typeof t!="number"?Im(t):{top:t,right:t,bottom:t,left:t}}function So(t){const{x:e,y:r,width:a,height:o}=t;return{width:a,height:o,top:r,left:e,right:e+a,bottom:r+o,x:e,y:r}}function Q1(t,e,r){let{reference:a,floating:o}=t;const i=cn(e),s=Zs(e),l=Us(s),c=jt(e),u=i==="y",d=a.x+a.width/2-o.width/2,A=a.y+a.height/2-o.height/2,f=a[l]/2-o[l]/2;let p;switch(c){case"top":p={x:d,y:a.y-o.height};break;case"bottom":p={x:d,y:a.y+a.height};break;case"right":p={x:a.x+a.width,y:A};break;case"left":p={x:a.x-o.width,y:A};break;default:p={x:a.x,y:a.y}}switch(gr(e)){case"start":p[s]-=f*(r&&u?-1:1);break;case"end":p[s]+=f*(r&&u?-1:1);break}return p}const Pm=async(t,e,r)=>{const{placement:a="bottom",strategy:o="absolute",middleware:i=[],platform:s}=r,l=i.filter(Boolean),c=await(s.isRTL==null?void 0:s.isRTL(e));let u=await s.getElementRects({reference:t,floating:e,strategy:o}),{x:d,y:A}=Q1(u,a,c),f=a,p={},v=0;for(let C=0;C<l.length;C++){const{name:y,fn:E}=l[C],{x:h,y:m,data:g,reset:w}=await E({x:d,y:A,initialPlacement:a,placement:f,strategy:o,middlewareData:p,rects:u,platform:s,elements:{reference:t,floating:e}});d=h??d,A=m??A,p={...p,[y]:{...p[y],...g}},w&&v<=50&&(v++,typeof w=="object"&&(w.placement&&(f=w.placement),w.rects&&(u=w.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:o}):w.rects),{x:d,y:A}=Q1(u,f,c)),C=-1)}return{x:d,y:A,placement:f,strategy:o,middlewareData:p}};async function Aa(t,e){var r;e===void 0&&(e={});const{x:a,y:o,platform:i,rects:s,elements:l,strategy:c}=t,{boundary:u="clippingAncestors",rootBoundary:d="viewport",elementContext:A="floating",altBoundary:f=!1,padding:p=0}=Kt(e,t),v=H1(p),y=l[f?A==="floating"?"reference":"floating":A],E=So(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(y)))==null||r?y:y.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:u,rootBoundary:d,strategy:c})),h=A==="floating"?{x:a,y:o,width:s.floating.width,height:s.floating.height}:s.reference,m=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),g=await(i.isElement==null?void 0:i.isElement(m))?await(i.getScale==null?void 0:i.getScale(m))||{x:1,y:1}:{x:1,y:1},w=So(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:h,offsetParent:m,strategy:c}):h);return{top:(E.top-w.top+v.top)/g.y,bottom:(w.bottom-E.bottom+v.bottom)/g.y,left:(E.left-w.left+v.left)/g.x,right:(w.right-E.right+v.right)/g.x}}const Mm=t=>({name:"arrow",options:t,async fn(e){const{x:r,y:a,placement:o,rects:i,platform:s,elements:l,middlewareData:c}=e,{element:u,padding:d=0}=Kt(t,e)||{};if(u==null)return{};const A=H1(d),f={x:r,y:a},p=Zs(o),v=Us(p),C=await s.getDimensions(u),y=p==="y",E=y?"top":"left",h=y?"bottom":"right",m=y?"clientHeight":"clientWidth",g=i.reference[v]+i.reference[p]-f[p]-i.floating[v],w=f[p]-i.reference[p],b=await(s.getOffsetParent==null?void 0:s.getOffsetParent(u));let k=b?b[m]:0;(!k||!await(s.isElement==null?void 0:s.isElement(b)))&&(k=l.floating[m]||i.floating[v]);const D=g/2-w/2,S=k/2-C[v]/2-1,x=_t(A[E],S),B=_t(A[h],S),T=x,R=k-C[v]-B,q=k/2-C[v]/2+D,ee=Ls(T,q,R),N=!c.arrow&&gr(o)!=null&&q!==ee&&i.reference[v]/2-(q<T?x:B)-C[v]/2<0,H=N?q<T?q-T:q-R:0;return{[p]:f[p]+H,data:{[p]:ee,centerOffset:q-ee-H,...N&&{alignmentOffset:H}},reset:N}}}),_m=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(e){var r,a;const{placement:o,middlewareData:i,rects:s,initialPlacement:l,platform:c,elements:u}=e,{mainAxis:d=!0,crossAxis:A=!0,fallbackPlacements:f,fallbackStrategy:p="bestFit",fallbackAxisSideDirection:v="none",flipAlignment:C=!0,...y}=Kt(t,e);if((r=i.arrow)!=null&&r.alignmentOffset)return{};const E=jt(o),h=cn(l),m=jt(l)===l,g=await(c.isRTL==null?void 0:c.isRTL(u.floating)),w=f||(m||!C?[Bo(l)]:Dm(l)),b=v!=="none";!f&&b&&w.push(...Vm(l,C,v,g));const k=[l,...w],D=await Aa(e,y),S=[];let x=((a=i.flip)==null?void 0:a.overflows)||[];if(d&&S.push(D[E]),A){const q=Tm(o,s,g);S.push(D[q[0]],D[q[1]])}if(x=[...x,{placement:o,overflows:S}],!S.every(q=>q<=0)){var B,T;const q=(((B=i.flip)==null?void 0:B.index)||0)+1,ee=k[q];if(ee)return{data:{index:q,overflows:x},reset:{placement:ee}};let N=(T=x.filter(H=>H.overflows[0]<=0).sort((H,M)=>H.overflows[1]-M.overflows[1])[0])==null?void 0:T.placement;if(!N)switch(p){case"bestFit":{var R;const H=(R=x.filter(M=>{if(b){const $=cn(M.placement);return $===h||$==="y"}return!0}).map(M=>[M.placement,M.overflows.filter($=>$>0).reduce(($,ie)=>$+ie,0)]).sort((M,$)=>M[1]-$[1])[0])==null?void 0:R[0];H&&(N=H);break}case"initialPlacement":N=l;break}if(o!==N)return{reset:{placement:N}}}return{}}}};function q1(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function z1(t){return xm.some(e=>t[e]>=0)}const Rm=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){const{rects:r}=e,{strategy:a="referenceHidden",...o}=Kt(t,e);switch(a){case"referenceHidden":{const i=await Aa(e,{...o,elementContext:"reference"}),s=q1(i,r.reference);return{data:{referenceHiddenOffsets:s,referenceHidden:z1(s)}}}case"escaped":{const i=await Aa(e,{...o,altBoundary:!0}),s=q1(i,r.floating);return{data:{escapedOffsets:s,escaped:z1(s)}}}default:return{}}}}};async function Lm(t,e){const{placement:r,platform:a,elements:o}=t,i=await(a.isRTL==null?void 0:a.isRTL(o.floating)),s=jt(r),l=gr(r),c=cn(r)==="y",u=["left","top"].includes(s)?-1:1,d=i&&c?-1:1,A=Kt(e,t);let{mainAxis:f,crossAxis:p,alignmentAxis:v}=typeof A=="number"?{mainAxis:A,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...A};return l&&typeof v=="number"&&(p=l==="end"?v*-1:v),c?{x:p*d,y:f*u}:{x:f*u,y:p*d}}const Fm=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var r,a;const{x:o,y:i,placement:s,middlewareData:l}=e,c=await Lm(e,t);return s===((r=l.offset)==null?void 0:r.placement)&&(a=l.arrow)!=null&&a.alignmentOffset?{}:{x:o+c.x,y:i+c.y,data:{...c,placement:s}}}}},Um=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:r,y:a,placement:o}=e,{mainAxis:i=!0,crossAxis:s=!1,limiter:l={fn:y=>{let{x:E,y:h}=y;return{x:E,y:h}}},...c}=Kt(t,e),u={x:r,y:a},d=await Aa(e,c),A=cn(jt(o)),f=Fs(A);let p=u[f],v=u[A];if(i){const y=f==="y"?"top":"left",E=f==="y"?"bottom":"right",h=p+d[y],m=p-d[E];p=Ls(h,p,m)}if(s){const y=A==="y"?"top":"left",E=A==="y"?"bottom":"right",h=v+d[y],m=v-d[E];v=Ls(h,v,m)}const C=l.fn({...e,[f]:p,[A]:v});return{...C,data:{x:C.x-r,y:C.y-a}}}}},Zm=function(t){return t===void 0&&(t={}),{options:t,fn(e){const{x:r,y:a,placement:o,rects:i,middlewareData:s}=e,{offset:l=0,mainAxis:c=!0,crossAxis:u=!0}=Kt(t,e),d={x:r,y:a},A=cn(o),f=Fs(A);let p=d[f],v=d[A];const C=Kt(l,e),y=typeof C=="number"?{mainAxis:C,crossAxis:0}:{mainAxis:0,crossAxis:0,...C};if(c){const m=f==="y"?"height":"width",g=i.reference[f]-i.floating[m]+y.mainAxis,w=i.reference[f]+i.reference[m]-y.mainAxis;p<g?p=g:p>w&&(p=w)}if(u){var E,h;const m=f==="y"?"width":"height",g=["top","left"].includes(jt(o)),w=i.reference[A]-i.floating[m]+(g&&((E=s.offset)==null?void 0:E[A])||0)+(g?0:y.crossAxis),b=i.reference[A]+i.reference[m]+(g?0:((h=s.offset)==null?void 0:h[A])||0)-(g?y.crossAxis:0);v<w?v=w:v>b&&(v=b)}return{[f]:p,[A]:v}}}},Hm=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){const{placement:r,rects:a,platform:o,elements:i}=e,{apply:s=()=>{},...l}=Kt(t,e),c=await Aa(e,l),u=jt(r),d=gr(r),A=cn(r)==="y",{width:f,height:p}=a.floating;let v,C;u==="top"||u==="bottom"?(v=u,C=d===(await(o.isRTL==null?void 0:o.isRTL(i.floating))?"start":"end")?"left":"right"):(C=u,v=d==="end"?"top":"bottom");const y=p-c.top-c.bottom,E=f-c.left-c.right,h=_t(p-c[v],y),m=_t(f-c[C],E),g=!e.middlewareData.shift;let w=h,b=m;if(A?b=d||g?_t(m,E):E:w=d||g?_t(h,y):y,g&&!d){const D=nt(c.left,0),S=nt(c.right,0),x=nt(c.top,0),B=nt(c.bottom,0);A?b=f-2*(D!==0||S!==0?D+S:nt(c.left,c.right)):w=p-2*(x!==0||B!==0?x+B:nt(c.top,c.bottom))}await s({...e,availableWidth:b,availableHeight:w});const k=await o.getDimensions(i.floating);return f!==k.width||p!==k.height?{reset:{rects:!0}}:{}}}};function Un(t){return Qs(t)?(t.nodeName||"").toLowerCase():"#document"}function rt(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function Jt(t){var e;return(e=(Qs(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function Qs(t){return t instanceof Node||t instanceof rt(t).Node}function kt(t){return t instanceof Element||t instanceof rt(t).Element}function Rt(t){return t instanceof HTMLElement||t instanceof rt(t).HTMLElement}function K1(t){return typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof rt(t).ShadowRoot}function fa(t){const{overflow:e,overflowX:r,overflowY:a,display:o}=xt(t);return/auto|scroll|overlay|hidden|clip/.test(e+a+r)&&!["inline","contents"].includes(o)}function Qm(t){return["table","td","th"].includes(Un(t))}function To(t){return[":popover-open",":modal"].some(e=>{try{return t.matches(e)}catch{return!1}})}function qs(t){const e=zs(),r=kt(t)?xt(t):t;return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!e&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!e&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(a=>(r.willChange||"").includes(a))||["paint","layout","strict","content"].some(a=>(r.contain||"").includes(a))}function qm(t){let e=un(t);for(;Rt(e)&&!vr(e);){if(qs(e))return e;if(To(e))return null;e=un(e)}return null}function zs(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function vr(t){return["html","body","#document"].includes(Un(t))}function xt(t){return rt(t).getComputedStyle(t)}function Do(t){return kt(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function un(t){if(Un(t)==="html")return t;const e=t.assignedSlot||t.parentNode||K1(t)&&t.host||Jt(t);return K1(e)?e.host:e}function j1(t){const e=un(t);return vr(e)?t.ownerDocument?t.ownerDocument.body:t.body:Rt(e)&&fa(e)?e:j1(e)}function pa(t,e,r){var a;e===void 0&&(e=[]),r===void 0&&(r=!0);const o=j1(t),i=o===((a=t.ownerDocument)==null?void 0:a.body),s=rt(o);if(i){const l=Ks(s);return e.concat(s,s.visualViewport||[],fa(o)?o:[],l&&r?pa(l):[])}return e.concat(o,pa(o,[],r))}function Ks(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function J1(t){const e=xt(t);let r=parseFloat(e.width)||0,a=parseFloat(e.height)||0;const o=Rt(t),i=o?t.offsetWidth:r,s=o?t.offsetHeight:a,l=ko(r)!==i||ko(a)!==s;return l&&(r=i,a=s),{width:r,height:a,$:l}}function js(t){return kt(t)?t:t.contextElement}function yr(t){const e=js(t);if(!Rt(e))return ln(1);const r=e.getBoundingClientRect(),{width:a,height:o,$:i}=J1(e);let s=(i?ko(r.width):r.width)/a,l=(i?ko(r.height):r.height)/o;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}const zm=ln(0);function X1(t){const e=rt(t);return!zs()||!e.visualViewport?zm:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function Km(t,e,r){return e===void 0&&(e=!1),!r||e&&r!==rt(t)?!1:e}function Zn(t,e,r,a){e===void 0&&(e=!1),r===void 0&&(r=!1);const o=t.getBoundingClientRect(),i=js(t);let s=ln(1);e&&(a?kt(a)&&(s=yr(a)):s=yr(t));const l=Km(i,r,a)?X1(i):ln(0);let c=(o.left+l.x)/s.x,u=(o.top+l.y)/s.y,d=o.width/s.x,A=o.height/s.y;if(i){const f=rt(i),p=a&&kt(a)?rt(a):a;let v=f,C=Ks(v);for(;C&&a&&p!==v;){const y=yr(C),E=C.getBoundingClientRect(),h=xt(C),m=E.left+(C.clientLeft+parseFloat(h.paddingLeft))*y.x,g=E.top+(C.clientTop+parseFloat(h.paddingTop))*y.y;c*=y.x,u*=y.y,d*=y.x,A*=y.y,c+=m,u+=g,v=rt(C),C=Ks(v)}}return So({width:d,height:A,x:c,y:u})}function jm(t){let{elements:e,rect:r,offsetParent:a,strategy:o}=t;const i=o==="fixed",s=Jt(a),l=e?To(e.floating):!1;if(a===s||l&&i)return r;let c={scrollLeft:0,scrollTop:0},u=ln(1);const d=ln(0),A=Rt(a);if((A||!A&&!i)&&((Un(a)!=="body"||fa(s))&&(c=Do(a)),Rt(a))){const f=Zn(a);u=yr(a),d.x=f.x+a.clientLeft,d.y=f.y+a.clientTop}return{width:r.width*u.x,height:r.height*u.y,x:r.x*u.x-c.scrollLeft*u.x+d.x,y:r.y*u.y-c.scrollTop*u.y+d.y}}function Jm(t){return Array.from(t.getClientRects())}function W1(t){return Zn(Jt(t)).left+Do(t).scrollLeft}function Xm(t){const e=Jt(t),r=Do(t),a=t.ownerDocument.body,o=nt(e.scrollWidth,e.clientWidth,a.scrollWidth,a.clientWidth),i=nt(e.scrollHeight,e.clientHeight,a.scrollHeight,a.clientHeight);let s=-r.scrollLeft+W1(t);const l=-r.scrollTop;return xt(a).direction==="rtl"&&(s+=nt(e.clientWidth,a.clientWidth)-o),{width:o,height:i,x:s,y:l}}function Wm(t,e){const r=rt(t),a=Jt(t),o=r.visualViewport;let i=a.clientWidth,s=a.clientHeight,l=0,c=0;if(o){i=o.width,s=o.height;const u=zs();(!u||u&&e==="fixed")&&(l=o.offsetLeft,c=o.offsetTop)}return{width:i,height:s,x:l,y:c}}function $m(t,e){const r=Zn(t,!0,e==="fixed"),a=r.top+t.clientTop,o=r.left+t.clientLeft,i=Rt(t)?yr(t):ln(1),s=t.clientWidth*i.x,l=t.clientHeight*i.y,c=o*i.x,u=a*i.y;return{width:s,height:l,x:c,y:u}}function $1(t,e,r){let a;if(e==="viewport")a=Wm(t,r);else if(e==="document")a=Xm(Jt(t));else if(kt(e))a=$m(e,r);else{const o=X1(t);a={...e,x:e.x-o.x,y:e.y-o.y}}return So(a)}function Y1(t,e){const r=un(t);return r===e||!kt(r)||vr(r)?!1:xt(r).position==="fixed"||Y1(r,e)}function Ym(t,e){const r=e.get(t);if(r)return r;let a=pa(t,[],!1).filter(l=>kt(l)&&Un(l)!=="body"),o=null;const i=xt(t).position==="fixed";let s=i?un(t):t;for(;kt(s)&&!vr(s);){const l=xt(s),c=qs(s);!c&&l.position==="fixed"&&(o=null),(i?!c&&!o:!c&&l.position==="static"&&!!o&&["absolute","fixed"].includes(o.position)||fa(s)&&!c&&Y1(t,s))?a=a.filter(d=>d!==s):o=l,s=un(s)}return e.set(t,a),a}function Gm(t){let{element:e,boundary:r,rootBoundary:a,strategy:o}=t;const s=[...r==="clippingAncestors"?To(e)?[]:Ym(e,this._c):[].concat(r),a],l=s[0],c=s.reduce((u,d)=>{const A=$1(e,d,o);return u.top=nt(A.top,u.top),u.right=_t(A.right,u.right),u.bottom=_t(A.bottom,u.bottom),u.left=nt(A.left,u.left),u},$1(e,l,o));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function Nm(t){const{width:e,height:r}=J1(t);return{width:e,height:r}}function eh(t,e,r){const a=Rt(e),o=Jt(e),i=r==="fixed",s=Zn(t,!0,i,e);let l={scrollLeft:0,scrollTop:0};const c=ln(0);if(a||!a&&!i)if((Un(e)!=="body"||fa(o))&&(l=Do(e)),a){const A=Zn(e,!0,i,e);c.x=A.x+e.clientLeft,c.y=A.y+e.clientTop}else o&&(c.x=W1(o));const u=s.left+l.scrollLeft-c.x,d=s.top+l.scrollTop-c.y;return{x:u,y:d,width:s.width,height:s.height}}function Js(t){return xt(t).position==="static"}function G1(t,e){return!Rt(t)||xt(t).position==="fixed"?null:e?e(t):t.offsetParent}function N1(t,e){const r=rt(t);if(To(t))return r;if(!Rt(t)){let o=un(t);for(;o&&!vr(o);){if(kt(o)&&!Js(o))return o;o=un(o)}return r}let a=G1(t,e);for(;a&&Qm(a)&&Js(a);)a=G1(a,e);return a&&vr(a)&&Js(a)&&!qs(a)?r:a||qm(t)||r}const th=async function(t){const e=this.getOffsetParent||N1,r=this.getDimensions,a=await r(t.floating);return{reference:eh(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:a.width,height:a.height}}};function nh(t){return xt(t).direction==="rtl"}const rh={convertOffsetParentRelativeRectToViewportRelativeRect:jm,getDocumentElement:Jt,getClippingRect:Gm,getOffsetParent:N1,getElementRects:th,getClientRects:Jm,getDimensions:Nm,getScale:yr,isElement:kt,isRTL:nh};function ah(t,e){let r=null,a;const o=Jt(t);function i(){var l;clearTimeout(a),(l=r)==null||l.disconnect(),r=null}function s(l,c){l===void 0&&(l=!1),c===void 0&&(c=1),i();const{left:u,top:d,width:A,height:f}=t.getBoundingClientRect();if(l||e(),!A||!f)return;const p=xo(d),v=xo(o.clientWidth-(u+A)),C=xo(o.clientHeight-(d+f)),y=xo(u),h={rootMargin:-p+"px "+-v+"px "+-C+"px "+-y+"px",threshold:nt(0,_t(1,c))||1};let m=!0;function g(w){const b=w[0].intersectionRatio;if(b!==c){if(!m)return s();b?s(!1,b):a=setTimeout(()=>{s(!1,1e-7)},1e3)}m=!1}try{r=new IntersectionObserver(g,{...h,root:o.ownerDocument})}catch{r=new IntersectionObserver(g,h)}r.observe(t)}return s(!0),i}function oh(t,e,r,a){a===void 0&&(a={});const{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:c=!1}=a,u=js(t),d=o||i?[...u?pa(u):[],...pa(e)]:[];d.forEach(E=>{o&&E.addEventListener("scroll",r,{passive:!0}),i&&E.addEventListener("resize",r)});const A=u&&l?ah(u,r):null;let f=-1,p=null;s&&(p=new ResizeObserver(E=>{let[h]=E;h&&h.target===u&&p&&(p.unobserve(e),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var m;(m=p)==null||m.observe(e)})),r()}),u&&!c&&p.observe(u),p.observe(e));let v,C=c?Zn(t):null;c&&y();function y(){const E=Zn(t);C&&(E.x!==C.x||E.y!==C.y||E.width!==C.width||E.height!==C.height)&&r(),C=E,v=requestAnimationFrame(y)}return r(),()=>{var E;d.forEach(h=>{o&&h.removeEventListener("scroll",r),i&&h.removeEventListener("resize",r)}),A==null||A(),(E=p)==null||E.disconnect(),p=null,c&&cancelAnimationFrame(v)}}const ih=Fm,sh=Um,ed=_m,lh=Hm,ch=Rm,uh=Mm,dh=Zm,Ah=(t,e,r)=>{const a=new Map,o={platform:rh,...r},i={...o.platform,_c:a};return Pm(t,e,{...o,platform:i})};function fh(t){return t!=null&&typeof t=="object"&&"$el"in t}function Xs(t){if(fh(t)){const e=t.$el;return Qs(e)&&Un(e)==="#comment"?null:e}return t}function wr(t){return typeof t=="function"?t():n.unref(t)}function ph(t){return{name:"arrow",options:t,fn(e){const r=Xs(wr(t.element));return r==null?{}:uh({element:r,padding:t.padding}).fn(e)}}}function td(t){return typeof window>"u"?1:(t.ownerDocument.defaultView||window).devicePixelRatio||1}function nd(t,e){const r=td(t);return Math.round(e*r)/r}function mh(t,e,r){r===void 0&&(r={});const a=r.whileElementsMounted,o=n.computed(()=>{var k;return(k=wr(r.open))!=null?k:!0}),i=n.computed(()=>wr(r.middleware)),s=n.computed(()=>{var k;return(k=wr(r.placement))!=null?k:"bottom"}),l=n.computed(()=>{var k;return(k=wr(r.strategy))!=null?k:"absolute"}),c=n.computed(()=>{var k;return(k=wr(r.transform))!=null?k:!0}),u=n.computed(()=>Xs(t.value)),d=n.computed(()=>Xs(e.value)),A=n.ref(0),f=n.ref(0),p=n.ref(l.value),v=n.ref(s.value),C=n.shallowRef({}),y=n.ref(!1),E=n.computed(()=>{const k={position:p.value,left:"0",top:"0"};if(!d.value)return k;const D=nd(d.value,A.value),S=nd(d.value,f.value);return c.value?{...k,transform:"translate("+D+"px, "+S+"px)",...td(d.value)>=1.5&&{willChange:"transform"}}:{position:p.value,left:D+"px",top:S+"px"}});let h;function m(){u.value==null||d.value==null||Ah(u.value,d.value,{middleware:i.value,placement:s.value,strategy:l.value}).then(k=>{A.value=k.x,f.value=k.y,p.value=k.strategy,v.value=k.placement,C.value=k.middlewareData,y.value=!0})}function g(){typeof h=="function"&&(h(),h=void 0)}function w(){if(g(),a===void 0){m();return}if(u.value!=null&&d.value!=null){h=a(u.value,d.value,m);return}}function b(){o.value||(y.value=!1)}return n.watch([i,s,l],m,{flush:"sync"}),n.watch([u,d],w,{flush:"sync"}),n.watch(o,b,{flush:"sync"}),n.getCurrentScope()&&n.onScopeDispose(g),{x:n.shallowReadonly(A),y:n.shallowReadonly(f),strategy:n.shallowReadonly(p),placement:n.shallowReadonly(v),middlewareData:n.shallowReadonly(C),isPositioned:n.shallowReadonly(y),floatingStyles:E,update:m}}function De(t,e){const r=typeof t=="string"&&!e?`${t}Context`:e,a=Symbol(r);return[o=>{const i=n.inject(a,o);if(i||i===null)return i;throw new Error(`Injection \`${a.toString()}\` not found. Component must be used within ${Array.isArray(t)?`one of the following components: ${t.join(", ")}`:`\`${t}\``}`)},o=>(n.provide(a,o),o)]}function rd(t,e,r){const a=r.originalEvent.target,o=new CustomEvent(t,{bubbles:!1,cancelable:!0,detail:r});e&&a.addEventListener(t,e,{once:!0}),a.dispatchEvent(o)}function ad(t){return t==null}function Ws(t){const{defaultValue:e,defaultPlaceholder:r,granularity:a="day",locale:o="en"}=t;if(Array.isArray(e)&&e.length)return e.at(-1).copy();if(e&&!Array.isArray(e))return e.copy();if(r)return r.copy();const i=new Date,s=i.getFullYear(),l=i.getMonth()+1,c=i.getDate(),u=["hour","minute","second"],d=new zt(o),A=hm(d.resolvedOptions().calendar);return u.includes(a??"day")?We(new dr(s,l,c,0,0,0),A):We(new Ie(s,l,c),A)}const hh=["ach","af","am","an","ar","ast","az","be","bg","bn","br","bs","ca","cak","ckb","cs","cy","da","de","dsb","el","en","eo","es","et","eu","fa","ff","fi","fr","fy","ga","gd","gl","he","hr","hsb","hu","ia","id","it","ja","ka","kk","kn","ko","lb","lo","lt","lv","meh","ml","ms","nl","nn","no","oc","pl","pt","rm","ro","ru","sc","scn","sk","sl","sr","sv","szl","tg","th","tr","uk","zh-CN","zh-TW"],gh=["year","month","day"],$s={ach:{year:"mwaka",month:"dwe",day:"nino"},af:{year:"jjjj",month:"mm",day:"dd"},am:{year:"ዓዓዓዓ",month:"ሚሜ",day:"ቀቀ"},an:{year:"aaaa",month:"mm",day:"dd"},ar:{year:"سنة",month:"شهر",day:"يوم"},ast:{year:"aaaa",month:"mm",day:"dd"},az:{year:"iiii",month:"aa",day:"gg"},be:{year:"гггг",month:"мм",day:"дд"},bg:{year:"гггг",month:"мм",day:"дд"},bn:{year:"yyyy",month:"মিমি",day:"dd"},br:{year:"bbbb",month:"mm",day:"dd"},bs:{year:"gggg",month:"mm",day:"dd"},ca:{year:"aaaa",month:"mm",day:"dd"},cak:{year:"jjjj",month:"ii",day:"q'q'"},ckb:{year:"ساڵ",month:"مانگ",day:"ڕۆژ"},cs:{year:"rrrr",month:"mm",day:"dd"},cy:{year:"bbbb",month:"mm",day:"dd"},da:{year:"åååå",month:"mm",day:"dd"},de:{year:"jjjj",month:"mm",day:"tt"},dsb:{year:"llll",month:"mm",day:"źź"},el:{year:"εεεε",month:"μμ",day:"ηη"},en:{year:"yyyy",month:"mm",day:"dd"},eo:{year:"jjjj",month:"mm",day:"tt"},es:{year:"aaaa",month:"mm",day:"dd"},et:{year:"aaaa",month:"kk",day:"pp"},eu:{year:"uuuu",month:"hh",day:"ee"},fa:{year:"سال",month:"ماه",day:"روز"},ff:{year:"hhhh",month:"ll",day:"ññ"},fi:{year:"vvvv",month:"kk",day:"pp"},fr:{year:"aaaa",month:"mm",day:"jj"},fy:{year:"jjjj",month:"mm",day:"dd"},ga:{year:"bbbb",month:"mm",day:"ll"},gd:{year:"bbbb",month:"mm",day:"ll"},gl:{year:"aaaa",month:"mm",day:"dd"},he:{year:"שנה",month:"חודש",day:"יום"},hr:{year:"gggg",month:"mm",day:"dd"},hsb:{year:"llll",month:"mm",day:"dd"},hu:{year:"éééé",month:"hh",day:"nn"},ia:{year:"aaaa",month:"mm",day:"dd"},id:{year:"tttt",month:"bb",day:"hh"},it:{year:"aaaa",month:"mm",day:"gg"},ja:{year:" 年 ",month:"月",day:"日"},ka:{year:"წწწწ",month:"თთ",day:"რრ"},kk:{year:"жжжж",month:"аа",day:"кк"},kn:{year:"ವವವವ",month:"ಮಿಮೀ",day:"ದಿದಿ"},ko:{year:"연도",month:"월",day:"일"},lb:{year:"jjjj",month:"mm",day:"dd"},lo:{year:"ປປປປ",month:"ດດ",day:"ວວ"},lt:{year:"mmmm",month:"mm",day:"dd"},lv:{year:"gggg",month:"mm",day:"dd"},meh:{year:"aaaa",month:"mm",day:"dd"},ml:{year:"വർഷം",month:"മാസം",day:"തീയതി"},ms:{year:"tttt",month:"mm",day:"hh"},nl:{year:"jjjj",month:"mm",day:"dd"},nn:{year:"åååå",month:"mm",day:"dd"},no:{year:"åååå",month:"mm",day:"dd"},oc:{year:"aaaa",month:"mm",day:"jj"},pl:{year:"rrrr",month:"mm",day:"dd"},pt:{year:"aaaa",month:"mm",day:"dd"},rm:{year:"oooo",month:"mm",day:"dd"},ro:{year:"aaaa",month:"ll",day:"zz"},ru:{year:"гггг",month:"мм",day:"дд"},sc:{year:"aaaa",month:"mm",day:"dd"},scn:{year:"aaaa",month:"mm",day:"jj"},sk:{year:"rrrr",month:"mm",day:"dd"},sl:{year:"llll",month:"mm",day:"dd"},sr:{year:"гггг",month:"мм",day:"дд"},sv:{year:"åååå",month:"mm",day:"dd"},szl:{year:"rrrr",month:"mm",day:"dd"},tg:{year:"сссс",month:"мм",day:"рр"},th:{year:"ปปปป",month:"ดด",day:"วว"},tr:{year:"yyyy",month:"aa",day:"gg"},uk:{year:"рррр",month:"мм",day:"дд"},"zh-CN":{year:"年",month:"月",day:"日"},"zh-TW":{year:"年",month:"月",day:"日"}};function vh(t){if(od(t))return $s[t];{const e=Ch(t);return od(e)?$s[e]:$s.en}}function Ys(t,e,r){return yh(t)?vh(r)[t]:bh(t)?e:wh(t)?"––":""}function od(t){return hh.includes(t)}function yh(t){return gh.includes(t)}function wh(t){return t==="hour"||t==="minute"||t==="second"}function bh(t){return t==="era"||t==="dayPeriod"}function Ch(t){return Intl.Locale?new Intl.Locale(t).language:t.split("-")[0]}const Gs=["day","month","year"],id=["hour","minute","second","dayPeriod"],sd=[...Gs,...id];function Eh(t){return Gs.includes(t)}function ld(t){return sd.includes(t)}function kh(t,e){const r={year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:"short",hourCycle:e===24?"h24":void 0,hour12:e===24?!1:void 0};return t==="day"&&(delete r.second,delete r.hour,delete r.minute,delete r.timeZoneName),t==="hour"&&(delete r.minute,delete r.second),t==="minute"&&delete r.second,r}function xh(t){const e=t.querySelector("[data-selected]");if(e)return e.focus();const r=t.querySelector("[data-today]");if(r)return r.focus();const a=t.querySelector("[data-radix-vue-calendar-day]");if(a)return a.focus()}function Bh(t,e){var r;const a=n.shallowRef();return n.watchEffect(()=>{a.value=t()},{...e,flush:(r=void 0)!=null?r:"sync"}),n.readonly(a)}function ma(t){return n.getCurrentScope()?(n.onScopeDispose(t),!0):!1}function Sh(){const t=new Set,e=r=>{t.delete(r)};return{on:r=>{t.add(r);const a=()=>e(r);return ma(a),{off:a}},off:e,trigger:(...r)=>Promise.all(Array.from(t).map(a=>a(...r)))}}function Th(t){let e=!1,r;const a=n.effectScope(!0);return(...o)=>(e||(r=a.run(()=>t(...o)),e=!0),r)}function cd(t){let e=0,r,a;const o=()=>{e-=1,a&&e<=0&&(a.stop(),r=void 0,a=void 0)};return(...i)=>(e+=1,r||(a=n.effectScope(!0),r=a.run(()=>t(...i))),ma(o),r)}function dn(t){return typeof t=="function"?t():n.unref(t)}const Xt=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Dh=t=>typeof t<"u",Oh=Object.prototype.toString,Vh=t=>Oh.call(t)==="[object Object]",Ih=()=>{},ud=Ph();function Ph(){var t,e;return Xt&&((t=window==null?void 0:window.navigator)==null?void 0:t.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((e=window==null?void 0:window.navigator)==null?void 0:e.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function Mh(t){return n.getCurrentInstance()}function dd(t,e=1e4){return n.customRef((r,a)=>{let o=dn(t),i;const s=()=>setTimeout(()=>{o=dn(t),a()},dn(e));return ma(()=>{clearTimeout(i)}),{get(){return r(),o},set(l){o=l,a(),clearTimeout(i),i=s()}}})}function _h(t,e){Mh()&&n.onBeforeUnmount(t,e)}function Ad(t,e,r={}){const{immediate:a=!0}=r,o=n.ref(!1);let i=null;function s(){i&&(clearTimeout(i),i=null)}function l(){o.value=!1,s()}function c(...u){s(),o.value=!0,i=setTimeout(()=>{o.value=!1,i=null,t(...u)},dn(e))}return a&&(o.value=!0,Xt&&c()),ma(l),{isPending:n.readonly(o),start:c,stop:l}}function An(t){var e;const r=dn(t);return(e=r==null?void 0:r.$el)!=null?e:r}const Ns=Xt?window:void 0;function fn(...t){let e,r,a,o;if(typeof t[0]=="string"||Array.isArray(t[0])?([r,a,o]=t,e=Ns):[e,r,a,o]=t,!e)return Ih;Array.isArray(r)||(r=[r]),Array.isArray(a)||(a=[a]);const i=[],s=()=>{i.forEach(d=>d()),i.length=0},l=(d,A,f,p)=>(d.addEventListener(A,f,p),()=>d.removeEventListener(A,f,p)),c=n.watch(()=>[An(e),dn(o)],([d,A])=>{if(s(),!d)return;const f=Vh(A)?{...A}:A;i.push(...r.flatMap(p=>a.map(v=>l(d,p,v,f))))},{immediate:!0,flush:"post"}),u=()=>{c(),s()};return ma(u),u}function Rh(t){return typeof t=="function"?t:typeof t=="string"?e=>e.key===t:Array.isArray(t)?e=>t.includes(e.key):()=>!0}function Lh(...t){let e,r,a={};t.length===3?(e=t[0],r=t[1],a=t[2]):t.length===2?typeof t[1]=="object"?(e=!0,r=t[0],a=t[1]):(e=t[0],r=t[1]):(e=!0,r=t[0]);const{target:o=Ns,eventName:i="keydown",passive:s=!1,dedupe:l=!1}=a,c=Rh(e);return fn(o,i,u=>{u.repeat&&dn(l)||c(u)&&r(u)},s)}function Fh(){const t=n.ref(!1),e=n.getCurrentInstance();return e&&n.onMounted(()=>{t.value=!0},e),t}function Uh(t){return JSON.parse(JSON.stringify(t))}function Le(t,e,r,a={}){var o,i,s;const{clone:l=!1,passive:c=!1,eventName:u,deep:d=!1,defaultValue:A,shouldEmit:f}=a,p=n.getCurrentInstance(),v=r||(p==null?void 0:p.emit)||((o=p==null?void 0:p.$emit)==null?void 0:o.bind(p))||((s=(i=p==null?void 0:p.proxy)==null?void 0:i.$emit)==null?void 0:s.bind(p==null?void 0:p.proxy));let C=u;e||(e="modelValue"),C=C||`update:${e.toString()}`;const y=m=>l?typeof l=="function"?l(m):Uh(m):m,E=()=>Dh(t[e])?y(t[e]):A,h=m=>{f?f(m)&&v(C,m):v(C,m)};if(c){const m=E(),g=n.ref(m);let w=!1;return n.watch(()=>t[e],b=>{w||(w=!0,g.value=y(b),n.nextTick(()=>w=!1))}),n.watch(g,b=>{!w&&(b!==t[e]||d)&&h(b)},{deep:d}),g}else return n.computed({get(){return E()},set(m){h(m)}})}function el(t){return t?t.flatMap(e=>e.type===n.Fragment?el(e.children):[e]):[]}function $e(){let t=document.activeElement;if(t==null)return null;for(;t!=null&&t.shadowRoot!=null&&t.shadowRoot.activeElement!=null;)t=t.shadowRoot.activeElement;return t}const Zh=["INPUT","TEXTAREA"];function Hh(t,e,r,a={}){if(!e||a.enableIgnoredElement&&Zh.includes(e.nodeName))return null;const{arrowKeyOptions:o="both",attributeName:i="[data-radix-vue-collection-item]",itemsArray:s=[],loop:l=!0,dir:c="ltr",preventScroll:u=!0,focus:d=!1}=a,[A,f,p,v,C,y]=[t.key==="ArrowRight",t.key==="ArrowLeft",t.key==="ArrowUp",t.key==="ArrowDown",t.key==="Home",t.key==="End"],E=p||v,h=A||f;if(!C&&!y&&(!E&&!h||o==="vertical"&&h||o==="horizontal"&&E))return null;const m=r?Array.from(r.querySelectorAll(i)):s;if(!m.length)return null;u&&t.preventDefault();let g=null;return h||E?g=fd(m,e,{goForward:E?v:c==="ltr"?A:f,loop:l}):C?g=m.at(0)||null:y&&(g=m.at(-1)||null),d&&(g==null||g.focus()),g}function fd(t,e,r,a=t.length){if(--a===0)return null;const o=t.indexOf(e),i=r.goForward?o+1:o-1;if(!r.loop&&(i<0||i>=t.length))return null;const s=(i+t.length)%t.length,l=t[s];return l?l.hasAttribute("disabled")&&l.getAttribute("disabled")!=="false"?fd(t,l,r,a):l:null}function tl(t){if(t===null||typeof t!="object")return!1;const e=Object.getPrototypeOf(t);return e!==null&&e!==Object.prototype&&Object.getPrototypeOf(e)!==null||Symbol.iterator in t?!1:Symbol.toStringTag in t?Object.prototype.toString.call(t)==="[object Module]":!0}function nl(t,e,r=".",a){if(!tl(e))return nl(t,{},r);const o=Object.assign({},e);for(const i in t){if(i==="__proto__"||i==="constructor")continue;const s=t[i];s!=null&&(Array.isArray(s)&&Array.isArray(o[i])?o[i]=[...s,...o[i]]:tl(s)&&tl(o[i])?o[i]=nl(s,o[i],(r?`${r}.`:"")+i.toString()):o[i]=s)}return o}function Qh(t){return(...e)=>e.reduce((r,a)=>nl(r,a,""),{})}const qh=Qh(),[rl,kT]=De("ConfigProvider");let zh="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",Kh=(t=21)=>{let e="",r=t;for(;r--;)e+=zh[Math.random()*64|0];return e};const jh=cd(()=>{const t=n.ref(new Map),e=n.ref(),r=n.computed(()=>{for(const s of t.value.values())if(s)return!0;return!1}),a=rl({scrollBody:n.ref(!0)});let o=null;const i=()=>{document.body.style.paddingRight="",document.body.style.marginRight="",document.body.style.pointerEvents="",document.body.style.removeProperty("--scrollbar-width"),document.body.style.overflow=e.value??"",ud&&(o==null||o()),e.value=void 0};return n.watch(r,(s,l)=>{var c;if(!Xt)return;if(!s){l&&i();return}e.value===void 0&&(e.value=document.body.style.overflow);const u=window.innerWidth-document.documentElement.clientWidth,d={padding:u,margin:0},A=(c=a.scrollBody)!=null&&c.value?typeof a.scrollBody.value=="object"?qh({padding:a.scrollBody.value.padding===!0?u:a.scrollBody.value.padding,margin:a.scrollBody.value.margin===!0?u:a.scrollBody.value.margin},d):d:{padding:0,margin:0};u>0&&(document.body.style.paddingRight=typeof A.padding=="number"?`${A.padding}px`:String(A.padding),document.body.style.marginRight=typeof A.margin=="number"?`${A.margin}px`:String(A.margin),document.body.style.setProperty("--scrollbar-width",`${u}px`),document.body.style.overflow="hidden"),ud&&(o=fn(document,"touchmove",f=>Jh(f),{passive:!1})),n.nextTick(()=>{document.body.style.pointerEvents="none",document.body.style.overflow="hidden"})},{immediate:!0,flush:"sync"}),t});function al(t){const e=Kh(6),r=jh();r.value.set(e,t??!1);const a=n.computed({get:()=>r.value.get(e)??!1,set:o=>r.value.set(e,o)});return _h(()=>{r.value.delete(e)}),a}function pd(t){const e=window.getComputedStyle(t);if(e.overflowX==="scroll"||e.overflowY==="scroll"||e.overflowX==="auto"&&t.clientWidth<t.scrollWidth||e.overflowY==="auto"&&t.clientHeight<t.scrollHeight)return!0;{const r=t.parentNode;return!(r instanceof Element)||r.tagName==="BODY"?!1:pd(r)}}function Jh(t){const e=t||window.event,r=e.target;return r instanceof Element&&pd(r)?!1:e.touches.length>1?!0:(e.preventDefault&&e.cancelable&&e.preventDefault(),!1)}const Xh="data-radix-vue-collection-item";function Wh(t,e=Xh){const r=Symbol();return{createCollection:a=>{const o=n.ref([]);function i(){const s=An(a);return s?o.value=Array.from(s.querySelectorAll(`[${e}]:not([data-disabled])`)):o.value=[]}return n.onBeforeUpdate(()=>{o.value=[]}),n.onMounted(i),n.onUpdated(i),n.watch(()=>a==null?void 0:a.value,i,{immediate:!0}),n.provide(r,o),o},injectCollection:()=>n.inject(r,n.ref([]))}}function md(t){const e=n.ref(t);function r(){return e.value}function a(C){e.value=C}function o(C,y){return new zt(e.value,y).format(C)}function i(C,y=!0){return _s(C)&&y?o(ut(C),{dateStyle:"long",timeStyle:"long"}):o(ut(C),{dateStyle:"long"})}function s(C,y={}){return new zt(e.value,{month:"long",year:"numeric",...y}).format(C)}function l(C,y={}){return new zt(e.value,{month:"long",...y}).format(C)}function c(){const C=e1(sa());return[1,2,3,4,5,6,7,8,9,10,11,12].map(y=>({label:l(ut(C.set({month:y}))),value:y}))}function u(C,y={}){return new zt(e.value,{year:"numeric",...y}).format(C)}function d(C,y){return Co(C)?new zt(e.value,{...y,timeZone:C.timeZone}).formatToParts(ut(C)):new zt(e.value,y).formatToParts(ut(C))}function A(C,y="narrow"){return new zt(e.value,{weekday:y}).format(C)}function f(C){var y;return((y=new zt(e.value,{hour:"numeric",minute:"numeric"}).formatToParts(C).find(E=>E.type==="dayPeriod"))==null?void 0:y.value)==="PM"?"PM":"AM"}const p={year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"};function v(C,y,E={}){const h={...p,...E},m=d(C,h).find(g=>g.type===y);return m?m.value:""}return{setLocale:a,getLocale:r,fullMonth:l,fullYear:u,fullMonthAndYear:s,toParts:d,custom:o,part:v,dayPeriod:f,selectedDate:i,dayOfWeek:A,getMonths:c}}function Hn(t){const e=rl({dir:n.ref("ltr")});return n.computed(()=>{var r;return(t==null?void 0:t.value)||((r=e.dir)==null?void 0:r.value)||"ltr"})}function ha(t){const e=n.getCurrentInstance(),r=e==null?void 0:e.type.emits,a={};return r!=null&&r.length||console.warn(`No emitted event found. Please check component: ${e==null?void 0:e.type.__name}`),r==null||r.forEach(o=>{a[n.toHandlerKey(n.camelize(o))]=(...i)=>t(o,...i)}),a}let ol=0;function hd(){n.watchEffect(t=>{if(!Xt)return;const e=document.querySelectorAll("[data-radix-focus-guard]");document.body.insertAdjacentElement("afterbegin",e[0]??gd()),document.body.insertAdjacentElement("beforeend",e[1]??gd()),ol++,t(()=>{ol===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(r=>r.remove()),ol--})})}function gd(){const t=document.createElement("span");return t.setAttribute("data-radix-focus-guard",""),t.tabIndex=0,t.style.outline="none",t.style.opacity="0",t.style.position="fixed",t.style.pointerEvents="none",t}function il(t){return n.computed(()=>{var e;return dn(t)?!!((e=An(t))!=null&&e.closest("form")):!0})}function sl(t){const e=n.getCurrentInstance(),r=Object.keys((e==null?void 0:e.type.props)??{}).reduce((o,i)=>{const s=(e==null?void 0:e.type.props[i]).default;return s!==void 0&&(o[i]=s),o},{}),a=n.toRef(t);return n.computed(()=>{const o={},i=(e==null?void 0:e.vnode.props)??{};return Object.keys(i).forEach(s=>{o[n.camelize(s)]=i[s]}),Object.keys({...r,...o}).reduce((s,l)=>(a.value[l]!==void 0&&(s[l]=a.value[l]),s),{})})}function Wt(t,e){const r=sl(t),a=e?ha(e):{};return n.computed(()=>({...r.value,...a}))}function ae(){const t=n.getCurrentInstance(),e=n.ref(),r=n.computed(()=>{var s,l;return["#text","#comment"].includes((s=e.value)==null?void 0:s.$el.nodeName)?(l=e.value)==null?void 0:l.$el.nextElementSibling:An(e)}),a=Object.assign({},t.exposed),o={};for(const s in t.props)Object.defineProperty(o,s,{enumerable:!0,configurable:!0,get:()=>t.props[s]});if(Object.keys(a).length>0)for(const s in a)Object.defineProperty(o,s,{enumerable:!0,configurable:!0,get:()=>a[s]});Object.defineProperty(o,"$el",{enumerable:!0,configurable:!0,get:()=>t.vnode.el}),t.exposed=o;function i(s){e.value=s,s&&(Object.defineProperty(o,"$el",{enumerable:!0,configurable:!0,get:()=>s instanceof Element?s:s.$el}),t.exposed=o)}return{forwardRef:i,currentRef:e,currentElement:r}}function $h(t,e){const r=dd(!1,300),a=n.ref(null),o=Sh();function i(){a.value=null,r.value=!1}function s(l,c){const u=l.currentTarget,d={x:l.clientX,y:l.clientY},A=Yh(d,u.getBoundingClientRect()),f=Gh(d,A),p=Nh(c.getBoundingClientRect()),v=t5([...f,...p]);a.value=v,r.value=!0}return n.watchEffect(l=>{if(t.value&&e.value){const c=d=>s(d,e.value),u=d=>s(d,t.value);t.value.addEventListener("pointerleave",c),e.value.addEventListener("pointerleave",u),l(()=>{var d,A;(d=t.value)==null||d.removeEventListener("pointerleave",c),(A=e.value)==null||A.removeEventListener("pointerleave",u)})}}),n.watchEffect(l=>{var c;if(a.value){const u=d=>{var A,f;if(!a.value)return;const p=d.target,v={x:d.clientX,y:d.clientY},C=((A=t.value)==null?void 0:A.contains(p))||((f=e.value)==null?void 0:f.contains(p)),y=!e5(v,a.value),E=!!p.closest("[data-grace-area-trigger]");C?i():(y||E)&&(i(),o.trigger())};(c=t.value)==null||c.ownerDocument.addEventListener("pointermove",u),l(()=>{var d;return(d=t.value)==null?void 0:d.ownerDocument.removeEventListener("pointermove",u)})}}),{isPointerInTransit:r,onPointerExit:o.on}}function Yh(t,e){const r=Math.abs(e.top-t.y),a=Math.abs(e.bottom-t.y),o=Math.abs(e.right-t.x),i=Math.abs(e.left-t.x);switch(Math.min(r,a,o,i)){case i:return"left";case o:return"right";case r:return"top";case a:return"bottom";default:throw new Error("unreachable")}}function Gh(t,e,r=5){const a=[];switch(e){case"top":a.push({x:t.x-r,y:t.y+r},{x:t.x+r,y:t.y+r});break;case"bottom":a.push({x:t.x-r,y:t.y-r},{x:t.x+r,y:t.y-r});break;case"left":a.push({x:t.x+r,y:t.y-r},{x:t.x+r,y:t.y+r});break;case"right":a.push({x:t.x-r,y:t.y-r},{x:t.x-r,y:t.y+r});break}return a}function Nh(t){const{top:e,right:r,bottom:a,left:o}=t;return[{x:o,y:e},{x:r,y:e},{x:r,y:a},{x:o,y:a}]}function e5(t,e){const{x:r,y:a}=t;let o=!1;for(let i=0,s=e.length-1;i<e.length;s=i++){const l=e[i].x,c=e[i].y,u=e[s].x,d=e[s].y;c>a!=d>a&&r<(u-l)*(a-c)/(d-c)+l&&(o=!o)}return o}function t5(t){const e=t.slice();return e.sort((r,a)=>r.x<a.x?-1:r.x>a.x?1:r.y<a.y?-1:r.y>a.y?1:0),n5(e)}function n5(t){if(t.length<=1)return t.slice();const e=[];for(let a=0;a<t.length;a++){const o=t[a];for(;e.length>=2;){const i=e[e.length-1],s=e[e.length-2];if((i.x-s.x)*(o.y-s.y)>=(i.y-s.y)*(o.x-s.x))e.pop();else break}e.push(o)}e.pop();const r=[];for(let a=t.length-1;a>=0;a--){const o=t[a];for(;r.length>=2;){const i=r[r.length-1],s=r[r.length-2];if((i.x-s.x)*(o.y-s.y)>=(i.y-s.y)*(o.x-s.x))r.pop();else break}r.push(o)}return r.pop(),e.length===1&&r.length===1&&e[0].x===r[0].x&&e[0].y===r[0].y?e:e.concat(r)}var r5=function(t){if(typeof document>"u")return null;var e=Array.isArray(t)?t[0]:t;return e.ownerDocument.body},br=new WeakMap,Oo=new WeakMap,Vo={},ll=0,vd=function(t){return t&&(t.host||vd(t.parentNode))},a5=function(t,e){return e.map(function(r){if(t.contains(r))return r;var a=vd(r);return a&&t.contains(a)?a:(console.error("aria-hidden",r,"in not contained inside",t,". Doing nothing"),null)}).filter(function(r){return!!r})},o5=function(t,e,r,a){var o=a5(e,Array.isArray(t)?t:[t]);Vo[r]||(Vo[r]=new WeakMap);var i=Vo[r],s=[],l=new Set,c=new Set(o),u=function(A){!A||l.has(A)||(l.add(A),u(A.parentNode))};o.forEach(u);var d=function(A){!A||c.has(A)||Array.prototype.forEach.call(A.children,function(f){if(l.has(f))d(f);else try{var p=f.getAttribute(a),v=p!==null&&p!=="false",C=(br.get(f)||0)+1,y=(i.get(f)||0)+1;br.set(f,C),i.set(f,y),s.push(f),C===1&&v&&Oo.set(f,!0),y===1&&f.setAttribute(r,"true"),v||f.setAttribute(a,"true")}catch(E){console.error("aria-hidden: cannot operate on ",f,E)}})};return d(e),l.clear(),ll++,function(){s.forEach(function(A){var f=br.get(A)-1,p=i.get(A)-1;br.set(A,f),i.set(A,p),f||(Oo.has(A)||A.removeAttribute(a),Oo.delete(A)),p||A.removeAttribute(r)}),ll--,ll||(br=new WeakMap,br=new WeakMap,Oo=new WeakMap,Vo={})}},i5=function(t,e,r){r===void 0&&(r="data-aria-hidden");var a=Array.from(Array.isArray(t)?t:[t]),o=r5(t);return o?(a.push.apply(a,Array.from(o.querySelectorAll("[aria-live]"))),o5(a,o,r,"aria-hidden")):function(){return null}};function cl(t){let e;n.watch(()=>An(t),r=>{r?e=i5(r):e&&e()}),n.onUnmounted(()=>{e&&e()})}let s5=0;function pn(t,e="radix"){const r=rl({useId:void 0});return Zc.useId?`${e}-${Zc.useId()}`:r.useId?`${e}-${r.useId()}`:`${e}-${++s5}`}function l5(t){const e=n.ref(),r=n.computed(()=>{var o;return((o=e.value)==null?void 0:o.width)??0}),a=n.computed(()=>{var o;return((o=e.value)==null?void 0:o.height)??0});return n.onMounted(()=>{const o=An(t);if(o){e.value={width:o.offsetWidth,height:o.offsetHeight};const i=new ResizeObserver(s=>{if(!Array.isArray(s)||!s.length)return;const l=s[0];let c,u;if("borderBoxSize"in l){const d=l.borderBoxSize,A=Array.isArray(d)?d[0]:d;c=A.inlineSize,u=A.blockSize}else c=o.offsetWidth,u=o.offsetHeight;e.value={width:c,height:u}});return i.observe(o,{box:"border-box"}),()=>i.unobserve(o)}else e.value=void 0}),{width:r,height:a}}function c5(t,e){const r=n.ref(t);function a(o){return e[r.value][o]??r.value}return{state:r,dispatch:o=>{r.value=a(o)}}}const u5="data-item-text";function d5(t){const e=dd("",1e3);return{search:e,handleTypeaheadSearch:(r,a)=>{if(!(t!=null&&t.value)&&!a)return;e.value=e.value+r;const o=(t==null?void 0:t.value)??a,i=$e(),s=o.map(A=>{var f;return{ref:A,textValue:((f=(A.querySelector(`[${u5}]`)??A).textContent)==null?void 0:f.trim())??""}}),l=s.find(A=>A.ref===i),c=s.map(A=>A.textValue),u=f5(c,e.value,l==null?void 0:l.textValue),d=s.find(A=>A.textValue===u);return d&&d.ref.focus(),d==null?void 0:d.ref},resetTypeahead:()=>{e.value=""}}}function A5(t,e){return t.map((r,a)=>t[(e+a)%t.length])}function f5(t,e,r){const a=e.length>1&&Array.from(e).every(l=>l===e[0])?e[0]:e,o=r?t.indexOf(r):-1;let i=A5(t,Math.max(o,0));a.length===1&&(i=i.filter(l=>l!==r));const s=i.find(l=>l.toLowerCase().startsWith(a.toLowerCase()));return s!==r?s:void 0}function ga(){return{ALT:"Alt",ARROW_DOWN:"ArrowDown",ARROW_LEFT:"ArrowLeft",ARROW_RIGHT:"ArrowRight",ARROW_UP:"ArrowUp",BACKSPACE:"Backspace",CAPS_LOCK:"CapsLock",CONTROL:"Control",DELETE:"Delete",END:"End",ENTER:"Enter",ESCAPE:"Escape",F1:"F1",F10:"F10",F11:"F11",F12:"F12",F2:"F2",F3:"F3",F4:"F4",F5:"F5",F6:"F6",F7:"F7",F8:"F8",F9:"F9",HOME:"Home",META:"Meta",PAGE_DOWN:"PageDown",PAGE_UP:"PageUp",SHIFT:"Shift",SPACE:" ",TAB:"Tab",CTRL:"Control",ASTERISK:"*",SPACE_CODE:"Space"}}const ul=n.defineComponent({name:"PrimitiveSlot",inheritAttrs:!1,setup(t,{attrs:e,slots:r}){return()=>{var a,o;if(!r.default)return null;const i=el(r.default()),s=i.findIndex(d=>d.type!==n.Comment);if(s===-1)return i;const l=i[s];(a=l.props)==null||delete a.ref;const c=l.props?n.mergeProps(e,l.props):e;e.class&&(o=l.props)!=null&&o.class&&delete l.props.class;const u=n.cloneVNode(l,c);for(const d in c)d.startsWith("on")&&(u.props||(u.props={}),u.props[d]=c[d]);return i.length===1?u:(i[s]=u,i)}}}),ue=n.defineComponent({name:"Primitive",inheritAttrs:!1,props:{asChild:{type:Boolean,default:!1},as:{type:[String,Object],default:"div"}},setup(t,{attrs:e,slots:r}){const a=t.asChild?"template":t.as;return typeof a=="string"&&["area","img","input"].includes(a)?()=>n.h(a,e):a!=="template"?()=>n.h(t.as,e,{default:r.default}):()=>n.h(ul,e,{default:r.default})}});function va(){const t=n.ref(),e=n.computed(()=>{var r,a;return["#text","#comment"].includes((r=t.value)==null?void 0:r.$el.nodeName)?(a=t.value)==null?void 0:a.$el.nextElementSibling:An(t)});return{primitiveElement:t,currentElement:e}}function p5(t,e){var r;const a=n.ref({}),o=n.ref("none"),i=n.ref(t),s=t.value?"mounted":"unmounted";let l;const c=((r=e.value)==null?void 0:r.ownerDocument.defaultView)??Ns,{state:u,dispatch:d}=c5(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}}),A=y=>{var E;if(Xt){const h=new CustomEvent(y,{bubbles:!1,cancelable:!1});(E=e.value)==null||E.dispatchEvent(h)}};n.watch(t,async(y,E)=>{var h;const m=E!==y;if(await n.nextTick(),m){const g=o.value,w=Io(e.value);y?(d("MOUNT"),A("enter"),w==="none"&&A("after-enter")):w==="none"||((h=a.value)==null?void 0:h.display)==="none"?(d("UNMOUNT"),A("leave"),A("after-leave")):E&&g!==w?(d("ANIMATION_OUT"),A("leave")):(d("UNMOUNT"),A("after-leave"))}},{immediate:!0});const f=y=>{const E=Io(e.value),h=E.includes(y.animationName),m=u.value==="mounted"?"enter":"leave";if(y.target===e.value&&h&&(A(`after-${m}`),d("ANIMATION_END"),!i.value)){const g=e.value.style.animationFillMode;e.value.style.animationFillMode="forwards",l=c==null?void 0:c.setTimeout(()=>{var w;((w=e.value)==null?void 0:w.style.animationFillMode)==="forwards"&&(e.value.style.animationFillMode=g)})}y.target===e.value&&E==="none"&&d("ANIMATION_END")},p=y=>{y.target===e.value&&(o.value=Io(e.value))},v=n.watch(e,(y,E)=>{y?(a.value=getComputedStyle(y),y.addEventListener("animationstart",p),y.addEventListener("animationcancel",f),y.addEventListener("animationend",f)):(d("ANIMATION_END"),l!==void 0&&(c==null||c.clearTimeout(l)),E==null||E.removeEventListener("animationstart",p),E==null||E.removeEventListener("animationcancel",f),E==null||E.removeEventListener("animationend",f))},{immediate:!0}),C=n.watch(u,()=>{const y=Io(e.value);o.value=u.value==="mounted"?y:"none"});return n.onUnmounted(()=>{v(),C()}),{isPresent:n.computed(()=>["mounted","unmountSuspended"].includes(u.value))}}function Io(t){return t&&getComputedStyle(t).animationName||"none"}const Qn=n.defineComponent({name:"Presence",props:{present:{type:Boolean,required:!0},forceMount:{type:Boolean}},slots:{},setup(t,{slots:e,expose:r}){var a;const{present:o,forceMount:i}=n.toRefs(t),s=n.ref(),{isPresent:l}=p5(o,s);r({present:l});let c=e.default({present:l});c=el(c||[]);const u=n.getCurrentInstance();if(c&&(c==null?void 0:c.length)>1){const d=(a=u==null?void 0:u.parent)!=null&&a.type.name?`<${u.parent.type.name} />`:"component";throw new Error([`Detected an invalid children for \`${d}\` for \`Presence\` component.`,"","Note: Presence works similarly to `v-if` directly, but it waits for animation/transition to finished before unmounting. So it expect only one direct child of valid VNode type.","You can apply a few solutions:",["Provide a single child element so that `presence` directive attach correctly.","Ensure the first child is an actual element instead of a raw text node or comment node."].map(A=>` - ${A}`).join(`
16
+ `):" "+Hu(i[0]):"as no adapter specified";throw new le("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return a},adapters:us};function ds(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new sr(null,t)}function qu(t){return ds(t),t.headers=Xe.from(t.headers),t.data=ss.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),Qu.getAdapter(t.adapter||ra.adapter)(t).then(function(a){return ds(t),a.data=ss.call(t,t.transformResponse,a),a.headers=Xe.from(a.headers),a},function(a){return Du(a)||(ds(t),a&&a.response&&(a.response.data=ss.call(t,t.transformResponse,a.response),a.response.headers=Xe.from(a.response.headers))),Promise.reject(a)})}const zu="1.7.4",As={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{As[t]=function(a){return typeof a===t||"a"+(e<1?"n ":" ")+t}});const Ku={};As.transitional=function(e,r,a){function o(i,s){return"[Axios v"+zu+"] Transitional option '"+i+"'"+s+(a?". "+a:"")}return(i,s,l)=>{if(e===!1)throw new le(o(s," has been removed"+(r?" in "+r:"")),le.ERR_DEPRECATED);return r&&!Ku[s]&&(Ku[s]=!0,console.warn(o(s," has been deprecated since v"+r+" and will be removed in the near future"))),e?e(i,s,l):!0}};function c3(t,e,r){if(typeof t!="object")throw new le("options must be an object",le.ERR_BAD_OPTION_VALUE);const a=Object.keys(t);let o=a.length;for(;o-- >0;){const i=a[o],s=e[i];if(s){const l=t[i],c=l===void 0||s(l,i,t);if(c!==!0)throw new le("option "+i+" must be "+c,le.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new le("Unknown option "+i,le.ERR_BAD_OPTION)}}const fs={assertOptions:c3,validators:As},rn=fs.validators;class Mn{constructor(e){this.defaults=e,this.interceptors={request:new Bu,response:new Bu}}async request(e,r){try{return await this._request(e,r)}catch(a){if(a instanceof Error){let o;Error.captureStackTrace?Error.captureStackTrace(o={}):o=new Error;const i=o.stack?o.stack.replace(/^.+\n/,""):"";try{a.stack?i&&!String(a.stack).endsWith(i.replace(/^.+\n.+\n/,""))&&(a.stack+=`
17
+ `+i):a.stack=i}catch{}}throw a}}_request(e,r){typeof e=="string"?(r=r||{},r.url=e):r=e||{},r=Pn(this.defaults,r);const{transitional:a,paramsSerializer:o,headers:i}=r;a!==void 0&&fs.assertOptions(a,{silentJSONParsing:rn.transitional(rn.boolean),forcedJSONParsing:rn.transitional(rn.boolean),clarifyTimeoutError:rn.transitional(rn.boolean)},!1),o!=null&&(I.isFunction(o)?r.paramsSerializer={serialize:o}:fs.assertOptions(o,{encode:rn.function,serialize:rn.function},!0)),r.method=(r.method||this.defaults.method||"get").toLowerCase();let s=i&&I.merge(i.common,i[r.method]);i&&I.forEach(["delete","get","head","post","put","patch","common"],g=>{delete i[g]}),r.headers=Xe.concat(s,i);const l=[];let c=!0;this.interceptors.request.forEach(function(b){typeof b.runWhen=="function"&&b.runWhen(r)===!1||(c=c&&b.synchronous,l.unshift(b.fulfilled,b.rejected))});const u=[];this.interceptors.response.forEach(function(b){u.push(b.fulfilled,b.rejected)});let d,A=0,m;if(!c){const g=[qu.bind(this),void 0];for(g.unshift.apply(g,l),g.push.apply(g,u),m=g.length,d=Promise.resolve(r);A<m;)d=d.then(g[A++],g[A++]);return d}m=l.length;let f=r;for(A=0;A<m;){const g=l[A++],b=l[A++];try{f=g(f)}catch(v){b.call(this,v);break}}try{d=qu.call(this,f)}catch(g){return Promise.reject(g)}for(A=0,m=u.length;A<m;)d=d.then(u[A++],u[A++]);return d}getUri(e){e=Pn(this.defaults,e);const r=Mu(e.baseURL,e.url);return xu(r,e.params,e.paramsSerializer)}}I.forEach(["delete","get","head","options"],function(e){Mn.prototype[e]=function(r,a){return this.request(Pn(a||{},{method:e,url:r,data:(a||{}).data}))}}),I.forEach(["post","put","patch"],function(e){function r(a){return function(i,s,l){return this.request(Pn(l||{},{method:e,headers:a?{"Content-Type":"multipart/form-data"}:{},url:i,data:s}))}}Mn.prototype[e]=r(),Mn.prototype[e+"Form"]=r(!0)});class ps{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(i){r=i});const a=this;this.promise.then(o=>{if(!a._listeners)return;let i=a._listeners.length;for(;i-- >0;)a._listeners[i](o);a._listeners=null}),this.promise.then=o=>{let i;const s=new Promise(l=>{a.subscribe(l),i=l}).then(o);return s.cancel=function(){a.unsubscribe(i)},s},e(function(i,s,l){a.reason||(a.reason=new sr(i,s,l),r(a.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const r=this._listeners.indexOf(e);r!==-1&&this._listeners.splice(r,1)}static source(){let e;return{token:new ps(function(o){e=o}),cancel:e}}}function u3(t){return function(r){return t.apply(null,r)}}function d3(t){return I.isObject(t)&&t.isAxiosError===!0}const ms={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(ms).forEach(([t,e])=>{ms[e]=t});function ju(t){const e=new Mn(t),r=cu(Mn.prototype.request,e);return I.extend(r,Mn.prototype,e,{allOwnKeys:!0}),I.extend(r,e,null,{allOwnKeys:!0}),r.create=function(o){return ju(Pn(t,o))},r}const Ve=ju(ra);Ve.Axios=Mn,Ve.CanceledError=sr,Ve.CancelToken=ps,Ve.isCancel=Du,Ve.VERSION=zu,Ve.toFormData=ao,Ve.AxiosError=le,Ve.Cancel=Ve.CanceledError,Ve.all=function(e){return Promise.all(e)},Ve.spread=u3,Ve.isAxiosError=d3,Ve.mergeConfig=Pn,Ve.AxiosHeaders=Xe,Ve.formToJSON=t=>Tu(I.isHTMLForm(t)?new FormData(t):t),Ve.getAdapter=Qu.getAdapter,Ve.HttpStatusCode=ms,Ve.default=Ve;const ie=Ve.create({headers:{"Content-Type":"application/json","Cache-Control":"no-cache"},timeout:15e3});ie.interceptors.request.use(t=>{const e=Ee(),r=e.apiBaseURLAuthNv?`${e.apiBaseURLAuthNv}`:`${e.apiBaseURL}/api`;t.baseURL=r;let a=e.userState.token;if(!a&&Vn()){const o=lu();o&&(a=o)}return a&&(t.headers.Authorization=`Bearer ${a}`),e.apiBaseURLAuthNv&&!Vn()&&(t.withCredentials=!0),t}),ie.interceptors.response.use(t=>t.data.error?Promise.reject({error:!0,message:t.data.message,response:t.data.response||{},status:t.data.status||500}):t.data,t=>Promise.reject({error:!0,message:t.message,response:t.response||{},status:500}));const A3=async t=>ie.post("v1/auth/login",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),an=async()=>await ie.post("v1/auth/me").then(e=>e.response).catch(e=>{throw e.response?e.response:e}),f3=async(t,e)=>await ie.post("v1/qr-auth/generar",{aplicacion:t,deviceId:e}).then(a=>a.response.data).catch(a=>{throw a.response?a.response:a}),p3=async(t,e,r,a)=>await ie.post("v1/qr-auth/autorizar",{token:t,sessionId:e,usuarioId:a,deviceId:r}).then(i=>i.response.data).catch(i=>{throw i.response?i.response:i}),Ju=async t=>await ie.post("v1/auth/usuario/enviar-codigo-medio",t).then(r=>r).catch(r=>{throw r.response?r.response:r}),m3=async t=>await ie.post("v1/auth/enviar-codigo-medio",t).then(r=>r).catch(r=>{throw r.response?r.response:r}),Xu=async t=>await ie.post("v1/auth/usuario/confirmar-codigo-medio",t).then(r=>r).catch(r=>{throw r.response?r.response:r}),h3=async t=>await ie.post("v1/auth/confirmar-codigo-medio",t).then(r=>r).catch(r=>{throw r.response?r.response:r}),g3=async t=>ie.post("v1/auth/enviar-codigo-medio",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),$u=async t=>ie.post("v1/auth/2fa-generar-codigo",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),Wu=async t=>ie.post("v1/2fa/generar",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),v3=async t=>ie.post("v1/auth/confirmar-codigo-medio",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),y3=async t=>ie.post("v1/auth/login/confirmation",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),w3=async t=>ie.post("v1/auth/verificar-totp",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),b3=async()=>ie.post("v1/perfil-persona/logout").then(t=>t).catch(t=>{var e;throw(e=t.response)!=null&&e.data?t.response.data:t}),C3=async()=>ie.post("v1/auth/logout").then(t=>t).catch(t=>{var e;throw(e=t.response)!=null&&e.data?t.response.data:t}),E3=async t=>ie.post("v1/auth/token/refresh",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),Ee=iu("LOGIN_STORE",()=>{const t=n.ref("LOGIN_STORE"),e=n.ref("login"),r=n.ref({token:void 0,refreshToken:void 0,user:void 0,funcionario:void 0,isAuth:!1,apps:[],roles:[],permisos:[],fechaCambioPassword:void 0,diasVidaPassword:void 0,cambiarPassword:!1,forzarCambioPassword:!1}),a=n.ref(null),o=n.ref(""),i=n.ref(""),s=n.ref(!1),l=n.ref(""),c=n.ref(""),u=n.ref(""),d=n.ref(""),A=n.ref(""),m=n.ref(""),f=n.ref(!1),g=n.ref("0.0.1"),b=n.ref(!1),v=n.ref(!1),k=()=>{e.value="login"},h=()=>{e.value="registrar"},p=()=>{e.value="recuperar-password"},y=async V=>{var _,G,U,L,D,R;let te=V;const pe=Yi(`${V.usuario}:${u.value}`);if(i.value){const{usuario:N,...q}=te;te={numeroDocumento:N,deviceId:pe??c.value,...q}}const Y=await A3({...te,codigoDispositivo:pe??void 0,aplicacion:u.value,verificarSiFuncionario:f.value});if(typeof((_=Y.response)==null?void 0:_.mediosVerificados)=="object")return Y.response;if(i.value){if(((U=(G=Y.response)==null?void 0:G.data)==null?void 0:U.mediosVerificados.length)>0)return Y;if(Vn()){const N=(L=Y.response)==null?void 0:L.accessToken;N&&(or(N),r.value={...r.value,token:N});const q=await an();x(q,(D=Y.response)==null?void 0:D.accessToken,(R=Y.response)==null?void 0:R.tokenRefresh)}else{const N=await an();x(N)}}else S(Y.response);return i.value?Y:Y.response},w=async(V,te,pe)=>{var _,G;const Y=await p3(V,te,c.value,pe);if(i.value){const U=await an();Vn()?x(U,(_=Y.response)==null?void 0:_.accessToken,(G=Y.response)==null?void 0:G.tokenRefresh):x(U)}return Y.response},C=async V=>{const te=await y3({...V,codigoDispositivo:V.codigoDispositivo,aplicacion:u.value,verificarSiFuncionario:f.value});S(te.response),V.esDispositivoConfianza&&re({usuario:V.usuario,value:V.codigoDispositivo})},E=async V=>{var pe,Y,_;const te=await w3({...V});if(Vn()){const G=(pe=te.response)==null?void 0:pe.accessToken;G&&(or(G),r.value={...r.value,token:G});const U=await an();x(U,(Y=te.response)==null?void 0:Y.accessToken,(_=te.response)==null?void 0:_.tokenRefresh)}else{const G=await an();x(G)}V.dispositivoConfianza&&re({usuario:V.numeroDocumento,value:V.deviceId})},T=async V=>{var te,pe,Y;if(i.value){const _=await Xu({...V,isLogin:!0,deviceId:V.codigoDispositivo});if(Vn()){const G=(te=_.response)==null?void 0:te.accessToken;G&&(or(G),r.value={...r.value,token:G});const U=await an();x(U,(pe=_.response)==null?void 0:pe.accessToken,(Y=_.response)==null?void 0:Y.tokenRefresh)}else{const G=await an();x(G)}V.dispositivoConfianza&&re({usuario:V.numeroDocumento,value:V.deviceId})}else{const _=await v3({...V});S(_.response),V.esDispositivoConfianza&&re({usuario:V.usuario,value:V.codigoDispositivo})}},S=V=>{var G,U,L,D,R;const te=V.accessToken||V.token;te&&or(te);const pe=(G=V.usuario)!=null&&G.whatsapp&&Number(V.usuario.whatsapp)===1?1:void 0,Y=(U=V.usuario)!=null&&U.telegram&&Number(V.usuario.telegram)===1?1:void 0,_=(L=V.usuario)!=null&&L.emailValidado&&Number(V.usuario.emailValidado)===1?1:void 0;r.value={token:te,refreshToken:V.tokenRefresh,funcionario:V!=null&&V.funcionario?V.funcionario:void 0,user:{...V.usuario,nombreCompleto:(R=(D=V==null?void 0:V.usuario)==null?void 0:D.nombreCompleto)==null?void 0:R.toLowerCase(),fotoUrl:`${m.value}/personas/fotosegip/${V.usuario.fotoRuta}?rand=${Math.random()*100}`,whatsapp:pe,telegram:Y,emailValidado:_},isNvAuth:!1,isAuth:!0,apps:V.apps,roles:V.roles,permisos:V.permisos,fechaCambioPassword:V.fechaCambioPassword,diasVidaPassword:V.diasVidaPassword,forzarCambioPassword:V.obligarCambio&&v.value,forzarActivar2FA:V.obligar2FA,cambiarPassword:V.cambiarPassword}},x=(V,te,pe)=>{var Y,_,G,U,L;te&&or(te),r.value={token:te,refreshToken:pe,...V,funcionario:{...V.funcionario,funcionarioId:((Y=V.funcionario)==null?void 0:Y.id)??0,estado:0,latitud:void 0,longitud:void 0,divisiones:void 0,organizaciones:void 0,fechaIngresoInstitucion:"",aniosAntiguedad:0,idFirma:void 0,sinControlAsistencia:0,conInamovilidad:0,usuarioId:V.id??0,division:((_=V.funcionario)==null?void 0:_.divisionNombre)??"",cargo:(G=V.funcionario)==null?void 0:G.cargoNombre,cargoId:0,divisionId:0,oficinaId:0,municipio:"",municipioId:0,entidad:((U=V.funcionario)==null?void 0:U.entidadNombre)??"",entidadId:0,institucionId:0,institucion:((L=V.funcionario)==null?void 0:L.institucionNombre)??"",departamento:"",departamentoId:0},user:(()=>{var W,K,F,X,Ae,ge,Ce,st,ht,gt,vt,Nt,Ut,en,tr,yt,qa,za,Ka;let D,R,N,q="";V.usuarioMediosVerificados&&V.usuarioMediosVerificados.length>0&&V.usuarioMediosVerificados.forEach(tn=>{tn.medio===1?(D=1,tn.default&&(q="whatsapp")):tn.medio===2?(R=1,tn.default&&(q="telegram")):tn.medio===3&&(N=1,tn.default&&(q="email"))});let Te;return(W=V.perfilPersona)!=null&&W.nacimiento&&(typeof V.perfilPersona.nacimiento=="string"?Te=V.perfilPersona.nacimiento:V.perfilPersona.nacimiento instanceof Date?Te=V.perfilPersona.nacimiento.toISOString():Te=(F=(K=V.perfilPersona.nacimiento)==null?void 0:K.toISOString)==null?void 0:F.call(K)),{id:V.id??0,ci:((X=V.perfilPersona)==null?void 0:X.ci)??"",nombre:((Ae=V.perfilPersona)==null?void 0:Ae.nombre)??"",paterno:((ge=V.perfilPersona)==null?void 0:ge.paterno)??"",profesion:((Ce=V.perfilPersona)==null?void 0:Ce.profesion)??"",materno:((st=V.perfilPersona)==null?void 0:st.materno)??"",perfilPersonaId:((ht=V.perfilPersona)==null?void 0:ht.id)??0,personaId:((gt=V.perfilPersona)==null?void 0:gt.id)??0,msPersonaId:((vt=V.perfilPersona)==null?void 0:vt.msPersonaId)??0,nacimiento:Te??"",sexo:((Nt=V.perfilPersona)==null?void 0:Nt.sexo)??"",direccion:((Ut=V.perfilPersona)==null?void 0:Ut.direccion)??"",fotoUrl:`${m.value}/personas/fotosegip/${V.perfilPersona.msFileFoto}?rand=${Math.random()*100}`,celular:((en=V.perfilPersona)==null?void 0:en.celular)??0,email:((tr=V.perfilPersona)==null?void 0:tr.email)??"",nacionalidad:((qa=(yt=V.perfilPersona)==null?void 0:yt.pais)==null?void 0:qa.nombre)??"",foto:((za=V.perfilPersona)==null?void 0:za.msFileFoto)??"",fotoRuta:"",whatsapp:D,telegram:R,emailValidado:N,dobleAutenticacion:V.dobleAutenticacion??0,notificacionDefault:q,nombreCompleto:V.nombreCompleto??"",ciudadanoDigital:((Ka=V.perfilPersona)==null?void 0:Ka.esCiudadanoDigital)===1}})(),isNvAuth:!0,isAuth:!0,apps:V.apps,roles:V.roles,permisos:V.permisos,fechaCambioPassword:V.fechaCambioPassword??"",diasVidaPassword:V.diasVidaPassword,forzarCambioPassword:V.forzarCambioPassword,forzarActivar2FA:V.forzarActivar2FA,cambiarPassword:V.cambiarPassword}},B=()=>H0(),O=()=>{q0(),r.value={token:void 0,refreshToken:void 0,user:void 0,funcionario:void 0,isAuth:!1,apps:[],roles:[],permisos:[],fechaCambioPassword:void 0,diasVidaPassword:void 0,forzarCambioPassword:!1,cambiarPassword:!1},a.value=null},H=V=>{var te;r.value={...r.value,user:{...r.value.user,...V,fotoUrl:V!=null&&V.fotoRuta?`${m.value}/personas/fotosegip/${V==null?void 0:V.fotoRuta}?rand=${Math.random()*100}`:(te=r.value.user)==null?void 0:te.fotoUrl}}},$=()=>{r.value={...r.value,forzarActivar2FA:!1}},Z=()=>{O(),localStorage.clear()},re=async({usuario:V,value:te,days:pe=7})=>{Gi({name:`${V}:${u.value}`,value:te,days:pe})};return{id:t,currentPage:e,binnacleId:a,apiBaseURL:o,isRegister:s,apiBaseURLAuthNv:i,apiWebSocketURL:l,webSocketToken:d,deviceId:c,aplicacion:u,enableChangePassword:b,enableForceChangePwd:v,userState:r,tgBot:A,systemVer:g,verificarFunc:f,onAutorizarQrNv:w,goLoginPage:k,goRegistrarPage:h,goRecuperarCont:p,onLogin:y,on2AuthLogin:C,on2AuthLoginNv:E,onLoginCiudadania:async V=>{try{if(a.value=V.binnacleId,i.value){const te=V.accessToken;te&&(or(te),r.value={...r.value,token:te});const pe=await an();x(pe,V.accessToken,V.tokenRefresh)}else S(V)}catch(te){console.error(te)}},setConfigs:({newBaseURL:V,newBaseURLAuthNv:te,newIsRegister:pe,newWebSocketUrl:Y,newWebSocketToken:_,newAplicacion:G,newRrhhUrl:U,verificarSiFuncionario:L,telegramBot:D,systemVersion:R,enableChangePasswordMsg:N,enableForceChangePassword:q})=>{o.value=V,u.value=G,s.value=pe||!1,l.value=Y||"",d.value=_||"",i.value=te||"",c.value=B(),m.value=U,f.value=L||!1,A.value=D,g.value=R||"0.0.1",b.value=!!N,v.value=!!q},setDispositivoConfianzaCookie:re,clearUserData:O,updateUserData:H,disable2FAStore:$,onRefreshToken:async()=>{const V=await E3({token:r.value.token,tokenRefresh:r.value.refreshToken});S(V.response)},initializeTokensFromStorage:()=>{const V=lu();V&&(r.value={...r.value,token:V,isAuth:!0})},on2AuthNuevoServicioLogin:T,logoutStore:Z}});function lr(t,e){return t-e*Math.floor(t/e)}const Yu=1721426;function _n(t,e,r,a){e=oa(t,e);let o=e-1,i=-2;return r<=2?i=0:on(e)&&(i=-1),Yu-1+365*o+Math.floor(o/4)-Math.floor(o/100)+Math.floor(o/400)+Math.floor((367*r-362)/12+i+a)}function on(t){return t%4===0&&(t%100!==0||t%400===0)}function oa(t,e){return t==="BC"?1-e:e}function co(t){let e="AD";return t<=0&&(e="BC",t=1-t),[e,t]}const k3={standard:[31,28,31,30,31,30,31,31,30,31,30,31],leapyear:[31,29,31,30,31,30,31,31,30,31,30,31]};class Et{fromJulianDay(e){let r=e,a=r-Yu,o=Math.floor(a/146097),i=lr(a,146097),s=Math.floor(i/36524),l=lr(i,36524),c=Math.floor(l/1461),u=lr(l,1461),d=Math.floor(u/365),A=o*400+s*100+c*4+d+(s!==4&&d!==4?1:0),[m,f]=co(A),g=r-_n(m,f,1,1),b=2;r<_n(m,f,3,1)?b=0:on(f)&&(b=1);let v=Math.floor(((g+b)*12+373)/367),k=r-_n(m,f,v,1)+1;return new Ie(m,f,v,k)}toJulianDay(e){return _n(e.era,e.year,e.month,e.day)}getDaysInMonth(e){return k3[on(e.year)?"leapyear":"standard"][e.month-1]}getMonthsInYear(e){return 12}getDaysInYear(e){return on(e.year)?366:365}getYearsInEra(e){return 9999}getEras(){return["BC","AD"]}isInverseEra(e){return e.era==="BC"}balanceDate(e){e.year<=0&&(e.era=e.era==="BC"?"AD":"BC",e.year=1-e.year)}constructor(){this.identifier="gregory"}}const x3={"001":1,AD:1,AE:6,AF:6,AI:1,AL:1,AM:1,AN:1,AR:1,AT:1,AU:1,AX:1,AZ:1,BA:1,BE:1,BG:1,BH:6,BM:1,BN:1,BY:1,CH:1,CL:1,CM:1,CN:1,CR:1,CY:1,CZ:1,DE:1,DJ:6,DK:1,DZ:6,EC:1,EE:1,EG:6,ES:1,FI:1,FJ:1,FO:1,FR:1,GB:1,GE:1,GF:1,GP:1,GR:1,HR:1,HU:1,IE:1,IQ:6,IR:6,IS:1,IT:1,JO:6,KG:1,KW:6,KZ:1,LB:1,LI:1,LK:1,LT:1,LU:1,LV:1,LY:6,MC:1,MD:1,ME:1,MK:1,MN:1,MQ:1,MV:5,MY:1,NL:1,NO:1,NZ:1,OM:6,PL:1,QA:6,RE:1,RO:1,RS:1,RU:1,SD:6,SE:1,SI:1,SK:1,SM:1,SY:6,TJ:1,TM:1,TR:1,UA:1,UY:1,UZ:1,VA:1,VN:1,XK:1};function cr(t,e){return e=$e(e,t.calendar),t.era===e.era&&t.year===e.year&&t.month===e.month&&t.day===e.day}function B3(t,e){return e=$e(e,t.calendar),t=la(t),e=la(e),t.era===e.era&&t.year===e.year&&t.month===e.month}function ia(t,e){return t.calendar.identifier===e.calendar.identifier&&t.era===e.era&&t.year===e.year&&t.month===e.month&&t.day===e.day}function Gu(t,e){return t=la(t),e=la(e),t.calendar.identifier===e.calendar.identifier&&t.era===e.era&&t.year===e.year&&t.month===e.month}function S3(t,e){return cr(t,e1(e))}function Nu(t,e){let r=t.calendar.toJulianDay(t),a=Math.ceil(r+1-V3(e))%7;return a<0&&(a+=7),a}function T3(t){return Qt(Date.now(),t)}function e1(t){return M3(T3(t))}function t1(t,e){return t.calendar.toJulianDay(t)-e.calendar.toJulianDay(e)}function O3(t,e){return n1(t)-n1(e)}function n1(t){return t.hour*36e5+t.minute*6e4+t.second*1e3+t.millisecond}let hs=null;function sa(){return hs==null&&(hs=new Intl.DateTimeFormat().resolvedOptions().timeZone),hs}function la(t){return t.subtract({days:t.day-1})}function r1(t){return t.add({days:t.calendar.getDaysInMonth(t)-t.day})}const a1=new Map;function D3(t){if(Intl.Locale){let r=a1.get(t);return r||(r=new Intl.Locale(t).maximize().region,r&&a1.set(t,r)),r}let e=t.split("-")[1];return e==="u"?void 0:e}function V3(t){let e=D3(t);return e&&x3[e]||0}function ur(t){t=$e(t,new Et);let e=oa(t.era,t.year);return o1(e,t.month,t.day,t.hour,t.minute,t.second,t.millisecond)}function o1(t,e,r,a,o,i,s){let l=new Date;return l.setUTCHours(a,o,i,s),l.setUTCFullYear(t,e-1,r),l.getTime()}function gs(t,e){if(e==="UTC")return 0;if(t>0&&e===sa())return new Date(t).getTimezoneOffset()*-6e4;let{year:r,month:a,day:o,hour:i,minute:s,second:l}=s1(t,e);return o1(r,a,o,i,s,l,0)-Math.floor(t/1e3)*1e3}const i1=new Map;function s1(t,e){let r=i1.get(e);r||(r=new Intl.DateTimeFormat("en-US",{timeZone:e,hour12:!1,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"}),i1.set(e,r));let a=r.formatToParts(new Date(t)),o={};for(let i of a)i.type!=="literal"&&(o[i.type]=i.value);return{year:o.era==="BC"||o.era==="B"?-o.year+1:+o.year,month:+o.month,day:+o.day,hour:o.hour==="24"?0:+o.hour,minute:+o.minute,second:+o.second}}const l1=864e5;function I3(t,e,r,a){return(r===a?[r]:[r,a]).filter(i=>P3(t,e,i))}function P3(t,e,r){let a=s1(r,e);return t.year===a.year&&t.month===a.month&&t.day===a.day&&t.hour===a.hour&&t.minute===a.minute&&t.second===a.second}function Ht(t,e,r="compatible"){let a=dr(t);if(e==="UTC")return ur(a);if(e===sa()&&r==="compatible"){a=$e(a,new Et);let c=new Date,u=oa(a.era,a.year);return c.setFullYear(u,a.month-1,a.day),c.setHours(a.hour,a.minute,a.second,a.millisecond),c.getTime()}let o=ur(a),i=gs(o-l1,e),s=gs(o+l1,e),l=I3(a,e,o-i,o-s);if(l.length===1)return l[0];if(l.length>1)switch(r){case"compatible":case"earlier":return l[0];case"later":return l[l.length-1];case"reject":throw new RangeError("Multiple possible absolute times found")}switch(r){case"earlier":return Math.min(o-i,o-s);case"compatible":case"later":return Math.max(o-i,o-s);case"reject":throw new RangeError("No such absolute time found")}}function c1(t,e,r="compatible"){return new Date(Ht(t,e,r))}function Qt(t,e){let r=gs(t,e),a=new Date(t+r),o=a.getUTCFullYear(),i=a.getUTCMonth()+1,s=a.getUTCDate(),l=a.getUTCHours(),c=a.getUTCMinutes(),u=a.getUTCSeconds(),d=a.getUTCMilliseconds();return new fr(o,i,s,e,r,l,c,u,d)}function M3(t){return new Ie(t.calendar,t.era,t.year,t.month,t.day)}function dr(t,e){let r=0,a=0,o=0,i=0;if("timeZone"in t)({hour:r,minute:a,second:o,millisecond:i}=t);else if("hour"in t&&!e)return t;return e&&({hour:r,minute:a,second:o,millisecond:i}=e),new Ar(t.calendar,t.era,t.year,t.month,t.day,r,a,o,i)}function $e(t,e){if(t.calendar.identifier===e.identifier)return t;let r=e.fromJulianDay(t.calendar.toJulianDay(t)),a=t.copy();return a.calendar=e,a.era=r.era,a.year=r.year,a.month=r.month,a.day=r.day,Rn(a),a}function _3(t,e,r){if(t instanceof fr)return t.timeZone===e?t:L3(t,e);let a=Ht(t,e,r);return Qt(a,e)}function R3(t){let e=ur(t)-t.offset;return new Date(e)}function L3(t,e){let r=ur(t)-t.offset;return $e(Qt(r,e),t.calendar)}const ca=36e5;function uo(t,e){let r=t.copy(),a="hour"in r?H3(r,e):0;vs(r,e.years||0),r.calendar.balanceYearMonth&&r.calendar.balanceYearMonth(r,t),r.month+=e.months||0,ys(r),u1(r),r.day+=(e.weeks||0)*7,r.day+=e.days||0,r.day+=a,F3(r),r.calendar.balanceDate&&r.calendar.balanceDate(r),r.year<1&&(r.year=1,r.month=1,r.day=1);let o=r.calendar.getYearsInEra(r);if(r.year>o){var i,s;let c=(i=(s=r.calendar).isInverseEra)===null||i===void 0?void 0:i.call(s,r);r.year=o,r.month=c?1:r.calendar.getMonthsInYear(r),r.day=c?1:r.calendar.getDaysInMonth(r)}r.month<1&&(r.month=1,r.day=1);let l=r.calendar.getMonthsInYear(r);return r.month>l&&(r.month=l,r.day=r.calendar.getDaysInMonth(r)),r.day=Math.max(1,Math.min(r.calendar.getDaysInMonth(r),r.day)),r}function vs(t,e){var r,a;!((r=(a=t.calendar).isInverseEra)===null||r===void 0)&&r.call(a,t)&&(e=-e),t.year+=e}function ys(t){for(;t.month<1;)vs(t,-1),t.month+=t.calendar.getMonthsInYear(t);let e=0;for(;t.month>(e=t.calendar.getMonthsInYear(t));)t.month-=e,vs(t,1)}function F3(t){for(;t.day<1;)t.month--,ys(t),t.day+=t.calendar.getDaysInMonth(t);for(;t.day>t.calendar.getDaysInMonth(t);)t.day-=t.calendar.getDaysInMonth(t),t.month++,ys(t)}function u1(t){t.month=Math.max(1,Math.min(t.calendar.getMonthsInYear(t),t.month)),t.day=Math.max(1,Math.min(t.calendar.getDaysInMonth(t),t.day))}function Rn(t){t.calendar.constrainDate&&t.calendar.constrainDate(t),t.year=Math.max(1,Math.min(t.calendar.getYearsInEra(t),t.year)),u1(t)}function d1(t){let e={};for(let r in t)typeof t[r]=="number"&&(e[r]=-t[r]);return e}function A1(t,e){return uo(t,d1(e))}function ws(t,e){let r=t.copy();return e.era!=null&&(r.era=e.era),e.year!=null&&(r.year=e.year),e.month!=null&&(r.month=e.month),e.day!=null&&(r.day=e.day),Rn(r),r}function Ao(t,e){let r=t.copy();return e.hour!=null&&(r.hour=e.hour),e.minute!=null&&(r.minute=e.minute),e.second!=null&&(r.second=e.second),e.millisecond!=null&&(r.millisecond=e.millisecond),Z3(r),r}function U3(t){t.second+=Math.floor(t.millisecond/1e3),t.millisecond=fo(t.millisecond,1e3),t.minute+=Math.floor(t.second/60),t.second=fo(t.second,60),t.hour+=Math.floor(t.minute/60),t.minute=fo(t.minute,60);let e=Math.floor(t.hour/24);return t.hour=fo(t.hour,24),e}function Z3(t){t.millisecond=Math.max(0,Math.min(t.millisecond,1e3)),t.second=Math.max(0,Math.min(t.second,59)),t.minute=Math.max(0,Math.min(t.minute,59)),t.hour=Math.max(0,Math.min(t.hour,23))}function fo(t,e){let r=t%e;return r<0&&(r+=e),r}function H3(t,e){return t.hour+=e.hours||0,t.minute+=e.minutes||0,t.second+=e.seconds||0,t.millisecond+=e.milliseconds||0,U3(t)}function bs(t,e,r,a){let o=t.copy();switch(e){case"era":{let l=t.calendar.getEras(),c=l.indexOf(t.era);if(c<0)throw new Error("Invalid era: "+t.era);c=qt(c,r,0,l.length-1,a==null?void 0:a.round),o.era=l[c],Rn(o);break}case"year":var i,s;!((i=(s=o.calendar).isInverseEra)===null||i===void 0)&&i.call(s,o)&&(r=-r),o.year=qt(t.year,r,-1/0,9999,a==null?void 0:a.round),o.year===-1/0&&(o.year=1),o.calendar.balanceYearMonth&&o.calendar.balanceYearMonth(o,t);break;case"month":o.month=qt(t.month,r,1,t.calendar.getMonthsInYear(t),a==null?void 0:a.round);break;case"day":o.day=qt(t.day,r,1,t.calendar.getDaysInMonth(t),a==null?void 0:a.round);break;default:throw new Error("Unsupported field "+e)}return t.calendar.balanceDate&&t.calendar.balanceDate(o),Rn(o),o}function f1(t,e,r,a){let o=t.copy();switch(e){case"hour":{let i=t.hour,s=0,l=23;if((a==null?void 0:a.hourCycle)===12){let c=i>=12;s=c?12:0,l=c?23:11}o.hour=qt(i,r,s,l,a==null?void 0:a.round);break}case"minute":o.minute=qt(t.minute,r,0,59,a==null?void 0:a.round);break;case"second":o.second=qt(t.second,r,0,59,a==null?void 0:a.round);break;case"millisecond":o.millisecond=qt(t.millisecond,r,0,999,a==null?void 0:a.round);break;default:throw new Error("Unsupported field "+e)}return o}function qt(t,e,r,a,o=!1){if(o){t+=Math.sign(e),t<r&&(t=a);let i=Math.abs(e);e>0?t=Math.ceil(t/i)*i:t=Math.floor(t/i)*i,t>a&&(t=r)}else t+=e,t<r?t=a-(r-t-1):t>a&&(t=r+(t-a-1));return t}function p1(t,e){let r;if(e.years!=null&&e.years!==0||e.months!=null&&e.months!==0||e.weeks!=null&&e.weeks!==0||e.days!=null&&e.days!==0){let o=uo(dr(t),{years:e.years,months:e.months,weeks:e.weeks,days:e.days});r=Ht(o,t.timeZone)}else r=ur(t)-t.offset;r+=e.milliseconds||0,r+=(e.seconds||0)*1e3,r+=(e.minutes||0)*6e4,r+=(e.hours||0)*36e5;let a=Qt(r,t.timeZone);return $e(a,t.calendar)}function Q3(t,e){return p1(t,d1(e))}function q3(t,e,r,a){switch(e){case"hour":{let o=0,i=23;if((a==null?void 0:a.hourCycle)===12){let g=t.hour>=12;o=g?12:0,i=g?23:11}let s=dr(t),l=$e(Ao(s,{hour:o}),new Et),c=[Ht(l,t.timeZone,"earlier"),Ht(l,t.timeZone,"later")].filter(g=>Qt(g,t.timeZone).day===l.day)[0],u=$e(Ao(s,{hour:i}),new Et),d=[Ht(u,t.timeZone,"earlier"),Ht(u,t.timeZone,"later")].filter(g=>Qt(g,t.timeZone).day===u.day).pop(),A=ur(t)-t.offset,m=Math.floor(A/ca),f=A%ca;return A=qt(m,r,Math.floor(c/ca),Math.floor(d/ca),a==null?void 0:a.round)*ca+f,$e(Qt(A,t.timeZone),t.calendar)}case"minute":case"second":case"millisecond":return f1(t,e,r,a);case"era":case"year":case"month":case"day":{let o=bs(dr(t),e,r,a),i=Ht(o,t.timeZone);return $e(Qt(i,t.timeZone),t.calendar)}default:throw new Error("Unsupported field "+e)}}function z3(t,e,r){let a=dr(t),o=Ao(ws(a,e),e);if(o.compare(a)===0)return t;let i=Ht(o,t.timeZone,r);return $e(Qt(i,t.timeZone),t.calendar)}function K3(t){return`${String(t.hour).padStart(2,"0")}:${String(t.minute).padStart(2,"0")}:${String(t.second).padStart(2,"0")}${t.millisecond?String(t.millisecond/1e3).slice(1):""}`}function m1(t){let e=$e(t,new Et);return`${String(e.year).padStart(4,"0")}-${String(e.month).padStart(2,"0")}-${String(e.day).padStart(2,"0")}`}function h1(t){return`${m1(t)}T${K3(t)}`}function j3(t){let e=Math.sign(t)<0?"-":"+";t=Math.abs(t);let r=Math.floor(t/36e5),a=t%36e5/6e4;return`${e}${String(r).padStart(2,"0")}:${String(a).padStart(2,"0")}`}function J3(t){return`${h1(t)}${j3(t.offset)}[${t.timeZone}]`}function X3(t,e){if(e.has(t))throw new TypeError("Cannot initialize the same private elements twice on an object")}function Cs(t,e,r){X3(t,e),e.set(t,r)}function Es(t){let e=typeof t[0]=="object"?t.shift():new Et,r;if(typeof t[0]=="string")r=t.shift();else{let s=e.getEras();r=s[s.length-1]}let a=t.shift(),o=t.shift(),i=t.shift();return[e,r,a,o,i]}var $3=new WeakMap;class Ie{copy(){return this.era?new Ie(this.calendar,this.era,this.year,this.month,this.day):new Ie(this.calendar,this.year,this.month,this.day)}add(e){return uo(this,e)}subtract(e){return A1(this,e)}set(e){return ws(this,e)}cycle(e,r,a){return bs(this,e,r,a)}toDate(e){return c1(this,e)}toString(){return m1(this)}compare(e){return t1(this,e)}constructor(...e){Cs(this,$3,{writable:!0,value:void 0});let[r,a,o,i,s]=Es(e);this.calendar=r,this.era=a,this.year=o,this.month=i,this.day=s,Rn(this)}}var W3=new WeakMap;class Ar{copy(){return this.era?new Ar(this.calendar,this.era,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond):new Ar(this.calendar,this.year,this.month,this.day,this.hour,this.minute,this.second,this.millisecond)}add(e){return uo(this,e)}subtract(e){return A1(this,e)}set(e){return ws(Ao(this,e),e)}cycle(e,r,a){switch(e){case"era":case"year":case"month":case"day":return bs(this,e,r,a);default:return f1(this,e,r,a)}}toDate(e,r){return c1(this,e,r)}toString(){return h1(this)}compare(e){let r=t1(this,e);return r===0?O3(this,dr(e)):r}constructor(...e){Cs(this,W3,{writable:!0,value:void 0});let[r,a,o,i,s]=Es(e);this.calendar=r,this.era=a,this.year=o,this.month=i,this.day=s,this.hour=e.shift()||0,this.minute=e.shift()||0,this.second=e.shift()||0,this.millisecond=e.shift()||0,Rn(this)}}var Y3=new WeakMap;class fr{copy(){return this.era?new fr(this.calendar,this.era,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond):new fr(this.calendar,this.year,this.month,this.day,this.timeZone,this.offset,this.hour,this.minute,this.second,this.millisecond)}add(e){return p1(this,e)}subtract(e){return Q3(this,e)}set(e,r){return z3(this,e,r)}cycle(e,r,a){return q3(this,e,r,a)}toDate(){return R3(this)}toString(){return J3(this)}toAbsoluteString(){return this.toDate().toISOString()}compare(e){return this.toDate().getTime()-_3(e,this.timeZone).toDate().getTime()}constructor(...e){Cs(this,Y3,{writable:!0,value:void 0});let[r,a,o,i,s]=Es(e),l=e.shift(),c=e.shift();this.calendar=r,this.era=a,this.year=o,this.month=i,this.day=s,this.timeZone=l,this.offset=c,this.hour=e.shift()||0,this.minute=e.shift()||0,this.second=e.shift()||0,this.millisecond=e.shift()||0,Rn(this)}}const pr=[[1868,9,8],[1912,7,30],[1926,12,25],[1989,1,8],[2019,5,1]],G3=[[1912,7,29],[1926,12,24],[1989,1,7],[2019,4,30]],po=[1867,1911,1925,1988,2018],sn=["meiji","taisho","showa","heisei","reiwa"];function g1(t){const e=pr.findIndex(([r,a,o])=>t.year<r||t.year===r&&t.month<a||t.year===r&&t.month===a&&t.day<o);return e===-1?pr.length-1:e===0?0:e-1}function ks(t){let e=po[sn.indexOf(t.era)];if(!e)throw new Error("Unknown era: "+t.era);return new Ie(t.year+e,t.month,t.day)}class N3 extends Et{fromJulianDay(e){let r=super.fromJulianDay(e),a=g1(r);return new Ie(this,sn[a],r.year-po[a],r.month,r.day)}toJulianDay(e){return super.toJulianDay(ks(e))}balanceDate(e){let r=ks(e),a=g1(r);sn[a]!==e.era&&(e.era=sn[a],e.year=r.year-po[a]),this.constrainDate(e)}constrainDate(e){let r=sn.indexOf(e.era),a=G3[r];if(a!=null){let[o,i,s]=a,l=o-po[r];e.year=Math.max(1,Math.min(l,e.year)),e.year===l&&(e.month=Math.min(i,e.month),e.month===i&&(e.day=Math.min(s,e.day)))}if(e.year===1&&r>=0){let[,o,i]=pr[r];e.month=Math.max(o,e.month),e.month===o&&(e.day=Math.max(i,e.day))}}getEras(){return sn}getYearsInEra(e){let r=sn.indexOf(e.era),a=pr[r],o=pr[r+1];if(o==null)return 9999-a[0]+1;let i=o[0]-a[0];return(e.month<o[1]||e.month===o[1]&&e.day<o[2])&&i++,i}getDaysInMonth(e){return super.getDaysInMonth(ks(e))}getMinimumMonthInYear(e){let r=v1(e);return r?r[1]:1}getMinimumDayInMonth(e){let r=v1(e);return r&&e.month===r[1]?r[2]:1}constructor(...e){super(...e),this.identifier="japanese"}}function v1(t){if(t.year===1){let e=sn.indexOf(t.era);return pr[e]}}const y1=-543;class em extends Et{fromJulianDay(e){let r=super.fromJulianDay(e),a=oa(r.era,r.year);return new Ie(this,a-y1,r.month,r.day)}toJulianDay(e){return super.toJulianDay(w1(e))}getEras(){return["BE"]}getDaysInMonth(e){return super.getDaysInMonth(w1(e))}balanceDate(){}constructor(...e){super(...e),this.identifier="buddhist"}}function w1(t){let[e,r]=co(t.year+y1);return new Ie(e,r,t.month,t.day)}const mo=1911;function b1(t){return t.era==="minguo"?t.year+mo:1-t.year+mo}function C1(t){let e=t-mo;return e>0?["minguo",e]:["before_minguo",1-e]}class tm extends Et{fromJulianDay(e){let r=super.fromJulianDay(e),a=oa(r.era,r.year),[o,i]=C1(a);return new Ie(this,o,i,r.month,r.day)}toJulianDay(e){return super.toJulianDay(E1(e))}getEras(){return["before_minguo","minguo"]}balanceDate(e){let[r,a]=C1(b1(e));e.era=r,e.year=a}isInverseEra(e){return e.era==="before_minguo"}getDaysInMonth(e){return super.getDaysInMonth(E1(e))}getYearsInEra(e){return e.era==="before_minguo"?9999:9999-mo}constructor(...e){super(...e),this.identifier="roc"}}function E1(t){let[e,r]=co(b1(t));return new Ie(e,r,t.month,t.day)}const k1=1948320,x1=[0,31,62,93,124,155,186,216,246,276,306,336];class nm{fromJulianDay(e){let r=e-k1,a=1+Math.floor((33*r+3)/12053),o=365*(a-1)+Math.floor((8*a+21)/33),i=r-o,s=i<216?Math.floor(i/31):Math.floor((i-6)/30),l=i-x1[s]+1;return new Ie(this,a,s+1,l)}toJulianDay(e){let r=k1-1+365*(e.year-1)+Math.floor((8*e.year+21)/33);return r+=x1[e.month-1],r+=e.day,r}getMonthsInYear(){return 12}getDaysInMonth(e){return e.month<=6?31:e.month<=11||lr(25*e.year+11,33)<8?30:29}getEras(){return["AP"]}getYearsInEra(){return 9377}constructor(){this.identifier="persian"}}const xs=78,B1=80;class rm extends Et{fromJulianDay(e){let r=super.fromJulianDay(e),a=r.year-xs,o=e-_n(r.era,r.year,1,1),i;o<B1?(a--,i=on(r.year-1)?31:30,o+=i+155+90+10):(i=on(r.year)?31:30,o-=B1);let s,l;if(o<i)s=1,l=o+1;else{let c=o-i;c<155?(s=Math.floor(c/31)+2,l=c%31+1):(c-=155,s=Math.floor(c/30)+7,l=c%30+1)}return new Ie(this,a,s,l)}toJulianDay(e){let r=e.year+xs,[a,o]=co(r),i,s;return on(o)?(i=31,s=_n(a,o,3,21)):(i=30,s=_n(a,o,3,22)),e.month===1?s+e.day-1:(s+=i+Math.min(e.month-2,5)*31,e.month>=8&&(s+=(e.month-7)*30),s+=e.day-1,s)}getDaysInMonth(e){return e.month===1&&on(e.year+xs)||e.month>=2&&e.month<=6?31:30}getYearsInEra(){return 9919}getEras(){return["saka"]}balanceDate(){}constructor(...e){super(...e),this.identifier="indian"}}const ho=1948440,S1=1948439,ct=1300,mr=1600,am=460322;function go(t,e,r,a){return a+Math.ceil(29.5*(r-1))+(e-1)*354+Math.floor((3+11*e)/30)+t-1}function T1(t,e,r){let a=Math.floor((30*(r-e)+10646)/10631),o=Math.min(12,Math.ceil((r-(29+go(e,a,1,1)))/29.5)+1),i=r-go(e,a,o,1)+1;return new Ie(t,a,o,i)}function O1(t){return(14+11*t)%30<11}class Bs{fromJulianDay(e){return T1(this,ho,e)}toJulianDay(e){return go(ho,e.year,e.month,e.day)}getDaysInMonth(e){let r=29+e.month%2;return e.month===12&&O1(e.year)&&r++,r}getMonthsInYear(){return 12}getDaysInYear(e){return O1(e.year)?355:354}getYearsInEra(){return 9665}getEras(){return["AH"]}constructor(){this.identifier="islamic-civil"}}class om extends Bs{fromJulianDay(e){return T1(this,S1,e)}toJulianDay(e){return go(S1,e.year,e.month,e.day)}constructor(...e){super(...e),this.identifier="islamic-tbla"}}const im="qgpUDckO1AbqBmwDrQpVBakGkgepC9QF2gpcBS0NlQZKB1QLagutBa4ETwoXBYsGpQbVCtYCWwmdBE0KJg2VDawFtgm6AlsKKwWVCsoG6Qr0AnYJtgJWCcoKpAvSC9kF3AJtCU0FpQpSC6ULtAW2CVcFlwJLBaMGUgdlC2oFqworBZUMSg2lDcoF1gpXCasESwmlClILagt1BXYCtwhbBFUFqQW0BdoJ3QRuAjYJqgpUDbIN1QXaAlsJqwRVCkkLZAtxC7QFtQpVCiUNkg7JDtQG6QprCasEkwpJDaQNsg25CroEWworBZUKKgtVC1wFvQQ9Ah0JlQpKC1oLbQW2AjsJmwRVBqkGVAdqC2wFrQpVBSkLkgupC9QF2gpaBasKlQVJB2QHqgu1BbYCVgpNDiULUgtqC60FrgIvCZcESwalBqwG1gpdBZ0ETQoWDZUNqgW1BdoCWwmtBJUFygbkBuoK9QS2AlYJqgpUC9IL2QXqAm0JrQSVCkoLpQuyBbUJ1gSXCkcFkwZJB1ULagVrCisFiwpGDaMNygXWCtsEawJLCaUKUgtpC3UFdgG3CFsCKwVlBbQF2gntBG0BtgimClINqQ3UBdoKWwmrBFMGKQdiB6kLsgW1ClUFJQuSDckO0gbpCmsFqwRVCikNVA2qDbUJugQ7CpsETQqqCtUK2gJdCV4ELgqaDFUNsga5BroEXQotBZUKUguoC7QLuQXaAloJSgukDdEO6AZqC20FNQWVBkoNqA3UDdoGWwWdAisGFQtKC5ULqgWuCi4JjwwnBZUGqgbWCl0FnQI=";let Ss,hr;function vo(t){return am+hr[t-ct]}function ua(t,e){let r=t-ct,a=1<<11-(e-1);return Ss[r]&a?30:29}function D1(t,e){let r=vo(t);for(let a=1;a<e;a++)r+=ua(t,a);return r}function V1(t){return hr[t+1-ct]-hr[t-ct]}class sm extends Bs{fromJulianDay(e){let r=e-ho,a=vo(ct),o=vo(mr);if(r<a||r>o)return super.fromJulianDay(e);{let i=ct-1,s=1,l=1;for(;l>0;){i++,l=r-vo(i)+1;let c=V1(i);if(l===c){s=12;break}else if(l<c){let u=ua(i,s);for(s=1;l>u;)l-=u,s++,u=ua(i,s);break}}return new Ie(this,i,s,r-D1(i,s)+1)}}toJulianDay(e){return e.year<ct||e.year>mr?super.toJulianDay(e):ho+D1(e.year,e.month)+(e.day-1)}getDaysInMonth(e){return e.year<ct||e.year>mr?super.getDaysInMonth(e):ua(e.year,e.month)}getDaysInYear(e){return e.year<ct||e.year>mr?super.getDaysInYear(e):V1(e.year)}constructor(){if(super(),this.identifier="islamic-umalqura",Ss||(Ss=new Uint16Array(Uint8Array.from(atob(im),e=>e.charCodeAt(0)).buffer)),!hr){hr=new Uint32Array(mr-ct+1);let e=0;for(let r=ct;r<=mr;r++){hr[r-ct]=e;for(let a=1;a<=12;a++)e+=ua(r,a)}}}}const I1=347997,P1=1080,M1=24*P1,lm=29,cm=12*P1+793,um=lm*M1+cm;function Ln(t){return lr(t*7+1,19)<7}function yo(t){let e=Math.floor((235*t-234)/19),r=12084+13753*e,a=e*29+Math.floor(r/25920);return lr(3*(a+1),7)<3&&(a+=1),a}function dm(t){let e=yo(t-1),r=yo(t);return yo(t+1)-r===356?2:r-e===382?1:0}function da(t){return yo(t)+dm(t)}function _1(t){return da(t+1)-da(t)}function Am(t){let e=_1(t);switch(e>380&&(e-=30),e){case 353:return 0;case 354:return 1;case 355:return 2}}function wo(t,e){if(e>=6&&!Ln(t)&&e++,e===4||e===7||e===9||e===11||e===13)return 29;let r=Am(t);return e===2?r===2?30:29:e===3?r===0?29:30:e===6?Ln(t)?30:0:30}class fm{fromJulianDay(e){let r=e-I1,a=r*M1/um,o=Math.floor((19*a+234)/235)+1,i=da(o),s=Math.floor(r-i);for(;s<1;)o--,i=da(o),s=Math.floor(r-i);let l=1,c=0;for(;c<s;)c+=wo(o,l),l++;l--,c-=wo(o,l);let u=s-c;return new Ie(this,o,l,u)}toJulianDay(e){let r=da(e.year);for(let a=1;a<e.month;a++)r+=wo(e.year,a);return r+e.day+I1}getDaysInMonth(e){return wo(e.year,e.month)}getMonthsInYear(e){return Ln(e.year)?13:12}getDaysInYear(e){return _1(e.year)}getYearsInEra(){return 9999}getEras(){return["AM"]}balanceYearMonth(e,r){r.year!==e.year&&(Ln(r.year)&&!Ln(e.year)&&r.month>6?e.month--:!Ln(r.year)&&Ln(e.year)&&r.month>6&&e.month++)}constructor(){this.identifier="hebrew"}}const Ts=1723856,R1=1824665,Os=5500;function bo(t,e,r,a){return t+365*e+Math.floor(e/4)+30*(r-1)+a-1}function Ds(t,e){let r=Math.floor(4*(e-t)/1461),a=1+Math.floor((e-bo(t,r,1,1))/30),o=e+1-bo(t,r,a,1);return[r,a,o]}function L1(t){return Math.floor(t%4/3)}function F1(t,e){return e%13!==0?30:L1(t)+5}class Vs{fromJulianDay(e){let[r,a,o]=Ds(Ts,e),i="AM";return r<=0&&(i="AA",r+=Os),new Ie(this,i,r,a,o)}toJulianDay(e){let r=e.year;return e.era==="AA"&&(r-=Os),bo(Ts,r,e.month,e.day)}getDaysInMonth(e){return F1(e.year,e.month)}getMonthsInYear(){return 13}getDaysInYear(e){return 365+L1(e.year)}getYearsInEra(e){return e.era==="AA"?9999:9991}getEras(){return["AA","AM"]}constructor(){this.identifier="ethiopic"}}class pm extends Vs{fromJulianDay(e){let[r,a,o]=Ds(Ts,e);return r+=Os,new Ie(this,"AA",r,a,o)}getEras(){return["AA"]}getYearsInEra(){return 9999}constructor(...e){super(...e),this.identifier="ethioaa"}}class mm extends Vs{fromJulianDay(e){let[r,a,o]=Ds(R1,e),i="CE";return r<=0&&(i="BCE",r=1-r),new Ie(this,i,r,a,o)}toJulianDay(e){let r=e.year;return e.era==="BCE"&&(r=1-r),bo(R1,r,e.month,e.day)}getDaysInMonth(e){let r=e.year;return e.era==="BCE"&&(r=1-r),F1(r,e.month)}isInverseEra(e){return e.era==="BCE"}balanceDate(e){e.year<=0&&(e.era=e.era==="BCE"?"CE":"BCE",e.year=1-e.year)}getEras(){return["BCE","CE"]}getYearsInEra(e){return e.era==="BCE"?9999:9715}constructor(...e){super(...e),this.identifier="coptic"}}function hm(t){switch(t){case"buddhist":return new em;case"ethiopic":return new Vs;case"ethioaa":return new pm;case"coptic":return new mm;case"hebrew":return new fm;case"indian":return new rm;case"islamic-civil":return new Bs;case"islamic-tbla":return new om;case"islamic-umalqura":return new sm;case"japanese":return new N3;case"persian":return new nm;case"roc":return new tm;case"gregory":default:return new Et}}let Is=new Map;class zt{format(e){return this.formatter.format(e)}formatToParts(e){return this.formatter.formatToParts(e)}formatRange(e,r){if(typeof this.formatter.formatRange=="function")return this.formatter.formatRange(e,r);if(r<e)throw new RangeError("End date must be >= start date");return`${this.formatter.format(e)} – ${this.formatter.format(r)}`}formatRangeToParts(e,r){if(typeof this.formatter.formatRangeToParts=="function")return this.formatter.formatRangeToParts(e,r);if(r<e)throw new RangeError("End date must be >= start date");let a=this.formatter.formatToParts(e),o=this.formatter.formatToParts(r);return[...a.map(i=>({...i,source:"startRange"})),{type:"literal",value:" – ",source:"shared"},...o.map(i=>({...i,source:"endRange"}))]}resolvedOptions(){let e=this.formatter.resolvedOptions();return ym()&&(this.resolvedHourCycle||(this.resolvedHourCycle=wm(e.locale,this.options)),e.hourCycle=this.resolvedHourCycle,e.hour12=this.resolvedHourCycle==="h11"||this.resolvedHourCycle==="h12"),e.calendar==="ethiopic-amete-alem"&&(e.calendar="ethioaa"),e}constructor(e,r={}){this.formatter=U1(e,r),this.options=r}}const gm={true:{ja:"h11"},false:{}};function U1(t,e={}){if(typeof e.hour12=="boolean"&&vm()){e={...e};let o=gm[String(e.hour12)][t.split("-")[0]],i=e.hour12?"h12":"h23";e.hourCycle=o??i,delete e.hour12}let r=t+(e?Object.entries(e).sort((o,i)=>o[0]<i[0]?-1:1).join():"");if(Is.has(r))return Is.get(r);let a=new Intl.DateTimeFormat(t,e);return Is.set(r,a),a}let Ps=null;function vm(){return Ps==null&&(Ps=new Intl.DateTimeFormat("en-US",{hour:"numeric",hour12:!1}).format(new Date(2020,2,3,0))==="24"),Ps}let Ms=null;function ym(){return Ms==null&&(Ms=new Intl.DateTimeFormat("fr",{hour:"numeric",hour12:!1}).resolvedOptions().hourCycle==="h12"),Ms}function wm(t,e){if(!e.timeStyle&&!e.hour)return;t=t.replace(/(-u-)?-nu-[a-zA-Z0-9]+/,""),t+=(t.includes("-u-")?"":"-u")+"-nu-latn";let r=U1(t,{...e,timeZone:void 0}),a=parseInt(r.formatToParts(new Date(2020,2,3,0)).find(i=>i.type==="hour").value,10),o=parseInt(r.formatToParts(new Date(2020,2,3,23)).find(i=>i.type==="hour").value,10);if(a===0&&o===23)return"h23";if(a===24&&o===23)return"h24";if(a===0&&o===11)return"h11";if(a===12&&o===11)return"h12";throw new Error("Unexpected hour cycle result")}function bm(t,e){const r=[];for(let a=0;a<t.length;a+=e)r.push(t.slice(a,a+e));return r}function ut(t,e=sa()){return Co(t)?t.toDate():t.toDate(e)}function Cm(t){return t instanceof Ar}function Co(t){return t instanceof fr}function _s(t){return Cm(t)||Co(t)}function Mt(t){if(t instanceof Date){const e=t.getFullYear(),r=t.getMonth()+1;return new Date(e,r,0).getDate()}else return t.set({day:100}).day}function gr(t,e){return t.compare(e)<0}function Eo(t,e){return t.compare(e)>0}function Em(t,e,r){const a=Nu(t,r);return e>a?t.subtract({days:a+7-e}):e===a?t:t.subtract({days:a-e})}function km(t,e,r){const a=Nu(t,r),o=e===0?6:e-1;return a===o?t:a>o?t.add({days:7-a+o}):t.add({days:o-a})}function Z1(t,e){const r=[];let a=t.add({days:1});const o=e;for(;a.compare(o)<0;)r.push(a),a=a.add({days:1});return r}function Rs(t){const{dateObj:e,weekStartsOn:r,fixedWeeks:a,locale:o}=t,i=Mt(e),s=Array.from({length:i},(v,k)=>e.set({day:k+1})),l=la(e),c=r1(e),u=Em(l,r,o),d=km(c,r,o),A=Z1(u.subtract({days:1}),l),m=Z1(c,d.add({days:1})),f=A.length+s.length+m.length;if(a&&f<42){const v=42-f;let k=m[m.length-1];k||(k=r1(e));const h=Array.from({length:v},(p,y)=>{const w=y+1;return k.add({days:w})});m.push(...h)}const g=A.concat(s,m),b=bm(g,7);return{value:e,cells:g,rows:b}}function Fn(t){const{numberOfMonths:e,dateObj:r,...a}=t,o=[];if(!e||e===1)return o.push(Rs({...a,dateObj:r})),o;o.push(Rs({...a,dateObj:r}));for(let i=1;i<e;i++){const s=r.add({months:i});o.push(Rs({...a,dateObj:s}))}return o}const xm=["top","right","bottom","left"],_t=Math.min,rt=Math.max,ko=Math.round,xo=Math.floor,ln=t=>({x:t,y:t}),Bm={left:"right",right:"left",bottom:"top",top:"bottom"},Sm={start:"end",end:"start"};function Ls(t,e,r){return rt(t,_t(e,r))}function Kt(t,e){return typeof t=="function"?t(e):t}function jt(t){return t.split("-")[0]}function vr(t){return t.split("-")[1]}function Fs(t){return t==="x"?"y":"x"}function Us(t){return t==="y"?"height":"width"}function cn(t){return["top","bottom"].includes(jt(t))?"y":"x"}function Zs(t){return Fs(cn(t))}function Tm(t,e,r){r===void 0&&(r=!1);const a=vr(t),o=Zs(t),i=Us(o);let s=o==="x"?a===(r?"end":"start")?"right":"left":a==="start"?"bottom":"top";return e.reference[i]>e.floating[i]&&(s=Bo(s)),[s,Bo(s)]}function Om(t){const e=Bo(t);return[Hs(t),e,Hs(e)]}function Hs(t){return t.replace(/start|end/g,e=>Sm[e])}function Dm(t,e,r){const a=["left","right"],o=["right","left"],i=["top","bottom"],s=["bottom","top"];switch(t){case"top":case"bottom":return r?e?o:a:e?a:o;case"left":case"right":return e?i:s;default:return[]}}function Vm(t,e,r,a){const o=vr(t);let i=Dm(jt(t),r==="start",a);return o&&(i=i.map(s=>s+"-"+o),e&&(i=i.concat(i.map(Hs)))),i}function Bo(t){return t.replace(/left|right|bottom|top/g,e=>Bm[e])}function Im(t){return{top:0,right:0,bottom:0,left:0,...t}}function H1(t){return typeof t!="number"?Im(t):{top:t,right:t,bottom:t,left:t}}function So(t){const{x:e,y:r,width:a,height:o}=t;return{width:a,height:o,top:r,left:e,right:e+a,bottom:r+o,x:e,y:r}}function Q1(t,e,r){let{reference:a,floating:o}=t;const i=cn(e),s=Zs(e),l=Us(s),c=jt(e),u=i==="y",d=a.x+a.width/2-o.width/2,A=a.y+a.height/2-o.height/2,m=a[l]/2-o[l]/2;let f;switch(c){case"top":f={x:d,y:a.y-o.height};break;case"bottom":f={x:d,y:a.y+a.height};break;case"right":f={x:a.x+a.width,y:A};break;case"left":f={x:a.x-o.width,y:A};break;default:f={x:a.x,y:a.y}}switch(vr(e)){case"start":f[s]-=m*(r&&u?-1:1);break;case"end":f[s]+=m*(r&&u?-1:1);break}return f}const Pm=async(t,e,r)=>{const{placement:a="bottom",strategy:o="absolute",middleware:i=[],platform:s}=r,l=i.filter(Boolean),c=await(s.isRTL==null?void 0:s.isRTL(e));let u=await s.getElementRects({reference:t,floating:e,strategy:o}),{x:d,y:A}=Q1(u,a,c),m=a,f={},g=0;for(let b=0;b<l.length;b++){const{name:v,fn:k}=l[b],{x:h,y:p,data:y,reset:w}=await k({x:d,y:A,initialPlacement:a,placement:m,strategy:o,middlewareData:f,rects:u,platform:s,elements:{reference:t,floating:e}});d=h??d,A=p??A,f={...f,[v]:{...f[v],...y}},w&&g<=50&&(g++,typeof w=="object"&&(w.placement&&(m=w.placement),w.rects&&(u=w.rects===!0?await s.getElementRects({reference:t,floating:e,strategy:o}):w.rects),{x:d,y:A}=Q1(u,m,c)),b=-1)}return{x:d,y:A,placement:m,strategy:o,middlewareData:f}};async function Aa(t,e){var r;e===void 0&&(e={});const{x:a,y:o,platform:i,rects:s,elements:l,strategy:c}=t,{boundary:u="clippingAncestors",rootBoundary:d="viewport",elementContext:A="floating",altBoundary:m=!1,padding:f=0}=Kt(e,t),g=H1(f),v=l[m?A==="floating"?"reference":"floating":A],k=So(await i.getClippingRect({element:(r=await(i.isElement==null?void 0:i.isElement(v)))==null||r?v:v.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(l.floating)),boundary:u,rootBoundary:d,strategy:c})),h=A==="floating"?{x:a,y:o,width:s.floating.width,height:s.floating.height}:s.reference,p=await(i.getOffsetParent==null?void 0:i.getOffsetParent(l.floating)),y=await(i.isElement==null?void 0:i.isElement(p))?await(i.getScale==null?void 0:i.getScale(p))||{x:1,y:1}:{x:1,y:1},w=So(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:h,offsetParent:p,strategy:c}):h);return{top:(k.top-w.top+g.top)/y.y,bottom:(w.bottom-k.bottom+g.bottom)/y.y,left:(k.left-w.left+g.left)/y.x,right:(w.right-k.right+g.right)/y.x}}const Mm=t=>({name:"arrow",options:t,async fn(e){const{x:r,y:a,placement:o,rects:i,platform:s,elements:l,middlewareData:c}=e,{element:u,padding:d=0}=Kt(t,e)||{};if(u==null)return{};const A=H1(d),m={x:r,y:a},f=Zs(o),g=Us(f),b=await s.getDimensions(u),v=f==="y",k=v?"top":"left",h=v?"bottom":"right",p=v?"clientHeight":"clientWidth",y=i.reference[g]+i.reference[f]-m[f]-i.floating[g],w=m[f]-i.reference[f],C=await(s.getOffsetParent==null?void 0:s.getOffsetParent(u));let E=C?C[p]:0;(!E||!await(s.isElement==null?void 0:s.isElement(C)))&&(E=l.floating[p]||i.floating[g]);const T=y/2-w/2,S=E/2-b[g]/2-1,x=_t(A[k],S),B=_t(A[h],S),O=x,H=E-b[g]-B,$=E/2-b[g]/2+T,Z=Ls(O,$,H),re=!c.arrow&&vr(o)!=null&&$!==Z&&i.reference[g]/2-($<O?x:B)-b[g]/2<0,z=re?$<O?$-O:$-H:0;return{[f]:m[f]+z,data:{[f]:Z,centerOffset:$-Z-z,...re&&{alignmentOffset:z}},reset:re}}}),_m=function(t){return t===void 0&&(t={}),{name:"flip",options:t,async fn(e){var r,a;const{placement:o,middlewareData:i,rects:s,initialPlacement:l,platform:c,elements:u}=e,{mainAxis:d=!0,crossAxis:A=!0,fallbackPlacements:m,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:g="none",flipAlignment:b=!0,...v}=Kt(t,e);if((r=i.arrow)!=null&&r.alignmentOffset)return{};const k=jt(o),h=cn(l),p=jt(l)===l,y=await(c.isRTL==null?void 0:c.isRTL(u.floating)),w=m||(p||!b?[Bo(l)]:Om(l)),C=g!=="none";!m&&C&&w.push(...Vm(l,b,g,y));const E=[l,...w],T=await Aa(e,v),S=[];let x=((a=i.flip)==null?void 0:a.overflows)||[];if(d&&S.push(T[k]),A){const $=Tm(o,s,y);S.push(T[$[0]],T[$[1]])}if(x=[...x,{placement:o,overflows:S}],!S.every($=>$<=0)){var B,O;const $=(((B=i.flip)==null?void 0:B.index)||0)+1,Z=E[$];if(Z)return{data:{index:$,overflows:x},reset:{placement:Z}};let re=(O=x.filter(z=>z.overflows[0]<=0).sort((z,M)=>z.overflows[1]-M.overflows[1])[0])==null?void 0:O.placement;if(!re)switch(f){case"bestFit":{var H;const z=(H=x.filter(M=>{if(C){const J=cn(M.placement);return J===h||J==="y"}return!0}).map(M=>[M.placement,M.overflows.filter(J=>J>0).reduce((J,ee)=>J+ee,0)]).sort((M,J)=>M[1]-J[1])[0])==null?void 0:H[0];z&&(re=z);break}case"initialPlacement":re=l;break}if(o!==re)return{reset:{placement:re}}}return{}}}};function q1(t,e){return{top:t.top-e.height,right:t.right-e.width,bottom:t.bottom-e.height,left:t.left-e.width}}function z1(t){return xm.some(e=>t[e]>=0)}const Rm=function(t){return t===void 0&&(t={}),{name:"hide",options:t,async fn(e){const{rects:r}=e,{strategy:a="referenceHidden",...o}=Kt(t,e);switch(a){case"referenceHidden":{const i=await Aa(e,{...o,elementContext:"reference"}),s=q1(i,r.reference);return{data:{referenceHiddenOffsets:s,referenceHidden:z1(s)}}}case"escaped":{const i=await Aa(e,{...o,altBoundary:!0}),s=q1(i,r.floating);return{data:{escapedOffsets:s,escaped:z1(s)}}}default:return{}}}}};async function Lm(t,e){const{placement:r,platform:a,elements:o}=t,i=await(a.isRTL==null?void 0:a.isRTL(o.floating)),s=jt(r),l=vr(r),c=cn(r)==="y",u=["left","top"].includes(s)?-1:1,d=i&&c?-1:1,A=Kt(e,t);let{mainAxis:m,crossAxis:f,alignmentAxis:g}=typeof A=="number"?{mainAxis:A,crossAxis:0,alignmentAxis:null}:{mainAxis:0,crossAxis:0,alignmentAxis:null,...A};return l&&typeof g=="number"&&(f=l==="end"?g*-1:g),c?{x:f*d,y:m*u}:{x:m*u,y:f*d}}const Fm=function(t){return t===void 0&&(t=0),{name:"offset",options:t,async fn(e){var r,a;const{x:o,y:i,placement:s,middlewareData:l}=e,c=await Lm(e,t);return s===((r=l.offset)==null?void 0:r.placement)&&(a=l.arrow)!=null&&a.alignmentOffset?{}:{x:o+c.x,y:i+c.y,data:{...c,placement:s}}}}},Um=function(t){return t===void 0&&(t={}),{name:"shift",options:t,async fn(e){const{x:r,y:a,placement:o}=e,{mainAxis:i=!0,crossAxis:s=!1,limiter:l={fn:v=>{let{x:k,y:h}=v;return{x:k,y:h}}},...c}=Kt(t,e),u={x:r,y:a},d=await Aa(e,c),A=cn(jt(o)),m=Fs(A);let f=u[m],g=u[A];if(i){const v=m==="y"?"top":"left",k=m==="y"?"bottom":"right",h=f+d[v],p=f-d[k];f=Ls(h,f,p)}if(s){const v=A==="y"?"top":"left",k=A==="y"?"bottom":"right",h=g+d[v],p=g-d[k];g=Ls(h,g,p)}const b=l.fn({...e,[m]:f,[A]:g});return{...b,data:{x:b.x-r,y:b.y-a}}}}},Zm=function(t){return t===void 0&&(t={}),{options:t,fn(e){const{x:r,y:a,placement:o,rects:i,middlewareData:s}=e,{offset:l=0,mainAxis:c=!0,crossAxis:u=!0}=Kt(t,e),d={x:r,y:a},A=cn(o),m=Fs(A);let f=d[m],g=d[A];const b=Kt(l,e),v=typeof b=="number"?{mainAxis:b,crossAxis:0}:{mainAxis:0,crossAxis:0,...b};if(c){const p=m==="y"?"height":"width",y=i.reference[m]-i.floating[p]+v.mainAxis,w=i.reference[m]+i.reference[p]-v.mainAxis;f<y?f=y:f>w&&(f=w)}if(u){var k,h;const p=m==="y"?"width":"height",y=["top","left"].includes(jt(o)),w=i.reference[A]-i.floating[p]+(y&&((k=s.offset)==null?void 0:k[A])||0)+(y?0:v.crossAxis),C=i.reference[A]+i.reference[p]+(y?0:((h=s.offset)==null?void 0:h[A])||0)-(y?v.crossAxis:0);g<w?g=w:g>C&&(g=C)}return{[m]:f,[A]:g}}}},Hm=function(t){return t===void 0&&(t={}),{name:"size",options:t,async fn(e){const{placement:r,rects:a,platform:o,elements:i}=e,{apply:s=()=>{},...l}=Kt(t,e),c=await Aa(e,l),u=jt(r),d=vr(r),A=cn(r)==="y",{width:m,height:f}=a.floating;let g,b;u==="top"||u==="bottom"?(g=u,b=d===(await(o.isRTL==null?void 0:o.isRTL(i.floating))?"start":"end")?"left":"right"):(b=u,g=d==="end"?"top":"bottom");const v=f-c.top-c.bottom,k=m-c.left-c.right,h=_t(f-c[g],v),p=_t(m-c[b],k),y=!e.middlewareData.shift;let w=h,C=p;if(A?C=d||y?_t(p,k):k:w=d||y?_t(h,v):v,y&&!d){const T=rt(c.left,0),S=rt(c.right,0),x=rt(c.top,0),B=rt(c.bottom,0);A?C=m-2*(T!==0||S!==0?T+S:rt(c.left,c.right)):w=f-2*(x!==0||B!==0?x+B:rt(c.top,c.bottom))}await s({...e,availableWidth:C,availableHeight:w});const E=await o.getDimensions(i.floating);return m!==E.width||f!==E.height?{reset:{rects:!0}}:{}}}};function Un(t){return Qs(t)?(t.nodeName||"").toLowerCase():"#document"}function at(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function Jt(t){var e;return(e=(Qs(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function Qs(t){return t instanceof Node||t instanceof at(t).Node}function kt(t){return t instanceof Element||t instanceof at(t).Element}function Rt(t){return t instanceof HTMLElement||t instanceof at(t).HTMLElement}function K1(t){return typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof at(t).ShadowRoot}function fa(t){const{overflow:e,overflowX:r,overflowY:a,display:o}=xt(t);return/auto|scroll|overlay|hidden|clip/.test(e+a+r)&&!["inline","contents"].includes(o)}function Qm(t){return["table","td","th"].includes(Un(t))}function To(t){return[":popover-open",":modal"].some(e=>{try{return t.matches(e)}catch{return!1}})}function qs(t){const e=zs(),r=kt(t)?xt(t):t;return r.transform!=="none"||r.perspective!=="none"||(r.containerType?r.containerType!=="normal":!1)||!e&&(r.backdropFilter?r.backdropFilter!=="none":!1)||!e&&(r.filter?r.filter!=="none":!1)||["transform","perspective","filter"].some(a=>(r.willChange||"").includes(a))||["paint","layout","strict","content"].some(a=>(r.contain||"").includes(a))}function qm(t){let e=un(t);for(;Rt(e)&&!yr(e);){if(qs(e))return e;if(To(e))return null;e=un(e)}return null}function zs(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}function yr(t){return["html","body","#document"].includes(Un(t))}function xt(t){return at(t).getComputedStyle(t)}function Oo(t){return kt(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function un(t){if(Un(t)==="html")return t;const e=t.assignedSlot||t.parentNode||K1(t)&&t.host||Jt(t);return K1(e)?e.host:e}function j1(t){const e=un(t);return yr(e)?t.ownerDocument?t.ownerDocument.body:t.body:Rt(e)&&fa(e)?e:j1(e)}function pa(t,e,r){var a;e===void 0&&(e=[]),r===void 0&&(r=!0);const o=j1(t),i=o===((a=t.ownerDocument)==null?void 0:a.body),s=at(o);if(i){const l=Ks(s);return e.concat(s,s.visualViewport||[],fa(o)?o:[],l&&r?pa(l):[])}return e.concat(o,pa(o,[],r))}function Ks(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}function J1(t){const e=xt(t);let r=parseFloat(e.width)||0,a=parseFloat(e.height)||0;const o=Rt(t),i=o?t.offsetWidth:r,s=o?t.offsetHeight:a,l=ko(r)!==i||ko(a)!==s;return l&&(r=i,a=s),{width:r,height:a,$:l}}function js(t){return kt(t)?t:t.contextElement}function wr(t){const e=js(t);if(!Rt(e))return ln(1);const r=e.getBoundingClientRect(),{width:a,height:o,$:i}=J1(e);let s=(i?ko(r.width):r.width)/a,l=(i?ko(r.height):r.height)/o;return(!s||!Number.isFinite(s))&&(s=1),(!l||!Number.isFinite(l))&&(l=1),{x:s,y:l}}const zm=ln(0);function X1(t){const e=at(t);return!zs()||!e.visualViewport?zm:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function Km(t,e,r){return e===void 0&&(e=!1),!r||e&&r!==at(t)?!1:e}function Zn(t,e,r,a){e===void 0&&(e=!1),r===void 0&&(r=!1);const o=t.getBoundingClientRect(),i=js(t);let s=ln(1);e&&(a?kt(a)&&(s=wr(a)):s=wr(t));const l=Km(i,r,a)?X1(i):ln(0);let c=(o.left+l.x)/s.x,u=(o.top+l.y)/s.y,d=o.width/s.x,A=o.height/s.y;if(i){const m=at(i),f=a&&kt(a)?at(a):a;let g=m,b=Ks(g);for(;b&&a&&f!==g;){const v=wr(b),k=b.getBoundingClientRect(),h=xt(b),p=k.left+(b.clientLeft+parseFloat(h.paddingLeft))*v.x,y=k.top+(b.clientTop+parseFloat(h.paddingTop))*v.y;c*=v.x,u*=v.y,d*=v.x,A*=v.y,c+=p,u+=y,g=at(b),b=Ks(g)}}return So({width:d,height:A,x:c,y:u})}function jm(t){let{elements:e,rect:r,offsetParent:a,strategy:o}=t;const i=o==="fixed",s=Jt(a),l=e?To(e.floating):!1;if(a===s||l&&i)return r;let c={scrollLeft:0,scrollTop:0},u=ln(1);const d=ln(0),A=Rt(a);if((A||!A&&!i)&&((Un(a)!=="body"||fa(s))&&(c=Oo(a)),Rt(a))){const m=Zn(a);u=wr(a),d.x=m.x+a.clientLeft,d.y=m.y+a.clientTop}return{width:r.width*u.x,height:r.height*u.y,x:r.x*u.x-c.scrollLeft*u.x+d.x,y:r.y*u.y-c.scrollTop*u.y+d.y}}function Jm(t){return Array.from(t.getClientRects())}function $1(t){return Zn(Jt(t)).left+Oo(t).scrollLeft}function Xm(t){const e=Jt(t),r=Oo(t),a=t.ownerDocument.body,o=rt(e.scrollWidth,e.clientWidth,a.scrollWidth,a.clientWidth),i=rt(e.scrollHeight,e.clientHeight,a.scrollHeight,a.clientHeight);let s=-r.scrollLeft+$1(t);const l=-r.scrollTop;return xt(a).direction==="rtl"&&(s+=rt(e.clientWidth,a.clientWidth)-o),{width:o,height:i,x:s,y:l}}function $m(t,e){const r=at(t),a=Jt(t),o=r.visualViewport;let i=a.clientWidth,s=a.clientHeight,l=0,c=0;if(o){i=o.width,s=o.height;const u=zs();(!u||u&&e==="fixed")&&(l=o.offsetLeft,c=o.offsetTop)}return{width:i,height:s,x:l,y:c}}function Wm(t,e){const r=Zn(t,!0,e==="fixed"),a=r.top+t.clientTop,o=r.left+t.clientLeft,i=Rt(t)?wr(t):ln(1),s=t.clientWidth*i.x,l=t.clientHeight*i.y,c=o*i.x,u=a*i.y;return{width:s,height:l,x:c,y:u}}function W1(t,e,r){let a;if(e==="viewport")a=$m(t,r);else if(e==="document")a=Xm(Jt(t));else if(kt(e))a=Wm(e,r);else{const o=X1(t);a={...e,x:e.x-o.x,y:e.y-o.y}}return So(a)}function Y1(t,e){const r=un(t);return r===e||!kt(r)||yr(r)?!1:xt(r).position==="fixed"||Y1(r,e)}function Ym(t,e){const r=e.get(t);if(r)return r;let a=pa(t,[],!1).filter(l=>kt(l)&&Un(l)!=="body"),o=null;const i=xt(t).position==="fixed";let s=i?un(t):t;for(;kt(s)&&!yr(s);){const l=xt(s),c=qs(s);!c&&l.position==="fixed"&&(o=null),(i?!c&&!o:!c&&l.position==="static"&&!!o&&["absolute","fixed"].includes(o.position)||fa(s)&&!c&&Y1(t,s))?a=a.filter(d=>d!==s):o=l,s=un(s)}return e.set(t,a),a}function Gm(t){let{element:e,boundary:r,rootBoundary:a,strategy:o}=t;const s=[...r==="clippingAncestors"?To(e)?[]:Ym(e,this._c):[].concat(r),a],l=s[0],c=s.reduce((u,d)=>{const A=W1(e,d,o);return u.top=rt(A.top,u.top),u.right=_t(A.right,u.right),u.bottom=_t(A.bottom,u.bottom),u.left=rt(A.left,u.left),u},W1(e,l,o));return{width:c.right-c.left,height:c.bottom-c.top,x:c.left,y:c.top}}function Nm(t){const{width:e,height:r}=J1(t);return{width:e,height:r}}function eh(t,e,r){const a=Rt(e),o=Jt(e),i=r==="fixed",s=Zn(t,!0,i,e);let l={scrollLeft:0,scrollTop:0};const c=ln(0);if(a||!a&&!i)if((Un(e)!=="body"||fa(o))&&(l=Oo(e)),a){const A=Zn(e,!0,i,e);c.x=A.x+e.clientLeft,c.y=A.y+e.clientTop}else o&&(c.x=$1(o));const u=s.left+l.scrollLeft-c.x,d=s.top+l.scrollTop-c.y;return{x:u,y:d,width:s.width,height:s.height}}function Js(t){return xt(t).position==="static"}function G1(t,e){return!Rt(t)||xt(t).position==="fixed"?null:e?e(t):t.offsetParent}function N1(t,e){const r=at(t);if(To(t))return r;if(!Rt(t)){let o=un(t);for(;o&&!yr(o);){if(kt(o)&&!Js(o))return o;o=un(o)}return r}let a=G1(t,e);for(;a&&Qm(a)&&Js(a);)a=G1(a,e);return a&&yr(a)&&Js(a)&&!qs(a)?r:a||qm(t)||r}const th=async function(t){const e=this.getOffsetParent||N1,r=this.getDimensions,a=await r(t.floating);return{reference:eh(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:a.width,height:a.height}}};function nh(t){return xt(t).direction==="rtl"}const rh={convertOffsetParentRelativeRectToViewportRelativeRect:jm,getDocumentElement:Jt,getClippingRect:Gm,getOffsetParent:N1,getElementRects:th,getClientRects:Jm,getDimensions:Nm,getScale:wr,isElement:kt,isRTL:nh};function ah(t,e){let r=null,a;const o=Jt(t);function i(){var l;clearTimeout(a),(l=r)==null||l.disconnect(),r=null}function s(l,c){l===void 0&&(l=!1),c===void 0&&(c=1),i();const{left:u,top:d,width:A,height:m}=t.getBoundingClientRect();if(l||e(),!A||!m)return;const f=xo(d),g=xo(o.clientWidth-(u+A)),b=xo(o.clientHeight-(d+m)),v=xo(u),h={rootMargin:-f+"px "+-g+"px "+-b+"px "+-v+"px",threshold:rt(0,_t(1,c))||1};let p=!0;function y(w){const C=w[0].intersectionRatio;if(C!==c){if(!p)return s();C?s(!1,C):a=setTimeout(()=>{s(!1,1e-7)},1e3)}p=!1}try{r=new IntersectionObserver(y,{...h,root:o.ownerDocument})}catch{r=new IntersectionObserver(y,h)}r.observe(t)}return s(!0),i}function oh(t,e,r,a){a===void 0&&(a={});const{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:l=typeof IntersectionObserver=="function",animationFrame:c=!1}=a,u=js(t),d=o||i?[...u?pa(u):[],...pa(e)]:[];d.forEach(k=>{o&&k.addEventListener("scroll",r,{passive:!0}),i&&k.addEventListener("resize",r)});const A=u&&l?ah(u,r):null;let m=-1,f=null;s&&(f=new ResizeObserver(k=>{let[h]=k;h&&h.target===u&&f&&(f.unobserve(e),cancelAnimationFrame(m),m=requestAnimationFrame(()=>{var p;(p=f)==null||p.observe(e)})),r()}),u&&!c&&f.observe(u),f.observe(e));let g,b=c?Zn(t):null;c&&v();function v(){const k=Zn(t);b&&(k.x!==b.x||k.y!==b.y||k.width!==b.width||k.height!==b.height)&&r(),b=k,g=requestAnimationFrame(v)}return r(),()=>{var k;d.forEach(h=>{o&&h.removeEventListener("scroll",r),i&&h.removeEventListener("resize",r)}),A==null||A(),(k=f)==null||k.disconnect(),f=null,c&&cancelAnimationFrame(g)}}const ih=Fm,sh=Um,ed=_m,lh=Hm,ch=Rm,uh=Mm,dh=Zm,Ah=(t,e,r)=>{const a=new Map,o={platform:rh,...r},i={...o.platform,_c:a};return Pm(t,e,{...o,platform:i})};function fh(t){return t!=null&&typeof t=="object"&&"$el"in t}function Xs(t){if(fh(t)){const e=t.$el;return Qs(e)&&Un(e)==="#comment"?null:e}return t}function br(t){return typeof t=="function"?t():n.unref(t)}function ph(t){return{name:"arrow",options:t,fn(e){const r=Xs(br(t.element));return r==null?{}:uh({element:r,padding:t.padding}).fn(e)}}}function td(t){return typeof window>"u"?1:(t.ownerDocument.defaultView||window).devicePixelRatio||1}function nd(t,e){const r=td(t);return Math.round(e*r)/r}function mh(t,e,r){r===void 0&&(r={});const a=r.whileElementsMounted,o=n.computed(()=>{var E;return(E=br(r.open))!=null?E:!0}),i=n.computed(()=>br(r.middleware)),s=n.computed(()=>{var E;return(E=br(r.placement))!=null?E:"bottom"}),l=n.computed(()=>{var E;return(E=br(r.strategy))!=null?E:"absolute"}),c=n.computed(()=>{var E;return(E=br(r.transform))!=null?E:!0}),u=n.computed(()=>Xs(t.value)),d=n.computed(()=>Xs(e.value)),A=n.ref(0),m=n.ref(0),f=n.ref(l.value),g=n.ref(s.value),b=n.shallowRef({}),v=n.ref(!1),k=n.computed(()=>{const E={position:f.value,left:"0",top:"0"};if(!d.value)return E;const T=nd(d.value,A.value),S=nd(d.value,m.value);return c.value?{...E,transform:"translate("+T+"px, "+S+"px)",...td(d.value)>=1.5&&{willChange:"transform"}}:{position:f.value,left:T+"px",top:S+"px"}});let h;function p(){u.value==null||d.value==null||Ah(u.value,d.value,{middleware:i.value,placement:s.value,strategy:l.value}).then(E=>{A.value=E.x,m.value=E.y,f.value=E.strategy,g.value=E.placement,b.value=E.middlewareData,v.value=!0})}function y(){typeof h=="function"&&(h(),h=void 0)}function w(){if(y(),a===void 0){p();return}if(u.value!=null&&d.value!=null){h=a(u.value,d.value,p);return}}function C(){o.value||(v.value=!1)}return n.watch([i,s,l],p,{flush:"sync"}),n.watch([u,d],w,{flush:"sync"}),n.watch(o,C,{flush:"sync"}),n.getCurrentScope()&&n.onScopeDispose(y),{x:n.shallowReadonly(A),y:n.shallowReadonly(m),strategy:n.shallowReadonly(f),placement:n.shallowReadonly(g),middlewareData:n.shallowReadonly(b),isPositioned:n.shallowReadonly(v),floatingStyles:k,update:p}}function Oe(t,e){const r=typeof t=="string"&&!e?`${t}Context`:e,a=Symbol(r);return[o=>{const i=n.inject(a,o);if(i||i===null)return i;throw new Error(`Injection \`${a.toString()}\` not found. Component must be used within ${Array.isArray(t)?`one of the following components: ${t.join(", ")}`:`\`${t}\``}`)},o=>(n.provide(a,o),o)]}function rd(t,e,r){const a=r.originalEvent.target,o=new CustomEvent(t,{bubbles:!1,cancelable:!0,detail:r});e&&a.addEventListener(t,e,{once:!0}),a.dispatchEvent(o)}function ad(t){return t==null}function $s(t){const{defaultValue:e,defaultPlaceholder:r,granularity:a="day",locale:o="en"}=t;if(Array.isArray(e)&&e.length)return e.at(-1).copy();if(e&&!Array.isArray(e))return e.copy();if(r)return r.copy();const i=new Date,s=i.getFullYear(),l=i.getMonth()+1,c=i.getDate(),u=["hour","minute","second"],d=new zt(o),A=hm(d.resolvedOptions().calendar);return u.includes(a??"day")?$e(new Ar(s,l,c,0,0,0),A):$e(new Ie(s,l,c),A)}const hh=["ach","af","am","an","ar","ast","az","be","bg","bn","br","bs","ca","cak","ckb","cs","cy","da","de","dsb","el","en","eo","es","et","eu","fa","ff","fi","fr","fy","ga","gd","gl","he","hr","hsb","hu","ia","id","it","ja","ka","kk","kn","ko","lb","lo","lt","lv","meh","ml","ms","nl","nn","no","oc","pl","pt","rm","ro","ru","sc","scn","sk","sl","sr","sv","szl","tg","th","tr","uk","zh-CN","zh-TW"],gh=["year","month","day"],Ws={ach:{year:"mwaka",month:"dwe",day:"nino"},af:{year:"jjjj",month:"mm",day:"dd"},am:{year:"ዓዓዓዓ",month:"ሚሜ",day:"ቀቀ"},an:{year:"aaaa",month:"mm",day:"dd"},ar:{year:"سنة",month:"شهر",day:"يوم"},ast:{year:"aaaa",month:"mm",day:"dd"},az:{year:"iiii",month:"aa",day:"gg"},be:{year:"гггг",month:"мм",day:"дд"},bg:{year:"гггг",month:"мм",day:"дд"},bn:{year:"yyyy",month:"মিমি",day:"dd"},br:{year:"bbbb",month:"mm",day:"dd"},bs:{year:"gggg",month:"mm",day:"dd"},ca:{year:"aaaa",month:"mm",day:"dd"},cak:{year:"jjjj",month:"ii",day:"q'q'"},ckb:{year:"ساڵ",month:"مانگ",day:"ڕۆژ"},cs:{year:"rrrr",month:"mm",day:"dd"},cy:{year:"bbbb",month:"mm",day:"dd"},da:{year:"åååå",month:"mm",day:"dd"},de:{year:"jjjj",month:"mm",day:"tt"},dsb:{year:"llll",month:"mm",day:"źź"},el:{year:"εεεε",month:"μμ",day:"ηη"},en:{year:"yyyy",month:"mm",day:"dd"},eo:{year:"jjjj",month:"mm",day:"tt"},es:{year:"aaaa",month:"mm",day:"dd"},et:{year:"aaaa",month:"kk",day:"pp"},eu:{year:"uuuu",month:"hh",day:"ee"},fa:{year:"سال",month:"ماه",day:"روز"},ff:{year:"hhhh",month:"ll",day:"ññ"},fi:{year:"vvvv",month:"kk",day:"pp"},fr:{year:"aaaa",month:"mm",day:"jj"},fy:{year:"jjjj",month:"mm",day:"dd"},ga:{year:"bbbb",month:"mm",day:"ll"},gd:{year:"bbbb",month:"mm",day:"ll"},gl:{year:"aaaa",month:"mm",day:"dd"},he:{year:"שנה",month:"חודש",day:"יום"},hr:{year:"gggg",month:"mm",day:"dd"},hsb:{year:"llll",month:"mm",day:"dd"},hu:{year:"éééé",month:"hh",day:"nn"},ia:{year:"aaaa",month:"mm",day:"dd"},id:{year:"tttt",month:"bb",day:"hh"},it:{year:"aaaa",month:"mm",day:"gg"},ja:{year:" 年 ",month:"月",day:"日"},ka:{year:"წწწწ",month:"თთ",day:"რრ"},kk:{year:"жжжж",month:"аа",day:"кк"},kn:{year:"ವವವವ",month:"ಮಿಮೀ",day:"ದಿದಿ"},ko:{year:"연도",month:"월",day:"일"},lb:{year:"jjjj",month:"mm",day:"dd"},lo:{year:"ປປປປ",month:"ດດ",day:"ວວ"},lt:{year:"mmmm",month:"mm",day:"dd"},lv:{year:"gggg",month:"mm",day:"dd"},meh:{year:"aaaa",month:"mm",day:"dd"},ml:{year:"വർഷം",month:"മാസം",day:"തീയതി"},ms:{year:"tttt",month:"mm",day:"hh"},nl:{year:"jjjj",month:"mm",day:"dd"},nn:{year:"åååå",month:"mm",day:"dd"},no:{year:"åååå",month:"mm",day:"dd"},oc:{year:"aaaa",month:"mm",day:"jj"},pl:{year:"rrrr",month:"mm",day:"dd"},pt:{year:"aaaa",month:"mm",day:"dd"},rm:{year:"oooo",month:"mm",day:"dd"},ro:{year:"aaaa",month:"ll",day:"zz"},ru:{year:"гггг",month:"мм",day:"дд"},sc:{year:"aaaa",month:"mm",day:"dd"},scn:{year:"aaaa",month:"mm",day:"jj"},sk:{year:"rrrr",month:"mm",day:"dd"},sl:{year:"llll",month:"mm",day:"dd"},sr:{year:"гггг",month:"мм",day:"дд"},sv:{year:"åååå",month:"mm",day:"dd"},szl:{year:"rrrr",month:"mm",day:"dd"},tg:{year:"сссс",month:"мм",day:"рр"},th:{year:"ปปปป",month:"ดด",day:"วว"},tr:{year:"yyyy",month:"aa",day:"gg"},uk:{year:"рррр",month:"мм",day:"дд"},"zh-CN":{year:"年",month:"月",day:"日"},"zh-TW":{year:"年",month:"月",day:"日"}};function vh(t){if(od(t))return Ws[t];{const e=Ch(t);return od(e)?Ws[e]:Ws.en}}function Ys(t,e,r){return yh(t)?vh(r)[t]:bh(t)?e:wh(t)?"––":""}function od(t){return hh.includes(t)}function yh(t){return gh.includes(t)}function wh(t){return t==="hour"||t==="minute"||t==="second"}function bh(t){return t==="era"||t==="dayPeriod"}function Ch(t){return Intl.Locale?new Intl.Locale(t).language:t.split("-")[0]}const Gs=["day","month","year"],id=["hour","minute","second","dayPeriod"],sd=[...Gs,...id];function Eh(t){return Gs.includes(t)}function ld(t){return sd.includes(t)}function kh(t,e){const r={year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",timeZoneName:"short",hourCycle:e===24?"h24":void 0,hour12:e===24?!1:void 0};return t==="day"&&(delete r.second,delete r.hour,delete r.minute,delete r.timeZoneName),t==="hour"&&(delete r.minute,delete r.second),t==="minute"&&delete r.second,r}function xh(t){const e=t.querySelector("[data-selected]");if(e)return e.focus();const r=t.querySelector("[data-today]");if(r)return r.focus();const a=t.querySelector("[data-radix-vue-calendar-day]");if(a)return a.focus()}function Bh(t,e){var r;const a=n.shallowRef();return n.watchEffect(()=>{a.value=t()},{...e,flush:(r=void 0)!=null?r:"sync"}),n.readonly(a)}function ma(t){return n.getCurrentScope()?(n.onScopeDispose(t),!0):!1}function Sh(){const t=new Set,e=r=>{t.delete(r)};return{on:r=>{t.add(r);const a=()=>e(r);return ma(a),{off:a}},off:e,trigger:(...r)=>Promise.all(Array.from(t).map(a=>a(...r)))}}function Th(t){let e=!1,r;const a=n.effectScope(!0);return(...o)=>(e||(r=a.run(()=>t(...o)),e=!0),r)}function cd(t){let e=0,r,a;const o=()=>{e-=1,a&&e<=0&&(a.stop(),r=void 0,a=void 0)};return(...i)=>(e+=1,r||(a=n.effectScope(!0),r=a.run(()=>t(...i))),ma(o),r)}function dn(t){return typeof t=="function"?t():n.unref(t)}const Xt=typeof window<"u"&&typeof document<"u";typeof WorkerGlobalScope<"u"&&globalThis instanceof WorkerGlobalScope;const Oh=t=>typeof t<"u",Dh=Object.prototype.toString,Vh=t=>Dh.call(t)==="[object Object]",Ih=()=>{},ud=Ph();function Ph(){var t,e;return Xt&&((t=window==null?void 0:window.navigator)==null?void 0:t.userAgent)&&(/iP(?:ad|hone|od)/.test(window.navigator.userAgent)||((e=window==null?void 0:window.navigator)==null?void 0:e.maxTouchPoints)>2&&/iPad|Macintosh/.test(window==null?void 0:window.navigator.userAgent))}function Mh(t){return n.getCurrentInstance()}function dd(t,e=1e4){return n.customRef((r,a)=>{let o=dn(t),i;const s=()=>setTimeout(()=>{o=dn(t),a()},dn(e));return ma(()=>{clearTimeout(i)}),{get(){return r(),o},set(l){o=l,a(),clearTimeout(i),i=s()}}})}function _h(t,e){Mh()&&n.onBeforeUnmount(t,e)}function Ad(t,e,r={}){const{immediate:a=!0}=r,o=n.ref(!1);let i=null;function s(){i&&(clearTimeout(i),i=null)}function l(){o.value=!1,s()}function c(...u){s(),o.value=!0,i=setTimeout(()=>{o.value=!1,i=null,t(...u)},dn(e))}return a&&(o.value=!0,Xt&&c()),ma(l),{isPending:n.readonly(o),start:c,stop:l}}function An(t){var e;const r=dn(t);return(e=r==null?void 0:r.$el)!=null?e:r}const Ns=Xt?window:void 0;function fn(...t){let e,r,a,o;if(typeof t[0]=="string"||Array.isArray(t[0])?([r,a,o]=t,e=Ns):[e,r,a,o]=t,!e)return Ih;Array.isArray(r)||(r=[r]),Array.isArray(a)||(a=[a]);const i=[],s=()=>{i.forEach(d=>d()),i.length=0},l=(d,A,m,f)=>(d.addEventListener(A,m,f),()=>d.removeEventListener(A,m,f)),c=n.watch(()=>[An(e),dn(o)],([d,A])=>{if(s(),!d)return;const m=Vh(A)?{...A}:A;i.push(...r.flatMap(f=>a.map(g=>l(d,f,g,m))))},{immediate:!0,flush:"post"}),u=()=>{c(),s()};return ma(u),u}function Rh(t){return typeof t=="function"?t:typeof t=="string"?e=>e.key===t:Array.isArray(t)?e=>t.includes(e.key):()=>!0}function Lh(...t){let e,r,a={};t.length===3?(e=t[0],r=t[1],a=t[2]):t.length===2?typeof t[1]=="object"?(e=!0,r=t[0],a=t[1]):(e=t[0],r=t[1]):(e=!0,r=t[0]);const{target:o=Ns,eventName:i="keydown",passive:s=!1,dedupe:l=!1}=a,c=Rh(e);return fn(o,i,u=>{u.repeat&&dn(l)||c(u)&&r(u)},s)}function Fh(){const t=n.ref(!1),e=n.getCurrentInstance();return e&&n.onMounted(()=>{t.value=!0},e),t}function Uh(t){return JSON.parse(JSON.stringify(t))}function Le(t,e,r,a={}){var o,i,s;const{clone:l=!1,passive:c=!1,eventName:u,deep:d=!1,defaultValue:A,shouldEmit:m}=a,f=n.getCurrentInstance(),g=r||(f==null?void 0:f.emit)||((o=f==null?void 0:f.$emit)==null?void 0:o.bind(f))||((s=(i=f==null?void 0:f.proxy)==null?void 0:i.$emit)==null?void 0:s.bind(f==null?void 0:f.proxy));let b=u;e||(e="modelValue"),b=b||`update:${e.toString()}`;const v=p=>l?typeof l=="function"?l(p):Uh(p):p,k=()=>Oh(t[e])?v(t[e]):A,h=p=>{m?m(p)&&g(b,p):g(b,p)};if(c){const p=k(),y=n.ref(p);let w=!1;return n.watch(()=>t[e],C=>{w||(w=!0,y.value=v(C),n.nextTick(()=>w=!1))}),n.watch(y,C=>{!w&&(C!==t[e]||d)&&h(C)},{deep:d}),y}else return n.computed({get(){return k()},set(p){h(p)}})}function el(t){return t?t.flatMap(e=>e.type===n.Fragment?el(e.children):[e]):[]}function We(){let t=document.activeElement;if(t==null)return null;for(;t!=null&&t.shadowRoot!=null&&t.shadowRoot.activeElement!=null;)t=t.shadowRoot.activeElement;return t}const Zh=["INPUT","TEXTAREA"];function Hh(t,e,r,a={}){if(!e||a.enableIgnoredElement&&Zh.includes(e.nodeName))return null;const{arrowKeyOptions:o="both",attributeName:i="[data-radix-vue-collection-item]",itemsArray:s=[],loop:l=!0,dir:c="ltr",preventScroll:u=!0,focus:d=!1}=a,[A,m,f,g,b,v]=[t.key==="ArrowRight",t.key==="ArrowLeft",t.key==="ArrowUp",t.key==="ArrowDown",t.key==="Home",t.key==="End"],k=f||g,h=A||m;if(!b&&!v&&(!k&&!h||o==="vertical"&&h||o==="horizontal"&&k))return null;const p=r?Array.from(r.querySelectorAll(i)):s;if(!p.length)return null;u&&t.preventDefault();let y=null;return h||k?y=fd(p,e,{goForward:k?g:c==="ltr"?A:m,loop:l}):b?y=p.at(0)||null:v&&(y=p.at(-1)||null),d&&(y==null||y.focus()),y}function fd(t,e,r,a=t.length){if(--a===0)return null;const o=t.indexOf(e),i=r.goForward?o+1:o-1;if(!r.loop&&(i<0||i>=t.length))return null;const s=(i+t.length)%t.length,l=t[s];return l?l.hasAttribute("disabled")&&l.getAttribute("disabled")!=="false"?fd(t,l,r,a):l:null}function tl(t){if(t===null||typeof t!="object")return!1;const e=Object.getPrototypeOf(t);return e!==null&&e!==Object.prototype&&Object.getPrototypeOf(e)!==null||Symbol.iterator in t?!1:Symbol.toStringTag in t?Object.prototype.toString.call(t)==="[object Module]":!0}function nl(t,e,r=".",a){if(!tl(e))return nl(t,{},r);const o=Object.assign({},e);for(const i in t){if(i==="__proto__"||i==="constructor")continue;const s=t[i];s!=null&&(Array.isArray(s)&&Array.isArray(o[i])?o[i]=[...s,...o[i]]:tl(s)&&tl(o[i])?o[i]=nl(s,o[i],(r?`${r}.`:"")+i.toString()):o[i]=s)}return o}function Qh(t){return(...e)=>e.reduce((r,a)=>nl(r,a,""),{})}const qh=Qh(),[rl,kT]=Oe("ConfigProvider");let zh="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",Kh=(t=21)=>{let e="",r=t;for(;r--;)e+=zh[Math.random()*64|0];return e};const jh=cd(()=>{const t=n.ref(new Map),e=n.ref(),r=n.computed(()=>{for(const s of t.value.values())if(s)return!0;return!1}),a=rl({scrollBody:n.ref(!0)});let o=null;const i=()=>{document.body.style.paddingRight="",document.body.style.marginRight="",document.body.style.pointerEvents="",document.body.style.removeProperty("--scrollbar-width"),document.body.style.overflow=e.value??"",ud&&(o==null||o()),e.value=void 0};return n.watch(r,(s,l)=>{var c;if(!Xt)return;if(!s){l&&i();return}e.value===void 0&&(e.value=document.body.style.overflow);const u=window.innerWidth-document.documentElement.clientWidth,d={padding:u,margin:0},A=(c=a.scrollBody)!=null&&c.value?typeof a.scrollBody.value=="object"?qh({padding:a.scrollBody.value.padding===!0?u:a.scrollBody.value.padding,margin:a.scrollBody.value.margin===!0?u:a.scrollBody.value.margin},d):d:{padding:0,margin:0};u>0&&(document.body.style.paddingRight=typeof A.padding=="number"?`${A.padding}px`:String(A.padding),document.body.style.marginRight=typeof A.margin=="number"?`${A.margin}px`:String(A.margin),document.body.style.setProperty("--scrollbar-width",`${u}px`),document.body.style.overflow="hidden"),ud&&(o=fn(document,"touchmove",m=>Jh(m),{passive:!1})),n.nextTick(()=>{document.body.style.pointerEvents="none",document.body.style.overflow="hidden"})},{immediate:!0,flush:"sync"}),t});function al(t){const e=Kh(6),r=jh();r.value.set(e,t??!1);const a=n.computed({get:()=>r.value.get(e)??!1,set:o=>r.value.set(e,o)});return _h(()=>{r.value.delete(e)}),a}function pd(t){const e=window.getComputedStyle(t);if(e.overflowX==="scroll"||e.overflowY==="scroll"||e.overflowX==="auto"&&t.clientWidth<t.scrollWidth||e.overflowY==="auto"&&t.clientHeight<t.scrollHeight)return!0;{const r=t.parentNode;return!(r instanceof Element)||r.tagName==="BODY"?!1:pd(r)}}function Jh(t){const e=t||window.event,r=e.target;return r instanceof Element&&pd(r)?!1:e.touches.length>1?!0:(e.preventDefault&&e.cancelable&&e.preventDefault(),!1)}const Xh="data-radix-vue-collection-item";function $h(t,e=Xh){const r=Symbol();return{createCollection:a=>{const o=n.ref([]);function i(){const s=An(a);return s?o.value=Array.from(s.querySelectorAll(`[${e}]:not([data-disabled])`)):o.value=[]}return n.onBeforeUpdate(()=>{o.value=[]}),n.onMounted(i),n.onUpdated(i),n.watch(()=>a==null?void 0:a.value,i,{immediate:!0}),n.provide(r,o),o},injectCollection:()=>n.inject(r,n.ref([]))}}function md(t){const e=n.ref(t);function r(){return e.value}function a(b){e.value=b}function o(b,v){return new zt(e.value,v).format(b)}function i(b,v=!0){return _s(b)&&v?o(ut(b),{dateStyle:"long",timeStyle:"long"}):o(ut(b),{dateStyle:"long"})}function s(b,v={}){return new zt(e.value,{month:"long",year:"numeric",...v}).format(b)}function l(b,v={}){return new zt(e.value,{month:"long",...v}).format(b)}function c(){const b=e1(sa());return[1,2,3,4,5,6,7,8,9,10,11,12].map(v=>({label:l(ut(b.set({month:v}))),value:v}))}function u(b,v={}){return new zt(e.value,{year:"numeric",...v}).format(b)}function d(b,v){return Co(b)?new zt(e.value,{...v,timeZone:b.timeZone}).formatToParts(ut(b)):new zt(e.value,v).formatToParts(ut(b))}function A(b,v="narrow"){return new zt(e.value,{weekday:v}).format(b)}function m(b){var v;return((v=new zt(e.value,{hour:"numeric",minute:"numeric"}).formatToParts(b).find(k=>k.type==="dayPeriod"))==null?void 0:v.value)==="PM"?"PM":"AM"}const f={year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"};function g(b,v,k={}){const h={...f,...k},p=d(b,h).find(y=>y.type===v);return p?p.value:""}return{setLocale:a,getLocale:r,fullMonth:l,fullYear:u,fullMonthAndYear:s,toParts:d,custom:o,part:g,dayPeriod:m,selectedDate:i,dayOfWeek:A,getMonths:c}}function Hn(t){const e=rl({dir:n.ref("ltr")});return n.computed(()=>{var r;return(t==null?void 0:t.value)||((r=e.dir)==null?void 0:r.value)||"ltr"})}function ha(t){const e=n.getCurrentInstance(),r=e==null?void 0:e.type.emits,a={};return r!=null&&r.length||console.warn(`No emitted event found. Please check component: ${e==null?void 0:e.type.__name}`),r==null||r.forEach(o=>{a[n.toHandlerKey(n.camelize(o))]=(...i)=>t(o,...i)}),a}let ol=0;function hd(){n.watchEffect(t=>{if(!Xt)return;const e=document.querySelectorAll("[data-radix-focus-guard]");document.body.insertAdjacentElement("afterbegin",e[0]??gd()),document.body.insertAdjacentElement("beforeend",e[1]??gd()),ol++,t(()=>{ol===1&&document.querySelectorAll("[data-radix-focus-guard]").forEach(r=>r.remove()),ol--})})}function gd(){const t=document.createElement("span");return t.setAttribute("data-radix-focus-guard",""),t.tabIndex=0,t.style.outline="none",t.style.opacity="0",t.style.position="fixed",t.style.pointerEvents="none",t}function il(t){return n.computed(()=>{var e;return dn(t)?!!((e=An(t))!=null&&e.closest("form")):!0})}function sl(t){const e=n.getCurrentInstance(),r=Object.keys((e==null?void 0:e.type.props)??{}).reduce((o,i)=>{const s=(e==null?void 0:e.type.props[i]).default;return s!==void 0&&(o[i]=s),o},{}),a=n.toRef(t);return n.computed(()=>{const o={},i=(e==null?void 0:e.vnode.props)??{};return Object.keys(i).forEach(s=>{o[n.camelize(s)]=i[s]}),Object.keys({...r,...o}).reduce((s,l)=>(a.value[l]!==void 0&&(s[l]=a.value[l]),s),{})})}function $t(t,e){const r=sl(t),a=e?ha(e):{};return n.computed(()=>({...r.value,...a}))}function oe(){const t=n.getCurrentInstance(),e=n.ref(),r=n.computed(()=>{var s,l;return["#text","#comment"].includes((s=e.value)==null?void 0:s.$el.nodeName)?(l=e.value)==null?void 0:l.$el.nextElementSibling:An(e)}),a=Object.assign({},t.exposed),o={};for(const s in t.props)Object.defineProperty(o,s,{enumerable:!0,configurable:!0,get:()=>t.props[s]});if(Object.keys(a).length>0)for(const s in a)Object.defineProperty(o,s,{enumerable:!0,configurable:!0,get:()=>a[s]});Object.defineProperty(o,"$el",{enumerable:!0,configurable:!0,get:()=>t.vnode.el}),t.exposed=o;function i(s){e.value=s,s&&(Object.defineProperty(o,"$el",{enumerable:!0,configurable:!0,get:()=>s instanceof Element?s:s.$el}),t.exposed=o)}return{forwardRef:i,currentRef:e,currentElement:r}}function Wh(t,e){const r=dd(!1,300),a=n.ref(null),o=Sh();function i(){a.value=null,r.value=!1}function s(l,c){const u=l.currentTarget,d={x:l.clientX,y:l.clientY},A=Yh(d,u.getBoundingClientRect()),m=Gh(d,A),f=Nh(c.getBoundingClientRect()),g=t5([...m,...f]);a.value=g,r.value=!0}return n.watchEffect(l=>{if(t.value&&e.value){const c=d=>s(d,e.value),u=d=>s(d,t.value);t.value.addEventListener("pointerleave",c),e.value.addEventListener("pointerleave",u),l(()=>{var d,A;(d=t.value)==null||d.removeEventListener("pointerleave",c),(A=e.value)==null||A.removeEventListener("pointerleave",u)})}}),n.watchEffect(l=>{var c;if(a.value){const u=d=>{var A,m;if(!a.value)return;const f=d.target,g={x:d.clientX,y:d.clientY},b=((A=t.value)==null?void 0:A.contains(f))||((m=e.value)==null?void 0:m.contains(f)),v=!e5(g,a.value),k=!!f.closest("[data-grace-area-trigger]");b?i():(v||k)&&(i(),o.trigger())};(c=t.value)==null||c.ownerDocument.addEventListener("pointermove",u),l(()=>{var d;return(d=t.value)==null?void 0:d.ownerDocument.removeEventListener("pointermove",u)})}}),{isPointerInTransit:r,onPointerExit:o.on}}function Yh(t,e){const r=Math.abs(e.top-t.y),a=Math.abs(e.bottom-t.y),o=Math.abs(e.right-t.x),i=Math.abs(e.left-t.x);switch(Math.min(r,a,o,i)){case i:return"left";case o:return"right";case r:return"top";case a:return"bottom";default:throw new Error("unreachable")}}function Gh(t,e,r=5){const a=[];switch(e){case"top":a.push({x:t.x-r,y:t.y+r},{x:t.x+r,y:t.y+r});break;case"bottom":a.push({x:t.x-r,y:t.y-r},{x:t.x+r,y:t.y-r});break;case"left":a.push({x:t.x+r,y:t.y-r},{x:t.x+r,y:t.y+r});break;case"right":a.push({x:t.x-r,y:t.y-r},{x:t.x-r,y:t.y+r});break}return a}function Nh(t){const{top:e,right:r,bottom:a,left:o}=t;return[{x:o,y:e},{x:r,y:e},{x:r,y:a},{x:o,y:a}]}function e5(t,e){const{x:r,y:a}=t;let o=!1;for(let i=0,s=e.length-1;i<e.length;s=i++){const l=e[i].x,c=e[i].y,u=e[s].x,d=e[s].y;c>a!=d>a&&r<(u-l)*(a-c)/(d-c)+l&&(o=!o)}return o}function t5(t){const e=t.slice();return e.sort((r,a)=>r.x<a.x?-1:r.x>a.x?1:r.y<a.y?-1:r.y>a.y?1:0),n5(e)}function n5(t){if(t.length<=1)return t.slice();const e=[];for(let a=0;a<t.length;a++){const o=t[a];for(;e.length>=2;){const i=e[e.length-1],s=e[e.length-2];if((i.x-s.x)*(o.y-s.y)>=(i.y-s.y)*(o.x-s.x))e.pop();else break}e.push(o)}e.pop();const r=[];for(let a=t.length-1;a>=0;a--){const o=t[a];for(;r.length>=2;){const i=r[r.length-1],s=r[r.length-2];if((i.x-s.x)*(o.y-s.y)>=(i.y-s.y)*(o.x-s.x))r.pop();else break}r.push(o)}return r.pop(),e.length===1&&r.length===1&&e[0].x===r[0].x&&e[0].y===r[0].y?e:e.concat(r)}var r5=function(t){if(typeof document>"u")return null;var e=Array.isArray(t)?t[0]:t;return e.ownerDocument.body},Cr=new WeakMap,Do=new WeakMap,Vo={},ll=0,vd=function(t){return t&&(t.host||vd(t.parentNode))},a5=function(t,e){return e.map(function(r){if(t.contains(r))return r;var a=vd(r);return a&&t.contains(a)?a:(console.error("aria-hidden",r,"in not contained inside",t,". Doing nothing"),null)}).filter(function(r){return!!r})},o5=function(t,e,r,a){var o=a5(e,Array.isArray(t)?t:[t]);Vo[r]||(Vo[r]=new WeakMap);var i=Vo[r],s=[],l=new Set,c=new Set(o),u=function(A){!A||l.has(A)||(l.add(A),u(A.parentNode))};o.forEach(u);var d=function(A){!A||c.has(A)||Array.prototype.forEach.call(A.children,function(m){if(l.has(m))d(m);else try{var f=m.getAttribute(a),g=f!==null&&f!=="false",b=(Cr.get(m)||0)+1,v=(i.get(m)||0)+1;Cr.set(m,b),i.set(m,v),s.push(m),b===1&&g&&Do.set(m,!0),v===1&&m.setAttribute(r,"true"),g||m.setAttribute(a,"true")}catch(k){console.error("aria-hidden: cannot operate on ",m,k)}})};return d(e),l.clear(),ll++,function(){s.forEach(function(A){var m=Cr.get(A)-1,f=i.get(A)-1;Cr.set(A,m),i.set(A,f),m||(Do.has(A)||A.removeAttribute(a),Do.delete(A)),f||A.removeAttribute(r)}),ll--,ll||(Cr=new WeakMap,Cr=new WeakMap,Do=new WeakMap,Vo={})}},i5=function(t,e,r){r===void 0&&(r="data-aria-hidden");var a=Array.from(Array.isArray(t)?t:[t]),o=r5(t);return o?(a.push.apply(a,Array.from(o.querySelectorAll("[aria-live]"))),o5(a,o,r,"aria-hidden")):function(){return null}};function cl(t){let e;n.watch(()=>An(t),r=>{r?e=i5(r):e&&e()}),n.onUnmounted(()=>{e&&e()})}let s5=0;function pn(t,e="radix"){const r=rl({useId:void 0});return Zc.useId?`${e}-${Zc.useId()}`:r.useId?`${e}-${r.useId()}`:`${e}-${++s5}`}function l5(t){const e=n.ref(),r=n.computed(()=>{var o;return((o=e.value)==null?void 0:o.width)??0}),a=n.computed(()=>{var o;return((o=e.value)==null?void 0:o.height)??0});return n.onMounted(()=>{const o=An(t);if(o){e.value={width:o.offsetWidth,height:o.offsetHeight};const i=new ResizeObserver(s=>{if(!Array.isArray(s)||!s.length)return;const l=s[0];let c,u;if("borderBoxSize"in l){const d=l.borderBoxSize,A=Array.isArray(d)?d[0]:d;c=A.inlineSize,u=A.blockSize}else c=o.offsetWidth,u=o.offsetHeight;e.value={width:c,height:u}});return i.observe(o,{box:"border-box"}),()=>i.unobserve(o)}else e.value=void 0}),{width:r,height:a}}function c5(t,e){const r=n.ref(t);function a(o){return e[r.value][o]??r.value}return{state:r,dispatch:o=>{r.value=a(o)}}}const u5="data-item-text";function d5(t){const e=dd("",1e3);return{search:e,handleTypeaheadSearch:(r,a)=>{if(!(t!=null&&t.value)&&!a)return;e.value=e.value+r;const o=(t==null?void 0:t.value)??a,i=We(),s=o.map(A=>{var m;return{ref:A,textValue:((m=(A.querySelector(`[${u5}]`)??A).textContent)==null?void 0:m.trim())??""}}),l=s.find(A=>A.ref===i),c=s.map(A=>A.textValue),u=f5(c,e.value,l==null?void 0:l.textValue),d=s.find(A=>A.textValue===u);return d&&d.ref.focus(),d==null?void 0:d.ref},resetTypeahead:()=>{e.value=""}}}function A5(t,e){return t.map((r,a)=>t[(e+a)%t.length])}function f5(t,e,r){const a=e.length>1&&Array.from(e).every(l=>l===e[0])?e[0]:e,o=r?t.indexOf(r):-1;let i=A5(t,Math.max(o,0));a.length===1&&(i=i.filter(l=>l!==r));const s=i.find(l=>l.toLowerCase().startsWith(a.toLowerCase()));return s!==r?s:void 0}function ga(){return{ALT:"Alt",ARROW_DOWN:"ArrowDown",ARROW_LEFT:"ArrowLeft",ARROW_RIGHT:"ArrowRight",ARROW_UP:"ArrowUp",BACKSPACE:"Backspace",CAPS_LOCK:"CapsLock",CONTROL:"Control",DELETE:"Delete",END:"End",ENTER:"Enter",ESCAPE:"Escape",F1:"F1",F10:"F10",F11:"F11",F12:"F12",F2:"F2",F3:"F3",F4:"F4",F5:"F5",F6:"F6",F7:"F7",F8:"F8",F9:"F9",HOME:"Home",META:"Meta",PAGE_DOWN:"PageDown",PAGE_UP:"PageUp",SHIFT:"Shift",SPACE:" ",TAB:"Tab",CTRL:"Control",ASTERISK:"*",SPACE_CODE:"Space"}}const ul=n.defineComponent({name:"PrimitiveSlot",inheritAttrs:!1,setup(t,{attrs:e,slots:r}){return()=>{var a,o;if(!r.default)return null;const i=el(r.default()),s=i.findIndex(d=>d.type!==n.Comment);if(s===-1)return i;const l=i[s];(a=l.props)==null||delete a.ref;const c=l.props?n.mergeProps(e,l.props):e;e.class&&(o=l.props)!=null&&o.class&&delete l.props.class;const u=n.cloneVNode(l,c);for(const d in c)d.startsWith("on")&&(u.props||(u.props={}),u.props[d]=c[d]);return i.length===1?u:(i[s]=u,i)}}}),ue=n.defineComponent({name:"Primitive",inheritAttrs:!1,props:{asChild:{type:Boolean,default:!1},as:{type:[String,Object],default:"div"}},setup(t,{attrs:e,slots:r}){const a=t.asChild?"template":t.as;return typeof a=="string"&&["area","img","input"].includes(a)?()=>n.h(a,e):a!=="template"?()=>n.h(t.as,e,{default:r.default}):()=>n.h(ul,e,{default:r.default})}});function va(){const t=n.ref(),e=n.computed(()=>{var r,a;return["#text","#comment"].includes((r=t.value)==null?void 0:r.$el.nodeName)?(a=t.value)==null?void 0:a.$el.nextElementSibling:An(t)});return{primitiveElement:t,currentElement:e}}function p5(t,e){var r;const a=n.ref({}),o=n.ref("none"),i=n.ref(t),s=t.value?"mounted":"unmounted";let l;const c=((r=e.value)==null?void 0:r.ownerDocument.defaultView)??Ns,{state:u,dispatch:d}=c5(s,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}}),A=v=>{var k;if(Xt){const h=new CustomEvent(v,{bubbles:!1,cancelable:!1});(k=e.value)==null||k.dispatchEvent(h)}};n.watch(t,async(v,k)=>{var h;const p=k!==v;if(await n.nextTick(),p){const y=o.value,w=Io(e.value);v?(d("MOUNT"),A("enter"),w==="none"&&A("after-enter")):w==="none"||((h=a.value)==null?void 0:h.display)==="none"?(d("UNMOUNT"),A("leave"),A("after-leave")):k&&y!==w?(d("ANIMATION_OUT"),A("leave")):(d("UNMOUNT"),A("after-leave"))}},{immediate:!0});const m=v=>{const k=Io(e.value),h=k.includes(v.animationName),p=u.value==="mounted"?"enter":"leave";if(v.target===e.value&&h&&(A(`after-${p}`),d("ANIMATION_END"),!i.value)){const y=e.value.style.animationFillMode;e.value.style.animationFillMode="forwards",l=c==null?void 0:c.setTimeout(()=>{var w;((w=e.value)==null?void 0:w.style.animationFillMode)==="forwards"&&(e.value.style.animationFillMode=y)})}v.target===e.value&&k==="none"&&d("ANIMATION_END")},f=v=>{v.target===e.value&&(o.value=Io(e.value))},g=n.watch(e,(v,k)=>{v?(a.value=getComputedStyle(v),v.addEventListener("animationstart",f),v.addEventListener("animationcancel",m),v.addEventListener("animationend",m)):(d("ANIMATION_END"),l!==void 0&&(c==null||c.clearTimeout(l)),k==null||k.removeEventListener("animationstart",f),k==null||k.removeEventListener("animationcancel",m),k==null||k.removeEventListener("animationend",m))},{immediate:!0}),b=n.watch(u,()=>{const v=Io(e.value);o.value=u.value==="mounted"?v:"none"});return n.onUnmounted(()=>{g(),b()}),{isPresent:n.computed(()=>["mounted","unmountSuspended"].includes(u.value))}}function Io(t){return t&&getComputedStyle(t).animationName||"none"}const Qn=n.defineComponent({name:"Presence",props:{present:{type:Boolean,required:!0},forceMount:{type:Boolean}},slots:{},setup(t,{slots:e,expose:r}){var a;const{present:o,forceMount:i}=n.toRefs(t),s=n.ref(),{isPresent:l}=p5(o,s);r({present:l});let c=e.default({present:l});c=el(c||[]);const u=n.getCurrentInstance();if(c&&(c==null?void 0:c.length)>1){const d=(a=u==null?void 0:u.parent)!=null&&a.type.name?`<${u.parent.type.name} />`:"component";throw new Error([`Detected an invalid children for \`${d}\` for \`Presence\` component.`,"","Note: Presence works similarly to `v-if` directly, but it waits for animation/transition to finished before unmounting. So it expect only one direct child of valid VNode type.","You can apply a few solutions:",["Provide a single child element so that `presence` directive attach correctly.","Ensure the first child is an actual element instead of a raw text node or comment node."].map(A=>` - ${A}`).join(`
18
18
  `)].join(`
19
- `))}return()=>i.value||o.value||l.value?n.h(e.default({present:l})[0],{ref:d=>{const A=An(d);return typeof(A==null?void 0:A.hasAttribute)>"u"||(A!=null&&A.hasAttribute("data-radix-popper-content-wrapper")?s.value=A.firstElementChild:s.value=A),A}}):null}}),[$t,m5]=De("DialogRoot"),Po=n.defineComponent({inheritAttrs:!1,__name:"DialogRoot",props:{open:{type:Boolean,default:void 0},defaultOpen:{type:Boolean,default:!1},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=Le(r,"open",e,{defaultValue:r.defaultOpen,passive:r.open===void 0}),o=n.ref(),i=n.ref(),{modal:s}=n.toRefs(r);return m5({open:a,modal:s,openModal:()=>{a.value=!0},onOpenChange:l=>{a.value=l},onOpenToggle:()=>{a.value=!a.value},contentId:"",titleId:"",descriptionId:"",triggerElement:o,contentElement:i}),(l,c)=>n.renderSlot(l.$slots,"default",{open:n.unref(a)})}}),Mo=n.defineComponent({__name:"DialogTrigger",props:{asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,r=$t(),{forwardRef:a,currentElement:o}=ae();return r.contentId||(r.contentId=pn(void 0,"radix-vue-dialog-content")),n.onMounted(()=>{r.triggerElement.value=o.value}),(i,s)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{ref:n.unref(a),type:i.as==="button"?"button":void 0,"aria-haspopup":"dialog","aria-expanded":n.unref(r).open.value||!1,"aria-controls":n.unref(r).open.value?n.unref(r).contentId:void 0,"data-state":n.unref(r).open.value?"open":"closed",onClick:n.unref(r).onOpenToggle}),{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},16,["type","aria-expanded","aria-controls","data-state","onClick"]))}}),_o=n.defineComponent({__name:"Teleport",props:{to:{default:"body"},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(t){const e=Fh();return(r,a)=>n.unref(e)||r.forceMount?(n.openBlock(),n.createBlock(n.Teleport,{key:0,to:r.to,disabled:r.disabled},[n.renderSlot(r.$slots,"default")],8,["to","disabled"])):n.createCommentVNode("",!0)}}),Ro=n.defineComponent({__name:"DialogPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(_o),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),h5="dismissableLayer.pointerDownOutside",g5="dismissableLayer.focusOutside";function yd(t,e){const r=e.closest("[data-dismissable-layer]"),a=t.dataset.dismissableLayer===""?t:t.querySelector("[data-dismissable-layer]"),o=Array.from(t.ownerDocument.querySelectorAll("[data-dismissable-layer]"));return!!(r&&a===r||o.indexOf(a)<o.indexOf(r))}function v5(t,e){var r;const a=((r=e==null?void 0:e.value)==null?void 0:r.ownerDocument)??(globalThis==null?void 0:globalThis.document),o=n.ref(!1),i=n.ref(()=>{});return n.watchEffect(s=>{if(!Xt)return;const l=async u=>{const d=u.target;if(e!=null&&e.value){if(yd(e.value,d)){o.value=!1;return}if(u.target&&!o.value){let A=function(){rd(h5,t,f)};const f={originalEvent:u};u.pointerType==="touch"?(a.removeEventListener("click",i.value),i.value=A,a.addEventListener("click",i.value,{once:!0})):A()}else a.removeEventListener("click",i.value);o.value=!1}},c=window.setTimeout(()=>{a.addEventListener("pointerdown",l)},0);s(()=>{window.clearTimeout(c),a.removeEventListener("pointerdown",l),a.removeEventListener("click",i.value)})}),{onPointerDownCapture:()=>o.value=!0}}function y5(t,e){var r;const a=((r=e==null?void 0:e.value)==null?void 0:r.ownerDocument)??(globalThis==null?void 0:globalThis.document),o=n.ref(!1);return n.watchEffect(i=>{if(!Xt)return;const s=async l=>{e!=null&&e.value&&(await n.nextTick(),!(!e.value||yd(e.value,l.target))&&l.target&&!o.value&&rd(g5,t,{originalEvent:l}))};a.addEventListener("focusin",s),i(()=>a.removeEventListener("focusin",s))}),{onFocusCapture:()=>o.value=!0,onBlurCapture:()=>o.value=!1}}const Yt=n.reactive({layersRoot:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Lo=n.defineComponent({__name:"DismissableLayer",props:{disableOutsidePointerEvents:{type:Boolean,default:!1},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","dismiss"],setup(t,{emit:e}){const r=t,a=e,{forwardRef:o,currentElement:i}=ae(),s=n.computed(()=>{var v;return((v=i.value)==null?void 0:v.ownerDocument)??globalThis.document}),l=n.computed(()=>Yt.layersRoot),c=n.computed(()=>i.value?Array.from(l.value).indexOf(i.value):-1),u=n.computed(()=>Yt.layersWithOutsidePointerEventsDisabled.size>0),d=n.computed(()=>{const v=Array.from(l.value),[C]=[...Yt.layersWithOutsidePointerEventsDisabled].slice(-1),y=v.indexOf(C);return c.value>=y}),A=v5(async v=>{const C=[...Yt.branches].some(y=>y==null?void 0:y.contains(v.target));!d.value||C||(a("pointerDownOutside",v),a("interactOutside",v),await n.nextTick(),v.defaultPrevented||a("dismiss"))},i),f=y5(v=>{[...Yt.branches].some(C=>C==null?void 0:C.contains(v.target))||(a("focusOutside",v),a("interactOutside",v),v.defaultPrevented||a("dismiss"))},i);Lh("Escape",v=>{c.value===l.value.size-1&&(a("escapeKeyDown",v),v.defaultPrevented||a("dismiss"))});let p;return n.watchEffect(v=>{i.value&&(r.disableOutsidePointerEvents&&(Yt.layersWithOutsidePointerEventsDisabled.size===0&&(p=s.value.body.style.pointerEvents,s.value.body.style.pointerEvents="none"),Yt.layersWithOutsidePointerEventsDisabled.add(i.value)),l.value.add(i.value),v(()=>{r.disableOutsidePointerEvents&&Yt.layersWithOutsidePointerEventsDisabled.size===1&&(s.value.body.style.pointerEvents=p)}))}),n.watchEffect(v=>{v(()=>{i.value&&(l.value.delete(i.value),Yt.layersWithOutsidePointerEventsDisabled.delete(i.value))})}),(v,C)=>(n.openBlock(),n.createBlock(n.unref(ue),{ref:n.unref(o),"as-child":v.asChild,as:v.as,"data-dismissable-layer":"",style:n.normalizeStyle({pointerEvents:u.value?d.value?"auto":"none":void 0}),onFocusCapture:n.unref(f).onFocusCapture,onBlurCapture:n.unref(f).onBlurCapture,onPointerdownCapture:n.unref(A).onPointerDownCapture},{default:n.withCtx(()=>[n.renderSlot(v.$slots,"default")]),_:3},8,["as-child","as","style","onFocusCapture","onBlurCapture","onPointerdownCapture"]))}}),dl="focusScope.autoFocusOnMount",Al="focusScope.autoFocusOnUnmount",wd={bubbles:!1,cancelable:!0};function w5(t,{select:e=!1}={}){const r=$e();for(const a of t)if(mn(a,{select:e}),$e()!==r)return!0}function b5(t){const e=bd(t),r=Cd(e,t),a=Cd(e.reverse(),t);return[r,a]}function bd(t){const e=[],r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:a=>{const o=a.tagName==="INPUT"&&a.type==="hidden";return a.disabled||a.hidden||o?NodeFilter.FILTER_SKIP:a.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;r.nextNode();)e.push(r.currentNode);return e}function Cd(t,e){for(const r of t)if(!C5(r,{upTo:e}))return r}function C5(t,{upTo:e}){if(getComputedStyle(t).visibility==="hidden")return!0;for(;t;){if(e!==void 0&&t===e)return!1;if(getComputedStyle(t).display==="none")return!0;t=t.parentElement}return!1}function E5(t){return t instanceof HTMLInputElement&&"select"in t}function mn(t,{select:e=!1}={}){if(t&&t.focus){const r=$e();t.focus({preventScroll:!0}),t!==r&&E5(t)&&e&&t.select()}}const k5=Th(()=>n.ref([]));function x5(){const t=k5();return{add(e){const r=t.value[0];e!==r&&(r==null||r.pause()),t.value=Ed(t.value,e),t.value.unshift(e)},remove(e){var r;t.value=Ed(t.value,e),(r=t.value[0])==null||r.resume()}}}function Ed(t,e){const r=[...t],a=r.indexOf(e);return a!==-1&&r.splice(a,1),r}function B5(t){return t.filter(e=>e.tagName!=="A")}const fl=n.defineComponent({__name:"FocusScope",props:{loop:{type:Boolean,default:!1},trapped:{type:Boolean,default:!1},asChild:{type:Boolean},as:{}},emits:["mountAutoFocus","unmountAutoFocus"],setup(t,{emit:e}){const r=t,a=e,{currentRef:o,currentElement:i}=ae(),s=n.ref(null),l=x5(),c=n.reactive({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}});n.watchEffect(d=>{if(!Xt)return;const A=i.value;if(!r.trapped)return;function f(y){if(c.paused||!A)return;const E=y.target;A.contains(E)?s.value=E:mn(s.value,{select:!0})}function p(y){if(c.paused||!A)return;const E=y.relatedTarget;E!==null&&(A.contains(E)||mn(s.value,{select:!0}))}function v(y){A.contains(s.value)||mn(A)}document.addEventListener("focusin",f),document.addEventListener("focusout",p);const C=new MutationObserver(v);A&&C.observe(A,{childList:!0,subtree:!0}),d(()=>{document.removeEventListener("focusin",f),document.removeEventListener("focusout",p),C.disconnect()})}),n.watchEffect(async d=>{const A=i.value;if(await n.nextTick(),!A)return;l.add(c);const f=$e();if(!A.contains(f)){const p=new CustomEvent(dl,wd);A.addEventListener(dl,v=>a("mountAutoFocus",v)),A.dispatchEvent(p),p.defaultPrevented||(w5(B5(bd(A)),{select:!0}),$e()===f&&mn(A))}d(()=>{A.removeEventListener(dl,C=>a("mountAutoFocus",C));const p=new CustomEvent(Al,wd),v=C=>{a("unmountAutoFocus",C)};A.addEventListener(Al,v),A.dispatchEvent(p),setTimeout(()=>{p.defaultPrevented||mn(f??document.body,{select:!0}),A.removeEventListener(Al,v),l.remove(c)},0)})});function u(d){if(!r.loop&&!r.trapped||c.paused)return;const A=d.key==="Tab"&&!d.altKey&&!d.ctrlKey&&!d.metaKey,f=$e();if(A&&f){const p=d.currentTarget,[v,C]=b5(p);v&&C?!d.shiftKey&&f===C?(d.preventDefault(),r.loop&&mn(v,{select:!0})):d.shiftKey&&f===v&&(d.preventDefault(),r.loop&&mn(C,{select:!0})):f===p&&d.preventDefault()}}return(d,A)=>(n.openBlock(),n.createBlock(n.unref(ue),{ref_key:"currentRef",ref:o,tabindex:"-1","as-child":d.asChild,as:d.as,onKeydown:u},{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default")]),_:3},8,["as-child","as"]))}}),S5="menu.itemSelect",pl=["Enter"," "],T5=["ArrowDown","PageUp","Home"],kd=["ArrowUp","PageDown","End"],D5=[...T5,...kd];[...pl],[...pl];function xd(t){return t?"open":"closed"}function O5(t){const e=$e();for(const r of t)if(r===e||(r.focus(),$e()!==e))return}function V5(t,e){const{x:r,y:a}=t;let o=!1;for(let i=0,s=e.length-1;i<e.length;s=i++){const l=e[i].x,c=e[i].y,u=e[s].x,d=e[s].y;c>a!=d>a&&r<(u-l)*(a-c)/(d-c)+l&&(o=!o)}return o}function I5(t,e){if(!e)return!1;const r={x:t.clientX,y:t.clientY};return V5(r,e)}function ml(t){return t.pointerType==="mouse"}const P5="DialogTitle",M5="DialogContent";function _5({titleName:t=P5,contentName:e=M5,componentLink:r="dialog.html#title",titleId:a,descriptionId:o,contentElement:i}){const s=`Warning: \`${e}\` requires a \`${t}\` for the component to be accessible for screen reader users.
19
+ `))}return()=>i.value||o.value||l.value?n.h(e.default({present:l})[0],{ref:d=>{const A=An(d);return typeof(A==null?void 0:A.hasAttribute)>"u"||(A!=null&&A.hasAttribute("data-radix-popper-content-wrapper")?s.value=A.firstElementChild:s.value=A),A}}):null}}),[Wt,m5]=Oe("DialogRoot"),Po=n.defineComponent({inheritAttrs:!1,__name:"DialogRoot",props:{open:{type:Boolean,default:void 0},defaultOpen:{type:Boolean,default:!1},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=Le(r,"open",e,{defaultValue:r.defaultOpen,passive:r.open===void 0}),o=n.ref(),i=n.ref(),{modal:s}=n.toRefs(r);return m5({open:a,modal:s,openModal:()=>{a.value=!0},onOpenChange:l=>{a.value=l},onOpenToggle:()=>{a.value=!a.value},contentId:"",titleId:"",descriptionId:"",triggerElement:o,contentElement:i}),(l,c)=>n.renderSlot(l.$slots,"default",{open:n.unref(a)})}}),Mo=n.defineComponent({__name:"DialogTrigger",props:{asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,r=Wt(),{forwardRef:a,currentElement:o}=oe();return r.contentId||(r.contentId=pn(void 0,"radix-vue-dialog-content")),n.onMounted(()=>{r.triggerElement.value=o.value}),(i,s)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{ref:n.unref(a),type:i.as==="button"?"button":void 0,"aria-haspopup":"dialog","aria-expanded":n.unref(r).open.value||!1,"aria-controls":n.unref(r).open.value?n.unref(r).contentId:void 0,"data-state":n.unref(r).open.value?"open":"closed",onClick:n.unref(r).onOpenToggle}),{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},16,["type","aria-expanded","aria-controls","data-state","onClick"]))}}),_o=n.defineComponent({__name:"Teleport",props:{to:{default:"body"},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(t){const e=Fh();return(r,a)=>n.unref(e)||r.forceMount?(n.openBlock(),n.createBlock(n.Teleport,{key:0,to:r.to,disabled:r.disabled},[n.renderSlot(r.$slots,"default")],8,["to","disabled"])):n.createCommentVNode("",!0)}}),Ro=n.defineComponent({__name:"DialogPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(_o),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),h5="dismissableLayer.pointerDownOutside",g5="dismissableLayer.focusOutside";function yd(t,e){const r=e.closest("[data-dismissable-layer]"),a=t.dataset.dismissableLayer===""?t:t.querySelector("[data-dismissable-layer]"),o=Array.from(t.ownerDocument.querySelectorAll("[data-dismissable-layer]"));return!!(r&&a===r||o.indexOf(a)<o.indexOf(r))}function v5(t,e){var r;const a=((r=e==null?void 0:e.value)==null?void 0:r.ownerDocument)??(globalThis==null?void 0:globalThis.document),o=n.ref(!1),i=n.ref(()=>{});return n.watchEffect(s=>{if(!Xt)return;const l=async u=>{const d=u.target;if(e!=null&&e.value){if(yd(e.value,d)){o.value=!1;return}if(u.target&&!o.value){let A=function(){rd(h5,t,m)};const m={originalEvent:u};u.pointerType==="touch"?(a.removeEventListener("click",i.value),i.value=A,a.addEventListener("click",i.value,{once:!0})):A()}else a.removeEventListener("click",i.value);o.value=!1}},c=window.setTimeout(()=>{a.addEventListener("pointerdown",l)},0);s(()=>{window.clearTimeout(c),a.removeEventListener("pointerdown",l),a.removeEventListener("click",i.value)})}),{onPointerDownCapture:()=>o.value=!0}}function y5(t,e){var r;const a=((r=e==null?void 0:e.value)==null?void 0:r.ownerDocument)??(globalThis==null?void 0:globalThis.document),o=n.ref(!1);return n.watchEffect(i=>{if(!Xt)return;const s=async l=>{e!=null&&e.value&&(await n.nextTick(),!(!e.value||yd(e.value,l.target))&&l.target&&!o.value&&rd(g5,t,{originalEvent:l}))};a.addEventListener("focusin",s),i(()=>a.removeEventListener("focusin",s))}),{onFocusCapture:()=>o.value=!0,onBlurCapture:()=>o.value=!1}}const Yt=n.reactive({layersRoot:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),Lo=n.defineComponent({__name:"DismissableLayer",props:{disableOutsidePointerEvents:{type:Boolean,default:!1},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","dismiss"],setup(t,{emit:e}){const r=t,a=e,{forwardRef:o,currentElement:i}=oe(),s=n.computed(()=>{var g;return((g=i.value)==null?void 0:g.ownerDocument)??globalThis.document}),l=n.computed(()=>Yt.layersRoot),c=n.computed(()=>i.value?Array.from(l.value).indexOf(i.value):-1),u=n.computed(()=>Yt.layersWithOutsidePointerEventsDisabled.size>0),d=n.computed(()=>{const g=Array.from(l.value),[b]=[...Yt.layersWithOutsidePointerEventsDisabled].slice(-1),v=g.indexOf(b);return c.value>=v}),A=v5(async g=>{const b=[...Yt.branches].some(v=>v==null?void 0:v.contains(g.target));!d.value||b||(a("pointerDownOutside",g),a("interactOutside",g),await n.nextTick(),g.defaultPrevented||a("dismiss"))},i),m=y5(g=>{[...Yt.branches].some(b=>b==null?void 0:b.contains(g.target))||(a("focusOutside",g),a("interactOutside",g),g.defaultPrevented||a("dismiss"))},i);Lh("Escape",g=>{c.value===l.value.size-1&&(a("escapeKeyDown",g),g.defaultPrevented||a("dismiss"))});let f;return n.watchEffect(g=>{i.value&&(r.disableOutsidePointerEvents&&(Yt.layersWithOutsidePointerEventsDisabled.size===0&&(f=s.value.body.style.pointerEvents,s.value.body.style.pointerEvents="none"),Yt.layersWithOutsidePointerEventsDisabled.add(i.value)),l.value.add(i.value),g(()=>{r.disableOutsidePointerEvents&&Yt.layersWithOutsidePointerEventsDisabled.size===1&&(s.value.body.style.pointerEvents=f)}))}),n.watchEffect(g=>{g(()=>{i.value&&(l.value.delete(i.value),Yt.layersWithOutsidePointerEventsDisabled.delete(i.value))})}),(g,b)=>(n.openBlock(),n.createBlock(n.unref(ue),{ref:n.unref(o),"as-child":g.asChild,as:g.as,"data-dismissable-layer":"",style:n.normalizeStyle({pointerEvents:u.value?d.value?"auto":"none":void 0}),onFocusCapture:n.unref(m).onFocusCapture,onBlurCapture:n.unref(m).onBlurCapture,onPointerdownCapture:n.unref(A).onPointerDownCapture},{default:n.withCtx(()=>[n.renderSlot(g.$slots,"default")]),_:3},8,["as-child","as","style","onFocusCapture","onBlurCapture","onPointerdownCapture"]))}}),dl="focusScope.autoFocusOnMount",Al="focusScope.autoFocusOnUnmount",wd={bubbles:!1,cancelable:!0};function w5(t,{select:e=!1}={}){const r=We();for(const a of t)if(mn(a,{select:e}),We()!==r)return!0}function b5(t){const e=bd(t),r=Cd(e,t),a=Cd(e.reverse(),t);return[r,a]}function bd(t){const e=[],r=document.createTreeWalker(t,NodeFilter.SHOW_ELEMENT,{acceptNode:a=>{const o=a.tagName==="INPUT"&&a.type==="hidden";return a.disabled||a.hidden||o?NodeFilter.FILTER_SKIP:a.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;r.nextNode();)e.push(r.currentNode);return e}function Cd(t,e){for(const r of t)if(!C5(r,{upTo:e}))return r}function C5(t,{upTo:e}){if(getComputedStyle(t).visibility==="hidden")return!0;for(;t;){if(e!==void 0&&t===e)return!1;if(getComputedStyle(t).display==="none")return!0;t=t.parentElement}return!1}function E5(t){return t instanceof HTMLInputElement&&"select"in t}function mn(t,{select:e=!1}={}){if(t&&t.focus){const r=We();t.focus({preventScroll:!0}),t!==r&&E5(t)&&e&&t.select()}}const k5=Th(()=>n.ref([]));function x5(){const t=k5();return{add(e){const r=t.value[0];e!==r&&(r==null||r.pause()),t.value=Ed(t.value,e),t.value.unshift(e)},remove(e){var r;t.value=Ed(t.value,e),(r=t.value[0])==null||r.resume()}}}function Ed(t,e){const r=[...t],a=r.indexOf(e);return a!==-1&&r.splice(a,1),r}function B5(t){return t.filter(e=>e.tagName!=="A")}const fl=n.defineComponent({__name:"FocusScope",props:{loop:{type:Boolean,default:!1},trapped:{type:Boolean,default:!1},asChild:{type:Boolean},as:{}},emits:["mountAutoFocus","unmountAutoFocus"],setup(t,{emit:e}){const r=t,a=e,{currentRef:o,currentElement:i}=oe(),s=n.ref(null),l=x5(),c=n.reactive({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}});n.watchEffect(d=>{if(!Xt)return;const A=i.value;if(!r.trapped)return;function m(v){if(c.paused||!A)return;const k=v.target;A.contains(k)?s.value=k:mn(s.value,{select:!0})}function f(v){if(c.paused||!A)return;const k=v.relatedTarget;k!==null&&(A.contains(k)||mn(s.value,{select:!0}))}function g(v){A.contains(s.value)||mn(A)}document.addEventListener("focusin",m),document.addEventListener("focusout",f);const b=new MutationObserver(g);A&&b.observe(A,{childList:!0,subtree:!0}),d(()=>{document.removeEventListener("focusin",m),document.removeEventListener("focusout",f),b.disconnect()})}),n.watchEffect(async d=>{const A=i.value;if(await n.nextTick(),!A)return;l.add(c);const m=We();if(!A.contains(m)){const f=new CustomEvent(dl,wd);A.addEventListener(dl,g=>a("mountAutoFocus",g)),A.dispatchEvent(f),f.defaultPrevented||(w5(B5(bd(A)),{select:!0}),We()===m&&mn(A))}d(()=>{A.removeEventListener(dl,b=>a("mountAutoFocus",b));const f=new CustomEvent(Al,wd),g=b=>{a("unmountAutoFocus",b)};A.addEventListener(Al,g),A.dispatchEvent(f),setTimeout(()=>{f.defaultPrevented||mn(m??document.body,{select:!0}),A.removeEventListener(Al,g),l.remove(c)},0)})});function u(d){if(!r.loop&&!r.trapped||c.paused)return;const A=d.key==="Tab"&&!d.altKey&&!d.ctrlKey&&!d.metaKey,m=We();if(A&&m){const f=d.currentTarget,[g,b]=b5(f);g&&b?!d.shiftKey&&m===b?(d.preventDefault(),r.loop&&mn(g,{select:!0})):d.shiftKey&&m===g&&(d.preventDefault(),r.loop&&mn(b,{select:!0})):m===f&&d.preventDefault()}}return(d,A)=>(n.openBlock(),n.createBlock(n.unref(ue),{ref_key:"currentRef",ref:o,tabindex:"-1","as-child":d.asChild,as:d.as,onKeydown:u},{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default")]),_:3},8,["as-child","as"]))}}),S5="menu.itemSelect",pl=["Enter"," "],T5=["ArrowDown","PageUp","Home"],kd=["ArrowUp","PageDown","End"],O5=[...T5,...kd];[...pl],[...pl];function xd(t){return t?"open":"closed"}function D5(t){const e=We();for(const r of t)if(r===e||(r.focus(),We()!==e))return}function V5(t,e){const{x:r,y:a}=t;let o=!1;for(let i=0,s=e.length-1;i<e.length;s=i++){const l=e[i].x,c=e[i].y,u=e[s].x,d=e[s].y;c>a!=d>a&&r<(u-l)*(a-c)/(d-c)+l&&(o=!o)}return o}function I5(t,e){if(!e)return!1;const r={x:t.clientX,y:t.clientY};return V5(r,e)}function ml(t){return t.pointerType==="mouse"}const P5="DialogTitle",M5="DialogContent";function _5({titleName:t=P5,contentName:e=M5,componentLink:r="dialog.html#title",titleId:a,descriptionId:o,contentElement:i}){const s=`Warning: \`${e}\` requires a \`${t}\` for the component to be accessible for screen reader users.
20
20
 
21
21
  If you want to hide the \`${t}\`, you can wrap it with our VisuallyHidden component.
22
22
 
23
- For more information, see https://www.radix-vue.com/components/${r}`,l=`Warning: Missing \`Description\` or \`aria-describedby="undefined"\` for ${e}.`;n.onMounted(()=>{var c;document.getElementById(a)||console.warn(s);const u=(c=i.value)==null?void 0:c.getAttribute("aria-describedby");o&&u&&(document.getElementById(o)||console.warn(l))})}const Bd=n.defineComponent({__name:"DialogContentImpl",props:{forceMount:{type:Boolean},trapFocus:{type:Boolean},disableOutsidePointerEvents:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=$t(),{forwardRef:i,currentElement:s}=ae();return o.titleId||(o.titleId=pn(void 0,"radix-vue-dialog-title")),o.descriptionId||(o.descriptionId=pn(void 0,"radix-vue-dialog-description")),n.onMounted(()=>{o.contentElement=s,$e()!==document.body&&(o.triggerElement.value=$e())}),process.env.NODE_ENV!=="production"&&_5({titleName:"DialogTitle",contentName:"DialogContent",componentLink:"dialog.html#title",titleId:o.titleId,descriptionId:o.descriptionId,contentElement:s}),(l,c)=>(n.openBlock(),n.createBlock(n.unref(fl),{"as-child":"",loop:"",trapped:r.trapFocus,onMountAutoFocus:c[5]||(c[5]=u=>a("openAutoFocus",u)),onUnmountAutoFocus:c[6]||(c[6]=u=>a("closeAutoFocus",u))},{default:n.withCtx(()=>[n.createVNode(n.unref(Lo),n.mergeProps({id:n.unref(o).contentId,ref:n.unref(i),as:l.as,"as-child":l.asChild,"disable-outside-pointer-events":l.disableOutsidePointerEvents,role:"dialog","aria-describedby":n.unref(o).descriptionId,"aria-labelledby":n.unref(o).titleId,"data-state":n.unref(xd)(n.unref(o).open.value)},l.$attrs,{onDismiss:c[0]||(c[0]=u=>n.unref(o).onOpenChange(!1)),onEscapeKeyDown:c[1]||(c[1]=u=>a("escapeKeyDown",u)),onFocusOutside:c[2]||(c[2]=u=>a("focusOutside",u)),onInteractOutside:c[3]||(c[3]=u=>a("interactOutside",u)),onPointerDownOutside:c[4]||(c[4]=u=>a("pointerDownOutside",u))}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16,["id","as","as-child","disable-outside-pointer-events","aria-describedby","aria-labelledby","data-state"])]),_:3},8,["trapped"]))}}),R5=n.defineComponent({__name:"DialogContentModal",props:{forceMount:{type:Boolean},trapFocus:{type:Boolean},disableOutsidePointerEvents:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=$t(),i=ha(a),{forwardRef:s,currentElement:l}=ae();return cl(l),(c,u)=>(n.openBlock(),n.createBlock(Bd,n.mergeProps({...r,...n.unref(i)},{ref:n.unref(s),"trap-focus":n.unref(o).open.value,"disable-outside-pointer-events":!0,onCloseAutoFocus:u[0]||(u[0]=d=>{var A;d.defaultPrevented||(d.preventDefault(),(A=n.unref(o).triggerElement.value)==null||A.focus())}),onPointerDownOutside:u[1]||(u[1]=d=>{const A=d.detail.originalEvent,f=A.button===0&&A.ctrlKey===!0;(A.button===2||f)&&d.preventDefault()}),onFocusOutside:u[2]||(u[2]=d=>{d.preventDefault()})}),{default:n.withCtx(()=>[n.renderSlot(c.$slots,"default")]),_:3},16,["trap-focus"]))}}),L5=n.defineComponent({__name:"DialogContentNonModal",props:{forceMount:{type:Boolean},trapFocus:{type:Boolean},disableOutsidePointerEvents:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=ha(e);ae();const o=$t(),i=n.ref(!1),s=n.ref(!1);return(l,c)=>(n.openBlock(),n.createBlock(Bd,n.mergeProps({...r,...n.unref(a)},{"trap-focus":!1,"disable-outside-pointer-events":!1,onCloseAutoFocus:c[0]||(c[0]=u=>{var d;u.defaultPrevented||(i.value||(d=n.unref(o).triggerElement.value)==null||d.focus(),u.preventDefault()),i.value=!1,s.value=!1}),onInteractOutside:c[1]||(c[1]=u=>{var d;u.defaultPrevented||(i.value=!0,u.detail.originalEvent.type==="pointerdown"&&(s.value=!0));const A=u.target;(d=n.unref(o).triggerElement.value)!=null&&d.contains(A)&&u.preventDefault(),u.detail.originalEvent.type==="focusin"&&s.value&&u.preventDefault()})}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16))}}),Fo=n.defineComponent({__name:"DialogContent",props:{forceMount:{type:Boolean},trapFocus:{type:Boolean},disableOutsidePointerEvents:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=$t(),i=ha(a),{forwardRef:s}=ae();return(l,c)=>(n.openBlock(),n.createBlock(n.unref(Qn),{present:l.forceMount||n.unref(o).open.value},{default:n.withCtx(()=>[n.unref(o).modal.value?(n.openBlock(),n.createBlock(R5,n.mergeProps({key:0,ref:n.unref(s)},{...r,...n.unref(i),...l.$attrs}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16)):(n.openBlock(),n.createBlock(L5,n.mergeProps({key:1,ref:n.unref(s)},{...r,...n.unref(i),...l.$attrs}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16))]),_:3},8,["present"]))}}),F5=n.defineComponent({__name:"DialogOverlayImpl",props:{asChild:{type:Boolean},as:{}},setup(t){const e=$t();return al(!0),ae(),(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),{as:r.as,"as-child":r.asChild,"data-state":n.unref(e).open.value?"open":"closed",style:{"pointer-events":"auto"}},{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},8,["as","as-child","data-state"]))}}),Uo=n.defineComponent({__name:"DialogOverlay",props:{forceMount:{type:Boolean},asChild:{type:Boolean},as:{}},setup(t){const e=$t(),{forwardRef:r}=ae();return(a,o)=>{var i;return(i=n.unref(e))!=null&&i.modal.value?(n.openBlock(),n.createBlock(n.unref(Qn),{key:0,present:a.forceMount||n.unref(e).open.value},{default:n.withCtx(()=>[n.createVNode(F5,n.mergeProps(a.$attrs,{ref:n.unref(r),as:a.as,"as-child":a.asChild}),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16,["as","as-child"])]),_:3},8,["present"])):n.createCommentVNode("",!0)}}}),Cr=n.defineComponent({__name:"DialogClose",props:{asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t;ae();const r=$t();return(a,o)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{type:a.as==="button"?"button":void 0,onClick:o[0]||(o[0]=i=>n.unref(r).onOpenChange(!1))}),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16,["type"]))}}),Zo=n.defineComponent({__name:"DialogTitle",props:{asChild:{type:Boolean},as:{default:"h2"}},setup(t){const e=t,r=$t();return ae(),(a,o)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{id:n.unref(r).titleId}),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16,["id"]))}}),[Sd,U5]=De("AvatarRoot"),Z5=n.defineComponent({__name:"AvatarRoot",props:{asChild:{type:Boolean},as:{default:"span"}},setup(t){return ae(),U5({imageLoadingStatus:n.ref("loading")}),(e,r)=>(n.openBlock(),n.createBlock(n.unref(ue),{"as-child":e.asChild,as:e.as},{default:n.withCtx(()=>[n.renderSlot(e.$slots,"default")]),_:3},8,["as-child","as"]))}});function H5(t,e){const r=n.ref("idle"),a=n.ref(!1),o=i=>()=>{a.value&&(r.value=i)};return n.onMounted(()=>{a.value=!0,n.watch([()=>t.value,()=>e==null?void 0:e.value],([i,s])=>{if(!i)r.value="error";else{const l=new window.Image;r.value="loading",l.onload=o("loaded"),l.onerror=o("error"),l.src=i,s&&(l.referrerPolicy=s)}},{immediate:!0})}),n.onUnmounted(()=>{a.value=!1}),r}const Q5=n.defineComponent({__name:"AvatarImage",props:{src:{},referrerPolicy:{},asChild:{type:Boolean},as:{default:"img"}},emits:["loadingStatusChange"],setup(t,{emit:e}){const r=t,a=e,{src:o,referrerPolicy:i}=n.toRefs(r);ae();const s=Sd(),l=H5(o,i);return n.watch(l,c=>{a("loadingStatusChange",c),c!=="idle"&&(s.imageLoadingStatus.value=c)},{immediate:!0}),(c,u)=>n.withDirectives((n.openBlock(),n.createBlock(n.unref(ue),{role:"img","as-child":c.asChild,as:c.as,src:n.unref(o),"referrer-policy":n.unref(i)},{default:n.withCtx(()=>[n.renderSlot(c.$slots,"default")]),_:3},8,["as-child","as","src","referrer-policy"])),[[n.vShow,n.unref(l)==="loaded"]])}}),q5=n.defineComponent({__name:"AvatarFallback",props:{delayMs:{default:0},asChild:{type:Boolean},as:{default:"span"}},setup(t){const e=t,r=Sd();ae();const a=n.ref(!1);let o;return n.watch(r.imageLoadingStatus,i=>{i==="loading"&&(a.value=!1,e.delayMs?o=setTimeout(()=>{a.value=!0,clearTimeout(o)},e.delayMs):a.value=!0)},{immediate:!0}),(i,s)=>a.value&&n.unref(r).imageLoadingStatus.value!=="loaded"?(n.openBlock(),n.createBlock(n.unref(ue),{key:0,"as-child":i.asChild,as:i.as},{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},8,["as-child","as"])):n.createCommentVNode("",!0)}});function z5(t){function e(a){return Array.isArray(t.date.value)?t.date.value.some(o=>lr(o,a)):t.date.value?lr(t.date.value,a):!1}const r=n.computed(()=>{var a,o,i,s;if(Array.isArray(t.date.value)){if(!t.date.value.length)return!1;for(const l of t.date.value)if((a=t.isDateDisabled)!=null&&a.call(t,l)||(o=t.isDateUnavailable)!=null&&o.call(t,l))return!0}else{if(!t.date.value)return!1;if((i=t.isDateDisabled)!=null&&i.call(t,t.date.value)||(s=t.isDateUnavailable)!=null&&s.call(t,t.date.value))return!0}return!1});return{isDateSelected:e,isInvalid:r}}function K5(t,e){const r=e(t),a=r.compare(t),o={};return a>=7&&(o.day=1),a>=Mt(t)&&(o.month=1),r.set({...o})}function j5(t,e){const r=e(t),a=t.compare(r),o={};return a>=7&&(o.day=35),a>=Mt(t)&&(o.month=13),r.set({...o})}function J5(t,e){return e(t)}function X5(t,e){return e(t)}function W5(t){const e=md(t.locale.value),r=n.computed(()=>{const C={calendar:t.placeholder.value.calendar.identifier};return t.placeholder.value.calendar.identifier==="gregory"&&t.placeholder.value.era==="BC"&&(C.era="short"),C}),a=n.ref(Fn({dateObj:t.placeholder.value,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value})),o=n.computed(()=>a.value.map(C=>C.value));function i(C){return!o.value.some(y=>Gu(C,y))}const s=(C="month",y)=>{if(!t.maxValue.value||!a.value.length)return!1;if(t.disabled.value)return!0;const E=a.value[a.value.length-1].value;if(y||t.nextPage.value){const m=K5(E,y||t.nextPage.value);return Eo(m,t.maxValue.value)}if(C==="year"){const m=E.add({years:1}).set({day:1,month:1});return Eo(m,t.maxValue.value)}const h=E.add({months:1}).set({day:1});return Eo(h,t.maxValue.value)},l=(C="month",y)=>{if(!t.minValue.value||!a.value.length)return!1;if(t.disabled.value)return!0;const E=a.value[0].value;if(y||t.prevPage.value){const m=j5(E,y||t.prevPage.value);return hr(m,t.minValue.value)}if(C==="year"){const m=E.subtract({years:1}).set({day:35,month:13});return hr(m,t.minValue.value)}const h=E.subtract({months:1}).set({day:35});return hr(h,t.minValue.value)};function c(C){var y;return!!((y=t.isDateDisabled)!=null&&y.call(t,C)||t.disabled.value||t.maxValue.value&&Eo(C,t.maxValue.value)||t.minValue.value&&hr(C,t.minValue.value))}const u=C=>{var y;return!!((y=t.isDateUnavailable)!=null&&y.call(t,C))},d=n.computed(()=>a.value.length?a.value[0].rows[0].map(C=>e.dayOfWeek(ut(C),t.weekdayFormat.value)):[]),A=(C="month",y)=>{const E=a.value[0].value;if(y||t.nextPage.value){const g=J5(E,y||t.nextPage.value),w=Fn({dateObj:g,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value});a.value=w;const b={};if(!y){const k=w[0].value.compare(E);k>=Mt(E)&&(b.day=1),k>=365&&(b.month=1)}t.placeholder.value=w[0].value.set({...b});return}const h=C==="month"?E.add({months:t.pagedNavigation.value?t.numberOfMonths.value:1}):E.add({years:1}),m=Fn({dateObj:h,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value});a.value=m,t.placeholder.value=m[0].value.set({day:1})},f=(C="month",y)=>{const E=a.value[0].value;if(y||t.prevPage.value){const g=X5(E,y||t.prevPage.value),w=Fn({dateObj:g,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value});a.value=w;const b={};if(!y){const k=E.compare(w[0].value);k>=Mt(E)&&(b.day=1),k>=365&&(b.month=1)}t.placeholder.value=w[0].value.set({...b});return}const h=C==="month"?E.subtract({months:t.pagedNavigation.value?t.numberOfMonths.value:1}):E.subtract({years:1}),m=Fn({dateObj:h,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value});a.value=m,t.placeholder.value=m[0].value.set({day:1})};n.watch(t.placeholder,C=>{o.value.some(y=>Gu(y,C))||(a.value=Fn({dateObj:C,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value}))}),n.watch([t.locale,t.weekStartsOn,t.fixedWeeks,t.numberOfMonths],()=>{a.value=Fn({dateObj:t.placeholder.value,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value})});const p=n.computed(()=>{if(!a.value.length)return"";if(t.locale.value!==e.getLocale()&&e.setLocale(t.locale.value),a.value.length===1){const w=a.value[0].value;return`${e.fullMonthAndYear(ut(w),r.value)}`}const C=ut(a.value[0].value),y=ut(a.value[a.value.length-1].value),E=e.fullMonth(C,r.value),h=e.fullMonth(y,r.value),m=e.fullYear(C,r.value),g=e.fullYear(y,r.value);return m===g?`${E} - ${h} ${g}`:`${E} ${m} - ${h} ${g}`}),v=n.computed(()=>`${t.calendarLabel.value??"Event Date"}, ${p.value}`);return{isDateDisabled:c,isDateUnavailable:u,isNextButtonDisabled:s,isPrevButtonDisabled:l,grid:a,weekdays:d,visibleView:o,isOutsideVisibleView:i,formatter:e,nextPage:A,prevPage:f,headingValue:p,fullCalendarLabel:v}}const $5={style:{border:"0px",clip:"rect(0px, 0px, 0px, 0px)","clip-path":"inset(50%)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0px",position:"absolute","white-space":"nowrap",width:"1px"}},Y5={role:"heading","aria-level":"2"},[Er,G5]=De("CalendarRoot"),N5=n.defineComponent({__name:"CalendarRoot",props:{modelValue:{},multiple:{type:Boolean,default:!1},defaultValue:{default:void 0},defaultPlaceholder:{},placeholder:{default:void 0},pagedNavigation:{type:Boolean,default:!1},preventDeselect:{type:Boolean,default:!1},weekStartsOn:{default:0},weekdayFormat:{default:"narrow"},calendarLabel:{},fixedWeeks:{type:Boolean,default:!1},maxValue:{},minValue:{},locale:{default:"en"},numberOfMonths:{default:1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},initialFocus:{type:Boolean,default:!1},isDateDisabled:{type:Function,default:void 0},isDateUnavailable:{type:Function,default:void 0},dir:{},nextPage:{},prevPage:{},asChild:{type:Boolean},as:{default:"div"}},emits:["update:modelValue","update:placeholder"],setup(t,{emit:e}){const r=t,a=e,{locale:o,disabled:i,readonly:s,initialFocus:l,pagedNavigation:c,weekStartsOn:u,weekdayFormat:d,fixedWeeks:A,multiple:f,minValue:p,maxValue:v,numberOfMonths:C,preventDeselect:y,isDateDisabled:E,isDateUnavailable:h,calendarLabel:m,defaultValue:g,nextPage:w,prevPage:b,dir:k}=n.toRefs(r),{primitiveElement:D,currentElement:S}=va(),x=Hn(k),B=Le(r,"modelValue",a,{defaultValue:g.value,passive:r.modelValue===void 0}),T=Ws({defaultPlaceholder:r.placeholder,defaultValue:B.value,locale:r.locale}),R=Le(r,"placeholder",a,{defaultValue:r.defaultPlaceholder??T.copy(),passive:r.placeholder===void 0});function q(L){R.value=L.copy()}const{fullCalendarLabel:ee,headingValue:N,isDateDisabled:H,isDateUnavailable:M,isNextButtonDisabled:$,isPrevButtonDisabled:ie,weekdays:V,isOutsideVisibleView:te,nextPage:he,prevPage:W,formatter:_,grid:Y}=W5({locale:o,placeholder:R,weekStartsOn:u,fixedWeeks:A,numberOfMonths:C,minValue:p,maxValue:v,disabled:i,weekdayFormat:d,pagedNavigation:c,isDateDisabled:E.value,isDateUnavailable:h.value,calendarLabel:m,nextPage:w,prevPage:b}),{isInvalid:U,isDateSelected:Q}=z5({date:B,isDateDisabled:H,isDateUnavailable:M});n.watch(B,L=>{if(Array.isArray(L)&&L.length){const G=L[L.length-1];G&&!ia(R.value,G)&&q(G)}else!Array.isArray(L)&&L&&!ia(R.value,L)&&q(L)});function O(L){if(f.value){if(!B.value)B.value=[L.copy()];else if(Array.isArray(B.value)){if(B.value.findIndex(G=>lr(G,L))===-1)B.value=[...B.value,L];else if(!y.value){const G=B.value.filter(K=>!lr(K,L));if(!G.length){R.value=L.copy(),B.value=void 0;return}B.value=G.map(K=>K.copy())}}}else{if(!B.value){B.value=L.copy();return}!y.value&&ia(B.value,L)?(R.value=L.copy(),B.value=void 0):B.value=L.copy()}}return n.onMounted(()=>{l.value&&xh(S.value)}),G5({isDateUnavailable:M,dir:x,isDateDisabled:H,locale:o,formatter:_,modelValue:B,placeholder:R,disabled:i,initialFocus:l,pagedNavigation:c,weekStartsOn:u,weekdayFormat:d,fixedWeeks:A,multiple:f,numberOfMonths:C,readonly:s,preventDeselect:y,fullCalendarLabel:ee,headingValue:N,isInvalid:U,isDateSelected:Q,isNextButtonDisabled:$,isPrevButtonDisabled:ie,isOutsideVisibleView:te,nextPage:he,prevPage:W,parentElement:S,onPlaceholderChange:q,onDateChange:O}),(L,G)=>(n.openBlock(),n.createBlock(n.unref(ue),{ref_key:"primitiveElement",ref:D,as:L.as,"as-child":L.asChild,role:"application","aria-label":n.unref(ee),"data-readonly":n.unref(s)?"":void 0,"data-disabled":n.unref(i)?"":void 0,"data-invalid":n.unref(U)?"":void 0,dir:n.unref(x)},{default:n.withCtx(()=>[n.renderSlot(L.$slots,"default",{date:n.unref(R),grid:n.unref(Y),weekDays:n.unref(V),weekStartsOn:n.unref(u),locale:n.unref(o),fixedWeeks:n.unref(A)}),n.createElementVNode("div",$5,[n.createElementVNode("div",Y5,n.toDisplayString(n.unref(ee)),1)])]),_:3},8,["as","as-child","aria-label","data-readonly","data-disabled","data-invalid","dir"]))}}),e4=n.defineComponent({__name:"CalendarHeader",props:{asChild:{type:Boolean},as:{default:"div"}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),t4=n.defineComponent({__name:"CalendarHeading",props:{asChild:{type:Boolean},as:{default:"div"}},setup(t){const e=t,r=Er();return(a,o)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{"data-disabled":n.unref(r).disabled.value?"":void 0}),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default",{headingValue:n.unref(r).headingValue.value},()=>[n.createTextVNode(n.toDisplayString(n.unref(r).headingValue.value),1)])]),_:3},16,["data-disabled"]))}}),n4=n.defineComponent({__name:"CalendarGrid",props:{asChild:{type:Boolean},as:{default:"table"}},setup(t){const e=t,r=Er(),a=n.computed(()=>r.disabled.value?!0:void 0),o=n.computed(()=>r.readonly.value?!0:void 0);return(i,s)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{tabindex:"-1",role:"grid","aria-readonly":o.value,"aria-disabled":a.value,"data-readonly":o.value&&"","data-disabled":a.value&&""}),{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},16,["aria-readonly","aria-disabled","data-readonly","data-disabled"]))}}),r4=n.defineComponent({__name:"CalendarCell",props:{date:{},asChild:{type:Boolean},as:{default:"td"}},setup(t){const e=Er();return(r,a)=>{var o,i;return n.openBlock(),n.createBlock(n.unref(ue),{as:r.as,"as-child":r.asChild,role:"gridcell","aria-selected":n.unref(e).isDateSelected(r.date)?!0:void 0,"aria-disabled":n.unref(e).isDateDisabled(r.date)||((i=(o=n.unref(e)).isDateUnavailable)==null?void 0:i.call(o,r.date)),"data-disabled":n.unref(e).isDateDisabled(r.date)?"":void 0},{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},8,["as","as-child","aria-selected","aria-disabled","data-disabled"])}}}),a4=n.defineComponent({__name:"CalendarHeadCell",props:{asChild:{type:Boolean},as:{default:"th"}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),o4=n.defineComponent({__name:"CalendarNext",props:{step:{default:"month"},nextPage:{},asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,r=n.computed(()=>a.disabled.value||a.isNextButtonDisabled(e.step,e.nextPage)),a=Er();return(o,i)=>(n.openBlock(),n.createBlock(n.unref(ue),{as:e.as,"as-child":e.asChild,"aria-label":"Next page",type:o.as==="button"?"button":void 0,"aria-disabled":r.value||void 0,"data-disabled":r.value||void 0,disabled:r.value,onClick:i[0]||(i[0]=s=>n.unref(a).nextPage(e.step,e.nextPage))},{default:n.withCtx(()=>[n.renderSlot(o.$slots,"default",{},()=>[n.createTextVNode("Next page")])]),_:3},8,["as","as-child","type","aria-disabled","data-disabled","disabled"]))}}),i4=n.defineComponent({__name:"CalendarPrev",props:{step:{default:"month"},prevPage:{},asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,r=n.computed(()=>a.disabled.value||a.isPrevButtonDisabled(e.step,e.prevPage)),a=Er();return(o,i)=>(n.openBlock(),n.createBlock(n.unref(ue),{"aria-label":"Previous page",as:e.as,"as-child":e.asChild,type:o.as==="button"?"button":void 0,"aria-disabled":r.value||void 0,"data-disabled":r.value||void 0,disabled:r.value,onClick:i[0]||(i[0]=s=>n.unref(a).prevPage(e.step,e.prevPage))},{default:n.withCtx(()=>[n.renderSlot(o.$slots,"default",{},()=>[n.createTextVNode("Prev page")])]),_:3},8,["as","as-child","type","aria-disabled","data-disabled","disabled"]))}}),s4=n.defineComponent({__name:"CalendarGridHead",props:{asChild:{type:Boolean},as:{default:"thead"}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{"aria-hidden":"true"}),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),l4=n.defineComponent({__name:"CalendarGridBody",props:{asChild:{type:Boolean},as:{default:"tbody"}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),c4=n.defineComponent({__name:"CalendarGridRow",props:{asChild:{type:Boolean},as:{default:"tr"}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),u4=n.defineComponent({__name:"CalendarCellTrigger",props:{day:{},month:{},asChild:{type:Boolean},as:{default:"div"}},setup(t){const e=t,r=ga(),a=Er(),{primitiveElement:o,currentElement:i}=va(),s=n.computed(()=>e.day.day.toLocaleString(a.locale.value)),l=n.computed(()=>a.formatter.custom(ut(e.day),{weekday:"long",month:"long",day:"numeric",year:"numeric"})),c=n.computed(()=>a.isDateDisabled(e.day)),u=n.computed(()=>{var m;return(m=a.isDateUnavailable)==null?void 0:m.call(a,e.day)}),d=n.computed(()=>S3(e.day,sa())),A=n.computed(()=>!B3(e.day,e.month)),f=n.computed(()=>a.isOutsideVisibleView(e.day)),p=n.computed(()=>!a.disabled.value&&lr(e.day,a.placeholder.value)),v=n.computed(()=>a.isDateSelected(e.day)),C="[data-radix-vue-calendar-cell-trigger]:not([data-disabled]):not([data-outside-view]):not([data-outside-visible-view])";function y(m){var g;a.readonly.value||a.isDateDisabled(m)||(g=a.isDateUnavailable)!=null&&g.call(a,m)||a.onDateChange(m)}function E(){y(e.day)}function h(m){m.preventDefault(),m.stopPropagation();const g=a.parentElement.value,w=g?Array.from(g.querySelectorAll(C)):[];let b=w.indexOf(i.value);const k=7,D=a.dir.value==="rtl"?-1:1;switch(m.code){case r.ARROW_RIGHT:b+=D;break;case r.ARROW_LEFT:b-=D;break;case r.ARROW_UP:b-=k;break;case r.ARROW_DOWN:b+=k;break;case r.ENTER:case r.SPACE_CODE:y(e.day);return;default:return}if(b>=0&&b<w.length){w[b].focus();return}if(b<0){if(a.isPrevButtonDisabled("month"))return;a.prevPage(),n.nextTick(()=>{const S=g?Array.from(g.querySelectorAll(C)):[];if(!a.pagedNavigation.value){const x=Mt(a.placeholder.value);S[x-Math.abs(b)].focus();return}S[S.length-Math.abs(b)].focus()});return}if(b>=w.length){if(a.isNextButtonDisabled("month"))return;a.nextPage(),n.nextTick(()=>{const S=g?Array.from(g.querySelectorAll(C)):[];if(!a.pagedNavigation.value){const x=Mt(a.placeholder.value.add({months:a.numberOfMonths.value-1}));S[S.length-x+b-w.length].focus();return}S[b-w.length].focus()})}}return(m,g)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps({ref_key:"primitiveElement",ref:o},e,{role:"button","aria-label":l.value,"data-radix-vue-calendar-cell-trigger":"","aria-disabled":c.value||u.value?!0:void 0,"data-selected":v.value?!0:void 0,"data-value":m.day.toString(),"data-disabled":c.value?"":void 0,"data-unavailable":u.value?"":void 0,"data-today":d.value?"":void 0,"data-outside-view":A.value?"":void 0,"data-outside-visible-view":f.value?"":void 0,"data-focused":p.value?"":void 0,tabindex:p.value?0:A.value||c.value?void 0:-1,onClick:E,onKeydown:[n.withKeys(h,["up","down","left","right","space","enter"]),g[0]||(g[0]=n.withKeys(n.withModifiers(()=>{},["prevent"]),["enter"]))]}),{default:n.withCtx(()=>[n.renderSlot(m.$slots,"default",{dayValue:s.value},()=>[n.createTextVNode(n.toDisplayString(s.value),1)])]),_:3},16,["aria-label","aria-disabled","data-selected","data-value","data-disabled","data-unavailable","data-today","data-outside-view","data-outside-visible-view","data-focused","tabindex"]))}});function Ho(t){return t==="indeterminate"}function Td(t){return Ho(t)?"indeterminate":t?"checked":"unchecked"}const d4=["value","checked","name","disabled","required"],[A4,f4]=De("CheckboxRoot"),p4=n.defineComponent({inheritAttrs:!1,__name:"CheckboxRoot",props:{defaultChecked:{type:Boolean},checked:{type:[Boolean,String],default:void 0},disabled:{type:Boolean},required:{type:Boolean},name:{},value:{default:"on"},id:{},asChild:{type:Boolean},as:{default:"button"}},emits:["update:checked"],setup(t,{emit:e}){const r=t,a=e,{disabled:o}=n.toRefs(r),i=Le(r,"checked",a,{defaultValue:r.defaultChecked,passive:r.checked===void 0}),{forwardRef:s,currentElement:l}=ae(),c=il(l),u=n.computed(()=>{var d;return r.id&&l.value?(d=document.querySelector(`[for="${r.id}"]`))==null?void 0:d.innerText:void 0});return f4({disabled:o,state:i}),(d,A)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(n.unref(ue),n.mergeProps(d.$attrs,{id:d.id,ref:n.unref(s),role:"checkbox","as-child":r.asChild,as:d.as,type:d.as==="button"?"button":void 0,"aria-checked":n.unref(Ho)(n.unref(i))?"mixed":n.unref(i),"aria-required":r.required,"aria-label":d.$attrs["aria-label"]||u.value,"data-state":n.unref(Td)(n.unref(i)),"data-disabled":n.unref(o)?"":void 0,disabled:n.unref(o),onKeydown:n.withKeys(n.withModifiers(()=>{},["prevent"]),["enter"]),onClick:A[0]||(A[0]=f=>i.value=n.unref(Ho)(n.unref(i))?!0:!n.unref(i))}),{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default",{checked:n.unref(i)})]),_:3},16,["id","as-child","as","type","aria-checked","aria-required","aria-label","data-state","data-disabled","disabled","onKeydown"]),n.unref(c)?(n.openBlock(),n.createElementBlock("input",{key:0,type:"checkbox",tabindex:"-1","aria-hidden":"true",value:d.value,checked:!!n.unref(i),name:r.name,disabled:r.disabled,required:r.required,style:{transform:"translateX(-100%)",position:"absolute",pointerEvents:"none",opacity:0,margin:0}},null,8,d4)):n.createCommentVNode("",!0)],64))}}),m4=n.defineComponent({__name:"CheckboxIndicator",props:{forceMount:{type:Boolean},asChild:{type:Boolean},as:{default:"span"}},setup(t){const{forwardRef:e}=ae(),r=A4();return(a,o)=>(n.openBlock(),n.createBlock(n.unref(Qn),{present:a.forceMount||n.unref(Ho)(n.unref(r).state.value)||n.unref(r).state.value===!0},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),n.mergeProps({ref:n.unref(e),"data-state":n.unref(Td)(n.unref(r).state.value),"data-disabled":n.unref(r).disabled.value?"":void 0,style:{pointerEvents:"none"},"as-child":a.asChild,as:a.as},a.$attrs),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16,["data-state","data-disabled","as-child","as"])]),_:3},8,["present"]))}}),[Dd,h4]=De("PopperRoot"),hl=n.defineComponent({inheritAttrs:!1,__name:"PopperRoot",setup(t){const e=n.ref();return h4({anchor:e,onAnchorChange:r=>e.value=r}),(r,a)=>n.renderSlot(r.$slots,"default")}}),gl=n.defineComponent({__name:"PopperAnchor",props:{element:{},asChild:{type:Boolean},as:{}},setup(t){const e=t,{forwardRef:r,currentElement:a}=ae(),o=Dd();return n.watchEffect(()=>{o.onAnchorChange(e.element??a.value)}),(i,s)=>(n.openBlock(),n.createBlock(n.unref(ue),{ref:n.unref(r),as:i.as,"as-child":i.asChild},{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},8,["as","as-child"]))}});function g4(t){return t!==null}function v4(t){return{name:"transformOrigin",options:t,fn(e){var r,a,o;const{placement:i,rects:s,middlewareData:l}=e,c=((r=l.arrow)==null?void 0:r.centerOffset)!==0,u=c?0:t.arrowWidth,d=c?0:t.arrowHeight,[A,f]=vl(i),p={start:"0%",center:"50%",end:"100%"}[f],v=(((a=l.arrow)==null?void 0:a.x)??0)+u/2,C=(((o=l.arrow)==null?void 0:o.y)??0)+d/2;let y="",E="";return A==="bottom"?(y=c?p:`${v}px`,E=`${-d}px`):A==="top"?(y=c?p:`${v}px`,E=`${s.floating.height+d}px`):A==="right"?(y=`${-d}px`,E=c?p:`${C}px`):A==="left"&&(y=`${s.floating.width+d}px`,E=c?p:`${C}px`),{data:{x:y,y:E}}}}}function vl(t){const[e,r="center"]=t.split("-");return[e,r]}const Od={side:"bottom",sideOffset:0,align:"center",alignOffset:0,arrowPadding:0,avoidCollisions:!0,collisionBoundary:()=>[],collisionPadding:0,sticky:"partial",hideWhenDetached:!1,updatePositionStrategy:"optimized",prioritizePosition:!1},[y4,w4]=De("PopperContent"),yl=n.defineComponent({inheritAttrs:!1,__name:"PopperContent",props:n.mergeDefaults({side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},{...Od}),emits:["placed"],setup(t,{emit:e}){const r=t,a=e,o=Dd(),{forwardRef:i,currentElement:s}=ae(),l=n.ref(),c=n.ref(),{width:u,height:d}=l5(c),A=n.computed(()=>r.side+(r.align!=="center"?`-${r.align}`:"")),f=n.computed(()=>typeof r.collisionPadding=="number"?r.collisionPadding:{top:0,right:0,bottom:0,left:0,...r.collisionPadding}),p=n.computed(()=>Array.isArray(r.collisionBoundary)?r.collisionBoundary:[r.collisionBoundary]),v=n.computed(()=>({padding:f.value,boundary:p.value.filter(g4),altBoundary:p.value.length>0})),C=Bh(()=>[ih({mainAxis:r.sideOffset+d.value,alignmentAxis:r.alignOffset}),r.prioritizePosition&&r.avoidCollisions&&ed({...v.value}),r.avoidCollisions&&sh({mainAxis:!0,crossAxis:!!r.prioritizePosition,limiter:r.sticky==="partial"?dh():void 0,...v.value}),!r.prioritizePosition&&r.avoidCollisions&&ed({...v.value}),lh({...v.value,apply:({elements:x,rects:B,availableWidth:T,availableHeight:R})=>{const{width:q,height:ee}=B.reference,N=x.floating.style;N.setProperty("--radix-popper-available-width",`${T}px`),N.setProperty("--radix-popper-available-height",`${R}px`),N.setProperty("--radix-popper-anchor-width",`${q}px`),N.setProperty("--radix-popper-anchor-height",`${ee}px`)}}),c.value&&ph({element:c.value,padding:r.arrowPadding}),v4({arrowWidth:u.value,arrowHeight:d.value}),r.hideWhenDetached&&ch({strategy:"referenceHidden",...v.value})]),{floatingStyles:y,placement:E,isPositioned:h,middlewareData:m}=mh(o.anchor,l,{strategy:"fixed",placement:A,whileElementsMounted:(...x)=>oh(...x,{animationFrame:r.updatePositionStrategy==="always"}),middleware:C}),g=n.computed(()=>vl(E.value)[0]),w=n.computed(()=>vl(E.value)[1]);n.watchPostEffect(()=>{h.value&&a("placed")});const b=n.computed(()=>{var x;return((x=m.value.arrow)==null?void 0:x.centerOffset)!==0}),k=n.ref("");n.watchEffect(()=>{s.value&&(k.value=window.getComputedStyle(s.value).zIndex)});const D=n.computed(()=>{var x;return((x=m.value.arrow)==null?void 0:x.x)??0}),S=n.computed(()=>{var x;return((x=m.value.arrow)==null?void 0:x.y)??0});return w4({placedSide:g,onArrowChange:x=>c.value=x,arrowX:D,arrowY:S,shouldHideArrow:b}),(x,B)=>{var T,R,q;return n.openBlock(),n.createElementBlock("div",{ref_key:"floatingRef",ref:l,"data-radix-popper-content-wrapper":"",style:n.normalizeStyle({...n.unref(y),transform:n.unref(h)?n.unref(y).transform:"translate(0, -200%)",minWidth:"max-content",zIndex:k.value,"--radix-popper-transform-origin":[(T=n.unref(m).transformOrigin)==null?void 0:T.x,(R=n.unref(m).transformOrigin)==null?void 0:R.y].join(" "),...((q=n.unref(m).hide)==null?void 0:q.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}})},[n.createVNode(n.unref(ue),n.mergeProps({ref:n.unref(i)},x.$attrs,{"as-child":r.asChild,as:x.as,"data-side":g.value,"data-align":w.value,style:{animation:n.unref(h)?void 0:"none"}}),{default:n.withCtx(()=>[n.renderSlot(x.$slots,"default")]),_:3},16,["as-child","as","data-side","data-align","style"])],4)}}}),b4=n.createElementVNode("polygon",{points:"0,0 30,0 15,10"},null,-1),C4=n.defineComponent({__name:"Arrow",props:{width:{default:10},height:{default:5},asChild:{type:Boolean},as:{default:"svg"}},setup(t){const e=t;return ae(),(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{width:r.width,height:r.height,viewBox:r.asChild?void 0:"0 0 30 10",preserveAspectRatio:r.asChild?void 0:"none"}),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default",{},()=>[b4])]),_:3},16,["width","height","viewBox","preserveAspectRatio"]))}}),E4={top:"bottom",right:"left",bottom:"top",left:"right"},Vd=n.defineComponent({inheritAttrs:!1,__name:"PopperArrow",props:{width:{},height:{},asChild:{type:Boolean},as:{default:"svg"}},setup(t){const{forwardRef:e}=ae(),r=y4(),a=n.computed(()=>E4[r.placedSide.value]);return(o,i)=>{var s,l,c,u;return n.openBlock(),n.createElementBlock("span",{ref:d=>{n.unref(r).onArrowChange(d)},style:n.normalizeStyle({position:"absolute",left:(s=n.unref(r).arrowX)!=null&&s.value?`${(l=n.unref(r).arrowX)==null?void 0:l.value}px`:void 0,top:(c=n.unref(r).arrowY)!=null&&c.value?`${(u=n.unref(r).arrowY)==null?void 0:u.value}px`:void 0,[a.value]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[n.unref(r).placedSide.value],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[n.unref(r).placedSide.value],visibility:n.unref(r).shouldHideArrow.value?"hidden":void 0})},[n.createVNode(C4,n.mergeProps(o.$attrs,{ref:n.unref(e),style:{display:"block"},as:o.as,"as-child":o.asChild,width:o.width,height:o.height}),{default:n.withCtx(()=>[n.renderSlot(o.$slots,"default")]),_:3},16,["as","as-child","width","height"])],4)}}}),k4=n.defineComponent({__name:"VisuallyHidden",props:{asChild:{type:Boolean},as:{default:"span"}},setup(t){return ae(),(e,r)=>(n.openBlock(),n.createBlock(n.unref(ue),{as:e.as,"as-child":e.asChild,style:{position:"absolute",border:0,width:"1px",display:"inline-block",height:"1px",padding:0,margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}},{default:n.withCtx(()=>[n.renderSlot(e.$slots,"default")]),_:3},8,["as","as-child"]))}}),x4="data-radix-vue-collection-item",[wl,B4]=De("CollectionProvider");function S4(t=x4){const e=n.ref(new Map),r=n.ref(),a=B4({collectionRef:r,itemMap:e,attrName:t}),{getItems:o}=Pd(a),i=n.computed(()=>Array.from(a.itemMap.value.values())),s=n.computed(()=>a.itemMap.value.size);return{getItems:o,reactiveItems:i,itemMapSize:s}}const T4=n.defineComponent({name:"CollectionSlot",setup(t,{slots:e}){const r=wl(),{primitiveElement:a,currentElement:o}=va();return n.watch(o,()=>{r.collectionRef.value=o.value}),()=>n.h(ul,{ref:a},e)}}),Id=n.defineComponent({name:"CollectionItem",inheritAttrs:!1,props:{value:{validator:()=>!0}},setup(t,{slots:e,attrs:r}){const a=wl(),{primitiveElement:o,currentElement:i}=va();return n.watchEffect(s=>{if(i.value){const l=n.markRaw(i.value);a.itemMap.value.set(l,{ref:i.value,value:t.value}),s(()=>a.itemMap.value.delete(l))}}),()=>n.h(ul,{...r,[a.attrName]:"",ref:o},e)}});function Pd(t){const e=t??wl();return{getItems:()=>{const r=e.collectionRef.value;if(!r)return[];const a=Array.from(r.querySelectorAll(`[${e.attrName}]`));return Array.from(e.itemMap.value.values()).sort((o,i)=>a.indexOf(o.ref)-a.indexOf(i.ref))}}}const D4=n.defineComponent({__name:"MenuAnchor",props:{element:{},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(gl),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}});function O4(){const t=n.ref(!1);return n.onMounted(()=>{fn("keydown",()=>{t.value=!0},{capture:!0,passive:!0}),fn(["pointerdown","pointermove"],()=>{t.value=!1},{capture:!0,passive:!0})}),t}const V4=cd(O4),[Qo,I4]=De(["MenuRoot","MenuSub"],"MenuContext"),[bl,P4]=De("MenuRoot"),M4=n.defineComponent({__name:"MenuRoot",props:{open:{type:Boolean,default:!1},dir:{},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=e,{modal:o,dir:i}=n.toRefs(r),s=Hn(i),l=Le(r,"open",a),c=n.ref(),u=V4();return I4({open:l,onOpenChange:d=>{l.value=d},content:c,onContentChange:d=>{c.value=d}}),P4({onClose:()=>{l.value=!1},isUsingKeyboardRef:u,dir:s,modal:o}),(d,A)=>(n.openBlock(),n.createBlock(n.unref(hl),null,{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default")]),_:3}))}}),_4="rovingFocusGroup.onEntryFocus",R4={bubbles:!1,cancelable:!0},L4={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function F4(t,e){return e!=="rtl"?t:t==="ArrowLeft"?"ArrowRight":t==="ArrowRight"?"ArrowLeft":t}function U4(t,e,r){const a=F4(t.key,r);if(!(e==="vertical"&&["ArrowLeft","ArrowRight"].includes(a))&&!(e==="horizontal"&&["ArrowUp","ArrowDown"].includes(a)))return L4[a]}function Md(t,e=!1){const r=$e();for(const a of t)if(a===r||(a.focus({preventScroll:e}),$e()!==r))return}function Z4(t,e){return t.map((r,a)=>t[(e+a)%t.length])}const[H4,Q4]=De("RovingFocusGroup"),_d=n.defineComponent({__name:"RovingFocusGroup",props:{orientation:{default:void 0},dir:{},loop:{type:Boolean,default:!1},currentTabStopId:{},defaultCurrentTabStopId:{},preventScrollOnEntryFocus:{type:Boolean,default:!1},asChild:{type:Boolean},as:{}},emits:["entryFocus","update:currentTabStopId"],setup(t,{expose:e,emit:r}){const a=t,o=r,{loop:i,orientation:s,dir:l}=n.toRefs(a),c=Hn(l),u=Le(a,"currentTabStopId",o,{defaultValue:a.defaultCurrentTabStopId,passive:a.currentTabStopId===void 0}),d=n.ref(!1),A=n.ref(!1),f=n.ref(0),{getItems:p}=S4();function v(y){const E=!A.value;if(y.currentTarget&&y.target===y.currentTarget&&E&&!d.value){const h=new CustomEvent(_4,R4);if(y.currentTarget.dispatchEvent(h),o("entryFocus",h),!h.defaultPrevented){const m=p().map(k=>k.ref).filter(k=>k.dataset.disabled!==""),g=m.find(k=>k.getAttribute("data-active")==="true"),w=m.find(k=>k.id===u.value),b=[g,w,...m].filter(Boolean);Md(b,a.preventScrollOnEntryFocus)}}A.value=!1}function C(){setTimeout(()=>{A.value=!1},1)}return e({getItems:p}),Q4({loop:i,dir:c,orientation:s,currentTabStopId:u,onItemFocus:y=>{u.value=y},onItemShiftTab:()=>{d.value=!0},onFocusableItemAdd:()=>{f.value++},onFocusableItemRemove:()=>{f.value--}}),(y,E)=>(n.openBlock(),n.createBlock(n.unref(T4),null,{default:n.withCtx(()=>[n.createVNode(n.unref(ue),{tabindex:d.value||f.value===0?-1:0,"data-orientation":n.unref(s),as:y.as,"as-child":y.asChild,dir:n.unref(c),style:{outline:"none"},onMousedown:E[0]||(E[0]=h=>A.value=!0),onMouseup:C,onFocus:v,onBlur:E[1]||(E[1]=h=>d.value=!1)},{default:n.withCtx(()=>[n.renderSlot(y.$slots,"default")]),_:3},8,["tabindex","data-orientation","as","as-child","dir"])]),_:3}))}}),q4=n.defineComponent({__name:"RovingFocusItem",props:{tabStopId:{},focusable:{type:Boolean,default:!0},active:{type:Boolean,default:!0},allowShiftKey:{type:Boolean},asChild:{type:Boolean},as:{default:"span"}},setup(t){const e=t,r=H4(),a=n.computed(()=>e.tabStopId||pn()),o=n.computed(()=>r.currentTabStopId.value===a.value),{getItems:i}=Pd();n.onMounted(()=>{e.focusable&&r.onFocusableItemAdd()}),n.onUnmounted(()=>{e.focusable&&r.onFocusableItemRemove()});function s(l){if(l.key==="Tab"&&l.shiftKey){r.onItemShiftTab();return}if(l.target!==l.currentTarget)return;const c=U4(l,r.orientation.value,r.dir.value);if(c!==void 0){if(l.metaKey||l.ctrlKey||l.altKey||!e.allowShiftKey&&l.shiftKey)return;l.preventDefault();let u=[...i().map(d=>d.ref).filter(d=>d.dataset.disabled!=="")];if(c==="last")u.reverse();else if(c==="prev"||c==="next"){c==="prev"&&u.reverse();const d=u.indexOf(l.currentTarget);u=r.loop.value?Z4(u,d+1):u.slice(d+1)}n.nextTick(()=>Md(u))}}return(l,c)=>(n.openBlock(),n.createBlock(n.unref(Id),null,{default:n.withCtx(()=>[n.createVNode(n.unref(ue),{tabindex:o.value?0:-1,"data-orientation":n.unref(r).orientation.value,"data-active":l.active,"data-disabled":l.focusable?void 0:"",as:l.as,"as-child":l.asChild,onMousedown:c[0]||(c[0]=u=>{l.focusable?n.unref(r).onItemFocus(a.value):u.preventDefault()}),onFocus:c[1]||(c[1]=u=>n.unref(r).onItemFocus(a.value)),onKeydown:s},{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},8,["tabindex","data-orientation","data-active","data-disabled","as","as-child"])]),_:3}))}}),[Rd,z4]=De("MenuContent"),Ld=n.defineComponent({__name:"MenuContentImpl",props:n.mergeDefaults({loop:{type:Boolean},disableOutsidePointerEvents:{type:Boolean},disableOutsideScroll:{type:Boolean},trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},{...Od}),emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus","dismiss"],setup(t,{emit:e}){const r=t,a=e,o=Qo(),i=bl(),{trapFocus:s,disableOutsidePointerEvents:l,loop:c}=n.toRefs(r);hd(),al(l.value);const u=n.ref(""),d=n.ref(0),A=n.ref(0),f=n.ref(null),p=n.ref("right"),v=n.ref(0),C=n.ref(null),{createCollection:y}=Wh(),{forwardRef:E,currentElement:h}=ae(),m=y(h);n.watch(h,x=>{o.onContentChange(x)});const{handleTypeaheadSearch:g}=d5(m);n.onUnmounted(()=>{window.clearTimeout(d.value)});function w(x){var B,T;return p.value===((B=f.value)==null?void 0:B.side)&&I5(x,(T=f.value)==null?void 0:T.area)}async function b(x){var B;a("openAutoFocus",x),!x.defaultPrevented&&(x.preventDefault(),(B=h.value)==null||B.focus({preventScroll:!0}))}function k(x){if(x.defaultPrevented)return;const B=x.target.closest("[data-radix-menu-content]")===x.currentTarget,T=x.ctrlKey||x.altKey||x.metaKey,R=x.key.length===1,q=Hh(x,$e(),h.value,{loop:c.value,arrowKeyOptions:"vertical",dir:i==null?void 0:i.dir.value,focus:!0,attributeName:"[data-radix-vue-collection-item]:not([data-disabled])"});if(q)return q==null?void 0:q.focus();if(x.code==="Space"||(B&&(x.key==="Tab"&&x.preventDefault(),!T&&R&&g(x.key)),x.target!==h.value)||!D5.includes(x.key))return;x.preventDefault();const ee=m.value;kd.includes(x.key)&&ee.reverse(),O5(ee)}function D(x){var B,T;(T=(B=x==null?void 0:x.currentTarget)==null?void 0:B.contains)!=null&&T.call(B,x.target)||(window.clearTimeout(d.value),u.value="")}function S(x){var B;if(!ml(x))return;const T=x.target,R=v.value!==x.clientX;if((B=x==null?void 0:x.currentTarget)!=null&&B.contains(T)&&R){const q=x.clientX>v.value?"right":"left";p.value=q,v.value=x.clientX}}return z4({onItemEnter:x=>!!w(x),onItemLeave:x=>{var B;w(x)||((B=h.value)==null||B.focus(),C.value=null)},onTriggerLeave:x=>!!w(x),searchRef:u,pointerGraceTimerRef:A,onPointerGraceIntentChange:x=>{f.value=x}}),(x,B)=>(n.openBlock(),n.createBlock(n.unref(fl),{"as-child":"",trapped:n.unref(s),onMountAutoFocus:b,onUnmountAutoFocus:B[7]||(B[7]=T=>a("closeAutoFocus",T))},{default:n.withCtx(()=>[n.createVNode(n.unref(Lo),{"as-child":"","disable-outside-pointer-events":n.unref(l),onEscapeKeyDown:B[2]||(B[2]=T=>a("escapeKeyDown",T)),onPointerDownOutside:B[3]||(B[3]=T=>a("pointerDownOutside",T)),onFocusOutside:B[4]||(B[4]=T=>a("focusOutside",T)),onInteractOutside:B[5]||(B[5]=T=>a("interactOutside",T)),onDismiss:B[6]||(B[6]=T=>a("dismiss"))},{default:n.withCtx(()=>[n.createVNode(n.unref(_d),{"current-tab-stop-id":C.value,"onUpdate:currentTabStopId":B[0]||(B[0]=T=>C.value=T),"as-child":"",orientation:"vertical",dir:n.unref(i).dir.value,loop:n.unref(c),onEntryFocus:B[1]||(B[1]=T=>{a("entryFocus",T),n.unref(i).isUsingKeyboardRef.value||T.preventDefault()})},{default:n.withCtx(()=>[n.createVNode(n.unref(yl),{ref:n.unref(E),role:"menu",as:x.as,"as-child":x.asChild,"aria-orientation":"vertical","data-radix-menu-content":"","data-state":n.unref(xd)(n.unref(o).open.value),dir:n.unref(i).dir.value,side:x.side,"side-offset":x.sideOffset,align:x.align,"align-offset":x.alignOffset,"avoid-collisions":x.avoidCollisions,"collision-boundary":x.collisionBoundary,"collision-padding":x.collisionPadding,"arrow-padding":x.arrowPadding,"prioritize-position":x.prioritizePosition,sticky:x.sticky,"hide-when-detached":x.hideWhenDetached,onKeydown:k,onBlur:D,onPointermove:S},{default:n.withCtx(()=>[n.renderSlot(x.$slots,"default")]),_:3},8,["as","as-child","data-state","dir","side","side-offset","align","align-offset","avoid-collisions","collision-boundary","collision-padding","arrow-padding","prioritize-position","sticky","hide-when-detached"])]),_:3},8,["current-tab-stop-id","dir","loop"])]),_:3},8,["disable-outside-pointer-events"])]),_:3},8,["trapped"]))}}),K4=n.defineComponent({inheritAttrs:!1,__name:"MenuItemImpl",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},setup(t){const e=t,r=Rd(),{forwardRef:a}=ae(),o=n.ref(!1);async function i(l){if(!l.defaultPrevented&&ml(l)){if(e.disabled)r.onItemLeave(l);else if(!r.onItemEnter(l)){const c=l.currentTarget;c==null||c.focus({preventScroll:!0})}}}async function s(l){await n.nextTick(),!l.defaultPrevented&&ml(l)&&r.onItemLeave(l)}return(l,c)=>(n.openBlock(),n.createBlock(n.unref(Id),{value:{textValue:l.textValue}},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),n.mergeProps({ref:n.unref(a),role:"menuitem",tabindex:"-1"},l.$attrs,{as:l.as,"as-child":l.asChild,"data-radix-vue-collection-item":"","aria-disabled":l.disabled||void 0,"data-disabled":l.disabled?"":void 0,"data-highlighted":o.value?"":void 0,onPointermove:i,onPointerleave:s,onFocus:c[0]||(c[0]=async u=>{await n.nextTick(),!(u.defaultPrevented||l.disabled)&&(o.value=!0)}),onBlur:c[1]||(c[1]=async u=>{await n.nextTick(),!u.defaultPrevented&&(o.value=!1)})}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16,["as","as-child","aria-disabled","data-disabled","data-highlighted"])]),_:3},8,["value"]))}}),j4=n.defineComponent({__name:"MenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},emits:["select"],setup(t,{emit:e}){const r=t,a=e,{forwardRef:o,currentElement:i}=ae(),s=bl(),l=Rd(),c=n.ref(!1);async function u(){const d=i.value;if(!r.disabled&&d){const A=new CustomEvent(S5,{bubbles:!0,cancelable:!0});a("select",A),await n.nextTick(),A.defaultPrevented?c.value=!1:s.onClose()}}return(d,A)=>(n.openBlock(),n.createBlock(K4,n.mergeProps(r,{ref:n.unref(o),onClick:u,onPointerdown:A[0]||(A[0]=()=>{c.value=!0}),onPointerup:A[1]||(A[1]=async f=>{var p;await n.nextTick(),!f.defaultPrevented&&(c.value||(p=f.currentTarget)==null||p.click())}),onKeydown:A[2]||(A[2]=async f=>{const p=n.unref(l).searchRef.value!=="";d.disabled||p&&f.key===" "||n.unref(pl).includes(f.key)&&(f.currentTarget.click(),f.preventDefault())})}),{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default")]),_:3},16))}}),J4=n.defineComponent({__name:"MenuRootContentModal",props:{loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=Wt(r,a),i=Qo(),{forwardRef:s,currentElement:l}=ae();return cl(l),(c,u)=>(n.openBlock(),n.createBlock(Ld,n.mergeProps(n.unref(o),{ref:n.unref(s),"trap-focus":n.unref(i).open.value,"disable-outside-pointer-events":n.unref(i).open.value,"disable-outside-scroll":!0,onDismiss:u[0]||(u[0]=d=>n.unref(i).onOpenChange(!1)),onFocusOutside:u[1]||(u[1]=n.withModifiers(d=>a("focusOutside",d),["prevent"]))}),{default:n.withCtx(()=>[n.renderSlot(c.$slots,"default")]),_:3},16,["trap-focus","disable-outside-pointer-events"]))}}),X4=n.defineComponent({__name:"MenuRootContentNonModal",props:{loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=Wt(t,e),a=Qo();return(o,i)=>(n.openBlock(),n.createBlock(Ld,n.mergeProps(n.unref(r),{"trap-focus":!1,"disable-outside-pointer-events":!1,"disable-outside-scroll":!1,onDismiss:i[0]||(i[0]=s=>n.unref(a).onOpenChange(!1))}),{default:n.withCtx(()=>[n.renderSlot(o.$slots,"default")]),_:3},16))}}),W4=n.defineComponent({__name:"MenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=Wt(t,e),a=Qo(),o=bl();return(i,s)=>(n.openBlock(),n.createBlock(n.unref(Qn),{present:i.forceMount||n.unref(a).open.value},{default:n.withCtx(()=>[n.unref(o).modal.value?(n.openBlock(),n.createBlock(J4,n.normalizeProps(n.mergeProps({key:0},{...i.$attrs,...n.unref(r)})),{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},16)):(n.openBlock(),n.createBlock(X4,n.normalizeProps(n.mergeProps({key:1},{...i.$attrs,...n.unref(r)})),{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},16))]),_:3},8,["present"]))}}),$4=n.defineComponent({__name:"MenuPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(_o),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),Y4=["hour","minute","second"];function Fd(t){const{formatter:e}=t,r=Gs.map(a=>[a,t.value[a]]);if("hour"in t.value){const a=id.map(i=>i==="dayPeriod"?[i,e.dayPeriod(ut(t.value))]:[i,t.value[i]]),o=[...r,...a];return Object.fromEntries(o)}return Object.fromEntries(r)}function G4(t){const e=sd.map(r=>r==="dayPeriod"?[r,"AM"]:[r,null]).filter(([r])=>r==="literal"||r===null||t==="minute"&&r==="second"||t==="hour"&&(r==="second"||r==="minute")?!1:t==="day"?!Y4.includes(r)&&r!=="dayPeriod":!0);return Object.fromEntries(e)}function N4(t){const{segmentValues:e,formatter:r,locale:a}=t;function o(i){if("hour"in e){const s=e[i];return s!==null?i==="day"&&e.month!==null?r.part(t.dateRef.set({[i]:s,month:e.month}),i,{hourCycle:t.hourCycle===24?"h24":void 0}):r.part(t.dateRef.set({[i]:s}),i,{hourCycle:t.hourCycle===24?"h24":void 0}):Ys(i,"",a.value)}else{if(Eh(i)){const s=e[i];return s!==null?i==="day"&&e.month!==null?r.part(t.dateRef.set({[i]:s,month:e.month}),i):r.part(t.dateRef.set({[i]:s}),i):Ys(i,"",a.value)}return""}}return Object.keys(e).reduce((i,s)=>{if(!ld(s))return i;if("hour"in e&&s==="dayPeriod"){const l=e[s];l!==null?i[s]=l:i[s]=Ys(s,"AM",a.value)}else i[s]=o(s);return i},{})}function e6(t){const{granularity:e,formatter:r,contentObj:a,hideTimeZone:o,hourCycle:i}=t;return r.toParts(t.dateRef,kh(e,i)).map(s=>["literal","timeZoneName",null].includes(s.type)||!ld(s.type)?{part:s.type,value:s.value}:{part:s.type,value:a[s.type]}).filter(s=>!(s.part===null||s.value===null||s.part==="timeZoneName"&&(!Co(t.dateRef)||o)))}function t6(t){const e=N4(t),r=e6({contentObj:e,...t});return{obj:e,arr:r}}function hn(t){const e=ga();return t===e.ARROW_RIGHT||t===e.ARROW_LEFT}function qn(t){return!Number.isNaN(Number.parseInt(t))}function gn(t){const e=ga();return!!([e.ENTER,e.ARROW_UP,e.ARROW_DOWN,e.ARROW_LEFT,e.ARROW_RIGHT,e.BACKSPACE,e.SPACE,"a","A","p","P"].includes(t)||qn(t))}function Ud(t){return Array.from(t.querySelectorAll("[data-radix-vue-date-field-segment]")).filter(e=>e.getAttribute("data-radix-vue-date-field-segment")!=="literal")}const n6=["id","value","name","disabled","required"],[r6,a6]=De("DateFieldRoot"),o6=n.defineComponent({inheritAttrs:!1,__name:"DateFieldRoot",props:{defaultValue:{default:void 0},defaultPlaceholder:{},placeholder:{default:void 0},modelValue:{},hourCycle:{},granularity:{},hideTimeZone:{type:Boolean},maxValue:{},minValue:{},locale:{default:"en"},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},isDateUnavailable:{type:Function,default:void 0},name:{},required:{type:Boolean},id:{},dir:{},asChild:{type:Boolean},as:{}},emits:["update:modelValue","update:placeholder"],setup(t,{expose:e,emit:r}){const a=t,o=r,{locale:i,disabled:s,readonly:l,isDateUnavailable:c,granularity:u,defaultValue:d,dir:A}=n.toRefs(a),f=md(a.locale),p=Hn(A),{primitiveElement:v,currentElement:C}=va(),y=n.ref(new Set);n.onMounted(()=>{Ud(C.value).forEach(M=>y.value.add(M))});const E=Le(a,"modelValue",o,{defaultValue:d.value,passive:a.modelValue===void 0}),h=Ws({defaultPlaceholder:a.placeholder,granularity:u.value,defaultValue:E.value,locale:a.locale}),m=Le(a,"placeholder",o,{defaultValue:a.defaultPlaceholder??h.copy(),passive:a.placeholder===void 0}),g=n.computed(()=>a.granularity?_s(m.value)?a.granularity:"day":_s(m.value)?"minute":"day"),w=n.computed(()=>{var M;return E.value?!!((M=c.value)!=null&&M.call(c,E.value)||a.minValue&&hr(E.value,a.minValue)||a.maxValue&&hr(a.maxValue,E.value)):!1}),b=G4(g.value),k=n.ref(E.value?{...Fd({value:E.value,formatter:f})}:{...b}),D=n.computed(()=>t6({granularity:g.value,dateRef:m.value,formatter:f,hideTimeZone:a.hideTimeZone,hourCycle:a.hourCycle,segmentValues:k.value,locale:i})),S=n.computed(()=>D.value.arr),x=n.computed(()=>S.value.filter(({part:M})=>M!=="literal"));n.watch(i,M=>{f.getLocale()!==M&&(f.setLocale(M),n.nextTick(()=>{y.value.clear(),Ud(C.value).forEach($=>y.value.add($))}))}),n.watch(E,M=>{!ad(M)&&m.value.compare(M)!==0&&(m.value=M.copy())}),n.watch([E,i],([M])=>{ad(M)?Object.values(k.value).every($=>$!==null)&&M===void 0&&(k.value={...b}):k.value={...Fd({value:M,formatter:f})}});const B=n.ref(null),T=n.computed(()=>Array.from(y.value).findIndex(M=>{var $;return M.getAttribute("data-radix-vue-date-field-segment")===(($=B.value)==null?void 0:$.getAttribute("data-radix-vue-date-field-segment"))})),R=n.computed(()=>{const M=p.value==="rtl"?-1:1;return(M<0?T.value<0:T.value>y.value.size-1)?null:Array.from(y.value)[T.value+M]}),q=n.computed(()=>{const M=p.value==="rtl"?-1:1;return(M>0?T.value<0:T.value>y.value.size-1)?null:Array.from(y.value)[T.value-M]}),ee=ga();function N(M){var $,ie;hn(M.key)&&(M.key===ee.ARROW_LEFT&&(($=q.value)==null||$.focus()),M.key===ee.ARROW_RIGHT&&((ie=R.value)==null||ie.focus()))}function H(M){B.value=M}return a6({isDateUnavailable:c.value,locale:i,modelValue:E,placeholder:m,disabled:s,formatter:f,hourCycle:a.hourCycle,readonly:l,segmentValues:k,isInvalid:w,segmentContents:x,elements:y,setFocusedElement:H,focusNext(){var M;(M=R.value)==null||M.focus()}}),e({setFocusedElement:H}),(M,$)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(n.unref(ue),n.mergeProps(M.$attrs,{ref_key:"primitiveElement",ref:v,role:"group","aria-disabled":n.unref(s)?!0:void 0,"data-disabled":n.unref(s)?"":void 0,"data-readonly":n.unref(l)?"":void 0,"data-invalid":w.value?"":void 0,dir:n.unref(p),onKeydown:n.withKeys(N,["left","right"])}),{default:n.withCtx(()=>[n.renderSlot(M.$slots,"default",{modelValue:n.unref(E),segments:S.value,isInvalid:w.value})]),_:3},16,["aria-disabled","data-disabled","data-readonly","data-invalid","dir"]),n.createElementVNode("input",{id:M.id,type:"text",tabindex:"-1","aria-hidden":"true",value:n.unref(E)?n.unref(E).toString():"",name:M.name,disabled:n.unref(s),required:M.required,style:{transform:"translateX(-100%)",position:"absolute",pointerEvents:"none",opacity:0,margin:0},onFocus:$[0]||($[0]=ie=>{var V,te;return(te=(V=Array.from(y.value))==null?void 0:V[0])==null?void 0:te.focus()})},null,40,n6)],64))}});function vn(t){return{role:"spinbutton",contenteditable:!0,tabindex:t.disabled?void 0:0,spellcheck:!1,inputmode:"numeric",autocorrect:"off",enterkeyhint:"next",style:"caret-color: transparent;"}}function i6(t){const{segmentValues:e,placeholder:r}=t,a=e.day===null,o=e.day?r.set({day:e.day}):r,i=o.day,s=1,l=Mt(o),c=a?"Empty":`${i}`;return{...vn(t),"aria-label":"day,","aria-valuemin":s,"aria-valuemax":l,"aria-valuenow":i,"aria-valuetext":c,"data-placeholder":a?"":void 0}}function s6(t){const{segmentValues:e,placeholder:r,formatter:a}=t,o=e.month===null,i=e.month?r.set({month:e.month}):r,s=i.month,l=1,c=12,u=o?"Empty":`${s} - ${a.fullMonth(ut(i))}`;return{...vn(t),"aria-label":"month, ",contenteditable:!0,"aria-valuemin":l,"aria-valuemax":c,"aria-valuenow":s,"aria-valuetext":u,"data-placeholder":o?"":void 0}}function l6(t){const{segmentValues:e,placeholder:r}=t,a=e.year===null,o=e.year?r.set({year:e.year}):r,i=1,s=9999,l=o.year,c=a?"Empty":`${l}`;return{...vn(t),"aria-label":"year, ","aria-valuemin":i,"aria-valuemax":s,"aria-valuenow":l,"aria-valuetext":c,"data-placeholder":a?"":void 0}}function c6(t){const{segmentValues:e,hourCycle:r,placeholder:a}=t;if(!("hour"in e)||!("hour"in a))return{};const o=e.hour===null,i=e.hour?a.set({hour:e.hour}):a,s=r===12?1:0,l=r===12?12:23,c=i.hour,u=o?"Empty":`${c} ${e.dayPeriod??""}`;return{...vn(t),"aria-label":"hour, ","aria-valuemin":s,"aria-valuemax":l,"aria-valuenow":c,"aria-valuetext":u,"data-placeholder":o?"":void 0}}function u6(t){const{segmentValues:e,placeholder:r}=t;if(!("minute"in e)||!("minute"in r))return{};const a=e.minute===null,o=(e.minute?r.set({minute:e.minute}):r).minute,i=0,s=59,l=a?"Empty":`${o}`;return{...vn(t),"aria-label":"minute, ","aria-valuemin":i,"aria-valuemax":s,"aria-valuenow":o,"aria-valuetext":l,"data-placeholder":a?"":void 0}}function d6(t){const{segmentValues:e,placeholder:r}=t;if(!("second"in e)||!("second"in r))return{};const a=e.second===null,o=(e.second?r.set({second:e.second}):r).second,i=0,s=59,l=a?"Empty":`${o}`;return{...vn(t),"aria-label":"second, ","aria-valuemin":i,"aria-valuemax":s,"aria-valuenow":o,"aria-valuetext":l,"data-placeholder":a?"":void 0}}function A6(t){const{segmentValues:e}=t;if(!("dayPeriod"in e))return{};const r=0,a=12,o=e.hour?e.hour>12?e.hour-12:e.hour:0,i=e.dayPeriod??"AM";return{...vn(t),inputmode:"text","aria-label":"AM/PM","aria-valuemin":r,"aria-valuemax":a,"aria-valuenow":o,"aria-valuetext":i}}function f6(t){return{"aria-hidden":!0,"data-segment":"literal"}}function p6(t){return{role:"textbox","aria-label":"timezone, ","data-readonly":!0,"data-segment":"timeZoneName",tabindex:t.disabled?void 0:0,style:"caret-color: transparent;"}}function m6(t){const{segmentValues:e,placeholder:r}=t,a=0,o=0,i=0,s="era"in e?e.era:r.era;return{...vn(t),"aria-label":"era","aria-valuemin":a,"aria-valuemax":o,"aria-valuenow":i,"aria-valuetext":s}}const h6={day:{attrs:i6},month:{attrs:s6},year:{attrs:l6},hour:{attrs:c6},minute:{attrs:u6},second:{attrs:d6},dayPeriod:{attrs:A6},literal:{attrs:f6},timeZoneName:{attrs:p6},era:{attrs:m6}};function g6(t){const e=ga();function r({e:m,part:g,dateRef:w,prevValue:b}){const k=m.key===e.ARROW_UP?1:-1,D=0,S=59;if(b===null)return k>0?D:S;const x=[g,k];return w.set({[g]:b}).cycle(...x)[g]}function a(m){if(t.hasLeftFocus.value=!1,m===null)return m;const g=m.toString();return g.length===1?(t.modelValue.value=void 0,null):Number.parseInt(g.slice(0,-1))}function o({e:m,part:g,dateRef:w,prevValue:b,hourCycle:k}){const D=m.key===e.ARROW_UP?1:-1;if(b===null)return w[g];if(g==="hour"&&"hour"in w){const x=[g,D,{hourCycle:k}];return w.set({[g]:b}).cycle(...x)[g]}const S=[g,D];return g==="day"&&t.segmentValues.value.month!==null?w.set({[g]:b,month:t.segmentValues.value.month}).cycle(...S)[g]:w.set({[g]:b}).cycle(...S)[g]}function i(m,g,w){let b=!1;const k=Math.floor(m/10);if(t.hasLeftFocus.value&&(t.hasLeftFocus.value=!1,w=null),w===null)return g===0?(t.lastKeyZero.value=!0,{value:null,moveToNext:b}):((t.lastKeyZero.value||g>k)&&(b=!0),t.lastKeyZero.value=!1,{value:g,moveToNext:b});const D=w.toString().length,S=Number.parseInt(w.toString()+g.toString());return D===2||S>m?((g>k||S>m)&&(b=!0),{value:g,moveToNext:b}):(b=!0,{value:S,moveToNext:b})}function s(m,g){let w=!1;const b=Math.floor(59/10);if(t.hasLeftFocus.value&&(t.hasLeftFocus.value=!1,g=null),g===null)return m===0?(t.lastKeyZero.value=!0,{value:0,moveToNext:w}):((t.lastKeyZero.value||m>b)&&(w=!0),t.lastKeyZero.value=!1,{value:m,moveToNext:w});const k=g.toString().length,D=Number.parseInt(g.toString()+m.toString());return k===2||D>59?(m>b&&(w=!0),{value:m,moveToNext:w}):(w=!0,{value:D,moveToNext:w})}function l(m,g){let w=!1;const b=Math.floor(24/10);if(t.hasLeftFocus.value&&(t.hasLeftFocus.value=!1,g=null),g===null)return m===0?(t.lastKeyZero.value=!0,{value:0,moveToNext:w}):((t.lastKeyZero.value||m>b)&&(w=!0),t.lastKeyZero.value=!1,{value:m,moveToNext:w});const k=g.toString().length,D=Number.parseInt(g.toString()+m.toString());return k===2||D>24?(m>b&&(w=!0),{value:m,moveToNext:w}):(w=!0,{value:D,moveToNext:w})}function c(m,g){let w=!1;if(t.hasLeftFocus.value&&(t.hasLeftFocus.value=!1,g=null),g===null)return{value:m===0?1:m,moveToNext:w};const b=g.toString()+m.toString();return b.length>4?{value:m===0?1:m,moveToNext:w}:(b.length===4&&(w=!0),{value:Number.parseInt(b),moveToNext:w})}const u=n.computed(()=>{var m;return((m=h6[t.part])==null?void 0:m.attrs({disabled:t.disabled.value,placeholder:t.placeholder.value,hourCycle:t.hourCycle,segmentValues:t.segmentValues.value,formatter:t.formatter}))??{}});function d(m){if(!gn(m.key)||hn(m.key))return;const g=t.segmentValues.value.day;if(m.key===e.ARROW_DOWN||m.key===e.ARROW_UP){t.segmentValues.value.day=o({e:m,part:"day",dateRef:t.placeholder.value,prevValue:g});return}if(qn(m.key)){const w=Number.parseInt(m.key),b=t.segmentValues.value.month,k=Mt(b?t.placeholder.value.set({month:b}):t.placeholder.value),{value:D,moveToNext:S}=i(k,w,g);t.segmentValues.value.day=D,S&&t.focusNext()}m.key===e.BACKSPACE&&(t.hasLeftFocus.value=!1,t.segmentValues.value.day=a(g))}function A(m){if(!gn(m.key)||hn(m.key))return;const g=t.segmentValues.value.month;if(m.key===e.ARROW_DOWN||m.key===e.ARROW_UP){t.segmentValues.value.month=o({e:m,part:"month",dateRef:t.placeholder.value,prevValue:g});return}if(qn(m.key)){const w=Number.parseInt(m.key),{value:b,moveToNext:k}=i(12,w,g);t.segmentValues.value.month=b,k&&t.focusNext()}m.key===e.BACKSPACE&&(t.hasLeftFocus.value=!1,t.segmentValues.value.month=a(g))}function f(m){if(!gn(m.key)||hn(m.key))return;const g=t.segmentValues.value.year;if(m.key===e.ARROW_DOWN||m.key===e.ARROW_UP){t.segmentValues.value.year=o({e:m,part:"year",dateRef:t.placeholder.value,prevValue:g});return}if(qn(m.key)){const w=Number.parseInt(m.key),{value:b,moveToNext:k}=c(w,g);t.segmentValues.value.year=b,k&&t.focusNext()}m.key===e.BACKSPACE&&(t.hasLeftFocus.value=!1,t.segmentValues.value.year=a(g))}function p(m){const g=t.placeholder.value;if(!gn(m.key)||hn(m.key)||!("hour"in g)||!("hour"in t.segmentValues.value))return;const w=t.segmentValues.value.hour,b=t.hourCycle;if(m.key===e.ARROW_UP||m.key===e.ARROW_DOWN){t.segmentValues.value.hour=o({e:m,part:"hour",dateRef:t.placeholder.value,prevValue:w,hourCycle:b}),"dayPeriod"in t.segmentValues.value&&(t.segmentValues.value.hour<12?t.segmentValues.value.dayPeriod="AM":t.segmentValues.value.hour&&(t.segmentValues.value.dayPeriod="PM"));return}if(qn(m.key)){const k=Number.parseInt(m.key),{value:D,moveToNext:S}=l(k,w);"dayPeriod"in t.segmentValues.value&&D&&D>12?t.segmentValues.value.dayPeriod="PM":"dayPeriod"in t.segmentValues.value&&D&&(t.segmentValues.value.dayPeriod="AM"),t.segmentValues.value.hour=D,S&&t.focusNext()}m.key===e.BACKSPACE&&(t.hasLeftFocus.value=!1,t.segmentValues.value.hour=a(w))}function v(m){const g=t.placeholder.value;if(!gn(m.key)||hn(m.key)||!("minute"in g)||!("minute"in t.segmentValues.value))return;const w=t.segmentValues.value.minute;if(t.segmentValues.value.minute=r({e:m,part:"minute",dateRef:t.placeholder.value,prevValue:w}),qn(m.key)){const b=Number.parseInt(m.key),{value:k,moveToNext:D}=s(b,w);t.segmentValues.value.minute=k,D&&t.focusNext()}m.key===e.BACKSPACE&&(t.hasLeftFocus.value=!1,t.segmentValues.value.minute=a(w))}function C(m){const g=t.placeholder.value;if(!gn(m.key)||hn(m.key)||!("second"in g)||!("second"in t.segmentValues.value))return;const w=t.segmentValues.value.second;if(t.segmentValues.value.second=r({e:m,part:"second",dateRef:t.placeholder.value,prevValue:w}),qn(m.key)){const b=Number.parseInt(m.key),{value:k,moveToNext:D}=s(b,w);t.segmentValues.value.second=k,D&&t.focusNext()}m.key===e.BACKSPACE&&(t.hasLeftFocus.value=!1,t.segmentValues.value.second=a(w))}function y(m){if(!((!gn(m.key)||hn(m.key))&&m.key!=="a"&&m.key!=="p"||!("hour"in t.placeholder.value)||!("dayPeriod"in t.segmentValues.value))){if(m.key===e.ARROW_UP||m.key===e.ARROW_DOWN){if(t.segmentValues.value.dayPeriod==="AM"){t.segmentValues.value.dayPeriod="PM",t.segmentValues.value.hour=t.segmentValues.value.hour+12;return}t.segmentValues.value.dayPeriod="AM",t.segmentValues.value.hour=t.segmentValues.value.hour-12;return}if(["a","A"].includes(m.key)&&t.segmentValues.value.dayPeriod!=="AM"){t.segmentValues.value.dayPeriod="AM",t.segmentValues.value.hour=t.segmentValues.value.hour-12;return}["p","P"].includes(m.key)&&t.segmentValues.value.dayPeriod!=="PM"&&(t.segmentValues.value.dayPeriod="PM",t.segmentValues.value.hour=t.segmentValues.value.hour+12)}}function E(m){t.disabled.value&&m.preventDefault()}function h(m){const g=t.disabled.value,w=t.readonly.value;if(m.key!==e.TAB&&m.preventDefault(),!(g||w)&&({day:d,month:A,year:f,hour:p,minute:v,second:C,dayPeriod:y,timeZoneName:()=>{}}[t.part](m),![e.ARROW_LEFT,e.ARROW_RIGHT].includes(m.key)&&m.key!==e.TAB&&m.key!==e.SHIFT&&gn(m.key)&&Object.values(t.segmentValues.value).every(b=>b!==null))){const b={...t.segmentValues.value};let k=t.placeholder.value.copy();Object.keys(b).forEach(D=>{const S=b[D];k=k.set({[D]:S})}),t.modelValue.value=k.copy()}}return{handleSegmentClick:E,handleSegmentKeydown:h,attributes:u}}const v6=n.defineComponent({__name:"DateFieldInput",props:{part:{},asChild:{type:Boolean},as:{}},setup(t){const e=t,r=r6(),a=n.ref(!0),o=n.ref(!1),{handleSegmentClick:i,handleSegmentKeydown:s,attributes:l}=g6({hasLeftFocus:a,lastKeyZero:o,placeholder:r.placeholder,hourCycle:r.hourCycle,segmentValues:r.segmentValues,formatter:r.formatter,part:e.part,disabled:r.disabled,readonly:r.readonly,focusNext:r.focusNext,modelValue:r.modelValue}),c=n.computed(()=>r.disabled.value),u=n.computed(()=>r.readonly.value),d=n.computed(()=>r.isInvalid.value);return(A,f)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps({as:A.as,"as-child":A.asChild},n.unref(l),{contenteditable:c.value||u.value?!1:A.part!=="literal","data-radix-vue-date-field-segment":A.part,"aria-disabled":c.value?!0:void 0,"aria-readonly":u.value?!0:void 0,"data-disabled":c.value?"":void 0,"data-invalid":d.value?"":void 0,"aria-invalid":d.value?!0:void 0},n.toHandlers(A.part!=="literal"?{mousedown:n.unref(i),keydown:n.unref(s),focusout:()=>{a.value=!0},focusin:p=>{n.unref(r).setFocusedElement(p.target)}}:{})),{default:n.withCtx(()=>[n.renderSlot(A.$slots,"default")]),_:3},16,["as","as-child","contenteditable","data-radix-vue-date-field-segment","aria-disabled","aria-readonly","data-disabled","data-invalid","aria-invalid"]))}}),y6=n.defineComponent({__name:"DatePickerHeader",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(e4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),w6=n.defineComponent({__name:"DatePickerHeading",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(t4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(({headingValue:o})=>[n.renderSlot(r.$slots,"default",{headingValue:o},()=>[n.createTextVNode(n.toDisplayString(o),1)])]),_:3},16))}}),b6=n.defineComponent({__name:"DatePickerGrid",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(n4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),C6=n.defineComponent({__name:"DatePickerCell",props:{date:{},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(r4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),E6=n.defineComponent({__name:"DatePickerHeadCell",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(a4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),k6=n.defineComponent({__name:"DatePickerNext",props:{step:{},nextPage:{type:Function},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(o4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),x6=n.defineComponent({__name:"DatePickerPrev",props:{step:{},prevPage:{type:Function},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(i4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),B6=n.defineComponent({__name:"DatePickerGridHead",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(s4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),S6=n.defineComponent({__name:"DatePickerGridBody",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(l4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),Zd=n.defineComponent({__name:"DatePickerGridRow",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(c4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),T6=n.defineComponent({__name:"DatePickerCellTrigger",props:{day:{},month:{},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(u4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),Hd=n.defineComponent({__name:"DatePickerInput",props:{part:{},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(v6),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),[Cl,D6]=De("DatePickerRoot"),O6=n.defineComponent({inheritAttrs:!1,__name:"DatePickerRoot",props:{defaultValue:{default:void 0},defaultPlaceholder:{},placeholder:{default:void 0},modelValue:{},hourCycle:{},granularity:{},hideTimeZone:{type:Boolean},maxValue:{},minValue:{},locale:{default:"en"},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},isDateUnavailable:{type:Function,default:void 0},name:{},required:{type:Boolean},id:{},dir:{},asChild:{type:Boolean},as:{},defaultOpen:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},modal:{type:Boolean,default:!1},isDateDisabled:{type:Function,default:void 0},pagedNavigation:{type:Boolean,default:!1},weekStartsOn:{default:0},weekdayFormat:{default:"narrow"},fixedWeeks:{type:Boolean,default:!1},numberOfMonths:{default:1},preventDeselect:{type:Boolean,default:!1}},emits:["update:modelValue","update:placeholder","update:open"],setup(t,{emit:e}){const r=t,a=e,{locale:o,disabled:i,readonly:s,pagedNavigation:l,weekStartsOn:c,weekdayFormat:u,fixedWeeks:d,numberOfMonths:A,preventDeselect:f,isDateDisabled:p,isDateUnavailable:v,defaultOpen:C,modal:y,id:E,name:h,required:m,minValue:g,maxValue:w,granularity:b,hideTimeZone:k,hourCycle:D,defaultValue:S,dir:x}=n.toRefs(r),B=Hn(x),T=Le(r,"modelValue",a,{defaultValue:S.value,passive:r.modelValue===void 0}),R=n.computed(()=>Ws({defaultPlaceholder:r.placeholder,granularity:r.granularity,defaultValue:T.value,locale:r.locale})),q=Le(r,"placeholder",a,{defaultValue:r.defaultPlaceholder??R.value.copy(),passive:r.placeholder===void 0}),ee=Le(r,"open",a,{defaultValue:C.value,passive:r.open===void 0}),N=n.ref();return n.watch(T,H=>{H&&H.compare(q.value)!==0&&(q.value=H.copy())}),D6({isDateUnavailable:v.value,isDateDisabled:p.value,locale:o,disabled:i,pagedNavigation:l,weekStartsOn:c,weekdayFormat:u,fixedWeeks:d,numberOfMonths:A,readonly:s,preventDeselect:f,modelValue:T,placeholder:q,defaultOpen:C,modal:y,open:ee,id:E,name:h,required:m,minValue:g,maxValue:w,granularity:b,hideTimeZone:k,hourCycle:D,dateFieldRef:N,dir:B,onDateChange(H){!H||!T.value?T.value=(H==null?void 0:H.copy())??void 0:!f.value&&H&&T.value.compare(H)===0?T.value=void 0:T.value=H.copy()},onPlaceholderChange(H){q.value=H.copy()}}),(H,M)=>(n.openBlock(),n.createBlock(n.unref(Q6),{open:n.unref(ee),"onUpdate:open":M[0]||(M[0]=$=>n.isRef(ee)?ee.value=$:null),"default-open":n.unref(C),modal:n.unref(y)},{default:n.withCtx(()=>[n.renderSlot(H.$slots,"default")]),_:3},8,["open","default-open","modal"]))}}),V6=n.defineComponent({__name:"DatePickerCalendar",setup(t){const e=Cl();return(r,a)=>(n.openBlock(),n.createBlock(n.unref(N5),n.mergeProps({isDateDisabled:n.unref(e).isDateDisabled,isDateUnavailable:n.unref(e).isDateUnavailable,minValue:n.unref(e).minValue.value,maxValue:n.unref(e).maxValue.value,locale:n.unref(e).locale.value,disabled:n.unref(e).disabled.value,pagedNavigation:n.unref(e).pagedNavigation.value,weekStartsOn:n.unref(e).weekStartsOn.value,weekdayFormat:n.unref(e).weekdayFormat.value,fixedWeeks:n.unref(e).fixedWeeks.value,numberOfMonths:n.unref(e).numberOfMonths.value,readonly:n.unref(e).readonly.value,preventDeselect:n.unref(e).preventDeselect.value,dir:n.unref(e).dir.value},{"model-value":n.unref(e).modelValue.value,placeholder:n.unref(e).placeholder.value,"initial-focus":"",multiple:!1,"onUpdate:modelValue":a[0]||(a[0]=o=>{o&&n.unref(e).modelValue.value&&n.unref(ia)(o,n.unref(e).modelValue.value)||n.unref(e).onDateChange(o)}),"onUpdate:placeholder":a[1]||(a[1]=o=>{n.unref(ia)(o,n.unref(e).placeholder.value)||n.unref(e).onPlaceholderChange(o)})}),{default:n.withCtx(({weekDays:o,grid:i,date:s,weekStartsOn:l,locale:c,fixedWeeks:u})=>[n.renderSlot(r.$slots,"default",{date:s,grid:i,weekDays:o,weekStartsOn:l,locale:c,fixedWeeks:u})]),_:3},16,["model-value","placeholder"]))}}),I6=n.defineComponent({__name:"DatePickerField",setup(t){const e=Cl();return(r,a)=>(n.openBlock(),n.createBlock(n.unref(o6),n.mergeProps({ref:n.unref(e).dateFieldRef,"model-value":n.unref(e).modelValue.value,placeholder:n.unref(e).placeholder.value},{id:n.unref(e).id.value,name:n.unref(e).name.value,disabled:n.unref(e).disabled.value,minValue:n.unref(e).minValue.value,maxValue:n.unref(e).maxValue.value,readonly:n.unref(e).readonly.value,hourCycle:n.unref(e).hourCycle.value,granularity:n.unref(e).granularity.value,hideTimeZone:n.unref(e).hideTimeZone.value,locale:n.unref(e).locale.value,isDateUnavailable:n.unref(e).isDateUnavailable,required:n.unref(e).required.value,dir:n.unref(e).dir.value},{"onUpdate:modelValue":a[0]||(a[0]=o=>{o&&n.unref(e).modelValue.value&&o.compare(n.unref(e).modelValue.value)===0||n.unref(e).onDateChange(o)}),"onUpdate:placeholder":a[1]||(a[1]=o=>{o.compare(n.unref(e).placeholder.value)!==0&&n.unref(e).onPlaceholderChange(o)})}),{default:n.withCtx(({segments:o,modelValue:i})=>[n.renderSlot(r.$slots,"default",{segments:o,modelValue:i})]),_:3},16,["model-value","placeholder"]))}}),P6=n.defineComponent({__name:"DatePickerArrow",props:{width:{},height:{},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(X6),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),M6=n.defineComponent({__name:"DatePickerTrigger",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t,r=Cl();return(a,o)=>(n.openBlock(),n.createBlock(n.unref(q6),n.mergeProps({"data-radix-vue-date-field-segment":"trigger"},e,{disabled:n.unref(r).disabled.value,onFocusin:o[0]||(o[0]=i=>{var s;(s=n.unref(r).dateFieldRef.value)==null||s.setFocusedElement(i.target)})}),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16,["disabled"]))}}),_6=n.defineComponent({__name:"DatePickerContent",props:{forceMount:{type:Boolean},trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},disableOutsidePointerEvents:{type:Boolean}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=Wt(t,e);return(a,o)=>(n.openBlock(),n.createBlock(n.unref(z6),null,{default:n.withCtx(()=>[n.createVNode(n.unref(J6),n.normalizeProps(n.guardReactiveProps({...n.unref(r),...a.$attrs})),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16)]),_:3}))}}),[Qd,R6]=De("DropdownMenuRoot"),L6=n.defineComponent({__name:"DropdownMenuRoot",props:{defaultOpen:{type:Boolean},open:{type:Boolean,default:void 0},dir:{},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=e;ae();const o=Le(r,"open",a,{defaultValue:r.defaultOpen,passive:r.open===void 0}),i=n.ref(),{modal:s,dir:l}=n.toRefs(r),c=Hn(l);return R6({open:o,onOpenChange:u=>{o.value=u},onOpenToggle:()=>{o.value=!o.value},triggerId:"",triggerElement:i,contentId:"",modal:s,dir:c}),(u,d)=>(n.openBlock(),n.createBlock(n.unref(M4),{open:n.unref(o),"onUpdate:open":d[0]||(d[0]=A=>n.isRef(o)?o.value=A:null),dir:n.unref(c),modal:n.unref(s)},{default:n.withCtx(()=>[n.renderSlot(u.$slots,"default",{open:n.unref(o)})]),_:3},8,["open","dir","modal"]))}}),F6=n.defineComponent({__name:"DropdownMenuTrigger",props:{disabled:{type:Boolean},asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,r=Qd(),{forwardRef:a,currentElement:o}=ae();return n.onMounted(()=>{r.triggerElement=o}),r.triggerId||(r.triggerId=pn(void 0,"radix-vue-dropdown-menu-trigger")),(i,s)=>(n.openBlock(),n.createBlock(n.unref(D4),{"as-child":""},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),{id:n.unref(r).triggerId,ref:n.unref(a),type:i.as==="button"?"button":void 0,"as-child":e.asChild,as:i.as,"aria-haspopup":"menu","aria-expanded":n.unref(r).open.value,"aria-controls":n.unref(r).open.value?n.unref(r).contentId:void 0,"data-disabled":i.disabled?"":void 0,disabled:i.disabled,"data-state":n.unref(r).open.value?"open":"closed",onClick:s[0]||(s[0]=async l=>{var c;!i.disabled&&l.button===0&&l.ctrlKey===!1&&((c=n.unref(r))==null||c.onOpenToggle(),await n.nextTick(),n.unref(r).open.value&&l.preventDefault())}),onKeydown:s[1]||(s[1]=n.withKeys(l=>{i.disabled||(["Enter"," "].includes(l.key)&&n.unref(r).onOpenToggle(),l.key==="ArrowDown"&&n.unref(r).onOpenChange(!0),["Enter"," ","ArrowDown"].includes(l.key)&&l.preventDefault())},["enter","space","arrow-down"]))},{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},8,["id","type","as-child","as","aria-expanded","aria-controls","data-disabled","disabled","data-state"])]),_:3}))}}),U6=n.defineComponent({__name:"DropdownMenuPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref($4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),Z6=n.defineComponent({__name:"DropdownMenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","closeAutoFocus"],setup(t,{emit:e}){const r=Wt(t,e);ae();const a=Qd(),o=n.ref(!1);function i(s){s.defaultPrevented||(o.value||setTimeout(()=>{var l;(l=a.triggerElement.value)==null||l.focus()},0),o.value=!1,s.preventDefault())}return a.contentId||(a.contentId=pn(void 0,"radix-vue-dropdown-menu-content")),(s,l)=>{var c;return n.openBlock(),n.createBlock(n.unref(W4),n.mergeProps(n.unref(r),{id:n.unref(a).contentId,"aria-labelledby":(c=n.unref(a))==null?void 0:c.triggerId,style:{"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"},onCloseAutoFocus:i,onInteractOutside:l[0]||(l[0]=u=>{var d;if(u.defaultPrevented)return;const A=u.detail.originalEvent,f=A.button===0&&A.ctrlKey===!0,p=A.button===2||f;(!n.unref(a).modal.value||p)&&(o.value=!0),(d=n.unref(a).triggerElement.value)!=null&&d.contains(u.target)&&u.preventDefault()})}),{default:n.withCtx(()=>[n.renderSlot(s.$slots,"default")]),_:3},16,["id","aria-labelledby"])}}}),ya=n.defineComponent({__name:"DropdownMenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},emits:["select"],setup(t,{emit:e}){const r=t,a=ha(e);return ae(),(o,i)=>(n.openBlock(),n.createBlock(n.unref(j4),n.normalizeProps(n.guardReactiveProps({...r,...n.unref(a)})),{default:n.withCtx(()=>[n.renderSlot(o.$slots,"default")]),_:3},16))}}),[wa,H6]=De("PopoverRoot"),Q6=n.defineComponent({__name:"PopoverRoot",props:{defaultOpen:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},modal:{type:Boolean,default:!1}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=e,{modal:o}=n.toRefs(r),i=Le(r,"open",a,{defaultValue:r.defaultOpen,passive:r.open===void 0}),s=n.ref(),l=n.ref(!1);return H6({contentId:"",modal:o,open:i,onOpenChange:c=>{i.value=c},onOpenToggle:()=>{i.value=!i.value},triggerElement:s,hasCustomAnchor:l}),(c,u)=>(n.openBlock(),n.createBlock(n.unref(hl),null,{default:n.withCtx(()=>[n.renderSlot(c.$slots,"default",{open:n.unref(i)})]),_:3}))}}),q6=n.defineComponent({__name:"PopoverTrigger",props:{asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,r=wa(),{forwardRef:a,currentElement:o}=ae();return n.onMounted(()=>{r.triggerElement.value=o.value}),(i,s)=>(n.openBlock(),n.createBlock(n.resolveDynamicComponent(n.unref(r).hasCustomAnchor.value?n.unref(ue):n.unref(gl)),{"as-child":""},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),{ref:n.unref(a),type:i.as==="button"?"button":void 0,"aria-haspopup":"dialog","aria-expanded":n.unref(r).open.value,"aria-controls":n.unref(r).contentId,"data-state":n.unref(r).open.value?"open":"closed",as:i.as,"as-child":e.asChild,onClick:n.unref(r).onOpenToggle},{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},8,["type","aria-expanded","aria-controls","data-state","as","as-child","onClick"])]),_:3}))}}),z6=n.defineComponent({__name:"PopoverPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(_o),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),qd=n.defineComponent({__name:"PopoverContentImpl",props:{trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},disableOutsidePointerEvents:{type:Boolean}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=sl(r),{forwardRef:i}=ae(),s=wa();return hd(),(l,c)=>(n.openBlock(),n.createBlock(n.unref(fl),{"as-child":"",loop:"",trapped:l.trapFocus,onMountAutoFocus:c[5]||(c[5]=u=>a("openAutoFocus",u)),onUnmountAutoFocus:c[6]||(c[6]=u=>a("closeAutoFocus",u))},{default:n.withCtx(()=>[n.createVNode(n.unref(Lo),{"as-child":"","disable-outside-pointer-events":l.disableOutsidePointerEvents,onPointerDownOutside:c[0]||(c[0]=u=>a("pointerDownOutside",u)),onInteractOutside:c[1]||(c[1]=u=>a("interactOutside",u)),onEscapeKeyDown:c[2]||(c[2]=u=>a("escapeKeyDown",u)),onFocusOutside:c[3]||(c[3]=u=>a("focusOutside",u)),onDismiss:c[4]||(c[4]=u=>n.unref(s).onOpenChange(!1))},{default:n.withCtx(()=>[n.createVNode(n.unref(yl),n.mergeProps(n.unref(o),{id:n.unref(s).contentId,ref:n.unref(i),"data-state":n.unref(s).open.value?"open":"closed",role:"dialog",style:{"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16,["id","data-state"])]),_:3},8,["disable-outside-pointer-events"])]),_:3},8,["trapped"]))}}),K6=n.defineComponent({__name:"PopoverContentModal",props:{trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},disableOutsidePointerEvents:{type:Boolean}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=wa(),i=n.ref(!1);al(!0);const s=Wt(r,a),{forwardRef:l,currentElement:c}=ae();return cl(c),(u,d)=>(n.openBlock(),n.createBlock(qd,n.mergeProps(n.unref(s),{ref:n.unref(l),"trap-focus":n.unref(o).open.value,"disable-outside-pointer-events":"",onCloseAutoFocus:d[0]||(d[0]=n.withModifiers(A=>{var f;a("closeAutoFocus",A),i.value||(f=n.unref(o).triggerElement.value)==null||f.focus()},["prevent"])),onPointerDownOutside:d[1]||(d[1]=A=>{a("pointerDownOutside",A);const f=A.detail.originalEvent,p=f.button===0&&f.ctrlKey===!0,v=f.button===2||p;i.value=v}),onFocusOutside:d[2]||(d[2]=n.withModifiers(()=>{},["prevent"]))}),{default:n.withCtx(()=>[n.renderSlot(u.$slots,"default")]),_:3},16,["trap-focus"]))}}),j6=n.defineComponent({__name:"PopoverContentNonModal",props:{trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},disableOutsidePointerEvents:{type:Boolean}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=wa(),i=n.ref(!1),s=n.ref(!1),l=Wt(r,a);return(c,u)=>(n.openBlock(),n.createBlock(qd,n.mergeProps(n.unref(l),{"trap-focus":!1,"disable-outside-pointer-events":!1,onCloseAutoFocus:u[0]||(u[0]=d=>{var A;a("closeAutoFocus",d),d.defaultPrevented||(i.value||(A=n.unref(o).triggerElement.value)==null||A.focus(),d.preventDefault()),i.value=!1,s.value=!1}),onInteractOutside:u[1]||(u[1]=async d=>{var A;a("interactOutside",d),d.defaultPrevented||(i.value=!0,d.detail.originalEvent.type==="pointerdown"&&(s.value=!0));const f=d.target;(A=n.unref(o).triggerElement.value)!=null&&A.contains(f)&&d.preventDefault(),d.detail.originalEvent.type==="focusin"&&s.value&&d.preventDefault()})}),{default:n.withCtx(()=>[n.renderSlot(c.$slots,"default")]),_:3},16))}}),J6=n.defineComponent({__name:"PopoverContent",props:{forceMount:{type:Boolean},trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},disableOutsidePointerEvents:{type:Boolean}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=wa(),i=Wt(r,a),{forwardRef:s}=ae();return o.contentId||(o.contentId=pn(void 0,"radix-vue-popover-content")),(l,c)=>(n.openBlock(),n.createBlock(n.unref(Qn),{present:l.forceMount||n.unref(o).open.value},{default:n.withCtx(()=>[n.unref(o).modal.value?(n.openBlock(),n.createBlock(K6,n.mergeProps({key:0},n.unref(i),{ref:n.unref(s)}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16)):(n.openBlock(),n.createBlock(j6,n.mergeProps({key:1},n.unref(i),{ref:n.unref(s)}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16))]),_:3},8,["present"]))}}),X6=n.defineComponent({__name:"PopoverArrow",props:{width:{default:10},height:{default:5},asChild:{type:Boolean},as:{default:"svg"}},setup(t){const e=t;return ae(),(r,a)=>(n.openBlock(),n.createBlock(n.unref(Vd),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),[W6,$6]=De("RadioGroupRoot"),qo=n.defineComponent({__name:"RadioGroupRoot",props:{modelValue:{},defaultValue:{},disabled:{type:Boolean,default:!1},name:{},required:{type:Boolean,default:!1},orientation:{default:void 0},dir:{},loop:{type:Boolean,default:!0},asChild:{type:Boolean},as:{}},emits:["update:modelValue"],setup(t,{emit:e}){const r=t,a=e,{forwardRef:o}=ae(),i=Le(r,"modelValue",a,{defaultValue:r.defaultValue,passive:r.modelValue===void 0}),{disabled:s,loop:l,orientation:c,name:u,required:d,dir:A}=n.toRefs(r),f=Hn(A);return $6({modelValue:i,changeModelValue:p=>{i.value=p},disabled:s,loop:l,orientation:c,name:u==null?void 0:u.value,required:d}),(p,v)=>(n.openBlock(),n.createBlock(n.unref(_d),{"as-child":"",orientation:n.unref(c),dir:n.unref(f),loop:n.unref(l)},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),{ref:n.unref(o),role:"radiogroup","data-disabled":n.unref(s)?"":void 0,"as-child":p.asChild,as:p.as,required:n.unref(d),"aria-orientation":n.unref(c),"aria-required":n.unref(d),dir:n.unref(f),name:n.unref(u)},{default:n.withCtx(()=>[n.renderSlot(p.$slots,"default",{modelValue:n.unref(i)})]),_:3},8,["data-disabled","as-child","as","required","aria-orientation","aria-required","dir","name"])]),_:3},8,["orientation","dir","loop"]))}}),Y6=["value","checked","name","disabled","required"],G6=n.defineComponent({__name:"Radio",props:{id:{},value:{},disabled:{type:Boolean,default:!1},required:{type:Boolean},checked:{type:Boolean,default:void 0},name:{},asChild:{type:Boolean},as:{default:"button"}},emits:["update:checked"],setup(t,{emit:e}){const r=t,a=Le(r,"checked",e,{passive:r.checked===void 0}),{value:o}=n.toRefs(r),{forwardRef:i,currentElement:s}=ae(),l=il(s),c=n.computed(()=>{var d;return r.id&&s.value?((d=document.querySelector(`[for="${r.id}"]`))==null?void 0:d.innerText)??r.value:void 0});function u(d){a.value=!0,l.value&&d.stopPropagation()}return(d,A)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(d.$attrs,{id:d.id,ref:n.unref(i),role:"radio",type:d.as==="button"?"button":void 0,as:d.as,"aria-checked":n.unref(a),"aria-label":c.value,"as-child":d.asChild,disabled:d.disabled?"":void 0,"data-state":n.unref(a)?"checked":"unchecked","data-disabled":d.disabled?"":void 0,value:n.unref(o),required:d.required,name:d.name,onClick:n.withModifiers(u,["stop"])}),{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default",{checked:n.unref(a)}),n.unref(l)?(n.openBlock(),n.createElementBlock("input",{key:0,type:"radio",tabindex:"-1","aria-hidden":"true",value:n.unref(o),checked:!!n.unref(a),name:d.name,disabled:d.disabled,required:d.required,style:{transform:"translateX(-100%)",position:"absolute",pointerEvents:"none",opacity:0,margin:0}},null,8,Y6)):n.createCommentVNode("",!0)]),_:3},16,["id","type","as","aria-checked","aria-label","as-child","disabled","data-state","data-disabled","value","required","name"]))}}),[N6,eg]=De("RadioGroupItem"),zn=n.defineComponent({inheritAttrs:!1,__name:"RadioGroupItem",props:{id:{},value:{},disabled:{type:Boolean,default:!1},required:{type:Boolean},name:{},asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,{forwardRef:r,currentElement:a}=ae(),o=W6(),i=n.computed(()=>o.disabled.value||e.disabled),s=n.computed(()=>o.required.value||e.required),l=n.computed(()=>{var A;return((A=o.modelValue)==null?void 0:A.value)===e.value});eg({disabled:i,checked:l});const c=n.ref(!1),u=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"];fn("keydown",A=>{u.includes(A.key)&&(c.value=!0)}),fn("keyup",()=>{c.value=!1});function d(){setTimeout(()=>{var A;c.value&&((A=a.value)==null||A.click())},0)}return(A,f)=>(n.openBlock(),n.createBlock(n.unref(q4),{checked:l.value,disabled:i.value,"as-child":"",focusable:!i.value,active:l.value},{default:n.withCtx(()=>[n.createVNode(G6,n.mergeProps({...A.$attrs,...e},{ref:n.unref(r),checked:l.value,required:s.value,disabled:i.value,"onUpdate:checked":f[0]||(f[0]=p=>n.unref(o).changeModelValue(A.value)),onKeydown:f[1]||(f[1]=n.withKeys(n.withModifiers(()=>{},["prevent"]),["enter"])),onFocus:d}),{default:n.withCtx(()=>[n.renderSlot(A.$slots,"default")]),_:3},16,["checked","required","disabled"])]),_:3},8,["checked","disabled","focusable","active"]))}}),El=n.defineComponent({__name:"RadioGroupIndicator",props:{forceMount:{type:Boolean},asChild:{type:Boolean},as:{default:"span"}},setup(t){const{forwardRef:e}=ae(),r=N6();return(a,o)=>(n.openBlock(),n.createBlock(n.unref(Qn),{present:a.forceMount||n.unref(r).checked.value},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),n.mergeProps({ref:n.unref(e),"data-state":n.unref(r).checked.value?"checked":"unchecked","data-disabled":n.unref(r).disabled.value?"":void 0,"as-child":a.asChild,as:a.as},a.$attrs),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16,["data-state","data-disabled","as-child","as"])]),_:3},8,["present"]))}});function tg(){if(typeof matchMedia=="function")return matchMedia("(pointer:coarse)").matches?"coarse":"fine"}tg();const ng=["name","disabled","required","value","checked","data-state","data-disabled"],[rg,ag]=De("SwitchRoot"),og=n.defineComponent({__name:"SwitchRoot",props:{defaultChecked:{type:Boolean},checked:{type:Boolean,default:void 0},disabled:{type:Boolean},required:{type:Boolean},name:{},id:{},value:{default:"on"},asChild:{type:Boolean},as:{default:"button"}},emits:["update:checked"],setup(t,{emit:e}){const r=t,a=e,{disabled:o}=n.toRefs(r),i=Le(r,"checked",a,{defaultValue:r.defaultChecked,passive:r.checked===void 0});function s(){o.value||(i.value=!i.value)}const{forwardRef:l,currentElement:c}=ae(),u=il(c),d=n.computed(()=>{var A;return r.id&&c.value?(A=document.querySelector(`[for="${r.id}"]`))==null?void 0:A.innerText:void 0});return ag({checked:i,toggleCheck:s,disabled:o}),(A,f)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(n.unref(ue),n.mergeProps(A.$attrs,{id:A.id,ref:n.unref(l),role:"switch",type:A.as==="button"?"button":void 0,value:A.value,"aria-label":A.$attrs["aria-label"]||d.value,"aria-checked":n.unref(i),"aria-required":A.required,"data-state":n.unref(i)?"checked":"unchecked","data-disabled":n.unref(o)?"":void 0,"as-child":A.asChild,as:A.as,disabled:n.unref(o),onClick:s,onKeydown:n.withKeys(n.withModifiers(s,["prevent"]),["enter"])}),{default:n.withCtx(()=>[n.renderSlot(A.$slots,"default",{checked:n.unref(i)})]),_:3},16,["id","type","value","aria-label","aria-checked","aria-required","data-state","data-disabled","as-child","as","disabled","onKeydown"]),n.unref(u)?(n.openBlock(),n.createElementBlock("input",{key:0,type:"checkbox",name:A.name,tabindex:"-1","aria-hidden":"true",disabled:n.unref(o),required:A.required,value:A.value,checked:!!n.unref(i),"data-state":n.unref(i)?"checked":"unchecked","data-disabled":n.unref(o)?"":void 0,style:{transform:"translateX(-100%)",position:"absolute",pointerEvents:"none",opacity:0,margin:0}},null,8,ng)):n.createCommentVNode("",!0)],64))}}),ig=n.defineComponent({__name:"SwitchThumb",props:{asChild:{type:Boolean},as:{default:"span"}},setup(t){const e=rg();return ae(),(r,a)=>{var o;return n.openBlock(),n.createBlock(n.unref(ue),{"data-state":(o=n.unref(e).checked)!=null&&o.value?"checked":"unchecked","data-disabled":n.unref(e).disabled.value?"":void 0,"as-child":r.asChild,as:r.as},{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},8,["data-state","data-disabled","as-child","as"])}}}),zd="tooltip.open",[kl,sg]=De("TooltipProvider"),kr=n.defineComponent({inheritAttrs:!1,__name:"TooltipProvider",props:{delayDuration:{default:700},skipDelayDuration:{default:300},disableHoverableContent:{type:Boolean,default:!1},disableClosingTrigger:{type:Boolean},disabled:{type:Boolean},ignoreNonKeyboardFocus:{type:Boolean,default:!1}},setup(t){const e=t,{delayDuration:r,skipDelayDuration:a,disableHoverableContent:o,disableClosingTrigger:i,ignoreNonKeyboardFocus:s,disabled:l}=n.toRefs(e);ae();const c=n.ref(!0),u=n.ref(!1),{start:d,stop:A}=Ad(()=>{c.value=!0},a,{immediate:!1});return sg({isOpenDelayed:c,delayDuration:r,onOpen(){A(),c.value=!1},onClose(){d()},isPointerInTransitRef:u,disableHoverableContent:o,disableClosingTrigger:i,disabled:l,ignoreNonKeyboardFocus:s}),(f,p)=>n.renderSlot(f.$slots,"default")}}),[zo,lg]=De("TooltipRoot"),xr=n.defineComponent({__name:"TooltipRoot",props:{defaultOpen:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},delayDuration:{default:void 0},disableHoverableContent:{type:Boolean,default:void 0},disableClosingTrigger:{type:Boolean,default:void 0},disabled:{type:Boolean,default:void 0},ignoreNonKeyboardFocus:{type:Boolean,default:void 0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=e;ae();const o=kl(),i=n.computed(()=>r.disableHoverableContent??o.disableHoverableContent.value),s=n.computed(()=>r.disableClosingTrigger??o.disableClosingTrigger.value),l=n.computed(()=>r.disabled??o.disabled.value),c=n.computed(()=>r.delayDuration??o.delayDuration.value),u=n.computed(()=>r.ignoreNonKeyboardFocus??o.ignoreNonKeyboardFocus.value),d=Le(r,"open",a,{defaultValue:r.defaultOpen,passive:r.open===void 0});n.watch(d,m=>{o.onClose&&(m?(o.onOpen(),document.dispatchEvent(new CustomEvent(zd))):o.onClose())});const A=n.ref(!1),f=n.ref(),p=n.computed(()=>d.value?A.value?"delayed-open":"instant-open":"closed"),{start:v,stop:C}=Ad(()=>{A.value=!0,d.value=!0},c,{immediate:!1});function y(){C(),A.value=!1,d.value=!0}function E(){C(),d.value=!1}function h(){v()}return lg({contentId:"",open:d,stateAttribute:p,trigger:f,onTriggerChange(m){f.value=m},onTriggerEnter(){o.isOpenDelayed.value?h():y()},onTriggerLeave(){i.value?E():C()},onOpen:y,onClose:E,disableHoverableContent:i,disableClosingTrigger:s,disabled:l,ignoreNonKeyboardFocus:u}),(m,g)=>(n.openBlock(),n.createBlock(n.unref(hl),null,{default:n.withCtx(()=>[n.renderSlot(m.$slots,"default",{open:n.unref(d)})]),_:3}))}}),Br=n.defineComponent({__name:"TooltipTrigger",props:{asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,r=zo(),a=kl();r.contentId||(r.contentId=pn(void 0,"radix-vue-tooltip-content"));const{forwardRef:o,currentElement:i}=ae(),s=n.ref(!1),l=n.ref(!1),c=n.computed(()=>r.disabled.value?{}:{click:C,focus:p,pointermove:A,pointerleave:f,pointerdown:d,blur:v});n.onMounted(()=>{r.onTriggerChange(i.value)});function u(){setTimeout(()=>{s.value=!1},1)}function d(){s.value=!0,document.addEventListener("pointerup",u,{once:!0})}function A(y){y.pointerType!=="touch"&&!l.value&&!a.isPointerInTransitRef.value&&(r.onTriggerEnter(),l.value=!0)}function f(){r.onTriggerLeave(),l.value=!1}function p(y){var E,h;s.value||r.ignoreNonKeyboardFocus.value&&!((h=(E=y.target).matches)!=null&&h.call(E,":focus-visible"))||r.onOpen()}function v(){r.onClose()}function C(){r.disableClosingTrigger.value||r.onClose()}return(y,E)=>(n.openBlock(),n.createBlock(n.unref(gl),{"as-child":""},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),n.mergeProps({ref:n.unref(o),"aria-describedby":n.unref(r).open.value?n.unref(r).contentId:void 0,"data-state":n.unref(r).stateAttribute.value,as:y.as,"as-child":e.asChild,"data-grace-area-trigger":""},n.toHandlers(c.value)),{default:n.withCtx(()=>[n.renderSlot(y.$slots,"default")]),_:3},16,["aria-describedby","data-state","as","as-child"])]),_:3}))}}),Kd=n.defineComponent({__name:"TooltipContentImpl",props:{ariaLabel:{},asChild:{type:Boolean},as:{},side:{default:"top"},sideOffset:{default:0},align:{default:"center"},alignOffset:{},avoidCollisions:{type:Boolean,default:!0},collisionBoundary:{default:()=>[]},collisionPadding:{default:0},arrowPadding:{default:0},sticky:{default:"partial"},hideWhenDetached:{type:Boolean,default:!1}},emits:["escapeKeyDown","pointerDownOutside"],setup(t,{emit:e}){const r=t,a=e,o=zo(),{forwardRef:i}=ae(),s=n.useSlots(),l=n.computed(()=>{var d;return(d=s.default)==null?void 0:d.call(s)}),c=n.computed(()=>{var d;if(r.ariaLabel)return r.ariaLabel;let A="";function f(p){typeof p.children=="string"&&p.type!==n.Comment?A+=p.children:Array.isArray(p.children)&&p.children.forEach(v=>f(v))}return(d=l.value)==null||d.forEach(p=>f(p)),A}),u=n.computed(()=>{const{ariaLabel:d,...A}=r;return A});return n.onMounted(()=>{fn(window,"scroll",d=>{const A=d.target;A!=null&&A.contains(o.trigger.value)&&o.onClose()}),fn(window,zd,o.onClose)}),(d,A)=>(n.openBlock(),n.createBlock(n.unref(Lo),{"as-child":"","disable-outside-pointer-events":!1,onEscapeKeyDown:A[0]||(A[0]=f=>a("escapeKeyDown",f)),onPointerDownOutside:A[1]||(A[1]=f=>{var p;n.unref(o).disableClosingTrigger.value&&(p=n.unref(o).trigger.value)!=null&&p.contains(f.target)&&f.preventDefault(),a("pointerDownOutside",f)}),onFocusOutside:A[2]||(A[2]=n.withModifiers(()=>{},["prevent"])),onDismiss:A[3]||(A[3]=f=>n.unref(o).onClose())},{default:n.withCtx(()=>[n.createVNode(n.unref(yl),n.mergeProps({ref:n.unref(i),"data-state":n.unref(o).stateAttribute.value},{...d.$attrs,...u.value},{style:{"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"}}),{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default"),n.createVNode(n.unref(k4),{id:n.unref(o).contentId,role:"tooltip"},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(c.value),1)]),_:1},8,["id"])]),_:3},16,["data-state"])]),_:3}))}}),cg=n.defineComponent({__name:"TooltipContentHoverable",props:{ariaLabel:{},asChild:{type:Boolean},as:{},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean}},setup(t){const e=sl(t),{forwardRef:r,currentElement:a}=ae(),{trigger:o,onClose:i}=zo(),s=kl(),{isPointerInTransit:l,onPointerExit:c}=$h(o,a);return s.isPointerInTransitRef=l,c(()=>{i()}),(u,d)=>(n.openBlock(),n.createBlock(Kd,n.mergeProps({ref:n.unref(r)},n.unref(e)),{default:n.withCtx(()=>[n.renderSlot(u.$slots,"default")]),_:3},16))}}),Sr=n.defineComponent({__name:"TooltipContent",props:{forceMount:{type:Boolean},ariaLabel:{},asChild:{type:Boolean},as:{},side:{default:"top"},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean}},emits:["escapeKeyDown","pointerDownOutside"],setup(t,{emit:e}){const r=t,a=e,o=zo(),i=Wt(r,a),{forwardRef:s}=ae();return(l,c)=>(n.openBlock(),n.createBlock(n.unref(Qn),{present:l.forceMount||n.unref(o).open.value},{default:n.withCtx(()=>[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(n.unref(o).disableHoverableContent.value?Kd:cg),n.mergeProps({ref:n.unref(s)},n.unref(i)),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16))]),_:3},8,["present"]))}}),Tr=n.defineComponent({__name:"TooltipArrow",props:{width:{default:10},height:{default:5},asChild:{type:Boolean},as:{default:"svg"}},setup(t){const e=t;return ae(),(r,a)=>(n.openBlock(),n.createBlock(n.unref(Vd),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),Dr=n.defineComponent({__name:"TooltipPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(_o),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),ug=[n.createElementVNode("path",{d:"m3.56 7.28 2.47 2.47 8.66-8.66a.4.4 0 0 1 .68.28v4.86c0 .11-.04.21-.12.28l-9.03 9.03a.4.4 0 0 1-.57 0L.48 10.18a.4.4 0 0 1 0-.56l2.53-2.36a.4.4 0 0 1 .55 0v.02Z"},null,-1)],yn=n.defineComponent({__name:"CheckMarkIcon",props:{color:{type:String,default:"black"},class:{type:String,default:""}},setup(t){return(e,r)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",style:n.normalizeStyle({fill:t.color}),viewBox:"0 0 16 16",class:n.normalizeClass(t.class)},ug,6))}}),dg={class:"fge-step-progress"},Ag={class:"fge-step-item-counter"},fg={class:"fge-step-content"},pg=n.defineComponent({__name:"FgeStepComponent",props:{showHeader:{type:Boolean,default:!0},currentStep:{type:Number,default:1},steps:{type:Array,default:()=>[]},stepPrimaryColor:{type:String,default:"#598c15"},stepIconColor:{type:String,default:"#fff"},containerClass:{type:String,default:""},headerClass:{type:String,default:""}},setup(t){const e=t,r=n.computed(()=>({"--stepPrimaryColor":e.stepPrimaryColor,"--stepIconColor":e.stepIconColor})),a=n.computed(()=>100/(e.steps.length-1)*(e.currentStep===0,e.currentStep)+"%");return(o,i)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(t.containerClass),style:n.normalizeStyle(r.value)},[t.showHeader?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["fge-step",t.headerClass])},[n.createElementVNode("div",dg,[n.createElementVNode("div",{class:"fge-step-progress-bar",style:n.normalizeStyle("width:"+a.value)},null,4)]),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.steps,(s,l)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["fge-step-item",{current:e.currentStep>=l,success:e.currentStep>=l}]),key:l},[n.createElementVNode("div",Ag,[n.createVNode(yn,{class:"icon-success",color:t.stepIconColor,alt:"Check Mark"},null,8,["color"])])],2))),128))],2)):n.createCommentVNode("",!0),n.createElementVNode("div",fg,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(t.steps,(s,l)=>(n.openBlock(),n.createElementBlock("div",{key:l},[t.currentStep===l?n.renderSlot(o.$slots,s.name,{key:0},void 0,!0):n.createCommentVNode("",!0)]))),128))])],6))}}),Ye=(t,e)=>{const r=t.__vccOpts||t;for(const[a,o]of e)r[a]=o;return r},Ko=Ye(pg,[["__scopeId","data-v-3165da4a"]]),ba={TOP_LEFT:"top-left",TOP_RIGHT:"top-right",TOP_CENTER:"top-center",BOTTOM_LEFT:"bottom-left",BOTTOM_RIGHT:"bottom-right",BOTTOM_CENTER:"bottom-center"},Or={LIGHT:"light",DARK:"dark",COLORED:"colored",AUTO:"auto"},Ke={INFO:"info",SUCCESS:"success",WARNING:"warning",ERROR:"error",DEFAULT:"default"},mg={BOUNCE:"bounce",SLIDE:"slide",FLIP:"flip",ZOOM:"zoom",NONE:"none"},jd={dangerouslyHTMLString:!1,multiple:!0,position:ba.TOP_RIGHT,autoClose:5e3,transition:"bounce",hideProgressBar:!1,pauseOnHover:!0,pauseOnFocusLoss:!0,closeOnClick:!0,className:"",bodyClassName:"",style:{},progressClassName:"",progressStyle:{},role:"alert",theme:"light"},hg={rtl:!1,newestOnTop:!1,toastClassName:""},Jd={...jd,...hg};({...jd,type:Ke.DEFAULT});var ye=(t=>(t[t.COLLAPSE_DURATION=300]="COLLAPSE_DURATION",t[t.DEBOUNCE_DURATION=50]="DEBOUNCE_DURATION",t.CSS_NAMESPACE="Toastify",t))(ye||{}),xl=(t=>(t.ENTRANCE_ANIMATION_END="d",t))(xl||{});const gg={enter:"Toastify--animate Toastify__bounce-enter",exit:"Toastify--animate Toastify__bounce-exit",appendPosition:!0},vg={enter:"Toastify--animate Toastify__slide-enter",exit:"Toastify--animate Toastify__slide-exit",appendPosition:!0},yg={enter:"Toastify--animate Toastify__zoom-enter",exit:"Toastify--animate Toastify__zoom-exit"},wg={enter:"Toastify--animate Toastify__flip-enter",exit:"Toastify--animate Toastify__flip-exit"},Xd="Toastify--animate Toastify__none-enter";function Wd(t,e=!1){var r;let a=gg;if(!t||typeof t=="string")switch(t){case"flip":a=wg;break;case"zoom":a=yg;break;case"slide":a=vg;break}else a=t;if(e)a.enter=Xd;else if(a.enter===Xd){const o=(r=a.exit.split("__")[1])==null?void 0:r.split("-")[0];a.enter=`Toastify--animate Toastify__${o}-enter`}return a}function bg(t){return t.containerId||String(t.position)}const jo="will-unmount";function Cg(t=ba.TOP_RIGHT){return!!document.querySelector(`.${ye.CSS_NAMESPACE}__toast-container--${t}`)}function Eg(t=ba.TOP_RIGHT){return`${ye.CSS_NAMESPACE}__toast-container--${t}`}function kg(t,e,r=!1){const a=[`${ye.CSS_NAMESPACE}__toast-container`,`${ye.CSS_NAMESPACE}__toast-container--${t}`,r?`${ye.CSS_NAMESPACE}__toast-container--rtl`:null].filter(Boolean).join(" ");return Ir(e)?e({position:t,rtl:r,defaultClassName:a}):`${a} ${e||""}`}function xg(t){var e;const{position:r,containerClassName:a,rtl:o=!1,style:i={}}=t,s=ye.CSS_NAMESPACE,l=Eg(r),c=document.querySelector(`.${s}`),u=document.querySelector(`.${l}`),d=!!u&&!((e=u.className)!=null&&e.includes(jo)),A=c||document.createElement("div"),f=document.createElement("div");f.className=kg(r,a,o),f.dataset.testid=`${ye.CSS_NAMESPACE}__toast-container--${r}`,f.id=bg(t);for(const p in i)if(Object.prototype.hasOwnProperty.call(i,p)){const v=i[p];f.style[p]=v}return c||(A.className=ye.CSS_NAMESPACE,document.body.appendChild(A)),d||A.appendChild(f),f}function Bl(t){var e,r,a;const o=typeof t=="string"?t:((e=t.currentTarget)==null?void 0:e.id)||((r=t.target)==null?void 0:r.id),i=document.getElementById(o);i&&i.removeEventListener("animationend",Bl,!1);try{Ca[o].unmount(),(a=document.getElementById(o))==null||a.remove(),delete Ca[o],delete Fe[o]}catch{}}const Ca=n.reactive({});function Bg(t,e){const r=document.getElementById(String(e));r&&(Ca[r.id]=t)}function Sl(t,e=!0){const r=String(t);if(!Ca[r])return;const a=document.getElementById(r);a&&a.classList.add(jo),e?(Tg(t),a&&a.addEventListener("animationend",Bl,!1)):Bl(r),Lt.items=Lt.items.filter(o=>o.containerId!==t)}function Sg(t){for(const e in Ca)Sl(e,t);Lt.items=[]}function $d(t,e){const r=document.getElementById(t.toastId);if(r){let a=t;a={...a,...Wd(a.transition)};const o=a.appendPosition?`${a.exit}--${a.position}`:a.exit;r.className+=` ${o}`,e&&e(r)}}function Tg(t){for(const e in Fe)if(e===t)for(const r of Fe[e]||[])$d(r)}function Dg(t){const e=Vr().find(r=>r.toastId===t);return e==null?void 0:e.containerId}function Tl(t){return document.getElementById(t)}function Og(t){const e=Tl(t.containerId);return e&&e.classList.contains(jo)}function Yd(t){var e;const r=n.isVNode(t.content)?n.toRaw(t.content.props):null;return r??n.toRaw((e=t.data)!=null?e:{})}function Vg(t){return t?Lt.items.filter(e=>e.containerId===t).length>0:Lt.items.length>0}function Ig(){if(Lt.items.length>0){const t=Lt.items.shift();Jo(t==null?void 0:t.toastContent,t==null?void 0:t.toastProps)}}const Fe=n.reactive({}),Lt=n.reactive({items:[]});function Vr(){const t=n.toRaw(Fe);return Object.values(t).reduce((e,r)=>[...e,...r],[])}function Pg(t){return Vr().find(e=>e.toastId===t)}function Jo(t,e={}){if(Og(e)){const r=Tl(e.containerId);r&&r.addEventListener("animationend",Dl.bind(null,t,e),!1)}else Dl(t,e)}function Dl(t,e={}){const r=Tl(e.containerId);r&&r.removeEventListener("animationend",Dl.bind(null,t,e),!1);const a=Fe[e.containerId]||[],o=a.length>0;if(!o&&!Cg(e.position)){const i=xg(e),s=n.createApp(Gg,e);s.mount(i),Bg(s,i.id)}o&&!e.updateId&&(e.position=a[0].position),n.nextTick(()=>{e.updateId?at.update(e):at.add(t,e)})}const at={add(t,e){const{containerId:r=""}=e;r&&(Fe[r]=Fe[r]||[],Fe[r].find(a=>a.toastId===e.toastId)||setTimeout(()=>{var a,o;e.newestOnTop?(a=Fe[r])==null||a.unshift(e):(o=Fe[r])==null||o.push(e),e.onOpen&&e.onOpen(Yd(e))},e.delay||0))},remove(t){if(t){const e=Dg(t);if(e){const r=Fe[e];let a=r.find(o=>o.toastId===t);Fe[e]=r.filter(o=>o.toastId!==t),!Fe[e].length&&!Vg(e)&&Sl(e,!1),Ig(),n.nextTick(()=>{a!=null&&a.onClose&&(a.onClose(Yd(a)),a=void 0)})}}},update(t={}){const{containerId:e=""}=t;if(e&&t.updateId){Fe[e]=Fe[e]||[];const r=Fe[e].find(i=>i.toastId===t.toastId),a=(r==null?void 0:r.position)!==t.position||(r==null?void 0:r.transition)!==t.transition,o={...t,disabledEnterTransition:!a,updateId:void 0};at.dismissForce(t==null?void 0:t.toastId),setTimeout(()=>{Z(o.content,o)},t.delay||0)}},clear(t,e=!0){t?Sl(t,e):Sg(e)},dismissCallback(t){var e;const r=(e=t.currentTarget)==null?void 0:e.id,a=document.getElementById(r);a&&(a.removeEventListener("animationend",at.dismissCallback,!1),setTimeout(()=>{at.remove(r)}))},dismiss(t){if(t){const e=Vr();for(const r of e)if(r.toastId===t){$d(r,a=>{a.addEventListener("animationend",at.dismissCallback,!1)});break}}},dismissForce(t){if(t){const e=Vr();for(const r of e)if(r.toastId===t){const a=document.getElementById(t);a&&(a.remove(),a.removeEventListener("animationend",at.dismissCallback,!1),at.remove(t));break}}}},Gd=n.reactive({}),Xo=n.reactive({});function Nd(){return Math.random().toString(36).substring(2,9)}function Mg(t){return typeof t=="number"&&!isNaN(t)}function Ol(t){return typeof t=="string"}function Ir(t){return typeof t=="function"}function Wo(...t){return n.mergeProps(...t)}function $o(t){return typeof t=="object"&&(!!(t!=null&&t.render)||!!(t!=null&&t.setup)||typeof(t==null?void 0:t.type)=="object")}function _g(t={}){Gd[`${ye.CSS_NAMESPACE}-default-options`]=t}function Rg(){return Gd[`${ye.CSS_NAMESPACE}-default-options`]||Jd}function Lg(){return document.documentElement.classList.contains("dark")?"dark":"light"}var Yo=(t=>(t[t.Enter=0]="Enter",t[t.Exit=1]="Exit",t))(Yo||{});const eA={containerId:{type:[String,Number],required:!1,default:""},clearOnUrlChange:{type:Boolean,required:!1,default:!0},disabledEnterTransition:{type:Boolean,required:!1,default:!1},dangerouslyHTMLString:{type:Boolean,required:!1,default:!1},multiple:{type:Boolean,required:!1,default:!0},limit:{type:Number,required:!1,default:void 0},position:{type:String,required:!1,default:ba.TOP_LEFT},bodyClassName:{type:String,required:!1,default:""},autoClose:{type:[Number,Boolean],required:!1,default:!1},closeButton:{type:[Boolean,Function,Object],required:!1,default:void 0},transition:{type:[String,Object],required:!1,default:"bounce"},hideProgressBar:{type:Boolean,required:!1,default:!1},pauseOnHover:{type:Boolean,required:!1,default:!0},pauseOnFocusLoss:{type:Boolean,required:!1,default:!0},closeOnClick:{type:Boolean,required:!1,default:!0},progress:{type:Number,required:!1,default:void 0},progressClassName:{type:String,required:!1,default:""},toastStyle:{type:Object,required:!1,default(){return{}}},progressStyle:{type:Object,required:!1,default(){return{}}},role:{type:String,required:!1,default:"alert"},theme:{type:String,required:!1,default:Or.AUTO},content:{type:[String,Object,Function],required:!1,default:""},toastId:{type:[String,Number],required:!1,default:""},data:{type:[Object,String],required:!1,default(){return{}}},type:{type:String,required:!1,default:Ke.DEFAULT},icon:{type:[Boolean,String,Number,Object,Function],required:!1,default:void 0},delay:{type:Number,required:!1,default:void 0},onOpen:{type:Function,required:!1,default:void 0},onClose:{type:Function,required:!1,default:void 0},onClick:{type:Function,required:!1,default:void 0},isLoading:{type:Boolean,required:!1,default:void 0},rtl:{type:Boolean,required:!1,default:!1},toastClassName:{type:String,required:!1,default:""},updateId:{type:[String,Number],required:!1,default:""}},Fg={autoClose:{type:[Number,Boolean],required:!0},isRunning:{type:Boolean,required:!1,default:void 0},type:{type:String,required:!1,default:Ke.DEFAULT},theme:{type:String,required:!1,default:Or.AUTO},hide:{type:Boolean,required:!1,default:void 0},className:{type:[String,Function],required:!1,default:""},controlledProgress:{type:Boolean,required:!1,default:void 0},rtl:{type:Boolean,required:!1,default:void 0},isIn:{type:Boolean,required:!1,default:void 0},progress:{type:Number,required:!1,default:void 0},closeToast:{type:Function,required:!1,default:void 0}},Ug=n.defineComponent({name:"ProgressBar",props:Fg,setup(t,{attrs:e}){const r=n.ref(),a=n.computed(()=>t.hide?"true":"false"),o=n.computed(()=>({...e.style||{},animationDuration:`${t.autoClose===!0?5e3:t.autoClose}ms`,animationPlayState:t.isRunning?"running":"paused",opacity:t.hide||t.autoClose===!1?0:1,transform:t.controlledProgress?`scaleX(${t.progress})`:"none"})),i=n.computed(()=>[`${ye.CSS_NAMESPACE}__progress-bar`,t.controlledProgress?`${ye.CSS_NAMESPACE}__progress-bar--controlled`:`${ye.CSS_NAMESPACE}__progress-bar--animated`,`${ye.CSS_NAMESPACE}__progress-bar-theme--${t.theme}`,`${ye.CSS_NAMESPACE}__progress-bar--${t.type}`,t.rtl?`${ye.CSS_NAMESPACE}__progress-bar--rtl`:null].filter(Boolean).join(" ")),s=n.computed(()=>`${i.value} ${(e==null?void 0:e.class)||""}`),l=()=>{r.value&&(r.value.onanimationend=null,r.value.ontransitionend=null)},c=()=>{t.isIn&&t.closeToast&&t.autoClose!==!1&&(t.closeToast(),l())},u=n.computed(()=>t.controlledProgress?null:c),d=n.computed(()=>t.controlledProgress?c:null);return n.watchEffect(()=>{r.value&&(l(),r.value.onanimationend=u.value,r.value.ontransitionend=d.value)}),()=>n.createVNode("div",{ref:r,role:"progressbar","aria-hidden":a.value,"aria-label":"notification timer",class:s.value,style:o.value},null)}}),Zg=n.defineComponent({name:"CloseButton",inheritAttrs:!1,props:{theme:{type:String,required:!1,default:Or.AUTO},type:{type:String,required:!1,default:Or.LIGHT},ariaLabel:{type:String,required:!1,default:"close"},closeToast:{type:Function,required:!1,default:void 0}},setup(t){return()=>n.createVNode("button",{class:`${ye.CSS_NAMESPACE}__close-button ${ye.CSS_NAMESPACE}__close-button--${t.theme}`,type:"button",onClick:e=>{e.stopPropagation(),t.closeToast&&t.closeToast(e)},"aria-label":t.ariaLabel},[n.createVNode("svg",{"aria-hidden":"true",viewBox:"0 0 14 16"},[n.createVNode("path",{"fill-rule":"evenodd",d:"M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"},null)])])}}),Go=({theme:t,type:e,path:r,...a})=>n.createVNode("svg",n.mergeProps({viewBox:"0 0 24 24",width:"100%",height:"100%",fill:t==="colored"?"currentColor":`var(--toastify-icon-color-${e})`},a),[n.createVNode("path",{d:r},null)]);function Hg(t){return n.createVNode(Go,n.mergeProps(t,{path:"M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z"}),null)}function Qg(t){return n.createVNode(Go,n.mergeProps(t,{path:"M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z"}),null)}function qg(t){return n.createVNode(Go,n.mergeProps(t,{path:"M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z"}),null)}function zg(t){return n.createVNode(Go,n.mergeProps(t,{path:"M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z"}),null)}function Kg(){return n.createVNode("div",{class:`${ye.CSS_NAMESPACE}__spinner`},null)}const Vl={info:Qg,warning:Hg,success:qg,error:zg,spinner:Kg},jg=t=>t in Vl;function Jg({theme:t,type:e,isLoading:r,icon:a}){let o;const i={theme:t,type:e};return r?o=Vl.spinner():a===!1?o=void 0:$o(a)?o=n.toRaw(a):Ir(a)?o=a(i):n.isVNode(a)?o=n.cloneVNode(a,i):Ol(a)||Mg(a)?o=a:jg(e)&&(o=Vl[e](i)),o}const Xg=()=>{};function Wg(t,e,r=ye.COLLAPSE_DURATION){const{scrollHeight:a,style:o}=t,i=r;requestAnimationFrame(()=>{o.minHeight="initial",o.height=a+"px",o.transition=`all ${i}ms`,requestAnimationFrame(()=>{o.height="0",o.padding="0",o.margin="0",setTimeout(e,i)})})}function $g(t){const e=n.ref(!1),r=n.ref(!1),a=n.ref(!1),o=n.ref(Yo.Enter),i=n.reactive({...t,appendPosition:t.appendPosition||!1,collapse:typeof t.collapse>"u"?!0:t.collapse,collapseDuration:t.collapseDuration||ye.COLLAPSE_DURATION}),s=i.done||Xg,l=n.computed(()=>i.appendPosition?`${i.enter}--${i.position}`:i.enter),c=n.computed(()=>i.appendPosition?`${i.exit}--${i.position}`:i.exit),u=n.computed(()=>t.pauseOnHover?{onMouseenter:y,onMouseleave:C}:{});function d(){const h=l.value.split(" ");f().addEventListener(xl.ENTRANCE_ANIMATION_END,C,{once:!0});const m=w=>{const b=f();w.target===b&&(b.dispatchEvent(new Event(xl.ENTRANCE_ANIMATION_END)),b.removeEventListener("animationend",m),b.removeEventListener("animationcancel",m),o.value===Yo.Enter&&w.type!=="animationcancel"&&b.classList.remove(...h))},g=()=>{const w=f();w.classList.add(...h),w.addEventListener("animationend",m),w.addEventListener("animationcancel",m)};t.pauseOnFocusLoss&&p(),g()}function A(){if(!f())return;const h=()=>{const g=f();g.removeEventListener("animationend",h),i.collapse?Wg(g,s,i.collapseDuration):s()},m=()=>{const g=f();o.value=Yo.Exit,g&&(g.className+=` ${c.value}`,g.addEventListener("animationend",h))};r.value||(a.value?h():setTimeout(m))}function f(){return t.toastRef.value}function p(){document.hasFocus()||y(),window.addEventListener("focus",C),window.addEventListener("blur",y)}function v(){window.removeEventListener("focus",C),window.removeEventListener("blur",y)}function C(){(!t.loading.value||t.isLoading===void 0)&&(e.value=!0)}function y(){e.value=!1}function E(h){h&&(h.stopPropagation(),h.preventDefault()),r.value=!1}return n.watchEffect(A),n.watchEffect(()=>{const h=Vr();r.value=h.findIndex(m=>m.toastId===i.toastId)>-1}),n.watchEffect(()=>{t.isLoading!==void 0&&(t.loading.value?y():C())}),n.onMounted(d),n.onUnmounted(()=>{t.pauseOnFocusLoss&&v()}),{isIn:r,isRunning:e,hideToast:E,eventHandlers:u}}const Yg=n.defineComponent({name:"ToastItem",inheritAttrs:!1,props:eA,setup(t){const e=n.ref(),r=n.computed(()=>!!t.isLoading),a=n.computed(()=>t.progress!==void 0&&t.progress!==null),o=n.computed(()=>Jg(t)),i=n.computed(()=>[`${ye.CSS_NAMESPACE}__toast`,`${ye.CSS_NAMESPACE}__toast-theme--${t.theme}`,`${ye.CSS_NAMESPACE}__toast--${t.type}`,t.rtl?`${ye.CSS_NAMESPACE}__toast--rtl`:void 0,t.toastClassName||""].filter(Boolean).join(" ")),{isRunning:s,isIn:l,hideToast:c,eventHandlers:u}=$g({toastRef:e,loading:r,done:()=>{at.remove(t.toastId)},...Wd(t.transition,t.disabledEnterTransition),...t});return()=>n.createVNode("div",n.mergeProps({id:t.toastId,class:i.value,style:t.toastStyle||{},ref:e,"data-testid":`toast-item-${t.toastId}`,onClick:d=>{t.closeOnClick&&c(),t.onClick&&t.onClick(d)}},u.value),[n.createVNode("div",{role:t.role,"data-testid":"toast-body",class:`${ye.CSS_NAMESPACE}__toast-body ${t.bodyClassName||""}`},[o.value!=null&&n.createVNode("div",{"data-testid":`toast-icon-${t.type}`,class:[`${ye.CSS_NAMESPACE}__toast-icon`,t.isLoading?"":`${ye.CSS_NAMESPACE}--animate-icon ${ye.CSS_NAMESPACE}__zoom-enter`].join(" ")},[$o(o.value)?n.h(n.toRaw(o.value),{theme:t.theme,type:t.type}):Ir(o.value)?o.value({theme:t.theme,type:t.type}):o.value]),n.createVNode("div",{"data-testid":"toast-content"},[$o(t.content)?n.h(n.toRaw(t.content),{toastProps:n.toRaw(t),closeToast:c,data:t.data}):Ir(t.content)?t.content({toastProps:n.toRaw(t),closeToast:c,data:t.data}):t.dangerouslyHTMLString?n.h("div",{innerHTML:t.content}):t.content])]),(t.closeButton===void 0||t.closeButton===!0)&&n.createVNode(Zg,{theme:t.theme,closeToast:d=>{d.stopPropagation(),d.preventDefault(),c()}},null),$o(t.closeButton)?n.h(n.toRaw(t.closeButton),{closeToast:c,type:t.type,theme:t.theme}):Ir(t.closeButton)?t.closeButton({closeToast:c,type:t.type,theme:t.theme}):null,n.createVNode(Ug,{className:t.progressClassName,style:t.progressStyle,rtl:t.rtl,theme:t.theme,isIn:l.value,type:t.type,hide:t.hideProgressBar,isRunning:s.value,autoClose:t.autoClose,controlledProgress:a.value,progress:t.progress,closeToast:t.isLoading?void 0:c},null)])}});let Ea=0;function tA(){typeof window>"u"||(Ea&&window.cancelAnimationFrame(Ea),Ea=window.requestAnimationFrame(tA),Xo.lastUrl!==window.location.href&&(Xo.lastUrl=window.location.href,at.clear()))}const Gg=n.defineComponent({name:"ToastifyContainer",inheritAttrs:!1,props:eA,setup(t){const e=n.computed(()=>t.containerId),r=n.computed(()=>Fe[e.value]||[]),a=n.computed(()=>r.value.filter(o=>o.position===t.position));return n.onMounted(()=>{typeof window<"u"&&t.clearOnUrlChange&&window.requestAnimationFrame(tA)}),n.onUnmounted(()=>{typeof window<"u"&&Ea&&(window.cancelAnimationFrame(Ea),Xo.lastUrl="")}),()=>n.createVNode(n.Fragment,null,[a.value.map(o=>{const{toastId:i=""}=o;return n.createVNode(Yg,n.mergeProps({key:i},o),null)})])}});let Il=!1;function nA(){const t=[];return Vr().forEach(e=>{const r=document.getElementById(e.containerId);r&&!r.classList.contains(jo)&&t.push(e)}),t}function Ng(t){const e=nA().length,r=t??0;return r>0&&e+Lt.items.length>=r}function e7(t){Ng(t.limit)&&!t.updateId&&Lt.items.push({toastId:t.toastId,containerId:t.containerId,toastContent:t.content,toastProps:t})}function wn(t,e,r={}){if(Il)return;r=Wo(Rg(),{type:e},n.toRaw(r)),(!r.toastId||typeof r.toastId!="string"&&typeof r.toastId!="number")&&(r.toastId=Nd()),r={...r,content:t,containerId:r.containerId||String(r.position)};const a=Number(r==null?void 0:r.progress);return a<0&&(r.progress=0),a>1&&(r.progress=1),r.theme==="auto"&&(r.theme=Lg()),e7(r),Xo.lastUrl=window.location.href,r.multiple?Lt.items.length?r.updateId&&Jo(t,r):Jo(t,r):(Il=!0,Z.clearAll(void 0,!1),setTimeout(()=>{Jo(t,r)},0),setTimeout(()=>{Il=!1},390)),r.toastId}const Z=(t,e)=>wn(t,Ke.DEFAULT,e);Z.info=(t,e)=>wn(t,Ke.DEFAULT,{...e,type:Ke.INFO}),Z.error=(t,e)=>wn(t,Ke.DEFAULT,{...e,type:Ke.ERROR}),Z.warning=(t,e)=>wn(t,Ke.DEFAULT,{...e,type:Ke.WARNING}),Z.warn=Z.warning,Z.success=(t,e)=>wn(t,Ke.DEFAULT,{...e,type:Ke.SUCCESS}),Z.loading=(t,e)=>wn(t,Ke.DEFAULT,Wo(e,{isLoading:!0,autoClose:!1,closeOnClick:!1,closeButton:!1,draggable:!1})),Z.dark=(t,e)=>wn(t,Ke.DEFAULT,Wo(e,{theme:Or.DARK})),Z.remove=t=>{t?at.dismiss(t):at.clear()},Z.clearAll=(t,e)=>{n.nextTick(()=>{at.clear(t,e)})},Z.isActive=t=>{let e=!1;return e=nA().findIndex(r=>r.toastId===t)>-1,e},Z.update=(t,e={})=>{setTimeout(()=>{const r=Pg(t);if(r){const a=n.toRaw(r),{content:o}=a,i={...a,...e,toastId:e.toastId||t,updateId:Nd()},s=i.render||o;delete i.render,wn(s,i.type,i)}},0)},Z.done=t=>{Z.update(t,{isLoading:!1,progress:1})},Z.promise=t7;function t7(t,{pending:e,error:r,success:a},o){var i,s,l;let c;const u={...o||{},autoClose:!1};e&&(c=Ol(e)?Z.loading(e,u):Z.loading(e.render,{...u,...e}));const d={autoClose:(i=o==null?void 0:o.autoClose)!=null?i:!0,closeOnClick:(s=o==null?void 0:o.closeOnClick)!=null?s:!0,closeButton:(l=o==null?void 0:o.autoClose)!=null?l:null,isLoading:void 0,draggable:null,delay:100},A=(p,v,C)=>{if(v==null){Z.remove(c);return}const y={type:p,...d,...o,data:C},E=Ol(v)?{render:v}:v;return c?Z.update(c,{...y,...E,isLoading:!1}):Z(E.render,{...y,...E,isLoading:!1}),C},f=Ir(t)?t():t;return f.then(p=>{A("success",a,p)}).catch(p=>{A("error",r,p)}),f}Z.POSITION=ba,Z.THEME=Or,Z.TYPE=Ke,Z.TRANSITIONS=mg;const n7={install(t,e={}){r7(e)}};typeof window<"u"&&(window.Vue3Toastify=n7);function r7(t={}){const e=Wo(Jd,t);_g(e)}const a7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 31 31"},o7=["fill"],i7=n.createElementVNode("path",{fill:"#fff",d:"m20.8403 24.9997-4.64-7.22h-.03l-4.6499 7.22h-2.95l6.0799-9.14-5.87-8.92h3.12l4.38 6.83h.03l4.5-6.83h2.91l-5.9499 8.69 6.1799 9.37h-3.12.01Z",opacity:"1"},null,-1),we=n.defineComponent({__name:"ErrorIcon",setup(t){const e=n.computed(()=>window.getComputedStyle(document.documentElement).getPropertyValue("--fge-toast-error"));return(r,a)=>(n.openBlock(),n.createElementBlock("svg",a7,[n.createElementVNode("path",{fill:e.value,d:"M15.9609 30.4998c8.2843 0 15-6.7158 15-15 0-8.2843-6.7157-15-15-15-8.2842 0-15 6.7157-15 15 0 8.2842 6.7158 15 15 15Z"},null,8,o7),i7]))}}),s7={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 31 31"},l7=[n.createElementVNode("path",{d:"M15.96 30.5c8.285 0 15-6.716 15-15 0-8.284-6.715-15-15-15-8.283 0-15 6.716-15 15 0 8.284 6.717 15 15 15Z"},null,-1),n.createElementVNode("path",{fill:"#fff",d:"m14.953 18.83-.32-8.73V6.93h2.74v3.18l-.31 8.71h-2.12l.01.01Zm-.25 6.18v-3.72h2.53v3.72h-2.53Z"},null,-1)];function c7(t,e){return n.openBlock(),n.createElementBlock("svg",s7,[...l7])}const ot={render:c7},Ge=({error:t,setErrors:e})=>{var a;const r=(a=t==null?void 0:t.response)==null?void 0:a.validationErrors;if(t.message&&Z.error(`<p class="toast-title">Error</p><p class="toast-description">${t.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}),r){let o={};for(const[i,s]of Object.entries(r))o={...o,[i]:s[0]};e(o);return}},No=new RegExp(/(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[^A-Za-z0-9])(?=.{8,15})/),Pl=new RegExp(/^[0-9]+$/),u7=new RegExp(/^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Pr=new RegExp(/^[a-zA-Z0-9]+$/),ka=iu("STATE_STORE",()=>{const t=n.ref("STATE_STORE"),e=n.ref(!1);return{id:t,isLoading:e,setLoading:a=>{e.value=a}}});class Kn extends Error{}class d7 extends Kn{constructor(e){super(`Invalid DateTime: ${e.toMessage()}`)}}class A7 extends Kn{constructor(e){super(`Invalid Interval: ${e.toMessage()}`)}}class f7 extends Kn{constructor(e){super(`Invalid Duration: ${e.toMessage()}`)}}class Mr extends Kn{}class rA extends Kn{constructor(e){super(`Invalid unit ${e}`)}}class Ne extends Kn{}class bn extends Kn{constructor(){super("Zone is an abstract class")}}const j="numeric",Bt="short",it="long",ei={year:j,month:j,day:j},aA={year:j,month:Bt,day:j},p7={year:j,month:Bt,day:j,weekday:Bt},oA={year:j,month:it,day:j},iA={year:j,month:it,day:j,weekday:it},sA={hour:j,minute:j},lA={hour:j,minute:j,second:j},cA={hour:j,minute:j,second:j,timeZoneName:Bt},uA={hour:j,minute:j,second:j,timeZoneName:it},dA={hour:j,minute:j,hourCycle:"h23"},AA={hour:j,minute:j,second:j,hourCycle:"h23"},fA={hour:j,minute:j,second:j,hourCycle:"h23",timeZoneName:Bt},pA={hour:j,minute:j,second:j,hourCycle:"h23",timeZoneName:it},mA={year:j,month:j,day:j,hour:j,minute:j},hA={year:j,month:j,day:j,hour:j,minute:j,second:j},gA={year:j,month:Bt,day:j,hour:j,minute:j},vA={year:j,month:Bt,day:j,hour:j,minute:j,second:j},m7={year:j,month:Bt,day:j,weekday:Bt,hour:j,minute:j},yA={year:j,month:it,day:j,hour:j,minute:j,timeZoneName:Bt},wA={year:j,month:it,day:j,hour:j,minute:j,second:j,timeZoneName:Bt},bA={year:j,month:it,day:j,weekday:it,hour:j,minute:j,timeZoneName:it},CA={year:j,month:it,day:j,weekday:it,hour:j,minute:j,second:j,timeZoneName:it};class xa{get type(){throw new bn}get name(){throw new bn}get ianaName(){return this.name}get isUniversal(){throw new bn}offsetName(e,r){throw new bn}formatOffset(e,r){throw new bn}offset(e){throw new bn}equals(e){throw new bn}get isValid(){throw new bn}}let Ml=null;class ti extends xa{static get instance(){return Ml===null&&(Ml=new ti),Ml}get type(){return"system"}get name(){return new Intl.DateTimeFormat().resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(e,{format:r,locale:a}){return jA(e,r,a)}formatOffset(e,r){return Da(this.offset(e),r)}offset(e){return-new Date(e).getTimezoneOffset()}equals(e){return e.type==="system"}get isValid(){return!0}}let ni={};function h7(t){return ni[t]||(ni[t]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),ni[t]}const g7={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};function v7(t,e){const r=t.format(e).replace(/\u200E/g,""),a=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(r),[,o,i,s,l,c,u,d]=a;return[s,o,i,l,c,u,d]}function y7(t,e){const r=t.formatToParts(e),a=[];for(let o=0;o<r.length;o++){const{type:i,value:s}=r[o],l=g7[i];i==="era"?a[l]=s:se(l)||(a[l]=parseInt(s,10))}return a}let ri={};class Gt extends xa{static create(e){return ri[e]||(ri[e]=new Gt(e)),ri[e]}static resetCache(){ri={},ni={}}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch{return!1}}constructor(e){super(),this.zoneName=e,this.valid=Gt.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:r,locale:a}){return jA(e,r,a,this.name)}formatOffset(e,r){return Da(this.offset(e),r)}offset(e){const r=new Date(e);if(isNaN(r))return NaN;const a=h7(this.name);let[o,i,s,l,c,u,d]=a.formatToParts?y7(a,r):v7(a,r);l==="BC"&&(o=-Math.abs(o)+1);const f=li({year:o,month:i,day:s,hour:c===24?0:c,minute:u,second:d,millisecond:0});let p=+r;const v=p%1e3;return p-=v>=0?v:1e3+v,(f-p)/(60*1e3)}equals(e){return e.type==="iana"&&e.name===this.name}get isValid(){return this.valid}}let EA={};function w7(t,e={}){const r=JSON.stringify([t,e]);let a=EA[r];return a||(a=new Intl.ListFormat(t,e),EA[r]=a),a}let _l={};function Rl(t,e={}){const r=JSON.stringify([t,e]);let a=_l[r];return a||(a=new Intl.DateTimeFormat(t,e),_l[r]=a),a}let Ll={};function b7(t,e={}){const r=JSON.stringify([t,e]);let a=Ll[r];return a||(a=new Intl.NumberFormat(t,e),Ll[r]=a),a}let Fl={};function C7(t,e={}){const{base:r,...a}=e,o=JSON.stringify([t,a]);let i=Fl[o];return i||(i=new Intl.RelativeTimeFormat(t,e),Fl[o]=i),i}let Ba=null;function E7(){return Ba||(Ba=new Intl.DateTimeFormat().resolvedOptions().locale,Ba)}let kA={};function k7(t){let e=kA[t];if(!e){const r=new Intl.Locale(t);e="getWeekInfo"in r?r.getWeekInfo():r.weekInfo,kA[t]=e}return e}function x7(t){const e=t.indexOf("-x-");e!==-1&&(t=t.substring(0,e));const r=t.indexOf("-u-");if(r===-1)return[t];{let a,o;try{a=Rl(t).resolvedOptions(),o=t}catch{const c=t.substring(0,r);a=Rl(c).resolvedOptions(),o=c}const{numberingSystem:i,calendar:s}=a;return[o,i,s]}}function B7(t,e,r){return(r||e)&&(t.includes("-u-")||(t+="-u"),r&&(t+=`-ca-${r}`),e&&(t+=`-nu-${e}`)),t}function S7(t){const e=[];for(let r=1;r<=12;r++){const a=ne.utc(2009,r,1);e.push(t(a))}return e}function T7(t){const e=[];for(let r=1;r<=7;r++){const a=ne.utc(2016,11,13+r);e.push(t(a))}return e}function ai(t,e,r,a){const o=t.listingMode();return o==="error"?null:o==="en"?r(e):a(e)}function D7(t){return t.numberingSystem&&t.numberingSystem!=="latn"?!1:t.numberingSystem==="latn"||!t.locale||t.locale.startsWith("en")||new Intl.DateTimeFormat(t.intl).resolvedOptions().numberingSystem==="latn"}class O7{constructor(e,r,a){this.padTo=a.padTo||0,this.floor=a.floor||!1;const{padTo:o,floor:i,...s}=a;if(!r||Object.keys(s).length>0){const l={useGrouping:!1,...a};a.padTo>0&&(l.minimumIntegerDigits=a.padTo),this.inf=b7(e,l)}}format(e){if(this.inf){const r=this.floor?Math.floor(e):e;return this.inf.format(r)}else{const r=this.floor?Math.floor(e):Kl(e,3);return Pe(r,this.padTo)}}}class V7{constructor(e,r,a){this.opts=a,this.originalZone=void 0;let o;if(this.opts.timeZone)this.dt=e;else if(e.zone.type==="fixed"){const s=-1*(e.offset/60),l=s>=0?`Etc/GMT+${s}`:`Etc/GMT${s}`;e.offset!==0&&Gt.create(l).valid?(o=l,this.dt=e):(o="UTC",this.dt=e.offset===0?e:e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone)}else e.zone.type==="system"?this.dt=e:e.zone.type==="iana"?(this.dt=e,o=e.zone.name):(o="UTC",this.dt=e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone);const i={...this.opts};i.timeZone=i.timeZone||o,this.dtf=Rl(r,i)}format(){return this.originalZone?this.formatToParts().map(({value:e})=>e).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const e=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?e.map(r=>{if(r.type==="timeZoneName"){const a=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...r,value:a}}else return r}):e}resolvedOptions(){return this.dtf.resolvedOptions()}}class I7{constructor(e,r,a){this.opts={style:"long",...a},!r&&QA()&&(this.rtf=C7(e,a))}format(e,r){return this.rtf?this.rtf.format(e,r):G7(r,e,this.opts.numeric,this.opts.style!=="long")}formatToParts(e,r){return this.rtf?this.rtf.formatToParts(e,r):[]}}const P7={firstDay:1,minimalDays:4,weekend:[6,7]};class be{static fromOpts(e){return be.create(e.locale,e.numberingSystem,e.outputCalendar,e.weekSettings,e.defaultToEN)}static create(e,r,a,o,i=!1){const s=e||Oe.defaultLocale,l=s||(i?"en-US":E7()),c=r||Oe.defaultNumberingSystem,u=a||Oe.defaultOutputCalendar,d=ql(o)||Oe.defaultWeekSettings;return new be(l,c,u,d,s)}static resetCache(){Ba=null,_l={},Ll={},Fl={}}static fromObject({locale:e,numberingSystem:r,outputCalendar:a,weekSettings:o}={}){return be.create(e,r,a,o)}constructor(e,r,a,o,i){const[s,l,c]=x7(e);this.locale=s,this.numberingSystem=r||l||null,this.outputCalendar=a||c||null,this.weekSettings=o,this.intl=B7(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=i,this.fastNumbersCached=null}get fastNumbers(){return this.fastNumbersCached==null&&(this.fastNumbersCached=D7(this)),this.fastNumbersCached}listingMode(){const e=this.isEnglish(),r=(this.numberingSystem===null||this.numberingSystem==="latn")&&(this.outputCalendar===null||this.outputCalendar==="gregory");return e&&r?"en":"intl"}clone(e){return!e||Object.getOwnPropertyNames(e).length===0?this:be.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,ql(e.weekSettings)||this.weekSettings,e.defaultToEN||!1)}redefaultToEN(e={}){return this.clone({...e,defaultToEN:!0})}redefaultToSystem(e={}){return this.clone({...e,defaultToEN:!1})}months(e,r=!1){return ai(this,e,WA,()=>{const a=r?{month:e,day:"numeric"}:{month:e},o=r?"format":"standalone";return this.monthsCache[o][e]||(this.monthsCache[o][e]=S7(i=>this.extract(i,a,"month"))),this.monthsCache[o][e]})}weekdays(e,r=!1){return ai(this,e,GA,()=>{const a=r?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},o=r?"format":"standalone";return this.weekdaysCache[o][e]||(this.weekdaysCache[o][e]=T7(i=>this.extract(i,a,"weekday"))),this.weekdaysCache[o][e]})}meridiems(){return ai(this,void 0,()=>NA,()=>{if(!this.meridiemCache){const e={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[ne.utc(2016,11,13,9),ne.utc(2016,11,13,19)].map(r=>this.extract(r,e,"dayperiod"))}return this.meridiemCache})}eras(e){return ai(this,e,ef,()=>{const r={era:e};return this.eraCache[e]||(this.eraCache[e]=[ne.utc(-40,1,1),ne.utc(2017,1,1)].map(a=>this.extract(a,r,"era"))),this.eraCache[e]})}extract(e,r,a){const o=this.dtFormatter(e,r),i=o.formatToParts(),s=i.find(l=>l.type.toLowerCase()===a);return s?s.value:null}numberFormatter(e={}){return new O7(this.intl,e.forceSimple||this.fastNumbers,e)}dtFormatter(e,r={}){return new V7(e,this.intl,r)}relFormatter(e={}){return new I7(this.intl,this.isEnglish(),e)}listFormatter(e={}){return w7(this.intl,e)}isEnglish(){return this.locale==="en"||this.locale.toLowerCase()==="en-us"||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:qA()?k7(this.locale):P7}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar}}let Ul=null;class je extends xa{static get utcInstance(){return Ul===null&&(Ul=new je(0)),Ul}static instance(e){return e===0?je.utcInstance:new je(e)}static parseSpecifier(e){if(e){const r=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(r)return new je(ci(r[1],r[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return this.fixed===0?"UTC":`UTC${Da(this.fixed,"narrow")}`}get ianaName(){return this.fixed===0?"Etc/UTC":`Etc/GMT${Da(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,r){return Da(this.fixed,r)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return e.type==="fixed"&&e.fixed===this.fixed}get isValid(){return!0}}class M7 extends xa{constructor(e){super(),this.zoneName=e}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function Cn(t,e){if(se(t)||t===null)return e;if(t instanceof xa)return t;if(L7(t)){const r=t.toLowerCase();return r==="default"?e:r==="local"||r==="system"?ti.instance:r==="utc"||r==="gmt"?je.utcInstance:je.parseSpecifier(r)||Gt.create(t)}else return jn(t)?je.instance(t):typeof t=="object"&&"offset"in t&&typeof t.offset=="function"?t:new M7(t)}let xA=()=>Date.now(),BA="system",SA=null,TA=null,DA=null,OA=60,VA,IA=null;class Oe{static get now(){return xA}static set now(e){xA=e}static set defaultZone(e){BA=e}static get defaultZone(){return Cn(BA,ti.instance)}static get defaultLocale(){return SA}static set defaultLocale(e){SA=e}static get defaultNumberingSystem(){return TA}static set defaultNumberingSystem(e){TA=e}static get defaultOutputCalendar(){return DA}static set defaultOutputCalendar(e){DA=e}static get defaultWeekSettings(){return IA}static set defaultWeekSettings(e){IA=ql(e)}static get twoDigitCutoffYear(){return OA}static set twoDigitCutoffYear(e){OA=e%100}static get throwOnInvalid(){return VA}static set throwOnInvalid(e){VA=e}static resetCaches(){be.resetCache(),Gt.resetCache()}}class St{constructor(e,r){this.reason=e,this.explanation=r}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const PA=[0,31,59,90,120,151,181,212,243,273,304,334],MA=[0,31,60,91,121,152,182,213,244,274,305,335];function dt(t,e){return new St("unit out of range",`you specified ${e} (of type ${typeof e}) as a ${t}, which is invalid`)}function Zl(t,e,r){const a=new Date(Date.UTC(t,e-1,r));t<100&&t>=0&&a.setUTCFullYear(a.getUTCFullYear()-1900);const o=a.getUTCDay();return o===0?7:o}function _A(t,e,r){return r+(Sa(t)?MA:PA)[e-1]}function RA(t,e){const r=Sa(t)?MA:PA,a=r.findIndex(i=>i<e),o=e-r[a];return{month:a+1,day:o}}function Hl(t,e){return(t-e+7)%7+1}function oi(t,e=4,r=1){const{year:a,month:o,day:i}=t,s=_A(a,o,i),l=Hl(Zl(a,o,i),r);let c=Math.floor((s-l+14-e)/7),u;return c<1?(u=a-1,c=Ta(u,e,r)):c>Ta(a,e,r)?(u=a+1,c=1):u=a,{weekYear:u,weekNumber:c,weekday:l,...di(t)}}function LA(t,e=4,r=1){const{weekYear:a,weekNumber:o,weekday:i}=t,s=Hl(Zl(a,1,e),r),l=Rr(a);let c=o*7+i-s-7+e,u;c<1?(u=a-1,c+=Rr(u)):c>l?(u=a+1,c-=Rr(a)):u=a;const{month:d,day:A}=RA(u,c);return{year:u,month:d,day:A,...di(t)}}function Ql(t){const{year:e,month:r,day:a}=t,o=_A(e,r,a);return{year:e,ordinal:o,...di(t)}}function FA(t){const{year:e,ordinal:r}=t,{month:a,day:o}=RA(e,r);return{year:e,month:a,day:o,...di(t)}}function UA(t,e){if(!se(t.localWeekday)||!se(t.localWeekNumber)||!se(t.localWeekYear)){if(!se(t.weekday)||!se(t.weekNumber)||!se(t.weekYear))throw new Mr("Cannot mix locale-based week fields with ISO-based week fields");return se(t.localWeekday)||(t.weekday=t.localWeekday),se(t.localWeekNumber)||(t.weekNumber=t.localWeekNumber),se(t.localWeekYear)||(t.weekYear=t.localWeekYear),delete t.localWeekday,delete t.localWeekNumber,delete t.localWeekYear,{minDaysInFirstWeek:e.getMinDaysInFirstWeek(),startOfWeek:e.getStartOfWeek()}}else return{minDaysInFirstWeek:4,startOfWeek:1}}function _7(t,e=4,r=1){const a=ii(t.weekYear),o=At(t.weekNumber,1,Ta(t.weekYear,e,r)),i=At(t.weekday,1,7);return a?o?i?!1:dt("weekday",t.weekday):dt("week",t.weekNumber):dt("weekYear",t.weekYear)}function R7(t){const e=ii(t.year),r=At(t.ordinal,1,Rr(t.year));return e?r?!1:dt("ordinal",t.ordinal):dt("year",t.year)}function ZA(t){const e=ii(t.year),r=At(t.month,1,12),a=At(t.day,1,si(t.year,t.month));return e?r?a?!1:dt("day",t.day):dt("month",t.month):dt("year",t.year)}function HA(t){const{hour:e,minute:r,second:a,millisecond:o}=t,i=At(e,0,23)||e===24&&r===0&&a===0&&o===0,s=At(r,0,59),l=At(a,0,59),c=At(o,0,999);return i?s?l?c?!1:dt("millisecond",o):dt("second",a):dt("minute",r):dt("hour",e)}function se(t){return typeof t>"u"}function jn(t){return typeof t=="number"}function ii(t){return typeof t=="number"&&t%1===0}function L7(t){return typeof t=="string"}function F7(t){return Object.prototype.toString.call(t)==="[object Date]"}function QA(){try{return typeof Intl<"u"&&!!Intl.RelativeTimeFormat}catch{return!1}}function qA(){try{return typeof Intl<"u"&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch{return!1}}function U7(t){return Array.isArray(t)?t:[t]}function zA(t,e,r){if(t.length!==0)return t.reduce((a,o)=>{const i=[e(o),o];return a&&r(a[0],i[0])===a[0]?a:i},null)[1]}function Z7(t,e){return e.reduce((r,a)=>(r[a]=t[a],r),{})}function _r(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function ql(t){if(t==null)return null;if(typeof t!="object")throw new Ne("Week settings must be an object");if(!At(t.firstDay,1,7)||!At(t.minimalDays,1,7)||!Array.isArray(t.weekend)||t.weekend.some(e=>!At(e,1,7)))throw new Ne("Invalid week settings");return{firstDay:t.firstDay,minimalDays:t.minimalDays,weekend:Array.from(t.weekend)}}function At(t,e,r){return ii(t)&&t>=e&&t<=r}function H7(t,e){return t-e*Math.floor(t/e)}function Pe(t,e=2){const r=t<0;let a;return r?a="-"+(""+-t).padStart(e,"0"):a=(""+t).padStart(e,"0"),a}function En(t){if(!(se(t)||t===null||t===""))return parseInt(t,10)}function Jn(t){if(!(se(t)||t===null||t===""))return parseFloat(t)}function zl(t){if(!(se(t)||t===null||t==="")){const e=parseFloat("0."+t)*1e3;return Math.floor(e)}}function Kl(t,e,r=!1){const a=10**e;return(r?Math.trunc:Math.round)(t*a)/a}function Sa(t){return t%4===0&&(t%100!==0||t%400===0)}function Rr(t){return Sa(t)?366:365}function si(t,e){const r=H7(e-1,12)+1,a=t+(e-r)/12;return r===2?Sa(a)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][r-1]}function li(t){let e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e),e.setUTCFullYear(t.year,t.month-1,t.day)),+e}function KA(t,e,r){return-Hl(Zl(t,1,e),r)+e-1}function Ta(t,e=4,r=1){const a=KA(t,e,r),o=KA(t+1,e,r);return(Rr(t)-a+o)/7}function jl(t){return t>99?t:t>Oe.twoDigitCutoffYear?1900+t:2e3+t}function jA(t,e,r,a=null){const o=new Date(t),i={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};a&&(i.timeZone=a);const s={timeZoneName:e,...i},l=new Intl.DateTimeFormat(r,s).formatToParts(o).find(c=>c.type.toLowerCase()==="timezonename");return l?l.value:null}function ci(t,e){let r=parseInt(t,10);Number.isNaN(r)&&(r=0);const a=parseInt(e,10)||0,o=r<0||Object.is(r,-0)?-a:a;return r*60+o}function JA(t){const e=Number(t);if(typeof t=="boolean"||t===""||Number.isNaN(e))throw new Ne(`Invalid unit value ${t}`);return e}function ui(t,e){const r={};for(const a in t)if(_r(t,a)){const o=t[a];if(o==null)continue;r[e(a)]=JA(o)}return r}function Da(t,e){const r=Math.trunc(Math.abs(t/60)),a=Math.trunc(Math.abs(t%60)),o=t>=0?"+":"-";switch(e){case"short":return`${o}${Pe(r,2)}:${Pe(a,2)}`;case"narrow":return`${o}${r}${a>0?`:${a}`:""}`;case"techie":return`${o}${Pe(r,2)}${Pe(a,2)}`;default:throw new RangeError(`Value format ${e} is out of range for property format`)}}function di(t){return Z7(t,["hour","minute","second","millisecond"])}const Q7=["January","February","March","April","May","June","July","August","September","October","November","December"],XA=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],q7=["J","F","M","A","M","J","J","A","S","O","N","D"];function WA(t){switch(t){case"narrow":return[...q7];case"short":return[...XA];case"long":return[...Q7];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const $A=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],YA=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],z7=["M","T","W","T","F","S","S"];function GA(t){switch(t){case"narrow":return[...z7];case"short":return[...YA];case"long":return[...$A];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const NA=["AM","PM"],K7=["Before Christ","Anno Domini"],j7=["BC","AD"],J7=["B","A"];function ef(t){switch(t){case"narrow":return[...J7];case"short":return[...j7];case"long":return[...K7];default:return null}}function X7(t){return NA[t.hour<12?0:1]}function W7(t,e){return GA(e)[t.weekday-1]}function $7(t,e){return WA(e)[t.month-1]}function Y7(t,e){return ef(e)[t.year<0?0:1]}function G7(t,e,r="always",a=!1){const o={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},i=["hours","minutes","seconds"].indexOf(t)===-1;if(r==="auto"&&i){const A=t==="days";switch(e){case 1:return A?"tomorrow":`next ${o[t][0]}`;case-1:return A?"yesterday":`last ${o[t][0]}`;case 0:return A?"today":`this ${o[t][0]}`}}const s=Object.is(e,-0)||e<0,l=Math.abs(e),c=l===1,u=o[t],d=a?c?u[1]:u[2]||u[1]:c?o[t][0]:t;return s?`${l} ${d} ago`:`in ${l} ${d}`}function tf(t,e){let r="";for(const a of t)a.literal?r+=a.val:r+=e(a.val);return r}const N7={D:ei,DD:aA,DDD:oA,DDDD:iA,t:sA,tt:lA,ttt:cA,tttt:uA,T:dA,TT:AA,TTT:fA,TTTT:pA,f:mA,ff:gA,fff:yA,ffff:bA,F:hA,FF:vA,FFF:wA,FFFF:CA};class qe{static create(e,r={}){return new qe(e,r)}static parseFormat(e){let r=null,a="",o=!1;const i=[];for(let s=0;s<e.length;s++){const l=e.charAt(s);l==="'"?(a.length>0&&i.push({literal:o||/^\s+$/.test(a),val:a}),r=null,a="",o=!o):o||l===r?a+=l:(a.length>0&&i.push({literal:/^\s+$/.test(a),val:a}),a=l,r=l)}return a.length>0&&i.push({literal:o||/^\s+$/.test(a),val:a}),i}static macroTokenToFormatOpts(e){return N7[e]}constructor(e,r){this.opts=r,this.loc=e,this.systemLoc=null}formatWithSystemDefault(e,r){return this.systemLoc===null&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,{...this.opts,...r}).format()}dtFormatter(e,r={}){return this.loc.dtFormatter(e,{...this.opts,...r})}formatDateTime(e,r){return this.dtFormatter(e,r).format()}formatDateTimeParts(e,r){return this.dtFormatter(e,r).formatToParts()}formatInterval(e,r){return this.dtFormatter(e.start,r).dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())}resolvedOptions(e,r){return this.dtFormatter(e,r).resolvedOptions()}num(e,r=0){if(this.opts.forceSimple)return Pe(e,r);const a={...this.opts};return r>0&&(a.padTo=r),this.loc.numberFormatter(a).format(e)}formatDateTimeFromString(e,r){const a=this.loc.listingMode()==="en",o=this.loc.outputCalendar&&this.loc.outputCalendar!=="gregory",i=(p,v)=>this.loc.extract(e,p,v),s=p=>e.isOffsetFixed&&e.offset===0&&p.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,p.format):"",l=()=>a?X7(e):i({hour:"numeric",hourCycle:"h12"},"dayperiod"),c=(p,v)=>a?$7(e,p):i(v?{month:p}:{month:p,day:"numeric"},"month"),u=(p,v)=>a?W7(e,p):i(v?{weekday:p}:{weekday:p,month:"long",day:"numeric"},"weekday"),d=p=>{const v=qe.macroTokenToFormatOpts(p);return v?this.formatWithSystemDefault(e,v):p},A=p=>a?Y7(e,p):i({era:p},"era"),f=p=>{switch(p){case"S":return this.num(e.millisecond);case"u":case"SSS":return this.num(e.millisecond,3);case"s":return this.num(e.second);case"ss":return this.num(e.second,2);case"uu":return this.num(Math.floor(e.millisecond/10),2);case"uuu":return this.num(Math.floor(e.millisecond/100));case"m":return this.num(e.minute);case"mm":return this.num(e.minute,2);case"h":return this.num(e.hour%12===0?12:e.hour%12);case"hh":return this.num(e.hour%12===0?12:e.hour%12,2);case"H":return this.num(e.hour);case"HH":return this.num(e.hour,2);case"Z":return s({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return s({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return s({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:this.loc.locale});case"z":return e.zoneName;case"a":return l();case"d":return o?i({day:"numeric"},"day"):this.num(e.day);case"dd":return o?i({day:"2-digit"},"day"):this.num(e.day,2);case"c":return this.num(e.weekday);case"ccc":return u("short",!0);case"cccc":return u("long",!0);case"ccccc":return u("narrow",!0);case"E":return this.num(e.weekday);case"EEE":return u("short",!1);case"EEEE":return u("long",!1);case"EEEEE":return u("narrow",!1);case"L":return o?i({month:"numeric",day:"numeric"},"month"):this.num(e.month);case"LL":return o?i({month:"2-digit",day:"numeric"},"month"):this.num(e.month,2);case"LLL":return c("short",!0);case"LLLL":return c("long",!0);case"LLLLL":return c("narrow",!0);case"M":return o?i({month:"numeric"},"month"):this.num(e.month);case"MM":return o?i({month:"2-digit"},"month"):this.num(e.month,2);case"MMM":return c("short",!1);case"MMMM":return c("long",!1);case"MMMMM":return c("narrow",!1);case"y":return o?i({year:"numeric"},"year"):this.num(e.year);case"yy":return o?i({year:"2-digit"},"year"):this.num(e.year.toString().slice(-2),2);case"yyyy":return o?i({year:"numeric"},"year"):this.num(e.year,4);case"yyyyyy":return o?i({year:"numeric"},"year"):this.num(e.year,6);case"G":return A("short");case"GG":return A("long");case"GGGGG":return A("narrow");case"kk":return this.num(e.weekYear.toString().slice(-2),2);case"kkkk":return this.num(e.weekYear,4);case"W":return this.num(e.weekNumber);case"WW":return this.num(e.weekNumber,2);case"n":return this.num(e.localWeekNumber);case"nn":return this.num(e.localWeekNumber,2);case"ii":return this.num(e.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(e.localWeekYear,4);case"o":return this.num(e.ordinal);case"ooo":return this.num(e.ordinal,3);case"q":return this.num(e.quarter);case"qq":return this.num(e.quarter,2);case"X":return this.num(Math.floor(e.ts/1e3));case"x":return this.num(e.ts);default:return d(p)}};return tf(qe.parseFormat(r),f)}formatDurationFromString(e,r){const a=c=>{switch(c[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},o=c=>u=>{const d=a(u);return d?this.num(c.get(d),u.length):u},i=qe.parseFormat(r),s=i.reduce((c,{literal:u,val:d})=>u?c:c.concat(d),[]),l=e.shiftTo(...s.map(a).filter(c=>c));return tf(i,o(l))}}const nf=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function Lr(...t){const e=t.reduce((r,a)=>r+a.source,"");return RegExp(`^${e}$`)}function Fr(...t){return e=>t.reduce(([r,a,o],i)=>{const[s,l,c]=i(e,o);return[{...r,...s},l||a,c]},[{},null,1]).slice(0,2)}function Ur(t,...e){if(t==null)return[null,null];for(const[r,a]of e){const o=r.exec(t);if(o)return a(o)}return[null,null]}function rf(...t){return(e,r)=>{const a={};let o;for(o=0;o<t.length;o++)a[t[o]]=En(e[r+o]);return[a,null,r+o]}}const af=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,e8=`(?:${af.source}?(?:\\[(${nf.source})\\])?)?`,Jl=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,of=RegExp(`${Jl.source}${e8}`),Xl=RegExp(`(?:T${of.source})?`),t8=/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,n8=/(\d{4})-?W(\d\d)(?:-?(\d))?/,r8=/(\d{4})-?(\d{3})/,a8=rf("weekYear","weekNumber","weekDay"),o8=rf("year","ordinal"),i8=/(\d{4})-(\d\d)-(\d\d)/,sf=RegExp(`${Jl.source} ?(?:${af.source}|(${nf.source}))?`),s8=RegExp(`(?: ${sf.source})?`);function Zr(t,e,r){const a=t[e];return se(a)?r:En(a)}function l8(t,e){return[{year:Zr(t,e),month:Zr(t,e+1,1),day:Zr(t,e+2,1)},null,e+3]}function Hr(t,e){return[{hours:Zr(t,e,0),minutes:Zr(t,e+1,0),seconds:Zr(t,e+2,0),milliseconds:zl(t[e+3])},null,e+4]}function Oa(t,e){const r=!t[e]&&!t[e+1],a=ci(t[e+1],t[e+2]),o=r?null:je.instance(a);return[{},o,e+3]}function Va(t,e){const r=t[e]?Gt.create(t[e]):null;return[{},r,e+1]}const c8=RegExp(`^T?${Jl.source}$`),u8=/^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;function d8(t){const[e,r,a,o,i,s,l,c,u]=t,d=e[0]==="-",A=c&&c[0]==="-",f=(p,v=!1)=>p!==void 0&&(v||p&&d)?-p:p;return[{years:f(Jn(r)),months:f(Jn(a)),weeks:f(Jn(o)),days:f(Jn(i)),hours:f(Jn(s)),minutes:f(Jn(l)),seconds:f(Jn(c),c==="-0"),milliseconds:f(zl(u),A)}]}const A8={GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function Wl(t,e,r,a,o,i,s){const l={year:e.length===2?jl(En(e)):En(e),month:XA.indexOf(r)+1,day:En(a),hour:En(o),minute:En(i)};return s&&(l.second=En(s)),t&&(l.weekday=t.length>3?$A.indexOf(t)+1:YA.indexOf(t)+1),l}const f8=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function p8(t){const[,e,r,a,o,i,s,l,c,u,d,A]=t,f=Wl(e,o,a,r,i,s,l);let p;return c?p=A8[c]:u?p=0:p=ci(d,A),[f,new je(p)]}function m8(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}const h8=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,g8=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,v8=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function lf(t){const[,e,r,a,o,i,s,l]=t;return[Wl(e,o,a,r,i,s,l),je.utcInstance]}function y8(t){const[,e,r,a,o,i,s,l]=t;return[Wl(e,l,r,a,o,i,s),je.utcInstance]}const w8=Lr(t8,Xl),b8=Lr(n8,Xl),C8=Lr(r8,Xl),E8=Lr(of),cf=Fr(l8,Hr,Oa,Va),k8=Fr(a8,Hr,Oa,Va),x8=Fr(o8,Hr,Oa,Va),B8=Fr(Hr,Oa,Va);function S8(t){return Ur(t,[w8,cf],[b8,k8],[C8,x8],[E8,B8])}function T8(t){return Ur(m8(t),[f8,p8])}function D8(t){return Ur(t,[h8,lf],[g8,lf],[v8,y8])}function O8(t){return Ur(t,[u8,d8])}const V8=Fr(Hr);function I8(t){return Ur(t,[c8,V8])}const P8=Lr(i8,s8),M8=Lr(sf),_8=Fr(Hr,Oa,Va);function R8(t){return Ur(t,[P8,cf],[M8,_8])}const uf="Invalid Duration",df={weeks:{days:7,hours:7*24,minutes:7*24*60,seconds:7*24*60*60,milliseconds:7*24*60*60*1e3},days:{hours:24,minutes:24*60,seconds:24*60*60,milliseconds:24*60*60*1e3},hours:{minutes:60,seconds:60*60,milliseconds:60*60*1e3},minutes:{seconds:60,milliseconds:60*1e3},seconds:{milliseconds:1e3}},L8={years:{quarters:4,months:12,weeks:52,days:365,hours:365*24,minutes:365*24*60,seconds:365*24*60*60,milliseconds:365*24*60*60*1e3},quarters:{months:3,weeks:13,days:91,hours:91*24,minutes:91*24*60,seconds:91*24*60*60,milliseconds:91*24*60*60*1e3},months:{weeks:4,days:30,hours:30*24,minutes:30*24*60,seconds:30*24*60*60,milliseconds:30*24*60*60*1e3},...df},ft=146097/400,Qr=146097/4800,F8={years:{quarters:4,months:12,weeks:ft/7,days:ft,hours:ft*24,minutes:ft*24*60,seconds:ft*24*60*60,milliseconds:ft*24*60*60*1e3},quarters:{months:3,weeks:ft/28,days:ft/4,hours:ft*24/4,minutes:ft*24*60/4,seconds:ft*24*60*60/4,milliseconds:ft*24*60*60*1e3/4},months:{weeks:Qr/7,days:Qr,hours:Qr*24,minutes:Qr*24*60,seconds:Qr*24*60*60,milliseconds:Qr*24*60*60*1e3},...df},Xn=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],U8=Xn.slice(0).reverse();function kn(t,e,r=!1){const a={values:r?e.values:{...t.values,...e.values||{}},loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy,matrix:e.matrix||t.matrix};return new me(a)}function Af(t,e){let r=e.milliseconds??0;for(const a of U8.slice(1))e[a]&&(r+=e[a]*t[a].milliseconds);return r}function ff(t,e){const r=Af(t,e)<0?-1:1;Xn.reduceRight((a,o)=>{if(se(e[o]))return a;if(a){const i=e[a]*r,s=t[o][a],l=Math.floor(i/s);e[o]+=l*r,e[a]-=l*s*r}return o},null),Xn.reduce((a,o)=>{if(se(e[o]))return a;if(a){const i=e[a]%1;e[a]-=i,e[o]+=i*t[a][o]}return o},null)}function Z8(t){const e={};for(const[r,a]of Object.entries(t))a!==0&&(e[r]=a);return e}class me{constructor(e){const r=e.conversionAccuracy==="longterm"||!1;let a=r?F8:L8;e.matrix&&(a=e.matrix),this.values=e.values,this.loc=e.loc||be.create(),this.conversionAccuracy=r?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=a,this.isLuxonDuration=!0}static fromMillis(e,r){return me.fromObject({milliseconds:e},r)}static fromObject(e,r={}){if(e==null||typeof e!="object")throw new Ne(`Duration.fromObject: argument expected to be an object, got ${e===null?"null":typeof e}`);return new me({values:ui(e,me.normalizeUnit),loc:be.fromObject(r),conversionAccuracy:r.conversionAccuracy,matrix:r.matrix})}static fromDurationLike(e){if(jn(e))return me.fromMillis(e);if(me.isDuration(e))return e;if(typeof e=="object")return me.fromObject(e);throw new Ne(`Unknown duration argument ${e} of type ${typeof e}`)}static fromISO(e,r){const[a]=O8(e);return a?me.fromObject(a,r):me.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static fromISOTime(e,r){const[a]=I8(e);return a?me.fromObject(a,r):me.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static invalid(e,r=null){if(!e)throw new Ne("need to specify a reason the Duration is invalid");const a=e instanceof St?e:new St(e,r);if(Oe.throwOnInvalid)throw new f7(a);return new me({invalid:a})}static normalizeUnit(e){const r={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e&&e.toLowerCase()];if(!r)throw new rA(e);return r}static isDuration(e){return e&&e.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(e,r={}){const a={...r,floor:r.round!==!1&&r.floor!==!1};return this.isValid?qe.create(this.loc,a).formatDurationFromString(this,e):uf}toHuman(e={}){if(!this.isValid)return uf;const r=Xn.map(a=>{const o=this.values[a];return se(o)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...e,unit:a.slice(0,-1)}).format(o)}).filter(a=>a);return this.loc.listFormatter({type:"conjunction",style:e.listStyle||"narrow",...e}).format(r)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let e="P";return this.years!==0&&(e+=this.years+"Y"),(this.months!==0||this.quarters!==0)&&(e+=this.months+this.quarters*3+"M"),this.weeks!==0&&(e+=this.weeks+"W"),this.days!==0&&(e+=this.days+"D"),(this.hours!==0||this.minutes!==0||this.seconds!==0||this.milliseconds!==0)&&(e+="T"),this.hours!==0&&(e+=this.hours+"H"),this.minutes!==0&&(e+=this.minutes+"M"),(this.seconds!==0||this.milliseconds!==0)&&(e+=Kl(this.seconds+this.milliseconds/1e3,3)+"S"),e==="P"&&(e+="T0S"),e}toISOTime(e={}){if(!this.isValid)return null;const r=this.toMillis();return r<0||r>=864e5?null:(e={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...e,includeOffset:!1},ne.fromMillis(r,{zone:"UTC"}).toISOTime(e))}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?Af(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(e){if(!this.isValid)return this;const r=me.fromDurationLike(e),a={};for(const o of Xn)(_r(r.values,o)||_r(this.values,o))&&(a[o]=r.get(o)+this.get(o));return kn(this,{values:a},!0)}minus(e){if(!this.isValid)return this;const r=me.fromDurationLike(e);return this.plus(r.negate())}mapUnits(e){if(!this.isValid)return this;const r={};for(const a of Object.keys(this.values))r[a]=JA(e(this.values[a],a));return kn(this,{values:r},!0)}get(e){return this[me.normalizeUnit(e)]}set(e){if(!this.isValid)return this;const r={...this.values,...ui(e,me.normalizeUnit)};return kn(this,{values:r})}reconfigure({locale:e,numberingSystem:r,conversionAccuracy:a,matrix:o}={}){const s={loc:this.loc.clone({locale:e,numberingSystem:r}),matrix:o,conversionAccuracy:a};return kn(this,s)}as(e){return this.isValid?this.shiftTo(e).get(e):NaN}normalize(){if(!this.isValid)return this;const e=this.toObject();return ff(this.matrix,e),kn(this,{values:e},!0)}rescale(){if(!this.isValid)return this;const e=Z8(this.normalize().shiftToAll().toObject());return kn(this,{values:e},!0)}shiftTo(...e){if(!this.isValid)return this;if(e.length===0)return this;e=e.map(s=>me.normalizeUnit(s));const r={},a={},o=this.toObject();let i;for(const s of Xn)if(e.indexOf(s)>=0){i=s;let l=0;for(const u in a)l+=this.matrix[u][s]*a[u],a[u]=0;jn(o[s])&&(l+=o[s]);const c=Math.trunc(l);r[s]=c,a[s]=(l*1e3-c*1e3)/1e3}else jn(o[s])&&(a[s]=o[s]);for(const s in a)a[s]!==0&&(r[i]+=s===i?a[s]:a[s]/this.matrix[i][s]);return ff(this.matrix,r),kn(this,{values:r},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const e={};for(const r of Object.keys(this.values))e[r]=this.values[r]===0?0:-this.values[r];return kn(this,{values:e},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(e){if(!this.isValid||!e.isValid||!this.loc.equals(e.loc))return!1;function r(a,o){return a===void 0||a===0?o===void 0||o===0:a===o}for(const a of Xn)if(!r(this.values[a],e.values[a]))return!1;return!0}}const qr="Invalid Interval";function H8(t,e){return!t||!t.isValid?Be.invalid("missing or invalid start"):!e||!e.isValid?Be.invalid("missing or invalid end"):e<t?Be.invalid("end before start",`The end of an interval must be after its start, but you had start=${t.toISO()} and end=${e.toISO()}`):null}class Be{constructor(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}static invalid(e,r=null){if(!e)throw new Ne("need to specify a reason the Interval is invalid");const a=e instanceof St?e:new St(e,r);if(Oe.throwOnInvalid)throw new A7(a);return new Be({invalid:a})}static fromDateTimes(e,r){const a=Pa(e),o=Pa(r),i=H8(a,o);return i??new Be({start:a,end:o})}static after(e,r){const a=me.fromDurationLike(r),o=Pa(e);return Be.fromDateTimes(o,o.plus(a))}static before(e,r){const a=me.fromDurationLike(r),o=Pa(e);return Be.fromDateTimes(o.minus(a),o)}static fromISO(e,r){const[a,o]=(e||"").split("/",2);if(a&&o){let i,s;try{i=ne.fromISO(a,r),s=i.isValid}catch{s=!1}let l,c;try{l=ne.fromISO(o,r),c=l.isValid}catch{c=!1}if(s&&c)return Be.fromDateTimes(i,l);if(s){const u=me.fromISO(o,r);if(u.isValid)return Be.after(i,u)}else if(c){const u=me.fromISO(a,r);if(u.isValid)return Be.before(l,u)}}return Be.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static isInterval(e){return e&&e.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get isValid(){return this.invalidReason===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(e="milliseconds"){return this.isValid?this.toDuration(e).get(e):NaN}count(e="milliseconds",r){if(!this.isValid)return NaN;const a=this.start.startOf(e,r);let o;return r!=null&&r.useLocaleWeeks?o=this.end.reconfigure({locale:a.locale}):o=this.end,o=o.startOf(e,r),Math.floor(o.diff(a,e).get(e))+(o.valueOf()!==this.end.valueOf())}hasSame(e){return this.isValid?this.isEmpty()||this.e.minus(1).hasSame(this.s,e):!1}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(e){return this.isValid?this.s>e:!1}isBefore(e){return this.isValid?this.e<=e:!1}contains(e){return this.isValid?this.s<=e&&this.e>e:!1}set({start:e,end:r}={}){return this.isValid?Be.fromDateTimes(e||this.s,r||this.e):this}splitAt(...e){if(!this.isValid)return[];const r=e.map(Pa).filter(s=>this.contains(s)).sort((s,l)=>s.toMillis()-l.toMillis()),a=[];let{s:o}=this,i=0;for(;o<this.e;){const s=r[i]||this.e,l=+s>+this.e?this.e:s;a.push(Be.fromDateTimes(o,l)),o=l,i+=1}return a}splitBy(e){const r=me.fromDurationLike(e);if(!this.isValid||!r.isValid||r.as("milliseconds")===0)return[];let{s:a}=this,o=1,i;const s=[];for(;a<this.e;){const l=this.start.plus(r.mapUnits(c=>c*o));i=+l>+this.e?this.e:l,s.push(Be.fromDateTimes(a,i)),a=i,o+=1}return s}divideEqually(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]}overlaps(e){return this.e>e.s&&this.s<e.e}abutsStart(e){return this.isValid?+this.e==+e.s:!1}abutsEnd(e){return this.isValid?+e.e==+this.s:!1}engulfs(e){return this.isValid?this.s<=e.s&&this.e>=e.e:!1}equals(e){return!this.isValid||!e.isValid?!1:this.s.equals(e.s)&&this.e.equals(e.e)}intersection(e){if(!this.isValid)return this;const r=this.s>e.s?this.s:e.s,a=this.e<e.e?this.e:e.e;return r>=a?null:Be.fromDateTimes(r,a)}union(e){if(!this.isValid)return this;const r=this.s<e.s?this.s:e.s,a=this.e>e.e?this.e:e.e;return Be.fromDateTimes(r,a)}static merge(e){const[r,a]=e.sort((o,i)=>o.s-i.s).reduce(([o,i],s)=>i?i.overlaps(s)||i.abutsStart(s)?[o,i.union(s)]:[o.concat([i]),s]:[o,s],[[],null]);return a&&r.push(a),r}static xor(e){let r=null,a=0;const o=[],i=e.map(c=>[{time:c.s,type:"s"},{time:c.e,type:"e"}]),s=Array.prototype.concat(...i),l=s.sort((c,u)=>c.time-u.time);for(const c of l)a+=c.type==="s"?1:-1,a===1?r=c.time:(r&&+r!=+c.time&&o.push(Be.fromDateTimes(r,c.time)),r=null);return Be.merge(o)}difference(...e){return Be.xor([this].concat(e)).map(r=>this.intersection(r)).filter(r=>r&&!r.isEmpty())}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:qr}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(e=ei,r={}){return this.isValid?qe.create(this.s.loc.clone(r),e).formatInterval(this):qr}toISO(e){return this.isValid?`${this.s.toISO(e)}/${this.e.toISO(e)}`:qr}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:qr}toISOTime(e){return this.isValid?`${this.s.toISOTime(e)}/${this.e.toISOTime(e)}`:qr}toFormat(e,{separator:r=" – "}={}){return this.isValid?`${this.s.toFormat(e)}${r}${this.e.toFormat(e)}`:qr}toDuration(e,r){return this.isValid?this.e.diff(this.s,e,r):me.invalid(this.invalidReason)}mapEndpoints(e){return Be.fromDateTimes(e(this.s),e(this.e))}}class Ai{static hasDST(e=Oe.defaultZone){const r=ne.now().setZone(e).set({month:12});return!e.isUniversal&&r.offset!==r.set({month:6}).offset}static isValidIANAZone(e){return Gt.isValidZone(e)}static normalizeZone(e){return Cn(e,Oe.defaultZone)}static getStartOfWeek({locale:e=null,locObj:r=null}={}){return(r||be.create(e)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:e=null,locObj:r=null}={}){return(r||be.create(e)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:e=null,locObj:r=null}={}){return(r||be.create(e)).getWeekendDays().slice()}static months(e="long",{locale:r=null,numberingSystem:a=null,locObj:o=null,outputCalendar:i="gregory"}={}){return(o||be.create(r,a,i)).months(e)}static monthsFormat(e="long",{locale:r=null,numberingSystem:a=null,locObj:o=null,outputCalendar:i="gregory"}={}){return(o||be.create(r,a,i)).months(e,!0)}static weekdays(e="long",{locale:r=null,numberingSystem:a=null,locObj:o=null}={}){return(o||be.create(r,a,null)).weekdays(e)}static weekdaysFormat(e="long",{locale:r=null,numberingSystem:a=null,locObj:o=null}={}){return(o||be.create(r,a,null)).weekdays(e,!0)}static meridiems({locale:e=null}={}){return be.create(e).meridiems()}static eras(e="short",{locale:r=null}={}){return be.create(r,null,"gregory").eras(e)}static features(){return{relative:QA(),localeWeek:qA()}}}function pf(t,e){const r=o=>o.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),a=r(e)-r(t);return Math.floor(me.fromMillis(a).as("days"))}function Q8(t,e,r){const a=[["years",(c,u)=>u.year-c.year],["quarters",(c,u)=>u.quarter-c.quarter+(u.year-c.year)*4],["months",(c,u)=>u.month-c.month+(u.year-c.year)*12],["weeks",(c,u)=>{const d=pf(c,u);return(d-d%7)/7}],["days",pf]],o={},i=t;let s,l;for(const[c,u]of a)r.indexOf(c)>=0&&(s=c,o[c]=u(t,e),l=i.plus(o),l>e?(o[c]--,t=i.plus(o),t>e&&(l=t,o[c]--,t=i.plus(o))):t=l);return[t,o,l,s]}function q8(t,e,r,a){let[o,i,s,l]=Q8(t,e,r);const c=e-o,u=r.filter(A=>["hours","minutes","seconds","milliseconds"].indexOf(A)>=0);u.length===0&&(s<e&&(s=o.plus({[l]:1})),s!==o&&(i[l]=(i[l]||0)+c/(s-o)));const d=me.fromObject(i,a);return u.length>0?me.fromMillis(c,a).shiftTo(...u).plus(d):d}const $l={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},mf={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},z8=$l.hanidec.replace(/[\[|\]]/g,"").split("");function K8(t){let e=parseInt(t,10);if(isNaN(e)){e="";for(let r=0;r<t.length;r++){const a=t.charCodeAt(r);if(t[r].search($l.hanidec)!==-1)e+=z8.indexOf(t[r]);else for(const o in mf){const[i,s]=mf[o];a>=i&&a<=s&&(e+=a-i)}}return parseInt(e,10)}else return e}function Tt({numberingSystem:t},e=""){return new RegExp(`${$l[t||"latn"]}${e}`)}const j8="missing Intl.DateTimeFormat.formatToParts support";function ve(t,e=r=>r){return{regex:t,deser:([r])=>e(K8(r))}}const hf="[  ]",gf=new RegExp(hf,"g");function J8(t){return t.replace(/\./g,"\\.?").replace(gf,hf)}function vf(t){return t.replace(/\./g,"").replace(gf," ").toLowerCase()}function Dt(t,e){return t===null?null:{regex:RegExp(t.map(J8).join("|")),deser:([r])=>t.findIndex(a=>vf(r)===vf(a))+e}}function yf(t,e){return{regex:t,deser:([,r,a])=>ci(r,a),groups:e}}function fi(t){return{regex:t,deser:([e])=>e}}function X8(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function W8(t,e){const r=Tt(e),a=Tt(e,"{2}"),o=Tt(e,"{3}"),i=Tt(e,"{4}"),s=Tt(e,"{6}"),l=Tt(e,"{1,2}"),c=Tt(e,"{1,3}"),u=Tt(e,"{1,6}"),d=Tt(e,"{1,9}"),A=Tt(e,"{2,4}"),f=Tt(e,"{4,6}"),p=y=>({regex:RegExp(X8(y.val)),deser:([E])=>E,literal:!0}),C=(y=>{if(t.literal)return p(y);switch(y.val){case"G":return Dt(e.eras("short"),0);case"GG":return Dt(e.eras("long"),0);case"y":return ve(u);case"yy":return ve(A,jl);case"yyyy":return ve(i);case"yyyyy":return ve(f);case"yyyyyy":return ve(s);case"M":return ve(l);case"MM":return ve(a);case"MMM":return Dt(e.months("short",!0),1);case"MMMM":return Dt(e.months("long",!0),1);case"L":return ve(l);case"LL":return ve(a);case"LLL":return Dt(e.months("short",!1),1);case"LLLL":return Dt(e.months("long",!1),1);case"d":return ve(l);case"dd":return ve(a);case"o":return ve(c);case"ooo":return ve(o);case"HH":return ve(a);case"H":return ve(l);case"hh":return ve(a);case"h":return ve(l);case"mm":return ve(a);case"m":return ve(l);case"q":return ve(l);case"qq":return ve(a);case"s":return ve(l);case"ss":return ve(a);case"S":return ve(c);case"SSS":return ve(o);case"u":return fi(d);case"uu":return fi(l);case"uuu":return ve(r);case"a":return Dt(e.meridiems(),0);case"kkkk":return ve(i);case"kk":return ve(A,jl);case"W":return ve(l);case"WW":return ve(a);case"E":case"c":return ve(r);case"EEE":return Dt(e.weekdays("short",!1),1);case"EEEE":return Dt(e.weekdays("long",!1),1);case"ccc":return Dt(e.weekdays("short",!0),1);case"cccc":return Dt(e.weekdays("long",!0),1);case"Z":case"ZZ":return yf(new RegExp(`([+-]${l.source})(?::(${a.source}))?`),2);case"ZZZ":return yf(new RegExp(`([+-]${l.source})(${a.source})?`),2);case"z":return fi(/[a-z_+-/]{1,256}?/i);case" ":return fi(/[^\S\n\r]/);default:return p(y)}})(t)||{invalidReason:j8};return C.token=t,C}const $8={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};function Y8(t,e,r){const{type:a,value:o}=t;if(a==="literal"){const c=/^\s+$/.test(o);return{literal:!c,val:c?" ":o}}const i=e[a];let s=a;a==="hour"&&(e.hour12!=null?s=e.hour12?"hour12":"hour24":e.hourCycle!=null?e.hourCycle==="h11"||e.hourCycle==="h12"?s="hour12":s="hour24":s=r.hour12?"hour12":"hour24");let l=$8[s];if(typeof l=="object"&&(l=l[i]),l)return{literal:!1,val:l}}function G8(t){return[`^${t.map(r=>r.regex).reduce((r,a)=>`${r}(${a.source})`,"")}$`,t]}function N8(t,e,r){const a=t.match(e);if(a){const o={};let i=1;for(const s in r)if(_r(r,s)){const l=r[s],c=l.groups?l.groups+1:1;!l.literal&&l.token&&(o[l.token.val[0]]=l.deser(a.slice(i,i+c))),i+=c}return[a,o]}else return[a,{}]}function e9(t){const e=i=>{switch(i){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}};let r=null,a;return se(t.z)||(r=Gt.create(t.z)),se(t.Z)||(r||(r=new je(t.Z)),a=t.Z),se(t.q)||(t.M=(t.q-1)*3+1),se(t.h)||(t.h<12&&t.a===1?t.h+=12:t.h===12&&t.a===0&&(t.h=0)),t.G===0&&t.y&&(t.y=-t.y),se(t.u)||(t.S=zl(t.u)),[Object.keys(t).reduce((i,s)=>{const l=e(s);return l&&(i[l]=t[s]),i},{}),r,a]}let Yl=null;function t9(){return Yl||(Yl=ne.fromMillis(1555555555555)),Yl}function n9(t,e){if(t.literal)return t;const r=qe.macroTokenToFormatOpts(t.val),a=Cf(r,e);return a==null||a.includes(void 0)?t:a}function wf(t,e){return Array.prototype.concat(...t.map(r=>n9(r,e)))}function bf(t,e,r){const a=wf(qe.parseFormat(r),t),o=a.map(s=>W8(s,t)),i=o.find(s=>s.invalidReason);if(i)return{input:e,tokens:a,invalidReason:i.invalidReason};{const[s,l]=G8(o),c=RegExp(s,"i"),[u,d]=N8(e,c,l),[A,f,p]=d?e9(d):[null,null,void 0];if(_r(d,"a")&&_r(d,"H"))throw new Mr("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:a,regex:c,rawMatches:u,matches:d,result:A,zone:f,specificOffset:p}}}function r9(t,e,r){const{result:a,zone:o,specificOffset:i,invalidReason:s}=bf(t,e,r);return[a,o,i,s]}function Cf(t,e){if(!t)return null;const a=qe.create(e,t).dtFormatter(t9()),o=a.formatToParts(),i=a.resolvedOptions();return o.map(s=>Y8(s,t,i))}const Gl="Invalid DateTime",Ef=864e13;function pi(t){return new St("unsupported zone",`the zone "${t.name}" is not supported`)}function Nl(t){return t.weekData===null&&(t.weekData=oi(t.c)),t.weekData}function ec(t){return t.localWeekData===null&&(t.localWeekData=oi(t.c,t.loc.getMinDaysInFirstWeek(),t.loc.getStartOfWeek())),t.localWeekData}function Wn(t,e){const r={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new ne({...r,...e,old:r})}function kf(t,e,r){let a=t-e*60*1e3;const o=r.offset(a);if(e===o)return[a,e];a-=(o-e)*60*1e3;const i=r.offset(a);return o===i?[a,o]:[t-Math.min(o,i)*60*1e3,Math.max(o,i)]}function mi(t,e){t+=e*60*1e3;const r=new Date(t);return{year:r.getUTCFullYear(),month:r.getUTCMonth()+1,day:r.getUTCDate(),hour:r.getUTCHours(),minute:r.getUTCMinutes(),second:r.getUTCSeconds(),millisecond:r.getUTCMilliseconds()}}function hi(t,e,r){return kf(li(t),e,r)}function xf(t,e){const r=t.o,a=t.c.year+Math.trunc(e.years),o=t.c.month+Math.trunc(e.months)+Math.trunc(e.quarters)*3,i={...t.c,year:a,month:o,day:Math.min(t.c.day,si(a,o))+Math.trunc(e.days)+Math.trunc(e.weeks)*7},s=me.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),l=li(i);let[c,u]=kf(l,r,t.zone);return s!==0&&(c+=s,u=t.zone.offset(c)),{ts:c,o:u}}function Ia(t,e,r,a,o,i){const{setZone:s,zone:l}=r;if(t&&Object.keys(t).length!==0||e){const c=e||l,u=ne.fromObject(t,{...r,zone:c,specificOffset:i});return s?u:u.setZone(l)}else return ne.invalid(new St("unparsable",`the input "${o}" can't be parsed as ${a}`))}function gi(t,e,r=!0){return t.isValid?qe.create(be.create("en-US"),{allowZ:r,forceSimple:!0}).formatDateTimeFromString(t,e):null}function tc(t,e){const r=t.c.year>9999||t.c.year<0;let a="";return r&&t.c.year>=0&&(a+="+"),a+=Pe(t.c.year,r?6:4),e?(a+="-",a+=Pe(t.c.month),a+="-",a+=Pe(t.c.day)):(a+=Pe(t.c.month),a+=Pe(t.c.day)),a}function Bf(t,e,r,a,o,i){let s=Pe(t.c.hour);return e?(s+=":",s+=Pe(t.c.minute),(t.c.millisecond!==0||t.c.second!==0||!r)&&(s+=":")):s+=Pe(t.c.minute),(t.c.millisecond!==0||t.c.second!==0||!r)&&(s+=Pe(t.c.second),(t.c.millisecond!==0||!a)&&(s+=".",s+=Pe(t.c.millisecond,3))),o&&(t.isOffsetFixed&&t.offset===0&&!i?s+="Z":t.o<0?(s+="-",s+=Pe(Math.trunc(-t.o/60)),s+=":",s+=Pe(Math.trunc(-t.o%60))):(s+="+",s+=Pe(Math.trunc(t.o/60)),s+=":",s+=Pe(Math.trunc(t.o%60)))),i&&(s+="["+t.zone.ianaName+"]"),s}const Sf={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},a9={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},o9={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Tf=["year","month","day","hour","minute","second","millisecond"],i9=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],s9=["year","ordinal","hour","minute","second","millisecond"];function l9(t){const e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new rA(t);return e}function Df(t){switch(t.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return l9(t)}}function Of(t,e){const r=Cn(e.zone,Oe.defaultZone),a=be.fromObject(e),o=Oe.now();let i,s;if(se(t.year))i=o;else{for(const u of Tf)se(t[u])&&(t[u]=Sf[u]);const l=ZA(t)||HA(t);if(l)return ne.invalid(l);const c=r.offset(o);[i,s]=hi(t,c,r)}return new ne({ts:i,zone:r,loc:a,o:s})}function Vf(t,e,r){const a=se(r.round)?!0:r.round,o=(s,l)=>(s=Kl(s,a||r.calendary?0:2,!0),e.loc.clone(r).relFormatter(r).format(s,l)),i=s=>r.calendary?e.hasSame(t,s)?0:e.startOf(s).diff(t.startOf(s),s).get(s):e.diff(t,s).get(s);if(r.unit)return o(i(r.unit),r.unit);for(const s of r.units){const l=i(s);if(Math.abs(l)>=1)return o(l,s)}return o(t>e?-0:0,r.units[r.units.length-1])}function If(t){let e={},r;return t.length>0&&typeof t[t.length-1]=="object"?(e=t[t.length-1],r=Array.from(t).slice(0,t.length-1)):r=Array.from(t),[e,r]}class ne{constructor(e){const r=e.zone||Oe.defaultZone;let a=e.invalid||(Number.isNaN(e.ts)?new St("invalid input"):null)||(r.isValid?null:pi(r));this.ts=se(e.ts)?Oe.now():e.ts;let o=null,i=null;if(!a)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(r))[o,i]=[e.old.c,e.old.o];else{const l=r.offset(this.ts);o=mi(this.ts,l),a=Number.isNaN(o.year)?new St("invalid input"):null,o=a?null:o,i=a?null:l}this._zone=r,this.loc=e.loc||be.create(),this.invalid=a,this.weekData=null,this.localWeekData=null,this.c=o,this.o=i,this.isLuxonDateTime=!0}static now(){return new ne({})}static local(){const[e,r]=If(arguments),[a,o,i,s,l,c,u]=r;return Of({year:a,month:o,day:i,hour:s,minute:l,second:c,millisecond:u},e)}static utc(){const[e,r]=If(arguments),[a,o,i,s,l,c,u]=r;return e.zone=je.utcInstance,Of({year:a,month:o,day:i,hour:s,minute:l,second:c,millisecond:u},e)}static fromJSDate(e,r={}){const a=F7(e)?e.valueOf():NaN;if(Number.isNaN(a))return ne.invalid("invalid input");const o=Cn(r.zone,Oe.defaultZone);return o.isValid?new ne({ts:a,zone:o,loc:be.fromObject(r)}):ne.invalid(pi(o))}static fromMillis(e,r={}){if(jn(e))return e<-Ef||e>Ef?ne.invalid("Timestamp out of range"):new ne({ts:e,zone:Cn(r.zone,Oe.defaultZone),loc:be.fromObject(r)});throw new Ne(`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`)}static fromSeconds(e,r={}){if(jn(e))return new ne({ts:e*1e3,zone:Cn(r.zone,Oe.defaultZone),loc:be.fromObject(r)});throw new Ne("fromSeconds requires a numerical input")}static fromObject(e,r={}){e=e||{};const a=Cn(r.zone,Oe.defaultZone);if(!a.isValid)return ne.invalid(pi(a));const o=be.fromObject(r),i=ui(e,Df),{minDaysInFirstWeek:s,startOfWeek:l}=UA(i,o),c=Oe.now(),u=se(r.specificOffset)?a.offset(c):r.specificOffset,d=!se(i.ordinal),A=!se(i.year),f=!se(i.month)||!se(i.day),p=A||f,v=i.weekYear||i.weekNumber;if((p||d)&&v)throw new Mr("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(f&&d)throw new Mr("Can't mix ordinal dates with month/day");const C=v||i.weekday&&!p;let y,E,h=mi(c,u);C?(y=i9,E=a9,h=oi(h,s,l)):d?(y=s9,E=o9,h=Ql(h)):(y=Tf,E=Sf);let m=!1;for(const x of y){const B=i[x];se(B)?m?i[x]=E[x]:i[x]=h[x]:m=!0}const g=C?_7(i,s,l):d?R7(i):ZA(i),w=g||HA(i);if(w)return ne.invalid(w);const b=C?LA(i,s,l):d?FA(i):i,[k,D]=hi(b,u,a),S=new ne({ts:k,zone:a,o:D,loc:o});return i.weekday&&p&&e.weekday!==S.weekday?ne.invalid("mismatched weekday",`you can't specify both a weekday of ${i.weekday} and a date of ${S.toISO()}`):S}static fromISO(e,r={}){const[a,o]=S8(e);return Ia(a,o,r,"ISO 8601",e)}static fromRFC2822(e,r={}){const[a,o]=T8(e);return Ia(a,o,r,"RFC 2822",e)}static fromHTTP(e,r={}){const[a,o]=D8(e);return Ia(a,o,r,"HTTP",r)}static fromFormat(e,r,a={}){if(se(e)||se(r))throw new Ne("fromFormat requires an input string and a format");const{locale:o=null,numberingSystem:i=null}=a,s=be.fromOpts({locale:o,numberingSystem:i,defaultToEN:!0}),[l,c,u,d]=r9(s,e,r);return d?ne.invalid(d):Ia(l,c,a,`format ${r}`,e,u)}static fromString(e,r,a={}){return ne.fromFormat(e,r,a)}static fromSQL(e,r={}){const[a,o]=R8(e);return Ia(a,o,r,"SQL",e)}static invalid(e,r=null){if(!e)throw new Ne("need to specify a reason the DateTime is invalid");const a=e instanceof St?e:new St(e,r);if(Oe.throwOnInvalid)throw new d7(a);return new ne({invalid:a})}static isDateTime(e){return e&&e.isLuxonDateTime||!1}static parseFormatForOpts(e,r={}){const a=Cf(e,be.fromObject(r));return a?a.map(o=>o?o.val:null).join(""):null}static expandFormat(e,r={}){return wf(qe.parseFormat(e),be.fromObject(r)).map(o=>o.val).join("")}get(e){return this[e]}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?Nl(this).weekYear:NaN}get weekNumber(){return this.isValid?Nl(this).weekNumber:NaN}get weekday(){return this.isValid?Nl(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?ec(this).weekday:NaN}get localWeekNumber(){return this.isValid?ec(this).weekNumber:NaN}get localWeekYear(){return this.isValid?ec(this).weekYear:NaN}get ordinal(){return this.isValid?Ql(this.c).ordinal:NaN}get monthShort(){return this.isValid?Ai.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?Ai.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?Ai.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?Ai.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return this.isOffsetFixed?!1:this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const e=864e5,r=6e4,a=li(this.c),o=this.zone.offset(a-e),i=this.zone.offset(a+e),s=this.zone.offset(a-o*r),l=this.zone.offset(a-i*r);if(s===l)return[this];const c=a-s*r,u=a-l*r,d=mi(c,s),A=mi(u,l);return d.hour===A.hour&&d.minute===A.minute&&d.second===A.second&&d.millisecond===A.millisecond?[Wn(this,{ts:c}),Wn(this,{ts:u})]:[this]}get isInLeapYear(){return Sa(this.year)}get daysInMonth(){return si(this.year,this.month)}get daysInYear(){return this.isValid?Rr(this.year):NaN}get weeksInWeekYear(){return this.isValid?Ta(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?Ta(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(e={}){const{locale:r,numberingSystem:a,calendar:o}=qe.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:r,numberingSystem:a,outputCalendar:o}}toUTC(e=0,r={}){return this.setZone(je.instance(e),r)}toLocal(){return this.setZone(Oe.defaultZone)}setZone(e,{keepLocalTime:r=!1,keepCalendarTime:a=!1}={}){if(e=Cn(e,Oe.defaultZone),e.equals(this.zone))return this;if(e.isValid){let o=this.ts;if(r||a){const i=e.offset(this.ts),s=this.toObject();[o]=hi(s,i,e)}return Wn(this,{ts:o,zone:e})}else return ne.invalid(pi(e))}reconfigure({locale:e,numberingSystem:r,outputCalendar:a}={}){const o=this.loc.clone({locale:e,numberingSystem:r,outputCalendar:a});return Wn(this,{loc:o})}setLocale(e){return this.reconfigure({locale:e})}set(e){if(!this.isValid)return this;const r=ui(e,Df),{minDaysInFirstWeek:a,startOfWeek:o}=UA(r,this.loc),i=!se(r.weekYear)||!se(r.weekNumber)||!se(r.weekday),s=!se(r.ordinal),l=!se(r.year),c=!se(r.month)||!se(r.day),u=l||c,d=r.weekYear||r.weekNumber;if((u||s)&&d)throw new Mr("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(c&&s)throw new Mr("Can't mix ordinal dates with month/day");let A;i?A=LA({...oi(this.c,a,o),...r},a,o):se(r.ordinal)?(A={...this.toObject(),...r},se(r.day)&&(A.day=Math.min(si(A.year,A.month),A.day))):A=FA({...Ql(this.c),...r});const[f,p]=hi(A,this.o,this.zone);return Wn(this,{ts:f,o:p})}plus(e){if(!this.isValid)return this;const r=me.fromDurationLike(e);return Wn(this,xf(this,r))}minus(e){if(!this.isValid)return this;const r=me.fromDurationLike(e).negate();return Wn(this,xf(this,r))}startOf(e,{useLocaleWeeks:r=!1}={}){if(!this.isValid)return this;const a={},o=me.normalizeUnit(e);switch(o){case"years":a.month=1;case"quarters":case"months":a.day=1;case"weeks":case"days":a.hour=0;case"hours":a.minute=0;case"minutes":a.second=0;case"seconds":a.millisecond=0;break}if(o==="weeks")if(r){const i=this.loc.getStartOfWeek(),{weekday:s}=this;s<i&&(a.weekNumber=this.weekNumber-1),a.weekday=i}else a.weekday=1;if(o==="quarters"){const i=Math.ceil(this.month/3);a.month=(i-1)*3+1}return this.set(a)}endOf(e,r){return this.isValid?this.plus({[e]:1}).startOf(e,r).minus(1):this}toFormat(e,r={}){return this.isValid?qe.create(this.loc.redefaultToEN(r)).formatDateTimeFromString(this,e):Gl}toLocaleString(e=ei,r={}){return this.isValid?qe.create(this.loc.clone(r),e).formatDateTime(this):Gl}toLocaleParts(e={}){return this.isValid?qe.create(this.loc.clone(e),e).formatDateTimeParts(this):[]}toISO({format:e="extended",suppressSeconds:r=!1,suppressMilliseconds:a=!1,includeOffset:o=!0,extendedZone:i=!1}={}){if(!this.isValid)return null;const s=e==="extended";let l=tc(this,s);return l+="T",l+=Bf(this,s,r,a,o,i),l}toISODate({format:e="extended"}={}){return this.isValid?tc(this,e==="extended"):null}toISOWeekDate(){return gi(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:e=!1,suppressSeconds:r=!1,includeOffset:a=!0,includePrefix:o=!1,extendedZone:i=!1,format:s="extended"}={}){return this.isValid?(o?"T":"")+Bf(this,s==="extended",r,e,a,i):null}toRFC2822(){return gi(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return gi(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?tc(this,!0):null}toSQLTime({includeOffset:e=!0,includeZone:r=!1,includeOffsetSpace:a=!0}={}){let o="HH:mm:ss.SSS";return(r||e)&&(a&&(o+=" "),r?o+="z":e&&(o+="ZZ")),gi(this,o,!0)}toSQL(e={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(e)}`:null}toString(){return this.isValid?this.toISO():Gl}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }`:`DateTime { Invalid, reason: ${this.invalidReason} }`}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(e={}){if(!this.isValid)return{};const r={...this.c};return e.includeConfig&&(r.outputCalendar=this.outputCalendar,r.numberingSystem=this.loc.numberingSystem,r.locale=this.loc.locale),r}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(e,r="milliseconds",a={}){if(!this.isValid||!e.isValid)return me.invalid("created by diffing an invalid DateTime");const o={locale:this.locale,numberingSystem:this.numberingSystem,...a},i=U7(r).map(me.normalizeUnit),s=e.valueOf()>this.valueOf(),l=s?this:e,c=s?e:this,u=q8(l,c,i,o);return s?u.negate():u}diffNow(e="milliseconds",r={}){return this.diff(ne.now(),e,r)}until(e){return this.isValid?Be.fromDateTimes(this,e):this}hasSame(e,r,a){if(!this.isValid)return!1;const o=e.valueOf(),i=this.setZone(e.zone,{keepLocalTime:!0});return i.startOf(r,a)<=o&&o<=i.endOf(r,a)}equals(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)}toRelative(e={}){if(!this.isValid)return null;const r=e.base||ne.fromObject({},{zone:this.zone}),a=e.padding?this<r?-e.padding:e.padding:0;let o=["years","months","days","hours","minutes","seconds"],i=e.unit;return Array.isArray(e.unit)&&(o=e.unit,i=void 0),Vf(r,this.plus(a),{...e,numeric:"always",units:o,unit:i})}toRelativeCalendar(e={}){return this.isValid?Vf(e.base||ne.fromObject({},{zone:this.zone}),this,{...e,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...e){if(!e.every(ne.isDateTime))throw new Ne("min requires all arguments be DateTimes");return zA(e,r=>r.valueOf(),Math.min)}static max(...e){if(!e.every(ne.isDateTime))throw new Ne("max requires all arguments be DateTimes");return zA(e,r=>r.valueOf(),Math.max)}static fromFormatExplain(e,r,a={}){const{locale:o=null,numberingSystem:i=null}=a,s=be.fromOpts({locale:o,numberingSystem:i,defaultToEN:!0});return bf(s,e,r)}static fromStringExplain(e,r,a={}){return ne.fromFormatExplain(e,r,a)}static get DATE_SHORT(){return ei}static get DATE_MED(){return aA}static get DATE_MED_WITH_WEEKDAY(){return p7}static get DATE_FULL(){return oA}static get DATE_HUGE(){return iA}static get TIME_SIMPLE(){return sA}static get TIME_WITH_SECONDS(){return lA}static get TIME_WITH_SHORT_OFFSET(){return cA}static get TIME_WITH_LONG_OFFSET(){return uA}static get TIME_24_SIMPLE(){return dA}static get TIME_24_WITH_SECONDS(){return AA}static get TIME_24_WITH_SHORT_OFFSET(){return fA}static get TIME_24_WITH_LONG_OFFSET(){return pA}static get DATETIME_SHORT(){return mA}static get DATETIME_SHORT_WITH_SECONDS(){return hA}static get DATETIME_MED(){return gA}static get DATETIME_MED_WITH_SECONDS(){return vA}static get DATETIME_MED_WITH_WEEKDAY(){return m7}static get DATETIME_FULL(){return yA}static get DATETIME_FULL_WITH_SECONDS(){return wA}static get DATETIME_HUGE(){return bA}static get DATETIME_HUGE_WITH_SECONDS(){return CA}}function Pa(t){if(ne.isDateTime(t))return t;if(t&&t.valueOf&&jn(t.valueOf()))return ne.fromJSDate(t);if(t&&typeof t=="object")return ne.fromObject(t);throw new Ne(`Unknown datetime argument: ${t}, of type ${typeof t}`)}const c9=()=>/iPhone|iPad|iPod|Android|webOS|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);function vi(t="fge"){const e=n.ref({whatsapp:null,telegram:null,email:null}),r=Ee(),a=n.ref(),o=n.ref(),i=n.ref(),s=n.ref(),l=n.ref(),c=n.ref(),u=n.ref(!1),d=n.ref(0);let A=null;n.onMounted(()=>{const b=Yi(t+"-estados");b&&(e.value={...JSON.parse(b)}),A=setInterval(()=>{d.value=Date.now()},1e3)}),n.onUnmounted(()=>{A&&clearInterval(A)});const f=b=>b==="telegram"||e.value[b]===null||typeof e.value[b]=="number"&&e.value[b]<Date.now(),p=(b,k)=>{const D=k||120;e.value[b]=ne.now().plus({seconds:D}).toMillis(),Gi({name:t+"-estados",value:JSON.stringify(e.value),seconds:D})},v=async({callbackApi:b,code:k,counterTime:D=120,abrirTelegramDialog:S=!0,tiempoVigencia:x})=>{var T,R,q,ee,N,H;const B={contacto:o.value,medio:c.value,code:k};if(f(c.value)){const M=await b(B);if(!M)return{error:!0,message:"Error al enviar el mensaje"};if(M.error)return Z.error(`<p class="toast-title">Error</p><p class="toast-description">${M.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}),M;{const $=((R=(T=M.response)==null?void 0:T.data)==null?void 0:R.tiempoVigencia)||x;c.value!=="telegram"&&p(c.value,$),((ee=(q=M.response)==null?void 0:q.data)==null?void 0:ee.medioActualizado)===!0||(c.value==="telegram"&&S?n.nextTick(()=>{g()}):Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${M.message||"Mensaje enviado"}!</p>`,{autoClose:5e3,hideProgressBar:!0,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0}));const V=$||x||D;n.nextTick(()=>{var te;(te=a.value)==null||te.reInit(V)})}return M}else{if(c.value==="telegram"){const $=await b(B);return $?($.error?Z.error(`<p class="toast-title">Error</p><p class="toast-description">${$.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):!(((H=(N=$.response)==null?void 0:N.data)==null?void 0:H.medioActualizado)===!0)&&S&&n.nextTick(()=>{g()}),n.nextTick(()=>{var ie;(ie=a.value)==null||ie.reInit(D)}),$):{error:!0,message:"Error al enviar el mensaje"}}const M=typeof e.value[c.value]=="number"?Math.ceil((e.value[c.value]-Date.now())/1e3):120;return Z.error(`<p class="toast-title">Espera requerida</p><p class="toast-description">Debes esperar ${M} segundo${M!==1?"s":""} antes de solicitar un nuevo código.</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}),n.nextTick(()=>{n.nextTick(()=>{C(c.value)})}),{error:!0,message:`Debe esperar ${M} segundo${M!==1?"s":""} antes de volver a solicitar un código`}}},C=b=>{var k;if(typeof e.value[b]=="number"&&e.value[b]>Date.now()){const D=Math.round(Math.abs(e.value[b]-Date.now())/1e3);(k=a.value)==null||k.reInit(D)}},y=b=>{if(e.value[b]===null)return 0;if(typeof e.value[b]=="number"){const k=Math.ceil((e.value[b]-Date.now())/1e3);return k>0?k:0}return 0},E=n.computed(()=>(d.value,y("whatsapp"))),h=n.computed(()=>0),m=n.computed(()=>(d.value,y("email"))),g=()=>{u.value=!0};return{refCounter:a,currentContacto:o,message2Fa:i,currentMedio:c,openTelegram:u,sePuedeReenviarMensaje:f,enviarMensaje:v,openTelegramPage:()=>{if(!c9()){window.open(`https://web.telegram.org/k/#@${r.tgBot}`,"_blank");return}const b=document.createElement("a");b.href=`tg://resolve?domain=${r.tgBot}`,b.target="_blank",b.onclick=function(){setTimeout(function(){if(document.visibilityState==="visible"){const k=window.open(`https://web.telegram.org/k/#@${r.tgBot}`,"_blank");k==null||k.focus()}b.remove()},1e3)},b.click()},tiempoRestanteWhatsapp:E,tiempoRestanteTelegram:h,tiempoRestanteEmail:m,getTiempoRestante:y,message2FaContexto:s,url2FaContexto:l}}const u9=async t=>oe.post("/v1/validar/usuario",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),d9=async t=>oe.post("/v1/registrar/usuario",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),A9=async t=>oe.post("/v1/enviar/codigo/verificacion",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),f9=async t=>oe.post("/v1/confirmar/codigo/verificacion",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e});function p9(){const t=[re.object().shape({ci:re.string().required().label("Cédula de identidad"),nombres:re.string().required().label("Nombre"),paterno:re.string().when("materno",([R])=>R?re.string().notRequired():re.string().required().label("Apellido paterno o materno")),materno:re.string().when("paterno",([R])=>R?re.string().notRequired():re.string().required().label("Apellido paterno o materno")),fechaNacimiento:re.mixed().required().label("Fecha de nacimiento")},[["materno","paterno"]]),re.object().shape({celular:re.string().required().matches(Pl).min(8).max(8).label("Celular"),email:re.string().email().notRequired().label("E-mail"),direccion:re.string().required().label("Dirección"),password:re.string().required().matches(No).min(8).max(15).label("Contraseña"),repetirPassword:re.string().required().oneOf([re.ref("password")]).label("Confirmación de la contraseña")}),re.object().shape({codigoContacto:re.string().required().matches(Pr).max(10).label("Código")})],e=Ee(),r=ka(),a=n.ref([{name:"step1"},{name:"step2"},{name:"step3"}]),o=n.ref(0),i=n.computed(()=>t[o.value]),{refCounter:s,currentContacto:l,currentMedio:c,openTelegram:u,enviarMensaje:d,openTelegramPage:A}=vi("registro"),f=n.reactive({verificadoEmail:!1,verificadoTelegram:!1,verificadoWhatsapp:!1}),{values:p,handleSubmit:v,errors:C,setErrors:y,validateField:E,resetForm:h,setFieldValue:m,setFieldError:g}=pe.useForm({validationSchema:i,keepValuesOnUnmount:!0}),{value:w}=pe.useField("fechaNacimiento");n.watch(()=>p.celular,()=>{(f.verificadoTelegram||f.verificadoWhatsapp)&&(f.verificadoTelegram=!1,f.verificadoWhatsapp=!1)}),n.watch(()=>p.email,()=>{f.verificadoEmail&&(f.verificadoEmail=!1)});const b=v(async R=>{var ee,N,H;r.setLoading(!0);const q=new Date(`${R.fechaNacimiento.month}-${R.fechaNacimiento.day}-${R.fechaNacimiento.year}`);try{const M={ci:R.ci,nombres:(ee=R.nombres)==null?void 0:ee.trim(),paterno:(N=R.paterno)==null?void 0:N.trim(),materno:(H=R.materno)==null?void 0:H.trim(),fechaNacimiento:q,aplicacion:e.aplicacion},$=await u9(M);o.value=o.value+1,m("codigoRegistro",$.response.codigo)}catch(M){if(M.response&&Array.isArray(M.response)){Ge({error:M.response,setErrors:y});return}M.message&&Z.error(`<p class="toast-title">Error</p><p class="toast-description">${M.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}finally{r.setLoading(!1)}}),k=async({medio:R,contacto:q})=>{if(R==="email"){if(!p.email){g("email","Email es requerido para verificar");return}const{valid:M}=await E("email");if(!M||f.verificadoEmail)return}const N=R==="telegram",H=R==="whatsapp";if(N||H){if(N&&f.verificadoTelegram||H&&f.verificadoWhatsapp)return;const{valid:M}=await E("celular");if(!M)return}try{c.value=R,l.value=q,await S(N),N&&await new Promise(M=>setTimeout(M,100)),o.value=2}catch(M){Z.error(`<p class="toast-title">Error</p><p class="toast-description">${M.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},D=async()=>{try{const{valid:R}=await E("codigoContacto");if(!R)return;const q=await f9({code_confirmacion:p.codigoContacto,code:p.codigoRegistro,medio:c.value});Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${q.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0}),c.value==="email"?f.verificadoEmail=!0:c.value==="whatsapp"?f.verificadoWhatsapp=!0:c.value==="telegram"&&(f.verificadoTelegram=!0),o.value=o.value-1,m("codigoContacto",void 0),c.value=void 0,l.value=null}catch(R){Z.error(`<p class="toast-title">Error</p><p class="toast-description">${R.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},S=async(R=!1)=>{await d({callbackApi:A9,code:p.codigoRegistro,abrirTelegramDialog:R,counterTime:120})},x=()=>{o.value=1,m("codigoContacto",void 0)},B=()=>{o.value=0,h()},T=v(async R=>{var q,ee;if(!f.verificadoWhatsapp&&!f.verificadoTelegram){Z.error('<p class="toast-title">Verificación requerida</p><p class="toast-description">Debe verificar al menos WhatsApp o Telegram antes de completar el registro.</p>',{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0});return}r.setLoading(!0);try{const N=new Date(`${R.fechaNacimiento.month}-${R.fechaNacimiento.day}-${R.fechaNacimiento.year}`),H={...R,email:(q=R.email)==null?void 0:q.trim(),direccion:(ee=R.direccion)==null?void 0:ee.trim(),aplicacion:e.aplicacion,fechaNacimiento:N},M=await d9(H);Z.success(`<p class="toast-title">Registro completado</p><p class="toast-description">${M.message}</p>`,{autoClose:8e3,hideProgressBar:!1,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0}),r.setLoading(!1),setTimeout(()=>{e.goLoginPage()},2e3)}catch(N){if(N.response&&Array.isArray(N.response)){Ge({error:N.response,setErrors:y});return}N.message&&Z.error(`<p class="toast-title">Error</p><p class="toast-description">${N.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}finally{r.setLoading(!1)}});return{refCounter:s,currentContacto:l,values:p,steps:a,currentStep:o,mediosVerificados:f,fechaNacimiento:w,errors:C,openTelegram:u,onValidarDatosUsuario:b,onRegistrarUsuario:T,onEnviarMensaje:S,onEnviarCodigoAlUsuario:k,onEnviarCodigoVerificacion:D,onCancelarVerificacion:x,onCancelarRegistro:B,openTelegramPage:A}}const m9={key:0,class:"fge-auth-error"},xe=n.defineComponent({__name:"FgeErrorMessage",props:{error:{required:!0}},setup(t){return(e,r)=>t.error?(n.openBlock(),n.createElementBlock("p",m9,n.toDisplayString(t.error),1)):n.createCommentVNode("",!0)}}),h9={key:0,class:"fge-text-gray"},g9=["disabled"],v9={key:0},y9={key:1},w9=n.defineComponent({__name:"FgeButtonCounter",props:{reenviarMensaje:{type:Function,required:!0}},emits:["finished"],setup(t,{expose:e,emit:r}){const a=t,o=n.ref(0),i=n.ref(),s=n.ref(!1),l=r,c=async()=>{var A;if(!s.value){s.value=!0;try{const f=await((A=a.reenviarMensaje)==null?void 0:A.call(a));f&&typeof f=="object"&&"error"in f&&f.error===!0&&(s.value=!1)}catch{s.value=!1}}},u=(A=5)=>{o.value=A,s.value=!1,clearTimeout(i.value),d()},d=()=>{o.value>0?i.value=window.setTimeout(()=>{o.value-=1,d()},1e3):l("finished")};return e({reInit:u}),(A,f)=>o.value>0?(n.openBlock(),n.createElementBlock("span",h9,"Reenviar código en "+n.toDisplayString(o.value)+" segundo(s)",1)):(n.openBlock(),n.createElementBlock("button",{key:1,class:"fge-link-primary-button",title:"Reenviar código",disabled:s.value,onClick:c},[s.value?(n.openBlock(),n.createElementBlock("span",y9,"Enviando...")):(n.openBlock(),n.createElementBlock("span",v9,"Reenviar código"))],8,g9))}}),b9={class:"otp-input-container"},C9={key:0,for:"otp-input-0",class:"fge-form-label"},E9=["id","onUpdate:modelValue","inputmode","pattern","autocomplete","disabled","onInput","onKeydown","onFocus"],k9=Ye(n.defineComponent({__name:"FgeOtpInput",props:{modelValue:{default:""},length:{default:6},type:{default:"number"},label:{default:"Código:"},error:{default:null},disabled:{type:Boolean,default:!1},fieldName:{default:"code"}},emits:["update:modelValue"],setup(t,{expose:e,emit:r}){const a=t,o=r,i=(h,m)=>{const w=(m||"").split("").slice(0,h),b=Array(h).fill("");return w.forEach((k,D)=>{D<b.length&&(b[D]=k)}),b},s=n.ref(i(a.length,a.modelValue)),l=n.ref(Array(a.length).fill(null)),c=n.computed(()=>!!a.error),u=n.computed(()=>s.value.every(h=>h&&h.trim()!=="")),d=(h,m)=>{h&&(l.value[m]=h)};n.watch(()=>a.modelValue,h=>{const m=A(),g=h||"";g!==m&&(s.value=i(a.length,g))}),n.watch(()=>a.length,h=>{const m=A();s.value=i(h,m),l.value=Array(h).fill(null)}),n.watch(s,()=>{const h=A();o("update:modelValue",h)},{deep:!0});const A=()=>s.value.join(""),f=(h,m)=>{let w=m.target.value;if(w.length>1){const b=a.type==="number"?w.replace(/[^0-9]/g,""):w.replace(/[^a-zA-Z0-9]/g,"").toUpperCase();if(!b){s.value[h]="";return}s.value=Array(a.length).fill("");const k=b.split("").slice(0,a.length);k.forEach((x,B)=>{B<a.length&&(s.value[B]=x)});const D=A();o("update:modelValue",D);const S=Math.min(k.length,a.length-1);n.nextTick(()=>{var x,B,T,R;S<a.length?((x=l.value[S])==null||x.focus(),(B=l.value[S])==null||B.select()):((T=l.value[a.length-1])==null||T.focus(),(R=l.value[a.length-1])==null||R.select())});return}a.type==="number"&&(w=w.replace(/[^0-9]/g,"")),a.type==="text"&&(w=w.replace(/[^a-zA-Z0-9]/g,"").toUpperCase()),s.value[h]=w.slice(0,1),w&&h<a.length-1&&n.nextTick(()=>{var b;(b=l.value[h+1])==null||b.focus()})},p=(h,m)=>{var w,b;if((m.metaKey||m.ctrlKey)&&(m.key==="v"||m.key==="V"))if(navigator.clipboard&&navigator.clipboard.readText){m.preventDefault(),navigator.clipboard.readText().then(k=>{if(k){const D=a.type==="number"?k.replace(/[^0-9]/g,""):k.replace(/[^a-zA-Z0-9]/g,"").toUpperCase();if(D){const S=D.split("").slice(0,a.length);s.value=Array(a.length).fill(""),S.forEach((T,R)=>{R<a.length&&(s.value[R]=T)});const x=A();o("update:modelValue",x);const B=Math.min(S.length,a.length-1);n.nextTick(()=>{var T,R,q,ee;B<a.length?((T=l.value[B])==null||T.focus(),(R=l.value[B])==null||R.select()):((q=l.value[a.length-1])==null||q.focus(),(ee=l.value[a.length-1])==null||ee.select())})}}}).catch(()=>{});return}else return;m.key==="Backspace"&&(!s.value[h]&&h>0?n.nextTick(()=>{var k;(k=l.value[h-1])==null||k.focus(),s.value[h-1]=""}):s.value[h]=""),m.key==="ArrowLeft"&&h>0&&(m.preventDefault(),(w=l.value[h-1])==null||w.focus()),m.key==="ArrowRight"&&h<a.length-1&&(m.preventDefault(),(b=l.value[h+1])==null||b.focus()),a.type==="number"&&!/[0-9]/.test(m.key)&&!["Backspace","Delete","ArrowLeft","ArrowRight","Tab"].includes(m.key)&&m.preventDefault()},v=h=>{var D;h.preventDefault(),h.stopPropagation();const m=((D=h.clipboardData)==null?void 0:D.getData("text"))||"";if(!m.trim())return;const g=a.type==="number"?m.replace(/[^0-9]/g,""):m.replace(/[^a-zA-Z0-9]/g,"").toUpperCase();if(!g)return;const w=g.split("").slice(0,a.length);s.value=Array(a.length).fill(""),w.forEach((S,x)=>{x<a.length&&(s.value[x]=S)});const b=A();o("update:modelValue",b);const k=Math.min(w.length,a.length-1);n.nextTick(()=>{var S,x,B,T;k<a.length?((S=l.value[k])==null||S.focus(),(x=l.value[k])==null||x.select()):((B=l.value[a.length-1])==null||B.focus(),(T=l.value[a.length-1])==null||T.select())})},C=h=>{n.nextTick(()=>{var m;(m=l.value[h])==null||m.select()})};return e({clear:()=>{s.value=i(a.length,""),n.nextTick(()=>{var h;(h=l.value[0])==null||h.focus()})},focus:()=>{n.nextTick(()=>{var h;(h=l.value[0])==null||h.focus()})},getValue:A,isComplete:u}),(h,m)=>(n.openBlock(),n.createElementBlock("div",b9,[h.label?(n.openBlock(),n.createElementBlock("label",C9,n.toDisplayString(h.label),1)):n.createCommentVNode("",!0),n.createElementVNode("div",{class:n.normalizeClass(["otp-input-wrapper",{"otp-input-error":c.value,"otp-input-short":h.length===4}])},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(Array(h.length),(g,w)=>n.withDirectives((n.openBlock(),n.createElementBlock("input",{key:`otp-${w}-${h.length}`,id:`otp-input-${w}`,ref_for:!0,ref:b=>{b&&"tagName"in b&&b.tagName==="INPUT"&&d(b,w)},"onUpdate:modelValue":b=>s.value[w]=b,type:"text",inputmode:h.type==="number"?"numeric":"text",pattern:h.type==="number"?"[0-9]*":void 0,autocomplete:h.type==="number"?"one-time-code":"off",maxlength:"1",class:n.normalizeClass(["otp-input",{"otp-input-filled":s.value[w]}]),disabled:h.disabled,onInput:b=>f(w,b),onKeydown:b=>p(w,b),onPaste:m[0]||(m[0]=b=>v(b)),onFocus:b=>C(w)},null,42,E9)),[[n.vModelText,s.value[w]]])),128))],2)]))}}),[["__scopeId","data-v-09940bdc"]]),x9=t=>(n.pushScopeId("data-v-848f081a"),t=t(),n.popScopeId(),t),B9={class:"send-code-container"},S9={class:"mb-40"},T9={class:"field col-12 text-left m-0"},D9={key:0,class:"fge-form-label current-contact-label"},O9={key:1,class:"mensaje-servicio-container"},V9={class:"fge-text-gray mensaje-servicio-text"},I9={key:2,class:"text-center mb-3"},P9=["href"],M9=x9(()=>n.createElementVNode("br",null,null,-1)),_9={key:3,class:"auth-input-container"},R9={key:4,class:"text-center mt-1"},L9={class:"auth-btn-container"},F9=["disabled"],yi=Ye(n.defineComponent({__name:"FgeEnviarCodigo",props:{fieldName:{type:String,required:!0},message2Fa:{type:null,required:!1},url2FaContexto:{type:null,required:!1},message2FaContexto:{type:null,required:!1},isTelegram:{type:Boolean,default:!1},error:{type:null,required:!0},cancelarText:{type:String,default:"Anterior"},aceptarText:{type:String,default:"Aceptar"},cancelarFunction:{type:Function,required:!1},aceptarFunction:{type:Function,required:!1},reenviarMensaje:{type:Function,required:!1},showCode:{type:Boolean,required:!1,default:!0},refCounter:{required:!0},mostrarReenviar:{type:Boolean,default:!0}},emits:["update:codigo","update:refCounter","finishCount"],setup(t,{emit:e}){const r=e,a=t,o=n.computed(()=>a.isTelegram?4:6),i=n.computed(()=>a.isTelegram?"text":"number"),s=n.ref(),l=n.ref(null),c=n.ref(""),u=n.computed(()=>{const f=l.value;if(f&&f.isComplete!==void 0)return f.isComplete;const p=c.value||"",v=o.value;return p.length===v&&p.trim().length===v}),d=()=>{r("finishCount",!0)},A=(f,p)=>{c.value=f,p(f)};return n.watch(s,f=>{r("update:refCounter",f)}),n.watch(()=>o.value,()=>{c.value=""},{immediate:!1}),(f,p)=>(n.openBlock(),n.createElementBlock("div",B9,[n.createElementVNode("div",S9,[n.createElementVNode("div",T9,[t.message2Fa?(n.openBlock(),n.createElementBlock("p",D9,n.toDisplayString(t.message2Fa),1)):n.createCommentVNode("",!0),t.message2FaContexto?(n.openBlock(),n.createElementBlock("div",O9,[n.createElementVNode("p",V9,n.toDisplayString(t.message2FaContexto),1)])):n.createCommentVNode("",!0),t.isTelegram&&t.url2FaContexto?(n.openBlock(),n.createElementBlock("div",I9,[n.createElementVNode("a",{href:t.url2FaContexto,target:"_blank",class:"fge-green-button w-full inline-block text-center",style:{"text-decoration":"none",display:"inline-block",padding:"0.75rem 1.5rem"}}," Abrir Telegram ",8,P9)])):n.createCommentVNode("",!0),M9,t.showCode?(n.openBlock(),n.createElementBlock("div",_9,[n.createVNode(n.unref(pe.Field),{name:t.fieldName},{default:n.withCtx(({field:v,handleChange:C})=>[(n.openBlock(),n.createBlock(k9,{ref_key:"refOtpInput",ref:l,key:`otp-${t.fieldName}-${o.value}`,"model-value":(v==null?void 0:v.value)||"","onUpdate:modelValue":y=>A(y,C),length:o.value,type:i.value,label:"Código:",error:t.error,"field-name":t.fieldName},null,8,["model-value","onUpdate:modelValue","length","type","error","field-name"]))]),_:1},8,["name"])])):n.createCommentVNode("",!0),n.createVNode(xe,{error:t.error},null,8,["error"]),!t.isTelegram&&t.reenviarMensaje&&t.mostrarReenviar?(n.openBlock(),n.createElementBlock("div",R9,[n.createVNode(w9,{ref_key:"refBtnCounter",ref:s,reenviarMensaje:t.reenviarMensaje,onFinished:d},null,8,["reenviarMensaje"])])):n.createCommentVNode("",!0)]),n.renderSlot(f.$slots,"inputs",{},void 0,!0)]),n.createElementVNode("div",null,[n.createElementVNode("div",L9,[t.cancelarFunction?(n.openBlock(),n.createElementBlock("button",{key:0,title:"Volver",onClick:p[0]||(p[0]=()=>{var v;return(v=t.cancelarFunction)==null?void 0:v.call(t)}),class:"fge-gray-button w-full"},[n.createElementVNode("span",null,n.toDisplayString(t.cancelarText),1)])):n.createCommentVNode("",!0),t.aceptarFunction?(n.openBlock(),n.createElementBlock("button",{key:1,title:"Enviar código",onClick:p[1]||(p[1]=()=>{var v;return(v=t.aceptarFunction)==null?void 0:v.call(t)}),disabled:!u.value,class:n.normalizeClass(["w-full fge-auth-primary-button",{"fge-auth-primary-button-disabled":!u.value}])},[n.createElementVNode("span",null,n.toDisplayString(t.aceptarText),1)],10,F9)):n.createCommentVNode("",!0)])])]))}}),[["__scopeId","data-v-848f081a"]]),U9="data:image/png;base64,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BEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAA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",Z9={},H9=t=>(n.pushScopeId("data-v-d55c8d76"),t=t(),n.popScopeId(),t),Q9={class:"fge-logo-container"},q9=[H9(()=>n.createElementVNode("img",{src:U9,alt:"logo-icon"},null,-1))];function z9(t,e){return n.openBlock(),n.createElementBlock("div",Q9,q9)}const nc=Ye(Z9,[["render",z9],["__scopeId","data-v-d55c8d76"]]),K9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 35 35"},j9=[n.createElementVNode("path",{stroke:"currentColor","stroke-width":"2",d:"M34 17.5C34 26.613 26.613 34 17.5 34S1 26.613 1 17.5 8.387 1 17.5 1 34 8.387 34 17.5Z",class:"stroke-content"},null,-1),n.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M26 15.57v7.41a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V12.5c0-.83.67-1.5 1.5-1.5H26l-.62.605",class:"stroke-content"},null,-1),n.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m25.38 11.646-8.38 6.8-8.345-6.8",class:"stroke-content"},null,-1)];function J9(t,e){return n.openBlock(),n.createElementBlock("svg",K9,[...j9])}const Ma={render:J9},X9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 33 32"},W9=[n.createElementVNode("path",{stroke:"currentColor","stroke-miterlimit":"10","stroke-width":"2",d:"M16.95 31a15 15 0 1 0 0-30 15 15 0 0 0 0 30Z",class:"stroke-content"},null,-1),n.createElementVNode("path",{fill:"currentColor",d:"M24.25 9.91c-.06-.17-.13-.21-.23-.25-.23-.09-.63.04-.63.04S9.37 14.74 8.57 15.3c-.17.12-.23.19-.26.27-.14.4.29.57.29.57l3.61 1.18s.13.02.18-.01c.82-.52 8.27-5.22 8.7-5.38.07-.02.12 0 .1.05-.17.6-6.64 6.35-6.64 6.35l-.04.07-.34 3.58s-.14 1.1.96 0c.77-.77 1.52-1.42 1.9-1.74 1.24.86 2.58 1.81 3.16 2.3.29.25.53.29.73.28.55-.02.7-.62.7-.62s2.55-10.28 2.64-11.66l.02-.31c0-.13-.01-.26-.03-.32Z",class:"fill-content"},null,-1)];function $9(t,e){return n.openBlock(),n.createElementBlock("svg",X9,[...W9])}const _a={render:$9},Y9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 26 27"},G9=[n.createElementVNode("path",{stroke:"#513c86","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M17.879 1.109V6.63M8.109 1.11V6.63m13.357-1.705h1.068c1.056 0 1.909.93 1.909 2.087V23.83c0 1.157-.853 2.086-1.909 2.086H3.452c-1.056 0-1.908-.929-1.908-2.086V7.012c0-1.158.852-2.087 1.908-2.087h14.02"},null,-1),n.createElementVNode("path",{stroke:"#513c86","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"3",d:"M8.108 12.953v-.026m0 4.987v-.025m4.898-4.936-.025-.026m.025 4.987-.025-.025m4.898-4.936v-.026m0 4.987v-.025"},null,-1)];function N9(t,e){return n.openBlock(),n.createElementBlock("svg",Y9,[...G9])}const ev={render:N9},tv={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512"},nv=[n.createElementVNode("path",{d:"M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"},null,-1)];function rv(t,e){return n.openBlock(),n.createElementBlock("svg",tv,[...nv])}const av={render:rv},ov={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512"},iv=[n.createElementVNode("path",{d:"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"},null,-1)];function sv(t,e){return n.openBlock(),n.createElementBlock("svg",ov,[...iv])}const lv={render:sv},cv={style:{position:"relative"}},uv=["type","placeholder","name"],dv=[n.createElementVNode("path",{d:"M.2 10a11 11 0 0 1 19.6 0A11 11 0 0 1 .2 10zm9.8 4a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"},null,-1)],Av=[n.createElementVNode("path",{d:"M12.81 4.36l-1.77 1.78a4 4 0 0 0-4.9 4.9l-2.76 2.75C2.06 12.79.96 11.49.2 10a11 11 0 0 1 12.6-5.64zm3.8 1.85c1.33 1 2.43 2.3 3.2 3.79a11 11 0 0 1-12.62 5.64l1.77-1.78a4 4 0 0 0 4.9-4.9l2.76-2.75zm-.25-3.99l1.42 1.42L3.64 17.78l-1.42-1.42L16.36 2.22z"},null,-1)],xn=n.defineComponent({__name:"FgePassword",props:{class:{},errorClasses:{},name:{},placeholder:{},failedValidationMessage:{type:Boolean,default:!1},validationRegex:{type:[String,Boolean],default:!1},iconSize:{default:"1.25rem"},iconColor:{default:"var(--fge-orange-color)"}},emits:["input"],setup(t,{emit:e}){const r=t,a=e,o=n.ref("password"),i=n.ref(""),s=n.computed(()=>!i.value||!r.validationRegex||!r.failedValidationMessage?!0:u()),l=n.computed(()=>({height:r.iconSize,width:r.iconSize,color:r.iconColor,fill:"currentColor"})),c=()=>{o.value=o.value==="password"?"text":"password"},u=()=>typeof r.validationRegex=="string"?new RegExp(r.validationRegex,"g").test(i.value):!1;return(d,A)=>(n.openBlock(),n.createElementBlock("div",null,[n.createElementVNode("div",cv,[n.withDirectives(n.createElementVNode("input",{autocomplete:"off",style:{position:"relative"},type:o.value,placeholder:d.placeholder,class:n.normalizeClass(d.class),name:d.name,"onUpdate:modelValue":A[0]||(A[0]=f=>i.value=f),onInput:A[1]||(A[1]=f=>a("input",f.target.value))},null,42,uv),[[n.vModelDynamic,i.value]]),n.createElementVNode("a",{style:{cursor:"pointer",position:"absolute",top:"50%",right:"10px",transform:"translateY(-50%)"},onClick:n.withModifiers(c,["prevent"])},[n.withDirectives((n.openBlock(),n.createElementBlock("svg",{style:n.normalizeStyle(l.value),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},dv,4)),[[n.vShow,o.value==="password"]]),n.withDirectives((n.openBlock(),n.createElementBlock("svg",{style:n.normalizeStyle(l.value),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},Av,4)),[[n.vShow,o.value!=="password"]])])]),n.withDirectives(n.createElementVNode("div",{style:{"margin-top":"0.5rem"},class:n.normalizeClass(d.errorClasses)},n.toDisplayString(d.failedValidationMessage),3),[[n.vShow,!s.value]])]))}}),fv={xmlns:"http://www.w3.org/2000/svg",fill:"none","aria-hidden":"true","data-pc-section":"closebuttonicon",viewBox:"0 0 14 14"},pv=[n.createElementVNode("path",{fill:"currentColor",d:"m8.012 7.01 4.258-4.26a.723.723 0 1 0-1.021-1.021L6.99 5.988 2.733 1.73A.723.723 0 0 0 1.71 2.751L5.97 7.01l-4.258 4.258a.723.723 0 0 0 1.021 1.022l4.259-4.26 4.258 4.258a.723.723 0 0 0 1.021-1.021L8.012 7.008Z"},null,-1)];function mv(t,e){return n.openBlock(),n.createElementBlock("svg",fv,[...pv])}const rc={render:mv},hv={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 31 31"},gv=["fill"],vv=n.createElementVNode("path",{fill:"#fff",d:"m14.9528 18.8298-.32-8.73v-3.17h2.74v3.18l-.3101 8.71h-2.12l.0101.01Zm-.25 6.18v-3.72h2.53v3.72h-2.53Z"},null,-1),wi=n.defineComponent({__name:"ExclamationIcon",props:{mode:{type:String,default:"info"}},setup(t){const e=new Map([["gray","--fge-gray-icon"],["success","--fge-toast-success"],["error","--fge-toast-error"],["info","--fge-toast-info"],["warn","--fge-toast-warning"]]),r=t,a=n.computed(()=>r.mode),o=n.computed(()=>{const i=e.get(a.value);return window.getComputedStyle(document.documentElement).getPropertyValue(i)});return(i,s)=>(n.openBlock(),n.createElementBlock("svg",hv,[n.createElementVNode("path",{fill:o.value,d:"M15.9609 30.4998c8.2843 0 15-6.7158 15-15 0-8.2843-6.7157-15-15-15-8.2842 0-15 6.7157-15 15 0 8.2842 6.7158 15 15 15Z"},null,8,gv),vv]))}}),yv=n.createElementVNode("button",{class:"auth-hide-btn"},null,-1),wv={class:"auth-title-container"},bv=n.createElementVNode("p",null,"Confirmación vía Telegram",-1),Cv={class:"dialog-body"},Ev={class:"icon"},kv=n.createElementVNode("p",{class:"body-title"},"Siga los siguientes pasos:",-1),xv=n.createElementVNode("p",null,[n.createTextVNode(' Haz clic en el botón "Abrir" para abrir la página de '),n.createElementVNode("b",null,[n.createElementVNode("a",{href:"https://play.google.com/store/apps/details?id=org.telegram.messenger",target:"_blank"}," Telegram ")]),n.createTextVNode(" . ")],-1),Bv=n.createElementVNode("p",null,"1. Inicia sesión en tu cuenta de Telegram.",-1),Sv=n.createElementVNode("p",null,'2. Presiona el botón "Comenzar" o "Start"',-1),Tv=n.createElementVNode("p",{style:{"margin-left":"5px"}},[n.createTextVNode(' ** o ingrese "'),n.createElementVNode("b",null,"/start"),n.createTextVNode('" en el chat si no encuentra el botón ')],-1),Dv=n.createElementVNode("p",null,"3. Copia el código en el formulario para completar el proceso de confirmación.",-1),Ov={class:"dialog-footer"},ac=n.defineComponent({__name:"TelegramDialog",props:{open:{type:Boolean,default:!1},openClick:{type:Function,required:!0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=n.computed({get:()=>r.open,set:i=>o("update:open",i)}),o=e;return(i,s)=>(n.openBlock(),n.createBlock(n.unref(Po),{open:a.value,"onUpdate:open":s[2]||(s[2]=l=>a.value=l)},{default:n.withCtx(()=>[n.createVNode(n.unref(Mo),{"as-child":""},{default:n.withCtx(()=>[yv]),_:1}),n.createVNode(n.unref(Ro),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Uo),{class:"modal-overlay"}),n.createVNode(n.unref(Fo),{class:"auth-modal-container",onInteractOutside:s[1]||(s[1]=l=>l.preventDefault()),"aria-describedby":"dialog-description"},{default:n.withCtx(()=>[n.createVNode(n.unref(Zo),{class:"auth-dialog-title"},{default:n.withCtx(()=>[n.createElementVNode("div",wv,[bv,n.createVNode(n.unref(Cr),{class:"close-icon","aria-label":"Close"},{default:n.withCtx(()=>[n.createVNode(n.unref(rc))]),_:1})])]),_:1}),n.createElementVNode("div",Cv,[n.createElementVNode("div",Ev,[n.createVNode(wi,{mode:"gray"})]),kv,xv,Bv,Sv,Tv,Dv]),n.createElementVNode("div",Ov,[n.createVNode(n.unref(Cr),{class:"fge-gray-button w-full","aria-label":"Close"},{default:n.withCtx(()=>[n.createTextVNode(" Cerrar ")]),_:1}),n.createElementVNode("button",{class:"w-full fge-auth-primary-button",onClick:s[0]||(s[0]=n.withModifiers(()=>t.openClick(),["prevent"]))}," Abrir ")])]),_:1})]),_:1})]),_:1},8,["open"]))}}),ze=t=>(n.pushScopeId("data-v-8e6bdbfa"),t=t(),n.popScopeId(),t),Vv={class:"fge-right-container"},Iv={class:"auth-form-container"},Pv={class:"auth-input-container"},Mv=ze(()=>n.createElementVNode("label",{for:"nombres",class:"fge-form-label"},"Nombres:",-1)),_v={class:"auth-input-container"},Rv=ze(()=>n.createElementVNode("label",{for:"paterno",class:"fge-form-label"},"Primer Apellido:",-1)),Lv={class:"auth-input-container"},Fv=ze(()=>n.createElementVNode("label",{for:"materno",class:"fge-form-label"},"Segundo Apellido:",-1)),Uv={class:"auth-input-container"},Zv=ze(()=>n.createElementVNode("label",{for:"fechaNacimiento",class:"fge-form-label"},"Fecha de Nacimiento:",-1)),Hv={class:"date-picker-field-div"},Qv={class:"div-datepicker-header"},qv={class:"auth-input-container mb-0"},zv=ze(()=>n.createElementVNode("label",{for:"ci",class:"fge-form-label"},"Cédula de Identidad:",-1)),Kv={class:"fge-btn-section"},jv=ze(()=>n.createElementVNode("i",{class:"fge-horizontal-line"},null,-1)),Jv={class:"auth-btn-container"},Xv=[ze(()=>n.createElementVNode("span",null," Ir al login ",-1))],Wv=[ze(()=>n.createElementVNode("span",null," Siguiente ",-1))],$v={class:"auth-form-container"},Yv={class:"auth-input-container"},Gv=ze(()=>n.createElementVNode("label",{for:"celular",class:"fge-form-label"},"Celular:",-1)),Nv={class:"auth-relative-container"},ey={class:"auth-input-container"},ty=ze(()=>n.createElementVNode("label",{for:"email",class:"fge-form-label"},"E-mail:",-1)),ny={class:"auth-relative-container"},ry={class:"auth-input-container"},ay=ze(()=>n.createElementVNode("label",{for:"fge_dr",class:"fge-form-label"},"Dir­ección:",-1)),oy={class:"auth-input-container"},iy=ze(()=>n.createElementVNode("label",{for:"fge_new_spswd",class:"fge-form-label"},"Co­ntra­seña:",-1)),sy={class:"auth-input-container mb-0"},ly=ze(()=>n.createElementVNode("label",{for:"fge_contra_rep",class:"fge-form-label"}," Repetir con­t­ras­eña: ",-1)),cy={class:"fge-btn-section"},uy=ze(()=>n.createElementVNode("i",{class:"fge-horizontal-line"},null,-1)),dy={class:"auth-btn-container"},Ay=[ze(()=>n.createElementVNode("span",null,"Anterior",-1))],fy=[ze(()=>n.createElementVNode("span",null," Registrar ",-1))],py=Ye(n.defineComponent({__name:"FgeRegistrarPage",setup(t){const{values:e,refCounter:r,currentContacto:a,fechaNacimiento:o,steps:i,currentStep:s,mediosVerificados:l,errors:c,openTelegram:u,onValidarDatosUsuario:d,onCancelarRegistro:A,onRegistrarUsuario:f,onEnviarMensaje:p,onEnviarCodigoAlUsuario:v,onEnviarCodigoVerificacion:C,onCancelarVerificacion:y,openTelegramPage:E}=p9(),h=Ee();return(m,g)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(nc),n.createElementVNode("div",Vv,[n.createVNode(Ko,{currentStep:n.unref(s),steps:n.unref(i),showHeader:!1},{step1:n.withCtx(()=>[n.createElementVNode("div",Iv,[n.createElementVNode("div",Pv,[Mv,n.createVNode(n.unref(pe.Field),{name:"nombres",id:"nombres",class:n.normalizeClass(["fge-auth-input uppercase",{"fge-auth-input-invalid":n.unref(c).nombres}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(c).nombres},null,8,["error"])]),n.createElementVNode("div",_v,[Rv,n.createVNode(n.unref(pe.Field),{name:"paterno",id:"paterno",class:n.normalizeClass(["fge-auth-input uppercase",{"fge-auth-input-invalid":n.unref(c).paterno}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(c).paterno},null,8,["error"])]),n.createElementVNode("div",Lv,[Fv,n.createVNode(n.unref(pe.Field),{name:"materno",id:"materno",class:n.normalizeClass(["fge-auth-input uppercase",{"fge-auth-input-invalid":n.unref(c).materno}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(c).materno},null,8,["error"])]),n.createElementVNode("div",Uv,[Zv,n.createVNode(n.unref(O6),{id:"date-field",modelValue:n.unref(o),"onUpdate:modelValue":g[0]||(g[0]=w=>n.isRef(o)?o.value=w:null),locale:"es"},{default:n.withCtx(()=>[n.createVNode(n.unref(I6),{class:"fge-auth-input relative"},{default:n.withCtx(({segments:w})=>[n.createElementVNode("div",Hv,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(w,b=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:b.part},[b.part==="literal"?(n.openBlock(),n.createBlock(n.unref(Hd),{key:0,part:b.part},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(b.value),1)]),_:2},1032,["part"])):(n.openBlock(),n.createBlock(n.unref(Hd),{key:1,part:b.part,class:"date-picker-input"},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(b.value),1)]),_:2},1032,["part"]))],64))),128))]),n.createVNode(n.unref(M6),{class:"date-picker-btn"},{default:n.withCtx(()=>[n.createVNode(n.unref(ev),{class:"calendar-icon"})]),_:1})]),_:1}),n.createVNode(n.unref(_6),{"side-offset":4,class:"date-picker-content"},{default:n.withCtx(()=>[n.createVNode(n.unref(P6),{class:"calendar-fill-white"}),n.createVNode(n.unref(V6),{style:{padding:"1rem",width:"350px"}},{default:n.withCtx(({weekDays:w,grid:b})=>[n.createVNode(n.unref(y6),{class:"date-picker-header"},{default:n.withCtx(()=>[n.createVNode(n.unref(x6),{class:"date-picker-header-btn"},{default:n.withCtx(()=>[n.createVNode(n.unref(lv))]),_:1}),n.createVNode(n.unref(w6),{class:"datepicker-header-label"}),n.createVNode(n.unref(k6),{class:"date-picker-header-btn"},{default:n.withCtx(()=>[n.createVNode(n.unref(av))]),_:1})]),_:1}),n.createElementVNode("div",Qv,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(b,k=>(n.openBlock(),n.createBlock(n.unref(b6),{key:k.value.toString(),class:"div-datepicker-grid"},{default:n.withCtx(()=>[n.createVNode(n.unref(B6),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Zd),{class:"date-picker-grid-row"},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(w,D=>(n.openBlock(),n.createBlock(n.unref(E6),{key:D,class:"date-picker-header-cell"},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(D),1)]),_:2},1024))),128))]),_:2},1024)]),_:2},1024),n.createVNode(n.unref(S6),null,{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(k.rows,(D,S)=>(n.openBlock(),n.createBlock(n.unref(Zd),{key:`weekDate-${S}`,class:"datepicker-row"},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(D,x=>(n.openBlock(),n.createBlock(n.unref(C6),{key:x.toString(),date:x},{default:n.withCtx(()=>[n.createVNode(n.unref(T6),{day:x,month:k.value,class:"datepicker-cell-trigger"},null,8,["day","month"])]),_:2},1032,["date"]))),128))]),_:2},1024))),128))]),_:2},1024)]),_:2},1024))),128))])]),_:1})]),_:1})]),_:1},8,["modelValue"]),n.createVNode(xe,{error:n.unref(c).fechaNacimiento},null,8,["error"])]),n.createElementVNode("div",qv,[zv,n.createVNode(n.unref(pe.Field),{name:"ci",id:"ci",class:n.normalizeClass(["fge-auth-input",{"fge-auth-input-invalid":n.unref(c).ci}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(c).ci},null,8,["error"])])]),n.createElementVNode("div",Kv,[jv,n.createElementVNode("div",Jv,[n.createElementVNode("button",{title:"Ir al login",onClick:g[1]||(g[1]=(...w)=>n.unref(h).goLoginPage&&n.unref(h).goLoginPage(...w)),class:"fge-gray-button w-full"},Xv),n.createElementVNode("button",{title:"Siguiente paso",class:"w-full fge-auth-primary-button",onClick:g[2]||(g[2]=(...w)=>n.unref(d)&&n.unref(d)(...w))},Wv)])])]),step2:n.withCtx(()=>[n.createElementVNode("div",$v,[n.createElementVNode("div",Yv,[Gv,n.createElementVNode("div",Nv,[n.createVNode(n.unref(pe.Field),{name:"celular",id:"celular",class:n.normalizeClass(["fge-auth-input with-btns",{"fge-auth-input-invalid":n.unref(c).celular}]),type:"text"},null,8,["class"]),n.createVNode(n.unref(kr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(xr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Br),{title:n.unref(l).verificadoTelegram?"Verificado":"Verificar telegram",class:"btn-only-icon absolute",onClick:g[3]||(g[3]=w=>n.unref(v)({medio:"telegram",contacto:n.unref(e).celular}))},{default:n.withCtx(()=>[n.createVNode(n.unref(_a),{class:n.normalizeClass({"auth-svg-primary":n.unref(l).verificadoTelegram,"auth-svg-gray":!n.unref(l).verificadoTelegram})},null,8,["class"])]),_:1},8,["title"]),n.createVNode(n.unref(Dr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Sr),{class:"tooltip","side-offset":5},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(n.unref(l).verificadoTelegram?"Verificado":"Verificar")+" ",1),n.createVNode(n.unref(Tr),{class:"arrow-svg",width:10})]),_:1})]),_:1})]),_:1})]),_:1})]),n.createVNode(xe,{error:n.unref(c).celular},null,8,["error"])]),n.createElementVNode("div",ey,[ty,n.createElementVNode("div",ny,[n.createVNode(n.unref(pe.Field),{name:"email",id:"email",class:n.normalizeClass(["fge-auth-input with-btn",{"fge-auth-input-invalid":n.unref(c).email}]),type:"text"},null,8,["class"]),n.createVNode(n.unref(kr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(xr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Br),{title:n.unref(l).verificadoEmail?"Verificado":"Verificar",class:"btn-only-icon absolute",onClick:g[4]||(g[4]=w=>n.unref(v)({medio:"email",contacto:n.unref(e).email}))},{default:n.withCtx(()=>[n.createVNode(n.unref(Ma),{class:n.normalizeClass({"auth-svg-primary":n.unref(l).verificadoEmail,"auth-svg-gray":!n.unref(l).verificadoEmail})},null,8,["class"])]),_:1},8,["title"]),n.createVNode(n.unref(Dr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Sr),{class:"tooltip","side-offset":5},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(n.unref(l).verificadoEmail?"Verificado":"Verificar")+" ",1),n.createVNode(n.unref(Tr),{class:"arrow-svg",width:10})]),_:1})]),_:1})]),_:1})]),_:1})]),n.createVNode(xe,{error:n.unref(c).email},null,8,["error"])]),n.createElementVNode("div",ry,[ay,n.createVNode(n.unref(pe.Field),{name:"direccion",id:"fge_dr",class:n.normalizeClass(["w-full fge-auth-input",{"fge-auth-input-invalid":n.unref(c).direccion}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(c).direccion},null,8,["error"])]),n.createElementVNode("div",oy,[iy,n.createVNode(n.unref(pe.Field),{name:"password"},{default:n.withCtx(({field:w})=>[n.createVNode(xn,n.mergeProps({id:"fge_new_spswd"},w,{class:"fge-auth-input with-btn",onKeyup:n.withKeys(n.unref(f),["enter"]),modelValue:w.value}),null,16,["onKeyup","modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(c).password},null,8,["error"])]),n.createElementVNode("div",sy,[ly,n.createVNode(n.unref(pe.Field),{name:"repetirPassword"},{default:n.withCtx(({field:w})=>[n.createVNode(xn,n.mergeProps({id:"fge_contra_rep"},w,{class:["fge-auth-input with-btn",{"fge-auth-input-invalid":n.unref(c).repetirPassword}],onKeyup:n.withKeys(n.unref(f),["enter"]),modelValue:w.value}),null,16,["class","onKeyup","modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(c).repetirPassword},null,8,["error"])])]),n.createElementVNode("div",cy,[uy,n.createElementVNode("div",dy,[n.createElementVNode("button",{title:"Ir atrás",onClick:g[5]||(g[5]=(...w)=>n.unref(A)&&n.unref(A)(...w)),class:"fge-gray-button w-full"},Ay),n.createElementVNode("button",{title:"Registrar usuario",onClick:g[6]||(g[6]=(...w)=>n.unref(f)&&n.unref(f)(...w)),class:"w-full fge-auth-primary-button"},fy)])])]),step3:n.withCtx(()=>[n.createVNode(yi,{fieldName:"codigoContacto",refCounter:n.unref(r),"onUpdate:refCounter":g[7]||(g[7]=w=>n.isRef(r)?r.value=w:null),error:n.unref(c).codigoContacto,currentContacto:n.unref(a),cancelarFunction:n.unref(y),aceptarFunction:n.unref(C),reenviarMensaje:()=>n.unref(p)()},null,8,["refCounter","error","currentContacto","cancelarFunction","aceptarFunction","reenviarMensaje"])]),_:1},8,["currentStep","steps"])]),n.createVNode(ac,{open:n.unref(u),"onUpdate:open":g[8]||(g[8]=w=>n.isRef(u)?u.value=w:null),openClick:n.unref(E)},null,8,["open","openClick"])],64))}}),[["__scopeId","data-v-8e6bdbfa"]]),my={class:"footer"},hy={class:"fge-version-label"},gy=Ye(n.defineComponent({__name:"FgeFooter",setup(t){const e=Ee();return(r,a)=>(n.openBlock(),n.createElementBlock("div",my,[n.createElementVNode("p",hy,"Copyright Mp. Version "+n.toDisplayString(n.unref(e).systemVer),1)]))}}),[["__scopeId","data-v-526e8b52"]]),Pf="ciudadania-digital-bc";var Ue=(t=>(t.LOGIN="login",t.ALREADY_LOGIN="already_login",t.VALIDATE_FILE="validate_file",t.LOGOUT="logout",t.FORCE_CLOSE="force_close",t))(Ue||{});const vy=()=>{const t=window.location.href.split("?")[1],e=new URLSearchParams(t),r=Object.fromEntries(e.entries()),a=new BroadcastChannel(Pf);console.log("creando canal de escucha",a),!(yy(r,a)||by(r,a)||wy(r,a))&&Cy(r,a)},yy=(t,e)=>{if(t.agetic){Ra();const r=JSON.parse(t.agetic.replace("#/","")),a={event:Ue.LOGIN,message:"Sesión iniciada",data:{data:r,processKey:t==null?void 0:t.processKey}};return e.postMessage(a),window.close(),!0}else if(t.continueAuth){Ra();const r={event:Ue.ALREADY_LOGIN,message:"Sesión iniciada",data:{processKey:t==null?void 0:t.processKey}};return e.postMessage(r),window.close(),!0}return!1},wy=(t,e)=>{if(t.logout){Ra();const r=t.windowName?{windowName:t.windowName}:void 0;return e.postMessage({event:Ue.LOGOUT,data:r}),window.close(),!0}return!1},by=(t,e)=>t.approbation?(Ra(),e.postMessage({event:Ue.VALIDATE_FILE,data:JSON.parse(t.approbation.replace("#/",""))}),window.close(),!0):!1,Cy=(t,e)=>{if(t.redirectEmergency){Ra();const r={processKey:(t==null?void 0:t.windowName)||(t==null?void 0:t.processKey)};e.postMessage({event:Ue.FORCE_CLOSE,data:r}),window.close()}},Ra=()=>{const t=document.createElement("div");if(t)return t.innerHTML=`
23
+ For more information, see https://www.radix-vue.com/components/${r}`,l=`Warning: Missing \`Description\` or \`aria-describedby="undefined"\` for ${e}.`;n.onMounted(()=>{var c;document.getElementById(a)||console.warn(s);const u=(c=i.value)==null?void 0:c.getAttribute("aria-describedby");o&&u&&(document.getElementById(o)||console.warn(l))})}const Bd=n.defineComponent({__name:"DialogContentImpl",props:{forceMount:{type:Boolean},trapFocus:{type:Boolean},disableOutsidePointerEvents:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=Wt(),{forwardRef:i,currentElement:s}=oe();return o.titleId||(o.titleId=pn(void 0,"radix-vue-dialog-title")),o.descriptionId||(o.descriptionId=pn(void 0,"radix-vue-dialog-description")),n.onMounted(()=>{o.contentElement=s,We()!==document.body&&(o.triggerElement.value=We())}),process.env.NODE_ENV!=="production"&&_5({titleName:"DialogTitle",contentName:"DialogContent",componentLink:"dialog.html#title",titleId:o.titleId,descriptionId:o.descriptionId,contentElement:s}),(l,c)=>(n.openBlock(),n.createBlock(n.unref(fl),{"as-child":"",loop:"",trapped:r.trapFocus,onMountAutoFocus:c[5]||(c[5]=u=>a("openAutoFocus",u)),onUnmountAutoFocus:c[6]||(c[6]=u=>a("closeAutoFocus",u))},{default:n.withCtx(()=>[n.createVNode(n.unref(Lo),n.mergeProps({id:n.unref(o).contentId,ref:n.unref(i),as:l.as,"as-child":l.asChild,"disable-outside-pointer-events":l.disableOutsidePointerEvents,role:"dialog","aria-describedby":n.unref(o).descriptionId,"aria-labelledby":n.unref(o).titleId,"data-state":n.unref(xd)(n.unref(o).open.value)},l.$attrs,{onDismiss:c[0]||(c[0]=u=>n.unref(o).onOpenChange(!1)),onEscapeKeyDown:c[1]||(c[1]=u=>a("escapeKeyDown",u)),onFocusOutside:c[2]||(c[2]=u=>a("focusOutside",u)),onInteractOutside:c[3]||(c[3]=u=>a("interactOutside",u)),onPointerDownOutside:c[4]||(c[4]=u=>a("pointerDownOutside",u))}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16,["id","as","as-child","disable-outside-pointer-events","aria-describedby","aria-labelledby","data-state"])]),_:3},8,["trapped"]))}}),R5=n.defineComponent({__name:"DialogContentModal",props:{forceMount:{type:Boolean},trapFocus:{type:Boolean},disableOutsidePointerEvents:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=Wt(),i=ha(a),{forwardRef:s,currentElement:l}=oe();return cl(l),(c,u)=>(n.openBlock(),n.createBlock(Bd,n.mergeProps({...r,...n.unref(i)},{ref:n.unref(s),"trap-focus":n.unref(o).open.value,"disable-outside-pointer-events":!0,onCloseAutoFocus:u[0]||(u[0]=d=>{var A;d.defaultPrevented||(d.preventDefault(),(A=n.unref(o).triggerElement.value)==null||A.focus())}),onPointerDownOutside:u[1]||(u[1]=d=>{const A=d.detail.originalEvent,m=A.button===0&&A.ctrlKey===!0;(A.button===2||m)&&d.preventDefault()}),onFocusOutside:u[2]||(u[2]=d=>{d.preventDefault()})}),{default:n.withCtx(()=>[n.renderSlot(c.$slots,"default")]),_:3},16,["trap-focus"]))}}),L5=n.defineComponent({__name:"DialogContentNonModal",props:{forceMount:{type:Boolean},trapFocus:{type:Boolean},disableOutsidePointerEvents:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=ha(e);oe();const o=Wt(),i=n.ref(!1),s=n.ref(!1);return(l,c)=>(n.openBlock(),n.createBlock(Bd,n.mergeProps({...r,...n.unref(a)},{"trap-focus":!1,"disable-outside-pointer-events":!1,onCloseAutoFocus:c[0]||(c[0]=u=>{var d;u.defaultPrevented||(i.value||(d=n.unref(o).triggerElement.value)==null||d.focus(),u.preventDefault()),i.value=!1,s.value=!1}),onInteractOutside:c[1]||(c[1]=u=>{var d;u.defaultPrevented||(i.value=!0,u.detail.originalEvent.type==="pointerdown"&&(s.value=!0));const A=u.target;(d=n.unref(o).triggerElement.value)!=null&&d.contains(A)&&u.preventDefault(),u.detail.originalEvent.type==="focusin"&&s.value&&u.preventDefault()})}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16))}}),Fo=n.defineComponent({__name:"DialogContent",props:{forceMount:{type:Boolean},trapFocus:{type:Boolean},disableOutsidePointerEvents:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=Wt(),i=ha(a),{forwardRef:s}=oe();return(l,c)=>(n.openBlock(),n.createBlock(n.unref(Qn),{present:l.forceMount||n.unref(o).open.value},{default:n.withCtx(()=>[n.unref(o).modal.value?(n.openBlock(),n.createBlock(R5,n.mergeProps({key:0,ref:n.unref(s)},{...r,...n.unref(i),...l.$attrs}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16)):(n.openBlock(),n.createBlock(L5,n.mergeProps({key:1,ref:n.unref(s)},{...r,...n.unref(i),...l.$attrs}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16))]),_:3},8,["present"]))}}),F5=n.defineComponent({__name:"DialogOverlayImpl",props:{asChild:{type:Boolean},as:{}},setup(t){const e=Wt();return al(!0),oe(),(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),{as:r.as,"as-child":r.asChild,"data-state":n.unref(e).open.value?"open":"closed",style:{"pointer-events":"auto"}},{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},8,["as","as-child","data-state"]))}}),Uo=n.defineComponent({__name:"DialogOverlay",props:{forceMount:{type:Boolean},asChild:{type:Boolean},as:{}},setup(t){const e=Wt(),{forwardRef:r}=oe();return(a,o)=>{var i;return(i=n.unref(e))!=null&&i.modal.value?(n.openBlock(),n.createBlock(n.unref(Qn),{key:0,present:a.forceMount||n.unref(e).open.value},{default:n.withCtx(()=>[n.createVNode(F5,n.mergeProps(a.$attrs,{ref:n.unref(r),as:a.as,"as-child":a.asChild}),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16,["as","as-child"])]),_:3},8,["present"])):n.createCommentVNode("",!0)}}}),Er=n.defineComponent({__name:"DialogClose",props:{asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t;oe();const r=Wt();return(a,o)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{type:a.as==="button"?"button":void 0,onClick:o[0]||(o[0]=i=>n.unref(r).onOpenChange(!1))}),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16,["type"]))}}),Zo=n.defineComponent({__name:"DialogTitle",props:{asChild:{type:Boolean},as:{default:"h2"}},setup(t){const e=t,r=Wt();return oe(),(a,o)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{id:n.unref(r).titleId}),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16,["id"]))}}),[Sd,U5]=Oe("AvatarRoot"),Z5=n.defineComponent({__name:"AvatarRoot",props:{asChild:{type:Boolean},as:{default:"span"}},setup(t){return oe(),U5({imageLoadingStatus:n.ref("loading")}),(e,r)=>(n.openBlock(),n.createBlock(n.unref(ue),{"as-child":e.asChild,as:e.as},{default:n.withCtx(()=>[n.renderSlot(e.$slots,"default")]),_:3},8,["as-child","as"]))}});function H5(t,e){const r=n.ref("idle"),a=n.ref(!1),o=i=>()=>{a.value&&(r.value=i)};return n.onMounted(()=>{a.value=!0,n.watch([()=>t.value,()=>e==null?void 0:e.value],([i,s])=>{if(!i)r.value="error";else{const l=new window.Image;r.value="loading",l.onload=o("loaded"),l.onerror=o("error"),l.src=i,s&&(l.referrerPolicy=s)}},{immediate:!0})}),n.onUnmounted(()=>{a.value=!1}),r}const Q5=n.defineComponent({__name:"AvatarImage",props:{src:{},referrerPolicy:{},asChild:{type:Boolean},as:{default:"img"}},emits:["loadingStatusChange"],setup(t,{emit:e}){const r=t,a=e,{src:o,referrerPolicy:i}=n.toRefs(r);oe();const s=Sd(),l=H5(o,i);return n.watch(l,c=>{a("loadingStatusChange",c),c!=="idle"&&(s.imageLoadingStatus.value=c)},{immediate:!0}),(c,u)=>n.withDirectives((n.openBlock(),n.createBlock(n.unref(ue),{role:"img","as-child":c.asChild,as:c.as,src:n.unref(o),"referrer-policy":n.unref(i)},{default:n.withCtx(()=>[n.renderSlot(c.$slots,"default")]),_:3},8,["as-child","as","src","referrer-policy"])),[[n.vShow,n.unref(l)==="loaded"]])}}),q5=n.defineComponent({__name:"AvatarFallback",props:{delayMs:{default:0},asChild:{type:Boolean},as:{default:"span"}},setup(t){const e=t,r=Sd();oe();const a=n.ref(!1);let o;return n.watch(r.imageLoadingStatus,i=>{i==="loading"&&(a.value=!1,e.delayMs?o=setTimeout(()=>{a.value=!0,clearTimeout(o)},e.delayMs):a.value=!0)},{immediate:!0}),(i,s)=>a.value&&n.unref(r).imageLoadingStatus.value!=="loaded"?(n.openBlock(),n.createBlock(n.unref(ue),{key:0,"as-child":i.asChild,as:i.as},{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},8,["as-child","as"])):n.createCommentVNode("",!0)}});function z5(t){function e(a){return Array.isArray(t.date.value)?t.date.value.some(o=>cr(o,a)):t.date.value?cr(t.date.value,a):!1}const r=n.computed(()=>{var a,o,i,s;if(Array.isArray(t.date.value)){if(!t.date.value.length)return!1;for(const l of t.date.value)if((a=t.isDateDisabled)!=null&&a.call(t,l)||(o=t.isDateUnavailable)!=null&&o.call(t,l))return!0}else{if(!t.date.value)return!1;if((i=t.isDateDisabled)!=null&&i.call(t,t.date.value)||(s=t.isDateUnavailable)!=null&&s.call(t,t.date.value))return!0}return!1});return{isDateSelected:e,isInvalid:r}}function K5(t,e){const r=e(t),a=r.compare(t),o={};return a>=7&&(o.day=1),a>=Mt(t)&&(o.month=1),r.set({...o})}function j5(t,e){const r=e(t),a=t.compare(r),o={};return a>=7&&(o.day=35),a>=Mt(t)&&(o.month=13),r.set({...o})}function J5(t,e){return e(t)}function X5(t,e){return e(t)}function $5(t){const e=md(t.locale.value),r=n.computed(()=>{const b={calendar:t.placeholder.value.calendar.identifier};return t.placeholder.value.calendar.identifier==="gregory"&&t.placeholder.value.era==="BC"&&(b.era="short"),b}),a=n.ref(Fn({dateObj:t.placeholder.value,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value})),o=n.computed(()=>a.value.map(b=>b.value));function i(b){return!o.value.some(v=>Gu(b,v))}const s=(b="month",v)=>{if(!t.maxValue.value||!a.value.length)return!1;if(t.disabled.value)return!0;const k=a.value[a.value.length-1].value;if(v||t.nextPage.value){const p=K5(k,v||t.nextPage.value);return Eo(p,t.maxValue.value)}if(b==="year"){const p=k.add({years:1}).set({day:1,month:1});return Eo(p,t.maxValue.value)}const h=k.add({months:1}).set({day:1});return Eo(h,t.maxValue.value)},l=(b="month",v)=>{if(!t.minValue.value||!a.value.length)return!1;if(t.disabled.value)return!0;const k=a.value[0].value;if(v||t.prevPage.value){const p=j5(k,v||t.prevPage.value);return gr(p,t.minValue.value)}if(b==="year"){const p=k.subtract({years:1}).set({day:35,month:13});return gr(p,t.minValue.value)}const h=k.subtract({months:1}).set({day:35});return gr(h,t.minValue.value)};function c(b){var v;return!!((v=t.isDateDisabled)!=null&&v.call(t,b)||t.disabled.value||t.maxValue.value&&Eo(b,t.maxValue.value)||t.minValue.value&&gr(b,t.minValue.value))}const u=b=>{var v;return!!((v=t.isDateUnavailable)!=null&&v.call(t,b))},d=n.computed(()=>a.value.length?a.value[0].rows[0].map(b=>e.dayOfWeek(ut(b),t.weekdayFormat.value)):[]),A=(b="month",v)=>{const k=a.value[0].value;if(v||t.nextPage.value){const y=J5(k,v||t.nextPage.value),w=Fn({dateObj:y,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value});a.value=w;const C={};if(!v){const E=w[0].value.compare(k);E>=Mt(k)&&(C.day=1),E>=365&&(C.month=1)}t.placeholder.value=w[0].value.set({...C});return}const h=b==="month"?k.add({months:t.pagedNavigation.value?t.numberOfMonths.value:1}):k.add({years:1}),p=Fn({dateObj:h,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value});a.value=p,t.placeholder.value=p[0].value.set({day:1})},m=(b="month",v)=>{const k=a.value[0].value;if(v||t.prevPage.value){const y=X5(k,v||t.prevPage.value),w=Fn({dateObj:y,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value});a.value=w;const C={};if(!v){const E=k.compare(w[0].value);E>=Mt(k)&&(C.day=1),E>=365&&(C.month=1)}t.placeholder.value=w[0].value.set({...C});return}const h=b==="month"?k.subtract({months:t.pagedNavigation.value?t.numberOfMonths.value:1}):k.subtract({years:1}),p=Fn({dateObj:h,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value});a.value=p,t.placeholder.value=p[0].value.set({day:1})};n.watch(t.placeholder,b=>{o.value.some(v=>Gu(v,b))||(a.value=Fn({dateObj:b,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value}))}),n.watch([t.locale,t.weekStartsOn,t.fixedWeeks,t.numberOfMonths],()=>{a.value=Fn({dateObj:t.placeholder.value,weekStartsOn:t.weekStartsOn.value,locale:t.locale.value,fixedWeeks:t.fixedWeeks.value,numberOfMonths:t.numberOfMonths.value})});const f=n.computed(()=>{if(!a.value.length)return"";if(t.locale.value!==e.getLocale()&&e.setLocale(t.locale.value),a.value.length===1){const w=a.value[0].value;return`${e.fullMonthAndYear(ut(w),r.value)}`}const b=ut(a.value[0].value),v=ut(a.value[a.value.length-1].value),k=e.fullMonth(b,r.value),h=e.fullMonth(v,r.value),p=e.fullYear(b,r.value),y=e.fullYear(v,r.value);return p===y?`${k} - ${h} ${y}`:`${k} ${p} - ${h} ${y}`}),g=n.computed(()=>`${t.calendarLabel.value??"Event Date"}, ${f.value}`);return{isDateDisabled:c,isDateUnavailable:u,isNextButtonDisabled:s,isPrevButtonDisabled:l,grid:a,weekdays:d,visibleView:o,isOutsideVisibleView:i,formatter:e,nextPage:A,prevPage:m,headingValue:f,fullCalendarLabel:g}}const W5={style:{border:"0px",clip:"rect(0px, 0px, 0px, 0px)","clip-path":"inset(50%)",height:"1px",margin:"-1px",overflow:"hidden",padding:"0px",position:"absolute","white-space":"nowrap",width:"1px"}},Y5={role:"heading","aria-level":"2"},[kr,G5]=Oe("CalendarRoot"),N5=n.defineComponent({__name:"CalendarRoot",props:{modelValue:{},multiple:{type:Boolean,default:!1},defaultValue:{default:void 0},defaultPlaceholder:{},placeholder:{default:void 0},pagedNavigation:{type:Boolean,default:!1},preventDeselect:{type:Boolean,default:!1},weekStartsOn:{default:0},weekdayFormat:{default:"narrow"},calendarLabel:{},fixedWeeks:{type:Boolean,default:!1},maxValue:{},minValue:{},locale:{default:"en"},numberOfMonths:{default:1},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},initialFocus:{type:Boolean,default:!1},isDateDisabled:{type:Function,default:void 0},isDateUnavailable:{type:Function,default:void 0},dir:{},nextPage:{},prevPage:{},asChild:{type:Boolean},as:{default:"div"}},emits:["update:modelValue","update:placeholder"],setup(t,{emit:e}){const r=t,a=e,{locale:o,disabled:i,readonly:s,initialFocus:l,pagedNavigation:c,weekStartsOn:u,weekdayFormat:d,fixedWeeks:A,multiple:m,minValue:f,maxValue:g,numberOfMonths:b,preventDeselect:v,isDateDisabled:k,isDateUnavailable:h,calendarLabel:p,defaultValue:y,nextPage:w,prevPage:C,dir:E}=n.toRefs(r),{primitiveElement:T,currentElement:S}=va(),x=Hn(E),B=Le(r,"modelValue",a,{defaultValue:y.value,passive:r.modelValue===void 0}),O=$s({defaultPlaceholder:r.placeholder,defaultValue:B.value,locale:r.locale}),H=Le(r,"placeholder",a,{defaultValue:r.defaultPlaceholder??O.copy(),passive:r.placeholder===void 0});function $(R){H.value=R.copy()}const{fullCalendarLabel:Z,headingValue:re,isDateDisabled:z,isDateUnavailable:M,isNextButtonDisabled:J,isPrevButtonDisabled:ee,weekdays:V,isOutsideVisibleView:te,nextPage:pe,prevPage:Y,formatter:_,grid:G}=$5({locale:o,placeholder:H,weekStartsOn:u,fixedWeeks:A,numberOfMonths:b,minValue:f,maxValue:g,disabled:i,weekdayFormat:d,pagedNavigation:c,isDateDisabled:k.value,isDateUnavailable:h.value,calendarLabel:p,nextPage:w,prevPage:C}),{isInvalid:U,isDateSelected:L}=z5({date:B,isDateDisabled:z,isDateUnavailable:M});n.watch(B,R=>{if(Array.isArray(R)&&R.length){const N=R[R.length-1];N&&!ia(H.value,N)&&$(N)}else!Array.isArray(R)&&R&&!ia(H.value,R)&&$(R)});function D(R){if(m.value){if(!B.value)B.value=[R.copy()];else if(Array.isArray(B.value)){if(B.value.findIndex(N=>cr(N,R))===-1)B.value=[...B.value,R];else if(!v.value){const N=B.value.filter(q=>!cr(q,R));if(!N.length){H.value=R.copy(),B.value=void 0;return}B.value=N.map(q=>q.copy())}}}else{if(!B.value){B.value=R.copy();return}!v.value&&ia(B.value,R)?(H.value=R.copy(),B.value=void 0):B.value=R.copy()}}return n.onMounted(()=>{l.value&&xh(S.value)}),G5({isDateUnavailable:M,dir:x,isDateDisabled:z,locale:o,formatter:_,modelValue:B,placeholder:H,disabled:i,initialFocus:l,pagedNavigation:c,weekStartsOn:u,weekdayFormat:d,fixedWeeks:A,multiple:m,numberOfMonths:b,readonly:s,preventDeselect:v,fullCalendarLabel:Z,headingValue:re,isInvalid:U,isDateSelected:L,isNextButtonDisabled:J,isPrevButtonDisabled:ee,isOutsideVisibleView:te,nextPage:pe,prevPage:Y,parentElement:S,onPlaceholderChange:$,onDateChange:D}),(R,N)=>(n.openBlock(),n.createBlock(n.unref(ue),{ref_key:"primitiveElement",ref:T,as:R.as,"as-child":R.asChild,role:"application","aria-label":n.unref(Z),"data-readonly":n.unref(s)?"":void 0,"data-disabled":n.unref(i)?"":void 0,"data-invalid":n.unref(U)?"":void 0,dir:n.unref(x)},{default:n.withCtx(()=>[n.renderSlot(R.$slots,"default",{date:n.unref(H),grid:n.unref(G),weekDays:n.unref(V),weekStartsOn:n.unref(u),locale:n.unref(o),fixedWeeks:n.unref(A)}),n.createElementVNode("div",W5,[n.createElementVNode("div",Y5,n.toDisplayString(n.unref(Z)),1)])]),_:3},8,["as","as-child","aria-label","data-readonly","data-disabled","data-invalid","dir"]))}}),e4=n.defineComponent({__name:"CalendarHeader",props:{asChild:{type:Boolean},as:{default:"div"}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),t4=n.defineComponent({__name:"CalendarHeading",props:{asChild:{type:Boolean},as:{default:"div"}},setup(t){const e=t,r=kr();return(a,o)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{"data-disabled":n.unref(r).disabled.value?"":void 0}),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default",{headingValue:n.unref(r).headingValue.value},()=>[n.createTextVNode(n.toDisplayString(n.unref(r).headingValue.value),1)])]),_:3},16,["data-disabled"]))}}),n4=n.defineComponent({__name:"CalendarGrid",props:{asChild:{type:Boolean},as:{default:"table"}},setup(t){const e=t,r=kr(),a=n.computed(()=>r.disabled.value?!0:void 0),o=n.computed(()=>r.readonly.value?!0:void 0);return(i,s)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{tabindex:"-1",role:"grid","aria-readonly":o.value,"aria-disabled":a.value,"data-readonly":o.value&&"","data-disabled":a.value&&""}),{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},16,["aria-readonly","aria-disabled","data-readonly","data-disabled"]))}}),r4=n.defineComponent({__name:"CalendarCell",props:{date:{},asChild:{type:Boolean},as:{default:"td"}},setup(t){const e=kr();return(r,a)=>{var o,i;return n.openBlock(),n.createBlock(n.unref(ue),{as:r.as,"as-child":r.asChild,role:"gridcell","aria-selected":n.unref(e).isDateSelected(r.date)?!0:void 0,"aria-disabled":n.unref(e).isDateDisabled(r.date)||((i=(o=n.unref(e)).isDateUnavailable)==null?void 0:i.call(o,r.date)),"data-disabled":n.unref(e).isDateDisabled(r.date)?"":void 0},{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},8,["as","as-child","aria-selected","aria-disabled","data-disabled"])}}}),a4=n.defineComponent({__name:"CalendarHeadCell",props:{asChild:{type:Boolean},as:{default:"th"}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),o4=n.defineComponent({__name:"CalendarNext",props:{step:{default:"month"},nextPage:{},asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,r=n.computed(()=>a.disabled.value||a.isNextButtonDisabled(e.step,e.nextPage)),a=kr();return(o,i)=>(n.openBlock(),n.createBlock(n.unref(ue),{as:e.as,"as-child":e.asChild,"aria-label":"Next page",type:o.as==="button"?"button":void 0,"aria-disabled":r.value||void 0,"data-disabled":r.value||void 0,disabled:r.value,onClick:i[0]||(i[0]=s=>n.unref(a).nextPage(e.step,e.nextPage))},{default:n.withCtx(()=>[n.renderSlot(o.$slots,"default",{},()=>[n.createTextVNode("Next page")])]),_:3},8,["as","as-child","type","aria-disabled","data-disabled","disabled"]))}}),i4=n.defineComponent({__name:"CalendarPrev",props:{step:{default:"month"},prevPage:{},asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,r=n.computed(()=>a.disabled.value||a.isPrevButtonDisabled(e.step,e.prevPage)),a=kr();return(o,i)=>(n.openBlock(),n.createBlock(n.unref(ue),{"aria-label":"Previous page",as:e.as,"as-child":e.asChild,type:o.as==="button"?"button":void 0,"aria-disabled":r.value||void 0,"data-disabled":r.value||void 0,disabled:r.value,onClick:i[0]||(i[0]=s=>n.unref(a).prevPage(e.step,e.prevPage))},{default:n.withCtx(()=>[n.renderSlot(o.$slots,"default",{},()=>[n.createTextVNode("Prev page")])]),_:3},8,["as","as-child","type","aria-disabled","data-disabled","disabled"]))}}),s4=n.defineComponent({__name:"CalendarGridHead",props:{asChild:{type:Boolean},as:{default:"thead"}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{"aria-hidden":"true"}),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),l4=n.defineComponent({__name:"CalendarGridBody",props:{asChild:{type:Boolean},as:{default:"tbody"}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),c4=n.defineComponent({__name:"CalendarGridRow",props:{asChild:{type:Boolean},as:{default:"tr"}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),u4=n.defineComponent({__name:"CalendarCellTrigger",props:{day:{},month:{},asChild:{type:Boolean},as:{default:"div"}},setup(t){const e=t,r=ga(),a=kr(),{primitiveElement:o,currentElement:i}=va(),s=n.computed(()=>e.day.day.toLocaleString(a.locale.value)),l=n.computed(()=>a.formatter.custom(ut(e.day),{weekday:"long",month:"long",day:"numeric",year:"numeric"})),c=n.computed(()=>a.isDateDisabled(e.day)),u=n.computed(()=>{var p;return(p=a.isDateUnavailable)==null?void 0:p.call(a,e.day)}),d=n.computed(()=>S3(e.day,sa())),A=n.computed(()=>!B3(e.day,e.month)),m=n.computed(()=>a.isOutsideVisibleView(e.day)),f=n.computed(()=>!a.disabled.value&&cr(e.day,a.placeholder.value)),g=n.computed(()=>a.isDateSelected(e.day)),b="[data-radix-vue-calendar-cell-trigger]:not([data-disabled]):not([data-outside-view]):not([data-outside-visible-view])";function v(p){var y;a.readonly.value||a.isDateDisabled(p)||(y=a.isDateUnavailable)!=null&&y.call(a,p)||a.onDateChange(p)}function k(){v(e.day)}function h(p){p.preventDefault(),p.stopPropagation();const y=a.parentElement.value,w=y?Array.from(y.querySelectorAll(b)):[];let C=w.indexOf(i.value);const E=7,T=a.dir.value==="rtl"?-1:1;switch(p.code){case r.ARROW_RIGHT:C+=T;break;case r.ARROW_LEFT:C-=T;break;case r.ARROW_UP:C-=E;break;case r.ARROW_DOWN:C+=E;break;case r.ENTER:case r.SPACE_CODE:v(e.day);return;default:return}if(C>=0&&C<w.length){w[C].focus();return}if(C<0){if(a.isPrevButtonDisabled("month"))return;a.prevPage(),n.nextTick(()=>{const S=y?Array.from(y.querySelectorAll(b)):[];if(!a.pagedNavigation.value){const x=Mt(a.placeholder.value);S[x-Math.abs(C)].focus();return}S[S.length-Math.abs(C)].focus()});return}if(C>=w.length){if(a.isNextButtonDisabled("month"))return;a.nextPage(),n.nextTick(()=>{const S=y?Array.from(y.querySelectorAll(b)):[];if(!a.pagedNavigation.value){const x=Mt(a.placeholder.value.add({months:a.numberOfMonths.value-1}));S[S.length-x+C-w.length].focus();return}S[C-w.length].focus()})}}return(p,y)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps({ref_key:"primitiveElement",ref:o},e,{role:"button","aria-label":l.value,"data-radix-vue-calendar-cell-trigger":"","aria-disabled":c.value||u.value?!0:void 0,"data-selected":g.value?!0:void 0,"data-value":p.day.toString(),"data-disabled":c.value?"":void 0,"data-unavailable":u.value?"":void 0,"data-today":d.value?"":void 0,"data-outside-view":A.value?"":void 0,"data-outside-visible-view":m.value?"":void 0,"data-focused":f.value?"":void 0,tabindex:f.value?0:A.value||c.value?void 0:-1,onClick:k,onKeydown:[n.withKeys(h,["up","down","left","right","space","enter"]),y[0]||(y[0]=n.withKeys(n.withModifiers(()=>{},["prevent"]),["enter"]))]}),{default:n.withCtx(()=>[n.renderSlot(p.$slots,"default",{dayValue:s.value},()=>[n.createTextVNode(n.toDisplayString(s.value),1)])]),_:3},16,["aria-label","aria-disabled","data-selected","data-value","data-disabled","data-unavailable","data-today","data-outside-view","data-outside-visible-view","data-focused","tabindex"]))}});function Ho(t){return t==="indeterminate"}function Td(t){return Ho(t)?"indeterminate":t?"checked":"unchecked"}const d4=["value","checked","name","disabled","required"],[A4,f4]=Oe("CheckboxRoot"),p4=n.defineComponent({inheritAttrs:!1,__name:"CheckboxRoot",props:{defaultChecked:{type:Boolean},checked:{type:[Boolean,String],default:void 0},disabled:{type:Boolean},required:{type:Boolean},name:{},value:{default:"on"},id:{},asChild:{type:Boolean},as:{default:"button"}},emits:["update:checked"],setup(t,{emit:e}){const r=t,a=e,{disabled:o}=n.toRefs(r),i=Le(r,"checked",a,{defaultValue:r.defaultChecked,passive:r.checked===void 0}),{forwardRef:s,currentElement:l}=oe(),c=il(l),u=n.computed(()=>{var d;return r.id&&l.value?(d=document.querySelector(`[for="${r.id}"]`))==null?void 0:d.innerText:void 0});return f4({disabled:o,state:i}),(d,A)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(n.unref(ue),n.mergeProps(d.$attrs,{id:d.id,ref:n.unref(s),role:"checkbox","as-child":r.asChild,as:d.as,type:d.as==="button"?"button":void 0,"aria-checked":n.unref(Ho)(n.unref(i))?"mixed":n.unref(i),"aria-required":r.required,"aria-label":d.$attrs["aria-label"]||u.value,"data-state":n.unref(Td)(n.unref(i)),"data-disabled":n.unref(o)?"":void 0,disabled:n.unref(o),onKeydown:n.withKeys(n.withModifiers(()=>{},["prevent"]),["enter"]),onClick:A[0]||(A[0]=m=>i.value=n.unref(Ho)(n.unref(i))?!0:!n.unref(i))}),{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default",{checked:n.unref(i)})]),_:3},16,["id","as-child","as","type","aria-checked","aria-required","aria-label","data-state","data-disabled","disabled","onKeydown"]),n.unref(c)?(n.openBlock(),n.createElementBlock("input",{key:0,type:"checkbox",tabindex:"-1","aria-hidden":"true",value:d.value,checked:!!n.unref(i),name:r.name,disabled:r.disabled,required:r.required,style:{transform:"translateX(-100%)",position:"absolute",pointerEvents:"none",opacity:0,margin:0}},null,8,d4)):n.createCommentVNode("",!0)],64))}}),m4=n.defineComponent({__name:"CheckboxIndicator",props:{forceMount:{type:Boolean},asChild:{type:Boolean},as:{default:"span"}},setup(t){const{forwardRef:e}=oe(),r=A4();return(a,o)=>(n.openBlock(),n.createBlock(n.unref(Qn),{present:a.forceMount||n.unref(Ho)(n.unref(r).state.value)||n.unref(r).state.value===!0},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),n.mergeProps({ref:n.unref(e),"data-state":n.unref(Td)(n.unref(r).state.value),"data-disabled":n.unref(r).disabled.value?"":void 0,style:{pointerEvents:"none"},"as-child":a.asChild,as:a.as},a.$attrs),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16,["data-state","data-disabled","as-child","as"])]),_:3},8,["present"]))}}),[Od,h4]=Oe("PopperRoot"),hl=n.defineComponent({inheritAttrs:!1,__name:"PopperRoot",setup(t){const e=n.ref();return h4({anchor:e,onAnchorChange:r=>e.value=r}),(r,a)=>n.renderSlot(r.$slots,"default")}}),gl=n.defineComponent({__name:"PopperAnchor",props:{element:{},asChild:{type:Boolean},as:{}},setup(t){const e=t,{forwardRef:r,currentElement:a}=oe(),o=Od();return n.watchEffect(()=>{o.onAnchorChange(e.element??a.value)}),(i,s)=>(n.openBlock(),n.createBlock(n.unref(ue),{ref:n.unref(r),as:i.as,"as-child":i.asChild},{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},8,["as","as-child"]))}});function g4(t){return t!==null}function v4(t){return{name:"transformOrigin",options:t,fn(e){var r,a,o;const{placement:i,rects:s,middlewareData:l}=e,c=((r=l.arrow)==null?void 0:r.centerOffset)!==0,u=c?0:t.arrowWidth,d=c?0:t.arrowHeight,[A,m]=vl(i),f={start:"0%",center:"50%",end:"100%"}[m],g=(((a=l.arrow)==null?void 0:a.x)??0)+u/2,b=(((o=l.arrow)==null?void 0:o.y)??0)+d/2;let v="",k="";return A==="bottom"?(v=c?f:`${g}px`,k=`${-d}px`):A==="top"?(v=c?f:`${g}px`,k=`${s.floating.height+d}px`):A==="right"?(v=`${-d}px`,k=c?f:`${b}px`):A==="left"&&(v=`${s.floating.width+d}px`,k=c?f:`${b}px`),{data:{x:v,y:k}}}}}function vl(t){const[e,r="center"]=t.split("-");return[e,r]}const Dd={side:"bottom",sideOffset:0,align:"center",alignOffset:0,arrowPadding:0,avoidCollisions:!0,collisionBoundary:()=>[],collisionPadding:0,sticky:"partial",hideWhenDetached:!1,updatePositionStrategy:"optimized",prioritizePosition:!1},[y4,w4]=Oe("PopperContent"),yl=n.defineComponent({inheritAttrs:!1,__name:"PopperContent",props:n.mergeDefaults({side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},{...Dd}),emits:["placed"],setup(t,{emit:e}){const r=t,a=e,o=Od(),{forwardRef:i,currentElement:s}=oe(),l=n.ref(),c=n.ref(),{width:u,height:d}=l5(c),A=n.computed(()=>r.side+(r.align!=="center"?`-${r.align}`:"")),m=n.computed(()=>typeof r.collisionPadding=="number"?r.collisionPadding:{top:0,right:0,bottom:0,left:0,...r.collisionPadding}),f=n.computed(()=>Array.isArray(r.collisionBoundary)?r.collisionBoundary:[r.collisionBoundary]),g=n.computed(()=>({padding:m.value,boundary:f.value.filter(g4),altBoundary:f.value.length>0})),b=Bh(()=>[ih({mainAxis:r.sideOffset+d.value,alignmentAxis:r.alignOffset}),r.prioritizePosition&&r.avoidCollisions&&ed({...g.value}),r.avoidCollisions&&sh({mainAxis:!0,crossAxis:!!r.prioritizePosition,limiter:r.sticky==="partial"?dh():void 0,...g.value}),!r.prioritizePosition&&r.avoidCollisions&&ed({...g.value}),lh({...g.value,apply:({elements:x,rects:B,availableWidth:O,availableHeight:H})=>{const{width:$,height:Z}=B.reference,re=x.floating.style;re.setProperty("--radix-popper-available-width",`${O}px`),re.setProperty("--radix-popper-available-height",`${H}px`),re.setProperty("--radix-popper-anchor-width",`${$}px`),re.setProperty("--radix-popper-anchor-height",`${Z}px`)}}),c.value&&ph({element:c.value,padding:r.arrowPadding}),v4({arrowWidth:u.value,arrowHeight:d.value}),r.hideWhenDetached&&ch({strategy:"referenceHidden",...g.value})]),{floatingStyles:v,placement:k,isPositioned:h,middlewareData:p}=mh(o.anchor,l,{strategy:"fixed",placement:A,whileElementsMounted:(...x)=>oh(...x,{animationFrame:r.updatePositionStrategy==="always"}),middleware:b}),y=n.computed(()=>vl(k.value)[0]),w=n.computed(()=>vl(k.value)[1]);n.watchPostEffect(()=>{h.value&&a("placed")});const C=n.computed(()=>{var x;return((x=p.value.arrow)==null?void 0:x.centerOffset)!==0}),E=n.ref("");n.watchEffect(()=>{s.value&&(E.value=window.getComputedStyle(s.value).zIndex)});const T=n.computed(()=>{var x;return((x=p.value.arrow)==null?void 0:x.x)??0}),S=n.computed(()=>{var x;return((x=p.value.arrow)==null?void 0:x.y)??0});return w4({placedSide:y,onArrowChange:x=>c.value=x,arrowX:T,arrowY:S,shouldHideArrow:C}),(x,B)=>{var O,H,$;return n.openBlock(),n.createElementBlock("div",{ref_key:"floatingRef",ref:l,"data-radix-popper-content-wrapper":"",style:n.normalizeStyle({...n.unref(v),transform:n.unref(h)?n.unref(v).transform:"translate(0, -200%)",minWidth:"max-content",zIndex:E.value,"--radix-popper-transform-origin":[(O=n.unref(p).transformOrigin)==null?void 0:O.x,(H=n.unref(p).transformOrigin)==null?void 0:H.y].join(" "),...(($=n.unref(p).hide)==null?void 0:$.referenceHidden)&&{visibility:"hidden",pointerEvents:"none"}})},[n.createVNode(n.unref(ue),n.mergeProps({ref:n.unref(i)},x.$attrs,{"as-child":r.asChild,as:x.as,"data-side":y.value,"data-align":w.value,style:{animation:n.unref(h)?void 0:"none"}}),{default:n.withCtx(()=>[n.renderSlot(x.$slots,"default")]),_:3},16,["as-child","as","data-side","data-align","style"])],4)}}}),b4=n.createElementVNode("polygon",{points:"0,0 30,0 15,10"},null,-1),C4=n.defineComponent({__name:"Arrow",props:{width:{default:10},height:{default:5},asChild:{type:Boolean},as:{default:"svg"}},setup(t){const e=t;return oe(),(r,a)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(e,{width:r.width,height:r.height,viewBox:r.asChild?void 0:"0 0 30 10",preserveAspectRatio:r.asChild?void 0:"none"}),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default",{},()=>[b4])]),_:3},16,["width","height","viewBox","preserveAspectRatio"]))}}),E4={top:"bottom",right:"left",bottom:"top",left:"right"},Vd=n.defineComponent({inheritAttrs:!1,__name:"PopperArrow",props:{width:{},height:{},asChild:{type:Boolean},as:{default:"svg"}},setup(t){const{forwardRef:e}=oe(),r=y4(),a=n.computed(()=>E4[r.placedSide.value]);return(o,i)=>{var s,l,c,u;return n.openBlock(),n.createElementBlock("span",{ref:d=>{n.unref(r).onArrowChange(d)},style:n.normalizeStyle({position:"absolute",left:(s=n.unref(r).arrowX)!=null&&s.value?`${(l=n.unref(r).arrowX)==null?void 0:l.value}px`:void 0,top:(c=n.unref(r).arrowY)!=null&&c.value?`${(u=n.unref(r).arrowY)==null?void 0:u.value}px`:void 0,[a.value]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[n.unref(r).placedSide.value],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[n.unref(r).placedSide.value],visibility:n.unref(r).shouldHideArrow.value?"hidden":void 0})},[n.createVNode(C4,n.mergeProps(o.$attrs,{ref:n.unref(e),style:{display:"block"},as:o.as,"as-child":o.asChild,width:o.width,height:o.height}),{default:n.withCtx(()=>[n.renderSlot(o.$slots,"default")]),_:3},16,["as","as-child","width","height"])],4)}}}),k4=n.defineComponent({__name:"VisuallyHidden",props:{asChild:{type:Boolean},as:{default:"span"}},setup(t){return oe(),(e,r)=>(n.openBlock(),n.createBlock(n.unref(ue),{as:e.as,"as-child":e.asChild,style:{position:"absolute",border:0,width:"1px",display:"inline-block",height:"1px",padding:0,margin:"-1px",overflow:"hidden",clip:"rect(0, 0, 0, 0)",whiteSpace:"nowrap",wordWrap:"normal"}},{default:n.withCtx(()=>[n.renderSlot(e.$slots,"default")]),_:3},8,["as","as-child"]))}}),x4="data-radix-vue-collection-item",[wl,B4]=Oe("CollectionProvider");function S4(t=x4){const e=n.ref(new Map),r=n.ref(),a=B4({collectionRef:r,itemMap:e,attrName:t}),{getItems:o}=Pd(a),i=n.computed(()=>Array.from(a.itemMap.value.values())),s=n.computed(()=>a.itemMap.value.size);return{getItems:o,reactiveItems:i,itemMapSize:s}}const T4=n.defineComponent({name:"CollectionSlot",setup(t,{slots:e}){const r=wl(),{primitiveElement:a,currentElement:o}=va();return n.watch(o,()=>{r.collectionRef.value=o.value}),()=>n.h(ul,{ref:a},e)}}),Id=n.defineComponent({name:"CollectionItem",inheritAttrs:!1,props:{value:{validator:()=>!0}},setup(t,{slots:e,attrs:r}){const a=wl(),{primitiveElement:o,currentElement:i}=va();return n.watchEffect(s=>{if(i.value){const l=n.markRaw(i.value);a.itemMap.value.set(l,{ref:i.value,value:t.value}),s(()=>a.itemMap.value.delete(l))}}),()=>n.h(ul,{...r,[a.attrName]:"",ref:o},e)}});function Pd(t){const e=t??wl();return{getItems:()=>{const r=e.collectionRef.value;if(!r)return[];const a=Array.from(r.querySelectorAll(`[${e.attrName}]`));return Array.from(e.itemMap.value.values()).sort((o,i)=>a.indexOf(o.ref)-a.indexOf(i.ref))}}}const O4=n.defineComponent({__name:"MenuAnchor",props:{element:{},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(gl),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}});function D4(){const t=n.ref(!1);return n.onMounted(()=>{fn("keydown",()=>{t.value=!0},{capture:!0,passive:!0}),fn(["pointerdown","pointermove"],()=>{t.value=!1},{capture:!0,passive:!0})}),t}const V4=cd(D4),[Qo,I4]=Oe(["MenuRoot","MenuSub"],"MenuContext"),[bl,P4]=Oe("MenuRoot"),M4=n.defineComponent({__name:"MenuRoot",props:{open:{type:Boolean,default:!1},dir:{},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=e,{modal:o,dir:i}=n.toRefs(r),s=Hn(i),l=Le(r,"open",a),c=n.ref(),u=V4();return I4({open:l,onOpenChange:d=>{l.value=d},content:c,onContentChange:d=>{c.value=d}}),P4({onClose:()=>{l.value=!1},isUsingKeyboardRef:u,dir:s,modal:o}),(d,A)=>(n.openBlock(),n.createBlock(n.unref(hl),null,{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default")]),_:3}))}}),_4="rovingFocusGroup.onEntryFocus",R4={bubbles:!1,cancelable:!0},L4={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function F4(t,e){return e!=="rtl"?t:t==="ArrowLeft"?"ArrowRight":t==="ArrowRight"?"ArrowLeft":t}function U4(t,e,r){const a=F4(t.key,r);if(!(e==="vertical"&&["ArrowLeft","ArrowRight"].includes(a))&&!(e==="horizontal"&&["ArrowUp","ArrowDown"].includes(a)))return L4[a]}function Md(t,e=!1){const r=We();for(const a of t)if(a===r||(a.focus({preventScroll:e}),We()!==r))return}function Z4(t,e){return t.map((r,a)=>t[(e+a)%t.length])}const[H4,Q4]=Oe("RovingFocusGroup"),_d=n.defineComponent({__name:"RovingFocusGroup",props:{orientation:{default:void 0},dir:{},loop:{type:Boolean,default:!1},currentTabStopId:{},defaultCurrentTabStopId:{},preventScrollOnEntryFocus:{type:Boolean,default:!1},asChild:{type:Boolean},as:{}},emits:["entryFocus","update:currentTabStopId"],setup(t,{expose:e,emit:r}){const a=t,o=r,{loop:i,orientation:s,dir:l}=n.toRefs(a),c=Hn(l),u=Le(a,"currentTabStopId",o,{defaultValue:a.defaultCurrentTabStopId,passive:a.currentTabStopId===void 0}),d=n.ref(!1),A=n.ref(!1),m=n.ref(0),{getItems:f}=S4();function g(v){const k=!A.value;if(v.currentTarget&&v.target===v.currentTarget&&k&&!d.value){const h=new CustomEvent(_4,R4);if(v.currentTarget.dispatchEvent(h),o("entryFocus",h),!h.defaultPrevented){const p=f().map(E=>E.ref).filter(E=>E.dataset.disabled!==""),y=p.find(E=>E.getAttribute("data-active")==="true"),w=p.find(E=>E.id===u.value),C=[y,w,...p].filter(Boolean);Md(C,a.preventScrollOnEntryFocus)}}A.value=!1}function b(){setTimeout(()=>{A.value=!1},1)}return e({getItems:f}),Q4({loop:i,dir:c,orientation:s,currentTabStopId:u,onItemFocus:v=>{u.value=v},onItemShiftTab:()=>{d.value=!0},onFocusableItemAdd:()=>{m.value++},onFocusableItemRemove:()=>{m.value--}}),(v,k)=>(n.openBlock(),n.createBlock(n.unref(T4),null,{default:n.withCtx(()=>[n.createVNode(n.unref(ue),{tabindex:d.value||m.value===0?-1:0,"data-orientation":n.unref(s),as:v.as,"as-child":v.asChild,dir:n.unref(c),style:{outline:"none"},onMousedown:k[0]||(k[0]=h=>A.value=!0),onMouseup:b,onFocus:g,onBlur:k[1]||(k[1]=h=>d.value=!1)},{default:n.withCtx(()=>[n.renderSlot(v.$slots,"default")]),_:3},8,["tabindex","data-orientation","as","as-child","dir"])]),_:3}))}}),q4=n.defineComponent({__name:"RovingFocusItem",props:{tabStopId:{},focusable:{type:Boolean,default:!0},active:{type:Boolean,default:!0},allowShiftKey:{type:Boolean},asChild:{type:Boolean},as:{default:"span"}},setup(t){const e=t,r=H4(),a=n.computed(()=>e.tabStopId||pn()),o=n.computed(()=>r.currentTabStopId.value===a.value),{getItems:i}=Pd();n.onMounted(()=>{e.focusable&&r.onFocusableItemAdd()}),n.onUnmounted(()=>{e.focusable&&r.onFocusableItemRemove()});function s(l){if(l.key==="Tab"&&l.shiftKey){r.onItemShiftTab();return}if(l.target!==l.currentTarget)return;const c=U4(l,r.orientation.value,r.dir.value);if(c!==void 0){if(l.metaKey||l.ctrlKey||l.altKey||!e.allowShiftKey&&l.shiftKey)return;l.preventDefault();let u=[...i().map(d=>d.ref).filter(d=>d.dataset.disabled!=="")];if(c==="last")u.reverse();else if(c==="prev"||c==="next"){c==="prev"&&u.reverse();const d=u.indexOf(l.currentTarget);u=r.loop.value?Z4(u,d+1):u.slice(d+1)}n.nextTick(()=>Md(u))}}return(l,c)=>(n.openBlock(),n.createBlock(n.unref(Id),null,{default:n.withCtx(()=>[n.createVNode(n.unref(ue),{tabindex:o.value?0:-1,"data-orientation":n.unref(r).orientation.value,"data-active":l.active,"data-disabled":l.focusable?void 0:"",as:l.as,"as-child":l.asChild,onMousedown:c[0]||(c[0]=u=>{l.focusable?n.unref(r).onItemFocus(a.value):u.preventDefault()}),onFocus:c[1]||(c[1]=u=>n.unref(r).onItemFocus(a.value)),onKeydown:s},{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},8,["tabindex","data-orientation","data-active","data-disabled","as","as-child"])]),_:3}))}}),[Rd,z4]=Oe("MenuContent"),Ld=n.defineComponent({__name:"MenuContentImpl",props:n.mergeDefaults({loop:{type:Boolean},disableOutsidePointerEvents:{type:Boolean},disableOutsideScroll:{type:Boolean},trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},{...Dd}),emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus","dismiss"],setup(t,{emit:e}){const r=t,a=e,o=Qo(),i=bl(),{trapFocus:s,disableOutsidePointerEvents:l,loop:c}=n.toRefs(r);hd(),al(l.value);const u=n.ref(""),d=n.ref(0),A=n.ref(0),m=n.ref(null),f=n.ref("right"),g=n.ref(0),b=n.ref(null),{createCollection:v}=$h(),{forwardRef:k,currentElement:h}=oe(),p=v(h);n.watch(h,x=>{o.onContentChange(x)});const{handleTypeaheadSearch:y}=d5(p);n.onUnmounted(()=>{window.clearTimeout(d.value)});function w(x){var B,O;return f.value===((B=m.value)==null?void 0:B.side)&&I5(x,(O=m.value)==null?void 0:O.area)}async function C(x){var B;a("openAutoFocus",x),!x.defaultPrevented&&(x.preventDefault(),(B=h.value)==null||B.focus({preventScroll:!0}))}function E(x){if(x.defaultPrevented)return;const B=x.target.closest("[data-radix-menu-content]")===x.currentTarget,O=x.ctrlKey||x.altKey||x.metaKey,H=x.key.length===1,$=Hh(x,We(),h.value,{loop:c.value,arrowKeyOptions:"vertical",dir:i==null?void 0:i.dir.value,focus:!0,attributeName:"[data-radix-vue-collection-item]:not([data-disabled])"});if($)return $==null?void 0:$.focus();if(x.code==="Space"||(B&&(x.key==="Tab"&&x.preventDefault(),!O&&H&&y(x.key)),x.target!==h.value)||!O5.includes(x.key))return;x.preventDefault();const Z=p.value;kd.includes(x.key)&&Z.reverse(),D5(Z)}function T(x){var B,O;(O=(B=x==null?void 0:x.currentTarget)==null?void 0:B.contains)!=null&&O.call(B,x.target)||(window.clearTimeout(d.value),u.value="")}function S(x){var B;if(!ml(x))return;const O=x.target,H=g.value!==x.clientX;if((B=x==null?void 0:x.currentTarget)!=null&&B.contains(O)&&H){const $=x.clientX>g.value?"right":"left";f.value=$,g.value=x.clientX}}return z4({onItemEnter:x=>!!w(x),onItemLeave:x=>{var B;w(x)||((B=h.value)==null||B.focus(),b.value=null)},onTriggerLeave:x=>!!w(x),searchRef:u,pointerGraceTimerRef:A,onPointerGraceIntentChange:x=>{m.value=x}}),(x,B)=>(n.openBlock(),n.createBlock(n.unref(fl),{"as-child":"",trapped:n.unref(s),onMountAutoFocus:C,onUnmountAutoFocus:B[7]||(B[7]=O=>a("closeAutoFocus",O))},{default:n.withCtx(()=>[n.createVNode(n.unref(Lo),{"as-child":"","disable-outside-pointer-events":n.unref(l),onEscapeKeyDown:B[2]||(B[2]=O=>a("escapeKeyDown",O)),onPointerDownOutside:B[3]||(B[3]=O=>a("pointerDownOutside",O)),onFocusOutside:B[4]||(B[4]=O=>a("focusOutside",O)),onInteractOutside:B[5]||(B[5]=O=>a("interactOutside",O)),onDismiss:B[6]||(B[6]=O=>a("dismiss"))},{default:n.withCtx(()=>[n.createVNode(n.unref(_d),{"current-tab-stop-id":b.value,"onUpdate:currentTabStopId":B[0]||(B[0]=O=>b.value=O),"as-child":"",orientation:"vertical",dir:n.unref(i).dir.value,loop:n.unref(c),onEntryFocus:B[1]||(B[1]=O=>{a("entryFocus",O),n.unref(i).isUsingKeyboardRef.value||O.preventDefault()})},{default:n.withCtx(()=>[n.createVNode(n.unref(yl),{ref:n.unref(k),role:"menu",as:x.as,"as-child":x.asChild,"aria-orientation":"vertical","data-radix-menu-content":"","data-state":n.unref(xd)(n.unref(o).open.value),dir:n.unref(i).dir.value,side:x.side,"side-offset":x.sideOffset,align:x.align,"align-offset":x.alignOffset,"avoid-collisions":x.avoidCollisions,"collision-boundary":x.collisionBoundary,"collision-padding":x.collisionPadding,"arrow-padding":x.arrowPadding,"prioritize-position":x.prioritizePosition,sticky:x.sticky,"hide-when-detached":x.hideWhenDetached,onKeydown:E,onBlur:T,onPointermove:S},{default:n.withCtx(()=>[n.renderSlot(x.$slots,"default")]),_:3},8,["as","as-child","data-state","dir","side","side-offset","align","align-offset","avoid-collisions","collision-boundary","collision-padding","arrow-padding","prioritize-position","sticky","hide-when-detached"])]),_:3},8,["current-tab-stop-id","dir","loop"])]),_:3},8,["disable-outside-pointer-events"])]),_:3},8,["trapped"]))}}),K4=n.defineComponent({inheritAttrs:!1,__name:"MenuItemImpl",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},setup(t){const e=t,r=Rd(),{forwardRef:a}=oe(),o=n.ref(!1);async function i(l){if(!l.defaultPrevented&&ml(l)){if(e.disabled)r.onItemLeave(l);else if(!r.onItemEnter(l)){const c=l.currentTarget;c==null||c.focus({preventScroll:!0})}}}async function s(l){await n.nextTick(),!l.defaultPrevented&&ml(l)&&r.onItemLeave(l)}return(l,c)=>(n.openBlock(),n.createBlock(n.unref(Id),{value:{textValue:l.textValue}},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),n.mergeProps({ref:n.unref(a),role:"menuitem",tabindex:"-1"},l.$attrs,{as:l.as,"as-child":l.asChild,"data-radix-vue-collection-item":"","aria-disabled":l.disabled||void 0,"data-disabled":l.disabled?"":void 0,"data-highlighted":o.value?"":void 0,onPointermove:i,onPointerleave:s,onFocus:c[0]||(c[0]=async u=>{await n.nextTick(),!(u.defaultPrevented||l.disabled)&&(o.value=!0)}),onBlur:c[1]||(c[1]=async u=>{await n.nextTick(),!u.defaultPrevented&&(o.value=!1)})}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16,["as","as-child","aria-disabled","data-disabled","data-highlighted"])]),_:3},8,["value"]))}}),j4=n.defineComponent({__name:"MenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},emits:["select"],setup(t,{emit:e}){const r=t,a=e,{forwardRef:o,currentElement:i}=oe(),s=bl(),l=Rd(),c=n.ref(!1);async function u(){const d=i.value;if(!r.disabled&&d){const A=new CustomEvent(S5,{bubbles:!0,cancelable:!0});a("select",A),await n.nextTick(),A.defaultPrevented?c.value=!1:s.onClose()}}return(d,A)=>(n.openBlock(),n.createBlock(K4,n.mergeProps(r,{ref:n.unref(o),onClick:u,onPointerdown:A[0]||(A[0]=()=>{c.value=!0}),onPointerup:A[1]||(A[1]=async m=>{var f;await n.nextTick(),!m.defaultPrevented&&(c.value||(f=m.currentTarget)==null||f.click())}),onKeydown:A[2]||(A[2]=async m=>{const f=n.unref(l).searchRef.value!=="";d.disabled||f&&m.key===" "||n.unref(pl).includes(m.key)&&(m.currentTarget.click(),m.preventDefault())})}),{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default")]),_:3},16))}}),J4=n.defineComponent({__name:"MenuRootContentModal",props:{loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=$t(r,a),i=Qo(),{forwardRef:s,currentElement:l}=oe();return cl(l),(c,u)=>(n.openBlock(),n.createBlock(Ld,n.mergeProps(n.unref(o),{ref:n.unref(s),"trap-focus":n.unref(i).open.value,"disable-outside-pointer-events":n.unref(i).open.value,"disable-outside-scroll":!0,onDismiss:u[0]||(u[0]=d=>n.unref(i).onOpenChange(!1)),onFocusOutside:u[1]||(u[1]=n.withModifiers(d=>a("focusOutside",d),["prevent"]))}),{default:n.withCtx(()=>[n.renderSlot(c.$slots,"default")]),_:3},16,["trap-focus","disable-outside-pointer-events"]))}}),X4=n.defineComponent({__name:"MenuRootContentNonModal",props:{loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=$t(t,e),a=Qo();return(o,i)=>(n.openBlock(),n.createBlock(Ld,n.mergeProps(n.unref(r),{"trap-focus":!1,"disable-outside-pointer-events":!1,"disable-outside-scroll":!1,onDismiss:i[0]||(i[0]=s=>n.unref(a).onOpenChange(!1))}),{default:n.withCtx(()=>[n.renderSlot(o.$slots,"default")]),_:3},16))}}),$4=n.defineComponent({__name:"MenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","entryFocus","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=$t(t,e),a=Qo(),o=bl();return(i,s)=>(n.openBlock(),n.createBlock(n.unref(Qn),{present:i.forceMount||n.unref(a).open.value},{default:n.withCtx(()=>[n.unref(o).modal.value?(n.openBlock(),n.createBlock(J4,n.normalizeProps(n.mergeProps({key:0},{...i.$attrs,...n.unref(r)})),{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},16)):(n.openBlock(),n.createBlock(X4,n.normalizeProps(n.mergeProps({key:1},{...i.$attrs,...n.unref(r)})),{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},16))]),_:3},8,["present"]))}}),W4=n.defineComponent({__name:"MenuPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(_o),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),Y4=["hour","minute","second"];function Fd(t){const{formatter:e}=t,r=Gs.map(a=>[a,t.value[a]]);if("hour"in t.value){const a=id.map(i=>i==="dayPeriod"?[i,e.dayPeriod(ut(t.value))]:[i,t.value[i]]),o=[...r,...a];return Object.fromEntries(o)}return Object.fromEntries(r)}function G4(t){const e=sd.map(r=>r==="dayPeriod"?[r,"AM"]:[r,null]).filter(([r])=>r==="literal"||r===null||t==="minute"&&r==="second"||t==="hour"&&(r==="second"||r==="minute")?!1:t==="day"?!Y4.includes(r)&&r!=="dayPeriod":!0);return Object.fromEntries(e)}function N4(t){const{segmentValues:e,formatter:r,locale:a}=t;function o(i){if("hour"in e){const s=e[i];return s!==null?i==="day"&&e.month!==null?r.part(t.dateRef.set({[i]:s,month:e.month}),i,{hourCycle:t.hourCycle===24?"h24":void 0}):r.part(t.dateRef.set({[i]:s}),i,{hourCycle:t.hourCycle===24?"h24":void 0}):Ys(i,"",a.value)}else{if(Eh(i)){const s=e[i];return s!==null?i==="day"&&e.month!==null?r.part(t.dateRef.set({[i]:s,month:e.month}),i):r.part(t.dateRef.set({[i]:s}),i):Ys(i,"",a.value)}return""}}return Object.keys(e).reduce((i,s)=>{if(!ld(s))return i;if("hour"in e&&s==="dayPeriod"){const l=e[s];l!==null?i[s]=l:i[s]=Ys(s,"AM",a.value)}else i[s]=o(s);return i},{})}function e6(t){const{granularity:e,formatter:r,contentObj:a,hideTimeZone:o,hourCycle:i}=t;return r.toParts(t.dateRef,kh(e,i)).map(s=>["literal","timeZoneName",null].includes(s.type)||!ld(s.type)?{part:s.type,value:s.value}:{part:s.type,value:a[s.type]}).filter(s=>!(s.part===null||s.value===null||s.part==="timeZoneName"&&(!Co(t.dateRef)||o)))}function t6(t){const e=N4(t),r=e6({contentObj:e,...t});return{obj:e,arr:r}}function hn(t){const e=ga();return t===e.ARROW_RIGHT||t===e.ARROW_LEFT}function qn(t){return!Number.isNaN(Number.parseInt(t))}function gn(t){const e=ga();return!!([e.ENTER,e.ARROW_UP,e.ARROW_DOWN,e.ARROW_LEFT,e.ARROW_RIGHT,e.BACKSPACE,e.SPACE,"a","A","p","P"].includes(t)||qn(t))}function Ud(t){return Array.from(t.querySelectorAll("[data-radix-vue-date-field-segment]")).filter(e=>e.getAttribute("data-radix-vue-date-field-segment")!=="literal")}const n6=["id","value","name","disabled","required"],[r6,a6]=Oe("DateFieldRoot"),o6=n.defineComponent({inheritAttrs:!1,__name:"DateFieldRoot",props:{defaultValue:{default:void 0},defaultPlaceholder:{},placeholder:{default:void 0},modelValue:{},hourCycle:{},granularity:{},hideTimeZone:{type:Boolean},maxValue:{},minValue:{},locale:{default:"en"},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},isDateUnavailable:{type:Function,default:void 0},name:{},required:{type:Boolean},id:{},dir:{},asChild:{type:Boolean},as:{}},emits:["update:modelValue","update:placeholder"],setup(t,{expose:e,emit:r}){const a=t,o=r,{locale:i,disabled:s,readonly:l,isDateUnavailable:c,granularity:u,defaultValue:d,dir:A}=n.toRefs(a),m=md(a.locale),f=Hn(A),{primitiveElement:g,currentElement:b}=va(),v=n.ref(new Set);n.onMounted(()=>{Ud(b.value).forEach(M=>v.value.add(M))});const k=Le(a,"modelValue",o,{defaultValue:d.value,passive:a.modelValue===void 0}),h=$s({defaultPlaceholder:a.placeholder,granularity:u.value,defaultValue:k.value,locale:a.locale}),p=Le(a,"placeholder",o,{defaultValue:a.defaultPlaceholder??h.copy(),passive:a.placeholder===void 0}),y=n.computed(()=>a.granularity?_s(p.value)?a.granularity:"day":_s(p.value)?"minute":"day"),w=n.computed(()=>{var M;return k.value?!!((M=c.value)!=null&&M.call(c,k.value)||a.minValue&&gr(k.value,a.minValue)||a.maxValue&&gr(a.maxValue,k.value)):!1}),C=G4(y.value),E=n.ref(k.value?{...Fd({value:k.value,formatter:m})}:{...C}),T=n.computed(()=>t6({granularity:y.value,dateRef:p.value,formatter:m,hideTimeZone:a.hideTimeZone,hourCycle:a.hourCycle,segmentValues:E.value,locale:i})),S=n.computed(()=>T.value.arr),x=n.computed(()=>S.value.filter(({part:M})=>M!=="literal"));n.watch(i,M=>{m.getLocale()!==M&&(m.setLocale(M),n.nextTick(()=>{v.value.clear(),Ud(b.value).forEach(J=>v.value.add(J))}))}),n.watch(k,M=>{!ad(M)&&p.value.compare(M)!==0&&(p.value=M.copy())}),n.watch([k,i],([M])=>{ad(M)?Object.values(E.value).every(J=>J!==null)&&M===void 0&&(E.value={...C}):E.value={...Fd({value:M,formatter:m})}});const B=n.ref(null),O=n.computed(()=>Array.from(v.value).findIndex(M=>{var J;return M.getAttribute("data-radix-vue-date-field-segment")===((J=B.value)==null?void 0:J.getAttribute("data-radix-vue-date-field-segment"))})),H=n.computed(()=>{const M=f.value==="rtl"?-1:1;return(M<0?O.value<0:O.value>v.value.size-1)?null:Array.from(v.value)[O.value+M]}),$=n.computed(()=>{const M=f.value==="rtl"?-1:1;return(M>0?O.value<0:O.value>v.value.size-1)?null:Array.from(v.value)[O.value-M]}),Z=ga();function re(M){var J,ee;hn(M.key)&&(M.key===Z.ARROW_LEFT&&((J=$.value)==null||J.focus()),M.key===Z.ARROW_RIGHT&&((ee=H.value)==null||ee.focus()))}function z(M){B.value=M}return a6({isDateUnavailable:c.value,locale:i,modelValue:k,placeholder:p,disabled:s,formatter:m,hourCycle:a.hourCycle,readonly:l,segmentValues:E,isInvalid:w,segmentContents:x,elements:v,setFocusedElement:z,focusNext(){var M;(M=H.value)==null||M.focus()}}),e({setFocusedElement:z}),(M,J)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(n.unref(ue),n.mergeProps(M.$attrs,{ref_key:"primitiveElement",ref:g,role:"group","aria-disabled":n.unref(s)?!0:void 0,"data-disabled":n.unref(s)?"":void 0,"data-readonly":n.unref(l)?"":void 0,"data-invalid":w.value?"":void 0,dir:n.unref(f),onKeydown:n.withKeys(re,["left","right"])}),{default:n.withCtx(()=>[n.renderSlot(M.$slots,"default",{modelValue:n.unref(k),segments:S.value,isInvalid:w.value})]),_:3},16,["aria-disabled","data-disabled","data-readonly","data-invalid","dir"]),n.createElementVNode("input",{id:M.id,type:"text",tabindex:"-1","aria-hidden":"true",value:n.unref(k)?n.unref(k).toString():"",name:M.name,disabled:n.unref(s),required:M.required,style:{transform:"translateX(-100%)",position:"absolute",pointerEvents:"none",opacity:0,margin:0},onFocus:J[0]||(J[0]=ee=>{var V,te;return(te=(V=Array.from(v.value))==null?void 0:V[0])==null?void 0:te.focus()})},null,40,n6)],64))}});function vn(t){return{role:"spinbutton",contenteditable:!0,tabindex:t.disabled?void 0:0,spellcheck:!1,inputmode:"numeric",autocorrect:"off",enterkeyhint:"next",style:"caret-color: transparent;"}}function i6(t){const{segmentValues:e,placeholder:r}=t,a=e.day===null,o=e.day?r.set({day:e.day}):r,i=o.day,s=1,l=Mt(o),c=a?"Empty":`${i}`;return{...vn(t),"aria-label":"day,","aria-valuemin":s,"aria-valuemax":l,"aria-valuenow":i,"aria-valuetext":c,"data-placeholder":a?"":void 0}}function s6(t){const{segmentValues:e,placeholder:r,formatter:a}=t,o=e.month===null,i=e.month?r.set({month:e.month}):r,s=i.month,l=1,c=12,u=o?"Empty":`${s} - ${a.fullMonth(ut(i))}`;return{...vn(t),"aria-label":"month, ",contenteditable:!0,"aria-valuemin":l,"aria-valuemax":c,"aria-valuenow":s,"aria-valuetext":u,"data-placeholder":o?"":void 0}}function l6(t){const{segmentValues:e,placeholder:r}=t,a=e.year===null,o=e.year?r.set({year:e.year}):r,i=1,s=9999,l=o.year,c=a?"Empty":`${l}`;return{...vn(t),"aria-label":"year, ","aria-valuemin":i,"aria-valuemax":s,"aria-valuenow":l,"aria-valuetext":c,"data-placeholder":a?"":void 0}}function c6(t){const{segmentValues:e,hourCycle:r,placeholder:a}=t;if(!("hour"in e)||!("hour"in a))return{};const o=e.hour===null,i=e.hour?a.set({hour:e.hour}):a,s=r===12?1:0,l=r===12?12:23,c=i.hour,u=o?"Empty":`${c} ${e.dayPeriod??""}`;return{...vn(t),"aria-label":"hour, ","aria-valuemin":s,"aria-valuemax":l,"aria-valuenow":c,"aria-valuetext":u,"data-placeholder":o?"":void 0}}function u6(t){const{segmentValues:e,placeholder:r}=t;if(!("minute"in e)||!("minute"in r))return{};const a=e.minute===null,o=(e.minute?r.set({minute:e.minute}):r).minute,i=0,s=59,l=a?"Empty":`${o}`;return{...vn(t),"aria-label":"minute, ","aria-valuemin":i,"aria-valuemax":s,"aria-valuenow":o,"aria-valuetext":l,"data-placeholder":a?"":void 0}}function d6(t){const{segmentValues:e,placeholder:r}=t;if(!("second"in e)||!("second"in r))return{};const a=e.second===null,o=(e.second?r.set({second:e.second}):r).second,i=0,s=59,l=a?"Empty":`${o}`;return{...vn(t),"aria-label":"second, ","aria-valuemin":i,"aria-valuemax":s,"aria-valuenow":o,"aria-valuetext":l,"data-placeholder":a?"":void 0}}function A6(t){const{segmentValues:e}=t;if(!("dayPeriod"in e))return{};const r=0,a=12,o=e.hour?e.hour>12?e.hour-12:e.hour:0,i=e.dayPeriod??"AM";return{...vn(t),inputmode:"text","aria-label":"AM/PM","aria-valuemin":r,"aria-valuemax":a,"aria-valuenow":o,"aria-valuetext":i}}function f6(t){return{"aria-hidden":!0,"data-segment":"literal"}}function p6(t){return{role:"textbox","aria-label":"timezone, ","data-readonly":!0,"data-segment":"timeZoneName",tabindex:t.disabled?void 0:0,style:"caret-color: transparent;"}}function m6(t){const{segmentValues:e,placeholder:r}=t,a=0,o=0,i=0,s="era"in e?e.era:r.era;return{...vn(t),"aria-label":"era","aria-valuemin":a,"aria-valuemax":o,"aria-valuenow":i,"aria-valuetext":s}}const h6={day:{attrs:i6},month:{attrs:s6},year:{attrs:l6},hour:{attrs:c6},minute:{attrs:u6},second:{attrs:d6},dayPeriod:{attrs:A6},literal:{attrs:f6},timeZoneName:{attrs:p6},era:{attrs:m6}};function g6(t){const e=ga();function r({e:p,part:y,dateRef:w,prevValue:C}){const E=p.key===e.ARROW_UP?1:-1,T=0,S=59;if(C===null)return E>0?T:S;const x=[y,E];return w.set({[y]:C}).cycle(...x)[y]}function a(p){if(t.hasLeftFocus.value=!1,p===null)return p;const y=p.toString();return y.length===1?(t.modelValue.value=void 0,null):Number.parseInt(y.slice(0,-1))}function o({e:p,part:y,dateRef:w,prevValue:C,hourCycle:E}){const T=p.key===e.ARROW_UP?1:-1;if(C===null)return w[y];if(y==="hour"&&"hour"in w){const x=[y,T,{hourCycle:E}];return w.set({[y]:C}).cycle(...x)[y]}const S=[y,T];return y==="day"&&t.segmentValues.value.month!==null?w.set({[y]:C,month:t.segmentValues.value.month}).cycle(...S)[y]:w.set({[y]:C}).cycle(...S)[y]}function i(p,y,w){let C=!1;const E=Math.floor(p/10);if(t.hasLeftFocus.value&&(t.hasLeftFocus.value=!1,w=null),w===null)return y===0?(t.lastKeyZero.value=!0,{value:null,moveToNext:C}):((t.lastKeyZero.value||y>E)&&(C=!0),t.lastKeyZero.value=!1,{value:y,moveToNext:C});const T=w.toString().length,S=Number.parseInt(w.toString()+y.toString());return T===2||S>p?((y>E||S>p)&&(C=!0),{value:y,moveToNext:C}):(C=!0,{value:S,moveToNext:C})}function s(p,y){let w=!1;const C=Math.floor(59/10);if(t.hasLeftFocus.value&&(t.hasLeftFocus.value=!1,y=null),y===null)return p===0?(t.lastKeyZero.value=!0,{value:0,moveToNext:w}):((t.lastKeyZero.value||p>C)&&(w=!0),t.lastKeyZero.value=!1,{value:p,moveToNext:w});const E=y.toString().length,T=Number.parseInt(y.toString()+p.toString());return E===2||T>59?(p>C&&(w=!0),{value:p,moveToNext:w}):(w=!0,{value:T,moveToNext:w})}function l(p,y){let w=!1;const C=Math.floor(24/10);if(t.hasLeftFocus.value&&(t.hasLeftFocus.value=!1,y=null),y===null)return p===0?(t.lastKeyZero.value=!0,{value:0,moveToNext:w}):((t.lastKeyZero.value||p>C)&&(w=!0),t.lastKeyZero.value=!1,{value:p,moveToNext:w});const E=y.toString().length,T=Number.parseInt(y.toString()+p.toString());return E===2||T>24?(p>C&&(w=!0),{value:p,moveToNext:w}):(w=!0,{value:T,moveToNext:w})}function c(p,y){let w=!1;if(t.hasLeftFocus.value&&(t.hasLeftFocus.value=!1,y=null),y===null)return{value:p===0?1:p,moveToNext:w};const C=y.toString()+p.toString();return C.length>4?{value:p===0?1:p,moveToNext:w}:(C.length===4&&(w=!0),{value:Number.parseInt(C),moveToNext:w})}const u=n.computed(()=>{var p;return((p=h6[t.part])==null?void 0:p.attrs({disabled:t.disabled.value,placeholder:t.placeholder.value,hourCycle:t.hourCycle,segmentValues:t.segmentValues.value,formatter:t.formatter}))??{}});function d(p){if(!gn(p.key)||hn(p.key))return;const y=t.segmentValues.value.day;if(p.key===e.ARROW_DOWN||p.key===e.ARROW_UP){t.segmentValues.value.day=o({e:p,part:"day",dateRef:t.placeholder.value,prevValue:y});return}if(qn(p.key)){const w=Number.parseInt(p.key),C=t.segmentValues.value.month,E=Mt(C?t.placeholder.value.set({month:C}):t.placeholder.value),{value:T,moveToNext:S}=i(E,w,y);t.segmentValues.value.day=T,S&&t.focusNext()}p.key===e.BACKSPACE&&(t.hasLeftFocus.value=!1,t.segmentValues.value.day=a(y))}function A(p){if(!gn(p.key)||hn(p.key))return;const y=t.segmentValues.value.month;if(p.key===e.ARROW_DOWN||p.key===e.ARROW_UP){t.segmentValues.value.month=o({e:p,part:"month",dateRef:t.placeholder.value,prevValue:y});return}if(qn(p.key)){const w=Number.parseInt(p.key),{value:C,moveToNext:E}=i(12,w,y);t.segmentValues.value.month=C,E&&t.focusNext()}p.key===e.BACKSPACE&&(t.hasLeftFocus.value=!1,t.segmentValues.value.month=a(y))}function m(p){if(!gn(p.key)||hn(p.key))return;const y=t.segmentValues.value.year;if(p.key===e.ARROW_DOWN||p.key===e.ARROW_UP){t.segmentValues.value.year=o({e:p,part:"year",dateRef:t.placeholder.value,prevValue:y});return}if(qn(p.key)){const w=Number.parseInt(p.key),{value:C,moveToNext:E}=c(w,y);t.segmentValues.value.year=C,E&&t.focusNext()}p.key===e.BACKSPACE&&(t.hasLeftFocus.value=!1,t.segmentValues.value.year=a(y))}function f(p){const y=t.placeholder.value;if(!gn(p.key)||hn(p.key)||!("hour"in y)||!("hour"in t.segmentValues.value))return;const w=t.segmentValues.value.hour,C=t.hourCycle;if(p.key===e.ARROW_UP||p.key===e.ARROW_DOWN){t.segmentValues.value.hour=o({e:p,part:"hour",dateRef:t.placeholder.value,prevValue:w,hourCycle:C}),"dayPeriod"in t.segmentValues.value&&(t.segmentValues.value.hour<12?t.segmentValues.value.dayPeriod="AM":t.segmentValues.value.hour&&(t.segmentValues.value.dayPeriod="PM"));return}if(qn(p.key)){const E=Number.parseInt(p.key),{value:T,moveToNext:S}=l(E,w);"dayPeriod"in t.segmentValues.value&&T&&T>12?t.segmentValues.value.dayPeriod="PM":"dayPeriod"in t.segmentValues.value&&T&&(t.segmentValues.value.dayPeriod="AM"),t.segmentValues.value.hour=T,S&&t.focusNext()}p.key===e.BACKSPACE&&(t.hasLeftFocus.value=!1,t.segmentValues.value.hour=a(w))}function g(p){const y=t.placeholder.value;if(!gn(p.key)||hn(p.key)||!("minute"in y)||!("minute"in t.segmentValues.value))return;const w=t.segmentValues.value.minute;if(t.segmentValues.value.minute=r({e:p,part:"minute",dateRef:t.placeholder.value,prevValue:w}),qn(p.key)){const C=Number.parseInt(p.key),{value:E,moveToNext:T}=s(C,w);t.segmentValues.value.minute=E,T&&t.focusNext()}p.key===e.BACKSPACE&&(t.hasLeftFocus.value=!1,t.segmentValues.value.minute=a(w))}function b(p){const y=t.placeholder.value;if(!gn(p.key)||hn(p.key)||!("second"in y)||!("second"in t.segmentValues.value))return;const w=t.segmentValues.value.second;if(t.segmentValues.value.second=r({e:p,part:"second",dateRef:t.placeholder.value,prevValue:w}),qn(p.key)){const C=Number.parseInt(p.key),{value:E,moveToNext:T}=s(C,w);t.segmentValues.value.second=E,T&&t.focusNext()}p.key===e.BACKSPACE&&(t.hasLeftFocus.value=!1,t.segmentValues.value.second=a(w))}function v(p){if(!((!gn(p.key)||hn(p.key))&&p.key!=="a"&&p.key!=="p"||!("hour"in t.placeholder.value)||!("dayPeriod"in t.segmentValues.value))){if(p.key===e.ARROW_UP||p.key===e.ARROW_DOWN){if(t.segmentValues.value.dayPeriod==="AM"){t.segmentValues.value.dayPeriod="PM",t.segmentValues.value.hour=t.segmentValues.value.hour+12;return}t.segmentValues.value.dayPeriod="AM",t.segmentValues.value.hour=t.segmentValues.value.hour-12;return}if(["a","A"].includes(p.key)&&t.segmentValues.value.dayPeriod!=="AM"){t.segmentValues.value.dayPeriod="AM",t.segmentValues.value.hour=t.segmentValues.value.hour-12;return}["p","P"].includes(p.key)&&t.segmentValues.value.dayPeriod!=="PM"&&(t.segmentValues.value.dayPeriod="PM",t.segmentValues.value.hour=t.segmentValues.value.hour+12)}}function k(p){t.disabled.value&&p.preventDefault()}function h(p){const y=t.disabled.value,w=t.readonly.value;if(p.key!==e.TAB&&p.preventDefault(),!(y||w)&&({day:d,month:A,year:m,hour:f,minute:g,second:b,dayPeriod:v,timeZoneName:()=>{}}[t.part](p),![e.ARROW_LEFT,e.ARROW_RIGHT].includes(p.key)&&p.key!==e.TAB&&p.key!==e.SHIFT&&gn(p.key)&&Object.values(t.segmentValues.value).every(C=>C!==null))){const C={...t.segmentValues.value};let E=t.placeholder.value.copy();Object.keys(C).forEach(T=>{const S=C[T];E=E.set({[T]:S})}),t.modelValue.value=E.copy()}}return{handleSegmentClick:k,handleSegmentKeydown:h,attributes:u}}const v6=n.defineComponent({__name:"DateFieldInput",props:{part:{},asChild:{type:Boolean},as:{}},setup(t){const e=t,r=r6(),a=n.ref(!0),o=n.ref(!1),{handleSegmentClick:i,handleSegmentKeydown:s,attributes:l}=g6({hasLeftFocus:a,lastKeyZero:o,placeholder:r.placeholder,hourCycle:r.hourCycle,segmentValues:r.segmentValues,formatter:r.formatter,part:e.part,disabled:r.disabled,readonly:r.readonly,focusNext:r.focusNext,modelValue:r.modelValue}),c=n.computed(()=>r.disabled.value),u=n.computed(()=>r.readonly.value),d=n.computed(()=>r.isInvalid.value);return(A,m)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps({as:A.as,"as-child":A.asChild},n.unref(l),{contenteditable:c.value||u.value?!1:A.part!=="literal","data-radix-vue-date-field-segment":A.part,"aria-disabled":c.value?!0:void 0,"aria-readonly":u.value?!0:void 0,"data-disabled":c.value?"":void 0,"data-invalid":d.value?"":void 0,"aria-invalid":d.value?!0:void 0},n.toHandlers(A.part!=="literal"?{mousedown:n.unref(i),keydown:n.unref(s),focusout:()=>{a.value=!0},focusin:f=>{n.unref(r).setFocusedElement(f.target)}}:{})),{default:n.withCtx(()=>[n.renderSlot(A.$slots,"default")]),_:3},16,["as","as-child","contenteditable","data-radix-vue-date-field-segment","aria-disabled","aria-readonly","data-disabled","data-invalid","aria-invalid"]))}}),y6=n.defineComponent({__name:"DatePickerHeader",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(e4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),w6=n.defineComponent({__name:"DatePickerHeading",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(t4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(({headingValue:o})=>[n.renderSlot(r.$slots,"default",{headingValue:o},()=>[n.createTextVNode(n.toDisplayString(o),1)])]),_:3},16))}}),b6=n.defineComponent({__name:"DatePickerGrid",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(n4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),C6=n.defineComponent({__name:"DatePickerCell",props:{date:{},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(r4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),E6=n.defineComponent({__name:"DatePickerHeadCell",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(a4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),k6=n.defineComponent({__name:"DatePickerNext",props:{step:{},nextPage:{type:Function},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(o4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),x6=n.defineComponent({__name:"DatePickerPrev",props:{step:{},prevPage:{type:Function},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(i4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),B6=n.defineComponent({__name:"DatePickerGridHead",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(s4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),S6=n.defineComponent({__name:"DatePickerGridBody",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(l4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),Zd=n.defineComponent({__name:"DatePickerGridRow",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(c4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),T6=n.defineComponent({__name:"DatePickerCellTrigger",props:{day:{},month:{},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(u4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),Hd=n.defineComponent({__name:"DatePickerInput",props:{part:{},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(v6),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),[Cl,O6]=Oe("DatePickerRoot"),D6=n.defineComponent({inheritAttrs:!1,__name:"DatePickerRoot",props:{defaultValue:{default:void 0},defaultPlaceholder:{},placeholder:{default:void 0},modelValue:{},hourCycle:{},granularity:{},hideTimeZone:{type:Boolean},maxValue:{},minValue:{},locale:{default:"en"},disabled:{type:Boolean,default:!1},readonly:{type:Boolean,default:!1},isDateUnavailable:{type:Function,default:void 0},name:{},required:{type:Boolean},id:{},dir:{},asChild:{type:Boolean},as:{},defaultOpen:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},modal:{type:Boolean,default:!1},isDateDisabled:{type:Function,default:void 0},pagedNavigation:{type:Boolean,default:!1},weekStartsOn:{default:0},weekdayFormat:{default:"narrow"},fixedWeeks:{type:Boolean,default:!1},numberOfMonths:{default:1},preventDeselect:{type:Boolean,default:!1}},emits:["update:modelValue","update:placeholder","update:open"],setup(t,{emit:e}){const r=t,a=e,{locale:o,disabled:i,readonly:s,pagedNavigation:l,weekStartsOn:c,weekdayFormat:u,fixedWeeks:d,numberOfMonths:A,preventDeselect:m,isDateDisabled:f,isDateUnavailable:g,defaultOpen:b,modal:v,id:k,name:h,required:p,minValue:y,maxValue:w,granularity:C,hideTimeZone:E,hourCycle:T,defaultValue:S,dir:x}=n.toRefs(r),B=Hn(x),O=Le(r,"modelValue",a,{defaultValue:S.value,passive:r.modelValue===void 0}),H=n.computed(()=>$s({defaultPlaceholder:r.placeholder,granularity:r.granularity,defaultValue:O.value,locale:r.locale})),$=Le(r,"placeholder",a,{defaultValue:r.defaultPlaceholder??H.value.copy(),passive:r.placeholder===void 0}),Z=Le(r,"open",a,{defaultValue:b.value,passive:r.open===void 0}),re=n.ref();return n.watch(O,z=>{z&&z.compare($.value)!==0&&($.value=z.copy())}),O6({isDateUnavailable:g.value,isDateDisabled:f.value,locale:o,disabled:i,pagedNavigation:l,weekStartsOn:c,weekdayFormat:u,fixedWeeks:d,numberOfMonths:A,readonly:s,preventDeselect:m,modelValue:O,placeholder:$,defaultOpen:b,modal:v,open:Z,id:k,name:h,required:p,minValue:y,maxValue:w,granularity:C,hideTimeZone:E,hourCycle:T,dateFieldRef:re,dir:B,onDateChange(z){!z||!O.value?O.value=(z==null?void 0:z.copy())??void 0:!m.value&&z&&O.value.compare(z)===0?O.value=void 0:O.value=z.copy()},onPlaceholderChange(z){$.value=z.copy()}}),(z,M)=>(n.openBlock(),n.createBlock(n.unref(Q6),{open:n.unref(Z),"onUpdate:open":M[0]||(M[0]=J=>n.isRef(Z)?Z.value=J:null),"default-open":n.unref(b),modal:n.unref(v)},{default:n.withCtx(()=>[n.renderSlot(z.$slots,"default")]),_:3},8,["open","default-open","modal"]))}}),V6=n.defineComponent({__name:"DatePickerCalendar",setup(t){const e=Cl();return(r,a)=>(n.openBlock(),n.createBlock(n.unref(N5),n.mergeProps({isDateDisabled:n.unref(e).isDateDisabled,isDateUnavailable:n.unref(e).isDateUnavailable,minValue:n.unref(e).minValue.value,maxValue:n.unref(e).maxValue.value,locale:n.unref(e).locale.value,disabled:n.unref(e).disabled.value,pagedNavigation:n.unref(e).pagedNavigation.value,weekStartsOn:n.unref(e).weekStartsOn.value,weekdayFormat:n.unref(e).weekdayFormat.value,fixedWeeks:n.unref(e).fixedWeeks.value,numberOfMonths:n.unref(e).numberOfMonths.value,readonly:n.unref(e).readonly.value,preventDeselect:n.unref(e).preventDeselect.value,dir:n.unref(e).dir.value},{"model-value":n.unref(e).modelValue.value,placeholder:n.unref(e).placeholder.value,"initial-focus":"",multiple:!1,"onUpdate:modelValue":a[0]||(a[0]=o=>{o&&n.unref(e).modelValue.value&&n.unref(ia)(o,n.unref(e).modelValue.value)||n.unref(e).onDateChange(o)}),"onUpdate:placeholder":a[1]||(a[1]=o=>{n.unref(ia)(o,n.unref(e).placeholder.value)||n.unref(e).onPlaceholderChange(o)})}),{default:n.withCtx(({weekDays:o,grid:i,date:s,weekStartsOn:l,locale:c,fixedWeeks:u})=>[n.renderSlot(r.$slots,"default",{date:s,grid:i,weekDays:o,weekStartsOn:l,locale:c,fixedWeeks:u})]),_:3},16,["model-value","placeholder"]))}}),I6=n.defineComponent({__name:"DatePickerField",setup(t){const e=Cl();return(r,a)=>(n.openBlock(),n.createBlock(n.unref(o6),n.mergeProps({ref:n.unref(e).dateFieldRef,"model-value":n.unref(e).modelValue.value,placeholder:n.unref(e).placeholder.value},{id:n.unref(e).id.value,name:n.unref(e).name.value,disabled:n.unref(e).disabled.value,minValue:n.unref(e).minValue.value,maxValue:n.unref(e).maxValue.value,readonly:n.unref(e).readonly.value,hourCycle:n.unref(e).hourCycle.value,granularity:n.unref(e).granularity.value,hideTimeZone:n.unref(e).hideTimeZone.value,locale:n.unref(e).locale.value,isDateUnavailable:n.unref(e).isDateUnavailable,required:n.unref(e).required.value,dir:n.unref(e).dir.value},{"onUpdate:modelValue":a[0]||(a[0]=o=>{o&&n.unref(e).modelValue.value&&o.compare(n.unref(e).modelValue.value)===0||n.unref(e).onDateChange(o)}),"onUpdate:placeholder":a[1]||(a[1]=o=>{o.compare(n.unref(e).placeholder.value)!==0&&n.unref(e).onPlaceholderChange(o)})}),{default:n.withCtx(({segments:o,modelValue:i})=>[n.renderSlot(r.$slots,"default",{segments:o,modelValue:i})]),_:3},16,["model-value","placeholder"]))}}),P6=n.defineComponent({__name:"DatePickerArrow",props:{width:{},height:{},asChild:{type:Boolean},as:{}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(X6),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),M6=n.defineComponent({__name:"DatePickerTrigger",props:{asChild:{type:Boolean},as:{}},setup(t){const e=t,r=Cl();return(a,o)=>(n.openBlock(),n.createBlock(n.unref(q6),n.mergeProps({"data-radix-vue-date-field-segment":"trigger"},e,{disabled:n.unref(r).disabled.value,onFocusin:o[0]||(o[0]=i=>{var s;(s=n.unref(r).dateFieldRef.value)==null||s.setFocusedElement(i.target)})}),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16,["disabled"]))}}),_6=n.defineComponent({__name:"DatePickerContent",props:{forceMount:{type:Boolean},trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},disableOutsidePointerEvents:{type:Boolean}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=$t(t,e);return(a,o)=>(n.openBlock(),n.createBlock(n.unref(z6),null,{default:n.withCtx(()=>[n.createVNode(n.unref(J6),n.normalizeProps(n.guardReactiveProps({...n.unref(r),...a.$attrs})),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16)]),_:3}))}}),[Qd,R6]=Oe("DropdownMenuRoot"),L6=n.defineComponent({__name:"DropdownMenuRoot",props:{defaultOpen:{type:Boolean},open:{type:Boolean,default:void 0},dir:{},modal:{type:Boolean,default:!0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=e;oe();const o=Le(r,"open",a,{defaultValue:r.defaultOpen,passive:r.open===void 0}),i=n.ref(),{modal:s,dir:l}=n.toRefs(r),c=Hn(l);return R6({open:o,onOpenChange:u=>{o.value=u},onOpenToggle:()=>{o.value=!o.value},triggerId:"",triggerElement:i,contentId:"",modal:s,dir:c}),(u,d)=>(n.openBlock(),n.createBlock(n.unref(M4),{open:n.unref(o),"onUpdate:open":d[0]||(d[0]=A=>n.isRef(o)?o.value=A:null),dir:n.unref(c),modal:n.unref(s)},{default:n.withCtx(()=>[n.renderSlot(u.$slots,"default",{open:n.unref(o)})]),_:3},8,["open","dir","modal"]))}}),F6=n.defineComponent({__name:"DropdownMenuTrigger",props:{disabled:{type:Boolean},asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,r=Qd(),{forwardRef:a,currentElement:o}=oe();return n.onMounted(()=>{r.triggerElement=o}),r.triggerId||(r.triggerId=pn(void 0,"radix-vue-dropdown-menu-trigger")),(i,s)=>(n.openBlock(),n.createBlock(n.unref(O4),{"as-child":""},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),{id:n.unref(r).triggerId,ref:n.unref(a),type:i.as==="button"?"button":void 0,"as-child":e.asChild,as:i.as,"aria-haspopup":"menu","aria-expanded":n.unref(r).open.value,"aria-controls":n.unref(r).open.value?n.unref(r).contentId:void 0,"data-disabled":i.disabled?"":void 0,disabled:i.disabled,"data-state":n.unref(r).open.value?"open":"closed",onClick:s[0]||(s[0]=async l=>{var c;!i.disabled&&l.button===0&&l.ctrlKey===!1&&((c=n.unref(r))==null||c.onOpenToggle(),await n.nextTick(),n.unref(r).open.value&&l.preventDefault())}),onKeydown:s[1]||(s[1]=n.withKeys(l=>{i.disabled||(["Enter"," "].includes(l.key)&&n.unref(r).onOpenToggle(),l.key==="ArrowDown"&&n.unref(r).onOpenChange(!0),["Enter"," ","ArrowDown"].includes(l.key)&&l.preventDefault())},["enter","space","arrow-down"]))},{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},8,["id","type","as-child","as","aria-expanded","aria-controls","data-disabled","disabled","data-state"])]),_:3}))}}),U6=n.defineComponent({__name:"DropdownMenuPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(W4),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),Z6=n.defineComponent({__name:"DropdownMenuContent",props:{forceMount:{type:Boolean},loop:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","closeAutoFocus"],setup(t,{emit:e}){const r=$t(t,e);oe();const a=Qd(),o=n.ref(!1);function i(s){s.defaultPrevented||(o.value||setTimeout(()=>{var l;(l=a.triggerElement.value)==null||l.focus()},0),o.value=!1,s.preventDefault())}return a.contentId||(a.contentId=pn(void 0,"radix-vue-dropdown-menu-content")),(s,l)=>{var c;return n.openBlock(),n.createBlock(n.unref($4),n.mergeProps(n.unref(r),{id:n.unref(a).contentId,"aria-labelledby":(c=n.unref(a))==null?void 0:c.triggerId,style:{"--radix-dropdown-menu-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-dropdown-menu-content-available-width":"var(--radix-popper-available-width)","--radix-dropdown-menu-content-available-height":"var(--radix-popper-available-height)","--radix-dropdown-menu-trigger-width":"var(--radix-popper-anchor-width)","--radix-dropdown-menu-trigger-height":"var(--radix-popper-anchor-height)"},onCloseAutoFocus:i,onInteractOutside:l[0]||(l[0]=u=>{var d;if(u.defaultPrevented)return;const A=u.detail.originalEvent,m=A.button===0&&A.ctrlKey===!0,f=A.button===2||m;(!n.unref(a).modal.value||f)&&(o.value=!0),(d=n.unref(a).triggerElement.value)!=null&&d.contains(u.target)&&u.preventDefault()})}),{default:n.withCtx(()=>[n.renderSlot(s.$slots,"default")]),_:3},16,["id","aria-labelledby"])}}}),ya=n.defineComponent({__name:"DropdownMenuItem",props:{disabled:{type:Boolean},textValue:{},asChild:{type:Boolean},as:{}},emits:["select"],setup(t,{emit:e}){const r=t,a=ha(e);return oe(),(o,i)=>(n.openBlock(),n.createBlock(n.unref(j4),n.normalizeProps(n.guardReactiveProps({...r,...n.unref(a)})),{default:n.withCtx(()=>[n.renderSlot(o.$slots,"default")]),_:3},16))}}),[wa,H6]=Oe("PopoverRoot"),Q6=n.defineComponent({__name:"PopoverRoot",props:{defaultOpen:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},modal:{type:Boolean,default:!1}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=e,{modal:o}=n.toRefs(r),i=Le(r,"open",a,{defaultValue:r.defaultOpen,passive:r.open===void 0}),s=n.ref(),l=n.ref(!1);return H6({contentId:"",modal:o,open:i,onOpenChange:c=>{i.value=c},onOpenToggle:()=>{i.value=!i.value},triggerElement:s,hasCustomAnchor:l}),(c,u)=>(n.openBlock(),n.createBlock(n.unref(hl),null,{default:n.withCtx(()=>[n.renderSlot(c.$slots,"default",{open:n.unref(i)})]),_:3}))}}),q6=n.defineComponent({__name:"PopoverTrigger",props:{asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,r=wa(),{forwardRef:a,currentElement:o}=oe();return n.onMounted(()=>{r.triggerElement.value=o.value}),(i,s)=>(n.openBlock(),n.createBlock(n.resolveDynamicComponent(n.unref(r).hasCustomAnchor.value?n.unref(ue):n.unref(gl)),{"as-child":""},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),{ref:n.unref(a),type:i.as==="button"?"button":void 0,"aria-haspopup":"dialog","aria-expanded":n.unref(r).open.value,"aria-controls":n.unref(r).contentId,"data-state":n.unref(r).open.value?"open":"closed",as:i.as,"as-child":e.asChild,onClick:n.unref(r).onOpenToggle},{default:n.withCtx(()=>[n.renderSlot(i.$slots,"default")]),_:3},8,["type","aria-expanded","aria-controls","data-state","as","as-child","onClick"])]),_:3}))}}),z6=n.defineComponent({__name:"PopoverPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(_o),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),qd=n.defineComponent({__name:"PopoverContentImpl",props:{trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},disableOutsidePointerEvents:{type:Boolean}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=sl(r),{forwardRef:i}=oe(),s=wa();return hd(),(l,c)=>(n.openBlock(),n.createBlock(n.unref(fl),{"as-child":"",loop:"",trapped:l.trapFocus,onMountAutoFocus:c[5]||(c[5]=u=>a("openAutoFocus",u)),onUnmountAutoFocus:c[6]||(c[6]=u=>a("closeAutoFocus",u))},{default:n.withCtx(()=>[n.createVNode(n.unref(Lo),{"as-child":"","disable-outside-pointer-events":l.disableOutsidePointerEvents,onPointerDownOutside:c[0]||(c[0]=u=>a("pointerDownOutside",u)),onInteractOutside:c[1]||(c[1]=u=>a("interactOutside",u)),onEscapeKeyDown:c[2]||(c[2]=u=>a("escapeKeyDown",u)),onFocusOutside:c[3]||(c[3]=u=>a("focusOutside",u)),onDismiss:c[4]||(c[4]=u=>n.unref(s).onOpenChange(!1))},{default:n.withCtx(()=>[n.createVNode(n.unref(yl),n.mergeProps(n.unref(o),{id:n.unref(s).contentId,ref:n.unref(i),"data-state":n.unref(s).open.value?"open":"closed",role:"dialog",style:{"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16,["id","data-state"])]),_:3},8,["disable-outside-pointer-events"])]),_:3},8,["trapped"]))}}),K6=n.defineComponent({__name:"PopoverContentModal",props:{trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},disableOutsidePointerEvents:{type:Boolean}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=wa(),i=n.ref(!1);al(!0);const s=$t(r,a),{forwardRef:l,currentElement:c}=oe();return cl(c),(u,d)=>(n.openBlock(),n.createBlock(qd,n.mergeProps(n.unref(s),{ref:n.unref(l),"trap-focus":n.unref(o).open.value,"disable-outside-pointer-events":"",onCloseAutoFocus:d[0]||(d[0]=n.withModifiers(A=>{var m;a("closeAutoFocus",A),i.value||(m=n.unref(o).triggerElement.value)==null||m.focus()},["prevent"])),onPointerDownOutside:d[1]||(d[1]=A=>{a("pointerDownOutside",A);const m=A.detail.originalEvent,f=m.button===0&&m.ctrlKey===!0,g=m.button===2||f;i.value=g}),onFocusOutside:d[2]||(d[2]=n.withModifiers(()=>{},["prevent"]))}),{default:n.withCtx(()=>[n.renderSlot(u.$slots,"default")]),_:3},16,["trap-focus"]))}}),j6=n.defineComponent({__name:"PopoverContentNonModal",props:{trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},disableOutsidePointerEvents:{type:Boolean}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=wa(),i=n.ref(!1),s=n.ref(!1),l=$t(r,a);return(c,u)=>(n.openBlock(),n.createBlock(qd,n.mergeProps(n.unref(l),{"trap-focus":!1,"disable-outside-pointer-events":!1,onCloseAutoFocus:u[0]||(u[0]=d=>{var A;a("closeAutoFocus",d),d.defaultPrevented||(i.value||(A=n.unref(o).triggerElement.value)==null||A.focus(),d.preventDefault()),i.value=!1,s.value=!1}),onInteractOutside:u[1]||(u[1]=async d=>{var A;a("interactOutside",d),d.defaultPrevented||(i.value=!0,d.detail.originalEvent.type==="pointerdown"&&(s.value=!0));const m=d.target;(A=n.unref(o).triggerElement.value)!=null&&A.contains(m)&&d.preventDefault(),d.detail.originalEvent.type==="focusin"&&s.value&&d.preventDefault()})}),{default:n.withCtx(()=>[n.renderSlot(c.$slots,"default")]),_:3},16))}}),J6=n.defineComponent({__name:"PopoverContent",props:{forceMount:{type:Boolean},trapFocus:{type:Boolean},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean},updatePositionStrategy:{},prioritizePosition:{type:Boolean},asChild:{type:Boolean},as:{},disableOutsidePointerEvents:{type:Boolean}},emits:["escapeKeyDown","pointerDownOutside","focusOutside","interactOutside","openAutoFocus","closeAutoFocus"],setup(t,{emit:e}){const r=t,a=e,o=wa(),i=$t(r,a),{forwardRef:s}=oe();return o.contentId||(o.contentId=pn(void 0,"radix-vue-popover-content")),(l,c)=>(n.openBlock(),n.createBlock(n.unref(Qn),{present:l.forceMount||n.unref(o).open.value},{default:n.withCtx(()=>[n.unref(o).modal.value?(n.openBlock(),n.createBlock(K6,n.mergeProps({key:0},n.unref(i),{ref:n.unref(s)}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16)):(n.openBlock(),n.createBlock(j6,n.mergeProps({key:1},n.unref(i),{ref:n.unref(s)}),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16))]),_:3},8,["present"]))}}),X6=n.defineComponent({__name:"PopoverArrow",props:{width:{default:10},height:{default:5},asChild:{type:Boolean},as:{default:"svg"}},setup(t){const e=t;return oe(),(r,a)=>(n.openBlock(),n.createBlock(n.unref(Vd),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),[$6,W6]=Oe("RadioGroupRoot"),qo=n.defineComponent({__name:"RadioGroupRoot",props:{modelValue:{},defaultValue:{},disabled:{type:Boolean,default:!1},name:{},required:{type:Boolean,default:!1},orientation:{default:void 0},dir:{},loop:{type:Boolean,default:!0},asChild:{type:Boolean},as:{}},emits:["update:modelValue"],setup(t,{emit:e}){const r=t,a=e,{forwardRef:o}=oe(),i=Le(r,"modelValue",a,{defaultValue:r.defaultValue,passive:r.modelValue===void 0}),{disabled:s,loop:l,orientation:c,name:u,required:d,dir:A}=n.toRefs(r),m=Hn(A);return W6({modelValue:i,changeModelValue:f=>{i.value=f},disabled:s,loop:l,orientation:c,name:u==null?void 0:u.value,required:d}),(f,g)=>(n.openBlock(),n.createBlock(n.unref(_d),{"as-child":"",orientation:n.unref(c),dir:n.unref(m),loop:n.unref(l)},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),{ref:n.unref(o),role:"radiogroup","data-disabled":n.unref(s)?"":void 0,"as-child":f.asChild,as:f.as,required:n.unref(d),"aria-orientation":n.unref(c),"aria-required":n.unref(d),dir:n.unref(m),name:n.unref(u)},{default:n.withCtx(()=>[n.renderSlot(f.$slots,"default",{modelValue:n.unref(i)})]),_:3},8,["data-disabled","as-child","as","required","aria-orientation","aria-required","dir","name"])]),_:3},8,["orientation","dir","loop"]))}}),Y6=["value","checked","name","disabled","required"],G6=n.defineComponent({__name:"Radio",props:{id:{},value:{},disabled:{type:Boolean,default:!1},required:{type:Boolean},checked:{type:Boolean,default:void 0},name:{},asChild:{type:Boolean},as:{default:"button"}},emits:["update:checked"],setup(t,{emit:e}){const r=t,a=Le(r,"checked",e,{passive:r.checked===void 0}),{value:o}=n.toRefs(r),{forwardRef:i,currentElement:s}=oe(),l=il(s),c=n.computed(()=>{var d;return r.id&&s.value?((d=document.querySelector(`[for="${r.id}"]`))==null?void 0:d.innerText)??r.value:void 0});function u(d){a.value=!0,l.value&&d.stopPropagation()}return(d,A)=>(n.openBlock(),n.createBlock(n.unref(ue),n.mergeProps(d.$attrs,{id:d.id,ref:n.unref(i),role:"radio",type:d.as==="button"?"button":void 0,as:d.as,"aria-checked":n.unref(a),"aria-label":c.value,"as-child":d.asChild,disabled:d.disabled?"":void 0,"data-state":n.unref(a)?"checked":"unchecked","data-disabled":d.disabled?"":void 0,value:n.unref(o),required:d.required,name:d.name,onClick:n.withModifiers(u,["stop"])}),{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default",{checked:n.unref(a)}),n.unref(l)?(n.openBlock(),n.createElementBlock("input",{key:0,type:"radio",tabindex:"-1","aria-hidden":"true",value:n.unref(o),checked:!!n.unref(a),name:d.name,disabled:d.disabled,required:d.required,style:{transform:"translateX(-100%)",position:"absolute",pointerEvents:"none",opacity:0,margin:0}},null,8,Y6)):n.createCommentVNode("",!0)]),_:3},16,["id","type","as","aria-checked","aria-label","as-child","disabled","data-state","data-disabled","value","required","name"]))}}),[N6,eg]=Oe("RadioGroupItem"),zn=n.defineComponent({inheritAttrs:!1,__name:"RadioGroupItem",props:{id:{},value:{},disabled:{type:Boolean,default:!1},required:{type:Boolean},name:{},asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,{forwardRef:r,currentElement:a}=oe(),o=$6(),i=n.computed(()=>o.disabled.value||e.disabled),s=n.computed(()=>o.required.value||e.required),l=n.computed(()=>{var A;return((A=o.modelValue)==null?void 0:A.value)===e.value});eg({disabled:i,checked:l});const c=n.ref(!1),u=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"];fn("keydown",A=>{u.includes(A.key)&&(c.value=!0)}),fn("keyup",()=>{c.value=!1});function d(){setTimeout(()=>{var A;c.value&&((A=a.value)==null||A.click())},0)}return(A,m)=>(n.openBlock(),n.createBlock(n.unref(q4),{checked:l.value,disabled:i.value,"as-child":"",focusable:!i.value,active:l.value},{default:n.withCtx(()=>[n.createVNode(G6,n.mergeProps({...A.$attrs,...e},{ref:n.unref(r),checked:l.value,required:s.value,disabled:i.value,"onUpdate:checked":m[0]||(m[0]=f=>n.unref(o).changeModelValue(A.value)),onKeydown:m[1]||(m[1]=n.withKeys(n.withModifiers(()=>{},["prevent"]),["enter"])),onFocus:d}),{default:n.withCtx(()=>[n.renderSlot(A.$slots,"default")]),_:3},16,["checked","required","disabled"])]),_:3},8,["checked","disabled","focusable","active"]))}}),El=n.defineComponent({__name:"RadioGroupIndicator",props:{forceMount:{type:Boolean},asChild:{type:Boolean},as:{default:"span"}},setup(t){const{forwardRef:e}=oe(),r=N6();return(a,o)=>(n.openBlock(),n.createBlock(n.unref(Qn),{present:a.forceMount||n.unref(r).checked.value},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),n.mergeProps({ref:n.unref(e),"data-state":n.unref(r).checked.value?"checked":"unchecked","data-disabled":n.unref(r).disabled.value?"":void 0,"as-child":a.asChild,as:a.as},a.$attrs),{default:n.withCtx(()=>[n.renderSlot(a.$slots,"default")]),_:3},16,["data-state","data-disabled","as-child","as"])]),_:3},8,["present"]))}});function tg(){if(typeof matchMedia=="function")return matchMedia("(pointer:coarse)").matches?"coarse":"fine"}tg();const ng=["name","disabled","required","value","checked","data-state","data-disabled"],[rg,ag]=Oe("SwitchRoot"),og=n.defineComponent({__name:"SwitchRoot",props:{defaultChecked:{type:Boolean},checked:{type:Boolean,default:void 0},disabled:{type:Boolean},required:{type:Boolean},name:{},id:{},value:{default:"on"},asChild:{type:Boolean},as:{default:"button"}},emits:["update:checked"],setup(t,{emit:e}){const r=t,a=e,{disabled:o}=n.toRefs(r),i=Le(r,"checked",a,{defaultValue:r.defaultChecked,passive:r.checked===void 0});function s(){o.value||(i.value=!i.value)}const{forwardRef:l,currentElement:c}=oe(),u=il(c),d=n.computed(()=>{var A;return r.id&&c.value?(A=document.querySelector(`[for="${r.id}"]`))==null?void 0:A.innerText:void 0});return ag({checked:i,toggleCheck:s,disabled:o}),(A,m)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(n.unref(ue),n.mergeProps(A.$attrs,{id:A.id,ref:n.unref(l),role:"switch",type:A.as==="button"?"button":void 0,value:A.value,"aria-label":A.$attrs["aria-label"]||d.value,"aria-checked":n.unref(i),"aria-required":A.required,"data-state":n.unref(i)?"checked":"unchecked","data-disabled":n.unref(o)?"":void 0,"as-child":A.asChild,as:A.as,disabled:n.unref(o),onClick:s,onKeydown:n.withKeys(n.withModifiers(s,["prevent"]),["enter"])}),{default:n.withCtx(()=>[n.renderSlot(A.$slots,"default",{checked:n.unref(i)})]),_:3},16,["id","type","value","aria-label","aria-checked","aria-required","data-state","data-disabled","as-child","as","disabled","onKeydown"]),n.unref(u)?(n.openBlock(),n.createElementBlock("input",{key:0,type:"checkbox",name:A.name,tabindex:"-1","aria-hidden":"true",disabled:n.unref(o),required:A.required,value:A.value,checked:!!n.unref(i),"data-state":n.unref(i)?"checked":"unchecked","data-disabled":n.unref(o)?"":void 0,style:{transform:"translateX(-100%)",position:"absolute",pointerEvents:"none",opacity:0,margin:0}},null,8,ng)):n.createCommentVNode("",!0)],64))}}),ig=n.defineComponent({__name:"SwitchThumb",props:{asChild:{type:Boolean},as:{default:"span"}},setup(t){const e=rg();return oe(),(r,a)=>{var o;return n.openBlock(),n.createBlock(n.unref(ue),{"data-state":(o=n.unref(e).checked)!=null&&o.value?"checked":"unchecked","data-disabled":n.unref(e).disabled.value?"":void 0,"as-child":r.asChild,as:r.as},{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},8,["data-state","data-disabled","as-child","as"])}}}),zd="tooltip.open",[kl,sg]=Oe("TooltipProvider"),xr=n.defineComponent({inheritAttrs:!1,__name:"TooltipProvider",props:{delayDuration:{default:700},skipDelayDuration:{default:300},disableHoverableContent:{type:Boolean,default:!1},disableClosingTrigger:{type:Boolean},disabled:{type:Boolean},ignoreNonKeyboardFocus:{type:Boolean,default:!1}},setup(t){const e=t,{delayDuration:r,skipDelayDuration:a,disableHoverableContent:o,disableClosingTrigger:i,ignoreNonKeyboardFocus:s,disabled:l}=n.toRefs(e);oe();const c=n.ref(!0),u=n.ref(!1),{start:d,stop:A}=Ad(()=>{c.value=!0},a,{immediate:!1});return sg({isOpenDelayed:c,delayDuration:r,onOpen(){A(),c.value=!1},onClose(){d()},isPointerInTransitRef:u,disableHoverableContent:o,disableClosingTrigger:i,disabled:l,ignoreNonKeyboardFocus:s}),(m,f)=>n.renderSlot(m.$slots,"default")}}),[zo,lg]=Oe("TooltipRoot"),Br=n.defineComponent({__name:"TooltipRoot",props:{defaultOpen:{type:Boolean,default:!1},open:{type:Boolean,default:void 0},delayDuration:{default:void 0},disableHoverableContent:{type:Boolean,default:void 0},disableClosingTrigger:{type:Boolean,default:void 0},disabled:{type:Boolean,default:void 0},ignoreNonKeyboardFocus:{type:Boolean,default:void 0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=e;oe();const o=kl(),i=n.computed(()=>r.disableHoverableContent??o.disableHoverableContent.value),s=n.computed(()=>r.disableClosingTrigger??o.disableClosingTrigger.value),l=n.computed(()=>r.disabled??o.disabled.value),c=n.computed(()=>r.delayDuration??o.delayDuration.value),u=n.computed(()=>r.ignoreNonKeyboardFocus??o.ignoreNonKeyboardFocus.value),d=Le(r,"open",a,{defaultValue:r.defaultOpen,passive:r.open===void 0});n.watch(d,p=>{o.onClose&&(p?(o.onOpen(),document.dispatchEvent(new CustomEvent(zd))):o.onClose())});const A=n.ref(!1),m=n.ref(),f=n.computed(()=>d.value?A.value?"delayed-open":"instant-open":"closed"),{start:g,stop:b}=Ad(()=>{A.value=!0,d.value=!0},c,{immediate:!1});function v(){b(),A.value=!1,d.value=!0}function k(){b(),d.value=!1}function h(){g()}return lg({contentId:"",open:d,stateAttribute:f,trigger:m,onTriggerChange(p){m.value=p},onTriggerEnter(){o.isOpenDelayed.value?h():v()},onTriggerLeave(){i.value?k():b()},onOpen:v,onClose:k,disableHoverableContent:i,disableClosingTrigger:s,disabled:l,ignoreNonKeyboardFocus:u}),(p,y)=>(n.openBlock(),n.createBlock(n.unref(hl),null,{default:n.withCtx(()=>[n.renderSlot(p.$slots,"default",{open:n.unref(d)})]),_:3}))}}),Sr=n.defineComponent({__name:"TooltipTrigger",props:{asChild:{type:Boolean},as:{default:"button"}},setup(t){const e=t,r=zo(),a=kl();r.contentId||(r.contentId=pn(void 0,"radix-vue-tooltip-content"));const{forwardRef:o,currentElement:i}=oe(),s=n.ref(!1),l=n.ref(!1),c=n.computed(()=>r.disabled.value?{}:{click:b,focus:f,pointermove:A,pointerleave:m,pointerdown:d,blur:g});n.onMounted(()=>{r.onTriggerChange(i.value)});function u(){setTimeout(()=>{s.value=!1},1)}function d(){s.value=!0,document.addEventListener("pointerup",u,{once:!0})}function A(v){v.pointerType!=="touch"&&!l.value&&!a.isPointerInTransitRef.value&&(r.onTriggerEnter(),l.value=!0)}function m(){r.onTriggerLeave(),l.value=!1}function f(v){var k,h;s.value||r.ignoreNonKeyboardFocus.value&&!((h=(k=v.target).matches)!=null&&h.call(k,":focus-visible"))||r.onOpen()}function g(){r.onClose()}function b(){r.disableClosingTrigger.value||r.onClose()}return(v,k)=>(n.openBlock(),n.createBlock(n.unref(gl),{"as-child":""},{default:n.withCtx(()=>[n.createVNode(n.unref(ue),n.mergeProps({ref:n.unref(o),"aria-describedby":n.unref(r).open.value?n.unref(r).contentId:void 0,"data-state":n.unref(r).stateAttribute.value,as:v.as,"as-child":e.asChild,"data-grace-area-trigger":""},n.toHandlers(c.value)),{default:n.withCtx(()=>[n.renderSlot(v.$slots,"default")]),_:3},16,["aria-describedby","data-state","as","as-child"])]),_:3}))}}),Kd=n.defineComponent({__name:"TooltipContentImpl",props:{ariaLabel:{},asChild:{type:Boolean},as:{},side:{default:"top"},sideOffset:{default:0},align:{default:"center"},alignOffset:{},avoidCollisions:{type:Boolean,default:!0},collisionBoundary:{default:()=>[]},collisionPadding:{default:0},arrowPadding:{default:0},sticky:{default:"partial"},hideWhenDetached:{type:Boolean,default:!1}},emits:["escapeKeyDown","pointerDownOutside"],setup(t,{emit:e}){const r=t,a=e,o=zo(),{forwardRef:i}=oe(),s=n.useSlots(),l=n.computed(()=>{var d;return(d=s.default)==null?void 0:d.call(s)}),c=n.computed(()=>{var d;if(r.ariaLabel)return r.ariaLabel;let A="";function m(f){typeof f.children=="string"&&f.type!==n.Comment?A+=f.children:Array.isArray(f.children)&&f.children.forEach(g=>m(g))}return(d=l.value)==null||d.forEach(f=>m(f)),A}),u=n.computed(()=>{const{ariaLabel:d,...A}=r;return A});return n.onMounted(()=>{fn(window,"scroll",d=>{const A=d.target;A!=null&&A.contains(o.trigger.value)&&o.onClose()}),fn(window,zd,o.onClose)}),(d,A)=>(n.openBlock(),n.createBlock(n.unref(Lo),{"as-child":"","disable-outside-pointer-events":!1,onEscapeKeyDown:A[0]||(A[0]=m=>a("escapeKeyDown",m)),onPointerDownOutside:A[1]||(A[1]=m=>{var f;n.unref(o).disableClosingTrigger.value&&(f=n.unref(o).trigger.value)!=null&&f.contains(m.target)&&m.preventDefault(),a("pointerDownOutside",m)}),onFocusOutside:A[2]||(A[2]=n.withModifiers(()=>{},["prevent"])),onDismiss:A[3]||(A[3]=m=>n.unref(o).onClose())},{default:n.withCtx(()=>[n.createVNode(n.unref(yl),n.mergeProps({ref:n.unref(i),"data-state":n.unref(o).stateAttribute.value},{...d.$attrs,...u.value},{style:{"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"}}),{default:n.withCtx(()=>[n.renderSlot(d.$slots,"default"),n.createVNode(n.unref(k4),{id:n.unref(o).contentId,role:"tooltip"},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(c.value),1)]),_:1},8,["id"])]),_:3},16,["data-state"])]),_:3}))}}),cg=n.defineComponent({__name:"TooltipContentHoverable",props:{ariaLabel:{},asChild:{type:Boolean},as:{},side:{},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean}},setup(t){const e=sl(t),{forwardRef:r,currentElement:a}=oe(),{trigger:o,onClose:i}=zo(),s=kl(),{isPointerInTransit:l,onPointerExit:c}=Wh(o,a);return s.isPointerInTransitRef=l,c(()=>{i()}),(u,d)=>(n.openBlock(),n.createBlock(Kd,n.mergeProps({ref:n.unref(r)},n.unref(e)),{default:n.withCtx(()=>[n.renderSlot(u.$slots,"default")]),_:3},16))}}),Tr=n.defineComponent({__name:"TooltipContent",props:{forceMount:{type:Boolean},ariaLabel:{},asChild:{type:Boolean},as:{},side:{default:"top"},sideOffset:{},align:{},alignOffset:{},avoidCollisions:{type:Boolean},collisionBoundary:{},collisionPadding:{},arrowPadding:{},sticky:{},hideWhenDetached:{type:Boolean}},emits:["escapeKeyDown","pointerDownOutside"],setup(t,{emit:e}){const r=t,a=e,o=zo(),i=$t(r,a),{forwardRef:s}=oe();return(l,c)=>(n.openBlock(),n.createBlock(n.unref(Qn),{present:l.forceMount||n.unref(o).open.value},{default:n.withCtx(()=>[(n.openBlock(),n.createBlock(n.resolveDynamicComponent(n.unref(o).disableHoverableContent.value?Kd:cg),n.mergeProps({ref:n.unref(s)},n.unref(i)),{default:n.withCtx(()=>[n.renderSlot(l.$slots,"default")]),_:3},16))]),_:3},8,["present"]))}}),Or=n.defineComponent({__name:"TooltipArrow",props:{width:{default:10},height:{default:5},asChild:{type:Boolean},as:{default:"svg"}},setup(t){const e=t;return oe(),(r,a)=>(n.openBlock(),n.createBlock(n.unref(Vd),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),Dr=n.defineComponent({__name:"TooltipPortal",props:{to:{},disabled:{type:Boolean},forceMount:{type:Boolean}},setup(t){const e=t;return(r,a)=>(n.openBlock(),n.createBlock(n.unref(_o),n.normalizeProps(n.guardReactiveProps(e)),{default:n.withCtx(()=>[n.renderSlot(r.$slots,"default")]),_:3},16))}}),ug=[n.createElementVNode("path",{d:"m3.56 7.28 2.47 2.47 8.66-8.66a.4.4 0 0 1 .68.28v4.86c0 .11-.04.21-.12.28l-9.03 9.03a.4.4 0 0 1-.57 0L.48 10.18a.4.4 0 0 1 0-.56l2.53-2.36a.4.4 0 0 1 .55 0v.02Z"},null,-1)],yn=n.defineComponent({__name:"CheckMarkIcon",props:{color:{type:String,default:"black"},class:{type:String,default:""}},setup(t){return(e,r)=>(n.openBlock(),n.createElementBlock("svg",{xmlns:"http://www.w3.org/2000/svg",style:n.normalizeStyle({fill:t.color}),viewBox:"0 0 16 16",class:n.normalizeClass(t.class)},ug,6))}}),dg={class:"fge-step-progress"},Ag={class:"fge-step-item-counter"},fg={class:"fge-step-content"},pg=n.defineComponent({__name:"FgeStepComponent",props:{showHeader:{type:Boolean,default:!0},currentStep:{type:Number,default:1},steps:{type:Array,default:()=>[]},stepPrimaryColor:{type:String,default:"#598c15"},stepIconColor:{type:String,default:"#fff"},containerClass:{type:String,default:""},headerClass:{type:String,default:""}},setup(t){const e=t,r=n.computed(()=>({"--stepPrimaryColor":e.stepPrimaryColor,"--stepIconColor":e.stepIconColor})),a=n.computed(()=>100/(e.steps.length-1)*(e.currentStep===0,e.currentStep)+"%");return(o,i)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(t.containerClass),style:n.normalizeStyle(r.value)},[t.showHeader?(n.openBlock(),n.createElementBlock("div",{key:0,class:n.normalizeClass(["fge-step",t.headerClass])},[n.createElementVNode("div",dg,[n.createElementVNode("div",{class:"fge-step-progress-bar",style:n.normalizeStyle("width:"+a.value)},null,4)]),(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(e.steps,(s,l)=>(n.openBlock(),n.createElementBlock("div",{class:n.normalizeClass(["fge-step-item",{current:e.currentStep>=l,success:e.currentStep>=l}]),key:l},[n.createElementVNode("div",Ag,[n.createVNode(yn,{class:"icon-success",color:t.stepIconColor,alt:"Check Mark"},null,8,["color"])])],2))),128))],2)):n.createCommentVNode("",!0),n.createElementVNode("div",fg,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(t.steps,(s,l)=>(n.openBlock(),n.createElementBlock("div",{key:l},[t.currentStep===l?n.renderSlot(o.$slots,s.name,{key:0},void 0,!0):n.createCommentVNode("",!0)]))),128))])],6))}}),Ye=(t,e)=>{const r=t.__vccOpts||t;for(const[a,o]of e)r[a]=o;return r},Ko=Ye(pg,[["__scopeId","data-v-3165da4a"]]),ba={TOP_LEFT:"top-left",TOP_RIGHT:"top-right",TOP_CENTER:"top-center",BOTTOM_LEFT:"bottom-left",BOTTOM_RIGHT:"bottom-right",BOTTOM_CENTER:"bottom-center"},Vr={LIGHT:"light",DARK:"dark",COLORED:"colored",AUTO:"auto"},Ke={INFO:"info",SUCCESS:"success",WARNING:"warning",ERROR:"error",DEFAULT:"default"},mg={BOUNCE:"bounce",SLIDE:"slide",FLIP:"flip",ZOOM:"zoom",NONE:"none"},jd={dangerouslyHTMLString:!1,multiple:!0,position:ba.TOP_RIGHT,autoClose:5e3,transition:"bounce",hideProgressBar:!1,pauseOnHover:!0,pauseOnFocusLoss:!0,closeOnClick:!0,className:"",bodyClassName:"",style:{},progressClassName:"",progressStyle:{},role:"alert",theme:"light"},hg={rtl:!1,newestOnTop:!1,toastClassName:""},Jd={...jd,...hg};({...jd,type:Ke.DEFAULT});var ye=(t=>(t[t.COLLAPSE_DURATION=300]="COLLAPSE_DURATION",t[t.DEBOUNCE_DURATION=50]="DEBOUNCE_DURATION",t.CSS_NAMESPACE="Toastify",t))(ye||{}),xl=(t=>(t.ENTRANCE_ANIMATION_END="d",t))(xl||{});const gg={enter:"Toastify--animate Toastify__bounce-enter",exit:"Toastify--animate Toastify__bounce-exit",appendPosition:!0},vg={enter:"Toastify--animate Toastify__slide-enter",exit:"Toastify--animate Toastify__slide-exit",appendPosition:!0},yg={enter:"Toastify--animate Toastify__zoom-enter",exit:"Toastify--animate Toastify__zoom-exit"},wg={enter:"Toastify--animate Toastify__flip-enter",exit:"Toastify--animate Toastify__flip-exit"},Xd="Toastify--animate Toastify__none-enter";function $d(t,e=!1){var r;let a=gg;if(!t||typeof t=="string")switch(t){case"flip":a=wg;break;case"zoom":a=yg;break;case"slide":a=vg;break}else a=t;if(e)a.enter=Xd;else if(a.enter===Xd){const o=(r=a.exit.split("__")[1])==null?void 0:r.split("-")[0];a.enter=`Toastify--animate Toastify__${o}-enter`}return a}function bg(t){return t.containerId||String(t.position)}const jo="will-unmount";function Cg(t=ba.TOP_RIGHT){return!!document.querySelector(`.${ye.CSS_NAMESPACE}__toast-container--${t}`)}function Eg(t=ba.TOP_RIGHT){return`${ye.CSS_NAMESPACE}__toast-container--${t}`}function kg(t,e,r=!1){const a=[`${ye.CSS_NAMESPACE}__toast-container`,`${ye.CSS_NAMESPACE}__toast-container--${t}`,r?`${ye.CSS_NAMESPACE}__toast-container--rtl`:null].filter(Boolean).join(" ");return Pr(e)?e({position:t,rtl:r,defaultClassName:a}):`${a} ${e||""}`}function xg(t){var e;const{position:r,containerClassName:a,rtl:o=!1,style:i={}}=t,s=ye.CSS_NAMESPACE,l=Eg(r),c=document.querySelector(`.${s}`),u=document.querySelector(`.${l}`),d=!!u&&!((e=u.className)!=null&&e.includes(jo)),A=c||document.createElement("div"),m=document.createElement("div");m.className=kg(r,a,o),m.dataset.testid=`${ye.CSS_NAMESPACE}__toast-container--${r}`,m.id=bg(t);for(const f in i)if(Object.prototype.hasOwnProperty.call(i,f)){const g=i[f];m.style[f]=g}return c||(A.className=ye.CSS_NAMESPACE,document.body.appendChild(A)),d||A.appendChild(m),m}function Bl(t){var e,r,a;const o=typeof t=="string"?t:((e=t.currentTarget)==null?void 0:e.id)||((r=t.target)==null?void 0:r.id),i=document.getElementById(o);i&&i.removeEventListener("animationend",Bl,!1);try{Ca[o].unmount(),(a=document.getElementById(o))==null||a.remove(),delete Ca[o],delete Fe[o]}catch{}}const Ca=n.reactive({});function Bg(t,e){const r=document.getElementById(String(e));r&&(Ca[r.id]=t)}function Sl(t,e=!0){const r=String(t);if(!Ca[r])return;const a=document.getElementById(r);a&&a.classList.add(jo),e?(Tg(t),a&&a.addEventListener("animationend",Bl,!1)):Bl(r),Lt.items=Lt.items.filter(o=>o.containerId!==t)}function Sg(t){for(const e in Ca)Sl(e,t);Lt.items=[]}function Wd(t,e){const r=document.getElementById(t.toastId);if(r){let a=t;a={...a,...$d(a.transition)};const o=a.appendPosition?`${a.exit}--${a.position}`:a.exit;r.className+=` ${o}`,e&&e(r)}}function Tg(t){for(const e in Fe)if(e===t)for(const r of Fe[e]||[])Wd(r)}function Og(t){const e=Ir().find(r=>r.toastId===t);return e==null?void 0:e.containerId}function Tl(t){return document.getElementById(t)}function Dg(t){const e=Tl(t.containerId);return e&&e.classList.contains(jo)}function Yd(t){var e;const r=n.isVNode(t.content)?n.toRaw(t.content.props):null;return r??n.toRaw((e=t.data)!=null?e:{})}function Vg(t){return t?Lt.items.filter(e=>e.containerId===t).length>0:Lt.items.length>0}function Ig(){if(Lt.items.length>0){const t=Lt.items.shift();Jo(t==null?void 0:t.toastContent,t==null?void 0:t.toastProps)}}const Fe=n.reactive({}),Lt=n.reactive({items:[]});function Ir(){const t=n.toRaw(Fe);return Object.values(t).reduce((e,r)=>[...e,...r],[])}function Pg(t){return Ir().find(e=>e.toastId===t)}function Jo(t,e={}){if(Dg(e)){const r=Tl(e.containerId);r&&r.addEventListener("animationend",Ol.bind(null,t,e),!1)}else Ol(t,e)}function Ol(t,e={}){const r=Tl(e.containerId);r&&r.removeEventListener("animationend",Ol.bind(null,t,e),!1);const a=Fe[e.containerId]||[],o=a.length>0;if(!o&&!Cg(e.position)){const i=xg(e),s=n.createApp(Gg,e);s.mount(i),Bg(s,i.id)}o&&!e.updateId&&(e.position=a[0].position),n.nextTick(()=>{e.updateId?ot.update(e):ot.add(t,e)})}const ot={add(t,e){const{containerId:r=""}=e;r&&(Fe[r]=Fe[r]||[],Fe[r].find(a=>a.toastId===e.toastId)||setTimeout(()=>{var a,o;e.newestOnTop?(a=Fe[r])==null||a.unshift(e):(o=Fe[r])==null||o.push(e),e.onOpen&&e.onOpen(Yd(e))},e.delay||0))},remove(t){if(t){const e=Og(t);if(e){const r=Fe[e];let a=r.find(o=>o.toastId===t);Fe[e]=r.filter(o=>o.toastId!==t),!Fe[e].length&&!Vg(e)&&Sl(e,!1),Ig(),n.nextTick(()=>{a!=null&&a.onClose&&(a.onClose(Yd(a)),a=void 0)})}}},update(t={}){const{containerId:e=""}=t;if(e&&t.updateId){Fe[e]=Fe[e]||[];const r=Fe[e].find(i=>i.toastId===t.toastId),a=(r==null?void 0:r.position)!==t.position||(r==null?void 0:r.transition)!==t.transition,o={...t,disabledEnterTransition:!a,updateId:void 0};ot.dismissForce(t==null?void 0:t.toastId),setTimeout(()=>{Q(o.content,o)},t.delay||0)}},clear(t,e=!0){t?Sl(t,e):Sg(e)},dismissCallback(t){var e;const r=(e=t.currentTarget)==null?void 0:e.id,a=document.getElementById(r);a&&(a.removeEventListener("animationend",ot.dismissCallback,!1),setTimeout(()=>{ot.remove(r)}))},dismiss(t){if(t){const e=Ir();for(const r of e)if(r.toastId===t){Wd(r,a=>{a.addEventListener("animationend",ot.dismissCallback,!1)});break}}},dismissForce(t){if(t){const e=Ir();for(const r of e)if(r.toastId===t){const a=document.getElementById(t);a&&(a.remove(),a.removeEventListener("animationend",ot.dismissCallback,!1),ot.remove(t));break}}}},Gd=n.reactive({}),Xo=n.reactive({});function Nd(){return Math.random().toString(36).substring(2,9)}function Mg(t){return typeof t=="number"&&!isNaN(t)}function Dl(t){return typeof t=="string"}function Pr(t){return typeof t=="function"}function $o(...t){return n.mergeProps(...t)}function Wo(t){return typeof t=="object"&&(!!(t!=null&&t.render)||!!(t!=null&&t.setup)||typeof(t==null?void 0:t.type)=="object")}function _g(t={}){Gd[`${ye.CSS_NAMESPACE}-default-options`]=t}function Rg(){return Gd[`${ye.CSS_NAMESPACE}-default-options`]||Jd}function Lg(){return document.documentElement.classList.contains("dark")?"dark":"light"}var Yo=(t=>(t[t.Enter=0]="Enter",t[t.Exit=1]="Exit",t))(Yo||{});const eA={containerId:{type:[String,Number],required:!1,default:""},clearOnUrlChange:{type:Boolean,required:!1,default:!0},disabledEnterTransition:{type:Boolean,required:!1,default:!1},dangerouslyHTMLString:{type:Boolean,required:!1,default:!1},multiple:{type:Boolean,required:!1,default:!0},limit:{type:Number,required:!1,default:void 0},position:{type:String,required:!1,default:ba.TOP_LEFT},bodyClassName:{type:String,required:!1,default:""},autoClose:{type:[Number,Boolean],required:!1,default:!1},closeButton:{type:[Boolean,Function,Object],required:!1,default:void 0},transition:{type:[String,Object],required:!1,default:"bounce"},hideProgressBar:{type:Boolean,required:!1,default:!1},pauseOnHover:{type:Boolean,required:!1,default:!0},pauseOnFocusLoss:{type:Boolean,required:!1,default:!0},closeOnClick:{type:Boolean,required:!1,default:!0},progress:{type:Number,required:!1,default:void 0},progressClassName:{type:String,required:!1,default:""},toastStyle:{type:Object,required:!1,default(){return{}}},progressStyle:{type:Object,required:!1,default(){return{}}},role:{type:String,required:!1,default:"alert"},theme:{type:String,required:!1,default:Vr.AUTO},content:{type:[String,Object,Function],required:!1,default:""},toastId:{type:[String,Number],required:!1,default:""},data:{type:[Object,String],required:!1,default(){return{}}},type:{type:String,required:!1,default:Ke.DEFAULT},icon:{type:[Boolean,String,Number,Object,Function],required:!1,default:void 0},delay:{type:Number,required:!1,default:void 0},onOpen:{type:Function,required:!1,default:void 0},onClose:{type:Function,required:!1,default:void 0},onClick:{type:Function,required:!1,default:void 0},isLoading:{type:Boolean,required:!1,default:void 0},rtl:{type:Boolean,required:!1,default:!1},toastClassName:{type:String,required:!1,default:""},updateId:{type:[String,Number],required:!1,default:""}},Fg={autoClose:{type:[Number,Boolean],required:!0},isRunning:{type:Boolean,required:!1,default:void 0},type:{type:String,required:!1,default:Ke.DEFAULT},theme:{type:String,required:!1,default:Vr.AUTO},hide:{type:Boolean,required:!1,default:void 0},className:{type:[String,Function],required:!1,default:""},controlledProgress:{type:Boolean,required:!1,default:void 0},rtl:{type:Boolean,required:!1,default:void 0},isIn:{type:Boolean,required:!1,default:void 0},progress:{type:Number,required:!1,default:void 0},closeToast:{type:Function,required:!1,default:void 0}},Ug=n.defineComponent({name:"ProgressBar",props:Fg,setup(t,{attrs:e}){const r=n.ref(),a=n.computed(()=>t.hide?"true":"false"),o=n.computed(()=>({...e.style||{},animationDuration:`${t.autoClose===!0?5e3:t.autoClose}ms`,animationPlayState:t.isRunning?"running":"paused",opacity:t.hide||t.autoClose===!1?0:1,transform:t.controlledProgress?`scaleX(${t.progress})`:"none"})),i=n.computed(()=>[`${ye.CSS_NAMESPACE}__progress-bar`,t.controlledProgress?`${ye.CSS_NAMESPACE}__progress-bar--controlled`:`${ye.CSS_NAMESPACE}__progress-bar--animated`,`${ye.CSS_NAMESPACE}__progress-bar-theme--${t.theme}`,`${ye.CSS_NAMESPACE}__progress-bar--${t.type}`,t.rtl?`${ye.CSS_NAMESPACE}__progress-bar--rtl`:null].filter(Boolean).join(" ")),s=n.computed(()=>`${i.value} ${(e==null?void 0:e.class)||""}`),l=()=>{r.value&&(r.value.onanimationend=null,r.value.ontransitionend=null)},c=()=>{t.isIn&&t.closeToast&&t.autoClose!==!1&&(t.closeToast(),l())},u=n.computed(()=>t.controlledProgress?null:c),d=n.computed(()=>t.controlledProgress?c:null);return n.watchEffect(()=>{r.value&&(l(),r.value.onanimationend=u.value,r.value.ontransitionend=d.value)}),()=>n.createVNode("div",{ref:r,role:"progressbar","aria-hidden":a.value,"aria-label":"notification timer",class:s.value,style:o.value},null)}}),Zg=n.defineComponent({name:"CloseButton",inheritAttrs:!1,props:{theme:{type:String,required:!1,default:Vr.AUTO},type:{type:String,required:!1,default:Vr.LIGHT},ariaLabel:{type:String,required:!1,default:"close"},closeToast:{type:Function,required:!1,default:void 0}},setup(t){return()=>n.createVNode("button",{class:`${ye.CSS_NAMESPACE}__close-button ${ye.CSS_NAMESPACE}__close-button--${t.theme}`,type:"button",onClick:e=>{e.stopPropagation(),t.closeToast&&t.closeToast(e)},"aria-label":t.ariaLabel},[n.createVNode("svg",{"aria-hidden":"true",viewBox:"0 0 14 16"},[n.createVNode("path",{"fill-rule":"evenodd",d:"M7.71 8.23l3.75 3.75-1.48 1.48-3.75-3.75-3.75 3.75L1 11.98l3.75-3.75L1 4.48 2.48 3l3.75 3.75L9.98 3l1.48 1.48-3.75 3.75z"},null)])])}}),Go=({theme:t,type:e,path:r,...a})=>n.createVNode("svg",n.mergeProps({viewBox:"0 0 24 24",width:"100%",height:"100%",fill:t==="colored"?"currentColor":`var(--toastify-icon-color-${e})`},a),[n.createVNode("path",{d:r},null)]);function Hg(t){return n.createVNode(Go,n.mergeProps(t,{path:"M23.32 17.191L15.438 2.184C14.728.833 13.416 0 11.996 0c-1.42 0-2.733.833-3.443 2.184L.533 17.448a4.744 4.744 0 000 4.368C1.243 23.167 2.555 24 3.975 24h16.05C22.22 24 24 22.044 24 19.632c0-.904-.251-1.746-.68-2.44zm-9.622 1.46c0 1.033-.724 1.823-1.698 1.823s-1.698-.79-1.698-1.822v-.043c0-1.028.724-1.822 1.698-1.822s1.698.79 1.698 1.822v.043zm.039-12.285l-.84 8.06c-.057.581-.408.943-.897.943-.49 0-.84-.367-.896-.942l-.84-8.065c-.057-.624.25-1.095.779-1.095h1.91c.528.005.84.476.784 1.1z"}),null)}function Qg(t){return n.createVNode(Go,n.mergeProps(t,{path:"M12 0a12 12 0 1012 12A12.013 12.013 0 0012 0zm.25 5a1.5 1.5 0 11-1.5 1.5 1.5 1.5 0 011.5-1.5zm2.25 13.5h-4a1 1 0 010-2h.75a.25.25 0 00.25-.25v-4.5a.25.25 0 00-.25-.25h-.75a1 1 0 010-2h1a2 2 0 012 2v4.75a.25.25 0 00.25.25h.75a1 1 0 110 2z"}),null)}function qg(t){return n.createVNode(Go,n.mergeProps(t,{path:"M12 0a12 12 0 1012 12A12.014 12.014 0 0012 0zm6.927 8.2l-6.845 9.289a1.011 1.011 0 01-1.43.188l-4.888-3.908a1 1 0 111.25-1.562l4.076 3.261 6.227-8.451a1 1 0 111.61 1.183z"}),null)}function zg(t){return n.createVNode(Go,n.mergeProps(t,{path:"M11.983 0a12.206 12.206 0 00-8.51 3.653A11.8 11.8 0 000 12.207 11.779 11.779 0 0011.8 24h.214A12.111 12.111 0 0024 11.791 11.766 11.766 0 0011.983 0zM10.5 16.542a1.476 1.476 0 011.449-1.53h.027a1.527 1.527 0 011.523 1.47 1.475 1.475 0 01-1.449 1.53h-.027a1.529 1.529 0 01-1.523-1.47zM11 12.5v-6a1 1 0 012 0v6a1 1 0 11-2 0z"}),null)}function Kg(){return n.createVNode("div",{class:`${ye.CSS_NAMESPACE}__spinner`},null)}const Vl={info:Qg,warning:Hg,success:qg,error:zg,spinner:Kg},jg=t=>t in Vl;function Jg({theme:t,type:e,isLoading:r,icon:a}){let o;const i={theme:t,type:e};return r?o=Vl.spinner():a===!1?o=void 0:Wo(a)?o=n.toRaw(a):Pr(a)?o=a(i):n.isVNode(a)?o=n.cloneVNode(a,i):Dl(a)||Mg(a)?o=a:jg(e)&&(o=Vl[e](i)),o}const Xg=()=>{};function $g(t,e,r=ye.COLLAPSE_DURATION){const{scrollHeight:a,style:o}=t,i=r;requestAnimationFrame(()=>{o.minHeight="initial",o.height=a+"px",o.transition=`all ${i}ms`,requestAnimationFrame(()=>{o.height="0",o.padding="0",o.margin="0",setTimeout(e,i)})})}function Wg(t){const e=n.ref(!1),r=n.ref(!1),a=n.ref(!1),o=n.ref(Yo.Enter),i=n.reactive({...t,appendPosition:t.appendPosition||!1,collapse:typeof t.collapse>"u"?!0:t.collapse,collapseDuration:t.collapseDuration||ye.COLLAPSE_DURATION}),s=i.done||Xg,l=n.computed(()=>i.appendPosition?`${i.enter}--${i.position}`:i.enter),c=n.computed(()=>i.appendPosition?`${i.exit}--${i.position}`:i.exit),u=n.computed(()=>t.pauseOnHover?{onMouseenter:v,onMouseleave:b}:{});function d(){const h=l.value.split(" ");m().addEventListener(xl.ENTRANCE_ANIMATION_END,b,{once:!0});const p=w=>{const C=m();w.target===C&&(C.dispatchEvent(new Event(xl.ENTRANCE_ANIMATION_END)),C.removeEventListener("animationend",p),C.removeEventListener("animationcancel",p),o.value===Yo.Enter&&w.type!=="animationcancel"&&C.classList.remove(...h))},y=()=>{const w=m();w.classList.add(...h),w.addEventListener("animationend",p),w.addEventListener("animationcancel",p)};t.pauseOnFocusLoss&&f(),y()}function A(){if(!m())return;const h=()=>{const y=m();y.removeEventListener("animationend",h),i.collapse?$g(y,s,i.collapseDuration):s()},p=()=>{const y=m();o.value=Yo.Exit,y&&(y.className+=` ${c.value}`,y.addEventListener("animationend",h))};r.value||(a.value?h():setTimeout(p))}function m(){return t.toastRef.value}function f(){document.hasFocus()||v(),window.addEventListener("focus",b),window.addEventListener("blur",v)}function g(){window.removeEventListener("focus",b),window.removeEventListener("blur",v)}function b(){(!t.loading.value||t.isLoading===void 0)&&(e.value=!0)}function v(){e.value=!1}function k(h){h&&(h.stopPropagation(),h.preventDefault()),r.value=!1}return n.watchEffect(A),n.watchEffect(()=>{const h=Ir();r.value=h.findIndex(p=>p.toastId===i.toastId)>-1}),n.watchEffect(()=>{t.isLoading!==void 0&&(t.loading.value?v():b())}),n.onMounted(d),n.onUnmounted(()=>{t.pauseOnFocusLoss&&g()}),{isIn:r,isRunning:e,hideToast:k,eventHandlers:u}}const Yg=n.defineComponent({name:"ToastItem",inheritAttrs:!1,props:eA,setup(t){const e=n.ref(),r=n.computed(()=>!!t.isLoading),a=n.computed(()=>t.progress!==void 0&&t.progress!==null),o=n.computed(()=>Jg(t)),i=n.computed(()=>[`${ye.CSS_NAMESPACE}__toast`,`${ye.CSS_NAMESPACE}__toast-theme--${t.theme}`,`${ye.CSS_NAMESPACE}__toast--${t.type}`,t.rtl?`${ye.CSS_NAMESPACE}__toast--rtl`:void 0,t.toastClassName||""].filter(Boolean).join(" ")),{isRunning:s,isIn:l,hideToast:c,eventHandlers:u}=Wg({toastRef:e,loading:r,done:()=>{ot.remove(t.toastId)},...$d(t.transition,t.disabledEnterTransition),...t});return()=>n.createVNode("div",n.mergeProps({id:t.toastId,class:i.value,style:t.toastStyle||{},ref:e,"data-testid":`toast-item-${t.toastId}`,onClick:d=>{t.closeOnClick&&c(),t.onClick&&t.onClick(d)}},u.value),[n.createVNode("div",{role:t.role,"data-testid":"toast-body",class:`${ye.CSS_NAMESPACE}__toast-body ${t.bodyClassName||""}`},[o.value!=null&&n.createVNode("div",{"data-testid":`toast-icon-${t.type}`,class:[`${ye.CSS_NAMESPACE}__toast-icon`,t.isLoading?"":`${ye.CSS_NAMESPACE}--animate-icon ${ye.CSS_NAMESPACE}__zoom-enter`].join(" ")},[Wo(o.value)?n.h(n.toRaw(o.value),{theme:t.theme,type:t.type}):Pr(o.value)?o.value({theme:t.theme,type:t.type}):o.value]),n.createVNode("div",{"data-testid":"toast-content"},[Wo(t.content)?n.h(n.toRaw(t.content),{toastProps:n.toRaw(t),closeToast:c,data:t.data}):Pr(t.content)?t.content({toastProps:n.toRaw(t),closeToast:c,data:t.data}):t.dangerouslyHTMLString?n.h("div",{innerHTML:t.content}):t.content])]),(t.closeButton===void 0||t.closeButton===!0)&&n.createVNode(Zg,{theme:t.theme,closeToast:d=>{d.stopPropagation(),d.preventDefault(),c()}},null),Wo(t.closeButton)?n.h(n.toRaw(t.closeButton),{closeToast:c,type:t.type,theme:t.theme}):Pr(t.closeButton)?t.closeButton({closeToast:c,type:t.type,theme:t.theme}):null,n.createVNode(Ug,{className:t.progressClassName,style:t.progressStyle,rtl:t.rtl,theme:t.theme,isIn:l.value,type:t.type,hide:t.hideProgressBar,isRunning:s.value,autoClose:t.autoClose,controlledProgress:a.value,progress:t.progress,closeToast:t.isLoading?void 0:c},null)])}});let Ea=0;function tA(){typeof window>"u"||(Ea&&window.cancelAnimationFrame(Ea),Ea=window.requestAnimationFrame(tA),Xo.lastUrl!==window.location.href&&(Xo.lastUrl=window.location.href,ot.clear()))}const Gg=n.defineComponent({name:"ToastifyContainer",inheritAttrs:!1,props:eA,setup(t){const e=n.computed(()=>t.containerId),r=n.computed(()=>Fe[e.value]||[]),a=n.computed(()=>r.value.filter(o=>o.position===t.position));return n.onMounted(()=>{typeof window<"u"&&t.clearOnUrlChange&&window.requestAnimationFrame(tA)}),n.onUnmounted(()=>{typeof window<"u"&&Ea&&(window.cancelAnimationFrame(Ea),Xo.lastUrl="")}),()=>n.createVNode(n.Fragment,null,[a.value.map(o=>{const{toastId:i=""}=o;return n.createVNode(Yg,n.mergeProps({key:i},o),null)})])}});let Il=!1;function nA(){const t=[];return Ir().forEach(e=>{const r=document.getElementById(e.containerId);r&&!r.classList.contains(jo)&&t.push(e)}),t}function Ng(t){const e=nA().length,r=t??0;return r>0&&e+Lt.items.length>=r}function e7(t){Ng(t.limit)&&!t.updateId&&Lt.items.push({toastId:t.toastId,containerId:t.containerId,toastContent:t.content,toastProps:t})}function wn(t,e,r={}){if(Il)return;r=$o(Rg(),{type:e},n.toRaw(r)),(!r.toastId||typeof r.toastId!="string"&&typeof r.toastId!="number")&&(r.toastId=Nd()),r={...r,content:t,containerId:r.containerId||String(r.position)};const a=Number(r==null?void 0:r.progress);return a<0&&(r.progress=0),a>1&&(r.progress=1),r.theme==="auto"&&(r.theme=Lg()),e7(r),Xo.lastUrl=window.location.href,r.multiple?Lt.items.length?r.updateId&&Jo(t,r):Jo(t,r):(Il=!0,Q.clearAll(void 0,!1),setTimeout(()=>{Jo(t,r)},0),setTimeout(()=>{Il=!1},390)),r.toastId}const Q=(t,e)=>wn(t,Ke.DEFAULT,e);Q.info=(t,e)=>wn(t,Ke.DEFAULT,{...e,type:Ke.INFO}),Q.error=(t,e)=>wn(t,Ke.DEFAULT,{...e,type:Ke.ERROR}),Q.warning=(t,e)=>wn(t,Ke.DEFAULT,{...e,type:Ke.WARNING}),Q.warn=Q.warning,Q.success=(t,e)=>wn(t,Ke.DEFAULT,{...e,type:Ke.SUCCESS}),Q.loading=(t,e)=>wn(t,Ke.DEFAULT,$o(e,{isLoading:!0,autoClose:!1,closeOnClick:!1,closeButton:!1,draggable:!1})),Q.dark=(t,e)=>wn(t,Ke.DEFAULT,$o(e,{theme:Vr.DARK})),Q.remove=t=>{t?ot.dismiss(t):ot.clear()},Q.clearAll=(t,e)=>{n.nextTick(()=>{ot.clear(t,e)})},Q.isActive=t=>{let e=!1;return e=nA().findIndex(r=>r.toastId===t)>-1,e},Q.update=(t,e={})=>{setTimeout(()=>{const r=Pg(t);if(r){const a=n.toRaw(r),{content:o}=a,i={...a,...e,toastId:e.toastId||t,updateId:Nd()},s=i.render||o;delete i.render,wn(s,i.type,i)}},0)},Q.done=t=>{Q.update(t,{isLoading:!1,progress:1})},Q.promise=t7;function t7(t,{pending:e,error:r,success:a},o){var i,s,l;let c;const u={...o||{},autoClose:!1};e&&(c=Dl(e)?Q.loading(e,u):Q.loading(e.render,{...u,...e}));const d={autoClose:(i=o==null?void 0:o.autoClose)!=null?i:!0,closeOnClick:(s=o==null?void 0:o.closeOnClick)!=null?s:!0,closeButton:(l=o==null?void 0:o.autoClose)!=null?l:null,isLoading:void 0,draggable:null,delay:100},A=(f,g,b)=>{if(g==null){Q.remove(c);return}const v={type:f,...d,...o,data:b},k=Dl(g)?{render:g}:g;return c?Q.update(c,{...v,...k,isLoading:!1}):Q(k.render,{...v,...k,isLoading:!1}),b},m=Pr(t)?t():t;return m.then(f=>{A("success",a,f)}).catch(f=>{A("error",r,f)}),m}Q.POSITION=ba,Q.THEME=Vr,Q.TYPE=Ke,Q.TRANSITIONS=mg;const n7={install(t,e={}){r7(e)}};typeof window<"u"&&(window.Vue3Toastify=n7);function r7(t={}){const e=$o(Jd,t);_g(e)}const a7={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 31 31"},o7=["fill"],i7=n.createElementVNode("path",{fill:"#fff",d:"m20.8403 24.9997-4.64-7.22h-.03l-4.6499 7.22h-2.95l6.0799-9.14-5.87-8.92h3.12l4.38 6.83h.03l4.5-6.83h2.91l-5.9499 8.69 6.1799 9.37h-3.12.01Z",opacity:"1"},null,-1),we=n.defineComponent({__name:"ErrorIcon",setup(t){const e=n.computed(()=>window.getComputedStyle(document.documentElement).getPropertyValue("--fge-toast-error"));return(r,a)=>(n.openBlock(),n.createElementBlock("svg",a7,[n.createElementVNode("path",{fill:e.value,d:"M15.9609 30.4998c8.2843 0 15-6.7158 15-15 0-8.2843-6.7157-15-15-15-8.2842 0-15 6.7157-15 15 0 8.2842 6.7158 15 15 15Z"},null,8,o7),i7]))}}),s7={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 31 31"},l7=[n.createElementVNode("path",{d:"M15.96 30.5c8.285 0 15-6.716 15-15 0-8.284-6.715-15-15-15-8.283 0-15 6.716-15 15 0 8.284 6.717 15 15 15Z"},null,-1),n.createElementVNode("path",{fill:"#fff",d:"m14.953 18.83-.32-8.73V6.93h2.74v3.18l-.31 8.71h-2.12l.01.01Zm-.25 6.18v-3.72h2.53v3.72h-2.53Z"},null,-1)];function c7(t,e){return n.openBlock(),n.createElementBlock("svg",s7,[...l7])}const Ge={render:c7},Ne=({error:t,setErrors:e})=>{var a;const r=(a=t==null?void 0:t.response)==null?void 0:a.validationErrors;if(t.message&&Q.error(`<p class="toast-title">Error</p><p class="toast-description">${t.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}),r){let o={};for(const[i,s]of Object.entries(r))o={...o,[i]:s[0]};e(o);return}},No=new RegExp(/(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[^A-Za-z0-9])(?=.{8,15})/),Pl=new RegExp(/^[0-9]+$/),u7=new RegExp(/^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/),Kn=new RegExp(/^[a-zA-Z0-9]+$/),ka=iu("STATE_STORE",()=>{const t=n.ref("STATE_STORE"),e=n.ref(!1);return{id:t,isLoading:e,setLoading:a=>{e.value=a}}});class jn extends Error{}class d7 extends jn{constructor(e){super(`Invalid DateTime: ${e.toMessage()}`)}}class A7 extends jn{constructor(e){super(`Invalid Interval: ${e.toMessage()}`)}}class f7 extends jn{constructor(e){super(`Invalid Duration: ${e.toMessage()}`)}}class Mr extends jn{}class rA extends jn{constructor(e){super(`Invalid unit ${e}`)}}class et extends jn{}class bn extends jn{constructor(){super("Zone is an abstract class")}}const j="numeric",Bt="short",it="long",ei={year:j,month:j,day:j},aA={year:j,month:Bt,day:j},p7={year:j,month:Bt,day:j,weekday:Bt},oA={year:j,month:it,day:j},iA={year:j,month:it,day:j,weekday:it},sA={hour:j,minute:j},lA={hour:j,minute:j,second:j},cA={hour:j,minute:j,second:j,timeZoneName:Bt},uA={hour:j,minute:j,second:j,timeZoneName:it},dA={hour:j,minute:j,hourCycle:"h23"},AA={hour:j,minute:j,second:j,hourCycle:"h23"},fA={hour:j,minute:j,second:j,hourCycle:"h23",timeZoneName:Bt},pA={hour:j,minute:j,second:j,hourCycle:"h23",timeZoneName:it},mA={year:j,month:j,day:j,hour:j,minute:j},hA={year:j,month:j,day:j,hour:j,minute:j,second:j},gA={year:j,month:Bt,day:j,hour:j,minute:j},vA={year:j,month:Bt,day:j,hour:j,minute:j,second:j},m7={year:j,month:Bt,day:j,weekday:Bt,hour:j,minute:j},yA={year:j,month:it,day:j,hour:j,minute:j,timeZoneName:Bt},wA={year:j,month:it,day:j,hour:j,minute:j,second:j,timeZoneName:Bt},bA={year:j,month:it,day:j,weekday:it,hour:j,minute:j,timeZoneName:it},CA={year:j,month:it,day:j,weekday:it,hour:j,minute:j,second:j,timeZoneName:it};class xa{get type(){throw new bn}get name(){throw new bn}get ianaName(){return this.name}get isUniversal(){throw new bn}offsetName(e,r){throw new bn}formatOffset(e,r){throw new bn}offset(e){throw new bn}equals(e){throw new bn}get isValid(){throw new bn}}let Ml=null;class ti extends xa{static get instance(){return Ml===null&&(Ml=new ti),Ml}get type(){return"system"}get name(){return new Intl.DateTimeFormat().resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(e,{format:r,locale:a}){return jA(e,r,a)}formatOffset(e,r){return Oa(this.offset(e),r)}offset(e){return-new Date(e).getTimezoneOffset()}equals(e){return e.type==="system"}get isValid(){return!0}}let ni={};function h7(t){return ni[t]||(ni[t]=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:t,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"})),ni[t]}const g7={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6};function v7(t,e){const r=t.format(e).replace(/\u200E/g,""),a=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(r),[,o,i,s,l,c,u,d]=a;return[s,o,i,l,c,u,d]}function y7(t,e){const r=t.formatToParts(e),a=[];for(let o=0;o<r.length;o++){const{type:i,value:s}=r[o],l=g7[i];i==="era"?a[l]=s:se(l)||(a[l]=parseInt(s,10))}return a}let ri={};class Gt extends xa{static create(e){return ri[e]||(ri[e]=new Gt(e)),ri[e]}static resetCache(){ri={},ni={}}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch{return!1}}constructor(e){super(),this.zoneName=e,this.valid=Gt.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:r,locale:a}){return jA(e,r,a,this.name)}formatOffset(e,r){return Oa(this.offset(e),r)}offset(e){const r=new Date(e);if(isNaN(r))return NaN;const a=h7(this.name);let[o,i,s,l,c,u,d]=a.formatToParts?y7(a,r):v7(a,r);l==="BC"&&(o=-Math.abs(o)+1);const m=li({year:o,month:i,day:s,hour:c===24?0:c,minute:u,second:d,millisecond:0});let f=+r;const g=f%1e3;return f-=g>=0?g:1e3+g,(m-f)/(60*1e3)}equals(e){return e.type==="iana"&&e.name===this.name}get isValid(){return this.valid}}let EA={};function w7(t,e={}){const r=JSON.stringify([t,e]);let a=EA[r];return a||(a=new Intl.ListFormat(t,e),EA[r]=a),a}let _l={};function Rl(t,e={}){const r=JSON.stringify([t,e]);let a=_l[r];return a||(a=new Intl.DateTimeFormat(t,e),_l[r]=a),a}let Ll={};function b7(t,e={}){const r=JSON.stringify([t,e]);let a=Ll[r];return a||(a=new Intl.NumberFormat(t,e),Ll[r]=a),a}let Fl={};function C7(t,e={}){const{base:r,...a}=e,o=JSON.stringify([t,a]);let i=Fl[o];return i||(i=new Intl.RelativeTimeFormat(t,e),Fl[o]=i),i}let Ba=null;function E7(){return Ba||(Ba=new Intl.DateTimeFormat().resolvedOptions().locale,Ba)}let kA={};function k7(t){let e=kA[t];if(!e){const r=new Intl.Locale(t);e="getWeekInfo"in r?r.getWeekInfo():r.weekInfo,kA[t]=e}return e}function x7(t){const e=t.indexOf("-x-");e!==-1&&(t=t.substring(0,e));const r=t.indexOf("-u-");if(r===-1)return[t];{let a,o;try{a=Rl(t).resolvedOptions(),o=t}catch{const c=t.substring(0,r);a=Rl(c).resolvedOptions(),o=c}const{numberingSystem:i,calendar:s}=a;return[o,i,s]}}function B7(t,e,r){return(r||e)&&(t.includes("-u-")||(t+="-u"),r&&(t+=`-ca-${r}`),e&&(t+=`-nu-${e}`)),t}function S7(t){const e=[];for(let r=1;r<=12;r++){const a=ae.utc(2009,r,1);e.push(t(a))}return e}function T7(t){const e=[];for(let r=1;r<=7;r++){const a=ae.utc(2016,11,13+r);e.push(t(a))}return e}function ai(t,e,r,a){const o=t.listingMode();return o==="error"?null:o==="en"?r(e):a(e)}function O7(t){return t.numberingSystem&&t.numberingSystem!=="latn"?!1:t.numberingSystem==="latn"||!t.locale||t.locale.startsWith("en")||new Intl.DateTimeFormat(t.intl).resolvedOptions().numberingSystem==="latn"}class D7{constructor(e,r,a){this.padTo=a.padTo||0,this.floor=a.floor||!1;const{padTo:o,floor:i,...s}=a;if(!r||Object.keys(s).length>0){const l={useGrouping:!1,...a};a.padTo>0&&(l.minimumIntegerDigits=a.padTo),this.inf=b7(e,l)}}format(e){if(this.inf){const r=this.floor?Math.floor(e):e;return this.inf.format(r)}else{const r=this.floor?Math.floor(e):Kl(e,3);return Pe(r,this.padTo)}}}class V7{constructor(e,r,a){this.opts=a,this.originalZone=void 0;let o;if(this.opts.timeZone)this.dt=e;else if(e.zone.type==="fixed"){const s=-1*(e.offset/60),l=s>=0?`Etc/GMT+${s}`:`Etc/GMT${s}`;e.offset!==0&&Gt.create(l).valid?(o=l,this.dt=e):(o="UTC",this.dt=e.offset===0?e:e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone)}else e.zone.type==="system"?this.dt=e:e.zone.type==="iana"?(this.dt=e,o=e.zone.name):(o="UTC",this.dt=e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone);const i={...this.opts};i.timeZone=i.timeZone||o,this.dtf=Rl(r,i)}format(){return this.originalZone?this.formatToParts().map(({value:e})=>e).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const e=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?e.map(r=>{if(r.type==="timeZoneName"){const a=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return{...r,value:a}}else return r}):e}resolvedOptions(){return this.dtf.resolvedOptions()}}class I7{constructor(e,r,a){this.opts={style:"long",...a},!r&&QA()&&(this.rtf=C7(e,a))}format(e,r){return this.rtf?this.rtf.format(e,r):G7(r,e,this.opts.numeric,this.opts.style!=="long")}formatToParts(e,r){return this.rtf?this.rtf.formatToParts(e,r):[]}}const P7={firstDay:1,minimalDays:4,weekend:[6,7]};class be{static fromOpts(e){return be.create(e.locale,e.numberingSystem,e.outputCalendar,e.weekSettings,e.defaultToEN)}static create(e,r,a,o,i=!1){const s=e||De.defaultLocale,l=s||(i?"en-US":E7()),c=r||De.defaultNumberingSystem,u=a||De.defaultOutputCalendar,d=ql(o)||De.defaultWeekSettings;return new be(l,c,u,d,s)}static resetCache(){Ba=null,_l={},Ll={},Fl={}}static fromObject({locale:e,numberingSystem:r,outputCalendar:a,weekSettings:o}={}){return be.create(e,r,a,o)}constructor(e,r,a,o,i){const[s,l,c]=x7(e);this.locale=s,this.numberingSystem=r||l||null,this.outputCalendar=a||c||null,this.weekSettings=o,this.intl=B7(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=i,this.fastNumbersCached=null}get fastNumbers(){return this.fastNumbersCached==null&&(this.fastNumbersCached=O7(this)),this.fastNumbersCached}listingMode(){const e=this.isEnglish(),r=(this.numberingSystem===null||this.numberingSystem==="latn")&&(this.outputCalendar===null||this.outputCalendar==="gregory");return e&&r?"en":"intl"}clone(e){return!e||Object.getOwnPropertyNames(e).length===0?this:be.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,ql(e.weekSettings)||this.weekSettings,e.defaultToEN||!1)}redefaultToEN(e={}){return this.clone({...e,defaultToEN:!0})}redefaultToSystem(e={}){return this.clone({...e,defaultToEN:!1})}months(e,r=!1){return ai(this,e,$A,()=>{const a=r?{month:e,day:"numeric"}:{month:e},o=r?"format":"standalone";return this.monthsCache[o][e]||(this.monthsCache[o][e]=S7(i=>this.extract(i,a,"month"))),this.monthsCache[o][e]})}weekdays(e,r=!1){return ai(this,e,GA,()=>{const a=r?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},o=r?"format":"standalone";return this.weekdaysCache[o][e]||(this.weekdaysCache[o][e]=T7(i=>this.extract(i,a,"weekday"))),this.weekdaysCache[o][e]})}meridiems(){return ai(this,void 0,()=>NA,()=>{if(!this.meridiemCache){const e={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[ae.utc(2016,11,13,9),ae.utc(2016,11,13,19)].map(r=>this.extract(r,e,"dayperiod"))}return this.meridiemCache})}eras(e){return ai(this,e,ef,()=>{const r={era:e};return this.eraCache[e]||(this.eraCache[e]=[ae.utc(-40,1,1),ae.utc(2017,1,1)].map(a=>this.extract(a,r,"era"))),this.eraCache[e]})}extract(e,r,a){const o=this.dtFormatter(e,r),i=o.formatToParts(),s=i.find(l=>l.type.toLowerCase()===a);return s?s.value:null}numberFormatter(e={}){return new D7(this.intl,e.forceSimple||this.fastNumbers,e)}dtFormatter(e,r={}){return new V7(e,this.intl,r)}relFormatter(e={}){return new I7(this.intl,this.isEnglish(),e)}listFormatter(e={}){return w7(this.intl,e)}isEnglish(){return this.locale==="en"||this.locale.toLowerCase()==="en-us"||new Intl.DateTimeFormat(this.intl).resolvedOptions().locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:qA()?k7(this.locale):P7}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar}}let Ul=null;class je extends xa{static get utcInstance(){return Ul===null&&(Ul=new je(0)),Ul}static instance(e){return e===0?je.utcInstance:new je(e)}static parseSpecifier(e){if(e){const r=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(r)return new je(ci(r[1],r[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return this.fixed===0?"UTC":`UTC${Oa(this.fixed,"narrow")}`}get ianaName(){return this.fixed===0?"Etc/UTC":`Etc/GMT${Oa(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,r){return Oa(this.fixed,r)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return e.type==="fixed"&&e.fixed===this.fixed}get isValid(){return!0}}class M7 extends xa{constructor(e){super(),this.zoneName=e}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}}function Cn(t,e){if(se(t)||t===null)return e;if(t instanceof xa)return t;if(L7(t)){const r=t.toLowerCase();return r==="default"?e:r==="local"||r==="system"?ti.instance:r==="utc"||r==="gmt"?je.utcInstance:je.parseSpecifier(r)||Gt.create(t)}else return Jn(t)?je.instance(t):typeof t=="object"&&"offset"in t&&typeof t.offset=="function"?t:new M7(t)}let xA=()=>Date.now(),BA="system",SA=null,TA=null,OA=null,DA=60,VA,IA=null;class De{static get now(){return xA}static set now(e){xA=e}static set defaultZone(e){BA=e}static get defaultZone(){return Cn(BA,ti.instance)}static get defaultLocale(){return SA}static set defaultLocale(e){SA=e}static get defaultNumberingSystem(){return TA}static set defaultNumberingSystem(e){TA=e}static get defaultOutputCalendar(){return OA}static set defaultOutputCalendar(e){OA=e}static get defaultWeekSettings(){return IA}static set defaultWeekSettings(e){IA=ql(e)}static get twoDigitCutoffYear(){return DA}static set twoDigitCutoffYear(e){DA=e%100}static get throwOnInvalid(){return VA}static set throwOnInvalid(e){VA=e}static resetCaches(){be.resetCache(),Gt.resetCache()}}class St{constructor(e,r){this.reason=e,this.explanation=r}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}}const PA=[0,31,59,90,120,151,181,212,243,273,304,334],MA=[0,31,60,91,121,152,182,213,244,274,305,335];function dt(t,e){return new St("unit out of range",`you specified ${e} (of type ${typeof e}) as a ${t}, which is invalid`)}function Zl(t,e,r){const a=new Date(Date.UTC(t,e-1,r));t<100&&t>=0&&a.setUTCFullYear(a.getUTCFullYear()-1900);const o=a.getUTCDay();return o===0?7:o}function _A(t,e,r){return r+(Sa(t)?MA:PA)[e-1]}function RA(t,e){const r=Sa(t)?MA:PA,a=r.findIndex(i=>i<e),o=e-r[a];return{month:a+1,day:o}}function Hl(t,e){return(t-e+7)%7+1}function oi(t,e=4,r=1){const{year:a,month:o,day:i}=t,s=_A(a,o,i),l=Hl(Zl(a,o,i),r);let c=Math.floor((s-l+14-e)/7),u;return c<1?(u=a-1,c=Ta(u,e,r)):c>Ta(a,e,r)?(u=a+1,c=1):u=a,{weekYear:u,weekNumber:c,weekday:l,...di(t)}}function LA(t,e=4,r=1){const{weekYear:a,weekNumber:o,weekday:i}=t,s=Hl(Zl(a,1,e),r),l=Rr(a);let c=o*7+i-s-7+e,u;c<1?(u=a-1,c+=Rr(u)):c>l?(u=a+1,c-=Rr(a)):u=a;const{month:d,day:A}=RA(u,c);return{year:u,month:d,day:A,...di(t)}}function Ql(t){const{year:e,month:r,day:a}=t,o=_A(e,r,a);return{year:e,ordinal:o,...di(t)}}function FA(t){const{year:e,ordinal:r}=t,{month:a,day:o}=RA(e,r);return{year:e,month:a,day:o,...di(t)}}function UA(t,e){if(!se(t.localWeekday)||!se(t.localWeekNumber)||!se(t.localWeekYear)){if(!se(t.weekday)||!se(t.weekNumber)||!se(t.weekYear))throw new Mr("Cannot mix locale-based week fields with ISO-based week fields");return se(t.localWeekday)||(t.weekday=t.localWeekday),se(t.localWeekNumber)||(t.weekNumber=t.localWeekNumber),se(t.localWeekYear)||(t.weekYear=t.localWeekYear),delete t.localWeekday,delete t.localWeekNumber,delete t.localWeekYear,{minDaysInFirstWeek:e.getMinDaysInFirstWeek(),startOfWeek:e.getStartOfWeek()}}else return{minDaysInFirstWeek:4,startOfWeek:1}}function _7(t,e=4,r=1){const a=ii(t.weekYear),o=At(t.weekNumber,1,Ta(t.weekYear,e,r)),i=At(t.weekday,1,7);return a?o?i?!1:dt("weekday",t.weekday):dt("week",t.weekNumber):dt("weekYear",t.weekYear)}function R7(t){const e=ii(t.year),r=At(t.ordinal,1,Rr(t.year));return e?r?!1:dt("ordinal",t.ordinal):dt("year",t.year)}function ZA(t){const e=ii(t.year),r=At(t.month,1,12),a=At(t.day,1,si(t.year,t.month));return e?r?a?!1:dt("day",t.day):dt("month",t.month):dt("year",t.year)}function HA(t){const{hour:e,minute:r,second:a,millisecond:o}=t,i=At(e,0,23)||e===24&&r===0&&a===0&&o===0,s=At(r,0,59),l=At(a,0,59),c=At(o,0,999);return i?s?l?c?!1:dt("millisecond",o):dt("second",a):dt("minute",r):dt("hour",e)}function se(t){return typeof t>"u"}function Jn(t){return typeof t=="number"}function ii(t){return typeof t=="number"&&t%1===0}function L7(t){return typeof t=="string"}function F7(t){return Object.prototype.toString.call(t)==="[object Date]"}function QA(){try{return typeof Intl<"u"&&!!Intl.RelativeTimeFormat}catch{return!1}}function qA(){try{return typeof Intl<"u"&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch{return!1}}function U7(t){return Array.isArray(t)?t:[t]}function zA(t,e,r){if(t.length!==0)return t.reduce((a,o)=>{const i=[e(o),o];return a&&r(a[0],i[0])===a[0]?a:i},null)[1]}function Z7(t,e){return e.reduce((r,a)=>(r[a]=t[a],r),{})}function _r(t,e){return Object.prototype.hasOwnProperty.call(t,e)}function ql(t){if(t==null)return null;if(typeof t!="object")throw new et("Week settings must be an object");if(!At(t.firstDay,1,7)||!At(t.minimalDays,1,7)||!Array.isArray(t.weekend)||t.weekend.some(e=>!At(e,1,7)))throw new et("Invalid week settings");return{firstDay:t.firstDay,minimalDays:t.minimalDays,weekend:Array.from(t.weekend)}}function At(t,e,r){return ii(t)&&t>=e&&t<=r}function H7(t,e){return t-e*Math.floor(t/e)}function Pe(t,e=2){const r=t<0;let a;return r?a="-"+(""+-t).padStart(e,"0"):a=(""+t).padStart(e,"0"),a}function En(t){if(!(se(t)||t===null||t===""))return parseInt(t,10)}function Xn(t){if(!(se(t)||t===null||t===""))return parseFloat(t)}function zl(t){if(!(se(t)||t===null||t==="")){const e=parseFloat("0."+t)*1e3;return Math.floor(e)}}function Kl(t,e,r=!1){const a=10**e;return(r?Math.trunc:Math.round)(t*a)/a}function Sa(t){return t%4===0&&(t%100!==0||t%400===0)}function Rr(t){return Sa(t)?366:365}function si(t,e){const r=H7(e-1,12)+1,a=t+(e-r)/12;return r===2?Sa(a)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][r-1]}function li(t){let e=Date.UTC(t.year,t.month-1,t.day,t.hour,t.minute,t.second,t.millisecond);return t.year<100&&t.year>=0&&(e=new Date(e),e.setUTCFullYear(t.year,t.month-1,t.day)),+e}function KA(t,e,r){return-Hl(Zl(t,1,e),r)+e-1}function Ta(t,e=4,r=1){const a=KA(t,e,r),o=KA(t+1,e,r);return(Rr(t)-a+o)/7}function jl(t){return t>99?t:t>De.twoDigitCutoffYear?1900+t:2e3+t}function jA(t,e,r,a=null){const o=new Date(t),i={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};a&&(i.timeZone=a);const s={timeZoneName:e,...i},l=new Intl.DateTimeFormat(r,s).formatToParts(o).find(c=>c.type.toLowerCase()==="timezonename");return l?l.value:null}function ci(t,e){let r=parseInt(t,10);Number.isNaN(r)&&(r=0);const a=parseInt(e,10)||0,o=r<0||Object.is(r,-0)?-a:a;return r*60+o}function JA(t){const e=Number(t);if(typeof t=="boolean"||t===""||Number.isNaN(e))throw new et(`Invalid unit value ${t}`);return e}function ui(t,e){const r={};for(const a in t)if(_r(t,a)){const o=t[a];if(o==null)continue;r[e(a)]=JA(o)}return r}function Oa(t,e){const r=Math.trunc(Math.abs(t/60)),a=Math.trunc(Math.abs(t%60)),o=t>=0?"+":"-";switch(e){case"short":return`${o}${Pe(r,2)}:${Pe(a,2)}`;case"narrow":return`${o}${r}${a>0?`:${a}`:""}`;case"techie":return`${o}${Pe(r,2)}${Pe(a,2)}`;default:throw new RangeError(`Value format ${e} is out of range for property format`)}}function di(t){return Z7(t,["hour","minute","second","millisecond"])}const Q7=["January","February","March","April","May","June","July","August","September","October","November","December"],XA=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],q7=["J","F","M","A","M","J","J","A","S","O","N","D"];function $A(t){switch(t){case"narrow":return[...q7];case"short":return[...XA];case"long":return[...Q7];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}const WA=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],YA=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],z7=["M","T","W","T","F","S","S"];function GA(t){switch(t){case"narrow":return[...z7];case"short":return[...YA];case"long":return[...WA];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}const NA=["AM","PM"],K7=["Before Christ","Anno Domini"],j7=["BC","AD"],J7=["B","A"];function ef(t){switch(t){case"narrow":return[...J7];case"short":return[...j7];case"long":return[...K7];default:return null}}function X7(t){return NA[t.hour<12?0:1]}function $7(t,e){return GA(e)[t.weekday-1]}function W7(t,e){return $A(e)[t.month-1]}function Y7(t,e){return ef(e)[t.year<0?0:1]}function G7(t,e,r="always",a=!1){const o={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},i=["hours","minutes","seconds"].indexOf(t)===-1;if(r==="auto"&&i){const A=t==="days";switch(e){case 1:return A?"tomorrow":`next ${o[t][0]}`;case-1:return A?"yesterday":`last ${o[t][0]}`;case 0:return A?"today":`this ${o[t][0]}`}}const s=Object.is(e,-0)||e<0,l=Math.abs(e),c=l===1,u=o[t],d=a?c?u[1]:u[2]||u[1]:c?o[t][0]:t;return s?`${l} ${d} ago`:`in ${l} ${d}`}function tf(t,e){let r="";for(const a of t)a.literal?r+=a.val:r+=e(a.val);return r}const N7={D:ei,DD:aA,DDD:oA,DDDD:iA,t:sA,tt:lA,ttt:cA,tttt:uA,T:dA,TT:AA,TTT:fA,TTTT:pA,f:mA,ff:gA,fff:yA,ffff:bA,F:hA,FF:vA,FFF:wA,FFFF:CA};class qe{static create(e,r={}){return new qe(e,r)}static parseFormat(e){let r=null,a="",o=!1;const i=[];for(let s=0;s<e.length;s++){const l=e.charAt(s);l==="'"?(a.length>0&&i.push({literal:o||/^\s+$/.test(a),val:a}),r=null,a="",o=!o):o||l===r?a+=l:(a.length>0&&i.push({literal:/^\s+$/.test(a),val:a}),a=l,r=l)}return a.length>0&&i.push({literal:o||/^\s+$/.test(a),val:a}),i}static macroTokenToFormatOpts(e){return N7[e]}constructor(e,r){this.opts=r,this.loc=e,this.systemLoc=null}formatWithSystemDefault(e,r){return this.systemLoc===null&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,{...this.opts,...r}).format()}dtFormatter(e,r={}){return this.loc.dtFormatter(e,{...this.opts,...r})}formatDateTime(e,r){return this.dtFormatter(e,r).format()}formatDateTimeParts(e,r){return this.dtFormatter(e,r).formatToParts()}formatInterval(e,r){return this.dtFormatter(e.start,r).dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())}resolvedOptions(e,r){return this.dtFormatter(e,r).resolvedOptions()}num(e,r=0){if(this.opts.forceSimple)return Pe(e,r);const a={...this.opts};return r>0&&(a.padTo=r),this.loc.numberFormatter(a).format(e)}formatDateTimeFromString(e,r){const a=this.loc.listingMode()==="en",o=this.loc.outputCalendar&&this.loc.outputCalendar!=="gregory",i=(f,g)=>this.loc.extract(e,f,g),s=f=>e.isOffsetFixed&&e.offset===0&&f.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,f.format):"",l=()=>a?X7(e):i({hour:"numeric",hourCycle:"h12"},"dayperiod"),c=(f,g)=>a?W7(e,f):i(g?{month:f}:{month:f,day:"numeric"},"month"),u=(f,g)=>a?$7(e,f):i(g?{weekday:f}:{weekday:f,month:"long",day:"numeric"},"weekday"),d=f=>{const g=qe.macroTokenToFormatOpts(f);return g?this.formatWithSystemDefault(e,g):f},A=f=>a?Y7(e,f):i({era:f},"era"),m=f=>{switch(f){case"S":return this.num(e.millisecond);case"u":case"SSS":return this.num(e.millisecond,3);case"s":return this.num(e.second);case"ss":return this.num(e.second,2);case"uu":return this.num(Math.floor(e.millisecond/10),2);case"uuu":return this.num(Math.floor(e.millisecond/100));case"m":return this.num(e.minute);case"mm":return this.num(e.minute,2);case"h":return this.num(e.hour%12===0?12:e.hour%12);case"hh":return this.num(e.hour%12===0?12:e.hour%12,2);case"H":return this.num(e.hour);case"HH":return this.num(e.hour,2);case"Z":return s({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return s({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return s({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:this.loc.locale});case"z":return e.zoneName;case"a":return l();case"d":return o?i({day:"numeric"},"day"):this.num(e.day);case"dd":return o?i({day:"2-digit"},"day"):this.num(e.day,2);case"c":return this.num(e.weekday);case"ccc":return u("short",!0);case"cccc":return u("long",!0);case"ccccc":return u("narrow",!0);case"E":return this.num(e.weekday);case"EEE":return u("short",!1);case"EEEE":return u("long",!1);case"EEEEE":return u("narrow",!1);case"L":return o?i({month:"numeric",day:"numeric"},"month"):this.num(e.month);case"LL":return o?i({month:"2-digit",day:"numeric"},"month"):this.num(e.month,2);case"LLL":return c("short",!0);case"LLLL":return c("long",!0);case"LLLLL":return c("narrow",!0);case"M":return o?i({month:"numeric"},"month"):this.num(e.month);case"MM":return o?i({month:"2-digit"},"month"):this.num(e.month,2);case"MMM":return c("short",!1);case"MMMM":return c("long",!1);case"MMMMM":return c("narrow",!1);case"y":return o?i({year:"numeric"},"year"):this.num(e.year);case"yy":return o?i({year:"2-digit"},"year"):this.num(e.year.toString().slice(-2),2);case"yyyy":return o?i({year:"numeric"},"year"):this.num(e.year,4);case"yyyyyy":return o?i({year:"numeric"},"year"):this.num(e.year,6);case"G":return A("short");case"GG":return A("long");case"GGGGG":return A("narrow");case"kk":return this.num(e.weekYear.toString().slice(-2),2);case"kkkk":return this.num(e.weekYear,4);case"W":return this.num(e.weekNumber);case"WW":return this.num(e.weekNumber,2);case"n":return this.num(e.localWeekNumber);case"nn":return this.num(e.localWeekNumber,2);case"ii":return this.num(e.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(e.localWeekYear,4);case"o":return this.num(e.ordinal);case"ooo":return this.num(e.ordinal,3);case"q":return this.num(e.quarter);case"qq":return this.num(e.quarter,2);case"X":return this.num(Math.floor(e.ts/1e3));case"x":return this.num(e.ts);default:return d(f)}};return tf(qe.parseFormat(r),m)}formatDurationFromString(e,r){const a=c=>{switch(c[0]){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":return"hour";case"d":return"day";case"w":return"week";case"M":return"month";case"y":return"year";default:return null}},o=c=>u=>{const d=a(u);return d?this.num(c.get(d),u.length):u},i=qe.parseFormat(r),s=i.reduce((c,{literal:u,val:d})=>u?c:c.concat(d),[]),l=e.shiftTo(...s.map(a).filter(c=>c));return tf(i,o(l))}}const nf=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;function Lr(...t){const e=t.reduce((r,a)=>r+a.source,"");return RegExp(`^${e}$`)}function Fr(...t){return e=>t.reduce(([r,a,o],i)=>{const[s,l,c]=i(e,o);return[{...r,...s},l||a,c]},[{},null,1]).slice(0,2)}function Ur(t,...e){if(t==null)return[null,null];for(const[r,a]of e){const o=r.exec(t);if(o)return a(o)}return[null,null]}function rf(...t){return(e,r)=>{const a={};let o;for(o=0;o<t.length;o++)a[t[o]]=En(e[r+o]);return[a,null,r+o]}}const af=/(?:(Z)|([+-]\d\d)(?::?(\d\d))?)/,e8=`(?:${af.source}?(?:\\[(${nf.source})\\])?)?`,Jl=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,of=RegExp(`${Jl.source}${e8}`),Xl=RegExp(`(?:T${of.source})?`),t8=/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,n8=/(\d{4})-?W(\d\d)(?:-?(\d))?/,r8=/(\d{4})-?(\d{3})/,a8=rf("weekYear","weekNumber","weekDay"),o8=rf("year","ordinal"),i8=/(\d{4})-(\d\d)-(\d\d)/,sf=RegExp(`${Jl.source} ?(?:${af.source}|(${nf.source}))?`),s8=RegExp(`(?: ${sf.source})?`);function Zr(t,e,r){const a=t[e];return se(a)?r:En(a)}function l8(t,e){return[{year:Zr(t,e),month:Zr(t,e+1,1),day:Zr(t,e+2,1)},null,e+3]}function Hr(t,e){return[{hours:Zr(t,e,0),minutes:Zr(t,e+1,0),seconds:Zr(t,e+2,0),milliseconds:zl(t[e+3])},null,e+4]}function Da(t,e){const r=!t[e]&&!t[e+1],a=ci(t[e+1],t[e+2]),o=r?null:je.instance(a);return[{},o,e+3]}function Va(t,e){const r=t[e]?Gt.create(t[e]):null;return[{},r,e+1]}const c8=RegExp(`^T?${Jl.source}$`),u8=/^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;function d8(t){const[e,r,a,o,i,s,l,c,u]=t,d=e[0]==="-",A=c&&c[0]==="-",m=(f,g=!1)=>f!==void 0&&(g||f&&d)?-f:f;return[{years:m(Xn(r)),months:m(Xn(a)),weeks:m(Xn(o)),days:m(Xn(i)),hours:m(Xn(s)),minutes:m(Xn(l)),seconds:m(Xn(c),c==="-0"),milliseconds:m(zl(u),A)}]}const A8={GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function $l(t,e,r,a,o,i,s){const l={year:e.length===2?jl(En(e)):En(e),month:XA.indexOf(r)+1,day:En(a),hour:En(o),minute:En(i)};return s&&(l.second=En(s)),t&&(l.weekday=t.length>3?WA.indexOf(t)+1:YA.indexOf(t)+1),l}const f8=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;function p8(t){const[,e,r,a,o,i,s,l,c,u,d,A]=t,m=$l(e,o,a,r,i,s,l);let f;return c?f=A8[c]:u?f=0:f=ci(d,A),[m,new je(f)]}function m8(t){return t.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}const h8=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,g8=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,v8=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;function lf(t){const[,e,r,a,o,i,s,l]=t;return[$l(e,o,a,r,i,s,l),je.utcInstance]}function y8(t){const[,e,r,a,o,i,s,l]=t;return[$l(e,l,r,a,o,i,s),je.utcInstance]}const w8=Lr(t8,Xl),b8=Lr(n8,Xl),C8=Lr(r8,Xl),E8=Lr(of),cf=Fr(l8,Hr,Da,Va),k8=Fr(a8,Hr,Da,Va),x8=Fr(o8,Hr,Da,Va),B8=Fr(Hr,Da,Va);function S8(t){return Ur(t,[w8,cf],[b8,k8],[C8,x8],[E8,B8])}function T8(t){return Ur(m8(t),[f8,p8])}function O8(t){return Ur(t,[h8,lf],[g8,lf],[v8,y8])}function D8(t){return Ur(t,[u8,d8])}const V8=Fr(Hr);function I8(t){return Ur(t,[c8,V8])}const P8=Lr(i8,s8),M8=Lr(sf),_8=Fr(Hr,Da,Va);function R8(t){return Ur(t,[P8,cf],[M8,_8])}const uf="Invalid Duration",df={weeks:{days:7,hours:7*24,minutes:7*24*60,seconds:7*24*60*60,milliseconds:7*24*60*60*1e3},days:{hours:24,minutes:24*60,seconds:24*60*60,milliseconds:24*60*60*1e3},hours:{minutes:60,seconds:60*60,milliseconds:60*60*1e3},minutes:{seconds:60,milliseconds:60*1e3},seconds:{milliseconds:1e3}},L8={years:{quarters:4,months:12,weeks:52,days:365,hours:365*24,minutes:365*24*60,seconds:365*24*60*60,milliseconds:365*24*60*60*1e3},quarters:{months:3,weeks:13,days:91,hours:91*24,minutes:91*24*60,seconds:91*24*60*60,milliseconds:91*24*60*60*1e3},months:{weeks:4,days:30,hours:30*24,minutes:30*24*60,seconds:30*24*60*60,milliseconds:30*24*60*60*1e3},...df},ft=146097/400,Qr=146097/4800,F8={years:{quarters:4,months:12,weeks:ft/7,days:ft,hours:ft*24,minutes:ft*24*60,seconds:ft*24*60*60,milliseconds:ft*24*60*60*1e3},quarters:{months:3,weeks:ft/28,days:ft/4,hours:ft*24/4,minutes:ft*24*60/4,seconds:ft*24*60*60/4,milliseconds:ft*24*60*60*1e3/4},months:{weeks:Qr/7,days:Qr,hours:Qr*24,minutes:Qr*24*60,seconds:Qr*24*60*60,milliseconds:Qr*24*60*60*1e3},...df},$n=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"],U8=$n.slice(0).reverse();function kn(t,e,r=!1){const a={values:r?e.values:{...t.values,...e.values||{}},loc:t.loc.clone(e.loc),conversionAccuracy:e.conversionAccuracy||t.conversionAccuracy,matrix:e.matrix||t.matrix};return new he(a)}function Af(t,e){let r=e.milliseconds??0;for(const a of U8.slice(1))e[a]&&(r+=e[a]*t[a].milliseconds);return r}function ff(t,e){const r=Af(t,e)<0?-1:1;$n.reduceRight((a,o)=>{if(se(e[o]))return a;if(a){const i=e[a]*r,s=t[o][a],l=Math.floor(i/s);e[o]+=l*r,e[a]-=l*s*r}return o},null),$n.reduce((a,o)=>{if(se(e[o]))return a;if(a){const i=e[a]%1;e[a]-=i,e[o]+=i*t[a][o]}return o},null)}function Z8(t){const e={};for(const[r,a]of Object.entries(t))a!==0&&(e[r]=a);return e}class he{constructor(e){const r=e.conversionAccuracy==="longterm"||!1;let a=r?F8:L8;e.matrix&&(a=e.matrix),this.values=e.values,this.loc=e.loc||be.create(),this.conversionAccuracy=r?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=a,this.isLuxonDuration=!0}static fromMillis(e,r){return he.fromObject({milliseconds:e},r)}static fromObject(e,r={}){if(e==null||typeof e!="object")throw new et(`Duration.fromObject: argument expected to be an object, got ${e===null?"null":typeof e}`);return new he({values:ui(e,he.normalizeUnit),loc:be.fromObject(r),conversionAccuracy:r.conversionAccuracy,matrix:r.matrix})}static fromDurationLike(e){if(Jn(e))return he.fromMillis(e);if(he.isDuration(e))return e;if(typeof e=="object")return he.fromObject(e);throw new et(`Unknown duration argument ${e} of type ${typeof e}`)}static fromISO(e,r){const[a]=D8(e);return a?he.fromObject(a,r):he.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static fromISOTime(e,r){const[a]=I8(e);return a?he.fromObject(a,r):he.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static invalid(e,r=null){if(!e)throw new et("need to specify a reason the Duration is invalid");const a=e instanceof St?e:new St(e,r);if(De.throwOnInvalid)throw new f7(a);return new he({invalid:a})}static normalizeUnit(e){const r={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e&&e.toLowerCase()];if(!r)throw new rA(e);return r}static isDuration(e){return e&&e.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(e,r={}){const a={...r,floor:r.round!==!1&&r.floor!==!1};return this.isValid?qe.create(this.loc,a).formatDurationFromString(this,e):uf}toHuman(e={}){if(!this.isValid)return uf;const r=$n.map(a=>{const o=this.values[a];return se(o)?null:this.loc.numberFormatter({style:"unit",unitDisplay:"long",...e,unit:a.slice(0,-1)}).format(o)}).filter(a=>a);return this.loc.listFormatter({type:"conjunction",style:e.listStyle||"narrow",...e}).format(r)}toObject(){return this.isValid?{...this.values}:{}}toISO(){if(!this.isValid)return null;let e="P";return this.years!==0&&(e+=this.years+"Y"),(this.months!==0||this.quarters!==0)&&(e+=this.months+this.quarters*3+"M"),this.weeks!==0&&(e+=this.weeks+"W"),this.days!==0&&(e+=this.days+"D"),(this.hours!==0||this.minutes!==0||this.seconds!==0||this.milliseconds!==0)&&(e+="T"),this.hours!==0&&(e+=this.hours+"H"),this.minutes!==0&&(e+=this.minutes+"M"),(this.seconds!==0||this.milliseconds!==0)&&(e+=Kl(this.seconds+this.milliseconds/1e3,3)+"S"),e==="P"&&(e+="T0S"),e}toISOTime(e={}){if(!this.isValid)return null;const r=this.toMillis();return r<0||r>=864e5?null:(e={suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended",...e,includeOffset:!1},ae.fromMillis(r,{zone:"UTC"}).toISOTime(e))}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?Af(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(e){if(!this.isValid)return this;const r=he.fromDurationLike(e),a={};for(const o of $n)(_r(r.values,o)||_r(this.values,o))&&(a[o]=r.get(o)+this.get(o));return kn(this,{values:a},!0)}minus(e){if(!this.isValid)return this;const r=he.fromDurationLike(e);return this.plus(r.negate())}mapUnits(e){if(!this.isValid)return this;const r={};for(const a of Object.keys(this.values))r[a]=JA(e(this.values[a],a));return kn(this,{values:r},!0)}get(e){return this[he.normalizeUnit(e)]}set(e){if(!this.isValid)return this;const r={...this.values,...ui(e,he.normalizeUnit)};return kn(this,{values:r})}reconfigure({locale:e,numberingSystem:r,conversionAccuracy:a,matrix:o}={}){const s={loc:this.loc.clone({locale:e,numberingSystem:r}),matrix:o,conversionAccuracy:a};return kn(this,s)}as(e){return this.isValid?this.shiftTo(e).get(e):NaN}normalize(){if(!this.isValid)return this;const e=this.toObject();return ff(this.matrix,e),kn(this,{values:e},!0)}rescale(){if(!this.isValid)return this;const e=Z8(this.normalize().shiftToAll().toObject());return kn(this,{values:e},!0)}shiftTo(...e){if(!this.isValid)return this;if(e.length===0)return this;e=e.map(s=>he.normalizeUnit(s));const r={},a={},o=this.toObject();let i;for(const s of $n)if(e.indexOf(s)>=0){i=s;let l=0;for(const u in a)l+=this.matrix[u][s]*a[u],a[u]=0;Jn(o[s])&&(l+=o[s]);const c=Math.trunc(l);r[s]=c,a[s]=(l*1e3-c*1e3)/1e3}else Jn(o[s])&&(a[s]=o[s]);for(const s in a)a[s]!==0&&(r[i]+=s===i?a[s]:a[s]/this.matrix[i][s]);return ff(this.matrix,r),kn(this,{values:r},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const e={};for(const r of Object.keys(this.values))e[r]=this.values[r]===0?0:-this.values[r];return kn(this,{values:e},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(e){if(!this.isValid||!e.isValid||!this.loc.equals(e.loc))return!1;function r(a,o){return a===void 0||a===0?o===void 0||o===0:a===o}for(const a of $n)if(!r(this.values[a],e.values[a]))return!1;return!0}}const qr="Invalid Interval";function H8(t,e){return!t||!t.isValid?Be.invalid("missing or invalid start"):!e||!e.isValid?Be.invalid("missing or invalid end"):e<t?Be.invalid("end before start",`The end of an interval must be after its start, but you had start=${t.toISO()} and end=${e.toISO()}`):null}class Be{constructor(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}static invalid(e,r=null){if(!e)throw new et("need to specify a reason the Interval is invalid");const a=e instanceof St?e:new St(e,r);if(De.throwOnInvalid)throw new A7(a);return new Be({invalid:a})}static fromDateTimes(e,r){const a=Pa(e),o=Pa(r),i=H8(a,o);return i??new Be({start:a,end:o})}static after(e,r){const a=he.fromDurationLike(r),o=Pa(e);return Be.fromDateTimes(o,o.plus(a))}static before(e,r){const a=he.fromDurationLike(r),o=Pa(e);return Be.fromDateTimes(o.minus(a),o)}static fromISO(e,r){const[a,o]=(e||"").split("/",2);if(a&&o){let i,s;try{i=ae.fromISO(a,r),s=i.isValid}catch{s=!1}let l,c;try{l=ae.fromISO(o,r),c=l.isValid}catch{c=!1}if(s&&c)return Be.fromDateTimes(i,l);if(s){const u=he.fromISO(o,r);if(u.isValid)return Be.after(i,u)}else if(c){const u=he.fromISO(a,r);if(u.isValid)return Be.before(l,u)}}return Be.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static isInterval(e){return e&&e.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get isValid(){return this.invalidReason===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(e="milliseconds"){return this.isValid?this.toDuration(e).get(e):NaN}count(e="milliseconds",r){if(!this.isValid)return NaN;const a=this.start.startOf(e,r);let o;return r!=null&&r.useLocaleWeeks?o=this.end.reconfigure({locale:a.locale}):o=this.end,o=o.startOf(e,r),Math.floor(o.diff(a,e).get(e))+(o.valueOf()!==this.end.valueOf())}hasSame(e){return this.isValid?this.isEmpty()||this.e.minus(1).hasSame(this.s,e):!1}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(e){return this.isValid?this.s>e:!1}isBefore(e){return this.isValid?this.e<=e:!1}contains(e){return this.isValid?this.s<=e&&this.e>e:!1}set({start:e,end:r}={}){return this.isValid?Be.fromDateTimes(e||this.s,r||this.e):this}splitAt(...e){if(!this.isValid)return[];const r=e.map(Pa).filter(s=>this.contains(s)).sort((s,l)=>s.toMillis()-l.toMillis()),a=[];let{s:o}=this,i=0;for(;o<this.e;){const s=r[i]||this.e,l=+s>+this.e?this.e:s;a.push(Be.fromDateTimes(o,l)),o=l,i+=1}return a}splitBy(e){const r=he.fromDurationLike(e);if(!this.isValid||!r.isValid||r.as("milliseconds")===0)return[];let{s:a}=this,o=1,i;const s=[];for(;a<this.e;){const l=this.start.plus(r.mapUnits(c=>c*o));i=+l>+this.e?this.e:l,s.push(Be.fromDateTimes(a,i)),a=i,o+=1}return s}divideEqually(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]}overlaps(e){return this.e>e.s&&this.s<e.e}abutsStart(e){return this.isValid?+this.e==+e.s:!1}abutsEnd(e){return this.isValid?+e.e==+this.s:!1}engulfs(e){return this.isValid?this.s<=e.s&&this.e>=e.e:!1}equals(e){return!this.isValid||!e.isValid?!1:this.s.equals(e.s)&&this.e.equals(e.e)}intersection(e){if(!this.isValid)return this;const r=this.s>e.s?this.s:e.s,a=this.e<e.e?this.e:e.e;return r>=a?null:Be.fromDateTimes(r,a)}union(e){if(!this.isValid)return this;const r=this.s<e.s?this.s:e.s,a=this.e>e.e?this.e:e.e;return Be.fromDateTimes(r,a)}static merge(e){const[r,a]=e.sort((o,i)=>o.s-i.s).reduce(([o,i],s)=>i?i.overlaps(s)||i.abutsStart(s)?[o,i.union(s)]:[o.concat([i]),s]:[o,s],[[],null]);return a&&r.push(a),r}static xor(e){let r=null,a=0;const o=[],i=e.map(c=>[{time:c.s,type:"s"},{time:c.e,type:"e"}]),s=Array.prototype.concat(...i),l=s.sort((c,u)=>c.time-u.time);for(const c of l)a+=c.type==="s"?1:-1,a===1?r=c.time:(r&&+r!=+c.time&&o.push(Be.fromDateTimes(r,c.time)),r=null);return Be.merge(o)}difference(...e){return Be.xor([this].concat(e)).map(r=>this.intersection(r)).filter(r=>r&&!r.isEmpty())}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:qr}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(e=ei,r={}){return this.isValid?qe.create(this.s.loc.clone(r),e).formatInterval(this):qr}toISO(e){return this.isValid?`${this.s.toISO(e)}/${this.e.toISO(e)}`:qr}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:qr}toISOTime(e){return this.isValid?`${this.s.toISOTime(e)}/${this.e.toISOTime(e)}`:qr}toFormat(e,{separator:r=" – "}={}){return this.isValid?`${this.s.toFormat(e)}${r}${this.e.toFormat(e)}`:qr}toDuration(e,r){return this.isValid?this.e.diff(this.s,e,r):he.invalid(this.invalidReason)}mapEndpoints(e){return Be.fromDateTimes(e(this.s),e(this.e))}}class Ai{static hasDST(e=De.defaultZone){const r=ae.now().setZone(e).set({month:12});return!e.isUniversal&&r.offset!==r.set({month:6}).offset}static isValidIANAZone(e){return Gt.isValidZone(e)}static normalizeZone(e){return Cn(e,De.defaultZone)}static getStartOfWeek({locale:e=null,locObj:r=null}={}){return(r||be.create(e)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:e=null,locObj:r=null}={}){return(r||be.create(e)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:e=null,locObj:r=null}={}){return(r||be.create(e)).getWeekendDays().slice()}static months(e="long",{locale:r=null,numberingSystem:a=null,locObj:o=null,outputCalendar:i="gregory"}={}){return(o||be.create(r,a,i)).months(e)}static monthsFormat(e="long",{locale:r=null,numberingSystem:a=null,locObj:o=null,outputCalendar:i="gregory"}={}){return(o||be.create(r,a,i)).months(e,!0)}static weekdays(e="long",{locale:r=null,numberingSystem:a=null,locObj:o=null}={}){return(o||be.create(r,a,null)).weekdays(e)}static weekdaysFormat(e="long",{locale:r=null,numberingSystem:a=null,locObj:o=null}={}){return(o||be.create(r,a,null)).weekdays(e,!0)}static meridiems({locale:e=null}={}){return be.create(e).meridiems()}static eras(e="short",{locale:r=null}={}){return be.create(r,null,"gregory").eras(e)}static features(){return{relative:QA(),localeWeek:qA()}}}function pf(t,e){const r=o=>o.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),a=r(e)-r(t);return Math.floor(he.fromMillis(a).as("days"))}function Q8(t,e,r){const a=[["years",(c,u)=>u.year-c.year],["quarters",(c,u)=>u.quarter-c.quarter+(u.year-c.year)*4],["months",(c,u)=>u.month-c.month+(u.year-c.year)*12],["weeks",(c,u)=>{const d=pf(c,u);return(d-d%7)/7}],["days",pf]],o={},i=t;let s,l;for(const[c,u]of a)r.indexOf(c)>=0&&(s=c,o[c]=u(t,e),l=i.plus(o),l>e?(o[c]--,t=i.plus(o),t>e&&(l=t,o[c]--,t=i.plus(o))):t=l);return[t,o,l,s]}function q8(t,e,r,a){let[o,i,s,l]=Q8(t,e,r);const c=e-o,u=r.filter(A=>["hours","minutes","seconds","milliseconds"].indexOf(A)>=0);u.length===0&&(s<e&&(s=o.plus({[l]:1})),s!==o&&(i[l]=(i[l]||0)+c/(s-o)));const d=he.fromObject(i,a);return u.length>0?he.fromMillis(c,a).shiftTo(...u).plus(d):d}const Wl={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"},mf={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},z8=Wl.hanidec.replace(/[\[|\]]/g,"").split("");function K8(t){let e=parseInt(t,10);if(isNaN(e)){e="";for(let r=0;r<t.length;r++){const a=t.charCodeAt(r);if(t[r].search(Wl.hanidec)!==-1)e+=z8.indexOf(t[r]);else for(const o in mf){const[i,s]=mf[o];a>=i&&a<=s&&(e+=a-i)}}return parseInt(e,10)}else return e}function Tt({numberingSystem:t},e=""){return new RegExp(`${Wl[t||"latn"]}${e}`)}const j8="missing Intl.DateTimeFormat.formatToParts support";function ve(t,e=r=>r){return{regex:t,deser:([r])=>e(K8(r))}}const hf="[  ]",gf=new RegExp(hf,"g");function J8(t){return t.replace(/\./g,"\\.?").replace(gf,hf)}function vf(t){return t.replace(/\./g,"").replace(gf," ").toLowerCase()}function Ot(t,e){return t===null?null:{regex:RegExp(t.map(J8).join("|")),deser:([r])=>t.findIndex(a=>vf(r)===vf(a))+e}}function yf(t,e){return{regex:t,deser:([,r,a])=>ci(r,a),groups:e}}function fi(t){return{regex:t,deser:([e])=>e}}function X8(t){return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&")}function $8(t,e){const r=Tt(e),a=Tt(e,"{2}"),o=Tt(e,"{3}"),i=Tt(e,"{4}"),s=Tt(e,"{6}"),l=Tt(e,"{1,2}"),c=Tt(e,"{1,3}"),u=Tt(e,"{1,6}"),d=Tt(e,"{1,9}"),A=Tt(e,"{2,4}"),m=Tt(e,"{4,6}"),f=v=>({regex:RegExp(X8(v.val)),deser:([k])=>k,literal:!0}),b=(v=>{if(t.literal)return f(v);switch(v.val){case"G":return Ot(e.eras("short"),0);case"GG":return Ot(e.eras("long"),0);case"y":return ve(u);case"yy":return ve(A,jl);case"yyyy":return ve(i);case"yyyyy":return ve(m);case"yyyyyy":return ve(s);case"M":return ve(l);case"MM":return ve(a);case"MMM":return Ot(e.months("short",!0),1);case"MMMM":return Ot(e.months("long",!0),1);case"L":return ve(l);case"LL":return ve(a);case"LLL":return Ot(e.months("short",!1),1);case"LLLL":return Ot(e.months("long",!1),1);case"d":return ve(l);case"dd":return ve(a);case"o":return ve(c);case"ooo":return ve(o);case"HH":return ve(a);case"H":return ve(l);case"hh":return ve(a);case"h":return ve(l);case"mm":return ve(a);case"m":return ve(l);case"q":return ve(l);case"qq":return ve(a);case"s":return ve(l);case"ss":return ve(a);case"S":return ve(c);case"SSS":return ve(o);case"u":return fi(d);case"uu":return fi(l);case"uuu":return ve(r);case"a":return Ot(e.meridiems(),0);case"kkkk":return ve(i);case"kk":return ve(A,jl);case"W":return ve(l);case"WW":return ve(a);case"E":case"c":return ve(r);case"EEE":return Ot(e.weekdays("short",!1),1);case"EEEE":return Ot(e.weekdays("long",!1),1);case"ccc":return Ot(e.weekdays("short",!0),1);case"cccc":return Ot(e.weekdays("long",!0),1);case"Z":case"ZZ":return yf(new RegExp(`([+-]${l.source})(?::(${a.source}))?`),2);case"ZZZ":return yf(new RegExp(`([+-]${l.source})(${a.source})?`),2);case"z":return fi(/[a-z_+-/]{1,256}?/i);case" ":return fi(/[^\S\n\r]/);default:return f(v)}})(t)||{invalidReason:j8};return b.token=t,b}const W8={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}};function Y8(t,e,r){const{type:a,value:o}=t;if(a==="literal"){const c=/^\s+$/.test(o);return{literal:!c,val:c?" ":o}}const i=e[a];let s=a;a==="hour"&&(e.hour12!=null?s=e.hour12?"hour12":"hour24":e.hourCycle!=null?e.hourCycle==="h11"||e.hourCycle==="h12"?s="hour12":s="hour24":s=r.hour12?"hour12":"hour24");let l=W8[s];if(typeof l=="object"&&(l=l[i]),l)return{literal:!1,val:l}}function G8(t){return[`^${t.map(r=>r.regex).reduce((r,a)=>`${r}(${a.source})`,"")}$`,t]}function N8(t,e,r){const a=t.match(e);if(a){const o={};let i=1;for(const s in r)if(_r(r,s)){const l=r[s],c=l.groups?l.groups+1:1;!l.literal&&l.token&&(o[l.token.val[0]]=l.deser(a.slice(i,i+c))),i+=c}return[a,o]}else return[a,{}]}function e9(t){const e=i=>{switch(i){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}};let r=null,a;return se(t.z)||(r=Gt.create(t.z)),se(t.Z)||(r||(r=new je(t.Z)),a=t.Z),se(t.q)||(t.M=(t.q-1)*3+1),se(t.h)||(t.h<12&&t.a===1?t.h+=12:t.h===12&&t.a===0&&(t.h=0)),t.G===0&&t.y&&(t.y=-t.y),se(t.u)||(t.S=zl(t.u)),[Object.keys(t).reduce((i,s)=>{const l=e(s);return l&&(i[l]=t[s]),i},{}),r,a]}let Yl=null;function t9(){return Yl||(Yl=ae.fromMillis(1555555555555)),Yl}function n9(t,e){if(t.literal)return t;const r=qe.macroTokenToFormatOpts(t.val),a=Cf(r,e);return a==null||a.includes(void 0)?t:a}function wf(t,e){return Array.prototype.concat(...t.map(r=>n9(r,e)))}function bf(t,e,r){const a=wf(qe.parseFormat(r),t),o=a.map(s=>$8(s,t)),i=o.find(s=>s.invalidReason);if(i)return{input:e,tokens:a,invalidReason:i.invalidReason};{const[s,l]=G8(o),c=RegExp(s,"i"),[u,d]=N8(e,c,l),[A,m,f]=d?e9(d):[null,null,void 0];if(_r(d,"a")&&_r(d,"H"))throw new Mr("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:a,regex:c,rawMatches:u,matches:d,result:A,zone:m,specificOffset:f}}}function r9(t,e,r){const{result:a,zone:o,specificOffset:i,invalidReason:s}=bf(t,e,r);return[a,o,i,s]}function Cf(t,e){if(!t)return null;const a=qe.create(e,t).dtFormatter(t9()),o=a.formatToParts(),i=a.resolvedOptions();return o.map(s=>Y8(s,t,i))}const Gl="Invalid DateTime",Ef=864e13;function pi(t){return new St("unsupported zone",`the zone "${t.name}" is not supported`)}function Nl(t){return t.weekData===null&&(t.weekData=oi(t.c)),t.weekData}function ec(t){return t.localWeekData===null&&(t.localWeekData=oi(t.c,t.loc.getMinDaysInFirstWeek(),t.loc.getStartOfWeek())),t.localWeekData}function Wn(t,e){const r={ts:t.ts,zone:t.zone,c:t.c,o:t.o,loc:t.loc,invalid:t.invalid};return new ae({...r,...e,old:r})}function kf(t,e,r){let a=t-e*60*1e3;const o=r.offset(a);if(e===o)return[a,e];a-=(o-e)*60*1e3;const i=r.offset(a);return o===i?[a,o]:[t-Math.min(o,i)*60*1e3,Math.max(o,i)]}function mi(t,e){t+=e*60*1e3;const r=new Date(t);return{year:r.getUTCFullYear(),month:r.getUTCMonth()+1,day:r.getUTCDate(),hour:r.getUTCHours(),minute:r.getUTCMinutes(),second:r.getUTCSeconds(),millisecond:r.getUTCMilliseconds()}}function hi(t,e,r){return kf(li(t),e,r)}function xf(t,e){const r=t.o,a=t.c.year+Math.trunc(e.years),o=t.c.month+Math.trunc(e.months)+Math.trunc(e.quarters)*3,i={...t.c,year:a,month:o,day:Math.min(t.c.day,si(a,o))+Math.trunc(e.days)+Math.trunc(e.weeks)*7},s=he.fromObject({years:e.years-Math.trunc(e.years),quarters:e.quarters-Math.trunc(e.quarters),months:e.months-Math.trunc(e.months),weeks:e.weeks-Math.trunc(e.weeks),days:e.days-Math.trunc(e.days),hours:e.hours,minutes:e.minutes,seconds:e.seconds,milliseconds:e.milliseconds}).as("milliseconds"),l=li(i);let[c,u]=kf(l,r,t.zone);return s!==0&&(c+=s,u=t.zone.offset(c)),{ts:c,o:u}}function Ia(t,e,r,a,o,i){const{setZone:s,zone:l}=r;if(t&&Object.keys(t).length!==0||e){const c=e||l,u=ae.fromObject(t,{...r,zone:c,specificOffset:i});return s?u:u.setZone(l)}else return ae.invalid(new St("unparsable",`the input "${o}" can't be parsed as ${a}`))}function gi(t,e,r=!0){return t.isValid?qe.create(be.create("en-US"),{allowZ:r,forceSimple:!0}).formatDateTimeFromString(t,e):null}function tc(t,e){const r=t.c.year>9999||t.c.year<0;let a="";return r&&t.c.year>=0&&(a+="+"),a+=Pe(t.c.year,r?6:4),e?(a+="-",a+=Pe(t.c.month),a+="-",a+=Pe(t.c.day)):(a+=Pe(t.c.month),a+=Pe(t.c.day)),a}function Bf(t,e,r,a,o,i){let s=Pe(t.c.hour);return e?(s+=":",s+=Pe(t.c.minute),(t.c.millisecond!==0||t.c.second!==0||!r)&&(s+=":")):s+=Pe(t.c.minute),(t.c.millisecond!==0||t.c.second!==0||!r)&&(s+=Pe(t.c.second),(t.c.millisecond!==0||!a)&&(s+=".",s+=Pe(t.c.millisecond,3))),o&&(t.isOffsetFixed&&t.offset===0&&!i?s+="Z":t.o<0?(s+="-",s+=Pe(Math.trunc(-t.o/60)),s+=":",s+=Pe(Math.trunc(-t.o%60))):(s+="+",s+=Pe(Math.trunc(t.o/60)),s+=":",s+=Pe(Math.trunc(t.o%60)))),i&&(s+="["+t.zone.ianaName+"]"),s}const Sf={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},a9={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},o9={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Tf=["year","month","day","hour","minute","second","millisecond"],i9=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],s9=["year","ordinal","hour","minute","second","millisecond"];function l9(t){const e={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[t.toLowerCase()];if(!e)throw new rA(t);return e}function Of(t){switch(t.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return l9(t)}}function Df(t,e){const r=Cn(e.zone,De.defaultZone),a=be.fromObject(e),o=De.now();let i,s;if(se(t.year))i=o;else{for(const u of Tf)se(t[u])&&(t[u]=Sf[u]);const l=ZA(t)||HA(t);if(l)return ae.invalid(l);const c=r.offset(o);[i,s]=hi(t,c,r)}return new ae({ts:i,zone:r,loc:a,o:s})}function Vf(t,e,r){const a=se(r.round)?!0:r.round,o=(s,l)=>(s=Kl(s,a||r.calendary?0:2,!0),e.loc.clone(r).relFormatter(r).format(s,l)),i=s=>r.calendary?e.hasSame(t,s)?0:e.startOf(s).diff(t.startOf(s),s).get(s):e.diff(t,s).get(s);if(r.unit)return o(i(r.unit),r.unit);for(const s of r.units){const l=i(s);if(Math.abs(l)>=1)return o(l,s)}return o(t>e?-0:0,r.units[r.units.length-1])}function If(t){let e={},r;return t.length>0&&typeof t[t.length-1]=="object"?(e=t[t.length-1],r=Array.from(t).slice(0,t.length-1)):r=Array.from(t),[e,r]}class ae{constructor(e){const r=e.zone||De.defaultZone;let a=e.invalid||(Number.isNaN(e.ts)?new St("invalid input"):null)||(r.isValid?null:pi(r));this.ts=se(e.ts)?De.now():e.ts;let o=null,i=null;if(!a)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(r))[o,i]=[e.old.c,e.old.o];else{const l=r.offset(this.ts);o=mi(this.ts,l),a=Number.isNaN(o.year)?new St("invalid input"):null,o=a?null:o,i=a?null:l}this._zone=r,this.loc=e.loc||be.create(),this.invalid=a,this.weekData=null,this.localWeekData=null,this.c=o,this.o=i,this.isLuxonDateTime=!0}static now(){return new ae({})}static local(){const[e,r]=If(arguments),[a,o,i,s,l,c,u]=r;return Df({year:a,month:o,day:i,hour:s,minute:l,second:c,millisecond:u},e)}static utc(){const[e,r]=If(arguments),[a,o,i,s,l,c,u]=r;return e.zone=je.utcInstance,Df({year:a,month:o,day:i,hour:s,minute:l,second:c,millisecond:u},e)}static fromJSDate(e,r={}){const a=F7(e)?e.valueOf():NaN;if(Number.isNaN(a))return ae.invalid("invalid input");const o=Cn(r.zone,De.defaultZone);return o.isValid?new ae({ts:a,zone:o,loc:be.fromObject(r)}):ae.invalid(pi(o))}static fromMillis(e,r={}){if(Jn(e))return e<-Ef||e>Ef?ae.invalid("Timestamp out of range"):new ae({ts:e,zone:Cn(r.zone,De.defaultZone),loc:be.fromObject(r)});throw new et(`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`)}static fromSeconds(e,r={}){if(Jn(e))return new ae({ts:e*1e3,zone:Cn(r.zone,De.defaultZone),loc:be.fromObject(r)});throw new et("fromSeconds requires a numerical input")}static fromObject(e,r={}){e=e||{};const a=Cn(r.zone,De.defaultZone);if(!a.isValid)return ae.invalid(pi(a));const o=be.fromObject(r),i=ui(e,Of),{minDaysInFirstWeek:s,startOfWeek:l}=UA(i,o),c=De.now(),u=se(r.specificOffset)?a.offset(c):r.specificOffset,d=!se(i.ordinal),A=!se(i.year),m=!se(i.month)||!se(i.day),f=A||m,g=i.weekYear||i.weekNumber;if((f||d)&&g)throw new Mr("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(m&&d)throw new Mr("Can't mix ordinal dates with month/day");const b=g||i.weekday&&!f;let v,k,h=mi(c,u);b?(v=i9,k=a9,h=oi(h,s,l)):d?(v=s9,k=o9,h=Ql(h)):(v=Tf,k=Sf);let p=!1;for(const x of v){const B=i[x];se(B)?p?i[x]=k[x]:i[x]=h[x]:p=!0}const y=b?_7(i,s,l):d?R7(i):ZA(i),w=y||HA(i);if(w)return ae.invalid(w);const C=b?LA(i,s,l):d?FA(i):i,[E,T]=hi(C,u,a),S=new ae({ts:E,zone:a,o:T,loc:o});return i.weekday&&f&&e.weekday!==S.weekday?ae.invalid("mismatched weekday",`you can't specify both a weekday of ${i.weekday} and a date of ${S.toISO()}`):S}static fromISO(e,r={}){const[a,o]=S8(e);return Ia(a,o,r,"ISO 8601",e)}static fromRFC2822(e,r={}){const[a,o]=T8(e);return Ia(a,o,r,"RFC 2822",e)}static fromHTTP(e,r={}){const[a,o]=O8(e);return Ia(a,o,r,"HTTP",r)}static fromFormat(e,r,a={}){if(se(e)||se(r))throw new et("fromFormat requires an input string and a format");const{locale:o=null,numberingSystem:i=null}=a,s=be.fromOpts({locale:o,numberingSystem:i,defaultToEN:!0}),[l,c,u,d]=r9(s,e,r);return d?ae.invalid(d):Ia(l,c,a,`format ${r}`,e,u)}static fromString(e,r,a={}){return ae.fromFormat(e,r,a)}static fromSQL(e,r={}){const[a,o]=R8(e);return Ia(a,o,r,"SQL",e)}static invalid(e,r=null){if(!e)throw new et("need to specify a reason the DateTime is invalid");const a=e instanceof St?e:new St(e,r);if(De.throwOnInvalid)throw new d7(a);return new ae({invalid:a})}static isDateTime(e){return e&&e.isLuxonDateTime||!1}static parseFormatForOpts(e,r={}){const a=Cf(e,be.fromObject(r));return a?a.map(o=>o?o.val:null).join(""):null}static expandFormat(e,r={}){return wf(qe.parseFormat(e),be.fromObject(r)).map(o=>o.val).join("")}get(e){return this[e]}get isValid(){return this.invalid===null}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?Nl(this).weekYear:NaN}get weekNumber(){return this.isValid?Nl(this).weekNumber:NaN}get weekday(){return this.isValid?Nl(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?ec(this).weekday:NaN}get localWeekNumber(){return this.isValid?ec(this).weekNumber:NaN}get localWeekYear(){return this.isValid?ec(this).weekYear:NaN}get ordinal(){return this.isValid?Ql(this.c).ordinal:NaN}get monthShort(){return this.isValid?Ai.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?Ai.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?Ai.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?Ai.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return this.isOffsetFixed?!1:this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const e=864e5,r=6e4,a=li(this.c),o=this.zone.offset(a-e),i=this.zone.offset(a+e),s=this.zone.offset(a-o*r),l=this.zone.offset(a-i*r);if(s===l)return[this];const c=a-s*r,u=a-l*r,d=mi(c,s),A=mi(u,l);return d.hour===A.hour&&d.minute===A.minute&&d.second===A.second&&d.millisecond===A.millisecond?[Wn(this,{ts:c}),Wn(this,{ts:u})]:[this]}get isInLeapYear(){return Sa(this.year)}get daysInMonth(){return si(this.year,this.month)}get daysInYear(){return this.isValid?Rr(this.year):NaN}get weeksInWeekYear(){return this.isValid?Ta(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?Ta(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(e={}){const{locale:r,numberingSystem:a,calendar:o}=qe.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:r,numberingSystem:a,outputCalendar:o}}toUTC(e=0,r={}){return this.setZone(je.instance(e),r)}toLocal(){return this.setZone(De.defaultZone)}setZone(e,{keepLocalTime:r=!1,keepCalendarTime:a=!1}={}){if(e=Cn(e,De.defaultZone),e.equals(this.zone))return this;if(e.isValid){let o=this.ts;if(r||a){const i=e.offset(this.ts),s=this.toObject();[o]=hi(s,i,e)}return Wn(this,{ts:o,zone:e})}else return ae.invalid(pi(e))}reconfigure({locale:e,numberingSystem:r,outputCalendar:a}={}){const o=this.loc.clone({locale:e,numberingSystem:r,outputCalendar:a});return Wn(this,{loc:o})}setLocale(e){return this.reconfigure({locale:e})}set(e){if(!this.isValid)return this;const r=ui(e,Of),{minDaysInFirstWeek:a,startOfWeek:o}=UA(r,this.loc),i=!se(r.weekYear)||!se(r.weekNumber)||!se(r.weekday),s=!se(r.ordinal),l=!se(r.year),c=!se(r.month)||!se(r.day),u=l||c,d=r.weekYear||r.weekNumber;if((u||s)&&d)throw new Mr("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(c&&s)throw new Mr("Can't mix ordinal dates with month/day");let A;i?A=LA({...oi(this.c,a,o),...r},a,o):se(r.ordinal)?(A={...this.toObject(),...r},se(r.day)&&(A.day=Math.min(si(A.year,A.month),A.day))):A=FA({...Ql(this.c),...r});const[m,f]=hi(A,this.o,this.zone);return Wn(this,{ts:m,o:f})}plus(e){if(!this.isValid)return this;const r=he.fromDurationLike(e);return Wn(this,xf(this,r))}minus(e){if(!this.isValid)return this;const r=he.fromDurationLike(e).negate();return Wn(this,xf(this,r))}startOf(e,{useLocaleWeeks:r=!1}={}){if(!this.isValid)return this;const a={},o=he.normalizeUnit(e);switch(o){case"years":a.month=1;case"quarters":case"months":a.day=1;case"weeks":case"days":a.hour=0;case"hours":a.minute=0;case"minutes":a.second=0;case"seconds":a.millisecond=0;break}if(o==="weeks")if(r){const i=this.loc.getStartOfWeek(),{weekday:s}=this;s<i&&(a.weekNumber=this.weekNumber-1),a.weekday=i}else a.weekday=1;if(o==="quarters"){const i=Math.ceil(this.month/3);a.month=(i-1)*3+1}return this.set(a)}endOf(e,r){return this.isValid?this.plus({[e]:1}).startOf(e,r).minus(1):this}toFormat(e,r={}){return this.isValid?qe.create(this.loc.redefaultToEN(r)).formatDateTimeFromString(this,e):Gl}toLocaleString(e=ei,r={}){return this.isValid?qe.create(this.loc.clone(r),e).formatDateTime(this):Gl}toLocaleParts(e={}){return this.isValid?qe.create(this.loc.clone(e),e).formatDateTimeParts(this):[]}toISO({format:e="extended",suppressSeconds:r=!1,suppressMilliseconds:a=!1,includeOffset:o=!0,extendedZone:i=!1}={}){if(!this.isValid)return null;const s=e==="extended";let l=tc(this,s);return l+="T",l+=Bf(this,s,r,a,o,i),l}toISODate({format:e="extended"}={}){return this.isValid?tc(this,e==="extended"):null}toISOWeekDate(){return gi(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:e=!1,suppressSeconds:r=!1,includeOffset:a=!0,includePrefix:o=!1,extendedZone:i=!1,format:s="extended"}={}){return this.isValid?(o?"T":"")+Bf(this,s==="extended",r,e,a,i):null}toRFC2822(){return gi(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return gi(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?tc(this,!0):null}toSQLTime({includeOffset:e=!0,includeZone:r=!1,includeOffsetSpace:a=!0}={}){let o="HH:mm:ss.SSS";return(r||e)&&(a&&(o+=" "),r?o+="z":e&&(o+="ZZ")),gi(this,o,!0)}toSQL(e={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(e)}`:null}toString(){return this.isValid?this.toISO():Gl}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }`:`DateTime { Invalid, reason: ${this.invalidReason} }`}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(e={}){if(!this.isValid)return{};const r={...this.c};return e.includeConfig&&(r.outputCalendar=this.outputCalendar,r.numberingSystem=this.loc.numberingSystem,r.locale=this.loc.locale),r}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(e,r="milliseconds",a={}){if(!this.isValid||!e.isValid)return he.invalid("created by diffing an invalid DateTime");const o={locale:this.locale,numberingSystem:this.numberingSystem,...a},i=U7(r).map(he.normalizeUnit),s=e.valueOf()>this.valueOf(),l=s?this:e,c=s?e:this,u=q8(l,c,i,o);return s?u.negate():u}diffNow(e="milliseconds",r={}){return this.diff(ae.now(),e,r)}until(e){return this.isValid?Be.fromDateTimes(this,e):this}hasSame(e,r,a){if(!this.isValid)return!1;const o=e.valueOf(),i=this.setZone(e.zone,{keepLocalTime:!0});return i.startOf(r,a)<=o&&o<=i.endOf(r,a)}equals(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)}toRelative(e={}){if(!this.isValid)return null;const r=e.base||ae.fromObject({},{zone:this.zone}),a=e.padding?this<r?-e.padding:e.padding:0;let o=["years","months","days","hours","minutes","seconds"],i=e.unit;return Array.isArray(e.unit)&&(o=e.unit,i=void 0),Vf(r,this.plus(a),{...e,numeric:"always",units:o,unit:i})}toRelativeCalendar(e={}){return this.isValid?Vf(e.base||ae.fromObject({},{zone:this.zone}),this,{...e,numeric:"auto",units:["years","months","days"],calendary:!0}):null}static min(...e){if(!e.every(ae.isDateTime))throw new et("min requires all arguments be DateTimes");return zA(e,r=>r.valueOf(),Math.min)}static max(...e){if(!e.every(ae.isDateTime))throw new et("max requires all arguments be DateTimes");return zA(e,r=>r.valueOf(),Math.max)}static fromFormatExplain(e,r,a={}){const{locale:o=null,numberingSystem:i=null}=a,s=be.fromOpts({locale:o,numberingSystem:i,defaultToEN:!0});return bf(s,e,r)}static fromStringExplain(e,r,a={}){return ae.fromFormatExplain(e,r,a)}static get DATE_SHORT(){return ei}static get DATE_MED(){return aA}static get DATE_MED_WITH_WEEKDAY(){return p7}static get DATE_FULL(){return oA}static get DATE_HUGE(){return iA}static get TIME_SIMPLE(){return sA}static get TIME_WITH_SECONDS(){return lA}static get TIME_WITH_SHORT_OFFSET(){return cA}static get TIME_WITH_LONG_OFFSET(){return uA}static get TIME_24_SIMPLE(){return dA}static get TIME_24_WITH_SECONDS(){return AA}static get TIME_24_WITH_SHORT_OFFSET(){return fA}static get TIME_24_WITH_LONG_OFFSET(){return pA}static get DATETIME_SHORT(){return mA}static get DATETIME_SHORT_WITH_SECONDS(){return hA}static get DATETIME_MED(){return gA}static get DATETIME_MED_WITH_SECONDS(){return vA}static get DATETIME_MED_WITH_WEEKDAY(){return m7}static get DATETIME_FULL(){return yA}static get DATETIME_FULL_WITH_SECONDS(){return wA}static get DATETIME_HUGE(){return bA}static get DATETIME_HUGE_WITH_SECONDS(){return CA}}function Pa(t){if(ae.isDateTime(t))return t;if(t&&t.valueOf&&Jn(t.valueOf()))return ae.fromJSDate(t);if(t&&typeof t=="object")return ae.fromObject(t);throw new et(`Unknown datetime argument: ${t}, of type ${typeof t}`)}const c9=()=>/iPhone|iPad|iPod|Android|webOS|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent);function vi(t="fge"){const e=n.ref({whatsapp:null,telegram:null,email:null}),r=Ee(),a=n.ref(),o=n.ref(),i=n.ref(),s=n.ref(),l=n.ref(),c=n.ref(),u=n.ref(!1),d=n.ref(0);let A=null;n.onMounted(()=>{const C=Yi(t+"-estados");C&&(e.value={...JSON.parse(C)}),A=setInterval(()=>{d.value=Date.now()},1e3)}),n.onUnmounted(()=>{A&&clearInterval(A)});const m=C=>C==="telegram"||e.value[C]===null||typeof e.value[C]=="number"&&e.value[C]<Date.now(),f=(C,E)=>{const T=E||120;e.value[C]=ae.now().plus({seconds:T}).toMillis(),Gi({name:t+"-estados",value:JSON.stringify(e.value),seconds:T})},g=async({callbackApi:C,code:E,counterTime:T=120,abrirTelegramDialog:S=!0,tiempoVigencia:x})=>{var O,H,$,Z,re,z;const B={contacto:o.value,medio:c.value,code:E};if(m(c.value)){const M=await C(B);if(!M)return{error:!0,message:"Error al enviar el mensaje"};if(M.error)return Q.error(`<p class="toast-title">Error</p><p class="toast-description">${M.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}),M;{const J=((H=(O=M.response)==null?void 0:O.data)==null?void 0:H.tiempoVigencia)||x;c.value!=="telegram"&&f(c.value,J),((Z=($=M.response)==null?void 0:$.data)==null?void 0:Z.medioActualizado)===!0||(c.value==="telegram"&&S?n.nextTick(()=>{y()}):Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${M.message||"Mensaje enviado"}!</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0}));const V=J||x||T;n.nextTick(()=>{var te;(te=a.value)==null||te.reInit(V)})}return M}else{if(c.value==="telegram"){const J=await C(B);return J?(J.error?Q.error(`<p class="toast-title">Error</p><p class="toast-description">${J.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):!(((z=(re=J.response)==null?void 0:re.data)==null?void 0:z.medioActualizado)===!0)&&S&&n.nextTick(()=>{y()}),n.nextTick(()=>{var ee;(ee=a.value)==null||ee.reInit(T)}),J):{error:!0,message:"Error al enviar el mensaje"}}const M=typeof e.value[c.value]=="number"?Math.ceil((e.value[c.value]-Date.now())/1e3):120;return Q.error(`<p class="toast-title">Espera requerida</p><p class="toast-description">Debes esperar ${M} segundo${M!==1?"s":""} antes de solicitar un nuevo código.</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}),n.nextTick(()=>{n.nextTick(()=>{b(c.value)})}),{error:!0,message:`Debe esperar ${M} segundo${M!==1?"s":""} antes de volver a solicitar un código`}}},b=C=>{var E;if(typeof e.value[C]=="number"&&e.value[C]>Date.now()){const T=Math.round(Math.abs(e.value[C]-Date.now())/1e3);(E=a.value)==null||E.reInit(T)}},v=C=>{if(e.value[C]===null)return 0;if(typeof e.value[C]=="number"){const E=Math.ceil((e.value[C]-Date.now())/1e3);return E>0?E:0}return 0},k=n.computed(()=>(d.value,v("whatsapp"))),h=n.computed(()=>0),p=n.computed(()=>(d.value,v("email"))),y=()=>{u.value=!0};return{refCounter:a,currentContacto:o,message2Fa:i,currentMedio:c,openTelegram:u,sePuedeReenviarMensaje:m,enviarMensaje:g,openTelegramPage:()=>{if(!c9()){window.open(`https://web.telegram.org/k/#@${r.tgBot}`,"_blank");return}const C=document.createElement("a");C.href=`tg://resolve?domain=${r.tgBot}`,C.target="_blank",C.onclick=function(){setTimeout(function(){if(document.visibilityState==="visible"){const E=window.open(`https://web.telegram.org/k/#@${r.tgBot}`,"_blank");E==null||E.focus()}C.remove()},1e3)},C.click()},tiempoRestanteWhatsapp:k,tiempoRestanteTelegram:h,tiempoRestanteEmail:p,getTiempoRestante:v,message2FaContexto:s,url2FaContexto:l}}const u9=async t=>ie.post("/v1/validar/usuario",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),d9=async t=>ie.post("/v1/registrar/usuario",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),A9=async t=>ie.post("/v1/enviar/codigo/verificacion",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),f9=async t=>ie.post("/v1/confirmar/codigo/verificacion",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e});function p9(){const t=[ne.object().shape({ci:ne.string().required().label("Cédula de identidad"),nombres:ne.string().required().label("Nombre"),paterno:ne.string().when("materno",([Z])=>Z?ne.string().notRequired():ne.string().required().label("Apellido paterno o materno")),materno:ne.string().when("paterno",([Z])=>Z?ne.string().notRequired():ne.string().required().label("Apellido paterno o materno")),fechaNacimiento:ne.mixed().required().label("Fecha de nacimiento")},[["materno","paterno"]]),ne.object().shape({celular:ne.string().required().matches(Pl).min(8).max(8).label("Celular"),email:ne.string().email().notRequired().label("E-mail"),direccion:ne.string().required().label("Dirección"),password:ne.string().required().matches(No).min(8).max(15).label("Contraseña"),repetirPassword:ne.string().required().oneOf([ne.ref("password")]).label("Confirmación de la contraseña")}),ne.object().shape({codigoContacto:ne.string().required().matches(Kn).max(10).label("Código")})],e=Ee(),r=ka(),a=n.ref([{name:"step1"},{name:"step2"},{name:"step3"}]),o=n.ref(0),i=n.computed(()=>o.value===2&&c.value==="telegram"?ne.object().shape({codigoContacto:ne.string().required().matches(Kn).min(4).max(4).label("Código")}):t[o.value]),{refCounter:s,currentContacto:l,currentMedio:c,openTelegram:u,enviarMensaje:d,openTelegramPage:A,message2FaContexto:m,url2FaContexto:f}=vi("registro"),g=n.reactive({verificadoEmail:!1,verificadoTelegram:!1,verificadoWhatsapp:!1}),{values:b,handleSubmit:v,errors:k,setErrors:h,validateField:p,resetForm:y,setFieldValue:w,setFieldError:C}=me.useForm({validationSchema:i,keepValuesOnUnmount:!0}),{value:E}=me.useField("fechaNacimiento");n.watch(()=>b.celular,()=>{g.verificadoTelegram&&(g.verificadoTelegram=!1)}),n.watch(()=>b.email,()=>{g.verificadoEmail&&(g.verificadoEmail=!1)}),n.watch(()=>c.value,()=>{o.value===2&&(w("codigoContacto",void 0),m.value=null,f.value=null)});const T=v(async Z=>{var z,M,J;r.setLoading(!0);const re=new Date(`${Z.fechaNacimiento.month}-${Z.fechaNacimiento.day}-${Z.fechaNacimiento.year}`);try{const ee={ci:Z.ci,nombres:(z=Z.nombres)==null?void 0:z.trim(),paterno:(M=Z.paterno)==null?void 0:M.trim(),materno:(J=Z.materno)==null?void 0:J.trim(),fechaNacimiento:re,aplicacion:e.aplicacion},V=await u9(ee);o.value=o.value+1,w("codigoRegistro",V.response.codigo)}catch(ee){if(ee.response&&Array.isArray(ee.response)){Ne({error:ee.response,setErrors:h});return}ee.message&&Q.error(`<p class="toast-title">Error</p><p class="toast-description">${ee.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}finally{r.setLoading(!1)}}),S=async({medio:Z,contacto:re})=>{var ee,V,te,pe,Y,_,G,U;if(Z==="email"){if(!b.email){C("email","Email es requerido para verificar");return}const{valid:L}=await p("email");if(!L||g.verificadoEmail)return}const M=Z==="telegram",J=Z==="whatsapp";if(M||J){if(M&&g.verificadoTelegram||J&&g.verificadoWhatsapp)return;const{valid:L}=await p("celular");if(!L)return}try{r.setLoading(!0),c.value=Z,l.value=re;const L=await B(M);if(L!=null&&L.error){r.setLoading(!1);return}if(((V=(ee=L==null?void 0:L.response)==null?void 0:ee.data)==null?void 0:V.medioActualizado)===!0){Z==="whatsapp"?g.verificadoWhatsapp=!0:Z==="telegram"?g.verificadoTelegram=!0:Z==="email"&&(g.verificadoEmail=!0),Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${L.message||"Medio verificado exitosamente"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0}),r.setLoading(!1);return}const D=((pe=(te=L==null?void 0:L.response)==null?void 0:te.data)==null?void 0:pe.mensajeServicio)||null,R=((_=(Y=L==null?void 0:L.response)==null?void 0:Y.data)==null?void 0:_.tiempoVigencia)||null,N=((U=(G=L==null?void 0:L.response)==null?void 0:G.data)==null?void 0:U.url)||null;D&&(m.value=D),(Z==="email"||Z==="whatsapp")&&R&&n.nextTick(()=>{var q;(q=s.value)==null||q.reInit(R)}),Z==="telegram"&&N&&(f.value=N),M&&await new Promise(q=>setTimeout(q,100)),o.value=2,r.setLoading(!1)}catch(L){r.setLoading(!1),Q.error(`<p class="toast-title">Error</p><p class="toast-description">${L.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},x=async()=>{try{const{valid:Z}=await p("codigoContacto");if(!Z)return;const re=await f9({code_confirmacion:b.codigoContacto,code:b.codigoRegistro,medio:c.value});Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${re.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0}),c.value==="email"?g.verificadoEmail=!0:c.value==="whatsapp"?g.verificadoWhatsapp=!0:c.value==="telegram"&&(g.verificadoTelegram=!0),o.value=o.value-1,w("codigoContacto",void 0),c.value=void 0,l.value=null}catch(Z){Q.error(`<p class="toast-title">Error</p><p class="toast-description">${Z.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},B=async(Z=!1)=>await d({callbackApi:A9,code:b.codigoRegistro,abrirTelegramDialog:Z,counterTime:120}),O=()=>{o.value=1,w("codigoContacto",void 0),m.value=null,f.value=null},H=()=>{o.value=0,y()},$=v(async Z=>{var re,z;if(!g.verificadoTelegram&&!g.verificadoEmail){Q.error('<p class="toast-title">Verificación requerida</p><p class="toast-description">Debe verificar al menos Telegram o Email antes de completar el registro.</p>',{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0});return}r.setLoading(!0);try{const M=new Date(`${Z.fechaNacimiento.month}-${Z.fechaNacimiento.day}-${Z.fechaNacimiento.year}`),J={...Z,email:(re=Z.email)==null?void 0:re.trim(),direccion:(z=Z.direccion)==null?void 0:z.trim(),aplicacion:e.aplicacion,fechaNacimiento:M},ee=await d9(J);Q.success(`<p class="toast-title">Registro completado</p><p class="toast-description">${ee.message}</p>`,{autoClose:8e3,hideProgressBar:!1,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0}),r.setLoading(!1),setTimeout(()=>{e.goLoginPage()},2e3)}catch(M){if(M.response&&Array.isArray(M.response)){Ne({error:M.response,setErrors:h});return}M.message&&Q.error(`<p class="toast-title">Error</p><p class="toast-description">${M.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}finally{r.setLoading(!1)}});return{refCounter:s,currentContacto:l,values:b,steps:a,currentStep:o,mediosVerificados:g,fechaNacimiento:E,errors:k,openTelegram:u,currentMedio:c,message2FaContexto:m,url2FaContexto:f,onValidarDatosUsuario:T,onRegistrarUsuario:$,onEnviarMensaje:B,onEnviarCodigoAlUsuario:S,onEnviarCodigoVerificacion:x,onCancelarVerificacion:O,onCancelarRegistro:H,openTelegramPage:A}}const m9={key:0,class:"fge-auth-error"},xe=n.defineComponent({__name:"FgeErrorMessage",props:{error:{required:!0}},setup(t){return(e,r)=>t.error?(n.openBlock(),n.createElementBlock("p",m9,n.toDisplayString(t.error),1)):n.createCommentVNode("",!0)}}),h9={key:0,class:"fge-text-gray"},g9=["disabled"],v9={key:0},y9={key:1},w9=n.defineComponent({__name:"FgeButtonCounter",props:{reenviarMensaje:{type:Function,required:!0}},emits:["finished"],setup(t,{expose:e,emit:r}){const a=t,o=n.ref(0),i=n.ref(),s=n.ref(!1),l=r,c=async()=>{var A;if(!s.value){s.value=!0;try{const m=await((A=a.reenviarMensaje)==null?void 0:A.call(a));m&&typeof m=="object"&&"error"in m&&m.error===!0&&(s.value=!1)}catch{s.value=!1}}},u=(A=5)=>{o.value=A,s.value=!1,clearTimeout(i.value),d()},d=()=>{o.value>0?i.value=window.setTimeout(()=>{o.value-=1,d()},1e3):l("finished")};return e({reInit:u}),(A,m)=>o.value>0?(n.openBlock(),n.createElementBlock("span",h9,"Reenviar código en "+n.toDisplayString(o.value)+" segundo(s)",1)):(n.openBlock(),n.createElementBlock("button",{key:1,class:"fge-link-primary-button",title:"Reenviar código",disabled:s.value,onClick:c},[s.value?(n.openBlock(),n.createElementBlock("span",y9,"Enviando...")):(n.openBlock(),n.createElementBlock("span",v9,"Reenviar código"))],8,g9))}}),b9={class:"otp-input-container"},C9={key:0,for:"otp-input-0",class:"fge-form-label"},E9=["id","onUpdate:modelValue","inputmode","pattern","autocomplete","disabled","onInput","onKeydown","onFocus"],k9=Ye(n.defineComponent({__name:"FgeOtpInput",props:{modelValue:{default:""},length:{default:6},type:{default:"number"},label:{default:"Código:"},error:{default:null},disabled:{type:Boolean,default:!1},fieldName:{default:"code"}},emits:["update:modelValue"],setup(t,{expose:e,emit:r}){const a=t,o=r,i=(h,p)=>{const w=(p||"").split("").slice(0,h),C=Array(h).fill("");return w.forEach((E,T)=>{T<C.length&&(C[T]=E)}),C},s=n.ref(i(a.length,a.modelValue)),l=n.ref(Array(a.length).fill(null)),c=n.computed(()=>!!a.error),u=n.computed(()=>s.value.every(h=>h&&h.trim()!=="")),d=(h,p)=>{h&&(l.value[p]=h)};n.watch(()=>a.modelValue,h=>{const p=A(),y=h||"";y!==p&&(s.value=i(a.length,y))}),n.watch(()=>a.length,h=>{const p=A();s.value=i(h,p),l.value=Array(h).fill(null)}),n.watch(s,()=>{const h=A();o("update:modelValue",h)},{deep:!0});const A=()=>s.value.join(""),m=(h,p)=>{let w=p.target.value;if(w.length>1){const C=a.type==="number"?w.replace(/[^0-9]/g,""):w.replace(/[^a-zA-Z0-9]/g,"").toUpperCase();if(!C){s.value[h]="";return}s.value=Array(a.length).fill("");const E=C.split("").slice(0,a.length);E.forEach((x,B)=>{B<a.length&&(s.value[B]=x)});const T=A();o("update:modelValue",T);const S=Math.min(E.length,a.length-1);n.nextTick(()=>{var x,B,O,H;S<a.length?((x=l.value[S])==null||x.focus(),(B=l.value[S])==null||B.select()):((O=l.value[a.length-1])==null||O.focus(),(H=l.value[a.length-1])==null||H.select())});return}a.type==="number"&&(w=w.replace(/[^0-9]/g,"")),a.type==="text"&&(w=w.replace(/[^a-zA-Z0-9]/g,"").toUpperCase()),s.value[h]=w.slice(0,1),w&&h<a.length-1&&n.nextTick(()=>{var C;(C=l.value[h+1])==null||C.focus()})},f=(h,p)=>{var w,C;if((p.metaKey||p.ctrlKey)&&(p.key==="v"||p.key==="V"))if(navigator.clipboard&&navigator.clipboard.readText){p.preventDefault(),navigator.clipboard.readText().then(E=>{if(E){const T=a.type==="number"?E.replace(/[^0-9]/g,""):E.replace(/[^a-zA-Z0-9]/g,"").toUpperCase();if(T){const S=T.split("").slice(0,a.length);s.value=Array(a.length).fill(""),S.forEach((O,H)=>{H<a.length&&(s.value[H]=O)});const x=A();o("update:modelValue",x);const B=Math.min(S.length,a.length-1);n.nextTick(()=>{var O,H,$,Z;B<a.length?((O=l.value[B])==null||O.focus(),(H=l.value[B])==null||H.select()):(($=l.value[a.length-1])==null||$.focus(),(Z=l.value[a.length-1])==null||Z.select())})}}}).catch(()=>{});return}else return;p.key==="Backspace"&&(!s.value[h]&&h>0?n.nextTick(()=>{var E;(E=l.value[h-1])==null||E.focus(),s.value[h-1]=""}):s.value[h]=""),p.key==="ArrowLeft"&&h>0&&(p.preventDefault(),(w=l.value[h-1])==null||w.focus()),p.key==="ArrowRight"&&h<a.length-1&&(p.preventDefault(),(C=l.value[h+1])==null||C.focus()),a.type==="number"&&!/[0-9]/.test(p.key)&&!["Backspace","Delete","ArrowLeft","ArrowRight","Tab"].includes(p.key)&&p.preventDefault()},g=h=>{var T;h.preventDefault(),h.stopPropagation();const p=((T=h.clipboardData)==null?void 0:T.getData("text"))||"";if(!p.trim())return;const y=a.type==="number"?p.replace(/[^0-9]/g,""):p.replace(/[^a-zA-Z0-9]/g,"").toUpperCase();if(!y)return;const w=y.split("").slice(0,a.length);s.value=Array(a.length).fill(""),w.forEach((S,x)=>{x<a.length&&(s.value[x]=S)});const C=A();o("update:modelValue",C);const E=Math.min(w.length,a.length-1);n.nextTick(()=>{var S,x,B,O;E<a.length?((S=l.value[E])==null||S.focus(),(x=l.value[E])==null||x.select()):((B=l.value[a.length-1])==null||B.focus(),(O=l.value[a.length-1])==null||O.select())})},b=h=>{n.nextTick(()=>{var p;(p=l.value[h])==null||p.select()})};return e({clear:()=>{s.value=i(a.length,""),n.nextTick(()=>{var h;(h=l.value[0])==null||h.focus()})},focus:()=>{n.nextTick(()=>{var h;(h=l.value[0])==null||h.focus()})},getValue:A,isComplete:u}),(h,p)=>(n.openBlock(),n.createElementBlock("div",b9,[h.label?(n.openBlock(),n.createElementBlock("label",C9,n.toDisplayString(h.label),1)):n.createCommentVNode("",!0),n.createElementVNode("div",{class:n.normalizeClass(["otp-input-wrapper",{"otp-input-error":c.value,"otp-input-short":h.length===4}])},[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(Array(h.length),(y,w)=>n.withDirectives((n.openBlock(),n.createElementBlock("input",{key:`otp-${w}-${h.length}`,id:`otp-input-${w}`,ref_for:!0,ref:C=>{C&&"tagName"in C&&C.tagName==="INPUT"&&d(C,w)},"onUpdate:modelValue":C=>s.value[w]=C,type:"text",inputmode:h.type==="number"?"numeric":"text",pattern:h.type==="number"?"[0-9]*":void 0,autocomplete:h.type==="number"?"one-time-code":"off",maxlength:"1",class:n.normalizeClass(["otp-input",{"otp-input-filled":s.value[w]}]),disabled:h.disabled,onInput:C=>m(w,C),onKeydown:C=>f(w,C),onPaste:p[0]||(p[0]=C=>g(C)),onFocus:C=>b(w)},null,42,E9)),[[n.vModelText,s.value[w]]])),128))],2)]))}}),[["__scopeId","data-v-09940bdc"]]),x9=t=>(n.pushScopeId("data-v-848f081a"),t=t(),n.popScopeId(),t),B9={class:"send-code-container"},S9={class:"mb-40"},T9={class:"field col-12 text-left m-0"},O9={key:0,class:"fge-form-label current-contact-label"},D9={key:1,class:"mensaje-servicio-container"},V9={class:"fge-text-gray mensaje-servicio-text"},I9={key:2,class:"text-center mb-3"},P9=["href"],M9=x9(()=>n.createElementVNode("br",null,null,-1)),_9={key:3,class:"auth-input-container"},R9={key:4,class:"text-center mt-1"},L9={class:"auth-btn-container"},F9=["disabled"],yi=Ye(n.defineComponent({__name:"FgeEnviarCodigo",props:{fieldName:{type:String,required:!0},message2Fa:{type:null,required:!1},url2FaContexto:{type:null,required:!1},message2FaContexto:{type:null,required:!1},isTelegram:{type:Boolean,default:!1},error:{type:null,required:!0},cancelarText:{type:String,default:"Anterior"},aceptarText:{type:String,default:"Aceptar"},cancelarFunction:{type:Function,required:!1},aceptarFunction:{type:Function,required:!1},reenviarMensaje:{type:Function,required:!1},showCode:{type:Boolean,required:!1,default:!0},refCounter:{required:!0},mostrarReenviar:{type:Boolean,default:!0}},emits:["update:codigo","update:refCounter","finishCount"],setup(t,{emit:e}){const r=e,a=t,o=n.computed(()=>a.isTelegram?4:6),i=n.computed(()=>a.isTelegram?"text":"number"),s=n.ref(),l=n.ref(null),c=n.ref(""),u=n.computed(()=>{const m=l.value;if(m&&m.isComplete!==void 0)return m.isComplete;const f=c.value||"",g=o.value;return f.length===g&&f.trim().length===g}),d=()=>{r("finishCount",!0)},A=(m,f)=>{c.value=m,f(m)};return n.watch(s,m=>{r("update:refCounter",m)}),n.watch(()=>o.value,()=>{c.value=""},{immediate:!1}),(m,f)=>(n.openBlock(),n.createElementBlock("div",B9,[n.createElementVNode("div",S9,[n.createElementVNode("div",T9,[t.message2Fa?(n.openBlock(),n.createElementBlock("p",O9,n.toDisplayString(t.message2Fa),1)):n.createCommentVNode("",!0),t.message2FaContexto?(n.openBlock(),n.createElementBlock("div",D9,[n.createElementVNode("p",V9,n.toDisplayString(t.message2FaContexto),1)])):n.createCommentVNode("",!0),t.isTelegram&&t.url2FaContexto?(n.openBlock(),n.createElementBlock("div",I9,[n.createElementVNode("a",{href:t.url2FaContexto,target:"_blank",class:"fge-green-button w-full inline-block text-center",style:{"text-decoration":"none",display:"inline-block",padding:"0.75rem 1.5rem"}}," Abrir Telegram ",8,P9)])):n.createCommentVNode("",!0),M9,t.showCode?(n.openBlock(),n.createElementBlock("div",_9,[n.createVNode(n.unref(me.Field),{name:t.fieldName},{default:n.withCtx(({field:g,handleChange:b})=>[(n.openBlock(),n.createBlock(k9,{ref_key:"refOtpInput",ref:l,key:`otp-${t.fieldName}-${o.value}`,"model-value":(g==null?void 0:g.value)||"","onUpdate:modelValue":v=>A(v,b),length:o.value,type:i.value,label:"Código:",error:t.error,"field-name":t.fieldName},null,8,["model-value","onUpdate:modelValue","length","type","error","field-name"]))]),_:1},8,["name"])])):n.createCommentVNode("",!0),n.createVNode(xe,{error:t.error},null,8,["error"]),!t.isTelegram&&t.reenviarMensaje&&t.mostrarReenviar?(n.openBlock(),n.createElementBlock("div",R9,[n.createVNode(w9,{ref_key:"refBtnCounter",ref:s,reenviarMensaje:t.reenviarMensaje,onFinished:d},null,8,["reenviarMensaje"])])):n.createCommentVNode("",!0)]),n.renderSlot(m.$slots,"inputs",{},void 0,!0)]),n.createElementVNode("div",null,[n.createElementVNode("div",L9,[t.cancelarFunction?(n.openBlock(),n.createElementBlock("button",{key:0,title:"Volver",onClick:f[0]||(f[0]=()=>{var g;return(g=t.cancelarFunction)==null?void 0:g.call(t)}),class:"fge-gray-button w-full"},[n.createElementVNode("span",null,n.toDisplayString(t.cancelarText),1)])):n.createCommentVNode("",!0),t.aceptarFunction?(n.openBlock(),n.createElementBlock("button",{key:1,title:"Enviar código",onClick:f[1]||(f[1]=()=>{var g;return(g=t.aceptarFunction)==null?void 0:g.call(t)}),disabled:!u.value,class:n.normalizeClass(["w-full fge-auth-primary-button",{"fge-auth-primary-button-disabled":!u.value}])},[n.createElementVNode("span",null,n.toDisplayString(t.aceptarText),1)],10,F9)):n.createCommentVNode("",!0)])])]))}}),[["__scopeId","data-v-848f081a"]]),U9="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAACpQAAAY8CAYAAAABDP7pAAAACXBIWXMAAC4jAAAuIwF4pT92AAAgAElEQVR4nOzdQVIbabrv4X9HnLl9V2CdFZg7yanVKzA9zYnpFRQntICiFpDR1AoKTzQ9eAVHTDVpsYIjVnBhBX0HmWoJCmxsS/pSqeeJyBBQuOodlSH1y/f7y7/+9a8AAAAAAOxDXTVvk5zs+T876q4fteyufVpM55P7Pf83AQAAAIAj9hdBKQAAAAActrpqTpK8/cq3vDbi/Na/5+n3vnnl97I/D0kWr/ze+1d+76L73hf/PdP55LX/TQAAAACgpwSlAAAAALADX4k8R3l5W+b4ha+/TfL+p4eCMm7zcpD6Uqz6UuwqXgUAAACAHRGUAgAAAHD06qoZP/Pl5772XCQ6SvJuuxMB3+kuyfKZr8+e+dpzEetiOp98bQsrAAAAAAyeoBQAAACAg1RXzXPHuI+ffD7Kn7eBOqodeI2bJ58v8+dodfb0e6bzydPvAQAAAICDICgFAAAAoIhngtBRHsefz31uEyhwSJ5uTr1PuyH1pc8FqQAAAAAUIygFAAAA4Kc8OS5+lMcR6OYR8W+TvN/LUADDcJs2Ol2ZbXy8zONYdTGdTza/FwAAAAC+i6AUAAAAgCRJXTWjrGPQp9tDN8PQUWwKBeizp5tRZxsfL7KOVG1EBQAAAODfBKUAAAAAA/Vkc+hmECoOBeCph7Sx6crsuY+n88nm1wEAAAAYEEEpAAAAwIF4skH0pUD0w36nAuCI3Wx8PHvm4/vpfLIZqQIAAADQY4JSAAAAgILqqtmMQcfd6+Zx86PYIArA4dvcgLrsrnRfu4/4FAAAAKA4QSkAAADADmwcNz/Keqvo6mtvk7zf60AAcDju8kxwmnWQupjOJ/cF5gIAAAAYNEEpAAAAwHfYCEVXm0U3t4meJHlTYCwAOFY33esy6wh11r0KTwEAAAC+g6AUAAAAII+Ont8MRMfd6yiOnQeAQ/WQje2mabedLrsr0/lkVmIoAAAAgL4RlAIAAACDtxGLjrprMxr9UGYqAKBnbvM4Nr1PF6KKTgEAAIBjICgFAAAADppYFADYI9EpAAAAMFiCUgAAAKC36qp57vj51etJkjd7HgkA4FtuutdF1sHpfZLldD5ZlhoKAAAA4FsEpQAAAEAxG8Hoc6/vC44GALArd1lvON287qfzyaLQTAAAAACCUgAAAGB3BKMAAN/tIY+3my5Xlw2nAAAAwC4JSgEAAICfUlfNuPtwHMEoAMCuPd1w+u/4dDqf3BebCgAAADh4glIAAADgq+qqGSXZvDY3jb4pNBYAAM+7TRuYzrrPZ0nup/PJotRAAAAAwGEQlAIAAACpq2YViY67L41jyygAwNA8u910Op/Mik0EAAAA9IagFAAAAI7Ek2h0tWF0lORduakAAOiJh7SB6TJiUwAAADhKglIAAAAYkI3j6ccRjQIAsB1iUwAAADgCglIAAAA4MHXVrELRpxtHHU8PAMC+rWLTRZL7JLO0semi5FAAAADA9xOUAgAAQE91R9SPst4yOkryodxEAADwXW6zjkyX3bWYzif35UYCAAAAXiIoBQAAgIJe2DY6iiPqAQAYrtVW02V3zZIsp/PJsthEAAAAgKAUAAAA9qGumlHaUHScNhxdRaRvig0FAAD9c5N2q+miu5bT+WRRdiQAAAA4DoJSAAAA2KIn4ejqY8fUAwDAz7lNu810FZreT+eTWcmBAAAAYGgEpQAAAPADhKMAANALd1lHpjaaAgAAwE8QlAIAAMBX1FWzOp5+HOEoAAAciqcbTYWmAAAA8A2CUgAAAOjUVTNOG4+OuteTJG8KjgQAAGzXTdrQdJlkljY0XZYbBwAAAPpDUAoAAMDRqavmaTR6kuRdyZkAAIBiHrLeZLraZjorOhEAAAAUICgFAABg0Da2jq4iUsfVAwAAr3GbdpPpIraZAgAAcAQEpQAAAAxCXTWjPN44ausoAACwbU+3mS6m88mi7EgAAACwHYJSAAAADk53ZP3T603RoQAAgGN2m8eR6azsOAAAAPD9BKUAAAD0miPrAQCAA3WXdWQ6Sxua3hedCAAAAL5CUAoAAEBvPIlHT5K8LzoQAADAdm1GpqttpsuiEwEAAEBHUAoAAEAR4lEAAIAkyUM2tphGZAoAAEAhglIAAAB2TjwKAADwXTY3mc7SRqb3RScCAABg8ASlAAAAbFVdNZvh6DjiUQAAgG14FJlO55NZ2XEAAAAYGkEpAAAAP6yumlHW4ehJkg8l5wEAADgyt3kcmS4KzwMAAMABE5QCAADwKnXVvM3jeHSc5E3BkQAAAPizm3SBaZLFdD5ZFp0GAACAgyEoBQAA4FkbR9ePu1dH1wMAAByeh3RxadotprOi0wAAANBbglIAAABW20fHWQekjq4HAAAYrts8jkyXRacBAACgFwSlAAAAR+jJ9tFxkncl5wEAAKAoW0wBAAAQlAIAAByDumrGWcejJ0neFBwHAACA/lttMZ0lWdhiCgAAMHyCUgAAgIHZOL5+db0vOA4AAADDcJfHW0wXZccBAABg2wSlAAAAB66umlEeB6SOrwcAAGDXHvI4MJ0VnQYAAICfJigFAAA4MHXVnORxQOr4egAAAPrgJm1kOkuymM4n90WnAQAA4LsISgEAAHqurppxks2IVEAKAADAIbjNOjCdCUwBAAD6TVAKAADQM11Auro+lJwFAAAAtkhgCgAA0GOCUgAAgMIEpAAAABwpgSkAAECPCEoBAAD2rK6akySnEZACAADAJoEpAABAQYJSAACAHesC0vHG9abgOAAAAHAo/h2YTueT68KzAAAADJ6gFAAAYMvqqhmlDUdXW0gFpAAAAPDzbrIOTGdlRwEAABgeQSkAAMBPqqvmbdbx6DjJu5LzAAAAwBF4SBeXpg1MF0WnAQAAGABBKQAAwA+oq2acdUT6vugwAAAAwF0eB6bLksMAAAAcIkEpAADAK9RVc5L1BtKPRYcBAAAAvuU267j0uvAsAAAAB0FQCgAA8AzH2AMAAMCgfMk6MF0UngUAAKCXBKUAAACdbgvpaXc5xh4AAACG6S5tXHqdNjC9LzsOAABAPwhKAQCAo1VXzSjt9tHVJtI3BccBAAAAyrjJOi61vRQAADhaglIAAOCodFtIz9IGpLaQAgAAAJtsLwUAAI6WoBQAABi0umreZr2B9DS2kAIAAACvZ3spAABwNASlAADA4HRbSMdpN5HaQgoAAABsw13Wcel16WEAAAC2TVAKAAAMQl01m1tI35WdBgAAABi4hySztIHp9XQ+uS87DgAAwM8TlAIAAAdp4yj7VUjqKHsAAACglNskV2m3ly4KzwIAAPBDBKUAAMDBqKtmlHVE+qHsNAAAAADPust6c+ms8CwAAACvJigFAAB6ra6akyRnabeQvi86DAAAAMD3ecg6Lr0uPQwAAMDXCEoBAIDeqatmnPUm0ndlpwEAAADYmi9ZB6b3pYcBAADYJCgFAAB6oa6aVUB6muRN4XEAAAAAdm0Vl86m88my8CwAAACCUgAAoBwRKQAAAECS5DbJVdrNpcuyowAAAMdKUAoAAOxNXTVvsw5IxxGRAgAAADwlLgUAAIoQlAIAADv1JCL9WHgcAAAAgEMiLgUAAPZGUAoAAGydiBQAAABg68SlAADATglKAQCAramrZhWRnsZx9gAAAAC7Ii4FAAC2TlAKAAD8FBEpAAAAQFG3SS7TxqX3pYcBAAAOl6AUAAD4bnXVnCQ5j4gUAAAAoE++JLmOuBQAAPgBglIAAOBVuoj0LG1E+q7sNAAAAAB8w+e0Yel16UEAAIDDICgFAABeVFfNKG1AepbkfdFhAAAAAPgRD2m3ll5O55NF6WEAAID+EpQCAACP1FXzNuuI9EPZaQAAAADYorus49Jl4VkAAICeEZQCAABJkrpqTtOGpJ9KzwIAAADAzt0muUxyPZ1P7ksPAwAAlCcoBQCAI1ZXzUnaTaSnSd6VnQYAAACAQr4kuZrOJ9elBwEAAMoRlAIAwJHpjrQ/6673RYcBAAAAoE8eklyljUsXhWcBAAD2TFAKAABHwpH2AMAA3Cbp83GsJ0nelB4CAGBLbpNcJrmezid9/hkMAADYEkEpAAAMWF01o6y3kTrSHgCOx0OSb22Uun/F96wsu+u7TOeT2ff+Gda6zfInP/BHT5K8feX3jl/57xPKAsBx+5x2a+ms9CAAAMDuCEoBAGCA6qo5SxuRfig7CQDQuXnh64u8vHHza/9sOZ1Plj87FGxDXTVfC1i/FsWOuus5fo4FgH66S3KVNi5dlh0FAADYNkEpAAAMRLeN9DxtSGqDFAD8mOfCz9kzX1vmmY2dNjbBbtVVM37my6M8H6Y+971CVQDYni9pw9Lr0oMAAADbISgFAIAD1h2Depo2JH1feBwAKOUuj+PO545yXz75HvEnkOTZSPW5rapPt7C+jZ+/AWDF1lIAABgIQSkAABwg20gBGJjbPD7affbknz/9fDGdT146Ch6giGfC1KcR6tPPbUsFYIhsLQUAgAMmKAUAgANSV81Z2ojUm88A9M3TLaGzjY+fbgxd2lwEsNadPLC5FXXUXSubMartqAAcAltLAQDgAAlKAQCg57ptpGdpN5LaRgrAPmxuDF1mHYo+DUNtCgUorK6azdh0lMch6njj45P4fQKAMj6nDUtnpQcBAAC+TlAKAAA91R2ZeZ7kY+FRADhsD1lHoE+D0NnqA2/uAhyP7qG1Uffp5sebm1JtQgVg2+6SXCS59mAaAAD0k6AUAAB6pDvq8ixtSPqu7DQA9NjmBtHZxtdXH99P55PNcBQAflj3e8oqNB3l+RjVBlQAXushyXWSi+l8siw8CwAAsEFQCgAAPdBtCLpIchpvwgIcq+ci0c2NoktvtgJwCLrTFpLHG09HEZ8C8Gc3SS6n88l16UEAAABBKQAAFNW90XqR5EPZSQDYoZvuddldSRuJ3scmUQCO3EZ8Oso6ON38mpMbAI7DXZLLJFfT+eT+W98MAADshqAUAAD2rDsu8jRtSOrNUYDDtdoourlFdNa92iYKAFskPAU4Gg9JrtJuLV2WHQUAAI6PoBQAAPakO9b+LMl5HO8I0HerraKrTaLL7sp0PpkVmQgA+Kru4b2T7tOTJG+zDlDfJnlfZDAAftTntBtLZ6UHAQCAYyEoBQCAHetC0oskn8pOAkDnpVjU8fMAcATqqnkuNl19TXQK0D83acPSq9KDAADA0AlKAQBgR7ojGS+SfCg7CcBRWR1Dv3xyiUUBgFfrfp9L/rzpdJTkXYmZAMhd2ntt19P55L7wLAAAMEiCUgAA2LK6as7SHmtvsw3A9q22i86619WW0YU3FAGAfamrZnOr6dNXvwsC7NZDksskl34PBACA7RKUAgDAFnRvJp6m3ZJgWw3Aj3sajM6SZDqfzJ75XgCAXtoITpNk/OTVKRYA2/GQ5DrJxXQ+WRaeBQAABkFQCgAAP6F7k/C8u94UHgfgENylPYL+35tFY8MoAHBkbDgF2LrPEZYCAMBPE5QCAMAPEJICfNVN1rHocnV5Yw8A4HXqqhkl2bw2o1O/gwK87EuSS6dcAADAjxGUAgDAd+je1LtIe7y9N/GAY/WQx7HoIsm9N+wAAPajrppx/rzddJTkXbmpAHrlJu3G0lnpQQAA4JAISgEA4BU2QtJPZScB2BvRKADAAaqrZhWZjiM2BRCWAgDAdxCUAgDAVwhJgYETjQIAHBGxKXDEhKUAAPAKglIAAHiGkBQYmNusg9FlkqU30QAA2FRXzTiPI9NRkg/lJgLYCWEpAAB8haAUAAA2CEmBA7baNrpIcp9kljYcXRacCQCAA1dXzSoy3dxuOoqtpsBhE5YCAMAzBKUAABAhKXBQbrMRjMa2UQAACqmrZrXNdDM4tdUUOCTCUgAA2CAoBQDgqHWbVi4jJAX6Z/OY+kXacHRRdCIAAHiF7qHNUdbbTEdpg9M3hUYC+BZhKQAARFAKAMCR6kLS8+7yhhZQknAUAICj0P0uvtpmOtr42O/lQF/cJDn3ezkAAMdKUAoAwFERkgIFCUcBAOAZL4SmH0rOBBy9z2k3li5LDwIAAPskKAUA4GjUVXOW5CLJu7KTAAN3lzYcnXWvC+EoAAB8v7pqRmkD03H3OorQFNivz2k3lt6XHgQAAPZBUAoAwODVVXOa5DJCUmD7btJtG+1eF95kAgCA3aqrZnOT6eryOz+wKw9p7y1e+p0fAIChE5QCADBYddWM024ktb0E+Fl3WR9VvwpHl0UnAgAAHunuA2zGpu4HANv0kHZb6VXpQQAAYFcEpQAADE53JN5Fkk9lJwEO1E0ebxydFZ0GAAD4Yd09gpPYZgpsz12SM/cLAAAYIkEpAACDUVfN2yTnSX4tPQtwEB7SRqOzdAHpdD5ZlBwIAADYve7+wdPI9H3RoYBDdJN2Y6l7CQAADIagFACAQair5izJZZI3hUcB+smR9QAAwFfVVfM0Mv1QdiLgQHxOG5belx4EAAB+lqAUAICDVlfNOG1IapMIsLIZj87SxqPe1AEAAL5bF5mO0gam4+7Vw6zAUw9JLqfzyUXpQQAA4GcISgEAOEh11YzShqQfC48ClCUeBQAA9qq7J7HaYjqOyBRYu0tyNp1PZqUHAQCAHyEoBQDgoNRV8zbJeXd5swaOi3gUAADoJZEp8MSXJOfT+WRZehAAAPgeglIAAA5GXTWnabeSvis9C7BzD9kIR9PGo8uSAwEAAHyPumpWgenq+lB2IqCA35JceiAWAIBDISgFAKD3ui0fV/HGCwzZTTa2j4pHAQCAIeoi03HWken7ogMB+3CX5Gw6n8xKDwIAAN8iKAUAoNfqqrmI4+1haO7yePPorOg0AAAABdVVM87jyNTJLDBMX5Kce4gWAIA+E5QCANBL3ZspV/EmCgzBTdYB6cwxbwAAAC/rTmrZ3GTqxBYYjockF9P55LL0IAAA8BxBKQAAvVJXzdskl0k+lZ4F+CGb20dn0/lkUXYcAACAw1dXzWZgOo4HcOHQ3SY5c98EAIC+EZQCANAbddWcpt1K6nh7OBy2jwIAAOxZ90DuOLaYwqH7Pe3GUvdTAADoBUEpAADFdUe5XcWbH9B3D2nj0VmSxXQ+mZUcBgAAgLW6asZZbzAdxwO7cCju0m4rnZUeBAAABKUAABRVV815kot4kwP6aHV8/Szt9tFlyWEAAAB4ve4B3vHG9a7cNMArfE5yblspAAAlCUoBACjCVlLopds8Dki9gQEAADAQddW8zePA9H3BcYDnPaTdVnpdehAAAI6ToBQAgL2zlRR64yaPj7AXkAIAAByRumrGWQemHvqF/viSNix1rwYAgL0SlAIAsDe2kkJx/w5Ip/PJrOwoAAAA9I3AFHrFtlIAAPZOUAoAwF7YSgpFCEgBAAD4YXXVnGQdmI7jvg6U8HuSC9tKAQDYB0EpAAA7VVfN27RbST8WHgWOgYAUAACAnRGYQjF3abeVzkoPAgDAsAlKAQDYmbpqTtPGpN5cgN0QkAIAAFBMF5iepo1LP5SdBo7Cb9P55KL0EAAADJegFACAreu2kl4k+aXwKDA0t+kC0rQRqaPOAAAA6I26asZZby8VmMJu3CY5nc4ny9KDAAAwPIJSAAC2qttMcZXkfeFRYAjusg5IrwWkAAAAHJLu9Jpxd7lXBNvzkOR8Op9clR4EAIBhEZQCALA1ddWcJ/lH6TnggD3kcUC6LDkMAAAAbEt3os1mYPqu5DwwEF+SnHkIGQCAbRGUAgDw07o3BK6SfCw8Chyim6wD0kXhWQAAAGAv6qoZ5XFg+qbgOHDI7pKcuq8EAMA2CEoBAPgp3RH317FVAl5rdYz9dZKZDRIAAACQ1FUzThuWniZ5X3QYOEz/NZ1PLksPAQDAYROUAgDwwxxxD6/2JY6xBwAAgFfpTsMZZ73B1IPM8Dpfkpx5gBkAgB8lKAUA4Lt1N/Uvk3wqPQv01F3WG0ivSw8DAAAAh6w7IWecNjD9UHYa6L3btFHpovQgAAAcHkEpAADfpbuBfxVHj8FTtpACAADAjtleCq/ykOR8Op9clR4EAIDDIigFAODV6qo5TRuTvik8CvSBLaQAAABQmO2l8FW/T+eT89JDAABwOASlAAC8Sl01F0l+LT0HFHabNqqeOTYMAAAA+qXbXrraXHoaD0VDktwkOZ3OJ/elBwEAoP8EpQAAfFV3I/4qycfCo0AJD+mOsU97lL0b7wAAAHAguu2lZ2kD0/dFh4Gy7tJGpR6QBgDgqwSlAAC8qK6aUdqQzg13jomj7AEAAGBguvtcq+2lHpzmGD0kOZ/OJ1elBwEAoL8EpQAAPKvb4DCLo8E4DrdZbyG1qQEAAAAGrDuRZxWXnsb9L47Lb9P55KL0EAAA9JOgFACAP6mr5izJH6XngB27yToiXRaeBQAAACikrprNuPRd2WlgLz5P55Oz0kMAANA/glIAAB6pq+YyyS+l54Ad+ZJ1RHpfehgAAACgX7pTe87SBqbviw4Du3WbZOweGQAAmwSlAAD8W101V0k+lZ4DtughbUA6i4gUAAAA+A511YzSbi09i7iUYbpNcjadTxalBwEAoB8EpQAApK6at2mDOzfGGYJVRHo9nU+uSw8DAAAAHD5xKQP2kHZTqagUAABBKQDAsROTMhAiUgAAAGAvuvtpp931sfA4sA0PaTeVuq8GAHDkBKUAAEesrpqTtDHpm8KjwI8QkQIAAABFiUsZmL9P55Or0kMAAFCOoBQA4EiJSTlQIlIAAACgl8SlDISoFADgiAlKAQCOkJiUA/Q5IlIAAADgQHRx6Vl3vS86DHy/36fzyXnpIQAA2D9BKQDAkamr5izJH6XngFf4kvU20vvSwwAAAAD8iLpqRmm3lp5FXMrh+DydT85KDwEAwH4JSgEAjoiYlANwm+QyIlIAAABggDbi0vMk78pOA98kKgUAODKCUgCAIyEmpcfuso5Il4VnAQAAANiLumpO0m4tPY24lP4SlQIAHBFBKQDAERCT0kN3aY+zv5rOJ4vSwwAAAACUVFfNadqw9DTJm8LjwFOiUgCAIyEoBQAYODEpPfM57SbS69KDAAAAAPRRdz/vNMnHwqPAJlEpAMAREJQCAAyYmJSeuElylTYkvS88CwAAAMBBqKvmbZKz7npfdBhoiUoBAAZOUAoAMFBiUgq7SxuRXk3nk2XZUQAAAAAOW101J1nHpW+KDsOxE5UCAAyYoBQAYIDqqjlN8t+l5+AoOdIeAAAAYIe6e39nST4WHoXjJSoFABgoQSkAwMB02wpmsamA/blNchlH2gMAAADsTV01b9OGpedJ3pWdhiP023Q+uSg9BAAA2yUoBQAYEDEpe/SQ5DrJ5XQ+WZQeBgAAAOCYdfcFz5Ocxr1B9ufv0/nkqvQQAABsj6AUAGAg6qoZJVnEDWN2yzZSAAAAgJ7qtpaepo1L3xceh+MgKgUAGBBBKQDAAHQ3imdxk5jdsI0UAAAA4MDYWsoe/V/3DQEAhkFQCgBw4MSk7JBtpAAAAAAHztZS9uAhyVhUCgBw+ASlAAAHrq6aqySfSs/BoHyObaQAAAAAg2NrKTt0l+TEg+kAAIdNUAoAcMDqqrlM8kvpORiEu7TbSK/c9AUAAAAYtm5r6VnauPRd2WkYkNu0m0rdXwQAOFCCUgCAA1VXzVmSP0rPwcG7SbuN9Lr0IAAAAADsX10147Rh6cfCozAMn6fzyVnpIQAA+DGCUgCAA9QdTfXP0nNwsB6SXCe5mM4ny8KzAAAAANADddWM0oalZ0neFB2GQ/fbdD65KD0EAADfT1AKAHBguuOolnFTl+/nWHsAAAAAvqq7/3ia5CLJu7LTcMD+5lQkAIDDIygFADgwddUskrwvPQcH5SZtRHpVehAAAAAADkddNeO0YemHspNwgB6SjKfzyaL0IAAAvJ6gFADggNRVc5nkl9JzcDA+pw1JZ6UHAQAAAOBw1VUzShuWfio7CQfmNm1U6rQkAIADISgFADgQddWcJfmj9Bz03kOS6yQX0/lkWXgWAAAAAAakrpq3Sc67603hcTgMn6fzyVnpIQAAeB1BKQDAAair5iTJLG7S8rKHJJdJLj3xDwAAAMCudQ/AXyR5V3YSDsDfp/PJVekhAAD4NkEpAMABqKtmkeR96Tnopbu020ivSg8CAAAAwPHpwtKzJB/KTkKPPSQZT+eTRelBAAD4OkEpAEDP1VVzmeSX0nPQO0JSAAAAAHqjrppx2o2lwlKec5s2KnW6EgBAjwlKAQB6rLsJ+z+l56BXbtIea39dehAAAAAAeKq7p3mW5FPZSeih36fzyXnpIQAAeJmgFACgp+qqeZtkmeRN4VHoh5u0G0lnpQcBAAAAgG+pq2aUdmOpsJRNf3WPEwCgvwSlAAA9VVfNdZKPpeegOCEpAAAAAAdLWMoTD0lG0/nkvvQgAAD8maAUAKCH6qo5TfLfpeegKCEpAAAAAIMhLGXDl+l8clp6CAAA/kxQCgDQM466P3pCUgDg4HQ/w5688ttPkrz9wf/UqLsOyX2SxU/8+dlr/zvT+eRn/jsAAHshLKXzt+l8cl16CAAAHhOUAgD0jKPuj5aQFADYiu4N+tEz/+hr0edLf2blw8/MRG/cpg1cn/O18HXZXX/6MyJWAOBHCUuP3l2Sk+l88tLPpwAAFCAoBQDoEUfdH6W7tCHpVelBAIAy6qoZP/nSc+HnSzGo0JM+ei5cXebPUepzX1uICgDguAhLj9rv0/nkvPQQAACsCUoBAHqiOyZ0keRd6VnYCyEpAAzAMzHotz4fxc978D0e8ufNqYs8Dlb/9LkoFQAOT/ez9UU8NHVs/urUJgCA/hCUAgD0RF01F0l+LT0HO/eQ5HI6n1yUHgQAaNVVc5J2A2jy502gozw+Cv4kyZu9DAZsy83Gx/d5HKhuxqj30/nkabwKAOyZsPTo3E7nk+dOYwAAoABBKQBAD3THOv1v6TnYud/SxqS2JQHAjjyJQ0dZx05BfNkAACAASURBVKBPQ1FvTgPfcpt1bLrsruRJlGqjFgDsRl01Z2nDUhv+h++/pvPJZekhAAAQlAIA9EJdNbOIGobsc9rj7ZelBwGAQ9M9eDPqPt2MRZ9+bGso0Aeb21Bnz3xsCyoAfKe6as7ThqV+5h+uhyQjD+IDAJQnKAUAKKw7wul/Ss/BTtykDUlnpQcBgD55IRLd3CD6Nsn7vQ8GsF93WW89XWS9DXXWvYpPAaBTV83bJOdJfi09Czvz+3Q+OS89BADAsROUAgAUVlfNMo5tGpq7tCHpVelBAGCfNo6b34xDNzeJ2sgO8GNu0wan92nj02QdoQpPATga3cNpl0k+Fh6F3fhPpzwBAJQlKAUAKKiumrMkf5Seg636Lcml45kAGJJuG9AqEB13r6Ost4wKRQH64bnwdNa9LvyeAsBQdKc+XcWD+kPzZTqfnJYeAgDgmAlKAQAK6cKMRdz0HIqbJGeeoAfg0LwQi662io7iZxWAoXnIM7FpughVdArAIamr5jzJRZI3hUdhe/46nU9mpYcAADhWglIAgELqqrlI8mvpOfhpd0nOp/PJdelBAOA5G8fQb0aiq0ssCsBz7pIss950+u+NpwIPAPqme0juMsmn0rOwFTfT+WRceggAgGMlKAUAKKC7ybmMJ+cPnePtASjumWB089XPGgDsyk33Ott8FZwCUEpdNeO0Yen7wqPw82wpBQAoRFAKAFCA7aQH7zbt8faLb34nAPykumpGabeJCkYBOCSbwem/N536PQqAXevuvZ7H70uHzJZSAIBCBKUAAHtmO+lBe0hyMZ1PLksPAsCwdJt0VpHoKI6kB2DYHtIGpsvuWqSLTp0AAcA2dA/mXSX5UHYSfoItpQAABQhKAQD2rK6asyR/lJ6D73aTdivpsvQgABye7oGSzVjUllEAeNlN1ltNl90lNgXgu3X3Yi/j965DZEspAEABglIAgD2rq2YZ28YOia2kALzak02jq2jURhwA2B6xKQDfpXvA7yrJx8Kj8P3+0wP+AAD7JSgFANgj20kPjq2kAPxJXTWrUHScx/GojTcAUM5DHkemsyT30/lkUW4kAPqkrprTtGGp390Ox+fpfHJWeggAgGMiKAUA2KO6amaxpewQ2EoKwGrb6CjrI+pHSd4XGwgA+FG3abeaztIFp9P5ZFZwHgAKsa30IP0fm8gBAPZHUAoAsCfdNrN/lp6Db7pNu5XUFhuAI9C9mbh5PP04bTj6rtxUAMCerLaarjabLpIsRCsAw1dXzXmSi9hWegh+m84nF6WHAAA4FoJSAIA9qavmKsmn0nPwVb9P55Pz0kMAsH1PwtFRHFMPALxMaApwBOqqGSW5jpMo+u5uOp+MSg8BAHAsBKUAAHvQRSz/r/QcvOghyakjDwGG4clR9auPbRwFAH7WZmi6SLL0eyTA4aur5jLJL6Xn4Kv+Np1PrksPAQBwDASlAAB7UFfNWZI/Ss/Bs27SxqQ2zQAcmG6bzEkebx61WQYA2Le7PA5NF9P5ZFl0IgC+S/dg4nWcYtFXX6bzyWnpIQAAjoGgFABgD+qqWUTg0ke/TeeTi9JDAPBt3Zt7m8fVfyg5DwDAK9yk22SaNjKdFZ0GgK/qTpm6jt83++o/PbABALB7glIAgB3rtqf9b+k5eOQhyZljkgD6p3sD7yTtUfW2jgIAQ7O5zXSWNjR1YgZAj9RVc5nkl9Jz8Cf/NZ1PLksPAQAwdIJSAIAdcwOyd27TxqSL0oMAHLtnjqw/SfKu5EwAAAU8ZCMwTRuZLksOBHDs6qo5S3KZ5E3hUVi7nc4nJ6WHAAAYOkEpAMCO1VWzjDimL76kjUltfwHYsyfx6Lh79cYcAMDzRKYAhdVVc5LkOu7t9olj7wEAdkxQCgCwQ91Nx3+WnoMkye/T+eS89BAAx+DJsfXjiEcBALZBZAqwZ93vt7Mk7wuPQsux9wAAOyYoBQDYIcfd98bfp/PJVekhAIaqrppx1uGoY+sBAPbnLl1cmi40dSoHwPbVVXOV5FPpOXDsPQDArglKAQB2yHH3xT2kPeL+uvQgAEPRbd/ePLbelhYAgH65zePAdFF2HIBhqKvmIsmvpefAsfcAALskKAUA2JG6akZJ/rf0HEfsIcnYG2cAP87R9QAAg3GTLjBNMrPFFODH1FVzluSP0nMcOcfeAwDs0H+UHgAAYMBOSw9wxMSkAD/A9lEAgMH60F1Jkrpq7tIGprPYYgrwatP55KqumkRUWtI4iaAUAGBHbCgFANiRumquk3wsPccRukty6s0wgG+rq2acdTw6ju2jAADH6iGPN5jOik4D0HN11ZwmuYrfo4uYzid/KT0DAMBQCUoBAHakrho/aO3fbdrNpI7uA3jimePrP3zt+wEAOHo36QLTtJGp37UBNnSnfMwiKi3hrx5+AADYDUEpAMAOdBvf/qf0HEfGMfcAG7qAdLxxOb4eAICfcZsuLo3AFCCJqLSg36bzyUXpIQAAhkhQCgCwA3XVXCT5tfQcR0RMChw9ASkAAHsmMAVIUlfNWZI/Ss9xZG6m88m49BAAAEMkKAUA2IG6amZxlPC+iEmBoyQgBQCgZwSmwNESle7fdD75S+kZAACGSFAKALADddXcxzFH+/LX6XwyKz0EwD7UVXMaASkAAIdBYAocFVHp3rkvDACwA4JSAIAtq6vmJMk/S89xJP4+nU+uSg8BsCvd3ymriNTmawAADtlN1nHprOwoALtRV81Vkk+l5zgS/zWdTy5LDwEAMDSCUgCALfMk+t58ns4nZ6WHANimumpGaePRVURq2zUAAEP0kPX20uvpfLIsOQzANtVVM4uHQvfB/WEAgB34j9IDAAAM0Kj0AEfg1s1CYAjqqnmb9RH2p0nelZwHAAD25E2Sj931j7pq7tLFpWk3mN4XnA3gZ50mWcTv+Lt2UnoAAIAhEpQCAGzfuPQAA/eQ9qYswEHqjrEfp/1/mY0lAADQRlefuit11dxkHZcuSg4G8L2m88l9XTWnSf5ZepaBe196AACAIXLkPQDAltVVcx9HFO/S36bzyXXpIQBea2ML6eoYextKgGN1m+RHNs4tu2soxj/45zyEABwr20uBg1RXzUWSX0vPMXD/14MHAADbJSgFANiyumr8gLU7X6bzie2kQO/VVTPKOiD9WHQYgLWbF76+zMvB5n3a4zq/ZiHu6Y9uE/bbr3zLqLteMv7Kn/NQBNAHX9IFptP5ZFl2FICvq6tmEZs0d8nyAQCALXPkPQDAFtVVMy49w4A9JDkrPQTAS7qA5yxtiOPNIuBnPLfJc/HKr2U6n8x2MxaHYN8bmrqHKEbP/KPxM197Lna1eRX4Xh+76x911dyl3Vx6ZUMd0FNnSf5ZeogBO0n79wAAAFtiQykAwBbVVXOa5L9LzzFQf5/OJ1elhwDY1P1/f3W9KTwO0A9Pt4DOnnz+NAK9F8DAWl01b9OGAZvGTz5/GqaexN/DQPsg6nXazaXiIqA36qq5SPJr6TkG6vN0PjkrPQQAwJAISgEAtsjNwZ25nc4nT99UBti7LnJZBaSOsofh2twQ+vTI92UeHw/vuHfomW5r+GZwOt74eJTHG1VtSIXh+pJ1YOrvaqCY7l7CMh6A2YWb6XwyLj0EAMCQCEoBALaorprLJL+UnmOA/uroVqCU7ijfcUSkcKg249Bl1jHoo1DUzxpA93f+qPv06abU8cbHIlQ4PF/Sbg2/ns4ny7KjAMeorpqzJH+UnmOA7qbzyaj0EAAAQyIoBQDYorpqZvHm4rZ5yhzYuy4oOU1yluR90WGAp+6yjkI3j49/9LFNZMA+1FUz3vj0uY/fxs8S0De3Sa4iLgX2rK6aZZJ3pecYmul88pfSMwAADMl/lB4AAAC+4ar0AMBxEJFCUQ9ZbwvdDENn3ev9dD5ZPP1DAKU92W48e+Hbkvz7uNvV1tOTtLFpIj6FfXuf5B9J/lFXjbgU2KfLtP//AQCA3rKhFABgi+qquU/ypvQcA/IwnU/efvvbAH6MiBR2bnOb6Kx7Xa6+5ph5gOfVVbMKTp+LUIWnsBviUmCnuodL/l/pOQbor363BADYHkEpAMAW1VXjh6vt+n06n5yXHgIYlu4NnNPu+lh4HDhkt2k3iS676z4bW0YdOQ+wexvh6ai7ngaoHniEH3ObdpPgtZ9pgG2qq+YqyafScwyMoBQAYIsceQ8AQJ9dlR4AGI66as4iIoXXejEW9UYdQH9M55PFt76n28g+yjo23YxOP+xqNjhw75P8keSPumq+JLmOuBTYjusISgEA6DEbSgEAtsiG0q1y3D3w0+qqWW0iPY0NXbDppnudPXm1WRTgCG1sOn36Okryrtxk0CsPWYel16WHAQ6TY+934m/+vwwAsD2CUgCALenegPtn6TkG5GY6n4xLDwEcnm4L13naiFQAwbF6Nhi1XRSAH7Gx5fTpdRIP7XCc7tLGpVev2RQMsKmumkXaTchsx2/T+eSi9BAAAEPhyHsAgO2xTXO7ZqUHAA5Ht+HjNG1I6k0ZjsHqSPpF9zpLBKMA7MZ0PlkmWb70z5/ZcDru/tGHHY8GpbxL8kuSX+qquU1ylTYutekdeA1BKQAAvSUoBQCgr5alBwD6b+NI+0+lZ4EduMnjaHSRZNlFPQDQGxsbGmdP/1n34M9mcDqK7aYMy/sk/0jyj7pqPie5dvQy8A3L0gMAAMBLBKUAAPTVsvQAQD91R66edZcj7Tl0m9HosrsWtlsBMBTd32mz7tM/RXZ11YwjNmU4PiX5VFfNXdZbS5dFJwL6aPHtbwEAgDIEpQAAAByEbhvpWZKPhUeB77U6nn6WdTwqGgWAJNP5ZNZ9+FJsOso6Mn2b5MN+JoOf8i7Jr0l+ravmS9qtpVdlRwJ6xO+CAAD0lqAUAACA3rKNlAPykMdbRmdJ7jeOAAYAvtNGbPpI9zPiKOutpqtXPy/SRx+TfKyr5jLJZWwtBQAAoMcEpQAAAPSObaT02F26Y+k3Xm0bBYA96mK8ZdoHOB55ZqvpKMn7/UwGX/Umj7eWXk3nkz9t5gWOwrj0AAAA8BJBKQAAfTXOM28OAsNVV83btBHpeWyXorxVODrrXpcvbUkDAPrjK1tNN7eZCk0pbbW19C7rraUeUAIAAKA4QSkAwPYsSw8wMKPSAwD70R1ZepHkNO3WHtin1VH1q0s4CgADNJ1PVn/XP9oI+SQ0HXcfe7iJfXmX5B9JLuqquU5y0W3gBYZtXHoAAAB4yV/+9a9/lZ4BAGAw6qrxw9X23E7nk5PSQwC70x1rf57kQ+lZOBo32TimPo6qBwBeUFfNOI83mp7Ew0/sx02Sy+l8cv3N7wQOUl019/F3yjb9Np1PLkoPAQAwFIJSAIAtEpRu3X/azAHDU1fNWdqNpDY/sSubx9Wvto4uSg4EABy+brP+KO1mudVm0/fFBmLo7tL+3nTtISgYjm4z9j9LzzEwf3XSCADA9jjyHgCAPjtNcll6CODn1VXzNu020vPYwsF23ebxkfW2jgIAO9E98LhM+9DKvz2zzdQGfrbhXZI/klzWVXOZdmupn3Ph8J2VHgAAAL5GUAoAsF038cbRNp1FUAoHrdvidJE2EBeS8rNu8jgctXUUACjuua1o3c/Bq8B03L36eZgf8SbJr0l+ravmc5ILp7nAQTstPQAAAHyNI+8BALaorppZBKXb5th7OEAbIemnspPw/9m7m6S40XRtwHd39Bx/K4BegemJpqZXYHqqibNWUHRoAU4vQFH0Cgommh68gkpPNWlYwYEVHFhBfQOJArv8h8nMN1N5XREKfgz4jm6TlUrdep4tpjwKAEyKkilLpFgKW2icaP1b6RwTZOU9AMASKZQCACzRuILs59I5Jua865tZ6RDA9xkvjsyjXM/TKI8CADtJyZRn+pChWLooHQT4trpqL5K8Lp1jarq++UvpDAAAU6JQCgCwRHXVzjOsIWN57pIcdH1zWzoI8GWKpDzBVYbi6CLKowAAf/KoZHo0vvUcm29RLIUNNz62/2/pHFOkUAoAsFx/Kx0AAGBilGKWby/JSYaiGrBhFEn5hpt8XB5dFE0DALAFxjXm10ku7j9XV+3jgulhkpcForG5XiX5ra5axVLYXKelA0zUTekAAABTY0IpAMASjRd4/ls6x0T9fbyoBmwARVK+4EPG8miGAul10TQAABNVV+2LPEwxPRrf3ysYic2iWAobZHwN5bfSOSbqQ9c3R6VDAABMiUIpAMCS1VXrCdZqvO/65rh0CNh1Y3H+NIqkDFNAFhknkFpdDwBQ1vhc/fEkU1NM+ZDkxHN1KKuu2st4TF6V865vZqVDAABMiUIpAMCSeYFwpf5pugaUUVftQYaJpG/KJqGgqwwF0kVMHwUA2HifmWLqprDddZ5hYul16SCwa+qqPUnyS+kcE/au65t56RAAAFOiUAoAsGR11Z5F4WpVbpIcdn1zWzoI7IrxIvRpPK7tovv19QtlfgCAaRjXLj8ume4VjMP6nWeYWOp1FViD8ebcy3isXaV/dX1zUToEAMCU/K10AACACbqM4tWq7Gcots0K54DJG4ukJ+Phwsf03eXj6aOLkmEAAFiN8XneIsO5deqqvS+X3r/dL5OMNXmT5Liu2tMkp4qlsHIX8ZrKql2XDgAAMDUmlAIALNl4Mea/pXNMnDvPYYXqqp1lWG/vYvJ0PS6QLrq+uSyaBgCAjTBO0zt6dDgnmK6bJPOub85KB4EpGovbP5fOMXVd3/yldAYAgKlRKAUAWIG6aj3JWq27JEcKULBc4/rLeZJXZZOwAgqkAAA8mYLpTrhKcmJLASxPXbXHSf6ndI4d8KHrm6PSIQAApkahFABgBeqqXUQha9WuMpRKrWeDZxovEs8zrD9kOt5HgRQAgCUazx2O81Awtcp5Os4zTCy9Lh0Ettm4vWoRj4/r8J+ub05KhwAAmBqFUgCAFair9iTJL6Vz7ID3Xd8clw4B26yu2nmSk7jQMQUf8lAgXZSNAgDALhiLU0fj8bpoGJbhLslp1zfz0kFgG9VV+yLJZUxzXpefur45Kx0CAGBqFEoBAFZgvKDy39I5dsR51zez0iFg24zr7c/iIsc2u0lykYcSqYnNAAAUNZ5n3E8wfVk0DM9xk2TmRjX4fmOZdBGPfev0d1OVAQCWT6EUAGBF6qq9jYl/6+JudPhO4wWO01hvv43uMlycushQIL0umgYAAL5iPPe4L5cexc1s2+g8yYmb1+DrlEmLuOn65qB0CACAKVIoBQBYkbpqz6KwtU5KpfANddXOMpRJld23x1WGAulF1zeXpcMAAMCPGre5HGUomb4qm4YnuMtQKj0rHQQ2ldeBi7C1CgBgRRRKAQBWZCxu/Vo6x45RKoXPqKv2IMN6exdtN99dHtbYX5gEBADAFI3T/I7yMMHU9NLN9yHJzKYE+JgyaTH/6vrmonQIAIApUigFAFiR8eLI/5XOsYOUSuGRumpPksxjKukmu8pQID0zhRQAgF30aHrpLFZGb7K7JPOub05LB4HSxtd+L+Lm3VL+n5twAQBWQ6EUAGCF6qq9SPK6dI4dpFTKzjOVdOO9zziJ1IQfAAB4MJa0jvMwvdTNcZvHtFJ22vg4tYgCfCnvu745Lh0CAGCqFEoBAJakrtqjJL+VzsEf/pNhaoY71dk5ddXOkpzGhddNcr/K/r5E6rEJAAC+Q12198XS4yT7ZdPwyF2SEzf0smvGicoX8Xi0af7Z9c2idAgAgClQKAUAWBKF0o10lWFihhXS7IRxQsZZTEbeFDcZS6QuagAAwPONRa5ZhoKpyYCb4X2G117cNMfk1VU7T/K2dA4+S6EUAGBJFEoBAJZEoXSjvev6Zl46BKzS+Bh0FhMySrvKsPbuTJkdAABWp67agwxTS2dRLi3tJkOpdFE6CKzCeAPvRZJXpbPwRQqlAABLolAKALAkCqUb70OGixvXpYPAspmQUdxVhjLvhccYAABYP+XSjeGGXianrtrjDOf8e4Wj8HUKpQAAS6JQCgCwJAqlW+EuQ6n0onQQWAYTMopSIgUAgA00nicdj8frwnF20Yckx13f3JYOAs8xPpbMk/xcOArfR6EUAGBJFEoBAJZEoXSrnCc5cXGDbTY+5lzEhIx1UiIFAIAtYnJpMXcZSqWL0kHgR9RVe5jh/N/jxvZQKAUAWBKFUgCAJVEo3To3GS5uXJYOAk9VV+1Jkl9K59gRNxkuIp0pkQIAwPZSLi3i313fnJYOAU8xvuYyjxt4t41CKQDAkiiUAgAsiULp1nrX9c28dAj4HuO6tdMkb0pnmbibDNNfz5TOAQBgesZy6Ww89ktm2QG2xLAVxtdczpK8LhyFH6NQCgCwJAqlAABLolC61T4kmZk+yCYbL2wsYpLOqtxlKJFedH1zUToMAACwHuNq69l4mEi4GldJjpRK2VTj67pnUTDfZgqlAABLolAKALAkCqVb7y5DqVSRjI0zXuBcxMXNVXifhyKpi5sAALDD6qo9zlAsNaFw+e4ylEptgWCj1FU7T/K2dA6eTaEUAGBJFEoBAJZEoXQyrGJjo4wXNM+iTLpMN0lOM5RIrwtnAQAANsy4IWI2HrZELI+bedkYddUeZHi95VXZJCyJQikAwJIolAIALIlC6aTcJDk2NYPS6qqdJfm1dI6JuF9pf+p3GwAA+F7jxojZeLjRbzl+6vrmrHQIdpebdydJoRQAYEkUSgEAlkShdJLedX0zLx2C3WTl2tJc5WEaqcnDAADADxtv+pvFRMNl8JoLazdOHz5N8qZ0FpZOoRQAYEkUSgEAlkShdLI+ZFjHdl06CLujrtqzuLjxHKaRAgAAKzOuyj6JqaXPdd71zax0CHbDOG34LMnLwlFYDYVSAIAlUSgFAFgShdJJu8tQKr0oHYTpUyZ9FtNIAQCAtTK19NmUSlm5umpPkvxSOgcrpVAKALAkCqUAAEuiULoT3mcoliqqsRLKpD/sPKaRAgAABY1TS+dJjmNq6VMplbIS44r7sySvC0dh9RRKAQCW5K+lAwAAwBZ5neRyLA/DUimTPtlNkndJ/l/XNzNlUgAAoKSub67HUuRBkn9nOGfh+7wZz4lhacbX766jTAoAAE9iQikAwJKYULpz3nV9My8dgmlQJn2SD0nOur45Kx0EAADga+qqPU5ykuRV6SxbwqRSlqKu2nmSt6VzsFYmlAIALIlCKQDAkiiU7qSrJMdd31yXDsL2Uib9bucZiqSL0kEAAACeoq7agyTzOPf7Hkql/LC6ag8zrLh/WTgK66dQCgCwJAqlAABLolC6s+6SnCY57frmtnQYtosy6TfdJblIMlfcBgAAtt1YLJ1lmFq6VzTMZlMq5Unqqn2R4ffKVNLdpVAKALAkfy0dAAAAttxehherL8dSMXyXumpnUSb9krsk75IcdH0zUyYFAACmoOub665v5kkOMpzz3BQNtLnejOfM8E111R4nuYwyKQAALIUJpQAAS2JCKaPzJCemlfI144WxX0vn2EA3GSb+nvkdAgAAdsF4fjhPsl82yUb6qeubs9Ih2EzjxN+zJK/KJmFDmFAKALAkCqUAAEuiUMojd0lmXd9clA7C5qmr9jDJItYbPnaTYa39WekgAAAAJSiWftE/ur65LB2CzWG9PV+gUAoAsCQKpQAAS6JQyme8z1AsNWmRJH9c9LiOMuk9RVIAAIBHFEv/5C7JYdc316WDUJ7fD75CoRQAYEn+WjoAAABM2Osk13XVnpQOwsZYRJk0GYqkP3V9c6BMCgAA8KDrm7Oubw6S/JTh3GnX7SW5GG/QZEfVVXtUV+0iya9RJgUAgJX6W+kAAAAwcXtJfqmr9jjDJMZF4TwUUlftWZKXpXMUdpfktOubeekgAAAAm2y8+e7MRMYkw7n0aZJZ4RysWV21Bxn+/b8pmwQAAHaHCaUAALAer5L8VlftxfhiODtkvAC4yxc/7pK8S3KgTAoAAPD9xmLpYYZzqruyaYp6M55bswPqqn1RV+08yWV2+/UUAABYu7/8/vvvpTMAAExCXbVHSX4rnYOt8Z8ME0tvSwdhteqqPcxur7o/T3Li3zoAAMDzjGvf50l+LhyllLskR13fXJYOwurUVXuS4d/5rr6Owo/5p81QAADLYeU9AACU8XOSWV21pxlWgCvbTddZdvMiyIcks65vrksHAQAAmILxtYOT+9cSkrwuHGnd9jKcYx8WzsEKjBNo50n2yyYBAIDdZuU9AACUs5fkbZLrcfoCEzOuZ3tZOsea3WSYCnGkTAoAALB8Xd9cd31znOSfGc7BdsnL8Vybiair9qiu2sskv0aZFAAAirPyHgBgSay8Zwluksy7vjkrHYTnG1fd/7d0jjW6yzBtd146CAAAwC7Z0RXh/+j65rJ0CH7c+FrqPMmrskmYCCvvAQCWxIRSAADYHPtJfq2r9npc88V2OysdYI3eJzlUJgUAAFi/rm9OM6yBf186yxqdlQ7Ajxknki4y3JivTAoAABvGhFIAgCUxoZQVMLF0S43TYX4pnWMN7pLMur65KB0EAACAP16fOsturA7/91imZQuYSMqKmVAKALAkJpQCAMDmMrF0C9VV+yLDBZKp+0+SA2VSAACAzTEWqg4znLNN3Xw8B2eDmUgKAADb5W+lAwAAAN90Xyydx8TSbXCaZK90iBW6yTCVdFE6CAAAAH/W9c1tkpO6ai8y7WmlexnOwWeFc/AZJpICAMB2svIeAGBJrLxnjW4yvCB/MV4kYkPUVXuY5L+lc6zQeZIT/+4AAAC2w6MtGj8XjrJK/+j65rJ0CAaKpBRi5T0AwJKYUAoAANtnP8mvSU7rqj1NcqrgtzFOSwdYkbsMU0mttwcAANgij6aVLjJMK53iRo3TJEelQ+y6umpnGabFKpICAMAW+2vpAAAAwA/bS/I2yXVdtfO6ag8K59lp4wSOKV40uUpyqEwKAACwvcZzuoMkHwpHWYVX4zk5BdRVO6uryJcXHQAAIABJREFU9jrDzc9TfF0EAAB2igmlAACw/e6LpW/rqj1PMu/65rpspJ00Lx1gBf7T9c1J6RAAAAA83zit9GjcdvJz6TxLNo8ppWtTV+2LJCcZJpLul00DAAAskwmlAAAwLW+S/G9dtQvTOdanrtrDTGsKx12Sn5RJAQAApmc81/tXhnO/qXg1npuzQnXVHoyF5OsMNzcrkwIAwMQolAIAwDS9SvJbXbWXddXOSofZAVMqXt4kOer65qx0EAAAAFaj65uLDBM9bwpHWaYpnZtvlLpqD+uqPUvyvxmm2+6VTQQAAKzKX37//ffSGQAAJmGcBvlb6RzwBTdJzpKcjivuWJJxzdv/lc6xJFcZyqT+jQAAAOyA8Zx2keRl4SjL8v+c0y5PXbXHGYq6U9rKwjT9s+ubRekQAABTYEIpAADshv0Mq8j+r67aM2vglmpWOsCSnEeZFAAAYKeM54BHGc4Jp8CU0meqq/ZFXbUnddVeJ/mfKJMCAMBO+VvpAAAAwNq9SfKmrtoPSc6sNn+2KVysOu/6ZlY6BAAAAOs3lkpnddUmw2sG22yWZF44w1aqq/Ygw/92x7HSHgAAdpaV9wAAS2LlPVvsJslZhnLpddko22Wc9Prf0jmeSZkUAACAJEldtWfZ/lLpP7q+uSwdYltYa89EWHkPALAkJpQCAAD7Sd4meVtX7XmGYumibKStMSsd4JmUSQEAAPhD1zdTmFR6ku0/X1+pumpf5OF/p/2yaQAAgE2iUAoAADz2JsmbumpvkpxmKJfeFs60yY5LB3gGZVIAAAD+ZAKl0qPSATbVuGFplu39/xYAAFgxK+8BAJbEynsm7DzJqXVxH9vydffvu77Z5jIsAAAAK1ZX7UWS16Vz/CBr70fjNNJZhomkppEyVVbeAwAsiQmlAADAt5ha+nnbWsi8itV/AAAAfNssySLJy7Ixfshxkp0ulJpGCgAA/AiFUgAA4HvtJ/klyS911Z5nKJYuykYq6qh0gB9wl+RYIRgAAIBv6frmtq7a+2LmXuk8T3RUOkAJppECAADPpVAKAAD8iMdTS88ylEuviyZav1elA/yA2Q7+/wQAAMAP6vrmuq7aWZL/KZ3libbxnP2HjcXf45hGCgAAPNNffv/999IZAAAmYVwj9VvpHFDQ+yQXXd+clQ6yalv6+/6frm9OSocAAABg+9RVe5rk59I5nuifU96sUlftQYZppLOYRgqT/n0HAFgnE0oBAIBleZ3k9XiR6SLJadc3l4UzrcpR6QBPdJNkXjoEAAAAW2ueYQLmNhUXj5IsCmdYqnGl/XGGEulOTWEFAADWQ6EUAABYtr0MK9be1FV7k+Q0w+TS66KpluuwdIAnmnd9c1s6BAAAANup65vbumpPkvxP6SxPsG3n7l80bkqZZSiT7hUNAwAATJpCKQAAsEr7SX5J8ktdtR+SnGUol257ufGgdIAn+ND1zVnpEAAAAGy3rm8uxnP7bZmMeVA6wHOMK+1Psn2TYQEAgC2mUAoAAKzLq/H4ta7a8wzF0ovCmX7Uy9IBnmBeOgAAAACTMU/yW+kQ32mbzt2T/LHSfjYeW5cfAADYfn/5/fffS2cAAJiEcfXUtrygDpviLslFktOuby5Lh/ke44SQ/y2d4zvddH1zUDoEAAAA01FX7XW2Z2Lm37u+uS4d4mvGEunxeLwuHAe21T+7vlmUDgEAMAUmlAIAACXtJXmT5E1dtTcZyqVnG14uPSgd4AlOSwcAAABgck6T/FI6xHc6SHJdOMNn1VV7XyI9zvD6CAAAQHEKpQAAwKbYT/Jzkp/HculpkotNnySy4S5KBwAAAGByLrI9hdKNMm44mkWJFAAA2FAKpQAAwCbaz3Bx6pe6aq+SnGVzyqVHpQN8p6sN+d8LAACACen65no8V39ZOst3OEqyKBmgrtrDPJRI90tmAQAA+BaFUgAAYNO9zOaWSzfZZekAAAAATNZltqNQWoQSKQAAsK0USgEAgG2iXPr9rksHAAAAYLKuSwfYNEqkAADAFCiUAgAA20q59OsWpQMAAAAwWYskb0uHKE2JFAAAmBqFUgAAYAoel0tvklwkOev6xtp3AAAAYGmUSAEAgClTKAUAAKZmP8nPSX5+VC696PpmUTQVAAAAsJXqqj3OUCA9TrJXOA4AAMDKKJQCAABT9rhcepeHculF2VhrcRhr7wEAAFiNw9IBVqmu2hdJjqJECgAA7BiFUgAAYFfsJXmT5E1dtUnyPg8F09uSwVbkoHQAAAAAJuugdIBlG0uk9wXS14XjAAAAFKFQCgAA7KrX4/FrXbVXSc6SLLq+uSyaankmPS0GAACAoiZxzllX7WGGSaSzJC+LhgEAANgACqUAAADDRaNfkqSu2psMk0sXXd9cfOZrt6Vw+qqu2hcTnb4KAABAIeMkz1elc/youmqP8jCJdL9sGgAAgM2iUAoAAPCx/SQ/J/m5rtq7JIsMBdOLsZx5XS7akx1nmLwKAAAAy3JcOsATXD5aZX80vt0rmggAAGCDKZQCAAB82V6S1+Pxa121VxnKpdtiFoVSAAAAlmtWOsATnMYUUgAAgO/219IBAAAAtsjLJG9Lh3iCV+MqPwAAAHi2umoPsl3r7pVJAQAAnkChFAAAYNrmpQMAAAAwGfPSAQAAAFgdhVIAAIBpM6UUAACAZ6ur9jDJm9I5AAAAWB2FUgAAgOk7LR0AAACArefcEgAAYOIUSgEAAKbvZV2189IhAAAA2E511Z4keVU6BwAAAKulUAoAALAb3tZVe1Q6BAAAANtlXHU/L50DAACA1VMoBQAA2B0XddW+KB0CAACA7TCeQ54l2SscBQAAgDVQKAUAANgde0kWpUMAAACwNU6TvCwdAgAAgPVQKAUAANgtL+uqPSsdAgAAgM1WV+08yZvSOQAAAFgfhVIAAIDd86au2tPSIQAAANhMddXOkrwtnQMAAID1UigFAADYTT+PFwgBAADgD+O54q+lcwAAALB+CqUAAAC761elUgAAAO4pkwIAAOw2hVIAAIDdplQKAACAMikAAAAKpQAAAOTXumrnpUMAAABQxnhOqEwKAACw4/5WOgAAAAAb4W1dtYdJLpIsur65LpwHAACAFRnP/47G4zDJfsk8AAAAbAaFUgAAAO69Ho/UVXuT5DLJIkPB9LJgLgAAAH5QXbUvMpRGj8bjVck8AAAAbC6FUgAAAD5nfzzuC6Z3+bhguiiWDAAAgC+qq/YgD5NHj5K8LBgHAACALaJQCgAAwPfYyzDF5lWSt3XVJslVxoJpksuub64LZQMAANhZddUe5eMJpHsF4wAAALDFFEoBAAD4US/H4+ckqav2Jh9PMb0sFw0AAGB6xumj9+XRw1hfDwAAwBIplAIAALAs++PxOknGKaYfMk4wzVAyvS0VDgAAYNt8Mn30MMM5FwAAAKyEQikAAACr9CqPJuZ8MsX0suubRZlYAAAAm2WcPnqUoThq+igAAABrp1AKAADAOn1piullHqaYXpcKBwAAsA511b7Ix5NHj5LsFYwEAAAACqUAAAAU9+kU07s8TDFdZJhkelskGQAAwBI8Wl1/Xx61uh4AAICNo1AKAADAptnLQ8n0bZLUVXuTj6eYLoqlAwAA+Iq6au+Lo1bXAwAAsFUUSgEAANgG++PxOsnbumqT5CoPJdNLJVMAAGDd6qo9yMPaeuVRAAAAtppCKQAAANvq5Xi8SRIlUwAAYJXG8ujjtfWHGTYsAAAAwCQolAIAADAlSqYAAMCzPVpbfxDlUQAAAHaEQikAAABT97WS6XWSRYai6W2ZeAAAQEmPyqPW1gMAALDTFEoBAADYRfcl0yR5myR11d7kYZLpIsl11zfXJcIBAACrUVftUT4uj7786jcAAADADlEoBQAAgMH+eLzOQ8n0Lo8KphkmmV4WygcAAHynumoP8nFx9DDD830AAADgCxRKAQAA4Mv2Mqy7/GPlZV21SfIhY8H0/uj65rZAPgAA2HmPpo4exMp6AAAA+GEKpQAAAPB09yXTN/efqKv2JkPJdJGhZHptmikAACxPXbWPS6NH4/umjgIAAMCSKJQCAADAcuyPh2mmAADwDOO6+oMMpdH7EunLYoEAAABgRyiUAgAAwGp9bprpXYZy6SJD2fS665tFgWwAAFDMJ8XR+/etqwcAAIBCFEoBAABg/fbyUDRN8sc005s8mmSaoWh6WSIgAAAsS121R0leZJg2auIoAAAAbCiFUgAAANgc++Px+v4TY9H0KsMkU0VTAAA20qNpo4efvN0vlQkAAAB4GoVSAAAA2Hwvx+NrRdPrDEXTxdrTAQCwMz4zbfRFrKkHAACASVAoBQAAgO31paLpXR6mmd4mWWQom16vPSEAAFunrtr7ouhRPi6P7hWMBQAAAKyYQikAAABMz16GKVH3k6LeJl+eaprksuub2zVnBACgoC+URg9iRT0AAADsLIVSAAAA2C1/mmqaJHXV3k81vc5D4fS265vFeuMBALAsSqMAAADAUyiUAgAAAMmfp5om+WOqqbIpAMCGqqv2KA9lUaVRAAAA4IcplAIAwPPcZShhAUzZU8qm98dl1ze364sIADBNddUeZCiI3h+Pi6PORwE+5rU6AAB4BoVSAAB4ntMkiyRnMf0F2E2fLZsmfxROP4wfLpLc5mG66eWa8gEAbLwvTBl9keRlwVgA2+R9htfpjpK8LRsFAAC2l0IpAAA807jy+aCu2pMk85iCAPDYq0/eJvmjbHqTP082vU5y3fXN9VrSAQCswVgYTYai0+O3f7opB4AnOU8yvz+HfPR4CwAA/ACFUgAAWJKub07rqj1LcjIeiqUAX7c/Hl+abnqVR1NNH7/t+uZ2fTEBAL5OYRRgre4yTCM9czMiAAAsl0IpAAAs0VhwmtdVexrFUoDnul/x+qXCqQmnAMDK1VV7kOTxYSU9QBk3GbYDXbjJEAAAVkOhFAAAVuCTYuksQ7F0v2gogOn51oTTu3w83TRJFuNbU04BgNRVe18OTR6mit6XRQ/jBkGATfA+yWnXN4vSQQAAYOoUSgEAYIXGstJpktO6ao8zFEutPARYj708POa+Ht++vf/DL0w5/aN86mIlAGy3b5RFD+KmP4BNZq09AAAUoFAKAABr0vXNRZKLcV3iPMlxTLsBKO1bU06Th9Lp5yadXru4CQDrV1ftfTH0c6XRgyiLAmyrDxlKpGelgwAAwC5SKAUAgDUbi0ezcVrOLMPUUhc7ATbXfek0+fKk07s8lE0vM5RPHxdQL8ep1QDAV4w34B2MHx6Nb+8/9yLJyzVHAmD1bpJcZFhrf104CwAA7DSFUgAAKGQsFp0mOa2r9ihDsfT1V78JgE21l4cpp3+adpp8tXiamHgKwMSN5zzJxxNFH08ZVRQF2D3vM0wjvSgdBAAAGCiUAgDABuj6ZpFkMU7jmWUol+4VjATAanypePrpxNMkucqfC6ePp54qnwJQ1BdKogd5mDB6GOc1AHzsKslZhiKpLQ4AALBhFEoBAGCDjMWgeZJ5XbWzDOXSz066A2DyHk9q+9rU0+Tj8unnJp/e37wAwA6rq/Z+Iui9265vLr/wNUqiACzLXR5KpJff+FoAAKAghVIAANhQXd+cJTkbp5bOkxzHhVsAPu9L5dPPTT5Nkg+P3n9cQP3ofRODALZPXbX3RdDDDCXQ+/c/ey5RV+1dhsf/gyT7awkJwK44T3JhpT0AAGwPhVIAANhw49TS2Xhh+DjJST4uDgHAU736wvsfeVRCvUlyPb5/m6F4dO9xCfVPk+4AWL1x9fxRhg0HTy2F7sVWBACW532SiwxFUjeoAQDAllEoBQCALTG+CH+WYWrpYYZiqamlAKzDfj4uKL3+0hd+Mgn1Kg9l0yRZPHr/02KqMirAdxrPB44ynA8ogwJQ2lWG16wuxhujAQCALaVQCgAAW2gs3JhaCsCm+/S/TV8tPX1SRr1fwfzY4pOPH09HTZRSgQmrq/YgDzeVWU0PQGl3GSaRnnoODgAA06FQCgAAW8zUUgAm7HMrmL85he+TUmqS3CS5/uRz19/5OQVVoLi6amcZVtmbRArAJrhKchor7QEAYJIUSgEAYCJMLQWAz9rPnyf5fXcp6zMF1WS4iP65i+eLz3zuNn+etJok6frmc18PkPE5/UmGIqlppABsgvOYRgoAAJOnUAoAABPzmamls/EwtRQAluNLN2w8aXrgF8qqyeenqt67zOfLrN/6s+uub770MyFJMj53fPGNL3uR5PALf7Z4/IHS9NM9KpKexPN3AMq7yzCN9NQ0UgAA2A0KpQAAMGHj1IiTJCdWZQLA1vjcVNV7P/zf8a8UWL/kw4/+XaOvFVyf44tTXzfA9xQyf9TRD37fYdZXTHz7+INH/+auMpSkL+8PBec/G5+vz2MiKQDl3SSZd31zVjoIAACwXgqlAACwI8aLAGd11R7kYWqpi9UAwJc89yYUN7Fw7+V4vL7/RF21Nxkmmi6SLHa5YDo+Pz+L3xkAyvuQ5EyRFAAAdpdCKQAA7JjxYv08ybyu2uMMxdLXX/kWAABYtv0kb8YjddVeZShVXuxSubSu2nk+mewKAAV8yDCRdFE6CAAAUJZCKQAA7LCuby6SXNRV+yIPU0tflswEAMBOepnklyS/1FU7+eloppICsCEUSQEAgI8olAIAAOn65jbJaZLTumoPk5wkOU6yVzQYAAC76FWSV3XVnmZ8jjo+X52EcUvAWTzXBqAcRVIAAOCzFEoBAICPdH1zmWFSaeqqnWUolr4uGAkAgN20l2Ed/Ml9uXTbi6VW3ANQ2E2GIulZ6SAAAMBmUigFAAC+aLzAcDau5JyNx365RAAA7KBJFEvrqj1L8qZ0DgB20l2SE0VSAADgW/5aOgAAALD5ur657vpm3vXNQZJ/ZViNBgAA63RfLL0c18ZvhbpqX9RVu4gyKQBlvEtyoEwKAAB8DxNKAQCAJ+n65iLJxTi1dJ7kOMPFfQAAWIf9JP9TV+37JLNNnlZaV+2LJIskLwtHAWD3vM8wlfS6dBAAAGB7mFAKAAD8kHFq6SzJQYZpF3dFAwEAsGteJ7ne1GmlyqQAFHKT5J9d3xwrkwIAAE9lQikAAPAs40SoeZJ5XbWz8f39gpEAANgdexmmlZ5nmMK2EdNKlUkBKOAuyWnXN/PSQQAAgO1lQikAALA0Xd+cdX1zkOSnDBMxAABgHd4kWdRVe1g6yOg0yqQArM+HJIfKpAAAwHMplAIAAEunWAoAQAEvM5RKj0qGqKv2LEPBFQBW7S7Jv7q+ObLeHgAAWAaFUgAAYGUeFUvfZbjIAQAAq7SX5Le6amcl/vLx71UmBWAd3ic56PrmonQQAABgOhRKAQCAlRtXrh1kKJYCAMCq/bruUmldtYdJfl3n3wnATrqfSnrc9c1t6TAAAMC0KJQCAABr0fXN7Vgs/XuGKRoAALBKayuV1lX7IokJcQCsmqmkAADASimUAgAAa9X1zXXXN8dJ/pnkqnQeAAAmbV2l0tMk+2v4ewDYTaaSAgAAa6FQCgAAFNH1zaLrm8Mk/85wYQQAAFZhpaXSumqPk7xZ1c8HYOd9SHJoKikAALAOCqUAAEBRXd+cJjnMsLYNAABWYSWl0nHV/dmyfy4AjN51fXPU9c116SAAAMBuUCgFAACK6/rmuuub4yT/immlAACsxmldtYdL/pnzJHtL/pkAcJPkH13fzEsHAQAAdotCKQAAsDHG9W0HMa0UAIDl20tyMU4Vfba6ag+S/LyMnwUAj7zPsOL+snQQAABg9/ytdAAAAIDHur65TXJcV+1xhvWhJj4BALAs+0kukhwt4WedLeFnAMBj/+765rR0CAAAYHeZUAoAAGwk00oBAFiRV3XVzp/zA+qqPUryailpACC5S/JPZVIAAKA0hVIAAGBjdX1z2/XNcZJ/Z7i4AgAAy/C2rtrDZ3z/fFlBANh5VxlW3C9KBwEAAFAoBQAANt44oeMow0UWAABYhrMf+SbTSQFYovMkR13fXJcOAgAAkCiUAgAAW6Lrm8sMpdLzwlEAAJiGl3XVzn/g+2ZLzgHAbvp31zezrm9uSwcBAAC4p1AKAABsja5vbru+mSX5Kcld4TgAAGy/k7pqD773i8evfbOyNADsgrsk/xq3sQAAAGwUhVIAAGDrdH1zlmFa6U3ZJAAAbLm9JPMnfP1sNTEA2BF3GVbcX5QOAgAA8DkKpQAAwFbq+uYyyWGSD6WzAACw1d7UVXv0nV87W2EOAKbtKsnB+HoGAADARlIoBQAAtlbXN7dd3xwl+U/pLAAAbLX5t75gLJ3urzwJAFP0IcNk0tvSQQAAAL5GoRQAANh6Xd+cJPmpdA4AALbWq++YUjpbQw4Apue86xtlUgAAYCsolAIAAJPQ9c1Zkn8muSscBQCA7XTyjT8/WkcIACblvOubWekQAAAA30uhFAAAmIyubxYZLvQrlQIA8FSv66o9+Nwf1FV7GOvuAXiad8qkAADAtlEoBQAAJqXrm8skB0muCkcBAGD7fGlK6fFaUwCw7X7q+mZeOgQAAMBTKZQCAACT0/XNbYZJpUqlAAA8xewLnz9aYwYAtttPXd+clQ4BAADwIxRKAQCASXpUKn1fOAoAANtjr67a2Wc+/2rdQQDYSsqkAADAVlMoBQAAJqvrm9uub46TnJfOAgDA1vhovX1dtYelggCwVZRJAQCAradQCgAATF7XN7MolQIA8H1e11X74tHHR6WCALA1lEkBAIBJUCgFAAB2glIpAABP8HhK6UGpEABsBWVSAABgMhRKAQCAnaFUCgDAd3pcKLXyHoAvUSYFAAAmRaEUAADYKUqlAAB8h6NH7x8UygDAZlMmBQAAJkehFAAA2DlKpQAAfMNeXbX3k0n3iyYBYBO9UyYFAACmSKEUAADYSWOp9Kp0DgAANtZR6QAAbKTzrm/mpUMAAACsgkIpAACwy46iVAoAwOcd1VV7VDoEABvlfLxBFQAAYJIUSgEAgJ3V9c1tlEoBAPi8w29/CQA75EqZFAAAmDqFUgAAYKeNpdJZkrvCUQAA2Cz7SV6UDgHARrjKcEMqAADApCmUAgAAO6/rm8sMF4aUSgEAeMyUUgDukhyPN6QCAABMmkIpAABA/iiVnpTOAQDARlEoBdhtd0mOur65Lh0EAABgHRRKAQAARl3fnCX5d+kcAABsDCvvAXbbyXgDKgAAwE5QKAUAAHik65vTJOelcwAAsBFMKAXYXe/GG08BAAB2hkIpAADAn50kuSodAgCA4vZKBwCgiPOub+alQwAAAKybQikAAMAnur65TXKc5K50FgAAAGCtrjLcaAoAALBzFEoBAAA+o+ub6wylUgAAAGA33CU5Hm80BQAA2DkKpQAAAF/Q9c0iybvSOQAAAIC1OB5vMAUAANhJCqUAAABf0fXNPMmH0jkAAACAlXo33lgKAACwsxRKAQAAvu04w9o7AAB2z1XpAACs3IfxhlIAAICdplAKAADwDV3f3GYolQIAsHsOSgcAYKXu4pwfAAAgiUIpAADAdxnX3v2ndA4AANZur3QAAFbqeLyRFAAAYOcplAIAAHynrm9OYuUpAADAc9wl+ZDhhr13Sc7LxmHHvRtvIAUAACDJ30oHAAAA2DKzJP8tHQIAAGDD3SS5TrJIcpvkMsnlp5Mg66qdrzsYjK66vpmXDgEAALBJFEoBAACeoOuby7pq3yV5WzoLAABAYXcZiqLX43GZ5Lrrm8uCmeB73CU5Lh0CAABg0yiUAgAAPFHXN/O6ao+TvCydBQAAYA0+5GHK6HWG0uiiZCB4ppOub65LhwAAANg0CqUAAAA/Zpbkv6VDAAAALMHnJo3eKo0yUe+7vjkrHQIAAGATKZQCAAD8gK5vLuuqfZfkbeksAAAA3+Eqw5TRxfjxIkNp1Hp6dsldhhtEAQAA+AyFUgAAgB/U9c28rtrjJC9LZwEAAHbeTR4mjF5nnDKa5LLrm9tiqWCzzPw+AAAAfJlCKQAAwPOcJPmtdAgAAGDy7ieM3hdFr++Prm+ui6WC7fG+65uL0iEAAAA2mUIpAADAM3R9s6ir9jzJm9JZAACArXaXoSx6HRNGYdmsugcAAPgOCqUAAADPd5LkOMle6SAAAMBWuMlQGL1MsojSKKzaid8xAACAb1MoBQAAeKaub27rqp0n+aV0FtgSNxmmbi3Gj+/f3nZ9c/mtb66r9kWSw/HDwyQvkhw8OvaXlBMAYFmuMjznWSRZKLbBWn3o+uasdAgAAIBtoFAKAACwBF3fnNZVexJFNvjUTcapWxkmby2e+wPHAsb9z/nsz6ur9iBDufS+fPr47cvnZgAA+Ia7JBcZnqtcKJBCUbPSAQAAALaFQikAAMDyzJL8VjoEFHaXsTiRYfrWdYkQ4997/3dffPrnn0w5Pfrk7avVJQMAJuwmw/OOs++Zug6sxbtS5yQAAADbSKEUAABgSbq+WdRV+yHKaOye+wlcF13f/Km8uYm+c8rpUR4mm94fphADAI8pkcLmuklyWjoEAADANlEoBQAAWK6TJP8tHQLW5EOG8sRZ6SCr0PXNYnz3j5LsONn06NHxcs2xAIDNcJ7hedCidBDgi07GG8kAAAD4TgqlAAAAS9T1zWVdtedJ3pTOAityl+Qsyekuro4cL0hfjEfqqj1IcpxkFuVSAJi6+2mHZ0pqsPE+bMv2BAAAgE2iUAoAALB88yiUMj03eSiSKlCMxlLtaZLTR+XSkyT7BWMBAMv1IcncNFLYKrPSAQAAALaRQikAAMCSdX1zbUopE3KXYVXkWekgm+6TculRhmLp65KZAIBnOc9QJL0uHQR4kv/4vQUAAPgxCqUAAACrMY9CKdvtLmM50kTSpxsnmC3GqaXzeDwAgG2iSArb6y7D828AAAB+wF9LBwAAAJii8eLzeekc8IPOkxx0fTNXJn2erm+uu76ZJfl7PCYAwKY7T/L3rm9myqSwtdwQBwCdZGhlAAAgAElEQVQA8AwmlAIAAKzOPKYSsl1ukszG6Zos0VhKmdVVe5bhseFVyTwAwEfeJzlRIoWtd9P1zbx0CAAAgG2mUAoAALAiXd9c11V7HqVStsM7F19XbyzrHtVVO0tymmSvaCAA2G1XGYqki9JBgKWYlw4AAACw7ay8BwAAWK156QDwDTdJ/qFMul5d35wlOcgwEQ0AWK+7JD91fXOoTAqTcTM+xwYAAOAZFEoBAABWaFybeV46B3zBeZLDrm8uSwfZRV3f3HZ9c5zkXxmKLQDA6p0nOVA8g8k5KR0AAABgCqy8BwAAWL2zWHvP5vlJkWIzdH1zUVftYZKLJC9L5wGAibpJMjORFCbpQ9c3F6VDAAAATIFCKQAAwIp1fbOoq/ZDklels0CGSZhHppJulnGa8WFdtWdRQGd5PiRZjO+/SHL4ja/33ylgqv6TZN71zW3pIMBKzEsHAAAAmAqFUgAAgPU4i6IO5V1lKJMqU2yorm9mddUukvxaOguTsOj6Zr6qH15X7feUVB976tffO/qB7/kRB0n21/R3AethKilM3we/4wAAAMujUAoAALAGXd+c1VU7j6IK5bzPUKhQJt1w4+PFbYYi+l7hOPBF4+PJ4onftlXraD8pzR7moRT7Im4UgU13nuTEcx+YvHnpAADA/2fvbpLbOLM9D5+ouHOpV2DeFZh3gqlRKzBrionhFRQduYCGFoBoegUNTnJM7SA5fSdN7gDcAbGDHiBVkmVK4geA82bm80QoSjfqVvgfEq2P5I8nARgTQSkAAMDpbCLif2ePYJKu29Iss0fwfG1pbhaz9Tz2sZ6oFJJ8Fc12X//3i9n6PPaXTeexD01FppBvF/uQdJM9BDi6B9dJAQAADktQCgAAcDqbEJRyemLSgWpLcycqhbq1pbmLiLv44vJq/+/tPCIuIuLnlGEwXfexv8h+lz0EOIlV9gAAAICx+Uf2AAAAgKloS7ON/WvH4VTEpAPXBzHz2F9bAwagLU3XlmbVluY8Iv5XRPwefv+HU7iOiLmYFCbjwSViAACAw3OhFAAA4LQ2EfFr9ggmQUw6Ei6VwnC1pXmM/e/9m8Vs/T72V0svw+VSOLQ/2tJcZY8ATmqVPQAAAGCMXCgFAAA4obY0NxHxkL2D0ROTjkx/be0iewfwem1pHtvSbPrLpf8dEX+G68PwVruI+JeYFCZnFxE32SMAAADGSFAKAABwej7xxTHdi0nHqS1NF/tXZwMD15Zm25bmMiLOYv/vtS82gZfbxf4V9/5sDdNz1V8BBwAA4MAEpQAAAKfnghLHch8R8+wRHE9bmk3srxoCI/DF1dKzEJbCS9xHxFl/wRuYnk32AAAAgLESlAIAAJxYW5pt7D8JDoe0i4ilSz3j1181vM3eARyWsBSe7T72l0n9mQem6br/OzUAAABHICgFAADIsckewOgsXemalIvYR8TAyHwVlvr3HP7qNsSkMHWb7AEAAABjJigFAADIcZM9gFH50JbGx9SE9CHNRfYO4Hja0mwi4iwi/sxdAtW4bksjJoVpu29L02WPAAAAGDNBKQAAQAKvveeAbtvSrLJHcHr9J9OFZjBibWke29JcRsT/hD83MG3XbWmW2SOAdFfZAwAAAMZOUAoAAJBnkz2AwdtFxDJ7BKlWEfGQPQI4rrY0d21pziPij9j/2g9TIiYFIva//3krAwAAwJEJSgEAAPL4ZBhvteyv3TJR/Wt/l9k7gNNoS3MVEfNwrZTpEJMCn9z0f/YFAADgiASlAAAASbz2njf62JZGlEy0peki4mP2DuA0vrhW+mf2Fjiy+4i4zB4BVMPr7gEAAE5AUAoAAJBLEMhr7EJgwV9dhtdgw6S0pbmMiH+Ff/cZp/uImLtGCPTu29LcZY8AAACYAkEpAABALkEpr7Hyqnu+1H88uNoEE9Nfqj4PF88Zl4cQkwJ/tckeAAAAMBWCUgAAgET9lRWXxXiJ+7Y0wkGechV+PYHJ6YPyeUR8zF0CB7GLiAsxKfCVTfYAAACAqRCUAgAA5HOllJfwqnue1Mc3YmOYoLY0j21pLiLiOnsLvNGF11oDX/koMgcAADgdQSkAAEC+LnsAg3HblqbLHkHVXCmFCWtLs4yI37N3wCv97s85wBN8ASYAAMAJCUoBAADyddkDGIxV9gDq5kop0JZmE6JShue6/9gF+JqgFAAA4IQEpQAAAMna0mwj4j57B9W7drWLZ9pkDwByiUoZmPv+ui7A17zuHgAA4MQEpQAAAHXosgdQvU32AIahj9Q/Zu8AcolKGYhdRFxkjwCq5TopAADAiQlKAQAA6tBlD6Bqt66T8kKb7AFAPlEpA7DsvxAC4CmCUgAAgBMTlAIAANThLnsAVVtlD2BY2tLcRMRD9g4gn6iUiv3Z/34F8BSvuwcAAEggKAUAAKhAf5lJ/MVTHlwn5ZVEOkBE/Ccq/ZC9A75w35bmMnsEUDV/lgUAAEggKAUAAKiHK6U85Sp7AIO1yR4A1KMtzSoirrN3QG+ZPQConqAUAAAggaAUAACgHl32AKq0yR7AMLWluQuXj4EvtKVZRsR99g4m74/+9yiAb7n1unsAAIAcglIAAIB6+MQ6X/voE6m8UZc9AKjOPMTm5LltS+P6OvAjrpMCAAAkEZQCAABUoi1Nl72B6myyBzB4PhkP/EX/hQoX2TuYrGX2AGAQuuwBAAAAUyUoBQAAqIvX0PLJri2NGJC36rIHAPXpXzf+R/YOJudDW5pt9gigeg/971MAAAAkEJQCAADUZZs9gGqISXmz/hKhUB34m/614x+zdzAZD21pVtkjgEHosgcAAABMmaAUAACgLi6x8EmXPYDR8OsK8C3LiNhlj2ASltkDgMHwhXUAAACJBKUAAAB16bIHUA2fSOVQBKXAk/orxsvsHYzex7Y0XfYIYDC67AEAAABTJigFAACoyzZ7AFW47yMfOARBKfBNbWluIuJj9g5G7TJ7ADAY/h4EAACQTFAKAABQkbY02+wNVKHLHsCoCEqBH1lGxC57BKP0wZ9vgRfosgcAAABMnaAUAACgPvfZA0jXZQ9gPPorT0Ix4Jv6XydckeTQdhFxlT0CGJQuewAAAMDUCUoBAADq4xV/dNkDGB1XSoHvakuziYjb7B2MypVXVwMv1GUPAAAAmDpBKQAAQH267AGkehBfAJBklT2A0XCdFHipe38PAgAAyCcoBQAAgLq4JMkxdNkDgPq1peki4jp7B6PgOinwUv4eBAAAUAFBKQAAQH267AGk8olUADKtsgcweK6TAq/RZQ8AAABAUAoAAAC1EZQCkKYtzTZcKeVtXCcFXsPfgwAAACogKAUAAKhM/7pZpmubPQCAyVtlD2CwXCcFXqUtjaAUAACgAoJSAAAAqIhPpHIkXfYAYDhcKeUNNq6TAq9wmz0AAACAPUEpAABAnXbZAwCASVtlD2CQXCcFXsMX1QEAAFRCUAoAAFAnn1CbJpd5AKhCf6X0Y/YOBuVj/3ED8FL+/gsAAFAJQSkAAAAAAE9xbZKX8PECvJagFAAAoBKCUgAAgDo9Zg8ghZ93AKrRlqaLiIfsHQzCQ//xAvBibWkEpQAAAJUQlAIAANTJJ9Smyc87ALVxdZLn8HECvNZ99gAAAAA+E5QCAAAAAPAtN9kDGAQfJ8BrbbMHAAAA8JmgFAAAAACAJ7Wl2UbEx+wdVO1j/3EC8Bre0gAAAFARQSkAAAAAAN/j+iTf4+MDeAtBKQAAQEUEpQAAAHXaZg8AAOgJBvkeHx/AWzxmDwAAAOAzQSkAAECdttkDAAAiItrSPIbX3vO0j/3HB8CrtKXpsjcAAADwmaAUAAAAAIAf6bIHUCXXSYG32GUPAAAA4K8EpQAAAAAA/IhwkKf4uADe4i57AAAAAH8lKAUAAAAA4Lva0mwj4iF7B1XxunvgrfwaAgAAUBlBKQAAAAAAz9FlD6AqXfYAYPBcKAUAAKiMoBQAAAAAgOfosgdQlS57ADB4LpQCAABURlAKAAAAAMBzuCTHJw9taXw8AG/l1xEAAIDKCEoBAAAAAPghASFf6LIHAAAAAHB4glIAAAAAAJ7rNnsAVeiyBwCj4AsVAAAAKiMoBQAAAADgucQ/RAhKgQNoS/OYvQEAAIC/EpQCAAAAAPBc2+wBpNu1pdlmjwAAAADg8ASlAAAAAAA8lwuldNkDgFG4zR4AAADA3wlKAQAAAAB4LkEpPgYAAAAARkpQCgAAAADAs7SleczeQLouewAAAAAAxyEoBQAAAADgJe6zB5DKhVLgELbZAwAAAPg7QSkAAAAAAC/hSul07VypBQ5kmz0AAACAvxOUAgAAAAAAz+E6KQAAAMCICUoBAAAAAHiJLnsAaQSlAAAAACMmKAUAAAAAAJ7D6+4BAAAARkxQCgAAAAAAPEeXPQAYDYE6AABAhQSlAAAAAADAcwjAgEO5yx4AAADA3wlKAQAAAACAH2pLIwADAAAAGDFBKQAAAAAAAAAAAMDECUoBAAAAAIAfuc8eAAAAAMBxCUoBAAAAAIAfecweAAAAAMBxCUoBAAAAAAAAAAAAJk5QCgAAAAAA/EiXPQAAAACA4xKUAgAAAAAAAAAAAEycoBQAAAAAAAAAAABg4gSlAAAAAAAAAAAAABMnKAUAAAAAAAAAAACYOEEpAAAAAADwI9vsAQAAAAAcl6AUAAAAAAD4kW32AAAAAACOS1AKAAAAAAAAAAAAMHGCUgAAAAAAAAAAAICJE5QCAAAAAAAAAAAATJygFAAAAAAAAAAAAGDiBKUAAAAAAAAAAAAAEycoBQAAAAAAAAAAAJg4QSkAAAAAAAAAAADAxAlKAQAAAAAAAAAAACZOUAoAAAAAAAAAAAAwcYJSAAAAAAAAAAAAgIkTlAIAAAAAAAAAAABMnKAUAAAAAAAAAAAAYOIEpQAAAAAAAAAAAAATJygFAAAAAAAAAAAAmDhBKQAAAAAAAAAAAMDECUoBAAAAAAAAAAAAJk5QCgAAAAAAAAAAADBxglIAAAAAAAAAAACAiROUAgAAAAAAAAAAAEycoBQAAAAAAAAAAABg4gSlAAAAAAAAAAAAABMnKAUAAAAAAAAAAACYOEEpAAAAAAAAAAAAwMQJSgEAAAAAAAAAAAAmTlAKAAAAAAAAAAAAMHGCUgAAAAAAAAAAAICJE5QCAAAAAAAAAAAATJygFAAAAAAAAAAAAGDiBKUAAAAAAAAAAAAAEycoBQAAAAAAAAAAAJg4QSkAAECdzrMHAAAAAAAAANMhKAUAAKjT++wBAAAAAAAAwHQISgEAAOo0zx4AAAAAAAAATIegFAAAoE6/ZA8AAAAAAAAApkNQCgAAUJnFbH2RvQEAAAAAAACYFkEpAABAfQSlAAAAAAAAwEkJSgEAACqymK3PIuK37B0AAAAAAADAtAhKAQAA6rLMHgAAAAAAAABMj6AUAACgEovZ+n1EXGbvAAAAAAAAAKZHUAoAAFCPq4h4lz0CAAAAAAAAmB5BKQAAQAUWs/U8In7L3gEAAAAAAABMk6AUAAAgWf+q+6vsHQAAAAAAAMB0CUoBAADyrSLi5+wRAAAAAAAAwHQJSgEAABItZutlRPw7ewcAAAAAAAAwbYJSAACAJIvZ+jy86h4AAAAAAACogKAUAAAgwWK2PouILiLe5S4BAAAAAAAAEJQCAACc3GK2fh8RNyEmBQAAAAAAACohKAUAADihPibtIuLn5CkAAAAAAAAA//Ff2QMAAACmQkwKAAAAERFxvpitszcwTmfZAwAAYMgEpQAAACewmK3PY/+a+5+ytwAAAECy/5M9AAAAgL8TlAIAABxZH5N2EfEueQoAAAAAAADAk/6RPQAAAGDMFrP1MiL+X4hJAQAAAAAAgIoJSgEAAI5kMVtfRcT/zd4BAAAAAAAA8CNeeQ8AAHBgi9n6LCJuIuLn5CkAAAAAAAAAz+JCKQAAwAEtZuuLiLgLMSkAAAAAAAAwIC6UAgAAHMBitn4fEauI+HfyFAAAAAAAAIAXE5QCAAC80WK2nkfEJiJ+yl0CAAAAAAAA8DqCUgAAgFdylRQAAAAAAAAYC0EpAADAKyxm64vYXyV9lzwFAAAAAAAA4M0EpQAAAC+wmK3PYh+S/pK7BAAAAAAAAOBwBKUAAADP4PX2AAAAAAAAwJgJSgEAAH5gMVuvIuIyvN4eAAAAAAAAGClBKQAAwDcsZutl7K+S/pS7BAAAAAAAAOC4BKUAAABfEZICAAAAAAAAUyMoBQAA6AlJAQAAAAAAgKkSlAIAAJMnJAUAAAAAAACmTlAKAABM0mK2fh8Rl/23d8lzAAAAAAAAAFIJSgEAgElZzNZnsb9G+lvuEgAAAAAAAIB6CEoBAIBJ6F9rv4yIX3KXAAAAAAAAANRHUAoAAIxWf4102X/7KXMLAAAAAAAAQM0EpQAAwOi4RgoAAAAAAADwMoJSAABgFBaz9Tz2EelFRLxLHQMAAAAAAAAwMIJSAABgsBaz9Xl8jki90h4AAAAAAADglQSlAADAoIhIAQAAAAAAAA5PUAoAAFRvMVtfRMQ8RKQAAAAAAAAARyEoBQAAqrOYrc/ic0A6j4h3iXMAAAAAAAAARk9QCgAApFvM1u9jH45++vZz4hwAAAAAAACAyRGUAgAAJ/dFQHre/+cvmXsAAAAAAAAApk5QCgAAHN1itj6Pz/HoebhACgAAAAAAAFAVQSkAAHAwi9n6LCLOYh+Ofvq+66MAAAAAAAAAlROUAgAAz9ZfGn3f/5/zr/5TOAoAAAAAAAAwUIJSAADgSYvZet5/d/7Vf/UpKn0fXl0PAAAAAAAAMAqCUgAA4Eltabr+u913/t9iMVu/j31ketZ/+/R9sSkAAAAAAADAQAhKAQCAN2lL8xjfiE77K6dnsY9M5yEyBQAAAAAAAKiSoBQAADiaL66c/kcfmX4KTOcR8e6UmwAAAAAAAAD4O0EpAABwUn1k2kXEVUTEYrb+Mi6dh8AUAAAAAAAA4OQEpQAAQKq2NHcRcRd/D0wvIuKXvGUAAAAAAAAA0yEoBQAAqvJlYLqYrd/H57j0IlwvBQAAAAAAADgKQSkAAFCttjSPEXHTf4vFbD2Pz3HpT3nLAAAAAAAAAMZFUAoAAAxGW5ouIrqIuFzM1ucRsQxxKQAAAAAAAMCbCUoBAIBBaktzFxGX8TkuvYx9XPoudRgAAAAAAADAAAlKAQCAwevj0mVExGK2vui//2viJAAAAAAAAIBB+Uf2AAAAgENqS3PTluYiIv47Iv6IiIfkSQAAAAAAAADVc6EUAAAYpbY024i4ioirxWw9j/3V0t8SJwEAAAAAAABUy4VSAABg9NrSdG1plrG/WvohIna5iwAAAAAAAADq4kIpAAAwGf3V0lVErBaz9bL//k95iwAAAAAAAADq4EIpAAAwSW1pNm1pziLinxFxmzwHAAAAAAAAIJWgFAAAmLS2NF1bmnkISwEAAAAAAIAJE5QCAACEsBQAAAAAAACYNkEpAADAF4SlAAAAAAAAwBT9V/YAAACAGrWl6SJivpit5xGxiohfMvcAAAAAo/IQEdv++91X/938G/+bu4h47L//PiLO+++fR8S7w00DAACmSlAKAADwHV+EpcvYh6U/Ze4BAAAABuU+9iHoNvbh6LYtzfYY/6DFbH0e+9B0HvvI9Cwifj7GPwsAABgnQSkAAMAztKXZLGbrm4i47L+5/AEAAAB87Tb24WjXf5HqybSlueu/+59/7mK2/nTJdN5/8wYWAADgmwSlAAAAz9SW5jEiVovZehMRVxHxa+4iAAAAINlDRNxExM2pA9Ln6J9ldPHXyPQi9nHpRXgTCwAA8AVBKQAAwAv1r6a76D8BswnXSgEAAGBKPkWkmy+ugg5GW5qb2O+/XMzW5xGxDHEpAAAQglIAAIBXa0tzs5itzyJiFRH/zl0DAAAAHNl17CPSLnvIofRB7GXs49KL2Ielv+WuAgAAsghKAQAA3qB/ddzlYrb+dN3DtVIAAAAYj4eIuIp9SPqYPeaYPl0uXczWl7GPTJfhaikAAEyKoBQAAOAA2tJ0/bXSTUT8mrsGAAAAeKOHiFi1pdlkDzm1PpxdRcRqMVsv++8LSwEAYAL+kT0AAABgLNrSPLaluYiIP7K3AAAAAK9yHxH/bEtzNsWY9GttaTZtac4i4l+xj2wBAIARE5QCAAAcWFuaq4j4n/CJFgAAABiKh4j4vS3NeVuaLntMbdrS3PRh6e/heQcAAIyWoBQAAOAI2tLcRcR57C+bAAAAAHXaRcQHF0mf54uLpR9i/2MHAACMiKAUAADgSNrSPLalOY+I6+wtAAAAwN98jIiztjSr7CFD0/+YnYVnHgAAMCqCUgAAgCNrS7OM/eUOAAAAIN9DRPyzLc1FW5rH7DFD1X8h7TIi/hn7H1MAAGDgBKUAAAAn0F/u+D17BwAAAEzcnxFx3pamyx4yFv2P5Xnsf2wBAIABE5QCAACcSFuaTYhKAQAAIMMuIv7VlubSVdLD66+VXsb+Wukuew8AAPA6glIAAIATEpUCAADAyd1GxFlbmpvsIWPXXys9i/2POQAAMDCCUgAAgBMTlQIAAMDJ/NmWZu4q6en010rnEfEhewsAAPAyglIAAIAEfVR6nb0DAAAARmoXEb/3r2EnQVuaVUT8K/Y/FwAAwAAISgEAAJK0pVmGV8ABAADAoe0iYt5/MSeJ2tLcRMQ8Ih6SpwAAAM8gKAUAAMh1ET6pAgAAAIdyHxHnbWnusoew1/9cnMf+5wYAAKiYoBQAACBRW5rHiFhm7wAAAIARuI/9ZdJt9hD+qn/+MQ9vagEAgKoJSgEAAJK1peki4s/sHQAAADBgn2LSx+whPK0tzWNbmnlEXGdvAQAAniYoBQAAqMMqIh6yRwAAAMAAiUkHpC3NMkSlAABQJUEpAABABfpPeq2ydwAAAMDAiEkHSFQKAAB1EpQCAABUoi3NJlwpBQAAgOcSkw5YH5V+zN4BAAB8JigFAACoyyp7AAAAAAyAmHQclrH/uQQAACogKAUAAKiIK6UAAADwQ7uIWIpJh6//OZyHqBQAAKogKAUAAKjPTfYAAAAAqNi8Lc1d9ggOo49Kl7EPhQEAgESCUgAAgPpssgcAAABApX4Xk45P/3N6kb0DAACmTlAKAABQmf6TKK5yAAAAwF9dt6XZZI/gONrSdBHxR/YOAACYMkEpAABAnbrsAQAAAFCR+7Y0y+wRHFdbmquI+Ji9AwAApkpQCgAAUCev7wMAAIC9XXgd+pQsI+IhewQAAEyRoBQAAKBO2+wBAAAAUIllW5pt9ghOoy3NYwiIAQAghaAUAACgTtvsAQAAAFCBj21pbrJHcFptae4i4kP2DgAAmBpBKQAAAAAAAFCjXexff84EtaVZRcR99g4AAJgSQSkAAAAAAABQo2X/+nOma5k9AAAApkRQCgAAAAAAANTm1qvuaUtzFxF/Zu8AAICpEJQCAAAAAAAAtVlmD6Aaq4jYZY8AAIApEJQCAAAAAAAANfnQlmabPYI6tKV5jIjL7B0AADAFglIAAAAAAACgFruIuMoeQV3a0mwi4jZ7BwAAjJ2gFAAAAAAAAKjFZX+REr62yh4AAABjJygFAAAAAAAAavDQX6KEv2lL04UrpQAAcFSCUgAAAAAAAKAGq+wBVG+VPQAAAMZMUAoAAAAAAABkc52UH3KlFAAAjktQCgAAAAAAAGRbZQ9gMFbZAwAAYKwEpQAAAAAAAECmXUTcZI9gGPorpffZOwAAYIwEpQAAAAAAAECmTVuax+wRDMpV9gAAABgjQSkAAAAAAACQSRzIi7Sl2cT+si0AAHBAglIAAAAAAAAgy8e2NNvsEQzSJnsAAACMjaAUAAAAAAAAyHKTPYDBctkWAAAOTFAKAAAAAAAAZNj1ry6HF+sv295n7wAAgDERlAIAAAAAAAAZXCflrTbZAwAAYEwEpQAAAAAAAEAGQSlv5WMIAAAOSFAKAAAAAAAAnNquLY0YkDfx2nsAADgsQSkAAAAAAABwamJSDmWTPQAAAMZCUAoAAAAAAACcWpc9gNHosgcAAMBYCEoBAAAAAACAU3OhlINoS3MXEQ/ZOwAAYAwEpQAAh/OYPQAAAAAABuC+LY1naRxSlz2AVH49AQA4EEEpAMCB9F8JDwAAAAB8X5c9gNHpsgeQx7N5AIDDEZQCAAAAAAAAp9RlD2B0uuwBAAAwBoJSAAAAAAAA4JS8npqDakuzjYhd9g4AABg6QSkAAAAAAAAAQ+e15wAA8EaCUgCAw7rPHgAAAAAAMEFd9gBSeCYPAHBAglIAgMPyui4AAAAAgNNzoXSaPJMHADggQSkAAAAAAAAAQ7fNHgAAAEMnKAUAOKwuewAAAAAAwNS0pXGhdJr8vAMAHJCgFAAAAAAAAIAxeMgewMl55T0AwAEJSgEADmubPQAAAAAAYKK22QM4uW32AACAMRGUAgAc1jZ7AAAAAADARG2zB3By2+wBAABjIigFADisbfYAAAAAAICJ2mYP4OS22QMAAMZEUAoAcEBtabbZGwAAAAAAYAo8kwcAOCxBKQDA4d1nDwAAAAAAgJHzLB4A4MAEpQAAh/eYPQAAAAAAAEbOs3gAgAMTlAIAHF6XPQAAAAAAAEauyx4AADA2glIAgMPbZg8AAAAAAICR22YPAAAYG0EpAMDh3WUPAAAAAACAkfMsHgDgwASlAAAH1pbGQywAAAAAADgiz+IBAA5PUAoAcBy32QMAAAAAAGCk7rMHAACMkaAUAOA4fGU0AAAAAAAcR5c9AABgjASlAADHISgFAAAAAIDj8AweAOAIBKUAAMfhYRYAAAAAAByHZ/AAAEcgKAUAOIK2NHcRscveAQAAAAAAI7Prn8EDAHBgglIAgOPpsgcAAAAAAMDIdNkDAADGSlAKAHA8XfYAAAAAAAAYmS57AADAWAlKAQCOp8seAAAAAAAAI9NlDwAAGCtBKbE64H4AACAASURBVADAkbSluYuIXfYOAAAAAAAYiV3/7B0AgCMQlAIAHNdN9gAAAAAAABgJz9wBAI5IUAoAcFxd9gAAAAAAABiJLnsAAMCYCUoBAI7LV0sDAAAAAMBheOYOAHBEglIAgCNqS/MYEffZOwAAAAAAYODu+2fuAAAciaAUAOD4NtkDAAAAAABg4DbZAwAAxk5QCgBwfF7BAwAAAAAAb+NZOwDAkQlKAQCOrC3NNrz2HgAAAAAAXuu+f9YOAMARCUoBAE5jkz0AAAAAAAAGapM9AABgCgSlAACn4VU8AAAAAADwOp6xAwCcgKAUAOAEvPYeAAAAAABexevuAQBORFAKAHA6V9kDAAAAAABgYDbZAwAApkJQCgBwOl7JA8CPzLMHMFrn2QMAAADglTbZAwAApkJQCgBwIm1pHiPiOnsHADBJ77MHAAAAwCtc98/WAQA4AUEpAMBpbbIHAAAAAADAQGyyBwAATImgFADghNrSdBHxkL0DgGp5LTnHcpY9AAAAAF7ooX+mDgDAiQhKAQBO7yp7AADVepc9gNE6yx4AAAAAL+RZOgDAiQlKAQBObxMRu+wRANRpMVu7UsoxvM8eAAAAAC+wC6+7BwA4OUEpAMCJtaV5jIib7B0AVEv4xzH8nD0AAAAAXuCmf5YOAMAJCUoBAHKssgcAUK159gDGZTFbn2VvAAAAgBdaZQ8AAJgiQSkAQIK2NNuIuM7eAUCVXCjl0M6yBwAAAMALXPfP0AEAODFBKQBAnk32AACqdJ49gNGZZw8AAACAF9hkDwAAmCpBKQBAkrY0XUTcZu8AoDq/ZA9gdM6yBwAAAMAz3fbPzgEASCAoBQDItcoeAEB9FrO1K6Ucko8nAAAAhmKVPQAAYMoEpQAAiVwpBeAb5tkDGIfFbP0+In7O3gEAAADP4DopAEAyQSkAQL5V9gAAquOiJIcyzx4AAAAAz7TKHgAAMHWCUgCAZK6UAvCEefYARmOePQAAAACewXVSAIAKCEoBAOqwzB4AQFV+WszWZ9kjGIV59gAAAAB4hmX2AAAABKUAAFVoS7ONiOvsHQBU5SJ7AMO2mK3fR8TP2TsAAADgB677Z+QAACQTlAIA1GMVEbvsEQBUY549gMETJQMAAFC7XeyfjQMAUAFBKQBAJfqvwL7K3gFANX7tL0zCawlKAQAAqN2V66QAAPUQlAIA1OUqIh6yRwBQDUEgbzHPHgAAAADf8RCOLAAAVEVQCgBQkbY0jxFxmb0DgGoISnmVxWx9ERHvsncAAADAd1z2z8QBAKiEoBQAoDJtaW4i4mP2DgCq4LX3vNYyewAAAAB8x23/LBwAgIoISgEA6nQZEbvsEQBUYZk9gGHpI+Rfs3cAAADAN+zC8w4AgCoJSgEAKtSWZhsRq+QZANThMnsAg3ORPQAAAAC+Y9U/AwcAoDKCUgCASrWluYqI++wdAKT7aTFbz7NHMCgiZAAAAGp13z/7BgCgQoJSAIC6LbMHAFCFZfYAhqGPj3/O3gEAAADfsMweAADAtwlKAQAq1pbmLiI+ZO8AIN1vi9n6LHsEg7DMHgAAAADf8KF/5g0AQKUEpQAAlWtLs4qI2+wdAKTzGnO+q4+Of8veAQAAAE+47Z91AwBQMUEpAMAwLCNilz0CgFTLxWz9PnsEVVtlDwAAAIAn7MIbNQAABkFQCgAwAG1ptuGBG8DUvQtXSvkG10kBAACo2LJ/xg0AQOUEpQAAA9GW5iYirrN3AJDq0pVSvmGVPQAAAACecN0/2wYAYAAEpQAAw3IZEffZIwBI8y6Eg3zFdVIAAAAqdR/etgIAMCiCUgDg/7N3/8htHWvegH8zdXNqB+SsgELCVJwVSJMyERwqgfiVFmDOAlimlSAUnDC99ApMpUxIrWDoHUgruF9wGhakK0v8A6DPOf08VSjKvi7pvSLRp9H967cZkPOrNx+TTJN8qlwKAPW8LgFCWDqrXQAAAAB85VO6q+4/1i4EAIC7EygFABiY86s3N+lCpQC0a1G7APrh6OD0MMnz2nUAAADAV6ZlLRsAgAERKAUAGKDzqzcXSX6tXQcA1TwrQULQnRQAAIC++bWsYQMAMDACpQAAA3V+9eY4ye+16wCgmsXRwemT2kVQz9HB6XGS/dp1AAAAwIrfy9o1AAADJFAKADBs0yQfahcBQBW7SWzQNOro4HQvyUnlMgAAAGDVh3Rr1gAADJRAKQDAgJ1fvfmY5EWST7VrAaCKn48OTp/WLoIqFkl2ahcBAAAAxackL8qaNQAAAyVQCgAwcOdXb26THEaoFKBVi6OD0ye1i2B7ylX3z2rXAQAAAMWnJIdlrRoAgAETKAUAGIHzqzc3cZUQQKv24+rzZrjqHgAAgB6aljVqAAAGTqAUAGAkzq/eXCT5qXYdAFTx+ujg9EXtItiKi7jqHgAAgP74qaxNAwAwAgKlAAAjcn71ZhGhUoBWLUr3Skbq6OD0LF1HWgAAAOiDn8qaNAAAIyFQCgAwMmUB79fadQCwdTtJLo4OTp/ULoT1Ozo4nSZ5XbsOAAAAKH4VJgUAGB+BUgCAETq/enOc5LfadQCwdftJzmoXwXodHZw+je8rAAAA/fFbWYMGAGBkBEoBAEbq/OrNNEKlAC16eXRwalNnJErH2Yt0HWgBAACgtt/K2jMAACMkUAoAMGJCpQDN+qVckc6AlTDpZZLdyqUAAABAIkwKADB6AqUAACMnVArQrHflqnSGa5Fkv3YRAAAAEGFSAIAmCJQCADSgLPT9VLsOALbuUqh0mI4OThdJnteuAwAAAJL8JEwKANAGgVIAgEacX71ZRKgUoDU7ESodnBImfVm7DgAAAEgXJl3ULgIAgO0QKAUAaMhKqPRT5VIA2B6h0gERJgUAAKAnPkWYFACgOQKlAACNKQuAhxEqBWiJUOkACJMCAADQE5+SHAqTAgC0R6AUAKBB51dvbtKFSj9ULgWA7VmGSl/ULoQvHR2cPhEmBQAAoCc+pAuT3tQuBACA7RMoBQBo1Eqo9H3lUgDYnp0k/zw6OJ3WLoTO0cHpkySXESYFAACgvvcRJgUAaJpAKQBAw86v3nw8v3pzmOTX2rUAsFXvjg5Oz2oX0bqjg9On6cKk+5VLAQAAgF/Pr94cnl+9+Vi7EAAA6hEoBQAg51dvjpP8lORT7VoA2JrXRwenF6VDJlt2dHD6IsKkAAAA1PcpyU9ljRgAgMYJlAIAkCQ5v3qzSHKY5EPdSgDYoudJLkunTLbk6OD0JMk/k+xULgUAAIC2fUh3xf2idiEAAPSDQCkAAH85v3pzky5U+nvlUgDYnv10odJp7ULG7ujg9MnRwellkp9r1wIAAEDzfk8XJr2pXQgAAP3xj9oFAADQL+dXbz4meVGCRWfRPQ2gBTtJ3pVr2KflWcAalb/bRTxXAQAAqOtTkmNdSQEA+BYdSgEA+KayoHiY7tojANrwPMnt0cHpYe1CxqJ0Jb2IK+4BAACozxX3AAB8lw6lAAD8rXLd0dOjg9OTuJ4XoBU7Sf44Ojj9PbqVPoqupAAAAPTI/55fvTmpXQQAAP2mQykAAD9UFhon0a0UoCXLbqXHtQsZmqOD072jg9PL6EoKAABAfR+STIRJAQC4Cx1KAQC4E91KAZq0k+SXo4PTaZLj86s3l3XL6bejg9MnSY7jOQkAAEA/6EoKAMC96FAKAMC9lAXI/0ryvnIpAGzPfpI/jg5OL48OTp/WLqZvjg5On5QDF7cRJgUAAKC+90n+S5gUAID70qEUAIB7O796c5vksHSsO4vrfAFa8SzJ9dHB6W9Jzkr36matdCQ9jmchAAAA9X1Kd8PIonYhAAAMkw6lAAA8WFmY3Evya91KANiyl+mCpZdHB6eHtYvZtqOD072vOpIKkwIAAFDbr0n2hEkBAHgMHUoBAHiU86s3H5McHx2cnqXrVvq8ckkAbM+zJH8cHZz+meQkyUV5LoxSCc9O0wVqAQAAoA9+T9eV9LZ2IQAADJ9AKQAAa1EWLF+UsM1JupARAG3YTfIuydnRwelFksX51ZvLuiWtx9HB6V6SF+mutd+tWw0AAAD85X2Sk7F8/gYAoB8ESgEAWKuygHlYgqVnSfarFgTANu2k6975snQtvUjXtfSyalX3tBIincZzDAAAgH75kK4j6WXtQgAAGB+BUgAANqIsaD49Ojidpgvk6FgK0JbdJK+TvD46OP2ULlx6meSyj9fwHR2cvkhyWF5CpADfd1u7AACABr1PdyPIonYhAACMl0ApAAAbVRY4F6Vj6UkESwFa9Ffn0iQp3Usvk9wkudl2V5Wjg9OnSfbShUefxrMJ4L5uaxcAANAQV9sDALA1AqUAAGxFWfA8LMHSaUqoCIAm7ebLgGnSXdn3MV3Q9GO6sGkeumFWQqNP0gVHV1/CowCPd1O7ALZPiAUAtu63dB1JL2sXAgBAOwRKAQDYqrIAenl0cHqSLlh6nK5zHQBtW14z/0Xgs4RNl/7M33fFexJX1QNsxfnVm49HB6cfYtxtyfvaBQBAIz4lOUsXJL2tXAsAAA0SKAUAoIqyIHqS5OTo4HSaLlyqaxwA37NbXgDUt0jyS+0i2JpF7QIAYOTepwuRLmoXAgBA2wRKAQCoriyULo4OTvfSdSx9EYEhAADos0W6A2JuGxi/T0kuahcBACP0Z7pn7JlupAAA9IVAKQAAvVEWTo+THB8dnD7N53CpTWoAAOiRcu39WZKfa9fCxp2dX735WLsIABiJ5UGNs/OrNze1iwEAgK8JlAIA0EtlQXWaJEcHpy+SHEbnUgAA6JOzdHP0/dqFsDEfzq/enNQuAgAGbtmJ9PL86o2u3wAA9JpAKQAAvVcWWi/yuXPpYbqN62c16wIAgJaVLqXTJJdxq8AYfUr3uQsAuL/3+Rwi1YkUAIDBECgFAGBQygLsTZKzo4PTJ+nCpcuXzkgAALBF51dvbo4OTg8jVDo2n5Icnl+9ua1dCAAMxId086HLdCHSj1WrAQCABxIoBQBgsMrC7LJ7aUrAdNnB9LD82qY2AABs0EqodBGHvMbgQ5IXwqQA8Lc+pTvwflleNwKkAACMhUApAACjURZuL8srSXJ0cLqXZC+fA6Z7sckNAABrVW4SeHp0cHqS5DgOdg3RpyRn51dvTmoXAgA98iHJbT4HSG8dugAAYMwESgEAGLWywHublZBp8kXQ9OtXkjzbQmkAADA651dvTo4OTs+STMvLYa7++5Cuu+xCdzUAGvS+fL39+iU4CgBAiwRKAQBo0krQ9LtWgqd/54e/BzzQTZL/rl1Ez+3l++9PYHhukggzrc9t7QJoUwklniU5Ozo4fZLupgB66PzqzWXtGiBdoPmycg1s303tAhitRb4/pgiKAgDAd/zHv/71r9o1AAAAAAAAAAAAAFDRf9YuAAAAAAAAAAAAAIC6BEoBAAAAAAAAAAAAGidQCgAAAAAAAAAAANA4gVIAAAAAAAAAAACAxgmUAgAAAAAAAAAAADROoBQAAAAAAAAAAACgcQKlAAAAAAAAAAAAAI0TKAUAAAAAAAAAAABonEApAAAAAAAAAAAAQOMESgEAAAAAAAAAAAAaJ1AKAAAAAAAAAAAA0DiBUgAAAAAAAAAAAIDGCZQCAAAAAAAAAAAANE6gFAAAAAAAAAAAAKBxAqUAAAAAAAAAAAAAjRMoBQAAAAAAAAAAAGicQCkAAAAAAAAAAABA4wRKAQAAAAAAAAAAABonUAoAAAAAAAAAAADQOIFSAAAAAAAAAAAAgMYJlAIAAAAAAAAAAAA0TqAUAAAAAAAAAAAAoHECpQAAAAAAAAAAAACNEygFAAAAAAAAAAAAaJxAKQAAAAAAAAAAAEDjBEoBAAAAAAAAAAAAGidQCgAAAAAAAAAAANA4gVIAAAAAAAAAAACAxgmUAgAAAAAAAAAAADROoBQAAAAAAAAAAACgcQKlAAAAAAAAAAAAAI0TKAUAAAAAAAAAAABonEApAAAAAAAAAAAAQOMESgEAAAAAAAAAAAAaJ1AKAAAAAAAAAAAA0DiBUgAAAAAAAAAAAIDGCZQCAAAAAAAAAAAANE6gFAAAAAAAAAAAAKBxAqUAAAAAAAAAAAAAjRMoBQAAAAAAAAAAAGicQCkAAAAAAAAAAABA4wRKAQAAAAAAAAAAABonUAoAAAAAAAAAAADQOIFSAAAAAAAAAAAAgMYJlAIAAAAAAAAAAAA0TqAUAAAAAAAAAAAAoHECpQAAAAAAAAAAAACNEygFAAAAAAAAAAAAaJxAKQAAAAAAAAAAAEDjBEoBAAAAAAAAAAAAGidQCgAAAAAAAAAAANA4gVIAAAAAAAAAAACAxgmUAgAAAAAAAAAAADROoBQAAAAAAAAAAACgcQKlAAAAAAAAAAAAAI0TKAUAAAAAAAAAAABonEApAAAAAAAAAAAAQOMESgEAAAAAAAAAAAAaJ1AKAAAAAAAAAAAA0DiBUgAAAAAAAAAAAIDGCZQCAAAAAAAAAAAANE6gFAAAAAAAAAAAAKBxAqUAAAAAAAAAAAAAjRMoBQAAAAAAAAAAAGicQCkAAAAAAAAAAABA4wRKAQAAAAAAAAAAABonUAoAAAAAAAAAAADQOIFSAAAAAAAAAAAAgMYJlAIAAAAAAAAAAAA0TqAUAAAAAAAAAAAAoHECpQAAAAAAAAAAAACNEygFAAAAAAAAAAAAaJxAKQAAAAAAAAAAAEDjBEoBAAAAAAAAAAAAGidQCgAAAAAAAAAAANA4gVIAAAAAAAAAAACAxgmUAgAAAAAAAAAAADROoBQAAAAAAAAAAACgcQKlAAAAAAAAAAAAAI0TKAUAAAAAAAAAAABonEApAAAAAAAAAAAAQOMESgEAAAAAAAAAAAAaJ1AKAAAAAAAAAAAA0DiBUgAAAAAAAAAAAIDGCZQCAAAAAAAAAAAANE6gFAAAAAAAAAAAAKBxAqUAAAAAAAAAAAAAjRMoBQAAAAAAAAAAAGicQCkAAAAAAAAAAABA4wRKAQAAAAAAAAAAABonUAoAAAAAAAAAAADQOIFSAAAAAAAAAAAAgMYJlAIAAAAAAAAAAAA0TqAUAAAAAAAAAAAAoHECpQAAAAAAAAAAAACNEygFAAAAAAAAAAAAaJxAKQAAAAAAAAAAAEDjBEoBAAAAAAAAAAAAGidQCgAAAAAAAAAAANA4gVIAAAAAAAAAAACAxgmUAgAAAAAAAAAAADROoBQAAAAAAAAAAACgcQKlAAAAAAAAAAAAAI0TKAUAAAAAAAAAAABonEApAAAAAAAAAAAAQOMESgEAAAAAAAAAAAAaJ1AKAAAAAAAAAAAA0DiBUgAAAAAAAAAAAIDGCZQCAAAAAAAAAAAANE6gFAAAAAAAAAAAAKBxAqUAAAAAAAAAAAAAjRMoBQAAAAAAAAAAAGicQCkAAAAAAAAAAABA4wRKAQAAAAAAAAAAABonUAoAAAAAAAAAAADQOIFSAAAAAAAAAAAAgMYJlAIAAAAAAAAAAAA0TqAUAAAAAAAAAAAAoHECpQAAAAAAAAAAAACNEygFAAAAAAAAAAAAaJxAKQAAAAAAAAAAAEDjBEoBAAAAAAAAAAAAGidQCgAAAAAAAAAAANA4gVIAAAAAAAAAAACAxgmUAgAAAAAAAAAAADROoBQAAAAAAAAAAACgcQKlAAAAAAAAAAAAAI0TKAUAAAAAAAAAAABonEApAAAAAAAAAAAAQOMESgEAAAAAAAAAAAAaJ1AKAAAAAAAAAAAA0DiBUgAAAAAAAAAAAIDGCZQCAAAAAAAAAAAANE6gFAAAAAAAAAAAAKBxAqUAAAAAAAAAAAAAjRMoBQAAAAAAAAAAAGicQCkAAAAAAAAAAABA4wRKAQAAAAAAAAAAABonUAoAAAAAAAAAAADQOIFSAAAAAAAAAAAAgMYJlAIAAAAAAAAAAAA0TqAUAAAAAAAAAAAAoHECpQAAAAAAAAAAAACNEygFAAAAAAAAAAAAaJxAKQAAAAAAAAAAAEDjBEoBAAAAAAAAAAAAGidQCgAAAAAAAAAAANA4gVIAAAAAAAAAAACAxgmUAgAAAAAAAAAAADROoBQAAAAAAAAAAACgcQKlAAAAAAAAAAAAAI0TKAUAAAAAAAAAAABonEApAAAAAAAAAAAAQOMESgEAAAAAAAAAAAAaJ1AKAAAAAAAAAAAA0DiBUgAAAAAAAAAAAIDGCZQCAAAAAAAAAAAANE6gFAAAAAAAAAAAAKBxAqUAAAAAAAAAAAAAjRMoBQAAAAAAAAAAAGicQCkAAAAAAAAAAABA4wRKAQAAAAAAAAAAABonUAoAAAAAAAAAAADQOIFSAAAAAAAAAAAAgMYJlAIAAAAAAAAAAAA0TqAUAAAAAAAAAAAAoHH/qF0AAD82m0+eJnmyht/q9u2r69s1/D4A/2Y2nzxJ8rT848e3r65vatYD8NW4lLevri/rVQPA0H39XEly8/bV9cda9QAAAAAArNt//Otf/6pdA0CTVkKiy6975ZXy73a2UManJKuBr8vy9ba8BC+gISvj0l6+HI9WA+3P1vTH/ZkyzhSX5evHfB6XbNBDo2bzyWH55Wpw5+sQT7K+MWnpQ7pxaOnyG782NgEMzFeHNA9X/qfDr/7TTT9Xblb++bJ8dfATAAAAAOgNgVKADVrpXnKYzwGtbYVF1+19Pge9bstLoAIGpoS09vJ5PHqS9W+cr9tyI/4yn8ch4w8MWBmLVg/WLL/uVyzrvpbB+OXrJl0oSHdmgC1bCYweln+1/Nr3ee6q5YHPLz53O+QJAAAAAGyTQCnAmszmk710YYhlgHSowdH7Wm56XeZzyFSQAir7KtC+HJt2a9a0AavjzzJkeluzIOBLJeDzNF2I/bB8HdtY9C0f8jlkehnd5wDWojxX9vJ5fruXYR1GeKjlIYbLmPcCAAAAABskUArwQGUj6zCfA1sthCPu430+b3Zd6iQIm7UyJh1mnOHRu1oNmV7q6ATbsxIePSxfWwj43MefKSGgGJ8Afqgc2jzM5/DokLqNbsMX897o4A8AAAAArMG/BUpn88lZukVaYL0Wb19dL2oXwcOVbn8v8jmw1WpY66H+zOeNrkvdVOBxvgqQHqaNjsgPtQy4X+igDOtTrq1fvoR8HmY5PgmYjph1lns59qxul/ntWnzIl5+7BUwrm80n0yTTymUA/XDz9tX1ca0/3JwUNqbKZxjv6V7xOZYfms0nx+n2mKlPZoN7KfsgJ5XL6Kvbt6+up7WLYDP+8Y1/58Q/bMZl7QK4v9IR5UW6xX9dth5nN8nL8spsPlludF0IUMDdzOaTF/kcbBdqv7tn5fXzbD75lOQin8cfm+xwRyXosxyDfGZcj9XxKUl+z+fx6bZeWayZdZa7e1K7ALZHgHQj9svrdZLM5hMHq+rbi2cA0A/mpLAZtT7DeE/3x2G6mwPge45jT6cvLmsXwOBM45n7d57N5pMTexnj9K1AKUDTyqbWNF1gwuR+c/7a6CoBr8t0IS8BLyhWOiO/SPK8cjljsZPP4fZ3ZZN9Ofbc1iwM+uarMegwgj7b8Ly8fpnNJ3+mG58WQkDAWDggtXWrBxeWt4ZcvH11fVG1KgAAGI9pkrPaRdBfZd/Z518YoLJH8rJ2HT13XF6MjEApQHQi7YGdfA5QvJvNJ79HuJRGCZFu3XKT/ZfSOfksxh4aZk7UK7vpOsy9Fi4Fhsrctlf+ujVkpWu/cCkAADzO/mw+2dOsgO+Y1i4AeLAXtQsYgBcRKB0lgVKgaaU7yjQ2tvrm63DpwiYXYzebTw7zuTuyLoB17Cd5F2MPjREiHYSvw6WLdGPUbc2iAL5FiHQQ/uraX8Klizi0AAAAD/UiupTy9wTSYLimtQsYgN3ZfHL49tX1Ze1CWC+BUqA5JTQxLS9XDPTf8yTPVza5zoQnGIuy2T5Nd3LLeNQvy7FHcItREvYZtN0kP6e7vvh9uvFpUbckgC+us3cV2LDs5POhhQ/5PPfVsR8AAO5mGoFSvsF19zBcJVPyrHYdAzFNclm5BtZMoBRoRpm0H8fm1lCtbnIJTzBoK91IjUf9txrc+j1dqP2ybknwcCvzId2Qx+FZkmez+eQsDt4AFZTF9eN0c1vPleHbT/JLkl9m88lv6Z4rupYCAMD3ufaev3NYuwDgwXQXvrsXs/nkicPJ4yJQCoxeCW6dxAmSMVmGJ07yOTxhgkLvzeaTabrNduPRMK12LT0RamcoVrqRHseV9mO1evBG+B3YOPPaJrxM8tKBTgAAuJPDdPtVsGpauwDgwY5rFzAgO+n2oBaV62CNBEqB0RIkbcKyc+DxbD65SBfwuq1bEvy7suF+ElebjMVukndC7fSdrnHNWobfBYCAtSoHFJbPFfPadqwe6HSoCgAAvk2Qhi+UtVmH+2GAyk1v1r7uZxrPwVERKAVGR5C0STv53D3ltwiW0gMrG+7HEeQaq9VQ+1kES+mJMheapns20i4BIGAtyibYSboNUvPadi0PVZ0lMfcFAIAvPXfdL19xXTYMl+6k9/dsNp/syWiMx3/WLgBgXWbzyeFsPrlM8keESVv2Msn/zeaTRdn4hK0r4Z3bdGFDm+7jt5Pue307m09OSpgYtu6ruZAwKUvLANBt6ZgNcCez+WRvNp8skvxfuueKeS2JuS8AAPwdAUJWTWsXADyY8fxh/L2NiEApMHhlk+sigqR8aTVYaoOLrZjNJ9PZfHIbQdJWrW6uTyvXQkMcquGOVoOlh7WLAfrrG0FS+Jbl3PfG3BcAAJII0lC47h6GazafuKHn4XR2HRGBUmCwZvPJk9IF8P+SPK9cDv31MjqnsGElzHWb5F26wA5t24nQFlsgSMoD7Sb5YzafXM7mk6e1iwH6Q5CUB3JgAQAAOs/tQ1Ec1i4AeLBp7QIGbNeew3gIlAKDVE6G3KTrhgE/sto5xQlR1qZsul+mC3MJkvK11dDWXu1iGI+VwI8gKY/xLMn1bD45kQTu1gAAIABJREFUs9kBbfvqsKYgKQ9l7gsAALqU0vFzAANU1sk1MnscXUpHQqAUGJSV8NY/I7zF/e0m+acNLh7rq013YS5+5FmS/9MpmccS+GFDXqfr5j6tXQiwfbP55DjJbRzWZH3MfQEAaNlh7QKoSyANBk0Y/PH8HY6EQCkwGCVAcRPhLR7vrw2u2oUwPDok8wg6JfNg5efmNsYeNmMn3XXFDt1AI2bzyeFsPrlJ8ku6MQDWbTn3PaxdCAAAbJG1X/wMwHDprvl4O/ZBx0GgFOi92XzytGx0/RwbXazXz7P55GY2nzytXQj9VzokX0SHZB5n2Sn5Qscm7uKr7uzmQWyaQzcwcqXb9SLJH0n2K5fD+O0m+WM2n5yZ+wIA0AhBGnz/YYBKowVrZesxrV0AjydQCvRauX7vMh7ebM5+kmvBCb6njEU3cU0J6/M8rpjmB3Rnp6LloZu92oUA67PS7fpl5VJoz+voVgoAQDsEChvlunsYNN1J1+e5g8XD94/aBQB8S3nAXESAgu35uWywTt++ur6pXQz9YCxiw5ZXTC/Hno+1C6IfSojvIg7UUNd+uvDP8dtX14vaxQAPV+a0i9jUoq5lt9L/ffvq+qR2MQAAsEECpe06rF0A8GDG7vWaJjmrXQQPp0Mp0DulY8VtBLjYvmW3UieQWO3gZCxi05bdSn1YZbUjsjApfbAMvi+cKIZhWvl8LUxKX+iCDQDA2Ln2vl2+7zBAZf1st3YdIzOtXQCPI1AK9MpsPjlL8ke6zWuo5ZfZfHIhONGm2XzyZDafLJL8M8YitmcnyT9n88mZsadNZey5SPJLjD30z8skl7P55GntQoC78/maHlt2wbbZCgDAWB3WLoAqfMaBYZrWLmCE9u0nDJtAKdALJURxmeR17VqgeJ5ug8tEpyHl+32ZLjgDNbyO0FZzyvf7JrrH0W/76canae1CgO+bzSd7s/nkJj5f02/LA1UntQsBAIANECxsTDkw50AnDJMxezOmtQvg4QRKgepKiOI2rpWmf3aTXAtOtKF8ny/jmmnqE9pqSPk+X8d1KgzDTpJ3wj/QX+WKrpuY0zIcP8/mk4Uu/QAAjMyupgHNEUiDASp7NMLgm2FcHDCBUqCqlQCXhzR99q5cgc5Ile/vuxiL6I9laOusdiFszsrYA0Mj/AM9NJtPjuOKe4bpZboDVZ4rAACMybR2AWyV4BQMk/fu5uyW7s0MkEApUE3pbCTAxVC8nM0nNrhGZjafPCnXgbrinr56bewZH2MPIyH8Az1SDin8UrsOeIT9JLe6OAEAMCJCNI0ot4XY74aBmc0ne0me165j5DwLB0qgFKiibHb9XLsOuKdn6YITe7UL4fHKRuVtXAdK/y3HHpvrI1C+j5cx9jAO+xEqhaocUmBkdmLeCwDAeLj2vh0CUzBM3rub99L+wTAJlAJbZbOLEdhPcmMRYNhm88k0XaDLiVGGYhnaOqxdCA8nTMpI6SgHlZTF2Mt4rjAuy1DpYe1CAABgDaa1C2ArhNJgmKa1C2iEMXKABEqBrbHZxYjomjJgJUz6LsKkDM9Okj/KzzADsxImNfYwRuZGsGXl/XYTn68ZJ/NeAADG4rB2AWxW+Xy+W7sO4H7Ke9e62nZMaxfA/QmUAlshTMoI7SS5tsE1LLP5ZJEuTApD9m42nxzXLoK70xWZRgiVwpasHFKwYcXYvfOZGwCAgdufzSd7tYtgo6a1CwAeZFq7gIY88ywcHoFSYOPKZtdthEkZJxtcA1HCpC9r1wFr8kv5mabndEWmMUKlsGE6XtOgd7P5xNVoAAAMmfnsuPn+wjB5727XtHYB3I9AKbBRNrtohFBpzwmTMlIvhUr7bTafHEZXZNqzDJXu1S4Exsbnaxq2cFgBAIABm9YugM0o619uD4GBKQdXvXe3a1q7AO5HoBTYGJtdNEaotIdm88mT2XxyE2FSxkuotKfKPOiidh1QyU6Si9l88qR2ITAW5f10GZ+vaZMO2AAADJlr78dLh0MYJu/d7dstTVgYCIFSYCNsdtEoodIeWRmH9iuXApsmVNozDtVAku75eylUCo/n8zUk0QEbAIBhE14ap2ntAoD7KetsGhHVMa1dAHcnUAqsnc0uGidU2gPCpDRIqLQnzIPgC/tJzmoXAUNmXgtf0AEbAIChmtYugPUqh918VofhEfCvx9/9gAiUAmtlswuSJGeu4qvuMsYh2iNUWpkwKXzTy9l8IlQKD3cW81pYtZ9kUbsIAAC4p30Ho0ZHMAqGaVq7gIbtaMw1HAKlwLpdxmYXLK/iEyqtoATqjEO0Sqi0rkWMP/Atry0Uwf3N5pOTuIILvuW5wwoAAAyQAOK4TGsXANxP6Sz8rHYdjfMsHAiBUmBthLjgC67iq6CMQzbdaZ1QaQUl9PO8dh3QYzq4wz3M5pMXSX6uXQf02OvyPgEAgKEwfx2JsvdnTxyGxzhc3/MS7KXnBEqBtSidIYS44Eu76TqVCpVugTApfOGlboDbM5tPDiP0Az+yk2RhXgQ/VhZVF5XLgCFYOKwAAMCAPLcuMhpCaTBMx7ULIIkxdBAESoFHK4GV17XrgJ7aT+Iqvg0r45AwKXzpnVDp5pVF4IvadcBAmBfB3VykC2ED37cT4WsAAIZFiGYcfB9hYMqB1N3adZAkmdYugB8TKAUepTx439WuA3ruZbkKmQ0ogTnjEHzbO12bNk7oB+5HB2X4jnL7h2vz4O72y/sGAACGQBBx4EqDgee16wDuTXfS/ti3d9l/AqXAg5UJ82XtOmAgfp7NJxYK1qxMNm0ewvdd+mC2GbP55DjJs9p1wACdlSu9gRWz+eQwbv+Ah3hd3j8AANB3gojDZ68Phsl7t1+mtQvg+wRKgce4jI5ccB8L4Yn1WQm1G4fg+3bSjT9PahcyJiWk+0vtOmCgXFEMXynP6UXtOmDAzHcBABgEzUcGz/cPBqaMu/aT+2VauwC+T6AUeBDX8MGD7KS7Gpn1uIzJP9zVfoRU1m1RuwAYuGelyy/QOUmyW7sIGLDddO8jAADoO4HEYdNlFoZnWrsA/s2OAxb9JlAK3FsZ2F3DBw+zXwLZPMJsPllEqB3u67nxZz1KCM4YBI93ons7uOoe1uh1eT8BAECfCdAMlPATDE+5zUQQvJ+MqT0mUArcS9nwXVQuA4bOJtcjzOaTaZKXteuAgXpt0etxyuLDSe06YCR24rMFJIkDH7A+izJfAwCAvtKVbbh832B4vG/766U1nP4SKAXu6yKumIZ1uDBBur/ZfPI0NtzhsRY6Aj7KWcyFYJ2e2UShZbpew9rtJjmuXQQAAPyAtZBh8n2D4bFG0G/G1Z4SKAXubDafnMRGF6yLjlz3VAK4iwhywWPtpDsgwj2V7tI6JMP6OSxCk3S9ho352QEqAAB6ToBmYMqBaPtTMCBlbUC+pd8EfntKoBS4k9IV8OfadcDIPNeR617OYtIP67I/m08EuO7vpHYBMFK75fAatOYkNqNgU8x1AQDos51yeJ3hsJ8HwyOs2H/7DgX3k0Ap8EOla4pOZrAZi/Ie4ztK8FZXQFiv10Ltd1cWeJ/VrgNG7NiciJaUhdLXteuAEXtugx4AgJ6zNjssvl8wPN63wyD420MCpcBdnCTZrV0EjNROdE75rrLZvqhcBoyVUPvdndQuAEZuJ95ntOWkdgHQgJPaBQAAwHcIOg1EucnTDSMwIOWQqYzLMHge9pBAKfBd5UGrawps1kudU75rER/UYVN2IrD9Q7qTwta8dr0NLSg/57rvw+Y981kbAIAe2y1BRfpvWrsA4N6mtQvgznat3/SPQCnwIzonwnYsahfQR7P55DhCXLBpz8t7jb93UrsAaMhJ7QJgCzx3YXtOahcAAADfMa1dAHeiex4Mj/ftsExrF8CXBEqBvzWbT06S7NeuAxqxW95zFKVz00nlMqAVJ7oCflvpEiDYPhx/Jnn/ndef9Urjjl4ajxiz2XzyJBZIh+RTPFeGTpdSAAD6TOCp58r6sGuzYUBm88k0br8cmhdl3ZSe+EftAoB+Kpu4uqbAdh3P5pOzt6+uP9YupCcWMdmHbdlJ9547rFtGL5kP9cenJDfl9THJZZK8fXV9+ZDfrMx3V19Py8sCcX3H8d5jvKYxx+2Lbz5Xktw85DNZWfR+mmT5da98dVC3vpOY5wIA0E+7s/nk6dtX1ze1C+FvTWsXANybsP7w7KT7vi0q10EhUAr8nUVscvXVctPrrnRVG46dJGfx4XR5cszPLmzXs9l88uLtq+uL2oX0RQmGvKxdR8M+pAv3XKYL99yu8zcvv9+//Z7l+3648hIE2r7pbD45cciGkRKWrufPfH6uXG7gubIaSv1iPlU6ZC5fPuds37PZfHL40EMoAACwYYe5374f2yWYBgNSGkk8r10HDyJQ2iMCpcC/KRsdNjjq+jOfO6Usu6U8qEvKqpVOXF93TnkaAeK+eFkCFLe1C6mlBHnOatfBv3mfLnh1m8/j0se7npz+zvjjedMvi9l8sifE9Zdp7QIa9Hu6EM5FrZ/D8udelNdy/HqR7udBuHQ7dtL9fZsPMCrls7YuyNv1Id1C9EXNz1glyHiZ/PV550V52eDYnmk+B34BAKBPprEG0ktlXdDneBgWIfDhel72KG9rF4JAKfBti9oFNGi1A9flpgIUX3Xi+rpjyjLcdbjyVci0jkXavo7vLH72aluOSTdZU/emH4w/e/myG6AFmnp0Sv6SLnLb8SHdz121EOn3lPHrLMlZGa+O48rqbTiOzRTGZ1q7gEb8me4z1aKPC9DlWbdIOciT7udiGnPgTWv+8CYAAL21L0DTW4JpMDzT2gXwKC9iX6AXBEqBL8zmk5PYxNiWXnRKWVq5nu9y+e9m88kyWPoiughuU7PX8ZWuTa6XrmPZFXDt13/+SPnzFuWlG2B9L2fzyaLFMWhVeQaaE23W+yQnQ/pZK+PVcZkzH5eXYOlm7M7mkxdvX11f/Pg/hf5b6UrJ5nxIcvb21fWidiF3VZ4rJ0lOZvPJtPza/GNzpun+jgEAoG8EaPppWrsA4O7Kvo59xWHTaKInBEof57fo5Mjd3dYu4EfKBpdOXJv1KV1g6+yu10TXVGq8SdeRy7V823WSNruUmiBu15/p/s4XfeoKqBtgL5yl61bdsmntAkZscEHSr5Ux82Q2n5ylG6N+rlzSWE3zVVdrGLAXMZfZlD+THA89gF6CsIvZfHKc7vOgn5f1m2b7gdJFVg7usnFnsXl4V/Y2tq836y78kPcH99H7fR4GYxr7I71S9ibMLWFYprUL4NF2Z/PJ0yFkacZOoPRxboe8CQrfoMPS5nxKCUf1KbR1H67l27rmupSWjjw+nG/H7+nGo8vahfzIshtguo6A0+jatC37s/lkOqQOXxugi9z6jSLws2olWLpIN0/S0X29ns/mkydDnT/DVzxX1u9TugMKo9p0ffvq+qw8V87i9oZ123r36/J55nZbf17rZvOJOcPd2duAv+f9AdTg2vv+8Tkehsf7dhyWjYao6D9rFwD0QwkI6qy0fp+S/G+Svbevrk/Gshn+9tX1bfn/s5fkp3QBEdbvpHYB21I64I5qI7infkvyX29fXb8Y4sL421fXC+POVi27UzfHdfcb8WuSp2MKk64qc6PDJP8v3fyP9ZnWLgDW5LB2ASPzPt1zZZSfId6+uv749tX1NMl/x3Nl3WwuAQDQV+aq/TKtXQBwd7P55EXs64yF52EPCJQCSye1Cxih39NtcI0mSPotAl4b9ayEmlqgQ/JmvU/y329fXU/HcMJ5ZdwR3NqsnXTvzRb5sLo+n5L8z9tX18djng8tlWDTYZIPlUsZk2ntAuCxyoK2ue76/L+3r64PxzCv/ZFyCGwv3Xye9XjR6qEpAAB677B2AXTKZwY36sGw2NcZj52ynkpFAqXAsjupa9TWZxmceNHCBtdSuRb5abqOrKzP6MNcZQwa/f/PSj4l+alsuF/WLmbdSnBrL13nVTbj5/Iebc1h7QJG4kNG3JX077x9dX2T7mdI+Gc99hsdhxiXw9oFjMSndIekRtmV9O+UbqWHMeddl53YZAIAoJ+eO/zUGz4zwICUsVPeZVymtQtonUApkOhOuk7v011v31RwYqlsdJ0k+a8IUazLywZCFCfRsWkTfk83Hi1qF7JJrgPdipPaBWxTWXh4VruOEfiQpInucd8i/LN2FvEZusPaBYzA8rlyWbuQWsqc96fadYyE5woAAH1lrtoPvg8wLN6z4+OQRWUCpdA43UnX6tfSBXD017n+yNtX17clRKFb6XqMtnunMWgjPqW7BvRFS+OR60A3qoVg+6qntQsYgd/evrp+2tIY9HdK+Eeo9PGmtQuAh3JN3losw6Q3tQuprRwWEyp9vMPaBQAAwN8QiqqsfI5/XrsO4F6mtQtgI6a1C2iZQClwUruAkfjp7avr0Yb+Hqp0K9U18PGmIz6Bc1K7gJH5M91me1PXgC6tdAQUZl+/Re0CtuiwdgED93sJUVIIla7F/ojnQozfYe0CBm4ZJm3+kMKSUOla7MzmExv1AAD0kY5s9fmsAANSGqK4dW6cprULaJlAKTRMZ8C1+JTkf8Z+pfRjlK6Bh+k2AnmYnYzwA6wxaO0+JPn/7N3LddxYmu3xr++qeagtiCgLKFhApAVkWUDkEBMkywKFLEgmJhgKsqAoCxK0AKQFFbSgSQ/uIA4zKYmPAALAPo//b61cdbtvNbmTZOC5z3c+MrnprzL7r0aZfUqnVZPl6hALydUBAnZn3OC/yJVKmaB8nOiuhZAMJl+P92hmSU3dP5R7BsFihePk6gAAAADAK3gGosXPHwgLn9l4nSS2g6JXKJQCaWOi5nEebT8p5VodxHeu4JYbpdJjxPh53aoDROSrMbnpO+4le26USqe0VQdYCMWfcZ6uizgOve7c9pOkMU6uDgCMlKsDBOy8LvudOoSvWKxwNF44AQAAwFe5OkDi2O4eCEuM79DxN36/IhRKgUS57RIKdY7AFUwCPJwrmORGqXSsk6rJoik5MZ10Ul/rsi8ocf3sWZmdUuk0op9S6o5NK3WOQDFB7h3u50N5ZbxcHQAYKZpr+IV9drtd4G3nxrXuWGumXAAAAMBTPD8SqZqMnz0QEPfufK3OgVlxXBahUAqk69IoTBzjVyaTDvesVMp0rnFiWoGzVQeIxFc3mQivoFQ6ua06wMwo/YzzB6Wfw7hj0md1jkBR/EFwWKgw2k1d9lt1iBC4e+xCnSNguToAAAAA8IIVxUYZfu5AWGJ6d46XrTknalAoBdJVqAME7LPbShkjPJvORblruCgulphOOhnKpAeiVDqp05imJb8g5n+3uTxa/EXjSbmSFItrxsnVAYCBNuoAgeJlwABuses3dY5Ace0HAAAAX0XxPihA/NyBsPCZTQO/ZwEKpUCCqiYrjNHfY31jUsrxXLmrUOcI0Mp9fkPHC+Lj3Rk/x0EolU4q5r+9jTpAgC7Z6n6UQh0gULk6ADBQrg4QoK/uug3DXBrXuWPk6gAAAADAKyjPLMxNwGOXESAQfGaTclE12Qd1iNRQKAXSVKgDBOre+NlNxk1R+UOdI0BBP0RwF3uFOkfg7s0sp8A1nCsnxFyGXMpFxNtOb9QBAnPP1PZx6rLvzOxGnSNATJID4rdVBwhRXfY7M7tS5wjQiToAAAAA8Aq2vV8eP28gLIU6ABbFMXphFEqBxLhtak/VOQJVUOCa3NbY8nWos8BX4BTGarFjPJrZOcei8Vz57bM6RwS26gAzoaw2TKsOELitOkCAKP4gNLk6QGC+umIkxrkyppQOVjVZrs4AAAAAvILyzLL4eQOBcO/Kz9Q5sKhCHSA1FEqB9DCZbZw/3CQpTMiV4gp1jgCFfFPLMeg4l2wBery67Ldm9k2dI3DngZfbX0PhfRgmoR2BKaXjUPwBonatDhAyd3/dqnMEiAVFAAAA8FWuDpAKN5CJZ8NAOEJ+V45xTiPePdFLFEqBhLjiByfX4e6NCVKzcWUKil3DBPk5dtuzrNU5AvaVraUnVRgTko+xssgWBERakJ3TN6YlT6JVBwjQRh0AGICi2uEe67KnUHo8FnsMt1EHAAAAAF6xdkVHzK9QBwAwCAOM0lSoA6SEQimQlnNjddUYlxQmZsdF3zChbnvP73m8e+PnNykmJE8itr9JHs4O06kDxMAtFGB74mE26gDAANx/H44y6QTqst8Z06+H4hoQAAAAPivUARIR5CAXIEVuSuWJOgckCnWAlFAoBdJSqAME6IYpKfNzL72+qnMEJlcHGMJd3J+qcwSsoNg+PTch+bM6R8DWbvIw0tSpA0SkVQcITK4OAGAWnTpARFp1gMBQKAUAAIDPeP46MzcFlt31gHDENuwEh2Ny94IolAKJoMw1WqEOkJCtOkBgQnuIwMX9eH+44iNmUJf91szu1DkCVqgDQOKxLvtbdYiIsHhpmI06AHAIdw+Ow3XqABHhvDIMk4QBAADgM8oz8yvUAQAMEto7ckyLzsFCKJQC6SjUAQL01U3OxAKYUjpYaBfLhTpAoB6NsvUSuPkY7yyiwgwPZg9HmXRCbtEA294fjokRCMVGHSAk3HtPx+1swLb3A1RNlqszAAAAAG8o1AEil6sDADiMu3/n+XDaQutIBItCKZCOQh0gQFt1gARdqQMEZBXKqlS3JTZTX8a5ZKv7+bky1x/qHAEr1AEm8kEdICA7dYAIdeoAIYmoyA5gj/Lj9Dp1AAAAAACTydUBYuWeMZ2ocwA4WKEOALlV1WSFOkQKKJQCCXClM1ZqDMN0UgG3fS4vEw8XygqcQh0gUDd12bfqEAnZGhMCxyrUAbC4nTpAhDp1gMBs1AEAwHOdOkBgcnUAAAAA4A0nLK6dTSjv2QDs8ZmFGX8Hi6BQCqShUAcIEJMydVp1gIDk6gDvqZrsg5mdqXMEaqsOkBI3CXarzhGotZtEDGC8W3UAABBiIv/E3AR+AAAAAPHg+es8CnUAAIdxUynZERNmZmcstJgfhVIgDdxkDHPjJmVC41odICCn6gAHKNQBAnXDS+Dl1WV/ZWb36hyB4loDOALH/MFydQAAk+L+ex536gAB2agDAAAAAO8o1AFiw3b3QHB4D4Xn+HuYGYVSIHJsdz8K00mF3JTAb+ocoaiaLFdneEehDhCorTpAwrbqAIG6cBOJAYxHoR0AMCUmvx5uow4AAAAAvINt76dHGQkIhDv+sSMmnivUAWJHoRSIX6EOEJj7uuyZkKnH7+BwuTrAa1jdORrTSYXqsm+NUtdYPIADjrNTBwAAkY/qAJHq1AEAAAAATIrnr9Pi5wmEg88rfnTihuthJhRKgfhxch2GIqMf+D0cLlcHeAPHn3G26gDgdzASn3ngOGz5fDgeFAFxYco5AAAAALyvUAeIhdtt61SdA8DBCnUAeKlQB4gZhVIgYmx3Pwrb3XvAbXt/p84RCJ9veAt1gAAxndQDTCkd7Szwbe936gABydUBIsXWxIcL+VgD4GcbdYBIdeoAAfH5vhoAAAB4chL481efMBwBCITrvLAjJl5SqAPEjEIpELdcHSAwd3XZ79Qh8BemlB7Ix3HubHc/WqsOgL9s1QECFfKDuJ06QEA26gAAEICdOkBA1rwUBQAAAICDhPz81Sf8HIFwFOoAnrlRB/DIqmoyjuczoVAKxK1QBwhMqw6A73TqAAHxrlBq3IyP8egmY8IP12b2qA4RID77aVi7hQOYFlveAxFhseJguToAAAAAAASA569Hcgsaz9Q5ABysUAfwyJ2x4+6POC/OhEIpECl3Mcx0wGGYiOkXShWHy9UBXlCoAwSIGwCP1GX/YCw0GCP0be9xuFwdIEJseQ8gZTz8nR731AAAAEB8eP56PO4/gUC46ZMrdQ6PtHXZMxDnexecF+dBoRSIFxfDw7DdvWdcmetOnSMQG3WA59jufrRWHQA/oeQ7TqjXIJQuhinUAQAgADzcPVyo1w/ecvfUAAAAQAq+qQMsjPun46T287tXBwCOkNrn9T3dD/+JPf5OZvAPdQAAs8nVAQLTqgPgRbdGMfEQp+oAP8jVAQJ0Q6ndP3XZ76omuzH/PmO+O7cAz6t12T9UTaaOEZLTqsk2HLsm9WBmN+oQgaAAjlDcGtcRh1pVTVbUZd+qg0SG8woAAABSkNpiqiCfv3okVwdY0J3tPx9rdRBgKDd18kKdwyP3ddk/PRe/NrMzZRjPXBrnxclRKAXilasDBKZTB8CLbo0LxYNUTfbx2UWkGquAhmvVAfCq1iiCDJWrAxzh0dg+ZYitMal0Mu48nqtzAIBQYVwXT6ou+1ydAQAAAFjAzvbFuVQGlJxVTfaBXQmGS3D77NZ4Z4dw8bf7vesf/t9fVEE8dMIAlOmx5T0QIbfdNCuNDnfvUREP3+P3criNOsAzuTpAgK7f/69AwU3JYrvaYVZVk+XqECNx3hnmwl13AgBe1qkDBObUvdwDAAAAgKFadYCF5eoAgUrtnvPazD6qQwAjFeoAnvnrXbJbUPBNmMVHl+oAsaFQCsQptYvhY3XqAHgVxZ7DeXFD6EpkKa3unMI3VhJ7j8LvcKFei+zUAQJ0pQ4AAB7jGm84zisAAAAAxkjtGW6oz1/VUvq53blpfbyzQ3DcIAt2D/zbY1323Q//ux//59SldHxfBIVSIE65OkBgOnUAvIyS3SBeFEqN488YqT3oChG/o+FydYCRduoAATpjmhwAvIoFcsOtqybbqkMAAAAACIsrzt2pcyyI53EDJbrdPRCqQh3AMy+9p+Td5ffWAe+e6CUKpUCcfCmWhYKTrd9u1AECsVEHcHiIMRzHIM/VZX9tbHs/1EmgW6F36gCBaqsm+6AOAQAe2qkDBOpT1WQ81wAAAABwqKf7h1YZYmErFnkPltrPi3dPCFmhDuCZnz7PCS6kOEShDhATCqVAZFx5Y63OEZB7pmAiEifqAK5MJM8RmBuOQcHg4ctwuTpV6I9DAAAgAElEQVTACDt1gECtjM8IAPzEPdhlUco41yxWAAAAAHCgp3uH1J5PpVaQPFauDrCgp+3ugeC4Rcb0Xb7XvfK/bxfMEIJznidOh0IpEJ9cHSAwnToA3tWpA4TCg2mAufj7hyi1B1wh43c1XK4OMBTFn6OcVk3WqkMAgIfY9n6ctXEvCAAAAGAA92zvmzrHgiiUHijBglpr9te/NxCaS3UAz3x7YzhRt2SQAKyMc+NkKJQC8cnVAQLTqQMAE9qIv38u/v4h6tQBcBi37T2GydUBRqL4M95F1WQ87AGA73XqAAE7YbECAAAAgIFSeo67qposV4cIRKEOsLDW/SeT+hAiCoHfe/W8Vpf9rZndL5glBPz9TIRCKRAfVhoNQ2nEf2wHfjj15z8Xf//Q3LsLfYQjpdXtU1h7MDl5jE4dIHC/V01WqEMAgEe43jvOBaVSAAAAAAOkVCg1ozhzqJR+Tm9NMwS8VjXZue2nTOJv3Tv//6md995zFui7Se9QKAXic6IOEJBHylxB4Hd0OPVKQ44/w3TqABisUwcIUK4OMEKnDhCBL0wqBYC/dOoAEaBUCgAAAOAtfw3bcEW6lAYDpFSUHCXB7e4plyFkhTqAZ+7qst+989/hM/8zzo0ToFAKRIRtDQajqIjYbFTfmOPPKJ06AAbr1AEClKsDjMD1wTR+p/wDAH+9zLxT54jARdVkXdVk6kV0AAAAAPzz4zS7lMo1a1eYxOsKdYCFpfT3j4i4Zz5n6hyead/7L9Rl35nZ4+xJwsLAkwlQKAXiwg3DMJ06ADCxjfB758LvHapOHQDDuKnW9+ocgQnu2sQVf27UOSJxUTXZNeUfAOC6byKnZtaxbRUAAACAd6RWqCvUATyXqwMs6Mft7jeqIMAIhTqAhw49n6V23nsPiy0mQKEUiAsHxWF26gA4CJPiDqcs7HD8Geb+gC0K4KdOHSAwJ4GWCTt1gIic2b78w3kCQMo6dYCInJjZbdVkbF0FAAAA4EVse48nbkHiiTrHgn4slW0UIYCRCnUAzwx5l0yh9GdMKT0ShVIgLryoH4aiYgB+WEmHtylvinPh9w4Rx59w8bsbLsTrE26+p3Vi+1IpN/AAklSXPeeVaa3M7D9Vk12pgwAAAADwVkr3YUxie11qZduU/u4RkQTL34c4+PPMs8cXpXb8nxyFUiAunGQHcFsXAziSu8hfqXMEplMHwGidOkCAcnWAodw1wr06R2RWZvZ71WRsVQwgVSlNx1nKb1WT3fLiFAAAAMALz5tSK9dQnHlZoQ6woB+3uwdCwjCKn7UD//s8e/zeih2OjvMPdQAA06iaLFdnCMydOgAOV5f9/6gz4E28wB2OQnug6rK/rZrs0ShRDxHqMeLazH5Th4jQqe23Kt7WZc9kOQApuTazM3WICJ2YWV812R9mtuXlGQAAAJCsjZntnv6Huuwfqib7Zunch52b2VYdwicJTjxMrUSNuFD8+97jiOFoPHv8WWEcG0djQikQj406QGB26gBAREIti8nUZd+pM+AoFIKHCfUY0aoDROxpWukti6IAJISHl/P6zfYLFngBAQAAAOBJSvdhJ+wK9JPU7g9f+nvfLB0CGMq9I1irc3hmzPkrpXPeoc6qJvugDhEqCqVAPDbqAIGhDARMJ9SymAoTksPXqQMEZh3iDRvb3i/ixMz+rJqs5YE3gNi5yZlsPTWvtZn9p2qyjgULAAAAAGxfrnlUh1hQagXK96T083htu/vN0kGAEQp1AA8NLoe6Y8DNDFlCV6gDhIpCKRCPXB0gMDt1ACAiFEqHodAePn6Hw4V6nGjVARJxYWb/rZpsG2L5GAAGaNUBEnFqLFgAAAAAkufKNSlNbCvUAXzhnjGeqnMsKKW/c0TEfVZTKn8fpC77sZ9pjgU/K9QBQkWhFIjHRh0gMDt1ACAibEMwzE4dAEejUDochVIc4pOZ7SiWAoiVexjM9OvlPC1YoFgKAAAAxG/zyv8+pXIN297/LaWC2qOl9XeOuJyb2UodwjPH7HDEseBnnBtHolAKxINC1zCUgYAJsJXkKJ06AI5Tl/1OnSFAQRZK3e+a7YmXtTKKpQDi1qoDJIhiKQAAABC/zUv/S7ewj23v05PSz+H6le3ugRCk9Fk91OhSqHundTddlGhcqgOEiEIpEIGqyYIsaShxYQ1MZqMOECAK7XG4UQcIzEYd4AhX6gCJel4svaIABCAirTpAwp4XS3mOAgAAAKQjpYltuTqAmlugfqbOsaC3/r5ZrA9vuWf+KX1WD3XsOaubIkRkKC6PQKEUiAMXg8OwKgOYzkYdIDQU2qNBMXiYU3WAseqy74ztiZVWZvabUQACEAk3KeCrOkfiLsysr5qsY8cFAAAAIAkpFUrP2PEnqeLQo5vC+5qTxZIAw6X0WT3U3QTvkdspgkRmXTUZf28DUSgF4pCrAwSGMhcwnVwdIDBMtYzHTh0gNIE/yNyqA8DMvi8AFeowAHAEpl/74dTM/qyabFc1WRH4tQoAAACAV7DtfXJS+vdPqSyN+BTqAB5qj/0CddnfGkNSXpLSuWESFEoBpIipcsB0eOk6zE4dAJPhXDJcsJMl67JvjRtwn5ya2RdXANq6rXEAIBjuwS4LjfyxNrMvZrZz07A34jwAAAAAhnvvXUVKxbvUSzO5OsCCUvq7RkTcTmRM0P3ZVJ9pjg0/u2Ax+TAUSoE45OoAgWFCKTAdLvaH2akDYDI7dYAABVsodbbqAPjJ2sw+mdl/qya7ZssSAIHZqgPgJyvbT8P+L9OwAQAAgOC89+wxpXJNstveu+eDK3WOhby33T3gs0IdwEN3ddnvJvpa3URfJza8QxqAQimAFFEoBSbA5J5RmGoZiQlv6lIS9ENMppR678zM/sPUUgChqMu+M6aU+uxpGvaDm1oa+sIYAAAAIGlse5+MlP693yyTploqRjAKdQAPdVN9oQTPeYcq1AFCQqEUiMOpOkBgKHQB09ioAwSIQntc7tQBApOrA0xgqw6Adz2fWtpVTVbw8BSAxwp1ALzraWppXzXZbdVkl5xXAAAAgGClNM0xpWLlcyn9e7/398zCSHgpsUnCQ7QTf72UznmHOmUYyeEolAIAgLG4GR2OQntcKAgnxk0ppUgcjlMz+2JmOzddLqUHygAC4Caef1XnwMFOzOx3M/u/qsmuqyYrxHkAAAAADJNSuSZXB1haYiU1trtHyHhO/7P7uuynfofcTfz1YlGoA4SCQikQOLZdG4VCFzANJvMMVJc9BcS4cD4ZJpaJ6pfqABjsabrcf6om21VNdsU1NACPXBpbUIXozMy+VE32wKIFAAAAwAvvvq9wBbz7BbL4YJXgfUquDrAgyqQIktv15UKdw0PdDF+T48TLCnWAUPxDHSBwm6rJcnUITO5hhvb/nCh0DUShC5gMZZxhmGoYH84nCarLvqua7JvtiyQIz9rMfjOz36omu7f9Q5U2sOt/ABGpy/6harIrM/ukzoJRnhYtXFRN9mj788oV5xUAAILGu7847dwOAYjXyYH/vWvbPxtKwbmlVShKqUCb0u8VcUnpczrE5J9p98yRd1k/W1dN9pFnd++jUHqcC6M9H6MbC2sF00YdAECyKLQPQ/kwPtxsDFQ1WV6XfafOMYFL218vprKFUqwolwLwQl32Wzc55tAXoPDT83Ip5xUAAMLFu784fTazrToEvNBaWoXSJLjdiNbqHAthu3uErFAH8NCcn+lro1D6kkvjb/FdbHkPhG+jDhCYVLayAJawUQcIDIXS+PA7TZSbaLEVx8C0nsqlfdVku6rJrtyDaABYyqU6ACb1/LzyUDVZm+B2kwAAAIB33IKvVN4VprTtfaEOsKBDi2f5nCGAoaom25jZqTqHh7pAv3bIUjk3HoVCKYDU7NQBgIikstpzKkwmis9OHSBA0RT06rK/sv1ke8SHcimAxbkJ3n+oc2AWT5NL/0O5FAAAAPBCStMdU7n3SOXf08zsSh0AGKlQB/DUbOckNxzlbq6vH7BV1WSFOoTvKJQC4duoAwAAkCJ3I4ZhPqgDTKwws0d1CMyKcimAJW0tnUk5qaJcCgAAAOi16gALytUB5pbYdvf3bsouEKJCHcBTcy9yaGf++qHiedw7KJQC4duoAwBIT9VkuTpDgHbqAACm5UrFW3EMLIdyKYBZ1WX/YDzMTAnlUgAAAGBCh763SGzb+3UCz69Suo9KabouIpJY8XuIG/c8cE4cN152VjXZRh3CZxRKAaSmUwcAkKydOgBmwVYRw+TqAFOry/7KzL6pc2BxP5ZLtzx8ADAF92LzszoHFvdjuZRFCwAAAMC8UirYFOoAM0upUNqqAwAjXaoDeGr2c5EbjJLKIoqhUjp/DEahFAhfbFvHAgAQkrlXDiIMhXFDnrK1mX0ys/9WTXZbNdll1WRcowMYrS77rZndqHNAZmUsWgAAAADm1qoDLCjawoy7VzpR51jI0O3u87mCACNEexw60lKLG1JaRDFEoQ7gMwqlQPhSuUgG4JdcHSBAO3UAAPN4tkXxozoL5E7M7Hcz+7+qya7ZuhjAEc6NxQr4edFCwaIFAAAA4Hhsex+NlJ69UQhDkNwz8pU6h4fu3PTQJbQLfZ/QnER8fjwahVIAAIAFLHhTgGXt1AECc6oOMBf3EJptW/DcmbF1MYCRWKyAF5yY2RfbL1poqybLxXkAAACA0KVU0CvUAWZSqAMsqFUHAEYq1AE81S31jdz7K54xvqxQB/AVhVIAAABgvJ06APxRl31rZn+oc8A7z7cuZrocgIOxWAFvuDCzP6sm21VNtnXbPAIAAACpywf+99sZMvgqukmebHcP+M89Bz9T5/BUu/D3S2kRxRCFOoCvKJQCSE2nDgBEYqMOAAA+qsv+0sy+qXPAW0yXAzAIixXwjrWZfTKz/1ZNdu22kQMAAABwAFfQu1PnWMg6woVoKd3/UARDqAp1AE8pSuIcR1624nnayyiUAgHjBTQAoY06QGDu1QEAX0T44PIlhaXzMBrjPU2XY2opgDe5xQpf1TngvTMz+w9TSwEAAIBBWnWABcVWmMnVARbUjvi/+Th1CGCEQh3AU4uXO+uyvza2vX9NbOfHSVAoBQAAmN9OHQCz2akDBGijDjC3uuwfbP9AkzI5DvE0tXTnppZuxHkAeKgu+8JYrIDDPJ9ayjRsAAAA4G0pTWwr1AGmktg22mMnGa4mTwIM4J5zn6hzeKpL7Pv67oKBHz+jUAoAAACMt1MHgJ9cqfTcWPGJw61sP7X0v1WTdWyzAuAFuVEqxTDfTcNWhwEAAAB8U5f9ztK5zzqJaCFzSs/NUio9Iy6X6gCeenTTQhU4nrwupfPKQSiUAgAAAMAM3Mrx3CiVYrhT+3vb4oLVsQDMvpuAncrLTkznxMy+VE32UDXZlvMKAAAAIjV2i+92yhCei6UwE8u/xyFadQBgpJQ+p0MoS50USl9HAfoHFEoBAMAYp+oAABACSqU40trMvpjZjgIQADNKpTjaysw+mdn/VU3WRjSdCAAAADAzG/vcJKWCTaEOcKzEtru/G7ndPSBVNVlu+2fb+Fmn+sbuueKN6vt7LqYp3pOgUAoAAABgSckV4iiVYgIUgAD8hVIpJnJhZv+tmuzavegBAAAAksS298FJaephO+b/qGqysdN6gakU6gAeUy9iUH9/nzGl9BkKpQAAAACWlOTDLEqlmNBTAYhiKZAwSqWY0JmZ/Vk1WUexFAAAAAlr1QEWlKsDHClXB1jQ2OJXckMd4A83RTil4vcQ39wzPSUKpa/j7/YZCqVA2HJ1AAAAAByGUikmRrEUSBylUkzs1CiWAgAAIF0pFWxCL8yEnv9Qd256LhCac9vvuIWfdeoAiU3lHmrNM7G/USgFAAAARqrLvlNnQFhcqfSjccOO6VAsBRL2rFR6I46CeFAsBQAAQKhG74yUWMHmzE0QDE7VZCkV1Vp1AGCkVErfY/iyeMGXHD4q1AF8QaEUAAAAABbkHlDnls5DaiyDYimQqLrsH+qyz83sqzoLokKxFAAAAKE5tmjYThEiEKEWvkLNPQaFLwTHPZc+U+fwlE9Thzm+vO481EUXU6NQCgAAAAALezZRjvIPpkaxFEhUXfaFmX1W50B0nhdLR098AgAAAAKQUsEm1GJmqLmHOrZ4tpkoBzBUKp/RMbw5x7id9O7VOTy1Mv6OzYxCKQAAwBJu1QEA+MdNlCuM8g/mcWFmt1WTbVlRC6SjLvutmf1qZo/iKIjPqZn1LFgAAABArFyB75s6x0KC2/ae7e4H2UyQARijUAfwmDeFUse3PD6hUGoUSgEAAJbwoA4AwF+UfzCjlZl9MrNd1WSFOAuAhdRl39p+CjbnFcyBBQsAAACIWUoFm1wdYKBcHWBBKf0dIhJuV5MTdQ5P3bupoD7hOPO6MxZTUygFAAAAALln5R+2GcEcVmb2pWqy26rJcnUYAPNzD6k3ZnYjjoI4PS1YuGXBAgAAAHwyQQEkpYJNaBPYQss71rHb3QMqhTqAx7w7t9Rl3xmL0d+SyjnnVRRKAQAAAMADrvzz0dLZWgvLOzGzP6smu2aFLRC/uuwf6rLPzewPdRZEa237BQudm0QCAAAAqG2O+T+uy/7B0nk2F0xZxt1vrNU5FtKqAwAjFeoAHuvUAV7hXdHVI5fqAGoUSgEAAADAE678c25m/1ZnQdTObD9VLvmHIkAK6rK/NLN/GVMHMJ9TM+urJruqmuyDOgwAAABwpFQKNquqyUIplRbqAAua4u9vM8HXAA7mjiUrdQ5PPdZl7+t5xddcPlinvniaQikAAAAAeKYu+yszy8zsXp0F0VqZ2e9Vk92m/mAESIF7cP3RzG7UWRC132y/YCGUl9IAAADAS1Iq2IRy7R5KzmPdTLTd/WaCrwEMkcpndAyfzymdOoDnkh7IQaEUAAAAADxUl/2t7cs/X9VZELUT20+V26qDAJhXXfa7uuxzM/uszoKorc3sP1WTXTOtFAAAACFi23u/sN094Dd373+hzuExbwuliZ3vxvD+HDknCqUAAAAA4Km67B/qsi+MrYoxv09MKwXSUJf91vZTsO/EURC3MzPbMa0UAAAAC9tM9HW8LQBNLIRt733PN6VU/u4Ql5Q+o2N06gDv4LjzuhDOkbOhUAoAAAAAnnNbFW+M1aKYF9NKgUTUZX9bl/1HY1op5rWy/bTSlmmlAAAAWMhmoq+TUsEmVwd4Ryplnm9uWiAQmkIdwGMhfK5TOt+NUagDqFAoBQAAAIAAuGml58a0UszvaVrpRh0EwLyYVoqFXJgZU7ABAAAQjMS2Afa2sOmeTZ2ocyxkylIXC/qwCPcZPVXn8Jj3ZU13vuO54OvOUl0kTaEUAAAAAALybFrpH+IoiNuJ7cs/3r5UADCNH6aVsmABc1kbU7ABAAAQFu+LQBNZe7z4K6XnUlP+vaVSwoVeoQ7guU4d4ECtOoDnCnUABQqlAAAAABAYN6300sx+MVaPYj5PWxVfqYMAmJ+bVvrRzG7EURC3T1WTdalOdwAAAEBQri2dRXeFOsArCnWAhYSwLTbwkkIdwGN3ddnv1CEOlMoCirEKdQAFCqUAAAAAEKi67Ds3Ve7fls4Dbizvt6rJbt0WRgAiVpf9ri773Mz+ZWb34jiI16mZ7TyeggQAAIBwbab6Qq7gl0rJxrtJoGx3D/jN3dOv1Tk81qoDHMoVXxlc8rqTFN+NUCgFAAAAgMDVZX9l+wfmX8VREK8TM7utmixXBwEwv7rsr20/rfSzsWAB81iZWV81WaEOAgAAgKhsJv56qRT9fNz23ruS64xS+TtDXC7VATzXqQMM1KkDeC65v3cKpQAAAAAQgbrsH+qyL8wsM7YrxjxWZvYn5R8gDe68srV9sZQFC5jLl6rJWnUIAAAA4CVusV0qi+x8K3Dm6gALmXS7+6rJPkz1tYB3+HbM8Ml9Xfa36hADteoAnkvu751CKQAAAABEpC77W7Yrxswo/wAJqct+5xYs/GIsWMA8Lqom63jxCQAAAE+lMj3Sm7KMuzc4U+dYyNR/X75NmkWEqiY7t/3wAbwsuPOGK8DyPul1a/d3nwwKpQAAAAAQobrsr+uy35jZr8aDAEzvomqya8o/QDrqsu/cgoVfzOxOHAfxOTWzrmqyjToIAAAA8IPgikEjnXh0PZ5SaSeVvy/EpVAH8Fyon+tOHcBzKZ2bKJQCAAAAQMzqsm9dsfSzpbNFF5ZxZvvyD6VSICGuWPrRWLCA6Z2Y2W3VZEzUAQAAwFiTP6Ng23sJX3LMbdLt7oElJDZBeIzHuuw7dYiRQi3CLuUipXchFEoBAAAAIAF12W/NbGMUSzGtE6NUCiTp2YIFiqWY0sr25xVKpQAAABjjZKavm0rJplAHSKyslsrfFeJSqAN4LtjPdWILKMZKZcEDhVIAAAAASEVd9g8USzGDEzPbUf4B0kSxFDN4KpXm6iAAAACAE2xBaCAftr1PpazzWJd9qw4BjFCoA3gu9PNF6PnnVqgDLIVCKQAAAAAk5qlYWpf9B6MAhGkwUQ5I3A/F0jtxHIRvZWZ/Vk1WqIMAAAAAiU1tUxc6c/H3X8pcpa18pq8LmCuczzUJOgrufBGyTh3Ac6ceLLxYBIVSAAAAAEgYk+UwIUqlAJ7OKx/N7Bczu1HnQfC+UCoFAACAJ0IvCR1KXShVf/+lpPL3hLhcqgN47ps6wAQ4Nr2vUAdYAoVSAAAAYKRUVqEhDc+KpRSAcAxKpQDMzKwu+64u+9zMMjP7Ko6DsH2pmixXhwAAAEAYqib7MNOXTqVkczrjz/BNVZOd2/7ZUuweI5hiiDSlUvgeK/jPdV32DxZHMXZOhTrAEiiUAmHr1AEAAEjcRh0AmBoFIEzgqVQqefkAwC912d/WZV+Y2T/N7A9LZ5tITOuaxQoAAAA40CzXja4AmMruPqrSWCplteBLZ0iPW+i5VufwXCyf7U4dwHPrFJ5RUSgFAAAAsKQHdQAc5ocC0GejAIRhKJUC+E5d9ru67C9tvyDnV0vnRSymwQRsAAAA+CCWstB7KJTOK5W/I8SlUAfw3J2b7hkDjlHvu1QHmBuFUgAAgPnl6gCAR27VATCMKwBt67L/YPsC0J06E4JxYpRKAfygLvuHuuzbuuw3ZvYvYxstHO6pVLpRBwEAAECyWnWAhZwt/TzHTT9ku/vj5TN+bSTKHQ9SKXyP1aoDTKUu+53xHug90X8eKJQCAAAAAA7iCkAfzSwzs6/qPAjCiZldqUMA8FNd9td12Z/bfhr2H8Y0bLxvZWbXLFYAAACAQl32t5bObgtLl2WiL+c4TP5DiM4tjcL3MWL7bLfqAJ5bVU1WqEPMiUIpAAAAAGCQuuxv67IvzOx/zezfls6DdIxzUTUZpVIAr3LTsC+fTcO+UWeC104svhc1AAAACEcq16IUSueRyt8P4pLK53OsezfVMyadOkAAov5cUCgFAABjMOYeAPC0bfGV27b4F2NqKV73W+wrdgFMw03Dzm0/DZuppXjNKYsVAAAA8Ip85q/fzvz1fZEv9Y2qJvtoZuulvp/Q3NvdA5OrmmxjZmfqHJ6L7nOd2ETusc5i3kGHQikAABjjQR0A8ESuDgD4oi77jqmleMeVe0EAAO9y07CZWoq3sFgBAAAAi0uoZLOqmmyp6WvFQt9HLbrSGZIQ9RTGibTqADPhmPW+Qh1gLhRKgbDt1AEAAAfZqAMAvqjLvlNnwLx+mFqa2X5qKdPlYGa2MrPrmFftApjHs6ml/7T91NIUXt7iMCxWAAAAgEIqJZulimSpFNaW+Lvh/ghTu1QH8NyjW2gQo1YdIACFOsBcKJQCAavLfqfOEKCNOgCAJKWwVQsA/MRNlyueTZf7ps4EubXxIArASHXZ79zU0o2Z/cv2ixaQtpWZtSxWAAAAwMJadYCFzF70TGi7+/uFtrtfLfA9kIiEPp/HiHaBgSvKMizkbSexLnSmUAogNRt1ACASO3UAAEBY3HS5c9tPl/u3MV0uZWdsUQzgWHXZX9dlX5jZ/9p+0cKdNhGETsxsqw4BAACAdLDt/aTymb++L6ItnSFqhTpAAGL/bMf+7zeFQh1gDv9QBwjcjZl16hCY3E4dAAACsFMHADyRqwMEhpWMeJqyf2V/b1FbuH9YPZ+Wq6rJOnZdAHCsuuwfbD8dqK2abGN/n1eYoJGW39x5hRcdAIBj8e4vTp06ABaVL/R9rs3st4W+l9K5zVsoKmb82j5p1QGAEQp1AN8l8Bzi2swu1CE8V5jZpTrE1CiUHqery36rDgEAAPxXNdlHt2oZSBmfAXzHHRcvzezSTTt4+odyafxWtn+QnmtjAIiJK6lvzWzrFi1cGueVlLRVk21cyRgAgLF49wfgUK2lUyidhVsUeDLX1/fIPe+HEBr3vJ7nKW/7pg4wt7rsr6smU8fw3apqsvPYysVseQ+E70YdAECSeEE33Ad1AADw2bOtize237o4+ocxsNOqyaJbuQvAD3XZ39ZlX9Rl/8HM/mVmX41p6bF7WqwAAAAAzM4VBO/UORawcgv25jBbWdUzi5SMZvw9IU2pfD6PEVWB8A28q3lfdJ8XCqUAAGAMVlICezygGYYyOt5Vl/1DXfZtXfbnZva/ti+XsogqXls3jQIAZvO0aMGVS1m0ELezqslydQgAAAAko1UHWEgR2Nf1TbvQ92GwCSZRNdkHY5vzQ6RSKE3l3/MYF+5zEw0KpQBSk6sDAEgWxcM4sd3HMJTRMcizcmluZv80s39bGpMfUsI0OQCLemHRAuXS+LSxPcQHAACAt1Ip2Uw+eY3t7gGvRTdtcQY3ddmnMkQllXPdsaL63FAoBcK3UwcAkKSdOkCAeKEJAEeoy35Xl/1VXfYfjXJpbE6rJovqYQsA/70yEZtyaRzWZnapDgEAAACZxYY71GW/szSeT61n2E49n/jr+YoiFkLEPfX7kvlsu+Isu8i9L6rPDYVSIHw7dQAA6S8B/AkAACAASURBVHEPSTAMhdLIsJXmKDt1AMSBcmmUrtQBAKTrlXIp55WwfXITjwAAAJCepXeVahf+firFxF8vlcXFrToAMERC04OPlUyh1Ent33eMk5ieRVEoBZAaCl3AdB7VAQLDlvcAhVLM4IdyaWZmf5jZvTgWhltXTbZVhwCAZ+VSFi2Ej8UKAAAAWEIqJZvJCqBVk30ws7Opvp7Hlt7ufrPg90K8CnWAANwlOHwplXPdsQp1gKlQKAXCt+RFaAxYTQNMh+MPUkdJeLgHdQDErS7727rsL+uy35jZL2b21VgAEZJL90IBALzwyqIFzivhOGNXAQAAAMyNbe9HSWU66dIFrM3C3w9xKtQBAtCpAywtoXPdsQp1gKlQKAXCRzEDAMJwqg6AyVF6Gmjh1dhIXF32XV32he0fpP5qZjfSQDjEyswu1SEA4CXPFi18MLN/mdk3dSYcZKsOAAAAgCS06gALySf6OqkUSlt1AGAIVxpfq3MEoFUHEOnUAQKwjmVxM4VSAAAwVqcOAIgxoXQYpnlB4tnWxbntty5mupzfmFIKwHt12V/XZX9uZv9rZv82s3txJLzuNJYH+QAAADjchJM0D5XKVsDFsV+A7e4Br7HY/30pf7ZbdYBAFOoAU6BQCgSuLvtOnSE0vEgAoMLxJzoUnoZJ9QYbHnFbFz9Nl2NqqZ+YUgogGG7RwlVd9hsz+8XMvooj4WVbdQAAAAAsbtFntwltBXxSNdnmyK+RT5AjBK06ADBCKtODj9GpA6i4Ii2Lqt93HsPQDAqlAABgrE4dABBjQukwD+oAwHM/TC39akwt9QlTSgEEpy77ri77wvbnlc/GA3afMKUUAAAAS2jVARZybOEslcJaK/ieG8H3RCSqJitsv9gfb0tlIvVrUv/3P8TKIjjXUSgF4pDCircp8XIamAblsOFydQBMihvrYZhQCi+5qaWF7R+4sm2xH5hSCiBY7ryydVNLfzWe2fiiUAcAAABA9FIp2RRH/t8HX7I5wJ2bWru0jeB7Ih4pfDaP9ViXfSrH+td06gCBCP7zRKEUiAOlrmGYKAdMwI21xzAU2iPBhKNRduoAwFt+2Lb4VzO7EUdKXaEOAADHctOwP5rZL2b2TZ0ncRcTbM0JAAAAvMoVCFO47h+97X3VZOeWxqCGVh0AGMLtFnWmzhGATh1AzRVq2e3tfWehP4eiUArEYacOACBZTHEbhkJ7PDbqAAHaqQMAh3IFoNz2BSCKpRprt80SAASvLvuuLvtzM/unmX1V50kY068BAADSsRF931Qm1+Uj/++Cn9h2oFT+DhCPQh0gEHy29/g5HCboc94/1AEATGKnDhAYCl3AdHZmtlaHCAjHn3hs1AECxFRjBKcu+87McjeVeGtmp8o8CSqMiQ4AIuImFhVVk21tf165UOZJUGGUSgEAAFKxEX3fazP7IvreSzq3cc9sgi7XHEi13T1wjEIdIBCXDEEwM96RHurSzK7UIcaiUArEYacOEBi2nAamc2uUa4ZYVU32oS77B3UQHI1y8DCP/N0jZBRLZU6rJtvwEB5AbCiWyqyqJivqsm/VQQAAABCnuuwfqib7ZvFvHX029F2He67Gdvfz4h04BnPbcp+ocwSCnxOGWFdN9rEu+yAH7rDlPRCHnTpAYDbqAEBEduoAAaKIGAd+j8MEebME/MhtWZyb2S9mdieOkwomyQGIVl32u7rsCzP7p5ndiOOkIoWJSAAAANBKZSvgodfWqVyLK3//lN0wBs9fgfkU6gBjUSgF4kBJYxi25wamw/FnOIqIceBcMgzHCkTFFUs/mtmvZvaozhO5VF42AEiYK5bmtl+wcC+OE7szN30FAAAAmAuF0mn++yFiu3uEKIXPJqBSqAOMRaEUiABbyA7HywNgMpTEhqNQGji3NQ+G2akDAHNwW+ZuzOwPbZKorasm49wJIAluwcLGzD4bCxbmxMsyAACA+G1U39i9t/2m+v4LOqua7KAt1t2znRSGNLTqAMAQVZOdWxqfTUBl5T5nwaFQCsSDrdGG2agDADFwD0aYoDMMpZjw8TscjvI5olWX/UNd9pdmlpnZnTpPpAp1AABYUl32W9tfc/KsZx6FOgAAAABmtxF/f6aUfq+YM4RHUvm9Ix5BFt2AwBTqAGNQKAXisVMHCMxGHQCIyE4dIDAn6gA4GoXS4SiUInp12d/WZf/R9lPlMC0ebAJITl32u7rsczP7tzGtdGon7FwDAACAmaVSLMwP/O+l8GxHut39odNigSfubyaFzyagdvBEb59QKAXisVMHCMxGHQCISKcOEBq2TA8ehdJh7t00YyAJbqrcL0b5Z0psew8gWXXZX9n++pMp2NPK1QEAAAAQr4S2vX+3jMZ294vh2RmGOjezlToEkIhCHWAoCqVAPJj8NUyuDgBEhOPPcNzYB8qtIGPK7DAcI5Ccuuw72y9govwzHVbLA0iWm3KTm9lXbZKocF4BAADA3FKYUrqqmuy9a+t8iSAeSOH3jbhwXwwsp1AHGIpCKRCPnTpAYIIbKQ14jLLYcLk6AEbL1QECxDECSarL/qEu+49G+WcquToAACi580phZv9WZ4lErg4AAACAWfnwHvDa0tjB5r1SWrFECLFvyu3ugaGqJtuY2Zk6B5CQE/e5CwaFUiASddlT1hiG6XLARNxNcgoPRaaUqwNgNKbLDtepAwBKrvxDqfR4p25KNAAkrS77KzP7VZ0jAquqyXJ1CAAAAMxG/h7QbXufwtTKVwulrjwj/10sIIXfM+LCdFJgeZfqAEP8Qx0AwKRuzOxUHSIUVZN9pIjrv6rJtmb2SZ0jEJ/rst+KvndnrGQbYsUxKFi5OkCA+DtH8uqyL6omMzO7UGcJ3EejpA4AVpd9684rX9RZApcb5xUAAADM69rifx60qprsvC77l0qVqZTWKJQiNEEV24BInFtAnz0mlAJx2akDBGajDgBMTFnaojA2XK4OgGHcZDwWbgxz51biA8lzk0q/qXMELlcHAABf1GXfmtkf6hyBy9UBAAAAEDdXskxhh7f8lf99sWAGlW+ePAPP1QEQhqrJPprZWp0DSNC6arJgFlpQKAXiQqFrGLYtRmyUN6yd8HuHKlcHwGC5OkCAuDYBvleY2Z06RMBydQAA8Eld9pfGYoVj8FwIAAAAS0hheuVPBRm2uwe8VagDAAmjUApAgtLGMLk6AA7yQR0A76vLvlNnCFCuDoDBcnWAAHXqAIBP3LSCQp0jYEyJBoCfFWZ2rw4RqJWbzAIAAIAIuR2nfJBC4XD9wrV1rggikMLvF3Ep1AGAhJ17dH3ypn+oAwCYTl32XdVk6hgh4aVBGPg9hePGKHoMsaqa7GNd9iwGCEcwq8Y80qkDmJlVTbZVZwjIzm2hi5nUZX9bNdlnM/ukzhIizp3wQdVkhZltxDFCwXllZnXZP7i/yT/VWQL10VigDQAAEKuP5sHzybrsr6smezSzlTrLzAozu3z2P6fwPN2X7e6Bg7jttmM/FgE+W9n+/NiKc7yLQikQnztLY/uAKayqJtvUZb9TBwGm4MGU0FujUDpUYd8/YIGn3PY8a3WOwNx7dI49N66PDnVjAdzIhq4u+60r/3BcGW5jFH+gVxjXvYfivLIAt8D4m5mdqbMEaKMOAAAAgCRcm9mFOsTMzs2973DT11K4P2E6KUKTQtEb8F1hATwvZct7ID68XB2G6Zf+26gD4GCdOkCAcnUAHIyb7OE6dYBnWCUOHxXqAIHi+h0AXsZCtXFydQAAAAAkIYXi4fNt71N5nu7T7zVXB4DfXNE79mI7EIJTN8jIaxRKgfh06gCBydUB8C4mdx3mUR3AOP6McRLCBSPMjOLXGJ06AOAzN1n8Rp0jQBRKgbB8UAdIhZsM/1WdI0AbdQAAAADEry77a/PjPc7cCvefKRRK2e4eoUnhcwmEolAHeA+FUiA+TCgdJlcHwOvcSikcRv7ZdzfOFGOG4wbOc670y3bpw3XqAEAArtQBArRRBwDMg2vvgHANtaytOkCAWMQKAACApfg0zXIuOdvdA95iZxPAH4U6wHsolAKRqcv+1tJY4TYVXm75jQlU4enUAQJUqAPgXZR+h7t3U7IAvMFNp7hX5wgM1+/wARNI4CV3/fVNnSM0VZPl6gwAAACYRa4O8IMUCognls47jxR+n4gEg1MA76yrJvO6C0OhFIhTpw4QEl4ceG2jDhCQTh3A4QZ6OLa991+hDhAgjgXA4Vp1gNAwxR4A3tSqAwAAAAD4WUILi7fqAAv4ynb3CEyhDgDgJ15PDaZQCsSpUwcIDJPn/LVRB8AwTEkejeOQp1i1OVqnDoDRvF4RGalWHSBA/J0CAaEEviz3kpp7smFydQAAAAAkI4WF+Ct1gAX4+HvkeRneUqgDAPiJ1/0ACqVAnDp1gMDk6gB4Va4OEJBOHeAZH2+kfef1CqTEFeoAIXJFBp/s1AECksIDX6+47YlTmE4BIF281Fpepw4AAAAA4EWtOgCO9ujh828znuviFW5b7bU6B4CfrKomK9QhXkOhFIgQEwIHO2Fiirc26gAB8WlrjU4dIEDrqslydQi8qFAHCNA3dYAX7NQBQsJ1kYSPD6F9lqsDIHm36gDAOzivDLNRBwAAAEAa3DtcFhaHjfsthIahNoC/vJ1SSqEUiFenDhAYbw/UqXJlFlZLHcg9hPAFN9PjFOoA+F7VZOfGcWiMTh0AR2OS3PJ8Oo8DeJ9Pi7lCwHlleZxXhtmoAwAAAGAWuTrAK3iHEjZ+fwgNPQjAX2e+DnmhUArEq1MHCAwXUv7J1QEC4tVq1rrsH8zPCYW+u/D1gjFhhTpAoHx8oLZTBwgMx6LldeoAADAjzisL82zBIQAAAIDvteoAGM3X7e6BF7nttFfqHADeVKgDvIRCKRCvTh0gMLk6AH6SqwMEZKcO8AJuqMdh2wlPVE22MbMzdY4A3dVlv1OHeMFOHSAwTJJbmKefG5/xNwqpuuw7dYbA8JnVuFEHAAAAAPAztr0Pmpfvvqom474br2GoFuC/Qh3gJRRKgUhxMzLYym1tDH/k6gAB6dQBXtCpAwSqUAfAX7bqAIFq1QEwiY06QKLu1AECwrRDICwbdYBE7dQBAnKqDgAAAIDkeFlMxLt8/b3xrAw/cbsiMjgF8N+JjwsDKJQCcevUAQJDodQT7gL3RJ0jIN5tZ+gmrVGMGW7ttp+AkDsGcU4Yx8sHakySG8y7G9dEPKgDABiEa93DcW+nsVMHAAAAAPCqVh0Ag7HdPUJTqAMAOFihDvAjCqVA3LioHebClYigR5FrGO8KpU6rDhCorToA7NLMVuoQAfJ1u3sMR/FHY6cOAGAQSuADVE2WqzMAAAAASI63i6bZaTJIvHdHaAp1AAAHK9QBfkShFIgYq6RGocjoh1wdICCPHhe4WnWAQDGlVMgtLLhU5whUqw7wjht1gJBQ/JHYqQMAGMTXRV2+8vZFbsT4GwUAAEDqfB8awHvcsPD7QjCqJtsYgyOAkKyqJvOqq0ShFIjfN3WAwFAi8oNXJ0vPefuSsC77B+MYNNZWHSBhTCcdz/cHakySGyZXBwAAz3FeGSZXB0gQf6MAAACA31p1ABzM9+3uN+oA8A6dByA8XnVkKJQC8fP54tZHJ1WTMTlFyE1mpMx1uE4d4B0cg8ZhSqkA00mPcuPxtOQn3hbwPcX1EAC8rVMHCEyuDgAAAAAAPnHb3t+pc+Agvr/r2qgDwDteFdMAHOTCvav2AoVSIH6+X+D6iDKRFhe4w3TqAO+4NrNHdYhAbdUBEnRlFNrHatUBDkChdJgzdQAA8NxOHSAwKxZvAgAAAMBPWnUAHKRVBwAO5bbNXqtzABjFm64MhVIgcmw5PYpXzf+UVE22MQosQ3ldkHLHIIrt46yrJtuqQ6TCFRwu1DkC9WhhfM536gChcQ+eAAAvCGAyt49ydQAAAAAAaQlgYVsIz1VTd1+XfacOAQzAc30gXN4Mv6NQCqSBm5HhvDlQJ4af+zB3rrDpuyt1gIBdUnBfDH+n412HcCxyW0hhGB48AcDbbtQBAlOoAyTG9xfnAAAAwBK8fr7uFiuy7b3feM+OYLh3ijzXB8J14oawyVEoBdLAhe5wlLgW5n7ehTpHYDp1gEO4Ete9OkegVkbRcXZVkxVmdqrOEbBWHWAAij/D8OBpWbk6AIDBWKwwjDcPRBPBMw0AAAAgDK06AN7UqgMcYKMOAG+c2/7dIoBwFeoAZhRKgSSw7f0oK2Na5tIujQvcoUIqi1OKHO+iarJcHSJWrszO3+d4oW33Q/FnmJUrXAMAXsZ5ZTjus5ezUQcIyKM6AAAAAJIW0rue1NwHsvPVRh0A3mBIBBC+Qh3AjEIpkBJuRoa7ZHrKMlyhixeLAwVW4mqNl3THaJmaPJvWKLMfI7QybqcOEKBCHSAhTEo+3IM6AOB06gAB4sXGcjbqAAEJ4QUxAAAAIsW2917j/TqC4XoNZ+ocAI629mHYFIVSIBF12bdGmWuolZlt1SESsTUKXUMFNXXYTUrmxnu8tXE8mpybvMjN9XiPFsZ2P89RFhjulAU28+NnPBifZXjBvfTjPnuYNdOvF8NCBQAAACCchVatOgBe1KoDAAOwiBeIR6EOQKEUSAtlruHYanpmVZN9NLPf1DkCFOLnObRJhr75rWoybgYn4spb/E0e59qVxYPhij/36hwB2qoDJCBXBwAwWqcOECB2p5iZu88GAAAAEE6hNMR3PrELZbt74AnPW4B4nKt3L6VQCqSF4sw4rTpA5Pi7HKdTBxjK3XjfqHMErmWK3fHcBfi1MRn5WFt1gJE6dYAAXXDsmV2uDgBgtE4dIEAnLNycXa4OEJidOgAAAADSxrb3Xgqp5CstHUHPLSxdq3MAmMzKxFOHKZQCCXFlLm5GhltXTUbpcQZVk22NbfjGuHMPF0LEZ+k4KzO7Vq9IisCVmZ2oQwTuJuDjUKcOEKitOkDkmEA9TKcOADwT0gsmn7TqAJEr1AECs1MHAAAAAIz7JN+06gAD8L4DhToAgMlRKAWwKMpc4/zGBJVpuZVSn9Q5AtWqA4xVl/21sd30sU6MY/loVZNdmtmFOkcEtuoAR6D4M84F10LzqJrs3JiYDATLLbDg+na4tbsuw8TcVHFeJgIAAADh4bmlP9juHqEp1AEATO5MuXsghVIgPddm9qgOEahrtnudxrPtpjFO6D+7rTpABC6YnDxc1WSFmf2uzhGB+7rsO3WIseqyfzAmto/FcWcehTpAgHigD9+Efn2usmXy/iwKdYAAdeoAAAAAgFuw+E2dA2bGfT4CwsACIGqyKaUUSoHEuBIFF8HjsNX0BNzPrzOztThKqELe7t7MzOqyb41i+xR+cwVJHMBNRaYMN42tOsAEWnWAQJ1UTbZVh4iJW6x0ps4RGndPA/ikUwcI1Mo4J8+Bya/DcV4BAACAL3iH64dWHQAYQLotNoBZyZ7zUSgF0rRVBwjYiXETcawrY/u9Y8RSiIvl30PtC6XS97kyaWes0JzCvSuFh65TBwjYJ/eZwjS26gABYsIwvFOXPTuBjHfG9ex03MIPrnkHYitLAAAAeIRCqd4d9wgIhRvkdKHOAWA2a9U7OQqlQILcdMMbdY6AnVVN1qpDhMj93LioPU4sDxOujJfuU6FU+gbKpJPbqgNMwT0QvFfnCBgT2ydQNVluXBeNsVMHAF4Ry3W6whWLFY7nzs1MJx2Oa0IAAAB4w+3Kwrb3Wq06ADAA00mB+BWKb0qhFEjXVh0gcBeUSg9XNdmHqsmujdLEsb7GssWr+/dgSul0KJW+gDLp5GKZTvqE4s94a2PK6xQ4D47DhAj4ivPKeCtjscIUWuO6d4ydOgAAAADwA+4vtfj5IyQsLAXiVyi+KYVSIFF12XfGFIZjXVRN1vLS623u59OZ2Zk4SgxadYCJMaV0Wl8ouv/NFWx746X6lLbqABOjzHecE44547ktiU/UOQJFoRReYtv7o63NrOP+epyqyc6Ne+6xOnUAAAAA4AcUGnXu3E6fgPeqJtsYz5iBFKzcs79FUSgF0rZVB4jAhfHS61VuK9edcTE7hXtXBI8GU0pncVE1WfLHJFfU+qLOEZnYppOaezB4p84ROCa2j+Bu/D+pcwRspw4AvIGXfsc5Me6vB3NT+Vt1joDt1AEAAACA59j2XqpVBwAGKNQBACymWPobUigFEuaKIUwpPd6Jme3cSxw4rtD1pzEdcCqxFi+ZUjq9UzO7TfGYVDXZh6rJOqOoNYetOsBMWnWACFAqHYDSz9Ee67JnQil8Fus1+5IolQ7gfk6tcd99DM4rAAAA8BELFjX4uSMkhToAgMWcLf28lEIpgK06QCRWZta7EmXSqib7WDXZrVHomtKjRVo+cSttL9U5IrS2xI5JzyYin2qTRCm66aTPtOoAkbiomuyW8s/bXJm0M0o/x6D0A6+5wjOLNo93YokukBrCnXc7Y0eQY7BQAQAAAL6i2Lg8trtHMNwzk7U6B4BFFUt+MwqlQOKYUjq5T65QkdyLLzcZ8MrMeuOF1tSuXfEyShyHZhX9MenZsYeJyPOJtvTtjq1f1Tki8TSxPVcH8RFl0sl06gDAAZhSOo217SeVFuogPqqabGOUSadAmRQAAABeYtt7iVYdABgg2vc2AF5VLPnNKJQCMGNK6dRObD8ZsE1hUpcrc21tPxnwN22aaG3VARbAjc98oj0muYLBzjj2zOmmLvvYV8O36gARWZnZnylNRz6EO1Z1Rpl0Cp06AHCA1vY7DOB4KzP7UjXZdWzXscdwixRujTLpFDp1AAAAAOANsT+X9Q0/b4TkXB0AwOJO3CLzRVAoBcB0wPlc2H5S1zbGl18/FEk/GSWJuXxNYYsNV1i7UeeIXDTHpKrJ8qrJbs3si3HsmdtWHWBuddl3xvFnap+qJkt+Wqm7VmqNY9Vk3OcV8JqbIsNLqGmd2f46tlAHUaua7NL2u4JwXpkGn1UAAAD47NpYsLgUtrtHMNzzEZ4LAGlabEgXhVIAT7bqAJFa2b5suXPTATfiPEdzRa7WzP7PKJIuYasOsCCmlM7v+TFpG9oxqWqyomqyzvbb2zORaX5fEypvteoAEVrbflpp5yapJcWVaW9tX+bHNCh+IyRbdYAIPU0rvU1xwULVZBt3Hfy7OktEHuuyZ8t7AAAAeIsFi4tq1QGAAZhOCqRrsc//P5b6RpHapPgQG+P4Xsioy751ky4o6MxjZftCwUXVZDe2vzG5djeD3nNFkML2J6i1Nk1SkphO+qQu+9uqyb4a5ZslPBVLP1VN9s3MWl+3NXel18L9w/FnOY+WUBnGXQdtjb+xOZyaWe+ONVe+XxMfyx2ztsa5bA5enqeAl9Rlv3PHvTN1lgid2H7Bwo3tzytRHxvczgKXtr92x7Q6dQAAgLd494eDxf6cA164Np4zLSHqe0vEwz0n4HnTcJ/VAfCijXGOG2pdNdn5Es9EKZQe58L448bh/kcd4ACXtp/6hnmdun++uJeMne3LpTtlqOdcGSJ/9g8FG42tOoDApe2Ly0y+Xc6ZmZ1VTfZo+4cm1+oX88+OQefGjbHKlU/npYVsbb81OebxdKy5M7MrC2hhzSEoki6iUwcABroyrmPmdGpmp1WT3dvf55WdNtJ0nhVJL417o7nwwhgA8Bre/WGIEN79IWB12V+7Z/fcF8yH7e4RkkIdIEB3ddlv1SHwM/f8i+vu4c5tgedaFEoB/KUu+85N+ThVZ0nImfvnd/ci7Nb2L8tvzex2iaKFK0BsbF/e+uj+oUCql9R00id12T+4KYFs5bi855OUzcy+mTsmzb3S3t0w5M/+YVq21n2KN9dMKV3Mie2Lu1/cVOpr2x9ngiyXuqk1hfHQY273bEuM0HB/vZi17e8dfncLNp8WSIV6XtnYfoECi+zmR6EUAAAAoWBK6byu1AGAAQp1gAC16gB4mesFsMvTcOdVk32Y+/knhVIAPyrM7L/qEIlau3/+OmG6VYe3ZrZz/5j9PJ3p4fkLdlfM+vjC18/dfz79/38wSls+26oDqNRlf1U12bnx8l3tqfD+yRVM72x/HPrumDSkbPpsu7CnY1Bu+0I7BT6/FOoAQltjSumS/pr68mxqe+d7cbBqso+2/5ycG8evpVD6Qai2xi4gS3q6fv3iJmI/LVropKne4Uqk57Y/t3CPvoxvoZaOAQAAkCQKpfPiuROC4J4f8NxgOD7jfuuMQulQK9s/S2zn/CYUSgF8py77XdVkn83skzoLzGx/Mji174t1P/1uXNkL8fgjxemkP7g0s14dAt85cf98d1HP8Sc6X30vXcyJKaVSTyWg5wtqOvt7avtOFcw9qMuf/cPfx/JadQBgDKaUSj1duz4tjroxd06x/XlFtnjBnVc+2v6cwuIEDV4mAQAAIBhsez8rFpshJJfqAAG64527966NnUvHKIxCKQCBK9tfkHBjAizv0RKeTvqkLvtbyu3A4h6NBxJmTCn1wU8Lap5NSn6wv6e1P/3nwxTFoB+mKG/cf340ronV2O4eoWOhlB8OOa/cuv95qvPK01R+pvP7h0IpAAAAQsOU0nlwb4CQnKsDBKhTB8Db3MC7O2P67lCnVZNt5ixMUygF8JO67B+qJivM7D/qLECCtqyG3KvLfls12blxAQkspeD489eU0kvj2OOjp9/JUyHor0UHP0xLvjez3YFfk6mB/rtSBwCO4RZKfTVe/Pnox/PKX344rzxNzj4ECxH895VrXgAAAASIQuk8KJQiCO59KQtUh2vVAXCQ1phSOkZhMw4qo1AK4EVu+wS25gOWdV+XPaWJ7xXGRCdgCd/qsufh2d8uzexPdQiMtjYersWkVQcAJrC1/RQJioZhepqcjTi06gAAAADAUGx7Pwu2u0dImE46HDtfhaNTBwhUYTMWSv/fXF8YQBQK20/iALCMQh3AN+5C/7M6BxC5R+P485267Dsz+6bOAYApcoiDJhjGbwAAIABJREFU23qIhWOA3r27zgMAAABCxECAafHzRBCqJvtgFErH6NQBcBjXB7hX5wjQumqyj3N9cQqlAF7lXnptxTGAVHzlxdbL6rLfmtmdOgcQMba6f9mlsbAGUGvVAYCpuGtaHowCWhS7AQAAEDIKkNPi54lQsOvNOHzGw8Lva5zLub4whVIAb3Lbb9+ocwCRe7QZT/aRKIxiFzCHP9jq/mUsrAHkblhsgwgV6gBAwh6NhQoAAAAImHuOy0LFabDdPUJSqAME6JF3X8Fp1QECNdv0YgqlAA5RGEUuYE5MB3yHG3W/VecAInNnfK7e5BbWMCEZ0GjVAYCpuZL0V3UOIFFX3HcDAAAgAhSkpsHPEUGommxjZqfqHP+fvbtHbiPJwoV9ZmJ8agfkrICUceEKswJxzAtHkElHYgcW0JB/EcOmI7NBB+5QKxjIhUNyBQOu4BNXMJ9RiRbEJikSQFXWz/NEMKTulpCnJaJQlfnmyQaa5y6Al0lZAJmkl9v78Pn1sIwXFigFfkqHLijVFzuknicFu77krgNa4i6E2Z9rmLsA6KDb85Orae4ioCSnYXIUqnYXjrsHAKAdprkLaAnrcjRFad0HW857vJn8vW2mlOuEQCnwLIJcUIq7EFR6qWE40gV24TTt9uMn0p/Tp9x1QMeMcxcAZUmbOYa564CO0Z0UAIBWSHOV1ki247h7muQ0dwENJZjYTP7eNvP2w+fXr3b9ogKlwEsMw0MK7JLugC+U/ryOQ1cn2MaFzn8vc35yNY6Im9x1QEfoTkrrpRMKfstdB3SE7qQAALSNwM12/PnRCB8+vz6KiP3cdTTQV+vvzZTmTGUANjPc9QsKlALPppMK7NRvjrrfTNqBa0cebOYmvH82JcwO1RjmLgAqMg6bFaAKupMCANA209wFNNhdCJTSHMPcBTSU93izzXMX0FDDXb+gQCnwIucnV/OI+CV3HdBwN+Eo162kzmW6OsHL3EXEsQX1zZyfXC1DGBfK9jU9b0DrrW3YtFkBynMbupMCANAyjr3fyqX5cRpkmLuAhhIobTZ/f5s5TF2Nd0agFHix85Ors4j4krsOaKi7cNT9TpyfXJ1GxNfcdUCDHKdQJBtKYfaL3HVAiw1zFwBV0nkfSnfq2RsAgJYSuNmMPzca4cPn18cRsZe7jga6sQ7WeK7Tmxvu8sUESoFNDcPxfLCJYVo4ZjeOw7UInuO9rn+7cX5yNQzXHSjDJ5N9dJHNClCar+cnVxYhAABoq2nuAhrozjMCDTLMXUBDzXMXwHbSxmDN7TYz3OWLCZQCG3E8H2zkk4fV3XItgmf5LYVV2J1+uO7ALjmSmE6zWQF27i4svgEA0GKOvd+I9Tka4cPn168i4m3uOhpqmrsAdmKeu4CG2kvdjXdCoBTYWHpYGeauAxriy/nJ1Th3EW2UrkX9EO6Ch1ycn1w5SnfHUpi9H647sCtDRxKDzxXYoTNdrwEA6AAByZfx50VT7CwQ1jG3TgltDdfrzQmUAvWQui2+z10H1NxNCF+XKj0gCM3Bj27C+6I0rjuwM7+dn1zNcxcBudmsADvz1WZOAAA6Ypq7gAZx3D1NYt1hM97jLZE2CTvNaTPvUpfjrQmUAltLx+he5K4DauouIvq6bpUvXYsE3KFwE649pXPdga3dRMQ4dxFQF2mzgi4UsDlH3QMA0BnpGVLg5nkEzWiED59fH0TEYe46GmqeuwB2apq7gAbbyfyyQCmwE+cnV8MQKoX7hEkrJtwFESFMWikba2ArjrqHe1LHXvezsJlTR90DANAx09wFNIRAKU0xzF1AQ+lC3D7z3AU02E66HAuUAjuTQqV2wkFhFSa9zl1I1wh30XF3EXEsoFUtG2tgI+/dJ8HDbJKCjVyk9w4AAHSJANXPCZrRJMPcBTSU93jLpLWD29x1NNRh6na8FYFSYNf6IVQKEUVnFCGJTIS76KhVkH2Zu5Auct2BFxH6gZ8QKoUXuYkddV8AAIAmSXPB1mWfJmhGI3z4/LofEfu562ioee4CKIXr9+aG276AQCmwU6kjWj88vNBt74Uk8hPuomN0Ra4B1x14lpv0XgF+QqgUnmV1H6xDPwAAXTXNXUDNCSTRFMPcBTSY93k7TXMX0GDDbV9AoBTYOaFSOk6YtEaEu+gIYdIacd2BJ91G8ZwAPJNQKTxJmBQAAASpnuK4e5rkOHcBDfXFvEA7pXXPu9x1NNR+6nq8MYFSoBRCpXSUMGkNpXDXL7nrgJLcRMSRMGm9CJXCg+4i4tjkHrycUCk86tR9MAAAXefY+ydNcxcAz/Hh8+thROzlrqOh5rkLoFQ2BWxuuM1vFigFSiNUSofchTBprZ2fXJ2FRXja5yaKjkzL3IXwZylU+il3HVATOinDloRK4U88gwMAwHfT3AXU1DR3AfBMupNuTuCw3fz9bu74w+fXrzb9zQKlQKmESumAVUBimrsQnmYRnpZZhUl1+qux85OrcbjuQIQOcrAT6X72dTjqCX7xDA4AAD8QuPmzW/NRNEEKfL3NXUdD3Wi60m7nJ1eXYS50U3uxRVhdoBQonVApLabbVsNYhKclLs5Pro6ESZshXXf+Ga47dJcOcrBD6dmjHxG3mUuBXC7SCRQAAEDi2PsHCdnSFMPcBTSY93k3zHMX0GACpUC9rYVKv2QuBXblJiKOhEmbxyI8DfdbOkqdBkk7KPvhukP3CJNCCdL97FFYLKR7LtwLAwDAo6a5C6iZae4C4JmGuQtoMIHSbvD3vLm3Hz6/PtjkNwqUApU5P7n6dn5ydRwRF7lrgS19iaIz6TJ3IWzGIjwN9f785Oo0dxFsZu268zV3LVARYVIoUXq+PgrP13THL8KkAADwJIGb7xx3TyN8+Pz6KCIOc9fRUN7n3eHzbTsbdSkVKAUqlxYAfsldB2zot/OTq2NHTTefRXga5C4iXgtmNV+67vQj4rfctUCJXLOgQun5+n0U7z1oq/eOuQcAgKelJihOiiwIH9EUw9wFNJj3eUekXIbPt81t1KxIoBTIIi0EWPSiSe5Cd8BWWluEhzq6iYgDuyzbJX2W/DPcB9E+d1F0cXfNggqlAHc/dN+nfVbP4dPchQAAQEMIWBWmuQuAZ9qocyARETHPXQCVmucuoMH2UzfkFxEoBbJZW/S6zVsJ/NRNFOGIae5CKEf6u30drkfUy8X5ydWRjsjtdH5ydRkRRxHxNXctsCMC8JBReu/1Q/d92mO1SWGauxAAAGgQgVLHYNMQHz6/Po6I/dx1NNRdWmOhO/x9b2f40t8gUApklW7ohSmos4vQaasTXI+okVUnpmHuQijX+cnV8vzkqh8Rn3LXAlv6EsX9kgA8ZHR+cvUt3T/ogk3T3UTEkedwAAB4GccCR4TQEc2hO+nmvM875vzkahlOZ9rG8KW/QaAUyC4tevVDmIJ6+SPQJRzRHWvXo19y10JnrRbPp7kLoTrnJ1fjKLokeximiT6dn1wdu1+C+kgdGg7CRimaabWpc5m7EAAAaKiuB62muQuAn/nw+fWrECjdRtevc101zV1Ag+2lrsjPJlAK1EYKU/wjdFIhv68h0NVp5ydXZyHcRfU+pSPul7kLoXrnJ1fX5ydXR2GDDc1xFxH/SPfwQM2sbZR6H56xaY5fbOoEAICtdTlo5bh7muI4IvZyF9Fg89wFkMU8dwENN3zJLxYoBWrl/ORqHjqpkM9dFAtYuqEQadKhHxG/ZS6F9rsNoSyStW6l7oWos68RcZDu3YEaS5vkDsKRh9TbbUS8Thv7AACALXT82Psuh2lplmHuAhrsi42o3ZTW7m9z19Fgb1N35GcRKAVq596R0zqpUJVVV1ILWPwhXY9Oo+ie7AaVMvwWxbVnnrsQ6iN1K+2HeyHq6VPafGPSDhoi3dMeh3ta6ukiivthXYQAAGB3uhqstMZH7X34/PogIt7krqPBunp9o+DvfzvPPvZeoBSorRTs64cjpymXrqT8VAr7OYqaXVp1JT0VyuIx6V7oIIqgBeR2E0X3uHHuQoDNnJ9czc9Prg6iuKe1YYHc7iLin464BwCAUnQxcHNjnY+GeHagiwfNcxdAVtPcBTTc6XN/oUApUGupQ9dR6NBFOS6iOK7VjkV+KnV2GoejqNnep/OTK0dF8yzp2jMM1x7y+nR+cqV7HLREuqc9ChsWyOdLFM/iXVzkBgCA0nX02Ptp7gLgmZ4d6OJPBMc7Lq1RyA1t7jB1Sf4pgVKgEVLg7ygEKdiNr1F0BtQJhRdbO4r6fbhh5WW+RsTfdfdjE2vXHscVU6WvoSsptNL5ydXShgUyWHXpP/YsDgAApevaBq6u/f/SQB8+vz6KiP3cdTTYNHcB1ILr/XaeFWoXKAUaIy149SPinyFIwWZuI+J9Ot5+nrsYmu385GoaxVHUv+WthAZYLZz37ZxkW2vHFb8P90OU5y6+3zPpSgotdm/DgmApZbkLXfoBAKBql9Gdphi6FtIUw9wFNNw8dwHUgkDpdo6f84sESoHGSUeiHUXEp+jOgxDbuYuIX9Li1TR3MbRHOor6NCL+Hhbg+bP1a888dzG0y/nJ1VSwlJJ8iuIY4mnuQoDqpA0L/RAsZfcuIuJIt2sAAKhWOhWgK6Gbae4C4JmGuQtosFvND4j4Iy8kJ7S5/Q+fX/80VCpQCjRSCnGNowiWXmQuh/q6i++hiLPcxdBeax2ULcAT4dpDhQRL2aGLiPj7+cnV2DHE0F2CpezQ1yi69A91CgIAgGy6Eijtyv8nDZYCXHu562gw73PWzXMX0HACpUC7pRDXMHQH5EfrYS6hCCpjAZ4oAlmuPVTuXrDU9YeX+BoRrwV+gHX37mu/ZC6HZlkFSfu69AMAQF4d6eLmuHuaYpi7gIYTKGWd74ftHH/4/PrVU7/gb1VVAlCm9KDQ//D5dT8ixhHxJmc9ZHMbEWcRMRXkIqe0cOqa1C0XETE2cUVu6Zjyabr+DCPiXc56qLUvEXEm7AM8JV0j5h8+vz6I4r5WNw0e8zWK++F57kIAAIAfXEa75winuQuAn0nBrbe562iwO/MN3HMZEb/nLqLB9qKY550+9gsESoFWuRfiGka7H5D47iaKQMQ0dyGwTrC09e6iCLGfCbFTN2sBoHEU90SnIQBEQQAeeLF0zRimBZBhFJ8r+zlrojYESQEAoN7aHijVpY4m+Onx0jzJ+5wfnJ9cffvw+fWXENTexjAESoGuuReiGEe7H5S67CKKbqTz3IXAU9aCpUdRLL67JjWbbsg0RgoAjSNi/OHz62EUD4jC7d2zCsBPBUmBbaR7n7OIOLORs9PuoljMsUEBAABq7vzk6vLD59d30c7N5o67pylOcxfQcAKlPGQeAqXbePPh8+uDxz5HBUqBVlvronIaxY3aMHRRaTpBLhrr/OTqOopr0jiK69EwXJOa5GsU155p7kJgE+l7d5qOLT6NYle0a1C7uW4BpVnbyLl61h5GxGHGkiif53EAAGimtnYpneYuAH4mzcebL9nOPHcB1NJlRPwrdxENdxzFXN+fCJQCnZAWOsZRdOc6jmKhy26F5lh1P9GNlFa41zHQNane7qKYlDqz05m2SN/LpxFxutZd7jja2aWgi26juG9y3QIqca9r6VF8/1yxaaEdPI8DAEDztTVQqmshTTDMXUDDfbGplYecn1wtP3x+fRMC29s4DYFSgML5ydVlRFym3UDHUVwkLXTV05coHgYv3SjSVq5JtfUlimvPNHchUKZVd7mIiBRwX30JlzbLKuxzmT5XALJIHflXmxaES5vN8zgAALRES4+9/2IzNQ0xzF1Aw5nv5inT0KV0G/sfPr8+SnO6PxAoBTorPWToolI/Fq3oJNekWriJ4u/A9YdOWgXcI34Il/bDdaiuhEiBWnskXNoPXQPqzPM4AAC0V9u6lJoPo/bSCWHm17fjvc5T5rkLaIHTeCD4LlAKELqoZHYbxQf9ZUTMLVqBxfeKfYl0DbKbGb67Fy49iuIadBwRbzKWxffj7C8dOww0ydr9bax15u9HxNt8VRGexwEAoEsESqF6w9wFNNyNuQqecn5ydf3h8+vbkOvZxvFD/1KgFOCee0Gug7DQVYav8X3B6k/ts4HvLL7v3Kqj3zx0XoJnSdeh6yg6KL+K4hq0+hJ0L9dd/Bj0WWatBmAH1jvzR/zRrWP1ZeNCuVafK/PwPA4AAJ2Sjr1vS+jmi7l9GuLBoBbPNs1dAI1wGREfcxfRYHsfPr8enp9cTdf/5UOBUhOJAImFrp24i+KzZR7FgtU8azXQYK5JG7FoDjuUJmrXu5euAqarLqauRdtZdYqbR8S1a1Zr+Ht8PotBHZSeEeerf753j3sUEXvVV9Ua7oXpGt/jz7fMXQCV8/6AdvGefr5l7gJq5izaEXCb5i6gZr7mLqBBllUNlE7+cr3ejk7EPMc0ijlENndw/1/85X//+1+GOgDaYW2h6yh9tWFX37Zu4nuAVBACKuSaFBHfw1jXYdEcskgTZetfQqYPu43iWrV+3yRMB3BP6tLfjx8/W4RM/2x9M+d1FJ8ry5wFAQAAAADNI1AKsEOpS9eqQ9dB+nlbj4K9jWIX1zz9KDwKNZMW3w/i+wL8QbTrmrQKsC9DGAtqLYVMD+J7EOgg2nU9esrqnul67UfXK4At3LvPXf28KxsYVsHRZbgPBgAAAAB2TKAUoAJri11HEbE6Gjai/gteqyMS5ms/fhMchWZLwa7VtWgVhH8V9Qx33URx/O11+nEerkPQGmv3SA99NaXL8iowurpWRbhWAWSxtsnz4N5XXe91H7IKjEZ8fxa/juJzZf7QbwAAAAAA2BWBUoAaWAt3RXwPm0Z8X/y67yVH/K3CWPfN136+HoBYOhYPuu3D59f99NPVgvxK/0+/+Pmhr/WF8XXztZ+vQqNhsRxYWbsmRfx4Hbp/jVr/9y8JDT12fYp4/H7JdQqgoe49f6//POLh+92Il20Gfepz5Y/73WS+/t90GQUAAAAAchMoBQAAAAAAAAAAAOi4v+YuAAAAAAAAAAAAAIC8BEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAAAAAAOk6gFAAAAAAAAAAAAKDjBEoBAAAAAAAA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",Z9={},H9=t=>(n.pushScopeId("data-v-d55c8d76"),t=t(),n.popScopeId(),t),Q9={class:"fge-logo-container"},q9=[H9(()=>n.createElementVNode("img",{src:U9,alt:"logo-icon"},null,-1))];function z9(t,e){return n.openBlock(),n.createElementBlock("div",Q9,q9)}const nc=Ye(Z9,[["render",z9],["__scopeId","data-v-d55c8d76"]]),K9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 35 35"},j9=[n.createElementVNode("path",{stroke:"currentColor","stroke-width":"2",d:"M34 17.5C34 26.613 26.613 34 17.5 34S1 26.613 1 17.5 8.387 1 17.5 1 34 8.387 34 17.5Z",class:"stroke-content"},null,-1),n.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M26 15.57v7.41a2 2 0 0 1-2 2H10a2 2 0 0 1-2-2V12.5c0-.83.67-1.5 1.5-1.5H26l-.62.605",class:"stroke-content"},null,-1),n.createElementVNode("path",{stroke:"currentColor","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"m25.38 11.646-8.38 6.8-8.345-6.8",class:"stroke-content"},null,-1)];function J9(t,e){return n.openBlock(),n.createElementBlock("svg",K9,[...j9])}const Ma={render:J9},X9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 33 32"},$9=[n.createElementVNode("path",{stroke:"currentColor","stroke-miterlimit":"10","stroke-width":"2",d:"M16.95 31a15 15 0 1 0 0-30 15 15 0 0 0 0 30Z",class:"stroke-content"},null,-1),n.createElementVNode("path",{fill:"currentColor",d:"M24.25 9.91c-.06-.17-.13-.21-.23-.25-.23-.09-.63.04-.63.04S9.37 14.74 8.57 15.3c-.17.12-.23.19-.26.27-.14.4.29.57.29.57l3.61 1.18s.13.02.18-.01c.82-.52 8.27-5.22 8.7-5.38.07-.02.12 0 .1.05-.17.6-6.64 6.35-6.64 6.35l-.04.07-.34 3.58s-.14 1.1.96 0c.77-.77 1.52-1.42 1.9-1.74 1.24.86 2.58 1.81 3.16 2.3.29.25.53.29.73.28.55-.02.7-.62.7-.62s2.55-10.28 2.64-11.66l.02-.31c0-.13-.01-.26-.03-.32Z",class:"fill-content"},null,-1)];function W9(t,e){return n.openBlock(),n.createElementBlock("svg",X9,[...$9])}const _a={render:W9},Y9={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 26 27"},G9=[n.createElementVNode("path",{stroke:"#513c86","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2",d:"M17.879 1.109V6.63M8.109 1.11V6.63m13.357-1.705h1.068c1.056 0 1.909.93 1.909 2.087V23.83c0 1.157-.853 2.086-1.909 2.086H3.452c-1.056 0-1.908-.929-1.908-2.086V7.012c0-1.158.852-2.087 1.908-2.087h14.02"},null,-1),n.createElementVNode("path",{stroke:"#513c86","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"3",d:"M8.108 12.953v-.026m0 4.987v-.025m4.898-4.936-.025-.026m.025 4.987-.025-.025m4.898-4.936v-.026m0 4.987v-.025"},null,-1)];function N9(t,e){return n.openBlock(),n.createElementBlock("svg",Y9,[...G9])}const ev={render:N9},tv={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512"},nv=[n.createElementVNode("path",{d:"M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"},null,-1)];function rv(t,e){return n.openBlock(),n.createElementBlock("svg",tv,[...nv])}const av={render:rv},ov={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 320 512"},iv=[n.createElementVNode("path",{d:"M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l192 192c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L77.3 256 246.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-192 192z"},null,-1)];function sv(t,e){return n.openBlock(),n.createElementBlock("svg",ov,[...iv])}const lv={render:sv},cv={style:{position:"relative"}},uv=["type","placeholder","name"],dv=[n.createElementVNode("path",{d:"M.2 10a11 11 0 0 1 19.6 0A11 11 0 0 1 .2 10zm9.8 4a4 4 0 1 0 0-8 4 4 0 0 0 0 8zm0-2a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"},null,-1)],Av=[n.createElementVNode("path",{d:"M12.81 4.36l-1.77 1.78a4 4 0 0 0-4.9 4.9l-2.76 2.75C2.06 12.79.96 11.49.2 10a11 11 0 0 1 12.6-5.64zm3.8 1.85c1.33 1 2.43 2.3 3.2 3.79a11 11 0 0 1-12.62 5.64l1.77-1.78a4 4 0 0 0 4.9-4.9l2.76-2.75zm-.25-3.99l1.42 1.42L3.64 17.78l-1.42-1.42L16.36 2.22z"},null,-1)],xn=n.defineComponent({__name:"FgePassword",props:{class:{},errorClasses:{},name:{},placeholder:{},failedValidationMessage:{type:Boolean,default:!1},validationRegex:{type:[String,Boolean],default:!1},iconSize:{default:"1.25rem"},iconColor:{default:"var(--fge-orange-color)"}},emits:["input"],setup(t,{emit:e}){const r=t,a=e,o=n.ref("password"),i=n.ref(""),s=n.computed(()=>!i.value||!r.validationRegex||!r.failedValidationMessage?!0:u()),l=n.computed(()=>({height:r.iconSize,width:r.iconSize,color:r.iconColor,fill:"currentColor"})),c=()=>{o.value=o.value==="password"?"text":"password"},u=()=>typeof r.validationRegex=="string"?new RegExp(r.validationRegex,"g").test(i.value):!1;return(d,A)=>(n.openBlock(),n.createElementBlock("div",null,[n.createElementVNode("div",cv,[n.withDirectives(n.createElementVNode("input",{autocomplete:"off",style:{position:"relative"},type:o.value,placeholder:d.placeholder,class:n.normalizeClass(d.class),name:d.name,"onUpdate:modelValue":A[0]||(A[0]=m=>i.value=m),onInput:A[1]||(A[1]=m=>a("input",m.target.value))},null,42,uv),[[n.vModelDynamic,i.value]]),n.createElementVNode("a",{style:{cursor:"pointer",position:"absolute",top:"50%",right:"10px",transform:"translateY(-50%)"},onClick:n.withModifiers(c,["prevent"])},[n.withDirectives((n.openBlock(),n.createElementBlock("svg",{style:n.normalizeStyle(l.value),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},dv,4)),[[n.vShow,o.value==="password"]]),n.withDirectives((n.openBlock(),n.createElementBlock("svg",{style:n.normalizeStyle(l.value),xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 20 20"},Av,4)),[[n.vShow,o.value!=="password"]])])]),n.withDirectives(n.createElementVNode("div",{style:{"margin-top":"0.5rem"},class:n.normalizeClass(d.errorClasses)},n.toDisplayString(d.failedValidationMessage),3),[[n.vShow,!s.value]])]))}}),fv={xmlns:"http://www.w3.org/2000/svg",fill:"none","aria-hidden":"true","data-pc-section":"closebuttonicon",viewBox:"0 0 14 14"},pv=[n.createElementVNode("path",{fill:"currentColor",d:"m8.012 7.01 4.258-4.26a.723.723 0 1 0-1.021-1.021L6.99 5.988 2.733 1.73A.723.723 0 0 0 1.71 2.751L5.97 7.01l-4.258 4.258a.723.723 0 0 0 1.021 1.022l4.259-4.26 4.258 4.258a.723.723 0 0 0 1.021-1.021L8.012 7.008Z"},null,-1)];function mv(t,e){return n.openBlock(),n.createElementBlock("svg",fv,[...pv])}const rc={render:mv},hv={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 31 31"},gv=["fill"],vv=n.createElementVNode("path",{fill:"#fff",d:"m14.9528 18.8298-.32-8.73v-3.17h2.74v3.18l-.3101 8.71h-2.12l.0101.01Zm-.25 6.18v-3.72h2.53v3.72h-2.53Z"},null,-1),wi=n.defineComponent({__name:"ExclamationIcon",props:{mode:{type:String,default:"info"}},setup(t){const e=new Map([["gray","--fge-gray-icon"],["success","--fge-toast-success"],["error","--fge-toast-error"],["info","--fge-toast-info"],["warn","--fge-toast-warning"]]),r=t,a=n.computed(()=>r.mode),o=n.computed(()=>{const i=e.get(a.value);return window.getComputedStyle(document.documentElement).getPropertyValue(i)});return(i,s)=>(n.openBlock(),n.createElementBlock("svg",hv,[n.createElementVNode("path",{fill:o.value,d:"M15.9609 30.4998c8.2843 0 15-6.7158 15-15 0-8.2843-6.7157-15-15-15-8.2842 0-15 6.7157-15 15 0 8.2842 6.7158 15 15 15Z"},null,8,gv),vv]))}}),yv=n.createElementVNode("button",{class:"auth-hide-btn"},null,-1),wv={class:"auth-title-container"},bv=n.createElementVNode("p",null,"Confirmación vía Telegram",-1),Cv={class:"dialog-body"},Ev={class:"icon"},kv=n.createElementVNode("p",{class:"body-title"},"Siga los siguientes pasos:",-1),xv=n.createElementVNode("p",null,[n.createTextVNode(' Haz clic en el botón "Abrir" para abrir la página de '),n.createElementVNode("b",null,[n.createElementVNode("a",{href:"https://play.google.com/store/apps/details?id=org.telegram.messenger",target:"_blank"}," Telegram ")]),n.createTextVNode(" . ")],-1),Bv=n.createElementVNode("p",null,"1. Inicia sesión en tu cuenta de Telegram.",-1),Sv=n.createElementVNode("p",null,'2. Presiona el botón "Comenzar" o "Start"',-1),Tv=n.createElementVNode("p",{style:{"margin-left":"5px"}},[n.createTextVNode(' ** o ingrese "'),n.createElementVNode("b",null,"/start"),n.createTextVNode('" en el chat si no encuentra el botón ')],-1),Ov=n.createElementVNode("p",null,"3. Copia el código en el formulario para completar el proceso de confirmación.",-1),Dv={class:"dialog-footer"},ac=n.defineComponent({__name:"TelegramDialog",props:{open:{type:Boolean,default:!1},openClick:{type:Function,required:!0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=n.computed({get:()=>r.open,set:i=>o("update:open",i)}),o=e;return(i,s)=>(n.openBlock(),n.createBlock(n.unref(Po),{open:a.value,"onUpdate:open":s[2]||(s[2]=l=>a.value=l)},{default:n.withCtx(()=>[n.createVNode(n.unref(Mo),{"as-child":""},{default:n.withCtx(()=>[yv]),_:1}),n.createVNode(n.unref(Ro),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Uo),{class:"modal-overlay"}),n.createVNode(n.unref(Fo),{class:"auth-modal-container",onInteractOutside:s[1]||(s[1]=l=>l.preventDefault()),"aria-describedby":"dialog-description"},{default:n.withCtx(()=>[n.createVNode(n.unref(Zo),{class:"auth-dialog-title"},{default:n.withCtx(()=>[n.createElementVNode("div",wv,[bv,n.createVNode(n.unref(Er),{class:"close-icon","aria-label":"Close"},{default:n.withCtx(()=>[n.createVNode(n.unref(rc))]),_:1})])]),_:1}),n.createElementVNode("div",Cv,[n.createElementVNode("div",Ev,[n.createVNode(wi,{mode:"gray"})]),kv,xv,Bv,Sv,Tv,Ov]),n.createElementVNode("div",Dv,[n.createVNode(n.unref(Er),{class:"fge-gray-button w-full","aria-label":"Close"},{default:n.withCtx(()=>[n.createTextVNode(" Cerrar ")]),_:1}),n.createElementVNode("button",{class:"w-full fge-auth-primary-button",onClick:s[0]||(s[0]=n.withModifiers(()=>t.openClick(),["prevent"]))}," Abrir ")])]),_:1})]),_:1})]),_:1},8,["open"]))}}),ze=t=>(n.pushScopeId("data-v-81d27500"),t=t(),n.popScopeId(),t),Vv={class:"fge-right-container"},Iv={class:"auth-form-container"},Pv={class:"auth-input-container"},Mv=ze(()=>n.createElementVNode("label",{for:"nombres",class:"fge-form-label"},"Nombres:",-1)),_v={class:"auth-input-container"},Rv=ze(()=>n.createElementVNode("label",{for:"paterno",class:"fge-form-label"},"Primer Apellido:",-1)),Lv={class:"auth-input-container"},Fv=ze(()=>n.createElementVNode("label",{for:"materno",class:"fge-form-label"},"Segundo Apellido:",-1)),Uv={class:"auth-input-container"},Zv=ze(()=>n.createElementVNode("label",{for:"fechaNacimiento",class:"fge-form-label"},"Fecha de Nacimiento:",-1)),Hv={class:"date-picker-field-div"},Qv={class:"div-datepicker-header"},qv={class:"auth-input-container mb-0"},zv=ze(()=>n.createElementVNode("label",{for:"ci",class:"fge-form-label"},"Cédula de Identidad:",-1)),Kv={class:"fge-btn-section"},jv=ze(()=>n.createElementVNode("i",{class:"fge-horizontal-line"},null,-1)),Jv={class:"auth-btn-container"},Xv=[ze(()=>n.createElementVNode("span",null," Ir al login ",-1))],$v=[ze(()=>n.createElementVNode("span",null," Siguiente ",-1))],Wv={class:"auth-form-container"},Yv={class:"auth-input-container"},Gv=ze(()=>n.createElementVNode("label",{for:"celular",class:"fge-form-label"},"Celular:",-1)),Nv={class:"auth-relative-container"},ey={class:"auth-input-container"},ty=ze(()=>n.createElementVNode("label",{for:"email",class:"fge-form-label"},"E-mail:",-1)),ny={class:"auth-relative-container"},ry={class:"auth-input-container"},ay=ze(()=>n.createElementVNode("label",{for:"fge_dr",class:"fge-form-label"},"Dir­ección:",-1)),oy={class:"auth-input-container"},iy=ze(()=>n.createElementVNode("label",{for:"fge_new_spswd",class:"fge-form-label"},"Co­ntra­seña:",-1)),sy={class:"auth-input-container mb-0"},ly=ze(()=>n.createElementVNode("label",{for:"fge_contra_rep",class:"fge-form-label"}," Repetir con­t­ras­eña: ",-1)),cy={class:"fge-btn-section"},uy=ze(()=>n.createElementVNode("i",{class:"fge-horizontal-line"},null,-1)),dy={class:"auth-btn-container"},Ay=[ze(()=>n.createElementVNode("span",null,"Anterior",-1))],fy=[ze(()=>n.createElementVNode("span",null," Registrar ",-1))],py=Ye(n.defineComponent({__name:"FgeRegistrarPage",setup(t){const{values:e,refCounter:r,currentContacto:a,fechaNacimiento:o,steps:i,currentStep:s,mediosVerificados:l,errors:c,openTelegram:u,currentMedio:d,message2FaContexto:A,url2FaContexto:m,onValidarDatosUsuario:f,onCancelarRegistro:g,onRegistrarUsuario:b,onEnviarMensaje:v,onEnviarCodigoAlUsuario:k,onEnviarCodigoVerificacion:h,onCancelarVerificacion:p,openTelegramPage:y}=p9(),w=Ee();return(C,E)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(nc),n.createElementVNode("div",Vv,[n.createVNode(Ko,{currentStep:n.unref(s),steps:n.unref(i),showHeader:!1},{step1:n.withCtx(()=>[n.createElementVNode("div",Iv,[n.createElementVNode("div",Pv,[Mv,n.createVNode(n.unref(me.Field),{name:"nombres",id:"nombres",class:n.normalizeClass(["fge-auth-input uppercase",{"fge-auth-input-invalid":n.unref(c).nombres}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(c).nombres},null,8,["error"])]),n.createElementVNode("div",_v,[Rv,n.createVNode(n.unref(me.Field),{name:"paterno",id:"paterno",class:n.normalizeClass(["fge-auth-input uppercase",{"fge-auth-input-invalid":n.unref(c).paterno}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(c).paterno},null,8,["error"])]),n.createElementVNode("div",Lv,[Fv,n.createVNode(n.unref(me.Field),{name:"materno",id:"materno",class:n.normalizeClass(["fge-auth-input uppercase",{"fge-auth-input-invalid":n.unref(c).materno}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(c).materno},null,8,["error"])]),n.createElementVNode("div",Uv,[Zv,n.createVNode(n.unref(D6),{id:"date-field",modelValue:n.unref(o),"onUpdate:modelValue":E[0]||(E[0]=T=>n.isRef(o)?o.value=T:null),locale:"es"},{default:n.withCtx(()=>[n.createVNode(n.unref(I6),{class:"fge-auth-input relative"},{default:n.withCtx(({segments:T})=>[n.createElementVNode("div",Hv,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(T,S=>(n.openBlock(),n.createElementBlock(n.Fragment,{key:S.part},[S.part==="literal"?(n.openBlock(),n.createBlock(n.unref(Hd),{key:0,part:S.part},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(S.value),1)]),_:2},1032,["part"])):(n.openBlock(),n.createBlock(n.unref(Hd),{key:1,part:S.part,class:"date-picker-input"},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(S.value),1)]),_:2},1032,["part"]))],64))),128))]),n.createVNode(n.unref(M6),{class:"date-picker-btn"},{default:n.withCtx(()=>[n.createVNode(n.unref(ev),{class:"calendar-icon"})]),_:1})]),_:1}),n.createVNode(n.unref(_6),{"side-offset":4,class:"date-picker-content"},{default:n.withCtx(()=>[n.createVNode(n.unref(P6),{class:"calendar-fill-white"}),n.createVNode(n.unref(V6),{style:{padding:"1rem",width:"350px"}},{default:n.withCtx(({weekDays:T,grid:S})=>[n.createVNode(n.unref(y6),{class:"date-picker-header"},{default:n.withCtx(()=>[n.createVNode(n.unref(x6),{class:"date-picker-header-btn"},{default:n.withCtx(()=>[n.createVNode(n.unref(lv))]),_:1}),n.createVNode(n.unref(w6),{class:"datepicker-header-label"}),n.createVNode(n.unref(k6),{class:"date-picker-header-btn"},{default:n.withCtx(()=>[n.createVNode(n.unref(av))]),_:1})]),_:1}),n.createElementVNode("div",Qv,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(S,x=>(n.openBlock(),n.createBlock(n.unref(b6),{key:x.value.toString(),class:"div-datepicker-grid"},{default:n.withCtx(()=>[n.createVNode(n.unref(B6),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Zd),{class:"date-picker-grid-row"},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(T,B=>(n.openBlock(),n.createBlock(n.unref(E6),{key:B,class:"date-picker-header-cell"},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(B),1)]),_:2},1024))),128))]),_:2},1024)]),_:2},1024),n.createVNode(n.unref(S6),null,{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(x.rows,(B,O)=>(n.openBlock(),n.createBlock(n.unref(Zd),{key:`weekDate-${O}`,class:"datepicker-row"},{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(B,H=>(n.openBlock(),n.createBlock(n.unref(C6),{key:H.toString(),date:H},{default:n.withCtx(()=>[n.createVNode(n.unref(T6),{day:H,month:x.value,class:"datepicker-cell-trigger"},null,8,["day","month"])]),_:2},1032,["date"]))),128))]),_:2},1024))),128))]),_:2},1024)]),_:2},1024))),128))])]),_:1})]),_:1})]),_:1},8,["modelValue"]),n.createVNode(xe,{error:n.unref(c).fechaNacimiento},null,8,["error"])]),n.createElementVNode("div",qv,[zv,n.createVNode(n.unref(me.Field),{name:"ci",id:"ci",class:n.normalizeClass(["fge-auth-input",{"fge-auth-input-invalid":n.unref(c).ci}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(c).ci},null,8,["error"])])]),n.createElementVNode("div",Kv,[jv,n.createElementVNode("div",Jv,[n.createElementVNode("button",{title:"Ir al login",onClick:E[1]||(E[1]=(...T)=>n.unref(w).goLoginPage&&n.unref(w).goLoginPage(...T)),class:"fge-gray-button w-full"},Xv),n.createElementVNode("button",{title:"Siguiente paso",class:"w-full fge-auth-primary-button",onClick:E[2]||(E[2]=(...T)=>n.unref(f)&&n.unref(f)(...T))},$v)])])]),step2:n.withCtx(()=>[n.createElementVNode("div",Wv,[n.createElementVNode("div",Yv,[Gv,n.createElementVNode("div",Nv,[n.createVNode(n.unref(me.Field),{name:"celular",id:"celular",class:n.normalizeClass(["fge-auth-input with-btns",{"fge-auth-input-invalid":n.unref(c).celular}]),type:"text"},null,8,["class"]),n.createVNode(n.unref(xr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Br),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Sr),{title:n.unref(l).verificadoTelegram?"Verificado":"Verificar telegram",class:"btn-only-icon absolute",onClick:E[3]||(E[3]=T=>n.unref(k)({medio:"telegram",contacto:n.unref(e).celular}))},{default:n.withCtx(()=>[n.createVNode(n.unref(_a),{class:n.normalizeClass({"auth-svg-primary":n.unref(l).verificadoTelegram,"auth-svg-gray":!n.unref(l).verificadoTelegram})},null,8,["class"])]),_:1},8,["title"]),n.createVNode(n.unref(Dr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Tr),{class:"tooltip","side-offset":5},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(n.unref(l).verificadoTelegram?"Verificado":"Verificar")+" ",1),n.createVNode(n.unref(Or),{class:"arrow-svg",width:10})]),_:1})]),_:1})]),_:1})]),_:1})]),n.createVNode(xe,{error:n.unref(c).celular},null,8,["error"])]),n.createElementVNode("div",ey,[ty,n.createElementVNode("div",ny,[n.createVNode(n.unref(me.Field),{name:"email",id:"email",class:n.normalizeClass(["fge-auth-input with-btn",{"fge-auth-input-invalid":n.unref(c).email}]),type:"text"},null,8,["class"]),n.createVNode(n.unref(xr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Br),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Sr),{title:n.unref(l).verificadoEmail?"Verificado":"Verificar",class:"btn-only-icon absolute",onClick:E[4]||(E[4]=T=>n.unref(k)({medio:"email",contacto:n.unref(e).email}))},{default:n.withCtx(()=>[n.createVNode(n.unref(Ma),{class:n.normalizeClass({"auth-svg-primary":n.unref(l).verificadoEmail,"auth-svg-gray":!n.unref(l).verificadoEmail})},null,8,["class"])]),_:1},8,["title"]),n.createVNode(n.unref(Dr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Tr),{class:"tooltip","side-offset":5},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(n.unref(l).verificadoEmail?"Verificado":"Verificar")+" ",1),n.createVNode(n.unref(Or),{class:"arrow-svg",width:10})]),_:1})]),_:1})]),_:1})]),_:1})]),n.createVNode(xe,{error:n.unref(c).email},null,8,["error"])]),n.createElementVNode("div",ry,[ay,n.createVNode(n.unref(me.Field),{name:"direccion",id:"fge_dr",class:n.normalizeClass(["w-full fge-auth-input",{"fge-auth-input-invalid":n.unref(c).direccion}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(c).direccion},null,8,["error"])]),n.createElementVNode("div",oy,[iy,n.createVNode(n.unref(me.Field),{name:"password"},{default:n.withCtx(({field:T})=>[n.createVNode(xn,n.mergeProps({id:"fge_new_spswd"},T,{class:"fge-auth-input with-btn",onKeyup:n.withKeys(n.unref(b),["enter"]),modelValue:T.value}),null,16,["onKeyup","modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(c).password},null,8,["error"])]),n.createElementVNode("div",sy,[ly,n.createVNode(n.unref(me.Field),{name:"repetirPassword"},{default:n.withCtx(({field:T})=>[n.createVNode(xn,n.mergeProps({id:"fge_contra_rep"},T,{class:["fge-auth-input with-btn",{"fge-auth-input-invalid":n.unref(c).repetirPassword}],onKeyup:n.withKeys(n.unref(b),["enter"]),modelValue:T.value}),null,16,["class","onKeyup","modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(c).repetirPassword},null,8,["error"])])]),n.createElementVNode("div",cy,[uy,n.createElementVNode("div",dy,[n.createElementVNode("button",{title:"Ir atrás",onClick:E[5]||(E[5]=(...T)=>n.unref(g)&&n.unref(g)(...T)),class:"fge-gray-button w-full"},Ay),n.createElementVNode("button",{title:"Registrar usuario",onClick:E[6]||(E[6]=(...T)=>n.unref(b)&&n.unref(b)(...T)),class:"w-full fge-auth-primary-button"},fy)])])]),step3:n.withCtx(()=>[n.createVNode(yi,{fieldName:"codigoContacto",refCounter:n.unref(r),"onUpdate:refCounter":E[7]||(E[7]=T=>n.isRef(r)?r.value=T:null),error:n.unref(c).codigoContacto,currentContacto:n.unref(a),cancelarFunction:n.unref(p),aceptarFunction:n.unref(h),reenviarMensaje:n.unref(d)==="telegram"?void 0:()=>n.unref(v)(),mostrarReenviar:n.unref(d)!=="telegram",isTelegram:n.unref(d)==="telegram",message2FaContexto:n.unref(A),url2FaContexto:n.unref(m)},null,8,["refCounter","error","currentContacto","cancelarFunction","aceptarFunction","reenviarMensaje","mostrarReenviar","isTelegram","message2FaContexto","url2FaContexto"])]),_:1},8,["currentStep","steps"])]),n.createVNode(ac,{open:n.unref(u),"onUpdate:open":E[8]||(E[8]=T=>n.isRef(u)?u.value=T:null),openClick:n.unref(y)},null,8,["open","openClick"])],64))}}),[["__scopeId","data-v-81d27500"]]),my={class:"footer"},hy={class:"fge-version-label"},gy=Ye(n.defineComponent({__name:"FgeFooter",setup(t){const e=Ee();return(r,a)=>(n.openBlock(),n.createElementBlock("div",my,[n.createElementVNode("p",hy,"Copyright Mp. Version "+n.toDisplayString(n.unref(e).systemVer),1)]))}}),[["__scopeId","data-v-526e8b52"]]),Pf="ciudadania-digital-bc";var Ue=(t=>(t.LOGIN="login",t.ALREADY_LOGIN="already_login",t.VALIDATE_FILE="validate_file",t.LOGOUT="logout",t.FORCE_CLOSE="force_close",t))(Ue||{});const vy=()=>{const t=window.location.href.split("?")[1],e=new URLSearchParams(t),r=Object.fromEntries(e.entries()),a=new BroadcastChannel(Pf);console.log("creando canal de escucha",a),!(yy(r,a)||by(r,a)||wy(r,a))&&Cy(r,a)},yy=(t,e)=>{if(t.agetic){Ra();const r=JSON.parse(t.agetic.replace("#/","")),a={event:Ue.LOGIN,message:"Sesión iniciada",data:{data:r,processKey:t==null?void 0:t.processKey}};return e.postMessage(a),window.close(),!0}else if(t.continueAuth){Ra();const r={event:Ue.ALREADY_LOGIN,message:"Sesión iniciada",data:{processKey:t==null?void 0:t.processKey}};return e.postMessage(r),window.close(),!0}return!1},wy=(t,e)=>{if(t.logout){Ra();const r=t.windowName?{windowName:t.windowName}:void 0;return e.postMessage({event:Ue.LOGOUT,data:r}),window.close(),!0}return!1},by=(t,e)=>t.approbation?(Ra(),e.postMessage({event:Ue.VALIDATE_FILE,data:JSON.parse(t.approbation.replace("#/",""))}),window.close(),!0):!1,Cy=(t,e)=>{if(t.redirectEmergency){Ra();const r={processKey:(t==null?void 0:t.windowName)||(t==null?void 0:t.processKey)};e.postMessage({event:Ue.FORCE_CLOSE,data:r}),window.close()}},Ra=()=>{const t=document.createElement("div");if(t)return t.innerHTML=`
24
24
  <style>
25
25
  .icon_1 {
26
26
  height: 132px;
@@ -77,9 +77,9 @@ For more information, see https://www.radix-vue.com/components/${r}`,l=`Warning:
77
77
  />
78
78
  </svg>
79
79
  </div>
80
- `,t.style.display="block",t.style.position="fixed",t.style.top="0",t.style.left="0",t.style.width="100%",t.style.height="100%",t.style.backgroundColor="#3E4754",t.style.display="flex",t.style.justifyContent="center",t.style.alignItems="center",t.style.color="#fff",t.style.fontSize="24px",t.style.zIndex="999999",document.body.appendChild(t),t};var zr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Mf(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Ey(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var r=function a(){return this instanceof a?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(a){var o=Object.getOwnPropertyDescriptor(t,a);Object.defineProperty(r,a,o.get?o:{enumerable:!0,get:function(){return t[a]}})}),r}var _f={exports:{}};function ky(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Rf={exports:{}};const xy={},By=Object.freeze(Object.defineProperty({__proto__:null,default:xy},Symbol.toStringTag,{value:"Module"})),Sy=Ey(By);var Lf;function Ff(){return Lf||(Lf=1,function(t,e){(function(r,a){t.exports=a()})(zr,function(){var r=r||function(a,o){var i;if(typeof window<"u"&&window.crypto&&(i=window.crypto),typeof self<"u"&&self.crypto&&(i=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(i=globalThis.crypto),!i&&typeof window<"u"&&window.msCrypto&&(i=window.msCrypto),!i&&typeof zr<"u"&&zr.crypto&&(i=zr.crypto),!i&&typeof ky=="function")try{i=Sy}catch{}var s=function(){if(i){if(typeof i.getRandomValues=="function")try{return i.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof i.randomBytes=="function")try{return i.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},l=Object.create||function(){function h(){}return function(m){var g;return h.prototype=m,g=new h,h.prototype=null,g}}(),c={},u=c.lib={},d=u.Base=function(){return{extend:function(h){var m=l(this);return h&&m.mixIn(h),(!m.hasOwnProperty("init")||this.init===m.init)&&(m.init=function(){m.$super.init.apply(this,arguments)}),m.init.prototype=m,m.$super=this,m},create:function(){var h=this.extend();return h.init.apply(h,arguments),h},init:function(){},mixIn:function(h){for(var m in h)h.hasOwnProperty(m)&&(this[m]=h[m]);h.hasOwnProperty("toString")&&(this.toString=h.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),A=u.WordArray=d.extend({init:function(h,m){h=this.words=h||[],m!=o?this.sigBytes=m:this.sigBytes=h.length*4},toString:function(h){return(h||p).stringify(this)},concat:function(h){var m=this.words,g=h.words,w=this.sigBytes,b=h.sigBytes;if(this.clamp(),w%4)for(var k=0;k<b;k++){var D=g[k>>>2]>>>24-k%4*8&255;m[w+k>>>2]|=D<<24-(w+k)%4*8}else for(var S=0;S<b;S+=4)m[w+S>>>2]=g[S>>>2];return this.sigBytes+=b,this},clamp:function(){var h=this.words,m=this.sigBytes;h[m>>>2]&=4294967295<<32-m%4*8,h.length=a.ceil(m/4)},clone:function(){var h=d.clone.call(this);return h.words=this.words.slice(0),h},random:function(h){for(var m=[],g=0;g<h;g+=4)m.push(s());return new A.init(m,h)}}),f=c.enc={},p=f.Hex={stringify:function(h){for(var m=h.words,g=h.sigBytes,w=[],b=0;b<g;b++){var k=m[b>>>2]>>>24-b%4*8&255;w.push((k>>>4).toString(16)),w.push((k&15).toString(16))}return w.join("")},parse:function(h){for(var m=h.length,g=[],w=0;w<m;w+=2)g[w>>>3]|=parseInt(h.substr(w,2),16)<<24-w%8*4;return new A.init(g,m/2)}},v=f.Latin1={stringify:function(h){for(var m=h.words,g=h.sigBytes,w=[],b=0;b<g;b++){var k=m[b>>>2]>>>24-b%4*8&255;w.push(String.fromCharCode(k))}return w.join("")},parse:function(h){for(var m=h.length,g=[],w=0;w<m;w++)g[w>>>2]|=(h.charCodeAt(w)&255)<<24-w%4*8;return new A.init(g,m)}},C=f.Utf8={stringify:function(h){try{return decodeURIComponent(escape(v.stringify(h)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(h){return v.parse(unescape(encodeURIComponent(h)))}},y=u.BufferedBlockAlgorithm=d.extend({reset:function(){this._data=new A.init,this._nDataBytes=0},_append:function(h){typeof h=="string"&&(h=C.parse(h)),this._data.concat(h),this._nDataBytes+=h.sigBytes},_process:function(h){var m,g=this._data,w=g.words,b=g.sigBytes,k=this.blockSize,D=k*4,S=b/D;h?S=a.ceil(S):S=a.max((S|0)-this._minBufferSize,0);var x=S*k,B=a.min(x*4,b);if(x){for(var T=0;T<x;T+=k)this._doProcessBlock(w,T);m=w.splice(0,x),g.sigBytes-=B}return new A.init(m,B)},clone:function(){var h=d.clone.call(this);return h._data=this._data.clone(),h},_minBufferSize:0});u.Hasher=y.extend({cfg:d.extend(),init:function(h){this.cfg=this.cfg.extend(h),this.reset()},reset:function(){y.reset.call(this),this._doReset()},update:function(h){return this._append(h),this._process(),this},finalize:function(h){h&&this._append(h);var m=this._doFinalize();return m},blockSize:16,_createHelper:function(h){return function(m,g){return new h.init(g).finalize(m)}},_createHmacHelper:function(h){return function(m,g){return new E.HMAC.init(h,g).finalize(m)}}});var E=c.algo={};return c}(Math);return r})}(Rf)),Rf.exports}(function(t,e){(function(r,a){t.exports=a(Ff())})(zr,function(r){return function(){var a=r,o=a.lib,i=o.WordArray,s=a.enc;s.Base64={stringify:function(c){var u=c.words,d=c.sigBytes,A=this._map;c.clamp();for(var f=[],p=0;p<d;p+=3)for(var v=u[p>>>2]>>>24-p%4*8&255,C=u[p+1>>>2]>>>24-(p+1)%4*8&255,y=u[p+2>>>2]>>>24-(p+2)%4*8&255,E=v<<16|C<<8|y,h=0;h<4&&p+h*.75<d;h++)f.push(A.charAt(E>>>6*(3-h)&63));var m=A.charAt(64);if(m)for(;f.length%4;)f.push(m);return f.join("")},parse:function(c){var u=c.length,d=this._map,A=this._reverseMap;if(!A){A=this._reverseMap=[];for(var f=0;f<d.length;f++)A[d.charCodeAt(f)]=f}var p=d.charAt(64);if(p){var v=c.indexOf(p);v!==-1&&(u=v)}return l(c,u,A)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function l(c,u,d){for(var A=[],f=0,p=0;p<u;p++)if(p%4){var v=d[c.charCodeAt(p-1)]<<p%4*2,C=d[c.charCodeAt(p)]>>>6-p%4*2,y=v|C;A[f>>>2]|=y<<24-f%4*8,f++}return i.create(A,f)}}(),r.enc.Base64})})(_f);var Ty=_f.exports;const Uf=Mf(Ty);var Zf={exports:{}};(function(t,e){(function(r,a){t.exports=a(Ff())})(zr,function(r){return r.enc.Utf8})})(Zf);var Dy=Zf.exports;const Hf=Mf(Dy),Oy=(t,e)=>{localStorage.setItem(t,Uf.stringify(Hf.parse(e)))},Kr=t=>{const e=localStorage.getItem(t);return e?Uf.parse(e).toString(Hf):null},Vy=t=>{localStorage.removeItem(t)};let bi;const Iy=new Uint8Array(16);function Py(){if(!bi&&(bi=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!bi))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return bi(Iy)}const Ze=[];for(let t=0;t<256;++t)Ze.push((t+256).toString(16).slice(1));function My(t,e=0){return Ze[t[e+0]]+Ze[t[e+1]]+Ze[t[e+2]]+Ze[t[e+3]]+"-"+Ze[t[e+4]]+Ze[t[e+5]]+"-"+Ze[t[e+6]]+Ze[t[e+7]]+"-"+Ze[t[e+8]]+Ze[t[e+9]]+"-"+Ze[t[e+10]]+Ze[t[e+11]]+Ze[t[e+12]]+Ze[t[e+13]]+Ze[t[e+14]]+Ze[t[e+15]]}const _y=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Qf={randomUUID:_y};function Ci(t,e,r){if(Qf.randomUUID&&!t)return Qf.randomUUID();t=t||{};const a=t.random||(t.rng||Py)();return a[6]=a[6]&15|64,a[8]=a[8]&63|128,My(a)}const Ei=function(){let t=!1;return function(e){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(e.substr(0,4)))&&(t=!0)}(navigator.userAgent||navigator.vendor||window.opera),t};function qf(t){const e=document.cookie.split(";");for(let r=0;r<e.length;r++){const a=e[r].trim();if(a.startsWith(t+"="))return decodeURIComponent(a.substring(t.length+1))}return null}function zf({name:t,value:e,days:r=0,hours:a=0,minutes:o=0,seconds:i=0,milliseconds:s=0}){const l=new Date;l.setTime(l.getTime()+r*24*60*60*1e3+a*60*60*1e3+o*60*1e3+i*1e3+s);const c="; expires="+l.toUTCString();document.cookie=t+"="+encodeURIComponent(e)+c+"; path=/"}function Kf(t,e){return function(){return t.apply(e,arguments)}}const{toString:Ry}=Object.prototype,{getPrototypeOf:oc}=Object,ki=(t=>e=>{const r=Ry.call(e);return t[r]||(t[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),Ot=t=>(t=t.toLowerCase(),e=>ki(e)===t),xi=t=>e=>typeof e===t,{isArray:jr}=Array,La=xi("undefined");function Ly(t){return t!==null&&!La(t)&&t.constructor!==null&&!La(t.constructor)&&pt(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const jf=Ot("ArrayBuffer");function Fy(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&jf(t.buffer),e}const Uy=xi("string"),pt=xi("function"),Jf=xi("number"),Bi=t=>t!==null&&typeof t=="object",Zy=t=>t===!0||t===!1,Si=t=>{if(ki(t)!=="object")return!1;const e=oc(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},Hy=Ot("Date"),Qy=Ot("File"),qy=Ot("Blob"),zy=Ot("FileList"),Ky=t=>Bi(t)&&pt(t.pipe),jy=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||pt(t.append)&&((e=ki(t))==="formdata"||e==="object"&&pt(t.toString)&&t.toString()==="[object FormData]"))},Jy=Ot("URLSearchParams"),[Xy,Wy,$y,Yy]=["ReadableStream","Request","Response","Headers"].map(Ot),Gy=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Fa(t,e,{allOwnKeys:r=!1}={}){if(t===null||typeof t>"u")return;let a,o;if(typeof t!="object"&&(t=[t]),jr(t))for(a=0,o=t.length;a<o;a++)e.call(null,t[a],a,t);else{const i=r?Object.getOwnPropertyNames(t):Object.keys(t),s=i.length;let l;for(a=0;a<s;a++)l=i[a],e.call(null,t[l],l,t)}}function Xf(t,e){e=e.toLowerCase();const r=Object.keys(t);let a=r.length,o;for(;a-- >0;)if(o=r[a],e===o.toLowerCase())return o;return null}const Wf=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,$f=t=>!La(t)&&t!==Wf;function ic(){const{caseless:t}=$f(this)&&this||{},e={},r=(a,o)=>{const i=t&&Xf(e,o)||o;Si(e[i])&&Si(a)?e[i]=ic(e[i],a):Si(a)?e[i]=ic({},a):jr(a)?e[i]=a.slice():e[i]=a};for(let a=0,o=arguments.length;a<o;a++)arguments[a]&&Fa(arguments[a],r);return e}const Ny=(t,e,r,{allOwnKeys:a}={})=>(Fa(e,(o,i)=>{r&&pt(o)?t[i]=Kf(o,r):t[i]=o},{allOwnKeys:a}),t),ew=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),tw=(t,e,r,a)=>{t.prototype=Object.create(e.prototype,a),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),r&&Object.assign(t.prototype,r)},nw=(t,e,r,a)=>{let o,i,s;const l={};if(e=e||{},t==null)return e;do{for(o=Object.getOwnPropertyNames(t),i=o.length;i-- >0;)s=o[i],(!a||a(s,t,e))&&!l[s]&&(e[s]=t[s],l[s]=!0);t=r!==!1&&oc(t)}while(t&&(!r||r(t,e))&&t!==Object.prototype);return e},rw=(t,e,r)=>{t=String(t),(r===void 0||r>t.length)&&(r=t.length),r-=e.length;const a=t.indexOf(e,r);return a!==-1&&a===r},aw=t=>{if(!t)return null;if(jr(t))return t;let e=t.length;if(!Jf(e))return null;const r=new Array(e);for(;e-- >0;)r[e]=t[e];return r},ow=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&oc(Uint8Array)),iw=(t,e)=>{const r=(t&&t[Symbol.iterator]).call(t);let a;for(;(a=r.next())&&!a.done;){const o=a.value;e.call(t,o[0],o[1])}},sw=(t,e)=>{let r;const a=[];for(;(r=t.exec(e))!==null;)a.push(r);return a},lw=Ot("HTMLFormElement"),cw=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,r,a){return r.toUpperCase()+a}),Yf=(({hasOwnProperty:t})=>(e,r)=>t.call(e,r))(Object.prototype),uw=Ot("RegExp"),Gf=(t,e)=>{const r=Object.getOwnPropertyDescriptors(t),a={};Fa(r,(o,i)=>{let s;(s=e(o,i,t))!==!1&&(a[i]=s||o)}),Object.defineProperties(t,a)},dw=t=>{Gf(t,(e,r)=>{if(pt(t)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const a=t[r];if(pt(a)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},Aw=(t,e)=>{const r={},a=o=>{o.forEach(i=>{r[i]=!0})};return jr(t)?a(t):a(String(t).split(e)),r},fw=()=>{},pw=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e,sc="abcdefghijklmnopqrstuvwxyz",Nf="0123456789",e2={DIGIT:Nf,ALPHA:sc,ALPHA_DIGIT:sc+sc.toUpperCase()+Nf},mw=(t=16,e=e2.ALPHA_DIGIT)=>{let r="";const{length:a}=e;for(;t--;)r+=e[Math.random()*a|0];return r};function hw(t){return!!(t&&pt(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const gw=t=>{const e=new Array(10),r=(a,o)=>{if(Bi(a)){if(e.indexOf(a)>=0)return;if(!("toJSON"in a)){e[o]=a;const i=jr(a)?[]:{};return Fa(a,(s,l)=>{const c=r(s,o+1);!La(c)&&(i[l]=c)}),e[o]=void 0,i}}return a};return r(t,0)},vw=Ot("AsyncFunction"),yw=t=>t&&(Bi(t)||pt(t))&&pt(t.then)&&pt(t.catch),P={isArray:jr,isArrayBuffer:jf,isBuffer:Ly,isFormData:jy,isArrayBufferView:Fy,isString:Uy,isNumber:Jf,isBoolean:Zy,isObject:Bi,isPlainObject:Si,isReadableStream:Xy,isRequest:Wy,isResponse:$y,isHeaders:Yy,isUndefined:La,isDate:Hy,isFile:Qy,isBlob:qy,isRegExp:uw,isFunction:pt,isStream:Ky,isURLSearchParams:Jy,isTypedArray:ow,isFileList:zy,forEach:Fa,merge:ic,extend:Ny,trim:Gy,stripBOM:ew,inherits:tw,toFlatObject:nw,kindOf:ki,kindOfTest:Ot,endsWith:rw,toArray:aw,forEachEntry:iw,matchAll:sw,isHTMLForm:lw,hasOwnProperty:Yf,hasOwnProp:Yf,reduceDescriptors:Gf,freezeMethods:dw,toObjectSet:Aw,toCamelCase:cw,noop:fw,toFiniteNumber:pw,findKey:Xf,global:Wf,isContextDefined:$f,ALPHABET:e2,generateString:mw,isSpecCompliantForm:hw,toJSONObject:gw,isAsyncFn:vw,isThenable:yw};function ce(t,e,r,a,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),r&&(this.config=r),a&&(this.request=a),o&&(this.response=o)}P.inherits(ce,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:P.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const t2=ce.prototype,n2={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{n2[t]={value:t}}),Object.defineProperties(ce,n2),Object.defineProperty(t2,"isAxiosError",{value:!0}),ce.from=(t,e,r,a,o,i)=>{const s=Object.create(t2);return P.toFlatObject(t,s,function(l){return l!==Error.prototype},l=>l!=="isAxiosError"),ce.call(s,t.message,e,r,a,o),s.cause=t,s.name=t.name,i&&Object.assign(s,i),s};const ww=null;function lc(t){return P.isPlainObject(t)||P.isArray(t)}function r2(t){return P.endsWith(t,"[]")?t.slice(0,-2):t}function a2(t,e,r){return t?t.concat(e).map(function(a,o){return a=r2(a),!r&&o?"["+a+"]":a}).join(r?".":""):e}function bw(t){return P.isArray(t)&&!t.some(lc)}const Cw=P.toFlatObject(P,{},null,function(t){return/^is[A-Z]/.test(t)});function Ti(t,e,r){if(!P.isObject(t))throw new TypeError("target must be an object");e=e||new FormData,r=P.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(p,v){return!P.isUndefined(v[p])});const a=r.metaTokens,o=r.visitor||u,i=r.dots,s=r.indexes,l=(r.Blob||typeof Blob<"u"&&Blob)&&P.isSpecCompliantForm(e);if(!P.isFunction(o))throw new TypeError("visitor must be a function");function c(p){if(p===null)return"";if(P.isDate(p))return p.toISOString();if(!l&&P.isBlob(p))throw new ce("Blob is not supported. Use a Buffer instead.");return P.isArrayBuffer(p)||P.isTypedArray(p)?l&&typeof Blob=="function"?new Blob([p]):Buffer.from(p):p}function u(p,v,C){let y=p;if(p&&!C&&typeof p=="object"){if(P.endsWith(v,"{}"))v=a?v:v.slice(0,-2),p=JSON.stringify(p);else if(P.isArray(p)&&bw(p)||(P.isFileList(p)||P.endsWith(v,"[]"))&&(y=P.toArray(p)))return v=r2(v),y.forEach(function(E,h){!(P.isUndefined(E)||E===null)&&e.append(s===!0?a2([v],h,i):s===null?v:v+"[]",c(E))}),!1}return lc(p)?!0:(e.append(a2(C,v,i),c(p)),!1)}const d=[],A=Object.assign(Cw,{defaultVisitor:u,convertValue:c,isVisitable:lc});function f(p,v){if(!P.isUndefined(p)){if(d.indexOf(p)!==-1)throw Error("Circular reference detected in "+v.join("."));d.push(p),P.forEach(p,function(C,y){(!(P.isUndefined(C)||C===null)&&o.call(e,C,P.isString(y)?y.trim():y,v,A))===!0&&f(C,v?v.concat(y):[y])}),d.pop()}}if(!P.isObject(t))throw new TypeError("data must be an object");return f(t),e}function o2(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(r){return e[r]})}function cc(t,e){this._pairs=[],t&&Ti(t,this,e)}const i2=cc.prototype;i2.append=function(t,e){this._pairs.push([t,e])},i2.toString=function(t){const e=t?function(r){return t.call(this,r,o2)}:o2;return this._pairs.map(function(r){return e(r[0])+"="+e(r[1])},"").join("&")};function Ew(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function s2(t,e,r){if(!e)return t;const a=r&&r.encode||Ew,o=r&&r.serialize;let i;if(o?i=o(e,r):i=P.isURLSearchParams(e)?e.toString():new cc(e,r).toString(a),i){const s=t.indexOf("#");s!==-1&&(t=t.slice(0,s)),t+=(t.indexOf("?")===-1?"?":"&")+i}return t}class l2{constructor(){this.handlers=[]}use(e,r,a){return this.handlers.push({fulfilled:e,rejected:r,synchronous:a?a.synchronous:!1,runWhen:a?a.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){P.forEach(this.handlers,function(r){r!==null&&e(r)})}}const c2={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},kw=typeof URLSearchParams<"u"?URLSearchParams:cc,xw=typeof FormData<"u"?FormData:null,Bw=typeof Blob<"u"?Blob:null,Sw={isBrowser:!0,classes:{URLSearchParams:kw,FormData:xw,Blob:Bw},protocols:["http","https","file","blob","url","data"]},uc=typeof window<"u"&&typeof document<"u",Tw=(t=>uc&&["ReactNative","NativeScript","NS"].indexOf(t)<0)(typeof navigator<"u"&&navigator.product),Dw=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Ow=uc&&window.location.href||"http://localhost",Vw=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:uc,hasStandardBrowserEnv:Tw,hasStandardBrowserWebWorkerEnv:Dw,origin:Ow},Symbol.toStringTag,{value:"Module"})),Vt={...Vw,...Sw};function Iw(t,e){return Ti(t,new Vt.classes.URLSearchParams,Object.assign({visitor:function(r,a,o,i){return Vt.isNode&&P.isBuffer(r)?(this.append(a,r.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},e))}function Pw(t){return P.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function Mw(t){const e={},r=Object.keys(t);let a;const o=r.length;let i;for(a=0;a<o;a++)i=r[a],e[i]=t[i];return e}function u2(t){function e(r,a,o,i){let s=r[i++];if(s==="__proto__")return!0;const l=Number.isFinite(+s),c=i>=r.length;return s=!s&&P.isArray(o)?o.length:s,c?(P.hasOwnProp(o,s)?o[s]=[o[s],a]:o[s]=a,!l):((!o[s]||!P.isObject(o[s]))&&(o[s]=[]),e(r,a,o[s],i)&&P.isArray(o[s])&&(o[s]=Mw(o[s])),!l)}if(P.isFormData(t)&&P.isFunction(t.entries)){const r={};return P.forEachEntry(t,(a,o)=>{e(Pw(a),o,r,0)}),r}return null}function _w(t,e,r){if(P.isString(t))try{return(e||JSON.parse)(t),P.trim(t)}catch(a){if(a.name!=="SyntaxError")throw a}return(0,JSON.stringify)(t)}const Ua={transitional:c2,adapter:["xhr","http","fetch"],transformRequest:[function(t,e){const r=e.getContentType()||"",a=r.indexOf("application/json")>-1,o=P.isObject(t);if(o&&P.isHTMLForm(t)&&(t=new FormData(t)),P.isFormData(t))return a?JSON.stringify(u2(t)):t;if(P.isArrayBuffer(t)||P.isBuffer(t)||P.isStream(t)||P.isFile(t)||P.isBlob(t)||P.isReadableStream(t))return t;if(P.isArrayBufferView(t))return t.buffer;if(P.isURLSearchParams(t))return e.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let i;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return Iw(t,this.formSerializer).toString();if((i=P.isFileList(t))||r.indexOf("multipart/form-data")>-1){const s=this.env&&this.env.FormData;return Ti(i?{"files[]":t}:t,s&&new s,this.formSerializer)}}return o||a?(e.setContentType("application/json",!1),_w(t)):t}],transformResponse:[function(t){const e=this.transitional||Ua.transitional,r=e&&e.forcedJSONParsing,a=this.responseType==="json";if(P.isResponse(t)||P.isReadableStream(t))return t;if(t&&P.isString(t)&&(r&&!this.responseType||a)){const o=!(e&&e.silentJSONParsing)&&a;try{return JSON.parse(t)}catch(i){if(o)throw i.name==="SyntaxError"?ce.from(i,ce.ERR_BAD_RESPONSE,this,null,this.response):i}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Vt.classes.FormData,Blob:Vt.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};P.forEach(["delete","get","head","post","put","patch"],t=>{Ua.headers[t]={}});const Rw=P.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Lw=t=>{const e={};let r,a,o;return t&&t.split(`
81
- `).forEach(function(i){o=i.indexOf(":"),r=i.substring(0,o).trim().toLowerCase(),a=i.substring(o+1).trim(),!(!r||e[r]&&Rw[r])&&(r==="set-cookie"?e[r]?e[r].push(a):e[r]=[a]:e[r]=e[r]?e[r]+", "+a:a)}),e},d2=Symbol("internals");function Za(t){return t&&String(t).trim().toLowerCase()}function Di(t){return t===!1||t==null?t:P.isArray(t)?t.map(Di):String(t)}function Fw(t){const e=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let a;for(;a=r.exec(t);)e[a[1]]=a[2];return e}const Uw=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function dc(t,e,r,a,o){if(P.isFunction(a))return a.call(this,e,r);if(o&&(e=r),!!P.isString(e)){if(P.isString(a))return e.indexOf(a)!==-1;if(P.isRegExp(a))return a.test(e)}}function Zw(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,r,a)=>r.toUpperCase()+a)}function Hw(t,e){const r=P.toCamelCase(" "+e);["get","set","has"].forEach(a=>{Object.defineProperty(t,a+r,{value:function(o,i,s){return this[a].call(this,e,o,i,s)},configurable:!0})})}let et=class{constructor(t){t&&this.set(t)}set(t,e,r){const a=this;function o(s,l,c){const u=Za(l);if(!u)throw new Error("header name must be a non-empty string");const d=P.findKey(a,u);(!d||a[d]===void 0||c===!0||c===void 0&&a[d]!==!1)&&(a[d||l]=Di(s))}const i=(s,l)=>P.forEach(s,(c,u)=>o(c,u,l));if(P.isPlainObject(t)||t instanceof this.constructor)i(t,e);else if(P.isString(t)&&(t=t.trim())&&!Uw(t))i(Lw(t),e);else if(P.isHeaders(t))for(const[s,l]of t.entries())o(l,s,r);else t!=null&&o(e,t,r);return this}get(t,e){if(t=Za(t),t){const r=P.findKey(this,t);if(r){const a=this[r];if(!e)return a;if(e===!0)return Fw(a);if(P.isFunction(e))return e.call(this,a,r);if(P.isRegExp(e))return e.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=Za(t),t){const r=P.findKey(this,t);return!!(r&&this[r]!==void 0&&(!e||dc(this,this[r],r,e)))}return!1}delete(t,e){const r=this;let a=!1;function o(i){if(i=Za(i),i){const s=P.findKey(r,i);s&&(!e||dc(r,r[s],s,e))&&(delete r[s],a=!0)}}return P.isArray(t)?t.forEach(o):o(t),a}clear(t){const e=Object.keys(this);let r=e.length,a=!1;for(;r--;){const o=e[r];(!t||dc(this,this[o],o,t,!0))&&(delete this[o],a=!0)}return a}normalize(t){const e=this,r={};return P.forEach(this,(a,o)=>{const i=P.findKey(r,o);if(i){e[i]=Di(a),delete e[o];return}const s=t?Zw(o):String(o).trim();s!==o&&delete e[o],e[s]=Di(a),r[s]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return P.forEach(this,(r,a)=>{r!=null&&r!==!1&&(e[a]=t&&P.isArray(r)?r.join(", "):r)}),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,e])=>t+": "+e).join(`
82
- `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const r=new this(t);return e.forEach(a=>r.set(a)),r}static accessor(t){const e=(this[d2]=this[d2]={accessors:{}}).accessors,r=this.prototype;function a(o){const i=Za(o);e[i]||(Hw(r,o),e[i]=!0)}return P.isArray(t)?t.forEach(a):a(t),this}};et.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),P.reduceDescriptors(et.prototype,({value:t},e)=>{let r=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(a){this[r]=a}}}),P.freezeMethods(et);function Ac(t,e){const r=this||Ua,a=e||r,o=et.from(a.headers);let i=a.data;return P.forEach(t,function(s){i=s.call(r,i,o.normalize(),e?e.status:void 0)}),o.normalize(),i}function A2(t){return!!(t&&t.__CANCEL__)}function Jr(t,e,r){ce.call(this,t??"canceled",ce.ERR_CANCELED,e,r),this.name="CanceledError"}P.inherits(Jr,ce,{__CANCEL__:!0});function f2(t,e,r){const a=r.config.validateStatus;!r.status||!a||a(r.status)?t(r):e(new ce("Request failed with status code "+r.status,[ce.ERR_BAD_REQUEST,ce.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function Qw(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function qw(t,e){t=t||10;const r=new Array(t),a=new Array(t);let o=0,i=0,s;return e=e!==void 0?e:1e3,function(l){const c=Date.now(),u=a[i];s||(s=c),r[o]=l,a[o]=c;let d=i,A=0;for(;d!==o;)A+=r[d++],d=d%t;if(o=(o+1)%t,o===i&&(i=(i+1)%t),c-s<e)return;const f=u&&c-u;return f?Math.round(A*1e3/f):void 0}}function zw(t,e){let r=0;const a=1e3/e;let o=null;return function(){const i=this===!0,s=Date.now();if(i||s-r>a)return o&&(clearTimeout(o),o=null),r=s,t.apply(null,arguments);o||(o=setTimeout(()=>(o=null,r=Date.now(),t.apply(null,arguments)),a-(s-r)))}}const Oi=(t,e,r=3)=>{let a=0;const o=qw(50,250);return zw(i=>{const s=i.loaded,l=i.lengthComputable?i.total:void 0,c=s-a,u=o(c),d=s<=l;a=s;const A={loaded:s,total:l,progress:l?s/l:void 0,bytes:c,rate:u||void 0,estimated:u&&l&&d?(l-s)/u:void 0,event:i,lengthComputable:l!=null};A[e?"download":"upload"]=!0,t(A)},r)},Kw=Vt.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement("a");let r;function a(o){let i=o;return t&&(e.setAttribute("href",i),i=e.href),e.setAttribute("href",i),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,""):"",host:e.host,search:e.search?e.search.replace(/^\?/,""):"",hash:e.hash?e.hash.replace(/^#/,""):"",hostname:e.hostname,port:e.port,pathname:e.pathname.charAt(0)==="/"?e.pathname:"/"+e.pathname}}return r=a(window.location.href),function(o){const i=P.isString(o)?a(o):o;return i.protocol===r.protocol&&i.host===r.host}}():function(){return function(){return!0}}(),jw=Vt.hasStandardBrowserEnv?{write(t,e,r,a,o,i){const s=[t+"="+encodeURIComponent(e)];P.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),P.isString(a)&&s.push("path="+a),P.isString(o)&&s.push("domain="+o),i===!0&&s.push("secure"),document.cookie=s.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Jw(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function Xw(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function p2(t,e){return t&&!Jw(e)?Xw(t,e):e}const m2=t=>t instanceof et?{...t}:t;function $n(t,e){e=e||{};const r={};function a(u,d,A){return P.isPlainObject(u)&&P.isPlainObject(d)?P.merge.call({caseless:A},u,d):P.isPlainObject(d)?P.merge({},d):P.isArray(d)?d.slice():d}function o(u,d,A){if(P.isUndefined(d)){if(!P.isUndefined(u))return a(void 0,u,A)}else return a(u,d,A)}function i(u,d){if(!P.isUndefined(d))return a(void 0,d)}function s(u,d){if(P.isUndefined(d)){if(!P.isUndefined(u))return a(void 0,u)}else return a(void 0,d)}function l(u,d,A){if(A in e)return a(u,d);if(A in t)return a(void 0,u)}const c={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l,headers:(u,d)=>o(m2(u),m2(d),!0)};return P.forEach(Object.keys(Object.assign({},t,e)),function(u){const d=c[u]||o,A=d(t[u],e[u],u);P.isUndefined(A)&&d!==l||(r[u]=A)}),r}const h2=t=>{const e=$n({},t);let{data:r,withXSRFToken:a,xsrfHeaderName:o,xsrfCookieName:i,headers:s,auth:l}=e;e.headers=s=et.from(s),e.url=s2(p2(e.baseURL,e.url),t.params,t.paramsSerializer),l&&s.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):"")));let c;if(P.isFormData(r)){if(Vt.hasStandardBrowserEnv||Vt.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((c=s.getContentType())!==!1){const[u,...d]=c?c.split(";").map(A=>A.trim()).filter(Boolean):[];s.setContentType([u||"multipart/form-data",...d].join("; "))}}if(Vt.hasStandardBrowserEnv&&(a&&P.isFunction(a)&&(a=a(e)),a||a!==!1&&Kw(e.url))){const u=o&&i&&jw.read(i);u&&s.set(o,u)}return e},Ww=typeof XMLHttpRequest<"u",$w=Ww&&function(t){return new Promise(function(e,r){const a=h2(t);let o=a.data;const i=et.from(a.headers).normalize();let{responseType:s}=a,l;function c(){a.cancelToken&&a.cancelToken.unsubscribe(l),a.signal&&a.signal.removeEventListener("abort",l)}let u=new XMLHttpRequest;u.open(a.method.toUpperCase(),a.url,!0),u.timeout=a.timeout;function d(){if(!u)return;const f=et.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders()),p={data:!s||s==="text"||s==="json"?u.responseText:u.response,status:u.status,statusText:u.statusText,headers:f,config:t,request:u};f2(function(v){e(v),c()},function(v){r(v),c()},p),u=null}"onloadend"in u?u.onloadend=d:u.onreadystatechange=function(){!u||u.readyState!==4||u.status===0&&!(u.responseURL&&u.responseURL.indexOf("file:")===0)||setTimeout(d)},u.onabort=function(){u&&(r(new ce("Request aborted",ce.ECONNABORTED,a,u)),u=null)},u.onerror=function(){r(new ce("Network Error",ce.ERR_NETWORK,a,u)),u=null},u.ontimeout=function(){let f=a.timeout?"timeout of "+a.timeout+"ms exceeded":"timeout exceeded";const p=a.transitional||c2;a.timeoutErrorMessage&&(f=a.timeoutErrorMessage),r(new ce(f,p.clarifyTimeoutError?ce.ETIMEDOUT:ce.ECONNABORTED,a,u)),u=null},o===void 0&&i.setContentType(null),"setRequestHeader"in u&&P.forEach(i.toJSON(),function(f,p){u.setRequestHeader(p,f)}),P.isUndefined(a.withCredentials)||(u.withCredentials=!!a.withCredentials),s&&s!=="json"&&(u.responseType=a.responseType),typeof a.onDownloadProgress=="function"&&u.addEventListener("progress",Oi(a.onDownloadProgress,!0)),typeof a.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",Oi(a.onUploadProgress)),(a.cancelToken||a.signal)&&(l=f=>{u&&(r(!f||f.type?new Jr(null,t,u):f),u.abort(),u=null)},a.cancelToken&&a.cancelToken.subscribe(l),a.signal&&(a.signal.aborted?l():a.signal.addEventListener("abort",l)));const A=Qw(a.url);if(A&&Vt.protocols.indexOf(A)===-1){r(new ce("Unsupported protocol "+A+":",ce.ERR_BAD_REQUEST,t));return}u.send(o||null)})},Yw=(t,e)=>{let r=new AbortController,a;const o=function(c){if(!a){a=!0,s();const u=c instanceof Error?c:this.reason;r.abort(u instanceof ce?u:new Jr(u instanceof Error?u.message:u))}};let i=e&&setTimeout(()=>{o(new ce(`timeout ${e} of ms exceeded`,ce.ETIMEDOUT))},e);const s=()=>{t&&(i&&clearTimeout(i),i=null,t.forEach(c=>{c&&(c.removeEventListener?c.removeEventListener("abort",o):c.unsubscribe(o))}),t=null)};t.forEach(c=>c&&c.addEventListener&&c.addEventListener("abort",o));const{signal:l}=r;return l.unsubscribe=s,[l,()=>{i&&clearTimeout(i),i=null}]},Gw=function*(t,e){let r=t.byteLength;if(r<e){yield t;return}let a=0,o;for(;a<r;)o=a+e,yield t.slice(a,o),a=o},Nw=async function*(t,e,r){for await(const a of t)yield*Gw(ArrayBuffer.isView(a)?a:await r(String(a)),e)},g2=(t,e,r,a,o)=>{const i=Nw(t,e,o);let s=0;return new ReadableStream({type:"bytes",async pull(l){const{done:c,value:u}=await i.next();if(c){l.close(),a();return}let d=u.byteLength;r&&r(s+=d),l.enqueue(new Uint8Array(u))},cancel(l){return a(l),i.return()}},{highWaterMark:2})},v2=(t,e)=>{const r=t!=null;return a=>setTimeout(()=>e({lengthComputable:r,total:t,loaded:a}))},Vi=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",y2=Vi&&typeof ReadableStream=="function",fc=Vi&&(typeof TextEncoder=="function"?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),eb=y2&&(()=>{let t=!1;const e=new Request(Vt.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!e})(),w2=64*1024,pc=y2&&!!(()=>{try{return P.isReadableStream(new Response("").body)}catch{}})(),Ii={stream:pc&&(t=>t.body)};Vi&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!Ii[e]&&(Ii[e]=P.isFunction(t[e])?r=>r[e]():(r,a)=>{throw new ce(`Response type '${e}' is not supported`,ce.ERR_NOT_SUPPORT,a)})})})(new Response);const tb=async t=>{if(t==null)return 0;if(P.isBlob(t))return t.size;if(P.isSpecCompliantForm(t))return(await new Request(t).arrayBuffer()).byteLength;if(P.isArrayBufferView(t))return t.byteLength;if(P.isURLSearchParams(t)&&(t=t+""),P.isString(t))return(await fc(t)).byteLength},nb=async(t,e)=>P.toFiniteNumber(t.getContentLength())??tb(e),rb=Vi&&(async t=>{let{url:e,method:r,data:a,signal:o,cancelToken:i,timeout:s,onDownloadProgress:l,onUploadProgress:c,responseType:u,headers:d,withCredentials:A="same-origin",fetchOptions:f}=h2(t);u=u?(u+"").toLowerCase():"text";let[p,v]=o||i||s?Yw([o,i],s):[],C,y;const E=()=>{!C&&setTimeout(()=>{p&&p.unsubscribe()}),C=!0};let h;try{if(c&&eb&&r!=="get"&&r!=="head"&&(h=await nb(d,a))!==0){let b=new Request(e,{method:"POST",body:a,duplex:"half"}),k;P.isFormData(a)&&(k=b.headers.get("content-type"))&&d.setContentType(k),b.body&&(a=g2(b.body,w2,v2(h,Oi(c)),null,fc))}P.isString(A)||(A=A?"cors":"omit"),y=new Request(e,{...f,signal:p,method:r.toUpperCase(),headers:d.normalize().toJSON(),body:a,duplex:"half",withCredentials:A});let m=await fetch(y);const g=pc&&(u==="stream"||u==="response");if(pc&&(l||g)){const b={};["status","statusText","headers"].forEach(D=>{b[D]=m[D]});const k=P.toFiniteNumber(m.headers.get("content-length"));m=new Response(g2(m.body,w2,l&&v2(k,Oi(l,!0)),g&&E,fc),b)}u=u||"text";let w=await Ii[P.findKey(Ii,u)||"text"](m,t);return!g&&E(),v&&v(),await new Promise((b,k)=>{f2(b,k,{data:w,headers:et.from(m.headers),status:m.status,statusText:m.statusText,config:t,request:y})})}catch(m){throw E(),m&&m.name==="TypeError"&&/fetch/i.test(m.message)?Object.assign(new ce("Network Error",ce.ERR_NETWORK,t,y),{cause:m.cause||m}):ce.from(m,m&&m.code,t,y)}}),mc={http:ww,xhr:$w,fetch:rb};P.forEach(mc,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});const b2=t=>`- ${t}`,ab=t=>P.isFunction(t)||t===null||t===!1,C2={getAdapter:t=>{t=P.isArray(t)?t:[t];const{length:e}=t;let r,a;const o={};for(let i=0;i<e;i++){r=t[i];let s;if(a=r,!ab(r)&&(a=mc[(s=String(r)).toLowerCase()],a===void 0))throw new ce(`Unknown adapter '${s}'`);if(a)break;o[s||"#"+i]=a}if(!a){const i=Object.entries(o).map(([l,c])=>`adapter ${l} `+(c===!1?"is not supported by the environment":"is not available in the build"));let s=e?i.length>1?`since :
80
+ `,t.style.display="block",t.style.position="fixed",t.style.top="0",t.style.left="0",t.style.width="100%",t.style.height="100%",t.style.backgroundColor="#3E4754",t.style.display="flex",t.style.justifyContent="center",t.style.alignItems="center",t.style.color="#fff",t.style.fontSize="24px",t.style.zIndex="999999",document.body.appendChild(t),t};var zr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function Mf(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function Ey(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var r=function a(){return this instanceof a?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(a){var o=Object.getOwnPropertyDescriptor(t,a);Object.defineProperty(r,a,o.get?o:{enumerable:!0,get:function(){return t[a]}})}),r}var _f={exports:{}};function ky(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Rf={exports:{}};const xy={},By=Object.freeze(Object.defineProperty({__proto__:null,default:xy},Symbol.toStringTag,{value:"Module"})),Sy=Ey(By);var Lf;function Ff(){return Lf||(Lf=1,function(t,e){(function(r,a){t.exports=a()})(zr,function(){var r=r||function(a,o){var i;if(typeof window<"u"&&window.crypto&&(i=window.crypto),typeof self<"u"&&self.crypto&&(i=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(i=globalThis.crypto),!i&&typeof window<"u"&&window.msCrypto&&(i=window.msCrypto),!i&&typeof zr<"u"&&zr.crypto&&(i=zr.crypto),!i&&typeof ky=="function")try{i=Sy}catch{}var s=function(){if(i){if(typeof i.getRandomValues=="function")try{return i.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof i.randomBytes=="function")try{return i.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},l=Object.create||function(){function h(){}return function(p){var y;return h.prototype=p,y=new h,h.prototype=null,y}}(),c={},u=c.lib={},d=u.Base=function(){return{extend:function(h){var p=l(this);return h&&p.mixIn(h),(!p.hasOwnProperty("init")||this.init===p.init)&&(p.init=function(){p.$super.init.apply(this,arguments)}),p.init.prototype=p,p.$super=this,p},create:function(){var h=this.extend();return h.init.apply(h,arguments),h},init:function(){},mixIn:function(h){for(var p in h)h.hasOwnProperty(p)&&(this[p]=h[p]);h.hasOwnProperty("toString")&&(this.toString=h.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),A=u.WordArray=d.extend({init:function(h,p){h=this.words=h||[],p!=o?this.sigBytes=p:this.sigBytes=h.length*4},toString:function(h){return(h||f).stringify(this)},concat:function(h){var p=this.words,y=h.words,w=this.sigBytes,C=h.sigBytes;if(this.clamp(),w%4)for(var E=0;E<C;E++){var T=y[E>>>2]>>>24-E%4*8&255;p[w+E>>>2]|=T<<24-(w+E)%4*8}else for(var S=0;S<C;S+=4)p[w+S>>>2]=y[S>>>2];return this.sigBytes+=C,this},clamp:function(){var h=this.words,p=this.sigBytes;h[p>>>2]&=4294967295<<32-p%4*8,h.length=a.ceil(p/4)},clone:function(){var h=d.clone.call(this);return h.words=this.words.slice(0),h},random:function(h){for(var p=[],y=0;y<h;y+=4)p.push(s());return new A.init(p,h)}}),m=c.enc={},f=m.Hex={stringify:function(h){for(var p=h.words,y=h.sigBytes,w=[],C=0;C<y;C++){var E=p[C>>>2]>>>24-C%4*8&255;w.push((E>>>4).toString(16)),w.push((E&15).toString(16))}return w.join("")},parse:function(h){for(var p=h.length,y=[],w=0;w<p;w+=2)y[w>>>3]|=parseInt(h.substr(w,2),16)<<24-w%8*4;return new A.init(y,p/2)}},g=m.Latin1={stringify:function(h){for(var p=h.words,y=h.sigBytes,w=[],C=0;C<y;C++){var E=p[C>>>2]>>>24-C%4*8&255;w.push(String.fromCharCode(E))}return w.join("")},parse:function(h){for(var p=h.length,y=[],w=0;w<p;w++)y[w>>>2]|=(h.charCodeAt(w)&255)<<24-w%4*8;return new A.init(y,p)}},b=m.Utf8={stringify:function(h){try{return decodeURIComponent(escape(g.stringify(h)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(h){return g.parse(unescape(encodeURIComponent(h)))}},v=u.BufferedBlockAlgorithm=d.extend({reset:function(){this._data=new A.init,this._nDataBytes=0},_append:function(h){typeof h=="string"&&(h=b.parse(h)),this._data.concat(h),this._nDataBytes+=h.sigBytes},_process:function(h){var p,y=this._data,w=y.words,C=y.sigBytes,E=this.blockSize,T=E*4,S=C/T;h?S=a.ceil(S):S=a.max((S|0)-this._minBufferSize,0);var x=S*E,B=a.min(x*4,C);if(x){for(var O=0;O<x;O+=E)this._doProcessBlock(w,O);p=w.splice(0,x),y.sigBytes-=B}return new A.init(p,B)},clone:function(){var h=d.clone.call(this);return h._data=this._data.clone(),h},_minBufferSize:0});u.Hasher=v.extend({cfg:d.extend(),init:function(h){this.cfg=this.cfg.extend(h),this.reset()},reset:function(){v.reset.call(this),this._doReset()},update:function(h){return this._append(h),this._process(),this},finalize:function(h){h&&this._append(h);var p=this._doFinalize();return p},blockSize:16,_createHelper:function(h){return function(p,y){return new h.init(y).finalize(p)}},_createHmacHelper:function(h){return function(p,y){return new k.HMAC.init(h,y).finalize(p)}}});var k=c.algo={};return c}(Math);return r})}(Rf)),Rf.exports}(function(t,e){(function(r,a){t.exports=a(Ff())})(zr,function(r){return function(){var a=r,o=a.lib,i=o.WordArray,s=a.enc;s.Base64={stringify:function(c){var u=c.words,d=c.sigBytes,A=this._map;c.clamp();for(var m=[],f=0;f<d;f+=3)for(var g=u[f>>>2]>>>24-f%4*8&255,b=u[f+1>>>2]>>>24-(f+1)%4*8&255,v=u[f+2>>>2]>>>24-(f+2)%4*8&255,k=g<<16|b<<8|v,h=0;h<4&&f+h*.75<d;h++)m.push(A.charAt(k>>>6*(3-h)&63));var p=A.charAt(64);if(p)for(;m.length%4;)m.push(p);return m.join("")},parse:function(c){var u=c.length,d=this._map,A=this._reverseMap;if(!A){A=this._reverseMap=[];for(var m=0;m<d.length;m++)A[d.charCodeAt(m)]=m}var f=d.charAt(64);if(f){var g=c.indexOf(f);g!==-1&&(u=g)}return l(c,u,A)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function l(c,u,d){for(var A=[],m=0,f=0;f<u;f++)if(f%4){var g=d[c.charCodeAt(f-1)]<<f%4*2,b=d[c.charCodeAt(f)]>>>6-f%4*2,v=g|b;A[m>>>2]|=v<<24-m%4*8,m++}return i.create(A,m)}}(),r.enc.Base64})})(_f);var Ty=_f.exports;const Uf=Mf(Ty);var Zf={exports:{}};(function(t,e){(function(r,a){t.exports=a(Ff())})(zr,function(r){return r.enc.Utf8})})(Zf);var Oy=Zf.exports;const Hf=Mf(Oy),Dy=(t,e)=>{localStorage.setItem(t,Uf.stringify(Hf.parse(e)))},Kr=t=>{const e=localStorage.getItem(t);return e?Uf.parse(e).toString(Hf):null},Vy=t=>{localStorage.removeItem(t)};let bi;const Iy=new Uint8Array(16);function Py(){if(!bi&&(bi=typeof crypto<"u"&&crypto.getRandomValues&&crypto.getRandomValues.bind(crypto),!bi))throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");return bi(Iy)}const Ze=[];for(let t=0;t<256;++t)Ze.push((t+256).toString(16).slice(1));function My(t,e=0){return Ze[t[e+0]]+Ze[t[e+1]]+Ze[t[e+2]]+Ze[t[e+3]]+"-"+Ze[t[e+4]]+Ze[t[e+5]]+"-"+Ze[t[e+6]]+Ze[t[e+7]]+"-"+Ze[t[e+8]]+Ze[t[e+9]]+"-"+Ze[t[e+10]]+Ze[t[e+11]]+Ze[t[e+12]]+Ze[t[e+13]]+Ze[t[e+14]]+Ze[t[e+15]]}const _y=typeof crypto<"u"&&crypto.randomUUID&&crypto.randomUUID.bind(crypto),Qf={randomUUID:_y};function Ci(t,e,r){if(Qf.randomUUID&&!t)return Qf.randomUUID();t=t||{};const a=t.random||(t.rng||Py)();return a[6]=a[6]&15|64,a[8]=a[8]&63|128,My(a)}const Ei=function(){let t=!1;return function(e){(/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas\-|your|zeto|zte\-/i.test(e.substr(0,4)))&&(t=!0)}(navigator.userAgent||navigator.vendor||window.opera),t};function qf(t){const e=document.cookie.split(";");for(let r=0;r<e.length;r++){const a=e[r].trim();if(a.startsWith(t+"="))return decodeURIComponent(a.substring(t.length+1))}return null}function zf({name:t,value:e,days:r=0,hours:a=0,minutes:o=0,seconds:i=0,milliseconds:s=0}){const l=new Date;l.setTime(l.getTime()+r*24*60*60*1e3+a*60*60*1e3+o*60*1e3+i*1e3+s);const c="; expires="+l.toUTCString();document.cookie=t+"="+encodeURIComponent(e)+c+"; path=/"}function Kf(t,e){return function(){return t.apply(e,arguments)}}const{toString:Ry}=Object.prototype,{getPrototypeOf:oc}=Object,ki=(t=>e=>{const r=Ry.call(e);return t[r]||(t[r]=r.slice(8,-1).toLowerCase())})(Object.create(null)),Dt=t=>(t=t.toLowerCase(),e=>ki(e)===t),xi=t=>e=>typeof e===t,{isArray:jr}=Array,La=xi("undefined");function Ly(t){return t!==null&&!La(t)&&t.constructor!==null&&!La(t.constructor)&&pt(t.constructor.isBuffer)&&t.constructor.isBuffer(t)}const jf=Dt("ArrayBuffer");function Fy(t){let e;return typeof ArrayBuffer<"u"&&ArrayBuffer.isView?e=ArrayBuffer.isView(t):e=t&&t.buffer&&jf(t.buffer),e}const Uy=xi("string"),pt=xi("function"),Jf=xi("number"),Bi=t=>t!==null&&typeof t=="object",Zy=t=>t===!0||t===!1,Si=t=>{if(ki(t)!=="object")return!1;const e=oc(t);return(e===null||e===Object.prototype||Object.getPrototypeOf(e)===null)&&!(Symbol.toStringTag in t)&&!(Symbol.iterator in t)},Hy=Dt("Date"),Qy=Dt("File"),qy=Dt("Blob"),zy=Dt("FileList"),Ky=t=>Bi(t)&&pt(t.pipe),jy=t=>{let e;return t&&(typeof FormData=="function"&&t instanceof FormData||pt(t.append)&&((e=ki(t))==="formdata"||e==="object"&&pt(t.toString)&&t.toString()==="[object FormData]"))},Jy=Dt("URLSearchParams"),[Xy,$y,Wy,Yy]=["ReadableStream","Request","Response","Headers"].map(Dt),Gy=t=>t.trim?t.trim():t.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function Fa(t,e,{allOwnKeys:r=!1}={}){if(t===null||typeof t>"u")return;let a,o;if(typeof t!="object"&&(t=[t]),jr(t))for(a=0,o=t.length;a<o;a++)e.call(null,t[a],a,t);else{const i=r?Object.getOwnPropertyNames(t):Object.keys(t),s=i.length;let l;for(a=0;a<s;a++)l=i[a],e.call(null,t[l],l,t)}}function Xf(t,e){e=e.toLowerCase();const r=Object.keys(t);let a=r.length,o;for(;a-- >0;)if(o=r[a],e===o.toLowerCase())return o;return null}const $f=typeof globalThis<"u"?globalThis:typeof self<"u"?self:typeof window<"u"?window:global,Wf=t=>!La(t)&&t!==$f;function ic(){const{caseless:t}=Wf(this)&&this||{},e={},r=(a,o)=>{const i=t&&Xf(e,o)||o;Si(e[i])&&Si(a)?e[i]=ic(e[i],a):Si(a)?e[i]=ic({},a):jr(a)?e[i]=a.slice():e[i]=a};for(let a=0,o=arguments.length;a<o;a++)arguments[a]&&Fa(arguments[a],r);return e}const Ny=(t,e,r,{allOwnKeys:a}={})=>(Fa(e,(o,i)=>{r&&pt(o)?t[i]=Kf(o,r):t[i]=o},{allOwnKeys:a}),t),ew=t=>(t.charCodeAt(0)===65279&&(t=t.slice(1)),t),tw=(t,e,r,a)=>{t.prototype=Object.create(e.prototype,a),t.prototype.constructor=t,Object.defineProperty(t,"super",{value:e.prototype}),r&&Object.assign(t.prototype,r)},nw=(t,e,r,a)=>{let o,i,s;const l={};if(e=e||{},t==null)return e;do{for(o=Object.getOwnPropertyNames(t),i=o.length;i-- >0;)s=o[i],(!a||a(s,t,e))&&!l[s]&&(e[s]=t[s],l[s]=!0);t=r!==!1&&oc(t)}while(t&&(!r||r(t,e))&&t!==Object.prototype);return e},rw=(t,e,r)=>{t=String(t),(r===void 0||r>t.length)&&(r=t.length),r-=e.length;const a=t.indexOf(e,r);return a!==-1&&a===r},aw=t=>{if(!t)return null;if(jr(t))return t;let e=t.length;if(!Jf(e))return null;const r=new Array(e);for(;e-- >0;)r[e]=t[e];return r},ow=(t=>e=>t&&e instanceof t)(typeof Uint8Array<"u"&&oc(Uint8Array)),iw=(t,e)=>{const r=(t&&t[Symbol.iterator]).call(t);let a;for(;(a=r.next())&&!a.done;){const o=a.value;e.call(t,o[0],o[1])}},sw=(t,e)=>{let r;const a=[];for(;(r=t.exec(e))!==null;)a.push(r);return a},lw=Dt("HTMLFormElement"),cw=t=>t.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function(e,r,a){return r.toUpperCase()+a}),Yf=(({hasOwnProperty:t})=>(e,r)=>t.call(e,r))(Object.prototype),uw=Dt("RegExp"),Gf=(t,e)=>{const r=Object.getOwnPropertyDescriptors(t),a={};Fa(r,(o,i)=>{let s;(s=e(o,i,t))!==!1&&(a[i]=s||o)}),Object.defineProperties(t,a)},dw=t=>{Gf(t,(e,r)=>{if(pt(t)&&["arguments","caller","callee"].indexOf(r)!==-1)return!1;const a=t[r];if(pt(a)){if(e.enumerable=!1,"writable"in e){e.writable=!1;return}e.set||(e.set=()=>{throw Error("Can not rewrite read-only method '"+r+"'")})}})},Aw=(t,e)=>{const r={},a=o=>{o.forEach(i=>{r[i]=!0})};return jr(t)?a(t):a(String(t).split(e)),r},fw=()=>{},pw=(t,e)=>t!=null&&Number.isFinite(t=+t)?t:e,sc="abcdefghijklmnopqrstuvwxyz",Nf="0123456789",e2={DIGIT:Nf,ALPHA:sc,ALPHA_DIGIT:sc+sc.toUpperCase()+Nf},mw=(t=16,e=e2.ALPHA_DIGIT)=>{let r="";const{length:a}=e;for(;t--;)r+=e[Math.random()*a|0];return r};function hw(t){return!!(t&&pt(t.append)&&t[Symbol.toStringTag]==="FormData"&&t[Symbol.iterator])}const gw=t=>{const e=new Array(10),r=(a,o)=>{if(Bi(a)){if(e.indexOf(a)>=0)return;if(!("toJSON"in a)){e[o]=a;const i=jr(a)?[]:{};return Fa(a,(s,l)=>{const c=r(s,o+1);!La(c)&&(i[l]=c)}),e[o]=void 0,i}}return a};return r(t,0)},vw=Dt("AsyncFunction"),yw=t=>t&&(Bi(t)||pt(t))&&pt(t.then)&&pt(t.catch),P={isArray:jr,isArrayBuffer:jf,isBuffer:Ly,isFormData:jy,isArrayBufferView:Fy,isString:Uy,isNumber:Jf,isBoolean:Zy,isObject:Bi,isPlainObject:Si,isReadableStream:Xy,isRequest:$y,isResponse:Wy,isHeaders:Yy,isUndefined:La,isDate:Hy,isFile:Qy,isBlob:qy,isRegExp:uw,isFunction:pt,isStream:Ky,isURLSearchParams:Jy,isTypedArray:ow,isFileList:zy,forEach:Fa,merge:ic,extend:Ny,trim:Gy,stripBOM:ew,inherits:tw,toFlatObject:nw,kindOf:ki,kindOfTest:Dt,endsWith:rw,toArray:aw,forEachEntry:iw,matchAll:sw,isHTMLForm:lw,hasOwnProperty:Yf,hasOwnProp:Yf,reduceDescriptors:Gf,freezeMethods:dw,toObjectSet:Aw,toCamelCase:cw,noop:fw,toFiniteNumber:pw,findKey:Xf,global:$f,isContextDefined:Wf,ALPHABET:e2,generateString:mw,isSpecCompliantForm:hw,toJSONObject:gw,isAsyncFn:vw,isThenable:yw};function ce(t,e,r,a,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=new Error().stack,this.message=t,this.name="AxiosError",e&&(this.code=e),r&&(this.config=r),a&&(this.request=a),o&&(this.response=o)}P.inherits(ce,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:P.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});const t2=ce.prototype,n2={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach(t=>{n2[t]={value:t}}),Object.defineProperties(ce,n2),Object.defineProperty(t2,"isAxiosError",{value:!0}),ce.from=(t,e,r,a,o,i)=>{const s=Object.create(t2);return P.toFlatObject(t,s,function(l){return l!==Error.prototype},l=>l!=="isAxiosError"),ce.call(s,t.message,e,r,a,o),s.cause=t,s.name=t.name,i&&Object.assign(s,i),s};const ww=null;function lc(t){return P.isPlainObject(t)||P.isArray(t)}function r2(t){return P.endsWith(t,"[]")?t.slice(0,-2):t}function a2(t,e,r){return t?t.concat(e).map(function(a,o){return a=r2(a),!r&&o?"["+a+"]":a}).join(r?".":""):e}function bw(t){return P.isArray(t)&&!t.some(lc)}const Cw=P.toFlatObject(P,{},null,function(t){return/^is[A-Z]/.test(t)});function Ti(t,e,r){if(!P.isObject(t))throw new TypeError("target must be an object");e=e||new FormData,r=P.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,function(f,g){return!P.isUndefined(g[f])});const a=r.metaTokens,o=r.visitor||u,i=r.dots,s=r.indexes,l=(r.Blob||typeof Blob<"u"&&Blob)&&P.isSpecCompliantForm(e);if(!P.isFunction(o))throw new TypeError("visitor must be a function");function c(f){if(f===null)return"";if(P.isDate(f))return f.toISOString();if(!l&&P.isBlob(f))throw new ce("Blob is not supported. Use a Buffer instead.");return P.isArrayBuffer(f)||P.isTypedArray(f)?l&&typeof Blob=="function"?new Blob([f]):Buffer.from(f):f}function u(f,g,b){let v=f;if(f&&!b&&typeof f=="object"){if(P.endsWith(g,"{}"))g=a?g:g.slice(0,-2),f=JSON.stringify(f);else if(P.isArray(f)&&bw(f)||(P.isFileList(f)||P.endsWith(g,"[]"))&&(v=P.toArray(f)))return g=r2(g),v.forEach(function(k,h){!(P.isUndefined(k)||k===null)&&e.append(s===!0?a2([g],h,i):s===null?g:g+"[]",c(k))}),!1}return lc(f)?!0:(e.append(a2(b,g,i),c(f)),!1)}const d=[],A=Object.assign(Cw,{defaultVisitor:u,convertValue:c,isVisitable:lc});function m(f,g){if(!P.isUndefined(f)){if(d.indexOf(f)!==-1)throw Error("Circular reference detected in "+g.join("."));d.push(f),P.forEach(f,function(b,v){(!(P.isUndefined(b)||b===null)&&o.call(e,b,P.isString(v)?v.trim():v,g,A))===!0&&m(b,g?g.concat(v):[v])}),d.pop()}}if(!P.isObject(t))throw new TypeError("data must be an object");return m(t),e}function o2(t){const e={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(t).replace(/[!'()~]|%20|%00/g,function(r){return e[r]})}function cc(t,e){this._pairs=[],t&&Ti(t,this,e)}const i2=cc.prototype;i2.append=function(t,e){this._pairs.push([t,e])},i2.toString=function(t){const e=t?function(r){return t.call(this,r,o2)}:o2;return this._pairs.map(function(r){return e(r[0])+"="+e(r[1])},"").join("&")};function Ew(t){return encodeURIComponent(t).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function s2(t,e,r){if(!e)return t;const a=r&&r.encode||Ew,o=r&&r.serialize;let i;if(o?i=o(e,r):i=P.isURLSearchParams(e)?e.toString():new cc(e,r).toString(a),i){const s=t.indexOf("#");s!==-1&&(t=t.slice(0,s)),t+=(t.indexOf("?")===-1?"?":"&")+i}return t}class l2{constructor(){this.handlers=[]}use(e,r,a){return this.handlers.push({fulfilled:e,rejected:r,synchronous:a?a.synchronous:!1,runWhen:a?a.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){P.forEach(this.handlers,function(r){r!==null&&e(r)})}}const c2={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},kw=typeof URLSearchParams<"u"?URLSearchParams:cc,xw=typeof FormData<"u"?FormData:null,Bw=typeof Blob<"u"?Blob:null,Sw={isBrowser:!0,classes:{URLSearchParams:kw,FormData:xw,Blob:Bw},protocols:["http","https","file","blob","url","data"]},uc=typeof window<"u"&&typeof document<"u",Tw=(t=>uc&&["ReactNative","NativeScript","NS"].indexOf(t)<0)(typeof navigator<"u"&&navigator.product),Ow=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&typeof self.importScripts=="function",Dw=uc&&window.location.href||"http://localhost",Vw=Object.freeze(Object.defineProperty({__proto__:null,hasBrowserEnv:uc,hasStandardBrowserEnv:Tw,hasStandardBrowserWebWorkerEnv:Ow,origin:Dw},Symbol.toStringTag,{value:"Module"})),Vt={...Vw,...Sw};function Iw(t,e){return Ti(t,new Vt.classes.URLSearchParams,Object.assign({visitor:function(r,a,o,i){return Vt.isNode&&P.isBuffer(r)?(this.append(a,r.toString("base64")),!1):i.defaultVisitor.apply(this,arguments)}},e))}function Pw(t){return P.matchAll(/\w+|\[(\w*)]/g,t).map(e=>e[0]==="[]"?"":e[1]||e[0])}function Mw(t){const e={},r=Object.keys(t);let a;const o=r.length;let i;for(a=0;a<o;a++)i=r[a],e[i]=t[i];return e}function u2(t){function e(r,a,o,i){let s=r[i++];if(s==="__proto__")return!0;const l=Number.isFinite(+s),c=i>=r.length;return s=!s&&P.isArray(o)?o.length:s,c?(P.hasOwnProp(o,s)?o[s]=[o[s],a]:o[s]=a,!l):((!o[s]||!P.isObject(o[s]))&&(o[s]=[]),e(r,a,o[s],i)&&P.isArray(o[s])&&(o[s]=Mw(o[s])),!l)}if(P.isFormData(t)&&P.isFunction(t.entries)){const r={};return P.forEachEntry(t,(a,o)=>{e(Pw(a),o,r,0)}),r}return null}function _w(t,e,r){if(P.isString(t))try{return(e||JSON.parse)(t),P.trim(t)}catch(a){if(a.name!=="SyntaxError")throw a}return(0,JSON.stringify)(t)}const Ua={transitional:c2,adapter:["xhr","http","fetch"],transformRequest:[function(t,e){const r=e.getContentType()||"",a=r.indexOf("application/json")>-1,o=P.isObject(t);if(o&&P.isHTMLForm(t)&&(t=new FormData(t)),P.isFormData(t))return a?JSON.stringify(u2(t)):t;if(P.isArrayBuffer(t)||P.isBuffer(t)||P.isStream(t)||P.isFile(t)||P.isBlob(t)||P.isReadableStream(t))return t;if(P.isArrayBufferView(t))return t.buffer;if(P.isURLSearchParams(t))return e.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),t.toString();let i;if(o){if(r.indexOf("application/x-www-form-urlencoded")>-1)return Iw(t,this.formSerializer).toString();if((i=P.isFileList(t))||r.indexOf("multipart/form-data")>-1){const s=this.env&&this.env.FormData;return Ti(i?{"files[]":t}:t,s&&new s,this.formSerializer)}}return o||a?(e.setContentType("application/json",!1),_w(t)):t}],transformResponse:[function(t){const e=this.transitional||Ua.transitional,r=e&&e.forcedJSONParsing,a=this.responseType==="json";if(P.isResponse(t)||P.isReadableStream(t))return t;if(t&&P.isString(t)&&(r&&!this.responseType||a)){const o=!(e&&e.silentJSONParsing)&&a;try{return JSON.parse(t)}catch(i){if(o)throw i.name==="SyntaxError"?ce.from(i,ce.ERR_BAD_RESPONSE,this,null,this.response):i}}return t}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Vt.classes.FormData,Blob:Vt.classes.Blob},validateStatus:function(t){return t>=200&&t<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};P.forEach(["delete","get","head","post","put","patch"],t=>{Ua.headers[t]={}});const Rw=P.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Lw=t=>{const e={};let r,a,o;return t&&t.split(`
81
+ `).forEach(function(i){o=i.indexOf(":"),r=i.substring(0,o).trim().toLowerCase(),a=i.substring(o+1).trim(),!(!r||e[r]&&Rw[r])&&(r==="set-cookie"?e[r]?e[r].push(a):e[r]=[a]:e[r]=e[r]?e[r]+", "+a:a)}),e},d2=Symbol("internals");function Za(t){return t&&String(t).trim().toLowerCase()}function Oi(t){return t===!1||t==null?t:P.isArray(t)?t.map(Oi):String(t)}function Fw(t){const e=Object.create(null),r=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let a;for(;a=r.exec(t);)e[a[1]]=a[2];return e}const Uw=t=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(t.trim());function dc(t,e,r,a,o){if(P.isFunction(a))return a.call(this,e,r);if(o&&(e=r),!!P.isString(e)){if(P.isString(a))return e.indexOf(a)!==-1;if(P.isRegExp(a))return a.test(e)}}function Zw(t){return t.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(e,r,a)=>r.toUpperCase()+a)}function Hw(t,e){const r=P.toCamelCase(" "+e);["get","set","has"].forEach(a=>{Object.defineProperty(t,a+r,{value:function(o,i,s){return this[a].call(this,e,o,i,s)},configurable:!0})})}let tt=class{constructor(t){t&&this.set(t)}set(t,e,r){const a=this;function o(s,l,c){const u=Za(l);if(!u)throw new Error("header name must be a non-empty string");const d=P.findKey(a,u);(!d||a[d]===void 0||c===!0||c===void 0&&a[d]!==!1)&&(a[d||l]=Oi(s))}const i=(s,l)=>P.forEach(s,(c,u)=>o(c,u,l));if(P.isPlainObject(t)||t instanceof this.constructor)i(t,e);else if(P.isString(t)&&(t=t.trim())&&!Uw(t))i(Lw(t),e);else if(P.isHeaders(t))for(const[s,l]of t.entries())o(l,s,r);else t!=null&&o(e,t,r);return this}get(t,e){if(t=Za(t),t){const r=P.findKey(this,t);if(r){const a=this[r];if(!e)return a;if(e===!0)return Fw(a);if(P.isFunction(e))return e.call(this,a,r);if(P.isRegExp(e))return e.exec(a);throw new TypeError("parser must be boolean|regexp|function")}}}has(t,e){if(t=Za(t),t){const r=P.findKey(this,t);return!!(r&&this[r]!==void 0&&(!e||dc(this,this[r],r,e)))}return!1}delete(t,e){const r=this;let a=!1;function o(i){if(i=Za(i),i){const s=P.findKey(r,i);s&&(!e||dc(r,r[s],s,e))&&(delete r[s],a=!0)}}return P.isArray(t)?t.forEach(o):o(t),a}clear(t){const e=Object.keys(this);let r=e.length,a=!1;for(;r--;){const o=e[r];(!t||dc(this,this[o],o,t,!0))&&(delete this[o],a=!0)}return a}normalize(t){const e=this,r={};return P.forEach(this,(a,o)=>{const i=P.findKey(r,o);if(i){e[i]=Oi(a),delete e[o];return}const s=t?Zw(o):String(o).trim();s!==o&&delete e[o],e[s]=Oi(a),r[s]=!0}),this}concat(...t){return this.constructor.concat(this,...t)}toJSON(t){const e=Object.create(null);return P.forEach(this,(r,a)=>{r!=null&&r!==!1&&(e[a]=t&&P.isArray(r)?r.join(", "):r)}),e}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([t,e])=>t+": "+e).join(`
82
+ `)}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(t){return t instanceof this?t:new this(t)}static concat(t,...e){const r=new this(t);return e.forEach(a=>r.set(a)),r}static accessor(t){const e=(this[d2]=this[d2]={accessors:{}}).accessors,r=this.prototype;function a(o){const i=Za(o);e[i]||(Hw(r,o),e[i]=!0)}return P.isArray(t)?t.forEach(a):a(t),this}};tt.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),P.reduceDescriptors(tt.prototype,({value:t},e)=>{let r=e[0].toUpperCase()+e.slice(1);return{get:()=>t,set(a){this[r]=a}}}),P.freezeMethods(tt);function Ac(t,e){const r=this||Ua,a=e||r,o=tt.from(a.headers);let i=a.data;return P.forEach(t,function(s){i=s.call(r,i,o.normalize(),e?e.status:void 0)}),o.normalize(),i}function A2(t){return!!(t&&t.__CANCEL__)}function Jr(t,e,r){ce.call(this,t??"canceled",ce.ERR_CANCELED,e,r),this.name="CanceledError"}P.inherits(Jr,ce,{__CANCEL__:!0});function f2(t,e,r){const a=r.config.validateStatus;!r.status||!a||a(r.status)?t(r):e(new ce("Request failed with status code "+r.status,[ce.ERR_BAD_REQUEST,ce.ERR_BAD_RESPONSE][Math.floor(r.status/100)-4],r.config,r.request,r))}function Qw(t){const e=/^([-+\w]{1,25})(:?\/\/|:)/.exec(t);return e&&e[1]||""}function qw(t,e){t=t||10;const r=new Array(t),a=new Array(t);let o=0,i=0,s;return e=e!==void 0?e:1e3,function(l){const c=Date.now(),u=a[i];s||(s=c),r[o]=l,a[o]=c;let d=i,A=0;for(;d!==o;)A+=r[d++],d=d%t;if(o=(o+1)%t,o===i&&(i=(i+1)%t),c-s<e)return;const m=u&&c-u;return m?Math.round(A*1e3/m):void 0}}function zw(t,e){let r=0;const a=1e3/e;let o=null;return function(){const i=this===!0,s=Date.now();if(i||s-r>a)return o&&(clearTimeout(o),o=null),r=s,t.apply(null,arguments);o||(o=setTimeout(()=>(o=null,r=Date.now(),t.apply(null,arguments)),a-(s-r)))}}const Di=(t,e,r=3)=>{let a=0;const o=qw(50,250);return zw(i=>{const s=i.loaded,l=i.lengthComputable?i.total:void 0,c=s-a,u=o(c),d=s<=l;a=s;const A={loaded:s,total:l,progress:l?s/l:void 0,bytes:c,rate:u||void 0,estimated:u&&l&&d?(l-s)/u:void 0,event:i,lengthComputable:l!=null};A[e?"download":"upload"]=!0,t(A)},r)},Kw=Vt.hasStandardBrowserEnv?function(){const t=/(msie|trident)/i.test(navigator.userAgent),e=document.createElement("a");let r;function a(o){let i=o;return t&&(e.setAttribute("href",i),i=e.href),e.setAttribute("href",i),{href:e.href,protocol:e.protocol?e.protocol.replace(/:$/,""):"",host:e.host,search:e.search?e.search.replace(/^\?/,""):"",hash:e.hash?e.hash.replace(/^#/,""):"",hostname:e.hostname,port:e.port,pathname:e.pathname.charAt(0)==="/"?e.pathname:"/"+e.pathname}}return r=a(window.location.href),function(o){const i=P.isString(o)?a(o):o;return i.protocol===r.protocol&&i.host===r.host}}():function(){return function(){return!0}}(),jw=Vt.hasStandardBrowserEnv?{write(t,e,r,a,o,i){const s=[t+"="+encodeURIComponent(e)];P.isNumber(r)&&s.push("expires="+new Date(r).toGMTString()),P.isString(a)&&s.push("path="+a),P.isString(o)&&s.push("domain="+o),i===!0&&s.push("secure"),document.cookie=s.join("; ")},read(t){const e=document.cookie.match(new RegExp("(^|;\\s*)("+t+")=([^;]*)"));return e?decodeURIComponent(e[3]):null},remove(t){this.write(t,"",Date.now()-864e5)}}:{write(){},read(){return null},remove(){}};function Jw(t){return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t)}function Xw(t,e){return e?t.replace(/\/?\/$/,"")+"/"+e.replace(/^\/+/,""):t}function p2(t,e){return t&&!Jw(e)?Xw(t,e):e}const m2=t=>t instanceof tt?{...t}:t;function Yn(t,e){e=e||{};const r={};function a(u,d,A){return P.isPlainObject(u)&&P.isPlainObject(d)?P.merge.call({caseless:A},u,d):P.isPlainObject(d)?P.merge({},d):P.isArray(d)?d.slice():d}function o(u,d,A){if(P.isUndefined(d)){if(!P.isUndefined(u))return a(void 0,u,A)}else return a(u,d,A)}function i(u,d){if(!P.isUndefined(d))return a(void 0,d)}function s(u,d){if(P.isUndefined(d)){if(!P.isUndefined(u))return a(void 0,u)}else return a(void 0,d)}function l(u,d,A){if(A in e)return a(u,d);if(A in t)return a(void 0,u)}const c={url:i,method:i,data:i,baseURL:s,transformRequest:s,transformResponse:s,paramsSerializer:s,timeout:s,timeoutMessage:s,withCredentials:s,withXSRFToken:s,adapter:s,responseType:s,xsrfCookieName:s,xsrfHeaderName:s,onUploadProgress:s,onDownloadProgress:s,decompress:s,maxContentLength:s,maxBodyLength:s,beforeRedirect:s,transport:s,httpAgent:s,httpsAgent:s,cancelToken:s,socketPath:s,responseEncoding:s,validateStatus:l,headers:(u,d)=>o(m2(u),m2(d),!0)};return P.forEach(Object.keys(Object.assign({},t,e)),function(u){const d=c[u]||o,A=d(t[u],e[u],u);P.isUndefined(A)&&d!==l||(r[u]=A)}),r}const h2=t=>{const e=Yn({},t);let{data:r,withXSRFToken:a,xsrfHeaderName:o,xsrfCookieName:i,headers:s,auth:l}=e;e.headers=s=tt.from(s),e.url=s2(p2(e.baseURL,e.url),t.params,t.paramsSerializer),l&&s.set("Authorization","Basic "+btoa((l.username||"")+":"+(l.password?unescape(encodeURIComponent(l.password)):"")));let c;if(P.isFormData(r)){if(Vt.hasStandardBrowserEnv||Vt.hasStandardBrowserWebWorkerEnv)s.setContentType(void 0);else if((c=s.getContentType())!==!1){const[u,...d]=c?c.split(";").map(A=>A.trim()).filter(Boolean):[];s.setContentType([u||"multipart/form-data",...d].join("; "))}}if(Vt.hasStandardBrowserEnv&&(a&&P.isFunction(a)&&(a=a(e)),a||a!==!1&&Kw(e.url))){const u=o&&i&&jw.read(i);u&&s.set(o,u)}return e},$w=typeof XMLHttpRequest<"u",Ww=$w&&function(t){return new Promise(function(e,r){const a=h2(t);let o=a.data;const i=tt.from(a.headers).normalize();let{responseType:s}=a,l;function c(){a.cancelToken&&a.cancelToken.unsubscribe(l),a.signal&&a.signal.removeEventListener("abort",l)}let u=new XMLHttpRequest;u.open(a.method.toUpperCase(),a.url,!0),u.timeout=a.timeout;function d(){if(!u)return;const m=tt.from("getAllResponseHeaders"in u&&u.getAllResponseHeaders()),f={data:!s||s==="text"||s==="json"?u.responseText:u.response,status:u.status,statusText:u.statusText,headers:m,config:t,request:u};f2(function(g){e(g),c()},function(g){r(g),c()},f),u=null}"onloadend"in u?u.onloadend=d:u.onreadystatechange=function(){!u||u.readyState!==4||u.status===0&&!(u.responseURL&&u.responseURL.indexOf("file:")===0)||setTimeout(d)},u.onabort=function(){u&&(r(new ce("Request aborted",ce.ECONNABORTED,a,u)),u=null)},u.onerror=function(){r(new ce("Network Error",ce.ERR_NETWORK,a,u)),u=null},u.ontimeout=function(){let m=a.timeout?"timeout of "+a.timeout+"ms exceeded":"timeout exceeded";const f=a.transitional||c2;a.timeoutErrorMessage&&(m=a.timeoutErrorMessage),r(new ce(m,f.clarifyTimeoutError?ce.ETIMEDOUT:ce.ECONNABORTED,a,u)),u=null},o===void 0&&i.setContentType(null),"setRequestHeader"in u&&P.forEach(i.toJSON(),function(m,f){u.setRequestHeader(f,m)}),P.isUndefined(a.withCredentials)||(u.withCredentials=!!a.withCredentials),s&&s!=="json"&&(u.responseType=a.responseType),typeof a.onDownloadProgress=="function"&&u.addEventListener("progress",Di(a.onDownloadProgress,!0)),typeof a.onUploadProgress=="function"&&u.upload&&u.upload.addEventListener("progress",Di(a.onUploadProgress)),(a.cancelToken||a.signal)&&(l=m=>{u&&(r(!m||m.type?new Jr(null,t,u):m),u.abort(),u=null)},a.cancelToken&&a.cancelToken.subscribe(l),a.signal&&(a.signal.aborted?l():a.signal.addEventListener("abort",l)));const A=Qw(a.url);if(A&&Vt.protocols.indexOf(A)===-1){r(new ce("Unsupported protocol "+A+":",ce.ERR_BAD_REQUEST,t));return}u.send(o||null)})},Yw=(t,e)=>{let r=new AbortController,a;const o=function(c){if(!a){a=!0,s();const u=c instanceof Error?c:this.reason;r.abort(u instanceof ce?u:new Jr(u instanceof Error?u.message:u))}};let i=e&&setTimeout(()=>{o(new ce(`timeout ${e} of ms exceeded`,ce.ETIMEDOUT))},e);const s=()=>{t&&(i&&clearTimeout(i),i=null,t.forEach(c=>{c&&(c.removeEventListener?c.removeEventListener("abort",o):c.unsubscribe(o))}),t=null)};t.forEach(c=>c&&c.addEventListener&&c.addEventListener("abort",o));const{signal:l}=r;return l.unsubscribe=s,[l,()=>{i&&clearTimeout(i),i=null}]},Gw=function*(t,e){let r=t.byteLength;if(r<e){yield t;return}let a=0,o;for(;a<r;)o=a+e,yield t.slice(a,o),a=o},Nw=async function*(t,e,r){for await(const a of t)yield*Gw(ArrayBuffer.isView(a)?a:await r(String(a)),e)},g2=(t,e,r,a,o)=>{const i=Nw(t,e,o);let s=0;return new ReadableStream({type:"bytes",async pull(l){const{done:c,value:u}=await i.next();if(c){l.close(),a();return}let d=u.byteLength;r&&r(s+=d),l.enqueue(new Uint8Array(u))},cancel(l){return a(l),i.return()}},{highWaterMark:2})},v2=(t,e)=>{const r=t!=null;return a=>setTimeout(()=>e({lengthComputable:r,total:t,loaded:a}))},Vi=typeof fetch=="function"&&typeof Request=="function"&&typeof Response=="function",y2=Vi&&typeof ReadableStream=="function",fc=Vi&&(typeof TextEncoder=="function"?(t=>e=>t.encode(e))(new TextEncoder):async t=>new Uint8Array(await new Response(t).arrayBuffer())),eb=y2&&(()=>{let t=!1;const e=new Request(Vt.origin,{body:new ReadableStream,method:"POST",get duplex(){return t=!0,"half"}}).headers.has("Content-Type");return t&&!e})(),w2=64*1024,pc=y2&&!!(()=>{try{return P.isReadableStream(new Response("").body)}catch{}})(),Ii={stream:pc&&(t=>t.body)};Vi&&(t=>{["text","arrayBuffer","blob","formData","stream"].forEach(e=>{!Ii[e]&&(Ii[e]=P.isFunction(t[e])?r=>r[e]():(r,a)=>{throw new ce(`Response type '${e}' is not supported`,ce.ERR_NOT_SUPPORT,a)})})})(new Response);const tb=async t=>{if(t==null)return 0;if(P.isBlob(t))return t.size;if(P.isSpecCompliantForm(t))return(await new Request(t).arrayBuffer()).byteLength;if(P.isArrayBufferView(t))return t.byteLength;if(P.isURLSearchParams(t)&&(t=t+""),P.isString(t))return(await fc(t)).byteLength},nb=async(t,e)=>P.toFiniteNumber(t.getContentLength())??tb(e),rb=Vi&&(async t=>{let{url:e,method:r,data:a,signal:o,cancelToken:i,timeout:s,onDownloadProgress:l,onUploadProgress:c,responseType:u,headers:d,withCredentials:A="same-origin",fetchOptions:m}=h2(t);u=u?(u+"").toLowerCase():"text";let[f,g]=o||i||s?Yw([o,i],s):[],b,v;const k=()=>{!b&&setTimeout(()=>{f&&f.unsubscribe()}),b=!0};let h;try{if(c&&eb&&r!=="get"&&r!=="head"&&(h=await nb(d,a))!==0){let C=new Request(e,{method:"POST",body:a,duplex:"half"}),E;P.isFormData(a)&&(E=C.headers.get("content-type"))&&d.setContentType(E),C.body&&(a=g2(C.body,w2,v2(h,Di(c)),null,fc))}P.isString(A)||(A=A?"cors":"omit"),v=new Request(e,{...m,signal:f,method:r.toUpperCase(),headers:d.normalize().toJSON(),body:a,duplex:"half",withCredentials:A});let p=await fetch(v);const y=pc&&(u==="stream"||u==="response");if(pc&&(l||y)){const C={};["status","statusText","headers"].forEach(T=>{C[T]=p[T]});const E=P.toFiniteNumber(p.headers.get("content-length"));p=new Response(g2(p.body,w2,l&&v2(E,Di(l,!0)),y&&k,fc),C)}u=u||"text";let w=await Ii[P.findKey(Ii,u)||"text"](p,t);return!y&&k(),g&&g(),await new Promise((C,E)=>{f2(C,E,{data:w,headers:tt.from(p.headers),status:p.status,statusText:p.statusText,config:t,request:v})})}catch(p){throw k(),p&&p.name==="TypeError"&&/fetch/i.test(p.message)?Object.assign(new ce("Network Error",ce.ERR_NETWORK,t,v),{cause:p.cause||p}):ce.from(p,p&&p.code,t,v)}}),mc={http:ww,xhr:Ww,fetch:rb};P.forEach(mc,(t,e)=>{if(t){try{Object.defineProperty(t,"name",{value:e})}catch{}Object.defineProperty(t,"adapterName",{value:e})}});const b2=t=>`- ${t}`,ab=t=>P.isFunction(t)||t===null||t===!1,C2={getAdapter:t=>{t=P.isArray(t)?t:[t];const{length:e}=t;let r,a;const o={};for(let i=0;i<e;i++){r=t[i];let s;if(a=r,!ab(r)&&(a=mc[(s=String(r)).toLowerCase()],a===void 0))throw new ce(`Unknown adapter '${s}'`);if(a)break;o[s||"#"+i]=a}if(!a){const i=Object.entries(o).map(([l,c])=>`adapter ${l} `+(c===!1?"is not supported by the environment":"is not available in the build"));let s=e?i.length>1?`since :
83
83
  `+i.map(b2).join(`
84
- `):" "+b2(i[0]):"as no adapter specified";throw new ce("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return a},adapters:mc};function hc(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Jr(null,t)}function E2(t){return hc(t),t.headers=et.from(t.headers),t.data=Ac.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),C2.getAdapter(t.adapter||Ua.adapter)(t).then(function(e){return hc(t),e.data=Ac.call(t,t.transformResponse,e),e.headers=et.from(e.headers),e},function(e){return A2(e)||(hc(t),e&&e.response&&(e.response.data=Ac.call(t,t.transformResponse,e.response),e.response.headers=et.from(e.response.headers))),Promise.reject(e)})}const k2="1.7.2",gc={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{gc[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}});const x2={};gc.transitional=function(t,e,r){function a(o,i){return"[Axios v"+k2+"] Transitional option '"+o+"'"+i+(r?". "+r:"")}return(o,i,s)=>{if(t===!1)throw new ce(a(i," has been removed"+(e?" in "+e:"")),ce.ERR_DEPRECATED);return e&&!x2[i]&&(x2[i]=!0,console.warn(a(i," has been deprecated since v"+e+" and will be removed in the near future"))),t?t(o,i,s):!0}};function ob(t,e,r){if(typeof t!="object")throw new ce("options must be an object",ce.ERR_BAD_OPTION_VALUE);const a=Object.keys(t);let o=a.length;for(;o-- >0;){const i=a[o],s=e[i];if(s){const l=t[i],c=l===void 0||s(l,i,t);if(c!==!0)throw new ce("option "+i+" must be "+c,ce.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new ce("Unknown option "+i,ce.ERR_BAD_OPTION)}}const vc={assertOptions:ob,validators:gc},Bn=vc.validators;let Yn=class{constructor(t){this.defaults=t,this.interceptors={request:new l2,response:new l2}}async request(t,e){try{return await this._request(t,e)}catch(r){if(r instanceof Error){let a;Error.captureStackTrace?Error.captureStackTrace(a={}):a=new Error;const o=a.stack?a.stack.replace(/^.+\n/,""):"";try{r.stack?o&&!String(r.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(r.stack+=`
85
- `+o):r.stack=o}catch{}}throw r}}_request(t,e){typeof t=="string"?(e=e||{},e.url=t):e=t||{},e=$n(this.defaults,e);const{transitional:r,paramsSerializer:a,headers:o}=e;r!==void 0&&vc.assertOptions(r,{silentJSONParsing:Bn.transitional(Bn.boolean),forcedJSONParsing:Bn.transitional(Bn.boolean),clarifyTimeoutError:Bn.transitional(Bn.boolean)},!1),a!=null&&(P.isFunction(a)?e.paramsSerializer={serialize:a}:vc.assertOptions(a,{encode:Bn.function,serialize:Bn.function},!0)),e.method=(e.method||this.defaults.method||"get").toLowerCase();let i=o&&P.merge(o.common,o[e.method]);o&&P.forEach(["delete","get","head","post","put","patch","common"],p=>{delete o[p]}),e.headers=et.concat(i,o);const s=[];let l=!0;this.interceptors.request.forEach(function(p){typeof p.runWhen=="function"&&p.runWhen(e)===!1||(l=l&&p.synchronous,s.unshift(p.fulfilled,p.rejected))});const c=[];this.interceptors.response.forEach(function(p){c.push(p.fulfilled,p.rejected)});let u,d=0,A;if(!l){const p=[E2.bind(this),void 0];for(p.unshift.apply(p,s),p.push.apply(p,c),A=p.length,u=Promise.resolve(e);d<A;)u=u.then(p[d++],p[d++]);return u}A=s.length;let f=e;for(d=0;d<A;){const p=s[d++],v=s[d++];try{f=p(f)}catch(C){v.call(this,C);break}}try{u=E2.call(this,f)}catch(p){return Promise.reject(p)}for(d=0,A=c.length;d<A;)u=u.then(c[d++],c[d++]);return u}getUri(t){t=$n(this.defaults,t);const e=p2(t.baseURL,t.url);return s2(e,t.params,t.paramsSerializer)}};P.forEach(["delete","get","head","options"],function(t){Yn.prototype[t]=function(e,r){return this.request($n(r||{},{method:t,url:e,data:(r||{}).data}))}}),P.forEach(["post","put","patch"],function(t){function e(r){return function(a,o,i){return this.request($n(i||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:a,data:o}))}}Yn.prototype[t]=e(),Yn.prototype[t+"Form"]=e(!0)});let ib=class l0{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(o){r=o});const a=this;this.promise.then(o=>{if(!a._listeners)return;let i=a._listeners.length;for(;i-- >0;)a._listeners[i](o);a._listeners=null}),this.promise.then=o=>{let i;const s=new Promise(l=>{a.subscribe(l),i=l}).then(o);return s.cancel=function(){a.unsubscribe(i)},s},e(function(o,i,s){a.reason||(a.reason=new Jr(o,i,s),r(a.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const r=this._listeners.indexOf(e);r!==-1&&this._listeners.splice(r,1)}static source(){let e;return{token:new l0(function(r){e=r}),cancel:e}}};function sb(t){return function(e){return t.apply(null,e)}}function lb(t){return P.isObject(t)&&t.isAxiosError===!0}const yc={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(yc).forEach(([t,e])=>{yc[e]=t});function B2(t){const e=new Yn(t),r=Kf(Yn.prototype.request,e);return P.extend(r,Yn.prototype,e,{allOwnKeys:!0}),P.extend(r,e,null,{allOwnKeys:!0}),r.create=function(a){return B2($n(t,a))},r}const Se=B2(Ua);Se.Axios=Yn,Se.CanceledError=Jr,Se.CancelToken=ib,Se.isCancel=A2,Se.VERSION=k2,Se.toFormData=Ti,Se.AxiosError=ce,Se.Cancel=Se.CanceledError,Se.all=function(t){return Promise.all(t)},Se.spread=sb,Se.isAxiosError=lb,Se.mergeConfig=$n,Se.AxiosHeaders=et,Se.formToJSON=t=>u2(P.isHTMLForm(t)?new FormData(t):t),Se.getAdapter=C2.getAdapter,Se.HttpStatusCode=yc,Se.default=Se;const cb=async(t,e,r,a)=>{var o;const i=window.VITE_API_MS_AGETIC?window.VITE_API_MS_AGETIC:"http://172.27.38.54:3000",s={urlRedirectLogin:window.VITE_API_BASE_URL?window.VITE_API_BASE_URL:void 0,application:window.VITE_API_APLICATION?window.VITE_API_APLICATION:"justicia-libre",verificarFuncionario:e,environment:window.VITE_DEVELOPMENT_ENVIRONMENT?window.VITE_DEVELOPMENT_ENVIRONMENT:"DEV",binnacleId:a,processKey:t,tokenMsSeguridad:r},l=await Se.post(`${i}/api/v1/auth/generar-url`,s,{headers:{"Content-Type":"application/json; charset=utf-8","ms-agetic-token":void 0}});return zf({name:"ms-agetic-token",value:(o=l.data.response)==null?void 0:o.data.token,hours:5}),l.data.response.data},ub=async(t,e,r,a)=>{var o;const i=window.VITE_API_MS_AGETIC?window.VITE_API_MS_AGETIC:"http://172.27.38.54:3000",s={urlRedirectLogin:window.VITE_API_BASE_URL?window.VITE_API_BASE_URL:void 0,application:window.VITE_API_APLICATION?window.VITE_API_APLICATION:"justicia-libre",verificarFuncionario:e,environment:window.VITE_DEVELOPMENT_ENVIRONMENT?window.VITE_DEVELOPMENT_ENVIRONMENT:"DEV",binnacleId:a,processKey:t,tokenMsSeguridad:r,deviceId:"id_mobile_device"},l=await Se.post(`${i}/api/v2/auth/generar-url`,s,{headers:{"Content-Type":"application/json; charset=utf-8","ms-agetic-token":void 0}});return zf({name:"ms-agetic-token",value:(o=l.data.response)==null?void 0:o.data.token,hours:5}),l.data.response.data},db=async t=>{const e=window.VITE_API_MS_AGETIC?window.VITE_API_MS_AGETIC:"http://172.27.38.54:3000",r={binnacleId:t};return(await Se.post(`${e}/api/v1/auth/session-auth`,r,{headers:{Authorization:`Bearer ${qf("ms-agetic-token")}`,"Content-Type":"application/json; charset=utf-8","ms-agetic-token":void 0}})).data.response.data},Ab=t=>`${window.VITE_API_MS_AGETIC_FRONT?window.VITE_API_MS_AGETIC_FRONT:"http://172.27.38.54:8080"}/logout?urlRedirectLogout=${window.VITE_API_BASE_URL?window.VITE_API_BASE_URL:void 0}&binnacleId=${t}`;function S2(){const t=n.ref(),e=new Map;let r;const a=()=>{for(const[A,f]of e.entries())f.type===Ue.LOGOUT?(f.resolve({error:!1,message:"Sesion cerrada con exito"}),e.delete(A)):f.creationTime+1e3*60*5<new Date().getTime()&&(f.reject({error:!0,message:"Ha ocurrido un error, intente nuevamente"}),e.delete(A));e.size===0&&r&&(clearInterval(r),r=void 0)};n.onMounted(()=>{let A=!1;for(const[p]of e.entries())if(window.name===p){A=!0;break}const f=new BroadcastChannel(Pf);t.value=f,!A&&(t.value.onmessage=async p=>{const v=p.data;!v||await o(v)||i(v)||s(v)||l(v)})}),n.onBeforeUnmount(()=>{t.value&&t.value.close(),r&&clearInterval(r)});const o=async A=>{if(A.event!==Ue.LOGIN&&A.event!==Ue.ALREADY_LOGIN)return!1;const f=e.get(A.data.processKey);if(!f)return!1;if(e.delete(A.data.processKey),A.event===Ue.LOGIN){const p=A.data.data;try{const v=await db(p.binnacleId);Oy("digital",JSON.stringify(p)),f.resolve({error:!1,message:"Inicio de sesión exitoso",data:{...v.session,binnacleId:p.binnacleId}})}catch{f.reject({error:!0,message:"Ha ocurrido un error al iniciar sesión, intente nuevamente"})}return!0}return f.reject({error:!0,message:"Ya cuentas con una sesión activa"}),!0},i=A=>{if(A.event===Ue.LOGOUT){const f=e.get(A.data.processKey);return f?(e.delete(A.data.processKey),localStorage.removeItem("digital"),f.resolve({error:!1,message:"Sesión finalizada"}),!0):!1}return!1},s=A=>{const f=e.get(A.data.processKey);if(f)return A.event===Ue.VALIDATE_FILE?(f.resolve({error:!1,message:"Aprobación exitosa",data:A.data}),e.delete(A.data.processKey),!0):!1},l=A=>{const f=A.data.processKey,p=e.get(f);p&&A.event===Ue.FORCE_CLOSE&&(e.delete(f),p.reject({error:!0,message:"Ha ocurrido un error, intente nuevamente"}))},c=async(A=!0,f,p=!1)=>new Promise(async(v,C)=>{var y,E;const h=Ci(),m=p?void 0:Kr("digital")?JSON.parse(Kr("digital")).binnacleId:void 0,g=Ei();try{const{url:w}=await cb(h,A,f,m);window.open(w,h,g?void 0:"width=700,height=700,resizable=no")}catch(w){if(((E=(y=w==null?void 0:w.response)==null?void 0:y.data)==null?void 0:E.message)==="No se pudo conectar con AGETIC - CIUDADANIA DIGITAL")return window.open(window.VITE_API_AGETIC_ANUNCIOS,h,g?void 0:"width=700,height=700,resizable=no"),C(w.response.data);if(w)return C({error:!0,message:"Ha ocurrido un error al iniciar sesión, intente nuevamente"})}d(),e.set(h,{creationTime:new Date().getTime(),processKey:h,type:Ue.LOGIN,resolve:v,reject:C})}),u=async(A=!0,f,p=!1)=>new Promise(async(v,C)=>{const y=Ci(),E=p?void 0:Kr("digital")?JSON.parse(Kr("digital")).binnacleId:void 0,{url:h}=await ub(y,A,f,E),m=Ei();try{window.open(h,y,m?void 0:"width=700,height=700,resizable=no")}catch(g){if(g)return C({error:!0,message:"Ha ocurrido un error al iniciar sesión, intente nuevamente"})}d(),e.set(y,{creationTime:new Date().getTime(),processKey:y,type:Ue.LOGIN,resolve:v,reject:C})}),d=()=>{r||(r=setInterval(a,1e3))};return{loginCD:c,logoutCD:async A=>new Promise((f,p)=>{const v=Ci(),C=A.binnacleId,y=Kr("digital");if(!y)return p({error:!0,message:"No existe una sesión de agetic activa"});const E=JSON.parse(y),h=Ab(C||E.binnacleId),m=Ei();if(!window.open(h,v,m?void 0:"width=700,height=700,resizable=no"))return p({error:!0,message:"Ha ocurrido un error al cerrar sesión, intente nuevamente"});d(),Vy("digital"),e.set(v,{creationTime:new Date().getTime(),processKey:v,type:Ue.LOGOUT,resolve:f,reject:p})}),validateFile:async A=>new Promise(async(f,p)=>{const v=Ci(),C=A.documentId,y=Kr("digital");if(!y)return p({error:!0,message:"Ha ocurrido un error, intente nuevamente"});d();const E=JSON.parse(y),h=`${window.VITE_API_BASE_URL?window.VITE_API_BASE_URL:void 0}`,m=`${window.VITE_API_MS_AGETIC_FRONT?window.VITE_API_MS_AGETIC_FRONT:"http://172.27.38.54:8080"}/aprobacion?urlRedirectClient=${encodeURIComponent(`${h}`)}&documentId=${encodeURIComponent(C)}&binnacleId=${encodeURIComponent(E.binnacleId)}${A.urlNotificationDocument?`&urlNotificationDocument=${encodeURIComponent(A.urlNotificationDocument)}`:""}&token=${encodeURIComponent(qf("ms-agetic-token"))}&processKey=${encodeURIComponent(v)}`,g=Ei();if(!window.open(m,v,g?void 0:"width=700,height=700,resizable=no"))return p({error:!0,message:"Ha ocurrido un error, intente nuevamente"});e.set(v,{creationTime:new Date().getTime(),processKey:v,type:Ue.VALIDATE_FILE,resolve:f,reject:p})}),loginCDMsAuth:u}}const fb={install(t,e){vy(),window.VITE_API_BASE_URL=e.VITE_API_BASE_URL,window.VITE_API_APLICATION=e.VITE_API_APLICATION,window.VITE_API_MS_AGETIC=e.VITE_API_MS_AGETIC,window.VITE_API_MS_AGETIC_FRONT=e.VITE_API_MS_AGETIC_FRONT,window.VITE_DEVELOPMENT_ENVIRONMENT=e.VITE_DEVELOPMENT_ENVIRONMENT,window.VITE_API_AGETIC_ANUNCIOS=e.VITE_API_AGETIC_ANUNCIOS,window.VITE_API_LOCAL_FIRMATIC=e.VITE_API_LOCAL_FIRMATIC||""}};function pb(){const t=Ee(),{loginCD:e,loginCDMsAuth:r}=S2();n.onMounted(()=>{o()});const a=async()=>t.apiBaseURLAuthNv?await r(t.verificarFunc):await e(t.verificarFunc),o=()=>{const l=new URLSearchParams(window.location.search).get("agetic");if(!l)return;const c=JSON.parse(decodeURI(l));i(c)},i=async s=>{var l;if(!s.error)if(s.response.binnacleId){const c={ci:s.response.ciudadanoDigital.documento_identidad.numero_documento,binnacleId:s.response.binnacleId,appTag:t.aplicacion};await t.onLoginCiudadania(c),new URLSearchParams(window.location.search).delete("agetic"),window.history.replaceState({},"",`${window.location.pathname}`)}else Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(l=s.response)==null?void 0:l.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})};return{redirectCD:a}}const de={EMAIL:3,WHATSAPP:1,TELEGRAM:2,ROMA:4};de.EMAIL+"",de.WHATSAPP+"",de.TELEGRAM+"";function mb(t){const e=Ee(),r=ka(),a=n.ref(!1),{redirectCD:o}=pb(),{refCounter:i,currentContacto:s,message2Fa:l,message2FaContexto:c,url2FaContexto:u}=vi("2auth"),d=n.reactive({verificadoWhatsapp:!1,verificadoTelegram:!1,verificadoEmail:!1,verificadoRoma:!1}),A=n.ref(!1),f=n.ref(!1),p=n.ref(!1),v=n.ref(!1),C=n.markRaw([{name:"step1"},{name:"step2"}]),y=[re.object().shape({usuario:re.string().required("Cédula de identidad es requerida").label("Cédula de identidad"),password:re.string().required("Contraseña es requerida").label("Contraseña")}),re.object().shape({code:re.string().required("Debe ingresar un código de verificación").matches(Pr,"El código debe contener solo letras y números").label("Código")})],E=n.ref(0),h=n.computed(()=>y[E.value]),{handleSubmit:m,values:g,errors:w,setErrors:b,resetForm:k,setFieldValue:D}=pe.useForm({validationSchema:h,keepValuesOnUnmount:!0}),{value:S}=pe.useField("usuarioId"),{value:x}=pe.useField("esDispositivoConfianza",void 0,{initialValue:!1}),B=m(async _=>{var Y,U,Q,O,L,G,K,Te;r.setLoading(!0),c.value="",u.value="";try{const X=await e.onLogin({..._,codigoDispositivo:e.deviceId});e.apiBaseURLAuthNv?((U=(Y=X==null?void 0:X.response)==null?void 0:Y.data)==null?void 0:U.mediosVerificados.length)>0?(E.value=E.value+1,s.value=(O=(Q=X==null?void 0:X.response)==null?void 0:Q.data)==null?void 0:O.usuario,S.value=(G=(L=X==null?void 0:X.response)==null?void 0:L.data)==null?void 0:G.usuarioId,l.value=X==null?void 0:X.message,a.value=!0,he((Te=(K=X==null?void 0:X.response)==null?void 0:K.data)==null?void 0:Te.mediosVerificados),f.value=!1,A.value=!0,v.value=!1,c.value="",u.value="",n.nextTick(()=>{var z,F,J;(J=i.value)==null||J.reInit(((F=(z=X==null?void 0:X.response)==null?void 0:z.data)==null?void 0:F.tiempoVigencia)??120)})):(a.value=!1,t("onLogin")):X!=null&&X.usuarioId&&(X!=null&&X.factor2FA)?(E.value=E.value+1,s.value=X.contacto,Object.entries(X.mediosVerificados).forEach(([z,F])=>{d[z]=!!F}),l.value=X.message,c.value="",u.value="",f.value=!1,A.value=!0,v.value=!1,S.value=X.usuarioId,n.nextTick(()=>{var z;(z=i.value)==null||z.reInit((X.minutos??2)*60)})):(a.value=!1,t("onLogin"))}catch(X){c.value="",u.value="",X.status===403&&(a.value=!0),Ge({error:X,setErrors:b}),t("onError")}finally{r.setLoading(!1)}}),T=async({medio:_})=>{var Y,U,Q;try{r.setLoading(!0);const O=await g3({medio:Number(_),usuarioId:S.value});if(((U=(Y=O==null?void 0:O.response)==null?void 0:Y.data)==null?void 0:U.medioActualizado)===!0){switch(_){case de.WHATSAPP:d.verificadoWhatsapp=!0;break;case de.TELEGRAM:d.verificadoTelegram=!0;break;case de.EMAIL:d.verificadoEmail=!0;break}f.value=!0,A.value=!0,n.nextTick(()=>{D("medio",void 0)}),Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${O.message||"Medio verificado exitosamente"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0}),r.setLoading(!1);return}l.value=O.message,f.value=!1,A.value=!1,v.value=!0,(Q=O==null?void 0:O.response)!=null&&Q.data&&!(O!=null&&O.error)?(c.value=O.response.data.mensajeServicio??"",u.value=O.response.data.url??""):(c.value="",u.value=""),n.nextTick(()=>{var L;(L=i.value)==null||L.reInit((O.minutos??2)*60)})}catch(O){throw c.value="",u.value="",Z.error(`Error al enviar código por ${_}: ${(O==null?void 0:O.message)||"intente nuevamente"}`),r.setLoading(!1),O}finally{r.setLoading(!1)}},R=async({medio:_})=>{var Y,U,Q;try{r.setLoading(!0);const O=await Ju({medio:Number(_),usuarioId:S.value});if(((U=(Y=O==null?void 0:O.response)==null?void 0:Y.data)==null?void 0:U.medioActualizado)===!0){switch(_){case de.WHATSAPP:d.verificadoWhatsapp=!0;break;case de.TELEGRAM:d.verificadoTelegram=!0;break;case de.EMAIL:d.verificadoEmail=!0;break}f.value=!0,A.value=!0,n.nextTick(()=>{D("medio",void 0)}),Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${O.message||"Medio verificado exitosamente"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0}),r.setLoading(!1);return}l.value=O.message,f.value=!1,A.value=!1,v.value=!0,(Q=O==null?void 0:O.response)!=null&&Q.data&&!(O!=null&&O.error)?(c.value=O.response.data.mensajeServicio??"",u.value=O.response.data.url??""):(c.value="",u.value=""),n.nextTick(()=>{var L;(L=i.value)==null||L.reInit((O.minutos??2)*60)})}catch(O){throw c.value="",u.value="",Z.error(`Error al enviar código: ${(O==null?void 0:O.message)||"intente nuevamente"}`),r.setLoading(!1),O}finally{r.setLoading(!1)}},q=async({medio:_})=>{var Y,U,Q;try{r.setLoading(!0);const O=await Wu({medio:Number(_),usuarioId:S.value,deviceId:e.deviceId,isLogin:!0,aplicacion:e.aplicacion});if(((U=(Y=O==null?void 0:O.response)==null?void 0:Y.data)==null?void 0:U.medioActualizado)===!0){switch(_){case de.WHATSAPP:d.verificadoWhatsapp=!0;break;case de.TELEGRAM:d.verificadoTelegram=!0;break;case de.EMAIL:d.verificadoEmail=!0;break}f.value=!0,A.value=!0,n.nextTick(()=>{D("medio",void 0)}),Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${O.message||"Medio verificado exitosamente"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0}),r.setLoading(!1);return}l.value=O.message,f.value=!1,A.value=!1,v.value=!0,(Q=O==null?void 0:O.response)!=null&&Q.data&&!(O!=null&&O.error)?(c.value=O.response.data.mensajeServicio??"",u.value=O.response.data.url??""):(c.value="",u.value=""),n.nextTick(()=>{var L;(L=i.value)==null||L.reInit((O.minutos??2)*60)})}catch(O){throw c.value="",u.value="",Z.error(`Error al enviar código por ${_}: ${(O==null?void 0:O.message)||"intente nuevamente"}`),r.setLoading(!1),O}finally{r.setLoading(!1)}},ee=async({medio:_})=>{var Y,U,Q;try{r.setLoading(!0);const O=await $u({medio:Number(_),usuarioId:S.value,deviceId:e.deviceId,isLogin:!0,aplicacion:e.aplicacion});if(((U=(Y=O==null?void 0:O.response)==null?void 0:Y.data)==null?void 0:U.medioActualizado)===!0){switch(_){case de.WHATSAPP:d.verificadoWhatsapp=!0;break;case de.TELEGRAM:d.verificadoTelegram=!0;break;case de.EMAIL:d.verificadoEmail=!0;break}f.value=!0,A.value=!0,n.nextTick(()=>{D("medio",void 0)}),Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${O.message||"Medio verificado exitosamente"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0}),r.setLoading(!1);return}l.value=O.message,f.value=!1,A.value=!1,v.value=!0,(Q=O==null?void 0:O.response)!=null&&Q.data&&!(O!=null&&O.error)?(c.value=O.response.data.mensajeServicio??"",u.value=O.response.data.url??""):(c.value="",u.value=""),n.nextTick(()=>{var L;(L=i.value)==null||L.reInit((O.minutos??2)*60)})}catch(O){throw c.value="",u.value="",Z.error(`Error al enviar código por ${_}: ${(O==null?void 0:O.message)||"intente nuevamente"}`),r.setLoading(!1),O}finally{r.setLoading(!1)}},N=m(async _=>{try{r.setLoading(!0),await e.on2AuthNuevoServicioLogin({medio:Number(_.medio),usuarioId:S.value,codigo:_.code,aplicacion:e.aplicacion,codigoDispositivo:e.deviceId,esDispositivoConfianza:_.esDispositivoConfianza,usuario:_.usuario}),t("onLogin")}catch(Y){Ge({error:Y,setErrors:b})}finally{r.setLoading(!1)}}),H=async(_,Y,U)=>{r.setLoading(!0);try{await e.onAutorizarQrNv(_,Y,U),a.value=!1,t("onLogin")}catch(Q){Q.status===403&&(a.value=!0),Ge({error:Q,setErrors:b}),t("onError")}finally{r.setLoading(!1)}},M=m(async _=>{try{r.setLoading(!0),e.apiBaseURLAuthNv?(await e.on2AuthLoginNv({otp:Number(_.code),numeroDocumento:_.usuario,deviceId:e.deviceId,aplicacion:e.aplicacion,dispositivoConfianza:_.esDispositivoConfianza}),t("onLogin")):(await e.on2AuthLogin({code:Number(_.code),usuarioId:S.value,aplicacion:_.aplicacion,codigoDispositivo:e.deviceId,esDispositivoConfianza:_.esDispositivoConfianza,usuario:_.usuario}),t("onLogin"))}catch(Y){Ge({error:Y,setErrors:b})}finally{r.setLoading(!1)}}),$=()=>{E.value=0,k(),v.value=!1,c.value="",u.value=""},ie=_=>{const U={[de.WHATSAPP]:"verificadoWhatsapp",[de.TELEGRAM]:"verificadoTelegram",[de.EMAIL]:"verificadoEmail",[de.ROMA]:"verificadoRoma"}[_];return U?d[U]:void 0},V=async()=>{if(g.medio){const _=Number(g.medio),Y=ie(_);try{Y===!1?e.apiBaseURLAuthNv?await R({medio:_}):await T({medio:_}):e.apiBaseURLAuthNv?await ee({medio:_}):await q({medio:_})}catch(U){throw U}}},te=n.computed(()=>window.getComputedStyle(document.documentElement).getPropertyValue("--fge-primary-button-text-color")),he=_=>{_.forEach(Y=>{switch(Y.medio){case 1:d.verificadoRoma=Y.verificado;break;case 2:d.verificadoTelegram=Y.verificado;break;case 3:d.verificadoEmail=Y.verificado;break;case 4:d.verificadoWhatsapp=Y.verificado;break}})};return{values:g,schemas:y,showBtnByCode:a,refCounter:i,currentContacto:s,message2Fa:l,steps:C,currentStep:E,usuarioId:S,esDispositivoConfianza:x,errors:w,iconColor:te,onAutorizarNv:H,onLogin:B,on2AuthLogin:M,goLoginPage:$,onEnviarMensaje:V,loginCiudadania:async()=>{r.setLoading(!0);try{const _=await o();_&&(await e.onLoginCiudadania(_.data),t("onLogin"))}catch(_){Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(_==null?void 0:_.message)||"Ha ocurrido un error al intentar logearse con CD"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}finally{r.setLoading(!1)}},mostrarBotonOpciones:A,mediosVerificados:d,onEnviarCodigoAlUsuario:T,mostrarMedios:f,onEnviarCodigoVerificadoAlUsuario:q,servicio2faNuevo:p,onConfirmarCodigoNuevo:N,onEnviarCodigoAlUsuarioNv:R,onEnviarCodigoVerificadoAlUsuarioNv:ee,message2FaContexto:c,url2FaContexto:u,medioYaSeleccionado:v}}const Ft=Object.create(null);Ft.open="0",Ft.close="1",Ft.ping="2",Ft.pong="3",Ft.message="4",Ft.upgrade="5",Ft.noop="6";const Pi=Object.create(null);Object.keys(Ft).forEach(t=>{Pi[Ft[t]]=t});const wc={type:"error",data:"parser error"},T2=typeof Blob=="function"||typeof Blob<"u"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",D2=typeof ArrayBuffer=="function",O2=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t&&t.buffer instanceof ArrayBuffer,bc=({type:t,data:e},r,a)=>T2&&e instanceof Blob?r?a(e):V2(e,a):D2&&(e instanceof ArrayBuffer||O2(e))?r?a(e):V2(new Blob([e]),a):a(Ft[t]+(e||"")),V2=(t,e)=>{const r=new FileReader;return r.onload=function(){const a=r.result.split(",")[1];e("b"+(a||""))},r.readAsDataURL(t)};function I2(t){return t instanceof Uint8Array?t:t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength)}let Cc;function hb(t,e){if(T2&&t.data instanceof Blob)return t.data.arrayBuffer().then(I2).then(e);if(D2&&(t.data instanceof ArrayBuffer||O2(t.data)))return e(I2(t.data));bc(t,!1,r=>{Cc||(Cc=new TextEncoder),e(Cc.encode(r))})}const P2="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ha=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(let t=0;t<P2.length;t++)Ha[P2.charCodeAt(t)]=t;const gb=t=>{let e=t.length*.75,r=t.length,a,o=0,i,s,l,c;t[t.length-1]==="="&&(e--,t[t.length-2]==="="&&e--);const u=new ArrayBuffer(e),d=new Uint8Array(u);for(a=0;a<r;a+=4)i=Ha[t.charCodeAt(a)],s=Ha[t.charCodeAt(a+1)],l=Ha[t.charCodeAt(a+2)],c=Ha[t.charCodeAt(a+3)],d[o++]=i<<2|s>>4,d[o++]=(s&15)<<4|l>>2,d[o++]=(l&3)<<6|c&63;return u},vb=typeof ArrayBuffer=="function",Ec=(t,e)=>{if(typeof t!="string")return{type:"message",data:M2(t,e)};const r=t.charAt(0);return r==="b"?{type:"message",data:yb(t.substring(1),e)}:Pi[r]?t.length>1?{type:Pi[r],data:t.substring(1)}:{type:Pi[r]}:wc},yb=(t,e)=>{if(vb){const r=gb(t);return M2(r,e)}else return{base64:!0,data:t}},M2=(t,e)=>{switch(e){case"blob":return t instanceof Blob?t:new Blob([t]);case"arraybuffer":default:return t instanceof ArrayBuffer?t:t.buffer}},_2="",wb=(t,e)=>{const r=t.length,a=new Array(r);let o=0;t.forEach((i,s)=>{bc(i,!1,l=>{a[s]=l,++o===r&&e(a.join(_2))})})},bb=(t,e)=>{const r=t.split(_2),a=[];for(let o=0;o<r.length;o++){const i=Ec(r[o],e);if(a.push(i),i.type==="error")break}return a};function Cb(){return new TransformStream({transform(t,e){hb(t,r=>{const a=r.length;let o;if(a<126)o=new Uint8Array(1),new DataView(o.buffer).setUint8(0,a);else if(a<65536){o=new Uint8Array(3);const i=new DataView(o.buffer);i.setUint8(0,126),i.setUint16(1,a)}else{o=new Uint8Array(9);const i=new DataView(o.buffer);i.setUint8(0,127),i.setBigUint64(1,BigInt(a))}t.data&&typeof t.data!="string"&&(o[0]|=128),e.enqueue(o),e.enqueue(r)})}})}let kc;function Mi(t){return t.reduce((e,r)=>e+r.length,0)}function _i(t,e){if(t[0].length===e)return t.shift();const r=new Uint8Array(e);let a=0;for(let o=0;o<e;o++)r[o]=t[0][a++],a===t[0].length&&(t.shift(),a=0);return t.length&&a<t[0].length&&(t[0]=t[0].slice(a)),r}function Eb(t,e){kc||(kc=new TextDecoder);const r=[];let a=0,o=-1,i=!1;return new TransformStream({transform(s,l){for(r.push(s);;){if(a===0){if(Mi(r)<1)break;const c=_i(r,1);i=(c[0]&128)===128,o=c[0]&127,o<126?a=3:o===126?a=1:a=2}else if(a===1){if(Mi(r)<2)break;const c=_i(r,2);o=new DataView(c.buffer,c.byteOffset,c.length).getUint16(0),a=3}else if(a===2){if(Mi(r)<8)break;const c=_i(r,8),u=new DataView(c.buffer,c.byteOffset,c.length),d=u.getUint32(0);if(d>Math.pow(2,21)-1){l.enqueue(wc);break}o=d*Math.pow(2,32)+u.getUint32(4),a=3}else{if(Mi(r)<o)break;const c=_i(r,o);l.enqueue(Ec(i?c:kc.decode(c),e)),a=0}if(o===0||o>t){l.enqueue(wc);break}}}})}const R2=4;function Me(t){if(t)return kb(t)}function kb(t){for(var e in Me.prototype)t[e]=Me.prototype[e];return t}Me.prototype.on=Me.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},Me.prototype.once=function(t,e){function r(){this.off(t,r),e.apply(this,arguments)}return r.fn=e,this.on(t,r),this},Me.prototype.off=Me.prototype.removeListener=Me.prototype.removeAllListeners=Me.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var r=this._callbacks["$"+t];if(!r)return this;if(arguments.length==1)return delete this._callbacks["$"+t],this;for(var a,o=0;o<r.length;o++)if(a=r[o],a===e||a.fn===e){r.splice(o,1);break}return r.length===0&&delete this._callbacks["$"+t],this},Me.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),r=this._callbacks["$"+t],a=1;a<arguments.length;a++)e[a-1]=arguments[a];if(r){r=r.slice(0);for(var a=0,o=r.length;a<o;++a)r[a].apply(this,e)}return this},Me.prototype.emitReserved=Me.prototype.emit,Me.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]},Me.prototype.hasListeners=function(t){return!!this.listeners(t).length};const Ri=typeof Promise=="function"&&typeof Promise.resolve=="function"?e=>Promise.resolve().then(e):(e,r)=>r(e,0),mt=typeof self<"u"?self:typeof window<"u"?window:Function("return this")(),xb="arraybuffer";function $T(){}function L2(t,...e){return e.reduce((r,a)=>(t.hasOwnProperty(a)&&(r[a]=t[a]),r),{})}const Bb=mt.setTimeout,Sb=mt.clearTimeout;function Li(t,e){e.useNativeTimers?(t.setTimeoutFn=Bb.bind(mt),t.clearTimeoutFn=Sb.bind(mt)):(t.setTimeoutFn=mt.setTimeout.bind(mt),t.clearTimeoutFn=mt.clearTimeout.bind(mt))}const Tb=1.33;function Db(t){return typeof t=="string"?Ob(t):Math.ceil((t.byteLength||t.size)*Tb)}function Ob(t){let e=0,r=0;for(let a=0,o=t.length;a<o;a++)e=t.charCodeAt(a),e<128?r+=1:e<2048?r+=2:e<55296||e>=57344?r+=3:(a++,r+=4);return r}function F2(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function Vb(t){let e="";for(let r in t)t.hasOwnProperty(r)&&(e.length&&(e+="&"),e+=encodeURIComponent(r)+"="+encodeURIComponent(t[r]));return e}function Ib(t){let e={},r=t.split("&");for(let a=0,o=r.length;a<o;a++){let i=r[a].split("=");e[decodeURIComponent(i[0])]=decodeURIComponent(i[1])}return e}class Pb extends Error{constructor(e,r,a){super(e),this.description=r,this.context=a,this.type="TransportError"}}class xc extends Me{constructor(e){super(),this.writable=!1,Li(this,e),this.opts=e,this.query=e.query,this.socket=e.socket,this.supportsBinary=!e.forceBase64}onError(e,r,a){return super.emitReserved("error",new Pb(e,r,a)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(e){this.readyState==="open"&&this.write(e)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(e){const r=Ec(e,this.socket.binaryType);this.onPacket(r)}onPacket(e){super.emitReserved("packet",e)}onClose(e){this.readyState="closed",super.emitReserved("close",e)}pause(e){}createUri(e,r={}){return e+"://"+this._hostname()+this._port()+this.opts.path+this._query(r)}_hostname(){const e=this.opts.hostname;return e.indexOf(":")===-1?e:"["+e+"]"}_port(){return this.opts.port&&(this.opts.secure&&+(this.opts.port!==443)||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(e){const r=Vb(e);return r.length?"?"+r:""}}class Mb extends xc{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(e){this.readyState="pausing";const r=()=>{this.readyState="paused",e()};if(this._polling||!this.writable){let a=0;this._polling&&(a++,this.once("pollComplete",function(){--a||r()})),this.writable||(a++,this.once("drain",function(){--a||r()}))}else r()}_poll(){this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(e){const r=a=>{if(this.readyState==="opening"&&a.type==="open"&&this.onOpen(),a.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(a)};bb(e,this.socket.binaryType).forEach(r),this.readyState!=="closed"&&(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this._poll())}doClose(){const e=()=>{this.write([{type:"close"}])};this.readyState==="open"?e():this.once("open",e)}write(e){this.writable=!1,wb(e,r=>{this.doWrite(r,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){const e=this.opts.secure?"https":"http",r=this.query||{};return this.opts.timestampRequests!==!1&&(r[this.opts.timestampParam]=F2()),!this.supportsBinary&&!r.sid&&(r.b64=1),this.createUri(e,r)}}let U2=!1;try{U2=typeof XMLHttpRequest<"u"&&"withCredentials"in new XMLHttpRequest}catch{}const _b=U2;function Rb(){}class Lb extends Mb{constructor(e){if(super(e),typeof location<"u"){const r=location.protocol==="https:";let a=location.port;a||(a=r?"443":"80"),this.xd=typeof location<"u"&&e.hostname!==location.hostname||a!==e.port}}doWrite(e,r){const a=this.request({method:"POST",data:e});a.on("success",r),a.on("error",(o,i)=>{this.onError("xhr post error",o,i)})}doPoll(){const e=this.request();e.on("data",this.onData.bind(this)),e.on("error",(r,a)=>{this.onError("xhr poll error",r,a)}),this.pollXhr=e}}let Xr=class qi extends Me{constructor(e,r,a){super(),this.createRequest=e,Li(this,a),this._opts=a,this._method=a.method||"GET",this._uri=r,this._data=a.data!==void 0?a.data:null,this._create()}_create(){var e;const r=L2(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");r.xdomain=!!this._opts.xd;const a=this._xhr=this.createRequest(r);try{a.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){a.setDisableHeaderCheck&&a.setDisableHeaderCheck(!0);for(let o in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(o)&&a.setRequestHeader(o,this._opts.extraHeaders[o])}}catch{}if(this._method==="POST")try{a.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{a.setRequestHeader("Accept","*/*")}catch{}(e=this._opts.cookieJar)===null||e===void 0||e.addCookies(a),"withCredentials"in a&&(a.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(a.timeout=this._opts.requestTimeout),a.onreadystatechange=()=>{var o;a.readyState===3&&((o=this._opts.cookieJar)===null||o===void 0||o.parseCookies(a.getResponseHeader("set-cookie"))),a.readyState===4&&(a.status===200||a.status===1223?this._onLoad():this.setTimeoutFn(()=>{this._onError(typeof a.status=="number"?a.status:0)},0))},a.send(this._data)}catch(o){this.setTimeoutFn(()=>{this._onError(o)},0);return}typeof document<"u"&&(this._index=qi.requestsCount++,qi.requests[this._index]=this)}_onError(e){this.emitReserved("error",e,this._xhr),this._cleanup(!0)}_cleanup(e){if(!(typeof this._xhr>"u"||this._xhr===null)){if(this._xhr.onreadystatechange=Rb,e)try{this._xhr.abort()}catch{}typeof document<"u"&&delete qi.requests[this._index],this._xhr=null}}_onLoad(){const e=this._xhr.responseText;e!==null&&(this.emitReserved("data",e),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}};if(Xr.requestsCount=0,Xr.requests={},typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",Z2);else if(typeof addEventListener=="function"){const t="onpagehide"in mt?"pagehide":"unload";addEventListener(t,Z2,!1)}}function Z2(){for(let t in Xr.requests)Xr.requests.hasOwnProperty(t)&&Xr.requests[t].abort()}const Fb=function(){const t=H2({xdomain:!1});return t&&t.responseType!==null}();class Ub extends Lb{constructor(e){super(e);const r=e&&e.forceBase64;this.supportsBinary=Fb&&!r}request(e={}){return Object.assign(e,{xd:this.xd},this.opts),new Xr(H2,this.uri(),e)}}function H2(t){const e=t.xdomain;try{if(typeof XMLHttpRequest<"u"&&(!e||_b))return new XMLHttpRequest}catch{}if(!e)try{return new mt[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}}const Q2=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class Zb extends xc{get name(){return"websocket"}doOpen(){const e=this.uri(),r=this.opts.protocols,a=Q2?{}:L2(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(a.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(e,r,a)}catch(o){return this.emitReserved("error",o)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=e=>this.onClose({description:"websocket connection closed",context:e}),this.ws.onmessage=e=>this.onData(e.data),this.ws.onerror=e=>this.onError("websocket error",e)}write(e){this.writable=!1;for(let r=0;r<e.length;r++){const a=e[r],o=r===e.length-1;bc(a,this.supportsBinary,i=>{try{this.doWrite(a,i)}catch{}o&&Ri(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws<"u"&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){const e=this.opts.secure?"wss":"ws",r=this.query||{};return this.opts.timestampRequests&&(r[this.opts.timestampParam]=F2()),this.supportsBinary||(r.b64=1),this.createUri(e,r)}}const Bc=mt.WebSocket||mt.MozWebSocket;class Hb extends Zb{createSocket(e,r,a){return Q2?new Bc(e,r,a):r?new Bc(e,r):new Bc(e)}doWrite(e,r){this.ws.send(r)}}class Qb extends xc{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(e){return this.emitReserved("error",e)}this._transport.closed.then(()=>{this.onClose()}).catch(e=>{this.onError("webtransport error",e)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(e=>{const r=Eb(Number.MAX_SAFE_INTEGER,this.socket.binaryType),a=e.readable.pipeThrough(r).getReader(),o=Cb();o.readable.pipeTo(e.writable),this._writer=o.writable.getWriter();const i=()=>{a.read().then(({done:l,value:c})=>{l||(this.onPacket(c),i())}).catch(l=>{})};i();const s={type:"open"};this.query.sid&&(s.data=`{"sid":"${this.query.sid}"}`),this._writer.write(s).then(()=>this.onOpen())})})}write(e){this.writable=!1;for(let r=0;r<e.length;r++){const a=e[r],o=r===e.length-1;this._writer.write(a).then(()=>{o&&Ri(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var e;(e=this._transport)===null||e===void 0||e.close()}}const qb={websocket:Hb,webtransport:Qb,polling:Ub},zb=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,Kb=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function Sc(t){if(t.length>8e3)throw"URI too long";const e=t,r=t.indexOf("["),a=t.indexOf("]");r!=-1&&a!=-1&&(t=t.substring(0,r)+t.substring(r,a).replace(/:/g,";")+t.substring(a,t.length));let o=zb.exec(t||""),i={},s=14;for(;s--;)i[Kb[s]]=o[s]||"";return r!=-1&&a!=-1&&(i.source=e,i.host=i.host.substring(1,i.host.length-1).replace(/;/g,":"),i.authority=i.authority.replace("[","").replace("]","").replace(/;/g,":"),i.ipv6uri=!0),i.pathNames=jb(i,i.path),i.queryKey=Jb(i,i.query),i}function jb(t,e){const r=/\/{2,9}/g,a=e.replace(r,"/").split("/");return(e.slice(0,1)=="/"||e.length===0)&&a.splice(0,1),e.slice(-1)=="/"&&a.splice(a.length-1,1),a}function Jb(t,e){const r={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(a,o,i){o&&(r[o]=i)}),r}const Tc=typeof addEventListener=="function"&&typeof removeEventListener=="function",Fi=[];Tc&&addEventListener("offline",()=>{Fi.forEach(t=>t())},!1);class Sn extends Me{constructor(e,r){if(super(),this.binaryType=xb,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,e&&typeof e=="object"&&(r=e,e=null),e){const a=Sc(e);r.hostname=a.host,r.secure=a.protocol==="https"||a.protocol==="wss",r.port=a.port,a.query&&(r.query=a.query)}else r.host&&(r.hostname=Sc(r.host).host);Li(this,r),this.secure=r.secure!=null?r.secure:typeof location<"u"&&location.protocol==="https:",r.hostname&&!r.port&&(r.port=this.secure?"443":"80"),this.hostname=r.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=r.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},r.transports.forEach(a=>{const o=a.prototype.name;this.transports.push(o),this._transportsByName[o]=a}),this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},r),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=Ib(this.opts.query)),Tc&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},Fi.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=void 0),this._open()}createTransport(e){const r=Object.assign({},this.opts.query);r.EIO=R2,r.transport=e,this.id&&(r.sid=this.id);const a=Object.assign({},this.opts,{query:r,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[e]);return new this._transportsByName[e](a)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}const e=this.opts.rememberUpgrade&&Sn.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";const r=this.createTransport(e);r.open(),this.setTransport(r)}setTransport(e){this.transport&&this.transport.removeAllListeners(),this.transport=e,e.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",r=>this._onClose("transport close",r))}onOpen(){this.readyState="open",Sn.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket(e){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(this.emitReserved("packet",e),this.emitReserved("heartbeat"),e.type){case"open":this.onHandshake(JSON.parse(e.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":const r=new Error("server error");r.code=e.data,this._onError(r);break;case"message":this.emitReserved("data",e.data),this.emitReserved("message",e.data);break}}onHandshake(e){this.emitReserved("handshake",e),this.id=e.sid,this.transport.query.sid=e.sid,this._pingInterval=e.pingInterval,this._pingTimeout=e.pingTimeout,this._maxPayload=e.maxPayload,this.onOpen(),this.readyState!=="closed"&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);const e=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+e,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},e),this.opts.autoUnref&&this._pingTimeoutTimer.unref()}_onDrain(){this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const e=this._getWritablePackets();this.transport.send(e),this._prevBufferLen=e.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let r=1;for(let a=0;a<this.writeBuffer.length;a++){const o=this.writeBuffer[a].data;if(o&&(r+=Db(o)),a>0&&r>this._maxPayload)return this.writeBuffer.slice(0,a);r+=2}return this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;const e=Date.now()>this._pingTimeoutTime;return e&&(this._pingTimeoutTime=0,Ri(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),e}write(e,r,a){return this._sendPacket("message",e,r,a),this}send(e,r,a){return this._sendPacket("message",e,r,a),this}_sendPacket(e,r,a,o){if(typeof r=="function"&&(o=r,r=void 0),typeof a=="function"&&(o=a,a=null),this.readyState==="closing"||this.readyState==="closed")return;a=a||{},a.compress=a.compress!==!1;const i={type:e,data:r,options:a};this.emitReserved("packetCreate",i),this.writeBuffer.push(i),o&&this.once("flush",o),this.flush()}close(){const e=()=>{this._onClose("forced close"),this.transport.close()},r=()=>{this.off("upgrade",r),this.off("upgradeError",r),e()},a=()=>{this.once("upgrade",r),this.once("upgradeError",r)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?a():e()}):this.upgrading?a():e()),this}_onError(e){if(Sn.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return this.transports.shift(),this._open();this.emitReserved("error",e),this._onClose("transport error",e)}_onClose(e,r){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),Tc&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){const a=Fi.indexOf(this._offlineEventListener);a!==-1&&Fi.splice(a,1)}this.readyState="closed",this.id=null,this.emitReserved("close",e,r),this.writeBuffer=[],this._prevBufferLen=0}}}Sn.protocol=R2;class Xb extends Sn{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade)for(let e=0;e<this._upgrades.length;e++)this._probe(this._upgrades[e])}_probe(e){let r=this.createTransport(e),a=!1;Sn.priorWebsocketSuccess=!1;const o=()=>{a||(r.send([{type:"ping",data:"probe"}]),r.once("packet",A=>{if(!a)if(A.type==="pong"&&A.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",r),!r)return;Sn.priorWebsocketSuccess=r.name==="websocket",this.transport.pause(()=>{a||this.readyState!=="closed"&&(d(),this.setTransport(r),r.send([{type:"upgrade"}]),this.emitReserved("upgrade",r),r=null,this.upgrading=!1,this.flush())})}else{const f=new Error("probe error");f.transport=r.name,this.emitReserved("upgradeError",f)}}))};function i(){a||(a=!0,d(),r.close(),r=null)}const s=A=>{const f=new Error("probe error: "+A);f.transport=r.name,i(),this.emitReserved("upgradeError",f)};function l(){s("transport closed")}function c(){s("socket closed")}function u(A){r&&A.name!==r.name&&i()}const d=()=>{r.removeListener("open",o),r.removeListener("error",s),r.removeListener("close",l),this.off("close",c),this.off("upgrading",u)};r.once("open",o),r.once("error",s),r.once("close",l),this.once("close",c),this.once("upgrading",u),this._upgrades.indexOf("webtransport")!==-1&&e!=="webtransport"?this.setTimeoutFn(()=>{a||r.open()},200):r.open()}onHandshake(e){this._upgrades=this._filterUpgrades(e.upgrades),super.onHandshake(e)}_filterUpgrades(e){const r=[];for(let a=0;a<e.length;a++)~this.transports.indexOf(e[a])&&r.push(e[a]);return r}}let Wb=class extends Xb{constructor(e,r={}){const a=typeof e=="object"?e:r;(!a.transports||a.transports&&typeof a.transports[0]=="string")&&(a.transports=(a.transports||["polling","websocket","webtransport"]).map(o=>qb[o]).filter(o=>!!o)),super(e,a)}};function $b(t,e="",r){let a=t;r=r||typeof location<"u"&&location,t==null&&(t=r.protocol+"//"+r.host),typeof t=="string"&&(t.charAt(0)==="/"&&(t.charAt(1)==="/"?t=r.protocol+t:t=r.host+t),/^(https?|wss?):\/\//.test(t)||(typeof r<"u"?t=r.protocol+"//"+t:t="https://"+t),a=Sc(t)),a.port||(/^(http|ws)$/.test(a.protocol)?a.port="80":/^(http|ws)s$/.test(a.protocol)&&(a.port="443")),a.path=a.path||"/";const i=a.host.indexOf(":")!==-1?"["+a.host+"]":a.host;return a.id=a.protocol+"://"+i+":"+a.port+e,a.href=a.protocol+"://"+i+(r&&r.port===a.port?"":":"+a.port),a}const Yb=typeof ArrayBuffer=="function",Gb=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer,q2=Object.prototype.toString,Nb=typeof Blob=="function"||typeof Blob<"u"&&q2.call(Blob)==="[object BlobConstructor]",eC=typeof File=="function"||typeof File<"u"&&q2.call(File)==="[object FileConstructor]";function Dc(t){return Yb&&(t instanceof ArrayBuffer||Gb(t))||Nb&&t instanceof Blob||eC&&t instanceof File}function Ui(t,e){if(!t||typeof t!="object")return!1;if(Array.isArray(t)){for(let r=0,a=t.length;r<a;r++)if(Ui(t[r]))return!0;return!1}if(Dc(t))return!0;if(t.toJSON&&typeof t.toJSON=="function"&&arguments.length===1)return Ui(t.toJSON(),!0);for(const r in t)if(Object.prototype.hasOwnProperty.call(t,r)&&Ui(t[r]))return!0;return!1}function tC(t){const e=[],r=t.data,a=t;return a.data=Oc(r,e),a.attachments=e.length,{packet:a,buffers:e}}function Oc(t,e){if(!t)return t;if(Dc(t)){const r={_placeholder:!0,num:e.length};return e.push(t),r}else if(Array.isArray(t)){const r=new Array(t.length);for(let a=0;a<t.length;a++)r[a]=Oc(t[a],e);return r}else if(typeof t=="object"&&!(t instanceof Date)){const r={};for(const a in t)Object.prototype.hasOwnProperty.call(t,a)&&(r[a]=Oc(t[a],e));return r}return t}function nC(t,e){return t.data=Vc(t.data,e),delete t.attachments,t}function Vc(t,e){if(!t)return t;if(t&&t._placeholder===!0){if(typeof t.num=="number"&&t.num>=0&&t.num<e.length)return e[t.num];throw new Error("illegal attachments")}else if(Array.isArray(t))for(let r=0;r<t.length;r++)t[r]=Vc(t[r],e);else if(typeof t=="object")for(const r in t)Object.prototype.hasOwnProperty.call(t,r)&&(t[r]=Vc(t[r],e));return t}const rC=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],aC=5;var fe;(function(t){t[t.CONNECT=0]="CONNECT",t[t.DISCONNECT=1]="DISCONNECT",t[t.EVENT=2]="EVENT",t[t.ACK=3]="ACK",t[t.CONNECT_ERROR=4]="CONNECT_ERROR",t[t.BINARY_EVENT=5]="BINARY_EVENT",t[t.BINARY_ACK=6]="BINARY_ACK"})(fe||(fe={}));class oC{constructor(e){this.replacer=e}encode(e){return(e.type===fe.EVENT||e.type===fe.ACK)&&Ui(e)?this.encodeAsBinary({type:e.type===fe.EVENT?fe.BINARY_EVENT:fe.BINARY_ACK,nsp:e.nsp,data:e.data,id:e.id}):[this.encodeAsString(e)]}encodeAsString(e){let r=""+e.type;return(e.type===fe.BINARY_EVENT||e.type===fe.BINARY_ACK)&&(r+=e.attachments+"-"),e.nsp&&e.nsp!=="/"&&(r+=e.nsp+","),e.id!=null&&(r+=e.id),e.data!=null&&(r+=JSON.stringify(e.data,this.replacer)),r}encodeAsBinary(e){const r=tC(e),a=this.encodeAsString(r.packet),o=r.buffers;return o.unshift(a),o}}function z2(t){return Object.prototype.toString.call(t)==="[object Object]"}class Ic extends Me{constructor(e){super(),this.reviver=e}add(e){let r;if(typeof e=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");r=this.decodeString(e);const a=r.type===fe.BINARY_EVENT;a||r.type===fe.BINARY_ACK?(r.type=a?fe.EVENT:fe.ACK,this.reconstructor=new iC(r),r.attachments===0&&super.emitReserved("decoded",r)):super.emitReserved("decoded",r)}else if(Dc(e)||e.base64)if(this.reconstructor)r=this.reconstructor.takeBinaryData(e),r&&(this.reconstructor=null,super.emitReserved("decoded",r));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+e)}decodeString(e){let r=0;const a={type:Number(e.charAt(0))};if(fe[a.type]===void 0)throw new Error("unknown packet type "+a.type);if(a.type===fe.BINARY_EVENT||a.type===fe.BINARY_ACK){const i=r+1;for(;e.charAt(++r)!=="-"&&r!=e.length;);const s=e.substring(i,r);if(s!=Number(s)||e.charAt(r)!=="-")throw new Error("Illegal attachments");a.attachments=Number(s)}if(e.charAt(r+1)==="/"){const i=r+1;for(;++r&&!(e.charAt(r)===","||r===e.length););a.nsp=e.substring(i,r)}else a.nsp="/";const o=e.charAt(r+1);if(o!==""&&Number(o)==o){const i=r+1;for(;++r;){const s=e.charAt(r);if(s==null||Number(s)!=s){--r;break}if(r===e.length)break}a.id=Number(e.substring(i,r+1))}if(e.charAt(++r)){const i=this.tryParse(e.substr(r));if(Ic.isPayloadValid(a.type,i))a.data=i;else throw new Error("invalid payload")}return a}tryParse(e){try{return JSON.parse(e,this.reviver)}catch{return!1}}static isPayloadValid(e,r){switch(e){case fe.CONNECT:return z2(r);case fe.DISCONNECT:return r===void 0;case fe.CONNECT_ERROR:return typeof r=="string"||z2(r);case fe.EVENT:case fe.BINARY_EVENT:return Array.isArray(r)&&(typeof r[0]=="number"||typeof r[0]=="string"&&rC.indexOf(r[0])===-1);case fe.ACK:case fe.BINARY_ACK:return Array.isArray(r)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class iC{constructor(e){this.packet=e,this.buffers=[],this.reconPack=e}takeBinaryData(e){if(this.buffers.push(e),this.buffers.length===this.reconPack.attachments){const r=nC(this.reconPack,this.buffers);return this.finishedReconstruction(),r}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const sC=Object.freeze(Object.defineProperty({__proto__:null,Decoder:Ic,Encoder:oC,get PacketType(){return fe},protocol:aC},Symbol.toStringTag,{value:"Module"}));function It(t,e,r){return t.on(e,r),function(){t.off(e,r)}}const lC=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class K2 extends Me{constructor(e,r,a){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=e,this.nsp=r,a&&a.auth&&(this.auth=a.auth),this._opts=Object.assign({},a),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;const e=this.io;this.subs=[It(e,"open",this.onopen.bind(this)),It(e,"packet",this.onpacket.bind(this)),It(e,"error",this.onerror.bind(this)),It(e,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...e){return e.unshift("message"),this.emit.apply(this,e),this}emit(e,...r){var a,o,i;if(lC.hasOwnProperty(e))throw new Error('"'+e.toString()+'" is a reserved event name');if(r.unshift(e),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(r),this;const s={type:fe.EVENT,data:r};if(s.options={},s.options.compress=this.flags.compress!==!1,typeof r[r.length-1]=="function"){const d=this.ids++,A=r.pop();this._registerAckCallback(d,A),s.id=d}const l=(o=(a=this.io.engine)===null||a===void 0?void 0:a.transport)===null||o===void 0?void 0:o.writable,c=this.connected&&!(!((i=this.io.engine)===null||i===void 0)&&i._hasPingExpired());return this.flags.volatile&&!l||(c?(this.notifyOutgoingListeners(s),this.packet(s)):this.sendBuffer.push(s)),this.flags={},this}_registerAckCallback(e,r){var a;const o=(a=this.flags.timeout)!==null&&a!==void 0?a:this._opts.ackTimeout;if(o===void 0){this.acks[e]=r;return}const i=this.io.setTimeoutFn(()=>{delete this.acks[e];for(let l=0;l<this.sendBuffer.length;l++)this.sendBuffer[l].id===e&&this.sendBuffer.splice(l,1);r.call(this,new Error("operation has timed out"))},o),s=(...l)=>{this.io.clearTimeoutFn(i),r.apply(this,l)};s.withError=!0,this.acks[e]=s}emitWithAck(e,...r){return new Promise((a,o)=>{const i=(s,l)=>s?o(s):a(l);i.withError=!0,r.push(i),this.emit(e,...r)})}_addToQueue(e){let r;typeof e[e.length-1]=="function"&&(r=e.pop());const a={id:this._queueSeq++,tryCount:0,pending:!1,args:e,flags:Object.assign({fromQueue:!0},this.flags)};e.push((o,...i)=>a!==this._queue[0]?void 0:(o!==null?a.tryCount>this._opts.retries&&(this._queue.shift(),r&&r(o)):(this._queue.shift(),r&&r(null,...i)),a.pending=!1,this._drainQueue())),this._queue.push(a),this._drainQueue()}_drainQueue(e=!1){if(!this.connected||this._queue.length===0)return;const r=this._queue[0];r.pending&&!e||(r.pending=!0,r.tryCount++,this.flags=r.flags,this.emit.apply(this,r.args))}packet(e){e.nsp=this.nsp,this.io._packet(e)}onopen(){typeof this.auth=="function"?this.auth(e=>{this._sendConnectPacket(e)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(e){this.packet({type:fe.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},e):e})}onerror(e){this.connected||this.emitReserved("connect_error",e)}onclose(e,r){this.connected=!1,delete this.id,this.emitReserved("disconnect",e,r),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(e=>{if(!this.sendBuffer.some(a=>String(a.id)===e)){const a=this.acks[e];delete this.acks[e],a.withError&&a.call(this,new Error("socket has been disconnected"))}})}onpacket(e){if(e.nsp===this.nsp)switch(e.type){case fe.CONNECT:e.data&&e.data.sid?this.onconnect(e.data.sid,e.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case fe.EVENT:case fe.BINARY_EVENT:this.onevent(e);break;case fe.ACK:case fe.BINARY_ACK:this.onack(e);break;case fe.DISCONNECT:this.ondisconnect();break;case fe.CONNECT_ERROR:this.destroy();const a=new Error(e.data.message);a.data=e.data.data,this.emitReserved("connect_error",a);break}}onevent(e){const r=e.data||[];e.id!=null&&r.push(this.ack(e.id)),this.connected?this.emitEvent(r):this.receiveBuffer.push(Object.freeze(r))}emitEvent(e){if(this._anyListeners&&this._anyListeners.length){const r=this._anyListeners.slice();for(const a of r)a.apply(this,e)}super.emit.apply(this,e),this._pid&&e.length&&typeof e[e.length-1]=="string"&&(this._lastOffset=e[e.length-1])}ack(e){const r=this;let a=!1;return function(...o){a||(a=!0,r.packet({type:fe.ACK,id:e,data:o}))}}onack(e){const r=this.acks[e.id];typeof r=="function"&&(delete this.acks[e.id],r.withError&&e.data.unshift(null),r.apply(this,e.data))}onconnect(e,r){this.id=e,this.recovered=r&&this._pid===r,this._pid=r,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}emitBuffered(){this.receiveBuffer.forEach(e=>this.emitEvent(e)),this.receiveBuffer=[],this.sendBuffer.forEach(e=>{this.notifyOutgoingListeners(e),this.packet(e)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(e=>e()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:fe.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(e){return this.flags.compress=e,this}get volatile(){return this.flags.volatile=!0,this}timeout(e){return this.flags.timeout=e,this}onAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(e),this}prependAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(e),this}offAny(e){if(!this._anyListeners)return this;if(e){const r=this._anyListeners;for(let a=0;a<r.length;a++)if(e===r[a])return r.splice(a,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(e),this}prependAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(e),this}offAnyOutgoing(e){if(!this._anyOutgoingListeners)return this;if(e){const r=this._anyOutgoingListeners;for(let a=0;a<r.length;a++)if(e===r[a])return r.splice(a,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(e){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){const r=this._anyOutgoingListeners.slice();for(const a of r)a.apply(this,e.data)}}}function Wr(t){t=t||{},this.ms=t.min||100,this.max=t.max||1e4,this.factor=t.factor||2,this.jitter=t.jitter>0&&t.jitter<=1?t.jitter:0,this.attempts=0}Wr.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),r=Math.floor(e*this.jitter*t);t=Math.floor(e*10)&1?t+r:t-r}return Math.min(t,this.max)|0},Wr.prototype.reset=function(){this.attempts=0},Wr.prototype.setMin=function(t){this.ms=t},Wr.prototype.setMax=function(t){this.max=t},Wr.prototype.setJitter=function(t){this.jitter=t};class Pc extends Me{constructor(e,r){var a;super(),this.nsps={},this.subs=[],e&&typeof e=="object"&&(r=e,e=void 0),r=r||{},r.path=r.path||"/socket.io",this.opts=r,Li(this,r),this.reconnection(r.reconnection!==!1),this.reconnectionAttempts(r.reconnectionAttempts||1/0),this.reconnectionDelay(r.reconnectionDelay||1e3),this.reconnectionDelayMax(r.reconnectionDelayMax||5e3),this.randomizationFactor((a=r.randomizationFactor)!==null&&a!==void 0?a:.5),this.backoff=new Wr({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(r.timeout==null?2e4:r.timeout),this._readyState="closed",this.uri=e;const o=r.parser||sC;this.encoder=new o.Encoder,this.decoder=new o.Decoder,this._autoConnect=r.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(e){return arguments.length?(this._reconnection=!!e,e||(this.skipReconnect=!0),this):this._reconnection}reconnectionAttempts(e){return e===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=e,this)}reconnectionDelay(e){var r;return e===void 0?this._reconnectionDelay:(this._reconnectionDelay=e,(r=this.backoff)===null||r===void 0||r.setMin(e),this)}randomizationFactor(e){var r;return e===void 0?this._randomizationFactor:(this._randomizationFactor=e,(r=this.backoff)===null||r===void 0||r.setJitter(e),this)}reconnectionDelayMax(e){var r;return e===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=e,(r=this.backoff)===null||r===void 0||r.setMax(e),this)}timeout(e){return arguments.length?(this._timeout=e,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(e){if(~this._readyState.indexOf("open"))return this;this.engine=new Wb(this.uri,this.opts);const r=this.engine,a=this;this._readyState="opening",this.skipReconnect=!1;const o=It(r,"open",function(){a.onopen(),e&&e()}),i=l=>{this.cleanup(),this._readyState="closed",this.emitReserved("error",l),e?e(l):this.maybeReconnectOnOpen()},s=It(r,"error",i);if(this._timeout!==!1){const l=this._timeout,c=this.setTimeoutFn(()=>{o(),i(new Error("timeout")),r.close()},l);this.opts.autoUnref&&c.unref(),this.subs.push(()=>{this.clearTimeoutFn(c)})}return this.subs.push(o),this.subs.push(s),this}connect(e){return this.open(e)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const e=this.engine;this.subs.push(It(e,"ping",this.onping.bind(this)),It(e,"data",this.ondata.bind(this)),It(e,"error",this.onerror.bind(this)),It(e,"close",this.onclose.bind(this)),It(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(e){try{this.decoder.add(e)}catch(r){this.onclose("parse error",r)}}ondecoded(e){Ri(()=>{this.emitReserved("packet",e)},this.setTimeoutFn)}onerror(e){this.emitReserved("error",e)}socket(e,r){let a=this.nsps[e];return a?this._autoConnect&&!a.active&&a.connect():(a=new K2(this,e,r),this.nsps[e]=a),a}_destroy(e){const r=Object.keys(this.nsps);for(const a of r)if(this.nsps[a].active)return;this._close()}_packet(e){const r=this.encoder.encode(e);for(let a=0;a<r.length;a++)this.engine.write(r[a],e.options)}cleanup(){this.subs.forEach(e=>e()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose(e,r){var a;this.cleanup(),(a=this.engine)===null||a===void 0||a.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",e,r),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const e=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const r=this.backoff.duration();this._reconnecting=!0;const a=this.setTimeoutFn(()=>{e.skipReconnect||(this.emitReserved("reconnect_attempt",e.backoff.attempts),!e.skipReconnect&&e.open(o=>{o?(e._reconnecting=!1,e.reconnect(),this.emitReserved("reconnect_error",o)):e.onreconnect()}))},r);this.opts.autoUnref&&a.unref(),this.subs.push(()=>{this.clearTimeoutFn(a)})}}onreconnect(){const e=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",e)}}const Qa={};function Zi(t,e){typeof t=="object"&&(e=t,t=void 0),e=e||{};const r=$b(t,e.path||"/socket.io"),a=r.source,o=r.id,i=r.path,s=Qa[o]&&i in Qa[o].nsps,l=e.forceNew||e["force new connection"]||e.multiplex===!1||s;let c;return l?c=new Pc(a,e):(Qa[o]||(Qa[o]=new Pc(a,e)),c=Qa[o]),r.query&&!e.query&&(e.query=r.queryKey),c.socket(r.path,e)}Object.assign(Zi,{Manager:Pc,Socket:K2,io:Zi,connect:Zi});const He=t=>(n.pushScopeId("data-v-4096b05c"),t=t(),n.popScopeId(),t),cC={class:"fge-right-container"},uC={key:0,class:"timeline-title object-contain",style:{"margin-top":"-10px"}},dC=He(()=>n.createElementVNode("i",{class:"pi pi-qrcode"},null,-1)),AC={class:"object-contain"},fC={class:"qr-container"},pC=["src"],mC={class:""},hC=[He(()=>n.createElementVNode("div",{class:"reload-icon"},[n.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},[n.createElementVNode("path",{fill:"white",d:"M500.33 199.44C485.75 112.33 412.25 48 320 48c-74.66 0-140.33 41.47-175.27 105.51l-26.64-15.37C103.28 130.83 96 138.77 96 148v96c0 8.84 7.16 16 16 16h96c9.23 0 17.17-7.28 17.86-16.09.67-8.35-3.92-15.98-11.15-19.89l-31.58-18.23C205.12 159.49 258.32 128 320 128c61.76 0 114.2 41.81 128.7 101.33 4.14 17.14 21.29 27.71 38.43 23.57s27.71-21.29 23.57-38.46z"})])],-1)),He(()=>n.createElementVNode("p",{class:"reload-text"},[n.createTextVNode("Haz clic para"),n.createElementVNode("br"),n.createTextVNode("actualizar el código"),n.createElementVNode("br"),n.createTextVNode("QR")],-1))],gC={key:1,class:"qr-timeline"},vC=[He(()=>n.createElementVNode("ol",{class:"timeline","aria-label":"Pasos para iniciar sesión con QR"},[n.createElementVNode("li",{class:"timeline-item"},[n.createElementVNode("span",{class:"timeline-icon","aria-hidden":"true"},[n.createElementVNode("i",{class:"pi pi-mobile"})]),n.createElementVNode("div",{class:"timeline-content"},[n.createElementVNode("div",{class:"timeline-step"},[n.createTextVNode("1. Abre la aplicación "),n.createElementVNode("strong",null,"ROMA")]),n.createElementVNode("div",{class:"timeline-desc"},[n.createTextVNode(" Descarga o abre la aplicación "),n.createElementVNode("strong",null,"ROMA"),n.createTextVNode(" en tu dispositivo móvil. ")])])]),n.createElementVNode("li",{class:"timeline-item"},[n.createElementVNode("span",{class:"timeline-icon","aria-hidden":"true"},[n.createElementVNode("i",{class:"pi pi-lock"})]),n.createElementVNode("div",{class:"timeline-content"},[n.createElementVNode("div",{class:"timeline-step"},[n.createTextVNode("2. Dirígete al "),n.createElementVNode("strong",null,"Autenticador")]),n.createElementVNode("div",{class:"timeline-desc"},[n.createTextVNode(" Busca en el menu "),n.createElementVNode("i",{class:"pi pi-align-left",style:{"margin-right":"4px","margin-left":"4px"}}),n.createTextVNode(" la seccion de autenticador. ")])])]),n.createElementVNode("li",{class:"timeline-item"},[n.createElementVNode("span",{class:"timeline-icon","aria-hidden":"true"},[n.createElementVNode("i",{class:"pi pi-qrcode"})]),n.createElementVNode("div",{class:"timeline-content"},[n.createElementVNode("div",{class:"timeline-step"},"3. Escanea el código QR"),n.createElementVNode("div",{class:"timeline-desc"}," Señala la cámara de tu dispositivo hacia el QR mostrado en pantalla. ")])])],-1))],yC={key:2,class:"msg-container",style:{"margin-top":"20px"}},wC=[He(()=>n.createElementVNode("span",{class:"fge-text-gray fge-lines"},"O puede ingresar con",-1))],bC={class:"auth-form-container"},CC={class:"auth-input-container"},EC=He(()=>n.createElementVNode("label",{for:"usuario",class:"fge-form-label"},"Cédula de Identidad:",-1)),kC={class:"auth-input-container"},xC=He(()=>n.createElementVNode("label",{for:"password",class:"fge-form-label"},"Cont­raseña:",-1)),BC={class:"login-button-container"},SC=[He(()=>n.createElementVNode("span",null,"Ingresar",-1))],TC={class:"login-link-button-container"},DC=[He(()=>n.createElementVNode("span",null,"¿Ha olvidado su contraseña?",-1))],OC=[He(()=>n.createElementVNode("span",null,"Registrarse",-1))],VC={key:0,class:"msg-container"},IC=[He(()=>n.createElementVNode("span",{class:"fge-text-gray fge-lines"},"O puede ingresar con",-1))],PC=[He(()=>n.createElementVNode("span",null,"Ingresar con Ciudadanía Digital",-1))],MC={class:"login-button-container"},_C={class:"two-auth-container"},RC={key:0,class:"auth-checkbox-container"},LC={key:0,class:"text-center"},FC=[He(()=>n.createElementVNode("span",null,"Seleccionar otros medios de verificación",-1))],UC={key:1},ZC=He(()=>n.createElementVNode("div",{class:"fge-horizontal-line"},null,-1)),HC=He(()=>n.createElementVNode("div",{class:"fge-text-gray",style:{"text-align":"center"}},"Medios de verificación",-1)),QC=He(()=>n.createElementVNode("div",{class:"fge-horizontal-line"},null,-1)),qC={class:"auth-radiogroup"},zC={class:"radio-button-content"},KC={class:"radio-button-content"},jC={for:"r3",class:"radio-button-label"},JC={class:"two-auth-container"},XC={class:"auth-checkbox-container"},WC={class:"auth-checkbox-container",for:"esDispositivoConfianza"},$C=He(()=>n.createElementVNode("span",{class:"fge-text-gray"}," Dispositivo de confianza ",-1)),YC=Ye(n.defineComponent({__name:"FgeLogin",emits:["onLogin","onError"],setup(t,{emit:e}){const r=Ee(),a=e,o=n.ref(""),i=n.ref(!1),s=n.ref(void 0);let l=!1;i.value=window.innerWidth<=768;let c=0;const u=n.ref(!1),d=async()=>{if(!l){l=!0;try{const O=await f3(r.aplicacion,r.deviceId);if(!O)throw new Error("Error al cargar QR");const{qrImage:L,expiresIn:G}=O;o.value=`${L}`,c++,c<5?setTimeout(()=>{d()},G*1e3):u.value=!0}catch(O){console.error("Error cargando QR:",O)}finally{l=!1}}};n.onMounted(()=>{if(!i.value&&r.apiBaseURLAuthNv){d(),p.connect(),p.on("connect",()=>{console.log("Conectado al servidor de sockets"),p.connected?console.log("Conexión establecida correctamente"):console.log("Error al establecer la conexión")}).on("disconnect",()=>{console.log("Desconectado del servidor de sockets")});const O=async L=>{console.log("Notificación recibida"),await R(L.token,L.sessionId,L.usuarioId),p.off("notification",O)};p.on("notification",O)}}),n.onBeforeUnmount(()=>{s.value&&clearInterval(s.value)}),n.onUnmounted(()=>{p.off("mensaje"),p.disconnect()});const A=()=>{console.log("contador",c),$.value=!0},f=()=>{u.value=!1,c=0,d()},p=Zi(`${r.apiWebSocketURL}/notificacion`,{query:{usuarioId:r.deviceId,aplicacion:"auth",modulo:"login"},extraHeaders:{Authorization:`${r.webSocketToken}`},autoConnect:!1}),v=n.ref(!1),C=n.ref(null),y=()=>{C.value=null},E=async O=>{if(!v.value){v.value=!0;try{C.value=O;const L=m(O);Y.value="",U.value="",L===!1?(r.apiBaseURLAuthNv?await te({medio:O}):await ie({medio:O}),W.value=!0):(r.apiBaseURLAuthNv?await he({medio:O}):await V({medio:O}),W.value=!1)}finally{v.value=!1}}},h={[de.WHATSAPP]:"verificadoWhatsapp",[de.TELEGRAM]:"verificadoTelegram",[de.EMAIL]:"verificadoEmail",[de.ROMA]:"verificadoRoma"};function m(O){const L=h[O];return L?H[L]:void 0}const{esDispositivoConfianza:g,refCounter:w,message2Fa:b,steps:k,currentStep:D,errors:S,iconColor:x,onLogin:B,on2AuthLogin:T,onAutorizarNv:R,goLoginPage:q,onEnviarMensaje:ee,loginCiudadania:N,mediosVerificados:H,mostrarMedios:M,mostrarBotonOpciones:$,onEnviarCodigoAlUsuario:ie,onEnviarCodigoVerificadoAlUsuario:V,onEnviarCodigoAlUsuarioNv:te,onEnviarCodigoVerificadoAlUsuarioNv:he,servicio2faNuevo:W,onConfirmarCodigoNuevo:_,message2FaContexto:Y,url2FaContexto:U,medioYaSeleccionado:Q}=mb(a);return(O,L)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(nc),n.createElementVNode("div",cC,[n.createVNode(Ko,{currentStep:n.unref(D),steps:n.unref(k),showHeader:!1},{step1:n.withCtx(()=>[n.unref(r).apiBaseURLAuthNv&&!i.value?(n.openBlock(),n.createElementBlock("h4",uC,[dC,n.createTextVNode(" Inicia sesión con código QR ")])):n.createCommentVNode("",!0),n.createElementVNode("div",AC,[n.createElementVNode("div",fC,[n.unref(r).apiBaseURLAuthNv&&!i.value?(n.openBlock(),n.createElementBlock("img",{key:0,src:o.value,alt:"Qr",class:""},null,8,pC)):n.createCommentVNode("",!0),n.createElementVNode("div",mC,[u.value?(n.openBlock(),n.createElementBlock("div",{key:0,class:"qr-overlay",onClick:f},hC)):n.createCommentVNode("",!0)])])]),n.unref(r).apiBaseURLAuthNv&&!i.value?(n.openBlock(),n.createElementBlock("div",gC,vC)):n.createCommentVNode("",!0),n.unref(r).apiBaseURLAuthNv?(n.openBlock(),n.createElementBlock("div",yC,wC)):n.createCommentVNode("",!0),n.createElementVNode("div",bC,[n.createElementVNode("div",CC,[EC,n.createVNode(n.unref(pe.Field),{name:"usuario",id:"usuario",class:n.normalizeClass(["fge-auth-input",{"fge-auth-input-invalid":n.unref(S).usuario}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(S).usuario},null,8,["error"])]),n.createElementVNode("div",kC,[xC,n.createVNode(n.unref(pe.Field),{name:"password"},{default:n.withCtx(({field:G})=>[n.createVNode(xn,n.mergeProps({id:"psw"},G,{class:"fge-auth-input with-btn",onKeyup:n.withKeys(n.unref(B),["enter"]),modelValue:G.value}),null,16,["onKeyup","modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(S).password},null,8,["error"])])]),n.createElementVNode("div",BC,[n.createElementVNode("button",{title:"Iniciar sesión",class:"fge-auth-primary-button w-full",onClick:L[0]||(L[0]=(...G)=>n.unref(B)&&n.unref(B)(...G))},SC),n.createElementVNode("div",TC,[n.createElementVNode("button",{class:"fge-link-secondary-button",title:"Recuperar contraseña",onClick:L[1]||(L[1]=(...G)=>n.unref(r).goRecuperarCont&&n.unref(r).goRecuperarCont(...G))},DC),!n.unref(r).apiBaseURLAuthNv&&n.unref(r).isRegister?(n.openBlock(),n.createElementBlock("button",{key:0,class:"fge-link-primary-button",title:"Registrarse",onClick:L[2]||(L[2]=(...G)=>n.unref(r).goRegistrarPage&&n.unref(r).goRegistrarPage(...G))},OC)):n.createCommentVNode("",!0)]),n.unref(r).apiBaseURLAuthNv?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("div",VC,IC)),n.createElementVNode("button",{title:"Iniciar sesión con ciudadanía digital",class:"fge-green-button",onClick:L[3]||(L[3]=(...G)=>n.unref(N)&&n.unref(N)(...G))},PC)])]),step2:n.withCtx(()=>[n.createVNode(yi,{fieldName:"code",error:n.unref(S).code,message2Fa:n.unref(b),message2FaContexto:n.unref(Y),url2FaContexto:n.unref(U),cancelarFunction:()=>{y(),n.unref(q)()},aceptarFunction:n.unref(W)?n.unref(_):n.unref(T),"reenviar-mensaje":n.unref(Q)?n.unref(ee):void 0,mostrarReenviar:n.unref(Q),isTelegram:C.value===n.unref(de).TELEGRAM&&!n.unref(H).verificadoTelegram,refCounter:n.unref(w),"onUpdate:refCounter":L[8]||(L[8]=G=>n.isRef(w)?w.value=G:null),onFinishCount:A},{inputs:n.withCtx(()=>[n.createElementVNode("div",MC,[n.createElementVNode("div",_C,[n.unref($)?(n.openBlock(),n.createElementBlock("div",RC,[n.unref(M)?(n.openBlock(),n.createElementBlock("div",UC,[ZC,HC,QC,n.createElementVNode("div",qC,[n.createVNode(n.unref(pe.Field),{name:"medio"},{default:n.withCtx(({field:G})=>[n.createVNode(n.unref(qo),n.mergeProps(G,{"model-value":G.value,class:"radio-button-group","onUpdate:modelValue":K=>{G.onChange(K),E(Number(K))}}),{default:n.withCtx(()=>[n.createVNode(n.unref(zn),{class:"radio-button",id:"r2",value:n.unref(de).TELEGRAM.toString(),onClick:L[5]||(L[5]=()=>E(n.unref(de).TELEGRAM))},{default:n.withCtx(()=>[n.createElementVNode("div",zC,[n.createVNode(n.unref(_a),{class:n.normalizeClass(["radio-icon",{"auth-svg-primary":n.unref(H).verificadoTelegram,"auth-svg-black":!n.unref(H).verificadoTelegram}])},null,8,["class"]),n.createElementVNode("label",{for:"r2",class:n.normalizeClass(["radio-button-label",{"radio-label-verified":n.unref(H).verificadoTelegram,"radio-label-unverified":!n.unref(H).verificadoTelegram}])},n.toDisplayString(n.unref(H).verificadoTelegram?"":"Verificar")+" Telegram ",3)])]),_:1},8,["value"]),n.createVNode(n.unref(zn),{class:"radio-button",id:"r3",value:n.unref(de).EMAIL.toString(),onClick:L[6]||(L[6]=()=>E(n.unref(de).EMAIL))},{default:n.withCtx(()=>[n.createElementVNode("div",KC,[n.createVNode(n.unref(Ma),{class:n.normalizeClass(["radio-icon",{"auth-svg-primary":n.unref(H).verificadoEmail,"auth-svg-black":!n.unref(H).verificadoEmail}])},null,8,["class"]),n.createElementVNode("label",jC,n.toDisplayString(n.unref(H).verificadoEmail?"":"Verificar")+" Email ",1)])]),_:1},8,["value"])]),_:2},1040,["model-value","onUpdate:modelValue"])]),_:1})])])):(n.openBlock(),n.createElementBlock("div",LC,[n.createElementVNode("button",{class:"fge-link-primary-button",title:"Seleccionar",onClick:L[4]||(L[4]=G=>M.value=!0)},FC)]))])):n.createCommentVNode("",!0)])]),n.createElementVNode("div",JC,[n.createElementVNode("div",XC,[n.createElementVNode("label",WC,[n.createVNode(n.unref(p4),{class:"checkbox-box",checked:n.unref(g),"onUpdate:checked":L[7]||(L[7]=G=>n.isRef(g)?g.value=G:null)},{default:n.withCtx(()=>[n.createVNode(n.unref(m4),null,{default:n.withCtx(()=>[n.createVNode(yn,{color:n.unref(x),alt:"Check Mark",class:"checkbox-svg"},null,8,["color"])]),_:1})]),_:1},8,["checked"]),$C])])])]),_:1},8,["error","message2Fa","message2FaContexto","url2FaContexto","cancelarFunction","aceptarFunction","reenviar-mensaje","mostrarReenviar","isTelegram","refCounter"])]),_:1},8,["currentStep","steps"])])],64))}}),[["__scopeId","data-v-4096b05c"]]),j2=async(t,e,r,a)=>oe.post("v1/auth/usuario/confirmar-restablecer-password",{numeroDocumento:t,aplicacion:e,otp:r,isLogin:a}).then(o=>o).catch(o=>{var i;throw(i=o.response)!=null&&i.data?o.response.data:o}),GC=async(t,e,r,a,o)=>oe.post("v1/auth/usuario/cambiar-password",{usuarioId:t,aplicacion:e,otp:r,nuevoPassword:a,confirmarNuevoPassword:o}).then(i=>i).catch(i=>{var s;throw(s=i.response)!=null&&s.data?i.response.data:i}),NC=async(t,e,r,a,o)=>oe.post("v1/auth/usuario/cambiar-password",{usuarioId:t,aplicacion:e,otp:r,nuevoPassword:a,confirmarNuevoPassword:o}).then(i=>i).catch(i=>{var s;throw(s=i.response)!=null&&s.data?i.response.data:i}),eE=async t=>oe.post("v1/auth/usuario/restablecer-password",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e});function tE(){const t=Ee(),e=ka(),r=n.ref(0),a=n.ref(),o=n.ref(),i=n.computed(()=>b[r.value]),s=n.reactive({verificadoWhatsapp:!1,verificadoTelegram:!1,verificadoEmail:!1,verificadoRoma:!1}),l=n.ref(!1),c=n.ref(!1),u=n.ref(!1),d=n.ref(!1),A=n.ref(0),f=n.ref(null),p=n.ref([]),{refCounter:v,currentContacto:C,message2Fa:y,message2FaContexto:E,url2FaContexto:h,openTelegram:m,openTelegramPage:g}=vi("recuperar-pw"),w=n.markRaw([{name:"step1"},{name:"step2"},{name:"step3"}]),b=[re.object().shape({usuario:re.string().min(4).max(10).required().label("Cédula de identidad")}),re.object().shape({code:re.string().required().matches(Pr).max(10).label("Código")}),re.object().shape({medio:re.string().notRequired().matches(Pr).max(10).label("medio")}),re.object().shape({password:re.string().required().matches(No).min(8).max(15).label("Contraseña"),repetirPassword:re.string().required().oneOf([re.ref("password")]).label("Confirmación de la contraseña")})],{handleSubmit:k,values:D,errors:S,setErrors:x,resetForm:B}=pe.useForm({validationSchema:i,keepValuesOnUnmount:!0}),T=()=>{r.value=r.value-1,d.value=!1,B()},R=U=>{const O={[de.WHATSAPP]:"verificadoWhatsapp",[de.TELEGRAM]:"verificadoTelegram",[de.EMAIL]:"verificadoEmail",[de.ROMA]:"verificadoRoma"}[U];return O?s[O]:void 0},q=async()=>{if(!D.medio)return;const U=Number(D.medio),Q=R(U);try{e.setLoading(!0),Q===!1?(t.apiBaseURLAuthNv?await V({medio:U}):await te({medio:U}),u.value=!0):(t.apiBaseURLAuthNv?await N({medio:U,login:!1}):await H({medio:U,login:!1}),u.value=!1),d.value=!0}catch(O){Ge({error:O,setErrors:x})}finally{e.setLoading(!1)}},ee=k(async()=>{var U,Q,O,L,G,K,Te;try{e.setLoading(!0);const X=await M();r.value=r.value+1,d.value=!1,C.value=(U=X.response)==null?void 0:U.contacto,A.value=((O=(Q=X.response)==null?void 0:Q.data)==null?void 0:O.usuarioId)??0,p.value=((G=(L=X==null?void 0:X.response)==null?void 0:L.data)==null?void 0:G.mediosVerificados)||[],Y(p.value),y.value=X.message,n.nextTick(()=>{var F,J,Ae;(Ae=v.value)==null||Ae.reInit(((J=(F=X==null?void 0:X.response)==null?void 0:F.data)==null?void 0:J.tiempoVigencia)??2)});const z=p.value.some(F=>F.default===!0);l.value=!z,c.value=!z,E.value=((K=X==null?void 0:X.response)==null?void 0:K.data.mensajeServicio)??"",h.value=((Te=X==null?void 0:X.response)==null?void 0:Te.data.url)??""}catch(X){Ge({error:X,setErrors:x})}finally{e.setLoading(!1)}}),N=async({medio:U,login:Q=!0})=>{var O,L,G,K,Te,X;try{e.setLoading(!0);const z=await $u({medio:Number(U),usuarioId:A.value,deviceId:t.deviceId,isLogin:Q,aplicacion:t.aplicacion});y.value=z.message,c.value=!1,l.value=!1,d.value=!0,(L=(O=z==null?void 0:z.response)==null?void 0:O.data)!=null&&L.mensajeServicio&&(E.value=z.response.data.mensajeServicio),(K=(G=z==null?void 0:z.response)==null?void 0:G.data)!=null&&K.url&&(h.value=z.response.data.url);let F=120;(X=(Te=z==null?void 0:z.response)==null?void 0:Te.data)!=null&&X.tiempoVigencia?F=z.response.data.tiempoVigencia:(z==null?void 0:z.minutos)!==void 0&&(z==null?void 0:z.minutos)!==null&&(F=z.minutos>60?z.minutos:z.minutos*60,F>600&&(F=120)),n.nextTick(()=>{var J;(J=v.value)==null||J.reInit(F)})}catch(z){Z.error(`Error al enviar código por ${U}: ${(z==null?void 0:z.message)||"intente nuevamente"}`)}finally{e.setLoading(!1)}},H=async({medio:U,login:Q=!0})=>{var O,L,G,K,Te,X;try{e.setLoading(!0);const z=await Wu({medio:Number(U),usuarioId:A.value,deviceId:t.deviceId,isLogin:Q,aplicacion:t.aplicacion});y.value=z.message,c.value=!1,l.value=!1,d.value=!0,(L=(O=z==null?void 0:z.response)==null?void 0:O.data)!=null&&L.mensajeServicio&&(E.value=z.response.data.mensajeServicio),(K=(G=z==null?void 0:z.response)==null?void 0:G.data)!=null&&K.url&&(h.value=z.response.data.url);let F=120;(X=(Te=z==null?void 0:z.response)==null?void 0:Te.data)!=null&&X.tiempoVigencia?F=z.response.data.tiempoVigencia:(z==null?void 0:z.minutos)!==void 0&&(z==null?void 0:z.minutos)!==null&&(F=z.minutos>60?z.minutos:z.minutos*60,F>600&&(F=120)),n.nextTick(()=>{var J;(J=v.value)==null||J.reInit(F)})}catch(z){Z.error(`Error al enviar código: ${(z==null?void 0:z.message)||"intente nuevamente"}`)}finally{e.setLoading(!1)}},M=async()=>await eE({deviceId:t.deviceId,aplicacion:t.aplicacion,numeroDocumento:D.usuario}),$=k(async U=>{try{if(e.setLoading(!0),t.apiBaseURLAuthNv){const Q=await j2(U.usuario,t.aplicacion,Number(U.code),!1).then(O=>O.response);a.value=Q==null?void 0:Q.data.usuarioId}else{const Q=await j2(U.usuario,t.aplicacion,Number(U.code),!1).then(O=>O.response);a.value=Q==null?void 0:Q.data.usuarioId}r.value=r.value+1}catch(Q){Ge({error:Q,setErrors:x})}finally{e.setLoading(!1)}}),ie=k(async U=>{try{e.setLoading(!0);const Q=f.value??Number(U.medio??0);if(!Q){Z.error("Debe seleccionar un medio de verificación");return}if(t.apiBaseURLAuthNv){const O=await Xu({usuarioId:A.value,medio:Q,codigo:U.code,aplicacion:t.aplicacion,deviceId:t.deviceId,isLogin:!1}).then(L=>L.response);a.value=O==null?void 0:O.data.usuarioId}else{const O=await h3({usuarioId:A.value,medio:Q,codigo:U.code,aplicacion:t.aplicacion,codigoDispositivo:t.deviceId,isLogin:!1}).then(L=>L.response);a.value=O==null?void 0:O.data.usuarioId}r.value=r.value+1}catch(Q){Ge({error:Q,setErrors:x})}finally{e.setLoading(!1)}}),V=async({medio:U})=>{var Q,O,L,G;try{e.setLoading(!0),f.value=U;const K=await Ju({medio:Number(U),usuarioId:A.value}),Te=((O=(Q=K==null?void 0:K.response)==null?void 0:Q.data)==null?void 0:O.medioActualizado)===!0;y.value=K.message,c.value=!1,l.value=!1,d.value=!0,E.value=K.response.data.mensajeServicio??"",h.value=K.response.data.url??"",U===de.TELEGRAM&&!Te&&n.nextTick(()=>{m.value=!0});let X=120;(G=(L=K==null?void 0:K.response)==null?void 0:L.data)!=null&&G.tiempoVigencia?X=K.response.data.tiempoVigencia:(K==null?void 0:K.minutos)!==void 0&&(K==null?void 0:K.minutos)!==null&&(X=K.minutos>60?K.minutos:K.minutos*60,X>600&&(X=120)),n.nextTick(()=>{var z;(z=v.value)==null||z.reInit(X)})}catch(K){Z.error(`Error al enviar código por ${U}: ${(K==null?void 0:K.message)||"intente nuevamente"}`)}finally{e.setLoading(!1)}},te=async({medio:U})=>{var Q,O,L,G;try{e.setLoading(!0),f.value=U;const K=await m3({medio:Number(U),usuarioId:A.value}),Te=((O=(Q=K==null?void 0:K.response)==null?void 0:Q.data)==null?void 0:O.medioActualizado)===!0;y.value=K.message,c.value=!1,l.value=!1,d.value=!0,U===de.TELEGRAM&&!Te&&n.nextTick(()=>{m.value=!0});let X=120;(G=(L=K==null?void 0:K.response)==null?void 0:L.data)!=null&&G.tiempoVigencia?X=K.response.data.tiempoVigencia:(K==null?void 0:K.minutos)!==void 0&&(K==null?void 0:K.minutos)!==null&&(X=K.minutos>60?K.minutos:K.minutos*60,X>600&&(X=120)),n.nextTick(()=>{var z;(z=v.value)==null||z.reInit(X)})}catch(K){Z.error(`Error al enviar código: ${(K==null?void 0:K.message)||"intente nuevamente"}`)}finally{e.setLoading(!1)}},he=k(async U=>{try{e.setLoading(!0);let Q;a.value&&(t.apiBaseURLAuthNv?Q=await NC(a.value,t.aplicacion,Number(U.code),U.password,U.repetirPassword):Q=await GC(a.value,t.aplicacion,Number(U.code),U.password,U.repetirPassword)),Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description"> ${Q==null?void 0:Q.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0}),e.setLoading(!1),t.goLoginPage()}catch(Q){Ge({error:Q,setErrors:x}),e.setLoading(!1)}}),W=()=>{t.goLoginPage()},_=n.computed(()=>window.getComputedStyle(document.documentElement).getPropertyValue("--fge-primary-button-text-color")),Y=U=>{U.forEach(Q=>{switch(Q.medio){case 1:s.verificadoRoma=Q.verificado;break;case 2:s.verificadoTelegram=Q.verificado;break;case 3:s.verificadoEmail=Q.verificado;break;case 4:s.verificadoWhatsapp=Q.verificado;break}})};return{refCounter:v,currentStep:r,currentSchema:i,currentContacto:C,steps:w,mensaje2F:o,errors:S,onBackStep:T,onEnviarCodigoAlBackend:$,onEnviarCodigoAlUsuario:ee,onEnviarMensaje:q,onCambiarPassword:he,goLoginPage:W,mediosVerificados:s,mostrarMedios:c,mostrarBotonOpciones:l,message2FaContexto:E,message2Fa:y,url2FaContexto:h,servicio2faNuevo:u,iconColor:_,onEnviarCodigoRecuperacionNv:N,onEnviarCodigoRecuperacion:H,onEnviarCodigoRecuperacionAlUsuarioNv:V,onEnviarCodigoRecuperacionAlUsuario:te,onConfirmarCodigoNuevo:ie,medioYaSeleccionado:d,openTelegram:m,openTelegramPage:g}}const nE={class:"fge-right-container"},rE={class:"auth-form-container"},aE={class:"auth-input-container"},oE=n.createElementVNode("label",{for:"usuario",class:"fge-form-label"},"Cédula de Identidad:",-1),iE={class:"fge-btn-section"},sE={class:"auth-btn-container margin-top"},lE=[n.createElementVNode("span",null,"Ir al login",-1)],cE=[n.createElementVNode("span",null," Siguiente ",-1)],uE={class:"login-button-container"},dE={class:"two-auth-container"},AE={key:0,class:"auth-checkbox-container"},fE={key:0,class:"text-center"},pE=[n.createElementVNode("span",null,"Seleccionar otros medios de verificación",-1)],mE={key:1},hE=n.createElementVNode("div",{class:"fge-horizontal-line"},null,-1),gE=n.createElementVNode("div",{class:"fge-text-gray",style:{"text-align":"center"}},"Medios de verificación",-1),vE=n.createElementVNode("div",{class:"fge-horizontal-line"},null,-1),yE={class:"auth-radiogroup"},wE={class:"radio-button-content"},bE={class:"radio-button-content"},CE={class:"auth-form-container"},EE={class:"auth-input-container"},kE=n.createElementVNode("label",{for:"psw",class:"fge-form-label"},"Nueva cont­raseña:",-1),xE={class:"auth-input-container"},BE=n.createElementVNode("label",{for:"rep_password",class:"fge-form-label"},"Repetir contraseña:",-1),SE={class:"fge-btn-section"},TE={class:"auth-btn-container margin-top"},DE=[n.createElementVNode("span",null,"Volver",-1)],OE=[n.createElementVNode("span",null," Aceptar ",-1)],VE=n.defineComponent({__name:"FgeRecuperarPassword",setup(t){const e=Ee(),{refCounter:r,currentStep:a,currentContacto:o,steps:i,errors:s,onBackStep:l,onEnviarCodigoAlUsuario:c,onEnviarMensaje:u,onEnviarCodigoAlBackend:d,onCambiarPassword:A,goLoginPage:f,mediosVerificados:p,mostrarMedios:v,mostrarBotonOpciones:C,message2FaContexto:y,url2FaContexto:E,servicio2faNuevo:h,message2Fa:m,onEnviarCodigoRecuperacionNv:g,onEnviarCodigoRecuperacion:w,onEnviarCodigoRecuperacionAlUsuarioNv:b,onEnviarCodigoRecuperacionAlUsuario:k,onConfirmarCodigoNuevo:D,medioYaSeleccionado:S,openTelegram:x,openTelegramPage:B}=tE(),T=n.ref(!1),R=n.ref(null),q=()=>{C.value=!0},ee=async M=>{if(!T.value){T.value=!0;try{R.value=M;const $=H(M);y.value="",E.value="",$===!1?(e.apiBaseURLAuthNv?await b({medio:M}):await k({medio:M}),h.value=!0):(e.apiBaseURLAuthNv?await g({medio:M,login:!1}):await w({medio:M,login:!1}),h.value=!1)}finally{T.value=!1}}},N={[de.WHATSAPP]:"verificadoWhatsapp",[de.TELEGRAM]:"verificadoTelegram",[de.EMAIL]:"verificadoEmail",[de.ROMA]:"verificadoRoma"};function H(M){const $=N[M];return $?p[$]:void 0}return(M,$)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(nc),n.createElementVNode("div",nE,[n.createVNode(Ko,{currentStep:n.unref(a),steps:n.unref(i)},{step1:n.withCtx(()=>[n.createElementVNode("div",rE,[n.createElementVNode("div",aE,[oE,n.createVNode(n.unref(pe.Field),{id:"usuario",name:"usuario",class:n.normalizeClass(["w-full fge-auth-input",{"fge-auth-input-invalid":n.unref(s).usuario}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(s).usuario},null,8,["error"])])]),n.createElementVNode("div",iE,[n.createElementVNode("div",sE,[n.createElementVNode("button",{title:"Ir al login",onClick:$[0]||($[0]=(...ie)=>n.unref(f)&&n.unref(f)(...ie)),class:"fge-gray-button w-full"},lE),n.createElementVNode("button",{title:"Siguiente",onClick:$[1]||($[1]=(...ie)=>n.unref(c)&&n.unref(c)(...ie)),class:"w-full fge-auth-primary-button"},cE)])])]),step2:n.withCtx(()=>[n.createVNode(yi,{fieldName:"code",message2Fa:n.unref(m),refCounter:n.unref(r),"onUpdate:refCounter":$[3]||($[3]=ie=>n.isRef(r)?r.value=ie:null),error:n.unref(s).code,currentContacto:n.unref(o),message2FaContexto:n.unref(y),url2FaContexto:n.unref(E),cancelarFunction:n.unref(l),aceptarFunction:n.unref(h)?n.unref(D):n.unref(d),"reenviar-mensaje":n.unref(S)?n.unref(u):void 0,mostrarReenviar:n.unref(S),isTelegram:R.value===n.unref(de).TELEGRAM&&!n.unref(p).verificadoTelegram,onFinishCount:q},{inputs:n.withCtx(()=>[n.createElementVNode("div",uE,[n.createElementVNode("div",dE,[n.unref(C)?(n.openBlock(),n.createElementBlock("div",AE,[n.unref(v)?(n.openBlock(),n.createElementBlock("div",mE,[hE,gE,vE,n.createElementVNode("div",yE,[n.createVNode(n.unref(pe.Field),{name:"medio"},{default:n.withCtx(({field:ie})=>[n.createVNode(n.unref(qo),n.mergeProps(ie,{"model-value":ie.value,class:"radio-button-group","onUpdate:modelValue":V=>{ie.onChange(V),ee(Number(V))}}),{default:n.withCtx(()=>[n.createVNode(n.unref(zn),{class:"radio-button",id:"r2",value:n.unref(de).TELEGRAM.toString()},{default:n.withCtx(()=>[n.createElementVNode("div",wE,[n.createVNode(n.unref(_a),{class:n.normalizeClass(["radio-icon",{"auth-svg-primary":n.unref(p).verificadoTelegram,"auth-svg-black":!n.unref(p).verificadoTelegram}])},null,8,["class"]),n.createElementVNode("label",{for:"r2",class:n.normalizeClass(["radio-button-label",{"radio-label-verified":n.unref(p).verificadoTelegram,"radio-label-unverified":!n.unref(p).verificadoTelegram}])},n.toDisplayString(n.unref(p).verificadoTelegram?"":"Verificar")+" Telegram ",3)])]),_:1},8,["value"]),n.createVNode(n.unref(zn),{class:"radio-button",id:"r3",value:n.unref(de).EMAIL.toString()},{default:n.withCtx(()=>[n.createElementVNode("div",bE,[n.createVNode(n.unref(Ma),{class:n.normalizeClass(["radio-icon",{"auth-svg-primary":n.unref(p).verificadoEmail,"auth-svg-black":!n.unref(p).verificadoEmail}])},null,8,["class"]),n.createElementVNode("label",{for:"r3",class:n.normalizeClass(["radio-button-label",{"radio-label-verified":n.unref(p).verificadoEmail,"radio-label-unverified":!n.unref(p).verificadoEmail}])},n.toDisplayString(n.unref(p).verificadoEmail?"":"Verificar")+" Email ",3)])]),_:1},8,["value"])]),_:2},1040,["model-value","onUpdate:modelValue"])]),_:1})])])):(n.openBlock(),n.createElementBlock("div",fE,[n.createElementVNode("button",{class:"fge-link-primary-button",title:"Seleccionar",onClick:$[2]||($[2]=ie=>v.value=!0)},pE)]))])):n.createCommentVNode("",!0)])])]),_:1},8,["message2Fa","refCounter","error","currentContacto","message2FaContexto","url2FaContexto","cancelarFunction","aceptarFunction","reenviar-mensaje","mostrarReenviar","isTelegram"])]),step3:n.withCtx(()=>[n.createElementVNode("div",CE,[n.createElementVNode("div",EE,[kE,n.createVNode(n.unref(pe.Field),{name:"password"},{default:n.withCtx(({field:ie})=>[n.createVNode(xn,n.mergeProps({id:"psw"},ie,{class:"fge-auth-input with-btn",modelValue:ie.value}),null,16,["modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(s).password},null,8,["error"])]),n.createElementVNode("div",xE,[BE,n.createVNode(n.unref(pe.Field),{name:"repetirPassword"},{default:n.withCtx(({field:ie})=>[n.createVNode(xn,n.mergeProps({id:"psw"},ie,{class:"fge-auth-input with-btn",onKeyup:n.withKeys(n.unref(A),["enter"]),modelValue:ie.value}),null,16,["onKeyup","modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(s).repetirPassword},null,8,["error"])])]),n.createElementVNode("div",SE,[n.createElementVNode("div",TE,[n.createElementVNode("button",{title:"Volver",class:"fge-gray-button w-full",onClick:$[4]||($[4]=(...ie)=>n.unref(f)&&n.unref(f)(...ie))},DE),n.createElementVNode("button",{title:"Registrar usuario",onClick:$[5]||($[5]=(...ie)=>n.unref(A)&&n.unref(A)(...ie)),class:"w-full fge-auth-primary-button"},OE)])])]),_:1},8,["currentStep","steps"])]),n.createVNode(ac,{open:n.unref(x),"onUpdate:open":$[6]||($[6]=ie=>n.isRef(x)?x.value=ie:null),openClick:n.unref(B)},null,8,["open","openClick"])],64))}}),IE={},PE={class:"relative"},ME=[n.createStaticVNode('<svg class="icon_1" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 275 276" data-v-7883ed41><path fill="url(#a)" d="M137.1 1c-12.9 0-25.9 1.8-38.8 5.6A136.91 136.91 0 0 0 5.7 176.7 14.4 14.4 0 0 0 19.5 187c6.2 0 2.7-.2 4.1-.6 7.6-2.3 12-10.3 9.7-17.9-3-10.2-4.5-20.5-4.5-30.7 0-23.3 7.6-45.8 21.1-64.1a106.7 106.7 0 0 1 56.4-39.5c10.2-3 20.5-4.5 30.7-4.5 23.3 0 45.8 7.6 64.1 21.1a106.7 106.7 0 0 1 39.5 56.4 14.4 14.4 0 0 0 13.8 10.3c6.2 0 2.7-.2 4.1-.6 7.6-2.3 12-10.3 9.7-17.9A136.91 136.91 0 0 0 136.9.8" data-v-7883ed41></path><path fill="url(#b)" d="M254.5 88.9a14.41 14.41 0 0 0-13.8 18.5c3 10.2 4.5 20.5 4.5 30.7 0 23.3-7.6 45.8-21.1 64.1a106.7 106.7 0 0 1-56.4 39.5c-10.2 3-20.5 4.5-30.7 4.5-23.3 0-45.8-7.6-64.1-21.1a106.7 106.7 0 0 1-39.5-56.4 14.4 14.4 0 0 0-13.8-10.3c-6.2 0-2.7.2-4.1.6-7.6 2.3-12 10.3-9.7 17.9a136.91 136.91 0 0 0 170.1 92.6 136.91 136.91 0 0 0 92.6-170.1 14.4 14.4 0 0 0-13.8-10.3" data-v-7883ed41></path><defs data-v-7883ed41><linearGradient id="a" x1="0" x2="269" y1="94.1" y2="94.1" gradientUnits="userSpaceOnUse" data-v-7883ed41><stop stop-color="#fff" data-v-7883ed41></stop><stop offset="1" stop-color="#fff" stop-opacity="0" data-v-7883ed41></stop></linearGradient><linearGradient id="b" x1="5" x2="274" y1="181.9" y2="181.9" gradientUnits="userSpaceOnUse" data-v-7883ed41><stop stop-color="#fff" stop-opacity="0" data-v-7883ed41></stop><stop offset="1" stop-color="#fff" data-v-7883ed41></stop></linearGradient></defs></svg><svg class="icon_2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 176 74" data-v-7883ed41><path fill="#fff" d="M6.4 70v-3.5c-.3 1.3-1.5 4.5-2.2 6.6h-.8c-.6-1.7-1.7-5.2-2.1-6.6v6.6H.5v-7.3h1.4c.8 2.1 1.7 5.1 2 6.1.1-.7 1.3-3.9 2.1-6.1h1.3v7.3h-.9V70ZM10.8 65.8v7.3h-.9v-7.3h.9ZM13.5 73.1v-7.3h1.2c2.9 5.1 3.3 5.8 3.4 6.2v-6.1h.9v7.3h-1.1c-3.1-5.6-3.3-6-3.5-6.3v6.4h-.8l-.1-.2ZM22.5 65.8v7.3h-.9v-7.3h.9ZM25.5 71c.1.9.8 1.4 1.6 1.4s1.4-.4 1.4-1.3-.4-1.1-1.7-1.5c-1.5-.5-2.1-1-2.1-2s.9-1.9 2.2-1.9c1.3 0 2.2.9 2.3 1.9h-.9c-.1-.7-.5-1.2-1.4-1.2-.9 0-1.3.4-1.3 1.1 0 .7.4.9 1.5 1.3 1.8.5 2.2 1.2 2.2 2.2 0 1-.8 2.1-2.4 2.1-1.6 0-2.4-.8-2.5-2.1h1.1ZM32.9 66.6h-2.1v-.8H36v.8h-2.1v6.5H33v-6.5h-.1ZM41.9 69.6h-3.3v2.6h3.6v.8h-4.5v-7.3H42v.8h-3.4v2.3h3.3v.8ZM45.2 69.8v3.3h-.9v-7.3h2.6c1.3 0 2.2.6 2.2 1.9 0 1.3-.6 1.5-1.2 1.7.8.2 1.1.8 1.1 1.8 0 .8 0 1.4.1 1.9h-.9c0-.3-.1-1-.1-1.7 0-1.2-.4-1.6-1.6-1.6h-1.3Zm0-.7h1.3c.9 0 1.6-.3 1.6-1.3s-.5-1.2-1.4-1.2h-1.6v2.5h.1ZM52.3 65.8v7.3h-.9v-7.3h.9ZM60.7 69.4c0 2.1-1 3.8-3.1 3.8s-3-1.6-3-3.8c0-2.2 1-3.7 3.1-3.7s3 1.6 3 3.7Zm-5.2 0c0 1.7.7 3 2.1 3 1.4 0 2.1-1.3 2.1-3s-.7-2.9-2.1-2.9c-1.4 0-2.1 1.3-2.1 2.9ZM66.5 65.8h2.4c1.3 0 2.3.7 2.3 2s-1 2.1-2.5 2.1h-1.4V73h-.9v-7.3l.1.1Zm.9 3.4h1.4c.9 0 1.6-.3 1.6-1.4 0-1.1-.6-1.3-1.6-1.3h-1.4v2.7ZM74.2 65.8v4.6c0 1.1.4 2 1.7 2 1.3 0 1.7-.8 1.7-2v-4.6h.9v4.6c0 1.5-.6 2.7-2.6 2.7s-2.6-1-2.6-2.7v-4.7h.9v.1Zm3.5-2.1-1.6 1.4h-.9l1.3-1.4H77.7ZM81.1 65.8h2.5c1.3 0 2.1.7 2.1 1.8s-.6 1.4-1 1.5c.5.2 1.3.6 1.3 1.8 0 1.2-1 2.1-2.4 2.1h-2.4v-7.3l-.1.1Zm2.3 3c1 0 1.4-.4 1.4-1.1 0-.7-.4-1.1-1.4-1.1h-1.5v2.3h1.4l.1-.1ZM82 72.3h1.5c.9 0 1.6-.4 1.6-1.4 0-1-.6-1.4-1.7-1.4H82v2.8ZM88.2 65.8h.9v6.5h3.5v.8h-4.4v-7.3ZM95.3 65.8v7.3h-.9v-7.3h.9ZM103.2 71c-.2 1.2-1 2.2-2.7 2.2-1.7 0-2.9-1.6-2.9-3.8 0-2.2.9-3.7 3-3.7s2.4 1 2.6 2.2h-.9c-.2-.8-.6-1.5-1.7-1.5s-2 1.4-2 2.9.5 3 2 3 1.5-.6 1.7-1.5h.9v.2ZM111.1 69.4c0 2.1-1 3.8-3.1 3.8s-3-1.6-3-3.8c0-2.2 1-3.7 3.1-3.7s3 1.6 3 3.7Zm-5.2 0c0 1.7.7 3 2.1 3 1.4 0 2.1-1.3 2.1-3s-.7-2.9-2.1-2.9c-1.4 0-2.1 1.3-2.1 2.9ZM116.9 65.8h2.4c1.8 0 3.2 1.2 3.2 3.5s-1.2 3.8-3.4 3.8h-2.2v-7.3Zm.9 6.5h1.3c1.7 0 2.5-1.1 2.5-3s-1-2.7-2.4-2.7h-1.3v5.8l-.1-.1ZM128.9 69.6h-3.3v2.6h3.6v.8h-4.5v-7.3h4.3v.8h-3.4v2.3h3.3v.8ZM134.8 65.8h2.5c1.3 0 2.1.7 2.1 1.8s-.6 1.4-1 1.5c.5.2 1.3.6 1.3 1.8 0 1.2-1 2.1-2.4 2.1h-2.4v-7.3l-.1.1Zm2.3 3c1 0 1.4-.4 1.4-1.1 0-.7-.4-1.1-1.4-1.1h-1.5v2.3h1.4l.1-.1Zm-1.4 3.5h1.5c.9 0 1.6-.4 1.6-1.4 0-1-.6-1.4-1.7-1.4h-1.4v2.8ZM147.7 69.4c0 2.1-1 3.8-3.1 3.8s-3-1.6-3-3.8c0-2.2 1-3.7 3.1-3.7s3 1.6 3 3.7Zm-5.2 0c0 1.7.7 3 2.1 3 1.4 0 2.1-1.3 2.1-3s-.7-2.9-2.1-2.9c-1.4 0-2.1 1.3-2.1 2.9ZM150 65.8h.9v6.5h3.5v.8H150v-7.3ZM157.1 65.8v7.3h-.9v-7.3h.9ZM161.3 73.1l-2.4-7.3h1l1.1 3.6c.3 1 .7 2.1.8 2.8.1-.6.6-1.8.9-2.8l1.2-3.6h.9l-2.5 7.3h-1.1.1ZM167.6 65.8v7.3h-.9v-7.3h.9ZM171.1 70.9l-.7 2.2h-.9l2.4-7.3h1.1l2.5 7.3h-1l-.7-2.2h-2.7Zm2.4-.8c-.6-1.9-1-2.9-1.1-3.5-.2.9-.6 2-1.1 3.5h2.2ZM8.2 49.2c0 3.8-.9 6.3-5.5 6.3s-1.7 0-2.2-.2v-3.4c.4 0 .9.1 1.5.1 1.8 0 2.1-.9 2.1-2.6V32.3h4.1v16.9ZM15.3 32.4v15.7c0 1.9.5 4.1 3 4.1s3-1.9 3-4.1V32.3h4.1v15.8c0 4.1-1.6 7.4-7.1 7.4s-7-3.1-7-7.4V32.3h4.1l-.1.1ZM31.5 48.8c.2 1.9 1 3.6 3.1 3.6s2.8-1.3 2.8-3-.9-3-3.8-4.4c-3.9-1.9-5.5-3.5-5.5-6.9 0-3.4 2.4-6.2 6.5-6.2s6.4 3.5 6.5 6.5h-4c-.1-1.3-.5-3.2-2.5-3.2s-2.3 1.1-2.3 2.6.7 2.4 3.4 3.7c4.1 1.9 5.9 3.7 5.9 7.6 0 3.9-2.2 6.6-7.1 6.6-4.9 0-6.9-3.4-7-6.8h4.1l-.1-.1ZM47 35.9h-4.9v-3.6H56v3.6h-4.9v19.3H47V35.9ZM61.8 32.4v22.9h-4.1V32.4h4.1ZM78.7 48.6c-.1 1.2-.5 7.1-6.9 7.1s-7.3-5.7-7.3-11.9S66.7 32 72 32s6.5 5.2 6.6 7h-4.1c0-.8-.1-3.6-2.6-3.6s-3.2 3.1-3.2 8.4c0 5.3.4 8.4 3.1 8.4s2.6-2.8 2.7-3.6H78.7ZM84.8 32.4v22.9h-4.1V32.4h4.1ZM91.8 49.5l-1.1 5.8h-4.1l5.3-22.9h5.3l5.4 22.9h-4.3l-1.1-5.8H91.8Zm4.6-3.6c-.9-4.4-1.5-7.6-1.9-9.8-.3 2.1-1 5.5-1.8 9.8h3.8-.1ZM109.9 32.4h4.1v19.4h7.8l-.4 3.5h-11.5V32.4ZM127.5 32.4v22.9h-4.1V32.4h4.1ZM131 32.4h7c4 0 6.2 2.2 6.2 5.8 0 3.6-1.4 4.3-2.6 4.8 1.6.7 3.3 2.1 3.3 5.6 0 3.5-2.8 6.7-6.9 6.7h-6.9V32.4h-.1Zm6 9.1c2.5 0 3.2-1 3.2-3s-1.1-2.9-3.1-2.9H135v5.9h2Zm-2 10.6h2.4c2 0 3.2-1 3.2-3.6s-1-3.7-3.7-3.7h-2v7.4l.1-.1ZM151.2 45.5v9.8h-4.1V32.4h7c4.2 0 6.5 2.2 6.5 6.3s-1.8 4.7-3 5.2c1.8.8 2.6 2.3 2.6 5.7v.9c0 2.6.1 3.6.3 4.8h-4c-.3-1-.4-2.9-.4-4.8v-.8c0-3.1-.7-4.1-3.3-4.1H151l.2-.1Zm0-3.3h1.9c2.5 0 3.4-1.1 3.4-3.4s-.9-3.1-3-3.1h-2.3v6.5ZM174.6 45.1h-7.3v6.6h8.2l-.5 3.5h-11.8V32.3h11.7v3.6h-7.7v5.6h7.3v3.6h.1ZM10 12.3H2.9v8.2h7.9l-.3 2.1H.6V1.2h9.8v2.1H2.9v7H10v2.1-.1ZM29.4 16.6c0 1.2-.6 6.2-5.8 6.2s-6.1-6-6.1-11.2C17.5 6.4 19.1.7 23.9.7c4.8 0 5.4 4.8 5.5 6.1H27c0-.7-.2-4-3.2-4s-3.9 4.6-3.9 8.8c0 4.2.5 9.1 3.7 9.1s3.3-3.1 3.4-4.2h2.4v.1ZM49.2 11.7c0 7.3-1.7 11.2-6.4 11.2s-6.2-3.8-6.2-11.2C36.6 4.3 38.7.8 42.9.8c4.2 0 6.3 3.6 6.3 10.8v.1Zm-10.2 0c0 6.1 1.2 9.2 3.9 9.2s3.9-3 3.9-9.1S45.6 3 42.9 3 39 5.9 39 11.8v-.1ZM58.4 16.9c.2 2.2 1.2 4 3.6 4 2.4 0 3.4-1.2 3.4-3.7s-.9-3.5-3.8-4.9c-3.4-1.6-4.8-3.1-4.8-6.2S58.7.8 62.2.8c3.5 0 5.3 3 5.3 5.5h-2.3c-.1-1-.4-3.5-3.1-3.5s-2.9 1.4-2.9 3.1c0 1.7.9 3 3.6 4.3 3.7 1.8 5.1 3.6 5.1 6.8 0 3.2-1.9 5.9-5.9 5.9s-5.7-2.8-5.9-5.9h2.4l-.1-.1ZM77.9 1.1v21.4h-2.3V1.1h2.3ZM87.9 16.9c.2 2.2 1.2 4 3.6 4 2.4 0 3.4-1.2 3.4-3.7s-.9-3.5-3.8-4.9c-3.4-1.6-4.8-3.1-4.8-6.2S88.2.8 91.7.8c3.5 0 5.3 3 5.3 5.5h-2.3c-.1-1-.4-3.5-3.1-3.5s-2.9 1.4-2.9 3.1c0 1.7.9 3 3.6 4.3 3.7 1.8 5.1 3.6 5.1 6.8 0 3.2-1.9 5.9-5.9 5.9s-5.7-2.8-5.9-5.9H88l-.1-.1ZM107.9 3.2h-4.8V1.1H115v2.1h-4.8v19.3h-2.4V3.2h.1ZM131.5 12.3h-7.1v8.2h7.9l-.3 2.1h-9.9V1.2h9.8v2.1h-7.5v7h7.1v2.1-.1ZM152.5 13.4c0-4 0-8 .1-10.3-.8 3.7-2.7 12.6-4.4 19.4h-2.3c-1.3-5.9-3.3-15.5-4.1-19.4.1 2.5.2 7.2.2 10.9v8.5h-2.2V1.1h3.5c1.7 6.7 3.4 14.9 3.9 17.7.4-2.3 2.5-11.2 4.2-17.7h3.5v21.4h-2.3v-9.1h-.1ZM165.9 15.8l-1.6 6.8h-2.4l5.2-21.4h3l5.3 21.4h-2.5l-1.6-6.8h-5.6.2Zm5.1-2.1c-1.2-5.3-2-8.6-2.3-10.3-.3 1.9-1.2 5.7-2.2 10.3h4.6-.1Z" data-v-7883ed41></path></svg>',2)];function _E(t,e){return n.openBlock(),n.createElementBlock("div",PE,ME)}const RE=Ye(IE,[["render",_E],["__scopeId","data-v-7883ed41"]]),LE={class:"fge-auth-loading"},Hi=Ye(n.defineComponent({__name:"FgeLoadingComponent",setup(t){return(e,r)=>(n.openBlock(),n.createElementBlock("div",LE,[n.createVNode(RE)]))}}),[["__scopeId","data-v-461de591"]]),FE={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 1792 600"},UE=[n.createStaticVNode('<g fill="#fff" opacity=".3"><g opacity=".5" style="mix-blend-mode:overlay;"><path d="M766.836 80.288a232.487 232.487 0 0 1 80.937-30.75l-2.538-14.192c-30.341 5.374-59.677 16.516-85.954 32.658l7.549 12.284h.006Zm-83.38 88.445c13.742-25.58 32.295-48.565 54.4-67.384l-9.346-10.974c-23.476 19.981-43.16 44.385-57.752 71.536l12.698 6.828v-.006Zm-27.555 118.341c-1.106-29.014 3.398-58.203 13.071-85.574l-13.593-4.801c-10.278 29.065-15.063 60.086-13.886 90.897l14.408-.522Zm35.754 116.171c-7.743-12.273-14.356-25.263-19.653-38.78-5.308-13.512-9.336-27.52-12.069-41.779l-14.162 2.702a250.19 250.19 0 0 0 12.811 44.359c5.63 14.356 12.652 28.16 20.882 41.195l12.191-7.697Zm89.445 82.304c-25.744-13.43-48.965-31.691-68.05-53.571l-10.861 9.479c20.263 23.236 44.912 42.618 72.237 56.872l6.674-12.78Zm118.669 26.138a232.58 232.58 0 0 1-43.432-1.98 231.967 231.967 0 0 1-42.302-10.047l-4.637 13.65a246.226 246.226 0 0 0 44.932 10.671 247.502 247.502 0 0 0 46.135 2.103l-.696-14.402v.005Zm-.488-9.965a222.247 222.247 0 0 1-41.866-1.94 221.606 221.606 0 0 1-40.75-9.775c-26.487-9.054-51.238-23.19-72.555-41.354-21.332-18.149-39.199-40.331-52.312-65.041a221.143 221.143 0 0 1-16.081-38.703 228.229 228.229 0 0 1-8.562-41.083c-3.215-27.832-1.024-56.207 6.305-83.215 7.319-27.009 19.807-52.625 36.559-75.073 16.721-22.468 37.72-41.733 61.524-56.432a222.367 222.367 0 0 1 77.99-29.751l-.292-1.638a224.114 224.114 0 0 0-78.573 29.971c-23.983 14.812-45.136 34.22-61.985 56.852-16.869 22.617-29.455 48.417-36.83 75.63-7.385 27.208-9.591 55.798-6.352 83.835a229.935 229.935 0 0 0 8.624 41.385 222.975 222.975 0 0 0 16.199 38.99c13.215 24.899 31.216 47.245 52.706 65.527 21.471 18.297 46.406 32.54 73.092 41.661a223.352 223.352 0 0 0 41.057 9.847 224.31 224.31 0 0 0 42.179 1.95l-.082-1.663.005.02Zm206.309-137.293c-10.67 27.003-26.45 51.975-46.22 73.235l10.55 9.817c20.99-22.571 37.74-49.073 49.08-77.749l-13.41-5.303Zm13.53-120.756a235.381 235.381 0 0 1 2.6 43.411 230.173 230.173 0 0 1-5.56 43.115l14.06 3.179c3.4-15.037 5.41-30.397 5.91-45.807.52-15.411-.42-30.862-2.75-46.089l-14.25 2.186-.01.005Zm-49.02-111.196c18.27 22.56 32.27 48.566 40.92 76.28l13.76-4.32c-9.2-29.434-24.08-57.072-43.48-81.029l-11.21 9.069h.01Zm-98.403-71.372c27.126 10.344 52.293 25.81 73.803 45.326l9.68-10.677c-22.82-20.712-49.53-37.131-78.339-48.115l-5.144 13.471v-.005ZM850.783 49.021a232.597 232.597 0 0 1 86.562 1.924l3.01-14.1c-30.156-6.433-61.535-7.124-91.921-2.047l2.354 14.223h-.005Z" class="svg-external-circle"></path><path d="m770.229 82.09 27.386 45.699.497-.297c15.19-9.105 31.671-15.841 48.99-20.022l.563-.133-12.519-51.785-.562.133c-22.561 5.446-44.047 14.228-63.859 26.107l-.496.297Zm27.786 44.112-26.2-43.719c19.408-11.572 40.423-20.16 62.477-25.544l11.976 49.538c-17.038 4.171-33.268 10.804-48.253 19.72v.005Zm-122.706 67.825 49.44 19.858.215-.537a177.55 177.55 0 0 1 26.937-45.746l.363-.45-.45-.363-40.909-33.222-.363.45a230.724 230.724 0 0 0-35.018 59.478l-.215.537v-.005Zm48.801 18.354-47.297-18.999a229.403 229.403 0 0 1 34.266-58.193l39.563 32.132a178.66 178.66 0 0 0-26.532 45.06Zm-61.734 105.356a233.89 233.89 0 0 0 4.959 22.258l.154.558 51.38-14.105-.153-.558c-1.049-3.782-2.017-7.913-3.051-12.995-.788-4.033-1.469-8.353-2.088-13.215-.501-4.366-.87-8.834-1.09-13.276-.169-4.438-.2-8.911-.087-13.287l.015-.573-53.248-1.674-.021.579a229.844 229.844 0 0 0 3.23 46.288Zm5.921 21.393c-5.972-21.987-8.67-44.547-8.015-67.067l50.946 1.602c-.097 4.212-.061 8.516.102 12.79.226 4.478.594 8.972 1.096 13.368.624 4.893 1.31 9.244 2.103 13.302.988 4.863 1.919 8.86 2.917 12.519l-49.149 13.492v-.006Zm32.837 72.37.333.471c13.368 18.804 29.521 35.484 48.007 49.574l.461.348 32.3-42.368-.46-.348c-14.223-10.84-26.64-23.655-36.902-38.088l-.332-.471-43.412 30.887.005-.005Zm48.586 48.776c-18.051-13.829-33.846-30.141-46.974-48.504l41.528-29.547c10.155 14.182 22.377 26.798 36.344 37.515l-30.903 40.531.005.005Zm286.96-85.145 44.74 28.923.32-.487c3.39-5.287 6.29-10.154 8.85-14.883a247.102 247.102 0 0 0 7.71-15.498 250.608 250.608 0 0 0 6.52-16.04c1.85-5.072 3.58-10.466 5.29-16.48l.15-.558-51.3-14.356-.16.552c-1.34 4.714-2.67 8.855-4.06 12.652a198.982 198.982 0 0 1-5 12.325 199.477 199.477 0 0 1-5.93 11.915c-1.92 3.547-4.15 7.293-6.82 11.449l-.31.486Zm44.4 27.326-42.81-27.669c2.55-3.987 4.69-7.605 6.55-11.039 2.12-3.916 4.12-7.949 5.97-11.992 1.81-4.059 3.5-8.23 5.04-12.406 1.34-3.675 2.63-7.662 3.92-12.176l49.09 13.731c-1.65 5.769-3.32 10.953-5.11 15.846a246.95 246.95 0 0 1-6.48 15.963 244.631 244.631 0 0 1-7.67 15.421c-2.47 4.555-5.25 9.244-8.5 14.321Zm-28.5-189.268.54 1.311 1.46 3.884c.11.318.23.64.33.962l.21.599c.15.435.3.875.46 1.321.21.604.42 1.213.63 1.822l1.27 3.966 1.16 3.992c.1.328.18.656.27.988.05.205.11.41.16.614l.85 3.23.77 3.245c.18.701.33 1.417.47 2.108l.24 1.157.17.783c.18.809.36 1.643.49 2.472l.62 3.312.52 3.301c.77 5.19 1.26 9.402 1.53 13.251l.04.578 53.12-4.13-.04-.579c-1.82-23.236-7.04-45.863-15.52-67.262l-.21-.537-49.55 19.612h.01Zm10.6 32.132c-.14-.804-.31-1.612-.48-2.401l-.17-.783c-.09-.384-.16-.762-.24-1.141-.14-.706-.3-1.438-.48-2.155l-.77-3.245-.86-3.244-.15-.604c-.09-.343-.18-.686-.28-1.024l-1.17-4.002-1.27-3.987c-.21-.625-.42-1.234-.64-1.848-.15-.435-.3-.875-.45-1.315-.07-.2-.14-.4-.21-.594-.11-.333-.22-.665-.34-.993l-1.57-4.141 47.38-18.757c8.25 20.953 13.35 43.094 15.18 65.813l-50.81 3.951c-.29-3.726-.76-7.8-1.5-12.769l-.53-3.322-.62-3.316c-.01-.041-.02-.077-.02-.118v-.005Zm-83.77-117.814.497.297a177.262 177.262 0 0 1 40.833 33.933l.38.43 39.8-35.428-.39-.429a230.89 230.89 0 0 0-53.08-44.113l-.5-.297-27.535 45.607h-.005Zm41.8 33.032a178.423 178.423 0 0 0-40.213-33.421l26.343-43.632a229.516 229.516 0 0 1 51.94 43.161l-38.07 33.892Zm-151.829-56.99.573-.061c17.714-1.93 35.504-1.177 52.88 2.247l.568.112 10.288-52.276-.568-.113c-22.663-4.468-45.853-5.455-68.926-2.937l-.573.061 5.758 52.967Zm53.11.942c-17.12-3.316-34.639-4.059-52.086-2.211l-5.508-50.67c22.576-2.405 45.26-1.437 67.437 2.877l-9.843 50.009v-.005ZM819.689 498.042l.553.174a227.385 227.385 0 0 0 68.189 10.441h.578l.02-53.279h-.578a174.376 174.376 0 0 1-52.266-8.005l-.553-.174-15.937 50.838-.006.005Zm68.163 9.459a226.51 226.51 0 0 1-66.714-10.216l15.247-48.632a175.788 175.788 0 0 0 51.483 7.882l-.021 50.966h.005Z"></path><path d="m816.952 72.303 1.904 5.548.548-.189c3.332-1.157 6.879-2.267 10.84-3.404l.553-.158-1.607-5.645-.558.158c-4.069 1.167-7.713 2.308-11.142 3.501l-.543.19h.005Zm2.621 4.08-1.157-3.363a213.212 213.212 0 0 1 9.981-3.132l.972 3.424a209.25 209.25 0 0 0-9.801 3.076l.005-.005Zm-19.655 2.62 2.365 5.369.527-.225c.435-.19.87-.38 1.305-.568 1.279-.558 2.6-1.137 3.915-1.648l2.646-1.075c.548-.225 1.116-.435 1.669-.64l.987-.369.538-.204-2.073-5.492-.542.21-.983.368c-.573.215-1.167.435-1.751.67l-2.697 1.096c-1.366.532-2.738 1.131-4.064 1.71l-1.305.568-.532.23h-.005Zm2.958 3.854-1.433-3.255.778-.338c1.315-.573 2.672-1.167 4.028-1.694l2.702-1.095c.563-.23 1.152-.446 1.715-.66.148-.057.302-.113.45-.17l1.259 3.327c-.143.057-.291.108-.435.164a50.68 50.68 0 0 0-1.699.65l-2.636 1.07c-1.33.517-2.666 1.1-3.951 1.663l-.773.338h-.005Zm-19.36 4.263 2.809 5.154.507-.276c1.008-.548 2.042-1.09 3.045-1.617.661-.348 1.321-.691 1.981-1.045l5.599-2.763-2.528-5.292-.522.255a461.174 461.174 0 0 0-3.557 1.75l-1.669.825c-.675.358-1.341.706-2.001 1.054a194.289 194.289 0 0 0-3.158 1.679l-.506.276Zm3.27 3.588-1.704-3.122c.88-.47 1.771-.942 2.636-1.392.665-.348 1.33-.696 1.996-1.05l1.653-.818c1.008-.502 2.016-.998 3.025-1.495l1.535 3.214-4.596 2.268c-.67.358-1.331.701-1.991 1.049-.839.44-1.699.89-2.554 1.351v-.005Zm-80.2 67.211 4.877 3.26.323-.476a344.17 344.17 0 0 1 2.185-3.188c.348-.502.696-1.004 1.039-1.51.425-.579.855-1.177 1.29-1.776.671-.927 1.362-1.884 2.058-2.81l.348-.461-4.699-3.516-.348.461c-.727.967-1.448 1.965-2.144 2.927-.43.594-.86 1.193-1.295 1.787-.353.511-.696 1.013-1.044 1.509a297.959 297.959 0 0 0-2.268 3.312l-.322.481Zm4.565 1.658-2.958-1.975c.64-.942 1.29-1.884 1.935-2.82.343-.502.691-.999 1.033-1.5.425-.584.86-1.177 1.29-1.776.584-.809 1.177-1.638 1.786-2.452l2.851 2.129c-.583.789-1.162 1.587-1.725 2.365-.429.594-.859 1.193-1.294 1.781-.354.517-.702 1.019-1.05 1.52-.624.906-1.254 1.812-1.868 2.723v.005Zm-14.05 14.019 5.133 2.84 1.664-2.994 1.438-2.446c.179-.297.353-.599.532-.906.302-.517.599-1.029.916-1.536l1.807-2.912-4.975-3.112-1.842 2.969c-.328.527-.64 1.064-.957 1.602-.18.302-.354.609-.538.911l-1.479 2.513-1.704 3.065.005.006Zm4.683 1.274-3.112-1.725 1.136-2.042 1.469-2.503c.179-.302.358-.609.538-.916.307-.527.614-1.059.941-1.576l1.234-1.981 3.014 1.889-1.202 1.934a75.997 75.997 0 0 0-.932 1.566c-.174.302-.348.599-.527.896l-1.443 2.462-1.111 2.001-.005-.005Zm-12.856 15.124 5.353 2.406.241-.523c.824-1.801 1.673-3.608 2.4-5.164.323-.634.645-1.289.962-1.945a150.184 150.184 0 0 1 1.572-3.132l.266-.517-5.216-2.687-.266.512a147.912 147.912 0 0 0-1.632 3.26c-.323.655-.645 1.311-.973 1.961a608.55 608.55 0 0 0-2.467 5.302l-.24.527Zm4.78.88-3.245-1.458c.686-1.49 1.387-2.994 2.211-4.75.323-.64.645-1.3.967-1.955.441-.896.896-1.817 1.362-2.723l3.163 1.628c-.451.88-.891 1.771-1.315 2.641-.323.65-.64 1.3-.968 1.95a737.878 737.878 0 0 0-2.175 4.667Zm-23.205 101.979 5.855-.369-.03-.568c-.031-.599-.067-1.198-.103-1.796a99.318 99.318 0 0 1-.179-3.88l-.036-1.203c-.046-1.469-.097-2.989-.087-4.478v-.589l-5.865.052v.568c-.01 1.55.041 3.122.087 4.637l.036 1.202c.025 1.341.107 2.708.184 4.023.036.604.072 1.203.102 1.807l.031.583.005.011Zm4.642-1.449-3.552.22c-.02-.409-.046-.824-.071-1.233-.077-1.305-.159-2.657-.185-3.982l-.035-1.213c-.041-1.321-.087-2.682-.092-4.023l3.557-.031c0 1.321.046 2.646.092 3.936l.036 1.193a97.03 97.03 0 0 0 .179 3.92c.025.404.046.809.071 1.213Zm-2.702 19.674 5.804-.85-.829-6.223-.66-6.224-5.84.543.056.578c.113 1.172.241 2.344.369 3.516l.245 2.283.85 6.377h.005Zm4.509-1.827-3.521.517-.691-5.2a211.95 211.95 0 0 0-.246-2.273c-.107-.972-.21-1.95-.312-2.927l3.547-.328.537 5.108.681 5.108.005-.005Zm-3.614 7.252.102.568c.732 4.085 1.5 7.836 2.344 11.455l.133.563 5.717-1.326-.133-.563a218.864 218.864 0 0 1-2.282-11.152l-.103-.568-5.778 1.023Zm3.439 11.204a220.377 220.377 0 0 1-2.098-10.267l3.501-.619c.65 3.572 1.325 6.883 2.062 10.082l-3.465.804Zm38.565 84.5.348.455c2.124 2.769 4.473 5.64 7.385 9.044l.379.44 4.442-3.833-.373-.435c-2.846-3.322-5.128-6.117-7.186-8.798l-.353-.461-4.642 3.593v-.005Zm8.235 8.306c-2.569-3.009-4.694-5.609-6.618-8.096l2.815-2.181c1.883 2.436 3.972 4.99 6.5 7.949l-2.692 2.323-.005.005Zm3.522 5.733 2.815 3.004c.517.553 1.049 1.126 1.597 1.668l3.06 3.112 1.469 1.423 4.105-4.192-1.443-1.397-2.989-3.04c-.528-.522-1.039-1.07-1.536-1.602l-2.758-2.948-4.325 3.966.005.006Zm8.921 7.579-.635-.614-3.055-3.106c-.538-.538-1.065-1.101-1.577-1.643l-2.016-2.155 2.62-2.406 1.976 2.109a63.604 63.604 0 0 0 1.561 1.633l2.994 3.045.614.599-2.487 2.544.005-.006Zm3.997 5.41.43.389c.256.236.512.471.767.712.451.419.917.854 1.393 1.269l2.18 1.919a98.1 98.1 0 0 0 2.963 2.539c.497.414.988.824 1.479 1.244l.446.378 3.741-4.519-.435-.368c-.486-.415-.983-.83-1.474-1.239-.947-.793-1.93-1.607-2.856-2.447l-2.144-1.888a43.409 43.409 0 0 1-1.331-1.213c-.256-.236-.507-.476-.763-.706l-.425-.389-3.976 4.314.005.005Zm9.514 6.818c-.348-.292-.696-.584-1.044-.87-.972-.814-1.98-1.654-2.932-2.513l-2.191-1.93c-.466-.404-.921-.829-1.366-1.244-.118-.107-.231-.215-.349-.327l2.411-2.616c.113.103.22.205.333.308.44.409.895.834 1.361 1.238l2.134 1.878c.937.85 1.93 1.674 2.882 2.472l1.029.86-2.268 2.744Zm81.905 43.964.552.154c3.399.931 7.002 1.801 11.347 2.738l.568.123 1.223-5.738-.563-.123c-4.237-.916-7.748-1.765-11.039-2.666l-.558-.154-1.525 5.666h-.005Zm11.577 1.638c-3.839-.84-7.099-1.623-10.165-2.452l.926-3.434c3 .809 6.204 1.582 9.976 2.406l-.742 3.48h.005Zm6.264 2.451.579.098c.716.117 1.438.24 2.154.363 1.178.205 2.391.415 3.593.589l4.32.624c.312.041.624.082.937.118l1.095.133.732-5.825-1.095-.133c-.297-.035-.589-.066-.886-.107l-4.222-.609c-1.152-.169-2.324-.374-3.46-.568-.717-.123-1.428-.246-2.145-.364l-.558-.092-1.044 5.773Zm11.675.64c-.287-.036-.579-.066-.865-.107l-4.315-.625c-1.187-.174-2.395-.384-3.567-.583-.527-.092-1.054-.184-1.587-.271l.635-3.501c.527.087 1.049.179 1.576.271 1.142.195 2.319.399 3.491.573l4.227.614c.287.041.569.072.85.108l-.445 3.531v-.01Zm6.454 1.884 3.47.327 2.918.2c.353.02.701.046 1.049.072a53.33 53.33 0 0 0 1.868.117l3.485.154.241-5.865-3.419-.149c-.594-.026-1.203-.072-1.786-.112a60.986 60.986 0 0 0-1.044-.072l-2.836-.195-3.393-.322-.553 5.84v.005Zm11.69-.333-2.329-.102a54.533 54.533 0 0 1-1.832-.118 75.285 75.285 0 0 0-1.059-.072l-2.902-.199-2.309-.22.338-3.542 2.257.215 2.856.194c.348.021.691.046 1.034.072.594.041 1.213.087 1.822.113l2.267.097-.143 3.557v.005Zm192.694-108.693 5.05 2.984 1.78-3.01 1.42-2.554c.18-.312.35-.619.52-.926.3-.543.61-1.085.9-1.633l1.62-3.096-5.2-2.713-1.59 3.035c-.28.522-.57 1.044-.86 1.566-.17.308-.35.615-.52.922l-1.38 2.487-1.73 2.943-.01-.005Zm4.64 1.402-3.06-1.812 1.16-1.96 1.39-2.503.51-.916c.3-.527.59-1.054.88-1.591l1.06-2.017 3.15 1.643-1.08 2.068c-.29.537-.59 1.074-.89 1.607-.17.312-.35.619-.51.931l-1.42 2.544-1.18 2.001-.01.005Zm3.84-17.089 5.28 2.554.25-.522c.52-1.085 1.04-2.191 1.54-3.26.31-.671.62-1.346.94-2.017.3-.701.6-1.377.89-2.057.48-1.08.97-2.201 1.43-3.307l.23-.532-5.41-2.267-.23.532c-.44 1.065-.91 2.139-1.37 3.178-.3.681-.6 1.362-.89 2.048-.31.66-.63 1.335-.94 2.016-.48 1.029-.97 2.088-1.47 3.122l-.25.522v-.01Zm4.74 1.013-3.2-1.55c.42-.876.83-1.761 1.23-2.621.31-.676.63-1.351.94-2.027.31-.701.6-1.376.9-2.057l1.16-2.662 3.28 1.377c-.4.927-.81 1.853-1.2 2.759-.3.681-.6 1.361-.9 2.047-.3.655-.62 1.331-.93 2.006-.42.896-.85 1.817-1.28 2.723v.005Zm2.38-17.355 5.47 2.103 1.25-3.26c.22-.583.42-1.167.63-1.755.11-.333.23-.666.35-.998l.97-2.749 1.08-3.332-5.58-1.806-1.06 3.255-.94 2.671c-.12.328-.24.661-.35.993-.2.563-.4 1.121-.61 1.679l-1.21 3.199Zm4.81.609-3.32-1.275.8-2.124c.22-.568.42-1.136.62-1.709.11-.328.23-.655.35-.983l.94-2.687.71-2.175 3.38 1.095-.72 2.217-.96 2.733c-.12.332-.24.665-.35 1.003-.2.578-.41 1.156-.62 1.725l-.83 2.18Zm8.07-101.472 5.83-.691-.07-.573c-.14-1.177-.3-2.354-.46-3.531l-.3-2.252-1-6.357-5.78.993.98 6.203c.09.727.19 1.474.29 2.221.15 1.142.3 2.278.44 3.419l.07.574v-.006Zm4.54-1.699-3.53.42c-.11-.957-.24-1.909-.38-2.861-.1-.742-.2-1.484-.29-2.232l-.81-5.092 3.51-.604.82 5.185c.1.737.19 1.489.3 2.241.13.983.26 1.961.38 2.943Zm-10.14-28.154.52 1.939.98 4.146c.22.855.4 1.73.58 2.579l.75 3.547 5.75-1.167-.76-3.618c-.19-.875-.38-1.786-.6-2.672l-1.01-4.248-.52-1.975-5.68 1.469h-.01Zm3.72 10.85-.52-2.421c-.18-.86-.36-1.745-.58-2.615l-.99-4.156-.22-.829 3.45-.891.22.855 1.01 4.238c.22.875.4 1.771.59 2.635l.52 2.478-3.48.706Zm-8.94-27.894 1.13 3.235 1.73 5.41.95 3.275 5.64-1.637-.98-3.353-1.78-5.563-1.15-3.307-5.54 1.94Zm4.6 10.492-.63-2.18-1.74-5.441-.76-2.159 3.36-1.177.77 2.2 1.77 5.533.65 2.226-3.41.993-.01.005Zm-60.49-95.437.43.394c2.46 2.273 5.04 4.806 8.12 7.959l.4.409 4.22-4.074-.41-.414c-3.14-3.23-5.79-5.83-8.33-8.179l-.43-.389-4 4.294Zm8.97 7.135c-2.74-2.805-5.09-5.113-7.33-7.196l2.42-2.605c2.3 2.134 4.69 4.483 7.47 7.329l-2.56 2.472Zm-22.54-18.707.45.358c3.45 2.739 6.23 5.047 8.74 7.273l.44.384 3.87-4.412-.43-.378c-2.59-2.293-5.45-4.663-8.98-7.468l-.46-.358-3.63 4.611v-.01Zm9.53 6.377a211.3 211.3 0 0 0-7.91-6.566l2.2-2.795c3.12 2.483 5.7 4.627 8.05 6.69l-2.34 2.676v-.005Zm-24.03-16.761.49.317c2.79 1.827 5.76 3.895 9.33 6.505l.46.338 3.49-4.719-.47-.343c-3.66-2.672-6.71-4.796-9.58-6.684l-.48-.318-3.23 4.898-.01.006Zm10.03 5.553a211.814 211.814 0 0 0-8.43-5.886l1.96-2.969c2.6 1.715 5.35 3.634 8.59 5.994l-2.12 2.861Zm-105.93-39.44 1.996.189 4.227.507a48.98 48.98 0 0 1 2.012.266c.266.04.527.077.793.118l3.383.486.901-5.799-3.455-.496c-.271-.036-.537-.077-.803-.118a53.085 53.085 0 0 0-2.099-.282l-4.324-.517-2.037-.194-.584 5.84h-.01Zm11.444.256-2.252-.323c-.266-.036-.527-.077-.788-.112-.671-.098-1.362-.2-2.053-.272l-4.232-.506-.855-.082.353-3.542.875.082 4.32.517a44.55 44.55 0 0 1 2.063.276c.271.041.537.082.808.118l2.298.332-.542 3.517.005-.006Zm-29.225-1.234 3.424.061c.593.01 1.202.041 1.791.067.348.015.696.036 1.044.046l2.841.123 3.403.235.404-5.855-3.48-.24-2.922-.128-1.049-.046a55.675 55.675 0 0 0-1.874-.072l-3.485-.067-.092 5.866-.005.01Zm11.423-.696-2.262-.154-2.861-.122-1.034-.046a52.974 52.974 0 0 0-1.827-.067l-2.267-.04.056-3.558 2.329.04c.609.011 1.233.042 1.837.068.353.015.706.035 1.06.046l2.901.128 2.314.158-.246 3.552v-.005Zm-29.239 1.193.568-.031c.752-.041 1.5-.082 2.252-.128 1.147-.067 2.288-.133 3.434-.184l2.841-.087.906-.031c.629-.02 1.279-.046 1.914-.041h.594l-.087-5.865h-.563c-.671-.01-1.352.015-2.007.035l-.921.031-2.912.092c-1.198.051-2.406.123-3.578.19-.752.046-1.499.087-2.252.128l-.588.03.399 5.855v.006Zm11.337-1.649c-.466.006-.927.021-1.377.041l-.901.031-2.851.087c-1.162.051-2.329.118-3.46.184-.557.031-1.12.067-1.678.098l-.241-3.552c.558-.031 1.116-.062 1.674-.098 1.167-.066 2.369-.138 3.552-.189l2.902-.092.931-.03c.456-.016.926-.032 1.392-.042l.051 3.557.006.005Zm-190.112 247.44.092.522c4.448 25.555 13.727 49.559 27.572 71.336 13.655 21.522 31.926 40.658 52.839 55.353 20.928 14.74 45.111 25.477 69.928 31.061a194.982 194.982 0 0 0 38.079 4.714 198.899 198.899 0 0 0 38.381-2.81c12.723-2.201 25.206-5.625 37.111-10.18a195.175 195.175 0 0 0 34.317-17.171c21.523-13.558 40.733-31.768 55.523-52.65 14.8-20.836 25.62-44.983 31.3-69.831 5.77-25.156 6.49-50.879 2.14-76.449-2.17-12.729-5.54-25.227-10.05-37.147a195.4 195.4 0 0 0-17.06-34.374c-13.49-21.567-31.63-40.827-52.47-55.69-20.843-14.893-44.954-25.8-69.726-31.537a195.227 195.227 0 0 0-38.053-4.965c-12.728-.4-25.641.476-38.391 2.59l-.568.092 2.089 12.626.568-.097c11.925-1.98 24.004-2.794 35.903-2.426a182.418 182.418 0 0 1 35.551 4.642c23.154 5.364 45.694 15.559 65.184 29.491 19.493 13.9 36.453 31.906 49.053 52.066a182.247 182.247 0 0 1 15.94 32.111 184.427 184.427 0 0 1 9.4 34.747c4.07 23.907 3.4 47.951-1.99 71.464-5.31 23.226-15.43 45.802-29.27 65.286-13.84 19.531-31.79 36.554-51.911 49.226a182.712 182.712 0 0 1-32.06 16.046c-11.126 4.258-22.806 7.462-34.711 9.519-11.904 2.037-23.983 2.923-35.893 2.631a182.595 182.595 0 0 1-35.581-4.402c-23.2-5.22-45.812-15.262-65.379-29.045-19.551-13.737-36.635-31.63-49.405-51.749-12.938-20.36-21.608-42.798-25.769-66.684-.026-.158-.056-.322-.082-.481a185.888 185.888 0 0 1-2.667-35.407 182.246 182.246 0 0 1 4.284-35.591c5.144-23.216 15.114-45.853 28.836-65.471 13.716-19.643 31.548-36.789 51.58-49.584a182.613 182.613 0 0 1 31.952-16.255c11.086-4.325 22.745-7.595 34.645-9.714l.568-.103-2.252-12.6-.568.102c-12.719 2.267-25.187 5.763-37.045 10.39a195.416 195.416 0 0 0-34.204 17.401c-21.43 13.686-40.505 32.024-55.174 53.029-14.673 20.974-25.334 45.188-30.836 70.026a195.071 195.071 0 0 0-4.586 38.094 198.905 198.905 0 0 0 2.851 37.853l.015-.005Zm386.062-66.433c.03.174.06.343.08.517 4.33 25.422 3.61 50.992-2.13 75.999-5.64 24.7-16.4 48.704-31.11 69.422-14.71 20.764-33.8 38.861-55.197 52.343a194.122 194.122 0 0 1-34.112 17.068c-11.834 4.53-24.25 7.933-36.897 10.119-12.652 2.165-25.488 3.107-38.155 2.794a194.198 194.198 0 0 1-37.854-4.683c-24.674-5.553-48.714-16.229-69.519-30.882-20.79-14.607-38.949-33.636-52.527-55.025-13.762-21.655-22.985-45.515-27.407-70.916-2.196-12.647-3.194-25.483-2.923-38.151a193.624 193.624 0 0 1 4.56-37.869c5.472-24.689 16.071-48.765 30.658-69.616 14.581-20.882 33.544-39.112 54.845-52.716a194.092 194.092 0 0 1 34-17.3c11.618-4.534 23.809-7.974 36.262-10.23l1.847 10.328c-11.776 2.134-23.313 5.389-34.296 9.673a183.97 183.97 0 0 0-32.157 16.357c-20.155 12.872-38.104 30.125-51.903 49.897-13.808 19.735-23.84 42.516-29.014 65.88a183.719 183.719 0 0 0-4.315 35.816c-.256 11.987.686 24.137 2.769 36.114 4.187 24.039 12.908 46.615 25.928 67.103 12.847 20.247 30.039 38.253 49.712 52.077 19.695 13.87 42.445 23.973 65.789 29.224a183.568 183.568 0 0 0 35.801 4.432c11.986.297 24.137-.593 36.118-2.646 11.976-2.073 23.728-5.297 34.926-9.581a183.551 183.551 0 0 0 32.264-16.142c20.257-12.755 38.317-29.885 52.237-49.538 13.92-19.603 24.11-42.322 29.44-65.696 5.43-23.661 6.1-47.855 2.01-71.915a186.913 186.913 0 0 0-9.46-34.961 183.323 183.323 0 0 0-16.04-32.316c-12.69-20.288-29.76-38.406-49.363-52.394-19.613-14.019-42.296-24.28-65.599-29.675a183.48 183.48 0 0 0-35.775-4.668c-11.782-.368-23.743.42-35.556 2.344l-1.714-10.348c12.488-2.037 25.13-2.872 37.592-2.483 12.719.4 25.442 2.058 37.828 4.94 24.623 5.701 48.591 16.546 69.317 31.353 20.72 14.776 38.75 33.923 52.16 55.362a193.946 193.946 0 0 1 16.96 34.169 198.357 198.357 0 0 1 9.91 36.415l.01.005Z"></path><path d="M861.193 111.933a169.765 169.765 0 0 1 33.104-2.237 167.52 167.52 0 0 1 32.736 4.274c21.48 4.975 42.045 14.29 60.086 27.187 18.051 12.877 33.531 29.296 45.221 47.988 11.71 18.696 19.63 39.624 23.34 61.616 3.74 21.983 3.09 44.349-1.83 65.855-4.91 21.491-14.14 42.096-26.98 60.173-12.82 18.093-29.187 33.626-47.843 45.378-18.66 11.776-39.557 19.76-61.535 23.553-21.977 3.772-44.343 3.235-65.864-1.633-21.512-4.836-42.133-14.003-60.261-26.772-18.149-12.75-33.723-29.081-45.541-47.696-11.833-18.625-19.914-39.486-23.737-61.453-3.849-21.967-3.389-44.338 1.407-65.875 4.765-21.527 13.87-42.173 26.578-60.343 12.693-18.184 28.959-33.835 47.542-45.704a168.246 168.246 0 0 1 29.424-14.971c10.277-4.012 20.974-7.001 31.947-8.956l-.68-3.824c-11.219 2.002-22.162 5.057-32.679 9.162a171.601 171.601 0 0 0-30.11 15.318c-19.014 12.146-35.648 28.155-48.632 46.754-13 18.584-22.31 39.701-27.188 61.725-4.903 22.033-5.379 44.931-1.443 67.384 3.91 22.454 12.181 43.811 24.285 62.866 12.089 19.044 28.022 35.75 46.58 48.791 18.543 13.061 39.635 22.438 61.643 27.387 22.018 4.975 44.911 5.527 67.379 1.668 22.464-3.874 43.857-12.043 62.948-24.096 19.09-12.022 35.83-27.909 48.94-46.416 13.14-18.491 22.57-39.563 27.6-61.555 5.04-22.003 5.69-44.896 1.87-67.365-3.79-22.483-11.89-43.903-23.88-63.029-11.95-19.126-27.79-35.919-46.254-49.088-18.451-13.189-39.481-22.719-61.458-27.806a171.76 171.76 0 0 0-33.498-4.371c-11.28-.353-22.617.42-33.862 2.288l.635 3.828.01-.005Z"></path><path d="m653.762 166.149.174.082 80.605 38.82.082-.174a173.57 173.57 0 0 1 15.487-25.994c5.973-8.287 12.626-15.989 19.776-22.894a173.235 173.235 0 0 1 23.426-19.019c8.204-5.532 17.079-10.425 26.368-14.53l.174-.077-.076-.174-36.063-81.874-.174.077c-14.151 6.25-27.724 13.727-40.33 22.228a262.625 262.625 0 0 0-35.74 29.01c-10.917 10.558-21.035 22.273-30.079 34.813a263.553 263.553 0 0 0-23.543 39.527l-.082.174-.005.005Zm80.6 38.391-80.083-38.57a262.827 262.827 0 0 1 23.425-39.297c9.029-12.524 19.137-24.219 30.033-34.762a262.885 262.885 0 0 1 35.689-28.969c12.539-8.455 26.03-15.897 40.095-22.12l35.832 81.347c-9.249 4.1-18.077 8.972-26.251 14.484a173.643 173.643 0 0 0-23.482 19.06c-7.165 6.92-13.834 14.638-19.822 22.944a173.708 173.708 0 0 0-15.436 25.878v.005Zm296.708 169.225.16.107 76.47 50.884.1-.158c8.48-12.698 15.96-26.415 22.23-40.771 6.27-14.418 11.23-29.24 14.73-44.062a264.947 264.947 0 0 0 6.72-45.991c.84-15.324.32-30.939-1.53-46.421l-.02-.19-.19.026-91.18 11.086.02.189a176.807 176.807 0 0 1 1 30.187 173.6 173.6 0 0 1-4.35 29.787c-2.25 9.54-5.47 19.167-9.58 28.605-4.1 9.407-8.97 18.343-14.47 26.558l-.11.159v.005Zm76.52 50.459-75.98-50.567c5.46-8.189 10.3-17.089 14.39-26.46 4.11-9.464 7.34-19.106 9.59-28.672 2.32-9.76 3.79-19.807 4.36-29.854.54-9.883.21-19.996-.97-30.064l90.61-11.014c1.83 15.395 2.34 30.929 1.5 46.166a264.175 264.175 0 0 1-6.7 45.924c-3.5 14.797-8.45 29.598-14.72 43.995-6.23 14.27-13.65 27.915-22.08 40.551v-.005ZM861.475 110.116l.189-.031c5.43-.87 10.364-1.448 15.078-1.771a177.464 177.464 0 0 1 15.104-.414c5.138.082 10.2.389 15.047.901 4.98.537 9.99 1.294 14.893 2.262 10.052 1.991 19.787 4.821 28.948 8.414a174.494 174.494 0 0 1 27.091 13.425l.163.102.103-.164 55.719-91.266-.16-.102a281.841 281.841 0 0 0-43.987-21.798c-15.048-5.896-30.924-10.513-47.184-13.722a280.32 280.32 0 0 0-24.326-3.685A278.877 278.877 0 0 0 893.596.788a283.583 283.583 0 0 0-24.572.68c-7.739.543-15.943 1.5-24.378 2.852l-.189.03.031.19 16.997 105.571-.01.005Zm116.375 22.366a174.458 174.458 0 0 0-26.983-13.358c-9.176-3.603-18.942-6.444-29.009-8.435a174.43 174.43 0 0 0-14.929-2.267c-4.857-.517-9.93-.819-15.078-.901a177.79 177.79 0 0 0-15.135.415c-4.667.317-9.55.89-14.919 1.745L844.892 4.678c8.358-1.336 16.48-2.283 24.152-2.82a282.833 282.833 0 0 1 24.537-.676c8.291.133 16.541.63 24.52 1.474a279.565 279.565 0 0 1 24.296 3.68c16.235 3.21 32.091 7.815 47.117 13.701a281.097 281.097 0 0 1 43.756 21.67l-55.415 90.775h-.005Zm-128.639-2.979 1.51-.404 1.525-.363-2.866-11.854-1.643.389-1.628.435 3.102 11.797Zm-6.003 1.694 2.994-.875-3.342-11.731-3.229.942 3.577 11.664Zm-5.911 1.955 1.469-.511c.486-.174.978-.348 1.474-.497l-3.808-11.587c-.537.164-1.064.343-1.591.532l-1.587.553 4.043 11.51Zm-5.82 2.176c.952-.41 1.934-.742 2.902-1.116l-4.274-11.424c-1.044.405-2.104.763-3.132 1.203l4.504 11.337Zm-5.721 2.405 2.845-1.238-4.734-11.245-3.076 1.336 4.965 11.147Zm-5.611 2.646c.926-.46 1.848-.931 2.794-1.351l-5.184-11.04c-1.019.456-2.017.962-3.015 1.459l5.41 10.932h-.005Z"></path><path d="M814.639 143.23c.901-.507 1.832-.962 2.738-1.454l-5.63-10.819c-.982.527-1.985 1.023-2.958 1.571l5.85 10.707v-.005Zm-5.386 3.091 2.672-1.581-6.065-10.584-2.881 1.704 6.274 10.461Zm-5.251 3.307 1.295-.86 1.316-.819-6.49-10.328-1.423.885-1.397.926 6.699 10.196Zm-5.127 3.505c.84-.609 1.705-1.177 2.549-1.776L794.52 141.3c-.911.645-1.843 1.265-2.749 1.92l7.104 9.913Zm-4.975 3.726 2.467-1.893-7.304-9.771-2.667 2.048 7.504 9.616Zm-4.827 3.931 1.183-1.013 1.213-.973-7.693-9.468-1.31 1.054-1.275 1.09 7.882 9.31Zm-4.683 4.115c.763-.706 1.551-1.382 2.319-2.078l-8.071-9.151c-.83.752-1.679 1.484-2.503 2.242l8.25 8.982.005.005Zm-4.498 4.31 2.226-2.181-8.434-8.818-2.401 2.354 8.609 8.645Zm-4.33 4.498 1.054-1.151 1.09-1.121-8.782-8.471-1.173 1.208-1.136 1.239 8.947 8.296Zm-4.161 4.658c.67-.799 1.377-1.561 2.057-2.349l-9.11-8.113c-.737.85-1.499 1.674-2.221 2.534l9.274 7.928Zm-3.961 4.831 1.95-2.441-9.428-7.739-2.108 2.631 9.586 7.549Zm-3.767 4.991.911-1.27c.302-.425.629-.829.947-1.243l-9.73-7.355c-.338.45-.691.885-1.018 1.341l-.988 1.366 9.878 7.161Zm-3.573 5.128c.557-.881 1.182-1.715 1.76-2.58l-10.016-6.96c-.629.931-1.295 1.837-1.899 2.784l10.155 6.756Zm-3.356 5.271 1.648-2.656-10.293-6.556-1.771 2.866 10.416 6.346Zm-3.135 5.405c.507-.911.998-1.827 1.541-2.718l-10.543-6.136c-.584.957-1.116 1.95-1.664 2.927l10.666 5.922v.005Zm-2.925 5.512.342-.701.364-.686.732-1.382-10.784-5.706-.783 1.489-.394.742-.374.758 10.897 5.486Zm-2.704 5.625 1.315-2.825-10.998-5.272-1.418 3.051 11.101 5.046Zm-2.452 5.732c.394-.962.768-1.929 1.203-2.876l-11.204-4.821c-.465 1.018-.87 2.068-1.295 3.101l11.301 4.596h-.005Zm-2.237 5.815.256-.737.276-.727.558-1.454-11.393-4.371-.598 1.572-.297.783-.277.793 11.475 4.141Zm-1.995 5.891.962-2.959-11.557-3.905-1.039 3.194 11.634 3.67Zm-1.74 5.967c.276-.998.527-2.001.839-2.989l-11.705-3.434c-.337 1.065-.609 2.15-.911 3.229l11.772 3.199.005-.005Zm-1.514 6.024.163-.762.19-.753.373-1.504-11.833-2.959-.404 1.628-.205.814-.174.819 11.89 2.717Zm1.457 74.341c-.261-1.009-.557-2.007-.778-3.03l-11.848 2.897c.241 1.1.558 2.175.839 3.265l11.787-3.137v.005Zm1.716 5.998c-.323-.988-.584-1.996-.886-2.989l-11.725 3.373c.322 1.075.609 2.16.951 3.224l11.654-3.608h.006Zm1.965 5.906-1.019-2.937-11.577 3.838c.353 1.06.737 2.114 1.1 3.173l11.501-4.074h-.005Zm2.195 5.809c-.194-.481-.399-.957-.583-1.438l-.543-1.453-11.413 4.304.589 1.571c.199.522.419 1.034.629 1.556l11.326-4.534-.005-.006Zm2.411 5.722-1.233-2.85-11.235 4.77 1.336 3.071 11.132-4.991Zm2.666 5.6-.691-1.387-.348-.696-.322-.707-11.025 5.221.348.757.374.753.742 1.499 10.922-5.44Zm2.871 5.496c-.522-.89-.973-1.822-1.464-2.733l-10.804 5.661c.527.983 1.018 1.986 1.581 2.953l10.687-5.881Zm3.098 5.38-1.582-2.672-10.564 6.096 1.705 2.881 10.441-6.305Zm3.325 5.241c-.563-.865-1.157-1.715-1.689-2.606l-10.313 6.521c.573.957 1.213 1.878 1.822 2.815l10.175-6.725.005-.005Zm3.522 5.112-.46-.624-.441-.64-.885-1.279-10.037 6.935.957 1.377.476.69.497.676 9.893-7.135Zm3.736 4.975-1.899-2.467-9.75 7.335 2.048 2.656 9.601-7.524Zm3.946 4.811c-.671-.793-1.361-1.571-1.996-2.39l-9.448 7.718c.691.881 1.433 1.725 2.155 2.58l9.289-7.908Zm4.131 4.668-.537-.568-.517-.584-1.034-1.161-9.126 8.091 1.116 1.254.558.63.578.614 8.962-8.276Zm4.318 4.499-2.185-2.227-8.798 8.456 2.359 2.4 8.624-8.629Zm4.511 4.314c-.758-.711-1.546-1.397-2.278-2.134l-8.444 8.803c.793.794 1.632 1.536 2.456 2.303l8.266-8.966v-.006Zm4.672 4.141c-.814-.655-1.572-1.372-2.355-2.052l-8.086 9.135c.849.737 1.668 1.505 2.543 2.212l7.903-9.295h-.005Zm4.836 3.956-2.441-1.95-7.713 9.448 2.63 2.109 7.524-9.607Zm5.005 3.747c-.839-.62-1.704-1.203-2.518-1.848l-7.329 9.75c.88.696 1.812 1.326 2.718 1.996l7.135-9.898h-.006Zm5.141 3.557c-.886-.553-1.725-1.167-2.59-1.751l-6.935 10.037c.926.635 1.837 1.29 2.789 1.889l6.731-10.175h.005Zm5.276 3.352-2.656-1.648-6.526 10.303 2.861 1.781 6.321-10.436Zm5.415 3.117-1.367-.763-.686-.373-.67-.399-6.106 10.563.721.425.737.41 1.474.813 5.897-10.676Zm5.521 2.907c-.942-.445-1.853-.942-2.774-1.428l-5.676 10.799c.993.522 1.981 1.06 2.994 1.541l5.461-10.907-.005-.005Zm5.63 2.692-2.825-1.32-5.241 11.014 3.05 1.423 5.016-11.117Zm5.739 2.436-1.444-.588c-.481-.195-.962-.384-1.438-.604l-4.79 11.219c.511.235 1.028.44 1.55.65l1.556.634 4.566-11.311Zm5.818 2.211c-.486-.174-.982-.332-1.464-.522l-1.453-.557-4.335 11.403 1.571.598c.522.205 1.055.374 1.582.563l4.104-11.485h-.005Zm5.896 1.992-2.958-.968-3.87 11.567 3.189 1.044 3.639-11.643Zm5.974 1.719-1.499-.409c-.502-.133-1.004-.266-1.495-.425l-3.403 11.715c.532.169 1.074.312 1.612.456l1.617.44 3.163-11.782.005.005Zm6.028 1.489c-1.013-.204-2.016-.465-3.019-.716l-2.928 11.843c1.085.271 2.165.548 3.26.773l2.687-11.9Zm90.165-6.822-2.907 1.09 4.187 11.46 3.137-1.183-4.417-11.367Zm5.734-2.38c-.952.404-1.888.845-2.856 1.213l4.648 11.28c1.044-.399 2.057-.875 3.081-1.31l-4.878-11.183h.005Zm5.64-2.59c-.46.236-.926.456-1.397.671l-1.407.65 5.102 11.081 1.52-.707c.507-.23 1.014-.465 1.51-.721l-5.328-10.974Zm5.523-2.82-2.743 1.449 5.548 10.865 2.963-1.561-5.768-10.753Zm5.403-3.05-1.33.793c-.446.266-.906.502-1.351.758l5.983 10.63c.486-.276.982-.532 1.463-.819l1.439-.855-6.198-10.507h-.006Zm5.282-3.25c-.865.573-1.756 1.095-2.626 1.653l6.413 10.38c.942-.599 1.904-1.167 2.836-1.787l-6.618-10.246h-.005Zm5.149-3.48-2.554 1.77 6.828 10.109 2.753-1.909-7.027-9.97Zm5.001-3.691-1.229.952-1.254.917 7.232 9.826 1.351-.987 1.331-1.029-7.431-9.679Zm4.867-3.879c-.794.67-1.612 1.305-2.416 1.965l7.621 9.525c.865-.711 1.75-1.397 2.605-2.119l-7.81-9.371Zm4.699-4.089L990 395.772l8 9.213 2.51-2.237-8.186-9.048Zm4.534-4.279-1.105 1.1-1.142 1.065 8.359 8.88 1.23-1.152 1.2-1.182-8.542-8.711Zm4.372-4.448c-.7.768-1.445 1.495-2.162 2.247l8.712 8.537c.78-.814 1.58-1.597 2.34-2.426l-8.89-8.358Zm4.19-4.637-2.07 2.344 9.06 8.179 2.22-2.523-9.21-8Zm3.99-4.801-.97 1.224c-.32.409-.67.798-1 1.197l9.37 7.81c.36-.429.73-.849 1.08-1.289l1.05-1.321-9.53-7.621Zm3.82-4.954c-.6.85-1.27 1.658-1.89 2.493l9.68 7.431c.67-.901 1.38-1.771 2.03-2.692l-9.82-7.232Zm3.6-5.108-1.77 2.58 9.97 7.032 1.91-2.774-10.11-6.838Zm3.39-5.251c-.54.886-1.08 1.781-1.67 2.641l10.25 6.633c.63-.931 1.2-1.894 1.8-2.845l-10.37-6.424-.01-.005Zm3.19-5.369-.37.681-.4.67-.79 1.346 10.49 6.219.86-1.454.43-.721.4-.737-10.62-6.004Zm2.97-5.497-1.45 2.764 10.73 5.789 1.57-2.979-10.85-5.574Zm2.73-5.609c-.45.942-.86 1.894-1.34 2.82l10.96 5.354c.52-.998.97-2.027 1.45-3.041l-11.07-5.133Zm2.51-5.707c-.37.973-.82 1.909-1.23 2.866l11.17 4.909c.44-1.034.92-2.042 1.33-3.092l-11.27-4.683Zm2.28-5.799-1.1 2.913 11.35 4.452 1.2-3.137-11.45-4.228Zm2.03-5.88c-.33.982-.62 1.981-.98 2.948l11.52 3.992c.4-1.049.71-2.124 1.07-3.183l-11.6-3.762-.01.005Zm1.8-5.953c-.26 1.004-.59 1.986-.87 2.984l11.67 3.527c.32-1.075.67-2.135.95-3.22l-11.75-3.285v-.006Zm-4.83-97.484 1.1 2.907 11.46-4.171-1.18-3.138-11.38 4.402Zm-2.36-5.743.63 1.423c.21.471.38.957.58 1.438l11.29-4.626c-.22-.517-.4-1.044-.64-1.551l-.67-1.536-11.18 4.858-.01-.006Zm-2.57-5.645c.46.926.87 1.878 1.31 2.81l11.09-5.082c-.48-1.009-.92-2.032-1.41-3.035l-10.99 5.307Zm-2.82-5.522 1.44 2.743 10.88-5.528-1.57-2.968-10.75 5.753Zm-3.04-5.41.79 1.331.76 1.356 10.63-5.963-.81-1.463-.85-1.444-10.52 6.183Zm-3.24-5.292 1.64 2.631 10.39-6.393-1.77-2.841-10.26 6.603Zm-3.48-5.149c.58.855 1.2 1.694 1.77 2.554l10.12-6.807c-.61-.932-1.27-1.838-1.9-2.759l-9.98 7.012h-.01Zm-3.67-5.011c.31.41.64.819.95 1.234l.91 1.259 9.84-7.212-.99-1.356c-.33-.45-.69-.885-1.02-1.331l-9.69 7.411v-.005Zm-3.87-4.872 1.96 2.416 9.53-7.606-2.11-2.61-9.38 7.8Zm-4.09-4.704c.69.783 1.4 1.541 2.07 2.329l9.22-7.984c-.72-.855-1.49-1.674-2.23-2.513l-9.06 8.168Zm-4.266-4.544 1.096 1.11 1.06 1.141 8.89-8.347-1.14-1.234-1.18-1.197-8.726 8.527Zm-4.443-4.387 2.242 2.176 8.547-8.701-2.42-2.339-8.369 8.864Zm-4.632-4.186c.773.696 1.571 1.366 2.339 2.067l8.192-9.033c-.83-.758-1.682-1.484-2.521-2.232l-8.015 9.198h.005Zm-4.796-4.008 1.223.973 1.193 1.008 7.83-9.356-1.289-1.085-1.316-1.049-7.641 9.509Zm-4.943-3.823c.839.614 1.658 1.264 2.492 1.889l7.447-9.663c-.901-.676-1.781-1.372-2.687-2.037l-7.252 9.811Zm-5.104-3.608 2.575 1.776 7.052-9.955-2.774-1.914-6.853 10.093Zm-5.24-3.399 1.331.819 1.305.855 6.648-10.226-1.412-.926-1.434-.881-6.438 10.359Zm-5.369-3.204c.911.502 1.796 1.055 2.697 1.577l6.234-10.487c-.973-.558-1.925-1.157-2.907-1.699l-6.024 10.609Zm-5.492-2.968 2.763 1.448 5.809-10.727-2.983-1.561-5.589 10.84Zm-5.604-2.743 1.418.655c.471.215.931.46 1.397.691l5.374-10.953c-.507-.246-.998-.512-1.51-.742l-1.525-.706-5.149 11.06-.005-.005Zm-5.701-2.524c.967.384 1.904.83 2.861 1.234l4.929-11.158c-1.034-.435-2.048-.921-3.087-1.33l-4.703 11.254Zm-5.793-2.287 2.907 1.105 4.478-11.347-3.142-1.192-4.243 11.434Zm-5.881-2.037c.988.317 1.976.629 2.948.993l4.013-11.521c-1.05-.389-2.119-.727-3.184-1.07l-3.777 11.598Zm-5.947-1.812c.501.128.998.281 1.494.43l1.49.445 3.541-11.674-1.607-.482c-.537-.163-1.069-.327-1.612-.465l-3.306 11.741v.005Zm-6.014-1.566 3.02.742 3.066-11.808-3.256-.798-2.83 11.864Zm-6.066-1.306 1.525.292c.507.097 1.008.225 1.515.333l2.59-11.92c-.548-.118-1.091-.251-1.638-.358l-1.643-.318-2.344 11.971h-.005Zm-6.112-1.079c1.024.148 2.037.348 3.061.511l2.104-12.017c-1.101-.174-2.201-.394-3.307-.553l-1.858 12.059Zm-6.146-.814 3.081.368 1.612-12.094-3.327-.399-1.366 12.125Z" class="svg-internal-circle"></path></g><g opacity=".5" style="mix-blend-mode:overlay;"><path d="M766.836 80.288a232.487 232.487 0 0 1 80.937-30.75l-2.538-14.192c-30.341 5.374-59.677 16.516-85.954 32.658l7.549 12.284h.006Zm-83.38 88.445c13.742-25.58 32.295-48.565 54.4-67.384l-9.346-10.974c-23.476 19.981-43.16 44.385-57.752 71.536l12.698 6.828v-.006Zm-27.555 118.341c-1.106-29.014 3.398-58.203 13.071-85.574l-13.593-4.801c-10.278 29.065-15.063 60.086-13.886 90.897l14.408-.522Zm35.754 116.171c-7.743-12.273-14.356-25.263-19.653-38.78-5.308-13.512-9.336-27.52-12.069-41.779l-14.162 2.702a250.19 250.19 0 0 0 12.811 44.359c5.63 14.356 12.652 28.16 20.882 41.195l12.191-7.697Zm89.445 82.304c-25.744-13.43-48.965-31.691-68.05-53.571l-10.861 9.479c20.263 23.236 44.912 42.618 72.237 56.872l6.674-12.78Zm118.669 26.138a232.58 232.58 0 0 1-43.432-1.98 231.967 231.967 0 0 1-42.302-10.047l-4.637 13.65a246.226 246.226 0 0 0 44.932 10.671 247.502 247.502 0 0 0 46.135 2.103l-.696-14.402v.005Zm-.488-9.965a222.247 222.247 0 0 1-41.866-1.94 221.606 221.606 0 0 1-40.75-9.775c-26.487-9.054-51.238-23.19-72.555-41.354-21.332-18.149-39.199-40.331-52.312-65.041a221.143 221.143 0 0 1-16.081-38.703 228.229 228.229 0 0 1-8.562-41.083c-3.215-27.832-1.024-56.207 6.305-83.215 7.319-27.009 19.807-52.625 36.559-75.073 16.721-22.468 37.72-41.733 61.524-56.432a222.367 222.367 0 0 1 77.99-29.751l-.292-1.638a224.114 224.114 0 0 0-78.573 29.971c-23.983 14.812-45.136 34.22-61.985 56.852-16.869 22.617-29.455 48.417-36.83 75.63-7.385 27.208-9.591 55.798-6.352 83.835a229.935 229.935 0 0 0 8.624 41.385 222.975 222.975 0 0 0 16.199 38.99c13.215 24.899 31.216 47.245 52.706 65.527 21.471 18.297 46.406 32.54 73.092 41.661a223.352 223.352 0 0 0 41.057 9.847 224.31 224.31 0 0 0 42.179 1.95l-.082-1.663.005.02Zm206.309-137.293c-10.67 27.003-26.45 51.975-46.22 73.235l10.55 9.817c20.99-22.571 37.74-49.073 49.08-77.749l-13.41-5.303Zm13.53-120.756a235.381 235.381 0 0 1 2.6 43.411 230.173 230.173 0 0 1-5.56 43.115l14.06 3.179c3.4-15.037 5.41-30.397 5.91-45.807.52-15.411-.42-30.862-2.75-46.089l-14.25 2.186-.01.005Zm-49.02-111.196c18.27 22.56 32.27 48.566 40.92 76.28l13.76-4.32c-9.2-29.434-24.08-57.072-43.48-81.029l-11.21 9.069h.01Zm-98.403-71.372c27.126 10.344 52.293 25.81 73.803 45.326l9.68-10.677c-22.82-20.712-49.53-37.131-78.339-48.115l-5.144 13.471v-.005ZM850.783 49.021a232.597 232.597 0 0 1 86.562 1.924l3.01-14.1c-30.156-6.433-61.535-7.124-91.921-2.047l2.354 14.223h-.005Z" class="svg-external-circle"></path><path d="m770.229 82.09 27.386 45.699.497-.297c15.19-9.105 31.671-15.841 48.99-20.022l.563-.133-12.519-51.785-.562.133c-22.561 5.446-44.047 14.228-63.859 26.107l-.496.297Zm27.786 44.112-26.2-43.719c19.408-11.572 40.423-20.16 62.477-25.544l11.976 49.538c-17.038 4.171-33.268 10.804-48.253 19.72v.005Zm-122.706 67.825 49.44 19.858.215-.537a177.55 177.55 0 0 1 26.937-45.746l.363-.45-.45-.363-40.909-33.222-.363.45a230.724 230.724 0 0 0-35.018 59.478l-.215.537v-.005Zm48.801 18.354-47.297-18.999a229.403 229.403 0 0 1 34.266-58.193l39.563 32.132a178.66 178.66 0 0 0-26.532 45.06Zm-61.734 105.356a233.89 233.89 0 0 0 4.959 22.258l.154.558 51.38-14.105-.153-.558c-1.049-3.782-2.017-7.913-3.051-12.995-.788-4.033-1.469-8.353-2.088-13.215-.501-4.366-.87-8.834-1.09-13.276-.169-4.438-.2-8.911-.087-13.287l.015-.573-53.248-1.674-.021.579a229.844 229.844 0 0 0 3.23 46.288Zm5.921 21.393c-5.972-21.987-8.67-44.547-8.015-67.067l50.946 1.602c-.097 4.212-.061 8.516.102 12.79.226 4.478.594 8.972 1.096 13.368.624 4.893 1.31 9.244 2.103 13.302.988 4.863 1.919 8.86 2.917 12.519l-49.149 13.492v-.006Zm32.837 72.37.333.471c13.368 18.804 29.521 35.484 48.007 49.574l.461.348 32.3-42.368-.46-.348c-14.223-10.84-26.64-23.655-36.902-38.088l-.332-.471-43.412 30.887.005-.005Zm48.586 48.776c-18.051-13.829-33.846-30.141-46.974-48.504l41.528-29.547c10.155 14.182 22.377 26.798 36.344 37.515l-30.903 40.531.005.005Zm286.96-85.145 44.74 28.923.32-.487c3.39-5.287 6.29-10.154 8.85-14.883a247.102 247.102 0 0 0 7.71-15.498 250.608 250.608 0 0 0 6.52-16.04c1.85-5.072 3.58-10.466 5.29-16.48l.15-.558-51.3-14.356-.16.552c-1.34 4.714-2.67 8.855-4.06 12.652a198.982 198.982 0 0 1-5 12.325 199.477 199.477 0 0 1-5.93 11.915c-1.92 3.547-4.15 7.293-6.82 11.449l-.31.486Zm44.4 27.326-42.81-27.669c2.55-3.987 4.69-7.605 6.55-11.039 2.12-3.916 4.12-7.949 5.97-11.992 1.81-4.059 3.5-8.23 5.04-12.406 1.34-3.675 2.63-7.662 3.92-12.176l49.09 13.731c-1.65 5.769-3.32 10.953-5.11 15.846a246.95 246.95 0 0 1-6.48 15.963 244.631 244.631 0 0 1-7.67 15.421c-2.47 4.555-5.25 9.244-8.5 14.321Zm-28.5-189.268.54 1.311 1.46 3.884c.11.318.23.64.33.962l.21.599c.15.435.3.875.46 1.321.21.604.42 1.213.63 1.822l1.27 3.966 1.16 3.992c.1.328.18.656.27.988.05.205.11.41.16.614l.85 3.23.77 3.245c.18.701.33 1.417.47 2.108l.24 1.157.17.783c.18.809.36 1.643.49 2.472l.62 3.312.52 3.301c.77 5.19 1.26 9.402 1.53 13.251l.04.578 53.12-4.13-.04-.579c-1.82-23.236-7.04-45.863-15.52-67.262l-.21-.537-49.55 19.612h.01Zm10.6 32.132c-.14-.804-.31-1.612-.48-2.401l-.17-.783c-.09-.384-.16-.762-.24-1.141-.14-.706-.3-1.438-.48-2.155l-.77-3.245-.86-3.244-.15-.604c-.09-.343-.18-.686-.28-1.024l-1.17-4.002-1.27-3.987c-.21-.625-.42-1.234-.64-1.848-.15-.435-.3-.875-.45-1.315-.07-.2-.14-.4-.21-.594-.11-.333-.22-.665-.34-.993l-1.57-4.141 47.38-18.757c8.25 20.953 13.35 43.094 15.18 65.813l-50.81 3.951c-.29-3.726-.76-7.8-1.5-12.769l-.53-3.322-.62-3.316c-.01-.041-.02-.077-.02-.118v-.005Zm-83.77-117.814.497.297a177.262 177.262 0 0 1 40.833 33.933l.38.43 39.8-35.428-.39-.429a230.89 230.89 0 0 0-53.08-44.113l-.5-.297-27.535 45.607h-.005Zm41.8 33.032a178.423 178.423 0 0 0-40.213-33.421l26.343-43.632a229.516 229.516 0 0 1 51.94 43.161l-38.07 33.892Zm-151.829-56.99.573-.061c17.714-1.93 35.504-1.177 52.88 2.247l.568.112 10.288-52.276-.568-.113c-22.663-4.468-45.853-5.455-68.926-2.937l-.573.061 5.758 52.967Zm53.11.942c-17.12-3.316-34.639-4.059-52.086-2.211l-5.508-50.67c22.576-2.405 45.26-1.437 67.437 2.877l-9.843 50.009v-.005ZM819.689 498.042l.553.174a227.385 227.385 0 0 0 68.189 10.441h.578l.02-53.279h-.578a174.376 174.376 0 0 1-52.266-8.005l-.553-.174-15.937 50.838-.006.005Zm68.163 9.459a226.51 226.51 0 0 1-66.714-10.216l15.247-48.632a175.788 175.788 0 0 0 51.483 7.882l-.021 50.966h.005Z"></path><path d="m816.952 72.303 1.904 5.548.548-.189c3.332-1.157 6.879-2.267 10.84-3.404l.553-.158-1.607-5.645-.558.158c-4.069 1.167-7.713 2.308-11.142 3.501l-.543.19h.005Zm2.621 4.08-1.157-3.363a213.212 213.212 0 0 1 9.981-3.132l.972 3.424a209.25 209.25 0 0 0-9.801 3.076l.005-.005Zm-19.655 2.62 2.365 5.369.527-.225c.435-.19.87-.38 1.305-.568 1.279-.558 2.6-1.137 3.915-1.648l2.646-1.075c.548-.225 1.116-.435 1.669-.64l.987-.369.538-.204-2.073-5.492-.542.21-.983.368c-.573.215-1.167.435-1.751.67l-2.697 1.096c-1.366.532-2.738 1.131-4.064 1.71l-1.305.568-.532.23h-.005Zm2.958 3.854-1.433-3.255.778-.338c1.315-.573 2.672-1.167 4.028-1.694l2.702-1.095c.563-.23 1.152-.446 1.715-.66.148-.057.302-.113.45-.17l1.259 3.327c-.143.057-.291.108-.435.164a50.68 50.68 0 0 0-1.699.65l-2.636 1.07c-1.33.517-2.666 1.1-3.951 1.663l-.773.338h-.005Zm-19.36 4.263 2.809 5.154.507-.276c1.008-.548 2.042-1.09 3.045-1.617.661-.348 1.321-.691 1.981-1.045l5.599-2.763-2.528-5.292-.522.255a461.174 461.174 0 0 0-3.557 1.75l-1.669.825c-.675.358-1.341.706-2.001 1.054a194.289 194.289 0 0 0-3.158 1.679l-.506.276Zm3.27 3.588-1.704-3.122c.88-.47 1.771-.942 2.636-1.392.665-.348 1.33-.696 1.996-1.05l1.653-.818c1.008-.502 2.016-.998 3.025-1.495l1.535 3.214-4.596 2.268c-.67.358-1.331.701-1.991 1.049-.839.44-1.699.89-2.554 1.351v-.005Zm-80.2 67.211 4.877 3.26.323-.476a344.17 344.17 0 0 1 2.185-3.188c.348-.502.696-1.004 1.039-1.51.425-.579.855-1.177 1.29-1.776.671-.927 1.362-1.884 2.058-2.81l.348-.461-4.699-3.516-.348.461c-.727.967-1.448 1.965-2.144 2.927-.43.594-.86 1.193-1.295 1.787-.353.511-.696 1.013-1.044 1.509a297.959 297.959 0 0 0-2.268 3.312l-.322.481Zm4.565 1.658-2.958-1.975c.64-.942 1.29-1.884 1.935-2.82.343-.502.691-.999 1.033-1.5.425-.584.86-1.177 1.29-1.776.584-.809 1.177-1.638 1.786-2.452l2.851 2.129c-.583.789-1.162 1.587-1.725 2.365-.429.594-.859 1.193-1.294 1.781-.354.517-.702 1.019-1.05 1.52-.624.906-1.254 1.812-1.868 2.723v.005Zm-14.05 14.019 5.133 2.84 1.664-2.994 1.438-2.446c.179-.297.353-.599.532-.906.302-.517.599-1.029.916-1.536l1.807-2.912-4.975-3.112-1.842 2.969c-.328.527-.64 1.064-.957 1.602-.18.302-.354.609-.538.911l-1.479 2.513-1.704 3.065.005.006Zm4.683 1.274-3.112-1.725 1.136-2.042 1.469-2.503c.179-.302.358-.609.538-.916.307-.527.614-1.059.941-1.576l1.234-1.981 3.014 1.889-1.202 1.934a75.997 75.997 0 0 0-.932 1.566c-.174.302-.348.599-.527.896l-1.443 2.462-1.111 2.001-.005-.005Zm-12.856 15.124 5.353 2.406.241-.523c.824-1.801 1.673-3.608 2.4-5.164.323-.634.645-1.289.962-1.945a150.184 150.184 0 0 1 1.572-3.132l.266-.517-5.216-2.687-.266.512a147.912 147.912 0 0 0-1.632 3.26c-.323.655-.645 1.311-.973 1.961a608.55 608.55 0 0 0-2.467 5.302l-.24.527Zm4.78.88-3.245-1.458c.686-1.49 1.387-2.994 2.211-4.75.323-.64.645-1.3.967-1.955.441-.896.896-1.817 1.362-2.723l3.163 1.628c-.451.88-.891 1.771-1.315 2.641-.323.65-.64 1.3-.968 1.95a737.878 737.878 0 0 0-2.175 4.667Zm-23.205 101.979 5.855-.369-.03-.568c-.031-.599-.067-1.198-.103-1.796a99.318 99.318 0 0 1-.179-3.88l-.036-1.203c-.046-1.469-.097-2.989-.087-4.478v-.589l-5.865.052v.568c-.01 1.55.041 3.122.087 4.637l.036 1.202c.025 1.341.107 2.708.184 4.023.036.604.072 1.203.102 1.807l.031.583.005.011Zm4.642-1.449-3.552.22c-.02-.409-.046-.824-.071-1.233-.077-1.305-.159-2.657-.185-3.982l-.035-1.213c-.041-1.321-.087-2.682-.092-4.023l3.557-.031c0 1.321.046 2.646.092 3.936l.036 1.193a97.03 97.03 0 0 0 .179 3.92c.025.404.046.809.071 1.213Zm-2.702 19.674 5.804-.85-.829-6.223-.66-6.224-5.84.543.056.578c.113 1.172.241 2.344.369 3.516l.245 2.283.85 6.377h.005Zm4.509-1.827-3.521.517-.691-5.2a211.95 211.95 0 0 0-.246-2.273c-.107-.972-.21-1.95-.312-2.927l3.547-.328.537 5.108.681 5.108.005-.005Zm-3.614 7.252.102.568c.732 4.085 1.5 7.836 2.344 11.455l.133.563 5.717-1.326-.133-.563a218.864 218.864 0 0 1-2.282-11.152l-.103-.568-5.778 1.023Zm3.439 11.204a220.377 220.377 0 0 1-2.098-10.267l3.501-.619c.65 3.572 1.325 6.883 2.062 10.082l-3.465.804Zm38.565 84.5.348.455c2.124 2.769 4.473 5.64 7.385 9.044l.379.44 4.442-3.833-.373-.435c-2.846-3.322-5.128-6.117-7.186-8.798l-.353-.461-4.642 3.593v-.005Zm8.235 8.306c-2.569-3.009-4.694-5.609-6.618-8.096l2.815-2.181c1.883 2.436 3.972 4.99 6.5 7.949l-2.692 2.323-.005.005Zm3.522 5.733 2.815 3.004c.517.553 1.049 1.126 1.597 1.668l3.06 3.112 1.469 1.423 4.105-4.192-1.443-1.397-2.989-3.04c-.528-.522-1.039-1.07-1.536-1.602l-2.758-2.948-4.325 3.966.005.006Zm8.921 7.579-.635-.614-3.055-3.106c-.538-.538-1.065-1.101-1.577-1.643l-2.016-2.155 2.62-2.406 1.976 2.109a63.604 63.604 0 0 0 1.561 1.633l2.994 3.045.614.599-2.487 2.544.005-.006Zm3.997 5.41.43.389c.256.236.512.471.767.712.451.419.917.854 1.393 1.269l2.18 1.919a98.1 98.1 0 0 0 2.963 2.539c.497.414.988.824 1.479 1.244l.446.378 3.741-4.519-.435-.368c-.486-.415-.983-.83-1.474-1.239-.947-.793-1.93-1.607-2.856-2.447l-2.144-1.888a43.409 43.409 0 0 1-1.331-1.213c-.256-.236-.507-.476-.763-.706l-.425-.389-3.976 4.314.005.005Zm9.514 6.818c-.348-.292-.696-.584-1.044-.87-.972-.814-1.98-1.654-2.932-2.513l-2.191-1.93c-.466-.404-.921-.829-1.366-1.244-.118-.107-.231-.215-.349-.327l2.411-2.616c.113.103.22.205.333.308.44.409.895.834 1.361 1.238l2.134 1.878c.937.85 1.93 1.674 2.882 2.472l1.029.86-2.268 2.744Zm81.905 43.964.552.154c3.399.931 7.002 1.801 11.347 2.738l.568.123 1.223-5.738-.563-.123c-4.237-.916-7.748-1.765-11.039-2.666l-.558-.154-1.525 5.666h-.005Zm11.577 1.638c-3.839-.84-7.099-1.623-10.165-2.452l.926-3.434c3 .809 6.204 1.582 9.976 2.406l-.742 3.48h.005Zm6.264 2.451.579.098c.716.117 1.438.24 2.154.363 1.178.205 2.391.415 3.593.589l4.32.624c.312.041.624.082.937.118l1.095.133.732-5.825-1.095-.133c-.297-.035-.589-.066-.886-.107l-4.222-.609c-1.152-.169-2.324-.374-3.46-.568-.717-.123-1.428-.246-2.145-.364l-.558-.092-1.044 5.773Zm11.675.64c-.287-.036-.579-.066-.865-.107l-4.315-.625c-1.187-.174-2.395-.384-3.567-.583-.527-.092-1.054-.184-1.587-.271l.635-3.501c.527.087 1.049.179 1.576.271 1.142.195 2.319.399 3.491.573l4.227.614c.287.041.569.072.85.108l-.445 3.531v-.01Zm6.454 1.884 3.47.327 2.918.2c.353.02.701.046 1.049.072a53.33 53.33 0 0 0 1.868.117l3.485.154.241-5.865-3.419-.149c-.594-.026-1.203-.072-1.786-.112a60.986 60.986 0 0 0-1.044-.072l-2.836-.195-3.393-.322-.553 5.84v.005Zm11.69-.333-2.329-.102a54.533 54.533 0 0 1-1.832-.118 75.285 75.285 0 0 0-1.059-.072l-2.902-.199-2.309-.22.338-3.542 2.257.215 2.856.194c.348.021.691.046 1.034.072.594.041 1.213.087 1.822.113l2.267.097-.143 3.557v.005Zm192.694-108.693 5.05 2.984 1.78-3.01 1.42-2.554c.18-.312.35-.619.52-.926.3-.543.61-1.085.9-1.633l1.62-3.096-5.2-2.713-1.59 3.035c-.28.522-.57 1.044-.86 1.566-.17.308-.35.615-.52.922l-1.38 2.487-1.73 2.943-.01-.005Zm4.64 1.402-3.06-1.812 1.16-1.96 1.39-2.503.51-.916c.3-.527.59-1.054.88-1.591l1.06-2.017 3.15 1.643-1.08 2.068c-.29.537-.59 1.074-.89 1.607-.17.312-.35.619-.51.931l-1.42 2.544-1.18 2.001-.01.005Zm3.84-17.089 5.28 2.554.25-.522c.52-1.085 1.04-2.191 1.54-3.26.31-.671.62-1.346.94-2.017.3-.701.6-1.377.89-2.057.48-1.08.97-2.201 1.43-3.307l.23-.532-5.41-2.267-.23.532c-.44 1.065-.91 2.139-1.37 3.178-.3.681-.6 1.362-.89 2.048-.31.66-.63 1.335-.94 2.016-.48 1.029-.97 2.088-1.47 3.122l-.25.522v-.01Zm4.74 1.013-3.2-1.55c.42-.876.83-1.761 1.23-2.621.31-.676.63-1.351.94-2.027.31-.701.6-1.376.9-2.057l1.16-2.662 3.28 1.377c-.4.927-.81 1.853-1.2 2.759-.3.681-.6 1.361-.9 2.047-.3.655-.62 1.331-.93 2.006-.42.896-.85 1.817-1.28 2.723v.005Zm2.38-17.355 5.47 2.103 1.25-3.26c.22-.583.42-1.167.63-1.755.11-.333.23-.666.35-.998l.97-2.749 1.08-3.332-5.58-1.806-1.06 3.255-.94 2.671c-.12.328-.24.661-.35.993-.2.563-.4 1.121-.61 1.679l-1.21 3.199Zm4.81.609-3.32-1.275.8-2.124c.22-.568.42-1.136.62-1.709.11-.328.23-.655.35-.983l.94-2.687.71-2.175 3.38 1.095-.72 2.217-.96 2.733c-.12.332-.24.665-.35 1.003-.2.578-.41 1.156-.62 1.725l-.83 2.18Zm8.07-101.472 5.83-.691-.07-.573c-.14-1.177-.3-2.354-.46-3.531l-.3-2.252-1-6.357-5.78.993.98 6.203c.09.727.19 1.474.29 2.221.15 1.142.3 2.278.44 3.419l.07.574v-.006Zm4.54-1.699-3.53.42c-.11-.957-.24-1.909-.38-2.861-.1-.742-.2-1.484-.29-2.232l-.81-5.092 3.51-.604.82 5.185c.1.737.19 1.489.3 2.241.13.983.26 1.961.38 2.943Zm-10.14-28.154.52 1.939.98 4.146c.22.855.4 1.73.58 2.579l.75 3.547 5.75-1.167-.76-3.618c-.19-.875-.38-1.786-.6-2.672l-1.01-4.248-.52-1.975-5.68 1.469h-.01Zm3.72 10.85-.52-2.421c-.18-.86-.36-1.745-.58-2.615l-.99-4.156-.22-.829 3.45-.891.22.855 1.01 4.238c.22.875.4 1.771.59 2.635l.52 2.478-3.48.706Zm-8.94-27.894 1.13 3.235 1.73 5.41.95 3.275 5.64-1.637-.98-3.353-1.78-5.563-1.15-3.307-5.54 1.94Zm4.6 10.492-.63-2.18-1.74-5.441-.76-2.159 3.36-1.177.77 2.2 1.77 5.533.65 2.226-3.41.993-.01.005Zm-60.49-95.437.43.394c2.46 2.273 5.04 4.806 8.12 7.959l.4.409 4.22-4.074-.41-.414c-3.14-3.23-5.79-5.83-8.33-8.179l-.43-.389-4 4.294Zm8.97 7.135c-2.74-2.805-5.09-5.113-7.33-7.196l2.42-2.605c2.3 2.134 4.69 4.483 7.47 7.329l-2.56 2.472Zm-22.54-18.707.45.358c3.45 2.739 6.23 5.047 8.74 7.273l.44.384 3.87-4.412-.43-.378c-2.59-2.293-5.45-4.663-8.98-7.468l-.46-.358-3.63 4.611v-.01Zm9.53 6.377a211.3 211.3 0 0 0-7.91-6.566l2.2-2.795c3.12 2.483 5.7 4.627 8.05 6.69l-2.34 2.676v-.005Zm-24.03-16.761.49.317c2.79 1.827 5.76 3.895 9.33 6.505l.46.338 3.49-4.719-.47-.343c-3.66-2.672-6.71-4.796-9.58-6.684l-.48-.318-3.23 4.898-.01.006Zm10.03 5.553a211.814 211.814 0 0 0-8.43-5.886l1.96-2.969c2.6 1.715 5.35 3.634 8.59 5.994l-2.12 2.861Zm-105.93-39.44 1.996.189 4.227.507a48.98 48.98 0 0 1 2.012.266c.266.04.527.077.793.118l3.383.486.901-5.799-3.455-.496c-.271-.036-.537-.077-.803-.118a53.085 53.085 0 0 0-2.099-.282l-4.324-.517-2.037-.194-.584 5.84h-.01Zm11.444.256-2.252-.323c-.266-.036-.527-.077-.788-.112-.671-.098-1.362-.2-2.053-.272l-4.232-.506-.855-.082.353-3.542.875.082 4.32.517a44.55 44.55 0 0 1 2.063.276c.271.041.537.082.808.118l2.298.332-.542 3.517.005-.006Zm-29.225-1.234 3.424.061c.593.01 1.202.041 1.791.067.348.015.696.036 1.044.046l2.841.123 3.403.235.404-5.855-3.48-.24-2.922-.128-1.049-.046a55.675 55.675 0 0 0-1.874-.072l-3.485-.067-.092 5.866-.005.01Zm11.423-.696-2.262-.154-2.861-.122-1.034-.046a52.974 52.974 0 0 0-1.827-.067l-2.267-.04.056-3.558 2.329.04c.609.011 1.233.042 1.837.068.353.015.706.035 1.06.046l2.901.128 2.314.158-.246 3.552v-.005Zm-29.239 1.193.568-.031c.752-.041 1.5-.082 2.252-.128 1.147-.067 2.288-.133 3.434-.184l2.841-.087.906-.031c.629-.02 1.279-.046 1.914-.041h.594l-.087-5.865h-.563c-.671-.01-1.352.015-2.007.035l-.921.031-2.912.092c-1.198.051-2.406.123-3.578.19-.752.046-1.499.087-2.252.128l-.588.03.399 5.855v.006Zm11.337-1.649c-.466.006-.927.021-1.377.041l-.901.031-2.851.087c-1.162.051-2.329.118-3.46.184-.557.031-1.12.067-1.678.098l-.241-3.552c.558-.031 1.116-.062 1.674-.098 1.167-.066 2.369-.138 3.552-.189l2.902-.092.931-.03c.456-.016.926-.032 1.392-.042l.051 3.557.006.005Zm-190.112 247.44.092.522c4.448 25.555 13.727 49.559 27.572 71.336 13.655 21.522 31.926 40.658 52.839 55.353 20.928 14.74 45.111 25.477 69.928 31.061a194.982 194.982 0 0 0 38.079 4.714 198.899 198.899 0 0 0 38.381-2.81c12.723-2.201 25.206-5.625 37.111-10.18a195.175 195.175 0 0 0 34.317-17.171c21.523-13.558 40.733-31.768 55.523-52.65 14.8-20.836 25.62-44.983 31.3-69.831 5.77-25.156 6.49-50.879 2.14-76.449-2.17-12.729-5.54-25.227-10.05-37.147a195.4 195.4 0 0 0-17.06-34.374c-13.49-21.567-31.63-40.827-52.47-55.69-20.843-14.893-44.954-25.8-69.726-31.537a195.227 195.227 0 0 0-38.053-4.965c-12.728-.4-25.641.476-38.391 2.59l-.568.092 2.089 12.626.568-.097c11.925-1.98 24.004-2.794 35.903-2.426a182.418 182.418 0 0 1 35.551 4.642c23.154 5.364 45.694 15.559 65.184 29.491 19.493 13.9 36.453 31.906 49.053 52.066a182.247 182.247 0 0 1 15.94 32.111 184.427 184.427 0 0 1 9.4 34.747c4.07 23.907 3.4 47.951-1.99 71.464-5.31 23.226-15.43 45.802-29.27 65.286-13.84 19.531-31.79 36.554-51.911 49.226a182.712 182.712 0 0 1-32.06 16.046c-11.126 4.258-22.806 7.462-34.711 9.519-11.904 2.037-23.983 2.923-35.893 2.631a182.595 182.595 0 0 1-35.581-4.402c-23.2-5.22-45.812-15.262-65.379-29.045-19.551-13.737-36.635-31.63-49.405-51.749-12.938-20.36-21.608-42.798-25.769-66.684-.026-.158-.056-.322-.082-.481a185.888 185.888 0 0 1-2.667-35.407 182.246 182.246 0 0 1 4.284-35.591c5.144-23.216 15.114-45.853 28.836-65.471 13.716-19.643 31.548-36.789 51.58-49.584a182.613 182.613 0 0 1 31.952-16.255c11.086-4.325 22.745-7.595 34.645-9.714l.568-.103-2.252-12.6-.568.102c-12.719 2.267-25.187 5.763-37.045 10.39a195.416 195.416 0 0 0-34.204 17.401c-21.43 13.686-40.505 32.024-55.174 53.029-14.673 20.974-25.334 45.188-30.836 70.026a195.071 195.071 0 0 0-4.586 38.094 198.905 198.905 0 0 0 2.851 37.853l.015-.005Zm386.062-66.433c.03.174.06.343.08.517 4.33 25.422 3.61 50.992-2.13 75.999-5.64 24.7-16.4 48.704-31.11 69.422-14.71 20.764-33.8 38.861-55.197 52.343a194.122 194.122 0 0 1-34.112 17.068c-11.834 4.53-24.25 7.933-36.897 10.119-12.652 2.165-25.488 3.107-38.155 2.794a194.198 194.198 0 0 1-37.854-4.683c-24.674-5.553-48.714-16.229-69.519-30.882-20.79-14.607-38.949-33.636-52.527-55.025-13.762-21.655-22.985-45.515-27.407-70.916-2.196-12.647-3.194-25.483-2.923-38.151a193.624 193.624 0 0 1 4.56-37.869c5.472-24.689 16.071-48.765 30.658-69.616 14.581-20.882 33.544-39.112 54.845-52.716a194.092 194.092 0 0 1 34-17.3c11.618-4.534 23.809-7.974 36.262-10.23l1.847 10.328c-11.776 2.134-23.313 5.389-34.296 9.673a183.97 183.97 0 0 0-32.157 16.357c-20.155 12.872-38.104 30.125-51.903 49.897-13.808 19.735-23.84 42.516-29.014 65.88a183.719 183.719 0 0 0-4.315 35.816c-.256 11.987.686 24.137 2.769 36.114 4.187 24.039 12.908 46.615 25.928 67.103 12.847 20.247 30.039 38.253 49.712 52.077 19.695 13.87 42.445 23.973 65.789 29.224a183.568 183.568 0 0 0 35.801 4.432c11.986.297 24.137-.593 36.118-2.646 11.976-2.073 23.728-5.297 34.926-9.581a183.551 183.551 0 0 0 32.264-16.142c20.257-12.755 38.317-29.885 52.237-49.538 13.92-19.603 24.11-42.322 29.44-65.696 5.43-23.661 6.1-47.855 2.01-71.915a186.913 186.913 0 0 0-9.46-34.961 183.323 183.323 0 0 0-16.04-32.316c-12.69-20.288-29.76-38.406-49.363-52.394-19.613-14.019-42.296-24.28-65.599-29.675a183.48 183.48 0 0 0-35.775-4.668c-11.782-.368-23.743.42-35.556 2.344l-1.714-10.348c12.488-2.037 25.13-2.872 37.592-2.483 12.719.4 25.442 2.058 37.828 4.94 24.623 5.701 48.591 16.546 69.317 31.353 20.72 14.776 38.75 33.923 52.16 55.362a193.946 193.946 0 0 1 16.96 34.169 198.357 198.357 0 0 1 9.91 36.415l.01.005Z"></path><path d="M861.57 112.194a169.764 169.764 0 0 1 33.104-2.236 167.594 167.594 0 0 1 32.736 4.273c21.48 4.975 42.045 14.29 60.086 27.188 18.054 12.877 33.534 29.296 45.214 47.987 11.72 18.696 19.64 39.624 23.35 61.617 3.73 21.982 3.09 44.348-1.83 65.854-4.92 21.491-14.14 42.097-26.98 60.174-12.82 18.092-29.19 33.626-47.846 45.377-18.66 11.777-39.557 19.761-61.535 23.553-21.977 3.772-44.343 3.235-65.864-1.632-21.512-4.837-42.133-14.003-60.261-26.773-18.149-12.749-33.723-29.081-45.541-47.696-11.833-18.624-19.914-39.486-23.738-61.453-3.848-21.967-3.388-44.338 1.408-65.875 4.765-21.527 13.87-42.173 26.578-60.342 12.693-18.185 28.958-33.836 47.542-45.705a168.172 168.172 0 0 1 29.424-14.97c10.277-4.013 20.974-7.002 31.947-8.957l-.68-3.823c-11.219 2.001-22.162 5.057-32.679 9.161a171.537 171.537 0 0 0-30.11 15.319c-19.014 12.145-35.648 28.154-48.632 46.754-13 18.583-22.31 39.701-27.188 61.724-4.903 22.033-5.379 44.932-1.443 67.385 3.91 22.453 12.181 43.811 24.285 62.865 12.089 19.045 28.022 35.75 46.58 48.791 18.543 13.062 39.635 22.438 61.643 27.387 22.018 4.975 44.911 5.528 67.379 1.669 22.464-3.875 43.857-12.043 62.948-24.096 19.083-12.023 35.833-27.909 48.943-46.416 13.13-18.492 22.57-39.563 27.59-61.556 5.04-22.002 5.7-44.896 1.88-67.364-3.8-22.484-11.89-43.903-23.88-63.03-11.96-19.126-27.79-35.918-46.257-49.087-18.451-13.19-39.481-22.72-61.458-27.807a171.76 171.76 0 0 0-33.498-4.371c-11.28-.353-22.617.42-33.862 2.288l.635 3.828.01-.005Z"></path><path d="m653.762 166.149.174.082 80.605 38.82.082-.174a173.57 173.57 0 0 1 15.487-25.994c5.973-8.287 12.626-15.989 19.776-22.894a173.235 173.235 0 0 1 23.426-19.019c8.204-5.532 17.079-10.425 26.368-14.53l.174-.077-.076-.174-36.063-81.874-.174.077c-14.151 6.25-27.724 13.727-40.33 22.228a262.625 262.625 0 0 0-35.74 29.01c-10.917 10.558-21.035 22.273-30.079 34.813a263.553 263.553 0 0 0-23.543 39.527l-.082.174-.005.005Zm80.6 38.391-80.083-38.57a262.827 262.827 0 0 1 23.425-39.297c9.029-12.524 19.137-24.219 30.033-34.762a262.885 262.885 0 0 1 35.689-28.969c12.539-8.455 26.03-15.897 40.095-22.12l35.832 81.347c-9.249 4.1-18.077 8.972-26.251 14.484a173.643 173.643 0 0 0-23.482 19.06c-7.165 6.92-13.834 14.638-19.822 22.944a173.708 173.708 0 0 0-15.436 25.878v.005Zm296.708 169.225.16.107 76.47 50.884.1-.158c8.48-12.698 15.96-26.415 22.23-40.771 6.27-14.418 11.23-29.24 14.73-44.062a264.947 264.947 0 0 0 6.72-45.991c.84-15.324.32-30.939-1.53-46.421l-.02-.19-.19.026-91.18 11.086.02.189a176.807 176.807 0 0 1 1 30.187 173.6 173.6 0 0 1-4.35 29.787c-2.25 9.54-5.47 19.167-9.58 28.605-4.1 9.407-8.97 18.343-14.47 26.558l-.11.159v.005Zm76.52 50.459-75.98-50.567c5.46-8.189 10.3-17.089 14.39-26.46 4.11-9.464 7.34-19.106 9.59-28.672 2.32-9.76 3.79-19.807 4.36-29.854.54-9.883.21-19.996-.97-30.064l90.61-11.014c1.83 15.395 2.34 30.929 1.5 46.166a264.175 264.175 0 0 1-6.7 45.924c-3.5 14.797-8.45 29.598-14.72 43.995-6.23 14.27-13.65 27.915-22.08 40.551v-.005ZM861.475 110.116l.189-.031c5.43-.87 10.364-1.448 15.078-1.771a177.464 177.464 0 0 1 15.104-.414c5.138.082 10.2.389 15.047.901 4.98.537 9.99 1.294 14.893 2.262 10.052 1.991 19.787 4.821 28.948 8.414a174.494 174.494 0 0 1 27.091 13.425l.163.102.103-.164 55.719-91.266-.16-.102a281.841 281.841 0 0 0-43.987-21.798c-15.048-5.896-30.924-10.513-47.184-13.722a280.32 280.32 0 0 0-24.326-3.685A278.877 278.877 0 0 0 893.596.788a283.583 283.583 0 0 0-24.572.68c-7.739.543-15.943 1.5-24.378 2.852l-.189.03.031.19 16.997 105.571-.01.005Zm116.375 22.366a174.458 174.458 0 0 0-26.983-13.358c-9.176-3.603-18.942-6.444-29.009-8.435a174.43 174.43 0 0 0-14.929-2.267c-4.857-.517-9.93-.819-15.078-.901a177.79 177.79 0 0 0-15.135.415c-4.667.317-9.55.89-14.919 1.745L844.892 4.678c8.358-1.336 16.48-2.283 24.152-2.82a282.833 282.833 0 0 1 24.537-.676c8.291.133 16.541.63 24.52 1.474a279.565 279.565 0 0 1 24.296 3.68c16.235 3.21 32.091 7.815 47.117 13.701a281.097 281.097 0 0 1 43.756 21.67l-55.415 90.775h-.005Zm-128.639-2.979 1.51-.404 1.525-.363-2.866-11.854-1.643.389-1.628.435 3.102 11.797Zm-6.003 1.694 2.994-.875-3.342-11.731-3.229.942 3.577 11.664Zm-5.911 1.955 1.469-.511c.486-.174.978-.348 1.474-.497l-3.808-11.587c-.537.164-1.064.343-1.591.532l-1.587.553 4.043 11.51Zm-5.82 2.176c.952-.41 1.934-.742 2.902-1.116l-4.274-11.424c-1.044.405-2.104.763-3.132 1.203l4.504 11.337Zm-5.721 2.405 2.845-1.238-4.734-11.245-3.076 1.336 4.965 11.147Zm-5.611 2.646c.926-.46 1.848-.931 2.794-1.351l-5.184-11.04c-1.019.456-2.017.962-3.015 1.459l5.41 10.932h-.005Z"></path><path d="M814.639 143.23c.901-.507 1.832-.962 2.738-1.454l-5.63-10.819c-.982.527-1.985 1.023-2.958 1.571l5.85 10.707v-.005Zm-5.386 3.091 2.672-1.581-6.065-10.584-2.881 1.704 6.274 10.461Zm-5.251 3.307 1.295-.86 1.316-.819-6.49-10.328-1.423.885-1.397.926 6.699 10.196Zm-5.127 3.505c.84-.609 1.705-1.177 2.549-1.776L794.52 141.3c-.911.645-1.843 1.265-2.749 1.92l7.104 9.913Zm-4.975 3.726 2.467-1.893-7.304-9.771-2.667 2.048 7.504 9.616Zm-4.827 3.931 1.183-1.013 1.213-.973-7.693-9.468-1.31 1.054-1.275 1.09 7.882 9.31Zm-4.683 4.115c.763-.706 1.551-1.382 2.319-2.078l-8.071-9.151c-.83.752-1.679 1.484-2.503 2.242l8.25 8.982.005.005Zm-4.498 4.31 2.226-2.181-8.434-8.818-2.401 2.354 8.609 8.645Zm-4.33 4.498 1.054-1.151 1.09-1.121-8.782-8.471-1.173 1.208-1.136 1.239 8.947 8.296Zm-4.161 4.658c.67-.799 1.377-1.561 2.057-2.349l-9.11-8.113c-.737.85-1.499 1.674-2.221 2.534l9.274 7.928Zm-3.961 4.831 1.95-2.441-9.428-7.739-2.108 2.631 9.586 7.549Zm-3.767 4.991.911-1.27c.302-.425.629-.829.947-1.243l-9.73-7.355c-.338.45-.691.885-1.018 1.341l-.988 1.366 9.878 7.161Zm-3.573 5.128c.557-.881 1.182-1.715 1.76-2.58l-10.016-6.96c-.629.931-1.295 1.837-1.899 2.784l10.155 6.756Zm-3.356 5.271 1.648-2.656-10.293-6.556-1.771 2.866 10.416 6.346Zm-3.135 5.405c.507-.911.998-1.827 1.541-2.718l-10.543-6.136c-.584.957-1.116 1.95-1.664 2.927l10.666 5.922v.005Zm-2.925 5.512.342-.701.364-.686.732-1.382-10.784-5.706-.783 1.489-.394.742-.374.758 10.897 5.486Zm-2.704 5.625 1.315-2.825-10.998-5.272-1.418 3.051 11.101 5.046Zm-2.452 5.732c.394-.962.768-1.929 1.203-2.876l-11.204-4.821c-.465 1.018-.87 2.068-1.295 3.101l11.301 4.596h-.005Zm-2.237 5.815.256-.737.276-.727.558-1.454-11.393-4.371-.598 1.572-.297.783-.277.793 11.475 4.141Zm-1.995 5.891.962-2.959-11.557-3.905-1.039 3.194 11.634 3.67Zm-1.74 5.967c.276-.998.527-2.001.839-2.989l-11.705-3.434c-.337 1.065-.609 2.15-.911 3.229l11.772 3.199.005-.005Zm-1.514 6.024.163-.762.19-.753.373-1.504-11.833-2.959-.404 1.628-.205.814-.174.819 11.89 2.717Zm1.457 74.341c-.261-1.009-.557-2.007-.778-3.03l-11.848 2.897c.241 1.1.558 2.175.839 3.265l11.787-3.137v.005Zm1.716 5.998c-.323-.988-.584-1.996-.886-2.989l-11.725 3.373c.322 1.075.609 2.16.951 3.224l11.654-3.608h.006Zm1.965 5.906-1.019-2.937-11.577 3.838c.353 1.06.737 2.114 1.1 3.173l11.501-4.074h-.005Zm2.195 5.809c-.194-.481-.399-.957-.583-1.438l-.543-1.453-11.413 4.304.589 1.571c.199.522.419 1.034.629 1.556l11.326-4.534-.005-.006Zm2.411 5.722-1.233-2.85-11.235 4.77 1.336 3.071 11.132-4.991Zm2.666 5.6-.691-1.387-.348-.696-.322-.707-11.025 5.221.348.757.374.753.742 1.499 10.922-5.44Zm2.871 5.496c-.522-.89-.973-1.822-1.464-2.733l-10.804 5.661c.527.983 1.018 1.986 1.581 2.953l10.687-5.881Zm3.098 5.38-1.582-2.672-10.564 6.096 1.705 2.881 10.441-6.305Zm3.325 5.241c-.563-.865-1.157-1.715-1.689-2.606l-10.313 6.521c.573.957 1.213 1.878 1.822 2.815l10.175-6.725.005-.005Zm3.522 5.112-.46-.624-.441-.64-.885-1.279-10.037 6.935.957 1.377.476.69.497.676 9.893-7.135Zm3.736 4.975-1.899-2.467-9.75 7.335 2.048 2.656 9.601-7.524Zm3.946 4.811c-.671-.793-1.361-1.571-1.996-2.39l-9.448 7.718c.691.881 1.433 1.725 2.155 2.58l9.289-7.908Zm4.131 4.668-.537-.568-.517-.584-1.034-1.161-9.126 8.091 1.116 1.254.558.63.578.614 8.962-8.276Zm4.318 4.499-2.185-2.227-8.798 8.456 2.359 2.4 8.624-8.629Zm4.511 4.314c-.758-.711-1.546-1.397-2.278-2.134l-8.444 8.803c.793.794 1.632 1.536 2.456 2.303l8.266-8.966v-.006Zm4.672 4.141c-.814-.655-1.572-1.372-2.355-2.052l-8.086 9.135c.849.737 1.668 1.505 2.543 2.212l7.903-9.295h-.005Zm4.836 3.956-2.441-1.95-7.713 9.448 2.63 2.109 7.524-9.607Zm5.005 3.747c-.839-.62-1.704-1.203-2.518-1.848l-7.329 9.75c.88.696 1.812 1.326 2.718 1.996l7.135-9.898h-.006Zm5.141 3.557c-.886-.553-1.725-1.167-2.59-1.751l-6.935 10.037c.926.635 1.837 1.29 2.789 1.889l6.731-10.175h.005Zm5.276 3.352-2.656-1.648-6.526 10.303 2.861 1.781 6.321-10.436Zm5.415 3.117-1.367-.763-.686-.373-.67-.399-6.106 10.563.721.425.737.41 1.474.813 5.897-10.676Zm5.521 2.907c-.942-.445-1.853-.942-2.774-1.428l-5.676 10.799c.993.522 1.981 1.06 2.994 1.541l5.461-10.907-.005-.005Zm5.63 2.692-2.825-1.32-5.241 11.014 3.05 1.423 5.016-11.117Zm5.739 2.436-1.444-.588c-.481-.195-.962-.384-1.438-.604l-4.79 11.219c.511.235 1.028.44 1.55.65l1.556.634 4.566-11.311Zm5.818 2.211c-.486-.174-.982-.332-1.464-.522l-1.453-.557-4.335 11.403 1.571.598c.522.205 1.055.374 1.582.563l4.104-11.485h-.005Zm5.896 1.992-2.958-.968-3.87 11.567 3.189 1.044 3.639-11.643Zm5.974 1.719-1.499-.409c-.502-.133-1.004-.266-1.495-.425l-3.403 11.715c.532.169 1.074.312 1.612.456l1.617.44 3.163-11.782.005.005Zm6.028 1.489c-1.013-.204-2.016-.465-3.019-.716l-2.928 11.843c1.085.271 2.165.548 3.26.773l2.687-11.9Zm90.165-6.822-2.907 1.09 4.187 11.46 3.137-1.183-4.417-11.367Zm5.734-2.38c-.952.404-1.888.845-2.856 1.213l4.648 11.28c1.044-.399 2.057-.875 3.081-1.31l-4.878-11.183h.005Zm5.64-2.59c-.46.236-.926.456-1.397.671l-1.407.65 5.102 11.081 1.52-.707c.507-.23 1.014-.465 1.51-.721l-5.328-10.974Zm5.523-2.82-2.743 1.449 5.548 10.865 2.963-1.561-5.768-10.753Zm5.403-3.05-1.33.793c-.446.266-.906.502-1.351.758l5.983 10.63c.486-.276.982-.532 1.463-.819l1.439-.855-6.198-10.507h-.006Zm5.282-3.25c-.865.573-1.756 1.095-2.626 1.653l6.413 10.38c.942-.599 1.904-1.167 2.836-1.787l-6.618-10.246h-.005Zm5.149-3.48-2.554 1.77 6.828 10.109 2.753-1.909-7.027-9.97Zm5.001-3.691-1.229.952-1.254.917 7.232 9.826 1.351-.987 1.331-1.029-7.431-9.679Zm4.867-3.879c-.794.67-1.612 1.305-2.416 1.965l7.621 9.525c.865-.711 1.75-1.397 2.605-2.119l-7.81-9.371Zm4.699-4.089L990 395.772l8 9.213 2.51-2.237-8.186-9.048Zm4.534-4.279-1.105 1.1-1.142 1.065 8.359 8.88 1.23-1.152 1.2-1.182-8.542-8.711Zm4.372-4.448c-.7.768-1.445 1.495-2.162 2.247l8.712 8.537c.78-.814 1.58-1.597 2.34-2.426l-8.89-8.358Zm4.19-4.637-2.07 2.344 9.06 8.179 2.22-2.523-9.21-8Zm3.99-4.801-.97 1.224c-.32.409-.67.798-1 1.197l9.37 7.81c.36-.429.73-.849 1.08-1.289l1.05-1.321-9.53-7.621Zm3.82-4.954c-.6.85-1.27 1.658-1.89 2.493l9.68 7.431c.67-.901 1.38-1.771 2.03-2.692l-9.82-7.232Zm3.6-5.108-1.77 2.58 9.97 7.032 1.91-2.774-10.11-6.838Zm3.39-5.251c-.54.886-1.08 1.781-1.67 2.641l10.25 6.633c.63-.931 1.2-1.894 1.8-2.845l-10.37-6.424-.01-.005Zm3.19-5.369-.37.681-.4.67-.79 1.346 10.49 6.219.86-1.454.43-.721.4-.737-10.62-6.004Zm2.97-5.497-1.45 2.764 10.73 5.789 1.57-2.979-10.85-5.574Zm2.73-5.609c-.45.942-.86 1.894-1.34 2.82l10.96 5.354c.52-.998.97-2.027 1.45-3.041l-11.07-5.133Zm2.51-5.707c-.37.973-.82 1.909-1.23 2.866l11.17 4.909c.44-1.034.92-2.042 1.33-3.092l-11.27-4.683Zm2.28-5.799-1.1 2.913 11.35 4.452 1.2-3.137-11.45-4.228Zm2.03-5.88c-.33.982-.62 1.981-.98 2.948l11.52 3.992c.4-1.049.71-2.124 1.07-3.183l-11.6-3.762-.01.005Zm1.8-5.953c-.26 1.004-.59 1.986-.87 2.984l11.67 3.527c.32-1.075.67-2.135.95-3.22l-11.75-3.285v-.006Zm-4.83-97.484 1.1 2.907 11.46-4.171-1.18-3.138-11.38 4.402Zm-2.36-5.743.63 1.423c.21.471.38.957.58 1.438l11.29-4.626c-.22-.517-.4-1.044-.64-1.551l-.67-1.536-11.18 4.858-.01-.006Zm-2.57-5.645c.46.926.87 1.878 1.31 2.81l11.09-5.082c-.48-1.009-.92-2.032-1.41-3.035l-10.99 5.307Zm-2.82-5.522 1.44 2.743 10.88-5.528-1.57-2.968-10.75 5.753Zm-3.04-5.41.79 1.331.76 1.356 10.63-5.963-.81-1.463-.85-1.444-10.52 6.183Zm-3.24-5.292 1.64 2.631 10.39-6.393-1.77-2.841-10.26 6.603Zm-3.48-5.149c.58.855 1.2 1.694 1.77 2.554l10.12-6.807c-.61-.932-1.27-1.838-1.9-2.759l-9.98 7.012h-.01Zm-3.67-5.011c.31.41.64.819.95 1.234l.91 1.259 9.84-7.212-.99-1.356c-.33-.45-.69-.885-1.02-1.331l-9.69 7.411v-.005Zm-3.87-4.872 1.96 2.416 9.53-7.606-2.11-2.61-9.38 7.8Zm-4.09-4.704c.69.783 1.4 1.541 2.07 2.329l9.22-7.984c-.72-.855-1.49-1.674-2.23-2.513l-9.06 8.168Zm-4.266-4.544 1.096 1.11 1.06 1.141 8.89-8.347-1.14-1.234-1.18-1.197-8.726 8.527Zm-4.443-4.387 2.242 2.176 8.547-8.701-2.42-2.339-8.369 8.864Zm-4.632-4.186c.773.696 1.571 1.366 2.339 2.067l8.192-9.033c-.83-.758-1.682-1.484-2.521-2.232l-8.015 9.198h.005Zm-4.796-4.008 1.223.973 1.193 1.008 7.83-9.356-1.289-1.085-1.316-1.049-7.641 9.509Zm-4.943-3.823c.839.614 1.658 1.264 2.492 1.889l7.447-9.663c-.901-.676-1.781-1.372-2.687-2.037l-7.252 9.811Zm-5.104-3.608 2.575 1.776 7.052-9.955-2.774-1.914-6.853 10.093Zm-5.24-3.399 1.331.819 1.305.855 6.648-10.226-1.412-.926-1.434-.881-6.438 10.359Zm-5.369-3.204c.911.502 1.796 1.055 2.697 1.577l6.234-10.487c-.973-.558-1.925-1.157-2.907-1.699l-6.024 10.609Zm-5.492-2.968 2.763 1.448 5.809-10.727-2.983-1.561-5.589 10.84Zm-5.604-2.743 1.418.655c.471.215.931.46 1.397.691l5.374-10.953c-.507-.246-.998-.512-1.51-.742l-1.525-.706-5.149 11.06-.005-.005Zm-5.701-2.524c.967.384 1.904.83 2.861 1.234l4.929-11.158c-1.034-.435-2.048-.921-3.087-1.33l-4.703 11.254Zm-5.793-2.287 2.907 1.105 4.478-11.347-3.142-1.192-4.243 11.434Zm-5.881-2.037c.988.317 1.976.629 2.948.993l4.013-11.521c-1.05-.389-2.119-.727-3.184-1.07l-3.777 11.598Zm-5.947-1.812c.501.128.998.281 1.494.43l1.49.445 3.541-11.674-1.607-.482c-.537-.163-1.069-.327-1.612-.465l-3.306 11.741v.005Zm-6.014-1.566 3.02.742 3.066-11.808-3.256-.798-2.83 11.864Zm-6.066-1.306 1.525.292c.507.097 1.008.225 1.515.333l2.59-11.92c-.548-.118-1.091-.251-1.638-.358l-1.643-.318-2.344 11.971h-.005Zm-6.112-1.079c1.024.148 2.037.348 3.061.511l2.104-12.017c-1.101-.174-2.201-.394-3.307-.553l-1.858 12.059Zm-6.146-.814 3.081.368 1.612-12.094-3.327-.399-1.366 12.125Z" class="svg-internal-circle"></path></g><path d="M1388.31 356.731h113.6l.29-.511 56.5-97.864-56.79-98.375h-113.6l-.29.512-56.5 97.863 56.79 98.375Zm112.42-2.037h-111.24l-55.62-96.338 55.62-96.338h111.24l55.62 96.338-55.62 96.338Z" style="mix-blend-mode:overlay;"></path><path d="M1401.81 333.347h86.59l43.3-74.99-43.3-74.991h-86.59l-43.29 74.991 43.29 74.99Zm85.42-2.037h-84.24l-42.12-72.953 42.12-72.954h84.24l42.12 72.954-42.12 72.953Z" style="mix-blend-mode:overlay;"></path><path d="M1401.81 333.347h86.59l43.3-74.99-43.3-74.991h-86.59l-43.29 74.991 43.29 74.99Zm85.42-2.037h-84.24l-42.12-72.953 42.12-72.954h84.24l42.12 72.954-42.12 72.953Zm-268.21-72.426h113.6l.29-.512 56.51-97.863-56.8-98.375h-113.6l-.29.512-56.5 97.863.3.511 56.5 97.864h-.01Zm112.42-2.037H1220.2l-55.62-96.338 55.62-96.338h111.24l55.62 96.338-55.62 96.338Z" style="mix-blend-mode:overlay;"></path><path d="m1194.17 176.943 1.76-1.019-8.9-15.415 44.4-76.89h16.26v-2.037h-17.44l-.29.507-45.28 78.42 9.49 16.434Zm36.08 62.497h38.23v-2.037h-37.05l-10.07-17.427-1.76 1.018 10.65 18.446Zm63.79 0h27.35l18.76-32.5-1.76-1.018-18.18 31.481h-26.17v2.037Z" style="mix-blend-mode:overlay;"></path><path d="M1294.04 239.44h27.35l18.76-32.5-1.76-1.018-18.18 31.481h-26.17v2.037Zm62.88-61.54 10.04-17.391-33.6-58.193-1.76 1.018 33.01 57.175-9.45 16.373 1.76 1.018Zm-137.9 276.188h113.6l.29-.512 56.51-97.863-56.8-98.375h-113.6l-.29.512-56.5 97.863.3.512 56.5 97.863h-.01Zm112.42-2.037H1220.2l-55.62-96.338 55.62-96.338h111.24l55.62 96.338-55.62 96.338Z" style="mix-blend-mode:overlay;"></path><path d="m1197.42 373.074 1.76-1.019-9.44-16.342 12.89-22.31-1.77-1.018-13.47 23.328 10.03 17.361Zm34.18 59.221h27.07v-2.037h-25.89l-11.42-19.776-1.76 1.018 12 20.795Z" style="mix-blend-mode:overlay;"></path><path d="M1231.6 432.295h27.07v-2.037h-25.89l-11.42-19.776-1.76 1.018 12 20.795Zm69.74 0h18.7l12-20.795-1.77-1.018-11.41 19.776h-17.52v2.037Zm51.04-56.023 11.87-20.559-21.52-37.265-1.76 1.019 20.93 36.246-11.29 19.541 1.77 1.018Z" style="mix-blend-mode:overlay;"></path><path d="m1352.38 376.272 11.87-20.559-21.52-37.265-1.76 1.019 20.93 36.246-11.29 19.541 1.77 1.018Zm-130.47-76.275 10.87-18.829h86.08l8.07 13.998 1.77-1.024-8.67-15.011h-88.43l-11.46 19.848 1.77 1.018ZM564.225 524.805h76.208l38.104-65.998-.296-.512-37.813-65.491H564.22l-38.105 65.998.297.512 37.813 65.491Zm75.031-2.037h-73.854l-36.927-63.961 36.927-63.961h73.854l36.927 63.961-36.927 63.961ZM554.64 299.46h55.27l27.638-47.864-27.638-47.865h-55.27l-27.638 47.865 27.638 47.864Zm54.093-2.037h-52.916l-26.461-45.827 26.461-45.828h52.916l26.46 45.828-26.46 45.827Zm-387.8 54.876H334.53l.291-.512 56.504-97.863-.297-.512-56.503-97.863H220.928l-.291.512-56.504 97.863.297.512 56.503 97.868v-.005Zm112.42-2.037H222.111l-55.619-96.338 55.619-96.338h111.242l55.618 96.338-55.618 96.338Z" style="mix-blend-mode:overlay;"></path><path d="M235.49 327.082h84.479l42.24-73.158-.297-.512-41.943-72.651H235.49l-42.24 73.158.297.512 41.943 72.651Zm83.302-2.037h-82.125l-41.063-71.121 41.063-71.121h82.125l41.062 71.121-41.062 71.121Z" style="mix-blend-mode:overlay;"></path><path d="M235.49 327.082h84.479l42.24-73.158-.297-.512-41.943-72.651H235.49l-42.24 73.158.297.512 41.943 72.651Zm83.302-2.037h-82.125l-41.063-71.121 41.063-71.121h82.125l41.062 71.121-41.062 71.121Zm71.429-70.594h113.596l.292-.511 56.503-97.864-.296-.511-56.504-97.869H390.215l-.291.512-56.504 97.863.297.512 56.504 97.863v.005Zm112.419-2.037H391.398l-55.619-96.338 55.619-96.338H502.64l55.618 96.338-55.618 96.338Z" style="mix-blend-mode:overlay;"></path><path d="m519.625 179.456 13.502-23.38-15.902-27.54-1.766 1.018 15.313 26.522-12.913 22.361 1.766 1.019Zm-54.748 51.196h25.196l11.378-19.715-1.766-1.018-10.789 18.691h-24.019v2.042Zm-60.914 0h25.467v-2.042h-24.29l-12.171-21.076-1.766 1.018 12.76 22.1Zm-30.639-53.064 1.766-1.019-11.833-20.493 41.881-72.538h83.758l9.632 16.69 1.766-1.024-10.221-17.703h-86.112l-43.059 74.575 12.422 21.512Z" style="mix-blend-mode:overlay;"></path><path d="m373.324 177.588 1.766-1.019-11.833-20.493 41.881-72.538h83.758l9.632 16.69 1.766-1.024-10.221-17.703h-86.112l-43.059 74.575 12.422 21.512Zm16.897 272.068h113.596l.292-.512 56.503-97.863-.296-.512-56.504-97.863H390.215l-.291.512-56.504 97.863.297.512 56.504 97.863Zm112.419-2.037H391.398l-55.619-96.338 55.619-96.338H502.64l55.618 96.338-55.618 96.338Z" style="mix-blend-mode:overlay;"></path><path d="m498.59 291.982 1.76-1.018-9.253-16.035h-23.646v2.037h22.469l8.67 15.016Zm-30.217 135.645h22.724l.292-.506 43.791-75.84-10.446-18.088-1.766 1.019 9.857 17.069-42.905 74.309h-21.547v2.037Zm-65.441 0h21.005v-2.037H404.11l-10.82-18.737-1.761 1.019 11.403 19.755Zm-32.899-56.984 1.766-1.019-10.589-18.343 12.529-21.706-1.766-1.019-13.118 22.725 11.178 19.362Zm22.996-74.479 11.081-19.198h30.995v-2.037h-32.172l-11.669 20.216 1.765 1.019Z" style="mix-blend-mode:overlay;"></path><g opacity=".19"><path d="M1572.47 384.108h145.91l.38-.655 72.58-125.711-72.96-126.366h-145.91l-.38.656-72.58 125.71 72.96 126.366Zm144.4-2.62h-142.89l-71.44-123.746 71.44-123.745h142.89l71.44 123.745-71.44 123.746Z" style="mix-blend-mode:overlay;"></path><path d="M1589.81 354.075h111.23l55.62-96.327-55.62-96.328h-111.23l-55.61 96.328 55.61 96.327Zm109.72-2.62h-108.21l-54.1-93.707 54.1-93.708h108.21l54.1 93.708-54.1 93.707Z" style="mix-blend-mode:overlay;"></path><path d="M1589.81 354.075h111.23l55.62-96.327-55.62-96.328h-111.23l-55.61 96.328 55.61 96.327Zm109.72-2.62h-108.21l-54.1-93.707 54.1-93.708h108.21l54.1 93.708-54.1 93.707Zm-344.51-93.032h145.91l.38-.655 72.58-125.711-72.96-126.36h-145.91l-.38.655-72.58 125.71.38.655 72.58 125.711v-.005Zm144.4-2.62h-142.89l-71.44-123.746 71.44-123.745h142.89l71.44 123.745-71.44 123.746Z" style="mix-blend-mode:overlay;"></path><path d="m1323.08 153.169 2.27-1.31-11.43-19.797 57.02-98.769h20.9v-2.62h-22.41l-.37.655-58.16 100.734 12.18 21.107Zm46.35 80.278h49.11v-2.616h-47.6l-12.92-22.386-2.27 1.31 13.68 23.692Zm81.94 0h35.14l24.1-41.749-2.26-1.31-23.35 40.443h-33.63v2.616Z" style="mix-blend-mode:overlay;"></path><path d="M1451.37 233.447h35.14l24.1-41.749-2.26-1.31-23.35 40.443h-33.63v2.616Zm80.77-79.049 12.9-22.336-43.15-74.755-2.27 1.31 42.4 73.445-12.14 21.025 2.26 1.311Zm-177.12 354.766h145.91l.38-.655 72.58-125.711-72.96-126.366h-145.91l-.38.655-72.58 125.711.38.655 72.58 125.711Zm144.4-2.621h-142.89l-71.44-123.745 71.44-123.745h142.89l71.44 123.745-71.44 123.745Z" style="mix-blend-mode:overlay;"></path><path d="m1327.26 405.103 2.26-1.311-12.12-20.994 16.55-28.656-2.27-1.31-17.3 29.966 12.88 22.305Zm43.91 76.07h34.78v-2.62h-33.26l-14.67-25.402-2.27 1.311 15.42 26.711Z" style="mix-blend-mode:overlay;"></path><path d="M1371.17 481.173h34.78v-2.62h-33.26l-14.67-25.402-2.27 1.311 15.42 26.711Zm89.58 0h24.02l15.42-26.711-2.27-1.311-14.67 25.402h-22.5v2.62Zm65.56-71.96 15.25-26.415-27.64-47.864-2.26 1.31 26.88 46.554-14.5 25.104 2.27 1.311Z" style="mix-blend-mode:overlay;"></path><path d="m1526.31 409.213 15.25-26.415-27.64-47.864-2.26 1.31 26.88 46.554-14.5 25.104 2.27 1.311Zm-167.59-97.976 13.97-24.188h110.56l10.38 17.974 2.27-1.31-11.13-19.285h-113.6l-14.71 25.499 2.26 1.31ZM513.923 600h97.894l48.944-84.776-.379-.655-48.565-84.121h-97.894l-48.944 84.776.378.655L513.923 600Zm96.379-2.621h-94.869l-47.435-82.16 47.435-82.161h94.869l47.434 82.161-47.434 82.16ZM501.61 310.546h70.999l35.499-61.484-35.499-61.484H501.61l-35.499 61.484 35.499 61.484Zm69.484-2.621H503.12l-33.989-58.868 33.989-58.868h67.974l33.984 58.868-33.984 58.868Zm647.556 8.02h70.99l35.5-61.483-35.5-61.484h-70.99l-35.5 61.484 35.5 61.483Zm69.48-2.62h-67.97l-33.99-58.868 33.99-58.869h67.97l33.98 58.869-33.98 58.868ZM72.953 378.412H218.87l.379-.655 72.58-125.711-.379-.655-72.58-125.711H72.953l-.378.655L0 252.051l.379.655 72.58 125.711-.006-.005Zm144.402-2.621H74.468L3.025 252.051l71.443-123.75h142.887l71.444 123.745-71.444 123.745Z" style="mix-blend-mode:overlay;"></path><path d="M91.655 346.019H200.17l54.257-93.973-.378-.655-53.879-93.318H91.655l-54.257 93.973.38.655 53.877 93.318Zm106.999-2.62H93.17l-52.742-91.353 52.742-91.353h105.49l52.742 91.353-52.742 91.353h-.006Z" style="mix-blend-mode:overlay;"></path><path d="M91.655 346.019H200.17l54.257-93.973-.378-.655-53.879-93.318H91.655l-54.257 93.973.38.655 53.877 93.318Zm106.999-2.62H93.17l-52.742-91.353 52.742-91.353h105.49l52.742 91.353-52.742 91.353h-.006Zm91.753-90.672h145.911l.379-.655 72.58-125.711-.379-.655L436.324 0H290.412l-.379.655-72.58 125.711.379.655 72.58 125.711-.005-.005Zm144.402-2.621H291.921l-71.443-123.745 71.443-123.74h142.888l71.443 123.745-71.443 123.745v-.005Z" style="mix-blend-mode:overlay;"></path><path d="m456.632 156.399 17.345-30.033-20.426-35.376-2.268 1.305 19.669 34.071-16.583 28.723 2.263 1.31Zm-70.323 65.757h32.361l14.618-25.324-2.268-1.305-13.865 24.009h-30.846v2.62Zm-78.251 0h32.715v-2.62h-31.205l-15.631-27.075-2.267 1.31 16.388 28.385Zm-39.353-68.157 2.267-1.311-15.195-26.322 53.791-93.175h107.588l12.375 21.434 2.267-1.31-13.127-22.745H308.058l-55.306 95.796 15.953 27.633Z" style="mix-blend-mode:overlay;"></path><path d="m268.705 153.999 2.267-1.311-15.195-26.322 53.791-93.175h107.588l12.375 21.434 2.267-1.31-13.127-22.745H308.058l-55.306 95.796 15.953 27.633Zm21.701 349.469h145.912l.378-.656 72.58-125.71-.379-.655-72.579-125.711H290.406l-.379.655-72.58 125.711.379.655 72.58 125.711Zm144.402-2.621H291.921l-71.444-123.745 71.444-123.746h142.887l71.443 123.746-71.443 123.745Z" style="mix-blend-mode:overlay;"></path><path d="m429.607 300.934 2.268-1.31-11.89-20.59h-30.376v2.615h28.866l11.132 19.285Zm-38.81 174.241h29.188l.379-.655 56.243-97.418-13.415-23.231-2.267 1.31 12.657 21.921-55.106 95.457h-27.679v2.616Zm-84.054 0h26.977v-2.616h-25.467l-13.896-24.07-2.267 1.305 14.653 25.381Zm-42.266-73.199 2.268-1.311-13.604-23.563 16.096-27.879-2.267-1.305-16.849 29.184 14.356 24.874Zm29.536-95.668 14.239-24.659h39.809v-2.615h-41.319l-14.996 25.964 2.267 1.31Z" style="mix-blend-mode:overlay;"></path></g></g><path fill="#B3B3B3" d="m474.413 144.049-25.263-11.582-.435-.2-.44.2-25.263 11.582.435 2.006h50.531l.435-2.006Zm-1.484 31.169h-49.482v7.682h50.531v-7.682h-1.049Zm-4.991-26.005h3.659c-.184.317-.45.589-.778.773l-.527.302v21.005l.527.302c.322.189.594.455.778.772h-3.659c.184-.317.45-.588.777-.772l.528-.302v-21.005l-.528-.302a2.164 2.164 0 0 1-.777-.773Z"></path><path fill="#B3B3B3" d="M466.122 150.262c.266.456.609.86 1.013 1.183v18.701a4.26 4.26 0 0 0-1.013 1.182c-.635 1.101-.563 1.961-.563 3.153h8.424c0-1.192.072-2.047-.563-3.153a4.19 4.19 0 0 0-1.013-1.182v-18.701a4.25 4.25 0 0 0 1.013-1.183 4.197 4.197 0 0 0 .563-2.098v-1.054h-8.424c0 1.192-.072 2.047.563 3.152Zm-14.035 0c.261.456.609.86 1.013 1.183v18.701a4.26 4.26 0 0 0-1.013 1.182c-.635 1.101-.563 1.961-.563 3.153h8.424c0-1.192.072-2.047-.563-3.153a4.19 4.19 0 0 0-1.013-1.182v-18.701a4.25 4.25 0 0 0 1.013-1.183 4.197 4.197 0 0 0 .563-2.098v-1.054h-8.424c0 1.192-.072 2.047.563 3.152Zm-14.039 0c.261.456.609.86 1.013 1.183v18.701a4.26 4.26 0 0 0-1.013 1.182c-.635 1.101-.563 1.961-.563 3.153h8.424c0-1.192.072-2.047-.563-3.153a4.19 4.19 0 0 0-1.013-1.182v-18.701a4.25 4.25 0 0 0 1.013-1.183 4.197 4.197 0 0 0 .563-2.098v-1.054h-8.424c0 1.192-.072 2.047.563 3.152Zm-14.039 0c.261.456.609.86 1.013 1.183v18.701a4.26 4.26 0 0 0-1.013 1.182c-.635 1.101-.563 1.961-.563 3.153h8.424c0-1.192.072-2.047-.563-3.153a4.19 4.19 0 0 0-1.013-1.182v-18.701a4.207 4.207 0 0 0 1.576-3.281v-1.054h-8.424c0 1.192-.072 2.047.563 3.152ZM1445.31 426.446c-2.55 1.331-4.44 3.03-5.76 4.919a13.318 13.318 0 0 0-2.4 7.339c-.06 2.508.56 5.005 1.72 7.222 1.1 2.103 2.68 3.951 4.63 5.312 3.39 2.365 7.21 2.887 10.75 2.114 2.64-.573 5.13-1.868 7.18-3.649 2.04-1.786 3.66-4.074 4.56-6.633 1.17-3.353 1.1-7.155-.86-10.892-1.83-3.506-4.97-5.896-8.57-6.93-3.58-1.023-7.61-.706-11.25 1.198Zm-3.64 6.398c1.09-1.566 2.68-2.979 4.83-4.11 3.03-1.582 6.38-1.848 9.35-.993 2.94.844 5.51 2.789 7 5.63 1.59 3.045 1.64 6.131.7 8.844-.75 2.119-2.1 4.023-3.82 5.528-1.73 1.504-3.81 2.594-6.02 3.07-2.89.63-5.98.21-8.72-1.699-1.61-1.121-2.92-2.651-3.83-4.391-.96-1.832-1.47-3.895-1.42-5.963.05-2.042.65-4.094 1.93-5.921v.005Z"></path><path fill="#B3B3B3" d="m1453.37 425.392-1.88-3.603a3.315 3.315 0 0 0-4.16-1.551c-2.02.803-4.6 2.385-6.6 3.429a3.328 3.328 0 0 0-1.64 1.95 3.3 3.3 0 0 0 .23 2.528l1.88 3.603 2.29-1.197 2.46-2.999 5.13-.973 2.29-1.197v.01Zm-27.17-25.197c3.03 1.582 5.15 4.182 6.15 7.099 2.13 6.254-1.28 12.775-7.63 14.597-2.97.85-6.32.589-9.34-.993-3.03-1.581-5.16-4.181-6.15-7.099-2.13-6.254 1.27-12.775 7.62-14.597 2.97-.849 6.33-.588 9.35.993Zm8.6 6.27c-1.2-3.526-3.76-6.654-7.41-8.557-3.64-1.904-7.67-2.222-11.25-1.198-3.59 1.034-6.74 3.424-8.57 6.93-1.84 3.506-2.01 7.447-.8 10.993 1.2 3.527 3.76 6.654 7.41 8.558 3.64 1.904 7.67 2.221 11.25 1.198 3.6-1.034 6.74-3.424 8.58-6.93 1.83-3.506 2-7.447.79-10.994Z"></path><path fill="#B3B3B3" d="m1422.93 398.046 7.58 3.966 2.29 1.198 1.89-3.603c.05-.098.08-.174.11-.241.32-.742.35-1.576.13-2.318a3.134 3.134 0 0 0-1.73-1.966l-6.55-2.784c-.81-.343-1.7-.389-2.48-.143a3.2 3.2 0 0 0-1.91 1.592l-1.62 3.101 2.3 1.198h-.01Z"></path><path fill="#B3B3B3" d="M1443.81 398.025a3.875 3.875 0 0 0-1.04-2.789 3.887 3.887 0 0 0-2.7-1.239l-3.89-.148a3.863 3.863 0 0 0-2.79 1.039 3.83 3.83 0 0 0-1.24 2.702 3.876 3.876 0 0 0 1.04 2.79 3.852 3.852 0 0 0 2.7 1.238l3.89.149a3.868 3.868 0 0 0 2.79-1.039 3.914 3.914 0 0 0 1.24-2.703Zm-2.94-1.023c.23.245.37.573.35.931-.01.353-.17.671-.42.901-.24.225-.57.363-.93.348l-3.89-.148a1.317 1.317 0 0 1-1.25-1.352c.02-.353.18-.67.42-.9.25-.226.57-.364.93-.348l3.89.148c.36.015.67.174.9.42Zm7.4 1.376a3.893 3.893 0 0 0-2.05 2.155c-.36.926-.37 1.996.06 2.974l1.57 3.562a3.86 3.86 0 0 0 2.15 2.052c.93.364 2 .369 2.98-.061s1.69-1.223 2.05-2.155c.36-.926.37-1.996-.06-2.973l-1.57-3.563a3.86 3.86 0 0 0-2.15-2.052c-.93-.363-2-.369-2.98.061Zm.36 3.087a1.305 1.305 0 0 1 1.69-.737c.3.117.57.358.71.685l1.57 3.563c.14.327.14.685.02.998-.12.307-.36.573-.69.716-.32.143-.68.143-.99.021a1.278 1.278 0 0 1-.72-.686l-1.57-3.562a1.328 1.328 0 0 1-.02-.998Z"></path><path fill="#B3B3B3" d="M1448.7 402.33c.67.245 1.42-.098 1.66-.768a1.288 1.288 0 0 0-.77-1.664l-8.33-3.07a1.29 1.29 0 0 0-1.66.772c-.25.671.1 1.418.77 1.664l8.33 3.071v-.005Zm-1.17 10.149a3.882 3.882 0 0 0-2.87.798 3.86 3.86 0 0 0-1.47 2.585l-.48 3.864a3.854 3.854 0 0 0 .79 2.866 3.909 3.909 0 0 0 2.59 1.474 3.846 3.846 0 0 0 2.86-.798 3.871 3.871 0 0 0 1.48-2.585l.48-3.864a3.858 3.858 0 0 0-.8-2.866 3.864 3.864 0 0 0-2.58-1.474Zm-1.28 2.835c.26-.205.6-.307.96-.261a1.297 1.297 0 0 1 1.13 1.454l-.48 3.864c-.05.353-.23.66-.49.865-.26.205-.6.307-.96.261-.36-.046-.66-.23-.87-.491-.2-.262-.31-.599-.26-.963l.48-3.864c.05-.353.23-.66.49-.865Z"></path><path fill="#B3B3B3" d="M1452.13 407.018a1.297 1.297 0 0 0-.72-1.679 1.292 1.292 0 0 0-1.68.727l-3.27 8.255c-.26.666.06 1.413.72 1.679.67.261 1.42-.061 1.68-.727l3.27-8.255ZM300.217 251.304h-13.891v23.558h14.96v-23.558h-1.069Zm-16.066 0h-13.885v23.558h14.96v-23.558h-1.075Zm-16.096 0H254.17v23.558h14.955v-23.558h-1.07Zm35.377 24.618h-51.407v2.139h51.407v-2.139Zm0-27.817h-51.407v2.144h51.407v-2.144Zm-11.516-15.83a2.68 2.68 0 0 1 3.787 0 2.683 2.683 0 0 1 0 3.787 2.68 2.68 0 0 1-3.787 0 2.68 2.68 0 0 1 0-3.787Zm7.543 14.755c-.015-2.083-.624-5.256-1.586-6.858-1.008-1.679-2.431-2.815-4.069-2.815s-3.061 1.136-4.069 2.815c-.962 1.602-1.566 4.775-1.587 6.858h11.311Z"></path><path fill="#B3B3B3" d="M293.81 227.745a4.801 4.801 0 0 0-3.409 1.413 4.813 4.813 0 0 0-1.413 3.408c0 1.331.538 2.534 1.413 3.409a4.813 4.813 0 0 0 3.409 1.413 4.8 4.8 0 0 0 3.408-1.413 4.813 4.813 0 0 0 1.413-3.409 4.8 4.8 0 0 0-1.413-3.408 4.813 4.813 0 0 0-3.408-1.413Zm-10.431 19.285c-.015-2.083-.624-5.256-1.586-6.858-1.009-1.679-2.431-2.815-4.069-2.815s-3.061 1.136-4.069 2.815c-.962 1.602-1.566 4.775-1.587 6.858h11.311Z"></path><path fill="#B3B3B3" d="M277.729 227.745a4.8 4.8 0 0 0-3.408 1.413 4.813 4.813 0 0 0-1.413 3.408c0 1.331.538 2.534 1.413 3.409a4.813 4.813 0 0 0 3.408 1.413 4.801 4.801 0 0 0 3.409-1.413 4.813 4.813 0 0 0 1.413-3.409 4.8 4.8 0 0 0-1.413-3.408 4.813 4.813 0 0 0-3.409-1.413Zm-10.432 19.285c-.015-2.083-.624-5.256-1.586-6.858-1.009-1.679-2.431-2.815-4.069-2.815s-3.061 1.136-4.069 2.815c-.962 1.602-1.566 4.775-1.587 6.858h11.311Z"></path><path fill="#B3B3B3" d="M261.647 227.745a4.8 4.8 0 0 0-3.408 1.413 4.813 4.813 0 0 0-1.413 3.408c0 1.331.538 2.534 1.413 3.409a4.813 4.813 0 0 0 3.408 1.413 4.801 4.801 0 0 0 3.409-1.413 4.813 4.813 0 0 0 1.413-3.409 4.8 4.8 0 0 0-1.413-3.408 4.813 4.813 0 0 0-3.409-1.413Zm194.694 104.573c.072-.051.185-.118.297-.189 1.382-.865 3.173-1.981 3.219-8.89a1.193 1.193 0 0 0-2.078-.804c-.598.66-1.202.993-1.775 1.08-.64.092-1.295-.113-1.894-.512-2.068-1.366-4.914-2.6-7.938-2.907-2.437-.251-4.991.092-7.37 1.418l-.077.046c-2.17 1.438-3.66 2.769-4.345 4.355-.737 1.705-.523 3.522.813 5.789.19.317.502.517.84.573.353.057.691.097 1.008.123.343.026.681.041 1.013.041 2.431 0 4.683-.686 6.475-1.843a9.693 9.693 0 0 0 2.687-2.533 9.483 9.483 0 0 0 2.308 2.37c1.628 1.182 3.69 1.96 5.957 2.139.323.026.625-.082.855-.271l.005.015Z"></path><path fill="#B3B3B3" d="M435.791 329.979c-.179.338-.466.573-.742.809-.896.747-1.74 1.459-1.74 3.951 0 .978.358 1.935.941 2.667.425.532.978.957 1.607 1.197.492 1.531 1.101 3.24 1.884 4.847.936 1.919 2.129 3.7 3.685 4.908.686.533 1.418.84 2.206 1.014.727.158 1.474.199 2.272.199.799 0 1.566-.046 2.308-.215a5.387 5.387 0 0 0 2.222-1.044c1.545-1.218 2.723-2.989 3.649-4.893.778-1.597 1.382-3.296 1.868-4.811a3.763 3.763 0 0 0 1.633-1.192 4.291 4.291 0 0 0 .921-2.677c0-.86-.409-1.709-.988-2.452a8.573 8.573 0 0 0-2.267-1.996l-1.198 2.063a5.97 5.97 0 0 1 1.577 1.397c.281.364.481.722.481.983 0 .466-.149.885-.394 1.192-.22.277-.512.456-.835.492l-.778.087-.23.742c-.491 1.576-1.111 3.419-1.94 5.118-.793 1.628-1.765 3.112-2.978 4.069a3.026 3.026 0 0 1-1.27.583c-.517.118-1.121.149-1.786.149s-1.249-.026-1.766-.143a2.99 2.99 0 0 1-1.243-.564c-1.229-.951-2.211-2.441-3.005-4.068-.834-1.71-1.458-3.563-1.955-5.149l-.23-.742-.778-.087c-.302-.036-.589-.226-.809-.502a1.911 1.911 0 0 1-.419-1.182c0-1.387.424-1.745.88-2.124.445-.374.911-.763 1.31-1.52l-2.103-1.121.01.015Zm-5.225 48.525h16.695v-12.913l-.025-.215-2.437-10.359-.199-.399-3.496-4.417-.496-.63-.881.144-13.25 2.134-.783.128-.246.634c-.834 2.155-1.704 3.732-2.482 5.139-1.305 2.37-2.37 4.294-2.672 7.539-.056.604-.087 11.388-.087 12.094v1.126h10.359v-.005Z"></path><path fill="#B3B3B3" d="M461.25 378.504h-16.695v-12.913l.025-.215 2.436-10.359.2-.399 3.496-4.417.496-.63.881.144 13.25 2.134.783.128.246.634c.834 2.155 1.704 3.732 2.482 5.139 1.305 2.37 2.37 4.294 2.672 7.539.056.604.087 11.388.087 12.094v1.126H461.25v-.005Zm811.6-241.226v3.362h2.1v-3.362c0-.548-.54-.983-1.08-.973-.52.011-1.03.481-1.02.973Zm0 8.051v39.777h2.1v-39.777h-2.1Z"></path><path fill="#B3B3B3" d="M1273.9 139.586c-.94 0-1.79.379-2.4.993a3.358 3.358 0 0 0-.99 2.4c0 .937.37 1.787.99 2.401.61.614 1.46.993 2.4.993s1.79-.379 2.4-.993a3.4 3.4 0 0 0 .99-2.401 3.4 3.4 0 0 0-.99-2.4 3.371 3.371 0 0 0-2.4-.993Z"></path><path fill="#B3B3B3" d="M1292.54 144.029a1.05 1.05 0 0 0 0-2.099h-16.3c-.57 0-1.05.471-1.05 1.049 0 .579.48 1.05 1.05 1.05h16.3Zm-20.98 0c.57 0 1.04-.471 1.04-1.05 0-.578-.47-1.049-1.04-1.049h-16.31c-.57 0-1.04.471-1.04 1.049 0 .579.47 1.05 1.04 1.05h16.31Zm27.52 25.242h-18.17v1.049a9.58 9.58 0 0 0 2.82 6.792 9.572 9.572 0 0 0 6.79 2.815c2.65 0 5.05-1.075 6.79-2.815a9.58 9.58 0 0 0 2.82-6.792v-1.049h-1.05Z"></path><path fill="#B3B3B3" d="m1289.42 143.133-8.51 26.138 2 .624 8.51-26.143-2-.619Z"></path><path fill="#B3B3B3" d="m1289.62 143.752 8.5 26.143 2-.624-8.5-26.138-2 .619Zm-22.74 25.519h-18.16v1.049a9.57 9.57 0 0 0 2.81 6.792 9.578 9.578 0 0 0 6.8 2.815c2.65 0 5.05-1.075 6.79-2.815a9.57 9.57 0 0 0 2.81-6.792v-1.049h-1.05Z"></path><path fill="#B3B3B3" d="m1257.23 143.133-8.51 26.138 2 .624 8.51-26.143-2-.619Z"></path><path fill="#B3B3B3" d="m1257.42 143.752 8.51 26.143 2-.624-8.51-26.138-2 .619Zm11.18 42.306h10.59c0-3.603-10.59-3.603-10.59 0Zm24.15 160.758H1255v6.045c1.16.532 3.3 1.407 4.04 1.648 1.26.409 2.56.721 3.86.972 2.93.568 5.98.86 8.97.952v-1.991h4.82v1.981c3.03-.113 6.11-.425 9.06-1.029 1.29-.266 2.58-.588 3.82-1.018.73-.251 2.89-1.229 3.98-1.781v-5.779h-.8Zm-20.88 10.421v3.639h4.82v-3.65c3.08-.112 6.21-.43 9.22-1.049 1.35-.276 2.7-.619 4-1.075.67-.235 2.47-1.044 3.64-1.617v18.231H1255v-17.975c1.22.542 3.05 1.285 3.74 1.515 1.31.43 2.66.757 4.01 1.018 2.98.579 6.07.87 9.12.968v-.005Zm1.61-1.183h1.6v3.215h-1.6v-3.215Z"></path><path fill="#B3B3B3" d="M1281.51 346.816h-14.46v-1.505c0-.47.19-.895.5-1.202.31-.313.74-.502 1.2-.502h11.05c.47 0 .89.195 1.2.502.31.312.5.737.5 1.202v1.505h.01Zm-15.27 1.607h16.87v-3.112a3.314 3.314 0 0 0-3.31-3.311h-11.04a3.314 3.314 0 0 0-3.31 3.311v3.112h.8-.01Z"></path><path fill="#B3B3B3" fill-rule="evenodd" d="M573.443 258.285h-10.441v8.491h11.244v-8.491h-.803Zm-5.625 2.866h1.607v2.754h-1.607v-2.754Z" clip-rule="evenodd"></path><path fill="#B3B3B3" d="M599.948 236.252h-35.341v1.003h35.341v-1.003Z"></path><path fill="#B3B3B3" d="M600.748 234.645h-37.746v4.217h38.549v-4.217h-.803Zm-.001 34.337h-37.751v4.217h38.555v-4.217h-.804Zm-36.144 1.607h35.341v1.003h-35.341v-1.003Z"></path><path fill="#B3B3B3" d="M599.242 238.058h-1.607v31.727h1.607v-31.727Zm-5.383 0h-1.607v31.727h1.607v-31.727Zm-5.391 0h-1.607v31.727h1.607v-31.727Zm-5.388 0h-1.607v31.727h1.607v-31.727Zm-5.635 0h-1.607v31.727h1.607v-31.727Zm-6.746 0v11.403a5.559 5.559 0 0 1 1.607 1.009v-12.412h-1.607Zm-5.39 0v12.11a5.471 5.471 0 0 1 1.607-.84v-11.265h-1.607v-.005Zm3.312 12.601c-1.075 0-2.048.44-2.754 1.147a3.892 3.892 0 0 0-1.146 2.753v5.277h7.8v-5.277a3.88 3.88 0 0 0-1.147-2.753 3.89 3.89 0 0 0-2.753-1.147Zm-1.623 2.283a2.29 2.29 0 0 1 1.623-.676c.634 0 1.202.261 1.622.676.415.414.676.988.676 1.622v3.67h-4.591v-3.67c0-.629.256-1.203.675-1.622h-.005Zm31.201 187.747c-2.656.261-4.908.665-6.49 1.172-1.914.609-3.02 1.484-3.02 2.574 0 1.392 2.017 2.493 5.282 3.148 2.826.563 6.715.916 10.994.916s8.169-.348 10.994-.916c3.265-.655 5.282-1.756 5.282-3.148 0-1.085-1.091-1.955-2.984-2.564-1.561-.501-3.788-.911-6.413-1.172l-.773-.077-.266.727c-.19.507-.834.993-1.781 1.377-1.07.435-2.467.696-4.003.696-1.535 0-2.943-.261-4.007-.696-.947-.384-1.592-.875-1.776-1.382l-.266-.737-.773.077v.005Z"></path><path fill="#B3B3B3" d="M605.026 435.284c-.982 0-1.806-.164-2.492-.302-1.479-.297-2.493-.496-3.532.63-.276.302-.675 1.32-1.018 2.395-.41 1.279-.798 2.748-.798 3.102 0 1.335.982 2.487 2.569 3.255 1.366.665 3.229 1.074 5.271 1.074 2.043 0 3.906-.409 5.272-1.074 1.587-.773 2.569-1.92 2.569-3.255 0-.308-.348-1.823-.716-3.143-.302-1.085-.64-2.104-.865-2.39-.988-1.234-2.047-.998-3.583-.655-.727.164-1.612.358-2.677.358v.005Zm-8.479 11.756-.123.226c-.164.291-.251.455-.333.762a3.255 3.255 0 0 0-1.033 1.014 3.59 3.59 0 0 0-.574 1.965c0 .855.292 1.638.768 2.237a3.1 3.1 0 0 0 1.356.992c.41 1.27.911 2.687 1.561 4.023.778 1.597 1.771 3.081 3.066 4.085a4.43 4.43 0 0 0 1.843.844c.604.133 1.228.164 1.893.164.666 0 1.3-.036 1.925-.179a4.512 4.512 0 0 0 1.853-.87c1.284-1.014 2.267-2.488 3.035-4.074.644-1.326 1.146-2.739 1.55-3.998a3.097 3.097 0 0 0 1.357-.993 3.588 3.588 0 0 0 .767-2.236c0-.594-.143-1.162-.399-1.658a3.299 3.299 0 0 0-1.126-1.27c-.087-.056-.041-.102-.205-.297-.378-.46-.875-1.064-1.177-1.294l-1.213 1.602c.128.097.533.588.84.962.271.327.486.593.66.706a1.3 1.3 0 0 1 .435.496c.107.21.169.466.169.748 0 .384-.123.732-.328.988-.179.225-.419.378-.686.404l-.655.071-.194.625c-.41 1.31-.927 2.84-1.612 4.253-.655 1.351-1.464 2.585-2.472 3.378a2.586 2.586 0 0 1-1.05.481c-.43.097-.926.123-1.484.123-.558 0-1.034-.026-1.469-.118a2.475 2.475 0 0 1-1.029-.466c-1.018-.793-1.832-2.026-2.492-3.377-.696-1.418-1.213-2.959-1.622-4.279l-.195-.625-.655-.071c-.261-.031-.502-.179-.686-.405a1.566 1.566 0 0 1-.327-.987c0-.333.092-.635.245-.876.144-.225.343-.394.568-.47l.558-.2.103-.578c.066-.384.107-.451.215-.645.03-.057.071-.123.138-.256l-1.771-.942.005.015Z"></path><path fill="#B3B3B3" d="m608.487 462.395-2.57 3.9-.112.235-.84 2.513-.844-2.538-.113-.241-2.564-3.874-2.226.174 3.045 4.703 1.684 5.052-.149 6.505-5.281-7.631 1.929-2.774.425-.614-.471-.589-7.043-8.803 5.528-.773-.276-1.991-7.273 1.019-1.745.245 1.1 1.377 4.33 5.415c-2.441 1.213-4.499 2.902-6.024 4.913-1.756 2.314-2.805 5.047-2.933 7.969l-.225 5.154-.046 1.039h1.044l36.42.174h1.091l-.082-1.075-.415-5.328c-.225-2.876-1.269-5.573-2.973-7.861-1.515-2.037-3.552-3.746-5.994-4.975l4.34-5.425 1.096-1.367-1.73-.25-7.063-1.034-.292 1.991 5.333.783-3.987 4.985-3.066 3.828-.471.589.425.614 1.92 2.753-5.6 7.606.149-6.352 1.714-5.143 2.831-4.719-2.007-.169.011-.01Zm842.423-231.057c-5.17 0-9.85 2.093-13.23 5.481a18.646 18.646 0 0 0-5.48 13.236c0 5.169 2.09 9.847 5.48 13.235 3.38 3.388 8.06 5.482 13.23 5.482s9.85-2.094 13.24-5.482a18.646 18.646 0 0 0 5.48-13.235c0-5.17-2.09-9.848-5.48-13.236a18.668 18.668 0 0 0-13.24-5.481Zm-11.72 6.991c3-2.999 7.14-4.857 11.72-4.857 4.58 0 8.72 1.858 11.73 4.857 3 2.999 4.85 7.145 4.85 11.726 0 4.58-1.85 8.726-4.85 11.725-3 2.999-7.15 4.857-11.73 4.857s-8.72-1.858-11.72-4.857-4.86-7.145-4.86-11.725a16.54 16.54 0 0 1 4.86-11.726Z"></path><path fill="#B3B3B3" d="M1450.58 231c-5.17 0-9.85 2.093-13.24 5.481a18.65 18.65 0 0 0-5.48 13.236c0 5.169 2.09 9.847 5.48 13.235 3.39 3.388 8.07 5.482 13.24 5.482s9.85-2.094 13.23-5.482a18.654 18.654 0 0 0 5.49-13.235c0-5.169-2.1-9.847-5.49-13.236a18.627 18.627 0 0 0-13.23-5.481Zm-11.73 6.991c3-2.999 7.15-4.857 11.73-4.857s8.72 1.858 11.72 4.857c3 3 4.86 7.145 4.86 11.726 0 4.581-1.86 8.726-4.86 11.725-3 3-7.14 4.858-11.72 4.858-4.58 0-8.72-1.858-11.73-4.858a16.52 16.52 0 0 1-4.85-11.725c0-4.581 1.85-8.721 4.85-11.726Zm-19.38 45.771 13.42-11.126.79-.666-.64-.808-5.18-6.511-.68-.854-.84.701-7 5.881.13 13.383Z"></path><path fill="#B3B3B3" d="m1419.13 283.43 13.42-11.127.8-.67-.64-.809-5.18-6.505-.68-.855-.84.701-7.01 5.881.13 13.384Z"></path><path fill="#B3B3B3" d="m1436.76 261.089-7.97 6.831 1.38 1.617 7.97-6.832-1.38-1.616Z"></path><path fill="#B3B3B3" d="m1436.42 260.752-7.97 6.831 1.39 1.617 7.97-6.831-1.39-1.617Zm30.94 9.575c-1.16 4.049-3.4 6.639-6.05 8.184-3.46 2.012-7.62 2.288-11 1.689-3.4-.599-5.56-2.871-6.92-5.962-.88-1.976-1.44-4.284-1.79-6.72-.81-.43-1.59-.922-2.33-1.464.35 3.25 1 6.392 2.16 9.038 1.65 3.721 4.29 6.459 8.51 7.207 3.8.67 8.49.348 12.44-1.95 3.09-1.802 5.71-4.801 7.03-9.443.66-2.298.88-5.031.72-7.918a36.3 36.3 0 0 0-.78-5.748 19.432 19.432 0 0 1-1.6 3.204c.13.896.21 1.787.26 2.662.15 2.651-.05 5.144-.64 7.216l-.01.005Zm-26.24-8.24c-.41-.332-.8-.686-1.18-1.064-.36-.364-.7-.742-1.02-1.131-.2-10.677 1.77-17.535 4.8-21.266 1.7-2.104 3.74-3.25 5.95-3.552 2.17-.297 4.46.235 6.69 1.489 3.71 2.078 7.32 6.198 9.97 11.777.06.563.09 1.136.09 1.715 0 1.126-.12 2.231-.35 3.306-2.47-7.273-6.56-12.585-10.75-14.94-1.83-1.029-3.67-1.469-5.37-1.238-1.67.23-3.24 1.126-4.58 2.784-2.94 3.618-4.77 10.702-4.25 22.115v.005Zm13.11 3.122c-.69.149-1.39.256-2.11.313a56.82 56.82 0 0 1-.3-3.44 69.31 69.31 0 0 1-.1-4.606c.05-3.818.04-10.856 3.52-2.564.37.901.71 1.847 1 2.804.42 1.387.87 3.445 1.06 5.421.03.348.05.69.07 1.033-.69.313-1.39.579-2.11.789 0-.517-.03-1.065-.08-1.628-.17-1.822-.58-3.721-.97-4.995-.11-.353-.23-.712-.36-1.07v.241c-.02 1.499.02 3.009.1 4.473.04.727.13 1.955.29 3.24l-.01-.011Zm-3.2.359h-.12c-.68 0-1.37-.046-2.04-.133a61.76 61.76 0 0 1-.26-3.189c-.1-2.119-.15-4.407-.04-6.689.1-2.304.37-4.602.89-6.72.09-.389.28-1.05.51-1.741.71-2.042 1.78-2.354 3.37-.844.5.481.95.972 1.22 1.285 1.03 1.238 1.93 2.656 2.69 4.15a30.144 30.144 0 0 1 2.04 5.103c.48 1.536.92 3.526 1.14 5.523-.65.501-1.32.946-2.03 1.335l-.03-.358a28.406 28.406 0 0 0-1.11-5.881c-.49-1.586-1.12-3.214-1.91-4.749-.69-1.346-1.5-2.626-2.44-3.747-.21-.25-.56-.639-.96-1.023-.19.573-.35 1.126-.43 1.458-.48 1.976-.73 4.141-.83 6.321-.11 2.201-.07 4.422.04 6.485.06 1.126.15 2.293.29 3.434l.01-.02Zm6.76 3.045c.89-.328 1.74-.717 2.57-1.167-.06.287-.12.563-.2.829-.24.855-.56 1.633-1.04 2.313a5.09 5.09 0 0 1-2.09 1.72c-.78.358-1.67.563-2.56.645-1.94.179-3.34.276-4.19-1.622-.24-.538-.45-1.147-.56-1.526.39.026.79.036 1.19.036.34 0 .69-.01 1.03-.025.35 1.146.57 1.182 2.34 1.018.67-.061 1.32-.21 1.87-.46.54-.246.93-.589 1.23-1.009.16-.225.29-.476.42-.747l-.01-.005Zm3.4-.041c.17-.568.28-1.182.35-1.827.78-.497 1.53-1.049 2.24-1.658-.02 1.443-.18 2.835-.53 4.068-.8 2.78-2.37 4.694-4.43 5.835-2.19 1.213-4.9 1.51-7.77 1.003a4.45 4.45 0 0 1-1.01-.297 3.939 3.939 0 0 1-.96-.588c-1.4-1.177-2.26-3.419-2.8-5.809.75.179 1.52.317 2.29.409.44 1.638 1.05 3.061 1.89 3.767.13.113.27.2.43.266.16.072.34.118.54.154 2.4.425 4.63.204 6.38-.763 1.56-.865 2.76-2.359 3.39-4.555l-.01-.005Zm-13.42-3.317c-.75-.153-1.49-.363-2.2-.624a48.59 48.59 0 0 1-.16-2.216c-.13-2.564-.18-5.599.06-8.599.23-3.05.75-6.08 1.77-8.572.22-.548.73-1.643 1.37-2.478.51-.665 1.13-1.197 1.85-1.32.8-.143 1.72.148 2.58.624 1.11.609 2.2 1.536 2.75 2.083 1.48 1.449 2.74 3.199 3.79 5.073 1.19 2.124 2.12 4.427 2.79 6.627.33 1.086.64 2.319.88 3.614-.42.547-.87 1.07-1.37 1.566-.15.154-.31.302-.47.445a31.66 31.66 0 0 0-1.08-5.01c-.62-2.053-1.49-4.202-2.61-6.203-.96-1.715-2.1-3.302-3.42-4.597-.47-.46-1.37-1.238-2.27-1.735-.48-.266-.93-.44-1.2-.389-.11.021-.3.231-.52.512-.49.645-.9 1.536-1.08 1.986-.92 2.267-1.41 5.077-1.63 7.933-.22 2.912-.17 5.85-.05 8.332.04.789.11 1.822.23 2.954l-.01-.006Zm16.5 4.197c.47-1.607.62-3.449.57-5.343.02-.021.04-.036.05-.056.71-.702 1.35-1.449 1.93-2.237.04.42.08.839.11 1.259.14 2.436 0 4.857-.6 6.966-.53 1.853-1.34 3.516-2.49 4.918a11.322 11.322 0 0 1-4.15 3.184c-1.38.629-2.88 1.008-4.4 1.177-1.62.174-3.25.107-4.79-.164-3.65-.645-5.67-3.572-6.81-7.037-.43-1.3-.73-2.677-.95-4.028.76.343 1.53.634 2.33.88.18.84.39 1.679.65 2.477.91 2.785 2.46 5.129 5.15 5.605 1.35.24 2.79.296 4.2.148 1.31-.143 2.59-.466 3.74-.993a9.267 9.267 0 0 0 3.39-2.595c.94-1.162 1.62-2.569 2.08-4.156l-.01-.005Zm-19.82-5.287c-.77-.353-1.51-.767-2.22-1.243 0-.118-.01-.236-.02-.348-.14-2.841-.18-6.096.08-9.305.27-3.26.86-6.495 1.98-9.233.46-1.131 1.1-2.395 1.98-3.45.94-1.136 2.13-2.027 3.64-2.298 1.37-.246 2.76.062 4.05.645 1.57.717 3.02 1.878 4.09 2.928 1.66 1.632 3.09 3.592 4.27 5.696 1.33 2.359 2.37 4.898 3.13 7.355l.09.332a15.62 15.62 0 0 1-1.43 2.984 30.37 30.37 0 0 0-.7-2.697c-.71-2.324-1.68-4.719-2.94-6.93-1.09-1.929-2.39-3.726-3.91-5.22-.93-.906-2.16-1.899-3.49-2.503-.93-.425-1.89-.65-2.79-.486-.94.163-1.72.773-2.37 1.55-.71.86-1.25 1.925-1.64 2.892-1.02 2.518-1.57 5.538-1.83 8.609-.26 3.127-.22 6.28-.08 9.023.03.522.06 1.095.1 1.699h.01Z"></path><path fill="#b3b3b3ff" d="M1467.03 269.99c-1.16 4.048-3.4 6.638-6.06 8.184-3.45 2.011-7.61 2.287-10.99 1.689-3.4-.599-5.56-2.872-6.92-5.963-.88-1.976-1.44-4.284-1.79-6.72-.81-.43-1.59-.921-2.33-1.464.34 3.25.99 6.393 2.16 9.039 1.64 3.721 4.29 6.459 8.51 7.206 3.79.67 8.49.348 12.43-1.95 3.1-1.802 5.72-4.801 7.04-9.443.66-2.298.88-5.031.72-7.918-.1-1.873-.37-3.818-.78-5.747-.44 1.11-.97 2.185-1.6 3.204.13.895.21 1.786.26 2.661.15 2.651-.05 5.144-.65 7.217v.005Zm-26.24-8.24c-.41-.333-.8-.686-1.18-1.065-.36-.363-.71-.742-1.02-1.131-.2-10.676 1.77-17.535 4.79-21.266 1.71-2.103 3.75-3.25 5.96-3.552 2.17-.297 4.45.236 6.69 1.49 3.71 2.078 7.32 6.198 9.97 11.776.06.563.09 1.137.09 1.715 0 1.126-.12 2.231-.35 3.306-2.47-7.273-6.56-12.585-10.75-14.94-1.84-1.028-3.67-1.468-5.37-1.238-1.67.23-3.24 1.126-4.58 2.784-2.94 3.619-4.77 10.702-4.25 22.115v.006Zm13.11 3.122c-.69.148-1.4.255-2.11.312a49.635 49.635 0 0 1-.3-3.44 69.295 69.295 0 0 1-.1-4.606c.05-3.818.04-10.855 3.51-2.564.38.901.72 1.848 1.01 2.805.42 1.387.87 3.444 1.06 5.42.03.348.05.691.07 1.034-.69.312-1.39.578-2.12.788 0-.517-.02-1.065-.07-1.628a27.694 27.694 0 0 0-.97-4.995 24.93 24.93 0 0 0-.36-1.07v.241c-.02 1.499.02 3.009.1 4.473.04.727.12 1.955.29 3.24l-.01-.01Zm-3.2.358h-.12c-.69 0-1.37-.046-2.04-.133-.13-1.085-.2-2.16-.26-3.189a70.63 70.63 0 0 1-.05-6.689c.11-2.303.38-4.601.9-6.72.09-.389.28-1.049.51-1.74.71-2.042 1.77-2.355 3.37-.845.5.481.95.973 1.21 1.285 1.04 1.238 1.94 2.656 2.7 4.151a30.99 30.99 0 0 1 2.04 5.102c.47 1.536.91 3.527 1.13 5.523-.64.501-1.32.947-2.02 1.336l-.03-.359a28.396 28.396 0 0 0-1.11-5.88c-.49-1.587-1.12-3.215-1.91-4.75-.69-1.346-1.5-2.626-2.44-3.746-.21-.251-.56-.64-.96-1.024-.2.573-.35 1.126-.43 1.459-.48 1.975-.73 4.14-.84 6.32-.1 2.201-.06 4.422.05 6.485.06 1.126.14 2.293.29 3.429l.01-.015Zm6.76 3.045c.88-.327 1.74-.716 2.57-1.167-.06.287-.12.563-.2.829-.24.855-.56 1.633-1.04 2.314a5.095 5.095 0 0 1-2.09 1.719c-.78.359-1.67.563-2.56.645-1.94.179-3.35.277-4.19-1.622a13.06 13.06 0 0 1-.56-1.525c.39.025.79.035 1.19.035.34 0 .68-.01 1.03-.025.35 1.146.57 1.182 2.34 1.018.67-.061 1.32-.209 1.87-.46.54-.246.93-.589 1.23-1.009.16-.225.29-.475.41-.747v-.005Zm3.4-.041c.17-.568.28-1.182.35-1.827.78-.496 1.52-1.049 2.24-1.658-.02 1.443-.18 2.835-.54 4.069-.79 2.779-2.37 4.693-4.42 5.834-2.19 1.213-4.9 1.51-7.77 1.003a4.583 4.583 0 0 1-1.02-.296 3.92 3.92 0 0 1-.95-.589c-1.4-1.177-2.27-3.419-2.8-5.809.75.179 1.52.317 2.29.409.44 1.638 1.04 3.061 1.88 3.767.14.113.28.2.43.266.17.072.35.118.55.154 2.4.425 4.62.205 6.37-.763 1.56-.865 2.77-2.359 3.4-4.555l-.01-.005Zm-13.42-3.316c-.75-.154-1.49-.364-2.2-.625a48.59 48.59 0 0 1-.16-2.216c-.13-2.564-.18-5.599.05-8.598.24-3.051.76-6.081 1.78-8.573.22-.548.73-1.643 1.37-2.477.51-.666 1.13-1.198 1.84-1.321.81-.143 1.72.149 2.59.625 1.11.609 2.19 1.535 2.75 2.083 1.48 1.448 2.73 3.199 3.78 5.072 1.2 2.124 2.12 4.427 2.8 6.628.33 1.085.64 2.318.88 3.613-.42.548-.88 1.07-1.37 1.566-.16.154-.31.302-.47.445a31.685 31.685 0 0 0-1.08-5.01c-.62-2.052-1.49-4.202-2.61-6.203-.97-1.715-2.1-3.301-3.42-4.596-.47-.461-1.37-1.239-2.28-1.735-.48-.266-.92-.441-1.19-.389-.11.02-.3.23-.52.511-.49.645-.9 1.536-1.08 1.986-.93 2.268-1.41 5.077-1.63 7.933-.22 2.913-.18 5.85-.05 8.333.04.788.11 1.822.23 2.953l-.01-.005Zm16.5 4.197c.46-1.608.62-3.45.57-5.344.02-.02.04-.036.05-.056.7-.701 1.35-1.449 1.93-2.237.04.42.08.84.1 1.259.15 2.437 0 4.857-.6 6.966-.52 1.853-1.34 3.516-2.48 4.919a11.33 11.33 0 0 1-4.15 3.183c-1.38.63-2.88 1.008-4.4 1.177a17.24 17.24 0 0 1-4.8-.164c-3.64-.644-5.66-3.572-6.8-7.037-.43-1.3-.73-2.677-.95-4.028.76.343 1.53.635 2.33.88.17.84.38 1.679.64 2.478.92 2.784 2.47 5.128 5.15 5.604 1.36.24 2.8.297 4.21.148 1.31-.143 2.58-.465 3.74-.993a9.24 9.24 0 0 0 3.38-2.594c.95-1.162 1.63-2.57 2.09-4.156l-.01-.005Zm-19.83-5.288c-.77-.353-1.51-.767-2.22-1.243 0-.118-.01-.236-.02-.348-.14-2.841-.18-6.096.09-9.305.27-3.26.85-6.495 1.97-9.233.46-1.131 1.11-2.395 1.98-3.45.94-1.136 2.14-2.026 3.64-2.298 1.37-.245 2.76.062 4.05.645 1.58.717 3.02 1.879 4.1 2.928 1.66 1.632 3.08 3.593 4.27 5.696 1.33 2.36 2.37 4.898 3.12 7.355.04.107.07.22.1.333a15.64 15.64 0 0 1-1.43 2.983 39.59 39.59 0 0 0-.7-2.697c-.71-2.323-1.69-4.719-2.94-6.93-1.09-1.929-2.4-3.726-3.92-5.22-.92-.906-2.16-1.899-3.48-2.503-.93-.425-1.9-.65-2.8-.486-.93.164-1.72.773-2.36 1.551-.71.86-1.25 1.924-1.64 2.891-1.03 2.519-1.57 5.538-1.83 8.609-.26 3.127-.23 6.28-.08 9.023.02.522.06 1.096.1 1.699Z"></path><path fill="#3e7a10ff" d="M990.1 248.8c.4-1.2.6-2.5.6-3.8 0-22.1-52.4-33.6-104.3-33.6S782.2 222.9 782.2 245s.3 2.6.7 3.8h-.7v62.8c0 9.6 7.8 17.3 17.3 17.3v-64.6c.5.3.9.5 1.4.7 2 .9 4.2 1.7 6.5 2.6 7.9 3 13 10.5 13 18.9v7.9c-.3 4-9.3 7.2-13.4 7.2 4 0 13.1 3.1 13.4 7.2v20H876v-50.5h.8c3.2 0 6.4.2 9.6.2s5.5 1.2 7.5 3.1c1.9 1.9 3.1 4.5 3.1 7.4v37.9c0 1.1.9 1.9 1.9 1.9h13.5c1.1 0 1.9-.9 1.9-1.9v-36.4c0-7.4 5.5-13.7 13-14.6 3-.4 5.8-.8 8-1.1v54h17.3v-16.5c1-4.6 5-8 9.8-8.1h1c5.3.2 9.5 4.3 10 9.5v15.1c9.6 0 17.3-7.8 17.3-17.3v-62.8h-.7Zm-189.3 3.5c-.5-.3-.9-.6-1.4-.9l-3.7-2.6c-1.4-1.3-2.2-2.7-2.2-3.8 0-7.5 32.6-21.9 92.4-22 60.1 0 93 14.5 93 22s-.8 2.5-2.2 3.8l-3.5 2.5c-3.9 2.5-9.6 4.9-17.3 7.2v-1c0-13.5-35.1-20.6-69.6-20.6s-69.7 7.1-69.7 20.6 0 .7.1 1c-6.8-2-12.2-4.1-16-6.3Zm104.3 22.4v-.3c0-.9-.2-1.9-.5-2.7-1.1-2.9-3.8-4.9-7.2-4.9h-.5c-3.5.1-7.2.2-10.9.2s-6.1 0-9.2-.1c-6-.2-11.8-.5-17.2-.9-7.6-.6-14.5-1.5-20.7-2.5-5.3-.9-10.1-1.9-14.5-2.9-1.2-1.1-1.8-2-1.8-3 0-6 24.9-14.8 63.9-14.8s63.9 8.8 63.9 14.8-.6 2-1.8 3c-4.1 1-8.6 1.9-13.5 2.7-6.3 1-13.3 1.9-20.9 2.6-.4 0-.8 0-1.2.2-.1-.1-.3-.1-.4-.1-.5 0-1 .1-1.6.2h-.1c-2.8.6-5.1 2.8-5.7 5.6-.2.6-.2 1.2-.2 1.8s0 .8.1 1.1h-.1Zm-56.9 52.9c-5.8 0-10.5-4.7-10.5-10.5v-31.3c0-5.7 5-10.2 10.7-9.5l3 .4c4.1.5 7.2 4 7.2 8.1v32.9c-.3 5.6-4.8 9.9-10.5 9.9Zm104.3-30.3V289.4c0-10.3 6.6-19.5 16.2-23.1 1.9-.7 3.5-1.3 4.7-1.9v32.9h-20.9Z"></path>',32)];function ZE(t,e){return n.openBlock(),n.createElementBlock("svg",FE,[...UE])}const HE={render:ZE},QE={class:"fge-login-container fge-auth-container"},qE={class:"left"},zE={class:"right auth-relative-container"},KE={class:"right-container"},jE={class:"fge-login"},JE={class:"right-container-footer"},J2=n.defineComponent({__name:"PrincipalLoginComp",emits:["onLogin","onLoginError"],setup(t,{emit:e}){const r=Ee(),a=ka(),o=e;return n.onMounted(()=>{r.currentPage="login",Q0("password-modified"),r.initializeTokensFromStorage(),z0()}),(i,s)=>(n.openBlock(),n.createElementBlock("div",QE,[n.createElementVNode("div",qE,[n.createVNode(n.unref(HE))]),n.createElementVNode("div",zE,[n.unref(a).isLoading?(n.openBlock(),n.createBlock(Hi,{key:0})):n.createCommentVNode("",!0),n.createElementVNode("div",KE,[n.createElementVNode("div",jE,[n.unref(r).currentPage==="registrar"?(n.openBlock(),n.createBlock(py,{key:0})):n.createCommentVNode("",!0),n.unref(r).currentPage==="recuperar-password"?(n.openBlock(),n.createBlock(VE,{key:1})):n.createCommentVNode("",!0),n.unref(r).currentPage==="login"?(n.openBlock(),n.createBlock(YC,{key:2,onOnLogin:s[0]||(s[0]=l=>o("onLogin")),onOnError:s[1]||(s[1]=l=>o("onLoginError"))})):n.createCommentVNode("",!0)])]),n.createElementVNode("div",JE,[n.createVNode(gy)])])]))}});function XE(){const t=n.ref(!1);return{displayModal:t,openDialog:()=>{t.value=!0},closeDialog:a=>{t.value=!1,typeof a=="function"&&a()}}}const WE="AUTH_PERFIL_PERSONA_EDITAR_FOTO",$E=t=>{var a;const r=((a=Ee().userState)==null?void 0:a.permisos)||[];if(r.length!==0)switch(typeof t){case"string":return r.includes(t);case"object":return t.every(o=>r.includes(o));default:return!1}return!1},YE={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 113 113"},GE=["stroke"],NE=["fill"],X2=n.defineComponent({__name:"DefaultUserIcon",setup(t){const e=n.computed(()=>window.getComputedStyle(document.documentElement).getPropertyValue("--fge-gray-icon")),r=n.computed(()=>window.getComputedStyle(document.documentElement).getPropertyValue("--fge-gray-color"));return(a,o)=>(n.openBlock(),n.createElementBlock("svg",YE,[n.createElementVNode("path",{stroke:e.value,"stroke-miterlimit":"10","stroke-width":"2",d:"M56.48 111.28a55 55 0 1 0 0-110 55 55 0 0 0 0 110Z"},null,8,GE),n.createElementVNode("path",{fill:r.value,d:"M85.32 53.21a29.5 29.5 0 0 0-29.47-29.47A29.5 29.5 0 0 0 26.4 53.21 29.47 29.47 0 0 0 45.87 80.9 38.04 38.04 0 0 0 22.88 100a54.78 54.78 0 0 0 33.38 11.3 55.18 55.18 0 0 0 33.82-11.65 37.61 37.61 0 0 0-23.6-18.98A29.47 29.47 0 0 0 85.3 53.21h.01Z"},null,8,NE)]))}}),ek={class:"header-container"},tk={class:"fge-auth-foto-container"},nk={class:"fge-image-container"},rk=["src"],ak={key:1,class:"default-icon-size mr-2"},ok={key:0,class:"img-absolute-container"},ik={class:"fge-text-gray fge-perfil-nombre"},sk={class:"fge-text-gray fge-perfil-data"},lk={class:"fge-text-gray fge-perfil-data"},ck={key:0,class:"text-left"},uk=[n.createElementVNode("span",null,[n.createElementVNode("i",{class:"pi pi-lock",style:{"margin-right":"5px"}}),n.createTextVNode(" Cambiar contraseña ")],-1)],dk=n.defineComponent({__name:"FgePerfilHeader",props:{cambiarPassword:{type:null,required:!1},changeImage:{type:Function,required:!1}},setup(t){const e=Ee(),r=n.ref(!0),a=()=>{r.value=!1};return(o,i)=>{var s,l,c,u;return n.openBlock(),n.createElementBlock("div",ek,[n.createElementVNode("div",null,[n.createElementVNode("div",tk,[n.createElementVNode("div",nk,[r.value?(n.openBlock(),n.createElementBlock("img",{key:0,src:(s=n.unref(e).userState.user)==null?void 0:s.fotoUrl,class:"fge-auth-profile-img",onError:a},null,40,rk)):(n.openBlock(),n.createElementBlock("div",ak,[n.createVNode(X2)]))]),o.$slots.floatButton?(n.openBlock(),n.createElementBlock("div",ok,[n.renderSlot(o.$slots,"floatButton")])):n.createCommentVNode("",!0)])]),n.createElementVNode("div",null,[n.createElementVNode("p",ik,n.toDisplayString((l=n.unref(e).userState.user)==null?void 0:l.nombreCompleto),1),n.createElementVNode("p",sk,"CI. "+n.toDisplayString((c=n.unref(e).userState.user)==null?void 0:c.ci),1),n.createElementVNode("p",lk,n.toDisplayString(((u=n.unref(e).userState.user)==null?void 0:u.sexo)==="M"?"Masculino":"Femenino"),1),t.cambiarPassword?(n.openBlock(),n.createElementBlock("div",ck,[n.createElementVNode("button",{onClick:i[0]||(i[0]=()=>{var d;return(d=t.cambiarPassword)==null?void 0:d.call(t)}),class:"fge-green-button change-psw-btn",label:"Cambiar contraseña"},uk)])):n.createCommentVNode("",!0)])])}}});async function Ak(t){return new Promise((e,r)=>{const a=new FileReader;a.readAsDataURL(t),a.onload=()=>e(a.result),a.onerror=o=>r(o)})}const W2=t=>t&&{whatsapp:1,telegram:2,email:3}[t]||0,fk=async t=>{var o;const e=Ee(),r=W2(t.medio),a={usuarioId:(o=e.userState.user)==null?void 0:o.id,medio:r};return e.apiBaseURLAuthNv?oe.post("/v1/usuario/perfil/verificar-medio/enviar",a).then(i=>i).catch(i=>{var s;if((s=i.response)!=null&&s.data)return i.response.data;throw i}):oe.post("/v1/perfil-persona/perfil/verificar-medio/enviar",a).then(i=>i).catch(i=>{var s;if((s=i.response)!=null&&s.data)return i.response.data;throw i})},pk=async t=>{var o;const e=Ee(),r=W2(t.medio),a={usuarioId:(o=e.userState.user)==null?void 0:o.id,medio:r,codigo:t.code_confirmacion};return e.apiBaseURLAuthNv?oe.post("/v1/usuario/perfil/verificar-medio/confirmar",a).then(i=>i).catch(i=>{var s;throw(s=i.response)!=null&&s.data?i.response.data:i}):oe.post("/v1/perfil-persona/perfil/verificar-medio/confirmar",a).then(i=>i).catch(i=>{var s;throw(s=i.response)!=null&&s.data?i.response.data:i})},mk=async t=>Ee().apiBaseURLAuthNv?oe.patch("/v1/usuario/perfil/cambiar-password",t).then(r=>r).catch(r=>{var a;throw(a=r.response)!=null&&a.data?r.response.data:r}):oe.patch("/v1/perfil-persona/perfil/cambiar-password",t).then(r=>r).catch(r=>{var a;throw(a=r.response)!=null&&a.data?r.response.data:r}),hk=async t=>oe.post("/v1/perfil-persona/update/profile/img",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),gk=async t=>{var a;const e=Ee();if(!e.apiBaseURLAuthNv)return oe.post("/v1/perfil-persona/actualizar/datos",t).then(o=>o).catch(o=>{var i;throw(i=o.response)!=null&&i.data?o.response.data:o});const r={usuarioId:(a=e.userState.user)==null?void 0:a.id,...t};return oe.patch("/v1/usuario/perfil/actualizar-datos",r).then(o=>o).catch(o=>{var i;throw(i=o.response)!=null&&i.data?o.response.data:o})},vk=async t=>oe.post("/v1/perfil-persona/2fa/verificacion",{checked:t}).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),yk=async t=>oe.patch(`/v1/perfil-persona/2fa/asignar/medio/${t}`).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),Gn=n.ref([]),Mc=n.ref(),Tn=n.ref(0);function _c(){var z;const t=[re.object().shape({celular:re.string().required().matches(Pl).length(8).label("Celular"),email:re.string().required().email().label("E-mail"),direccion:re.string().required().label("Dirección"),medio:re.string().optional().label("Medio de verificación")}),re.object().shape({codigo:re.string().required().matches(Pr).label("Código")}),re.object().shape({oldPassword:re.string().required().label("Contraseña actual"),newPassword:re.string().required().matches(No).min(8).max(15).label("Nueva contraseña"),repetirPassword:re.string().required().oneOf([re.ref("newPassword")],"Las contraseñas deben ser iguales").label("Confirmación de la contraseña")})],e=n.ref(!1),r=n.ref("normal"),a=Ee(),o=n.ref(!1),i=n.ref(),{refCounter:s,currentContacto:l,currentMedio:c,openTelegram:u,enviarMensaje:d,openTelegramPage:A,tiempoRestanteWhatsapp:f,tiempoRestanteTelegram:p,tiempoRestanteEmail:v,message2Fa:C,message2FaContexto:y,url2FaContexto:E}=vi("profile"),h=n.ref(),m=n.ref(!1),g=n.ref(!1),w=n.ref(!1),b=n.ref(!1),k=n.ref(null),D=n.ref(null),S=n.ref(null),x=n.ref([{name:"step1"},{name:"step2"},{name:"step3"},{name:"step4"},{name:"step5"}]),B=n.computed(()=>t[Tn.value]),T=n.reactive({verificadoEmail:!1,verificadoTelegram:!1,verificadoWhatsapp:!1}),{values:R,handleSubmit:q,errors:ee,setErrors:N,setFieldValue:H,validateField:M,setValues:$}=pe.useForm({validationSchema:B,keepValuesOnUnmount:!0});n.onMounted(()=>{var F,J,Ae,ge,Ce;$({celular:((J=(F=a.userState.user)==null?void 0:F.celular)==null?void 0:J.toString())||void 0,email:((Ae=a.userState.user)==null?void 0:Ae.email)||void 0,direccion:((ge=a.userState.user)==null?void 0:ge.direccion)||void 0,medio:((Ce=a.userState.user)==null?void 0:Ce.notificacionDefault)||void 0}),a.userState.user&&(T.verificadoWhatsapp=a.userState.user.whatsapp===1,T.verificadoTelegram=a.userState.user.telegram===1,T.verificadoEmail=a.userState.user.emailValidado===1)}),n.watch(()=>R.celular,F=>{var J,Ae;if(F!==((Ae=(J=a.userState.user)==null?void 0:J.celular)==null?void 0:Ae.toString())&&(T.verificadoTelegram||T.verificadoWhatsapp)){T.verificadoTelegram=!1,T.verificadoWhatsapp=!1;const ge=R.medio;(ge==="whatsapp"||ge==="telegram")&&H("medio",void 0)}}),n.watch(()=>R.email,F=>{var J;F!==((J=a.userState.user)==null?void 0:J.email)&&T.verificadoEmail&&(T.verificadoEmail=!1,R.medio==="email"&&H("medio",void 0))}),n.watch(()=>a.userState.user,F=>{F?(T.verificadoWhatsapp=F.whatsapp===1,T.verificadoTelegram=F.telegram===1,T.verificadoEmail=F.emailValidado===1):(T.verificadoWhatsapp=!1,T.verificadoTelegram=!1,T.verificadoEmail=!1)},{immediate:!0,deep:!0});const ie=q(async F=>{var J,Ae,ge,Ce;m.value=!0;try{const st=(Ae=(J=a.userState.user)==null?void 0:J.celular)==null?void 0:Ae.toString(),ht=(ge=a.userState.user)==null?void 0:ge.email,gt=(Ce=a.userState.user)==null?void 0:Ce.notificacionDefault,vt=F.celular&&F.celular!==st,Nt=F.email&&F.email!==ht;let Ut=F.medio||void 0;vt&&(gt==="whatsapp"||gt==="telegram")&&(Ut=void 0),Nt&&gt==="email"&&(Ut=void 0);const en={notificacionDefault:Ut,direccion:F.direccion||void 0};vt&&(en.celular=F.celular),Nt&&(en.email=F.email);const er=await gk(en),yt={notificacionDefault:Ut,direccion:F.direccion};F.celular&&(yt.celular=F.celular),F.email&&(yt.email=F.email),vt&&(yt.whatsapp=!1,yt.telegram=!1),Nt&&(yt.emailValidado=!1),a.updateUserData(yt),Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${er.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0})}catch(st){Z.error(`<p class="toast-title">Error</p><p class="toast-description">${st.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}finally{m.value=!1}}),V=async()=>{m.value=!0;try{const{valid:F}=await M("codigo");if(!F){m.value=!1;return}const J=await pk({code_confirmacion:R.codigo,medio:c.value});if(!J){m.value=!1;return}c.value==="whatsapp"&&(g.value=!1),c.value==="telegram"&&(w.value=!1),c.value==="email"&&(b.value=!1),Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${J.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0}),c.value==="email"?T.verificadoEmail=!0:c.value==="whatsapp"?T.verificadoWhatsapp=!0:c.value==="telegram"&&(T.verificadoTelegram=!0);const Ae=c.value;a.updateUserData({email:R.email||void 0,celular:R.celular,whatsapp:T.verificadoWhatsapp?1:void 0,telegram:T.verificadoTelegram?1:void 0,emailValidado:T.verificadoEmail?1:void 0,notificacionDefault:Ae}),H("medio",Ae),c.value==="whatsapp"&&(g.value=!1),c.value==="telegram"&&(w.value=!1),c.value==="email"&&(b.value=!1),L(),H("codigo",void 0),c.value=void 0,l.value=null}catch(F){Ge({error:F,setErrors:N})}finally{m.value=!1}},te=async({medio:F,contacto:J})=>{var ht,gt,vt,Nt,Ut,en,er,yt,qa,za,Ka,tn;const Ae=F==="email";if(Ae){const{valid:ke}=await M("email");if(!ke||T.verificadoEmail)return}const ge=F==="telegram",Ce=F==="whatsapp";if(ge||Ce){if(ge&&T.verificadoTelegram||Ce&&T.verificadoWhatsapp)return;const{valid:ke}=await M("celular");if(!ke)return}const st=Ce?f.value:ge?p.value:v.value;if(st>0&&!ge){c.value=F,l.value=J,k.value&&(y.value=k.value),n.nextTick(()=>{s.value&&s.value.reInit(st)}),G();return}Ce&&(g.value=!0),ge&&(w.value=!0),Ae&&(b.value=!0);try{c.value=F,l.value=J;const ke=await he(ge);if(ke!=null&&ke.error){c.value=void 0,l.value=null,Ce&&(g.value=!1),ge&&(w.value=!1),Ae&&(b.value=!1);return}if(((gt=(ht=ke==null?void 0:ke.response)==null?void 0:ht.data)==null?void 0:gt.medioActualizado)===!0){F==="whatsapp"?T.verificadoWhatsapp=!0:F==="telegram"?T.verificadoTelegram=!0:F==="email"&&(T.verificadoEmail=!0);const ja=F;a.updateUserData({whatsapp:F==="whatsapp"?1:(vt=a.userState.user)==null?void 0:vt.whatsapp,telegram:F==="telegram"?1:(Nt=a.userState.user)==null?void 0:Nt.telegram,emailValidado:F==="email"?1:(Ut=a.userState.user)==null?void 0:Ut.emailValidado,notificacionDefault:ja}),H("medio",ja),Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${ke.message||"Medio verificado exitosamente"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0}),Ce&&(g.value=!1),ge&&(w.value=!1),Ae&&(b.value=!1);return}if((en=ke==null?void 0:ke.response)!=null&&en.telegramValid){T.verificadoTelegram=!0,a.updateUserData({telegram:!0,notificacionDefault:"telegram"}),H("medio","telegram"),w.value=!1;return}k.value=((yt=(er=ke==null?void 0:ke.response)==null?void 0:er.data)==null?void 0:yt.mensajeServicio)||null,D.value=((za=(qa=ke==null?void 0:ke.response)==null?void 0:qa.data)==null?void 0:za.tiempoVigencia)||null,S.value=((tn=(Ka=ke==null?void 0:ke.response)==null?void 0:Ka.data)==null?void 0:tn.url)||null,k.value&&(y.value=k.value),(F==="email"||F==="whatsapp")&&D.value&&n.nextTick(()=>{var ja;(ja=s.value)==null||ja.reInit(D.value)}),F==="telegram"&&S.value&&(E.value=S.value),G()}catch(ke){Z.error(`<p class="toast-title">Error</p><p class="toast-description">${ke.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},he=async F=>{var Ae,ge,Ce,st,ht,gt;const J=await d({callbackApi:fk,abrirTelegramDialog:F,counterTime:D.value||60,tiempoVigencia:D.value||void 0});return J&&!J.error&&(k.value=((ge=(Ae=J==null?void 0:J.response)==null?void 0:Ae.data)==null?void 0:ge.mensajeServicio)||null,D.value=((st=(Ce=J==null?void 0:J.response)==null?void 0:Ce.data)==null?void 0:st.tiempoVigencia)||null,S.value=((gt=(ht=J==null?void 0:J.response)==null?void 0:ht.data)==null?void 0:gt.url)||null,k.value&&(y.value=k.value),!F&&D.value&&s.value&&n.nextTick(()=>{var vt;(vt=s.value)==null||vt.reInit(D.value)}),F&&S.value&&(E.value=S.value)),J},W=q(async F=>{var J;m.value=!0;try{const Ae={usuarioId:(J=a.userState.user)==null?void 0:J.id,antiguoPassword:F.oldPassword,nuevoPassword:F.newPassword,confirmarNuevoPassword:F.repetirPassword},ge=await mk(Ae);Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${ge.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0}),Gi({name:"password-modified",value:JSON.stringify(!0),days:1}),L()}catch(Ae){Ge({error:Ae,setErrors:N})}finally{m.value=!1}}),_=()=>{var F;(F=h.value)==null||F.click()},Y=async F=>{var ge;i.value=(ge=F==null?void 0:F.target)==null?void 0:ge.files[0];const J="."+i.value.name.split(".").pop(),Ae=i.value.size/1024;if(!(J===".png"||J===".jpg"||J===".jpeg")){h.value.value=null,Z.error('<p class="toast-title">Error</p><p class="toast-description">El archivo debe ser de extensión jpg, png o jpeg</p>',{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0});return}if(Ae>2048){h.value.value=null,Z.error('<p class="toast-title">Error</p><p class="toast-description">El archivo no puede ser mayor a 2MB</p>',{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0});return}o.value=!0,h.value.value=null},U=async()=>{var F;try{m.value=!0;const J=i.value,Ae="."+J.name.split(".").pop(),Ce=(await Ak(J)).split(",")[1],ht=await hk({extension:Ae,base64:Ce});a.updateUserData({fotoRuta:(F=ht.response)==null?void 0:F.foto})}catch(J){Ge({error:J.response,setErrors:N})}finally{m.value=!1,i.value=void 0}},Q=async F=>{var Ae,ge;let J=!1;try{m.value=!0;const Ce=await vk(F);Gn.value=((Ae=Ce==null?void 0:Ce.response)==null?void 0:Ae.data)??[]}catch(Ce){Z.error(`<p class="toast-title">Error</p><p class="toast-description">${Ce.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}),F=!F,J=!0}finally{return m.value=!1,Gn.value&&Gn.value.length===1&&F?(Mc.value=Gn.value[0].medio.toString(),O(Gn.value[0].id),a.disable2FAStore(),J=!1,L()):Mc.value=(ge=(Gn.value??[]).find(Ce=>Ce.default))==null?void 0:ge.medio.toString(),{checked:F,returnBack:J}}},O=async F=>{try{m.value=!0;const J=await yk(F);Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${J.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:ot,closeOnClick:!1,dangerouslyHTMLString:!0})}catch(J){Z.error(`<p class="toast-title">Error</p><p class="toast-description">${J.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}finally{m.value=!1,L()}},L=()=>{Tn.value=0,g.value=!1,w.value=!1,b.value=!1,k.value=null,D.value=null,S.value=null,y.value=null,E.value=null},G=()=>{if(Tn.value=1,c.value&&D.value){const F=c.value==="whatsapp"?f.value:c.value==="telegram"?p.value:v.value;F>0&&s.value?n.nextTick(()=>{var J;(J=s.value)==null||J.reInit(F)}):D.value&&s.value&&n.nextTick(()=>{var J;(J=s.value)==null||J.reInit(D.value)})}},K=()=>{Tn.value=3},Te=F=>{e.value=!!F,r.value="forzar",Tn.value=2},X=()=>Tn.value=4;return n.watch(Tn,(F,J)=>{J===2&&F!==J&&(e.value=!1,r.value="normal")}),{forzarCambio:e,user:(z=a==null?void 0:a.userState)==null?void 0:z.user,userState:a==null?void 0:a.userState,mode:r,values:R,mediosVerificados:T,currentContacto:l,currentStep:Tn,steps:x,errors:ee,refCounter:s,isLoading:m,openUpdateImageDialog:o,inputImageRef:h,openTelegram:u,openTelegramPage:A,onOpenInputFile:_,onActualizarDatos:ie,onEnviarMensaje:he,onEnviarCodigoAlBackend:V,onEnviarCodigoAlUsuario:te,cambiarPass:Te,goToActiveMediosStep:X,goProfileStep:L,goEnable2FA:K,mediosHabilitados2FA:Gn,mediosHabilitadoDefault:Mc,onAssignMedio2FaOption:O,onVerifyMediosHabilitados2Fa:Q,onCambiarPasswordPerfil:W,onCambiarImagenPerfil:Y,onAcceptImageUpdateClick:U,tiempoRestanteWhatsapp:f,tiempoRestanteTelegram:p,tiempoRestanteEmail:v,isLoadingWhatsapp:g,isLoadingTelegram:w,isLoadingEmail:b,mensajeServicio:k,tiempoVigencia:D,urlTelegram:S,message2Fa:C,message2FaContexto:y,url2FaContexto:E,currentMedio:c}}const wk={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},bk=[n.createElementVNode("path",{d:"M149.1 64.8 138.7 96H64c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-74.7l-10.4-31.2C356.4 45.2 338.1 32 317.4 32H194.6c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"},null,-1)];function Ck(t,e){return n.openBlock(),n.createElementBlock("svg",wk,[...bk])}const Ek={render:Ck},kk=n.createElementVNode("button",{class:"auth-hide-btn"},null,-1),xk={class:"auth-title-container"},Bk=n.createElementVNode("p",null,"Actualización de imagen",-1),Sk={class:"dialog-body"},Tk={class:"icon"},Dk=n.createElementVNode("p",{class:"body-title"},"¿Está de acuerdo en actualizar su imagen?",-1),Ok={class:"dialog-footer"},Vk=n.defineComponent({__name:"UpdateImageDialog",props:{open:{type:Boolean,default:!1},openClick:{type:Function,required:!0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=n.computed({get:()=>r.open,set:i=>o("update:open",i)}),o=e;return(i,s)=>(n.openBlock(),n.createBlock(n.unref(Po),{open:a.value,"onUpdate:open":s[2]||(s[2]=l=>a.value=l)},{default:n.withCtx(()=>[n.createVNode(n.unref(Mo),{"as-child":""},{default:n.withCtx(()=>[kk]),_:1}),n.createVNode(n.unref(Ro),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Uo),{class:"modal-overlay"}),n.createVNode(n.unref(Fo),{class:"auth-modal-container",onInteractOutside:s[1]||(s[1]=l=>l.preventDefault()),"aria-describedby":"dialog-description"},{default:n.withCtx(()=>[n.createVNode(n.unref(Zo),{class:"auth-dialog-title"},{default:n.withCtx(()=>[n.createElementVNode("div",xk,[Bk,n.createVNode(n.unref(Cr),{class:"close-icon","aria-label":"Close"},{default:n.withCtx(()=>[n.createVNode(n.unref(rc))]),_:1})])]),_:1}),n.createElementVNode("div",Sk,[n.createElementVNode("div",Tk,[n.createVNode(wi,{mode:"gray"})]),Dk]),n.createElementVNode("div",Ok,[n.createVNode(n.unref(Cr),{class:"fge-gray-button w-full","aria-label":"Close"},{default:n.withCtx(()=>[n.createTextVNode(" Cancelar ")]),_:1}),n.createElementVNode("button",{class:"w-full fge-auth-primary-button",onClick:s[0]||(s[0]=n.withModifiers(()=>t.openClick(),["prevent"]))}," Aceptar ")])]),_:1})]),_:1})]),_:1},8,["open"]))}}),Ik=t=>(n.pushScopeId("data-v-f658d6bd"),t=t(),n.popScopeId(),t),Pk={class:"switch-container"},Mk=Ik(()=>n.createElementVNode("label",{class:"fge-text-gray",for:"airplane-mode"}," Activar doble factor de autenticación ",-1)),_k=Ye(n.defineComponent({__name:"Fge2FActivator",props:{showBtnProfile:{type:Boolean,default:!1}},emits:["success","error","goBack"],setup(t,{emit:e}){const{onVerifyMediosHabilitados2Fa:r,user:a,goProfileStep:o}=_c(),i=n.ref(!!(a!=null&&a.dobleAutenticacion)),s=Ee(),l=e,c=u=>{r(u).then(d=>{typeof(d==null?void 0:d.checked)=="boolean"&&(s.updateUserData({dobleAutenticacion:d.checked?1:0}),i.value=d.checked,d.returnBack?l("goBack"):d.checked?l("success"):l("error"))})};return(u,d)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createElementVNode("div",Pk,[Mk,n.createVNode(n.unref(og),{id:"airplane-mode",checked:i.value,"onUpdate:checked":[d[0]||(d[0]=A=>i.value=A),c],class:"SwitchRoot"},{default:n.withCtx(()=>[n.createVNode(n.unref(ig),{class:"SwitchThumb"})]),_:1},8,["checked"])]),i.value&&t.showBtnProfile?(n.openBlock(),n.createElementBlock("button",{key:0,class:"fge-gray-button w-full mt-3",onClick:d[1]||(d[1]=A=>n.unref(o)())}," ir al perfil ")):n.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-f658d6bd"]]),Rk=n.createElementVNode("div",{class:"msg-container mrgt-20"},[n.createElementVNode("span",{class:"fge-text-gray fge-lines"},"Medios verificados para 2FA:")],-1),Lk={class:"auth-radiogroup"},Fk=["for"],Uk=n.createElementVNode("div",{class:"fge-horizontal-line"},null,-1),Zk={class:"auth-btn-container margin-top"},Hk=[n.createElementVNode("span",null,"Cancelar",-1)],Qk=[n.createElementVNode("span",null," Activar 2FA ",-1)],qk={__name:"Fge2FConfirm",emits:["cancel","confirm","forzarCambio"],setup(t,{emit:e}){const{mediosHabilitados2FA:r,mediosHabilitadoDefault:a,onAssignMedio2FaOption:o}=_c(),i=n.ref(a.value),s=e,l=n.computed(()=>r.value??[]),c=d=>d===1?"Whatsapp":d===2?"Telegram":d===3?"Email":`${d} No definido`,u=d=>{const A=l.value.find(f=>f.medio===Number(d));A&&o(A.id)};return n.onMounted(async()=>{await n.nextTick(),i.value=String(a.value)}),(d,A)=>(n.openBlock(),n.createElementBlock("div",null,[Rk,n.createElementVNode("div",Lk,[n.createVNode(n.unref(pe.Field),{modelValue:i.value,"onUpdate:modelValue":A[0]||(A[0]=f=>i.value=f),name:"medio"},{default:n.withCtx(({field:f})=>[n.createVNode(n.unref(qo),n.mergeProps(f,{"default-value":i.value,"model-value":f.value,class:"auth-radio-group-container","aria-label":"View density"}),{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.value,p=>(n.openBlock(),n.createElementBlock("div",{key:p.medio,class:"auth-radio-group-item"},[n.createVNode(n.unref(zn),{id:p.id,value:`${p.medio}`},{default:n.withCtx(()=>[n.createVNode(n.unref(El))]),_:2},1032,["id","value"]),n.createElementVNode("label",{class:"fge-text-gray",for:p.id},n.toDisplayString(c(p.medio)),9,Fk)]))),128))]),_:2},1040,["default-value","model-value"])]),_:1},8,["modelValue"])]),Uk,n.createElementVNode("div",Zk,[n.createElementVNode("button",{title:"Cancelar",onClick:A[1]||(A[1]=f=>s("cancel")),class:"fge-gray-button w-full"},Hk),n.createElementVNode("button",{title:"Aceptar",onClick:A[2]||(A[2]=f=>u(i.value)),class:"w-full fge-auth-primary-button"},Qk)])]))}},zk={class:"fge-profile-container"},Kk={class:"fge-profile-header"},jk=n.createElementVNode("div",{class:"msg-container"},[n.createElementVNode("span",{class:"fge-text-gray fge-lines-container"},"Datos de contacto")],-1),Jk={class:"auth-form-container"},Xk={class:"auth-input-container"},Wk=n.createElementVNode("label",{for:"celular",class:"fge-form-label"},"Celular:",-1),$k={class:"auth-relative-container"},Yk={class:"auth-input-container"},Gk=n.createElementVNode("label",{for:"email",class:"fge-form-label"},"E-mail:",-1),Nk={class:"auth-relative-container"},ex={class:"auth-input-container"},tx=n.createElementVNode("label",{for:"direccion",class:"fge-form-label"},"Dirección:",-1),nx=n.createElementVNode("br",null,null,-1),rx=n.createElementVNode("div",{class:"msg-container"},[n.createElementVNode("span",{class:"fge-text-gray fge-lines-container"},"Medio de notificación")],-1),ax={class:"auth-radiogroup"},ox=["disabled"],ix={key:0,class:"pi pi-spin pi-spinner",style:{"font-size":"1.2rem",color:"var(--fge-color-gray)"}},sx={key:0,class:"fge-counter-text"},lx={key:1,class:"auth-radio-group-item"},cx={class:"radio-wrapper"},ux=n.createElementVNode("label",{class:"fge-text-gray",for:"r2"}," Telegram ",-1),dx=["disabled"],Ax={key:0,class:"pi pi-spin pi-spinner",style:{"font-size":"1.2rem",color:"var(--fge-color-gray)"}},fx={key:0,class:"fge-counter-text"},px={key:3,class:"auth-radio-group-item"},mx={class:"radio-wrapper"},hx=n.createElementVNode("label",{class:"fge-text-gray",for:"r3"}," Email ",-1),gx=n.createElementVNode("div",{class:"fge-horizontal-line"},null,-1),vx={class:"auth-btn-container margin-top"},yx=[n.createElementVNode("span",null,"Cerrar",-1)],wx=[n.createElementVNode("span",null," Aceptar ",-1)],bx={class:"fge-profile-step2"},Cx={class:"auth-form-container"},Ex={class:"auth-input-container"},kx=n.createElementVNode("label",{for:"old_ps",class:"fge-form-label"},"Cont­raseña actual:",-1),xx={class:"auth-input-container"},Bx=n.createElementVNode("label",{for:"new-ps",class:"fge-form-label"},"Cont­raseña nueva:",-1),Sx={class:"auth-input-container"},Tx=n.createElementVNode("label",{for:"rep_password",class:"fge-form-label"},"Repetir contraseña:",-1),Dx={class:"auth-btn-container margin-top"},Ox=[n.createElementVNode("span",null,"Cancelar",-1)],Vx=[n.createElementVNode("span",null," Actualizar ",-1)],Ix={class:"auth-form-container fge-profile-step5"},Px={class:"auth-input-container"},Mx=n.createElementVNode("label",{for:"celular",class:"fge-form-label"},"Celular:",-1),_x={class:"auth-relative-container"},Rx={key:0,class:"fge-counter-text-inline"},Lx={class:"auth-input-container"},Fx=n.createElementVNode("label",{for:"email",class:"fge-form-label"},"E-mail:",-1),Ux={class:"auth-relative-container"},Zx={key:0,class:"fge-counter-text-inline"},Hx=n.createElementVNode("br",null,null,-1),Qx=n.createElementVNode("br",null,null,-1),qx=n.defineComponent({__name:"FgePerfil",props:{onCloseBtn:{type:Function,required:!1}},setup(t,{expose:e}){const{userState:r,forzarCambio:a,mode:o,values:i,mediosVerificados:s,currentContacto:l,currentStep:c,steps:u,errors:d,refCounter:A,isLoading:f,inputImageRef:p,openUpdateImageDialog:v,openTelegram:C,openTelegramPage:y,onCambiarPasswordPerfil:E,onActualizarDatos:h,onEnviarMensaje:m,onEnviarCodigoAlBackend:g,onEnviarCodigoAlUsuario:w,onCambiarImagenPerfil:b,onOpenInputFile:k,cambiarPass:D,goToActiveMediosStep:S,goProfileStep:x,goEnable2FA:B,onAcceptImageUpdateClick:T,tiempoRestanteWhatsapp:R,tiempoRestanteTelegram:q,tiempoRestanteEmail:ee,isLoadingWhatsapp:N,isLoadingTelegram:H,isLoadingEmail:M,message2Fa:$,message2FaContexto:ie,url2FaContexto:V,currentMedio:te}=_c();return e({cambiarPass:D,goToActiveMediosStep:S}),(he,W)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.unref(f)?(n.openBlock(),n.createBlock(Hi,{key:0})):n.createCommentVNode("",!0),n.createElementVNode("div",zk,[n.createElementVNode("div",Kk,[n.createVNode(dk,{"cambiar-password":n.unref(c)===0?n.unref(D):void 0,showCameraBtn:n.unref(c)===0},{floatButton:n.withCtx(()=>[n.unref(c)===0&&n.unref($E)(n.unref(WE))?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.createElementVNode("button",{onClick:W[0]||(W[0]=(..._)=>n.unref(k)&&n.unref(k)(..._)),class:"fge-auth-camera-file-button"},[n.createVNode(n.unref(Ek))]),n.createElementVNode("input",{accept:".png,.jpg,.jpeg",type:"file",ref_key:"inputImageRef",ref:p,class:"input-hidden",onChange:W[1]||(W[1]=(..._)=>n.unref(b)&&n.unref(b)(..._))},null,544)],64)):n.createCommentVNode("",!0)]),_:1},8,["cambiar-password","showCameraBtn"])]),n.createVNode(Ko,{currentStep:n.unref(c),steps:n.unref(u),showHeader:!1},{step1:n.withCtx(()=>[jk,n.createElementVNode("div",Jk,[n.createElementVNode("div",Xk,[Wk,n.createElementVNode("div",$k,[n.createVNode(n.unref(pe.Field),{name:"celular",id:"celular",class:n.normalizeClass(["fge-auth-input with-btns",{"fge-auth-input-invalid":n.unref(d).celular}]),type:"text"},null,8,["class"])]),n.createVNode(xe,{error:n.unref(d).celular},null,8,["error"])]),n.createElementVNode("div",Yk,[Gk,n.createElementVNode("div",Nk,[n.createVNode(n.unref(pe.Field),{name:"email",id:"email",class:n.normalizeClass(["fge-auth-input with-btn",{"fge-auth-input-invalid":n.unref(d).email}]),type:"text"},null,8,["class"])]),n.createVNode(xe,{error:n.unref(d).email},null,8,["error"])]),n.createElementVNode("div",ex,[tx,n.createVNode(n.unref(pe.Field),{name:"direccion",id:"fge_dr",class:n.normalizeClass(["fge-auth-input",{"fge-auth-input-invalid":n.unref(d).direccion}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(d).direccion},null,8,["error"])]),nx,rx,n.createElementVNode("div",ax,[n.createVNode(n.unref(pe.Field),{name:"medio"},{default:n.withCtx(({field:_})=>[n.createVNode(n.unref(qo),n.mergeProps(_,{"model-value":_.value,class:"auth-radio-group-container"}),{default:n.withCtx(()=>[n.unref(s).verificadoTelegram?(n.openBlock(),n.createElementBlock("div",lx,[n.createElementVNode("div",cx,[n.createVNode(n.unref(zn),{class:"radio",id:"r2",value:"telegram",disabled:!n.unref(s).verificadoTelegram},{default:n.withCtx(()=>[n.createVNode(n.unref(El))]),_:1},8,["disabled"])]),ux])):(n.openBlock(),n.createBlock(n.unref(kr),{key:0,"delay-duration":0},{default:n.withCtx(()=>[n.createVNode(n.unref(xr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Br),{"as-child":""},{default:n.withCtx(()=>[n.createElementVNode("div",{onClick:W[2]||(W[2]=Y=>!n.unref(H)&&n.unref(w)({medio:"telegram",contacto:n.unref(i).celular})),class:"auth-radio-group-item fge-gray-button-option w-full",style:n.normalizeStyle({cursor:n.unref(H)?"not-allowed":"pointer",opacity:n.unref(H)?.6:1})},[n.createElementVNode("button",{class:"btn-whatsapp",style:n.normalizeStyle({cursor:n.unref(H)?"not-allowed":"pointer"}),disabled:n.unref(H)},[n.unref(H)?(n.openBlock(),n.createElementBlock("i",ix)):(n.openBlock(),n.createBlock(n.unref(_a),{key:1,class:n.normalizeClass({"auth-svg-primary":n.unref(s).verificadoTelegram,"auth-svg-gray":!n.unref(s).verificadoTelegram})},null,8,["class"]))],12,ox),n.createElementVNode("label",{class:"fge-text-gray",for:"r2",style:n.normalizeStyle({cursor:n.unref(H)?"not-allowed":"pointer",whiteSpace:"nowrap"})},[n.createTextVNode(" Telegram "),n.unref(q)>0?(n.openBlock(),n.createElementBlock("span",sx," ("+n.toDisplayString(n.unref(q))+" seg.) ",1)):n.createCommentVNode("",!0)],4)],4)]),_:1}),n.createVNode(n.unref(Dr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Sr),{class:"tooltip","side-offset":5},{default:n.withCtx(()=>[n.createTextVNode(" Verificar Telegram "),n.createVNode(n.unref(Tr),{class:"arrow-svg",width:10})]),_:1})]),_:1})]),_:1})]),_:1})),n.unref(s).verificadoEmail?(n.openBlock(),n.createElementBlock("div",px,[n.createElementVNode("div",mx,[n.createVNode(n.unref(zn),{class:"radio",id:"r3",value:"email",disabled:!n.unref(s).verificadoEmail},{default:n.withCtx(()=>[n.createVNode(n.unref(El))]),_:1},8,["disabled"])]),hx])):(n.openBlock(),n.createBlock(n.unref(kr),{key:2,"delay-duration":0},{default:n.withCtx(()=>[n.createVNode(n.unref(xr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Br),{"as-child":""},{default:n.withCtx(()=>[n.createElementVNode("div",{onClick:W[3]||(W[3]=Y=>!n.unref(M)&&n.unref(w)({medio:"email",contacto:n.unref(i).email})),class:"auth-radio-group-item fge-gray-button-option w-full",style:n.normalizeStyle({cursor:n.unref(M)?"not-allowed":"pointer",opacity:n.unref(M)?.6:1})},[n.createElementVNode("button",{class:"btn-whatsapp",style:n.normalizeStyle({cursor:n.unref(M)?"not-allowed":"pointer"}),disabled:n.unref(M)},[n.unref(M)?(n.openBlock(),n.createElementBlock("i",Ax)):(n.openBlock(),n.createBlock(n.unref(Ma),{key:1,class:n.normalizeClass({"auth-svg-primary":n.unref(s).verificadoEmail,"auth-svg-gray":!n.unref(s).verificadoEmail})},null,8,["class"]))],12,dx),n.createElementVNode("label",{class:"fge-text-gray",for:"r3",style:n.normalizeStyle({cursor:n.unref(M)?"not-allowed":"pointer",whiteSpace:"nowrap"})},[n.createTextVNode(" Email "),n.unref(ee)>0?(n.openBlock(),n.createElementBlock("span",fx," ("+n.toDisplayString(n.unref(ee))+" seg.) ",1)):n.createCommentVNode("",!0)],4)],4)]),_:1}),n.createVNode(n.unref(Dr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Sr),{class:"tooltip","side-offset":5},{default:n.withCtx(()=>[n.createTextVNode(" Verificar Email "),n.createVNode(n.unref(Tr),{class:"arrow-svg",width:10})]),_:1})]),_:1})]),_:1})]),_:1}))]),_:2},1040,["model-value"])]),_:1})]),gx]),n.createElementVNode("div",vx,[n.createElementVNode("button",{title:"Cerrar perfil",onClick:W[4]||(W[4]=()=>{var _;return(_=t.onCloseBtn)==null?void 0:_.call(t)}),class:"fge-gray-button w-full"},yx),n.createElementVNode("button",{title:"Guardar cambios",onClick:W[5]||(W[5]=(..._)=>n.unref(h)&&n.unref(h)(..._)),class:"w-full fge-auth-primary-button"},wx)])]),step2:n.withCtx(()=>[n.createElementVNode("div",bx,[n.createVNode(yi,{fieldName:"codigo",refCounter:n.unref(A),"onUpdate:refCounter":W[6]||(W[6]=_=>n.isRef(A)?A.value=_:null),error:n.unref(d).codigo,currentContacto:n.unref(l),cancelarFunction:n.unref(r).forzarActivar2FA?n.unref(S):n.unref(x),aceptarFunction:n.unref(g),"reenviar-mensaje":n.unref(te)==="telegram"?void 0:n.unref(m),message2Fa:n.unref($),message2FaContexto:n.unref(ie),url2FaContexto:n.unref(V),isTelegram:n.unref(te)==="telegram"},null,8,["refCounter","error","currentContacto","cancelarFunction","aceptarFunction","reenviar-mensaje","message2Fa","message2FaContexto","url2FaContexto","isTelegram"])])]),step3:n.withCtx(()=>[n.createElementVNode("div",Cx,[n.createElementVNode("div",Ex,[kx,n.createVNode(n.unref(pe.Field),{name:"oldPassword"},{default:n.withCtx(({field:_})=>[n.createVNode(xn,n.mergeProps({id:"oldPassword"},_,{class:"fge-auth-input with-btn",modelValue:_.value}),null,16,["modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(d).oldPassword},null,8,["error"])]),n.createElementVNode("div",xx,[Bx,n.createVNode(n.unref(pe.Field),{name:"newPassword"},{default:n.withCtx(({field:_})=>[n.createVNode(xn,n.mergeProps({id:"new-ps"},_,{class:"fge-auth-input with-btn",modelValue:_.value,"error-classes":"fge-auth-input-invalid"}),null,16,["modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(d).newPassword},null,8,["error"])]),n.createElementVNode("div",Sx,[Tx,n.createVNode(n.unref(pe.Field),{name:"repetirPassword"},{default:n.withCtx(({field:_})=>[n.createVNode(xn,n.mergeProps({id:"fge_contra_rep"},_,{class:"fge-auth-input with-btn",modelValue:_.value,"error-classes":"fge-auth-input-invalid"}),null,16,["modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(d).repetirPassword},null,8,["error"])])]),n.createElementVNode("div",Dx,[n.unref(o)==="forzar"&&n.unref(a)?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("button",{key:0,title:"Cancelar",onClick:W[7]||(W[7]=(..._)=>n.unref(x)&&n.unref(x)(..._)),class:"fge-gray-button w-full"},Ox)),n.createElementVNode("button",{title:"Aceptar",onClick:W[8]||(W[8]=(..._)=>n.unref(E)&&n.unref(E)(..._)),class:"w-full fge-auth-primary-button"},Vx)])]),step4:n.withCtx(()=>[n.createVNode(qk,{onCancel:n.unref(x)},null,8,["onCancel"])]),step5:n.withCtx(()=>[n.createElementVNode("div",Ix,[n.createElementVNode("div",Px,[Mx,n.createElementVNode("div",_x,[n.createVNode(n.unref(pe.Field),{name:"celular",id:"celular",class:n.normalizeClass(["fge-auth-input with-btns",{"fge-auth-input-invalid":n.unref(d).celular}]),type:"text"},null,8,["class"]),n.createVNode(n.unref(kr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(xr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Br),{title:n.unref(s).verificadoTelegram?"Verificado":"Verificar telegram",class:"btn-only-icon absolute",onClick:W[9]||(W[9]=_=>n.unref(w)({medio:"telegram",contacto:n.unref(i).celular}))},{default:n.withCtx(()=>[n.createVNode(n.unref(_a),{class:n.normalizeClass({"auth-svg-primary":n.unref(s).verificadoTelegram,"auth-svg-gray":!n.unref(s).verificadoTelegram})},null,8,["class"])]),_:1},8,["title"]),n.createVNode(n.unref(Dr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Sr),{class:"tooltip","side-offset":5},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(n.unref(s).verificadoWhatsapp?"Verificado":"Verificar")+" ",1),n.createVNode(n.unref(Tr),{class:"arrow-svg",width:10})]),_:1})]),_:1})]),_:1})]),_:1})]),n.createVNode(xe,{error:n.unref(d).celular},null,8,["error"]),n.unref(s).verificadoTelegram?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("button",{key:0,class:"fge-auth-primary-button w-full mt-3",onClick:W[10]||(W[10]=_=>n.unref(w)({medio:"telegram",contacto:n.unref(i).celular}))},[n.createTextVNode(" validar Telegram "),n.unref(q)>0?(n.openBlock(),n.createElementBlock("span",Rx," ("+n.toDisplayString(n.unref(q))+" seg.) ",1)):n.createCommentVNode("",!0)]))]),n.createElementVNode("div",Lx,[Fx,n.createElementVNode("div",Ux,[n.createVNode(n.unref(pe.Field),{name:"email",id:"email",class:n.normalizeClass(["fge-auth-input with-btn",{"fge-auth-input-invalid":n.unref(d).email}]),type:"text"},null,8,["class"]),n.createVNode(n.unref(kr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(xr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Br),{title:n.unref(s).verificadoEmail?"Verificado":"Verificar",class:"btn-only-icon absolute",onClick:W[11]||(W[11]=_=>n.unref(w)({medio:"email",contacto:n.unref(i).email}))},{default:n.withCtx(()=>[n.createVNode(n.unref(Ma),{class:n.normalizeClass({"auth-svg-primary":n.unref(s).verificadoEmail,"auth-svg-gray":!n.unref(s).verificadoEmail})},null,8,["class"])]),_:1},8,["title"]),n.createVNode(n.unref(Dr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Sr),{class:"tooltip","side-offset":5},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(n.unref(s).verificadoEmail?"Verificado":"Verificar")+" ",1),n.createVNode(n.unref(Tr),{class:"arrow-svg",width:10})]),_:1})]),_:1})]),_:1})]),_:1})]),n.createVNode(xe,{error:n.unref(d).email},null,8,["error"]),n.unref(s).verificadoEmail?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("button",{key:0,class:"fge-auth-primary-button w-full mt-3",onClick:W[12]||(W[12]=_=>n.unref(w)({medio:"email",contacto:n.unref(i).email}))},[n.createTextVNode(" validar correo electrónico "),n.unref(ee)>0?(n.openBlock(),n.createElementBlock("span",Zx," ("+n.toDisplayString(n.unref(ee))+" seg.) ",1)):n.createCommentVNode("",!0)]))]),Hx,Qx,n.createVNode(_k,{onSuccess:n.unref(B),showBtnProfile:"",onError:n.unref(S)},null,8,["onSuccess","onError"])])]),_:1},8,["currentStep","steps"])]),n.createVNode(Vk,{open:n.unref(v),"onUpdate:open":W[13]||(W[13]=_=>n.isRef(v)?v.value=_:null),openClick:n.unref(T)},null,8,["open","openClick"]),n.createVNode(ac,{open:n.unref(C),"onUpdate:open":W[14]||(W[14]=_=>n.isRef(C)?C.value=_:null),openClick:n.unref(y)},null,8,["open","openClick"])],64))}}),zx={class:"sidebar"},Rc=n.defineComponent({__name:"Sidebar",props:{isOpen:{type:Boolean,default:!1},dismissable:{type:Boolean,default:!0},noPadding:{type:Boolean,default:!1}},emits:["update:isOpen"],setup(t,{emit:e}){const r=t,a=e,o=()=>{r.dismissable&&a("update:isOpen",!1)};return(i,s)=>(n.openBlock(),n.createBlock(n.Teleport,{to:"body"},[n.createElementVNode("div",zx,[r.isOpen?(n.openBlock(),n.createElementBlock("div",{key:0,class:"auth-sidebar-backdrop",onClick:o})):n.createCommentVNode("",!0),n.createVNode(n.Transition,{name:"slide",mode:"out-in"},{default:n.withCtx(()=>[t.isOpen?(n.openBlock(),n.createElementBlock("div",{key:0,class:"sidebar-panel",style:n.normalizeStyle(r.noPadding?{padding:"0"}:void 0)},[n.renderSlot(i.$slots,"default")],4)):n.createCommentVNode("",!0)]),_:3})])]))}}),Lc=n.defineComponent({__name:"FgePerfilSidebar",setup(t,{expose:e}){const r=n.ref(),{displayModal:a,openDialog:o,closeDialog:i}=XE();return e({openDialog:o,closeDialog:i,goToChangePassword:c=>{o(),n.nextTick(()=>{var u;(u=r.value)==null||u.cambiarPass(c)})},goToActiveMedio:()=>{o(),n.nextTick(()=>{var c;(c=r.value)==null||c.goToActiveMediosStep()})}}),(c,u)=>(n.openBlock(),n.createBlock(Rc,{dismissable:!1,isOpen:n.unref(a),"onUpdate:isOpen":u[0]||(u[0]=d=>n.isRef(a)?a.value=d:null)},{default:n.withCtx(()=>[n.createVNode(qx,{onCloseBtn:n.unref(i),ref_key:"perfilRef",ref:r},null,8,["onCloseBtn"])]),_:1},8,["isOpen"]))}}),Kx=async()=>oe.get("/v1/sesion/dispositivos").then(t=>{const e=(t==null?void 0:t.data)??t;return Array.isArray(e)?e:Array.isArray(e==null?void 0:e.response)?e.response:[]}).catch(t=>(console.error("Error fetching dispositivos:",t),[])),jx=async t=>oe.patch("/v1/sesion/dispositivos/eliminar",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),Jx=async t=>oe.patch("/v1/sesion/dispositivos/eliminar-menos-actual",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),Xx=async t=>oe.patch("/v1/sesion/dispositivos/eliminar-todos",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e});function Wx(){const t=n.ref([]),e=n.ref(!1),r=n.ref(null),a=async()=>{e.value=!0,r.value=null;try{const i=await Kx();console.debug("getDispositivos response:",i),t.value=Array.isArray(i)?i:[]}catch(i){r.value=i}finally{e.value=!1}},o=async()=>{await a()};return n.onMounted(()=>{a()}),{dispositivos:t,isLoading:e,error:r,refresh:o}}const $x={key:0,class:"fge-confirm-overlay",role:"dialog","aria-modal":"true"},Yx={class:"fge-confirm-box"},Gx={class:"fge-confirm-title"},Nx={class:"fge-confirm-message"},eB={class:"fge-confirm-actions"},$2=Ye(n.defineComponent({__name:"ConfirmationDialog",props:{open:{type:Boolean,default:!1},title:{type:String,default:"Confirmar"},message:{type:String,default:"¿Desea continuar?"},confirmLabel:{type:String,default:"Confirmar"},cancelLabel:{type:String,default:"Cancelar"}},emits:["update:open","confirm","cancel"],setup(t,{emit:e}){const r=e;function a(){r("update:open",!1)}function o(){r("confirm"),a()}function i(){r("cancel"),a()}return(s,l)=>t.open?(n.openBlock(),n.createElementBlock("div",$x,[n.createElementVNode("div",Yx,[n.createElementVNode("h3",Gx,n.toDisplayString(t.title),1),n.createElementVNode("p",Nx,n.toDisplayString(t.message),1),n.createElementVNode("div",eB,[n.createElementVNode("button",{class:"fge-gray-button",onClick:i},n.toDisplayString(t.cancelLabel),1),n.createElementVNode("button",{class:"fge-delete-button",onClick:o},n.toDisplayString(t.confirmLabel),1)])])])):n.createCommentVNode("",!0)}}),[["__scopeId","data-v-1f89df6f"]]),$r=t=>(n.pushScopeId("data-v-ab7b4129"),t=t(),n.popScopeId(),t),tB={class:"sidebar-header"},nB=$r(()=>n.createElementVNode("h3",null,"Dispositivos de confianza",-1)),rB={class:"header-buttons"},aB=[$r(()=>n.createElementVNode("i",{class:"pi pi-refresh"},null,-1))],oB={key:1,class:"error"},iB={class:"sidebar-body"},sB={key:0,class:"devices-list"},lB={class:"card-body"},cB={class:"card-left"},uB={class:"icon-circle"},dB={class:"card-content"},AB={class:"card-header"},fB={class:"device-title"},pB={class:"device-id"},mB={class:"card-row"},hB=$r(()=>n.createElementVNode("i",{class:"pi pi-calendar"},null,-1)),gB={class:"card-text"},vB={class:"muted-title"},yB={class:"muted-value"},wB={class:"card-row"},bB=$r(()=>n.createElementVNode("i",{class:"pi pi-calendar"},null,-1)),CB={class:"card-text"},EB={class:"muted-title"},kB={class:"muted-value"},xB=["onClick"],BB=[$r(()=>n.createElementVNode("i",{class:"pi pi-sign-out"},null,-1))],SB={key:1,class:"no-devices"},TB=[$r(()=>n.createElementVNode("div",null,"No hay dispositivos de confianza registrados.",-1))],DB={key:2,class:"sidebar-footer"},OB=Ye(n.defineComponent({__name:"FgeDispositivos",setup(t,{expose:e}){const r=n.ref(!1),{dispositivos:a,isLoading:o,error:i,refresh:s}=Wx(),l=Ee(),c=()=>{var g;return((g=l.userState.user)==null?void 0:g.id)??0},u=n.ref(!1),d=n.ref("Confirmar"),A=n.ref("¿Desea continuar?"),f=n.ref(null);async function p(){if(f.value)try{await f.value()}catch{}finally{f.value=null}}function v(g){d.value="Eliminar dispositivo",A.value="¿Está seguro que desea eliminar este dispositivo?",f.value=async()=>{try{const w=await jx({usuarioId:c(),dispositivoConfiableId:g.id});w!=null&&w.error?Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(w==null?void 0:w.message)||"Error al eliminar dispositivo"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):(Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${(w==null?void 0:w.message)||"Dispositivo eliminado"}</p>`,{autoClose:3e3,hideProgressBar:!0,icon:yn,closeOnClick:!1,dangerouslyHTMLString:!0}),s())}catch(w){console.error(w),Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(w==null?void 0:w.message)||"Error al eliminar dispositivo"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},u.value=!0}function C(){d.value="Eliminar dispositivos",A.value="¿Está seguro que desea eliminar todos los dispositivos menos el actual?",f.value=async()=>{try{const g=await Jx({usuarioId:c()});g!=null&&g.error?Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(g==null?void 0:g.message)||"Error al eliminar dispositivos"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):(Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${(g==null?void 0:g.message)||"Operación exitosa"}</p>`,{autoClose:3e3,hideProgressBar:!0,icon:yn,closeOnClick:!1,dangerouslyHTMLString:!0}),s())}catch(g){console.error(g),Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(g==null?void 0:g.message)||"Error al eliminar dispositivos"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},u.value=!0}function y(){d.value="Eliminar dispositivos",A.value="¿Está seguro que desea eliminar todos los dispositivos?",f.value=async()=>{try{const g=await Xx({usuarioId:c()});g!=null&&g.error?Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(g==null?void 0:g.message)||"Error al eliminar dispositivos"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):(Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${(g==null?void 0:g.message)||"Operación exitosa"}</p>`,{autoClose:3e3,hideProgressBar:!0,icon:yn,closeOnClick:!1,dangerouslyHTMLString:!0}),s())}catch(g){console.error(g),Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(g==null?void 0:g.message)||"Error al eliminar dispositivos"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},u.value=!0}const E=n.computed(()=>a.value.map(g=>{const w=(b,k)=>{if(!b)return"";try{return typeof b=="string"?ne.fromISO(b).toLocaleString(k):b instanceof Date?ne.fromJSDate(b).toLocaleString(k):ne.fromISO(String(b)).toLocaleString(k)}catch{return String(b)}};return{...g,fechaUltimaAutenticacion:w(g.fechaUltimaAutenticacion,ne.DATETIME_MED),fechaExpiracion:w(g.fechaExpiracion,ne.DATETIME_MED)}}));function h(){r.value=!0,s()}function m(){r.value=!1}return e({openDialog:h,closeDialog:m}),(g,w)=>(n.openBlock(),n.createBlock(Rc,{isOpen:r.value,"onUpdate:isOpen":w[2]||(w[2]=b=>r.value=b),dismissable:!1,noPadding:!0},{default:n.withCtx(()=>[n.unref(o)?(n.openBlock(),n.createBlock(Hi,{key:0})):n.createCommentVNode("",!0),n.createElementVNode("div",tB,[nB,n.createElementVNode("div",rB,[n.createElementVNode("button",{class:"close-btn",onClick:w[0]||(w[0]=(...b)=>n.unref(s)&&n.unref(s)(...b))},aB),n.createElementVNode("button",{class:"close-btn",onClick:m},"✕")])]),n.unref(i)?(n.openBlock(),n.createElementBlock("div",oB,"Error al cargar dispositivos")):n.createCommentVNode("",!0),n.createVNode($2,{open:u.value,"onUpdate:open":w[1]||(w[1]=b=>u.value=b),title:d.value,message:A.value,confirmLabel:"Sí",cancelLabel:"No",onConfirm:p},null,8,["open","title","message"]),n.createElementVNode("div",iB,[!n.unref(o)&&E.value.length?(n.openBlock(),n.createElementBlock("ul",sB,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(E.value,b=>(n.openBlock(),n.createElementBlock("li",{key:b.id,class:"device-card"},[n.createElementVNode("div",lB,[n.createElementVNode("div",cB,[n.createElementVNode("div",uB,[n.createElementVNode("i",{class:n.normalizeClass(["pi",b.esMovil?"pi-mobile":"pi-desktop","icon"])},null,2)])]),n.createElementVNode("div",dB,[n.createElementVNode("div",AB,[n.createElementVNode("div",fB,n.toDisplayString(b.nombreDispositivo||"Dispositivo sin nombre"),1),n.createElementVNode("div",pB,n.toDisplayString(b.identificadorDispositivo),1)]),n.createElementVNode("div",mB,[hB,n.createElementVNode("div",gB,[n.createElementVNode("span",vB,[n.createTextVNode("Última autenticación: "),n.createElementVNode("span",yB,n.toDisplayString(b.fechaUltimaAutenticacion),1)])])]),n.createElementVNode("div",wB,[bB,n.createElementVNode("div",CB,[n.createElementVNode("span",EB,[n.createTextVNode("Fecha expiración: "),n.createElementVNode("span",kB,n.toDisplayString(b.fechaExpiracion),1)])])])])]),n.createElementVNode("button",{class:"action-btn",title:"Cerrar sesión en este dispositivo",onClick:k=>v(b)},BB,8,xB)]))),128))])):n.createCommentVNode("",!0),!n.unref(o)&&!E.value.length?(n.openBlock(),n.createElementBlock("div",SB,TB)):n.createCommentVNode("",!0)]),!n.unref(o)&&E.value.length?(n.openBlock(),n.createElementBlock("div",DB,[n.createElementVNode("button",{class:"fge-delete2-button",onClick:C}," Eliminar todos menos el actual "),n.createElementVNode("button",{class:"fge-delete-button",onClick:y}," Eliminar todos los dispositivos ")])):n.createCommentVNode("",!0)]),_:1},8,["isOpen"]))}}),[["__scopeId","data-v-ab7b4129"]]),VB=async t=>oe.patch("/v1/sesion/listar-activas",t).then(e=>{const r=(e==null?void 0:e.data)??e;return Array.isArray(r)?r:Array.isArray(r==null?void 0:r.response.data)?r.response.data:[]}).catch(e=>(console.error("Error fetching dispositivos:",e),[])),IB=async t=>oe.patch("/v1/sesion/finalizar",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),PB=async t=>oe.patch("/v1/sesion/finalizar-menos-actual",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),MB=async t=>oe.patch("/v1/sesion/finalizar-todas",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e});function _B(){const t=n.ref([]),e=n.ref(!1),r=n.ref(null),a=Ee(),o=async()=>{var s;e.value=!0,r.value=null;try{const l=((s=a.userState.user)==null?void 0:s.id)??0,c=await VB({usuarioId:l});console.debug("getSesiones response:",c),t.value=Array.isArray(c)?c:[]}catch(l){r.value=l}finally{e.value=!1}},i=async()=>{await o()};return n.onMounted(()=>{o()}),{sesiones:t,isLoading:e,error:r,refresh:i}}const Nn=t=>(n.pushScopeId("data-v-6df5dc87"),t=t(),n.popScopeId(),t),RB={class:"sidebar-header"},LB=Nn(()=>n.createElementVNode("h3",null,"Sesiones activas",-1)),FB={class:"header-buttons"},UB=[Nn(()=>n.createElementVNode("i",{class:"pi pi-refresh"},null,-1))],ZB={class:"sidebar-body"},HB={key:0,class:"devices-list"},QB={class:"card-body"},qB={class:"card-left"},zB={class:"icon-circle"},KB={class:"card-content"},jB={class:"card-header"},JB={class:"device-title-row"},XB={class:"device-title"},WB={class:"badges"},$B={key:0,class:"badge badge-actual"},YB={key:1,class:"badge badge-cd"},GB={class:"device-id"},NB={class:"card-row"},eS=Nn(()=>n.createElementVNode("i",{class:"pi pi-desktop"},null,-1)),tS={class:"card-text"},nS={class:"muted-title"},rS={class:"muted-value"},aS={class:"card-row"},oS=Nn(()=>n.createElementVNode("i",{class:"pi pi-calendar"},null,-1)),iS={class:"card-text"},sS={class:"muted-title"},lS={class:"muted-value"},cS={class:"card-row"},uS=Nn(()=>n.createElementVNode("i",{class:"pi pi-calendar"},null,-1)),dS={class:"card-text"},AS={class:"muted-title"},fS={class:"muted-value"},pS=["onClick"],mS=[Nn(()=>n.createElementVNode("i",{class:"pi pi-sign-out"},null,-1))],hS={key:1,class:"no-devices"},gS=[Nn(()=>n.createElementVNode("div",null,"No hay sesiones activas.",-1))],vS={key:1,class:"sidebar-footer"},yS=Ye(n.defineComponent({__name:"FgeSesiones",setup(t,{expose:e}){const r=n.ref(!1),{sesiones:a,isLoading:o,error:i,refresh:s}=_B(),l=Ee(),c=()=>{var g;return((g=l.userState.user)==null?void 0:g.id)??0},u=n.ref(!1),d=n.ref("Confirmar"),A=n.ref("¿Desea continuar?"),f=n.ref(null);async function p(){if(f.value)try{await f.value()}catch{}finally{f.value=null}}function v(g){d.value="Finalizar sesión",A.value="¿Desea cerrar esta sesión remota?",f.value=async()=>{try{const w=await IB({usuarioId:c(),sesionId:g.id});w!=null&&w.error?Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(w==null?void 0:w.message)||"Error al finalizar sesión"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):(Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${(w==null?void 0:w.message)||"Sesión finalizada"}</p>`,{autoClose:3e3,hideProgressBar:!0,icon:yn,closeOnClick:!1,dangerouslyHTMLString:!0}),s())}catch(w){console.error(w),Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(w==null?void 0:w.message)||"Error al finalizar sesión"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},u.value=!0}function C(){d.value="Finalizar sesiones",A.value="¿Desea finalizar todas las sesiones menos la actual?",f.value=async()=>{try{const g=await PB({usuarioId:c()});g!=null&&g.error?Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(g==null?void 0:g.message)||"Error al finalizar sesiones"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):(Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${(g==null?void 0:g.message)||"Operación exitosa"}</p>`,{autoClose:3e3,hideProgressBar:!0,icon:yn,closeOnClick:!1,dangerouslyHTMLString:!0}),s())}catch(g){console.error(g),Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(g==null?void 0:g.message)||"Error al finalizar sesiones"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},u.value=!0}function y(){d.value="Finalizar sesiones",A.value="¿Desea finalizar todas las sesiones?",f.value=async()=>{try{const g=await MB({usuarioId:c()});g!=null&&g.error?Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(g==null?void 0:g.message)||"Error al finalizar sesiones"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):(Z.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${(g==null?void 0:g.message)||"Operación exitosa"}</p>`,{autoClose:3e3,hideProgressBar:!0,icon:yn,closeOnClick:!1,dangerouslyHTMLString:!0}),s())}catch(g){console.error(g),Z.error(`<p class="toast-title">Error</p><p class="toast-description">${(g==null?void 0:g.message)||"Error al finalizar sesiones"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},u.value=!0}const E=n.computed(()=>a.value.map(g=>{const w=b=>{if(!b)return"";try{return typeof b=="string"?ne.fromISO(b).toLocaleString(ne.DATETIME_MED):b instanceof Date?ne.fromJSDate(b).toLocaleString(ne.DATETIME_MED):ne.fromISO(String(b)).toLocaleString(ne.DATETIME_MED)}catch{return String(b)}};return{...g,createdAtFmt:w(g.createdAt),caducidadFmt:w(g.caducidad)}}));function h(){r.value=!0,s()}function m(){r.value=!1}return e({openDialog:h,closeDialog:m}),(g,w)=>(n.openBlock(),n.createBlock(Rc,{isOpen:r.value,"onUpdate:isOpen":w[2]||(w[2]=b=>r.value=b),dismissable:!1,noPadding:!0},{default:n.withCtx(()=>[n.unref(o)?(n.openBlock(),n.createBlock(Hi,{key:0})):n.createCommentVNode("",!0),n.createElementVNode("div",RB,[LB,n.createElementVNode("div",FB,[n.createElementVNode("button",{class:"close-btn",onClick:w[0]||(w[0]=(...b)=>n.unref(s)&&n.unref(s)(...b))},UB),n.createElementVNode("button",{class:"close-btn",onClick:m},"✕")])]),n.createVNode($2,{open:u.value,"onUpdate:open":w[1]||(w[1]=b=>u.value=b),title:d.value,message:A.value,confirmLabel:"Sí",cancelLabel:"No",onConfirm:p},null,8,["open","title","message"]),n.createElementVNode("div",ZB,[!n.unref(o)&&E.value.length?(n.openBlock(),n.createElementBlock("ul",HB,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(E.value,b=>(n.openBlock(),n.createElementBlock("li",{key:b.id,class:"device-card"},[n.createElementVNode("div",QB,[n.createElementVNode("div",qB,[n.createElementVNode("div",zB,[n.createElementVNode("i",{class:n.normalizeClass(["pi",b.esMovil?"pi-mobile":"pi-desktop","icon"])},null,2)])]),n.createElementVNode("div",KB,[n.createElementVNode("div",jB,[n.createElementVNode("div",JB,[n.createElementVNode("div",XB,n.toDisplayString(b.dispositivo||b.navegador||b.aplicacion),1),n.createElementVNode("div",WB,[b.actual?(n.openBlock(),n.createElementBlock("span",$B,"Actual")):n.createCommentVNode("",!0),b.ciudadania==1?(n.openBlock(),n.createElementBlock("span",YB,"CD")):n.createCommentVNode("",!0)])]),n.createElementVNode("div",GB,n.toDisplayString(b.navegador)+" · "+n.toDisplayString(b.so),1)]),n.createElementVNode("div",NB,[eS,n.createElementVNode("div",tS,[n.createElementVNode("span",nS,[n.createTextVNode("Sistema: "),n.createElementVNode("span",rS,n.toDisplayString(b.aplicacion),1)])])]),n.createElementVNode("div",aS,[oS,n.createElementVNode("div",iS,[n.createElementVNode("span",sS,[n.createTextVNode("Iniciado el: "),n.createElementVNode("span",lS,n.toDisplayString(b.createdAtFmt),1)])])]),n.createElementVNode("div",cS,[uS,n.createElementVNode("div",dS,[n.createElementVNode("span",AS,[n.createTextVNode("Caduca: "),n.createElementVNode("span",fS,n.toDisplayString(b.caducidadFmt),1)])])])])]),n.createElementVNode("button",{class:"action-btn",title:"Finalizar sesión",onClick:k=>v(b)},mS,8,pS)]))),128))])):n.createCommentVNode("",!0),!n.unref(o)&&!E.value.length?(n.openBlock(),n.createElementBlock("div",hS,gS)):n.createCommentVNode("",!0)]),!n.unref(o)&&E.value.length?(n.openBlock(),n.createElementBlock("div",vS,[n.createElementVNode("button",{class:"fge-delete2-button",onClick:C}," Finalizar todas menos el actual "),n.createElementVNode("button",{class:"fge-delete-button",onClick:y}," Finalizar todas las sesiones ")])):n.createCommentVNode("",!0)]),_:1},8,["isOpen"]))}}),[["__scopeId","data-v-6df5dc87"]]),wS={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 384 512"},bS=[n.createElementVNode("path",{d:"M223.5 32C100 32 0 132.3 0 256s100 224 223.5 224c60.6 0 115.5-24.2 155.8-63.4 5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6-96.9 0-175.5-78.8-175.5-176 0-65.8 36-123.1 89.3-153.3 6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z"},null,-1)];function CS(t,e){return n.openBlock(),n.createElementBlock("svg",wS,[...bS])}const ES={render:CS},Qi=t=>(n.pushScopeId("data-v-6cedda83"),t=t(),n.popScopeId(),t),kS=Qi(()=>n.createElementVNode("button",{class:"auth-hide-btn"},null,-1)),xS={class:"auth-title-container"},BS=Qi(()=>n.createElementVNode("p",null,"Aviso de Seguridad",-1)),SS={class:"dialog-body"},TS={class:"icon"},DS={class:"body-title"},OS={class:"auth-modal-body-msg auth-msg-capitalize"},VS=Qi(()=>n.createElementVNode("p",{class:"auth-modal-body-msg"}," Te recordamos que es momento de renovar tu contraseña en el Ecosistema JL. Actualizarla cada 4 meses es una práctica recomendada para mantener tu información a salvo. ",-1)),IS=Qi(()=>n.createElementVNode("p",{class:"auth-modal-body-msg"},"¡Gracias por tu colaboración!",-1)),PS={class:"dialog-footer"},MS=Ye(n.defineComponent({__name:"PasswordDialog",props:{open:{type:Boolean,default:!1},openClick:{type:Function,required:!0},forzarCambioPassword:{type:Boolean,required:!0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=n.computed({get:()=>r.open,set:s=>i("update:open",s)}),o=Ee(),i=e;return(s,l)=>(n.openBlock(),n.createBlock(n.unref(Po),{open:a.value,"onUpdate:open":l[2]||(l[2]=c=>a.value=c)},{default:n.withCtx(()=>[n.createVNode(n.unref(Mo),{"as-child":""},{default:n.withCtx(()=>[kS]),_:1}),n.createVNode(n.unref(Ro),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Uo),{class:"modal-overlay"}),n.createVNode(n.unref(Fo),{class:"auth-modal-container",onInteractOutside:l[1]||(l[1]=c=>c.preventDefault()),"aria-describedby":"dialog-description"},{default:n.withCtx(()=>{var c,u,d,A;return[n.createVNode(n.unref(Zo),{class:"auth-dialog-title"},{default:n.withCtx(()=>[n.createElementVNode("div",xS,[BS,r.forzarCambioPassword?n.createCommentVNode("",!0):(n.openBlock(),n.createBlock(n.unref(Cr),{key:0,class:"close-icon","aria-label":"Close"},{default:n.withCtx(()=>[n.createVNode(n.unref(rc))]),_:1}))])]),_:1}),n.createElementVNode("div",SS,[n.createElementVNode("div",TS,[n.createVNode(wi,{mode:"gray"})]),n.createElementVNode("p",DS,n.toDisplayString(t.forzarCambioPassword?"Renueva tu Contraseña":"¿Desea cambiar la contraseña?"),1),n.createElementVNode("p",OS," Hola "+n.toDisplayString((u=(c=n.unref(o).userState)==null?void 0:c.user)!=null&&u.nombreCompleto?`${(A=(d=n.unref(o).userState)==null?void 0:d.user)==null?void 0:A.nombreCompleto.toLowerCase()}`:"Usuario")+", ",1),VS,IS]),n.createElementVNode("div",PS,[r.forzarCambioPassword?n.createCommentVNode("",!0):(n.openBlock(),n.createBlock(n.unref(Cr),{key:0,class:"fge-gray-button w-full","aria-label":"Close"},{default:n.withCtx(()=>[n.createTextVNode(" Más tarde ")]),_:1})),n.createElementVNode("button",{class:"w-full fge-auth-primary-button",onClick:l[0]||(l[0]=n.withModifiers(()=>t.openClick(),["prevent"]))}," Cambiar contraseña ")])]}),_:1})]),_:1})]),_:1},8,["open"]))}}),[["__scopeId","data-v-6cedda83"]]),_S=n.createElementVNode("button",{class:"auth-hide-btn"},null,-1),RS=n.createElementVNode("div",{class:"auth-title-container"},[n.createElementVNode("p",null,"SEGURIDAD DE AUTENTICACIÓN")],-1),LS={class:"dialog-body"},FS={class:"icon"},US=n.createElementVNode("p",{class:"body-title"},"ACTIVACION DE DOBLE FACTOR DE AUTENTICACIÓN",-1),ZS=n.createElementVNode("p",null," Esta aplicación requiere la activación de doble factor de autenticación, por tanto debe contar con uno de los siguientes requisitos: ",-1),HS=n.createElementVNode("br",null,null,-1),QS=n.createElementVNode("div",{style:{"margin-left":"50px"}},[n.createElementVNode("ul",null,[n.createElementVNode("li",null,[n.createTextVNode(" Tener cuenta de "),n.createElementVNode("b",null,[n.createElementVNode("a",{href:"https://play.google.com/store/apps/details?id=org.telegram.messenger",target:"_blank"}," Telegram ")])]),n.createElementVNode("li",null,"Correo electrónico.")])],-1),qS={class:"dialog-footer"},zS=n.defineComponent({__name:"Message2faDialog",emits:["openClick"],setup(t,{expose:e,emit:r}){const a=n.ref(!1),o=()=>a.value=!0,i=()=>{a.value=!1,s("openClick")},s=r;return e({openDialog:o}),(l,c)=>(n.openBlock(),n.createBlock(n.unref(Po),{open:a.value,"onUpdate:open":c[1]||(c[1]=u=>a.value=u)},{default:n.withCtx(()=>[n.createVNode(n.unref(Mo),null,{default:n.withCtx(()=>[_S]),_:1}),n.createVNode(n.unref(Ro),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Uo),{class:"modal-overlay"}),n.createVNode(n.unref(Fo),{class:"auth-modal-container",onInteractOutside:c[0]||(c[0]=u=>u.preventDefault()),"aria-describedby":"dialog-description"},{default:n.withCtx(()=>[n.createVNode(n.unref(Zo),{class:"auth-dialog-title"},{default:n.withCtx(()=>[RS]),_:1}),n.createElementVNode("div",LS,[n.createElementVNode("div",FS,[n.createVNode(wi,{mode:"gray"})]),US,ZS,HS,QS]),n.createElementVNode("div",qS,[n.createElementVNode("button",{class:"w-full fge-auth-primary-button",onClick:n.withModifiers(i,["prevent"])}," aceptar ")])]),_:1})]),_:1})]),_:1},8,["open"]))}}),KS={class:"item-container"},jS={class:"auth-name-container"},JS={class:"name"},XS={class:"profession"},WS=n.createElementVNode("i",{class:"pi pi-user"},null,-1),$S=n.createElementVNode("span",{style:{"margin-left":"0.8rem"}},"Perfil",-1),YS=n.createElementVNode("span",{style:{"margin-left":"0.8rem"}},"Cambiar modo",-1),GS=n.createElementVNode("i",{class:"pi pi-users"},null,-1),NS=n.createElementVNode("span",{style:{"margin-left":"0.8rem"}},"Sesiones",-1),eT=n.createElementVNode("i",{class:"pi pi-desktop"},null,-1),tT=n.createElementVNode("span",{style:{"margin-left":"0.8rem"}},"Dispositivos de confianza",-1),nT=n.createElementVNode("i",{class:"pi pi-sign-out"},null,-1),rT=n.createElementVNode("span",{style:{"margin-left":"0.8rem"}},"Cerrar sesión",-1),Y2=n.defineComponent({__name:"FgeMenuItems",props:{showChangeMode:{type:Boolean,default:!1},isDarkMode:{type:Boolean,default:!1}},emits:["onLogout","onChangeMode"],setup(t,{emit:e}){const r=t,a=Ee(),{logoutCD:o}=S2(),i=n.ref(!1),s=n.ref(!1),l=n.ref();n.onMounted(()=>{y(),h()});const c=n.ref(),u=n.ref(),d=n.ref(),A=n.ref(!0),f=e,p=()=>{c.value.openDialog()},v=async()=>{try{a.userState.isNvAuth?await C3():await b3(),a.binnacleId&&await o({})}catch{}finally{a.clearUserData(),localStorage.clear(),f("onLogout")}},C=async()=>{f("onChangeMode")},y=async()=>{const{fechaCambioPassword:D,cambiarPassword:S,forzarCambioPassword:x,diasVidaPassword:B}=a.userState;if(!a.enableChangePassword||typeof B!="number")return;const T=localStorage.getItem("show-change-password");if(!x&&T&&S)return;const R=D?ne.fromISO(D):void 0;if(l.value=R,S){m(!!(S&&x));return}},E=n.ref(),h=async()=>{var D,S;(D=a.userState)!=null&&D.forzarActivar2FA&&((S=E.value)==null||S.openDialog())},m=D=>{Yi("password-modified")||(localStorage.setItem("show-change-password",new Date().toISOString()),D&&(A.value=!1),s.value=!0)},g=()=>{var S;const{forzarCambioPassword:D}=a.userState;(S=c.value)==null||S.goToChangePassword(D),s.value=!1,A.value=!1},w=()=>{var D;s.value=!1,A.value=!1,(D=c.value)==null||D.goToActiveMedio()},b=()=>{var D,S;(S=(D=u.value)==null?void 0:D.openDialog)==null||S.call(D)},k=()=>{var D,S;(S=(D=d.value)==null?void 0:D.openDialog)==null||S.call(D)};return(D,S)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(n.unref(L6),{open:i.value,"onUpdate:open":S[0]||(S[0]=x=>i.value=x)},{default:n.withCtx(()=>[n.createVNode(n.unref(F6),{class:n.normalizeClass(["link-item-container",{dark:r.isDarkMode}]),"aria-label":"menu-options"},{default:n.withCtx(()=>{var x,B,T,R;return[n.createElementVNode("div",KS,[n.createVNode(n.unref(Z5),{class:"avatar-container"},{default:n.withCtx(()=>{var q,ee;return[n.createVNode(n.unref(Q5),{class:"avatar-image",src:(q=n.unref(a).userState.user)==null?void 0:q.fotoUrl,alt:`Foto de ${(ee=n.unref(a).userState.user)==null?void 0:ee.nombreCompleto}`},null,8,["src","alt"]),n.createVNode(n.unref(q5),{class:"avatar-fallback","delay-ms":600},{default:n.withCtx(()=>[n.createVNode(X2)]),_:1})]}),_:1}),n.createElementVNode("div",jS,[n.createElementVNode("p",JS,n.toDisplayString((B=(x=n.unref(a).userState)==null?void 0:x.user)==null?void 0:B.nombreCompleto),1),n.createElementVNode("p",XS,n.toDisplayString((R=(T=n.unref(a).userState)==null?void 0:T.user)==null?void 0:R.profesion),1)])])]}),_:1},8,["class"]),n.createVNode(n.unref(U6),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Z6),{class:n.normalizeClass(["auth-menu-content",{dark:r.isDarkMode}])},{default:n.withCtx(()=>[n.createVNode(n.unref(ya),{class:"auth-menu-item",onClick:p},{default:n.withCtx(()=>[WS,$S]),_:1}),r.showChangeMode?(n.openBlock(),n.createBlock(n.unref(ya),{key:0,class:"auth-menu-item",onClick:C},{default:n.withCtx(()=>[n.createVNode(n.unref(ES)),YS]),_:1})):n.createCommentVNode("",!0),n.createVNode(n.unref(ya),{class:"auth-menu-item",onClick:k},{default:n.withCtx(()=>[GS,NS]),_:1}),n.createVNode(n.unref(ya),{class:"auth-menu-item",onClick:b},{default:n.withCtx(()=>[eT,tT]),_:1}),n.createVNode(n.unref(ya),{class:"auth-menu-item",onClick:v},{default:n.withCtx(()=>[nT,rT]),_:1})]),_:1},8,["class"])]),_:1})]),_:1},8,["open"]),n.createVNode(Lc,{ref_key:"perfilRef",ref:c},null,512),n.createVNode(OB,{ref_key:"dispositivosRef",ref:u},null,512),n.createVNode(yS,{ref_key:"sesionesRef",ref:d},null,512),n.createVNode(MS,{open:s.value,"onUpdate:open":S[1]||(S[1]=x=>s.value=x),openClick:g,forzarCambioPassword:!!n.unref(a).userState.forzarCambioPassword},null,8,["open","forzarCambioPassword"]),n.createVNode(zS,{ref_key:"message2faRef",ref:E,onOpenClick:w},null,512)],64))}}),aT={[String(Pl)]:"${label} debe contener solo números",[String(No)]:"${label} debe contener al menos una letra mayúscula, una letra minúscula, un número y un caracter especial",[String(Pr)]:"${label} debe contener al menos una letra mayúscula, una letra minúscula, un número y un caracter especial"},G2={mixed:{required:"${label} es requerido",oneOf:"${label} deben ser iguales"},string:{min:"${label} debe tener al menos ${min} caracteres",max:"${label} no debe tener más de ${max} caracteres",length:"${label} debe tener ${length} caracteres",matches:({label:t,regex:e})=>aT[String(e)].replaceAll("${label}",t)||`${t} no es válido`,email:"${label} debe tener el formato ejemplo@ejemplo.com"},number:{min:"El valor mínimo permitido es ${min}",max:"El valor máximo permitido es ${max}"}};re.addMethod(re.string,"email",function(e){var r;return this.matches(u7,{message:e||((r=G2.string)==null?void 0:r.email),name:"email",excludeEmptyString:!0})});function oT(t){if(t)try{return JSON.parse(t)}catch(e){console.warn(e,"unknown json format!")}}function N2(t,e){var r=e.storage,a=e.encrypt,o=e.decrypt,i=r.getItem(t.$id);if(i){var s=oT(o?o(i):i);s&&(t.$state=s)}else{var l=JSON.stringify(t.$state);r.setItem(t.$id,a?a(l):l)}var c=function(d,A){var f=JSON.stringify(A);r.setItem(t.$id,a?a(f):f)};t.$subscribe(c,{detached:!0,deep:!0,immediate:!0})}function iT(t){return function(e){var r=Object.assign({},t),a=e.store,o=r.stores,i=r.encrypt,s=r.decrypt;o&&o.length>0&&o.forEach(function(l){if(typeof l=="string"){if(l===a.$id){var c=r.storage||localStorage;N2(a,{stores:o,storage:c,encrypt:i,decrypt:s})}}else if(l.name===a.$id){var u=l.storage,d=l.ciphertext,A=function(){return u||(r.storage?r.storage:localStorage)};N2(a,{stores:o,storage:A(),encrypt:d===!1?void 0:i,decrypt:d===!1?void 0:s})}})}}var Yr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function e0(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function sT(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var r=function a(){return this instanceof a?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(a){var o=Object.getOwnPropertyDescriptor(t,a);Object.defineProperty(r,a,o.get?o:{enumerable:!0,get:function(){return t[a]}})}),r}var t0={exports:{}};function lT(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Fc={exports:{}};const cT=sT(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var n0;function r0(){return n0||(n0=1,function(t,e){(function(r,a){t.exports=a()})(Yr,function(){var r=r||function(a,o){var i;if(typeof window<"u"&&window.crypto&&(i=window.crypto),typeof self<"u"&&self.crypto&&(i=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(i=globalThis.crypto),!i&&typeof window<"u"&&window.msCrypto&&(i=window.msCrypto),!i&&typeof Yr<"u"&&Yr.crypto&&(i=Yr.crypto),!i&&typeof lT=="function")try{i=cT}catch{}var s=function(){if(i){if(typeof i.getRandomValues=="function")try{return i.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof i.randomBytes=="function")try{return i.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},l=Object.create||function(){function h(){}return function(m){var g;return h.prototype=m,g=new h,h.prototype=null,g}}(),c={},u=c.lib={},d=u.Base=function(){return{extend:function(h){var m=l(this);return h&&m.mixIn(h),(!m.hasOwnProperty("init")||this.init===m.init)&&(m.init=function(){m.$super.init.apply(this,arguments)}),m.init.prototype=m,m.$super=this,m},create:function(){var h=this.extend();return h.init.apply(h,arguments),h},init:function(){},mixIn:function(h){for(var m in h)h.hasOwnProperty(m)&&(this[m]=h[m]);h.hasOwnProperty("toString")&&(this.toString=h.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),A=u.WordArray=d.extend({init:function(h,m){h=this.words=h||[],m!=o?this.sigBytes=m:this.sigBytes=h.length*4},toString:function(h){return(h||p).stringify(this)},concat:function(h){var m=this.words,g=h.words,w=this.sigBytes,b=h.sigBytes;if(this.clamp(),w%4)for(var k=0;k<b;k++){var D=g[k>>>2]>>>24-k%4*8&255;m[w+k>>>2]|=D<<24-(w+k)%4*8}else for(var S=0;S<b;S+=4)m[w+S>>>2]=g[S>>>2];return this.sigBytes+=b,this},clamp:function(){var h=this.words,m=this.sigBytes;h[m>>>2]&=4294967295<<32-m%4*8,h.length=a.ceil(m/4)},clone:function(){var h=d.clone.call(this);return h.words=this.words.slice(0),h},random:function(h){for(var m=[],g=0;g<h;g+=4)m.push(s());return new A.init(m,h)}}),f=c.enc={},p=f.Hex={stringify:function(h){for(var m=h.words,g=h.sigBytes,w=[],b=0;b<g;b++){var k=m[b>>>2]>>>24-b%4*8&255;w.push((k>>>4).toString(16)),w.push((k&15).toString(16))}return w.join("")},parse:function(h){for(var m=h.length,g=[],w=0;w<m;w+=2)g[w>>>3]|=parseInt(h.substr(w,2),16)<<24-w%8*4;return new A.init(g,m/2)}},v=f.Latin1={stringify:function(h){for(var m=h.words,g=h.sigBytes,w=[],b=0;b<g;b++){var k=m[b>>>2]>>>24-b%4*8&255;w.push(String.fromCharCode(k))}return w.join("")},parse:function(h){for(var m=h.length,g=[],w=0;w<m;w++)g[w>>>2]|=(h.charCodeAt(w)&255)<<24-w%4*8;return new A.init(g,m)}},C=f.Utf8={stringify:function(h){try{return decodeURIComponent(escape(v.stringify(h)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(h){return v.parse(unescape(encodeURIComponent(h)))}},y=u.BufferedBlockAlgorithm=d.extend({reset:function(){this._data=new A.init,this._nDataBytes=0},_append:function(h){typeof h=="string"&&(h=C.parse(h)),this._data.concat(h),this._nDataBytes+=h.sigBytes},_process:function(h){var m,g=this._data,w=g.words,b=g.sigBytes,k=this.blockSize,D=k*4,S=b/D;h?S=a.ceil(S):S=a.max((S|0)-this._minBufferSize,0);var x=S*k,B=a.min(x*4,b);if(x){for(var T=0;T<x;T+=k)this._doProcessBlock(w,T);m=w.splice(0,x),g.sigBytes-=B}return new A.init(m,B)},clone:function(){var h=d.clone.call(this);return h._data=this._data.clone(),h},_minBufferSize:0});u.Hasher=y.extend({cfg:d.extend(),init:function(h){this.cfg=this.cfg.extend(h),this.reset()},reset:function(){y.reset.call(this),this._doReset()},update:function(h){return this._append(h),this._process(),this},finalize:function(h){h&&this._append(h);var m=this._doFinalize();return m},blockSize:16,_createHelper:function(h){return function(m,g){return new h.init(g).finalize(m)}},_createHmacHelper:function(h){return function(m,g){return new E.HMAC.init(h,g).finalize(m)}}});var E=c.algo={};return c}(Math);return r})}(Fc)),Fc.exports}(function(t,e){(function(r,a){t.exports=a(r0())})(Yr,function(r){return r.enc.Utf8})})(t0);var uT=t0.exports;const a0=e0(uT);var o0={exports:{}};(function(t,e){(function(r,a){t.exports=a(r0())})(Yr,function(r){return function(){var a=r,o=a.lib,i=o.WordArray,s=a.enc;s.Base64={stringify:function(c){var u=c.words,d=c.sigBytes,A=this._map;c.clamp();for(var f=[],p=0;p<d;p+=3)for(var v=u[p>>>2]>>>24-p%4*8&255,C=u[p+1>>>2]>>>24-(p+1)%4*8&255,y=u[p+2>>>2]>>>24-(p+2)%4*8&255,E=v<<16|C<<8|y,h=0;h<4&&p+h*.75<d;h++)f.push(A.charAt(E>>>6*(3-h)&63));var m=A.charAt(64);if(m)for(;f.length%4;)f.push(m);return f.join("")},parse:function(c){var u=c.length,d=this._map,A=this._reverseMap;if(!A){A=this._reverseMap=[];for(var f=0;f<d.length;f++)A[d.charCodeAt(f)]=f}var p=d.charAt(64);if(p){var v=c.indexOf(p);v!==-1&&(u=v)}return l(c,u,A)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function l(c,u,d){for(var A=[],f=0,p=0;p<u;p++)if(p%4){var v=d[c.charCodeAt(p-1)]<<p%4*2,C=d[c.charCodeAt(p)]>>>6-p%4*2,y=v|C;A[f>>>2]|=y<<24-f%4*8,f++}return i.create(A,f)}}(),r.enc.Base64})})(o0);var dT=o0.exports;const i0=e0(dT),s0=M0();function AT(t){return i0.stringify(a0.parse(t))}function fT(t){return i0.parse(t).toString(a0)}const pT=iT({stores:[{name:"LOGIN_STORE",storage:localStorage,ciphertext:!0}],encrypt:AT,decrypt:fT});s0.use(pT);const mT={install:(t,e)=>{e.useYupLocale&&re.setLocale(G2),t.component("FgeLoginComponent",J2),t.component("FgePerfilMenuComponent",Y2),t.component("FgePerfilSidebar",Lc),t.use(fb,{VITE_API_BASE_URL:window.location.href,VITE_API_APLICATION:e.aplicacion,VITE_API_MS_AGETIC:e.MS_AGETIC_URL,VITE_API_MS_AGETIC_FRONT:e.API_SERVER_REDIRECT,VITE_DEVELOPMENT_ENVIRONMENT:e.ENVIRONMENT||"DEV",VITE_API_AGETIC_ANUNCIOS:"https://www.facebook.com/story.php?story_fbid=999108625735075&id=100069078404748&mibextid=wwXIfr&rdid=Jl5hWv1li8tIYJ45"}),t.use(s0),Ee().setConfigs({newBaseURL:e.baseUrl,newIsRegister:e.isRegister||!1,newAplicacion:e.aplicacion,newBaseURLAuthNv:e.baseUrlAuthNv,newWebSocketUrl:e.MS_WEBSOCKET_URL,newWebSocketToken:e.TOKEN_WEBSOCKET??"",newRrhhUrl:e.rrhhUrl,verificarSiFuncionario:e.verificarSiFuncionario||!1,telegramBot:e.telegramBot??"MinPub_bot",systemVersion:e.systemVersion,enableChangePasswordMsg:e.ENABLE_CHANGE_PASSWORD,enableForceChangePassword:e.ENABLE_FORCE_CHANGE_PASSWORD})}};Je.FgeAuthMenuComponent=Y2,Je.FgeLoginComponent=J2,Je.FgePerfilSidebar=Lc,Je.default=mT,Je.useFgeAuthLoginStore=Ee,Je.useFgeAuthStateStore=ka,Object.defineProperties(Je,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
84
+ `):" "+b2(i[0]):"as no adapter specified";throw new ce("There is no suitable adapter to dispatch the request "+s,"ERR_NOT_SUPPORT")}return a},adapters:mc};function hc(t){if(t.cancelToken&&t.cancelToken.throwIfRequested(),t.signal&&t.signal.aborted)throw new Jr(null,t)}function E2(t){return hc(t),t.headers=tt.from(t.headers),t.data=Ac.call(t,t.transformRequest),["post","put","patch"].indexOf(t.method)!==-1&&t.headers.setContentType("application/x-www-form-urlencoded",!1),C2.getAdapter(t.adapter||Ua.adapter)(t).then(function(e){return hc(t),e.data=Ac.call(t,t.transformResponse,e),e.headers=tt.from(e.headers),e},function(e){return A2(e)||(hc(t),e&&e.response&&(e.response.data=Ac.call(t,t.transformResponse,e.response),e.response.headers=tt.from(e.response.headers))),Promise.reject(e)})}const k2="1.7.2",gc={};["object","boolean","number","function","string","symbol"].forEach((t,e)=>{gc[t]=function(r){return typeof r===t||"a"+(e<1?"n ":" ")+t}});const x2={};gc.transitional=function(t,e,r){function a(o,i){return"[Axios v"+k2+"] Transitional option '"+o+"'"+i+(r?". "+r:"")}return(o,i,s)=>{if(t===!1)throw new ce(a(i," has been removed"+(e?" in "+e:"")),ce.ERR_DEPRECATED);return e&&!x2[i]&&(x2[i]=!0,console.warn(a(i," has been deprecated since v"+e+" and will be removed in the near future"))),t?t(o,i,s):!0}};function ob(t,e,r){if(typeof t!="object")throw new ce("options must be an object",ce.ERR_BAD_OPTION_VALUE);const a=Object.keys(t);let o=a.length;for(;o-- >0;){const i=a[o],s=e[i];if(s){const l=t[i],c=l===void 0||s(l,i,t);if(c!==!0)throw new ce("option "+i+" must be "+c,ce.ERR_BAD_OPTION_VALUE);continue}if(r!==!0)throw new ce("Unknown option "+i,ce.ERR_BAD_OPTION)}}const vc={assertOptions:ob,validators:gc},Bn=vc.validators;let Gn=class{constructor(t){this.defaults=t,this.interceptors={request:new l2,response:new l2}}async request(t,e){try{return await this._request(t,e)}catch(r){if(r instanceof Error){let a;Error.captureStackTrace?Error.captureStackTrace(a={}):a=new Error;const o=a.stack?a.stack.replace(/^.+\n/,""):"";try{r.stack?o&&!String(r.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(r.stack+=`
85
+ `+o):r.stack=o}catch{}}throw r}}_request(t,e){typeof t=="string"?(e=e||{},e.url=t):e=t||{},e=Yn(this.defaults,e);const{transitional:r,paramsSerializer:a,headers:o}=e;r!==void 0&&vc.assertOptions(r,{silentJSONParsing:Bn.transitional(Bn.boolean),forcedJSONParsing:Bn.transitional(Bn.boolean),clarifyTimeoutError:Bn.transitional(Bn.boolean)},!1),a!=null&&(P.isFunction(a)?e.paramsSerializer={serialize:a}:vc.assertOptions(a,{encode:Bn.function,serialize:Bn.function},!0)),e.method=(e.method||this.defaults.method||"get").toLowerCase();let i=o&&P.merge(o.common,o[e.method]);o&&P.forEach(["delete","get","head","post","put","patch","common"],f=>{delete o[f]}),e.headers=tt.concat(i,o);const s=[];let l=!0;this.interceptors.request.forEach(function(f){typeof f.runWhen=="function"&&f.runWhen(e)===!1||(l=l&&f.synchronous,s.unshift(f.fulfilled,f.rejected))});const c=[];this.interceptors.response.forEach(function(f){c.push(f.fulfilled,f.rejected)});let u,d=0,A;if(!l){const f=[E2.bind(this),void 0];for(f.unshift.apply(f,s),f.push.apply(f,c),A=f.length,u=Promise.resolve(e);d<A;)u=u.then(f[d++],f[d++]);return u}A=s.length;let m=e;for(d=0;d<A;){const f=s[d++],g=s[d++];try{m=f(m)}catch(b){g.call(this,b);break}}try{u=E2.call(this,m)}catch(f){return Promise.reject(f)}for(d=0,A=c.length;d<A;)u=u.then(c[d++],c[d++]);return u}getUri(t){t=Yn(this.defaults,t);const e=p2(t.baseURL,t.url);return s2(e,t.params,t.paramsSerializer)}};P.forEach(["delete","get","head","options"],function(t){Gn.prototype[t]=function(e,r){return this.request(Yn(r||{},{method:t,url:e,data:(r||{}).data}))}}),P.forEach(["post","put","patch"],function(t){function e(r){return function(a,o,i){return this.request(Yn(i||{},{method:t,headers:r?{"Content-Type":"multipart/form-data"}:{},url:a,data:o}))}}Gn.prototype[t]=e(),Gn.prototype[t+"Form"]=e(!0)});let ib=class l0{constructor(e){if(typeof e!="function")throw new TypeError("executor must be a function.");let r;this.promise=new Promise(function(o){r=o});const a=this;this.promise.then(o=>{if(!a._listeners)return;let i=a._listeners.length;for(;i-- >0;)a._listeners[i](o);a._listeners=null}),this.promise.then=o=>{let i;const s=new Promise(l=>{a.subscribe(l),i=l}).then(o);return s.cancel=function(){a.unsubscribe(i)},s},e(function(o,i,s){a.reason||(a.reason=new Jr(o,i,s),r(a.reason))})}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){if(this.reason){e(this.reason);return}this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const r=this._listeners.indexOf(e);r!==-1&&this._listeners.splice(r,1)}static source(){let e;return{token:new l0(function(r){e=r}),cancel:e}}};function sb(t){return function(e){return t.apply(null,e)}}function lb(t){return P.isObject(t)&&t.isAxiosError===!0}const yc={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(yc).forEach(([t,e])=>{yc[e]=t});function B2(t){const e=new Gn(t),r=Kf(Gn.prototype.request,e);return P.extend(r,Gn.prototype,e,{allOwnKeys:!0}),P.extend(r,e,null,{allOwnKeys:!0}),r.create=function(a){return B2(Yn(t,a))},r}const Se=B2(Ua);Se.Axios=Gn,Se.CanceledError=Jr,Se.CancelToken=ib,Se.isCancel=A2,Se.VERSION=k2,Se.toFormData=Ti,Se.AxiosError=ce,Se.Cancel=Se.CanceledError,Se.all=function(t){return Promise.all(t)},Se.spread=sb,Se.isAxiosError=lb,Se.mergeConfig=Yn,Se.AxiosHeaders=tt,Se.formToJSON=t=>u2(P.isHTMLForm(t)?new FormData(t):t),Se.getAdapter=C2.getAdapter,Se.HttpStatusCode=yc,Se.default=Se;const cb=async(t,e,r,a)=>{var o;const i=window.VITE_API_MS_AGETIC?window.VITE_API_MS_AGETIC:"http://172.27.38.54:3000",s={urlRedirectLogin:window.VITE_API_BASE_URL?window.VITE_API_BASE_URL:void 0,application:window.VITE_API_APLICATION?window.VITE_API_APLICATION:"justicia-libre",verificarFuncionario:e,environment:window.VITE_DEVELOPMENT_ENVIRONMENT?window.VITE_DEVELOPMENT_ENVIRONMENT:"DEV",binnacleId:a,processKey:t,tokenMsSeguridad:r},l=await Se.post(`${i}/api/v1/auth/generar-url`,s,{headers:{"Content-Type":"application/json; charset=utf-8","ms-agetic-token":void 0}});return zf({name:"ms-agetic-token",value:(o=l.data.response)==null?void 0:o.data.token,hours:5}),l.data.response.data},ub=async(t,e,r,a)=>{var o;const i=window.VITE_API_MS_AGETIC?window.VITE_API_MS_AGETIC:"http://172.27.38.54:3000",s={urlRedirectLogin:window.VITE_API_BASE_URL?window.VITE_API_BASE_URL:void 0,application:window.VITE_API_APLICATION?window.VITE_API_APLICATION:"justicia-libre",verificarFuncionario:e,environment:window.VITE_DEVELOPMENT_ENVIRONMENT?window.VITE_DEVELOPMENT_ENVIRONMENT:"DEV",binnacleId:a,processKey:t,tokenMsSeguridad:r,deviceId:"id_mobile_device"},l=await Se.post(`${i}/api/v2/auth/generar-url`,s,{headers:{"Content-Type":"application/json; charset=utf-8","ms-agetic-token":void 0}});return zf({name:"ms-agetic-token",value:(o=l.data.response)==null?void 0:o.data.token,hours:5}),l.data.response.data},db=async t=>{const e=window.VITE_API_MS_AGETIC?window.VITE_API_MS_AGETIC:"http://172.27.38.54:3000",r={binnacleId:t};return(await Se.post(`${e}/api/v1/auth/session-auth`,r,{headers:{Authorization:`Bearer ${qf("ms-agetic-token")}`,"Content-Type":"application/json; charset=utf-8","ms-agetic-token":void 0}})).data.response.data},Ab=t=>`${window.VITE_API_MS_AGETIC_FRONT?window.VITE_API_MS_AGETIC_FRONT:"http://172.27.38.54:8080"}/logout?urlRedirectLogout=${window.VITE_API_BASE_URL?window.VITE_API_BASE_URL:void 0}&binnacleId=${t}`;function S2(){const t=n.ref(),e=new Map;let r;const a=()=>{for(const[A,m]of e.entries())m.type===Ue.LOGOUT?(m.resolve({error:!1,message:"Sesion cerrada con exito"}),e.delete(A)):m.creationTime+1e3*60*5<new Date().getTime()&&(m.reject({error:!0,message:"Ha ocurrido un error, intente nuevamente"}),e.delete(A));e.size===0&&r&&(clearInterval(r),r=void 0)};n.onMounted(()=>{let A=!1;for(const[f]of e.entries())if(window.name===f){A=!0;break}const m=new BroadcastChannel(Pf);t.value=m,!A&&(t.value.onmessage=async f=>{const g=f.data;!g||await o(g)||i(g)||s(g)||l(g)})}),n.onBeforeUnmount(()=>{t.value&&t.value.close(),r&&clearInterval(r)});const o=async A=>{if(A.event!==Ue.LOGIN&&A.event!==Ue.ALREADY_LOGIN)return!1;const m=e.get(A.data.processKey);if(!m)return!1;if(e.delete(A.data.processKey),A.event===Ue.LOGIN){const f=A.data.data;try{const g=await db(f.binnacleId);Dy("digital",JSON.stringify(f)),m.resolve({error:!1,message:"Inicio de sesión exitoso",data:{...g.session,binnacleId:f.binnacleId}})}catch{m.reject({error:!0,message:"Ha ocurrido un error al iniciar sesión, intente nuevamente"})}return!0}return m.reject({error:!0,message:"Ya cuentas con una sesión activa"}),!0},i=A=>{if(A.event===Ue.LOGOUT){const m=e.get(A.data.processKey);return m?(e.delete(A.data.processKey),localStorage.removeItem("digital"),m.resolve({error:!1,message:"Sesión finalizada"}),!0):!1}return!1},s=A=>{const m=e.get(A.data.processKey);if(m)return A.event===Ue.VALIDATE_FILE?(m.resolve({error:!1,message:"Aprobación exitosa",data:A.data}),e.delete(A.data.processKey),!0):!1},l=A=>{const m=A.data.processKey,f=e.get(m);f&&A.event===Ue.FORCE_CLOSE&&(e.delete(m),f.reject({error:!0,message:"Ha ocurrido un error, intente nuevamente"}))},c=async(A=!0,m,f=!1)=>new Promise(async(g,b)=>{var v,k;const h=Ci(),p=f?void 0:Kr("digital")?JSON.parse(Kr("digital")).binnacleId:void 0,y=Ei();try{const{url:w}=await cb(h,A,m,p);window.open(w,h,y?void 0:"width=700,height=700,resizable=no")}catch(w){if(((k=(v=w==null?void 0:w.response)==null?void 0:v.data)==null?void 0:k.message)==="No se pudo conectar con AGETIC - CIUDADANIA DIGITAL")return window.open(window.VITE_API_AGETIC_ANUNCIOS,h,y?void 0:"width=700,height=700,resizable=no"),b(w.response.data);if(w)return b({error:!0,message:"Ha ocurrido un error al iniciar sesión, intente nuevamente"})}d(),e.set(h,{creationTime:new Date().getTime(),processKey:h,type:Ue.LOGIN,resolve:g,reject:b})}),u=async(A=!0,m,f=!1)=>new Promise(async(g,b)=>{const v=Ci(),k=f?void 0:Kr("digital")?JSON.parse(Kr("digital")).binnacleId:void 0,{url:h}=await ub(v,A,m,k),p=Ei();try{window.open(h,v,p?void 0:"width=700,height=700,resizable=no")}catch(y){if(y)return b({error:!0,message:"Ha ocurrido un error al iniciar sesión, intente nuevamente"})}d(),e.set(v,{creationTime:new Date().getTime(),processKey:v,type:Ue.LOGIN,resolve:g,reject:b})}),d=()=>{r||(r=setInterval(a,1e3))};return{loginCD:c,logoutCD:async A=>new Promise((m,f)=>{const g=Ci(),b=A.binnacleId,v=Kr("digital");if(!v)return f({error:!0,message:"No existe una sesión de agetic activa"});const k=JSON.parse(v),h=Ab(b||k.binnacleId),p=Ei();if(!window.open(h,g,p?void 0:"width=700,height=700,resizable=no"))return f({error:!0,message:"Ha ocurrido un error al cerrar sesión, intente nuevamente"});d(),Vy("digital"),e.set(g,{creationTime:new Date().getTime(),processKey:g,type:Ue.LOGOUT,resolve:m,reject:f})}),validateFile:async A=>new Promise(async(m,f)=>{const g=Ci(),b=A.documentId,v=Kr("digital");if(!v)return f({error:!0,message:"Ha ocurrido un error, intente nuevamente"});d();const k=JSON.parse(v),h=`${window.VITE_API_BASE_URL?window.VITE_API_BASE_URL:void 0}`,p=`${window.VITE_API_MS_AGETIC_FRONT?window.VITE_API_MS_AGETIC_FRONT:"http://172.27.38.54:8080"}/aprobacion?urlRedirectClient=${encodeURIComponent(`${h}`)}&documentId=${encodeURIComponent(b)}&binnacleId=${encodeURIComponent(k.binnacleId)}${A.urlNotificationDocument?`&urlNotificationDocument=${encodeURIComponent(A.urlNotificationDocument)}`:""}&token=${encodeURIComponent(qf("ms-agetic-token"))}&processKey=${encodeURIComponent(g)}`,y=Ei();if(!window.open(p,g,y?void 0:"width=700,height=700,resizable=no"))return f({error:!0,message:"Ha ocurrido un error, intente nuevamente"});e.set(g,{creationTime:new Date().getTime(),processKey:g,type:Ue.VALIDATE_FILE,resolve:m,reject:f})}),loginCDMsAuth:u}}const fb={install(t,e){vy(),window.VITE_API_BASE_URL=e.VITE_API_BASE_URL,window.VITE_API_APLICATION=e.VITE_API_APLICATION,window.VITE_API_MS_AGETIC=e.VITE_API_MS_AGETIC,window.VITE_API_MS_AGETIC_FRONT=e.VITE_API_MS_AGETIC_FRONT,window.VITE_DEVELOPMENT_ENVIRONMENT=e.VITE_DEVELOPMENT_ENVIRONMENT,window.VITE_API_AGETIC_ANUNCIOS=e.VITE_API_AGETIC_ANUNCIOS,window.VITE_API_LOCAL_FIRMATIC=e.VITE_API_LOCAL_FIRMATIC||""}};function pb(){const t=Ee(),{loginCD:e,loginCDMsAuth:r}=S2();n.onMounted(()=>{o()});const a=async()=>t.apiBaseURLAuthNv?await r(t.verificarFunc):await e(t.verificarFunc),o=()=>{const l=new URLSearchParams(window.location.search).get("agetic");if(!l)return;const c=JSON.parse(decodeURI(l));i(c)},i=async s=>{var l;if(!s.error)if(s.response.binnacleId){const c={ci:s.response.ciudadanoDigital.documento_identidad.numero_documento,binnacleId:s.response.binnacleId,appTag:t.aplicacion};await t.onLoginCiudadania(c),new URLSearchParams(window.location.search).delete("agetic"),window.history.replaceState({},"",`${window.location.pathname}`)}else Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(l=s.response)==null?void 0:l.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})};return{redirectCD:a}}const de={EMAIL:3,WHATSAPP:1,TELEGRAM:2,ROMA:4};de.EMAIL+"",de.WHATSAPP+"",de.TELEGRAM+"";function mb(t){const e=Ee(),r=ka(),a=n.ref(!1),{redirectCD:o}=pb(),{refCounter:i,currentContacto:s,message2Fa:l,message2FaContexto:c,url2FaContexto:u}=vi("2auth"),d=n.reactive({verificadoWhatsapp:!1,verificadoTelegram:!1,verificadoEmail:!1,verificadoRoma:!1}),A=n.ref(!1),m=n.ref(!1),f=n.ref(!1),g=n.ref(!1),b=n.markRaw([{name:"step1"},{name:"step2"}]),v=[ne.object().shape({usuario:ne.string().required("Cédula de identidad es requerida").label("Cédula de identidad"),password:ne.string().required("Contraseña es requerida").label("Contraseña")}),ne.object().shape({code:ne.string().required("Debe ingresar un código de verificación").matches(Kn,"El código debe contener solo letras y números").label("Código")})],k=n.ref(0),h=n.computed(()=>v[k.value]),{handleSubmit:p,values:y,errors:w,setErrors:C,resetForm:E,setFieldValue:T}=me.useForm({validationSchema:h,keepValuesOnUnmount:!0}),{value:S}=me.useField("usuarioId"),{value:x}=me.useField("esDispositivoConfianza",void 0,{initialValue:!1}),B=p(async _=>{var G,U,L,D,R,N,q,Te;r.setLoading(!0),c.value="",u.value="";try{const W=await e.onLogin({..._,codigoDispositivo:e.deviceId});e.apiBaseURLAuthNv?((U=(G=W==null?void 0:W.response)==null?void 0:G.data)==null?void 0:U.mediosVerificados.length)>0?(k.value=k.value+1,s.value=(D=(L=W==null?void 0:W.response)==null?void 0:L.data)==null?void 0:D.usuario,S.value=(N=(R=W==null?void 0:W.response)==null?void 0:R.data)==null?void 0:N.usuarioId,l.value=W==null?void 0:W.message,a.value=!0,pe((Te=(q=W==null?void 0:W.response)==null?void 0:q.data)==null?void 0:Te.mediosVerificados),m.value=!1,A.value=!0,g.value=!1,c.value="",u.value="",n.nextTick(()=>{var K,F,X;(X=i.value)==null||X.reInit(((F=(K=W==null?void 0:W.response)==null?void 0:K.data)==null?void 0:F.tiempoVigencia)??120)})):(a.value=!1,t("onLogin")):W!=null&&W.usuarioId&&(W!=null&&W.factor2FA)?(k.value=k.value+1,s.value=W.contacto,Object.entries(W.mediosVerificados).forEach(([K,F])=>{d[K]=!!F}),l.value=W.message,c.value="",u.value="",m.value=!1,A.value=!0,g.value=!1,S.value=W.usuarioId,n.nextTick(()=>{var K;(K=i.value)==null||K.reInit((W.minutos??2)*60)})):(a.value=!1,t("onLogin"))}catch(W){c.value="",u.value="",W.status===403&&(a.value=!0),Ne({error:W,setErrors:C}),t("onError")}finally{r.setLoading(!1)}}),O=async({medio:_})=>{var G,U,L;try{r.setLoading(!0);const D=await g3({medio:Number(_),usuarioId:S.value});if(((U=(G=D==null?void 0:D.response)==null?void 0:G.data)==null?void 0:U.medioActualizado)===!0){switch(_){case de.WHATSAPP:d.verificadoWhatsapp=!0;break;case de.TELEGRAM:d.verificadoTelegram=!0;break;case de.EMAIL:d.verificadoEmail=!0;break}m.value=!0,A.value=!0,n.nextTick(()=>{T("medio",void 0)}),Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${D.message||"Medio verificado exitosamente"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0}),r.setLoading(!1);return}l.value=D.message,m.value=!1,A.value=!1,g.value=!0,(L=D==null?void 0:D.response)!=null&&L.data&&!(D!=null&&D.error)?(c.value=D.response.data.mensajeServicio??"",u.value=D.response.data.url??""):(c.value="",u.value=""),n.nextTick(()=>{var R;(R=i.value)==null||R.reInit((D.minutos??2)*60)})}catch(D){throw c.value="",u.value="",Q.error(`Error al enviar código por ${_}: ${(D==null?void 0:D.message)||"intente nuevamente"}`),r.setLoading(!1),D}finally{r.setLoading(!1)}},H=async({medio:_})=>{var G,U,L;try{r.setLoading(!0);const D=await Ju({medio:Number(_),usuarioId:S.value});if(((U=(G=D==null?void 0:D.response)==null?void 0:G.data)==null?void 0:U.medioActualizado)===!0){switch(_){case de.WHATSAPP:d.verificadoWhatsapp=!0;break;case de.TELEGRAM:d.verificadoTelegram=!0;break;case de.EMAIL:d.verificadoEmail=!0;break}m.value=!0,A.value=!0,n.nextTick(()=>{T("medio",void 0)}),Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${D.message||"Medio verificado exitosamente"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0}),r.setLoading(!1);return}l.value=D.message,m.value=!1,A.value=!1,g.value=!0,(L=D==null?void 0:D.response)!=null&&L.data&&!(D!=null&&D.error)?(c.value=D.response.data.mensajeServicio??"",u.value=D.response.data.url??""):(c.value="",u.value=""),n.nextTick(()=>{var R;(R=i.value)==null||R.reInit((D.minutos??2)*60)})}catch(D){throw c.value="",u.value="",Q.error(`Error al enviar código: ${(D==null?void 0:D.message)||"intente nuevamente"}`),r.setLoading(!1),D}finally{r.setLoading(!1)}},$=async({medio:_})=>{var G,U,L;try{r.setLoading(!0);const D=await $u({medio:Number(_),usuarioId:S.value,deviceId:e.deviceId,isLogin:!0,aplicacion:e.aplicacion});if(((U=(G=D==null?void 0:D.response)==null?void 0:G.data)==null?void 0:U.medioActualizado)===!0){switch(_){case de.WHATSAPP:d.verificadoWhatsapp=!0;break;case de.TELEGRAM:d.verificadoTelegram=!0;break;case de.EMAIL:d.verificadoEmail=!0;break}m.value=!0,A.value=!0,n.nextTick(()=>{T("medio",void 0)}),Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${D.message||"Medio verificado exitosamente"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0}),r.setLoading(!1);return}l.value=D.message,m.value=!1,A.value=!1,g.value=!0,(L=D==null?void 0:D.response)!=null&&L.data&&!(D!=null&&D.error)?(c.value=D.response.data.mensajeServicio??"",u.value=D.response.data.url??""):(c.value="",u.value=""),n.nextTick(()=>{var R;(R=i.value)==null||R.reInit((D.minutos??2)*60)})}catch(D){throw c.value="",u.value="",Q.error(`Error al enviar código por ${_}: ${(D==null?void 0:D.message)||"intente nuevamente"}`),r.setLoading(!1),D}finally{r.setLoading(!1)}},Z=async({medio:_})=>{var G,U,L;try{r.setLoading(!0);const D=await Wu({medio:Number(_),usuarioId:S.value,deviceId:e.deviceId,isLogin:!0,aplicacion:e.aplicacion});if(((U=(G=D==null?void 0:D.response)==null?void 0:G.data)==null?void 0:U.medioActualizado)===!0){switch(_){case de.WHATSAPP:d.verificadoWhatsapp=!0;break;case de.TELEGRAM:d.verificadoTelegram=!0;break;case de.EMAIL:d.verificadoEmail=!0;break}m.value=!0,A.value=!0,n.nextTick(()=>{T("medio",void 0)}),Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${D.message||"Medio verificado exitosamente"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0}),r.setLoading(!1);return}l.value=D.message,m.value=!1,A.value=!1,g.value=!0,(L=D==null?void 0:D.response)!=null&&L.data&&!(D!=null&&D.error)?(c.value=D.response.data.mensajeServicio??"",u.value=D.response.data.url??""):(c.value="",u.value=""),n.nextTick(()=>{var R;(R=i.value)==null||R.reInit((D.minutos??2)*60)})}catch(D){throw c.value="",u.value="",Q.error(`Error al enviar código por ${_}: ${(D==null?void 0:D.message)||"intente nuevamente"}`),r.setLoading(!1),D}finally{r.setLoading(!1)}},re=p(async _=>{try{r.setLoading(!0),await e.on2AuthNuevoServicioLogin({medio:Number(_.medio),usuarioId:S.value,codigo:_.code,aplicacion:e.aplicacion,codigoDispositivo:e.deviceId,esDispositivoConfianza:_.esDispositivoConfianza,usuario:_.usuario}),t("onLogin")}catch(G){Ne({error:G,setErrors:C})}finally{r.setLoading(!1)}}),z=async(_,G,U)=>{r.setLoading(!0);try{await e.onAutorizarQrNv(_,G,U),a.value=!1,t("onLogin")}catch(L){L.status===403&&(a.value=!0),Ne({error:L,setErrors:C}),t("onError")}finally{r.setLoading(!1)}},M=p(async _=>{try{r.setLoading(!0),e.apiBaseURLAuthNv?(await e.on2AuthLoginNv({otp:Number(_.code),numeroDocumento:_.usuario,deviceId:e.deviceId,aplicacion:e.aplicacion,dispositivoConfianza:_.esDispositivoConfianza}),t("onLogin")):(await e.on2AuthLogin({code:Number(_.code),usuarioId:S.value,aplicacion:_.aplicacion,codigoDispositivo:e.deviceId,esDispositivoConfianza:_.esDispositivoConfianza,usuario:_.usuario}),t("onLogin"))}catch(G){Ne({error:G,setErrors:C})}finally{r.setLoading(!1)}}),J=()=>{k.value=0,E(),g.value=!1,c.value="",u.value=""},ee=_=>{const U={[de.WHATSAPP]:"verificadoWhatsapp",[de.TELEGRAM]:"verificadoTelegram",[de.EMAIL]:"verificadoEmail",[de.ROMA]:"verificadoRoma"}[_];return U?d[U]:void 0},V=async()=>{if(y.medio){const _=Number(y.medio),G=ee(_);try{G===!1?e.apiBaseURLAuthNv?await H({medio:_}):await O({medio:_}):e.apiBaseURLAuthNv?await Z({medio:_}):await $({medio:_})}catch(U){throw U}}},te=n.computed(()=>window.getComputedStyle(document.documentElement).getPropertyValue("--fge-primary-button-text-color")),pe=_=>{_.forEach(G=>{switch(G.medio){case 1:d.verificadoRoma=G.verificado;break;case 2:d.verificadoTelegram=G.verificado;break;case 3:d.verificadoEmail=G.verificado;break;case 4:d.verificadoWhatsapp=G.verificado;break}})};return{values:y,schemas:v,showBtnByCode:a,refCounter:i,currentContacto:s,message2Fa:l,steps:b,currentStep:k,usuarioId:S,esDispositivoConfianza:x,errors:w,iconColor:te,onAutorizarNv:z,onLogin:B,on2AuthLogin:M,goLoginPage:J,onEnviarMensaje:V,loginCiudadania:async()=>{r.setLoading(!0);try{const _=await o();_&&(await e.onLoginCiudadania(_.data),t("onLogin"))}catch(_){Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(_==null?void 0:_.message)||"Ha ocurrido un error al intentar logearse con CD"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}finally{r.setLoading(!1)}},mostrarBotonOpciones:A,mediosVerificados:d,onEnviarCodigoAlUsuario:O,mostrarMedios:m,onEnviarCodigoVerificadoAlUsuario:$,servicio2faNuevo:f,onConfirmarCodigoNuevo:re,onEnviarCodigoAlUsuarioNv:H,onEnviarCodigoVerificadoAlUsuarioNv:Z,message2FaContexto:c,url2FaContexto:u,medioYaSeleccionado:g}}const Ft=Object.create(null);Ft.open="0",Ft.close="1",Ft.ping="2",Ft.pong="3",Ft.message="4",Ft.upgrade="5",Ft.noop="6";const Pi=Object.create(null);Object.keys(Ft).forEach(t=>{Pi[Ft[t]]=t});const wc={type:"error",data:"parser error"},T2=typeof Blob=="function"||typeof Blob<"u"&&Object.prototype.toString.call(Blob)==="[object BlobConstructor]",O2=typeof ArrayBuffer=="function",D2=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t&&t.buffer instanceof ArrayBuffer,bc=({type:t,data:e},r,a)=>T2&&e instanceof Blob?r?a(e):V2(e,a):O2&&(e instanceof ArrayBuffer||D2(e))?r?a(e):V2(new Blob([e]),a):a(Ft[t]+(e||"")),V2=(t,e)=>{const r=new FileReader;return r.onload=function(){const a=r.result.split(",")[1];e("b"+(a||""))},r.readAsDataURL(t)};function I2(t){return t instanceof Uint8Array?t:t instanceof ArrayBuffer?new Uint8Array(t):new Uint8Array(t.buffer,t.byteOffset,t.byteLength)}let Cc;function hb(t,e){if(T2&&t.data instanceof Blob)return t.data.arrayBuffer().then(I2).then(e);if(O2&&(t.data instanceof ArrayBuffer||D2(t.data)))return e(I2(t.data));bc(t,!1,r=>{Cc||(Cc=new TextEncoder),e(Cc.encode(r))})}const P2="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",Ha=typeof Uint8Array>"u"?[]:new Uint8Array(256);for(let t=0;t<P2.length;t++)Ha[P2.charCodeAt(t)]=t;const gb=t=>{let e=t.length*.75,r=t.length,a,o=0,i,s,l,c;t[t.length-1]==="="&&(e--,t[t.length-2]==="="&&e--);const u=new ArrayBuffer(e),d=new Uint8Array(u);for(a=0;a<r;a+=4)i=Ha[t.charCodeAt(a)],s=Ha[t.charCodeAt(a+1)],l=Ha[t.charCodeAt(a+2)],c=Ha[t.charCodeAt(a+3)],d[o++]=i<<2|s>>4,d[o++]=(s&15)<<4|l>>2,d[o++]=(l&3)<<6|c&63;return u},vb=typeof ArrayBuffer=="function",Ec=(t,e)=>{if(typeof t!="string")return{type:"message",data:M2(t,e)};const r=t.charAt(0);return r==="b"?{type:"message",data:yb(t.substring(1),e)}:Pi[r]?t.length>1?{type:Pi[r],data:t.substring(1)}:{type:Pi[r]}:wc},yb=(t,e)=>{if(vb){const r=gb(t);return M2(r,e)}else return{base64:!0,data:t}},M2=(t,e)=>{switch(e){case"blob":return t instanceof Blob?t:new Blob([t]);case"arraybuffer":default:return t instanceof ArrayBuffer?t:t.buffer}},_2="",wb=(t,e)=>{const r=t.length,a=new Array(r);let o=0;t.forEach((i,s)=>{bc(i,!1,l=>{a[s]=l,++o===r&&e(a.join(_2))})})},bb=(t,e)=>{const r=t.split(_2),a=[];for(let o=0;o<r.length;o++){const i=Ec(r[o],e);if(a.push(i),i.type==="error")break}return a};function Cb(){return new TransformStream({transform(t,e){hb(t,r=>{const a=r.length;let o;if(a<126)o=new Uint8Array(1),new DataView(o.buffer).setUint8(0,a);else if(a<65536){o=new Uint8Array(3);const i=new DataView(o.buffer);i.setUint8(0,126),i.setUint16(1,a)}else{o=new Uint8Array(9);const i=new DataView(o.buffer);i.setUint8(0,127),i.setBigUint64(1,BigInt(a))}t.data&&typeof t.data!="string"&&(o[0]|=128),e.enqueue(o),e.enqueue(r)})}})}let kc;function Mi(t){return t.reduce((e,r)=>e+r.length,0)}function _i(t,e){if(t[0].length===e)return t.shift();const r=new Uint8Array(e);let a=0;for(let o=0;o<e;o++)r[o]=t[0][a++],a===t[0].length&&(t.shift(),a=0);return t.length&&a<t[0].length&&(t[0]=t[0].slice(a)),r}function Eb(t,e){kc||(kc=new TextDecoder);const r=[];let a=0,o=-1,i=!1;return new TransformStream({transform(s,l){for(r.push(s);;){if(a===0){if(Mi(r)<1)break;const c=_i(r,1);i=(c[0]&128)===128,o=c[0]&127,o<126?a=3:o===126?a=1:a=2}else if(a===1){if(Mi(r)<2)break;const c=_i(r,2);o=new DataView(c.buffer,c.byteOffset,c.length).getUint16(0),a=3}else if(a===2){if(Mi(r)<8)break;const c=_i(r,8),u=new DataView(c.buffer,c.byteOffset,c.length),d=u.getUint32(0);if(d>Math.pow(2,21)-1){l.enqueue(wc);break}o=d*Math.pow(2,32)+u.getUint32(4),a=3}else{if(Mi(r)<o)break;const c=_i(r,o);l.enqueue(Ec(i?c:kc.decode(c),e)),a=0}if(o===0||o>t){l.enqueue(wc);break}}}})}const R2=4;function Me(t){if(t)return kb(t)}function kb(t){for(var e in Me.prototype)t[e]=Me.prototype[e];return t}Me.prototype.on=Me.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},Me.prototype.once=function(t,e){function r(){this.off(t,r),e.apply(this,arguments)}return r.fn=e,this.on(t,r),this},Me.prototype.off=Me.prototype.removeListener=Me.prototype.removeAllListeners=Me.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},arguments.length==0)return this._callbacks={},this;var r=this._callbacks["$"+t];if(!r)return this;if(arguments.length==1)return delete this._callbacks["$"+t],this;for(var a,o=0;o<r.length;o++)if(a=r[o],a===e||a.fn===e){r.splice(o,1);break}return r.length===0&&delete this._callbacks["$"+t],this},Me.prototype.emit=function(t){this._callbacks=this._callbacks||{};for(var e=new Array(arguments.length-1),r=this._callbacks["$"+t],a=1;a<arguments.length;a++)e[a-1]=arguments[a];if(r){r=r.slice(0);for(var a=0,o=r.length;a<o;++a)r[a].apply(this,e)}return this},Me.prototype.emitReserved=Me.prototype.emit,Me.prototype.listeners=function(t){return this._callbacks=this._callbacks||{},this._callbacks["$"+t]||[]},Me.prototype.hasListeners=function(t){return!!this.listeners(t).length};const Ri=typeof Promise=="function"&&typeof Promise.resolve=="function"?e=>Promise.resolve().then(e):(e,r)=>r(e,0),mt=typeof self<"u"?self:typeof window<"u"?window:Function("return this")(),xb="arraybuffer";function WT(){}function L2(t,...e){return e.reduce((r,a)=>(t.hasOwnProperty(a)&&(r[a]=t[a]),r),{})}const Bb=mt.setTimeout,Sb=mt.clearTimeout;function Li(t,e){e.useNativeTimers?(t.setTimeoutFn=Bb.bind(mt),t.clearTimeoutFn=Sb.bind(mt)):(t.setTimeoutFn=mt.setTimeout.bind(mt),t.clearTimeoutFn=mt.clearTimeout.bind(mt))}const Tb=1.33;function Ob(t){return typeof t=="string"?Db(t):Math.ceil((t.byteLength||t.size)*Tb)}function Db(t){let e=0,r=0;for(let a=0,o=t.length;a<o;a++)e=t.charCodeAt(a),e<128?r+=1:e<2048?r+=2:e<55296||e>=57344?r+=3:(a++,r+=4);return r}function F2(){return Date.now().toString(36).substring(3)+Math.random().toString(36).substring(2,5)}function Vb(t){let e="";for(let r in t)t.hasOwnProperty(r)&&(e.length&&(e+="&"),e+=encodeURIComponent(r)+"="+encodeURIComponent(t[r]));return e}function Ib(t){let e={},r=t.split("&");for(let a=0,o=r.length;a<o;a++){let i=r[a].split("=");e[decodeURIComponent(i[0])]=decodeURIComponent(i[1])}return e}class Pb extends Error{constructor(e,r,a){super(e),this.description=r,this.context=a,this.type="TransportError"}}class xc extends Me{constructor(e){super(),this.writable=!1,Li(this,e),this.opts=e,this.query=e.query,this.socket=e.socket,this.supportsBinary=!e.forceBase64}onError(e,r,a){return super.emitReserved("error",new Pb(e,r,a)),this}open(){return this.readyState="opening",this.doOpen(),this}close(){return(this.readyState==="opening"||this.readyState==="open")&&(this.doClose(),this.onClose()),this}send(e){this.readyState==="open"&&this.write(e)}onOpen(){this.readyState="open",this.writable=!0,super.emitReserved("open")}onData(e){const r=Ec(e,this.socket.binaryType);this.onPacket(r)}onPacket(e){super.emitReserved("packet",e)}onClose(e){this.readyState="closed",super.emitReserved("close",e)}pause(e){}createUri(e,r={}){return e+"://"+this._hostname()+this._port()+this.opts.path+this._query(r)}_hostname(){const e=this.opts.hostname;return e.indexOf(":")===-1?e:"["+e+"]"}_port(){return this.opts.port&&(this.opts.secure&&+(this.opts.port!==443)||!this.opts.secure&&Number(this.opts.port)!==80)?":"+this.opts.port:""}_query(e){const r=Vb(e);return r.length?"?"+r:""}}class Mb extends xc{constructor(){super(...arguments),this._polling=!1}get name(){return"polling"}doOpen(){this._poll()}pause(e){this.readyState="pausing";const r=()=>{this.readyState="paused",e()};if(this._polling||!this.writable){let a=0;this._polling&&(a++,this.once("pollComplete",function(){--a||r()})),this.writable||(a++,this.once("drain",function(){--a||r()}))}else r()}_poll(){this._polling=!0,this.doPoll(),this.emitReserved("poll")}onData(e){const r=a=>{if(this.readyState==="opening"&&a.type==="open"&&this.onOpen(),a.type==="close")return this.onClose({description:"transport closed by the server"}),!1;this.onPacket(a)};bb(e,this.socket.binaryType).forEach(r),this.readyState!=="closed"&&(this._polling=!1,this.emitReserved("pollComplete"),this.readyState==="open"&&this._poll())}doClose(){const e=()=>{this.write([{type:"close"}])};this.readyState==="open"?e():this.once("open",e)}write(e){this.writable=!1,wb(e,r=>{this.doWrite(r,()=>{this.writable=!0,this.emitReserved("drain")})})}uri(){const e=this.opts.secure?"https":"http",r=this.query||{};return this.opts.timestampRequests!==!1&&(r[this.opts.timestampParam]=F2()),!this.supportsBinary&&!r.sid&&(r.b64=1),this.createUri(e,r)}}let U2=!1;try{U2=typeof XMLHttpRequest<"u"&&"withCredentials"in new XMLHttpRequest}catch{}const _b=U2;function Rb(){}class Lb extends Mb{constructor(e){if(super(e),typeof location<"u"){const r=location.protocol==="https:";let a=location.port;a||(a=r?"443":"80"),this.xd=typeof location<"u"&&e.hostname!==location.hostname||a!==e.port}}doWrite(e,r){const a=this.request({method:"POST",data:e});a.on("success",r),a.on("error",(o,i)=>{this.onError("xhr post error",o,i)})}doPoll(){const e=this.request();e.on("data",this.onData.bind(this)),e.on("error",(r,a)=>{this.onError("xhr poll error",r,a)}),this.pollXhr=e}}let Xr=class qi extends Me{constructor(e,r,a){super(),this.createRequest=e,Li(this,a),this._opts=a,this._method=a.method||"GET",this._uri=r,this._data=a.data!==void 0?a.data:null,this._create()}_create(){var e;const r=L2(this._opts,"agent","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","autoUnref");r.xdomain=!!this._opts.xd;const a=this._xhr=this.createRequest(r);try{a.open(this._method,this._uri,!0);try{if(this._opts.extraHeaders){a.setDisableHeaderCheck&&a.setDisableHeaderCheck(!0);for(let o in this._opts.extraHeaders)this._opts.extraHeaders.hasOwnProperty(o)&&a.setRequestHeader(o,this._opts.extraHeaders[o])}}catch{}if(this._method==="POST")try{a.setRequestHeader("Content-type","text/plain;charset=UTF-8")}catch{}try{a.setRequestHeader("Accept","*/*")}catch{}(e=this._opts.cookieJar)===null||e===void 0||e.addCookies(a),"withCredentials"in a&&(a.withCredentials=this._opts.withCredentials),this._opts.requestTimeout&&(a.timeout=this._opts.requestTimeout),a.onreadystatechange=()=>{var o;a.readyState===3&&((o=this._opts.cookieJar)===null||o===void 0||o.parseCookies(a.getResponseHeader("set-cookie"))),a.readyState===4&&(a.status===200||a.status===1223?this._onLoad():this.setTimeoutFn(()=>{this._onError(typeof a.status=="number"?a.status:0)},0))},a.send(this._data)}catch(o){this.setTimeoutFn(()=>{this._onError(o)},0);return}typeof document<"u"&&(this._index=qi.requestsCount++,qi.requests[this._index]=this)}_onError(e){this.emitReserved("error",e,this._xhr),this._cleanup(!0)}_cleanup(e){if(!(typeof this._xhr>"u"||this._xhr===null)){if(this._xhr.onreadystatechange=Rb,e)try{this._xhr.abort()}catch{}typeof document<"u"&&delete qi.requests[this._index],this._xhr=null}}_onLoad(){const e=this._xhr.responseText;e!==null&&(this.emitReserved("data",e),this.emitReserved("success"),this._cleanup())}abort(){this._cleanup()}};if(Xr.requestsCount=0,Xr.requests={},typeof document<"u"){if(typeof attachEvent=="function")attachEvent("onunload",Z2);else if(typeof addEventListener=="function"){const t="onpagehide"in mt?"pagehide":"unload";addEventListener(t,Z2,!1)}}function Z2(){for(let t in Xr.requests)Xr.requests.hasOwnProperty(t)&&Xr.requests[t].abort()}const Fb=function(){const t=H2({xdomain:!1});return t&&t.responseType!==null}();class Ub extends Lb{constructor(e){super(e);const r=e&&e.forceBase64;this.supportsBinary=Fb&&!r}request(e={}){return Object.assign(e,{xd:this.xd},this.opts),new Xr(H2,this.uri(),e)}}function H2(t){const e=t.xdomain;try{if(typeof XMLHttpRequest<"u"&&(!e||_b))return new XMLHttpRequest}catch{}if(!e)try{return new mt[["Active"].concat("Object").join("X")]("Microsoft.XMLHTTP")}catch{}}const Q2=typeof navigator<"u"&&typeof navigator.product=="string"&&navigator.product.toLowerCase()==="reactnative";class Zb extends xc{get name(){return"websocket"}doOpen(){const e=this.uri(),r=this.opts.protocols,a=Q2?{}:L2(this.opts,"agent","perMessageDeflate","pfx","key","passphrase","cert","ca","ciphers","rejectUnauthorized","localAddress","protocolVersion","origin","maxPayload","family","checkServerIdentity");this.opts.extraHeaders&&(a.headers=this.opts.extraHeaders);try{this.ws=this.createSocket(e,r,a)}catch(o){return this.emitReserved("error",o)}this.ws.binaryType=this.socket.binaryType,this.addEventListeners()}addEventListeners(){this.ws.onopen=()=>{this.opts.autoUnref&&this.ws._socket.unref(),this.onOpen()},this.ws.onclose=e=>this.onClose({description:"websocket connection closed",context:e}),this.ws.onmessage=e=>this.onData(e.data),this.ws.onerror=e=>this.onError("websocket error",e)}write(e){this.writable=!1;for(let r=0;r<e.length;r++){const a=e[r],o=r===e.length-1;bc(a,this.supportsBinary,i=>{try{this.doWrite(a,i)}catch{}o&&Ri(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){typeof this.ws<"u"&&(this.ws.onerror=()=>{},this.ws.close(),this.ws=null)}uri(){const e=this.opts.secure?"wss":"ws",r=this.query||{};return this.opts.timestampRequests&&(r[this.opts.timestampParam]=F2()),this.supportsBinary||(r.b64=1),this.createUri(e,r)}}const Bc=mt.WebSocket||mt.MozWebSocket;class Hb extends Zb{createSocket(e,r,a){return Q2?new Bc(e,r,a):r?new Bc(e,r):new Bc(e)}doWrite(e,r){this.ws.send(r)}}class Qb extends xc{get name(){return"webtransport"}doOpen(){try{this._transport=new WebTransport(this.createUri("https"),this.opts.transportOptions[this.name])}catch(e){return this.emitReserved("error",e)}this._transport.closed.then(()=>{this.onClose()}).catch(e=>{this.onError("webtransport error",e)}),this._transport.ready.then(()=>{this._transport.createBidirectionalStream().then(e=>{const r=Eb(Number.MAX_SAFE_INTEGER,this.socket.binaryType),a=e.readable.pipeThrough(r).getReader(),o=Cb();o.readable.pipeTo(e.writable),this._writer=o.writable.getWriter();const i=()=>{a.read().then(({done:l,value:c})=>{l||(this.onPacket(c),i())}).catch(l=>{})};i();const s={type:"open"};this.query.sid&&(s.data=`{"sid":"${this.query.sid}"}`),this._writer.write(s).then(()=>this.onOpen())})})}write(e){this.writable=!1;for(let r=0;r<e.length;r++){const a=e[r],o=r===e.length-1;this._writer.write(a).then(()=>{o&&Ri(()=>{this.writable=!0,this.emitReserved("drain")},this.setTimeoutFn)})}}doClose(){var e;(e=this._transport)===null||e===void 0||e.close()}}const qb={websocket:Hb,webtransport:Qb,polling:Ub},zb=/^(?:(?![^:@\/?#]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@\/?#]*)(?::([^:@\/?#]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,Kb=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];function Sc(t){if(t.length>8e3)throw"URI too long";const e=t,r=t.indexOf("["),a=t.indexOf("]");r!=-1&&a!=-1&&(t=t.substring(0,r)+t.substring(r,a).replace(/:/g,";")+t.substring(a,t.length));let o=zb.exec(t||""),i={},s=14;for(;s--;)i[Kb[s]]=o[s]||"";return r!=-1&&a!=-1&&(i.source=e,i.host=i.host.substring(1,i.host.length-1).replace(/;/g,":"),i.authority=i.authority.replace("[","").replace("]","").replace(/;/g,":"),i.ipv6uri=!0),i.pathNames=jb(i,i.path),i.queryKey=Jb(i,i.query),i}function jb(t,e){const r=/\/{2,9}/g,a=e.replace(r,"/").split("/");return(e.slice(0,1)=="/"||e.length===0)&&a.splice(0,1),e.slice(-1)=="/"&&a.splice(a.length-1,1),a}function Jb(t,e){const r={};return e.replace(/(?:^|&)([^&=]*)=?([^&]*)/g,function(a,o,i){o&&(r[o]=i)}),r}const Tc=typeof addEventListener=="function"&&typeof removeEventListener=="function",Fi=[];Tc&&addEventListener("offline",()=>{Fi.forEach(t=>t())},!1);class Sn extends Me{constructor(e,r){if(super(),this.binaryType=xb,this.writeBuffer=[],this._prevBufferLen=0,this._pingInterval=-1,this._pingTimeout=-1,this._maxPayload=-1,this._pingTimeoutTime=1/0,e&&typeof e=="object"&&(r=e,e=null),e){const a=Sc(e);r.hostname=a.host,r.secure=a.protocol==="https"||a.protocol==="wss",r.port=a.port,a.query&&(r.query=a.query)}else r.host&&(r.hostname=Sc(r.host).host);Li(this,r),this.secure=r.secure!=null?r.secure:typeof location<"u"&&location.protocol==="https:",r.hostname&&!r.port&&(r.port=this.secure?"443":"80"),this.hostname=r.hostname||(typeof location<"u"?location.hostname:"localhost"),this.port=r.port||(typeof location<"u"&&location.port?location.port:this.secure?"443":"80"),this.transports=[],this._transportsByName={},r.transports.forEach(a=>{const o=a.prototype.name;this.transports.push(o),this._transportsByName[o]=a}),this.opts=Object.assign({path:"/engine.io",agent:!1,withCredentials:!1,upgrade:!0,timestampParam:"t",rememberUpgrade:!1,addTrailingSlash:!0,rejectUnauthorized:!0,perMessageDeflate:{threshold:1024},transportOptions:{},closeOnBeforeunload:!1},r),this.opts.path=this.opts.path.replace(/\/$/,"")+(this.opts.addTrailingSlash?"/":""),typeof this.opts.query=="string"&&(this.opts.query=Ib(this.opts.query)),Tc&&(this.opts.closeOnBeforeunload&&(this._beforeunloadEventListener=()=>{this.transport&&(this.transport.removeAllListeners(),this.transport.close())},addEventListener("beforeunload",this._beforeunloadEventListener,!1)),this.hostname!=="localhost"&&(this._offlineEventListener=()=>{this._onClose("transport close",{description:"network connection lost"})},Fi.push(this._offlineEventListener))),this.opts.withCredentials&&(this._cookieJar=void 0),this._open()}createTransport(e){const r=Object.assign({},this.opts.query);r.EIO=R2,r.transport=e,this.id&&(r.sid=this.id);const a=Object.assign({},this.opts,{query:r,socket:this,hostname:this.hostname,secure:this.secure,port:this.port},this.opts.transportOptions[e]);return new this._transportsByName[e](a)}_open(){if(this.transports.length===0){this.setTimeoutFn(()=>{this.emitReserved("error","No transports available")},0);return}const e=this.opts.rememberUpgrade&&Sn.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1?"websocket":this.transports[0];this.readyState="opening";const r=this.createTransport(e);r.open(),this.setTransport(r)}setTransport(e){this.transport&&this.transport.removeAllListeners(),this.transport=e,e.on("drain",this._onDrain.bind(this)).on("packet",this._onPacket.bind(this)).on("error",this._onError.bind(this)).on("close",r=>this._onClose("transport close",r))}onOpen(){this.readyState="open",Sn.priorWebsocketSuccess=this.transport.name==="websocket",this.emitReserved("open"),this.flush()}_onPacket(e){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing")switch(this.emitReserved("packet",e),this.emitReserved("heartbeat"),e.type){case"open":this.onHandshake(JSON.parse(e.data));break;case"ping":this._sendPacket("pong"),this.emitReserved("ping"),this.emitReserved("pong"),this._resetPingTimeout();break;case"error":const r=new Error("server error");r.code=e.data,this._onError(r);break;case"message":this.emitReserved("data",e.data),this.emitReserved("message",e.data);break}}onHandshake(e){this.emitReserved("handshake",e),this.id=e.sid,this.transport.query.sid=e.sid,this._pingInterval=e.pingInterval,this._pingTimeout=e.pingTimeout,this._maxPayload=e.maxPayload,this.onOpen(),this.readyState!=="closed"&&this._resetPingTimeout()}_resetPingTimeout(){this.clearTimeoutFn(this._pingTimeoutTimer);const e=this._pingInterval+this._pingTimeout;this._pingTimeoutTime=Date.now()+e,this._pingTimeoutTimer=this.setTimeoutFn(()=>{this._onClose("ping timeout")},e),this.opts.autoUnref&&this._pingTimeoutTimer.unref()}_onDrain(){this.writeBuffer.splice(0,this._prevBufferLen),this._prevBufferLen=0,this.writeBuffer.length===0?this.emitReserved("drain"):this.flush()}flush(){if(this.readyState!=="closed"&&this.transport.writable&&!this.upgrading&&this.writeBuffer.length){const e=this._getWritablePackets();this.transport.send(e),this._prevBufferLen=e.length,this.emitReserved("flush")}}_getWritablePackets(){if(!(this._maxPayload&&this.transport.name==="polling"&&this.writeBuffer.length>1))return this.writeBuffer;let r=1;for(let a=0;a<this.writeBuffer.length;a++){const o=this.writeBuffer[a].data;if(o&&(r+=Ob(o)),a>0&&r>this._maxPayload)return this.writeBuffer.slice(0,a);r+=2}return this.writeBuffer}_hasPingExpired(){if(!this._pingTimeoutTime)return!0;const e=Date.now()>this._pingTimeoutTime;return e&&(this._pingTimeoutTime=0,Ri(()=>{this._onClose("ping timeout")},this.setTimeoutFn)),e}write(e,r,a){return this._sendPacket("message",e,r,a),this}send(e,r,a){return this._sendPacket("message",e,r,a),this}_sendPacket(e,r,a,o){if(typeof r=="function"&&(o=r,r=void 0),typeof a=="function"&&(o=a,a=null),this.readyState==="closing"||this.readyState==="closed")return;a=a||{},a.compress=a.compress!==!1;const i={type:e,data:r,options:a};this.emitReserved("packetCreate",i),this.writeBuffer.push(i),o&&this.once("flush",o),this.flush()}close(){const e=()=>{this._onClose("forced close"),this.transport.close()},r=()=>{this.off("upgrade",r),this.off("upgradeError",r),e()},a=()=>{this.once("upgrade",r),this.once("upgradeError",r)};return(this.readyState==="opening"||this.readyState==="open")&&(this.readyState="closing",this.writeBuffer.length?this.once("drain",()=>{this.upgrading?a():e()}):this.upgrading?a():e()),this}_onError(e){if(Sn.priorWebsocketSuccess=!1,this.opts.tryAllTransports&&this.transports.length>1&&this.readyState==="opening")return this.transports.shift(),this._open();this.emitReserved("error",e),this._onClose("transport error",e)}_onClose(e,r){if(this.readyState==="opening"||this.readyState==="open"||this.readyState==="closing"){if(this.clearTimeoutFn(this._pingTimeoutTimer),this.transport.removeAllListeners("close"),this.transport.close(),this.transport.removeAllListeners(),Tc&&(this._beforeunloadEventListener&&removeEventListener("beforeunload",this._beforeunloadEventListener,!1),this._offlineEventListener)){const a=Fi.indexOf(this._offlineEventListener);a!==-1&&Fi.splice(a,1)}this.readyState="closed",this.id=null,this.emitReserved("close",e,r),this.writeBuffer=[],this._prevBufferLen=0}}}Sn.protocol=R2;class Xb extends Sn{constructor(){super(...arguments),this._upgrades=[]}onOpen(){if(super.onOpen(),this.readyState==="open"&&this.opts.upgrade)for(let e=0;e<this._upgrades.length;e++)this._probe(this._upgrades[e])}_probe(e){let r=this.createTransport(e),a=!1;Sn.priorWebsocketSuccess=!1;const o=()=>{a||(r.send([{type:"ping",data:"probe"}]),r.once("packet",A=>{if(!a)if(A.type==="pong"&&A.data==="probe"){if(this.upgrading=!0,this.emitReserved("upgrading",r),!r)return;Sn.priorWebsocketSuccess=r.name==="websocket",this.transport.pause(()=>{a||this.readyState!=="closed"&&(d(),this.setTransport(r),r.send([{type:"upgrade"}]),this.emitReserved("upgrade",r),r=null,this.upgrading=!1,this.flush())})}else{const m=new Error("probe error");m.transport=r.name,this.emitReserved("upgradeError",m)}}))};function i(){a||(a=!0,d(),r.close(),r=null)}const s=A=>{const m=new Error("probe error: "+A);m.transport=r.name,i(),this.emitReserved("upgradeError",m)};function l(){s("transport closed")}function c(){s("socket closed")}function u(A){r&&A.name!==r.name&&i()}const d=()=>{r.removeListener("open",o),r.removeListener("error",s),r.removeListener("close",l),this.off("close",c),this.off("upgrading",u)};r.once("open",o),r.once("error",s),r.once("close",l),this.once("close",c),this.once("upgrading",u),this._upgrades.indexOf("webtransport")!==-1&&e!=="webtransport"?this.setTimeoutFn(()=>{a||r.open()},200):r.open()}onHandshake(e){this._upgrades=this._filterUpgrades(e.upgrades),super.onHandshake(e)}_filterUpgrades(e){const r=[];for(let a=0;a<e.length;a++)~this.transports.indexOf(e[a])&&r.push(e[a]);return r}}let $b=class extends Xb{constructor(e,r={}){const a=typeof e=="object"?e:r;(!a.transports||a.transports&&typeof a.transports[0]=="string")&&(a.transports=(a.transports||["polling","websocket","webtransport"]).map(o=>qb[o]).filter(o=>!!o)),super(e,a)}};function Wb(t,e="",r){let a=t;r=r||typeof location<"u"&&location,t==null&&(t=r.protocol+"//"+r.host),typeof t=="string"&&(t.charAt(0)==="/"&&(t.charAt(1)==="/"?t=r.protocol+t:t=r.host+t),/^(https?|wss?):\/\//.test(t)||(typeof r<"u"?t=r.protocol+"//"+t:t="https://"+t),a=Sc(t)),a.port||(/^(http|ws)$/.test(a.protocol)?a.port="80":/^(http|ws)s$/.test(a.protocol)&&(a.port="443")),a.path=a.path||"/";const i=a.host.indexOf(":")!==-1?"["+a.host+"]":a.host;return a.id=a.protocol+"://"+i+":"+a.port+e,a.href=a.protocol+"://"+i+(r&&r.port===a.port?"":":"+a.port),a}const Yb=typeof ArrayBuffer=="function",Gb=t=>typeof ArrayBuffer.isView=="function"?ArrayBuffer.isView(t):t.buffer instanceof ArrayBuffer,q2=Object.prototype.toString,Nb=typeof Blob=="function"||typeof Blob<"u"&&q2.call(Blob)==="[object BlobConstructor]",eC=typeof File=="function"||typeof File<"u"&&q2.call(File)==="[object FileConstructor]";function Oc(t){return Yb&&(t instanceof ArrayBuffer||Gb(t))||Nb&&t instanceof Blob||eC&&t instanceof File}function Ui(t,e){if(!t||typeof t!="object")return!1;if(Array.isArray(t)){for(let r=0,a=t.length;r<a;r++)if(Ui(t[r]))return!0;return!1}if(Oc(t))return!0;if(t.toJSON&&typeof t.toJSON=="function"&&arguments.length===1)return Ui(t.toJSON(),!0);for(const r in t)if(Object.prototype.hasOwnProperty.call(t,r)&&Ui(t[r]))return!0;return!1}function tC(t){const e=[],r=t.data,a=t;return a.data=Dc(r,e),a.attachments=e.length,{packet:a,buffers:e}}function Dc(t,e){if(!t)return t;if(Oc(t)){const r={_placeholder:!0,num:e.length};return e.push(t),r}else if(Array.isArray(t)){const r=new Array(t.length);for(let a=0;a<t.length;a++)r[a]=Dc(t[a],e);return r}else if(typeof t=="object"&&!(t instanceof Date)){const r={};for(const a in t)Object.prototype.hasOwnProperty.call(t,a)&&(r[a]=Dc(t[a],e));return r}return t}function nC(t,e){return t.data=Vc(t.data,e),delete t.attachments,t}function Vc(t,e){if(!t)return t;if(t&&t._placeholder===!0){if(typeof t.num=="number"&&t.num>=0&&t.num<e.length)return e[t.num];throw new Error("illegal attachments")}else if(Array.isArray(t))for(let r=0;r<t.length;r++)t[r]=Vc(t[r],e);else if(typeof t=="object")for(const r in t)Object.prototype.hasOwnProperty.call(t,r)&&(t[r]=Vc(t[r],e));return t}const rC=["connect","connect_error","disconnect","disconnecting","newListener","removeListener"],aC=5;var fe;(function(t){t[t.CONNECT=0]="CONNECT",t[t.DISCONNECT=1]="DISCONNECT",t[t.EVENT=2]="EVENT",t[t.ACK=3]="ACK",t[t.CONNECT_ERROR=4]="CONNECT_ERROR",t[t.BINARY_EVENT=5]="BINARY_EVENT",t[t.BINARY_ACK=6]="BINARY_ACK"})(fe||(fe={}));class oC{constructor(e){this.replacer=e}encode(e){return(e.type===fe.EVENT||e.type===fe.ACK)&&Ui(e)?this.encodeAsBinary({type:e.type===fe.EVENT?fe.BINARY_EVENT:fe.BINARY_ACK,nsp:e.nsp,data:e.data,id:e.id}):[this.encodeAsString(e)]}encodeAsString(e){let r=""+e.type;return(e.type===fe.BINARY_EVENT||e.type===fe.BINARY_ACK)&&(r+=e.attachments+"-"),e.nsp&&e.nsp!=="/"&&(r+=e.nsp+","),e.id!=null&&(r+=e.id),e.data!=null&&(r+=JSON.stringify(e.data,this.replacer)),r}encodeAsBinary(e){const r=tC(e),a=this.encodeAsString(r.packet),o=r.buffers;return o.unshift(a),o}}function z2(t){return Object.prototype.toString.call(t)==="[object Object]"}class Ic extends Me{constructor(e){super(),this.reviver=e}add(e){let r;if(typeof e=="string"){if(this.reconstructor)throw new Error("got plaintext data when reconstructing a packet");r=this.decodeString(e);const a=r.type===fe.BINARY_EVENT;a||r.type===fe.BINARY_ACK?(r.type=a?fe.EVENT:fe.ACK,this.reconstructor=new iC(r),r.attachments===0&&super.emitReserved("decoded",r)):super.emitReserved("decoded",r)}else if(Oc(e)||e.base64)if(this.reconstructor)r=this.reconstructor.takeBinaryData(e),r&&(this.reconstructor=null,super.emitReserved("decoded",r));else throw new Error("got binary data when not reconstructing a packet");else throw new Error("Unknown type: "+e)}decodeString(e){let r=0;const a={type:Number(e.charAt(0))};if(fe[a.type]===void 0)throw new Error("unknown packet type "+a.type);if(a.type===fe.BINARY_EVENT||a.type===fe.BINARY_ACK){const i=r+1;for(;e.charAt(++r)!=="-"&&r!=e.length;);const s=e.substring(i,r);if(s!=Number(s)||e.charAt(r)!=="-")throw new Error("Illegal attachments");a.attachments=Number(s)}if(e.charAt(r+1)==="/"){const i=r+1;for(;++r&&!(e.charAt(r)===","||r===e.length););a.nsp=e.substring(i,r)}else a.nsp="/";const o=e.charAt(r+1);if(o!==""&&Number(o)==o){const i=r+1;for(;++r;){const s=e.charAt(r);if(s==null||Number(s)!=s){--r;break}if(r===e.length)break}a.id=Number(e.substring(i,r+1))}if(e.charAt(++r)){const i=this.tryParse(e.substr(r));if(Ic.isPayloadValid(a.type,i))a.data=i;else throw new Error("invalid payload")}return a}tryParse(e){try{return JSON.parse(e,this.reviver)}catch{return!1}}static isPayloadValid(e,r){switch(e){case fe.CONNECT:return z2(r);case fe.DISCONNECT:return r===void 0;case fe.CONNECT_ERROR:return typeof r=="string"||z2(r);case fe.EVENT:case fe.BINARY_EVENT:return Array.isArray(r)&&(typeof r[0]=="number"||typeof r[0]=="string"&&rC.indexOf(r[0])===-1);case fe.ACK:case fe.BINARY_ACK:return Array.isArray(r)}}destroy(){this.reconstructor&&(this.reconstructor.finishedReconstruction(),this.reconstructor=null)}}class iC{constructor(e){this.packet=e,this.buffers=[],this.reconPack=e}takeBinaryData(e){if(this.buffers.push(e),this.buffers.length===this.reconPack.attachments){const r=nC(this.reconPack,this.buffers);return this.finishedReconstruction(),r}return null}finishedReconstruction(){this.reconPack=null,this.buffers=[]}}const sC=Object.freeze(Object.defineProperty({__proto__:null,Decoder:Ic,Encoder:oC,get PacketType(){return fe},protocol:aC},Symbol.toStringTag,{value:"Module"}));function It(t,e,r){return t.on(e,r),function(){t.off(e,r)}}const lC=Object.freeze({connect:1,connect_error:1,disconnect:1,disconnecting:1,newListener:1,removeListener:1});class K2 extends Me{constructor(e,r,a){super(),this.connected=!1,this.recovered=!1,this.receiveBuffer=[],this.sendBuffer=[],this._queue=[],this._queueSeq=0,this.ids=0,this.acks={},this.flags={},this.io=e,this.nsp=r,a&&a.auth&&(this.auth=a.auth),this._opts=Object.assign({},a),this.io._autoConnect&&this.open()}get disconnected(){return!this.connected}subEvents(){if(this.subs)return;const e=this.io;this.subs=[It(e,"open",this.onopen.bind(this)),It(e,"packet",this.onpacket.bind(this)),It(e,"error",this.onerror.bind(this)),It(e,"close",this.onclose.bind(this))]}get active(){return!!this.subs}connect(){return this.connected?this:(this.subEvents(),this.io._reconnecting||this.io.open(),this.io._readyState==="open"&&this.onopen(),this)}open(){return this.connect()}send(...e){return e.unshift("message"),this.emit.apply(this,e),this}emit(e,...r){var a,o,i;if(lC.hasOwnProperty(e))throw new Error('"'+e.toString()+'" is a reserved event name');if(r.unshift(e),this._opts.retries&&!this.flags.fromQueue&&!this.flags.volatile)return this._addToQueue(r),this;const s={type:fe.EVENT,data:r};if(s.options={},s.options.compress=this.flags.compress!==!1,typeof r[r.length-1]=="function"){const d=this.ids++,A=r.pop();this._registerAckCallback(d,A),s.id=d}const l=(o=(a=this.io.engine)===null||a===void 0?void 0:a.transport)===null||o===void 0?void 0:o.writable,c=this.connected&&!(!((i=this.io.engine)===null||i===void 0)&&i._hasPingExpired());return this.flags.volatile&&!l||(c?(this.notifyOutgoingListeners(s),this.packet(s)):this.sendBuffer.push(s)),this.flags={},this}_registerAckCallback(e,r){var a;const o=(a=this.flags.timeout)!==null&&a!==void 0?a:this._opts.ackTimeout;if(o===void 0){this.acks[e]=r;return}const i=this.io.setTimeoutFn(()=>{delete this.acks[e];for(let l=0;l<this.sendBuffer.length;l++)this.sendBuffer[l].id===e&&this.sendBuffer.splice(l,1);r.call(this,new Error("operation has timed out"))},o),s=(...l)=>{this.io.clearTimeoutFn(i),r.apply(this,l)};s.withError=!0,this.acks[e]=s}emitWithAck(e,...r){return new Promise((a,o)=>{const i=(s,l)=>s?o(s):a(l);i.withError=!0,r.push(i),this.emit(e,...r)})}_addToQueue(e){let r;typeof e[e.length-1]=="function"&&(r=e.pop());const a={id:this._queueSeq++,tryCount:0,pending:!1,args:e,flags:Object.assign({fromQueue:!0},this.flags)};e.push((o,...i)=>a!==this._queue[0]?void 0:(o!==null?a.tryCount>this._opts.retries&&(this._queue.shift(),r&&r(o)):(this._queue.shift(),r&&r(null,...i)),a.pending=!1,this._drainQueue())),this._queue.push(a),this._drainQueue()}_drainQueue(e=!1){if(!this.connected||this._queue.length===0)return;const r=this._queue[0];r.pending&&!e||(r.pending=!0,r.tryCount++,this.flags=r.flags,this.emit.apply(this,r.args))}packet(e){e.nsp=this.nsp,this.io._packet(e)}onopen(){typeof this.auth=="function"?this.auth(e=>{this._sendConnectPacket(e)}):this._sendConnectPacket(this.auth)}_sendConnectPacket(e){this.packet({type:fe.CONNECT,data:this._pid?Object.assign({pid:this._pid,offset:this._lastOffset},e):e})}onerror(e){this.connected||this.emitReserved("connect_error",e)}onclose(e,r){this.connected=!1,delete this.id,this.emitReserved("disconnect",e,r),this._clearAcks()}_clearAcks(){Object.keys(this.acks).forEach(e=>{if(!this.sendBuffer.some(a=>String(a.id)===e)){const a=this.acks[e];delete this.acks[e],a.withError&&a.call(this,new Error("socket has been disconnected"))}})}onpacket(e){if(e.nsp===this.nsp)switch(e.type){case fe.CONNECT:e.data&&e.data.sid?this.onconnect(e.data.sid,e.data.pid):this.emitReserved("connect_error",new Error("It seems you are trying to reach a Socket.IO server in v2.x with a v3.x client, but they are not compatible (more information here: https://socket.io/docs/v3/migrating-from-2-x-to-3-0/)"));break;case fe.EVENT:case fe.BINARY_EVENT:this.onevent(e);break;case fe.ACK:case fe.BINARY_ACK:this.onack(e);break;case fe.DISCONNECT:this.ondisconnect();break;case fe.CONNECT_ERROR:this.destroy();const a=new Error(e.data.message);a.data=e.data.data,this.emitReserved("connect_error",a);break}}onevent(e){const r=e.data||[];e.id!=null&&r.push(this.ack(e.id)),this.connected?this.emitEvent(r):this.receiveBuffer.push(Object.freeze(r))}emitEvent(e){if(this._anyListeners&&this._anyListeners.length){const r=this._anyListeners.slice();for(const a of r)a.apply(this,e)}super.emit.apply(this,e),this._pid&&e.length&&typeof e[e.length-1]=="string"&&(this._lastOffset=e[e.length-1])}ack(e){const r=this;let a=!1;return function(...o){a||(a=!0,r.packet({type:fe.ACK,id:e,data:o}))}}onack(e){const r=this.acks[e.id];typeof r=="function"&&(delete this.acks[e.id],r.withError&&e.data.unshift(null),r.apply(this,e.data))}onconnect(e,r){this.id=e,this.recovered=r&&this._pid===r,this._pid=r,this.connected=!0,this.emitBuffered(),this.emitReserved("connect"),this._drainQueue(!0)}emitBuffered(){this.receiveBuffer.forEach(e=>this.emitEvent(e)),this.receiveBuffer=[],this.sendBuffer.forEach(e=>{this.notifyOutgoingListeners(e),this.packet(e)}),this.sendBuffer=[]}ondisconnect(){this.destroy(),this.onclose("io server disconnect")}destroy(){this.subs&&(this.subs.forEach(e=>e()),this.subs=void 0),this.io._destroy(this)}disconnect(){return this.connected&&this.packet({type:fe.DISCONNECT}),this.destroy(),this.connected&&this.onclose("io client disconnect"),this}close(){return this.disconnect()}compress(e){return this.flags.compress=e,this}get volatile(){return this.flags.volatile=!0,this}timeout(e){return this.flags.timeout=e,this}onAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.push(e),this}prependAny(e){return this._anyListeners=this._anyListeners||[],this._anyListeners.unshift(e),this}offAny(e){if(!this._anyListeners)return this;if(e){const r=this._anyListeners;for(let a=0;a<r.length;a++)if(e===r[a])return r.splice(a,1),this}else this._anyListeners=[];return this}listenersAny(){return this._anyListeners||[]}onAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.push(e),this}prependAnyOutgoing(e){return this._anyOutgoingListeners=this._anyOutgoingListeners||[],this._anyOutgoingListeners.unshift(e),this}offAnyOutgoing(e){if(!this._anyOutgoingListeners)return this;if(e){const r=this._anyOutgoingListeners;for(let a=0;a<r.length;a++)if(e===r[a])return r.splice(a,1),this}else this._anyOutgoingListeners=[];return this}listenersAnyOutgoing(){return this._anyOutgoingListeners||[]}notifyOutgoingListeners(e){if(this._anyOutgoingListeners&&this._anyOutgoingListeners.length){const r=this._anyOutgoingListeners.slice();for(const a of r)a.apply(this,e.data)}}}function $r(t){t=t||{},this.ms=t.min||100,this.max=t.max||1e4,this.factor=t.factor||2,this.jitter=t.jitter>0&&t.jitter<=1?t.jitter:0,this.attempts=0}$r.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),r=Math.floor(e*this.jitter*t);t=Math.floor(e*10)&1?t+r:t-r}return Math.min(t,this.max)|0},$r.prototype.reset=function(){this.attempts=0},$r.prototype.setMin=function(t){this.ms=t},$r.prototype.setMax=function(t){this.max=t},$r.prototype.setJitter=function(t){this.jitter=t};class Pc extends Me{constructor(e,r){var a;super(),this.nsps={},this.subs=[],e&&typeof e=="object"&&(r=e,e=void 0),r=r||{},r.path=r.path||"/socket.io",this.opts=r,Li(this,r),this.reconnection(r.reconnection!==!1),this.reconnectionAttempts(r.reconnectionAttempts||1/0),this.reconnectionDelay(r.reconnectionDelay||1e3),this.reconnectionDelayMax(r.reconnectionDelayMax||5e3),this.randomizationFactor((a=r.randomizationFactor)!==null&&a!==void 0?a:.5),this.backoff=new $r({min:this.reconnectionDelay(),max:this.reconnectionDelayMax(),jitter:this.randomizationFactor()}),this.timeout(r.timeout==null?2e4:r.timeout),this._readyState="closed",this.uri=e;const o=r.parser||sC;this.encoder=new o.Encoder,this.decoder=new o.Decoder,this._autoConnect=r.autoConnect!==!1,this._autoConnect&&this.open()}reconnection(e){return arguments.length?(this._reconnection=!!e,e||(this.skipReconnect=!0),this):this._reconnection}reconnectionAttempts(e){return e===void 0?this._reconnectionAttempts:(this._reconnectionAttempts=e,this)}reconnectionDelay(e){var r;return e===void 0?this._reconnectionDelay:(this._reconnectionDelay=e,(r=this.backoff)===null||r===void 0||r.setMin(e),this)}randomizationFactor(e){var r;return e===void 0?this._randomizationFactor:(this._randomizationFactor=e,(r=this.backoff)===null||r===void 0||r.setJitter(e),this)}reconnectionDelayMax(e){var r;return e===void 0?this._reconnectionDelayMax:(this._reconnectionDelayMax=e,(r=this.backoff)===null||r===void 0||r.setMax(e),this)}timeout(e){return arguments.length?(this._timeout=e,this):this._timeout}maybeReconnectOnOpen(){!this._reconnecting&&this._reconnection&&this.backoff.attempts===0&&this.reconnect()}open(e){if(~this._readyState.indexOf("open"))return this;this.engine=new $b(this.uri,this.opts);const r=this.engine,a=this;this._readyState="opening",this.skipReconnect=!1;const o=It(r,"open",function(){a.onopen(),e&&e()}),i=l=>{this.cleanup(),this._readyState="closed",this.emitReserved("error",l),e?e(l):this.maybeReconnectOnOpen()},s=It(r,"error",i);if(this._timeout!==!1){const l=this._timeout,c=this.setTimeoutFn(()=>{o(),i(new Error("timeout")),r.close()},l);this.opts.autoUnref&&c.unref(),this.subs.push(()=>{this.clearTimeoutFn(c)})}return this.subs.push(o),this.subs.push(s),this}connect(e){return this.open(e)}onopen(){this.cleanup(),this._readyState="open",this.emitReserved("open");const e=this.engine;this.subs.push(It(e,"ping",this.onping.bind(this)),It(e,"data",this.ondata.bind(this)),It(e,"error",this.onerror.bind(this)),It(e,"close",this.onclose.bind(this)),It(this.decoder,"decoded",this.ondecoded.bind(this)))}onping(){this.emitReserved("ping")}ondata(e){try{this.decoder.add(e)}catch(r){this.onclose("parse error",r)}}ondecoded(e){Ri(()=>{this.emitReserved("packet",e)},this.setTimeoutFn)}onerror(e){this.emitReserved("error",e)}socket(e,r){let a=this.nsps[e];return a?this._autoConnect&&!a.active&&a.connect():(a=new K2(this,e,r),this.nsps[e]=a),a}_destroy(e){const r=Object.keys(this.nsps);for(const a of r)if(this.nsps[a].active)return;this._close()}_packet(e){const r=this.encoder.encode(e);for(let a=0;a<r.length;a++)this.engine.write(r[a],e.options)}cleanup(){this.subs.forEach(e=>e()),this.subs.length=0,this.decoder.destroy()}_close(){this.skipReconnect=!0,this._reconnecting=!1,this.onclose("forced close")}disconnect(){return this._close()}onclose(e,r){var a;this.cleanup(),(a=this.engine)===null||a===void 0||a.close(),this.backoff.reset(),this._readyState="closed",this.emitReserved("close",e,r),this._reconnection&&!this.skipReconnect&&this.reconnect()}reconnect(){if(this._reconnecting||this.skipReconnect)return this;const e=this;if(this.backoff.attempts>=this._reconnectionAttempts)this.backoff.reset(),this.emitReserved("reconnect_failed"),this._reconnecting=!1;else{const r=this.backoff.duration();this._reconnecting=!0;const a=this.setTimeoutFn(()=>{e.skipReconnect||(this.emitReserved("reconnect_attempt",e.backoff.attempts),!e.skipReconnect&&e.open(o=>{o?(e._reconnecting=!1,e.reconnect(),this.emitReserved("reconnect_error",o)):e.onreconnect()}))},r);this.opts.autoUnref&&a.unref(),this.subs.push(()=>{this.clearTimeoutFn(a)})}}onreconnect(){const e=this.backoff.attempts;this._reconnecting=!1,this.backoff.reset(),this.emitReserved("reconnect",e)}}const Qa={};function Zi(t,e){typeof t=="object"&&(e=t,t=void 0),e=e||{};const r=Wb(t,e.path||"/socket.io"),a=r.source,o=r.id,i=r.path,s=Qa[o]&&i in Qa[o].nsps,l=e.forceNew||e["force new connection"]||e.multiplex===!1||s;let c;return l?c=new Pc(a,e):(Qa[o]||(Qa[o]=new Pc(a,e)),c=Qa[o]),r.query&&!e.query&&(e.query=r.queryKey),c.socket(r.path,e)}Object.assign(Zi,{Manager:Pc,Socket:K2,io:Zi,connect:Zi});const He=t=>(n.pushScopeId("data-v-4096b05c"),t=t(),n.popScopeId(),t),cC={class:"fge-right-container"},uC={key:0,class:"timeline-title object-contain",style:{"margin-top":"-10px"}},dC=He(()=>n.createElementVNode("i",{class:"pi pi-qrcode"},null,-1)),AC={class:"object-contain"},fC={class:"qr-container"},pC=["src"],mC={class:""},hC=[He(()=>n.createElementVNode("div",{class:"reload-icon"},[n.createElementVNode("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},[n.createElementVNode("path",{fill:"white",d:"M500.33 199.44C485.75 112.33 412.25 48 320 48c-74.66 0-140.33 41.47-175.27 105.51l-26.64-15.37C103.28 130.83 96 138.77 96 148v96c0 8.84 7.16 16 16 16h96c9.23 0 17.17-7.28 17.86-16.09.67-8.35-3.92-15.98-11.15-19.89l-31.58-18.23C205.12 159.49 258.32 128 320 128c61.76 0 114.2 41.81 128.7 101.33 4.14 17.14 21.29 27.71 38.43 23.57s27.71-21.29 23.57-38.46z"})])],-1)),He(()=>n.createElementVNode("p",{class:"reload-text"},[n.createTextVNode("Haz clic para"),n.createElementVNode("br"),n.createTextVNode("actualizar el código"),n.createElementVNode("br"),n.createTextVNode("QR")],-1))],gC={key:1,class:"qr-timeline"},vC=[He(()=>n.createElementVNode("ol",{class:"timeline","aria-label":"Pasos para iniciar sesión con QR"},[n.createElementVNode("li",{class:"timeline-item"},[n.createElementVNode("span",{class:"timeline-icon","aria-hidden":"true"},[n.createElementVNode("i",{class:"pi pi-mobile"})]),n.createElementVNode("div",{class:"timeline-content"},[n.createElementVNode("div",{class:"timeline-step"},[n.createTextVNode("1. Abre la aplicación "),n.createElementVNode("strong",null,"ROMA")]),n.createElementVNode("div",{class:"timeline-desc"},[n.createTextVNode(" Descarga o abre la aplicación "),n.createElementVNode("strong",null,"ROMA"),n.createTextVNode(" en tu dispositivo móvil. ")])])]),n.createElementVNode("li",{class:"timeline-item"},[n.createElementVNode("span",{class:"timeline-icon","aria-hidden":"true"},[n.createElementVNode("i",{class:"pi pi-lock"})]),n.createElementVNode("div",{class:"timeline-content"},[n.createElementVNode("div",{class:"timeline-step"},[n.createTextVNode("2. Dirígete al "),n.createElementVNode("strong",null,"Autenticador")]),n.createElementVNode("div",{class:"timeline-desc"},[n.createTextVNode(" Busca en el menu "),n.createElementVNode("i",{class:"pi pi-align-left",style:{"margin-right":"4px","margin-left":"4px"}}),n.createTextVNode(" la seccion de autenticador. ")])])]),n.createElementVNode("li",{class:"timeline-item"},[n.createElementVNode("span",{class:"timeline-icon","aria-hidden":"true"},[n.createElementVNode("i",{class:"pi pi-qrcode"})]),n.createElementVNode("div",{class:"timeline-content"},[n.createElementVNode("div",{class:"timeline-step"},"3. Escanea el código QR"),n.createElementVNode("div",{class:"timeline-desc"}," Señala la cámara de tu dispositivo hacia el QR mostrado en pantalla. ")])])],-1))],yC={key:2,class:"msg-container",style:{"margin-top":"20px"}},wC=[He(()=>n.createElementVNode("span",{class:"fge-text-gray fge-lines"},"O puede ingresar con",-1))],bC={class:"auth-form-container"},CC={class:"auth-input-container"},EC=He(()=>n.createElementVNode("label",{for:"usuario",class:"fge-form-label"},"Cédula de Identidad:",-1)),kC={class:"auth-input-container"},xC=He(()=>n.createElementVNode("label",{for:"password",class:"fge-form-label"},"Cont­raseña:",-1)),BC={class:"login-button-container"},SC=[He(()=>n.createElementVNode("span",null,"Ingresar",-1))],TC={class:"login-link-button-container"},OC=[He(()=>n.createElementVNode("span",null,"¿Ha olvidado su contraseña?",-1))],DC=[He(()=>n.createElementVNode("span",null,"Registrarse",-1))],VC={key:0,class:"msg-container"},IC=[He(()=>n.createElementVNode("span",{class:"fge-text-gray fge-lines"},"O puede ingresar con",-1))],PC=[He(()=>n.createElementVNode("span",null,"Ingresar con Ciudadanía Digital",-1))],MC={class:"login-button-container"},_C={class:"two-auth-container"},RC={key:0,class:"auth-checkbox-container"},LC={key:0,class:"text-center"},FC=[He(()=>n.createElementVNode("span",null,"Seleccionar otros medios de verificación",-1))],UC={key:1},ZC=He(()=>n.createElementVNode("div",{class:"fge-horizontal-line"},null,-1)),HC=He(()=>n.createElementVNode("div",{class:"fge-text-gray",style:{"text-align":"center"}},"Medios de verificación",-1)),QC=He(()=>n.createElementVNode("div",{class:"fge-horizontal-line"},null,-1)),qC={class:"auth-radiogroup"},zC={class:"radio-button-content"},KC={class:"radio-button-content"},jC={for:"r3",class:"radio-button-label"},JC={class:"two-auth-container"},XC={class:"auth-checkbox-container"},$C={class:"auth-checkbox-container",for:"esDispositivoConfianza"},WC=He(()=>n.createElementVNode("span",{class:"fge-text-gray"}," Dispositivo de confianza ",-1)),YC=Ye(n.defineComponent({__name:"FgeLogin",emits:["onLogin","onError"],setup(t,{emit:e}){const r=Ee(),a=e,o=n.ref(""),i=n.ref(!1),s=n.ref(void 0);let l=!1;i.value=window.innerWidth<=768;let c=0;const u=n.ref(!1),d=async()=>{if(!l){l=!0;try{const D=await f3(r.aplicacion,r.deviceId);if(!D)throw new Error("Error al cargar QR");const{qrImage:R,expiresIn:N}=D;o.value=`${R}`,c++,c<5?setTimeout(()=>{d()},N*1e3):u.value=!0}catch(D){console.error("Error cargando QR:",D)}finally{l=!1}}};n.onMounted(()=>{if(!i.value&&r.apiBaseURLAuthNv){d(),f.connect(),f.on("connect",()=>{console.log("Conectado al servidor de sockets"),f.connected?console.log("Conexión establecida correctamente"):console.log("Error al establecer la conexión")}).on("disconnect",()=>{console.log("Desconectado del servidor de sockets")});const D=async R=>{console.log("Notificación recibida"),await H(R.token,R.sessionId,R.usuarioId),f.off("notification",D)};f.on("notification",D)}}),n.onBeforeUnmount(()=>{s.value&&clearInterval(s.value)}),n.onUnmounted(()=>{f.off("mensaje"),f.disconnect()});const A=()=>{console.log("contador",c),J.value=!0},m=()=>{u.value=!1,c=0,d()},f=Zi(`${r.apiWebSocketURL}/notificacion`,{query:{usuarioId:r.deviceId,aplicacion:"auth",modulo:"login"},extraHeaders:{Authorization:`${r.webSocketToken}`},autoConnect:!1}),g=n.ref(!1),b=n.ref(null),v=()=>{b.value=null},k=async D=>{if(!g.value){g.value=!0;try{b.value=D;const R=p(D);G.value="",U.value="",R===!1?(r.apiBaseURLAuthNv?await te({medio:D}):await ee({medio:D}),Y.value=!0):(r.apiBaseURLAuthNv?await pe({medio:D}):await V({medio:D}),Y.value=!1)}finally{g.value=!1}}},h={[de.WHATSAPP]:"verificadoWhatsapp",[de.TELEGRAM]:"verificadoTelegram",[de.EMAIL]:"verificadoEmail",[de.ROMA]:"verificadoRoma"};function p(D){const R=h[D];return R?z[R]:void 0}const{esDispositivoConfianza:y,refCounter:w,message2Fa:C,steps:E,currentStep:T,errors:S,iconColor:x,onLogin:B,on2AuthLogin:O,onAutorizarNv:H,goLoginPage:$,onEnviarMensaje:Z,loginCiudadania:re,mediosVerificados:z,mostrarMedios:M,mostrarBotonOpciones:J,onEnviarCodigoAlUsuario:ee,onEnviarCodigoVerificadoAlUsuario:V,onEnviarCodigoAlUsuarioNv:te,onEnviarCodigoVerificadoAlUsuarioNv:pe,servicio2faNuevo:Y,onConfirmarCodigoNuevo:_,message2FaContexto:G,url2FaContexto:U,medioYaSeleccionado:L}=mb(a);return(D,R)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(nc),n.createElementVNode("div",cC,[n.createVNode(Ko,{currentStep:n.unref(T),steps:n.unref(E),showHeader:!1},{step1:n.withCtx(()=>[n.unref(r).apiBaseURLAuthNv&&!i.value?(n.openBlock(),n.createElementBlock("h4",uC,[dC,n.createTextVNode(" Inicia sesión con código QR ")])):n.createCommentVNode("",!0),n.createElementVNode("div",AC,[n.createElementVNode("div",fC,[n.unref(r).apiBaseURLAuthNv&&!i.value?(n.openBlock(),n.createElementBlock("img",{key:0,src:o.value,alt:"Qr",class:""},null,8,pC)):n.createCommentVNode("",!0),n.createElementVNode("div",mC,[u.value?(n.openBlock(),n.createElementBlock("div",{key:0,class:"qr-overlay",onClick:m},hC)):n.createCommentVNode("",!0)])])]),n.unref(r).apiBaseURLAuthNv&&!i.value?(n.openBlock(),n.createElementBlock("div",gC,vC)):n.createCommentVNode("",!0),n.unref(r).apiBaseURLAuthNv?(n.openBlock(),n.createElementBlock("div",yC,wC)):n.createCommentVNode("",!0),n.createElementVNode("div",bC,[n.createElementVNode("div",CC,[EC,n.createVNode(n.unref(me.Field),{name:"usuario",id:"usuario",class:n.normalizeClass(["fge-auth-input",{"fge-auth-input-invalid":n.unref(S).usuario}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(S).usuario},null,8,["error"])]),n.createElementVNode("div",kC,[xC,n.createVNode(n.unref(me.Field),{name:"password"},{default:n.withCtx(({field:N})=>[n.createVNode(xn,n.mergeProps({id:"psw"},N,{class:"fge-auth-input with-btn",onKeyup:n.withKeys(n.unref(B),["enter"]),modelValue:N.value}),null,16,["onKeyup","modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(S).password},null,8,["error"])])]),n.createElementVNode("div",BC,[n.createElementVNode("button",{title:"Iniciar sesión",class:"fge-auth-primary-button w-full",onClick:R[0]||(R[0]=(...N)=>n.unref(B)&&n.unref(B)(...N))},SC),n.createElementVNode("div",TC,[n.createElementVNode("button",{class:"fge-link-secondary-button",title:"Recuperar contraseña",onClick:R[1]||(R[1]=(...N)=>n.unref(r).goRecuperarCont&&n.unref(r).goRecuperarCont(...N))},OC),!n.unref(r).apiBaseURLAuthNv&&n.unref(r).isRegister?(n.openBlock(),n.createElementBlock("button",{key:0,class:"fge-link-primary-button",title:"Registrarse",onClick:R[2]||(R[2]=(...N)=>n.unref(r).goRegistrarPage&&n.unref(r).goRegistrarPage(...N))},DC)):n.createCommentVNode("",!0)]),n.unref(r).apiBaseURLAuthNv?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("div",VC,IC)),n.createElementVNode("button",{title:"Iniciar sesión con ciudadanía digital",class:"fge-green-button",onClick:R[3]||(R[3]=(...N)=>n.unref(re)&&n.unref(re)(...N))},PC)])]),step2:n.withCtx(()=>[n.createVNode(yi,{fieldName:"code",error:n.unref(S).code,message2Fa:n.unref(C),message2FaContexto:n.unref(G),url2FaContexto:n.unref(U),cancelarFunction:()=>{v(),n.unref($)()},aceptarFunction:n.unref(Y)?n.unref(_):n.unref(O),"reenviar-mensaje":n.unref(L)?n.unref(Z):void 0,mostrarReenviar:n.unref(L),isTelegram:b.value===n.unref(de).TELEGRAM&&!n.unref(z).verificadoTelegram,refCounter:n.unref(w),"onUpdate:refCounter":R[8]||(R[8]=N=>n.isRef(w)?w.value=N:null),onFinishCount:A},{inputs:n.withCtx(()=>[n.createElementVNode("div",MC,[n.createElementVNode("div",_C,[n.unref(J)?(n.openBlock(),n.createElementBlock("div",RC,[n.unref(M)?(n.openBlock(),n.createElementBlock("div",UC,[ZC,HC,QC,n.createElementVNode("div",qC,[n.createVNode(n.unref(me.Field),{name:"medio"},{default:n.withCtx(({field:N})=>[n.createVNode(n.unref(qo),n.mergeProps(N,{"model-value":N.value,class:"radio-button-group","onUpdate:modelValue":q=>{N.onChange(q),k(Number(q))}}),{default:n.withCtx(()=>[n.createVNode(n.unref(zn),{class:"radio-button",id:"r2",value:n.unref(de).TELEGRAM.toString(),onClick:R[5]||(R[5]=()=>k(n.unref(de).TELEGRAM))},{default:n.withCtx(()=>[n.createElementVNode("div",zC,[n.createVNode(n.unref(_a),{class:n.normalizeClass(["radio-icon",{"auth-svg-primary":n.unref(z).verificadoTelegram,"auth-svg-black":!n.unref(z).verificadoTelegram}])},null,8,["class"]),n.createElementVNode("label",{for:"r2",class:n.normalizeClass(["radio-button-label",{"radio-label-verified":n.unref(z).verificadoTelegram,"radio-label-unverified":!n.unref(z).verificadoTelegram}])},n.toDisplayString(n.unref(z).verificadoTelegram?"":"Verificar")+" Telegram ",3)])]),_:1},8,["value"]),n.createVNode(n.unref(zn),{class:"radio-button",id:"r3",value:n.unref(de).EMAIL.toString(),onClick:R[6]||(R[6]=()=>k(n.unref(de).EMAIL))},{default:n.withCtx(()=>[n.createElementVNode("div",KC,[n.createVNode(n.unref(Ma),{class:n.normalizeClass(["radio-icon",{"auth-svg-primary":n.unref(z).verificadoEmail,"auth-svg-black":!n.unref(z).verificadoEmail}])},null,8,["class"]),n.createElementVNode("label",jC,n.toDisplayString(n.unref(z).verificadoEmail?"":"Verificar")+" Email ",1)])]),_:1},8,["value"])]),_:2},1040,["model-value","onUpdate:modelValue"])]),_:1})])])):(n.openBlock(),n.createElementBlock("div",LC,[n.createElementVNode("button",{class:"fge-link-primary-button",title:"Seleccionar",onClick:R[4]||(R[4]=N=>M.value=!0)},FC)]))])):n.createCommentVNode("",!0)])]),n.createElementVNode("div",JC,[n.createElementVNode("div",XC,[n.createElementVNode("label",$C,[n.createVNode(n.unref(p4),{class:"checkbox-box",checked:n.unref(y),"onUpdate:checked":R[7]||(R[7]=N=>n.isRef(y)?y.value=N:null)},{default:n.withCtx(()=>[n.createVNode(n.unref(m4),null,{default:n.withCtx(()=>[n.createVNode(yn,{color:n.unref(x),alt:"Check Mark",class:"checkbox-svg"},null,8,["color"])]),_:1})]),_:1},8,["checked"]),WC])])])]),_:1},8,["error","message2Fa","message2FaContexto","url2FaContexto","cancelarFunction","aceptarFunction","reenviar-mensaje","mostrarReenviar","isTelegram","refCounter"])]),_:1},8,["currentStep","steps"])])],64))}}),[["__scopeId","data-v-4096b05c"]]),j2=async(t,e,r,a)=>ie.post("v1/auth/usuario/confirmar-restablecer-password",{numeroDocumento:t,aplicacion:e,otp:r,isLogin:a}).then(o=>o).catch(o=>{var i;throw(i=o.response)!=null&&i.data?o.response.data:o}),GC=async(t,e,r,a,o)=>ie.post("v1/auth/usuario/cambiar-password",{usuarioId:t,aplicacion:e,otp:r,nuevoPassword:a,confirmarNuevoPassword:o}).then(i=>i).catch(i=>{var s;throw(s=i.response)!=null&&s.data?i.response.data:i}),NC=async(t,e,r,a,o)=>ie.post("v1/auth/usuario/cambiar-password",{usuarioId:t,aplicacion:e,otp:r,nuevoPassword:a,confirmarNuevoPassword:o}).then(i=>i).catch(i=>{var s;throw(s=i.response)!=null&&s.data?i.response.data:i}),eE=async t=>ie.post("v1/auth/usuario/restablecer-password",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e});function tE(){const t=Ee(),e=ka(),r=n.ref(0),a=n.ref(),o=n.ref(),i=n.computed(()=>C[r.value]),s=n.reactive({verificadoWhatsapp:!1,verificadoTelegram:!1,verificadoEmail:!1,verificadoRoma:!1}),l=n.ref(!1),c=n.ref(!1),u=n.ref(!1),d=n.ref(!1),A=n.ref(0),m=n.ref(null),f=n.ref([]),{refCounter:g,currentContacto:b,message2Fa:v,message2FaContexto:k,url2FaContexto:h,openTelegram:p,openTelegramPage:y}=vi("recuperar-pw"),w=n.markRaw([{name:"step1"},{name:"step2"},{name:"step3"}]),C=[ne.object().shape({usuario:ne.string().min(4).max(10).required().label("Cédula de identidad")}),ne.object().shape({code:ne.string().required().matches(Kn).max(10).label("Código")}),ne.object().shape({medio:ne.string().notRequired().matches(Kn).max(10).label("medio")}),ne.object().shape({password:ne.string().required().matches(No).min(8).max(15).label("Contraseña"),repetirPassword:ne.string().required().oneOf([ne.ref("password")]).label("Confirmación de la contraseña")})],{handleSubmit:E,values:T,errors:S,setErrors:x,resetForm:B}=me.useForm({validationSchema:i,keepValuesOnUnmount:!0}),O=()=>{r.value=r.value-1,d.value=!1,B()},H=U=>{const D={[de.WHATSAPP]:"verificadoWhatsapp",[de.TELEGRAM]:"verificadoTelegram",[de.EMAIL]:"verificadoEmail",[de.ROMA]:"verificadoRoma"}[U];return D?s[D]:void 0},$=async()=>{if(!T.medio)return;const U=Number(T.medio),L=H(U);try{e.setLoading(!0),L===!1?(t.apiBaseURLAuthNv?await V({medio:U}):await te({medio:U}),u.value=!0):(t.apiBaseURLAuthNv?await re({medio:U,login:!1}):await z({medio:U,login:!1}),u.value=!1),d.value=!0}catch(D){Ne({error:D,setErrors:x})}finally{e.setLoading(!1)}},Z=E(async()=>{var U,L,D,R,N,q,Te;try{e.setLoading(!0);const W=await M();r.value=r.value+1,d.value=!1,b.value=(U=W.response)==null?void 0:U.contacto,A.value=((D=(L=W.response)==null?void 0:L.data)==null?void 0:D.usuarioId)??0,f.value=((N=(R=W==null?void 0:W.response)==null?void 0:R.data)==null?void 0:N.mediosVerificados)||[],G(f.value),v.value=W.message,n.nextTick(()=>{var F,X,Ae;(Ae=g.value)==null||Ae.reInit(((X=(F=W==null?void 0:W.response)==null?void 0:F.data)==null?void 0:X.tiempoVigencia)??2)});const K=f.value.some(F=>F.default===!0);l.value=!K,c.value=!K,k.value=((q=W==null?void 0:W.response)==null?void 0:q.data.mensajeServicio)??"",h.value=((Te=W==null?void 0:W.response)==null?void 0:Te.data.url)??""}catch(W){Ne({error:W,setErrors:x})}finally{e.setLoading(!1)}}),re=async({medio:U,login:L=!0})=>{var D,R,N,q,Te,W;try{e.setLoading(!0);const K=await Wu({medio:Number(U),usuarioId:A.value,deviceId:t.deviceId,isLogin:L,aplicacion:t.aplicacion});v.value=K.message,c.value=!1,l.value=!1,d.value=!0,(R=(D=K==null?void 0:K.response)==null?void 0:D.data)!=null&&R.mensajeServicio&&(k.value=K.response.data.mensajeServicio),(q=(N=K==null?void 0:K.response)==null?void 0:N.data)!=null&&q.url&&(h.value=K.response.data.url);let F=120;(W=(Te=K==null?void 0:K.response)==null?void 0:Te.data)!=null&&W.tiempoVigencia?F=K.response.data.tiempoVigencia:(K==null?void 0:K.minutos)!==void 0&&(K==null?void 0:K.minutos)!==null&&(F=K.minutos>60?K.minutos:K.minutos*60,F>600&&(F=120)),n.nextTick(()=>{var X;(X=g.value)==null||X.reInit(F)})}catch(K){Q.error(`Error al enviar código por ${U}: ${(K==null?void 0:K.message)||"intente nuevamente"}`)}finally{e.setLoading(!1)}},z=async({medio:U,login:L=!0})=>{var D,R,N,q,Te,W;try{e.setLoading(!0);const K=await $u({medio:Number(U),usuarioId:A.value,deviceId:t.deviceId,isLogin:L,aplicacion:t.aplicacion});v.value=K.message,c.value=!1,l.value=!1,d.value=!0,(R=(D=K==null?void 0:K.response)==null?void 0:D.data)!=null&&R.mensajeServicio&&(k.value=K.response.data.mensajeServicio),(q=(N=K==null?void 0:K.response)==null?void 0:N.data)!=null&&q.url&&(h.value=K.response.data.url);let F=120;(W=(Te=K==null?void 0:K.response)==null?void 0:Te.data)!=null&&W.tiempoVigencia?F=K.response.data.tiempoVigencia:(K==null?void 0:K.minutos)!==void 0&&(K==null?void 0:K.minutos)!==null&&(F=K.minutos>60?K.minutos:K.minutos*60,F>600&&(F=120)),n.nextTick(()=>{var X;(X=g.value)==null||X.reInit(F)})}catch(K){Q.error(`Error al enviar código: ${(K==null?void 0:K.message)||"intente nuevamente"}`)}finally{e.setLoading(!1)}},M=async()=>await eE({deviceId:t.deviceId,aplicacion:t.aplicacion,numeroDocumento:T.usuario}),J=E(async U=>{try{if(e.setLoading(!0),t.apiBaseURLAuthNv){const L=await j2(U.usuario,t.aplicacion,Number(U.code),!1).then(D=>D.response);a.value=L==null?void 0:L.data.usuarioId}else{const L=await j2(U.usuario,t.aplicacion,Number(U.code),!1).then(D=>D.response);a.value=L==null?void 0:L.data.usuarioId}r.value=r.value+1}catch(L){Ne({error:L,setErrors:x})}finally{e.setLoading(!1)}}),ee=E(async U=>{try{e.setLoading(!0);const L=m.value??Number(U.medio??0);if(!L){Q.error("Debe seleccionar un medio de verificación");return}if(t.apiBaseURLAuthNv){const D=await Xu({usuarioId:A.value,medio:L,codigo:U.code,aplicacion:t.aplicacion,deviceId:t.deviceId,isLogin:!1}).then(R=>R.response);a.value=D==null?void 0:D.data.usuarioId}else{const D=await h3({usuarioId:A.value,medio:L,codigo:U.code,aplicacion:t.aplicacion,codigoDispositivo:t.deviceId,isLogin:!1}).then(R=>R.response);a.value=D==null?void 0:D.data.usuarioId}r.value=r.value+1}catch(L){Ne({error:L,setErrors:x})}finally{e.setLoading(!1)}}),V=async({medio:U})=>{var L,D,R,N;try{e.setLoading(!0),m.value=U;const q=await Ju({medio:Number(U),usuarioId:A.value}),Te=((D=(L=q==null?void 0:q.response)==null?void 0:L.data)==null?void 0:D.medioActualizado)===!0;v.value=q.message,c.value=!1,l.value=!1,d.value=!0,k.value=q.response.data.mensajeServicio??"",h.value=q.response.data.url??"",U===de.TELEGRAM&&!Te&&n.nextTick(()=>{p.value=!0});let W=120;(N=(R=q==null?void 0:q.response)==null?void 0:R.data)!=null&&N.tiempoVigencia?W=q.response.data.tiempoVigencia:(q==null?void 0:q.minutos)!==void 0&&(q==null?void 0:q.minutos)!==null&&(W=q.minutos>60?q.minutos:q.minutos*60,W>600&&(W=120)),n.nextTick(()=>{var K;(K=g.value)==null||K.reInit(W)})}catch(q){Q.error(`Error al enviar código por ${U}: ${(q==null?void 0:q.message)||"intente nuevamente"}`)}finally{e.setLoading(!1)}},te=async({medio:U})=>{var L,D,R,N;try{e.setLoading(!0),m.value=U;const q=await m3({medio:Number(U),usuarioId:A.value}),Te=((D=(L=q==null?void 0:q.response)==null?void 0:L.data)==null?void 0:D.medioActualizado)===!0;v.value=q.message,c.value=!1,l.value=!1,d.value=!0,U===de.TELEGRAM&&!Te&&n.nextTick(()=>{p.value=!0});let W=120;(N=(R=q==null?void 0:q.response)==null?void 0:R.data)!=null&&N.tiempoVigencia?W=q.response.data.tiempoVigencia:(q==null?void 0:q.minutos)!==void 0&&(q==null?void 0:q.minutos)!==null&&(W=q.minutos>60?q.minutos:q.minutos*60,W>600&&(W=120)),n.nextTick(()=>{var K;(K=g.value)==null||K.reInit(W)})}catch(q){Q.error(`Error al enviar código: ${(q==null?void 0:q.message)||"intente nuevamente"}`)}finally{e.setLoading(!1)}},pe=E(async U=>{try{e.setLoading(!0);let L;a.value&&(t.apiBaseURLAuthNv?L=await NC(a.value,t.aplicacion,Number(U.code),U.password,U.repetirPassword):L=await GC(a.value,t.aplicacion,Number(U.code),U.password,U.repetirPassword)),Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description"> ${L==null?void 0:L.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0}),e.setLoading(!1),t.goLoginPage()}catch(L){Ne({error:L,setErrors:x}),e.setLoading(!1)}}),Y=()=>{t.goLoginPage()},_=n.computed(()=>window.getComputedStyle(document.documentElement).getPropertyValue("--fge-primary-button-text-color")),G=U=>{U.forEach(L=>{switch(L.medio){case 1:s.verificadoRoma=L.verificado;break;case 2:s.verificadoTelegram=L.verificado;break;case 3:s.verificadoEmail=L.verificado;break;case 4:s.verificadoWhatsapp=L.verificado;break}})};return{refCounter:g,currentStep:r,currentSchema:i,currentContacto:b,steps:w,mensaje2F:o,errors:S,onBackStep:O,onEnviarCodigoAlBackend:J,onEnviarCodigoAlUsuario:Z,onEnviarMensaje:$,onCambiarPassword:pe,goLoginPage:Y,mediosVerificados:s,mostrarMedios:c,mostrarBotonOpciones:l,message2FaContexto:k,message2Fa:v,url2FaContexto:h,servicio2faNuevo:u,iconColor:_,onEnviarCodigoRecuperacionNv:re,onEnviarCodigoRecuperacion:z,onEnviarCodigoRecuperacionAlUsuarioNv:V,onEnviarCodigoRecuperacionAlUsuario:te,onConfirmarCodigoNuevo:ee,medioYaSeleccionado:d,openTelegram:p,openTelegramPage:y}}const nE={class:"fge-right-container"},rE={class:"auth-form-container"},aE={class:"auth-input-container"},oE=n.createElementVNode("label",{for:"usuario",class:"fge-form-label"},"Cédula de Identidad:",-1),iE={class:"fge-btn-section"},sE={class:"auth-btn-container margin-top"},lE=[n.createElementVNode("span",null,"Ir al login",-1)],cE=[n.createElementVNode("span",null," Siguiente ",-1)],uE={class:"login-button-container"},dE={class:"two-auth-container"},AE={key:0,class:"auth-checkbox-container"},fE={key:0,class:"text-center"},pE=[n.createElementVNode("span",null,"Seleccionar otros medios de verificación",-1)],mE={key:1},hE=n.createElementVNode("div",{class:"fge-horizontal-line"},null,-1),gE=n.createElementVNode("div",{class:"fge-text-gray",style:{"text-align":"center"}},"Medios de verificación",-1),vE=n.createElementVNode("div",{class:"fge-horizontal-line"},null,-1),yE={class:"auth-radiogroup"},wE={class:"radio-button-content"},bE={class:"radio-button-content"},CE={class:"auth-form-container"},EE={class:"auth-input-container"},kE=n.createElementVNode("label",{for:"psw",class:"fge-form-label"},"Nueva cont­raseña:",-1),xE={class:"auth-input-container"},BE=n.createElementVNode("label",{for:"rep_password",class:"fge-form-label"},"Repetir contraseña:",-1),SE={class:"fge-btn-section"},TE={class:"auth-btn-container margin-top"},OE=[n.createElementVNode("span",null,"Volver",-1)],DE=[n.createElementVNode("span",null," Aceptar ",-1)],VE=n.defineComponent({__name:"FgeRecuperarPassword",setup(t){const e=Ee(),{refCounter:r,currentStep:a,currentContacto:o,steps:i,errors:s,onBackStep:l,onEnviarCodigoAlUsuario:c,onEnviarMensaje:u,onEnviarCodigoAlBackend:d,onCambiarPassword:A,goLoginPage:m,mediosVerificados:f,mostrarMedios:g,mostrarBotonOpciones:b,message2FaContexto:v,url2FaContexto:k,servicio2faNuevo:h,message2Fa:p,onEnviarCodigoRecuperacionNv:y,onEnviarCodigoRecuperacion:w,onEnviarCodigoRecuperacionAlUsuarioNv:C,onEnviarCodigoRecuperacionAlUsuario:E,onConfirmarCodigoNuevo:T,medioYaSeleccionado:S,openTelegram:x,openTelegramPage:B}=tE(),O=n.ref(!1),H=n.ref(null),$=()=>{b.value=!0},Z=async M=>{if(!O.value){O.value=!0;try{H.value=M;const J=z(M);v.value="",k.value="",J===!1?(e.apiBaseURLAuthNv?await C({medio:M}):await E({medio:M}),h.value=!0):(e.apiBaseURLAuthNv?await y({medio:M,login:!1}):await w({medio:M,login:!1}),h.value=!1)}finally{O.value=!1}}},re={[de.WHATSAPP]:"verificadoWhatsapp",[de.TELEGRAM]:"verificadoTelegram",[de.EMAIL]:"verificadoEmail",[de.ROMA]:"verificadoRoma"};function z(M){const J=re[M];return J?f[J]:void 0}return(M,J)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(nc),n.createElementVNode("div",nE,[n.createVNode(Ko,{currentStep:n.unref(a),steps:n.unref(i)},{step1:n.withCtx(()=>[n.createElementVNode("div",rE,[n.createElementVNode("div",aE,[oE,n.createVNode(n.unref(me.Field),{id:"usuario",name:"usuario",class:n.normalizeClass(["w-full fge-auth-input",{"fge-auth-input-invalid":n.unref(s).usuario}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(s).usuario},null,8,["error"])])]),n.createElementVNode("div",iE,[n.createElementVNode("div",sE,[n.createElementVNode("button",{title:"Ir al login",onClick:J[0]||(J[0]=(...ee)=>n.unref(m)&&n.unref(m)(...ee)),class:"fge-gray-button w-full"},lE),n.createElementVNode("button",{title:"Siguiente",onClick:J[1]||(J[1]=(...ee)=>n.unref(c)&&n.unref(c)(...ee)),class:"w-full fge-auth-primary-button"},cE)])])]),step2:n.withCtx(()=>[n.createVNode(yi,{fieldName:"code",message2Fa:n.unref(p),refCounter:n.unref(r),"onUpdate:refCounter":J[3]||(J[3]=ee=>n.isRef(r)?r.value=ee:null),error:n.unref(s).code,currentContacto:n.unref(o),message2FaContexto:n.unref(v),url2FaContexto:n.unref(k),cancelarFunction:n.unref(l),aceptarFunction:n.unref(h)?n.unref(T):n.unref(d),"reenviar-mensaje":n.unref(S)?n.unref(u):void 0,mostrarReenviar:n.unref(S),isTelegram:H.value===n.unref(de).TELEGRAM&&!n.unref(f).verificadoTelegram,onFinishCount:$},{inputs:n.withCtx(()=>[n.createElementVNode("div",uE,[n.createElementVNode("div",dE,[n.unref(b)?(n.openBlock(),n.createElementBlock("div",AE,[n.unref(g)?(n.openBlock(),n.createElementBlock("div",mE,[hE,gE,vE,n.createElementVNode("div",yE,[n.createVNode(n.unref(me.Field),{name:"medio"},{default:n.withCtx(({field:ee})=>[n.createVNode(n.unref(qo),n.mergeProps(ee,{"model-value":ee.value,class:"radio-button-group","onUpdate:modelValue":V=>{ee.onChange(V),Z(Number(V))}}),{default:n.withCtx(()=>[n.createVNode(n.unref(zn),{class:"radio-button",id:"r2",value:n.unref(de).TELEGRAM.toString()},{default:n.withCtx(()=>[n.createElementVNode("div",wE,[n.createVNode(n.unref(_a),{class:n.normalizeClass(["radio-icon",{"auth-svg-primary":n.unref(f).verificadoTelegram,"auth-svg-black":!n.unref(f).verificadoTelegram}])},null,8,["class"]),n.createElementVNode("label",{for:"r2",class:n.normalizeClass(["radio-button-label",{"radio-label-verified":n.unref(f).verificadoTelegram,"radio-label-unverified":!n.unref(f).verificadoTelegram}])},n.toDisplayString(n.unref(f).verificadoTelegram?"":"Verificar")+" Telegram ",3)])]),_:1},8,["value"]),n.createVNode(n.unref(zn),{class:"radio-button",id:"r3",value:n.unref(de).EMAIL.toString()},{default:n.withCtx(()=>[n.createElementVNode("div",bE,[n.createVNode(n.unref(Ma),{class:n.normalizeClass(["radio-icon",{"auth-svg-primary":n.unref(f).verificadoEmail,"auth-svg-black":!n.unref(f).verificadoEmail}])},null,8,["class"]),n.createElementVNode("label",{for:"r3",class:n.normalizeClass(["radio-button-label",{"radio-label-verified":n.unref(f).verificadoEmail,"radio-label-unverified":!n.unref(f).verificadoEmail}])},n.toDisplayString(n.unref(f).verificadoEmail?"":"Verificar")+" Email ",3)])]),_:1},8,["value"])]),_:2},1040,["model-value","onUpdate:modelValue"])]),_:1})])])):(n.openBlock(),n.createElementBlock("div",fE,[n.createElementVNode("button",{class:"fge-link-primary-button",title:"Seleccionar",onClick:J[2]||(J[2]=ee=>g.value=!0)},pE)]))])):n.createCommentVNode("",!0)])])]),_:1},8,["message2Fa","refCounter","error","currentContacto","message2FaContexto","url2FaContexto","cancelarFunction","aceptarFunction","reenviar-mensaje","mostrarReenviar","isTelegram"])]),step3:n.withCtx(()=>[n.createElementVNode("div",CE,[n.createElementVNode("div",EE,[kE,n.createVNode(n.unref(me.Field),{name:"password"},{default:n.withCtx(({field:ee})=>[n.createVNode(xn,n.mergeProps({id:"psw"},ee,{class:"fge-auth-input with-btn",modelValue:ee.value}),null,16,["modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(s).password},null,8,["error"])]),n.createElementVNode("div",xE,[BE,n.createVNode(n.unref(me.Field),{name:"repetirPassword"},{default:n.withCtx(({field:ee})=>[n.createVNode(xn,n.mergeProps({id:"psw"},ee,{class:"fge-auth-input with-btn",onKeyup:n.withKeys(n.unref(A),["enter"]),modelValue:ee.value}),null,16,["onKeyup","modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(s).repetirPassword},null,8,["error"])])]),n.createElementVNode("div",SE,[n.createElementVNode("div",TE,[n.createElementVNode("button",{title:"Volver",class:"fge-gray-button w-full",onClick:J[4]||(J[4]=(...ee)=>n.unref(m)&&n.unref(m)(...ee))},OE),n.createElementVNode("button",{title:"Registrar usuario",onClick:J[5]||(J[5]=(...ee)=>n.unref(A)&&n.unref(A)(...ee)),class:"w-full fge-auth-primary-button"},DE)])])]),_:1},8,["currentStep","steps"])]),n.createVNode(ac,{open:n.unref(x),"onUpdate:open":J[6]||(J[6]=ee=>n.isRef(x)?x.value=ee:null),openClick:n.unref(B)},null,8,["open","openClick"])],64))}}),IE={},PE={class:"relative"},ME=[n.createStaticVNode('<svg class="icon_1" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 275 276" data-v-7883ed41><path fill="url(#a)" d="M137.1 1c-12.9 0-25.9 1.8-38.8 5.6A136.91 136.91 0 0 0 5.7 176.7 14.4 14.4 0 0 0 19.5 187c6.2 0 2.7-.2 4.1-.6 7.6-2.3 12-10.3 9.7-17.9-3-10.2-4.5-20.5-4.5-30.7 0-23.3 7.6-45.8 21.1-64.1a106.7 106.7 0 0 1 56.4-39.5c10.2-3 20.5-4.5 30.7-4.5 23.3 0 45.8 7.6 64.1 21.1a106.7 106.7 0 0 1 39.5 56.4 14.4 14.4 0 0 0 13.8 10.3c6.2 0 2.7-.2 4.1-.6 7.6-2.3 12-10.3 9.7-17.9A136.91 136.91 0 0 0 136.9.8" data-v-7883ed41></path><path fill="url(#b)" d="M254.5 88.9a14.41 14.41 0 0 0-13.8 18.5c3 10.2 4.5 20.5 4.5 30.7 0 23.3-7.6 45.8-21.1 64.1a106.7 106.7 0 0 1-56.4 39.5c-10.2 3-20.5 4.5-30.7 4.5-23.3 0-45.8-7.6-64.1-21.1a106.7 106.7 0 0 1-39.5-56.4 14.4 14.4 0 0 0-13.8-10.3c-6.2 0-2.7.2-4.1.6-7.6 2.3-12 10.3-9.7 17.9a136.91 136.91 0 0 0 170.1 92.6 136.91 136.91 0 0 0 92.6-170.1 14.4 14.4 0 0 0-13.8-10.3" data-v-7883ed41></path><defs data-v-7883ed41><linearGradient id="a" x1="0" x2="269" y1="94.1" y2="94.1" gradientUnits="userSpaceOnUse" data-v-7883ed41><stop stop-color="#fff" data-v-7883ed41></stop><stop offset="1" stop-color="#fff" stop-opacity="0" data-v-7883ed41></stop></linearGradient><linearGradient id="b" x1="5" x2="274" y1="181.9" y2="181.9" gradientUnits="userSpaceOnUse" data-v-7883ed41><stop stop-color="#fff" stop-opacity="0" data-v-7883ed41></stop><stop offset="1" stop-color="#fff" data-v-7883ed41></stop></linearGradient></defs></svg><svg class="icon_2" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 176 74" data-v-7883ed41><path fill="#fff" d="M6.4 70v-3.5c-.3 1.3-1.5 4.5-2.2 6.6h-.8c-.6-1.7-1.7-5.2-2.1-6.6v6.6H.5v-7.3h1.4c.8 2.1 1.7 5.1 2 6.1.1-.7 1.3-3.9 2.1-6.1h1.3v7.3h-.9V70ZM10.8 65.8v7.3h-.9v-7.3h.9ZM13.5 73.1v-7.3h1.2c2.9 5.1 3.3 5.8 3.4 6.2v-6.1h.9v7.3h-1.1c-3.1-5.6-3.3-6-3.5-6.3v6.4h-.8l-.1-.2ZM22.5 65.8v7.3h-.9v-7.3h.9ZM25.5 71c.1.9.8 1.4 1.6 1.4s1.4-.4 1.4-1.3-.4-1.1-1.7-1.5c-1.5-.5-2.1-1-2.1-2s.9-1.9 2.2-1.9c1.3 0 2.2.9 2.3 1.9h-.9c-.1-.7-.5-1.2-1.4-1.2-.9 0-1.3.4-1.3 1.1 0 .7.4.9 1.5 1.3 1.8.5 2.2 1.2 2.2 2.2 0 1-.8 2.1-2.4 2.1-1.6 0-2.4-.8-2.5-2.1h1.1ZM32.9 66.6h-2.1v-.8H36v.8h-2.1v6.5H33v-6.5h-.1ZM41.9 69.6h-3.3v2.6h3.6v.8h-4.5v-7.3H42v.8h-3.4v2.3h3.3v.8ZM45.2 69.8v3.3h-.9v-7.3h2.6c1.3 0 2.2.6 2.2 1.9 0 1.3-.6 1.5-1.2 1.7.8.2 1.1.8 1.1 1.8 0 .8 0 1.4.1 1.9h-.9c0-.3-.1-1-.1-1.7 0-1.2-.4-1.6-1.6-1.6h-1.3Zm0-.7h1.3c.9 0 1.6-.3 1.6-1.3s-.5-1.2-1.4-1.2h-1.6v2.5h.1ZM52.3 65.8v7.3h-.9v-7.3h.9ZM60.7 69.4c0 2.1-1 3.8-3.1 3.8s-3-1.6-3-3.8c0-2.2 1-3.7 3.1-3.7s3 1.6 3 3.7Zm-5.2 0c0 1.7.7 3 2.1 3 1.4 0 2.1-1.3 2.1-3s-.7-2.9-2.1-2.9c-1.4 0-2.1 1.3-2.1 2.9ZM66.5 65.8h2.4c1.3 0 2.3.7 2.3 2s-1 2.1-2.5 2.1h-1.4V73h-.9v-7.3l.1.1Zm.9 3.4h1.4c.9 0 1.6-.3 1.6-1.4 0-1.1-.6-1.3-1.6-1.3h-1.4v2.7ZM74.2 65.8v4.6c0 1.1.4 2 1.7 2 1.3 0 1.7-.8 1.7-2v-4.6h.9v4.6c0 1.5-.6 2.7-2.6 2.7s-2.6-1-2.6-2.7v-4.7h.9v.1Zm3.5-2.1-1.6 1.4h-.9l1.3-1.4H77.7ZM81.1 65.8h2.5c1.3 0 2.1.7 2.1 1.8s-.6 1.4-1 1.5c.5.2 1.3.6 1.3 1.8 0 1.2-1 2.1-2.4 2.1h-2.4v-7.3l-.1.1Zm2.3 3c1 0 1.4-.4 1.4-1.1 0-.7-.4-1.1-1.4-1.1h-1.5v2.3h1.4l.1-.1ZM82 72.3h1.5c.9 0 1.6-.4 1.6-1.4 0-1-.6-1.4-1.7-1.4H82v2.8ZM88.2 65.8h.9v6.5h3.5v.8h-4.4v-7.3ZM95.3 65.8v7.3h-.9v-7.3h.9ZM103.2 71c-.2 1.2-1 2.2-2.7 2.2-1.7 0-2.9-1.6-2.9-3.8 0-2.2.9-3.7 3-3.7s2.4 1 2.6 2.2h-.9c-.2-.8-.6-1.5-1.7-1.5s-2 1.4-2 2.9.5 3 2 3 1.5-.6 1.7-1.5h.9v.2ZM111.1 69.4c0 2.1-1 3.8-3.1 3.8s-3-1.6-3-3.8c0-2.2 1-3.7 3.1-3.7s3 1.6 3 3.7Zm-5.2 0c0 1.7.7 3 2.1 3 1.4 0 2.1-1.3 2.1-3s-.7-2.9-2.1-2.9c-1.4 0-2.1 1.3-2.1 2.9ZM116.9 65.8h2.4c1.8 0 3.2 1.2 3.2 3.5s-1.2 3.8-3.4 3.8h-2.2v-7.3Zm.9 6.5h1.3c1.7 0 2.5-1.1 2.5-3s-1-2.7-2.4-2.7h-1.3v5.8l-.1-.1ZM128.9 69.6h-3.3v2.6h3.6v.8h-4.5v-7.3h4.3v.8h-3.4v2.3h3.3v.8ZM134.8 65.8h2.5c1.3 0 2.1.7 2.1 1.8s-.6 1.4-1 1.5c.5.2 1.3.6 1.3 1.8 0 1.2-1 2.1-2.4 2.1h-2.4v-7.3l-.1.1Zm2.3 3c1 0 1.4-.4 1.4-1.1 0-.7-.4-1.1-1.4-1.1h-1.5v2.3h1.4l.1-.1Zm-1.4 3.5h1.5c.9 0 1.6-.4 1.6-1.4 0-1-.6-1.4-1.7-1.4h-1.4v2.8ZM147.7 69.4c0 2.1-1 3.8-3.1 3.8s-3-1.6-3-3.8c0-2.2 1-3.7 3.1-3.7s3 1.6 3 3.7Zm-5.2 0c0 1.7.7 3 2.1 3 1.4 0 2.1-1.3 2.1-3s-.7-2.9-2.1-2.9c-1.4 0-2.1 1.3-2.1 2.9ZM150 65.8h.9v6.5h3.5v.8H150v-7.3ZM157.1 65.8v7.3h-.9v-7.3h.9ZM161.3 73.1l-2.4-7.3h1l1.1 3.6c.3 1 .7 2.1.8 2.8.1-.6.6-1.8.9-2.8l1.2-3.6h.9l-2.5 7.3h-1.1.1ZM167.6 65.8v7.3h-.9v-7.3h.9ZM171.1 70.9l-.7 2.2h-.9l2.4-7.3h1.1l2.5 7.3h-1l-.7-2.2h-2.7Zm2.4-.8c-.6-1.9-1-2.9-1.1-3.5-.2.9-.6 2-1.1 3.5h2.2ZM8.2 49.2c0 3.8-.9 6.3-5.5 6.3s-1.7 0-2.2-.2v-3.4c.4 0 .9.1 1.5.1 1.8 0 2.1-.9 2.1-2.6V32.3h4.1v16.9ZM15.3 32.4v15.7c0 1.9.5 4.1 3 4.1s3-1.9 3-4.1V32.3h4.1v15.8c0 4.1-1.6 7.4-7.1 7.4s-7-3.1-7-7.4V32.3h4.1l-.1.1ZM31.5 48.8c.2 1.9 1 3.6 3.1 3.6s2.8-1.3 2.8-3-.9-3-3.8-4.4c-3.9-1.9-5.5-3.5-5.5-6.9 0-3.4 2.4-6.2 6.5-6.2s6.4 3.5 6.5 6.5h-4c-.1-1.3-.5-3.2-2.5-3.2s-2.3 1.1-2.3 2.6.7 2.4 3.4 3.7c4.1 1.9 5.9 3.7 5.9 7.6 0 3.9-2.2 6.6-7.1 6.6-4.9 0-6.9-3.4-7-6.8h4.1l-.1-.1ZM47 35.9h-4.9v-3.6H56v3.6h-4.9v19.3H47V35.9ZM61.8 32.4v22.9h-4.1V32.4h4.1ZM78.7 48.6c-.1 1.2-.5 7.1-6.9 7.1s-7.3-5.7-7.3-11.9S66.7 32 72 32s6.5 5.2 6.6 7h-4.1c0-.8-.1-3.6-2.6-3.6s-3.2 3.1-3.2 8.4c0 5.3.4 8.4 3.1 8.4s2.6-2.8 2.7-3.6H78.7ZM84.8 32.4v22.9h-4.1V32.4h4.1ZM91.8 49.5l-1.1 5.8h-4.1l5.3-22.9h5.3l5.4 22.9h-4.3l-1.1-5.8H91.8Zm4.6-3.6c-.9-4.4-1.5-7.6-1.9-9.8-.3 2.1-1 5.5-1.8 9.8h3.8-.1ZM109.9 32.4h4.1v19.4h7.8l-.4 3.5h-11.5V32.4ZM127.5 32.4v22.9h-4.1V32.4h4.1ZM131 32.4h7c4 0 6.2 2.2 6.2 5.8 0 3.6-1.4 4.3-2.6 4.8 1.6.7 3.3 2.1 3.3 5.6 0 3.5-2.8 6.7-6.9 6.7h-6.9V32.4h-.1Zm6 9.1c2.5 0 3.2-1 3.2-3s-1.1-2.9-3.1-2.9H135v5.9h2Zm-2 10.6h2.4c2 0 3.2-1 3.2-3.6s-1-3.7-3.7-3.7h-2v7.4l.1-.1ZM151.2 45.5v9.8h-4.1V32.4h7c4.2 0 6.5 2.2 6.5 6.3s-1.8 4.7-3 5.2c1.8.8 2.6 2.3 2.6 5.7v.9c0 2.6.1 3.6.3 4.8h-4c-.3-1-.4-2.9-.4-4.8v-.8c0-3.1-.7-4.1-3.3-4.1H151l.2-.1Zm0-3.3h1.9c2.5 0 3.4-1.1 3.4-3.4s-.9-3.1-3-3.1h-2.3v6.5ZM174.6 45.1h-7.3v6.6h8.2l-.5 3.5h-11.8V32.3h11.7v3.6h-7.7v5.6h7.3v3.6h.1ZM10 12.3H2.9v8.2h7.9l-.3 2.1H.6V1.2h9.8v2.1H2.9v7H10v2.1-.1ZM29.4 16.6c0 1.2-.6 6.2-5.8 6.2s-6.1-6-6.1-11.2C17.5 6.4 19.1.7 23.9.7c4.8 0 5.4 4.8 5.5 6.1H27c0-.7-.2-4-3.2-4s-3.9 4.6-3.9 8.8c0 4.2.5 9.1 3.7 9.1s3.3-3.1 3.4-4.2h2.4v.1ZM49.2 11.7c0 7.3-1.7 11.2-6.4 11.2s-6.2-3.8-6.2-11.2C36.6 4.3 38.7.8 42.9.8c4.2 0 6.3 3.6 6.3 10.8v.1Zm-10.2 0c0 6.1 1.2 9.2 3.9 9.2s3.9-3 3.9-9.1S45.6 3 42.9 3 39 5.9 39 11.8v-.1ZM58.4 16.9c.2 2.2 1.2 4 3.6 4 2.4 0 3.4-1.2 3.4-3.7s-.9-3.5-3.8-4.9c-3.4-1.6-4.8-3.1-4.8-6.2S58.7.8 62.2.8c3.5 0 5.3 3 5.3 5.5h-2.3c-.1-1-.4-3.5-3.1-3.5s-2.9 1.4-2.9 3.1c0 1.7.9 3 3.6 4.3 3.7 1.8 5.1 3.6 5.1 6.8 0 3.2-1.9 5.9-5.9 5.9s-5.7-2.8-5.9-5.9h2.4l-.1-.1ZM77.9 1.1v21.4h-2.3V1.1h2.3ZM87.9 16.9c.2 2.2 1.2 4 3.6 4 2.4 0 3.4-1.2 3.4-3.7s-.9-3.5-3.8-4.9c-3.4-1.6-4.8-3.1-4.8-6.2S88.2.8 91.7.8c3.5 0 5.3 3 5.3 5.5h-2.3c-.1-1-.4-3.5-3.1-3.5s-2.9 1.4-2.9 3.1c0 1.7.9 3 3.6 4.3 3.7 1.8 5.1 3.6 5.1 6.8 0 3.2-1.9 5.9-5.9 5.9s-5.7-2.8-5.9-5.9H88l-.1-.1ZM107.9 3.2h-4.8V1.1H115v2.1h-4.8v19.3h-2.4V3.2h.1ZM131.5 12.3h-7.1v8.2h7.9l-.3 2.1h-9.9V1.2h9.8v2.1h-7.5v7h7.1v2.1-.1ZM152.5 13.4c0-4 0-8 .1-10.3-.8 3.7-2.7 12.6-4.4 19.4h-2.3c-1.3-5.9-3.3-15.5-4.1-19.4.1 2.5.2 7.2.2 10.9v8.5h-2.2V1.1h3.5c1.7 6.7 3.4 14.9 3.9 17.7.4-2.3 2.5-11.2 4.2-17.7h3.5v21.4h-2.3v-9.1h-.1ZM165.9 15.8l-1.6 6.8h-2.4l5.2-21.4h3l5.3 21.4h-2.5l-1.6-6.8h-5.6.2Zm5.1-2.1c-1.2-5.3-2-8.6-2.3-10.3-.3 1.9-1.2 5.7-2.2 10.3h4.6-.1Z" data-v-7883ed41></path></svg>',2)];function _E(t,e){return n.openBlock(),n.createElementBlock("div",PE,ME)}const RE=Ye(IE,[["render",_E],["__scopeId","data-v-7883ed41"]]),LE={class:"fge-auth-loading"},Hi=Ye(n.defineComponent({__name:"FgeLoadingComponent",setup(t){return(e,r)=>(n.openBlock(),n.createElementBlock("div",LE,[n.createVNode(RE)]))}}),[["__scopeId","data-v-461de591"]]),FE={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 1792 600"},UE=[n.createStaticVNode('<g fill="#fff" opacity=".3"><g opacity=".5" style="mix-blend-mode:overlay;"><path d="M766.836 80.288a232.487 232.487 0 0 1 80.937-30.75l-2.538-14.192c-30.341 5.374-59.677 16.516-85.954 32.658l7.549 12.284h.006Zm-83.38 88.445c13.742-25.58 32.295-48.565 54.4-67.384l-9.346-10.974c-23.476 19.981-43.16 44.385-57.752 71.536l12.698 6.828v-.006Zm-27.555 118.341c-1.106-29.014 3.398-58.203 13.071-85.574l-13.593-4.801c-10.278 29.065-15.063 60.086-13.886 90.897l14.408-.522Zm35.754 116.171c-7.743-12.273-14.356-25.263-19.653-38.78-5.308-13.512-9.336-27.52-12.069-41.779l-14.162 2.702a250.19 250.19 0 0 0 12.811 44.359c5.63 14.356 12.652 28.16 20.882 41.195l12.191-7.697Zm89.445 82.304c-25.744-13.43-48.965-31.691-68.05-53.571l-10.861 9.479c20.263 23.236 44.912 42.618 72.237 56.872l6.674-12.78Zm118.669 26.138a232.58 232.58 0 0 1-43.432-1.98 231.967 231.967 0 0 1-42.302-10.047l-4.637 13.65a246.226 246.226 0 0 0 44.932 10.671 247.502 247.502 0 0 0 46.135 2.103l-.696-14.402v.005Zm-.488-9.965a222.247 222.247 0 0 1-41.866-1.94 221.606 221.606 0 0 1-40.75-9.775c-26.487-9.054-51.238-23.19-72.555-41.354-21.332-18.149-39.199-40.331-52.312-65.041a221.143 221.143 0 0 1-16.081-38.703 228.229 228.229 0 0 1-8.562-41.083c-3.215-27.832-1.024-56.207 6.305-83.215 7.319-27.009 19.807-52.625 36.559-75.073 16.721-22.468 37.72-41.733 61.524-56.432a222.367 222.367 0 0 1 77.99-29.751l-.292-1.638a224.114 224.114 0 0 0-78.573 29.971c-23.983 14.812-45.136 34.22-61.985 56.852-16.869 22.617-29.455 48.417-36.83 75.63-7.385 27.208-9.591 55.798-6.352 83.835a229.935 229.935 0 0 0 8.624 41.385 222.975 222.975 0 0 0 16.199 38.99c13.215 24.899 31.216 47.245 52.706 65.527 21.471 18.297 46.406 32.54 73.092 41.661a223.352 223.352 0 0 0 41.057 9.847 224.31 224.31 0 0 0 42.179 1.95l-.082-1.663.005.02Zm206.309-137.293c-10.67 27.003-26.45 51.975-46.22 73.235l10.55 9.817c20.99-22.571 37.74-49.073 49.08-77.749l-13.41-5.303Zm13.53-120.756a235.381 235.381 0 0 1 2.6 43.411 230.173 230.173 0 0 1-5.56 43.115l14.06 3.179c3.4-15.037 5.41-30.397 5.91-45.807.52-15.411-.42-30.862-2.75-46.089l-14.25 2.186-.01.005Zm-49.02-111.196c18.27 22.56 32.27 48.566 40.92 76.28l13.76-4.32c-9.2-29.434-24.08-57.072-43.48-81.029l-11.21 9.069h.01Zm-98.403-71.372c27.126 10.344 52.293 25.81 73.803 45.326l9.68-10.677c-22.82-20.712-49.53-37.131-78.339-48.115l-5.144 13.471v-.005ZM850.783 49.021a232.597 232.597 0 0 1 86.562 1.924l3.01-14.1c-30.156-6.433-61.535-7.124-91.921-2.047l2.354 14.223h-.005Z" class="svg-external-circle"></path><path d="m770.229 82.09 27.386 45.699.497-.297c15.19-9.105 31.671-15.841 48.99-20.022l.563-.133-12.519-51.785-.562.133c-22.561 5.446-44.047 14.228-63.859 26.107l-.496.297Zm27.786 44.112-26.2-43.719c19.408-11.572 40.423-20.16 62.477-25.544l11.976 49.538c-17.038 4.171-33.268 10.804-48.253 19.72v.005Zm-122.706 67.825 49.44 19.858.215-.537a177.55 177.55 0 0 1 26.937-45.746l.363-.45-.45-.363-40.909-33.222-.363.45a230.724 230.724 0 0 0-35.018 59.478l-.215.537v-.005Zm48.801 18.354-47.297-18.999a229.403 229.403 0 0 1 34.266-58.193l39.563 32.132a178.66 178.66 0 0 0-26.532 45.06Zm-61.734 105.356a233.89 233.89 0 0 0 4.959 22.258l.154.558 51.38-14.105-.153-.558c-1.049-3.782-2.017-7.913-3.051-12.995-.788-4.033-1.469-8.353-2.088-13.215-.501-4.366-.87-8.834-1.09-13.276-.169-4.438-.2-8.911-.087-13.287l.015-.573-53.248-1.674-.021.579a229.844 229.844 0 0 0 3.23 46.288Zm5.921 21.393c-5.972-21.987-8.67-44.547-8.015-67.067l50.946 1.602c-.097 4.212-.061 8.516.102 12.79.226 4.478.594 8.972 1.096 13.368.624 4.893 1.31 9.244 2.103 13.302.988 4.863 1.919 8.86 2.917 12.519l-49.149 13.492v-.006Zm32.837 72.37.333.471c13.368 18.804 29.521 35.484 48.007 49.574l.461.348 32.3-42.368-.46-.348c-14.223-10.84-26.64-23.655-36.902-38.088l-.332-.471-43.412 30.887.005-.005Zm48.586 48.776c-18.051-13.829-33.846-30.141-46.974-48.504l41.528-29.547c10.155 14.182 22.377 26.798 36.344 37.515l-30.903 40.531.005.005Zm286.96-85.145 44.74 28.923.32-.487c3.39-5.287 6.29-10.154 8.85-14.883a247.102 247.102 0 0 0 7.71-15.498 250.608 250.608 0 0 0 6.52-16.04c1.85-5.072 3.58-10.466 5.29-16.48l.15-.558-51.3-14.356-.16.552c-1.34 4.714-2.67 8.855-4.06 12.652a198.982 198.982 0 0 1-5 12.325 199.477 199.477 0 0 1-5.93 11.915c-1.92 3.547-4.15 7.293-6.82 11.449l-.31.486Zm44.4 27.326-42.81-27.669c2.55-3.987 4.69-7.605 6.55-11.039 2.12-3.916 4.12-7.949 5.97-11.992 1.81-4.059 3.5-8.23 5.04-12.406 1.34-3.675 2.63-7.662 3.92-12.176l49.09 13.731c-1.65 5.769-3.32 10.953-5.11 15.846a246.95 246.95 0 0 1-6.48 15.963 244.631 244.631 0 0 1-7.67 15.421c-2.47 4.555-5.25 9.244-8.5 14.321Zm-28.5-189.268.54 1.311 1.46 3.884c.11.318.23.64.33.962l.21.599c.15.435.3.875.46 1.321.21.604.42 1.213.63 1.822l1.27 3.966 1.16 3.992c.1.328.18.656.27.988.05.205.11.41.16.614l.85 3.23.77 3.245c.18.701.33 1.417.47 2.108l.24 1.157.17.783c.18.809.36 1.643.49 2.472l.62 3.312.52 3.301c.77 5.19 1.26 9.402 1.53 13.251l.04.578 53.12-4.13-.04-.579c-1.82-23.236-7.04-45.863-15.52-67.262l-.21-.537-49.55 19.612h.01Zm10.6 32.132c-.14-.804-.31-1.612-.48-2.401l-.17-.783c-.09-.384-.16-.762-.24-1.141-.14-.706-.3-1.438-.48-2.155l-.77-3.245-.86-3.244-.15-.604c-.09-.343-.18-.686-.28-1.024l-1.17-4.002-1.27-3.987c-.21-.625-.42-1.234-.64-1.848-.15-.435-.3-.875-.45-1.315-.07-.2-.14-.4-.21-.594-.11-.333-.22-.665-.34-.993l-1.57-4.141 47.38-18.757c8.25 20.953 13.35 43.094 15.18 65.813l-50.81 3.951c-.29-3.726-.76-7.8-1.5-12.769l-.53-3.322-.62-3.316c-.01-.041-.02-.077-.02-.118v-.005Zm-83.77-117.814.497.297a177.262 177.262 0 0 1 40.833 33.933l.38.43 39.8-35.428-.39-.429a230.89 230.89 0 0 0-53.08-44.113l-.5-.297-27.535 45.607h-.005Zm41.8 33.032a178.423 178.423 0 0 0-40.213-33.421l26.343-43.632a229.516 229.516 0 0 1 51.94 43.161l-38.07 33.892Zm-151.829-56.99.573-.061c17.714-1.93 35.504-1.177 52.88 2.247l.568.112 10.288-52.276-.568-.113c-22.663-4.468-45.853-5.455-68.926-2.937l-.573.061 5.758 52.967Zm53.11.942c-17.12-3.316-34.639-4.059-52.086-2.211l-5.508-50.67c22.576-2.405 45.26-1.437 67.437 2.877l-9.843 50.009v-.005ZM819.689 498.042l.553.174a227.385 227.385 0 0 0 68.189 10.441h.578l.02-53.279h-.578a174.376 174.376 0 0 1-52.266-8.005l-.553-.174-15.937 50.838-.006.005Zm68.163 9.459a226.51 226.51 0 0 1-66.714-10.216l15.247-48.632a175.788 175.788 0 0 0 51.483 7.882l-.021 50.966h.005Z"></path><path d="m816.952 72.303 1.904 5.548.548-.189c3.332-1.157 6.879-2.267 10.84-3.404l.553-.158-1.607-5.645-.558.158c-4.069 1.167-7.713 2.308-11.142 3.501l-.543.19h.005Zm2.621 4.08-1.157-3.363a213.212 213.212 0 0 1 9.981-3.132l.972 3.424a209.25 209.25 0 0 0-9.801 3.076l.005-.005Zm-19.655 2.62 2.365 5.369.527-.225c.435-.19.87-.38 1.305-.568 1.279-.558 2.6-1.137 3.915-1.648l2.646-1.075c.548-.225 1.116-.435 1.669-.64l.987-.369.538-.204-2.073-5.492-.542.21-.983.368c-.573.215-1.167.435-1.751.67l-2.697 1.096c-1.366.532-2.738 1.131-4.064 1.71l-1.305.568-.532.23h-.005Zm2.958 3.854-1.433-3.255.778-.338c1.315-.573 2.672-1.167 4.028-1.694l2.702-1.095c.563-.23 1.152-.446 1.715-.66.148-.057.302-.113.45-.17l1.259 3.327c-.143.057-.291.108-.435.164a50.68 50.68 0 0 0-1.699.65l-2.636 1.07c-1.33.517-2.666 1.1-3.951 1.663l-.773.338h-.005Zm-19.36 4.263 2.809 5.154.507-.276c1.008-.548 2.042-1.09 3.045-1.617.661-.348 1.321-.691 1.981-1.045l5.599-2.763-2.528-5.292-.522.255a461.174 461.174 0 0 0-3.557 1.75l-1.669.825c-.675.358-1.341.706-2.001 1.054a194.289 194.289 0 0 0-3.158 1.679l-.506.276Zm3.27 3.588-1.704-3.122c.88-.47 1.771-.942 2.636-1.392.665-.348 1.33-.696 1.996-1.05l1.653-.818c1.008-.502 2.016-.998 3.025-1.495l1.535 3.214-4.596 2.268c-.67.358-1.331.701-1.991 1.049-.839.44-1.699.89-2.554 1.351v-.005Zm-80.2 67.211 4.877 3.26.323-.476a344.17 344.17 0 0 1 2.185-3.188c.348-.502.696-1.004 1.039-1.51.425-.579.855-1.177 1.29-1.776.671-.927 1.362-1.884 2.058-2.81l.348-.461-4.699-3.516-.348.461c-.727.967-1.448 1.965-2.144 2.927-.43.594-.86 1.193-1.295 1.787-.353.511-.696 1.013-1.044 1.509a297.959 297.959 0 0 0-2.268 3.312l-.322.481Zm4.565 1.658-2.958-1.975c.64-.942 1.29-1.884 1.935-2.82.343-.502.691-.999 1.033-1.5.425-.584.86-1.177 1.29-1.776.584-.809 1.177-1.638 1.786-2.452l2.851 2.129c-.583.789-1.162 1.587-1.725 2.365-.429.594-.859 1.193-1.294 1.781-.354.517-.702 1.019-1.05 1.52-.624.906-1.254 1.812-1.868 2.723v.005Zm-14.05 14.019 5.133 2.84 1.664-2.994 1.438-2.446c.179-.297.353-.599.532-.906.302-.517.599-1.029.916-1.536l1.807-2.912-4.975-3.112-1.842 2.969c-.328.527-.64 1.064-.957 1.602-.18.302-.354.609-.538.911l-1.479 2.513-1.704 3.065.005.006Zm4.683 1.274-3.112-1.725 1.136-2.042 1.469-2.503c.179-.302.358-.609.538-.916.307-.527.614-1.059.941-1.576l1.234-1.981 3.014 1.889-1.202 1.934a75.997 75.997 0 0 0-.932 1.566c-.174.302-.348.599-.527.896l-1.443 2.462-1.111 2.001-.005-.005Zm-12.856 15.124 5.353 2.406.241-.523c.824-1.801 1.673-3.608 2.4-5.164.323-.634.645-1.289.962-1.945a150.184 150.184 0 0 1 1.572-3.132l.266-.517-5.216-2.687-.266.512a147.912 147.912 0 0 0-1.632 3.26c-.323.655-.645 1.311-.973 1.961a608.55 608.55 0 0 0-2.467 5.302l-.24.527Zm4.78.88-3.245-1.458c.686-1.49 1.387-2.994 2.211-4.75.323-.64.645-1.3.967-1.955.441-.896.896-1.817 1.362-2.723l3.163 1.628c-.451.88-.891 1.771-1.315 2.641-.323.65-.64 1.3-.968 1.95a737.878 737.878 0 0 0-2.175 4.667Zm-23.205 101.979 5.855-.369-.03-.568c-.031-.599-.067-1.198-.103-1.796a99.318 99.318 0 0 1-.179-3.88l-.036-1.203c-.046-1.469-.097-2.989-.087-4.478v-.589l-5.865.052v.568c-.01 1.55.041 3.122.087 4.637l.036 1.202c.025 1.341.107 2.708.184 4.023.036.604.072 1.203.102 1.807l.031.583.005.011Zm4.642-1.449-3.552.22c-.02-.409-.046-.824-.071-1.233-.077-1.305-.159-2.657-.185-3.982l-.035-1.213c-.041-1.321-.087-2.682-.092-4.023l3.557-.031c0 1.321.046 2.646.092 3.936l.036 1.193a97.03 97.03 0 0 0 .179 3.92c.025.404.046.809.071 1.213Zm-2.702 19.674 5.804-.85-.829-6.223-.66-6.224-5.84.543.056.578c.113 1.172.241 2.344.369 3.516l.245 2.283.85 6.377h.005Zm4.509-1.827-3.521.517-.691-5.2a211.95 211.95 0 0 0-.246-2.273c-.107-.972-.21-1.95-.312-2.927l3.547-.328.537 5.108.681 5.108.005-.005Zm-3.614 7.252.102.568c.732 4.085 1.5 7.836 2.344 11.455l.133.563 5.717-1.326-.133-.563a218.864 218.864 0 0 1-2.282-11.152l-.103-.568-5.778 1.023Zm3.439 11.204a220.377 220.377 0 0 1-2.098-10.267l3.501-.619c.65 3.572 1.325 6.883 2.062 10.082l-3.465.804Zm38.565 84.5.348.455c2.124 2.769 4.473 5.64 7.385 9.044l.379.44 4.442-3.833-.373-.435c-2.846-3.322-5.128-6.117-7.186-8.798l-.353-.461-4.642 3.593v-.005Zm8.235 8.306c-2.569-3.009-4.694-5.609-6.618-8.096l2.815-2.181c1.883 2.436 3.972 4.99 6.5 7.949l-2.692 2.323-.005.005Zm3.522 5.733 2.815 3.004c.517.553 1.049 1.126 1.597 1.668l3.06 3.112 1.469 1.423 4.105-4.192-1.443-1.397-2.989-3.04c-.528-.522-1.039-1.07-1.536-1.602l-2.758-2.948-4.325 3.966.005.006Zm8.921 7.579-.635-.614-3.055-3.106c-.538-.538-1.065-1.101-1.577-1.643l-2.016-2.155 2.62-2.406 1.976 2.109a63.604 63.604 0 0 0 1.561 1.633l2.994 3.045.614.599-2.487 2.544.005-.006Zm3.997 5.41.43.389c.256.236.512.471.767.712.451.419.917.854 1.393 1.269l2.18 1.919a98.1 98.1 0 0 0 2.963 2.539c.497.414.988.824 1.479 1.244l.446.378 3.741-4.519-.435-.368c-.486-.415-.983-.83-1.474-1.239-.947-.793-1.93-1.607-2.856-2.447l-2.144-1.888a43.409 43.409 0 0 1-1.331-1.213c-.256-.236-.507-.476-.763-.706l-.425-.389-3.976 4.314.005.005Zm9.514 6.818c-.348-.292-.696-.584-1.044-.87-.972-.814-1.98-1.654-2.932-2.513l-2.191-1.93c-.466-.404-.921-.829-1.366-1.244-.118-.107-.231-.215-.349-.327l2.411-2.616c.113.103.22.205.333.308.44.409.895.834 1.361 1.238l2.134 1.878c.937.85 1.93 1.674 2.882 2.472l1.029.86-2.268 2.744Zm81.905 43.964.552.154c3.399.931 7.002 1.801 11.347 2.738l.568.123 1.223-5.738-.563-.123c-4.237-.916-7.748-1.765-11.039-2.666l-.558-.154-1.525 5.666h-.005Zm11.577 1.638c-3.839-.84-7.099-1.623-10.165-2.452l.926-3.434c3 .809 6.204 1.582 9.976 2.406l-.742 3.48h.005Zm6.264 2.451.579.098c.716.117 1.438.24 2.154.363 1.178.205 2.391.415 3.593.589l4.32.624c.312.041.624.082.937.118l1.095.133.732-5.825-1.095-.133c-.297-.035-.589-.066-.886-.107l-4.222-.609c-1.152-.169-2.324-.374-3.46-.568-.717-.123-1.428-.246-2.145-.364l-.558-.092-1.044 5.773Zm11.675.64c-.287-.036-.579-.066-.865-.107l-4.315-.625c-1.187-.174-2.395-.384-3.567-.583-.527-.092-1.054-.184-1.587-.271l.635-3.501c.527.087 1.049.179 1.576.271 1.142.195 2.319.399 3.491.573l4.227.614c.287.041.569.072.85.108l-.445 3.531v-.01Zm6.454 1.884 3.47.327 2.918.2c.353.02.701.046 1.049.072a53.33 53.33 0 0 0 1.868.117l3.485.154.241-5.865-3.419-.149c-.594-.026-1.203-.072-1.786-.112a60.986 60.986 0 0 0-1.044-.072l-2.836-.195-3.393-.322-.553 5.84v.005Zm11.69-.333-2.329-.102a54.533 54.533 0 0 1-1.832-.118 75.285 75.285 0 0 0-1.059-.072l-2.902-.199-2.309-.22.338-3.542 2.257.215 2.856.194c.348.021.691.046 1.034.072.594.041 1.213.087 1.822.113l2.267.097-.143 3.557v.005Zm192.694-108.693 5.05 2.984 1.78-3.01 1.42-2.554c.18-.312.35-.619.52-.926.3-.543.61-1.085.9-1.633l1.62-3.096-5.2-2.713-1.59 3.035c-.28.522-.57 1.044-.86 1.566-.17.308-.35.615-.52.922l-1.38 2.487-1.73 2.943-.01-.005Zm4.64 1.402-3.06-1.812 1.16-1.96 1.39-2.503.51-.916c.3-.527.59-1.054.88-1.591l1.06-2.017 3.15 1.643-1.08 2.068c-.29.537-.59 1.074-.89 1.607-.17.312-.35.619-.51.931l-1.42 2.544-1.18 2.001-.01.005Zm3.84-17.089 5.28 2.554.25-.522c.52-1.085 1.04-2.191 1.54-3.26.31-.671.62-1.346.94-2.017.3-.701.6-1.377.89-2.057.48-1.08.97-2.201 1.43-3.307l.23-.532-5.41-2.267-.23.532c-.44 1.065-.91 2.139-1.37 3.178-.3.681-.6 1.362-.89 2.048-.31.66-.63 1.335-.94 2.016-.48 1.029-.97 2.088-1.47 3.122l-.25.522v-.01Zm4.74 1.013-3.2-1.55c.42-.876.83-1.761 1.23-2.621.31-.676.63-1.351.94-2.027.31-.701.6-1.376.9-2.057l1.16-2.662 3.28 1.377c-.4.927-.81 1.853-1.2 2.759-.3.681-.6 1.361-.9 2.047-.3.655-.62 1.331-.93 2.006-.42.896-.85 1.817-1.28 2.723v.005Zm2.38-17.355 5.47 2.103 1.25-3.26c.22-.583.42-1.167.63-1.755.11-.333.23-.666.35-.998l.97-2.749 1.08-3.332-5.58-1.806-1.06 3.255-.94 2.671c-.12.328-.24.661-.35.993-.2.563-.4 1.121-.61 1.679l-1.21 3.199Zm4.81.609-3.32-1.275.8-2.124c.22-.568.42-1.136.62-1.709.11-.328.23-.655.35-.983l.94-2.687.71-2.175 3.38 1.095-.72 2.217-.96 2.733c-.12.332-.24.665-.35 1.003-.2.578-.41 1.156-.62 1.725l-.83 2.18Zm8.07-101.472 5.83-.691-.07-.573c-.14-1.177-.3-2.354-.46-3.531l-.3-2.252-1-6.357-5.78.993.98 6.203c.09.727.19 1.474.29 2.221.15 1.142.3 2.278.44 3.419l.07.574v-.006Zm4.54-1.699-3.53.42c-.11-.957-.24-1.909-.38-2.861-.1-.742-.2-1.484-.29-2.232l-.81-5.092 3.51-.604.82 5.185c.1.737.19 1.489.3 2.241.13.983.26 1.961.38 2.943Zm-10.14-28.154.52 1.939.98 4.146c.22.855.4 1.73.58 2.579l.75 3.547 5.75-1.167-.76-3.618c-.19-.875-.38-1.786-.6-2.672l-1.01-4.248-.52-1.975-5.68 1.469h-.01Zm3.72 10.85-.52-2.421c-.18-.86-.36-1.745-.58-2.615l-.99-4.156-.22-.829 3.45-.891.22.855 1.01 4.238c.22.875.4 1.771.59 2.635l.52 2.478-3.48.706Zm-8.94-27.894 1.13 3.235 1.73 5.41.95 3.275 5.64-1.637-.98-3.353-1.78-5.563-1.15-3.307-5.54 1.94Zm4.6 10.492-.63-2.18-1.74-5.441-.76-2.159 3.36-1.177.77 2.2 1.77 5.533.65 2.226-3.41.993-.01.005Zm-60.49-95.437.43.394c2.46 2.273 5.04 4.806 8.12 7.959l.4.409 4.22-4.074-.41-.414c-3.14-3.23-5.79-5.83-8.33-8.179l-.43-.389-4 4.294Zm8.97 7.135c-2.74-2.805-5.09-5.113-7.33-7.196l2.42-2.605c2.3 2.134 4.69 4.483 7.47 7.329l-2.56 2.472Zm-22.54-18.707.45.358c3.45 2.739 6.23 5.047 8.74 7.273l.44.384 3.87-4.412-.43-.378c-2.59-2.293-5.45-4.663-8.98-7.468l-.46-.358-3.63 4.611v-.01Zm9.53 6.377a211.3 211.3 0 0 0-7.91-6.566l2.2-2.795c3.12 2.483 5.7 4.627 8.05 6.69l-2.34 2.676v-.005Zm-24.03-16.761.49.317c2.79 1.827 5.76 3.895 9.33 6.505l.46.338 3.49-4.719-.47-.343c-3.66-2.672-6.71-4.796-9.58-6.684l-.48-.318-3.23 4.898-.01.006Zm10.03 5.553a211.814 211.814 0 0 0-8.43-5.886l1.96-2.969c2.6 1.715 5.35 3.634 8.59 5.994l-2.12 2.861Zm-105.93-39.44 1.996.189 4.227.507a48.98 48.98 0 0 1 2.012.266c.266.04.527.077.793.118l3.383.486.901-5.799-3.455-.496c-.271-.036-.537-.077-.803-.118a53.085 53.085 0 0 0-2.099-.282l-4.324-.517-2.037-.194-.584 5.84h-.01Zm11.444.256-2.252-.323c-.266-.036-.527-.077-.788-.112-.671-.098-1.362-.2-2.053-.272l-4.232-.506-.855-.082.353-3.542.875.082 4.32.517a44.55 44.55 0 0 1 2.063.276c.271.041.537.082.808.118l2.298.332-.542 3.517.005-.006Zm-29.225-1.234 3.424.061c.593.01 1.202.041 1.791.067.348.015.696.036 1.044.046l2.841.123 3.403.235.404-5.855-3.48-.24-2.922-.128-1.049-.046a55.675 55.675 0 0 0-1.874-.072l-3.485-.067-.092 5.866-.005.01Zm11.423-.696-2.262-.154-2.861-.122-1.034-.046a52.974 52.974 0 0 0-1.827-.067l-2.267-.04.056-3.558 2.329.04c.609.011 1.233.042 1.837.068.353.015.706.035 1.06.046l2.901.128 2.314.158-.246 3.552v-.005Zm-29.239 1.193.568-.031c.752-.041 1.5-.082 2.252-.128 1.147-.067 2.288-.133 3.434-.184l2.841-.087.906-.031c.629-.02 1.279-.046 1.914-.041h.594l-.087-5.865h-.563c-.671-.01-1.352.015-2.007.035l-.921.031-2.912.092c-1.198.051-2.406.123-3.578.19-.752.046-1.499.087-2.252.128l-.588.03.399 5.855v.006Zm11.337-1.649c-.466.006-.927.021-1.377.041l-.901.031-2.851.087c-1.162.051-2.329.118-3.46.184-.557.031-1.12.067-1.678.098l-.241-3.552c.558-.031 1.116-.062 1.674-.098 1.167-.066 2.369-.138 3.552-.189l2.902-.092.931-.03c.456-.016.926-.032 1.392-.042l.051 3.557.006.005Zm-190.112 247.44.092.522c4.448 25.555 13.727 49.559 27.572 71.336 13.655 21.522 31.926 40.658 52.839 55.353 20.928 14.74 45.111 25.477 69.928 31.061a194.982 194.982 0 0 0 38.079 4.714 198.899 198.899 0 0 0 38.381-2.81c12.723-2.201 25.206-5.625 37.111-10.18a195.175 195.175 0 0 0 34.317-17.171c21.523-13.558 40.733-31.768 55.523-52.65 14.8-20.836 25.62-44.983 31.3-69.831 5.77-25.156 6.49-50.879 2.14-76.449-2.17-12.729-5.54-25.227-10.05-37.147a195.4 195.4 0 0 0-17.06-34.374c-13.49-21.567-31.63-40.827-52.47-55.69-20.843-14.893-44.954-25.8-69.726-31.537a195.227 195.227 0 0 0-38.053-4.965c-12.728-.4-25.641.476-38.391 2.59l-.568.092 2.089 12.626.568-.097c11.925-1.98 24.004-2.794 35.903-2.426a182.418 182.418 0 0 1 35.551 4.642c23.154 5.364 45.694 15.559 65.184 29.491 19.493 13.9 36.453 31.906 49.053 52.066a182.247 182.247 0 0 1 15.94 32.111 184.427 184.427 0 0 1 9.4 34.747c4.07 23.907 3.4 47.951-1.99 71.464-5.31 23.226-15.43 45.802-29.27 65.286-13.84 19.531-31.79 36.554-51.911 49.226a182.712 182.712 0 0 1-32.06 16.046c-11.126 4.258-22.806 7.462-34.711 9.519-11.904 2.037-23.983 2.923-35.893 2.631a182.595 182.595 0 0 1-35.581-4.402c-23.2-5.22-45.812-15.262-65.379-29.045-19.551-13.737-36.635-31.63-49.405-51.749-12.938-20.36-21.608-42.798-25.769-66.684-.026-.158-.056-.322-.082-.481a185.888 185.888 0 0 1-2.667-35.407 182.246 182.246 0 0 1 4.284-35.591c5.144-23.216 15.114-45.853 28.836-65.471 13.716-19.643 31.548-36.789 51.58-49.584a182.613 182.613 0 0 1 31.952-16.255c11.086-4.325 22.745-7.595 34.645-9.714l.568-.103-2.252-12.6-.568.102c-12.719 2.267-25.187 5.763-37.045 10.39a195.416 195.416 0 0 0-34.204 17.401c-21.43 13.686-40.505 32.024-55.174 53.029-14.673 20.974-25.334 45.188-30.836 70.026a195.071 195.071 0 0 0-4.586 38.094 198.905 198.905 0 0 0 2.851 37.853l.015-.005Zm386.062-66.433c.03.174.06.343.08.517 4.33 25.422 3.61 50.992-2.13 75.999-5.64 24.7-16.4 48.704-31.11 69.422-14.71 20.764-33.8 38.861-55.197 52.343a194.122 194.122 0 0 1-34.112 17.068c-11.834 4.53-24.25 7.933-36.897 10.119-12.652 2.165-25.488 3.107-38.155 2.794a194.198 194.198 0 0 1-37.854-4.683c-24.674-5.553-48.714-16.229-69.519-30.882-20.79-14.607-38.949-33.636-52.527-55.025-13.762-21.655-22.985-45.515-27.407-70.916-2.196-12.647-3.194-25.483-2.923-38.151a193.624 193.624 0 0 1 4.56-37.869c5.472-24.689 16.071-48.765 30.658-69.616 14.581-20.882 33.544-39.112 54.845-52.716a194.092 194.092 0 0 1 34-17.3c11.618-4.534 23.809-7.974 36.262-10.23l1.847 10.328c-11.776 2.134-23.313 5.389-34.296 9.673a183.97 183.97 0 0 0-32.157 16.357c-20.155 12.872-38.104 30.125-51.903 49.897-13.808 19.735-23.84 42.516-29.014 65.88a183.719 183.719 0 0 0-4.315 35.816c-.256 11.987.686 24.137 2.769 36.114 4.187 24.039 12.908 46.615 25.928 67.103 12.847 20.247 30.039 38.253 49.712 52.077 19.695 13.87 42.445 23.973 65.789 29.224a183.568 183.568 0 0 0 35.801 4.432c11.986.297 24.137-.593 36.118-2.646 11.976-2.073 23.728-5.297 34.926-9.581a183.551 183.551 0 0 0 32.264-16.142c20.257-12.755 38.317-29.885 52.237-49.538 13.92-19.603 24.11-42.322 29.44-65.696 5.43-23.661 6.1-47.855 2.01-71.915a186.913 186.913 0 0 0-9.46-34.961 183.323 183.323 0 0 0-16.04-32.316c-12.69-20.288-29.76-38.406-49.363-52.394-19.613-14.019-42.296-24.28-65.599-29.675a183.48 183.48 0 0 0-35.775-4.668c-11.782-.368-23.743.42-35.556 2.344l-1.714-10.348c12.488-2.037 25.13-2.872 37.592-2.483 12.719.4 25.442 2.058 37.828 4.94 24.623 5.701 48.591 16.546 69.317 31.353 20.72 14.776 38.75 33.923 52.16 55.362a193.946 193.946 0 0 1 16.96 34.169 198.357 198.357 0 0 1 9.91 36.415l.01.005Z"></path><path d="M861.193 111.933a169.765 169.765 0 0 1 33.104-2.237 167.52 167.52 0 0 1 32.736 4.274c21.48 4.975 42.045 14.29 60.086 27.187 18.051 12.877 33.531 29.296 45.221 47.988 11.71 18.696 19.63 39.624 23.34 61.616 3.74 21.983 3.09 44.349-1.83 65.855-4.91 21.491-14.14 42.096-26.98 60.173-12.82 18.093-29.187 33.626-47.843 45.378-18.66 11.776-39.557 19.76-61.535 23.553-21.977 3.772-44.343 3.235-65.864-1.633-21.512-4.836-42.133-14.003-60.261-26.772-18.149-12.75-33.723-29.081-45.541-47.696-11.833-18.625-19.914-39.486-23.737-61.453-3.849-21.967-3.389-44.338 1.407-65.875 4.765-21.527 13.87-42.173 26.578-60.343 12.693-18.184 28.959-33.835 47.542-45.704a168.246 168.246 0 0 1 29.424-14.971c10.277-4.012 20.974-7.001 31.947-8.956l-.68-3.824c-11.219 2.002-22.162 5.057-32.679 9.162a171.601 171.601 0 0 0-30.11 15.318c-19.014 12.146-35.648 28.155-48.632 46.754-13 18.584-22.31 39.701-27.188 61.725-4.903 22.033-5.379 44.931-1.443 67.384 3.91 22.454 12.181 43.811 24.285 62.866 12.089 19.044 28.022 35.75 46.58 48.791 18.543 13.061 39.635 22.438 61.643 27.387 22.018 4.975 44.911 5.527 67.379 1.668 22.464-3.874 43.857-12.043 62.948-24.096 19.09-12.022 35.83-27.909 48.94-46.416 13.14-18.491 22.57-39.563 27.6-61.555 5.04-22.003 5.69-44.896 1.87-67.365-3.79-22.483-11.89-43.903-23.88-63.029-11.95-19.126-27.79-35.919-46.254-49.088-18.451-13.189-39.481-22.719-61.458-27.806a171.76 171.76 0 0 0-33.498-4.371c-11.28-.353-22.617.42-33.862 2.288l.635 3.828.01-.005Z"></path><path d="m653.762 166.149.174.082 80.605 38.82.082-.174a173.57 173.57 0 0 1 15.487-25.994c5.973-8.287 12.626-15.989 19.776-22.894a173.235 173.235 0 0 1 23.426-19.019c8.204-5.532 17.079-10.425 26.368-14.53l.174-.077-.076-.174-36.063-81.874-.174.077c-14.151 6.25-27.724 13.727-40.33 22.228a262.625 262.625 0 0 0-35.74 29.01c-10.917 10.558-21.035 22.273-30.079 34.813a263.553 263.553 0 0 0-23.543 39.527l-.082.174-.005.005Zm80.6 38.391-80.083-38.57a262.827 262.827 0 0 1 23.425-39.297c9.029-12.524 19.137-24.219 30.033-34.762a262.885 262.885 0 0 1 35.689-28.969c12.539-8.455 26.03-15.897 40.095-22.12l35.832 81.347c-9.249 4.1-18.077 8.972-26.251 14.484a173.643 173.643 0 0 0-23.482 19.06c-7.165 6.92-13.834 14.638-19.822 22.944a173.708 173.708 0 0 0-15.436 25.878v.005Zm296.708 169.225.16.107 76.47 50.884.1-.158c8.48-12.698 15.96-26.415 22.23-40.771 6.27-14.418 11.23-29.24 14.73-44.062a264.947 264.947 0 0 0 6.72-45.991c.84-15.324.32-30.939-1.53-46.421l-.02-.19-.19.026-91.18 11.086.02.189a176.807 176.807 0 0 1 1 30.187 173.6 173.6 0 0 1-4.35 29.787c-2.25 9.54-5.47 19.167-9.58 28.605-4.1 9.407-8.97 18.343-14.47 26.558l-.11.159v.005Zm76.52 50.459-75.98-50.567c5.46-8.189 10.3-17.089 14.39-26.46 4.11-9.464 7.34-19.106 9.59-28.672 2.32-9.76 3.79-19.807 4.36-29.854.54-9.883.21-19.996-.97-30.064l90.61-11.014c1.83 15.395 2.34 30.929 1.5 46.166a264.175 264.175 0 0 1-6.7 45.924c-3.5 14.797-8.45 29.598-14.72 43.995-6.23 14.27-13.65 27.915-22.08 40.551v-.005ZM861.475 110.116l.189-.031c5.43-.87 10.364-1.448 15.078-1.771a177.464 177.464 0 0 1 15.104-.414c5.138.082 10.2.389 15.047.901 4.98.537 9.99 1.294 14.893 2.262 10.052 1.991 19.787 4.821 28.948 8.414a174.494 174.494 0 0 1 27.091 13.425l.163.102.103-.164 55.719-91.266-.16-.102a281.841 281.841 0 0 0-43.987-21.798c-15.048-5.896-30.924-10.513-47.184-13.722a280.32 280.32 0 0 0-24.326-3.685A278.877 278.877 0 0 0 893.596.788a283.583 283.583 0 0 0-24.572.68c-7.739.543-15.943 1.5-24.378 2.852l-.189.03.031.19 16.997 105.571-.01.005Zm116.375 22.366a174.458 174.458 0 0 0-26.983-13.358c-9.176-3.603-18.942-6.444-29.009-8.435a174.43 174.43 0 0 0-14.929-2.267c-4.857-.517-9.93-.819-15.078-.901a177.79 177.79 0 0 0-15.135.415c-4.667.317-9.55.89-14.919 1.745L844.892 4.678c8.358-1.336 16.48-2.283 24.152-2.82a282.833 282.833 0 0 1 24.537-.676c8.291.133 16.541.63 24.52 1.474a279.565 279.565 0 0 1 24.296 3.68c16.235 3.21 32.091 7.815 47.117 13.701a281.097 281.097 0 0 1 43.756 21.67l-55.415 90.775h-.005Zm-128.639-2.979 1.51-.404 1.525-.363-2.866-11.854-1.643.389-1.628.435 3.102 11.797Zm-6.003 1.694 2.994-.875-3.342-11.731-3.229.942 3.577 11.664Zm-5.911 1.955 1.469-.511c.486-.174.978-.348 1.474-.497l-3.808-11.587c-.537.164-1.064.343-1.591.532l-1.587.553 4.043 11.51Zm-5.82 2.176c.952-.41 1.934-.742 2.902-1.116l-4.274-11.424c-1.044.405-2.104.763-3.132 1.203l4.504 11.337Zm-5.721 2.405 2.845-1.238-4.734-11.245-3.076 1.336 4.965 11.147Zm-5.611 2.646c.926-.46 1.848-.931 2.794-1.351l-5.184-11.04c-1.019.456-2.017.962-3.015 1.459l5.41 10.932h-.005Z"></path><path d="M814.639 143.23c.901-.507 1.832-.962 2.738-1.454l-5.63-10.819c-.982.527-1.985 1.023-2.958 1.571l5.85 10.707v-.005Zm-5.386 3.091 2.672-1.581-6.065-10.584-2.881 1.704 6.274 10.461Zm-5.251 3.307 1.295-.86 1.316-.819-6.49-10.328-1.423.885-1.397.926 6.699 10.196Zm-5.127 3.505c.84-.609 1.705-1.177 2.549-1.776L794.52 141.3c-.911.645-1.843 1.265-2.749 1.92l7.104 9.913Zm-4.975 3.726 2.467-1.893-7.304-9.771-2.667 2.048 7.504 9.616Zm-4.827 3.931 1.183-1.013 1.213-.973-7.693-9.468-1.31 1.054-1.275 1.09 7.882 9.31Zm-4.683 4.115c.763-.706 1.551-1.382 2.319-2.078l-8.071-9.151c-.83.752-1.679 1.484-2.503 2.242l8.25 8.982.005.005Zm-4.498 4.31 2.226-2.181-8.434-8.818-2.401 2.354 8.609 8.645Zm-4.33 4.498 1.054-1.151 1.09-1.121-8.782-8.471-1.173 1.208-1.136 1.239 8.947 8.296Zm-4.161 4.658c.67-.799 1.377-1.561 2.057-2.349l-9.11-8.113c-.737.85-1.499 1.674-2.221 2.534l9.274 7.928Zm-3.961 4.831 1.95-2.441-9.428-7.739-2.108 2.631 9.586 7.549Zm-3.767 4.991.911-1.27c.302-.425.629-.829.947-1.243l-9.73-7.355c-.338.45-.691.885-1.018 1.341l-.988 1.366 9.878 7.161Zm-3.573 5.128c.557-.881 1.182-1.715 1.76-2.58l-10.016-6.96c-.629.931-1.295 1.837-1.899 2.784l10.155 6.756Zm-3.356 5.271 1.648-2.656-10.293-6.556-1.771 2.866 10.416 6.346Zm-3.135 5.405c.507-.911.998-1.827 1.541-2.718l-10.543-6.136c-.584.957-1.116 1.95-1.664 2.927l10.666 5.922v.005Zm-2.925 5.512.342-.701.364-.686.732-1.382-10.784-5.706-.783 1.489-.394.742-.374.758 10.897 5.486Zm-2.704 5.625 1.315-2.825-10.998-5.272-1.418 3.051 11.101 5.046Zm-2.452 5.732c.394-.962.768-1.929 1.203-2.876l-11.204-4.821c-.465 1.018-.87 2.068-1.295 3.101l11.301 4.596h-.005Zm-2.237 5.815.256-.737.276-.727.558-1.454-11.393-4.371-.598 1.572-.297.783-.277.793 11.475 4.141Zm-1.995 5.891.962-2.959-11.557-3.905-1.039 3.194 11.634 3.67Zm-1.74 5.967c.276-.998.527-2.001.839-2.989l-11.705-3.434c-.337 1.065-.609 2.15-.911 3.229l11.772 3.199.005-.005Zm-1.514 6.024.163-.762.19-.753.373-1.504-11.833-2.959-.404 1.628-.205.814-.174.819 11.89 2.717Zm1.457 74.341c-.261-1.009-.557-2.007-.778-3.03l-11.848 2.897c.241 1.1.558 2.175.839 3.265l11.787-3.137v.005Zm1.716 5.998c-.323-.988-.584-1.996-.886-2.989l-11.725 3.373c.322 1.075.609 2.16.951 3.224l11.654-3.608h.006Zm1.965 5.906-1.019-2.937-11.577 3.838c.353 1.06.737 2.114 1.1 3.173l11.501-4.074h-.005Zm2.195 5.809c-.194-.481-.399-.957-.583-1.438l-.543-1.453-11.413 4.304.589 1.571c.199.522.419 1.034.629 1.556l11.326-4.534-.005-.006Zm2.411 5.722-1.233-2.85-11.235 4.77 1.336 3.071 11.132-4.991Zm2.666 5.6-.691-1.387-.348-.696-.322-.707-11.025 5.221.348.757.374.753.742 1.499 10.922-5.44Zm2.871 5.496c-.522-.89-.973-1.822-1.464-2.733l-10.804 5.661c.527.983 1.018 1.986 1.581 2.953l10.687-5.881Zm3.098 5.38-1.582-2.672-10.564 6.096 1.705 2.881 10.441-6.305Zm3.325 5.241c-.563-.865-1.157-1.715-1.689-2.606l-10.313 6.521c.573.957 1.213 1.878 1.822 2.815l10.175-6.725.005-.005Zm3.522 5.112-.46-.624-.441-.64-.885-1.279-10.037 6.935.957 1.377.476.69.497.676 9.893-7.135Zm3.736 4.975-1.899-2.467-9.75 7.335 2.048 2.656 9.601-7.524Zm3.946 4.811c-.671-.793-1.361-1.571-1.996-2.39l-9.448 7.718c.691.881 1.433 1.725 2.155 2.58l9.289-7.908Zm4.131 4.668-.537-.568-.517-.584-1.034-1.161-9.126 8.091 1.116 1.254.558.63.578.614 8.962-8.276Zm4.318 4.499-2.185-2.227-8.798 8.456 2.359 2.4 8.624-8.629Zm4.511 4.314c-.758-.711-1.546-1.397-2.278-2.134l-8.444 8.803c.793.794 1.632 1.536 2.456 2.303l8.266-8.966v-.006Zm4.672 4.141c-.814-.655-1.572-1.372-2.355-2.052l-8.086 9.135c.849.737 1.668 1.505 2.543 2.212l7.903-9.295h-.005Zm4.836 3.956-2.441-1.95-7.713 9.448 2.63 2.109 7.524-9.607Zm5.005 3.747c-.839-.62-1.704-1.203-2.518-1.848l-7.329 9.75c.88.696 1.812 1.326 2.718 1.996l7.135-9.898h-.006Zm5.141 3.557c-.886-.553-1.725-1.167-2.59-1.751l-6.935 10.037c.926.635 1.837 1.29 2.789 1.889l6.731-10.175h.005Zm5.276 3.352-2.656-1.648-6.526 10.303 2.861 1.781 6.321-10.436Zm5.415 3.117-1.367-.763-.686-.373-.67-.399-6.106 10.563.721.425.737.41 1.474.813 5.897-10.676Zm5.521 2.907c-.942-.445-1.853-.942-2.774-1.428l-5.676 10.799c.993.522 1.981 1.06 2.994 1.541l5.461-10.907-.005-.005Zm5.63 2.692-2.825-1.32-5.241 11.014 3.05 1.423 5.016-11.117Zm5.739 2.436-1.444-.588c-.481-.195-.962-.384-1.438-.604l-4.79 11.219c.511.235 1.028.44 1.55.65l1.556.634 4.566-11.311Zm5.818 2.211c-.486-.174-.982-.332-1.464-.522l-1.453-.557-4.335 11.403 1.571.598c.522.205 1.055.374 1.582.563l4.104-11.485h-.005Zm5.896 1.992-2.958-.968-3.87 11.567 3.189 1.044 3.639-11.643Zm5.974 1.719-1.499-.409c-.502-.133-1.004-.266-1.495-.425l-3.403 11.715c.532.169 1.074.312 1.612.456l1.617.44 3.163-11.782.005.005Zm6.028 1.489c-1.013-.204-2.016-.465-3.019-.716l-2.928 11.843c1.085.271 2.165.548 3.26.773l2.687-11.9Zm90.165-6.822-2.907 1.09 4.187 11.46 3.137-1.183-4.417-11.367Zm5.734-2.38c-.952.404-1.888.845-2.856 1.213l4.648 11.28c1.044-.399 2.057-.875 3.081-1.31l-4.878-11.183h.005Zm5.64-2.59c-.46.236-.926.456-1.397.671l-1.407.65 5.102 11.081 1.52-.707c.507-.23 1.014-.465 1.51-.721l-5.328-10.974Zm5.523-2.82-2.743 1.449 5.548 10.865 2.963-1.561-5.768-10.753Zm5.403-3.05-1.33.793c-.446.266-.906.502-1.351.758l5.983 10.63c.486-.276.982-.532 1.463-.819l1.439-.855-6.198-10.507h-.006Zm5.282-3.25c-.865.573-1.756 1.095-2.626 1.653l6.413 10.38c.942-.599 1.904-1.167 2.836-1.787l-6.618-10.246h-.005Zm5.149-3.48-2.554 1.77 6.828 10.109 2.753-1.909-7.027-9.97Zm5.001-3.691-1.229.952-1.254.917 7.232 9.826 1.351-.987 1.331-1.029-7.431-9.679Zm4.867-3.879c-.794.67-1.612 1.305-2.416 1.965l7.621 9.525c.865-.711 1.75-1.397 2.605-2.119l-7.81-9.371Zm4.699-4.089L990 395.772l8 9.213 2.51-2.237-8.186-9.048Zm4.534-4.279-1.105 1.1-1.142 1.065 8.359 8.88 1.23-1.152 1.2-1.182-8.542-8.711Zm4.372-4.448c-.7.768-1.445 1.495-2.162 2.247l8.712 8.537c.78-.814 1.58-1.597 2.34-2.426l-8.89-8.358Zm4.19-4.637-2.07 2.344 9.06 8.179 2.22-2.523-9.21-8Zm3.99-4.801-.97 1.224c-.32.409-.67.798-1 1.197l9.37 7.81c.36-.429.73-.849 1.08-1.289l1.05-1.321-9.53-7.621Zm3.82-4.954c-.6.85-1.27 1.658-1.89 2.493l9.68 7.431c.67-.901 1.38-1.771 2.03-2.692l-9.82-7.232Zm3.6-5.108-1.77 2.58 9.97 7.032 1.91-2.774-10.11-6.838Zm3.39-5.251c-.54.886-1.08 1.781-1.67 2.641l10.25 6.633c.63-.931 1.2-1.894 1.8-2.845l-10.37-6.424-.01-.005Zm3.19-5.369-.37.681-.4.67-.79 1.346 10.49 6.219.86-1.454.43-.721.4-.737-10.62-6.004Zm2.97-5.497-1.45 2.764 10.73 5.789 1.57-2.979-10.85-5.574Zm2.73-5.609c-.45.942-.86 1.894-1.34 2.82l10.96 5.354c.52-.998.97-2.027 1.45-3.041l-11.07-5.133Zm2.51-5.707c-.37.973-.82 1.909-1.23 2.866l11.17 4.909c.44-1.034.92-2.042 1.33-3.092l-11.27-4.683Zm2.28-5.799-1.1 2.913 11.35 4.452 1.2-3.137-11.45-4.228Zm2.03-5.88c-.33.982-.62 1.981-.98 2.948l11.52 3.992c.4-1.049.71-2.124 1.07-3.183l-11.6-3.762-.01.005Zm1.8-5.953c-.26 1.004-.59 1.986-.87 2.984l11.67 3.527c.32-1.075.67-2.135.95-3.22l-11.75-3.285v-.006Zm-4.83-97.484 1.1 2.907 11.46-4.171-1.18-3.138-11.38 4.402Zm-2.36-5.743.63 1.423c.21.471.38.957.58 1.438l11.29-4.626c-.22-.517-.4-1.044-.64-1.551l-.67-1.536-11.18 4.858-.01-.006Zm-2.57-5.645c.46.926.87 1.878 1.31 2.81l11.09-5.082c-.48-1.009-.92-2.032-1.41-3.035l-10.99 5.307Zm-2.82-5.522 1.44 2.743 10.88-5.528-1.57-2.968-10.75 5.753Zm-3.04-5.41.79 1.331.76 1.356 10.63-5.963-.81-1.463-.85-1.444-10.52 6.183Zm-3.24-5.292 1.64 2.631 10.39-6.393-1.77-2.841-10.26 6.603Zm-3.48-5.149c.58.855 1.2 1.694 1.77 2.554l10.12-6.807c-.61-.932-1.27-1.838-1.9-2.759l-9.98 7.012h-.01Zm-3.67-5.011c.31.41.64.819.95 1.234l.91 1.259 9.84-7.212-.99-1.356c-.33-.45-.69-.885-1.02-1.331l-9.69 7.411v-.005Zm-3.87-4.872 1.96 2.416 9.53-7.606-2.11-2.61-9.38 7.8Zm-4.09-4.704c.69.783 1.4 1.541 2.07 2.329l9.22-7.984c-.72-.855-1.49-1.674-2.23-2.513l-9.06 8.168Zm-4.266-4.544 1.096 1.11 1.06 1.141 8.89-8.347-1.14-1.234-1.18-1.197-8.726 8.527Zm-4.443-4.387 2.242 2.176 8.547-8.701-2.42-2.339-8.369 8.864Zm-4.632-4.186c.773.696 1.571 1.366 2.339 2.067l8.192-9.033c-.83-.758-1.682-1.484-2.521-2.232l-8.015 9.198h.005Zm-4.796-4.008 1.223.973 1.193 1.008 7.83-9.356-1.289-1.085-1.316-1.049-7.641 9.509Zm-4.943-3.823c.839.614 1.658 1.264 2.492 1.889l7.447-9.663c-.901-.676-1.781-1.372-2.687-2.037l-7.252 9.811Zm-5.104-3.608 2.575 1.776 7.052-9.955-2.774-1.914-6.853 10.093Zm-5.24-3.399 1.331.819 1.305.855 6.648-10.226-1.412-.926-1.434-.881-6.438 10.359Zm-5.369-3.204c.911.502 1.796 1.055 2.697 1.577l6.234-10.487c-.973-.558-1.925-1.157-2.907-1.699l-6.024 10.609Zm-5.492-2.968 2.763 1.448 5.809-10.727-2.983-1.561-5.589 10.84Zm-5.604-2.743 1.418.655c.471.215.931.46 1.397.691l5.374-10.953c-.507-.246-.998-.512-1.51-.742l-1.525-.706-5.149 11.06-.005-.005Zm-5.701-2.524c.967.384 1.904.83 2.861 1.234l4.929-11.158c-1.034-.435-2.048-.921-3.087-1.33l-4.703 11.254Zm-5.793-2.287 2.907 1.105 4.478-11.347-3.142-1.192-4.243 11.434Zm-5.881-2.037c.988.317 1.976.629 2.948.993l4.013-11.521c-1.05-.389-2.119-.727-3.184-1.07l-3.777 11.598Zm-5.947-1.812c.501.128.998.281 1.494.43l1.49.445 3.541-11.674-1.607-.482c-.537-.163-1.069-.327-1.612-.465l-3.306 11.741v.005Zm-6.014-1.566 3.02.742 3.066-11.808-3.256-.798-2.83 11.864Zm-6.066-1.306 1.525.292c.507.097 1.008.225 1.515.333l2.59-11.92c-.548-.118-1.091-.251-1.638-.358l-1.643-.318-2.344 11.971h-.005Zm-6.112-1.079c1.024.148 2.037.348 3.061.511l2.104-12.017c-1.101-.174-2.201-.394-3.307-.553l-1.858 12.059Zm-6.146-.814 3.081.368 1.612-12.094-3.327-.399-1.366 12.125Z" class="svg-internal-circle"></path></g><g opacity=".5" style="mix-blend-mode:overlay;"><path d="M766.836 80.288a232.487 232.487 0 0 1 80.937-30.75l-2.538-14.192c-30.341 5.374-59.677 16.516-85.954 32.658l7.549 12.284h.006Zm-83.38 88.445c13.742-25.58 32.295-48.565 54.4-67.384l-9.346-10.974c-23.476 19.981-43.16 44.385-57.752 71.536l12.698 6.828v-.006Zm-27.555 118.341c-1.106-29.014 3.398-58.203 13.071-85.574l-13.593-4.801c-10.278 29.065-15.063 60.086-13.886 90.897l14.408-.522Zm35.754 116.171c-7.743-12.273-14.356-25.263-19.653-38.78-5.308-13.512-9.336-27.52-12.069-41.779l-14.162 2.702a250.19 250.19 0 0 0 12.811 44.359c5.63 14.356 12.652 28.16 20.882 41.195l12.191-7.697Zm89.445 82.304c-25.744-13.43-48.965-31.691-68.05-53.571l-10.861 9.479c20.263 23.236 44.912 42.618 72.237 56.872l6.674-12.78Zm118.669 26.138a232.58 232.58 0 0 1-43.432-1.98 231.967 231.967 0 0 1-42.302-10.047l-4.637 13.65a246.226 246.226 0 0 0 44.932 10.671 247.502 247.502 0 0 0 46.135 2.103l-.696-14.402v.005Zm-.488-9.965a222.247 222.247 0 0 1-41.866-1.94 221.606 221.606 0 0 1-40.75-9.775c-26.487-9.054-51.238-23.19-72.555-41.354-21.332-18.149-39.199-40.331-52.312-65.041a221.143 221.143 0 0 1-16.081-38.703 228.229 228.229 0 0 1-8.562-41.083c-3.215-27.832-1.024-56.207 6.305-83.215 7.319-27.009 19.807-52.625 36.559-75.073 16.721-22.468 37.72-41.733 61.524-56.432a222.367 222.367 0 0 1 77.99-29.751l-.292-1.638a224.114 224.114 0 0 0-78.573 29.971c-23.983 14.812-45.136 34.22-61.985 56.852-16.869 22.617-29.455 48.417-36.83 75.63-7.385 27.208-9.591 55.798-6.352 83.835a229.935 229.935 0 0 0 8.624 41.385 222.975 222.975 0 0 0 16.199 38.99c13.215 24.899 31.216 47.245 52.706 65.527 21.471 18.297 46.406 32.54 73.092 41.661a223.352 223.352 0 0 0 41.057 9.847 224.31 224.31 0 0 0 42.179 1.95l-.082-1.663.005.02Zm206.309-137.293c-10.67 27.003-26.45 51.975-46.22 73.235l10.55 9.817c20.99-22.571 37.74-49.073 49.08-77.749l-13.41-5.303Zm13.53-120.756a235.381 235.381 0 0 1 2.6 43.411 230.173 230.173 0 0 1-5.56 43.115l14.06 3.179c3.4-15.037 5.41-30.397 5.91-45.807.52-15.411-.42-30.862-2.75-46.089l-14.25 2.186-.01.005Zm-49.02-111.196c18.27 22.56 32.27 48.566 40.92 76.28l13.76-4.32c-9.2-29.434-24.08-57.072-43.48-81.029l-11.21 9.069h.01Zm-98.403-71.372c27.126 10.344 52.293 25.81 73.803 45.326l9.68-10.677c-22.82-20.712-49.53-37.131-78.339-48.115l-5.144 13.471v-.005ZM850.783 49.021a232.597 232.597 0 0 1 86.562 1.924l3.01-14.1c-30.156-6.433-61.535-7.124-91.921-2.047l2.354 14.223h-.005Z" class="svg-external-circle"></path><path d="m770.229 82.09 27.386 45.699.497-.297c15.19-9.105 31.671-15.841 48.99-20.022l.563-.133-12.519-51.785-.562.133c-22.561 5.446-44.047 14.228-63.859 26.107l-.496.297Zm27.786 44.112-26.2-43.719c19.408-11.572 40.423-20.16 62.477-25.544l11.976 49.538c-17.038 4.171-33.268 10.804-48.253 19.72v.005Zm-122.706 67.825 49.44 19.858.215-.537a177.55 177.55 0 0 1 26.937-45.746l.363-.45-.45-.363-40.909-33.222-.363.45a230.724 230.724 0 0 0-35.018 59.478l-.215.537v-.005Zm48.801 18.354-47.297-18.999a229.403 229.403 0 0 1 34.266-58.193l39.563 32.132a178.66 178.66 0 0 0-26.532 45.06Zm-61.734 105.356a233.89 233.89 0 0 0 4.959 22.258l.154.558 51.38-14.105-.153-.558c-1.049-3.782-2.017-7.913-3.051-12.995-.788-4.033-1.469-8.353-2.088-13.215-.501-4.366-.87-8.834-1.09-13.276-.169-4.438-.2-8.911-.087-13.287l.015-.573-53.248-1.674-.021.579a229.844 229.844 0 0 0 3.23 46.288Zm5.921 21.393c-5.972-21.987-8.67-44.547-8.015-67.067l50.946 1.602c-.097 4.212-.061 8.516.102 12.79.226 4.478.594 8.972 1.096 13.368.624 4.893 1.31 9.244 2.103 13.302.988 4.863 1.919 8.86 2.917 12.519l-49.149 13.492v-.006Zm32.837 72.37.333.471c13.368 18.804 29.521 35.484 48.007 49.574l.461.348 32.3-42.368-.46-.348c-14.223-10.84-26.64-23.655-36.902-38.088l-.332-.471-43.412 30.887.005-.005Zm48.586 48.776c-18.051-13.829-33.846-30.141-46.974-48.504l41.528-29.547c10.155 14.182 22.377 26.798 36.344 37.515l-30.903 40.531.005.005Zm286.96-85.145 44.74 28.923.32-.487c3.39-5.287 6.29-10.154 8.85-14.883a247.102 247.102 0 0 0 7.71-15.498 250.608 250.608 0 0 0 6.52-16.04c1.85-5.072 3.58-10.466 5.29-16.48l.15-.558-51.3-14.356-.16.552c-1.34 4.714-2.67 8.855-4.06 12.652a198.982 198.982 0 0 1-5 12.325 199.477 199.477 0 0 1-5.93 11.915c-1.92 3.547-4.15 7.293-6.82 11.449l-.31.486Zm44.4 27.326-42.81-27.669c2.55-3.987 4.69-7.605 6.55-11.039 2.12-3.916 4.12-7.949 5.97-11.992 1.81-4.059 3.5-8.23 5.04-12.406 1.34-3.675 2.63-7.662 3.92-12.176l49.09 13.731c-1.65 5.769-3.32 10.953-5.11 15.846a246.95 246.95 0 0 1-6.48 15.963 244.631 244.631 0 0 1-7.67 15.421c-2.47 4.555-5.25 9.244-8.5 14.321Zm-28.5-189.268.54 1.311 1.46 3.884c.11.318.23.64.33.962l.21.599c.15.435.3.875.46 1.321.21.604.42 1.213.63 1.822l1.27 3.966 1.16 3.992c.1.328.18.656.27.988.05.205.11.41.16.614l.85 3.23.77 3.245c.18.701.33 1.417.47 2.108l.24 1.157.17.783c.18.809.36 1.643.49 2.472l.62 3.312.52 3.301c.77 5.19 1.26 9.402 1.53 13.251l.04.578 53.12-4.13-.04-.579c-1.82-23.236-7.04-45.863-15.52-67.262l-.21-.537-49.55 19.612h.01Zm10.6 32.132c-.14-.804-.31-1.612-.48-2.401l-.17-.783c-.09-.384-.16-.762-.24-1.141-.14-.706-.3-1.438-.48-2.155l-.77-3.245-.86-3.244-.15-.604c-.09-.343-.18-.686-.28-1.024l-1.17-4.002-1.27-3.987c-.21-.625-.42-1.234-.64-1.848-.15-.435-.3-.875-.45-1.315-.07-.2-.14-.4-.21-.594-.11-.333-.22-.665-.34-.993l-1.57-4.141 47.38-18.757c8.25 20.953 13.35 43.094 15.18 65.813l-50.81 3.951c-.29-3.726-.76-7.8-1.5-12.769l-.53-3.322-.62-3.316c-.01-.041-.02-.077-.02-.118v-.005Zm-83.77-117.814.497.297a177.262 177.262 0 0 1 40.833 33.933l.38.43 39.8-35.428-.39-.429a230.89 230.89 0 0 0-53.08-44.113l-.5-.297-27.535 45.607h-.005Zm41.8 33.032a178.423 178.423 0 0 0-40.213-33.421l26.343-43.632a229.516 229.516 0 0 1 51.94 43.161l-38.07 33.892Zm-151.829-56.99.573-.061c17.714-1.93 35.504-1.177 52.88 2.247l.568.112 10.288-52.276-.568-.113c-22.663-4.468-45.853-5.455-68.926-2.937l-.573.061 5.758 52.967Zm53.11.942c-17.12-3.316-34.639-4.059-52.086-2.211l-5.508-50.67c22.576-2.405 45.26-1.437 67.437 2.877l-9.843 50.009v-.005ZM819.689 498.042l.553.174a227.385 227.385 0 0 0 68.189 10.441h.578l.02-53.279h-.578a174.376 174.376 0 0 1-52.266-8.005l-.553-.174-15.937 50.838-.006.005Zm68.163 9.459a226.51 226.51 0 0 1-66.714-10.216l15.247-48.632a175.788 175.788 0 0 0 51.483 7.882l-.021 50.966h.005Z"></path><path d="m816.952 72.303 1.904 5.548.548-.189c3.332-1.157 6.879-2.267 10.84-3.404l.553-.158-1.607-5.645-.558.158c-4.069 1.167-7.713 2.308-11.142 3.501l-.543.19h.005Zm2.621 4.08-1.157-3.363a213.212 213.212 0 0 1 9.981-3.132l.972 3.424a209.25 209.25 0 0 0-9.801 3.076l.005-.005Zm-19.655 2.62 2.365 5.369.527-.225c.435-.19.87-.38 1.305-.568 1.279-.558 2.6-1.137 3.915-1.648l2.646-1.075c.548-.225 1.116-.435 1.669-.64l.987-.369.538-.204-2.073-5.492-.542.21-.983.368c-.573.215-1.167.435-1.751.67l-2.697 1.096c-1.366.532-2.738 1.131-4.064 1.71l-1.305.568-.532.23h-.005Zm2.958 3.854-1.433-3.255.778-.338c1.315-.573 2.672-1.167 4.028-1.694l2.702-1.095c.563-.23 1.152-.446 1.715-.66.148-.057.302-.113.45-.17l1.259 3.327c-.143.057-.291.108-.435.164a50.68 50.68 0 0 0-1.699.65l-2.636 1.07c-1.33.517-2.666 1.1-3.951 1.663l-.773.338h-.005Zm-19.36 4.263 2.809 5.154.507-.276c1.008-.548 2.042-1.09 3.045-1.617.661-.348 1.321-.691 1.981-1.045l5.599-2.763-2.528-5.292-.522.255a461.174 461.174 0 0 0-3.557 1.75l-1.669.825c-.675.358-1.341.706-2.001 1.054a194.289 194.289 0 0 0-3.158 1.679l-.506.276Zm3.27 3.588-1.704-3.122c.88-.47 1.771-.942 2.636-1.392.665-.348 1.33-.696 1.996-1.05l1.653-.818c1.008-.502 2.016-.998 3.025-1.495l1.535 3.214-4.596 2.268c-.67.358-1.331.701-1.991 1.049-.839.44-1.699.89-2.554 1.351v-.005Zm-80.2 67.211 4.877 3.26.323-.476a344.17 344.17 0 0 1 2.185-3.188c.348-.502.696-1.004 1.039-1.51.425-.579.855-1.177 1.29-1.776.671-.927 1.362-1.884 2.058-2.81l.348-.461-4.699-3.516-.348.461c-.727.967-1.448 1.965-2.144 2.927-.43.594-.86 1.193-1.295 1.787-.353.511-.696 1.013-1.044 1.509a297.959 297.959 0 0 0-2.268 3.312l-.322.481Zm4.565 1.658-2.958-1.975c.64-.942 1.29-1.884 1.935-2.82.343-.502.691-.999 1.033-1.5.425-.584.86-1.177 1.29-1.776.584-.809 1.177-1.638 1.786-2.452l2.851 2.129c-.583.789-1.162 1.587-1.725 2.365-.429.594-.859 1.193-1.294 1.781-.354.517-.702 1.019-1.05 1.52-.624.906-1.254 1.812-1.868 2.723v.005Zm-14.05 14.019 5.133 2.84 1.664-2.994 1.438-2.446c.179-.297.353-.599.532-.906.302-.517.599-1.029.916-1.536l1.807-2.912-4.975-3.112-1.842 2.969c-.328.527-.64 1.064-.957 1.602-.18.302-.354.609-.538.911l-1.479 2.513-1.704 3.065.005.006Zm4.683 1.274-3.112-1.725 1.136-2.042 1.469-2.503c.179-.302.358-.609.538-.916.307-.527.614-1.059.941-1.576l1.234-1.981 3.014 1.889-1.202 1.934a75.997 75.997 0 0 0-.932 1.566c-.174.302-.348.599-.527.896l-1.443 2.462-1.111 2.001-.005-.005Zm-12.856 15.124 5.353 2.406.241-.523c.824-1.801 1.673-3.608 2.4-5.164.323-.634.645-1.289.962-1.945a150.184 150.184 0 0 1 1.572-3.132l.266-.517-5.216-2.687-.266.512a147.912 147.912 0 0 0-1.632 3.26c-.323.655-.645 1.311-.973 1.961a608.55 608.55 0 0 0-2.467 5.302l-.24.527Zm4.78.88-3.245-1.458c.686-1.49 1.387-2.994 2.211-4.75.323-.64.645-1.3.967-1.955.441-.896.896-1.817 1.362-2.723l3.163 1.628c-.451.88-.891 1.771-1.315 2.641-.323.65-.64 1.3-.968 1.95a737.878 737.878 0 0 0-2.175 4.667Zm-23.205 101.979 5.855-.369-.03-.568c-.031-.599-.067-1.198-.103-1.796a99.318 99.318 0 0 1-.179-3.88l-.036-1.203c-.046-1.469-.097-2.989-.087-4.478v-.589l-5.865.052v.568c-.01 1.55.041 3.122.087 4.637l.036 1.202c.025 1.341.107 2.708.184 4.023.036.604.072 1.203.102 1.807l.031.583.005.011Zm4.642-1.449-3.552.22c-.02-.409-.046-.824-.071-1.233-.077-1.305-.159-2.657-.185-3.982l-.035-1.213c-.041-1.321-.087-2.682-.092-4.023l3.557-.031c0 1.321.046 2.646.092 3.936l.036 1.193a97.03 97.03 0 0 0 .179 3.92c.025.404.046.809.071 1.213Zm-2.702 19.674 5.804-.85-.829-6.223-.66-6.224-5.84.543.056.578c.113 1.172.241 2.344.369 3.516l.245 2.283.85 6.377h.005Zm4.509-1.827-3.521.517-.691-5.2a211.95 211.95 0 0 0-.246-2.273c-.107-.972-.21-1.95-.312-2.927l3.547-.328.537 5.108.681 5.108.005-.005Zm-3.614 7.252.102.568c.732 4.085 1.5 7.836 2.344 11.455l.133.563 5.717-1.326-.133-.563a218.864 218.864 0 0 1-2.282-11.152l-.103-.568-5.778 1.023Zm3.439 11.204a220.377 220.377 0 0 1-2.098-10.267l3.501-.619c.65 3.572 1.325 6.883 2.062 10.082l-3.465.804Zm38.565 84.5.348.455c2.124 2.769 4.473 5.64 7.385 9.044l.379.44 4.442-3.833-.373-.435c-2.846-3.322-5.128-6.117-7.186-8.798l-.353-.461-4.642 3.593v-.005Zm8.235 8.306c-2.569-3.009-4.694-5.609-6.618-8.096l2.815-2.181c1.883 2.436 3.972 4.99 6.5 7.949l-2.692 2.323-.005.005Zm3.522 5.733 2.815 3.004c.517.553 1.049 1.126 1.597 1.668l3.06 3.112 1.469 1.423 4.105-4.192-1.443-1.397-2.989-3.04c-.528-.522-1.039-1.07-1.536-1.602l-2.758-2.948-4.325 3.966.005.006Zm8.921 7.579-.635-.614-3.055-3.106c-.538-.538-1.065-1.101-1.577-1.643l-2.016-2.155 2.62-2.406 1.976 2.109a63.604 63.604 0 0 0 1.561 1.633l2.994 3.045.614.599-2.487 2.544.005-.006Zm3.997 5.41.43.389c.256.236.512.471.767.712.451.419.917.854 1.393 1.269l2.18 1.919a98.1 98.1 0 0 0 2.963 2.539c.497.414.988.824 1.479 1.244l.446.378 3.741-4.519-.435-.368c-.486-.415-.983-.83-1.474-1.239-.947-.793-1.93-1.607-2.856-2.447l-2.144-1.888a43.409 43.409 0 0 1-1.331-1.213c-.256-.236-.507-.476-.763-.706l-.425-.389-3.976 4.314.005.005Zm9.514 6.818c-.348-.292-.696-.584-1.044-.87-.972-.814-1.98-1.654-2.932-2.513l-2.191-1.93c-.466-.404-.921-.829-1.366-1.244-.118-.107-.231-.215-.349-.327l2.411-2.616c.113.103.22.205.333.308.44.409.895.834 1.361 1.238l2.134 1.878c.937.85 1.93 1.674 2.882 2.472l1.029.86-2.268 2.744Zm81.905 43.964.552.154c3.399.931 7.002 1.801 11.347 2.738l.568.123 1.223-5.738-.563-.123c-4.237-.916-7.748-1.765-11.039-2.666l-.558-.154-1.525 5.666h-.005Zm11.577 1.638c-3.839-.84-7.099-1.623-10.165-2.452l.926-3.434c3 .809 6.204 1.582 9.976 2.406l-.742 3.48h.005Zm6.264 2.451.579.098c.716.117 1.438.24 2.154.363 1.178.205 2.391.415 3.593.589l4.32.624c.312.041.624.082.937.118l1.095.133.732-5.825-1.095-.133c-.297-.035-.589-.066-.886-.107l-4.222-.609c-1.152-.169-2.324-.374-3.46-.568-.717-.123-1.428-.246-2.145-.364l-.558-.092-1.044 5.773Zm11.675.64c-.287-.036-.579-.066-.865-.107l-4.315-.625c-1.187-.174-2.395-.384-3.567-.583-.527-.092-1.054-.184-1.587-.271l.635-3.501c.527.087 1.049.179 1.576.271 1.142.195 2.319.399 3.491.573l4.227.614c.287.041.569.072.85.108l-.445 3.531v-.01Zm6.454 1.884 3.47.327 2.918.2c.353.02.701.046 1.049.072a53.33 53.33 0 0 0 1.868.117l3.485.154.241-5.865-3.419-.149c-.594-.026-1.203-.072-1.786-.112a60.986 60.986 0 0 0-1.044-.072l-2.836-.195-3.393-.322-.553 5.84v.005Zm11.69-.333-2.329-.102a54.533 54.533 0 0 1-1.832-.118 75.285 75.285 0 0 0-1.059-.072l-2.902-.199-2.309-.22.338-3.542 2.257.215 2.856.194c.348.021.691.046 1.034.072.594.041 1.213.087 1.822.113l2.267.097-.143 3.557v.005Zm192.694-108.693 5.05 2.984 1.78-3.01 1.42-2.554c.18-.312.35-.619.52-.926.3-.543.61-1.085.9-1.633l1.62-3.096-5.2-2.713-1.59 3.035c-.28.522-.57 1.044-.86 1.566-.17.308-.35.615-.52.922l-1.38 2.487-1.73 2.943-.01-.005Zm4.64 1.402-3.06-1.812 1.16-1.96 1.39-2.503.51-.916c.3-.527.59-1.054.88-1.591l1.06-2.017 3.15 1.643-1.08 2.068c-.29.537-.59 1.074-.89 1.607-.17.312-.35.619-.51.931l-1.42 2.544-1.18 2.001-.01.005Zm3.84-17.089 5.28 2.554.25-.522c.52-1.085 1.04-2.191 1.54-3.26.31-.671.62-1.346.94-2.017.3-.701.6-1.377.89-2.057.48-1.08.97-2.201 1.43-3.307l.23-.532-5.41-2.267-.23.532c-.44 1.065-.91 2.139-1.37 3.178-.3.681-.6 1.362-.89 2.048-.31.66-.63 1.335-.94 2.016-.48 1.029-.97 2.088-1.47 3.122l-.25.522v-.01Zm4.74 1.013-3.2-1.55c.42-.876.83-1.761 1.23-2.621.31-.676.63-1.351.94-2.027.31-.701.6-1.376.9-2.057l1.16-2.662 3.28 1.377c-.4.927-.81 1.853-1.2 2.759-.3.681-.6 1.361-.9 2.047-.3.655-.62 1.331-.93 2.006-.42.896-.85 1.817-1.28 2.723v.005Zm2.38-17.355 5.47 2.103 1.25-3.26c.22-.583.42-1.167.63-1.755.11-.333.23-.666.35-.998l.97-2.749 1.08-3.332-5.58-1.806-1.06 3.255-.94 2.671c-.12.328-.24.661-.35.993-.2.563-.4 1.121-.61 1.679l-1.21 3.199Zm4.81.609-3.32-1.275.8-2.124c.22-.568.42-1.136.62-1.709.11-.328.23-.655.35-.983l.94-2.687.71-2.175 3.38 1.095-.72 2.217-.96 2.733c-.12.332-.24.665-.35 1.003-.2.578-.41 1.156-.62 1.725l-.83 2.18Zm8.07-101.472 5.83-.691-.07-.573c-.14-1.177-.3-2.354-.46-3.531l-.3-2.252-1-6.357-5.78.993.98 6.203c.09.727.19 1.474.29 2.221.15 1.142.3 2.278.44 3.419l.07.574v-.006Zm4.54-1.699-3.53.42c-.11-.957-.24-1.909-.38-2.861-.1-.742-.2-1.484-.29-2.232l-.81-5.092 3.51-.604.82 5.185c.1.737.19 1.489.3 2.241.13.983.26 1.961.38 2.943Zm-10.14-28.154.52 1.939.98 4.146c.22.855.4 1.73.58 2.579l.75 3.547 5.75-1.167-.76-3.618c-.19-.875-.38-1.786-.6-2.672l-1.01-4.248-.52-1.975-5.68 1.469h-.01Zm3.72 10.85-.52-2.421c-.18-.86-.36-1.745-.58-2.615l-.99-4.156-.22-.829 3.45-.891.22.855 1.01 4.238c.22.875.4 1.771.59 2.635l.52 2.478-3.48.706Zm-8.94-27.894 1.13 3.235 1.73 5.41.95 3.275 5.64-1.637-.98-3.353-1.78-5.563-1.15-3.307-5.54 1.94Zm4.6 10.492-.63-2.18-1.74-5.441-.76-2.159 3.36-1.177.77 2.2 1.77 5.533.65 2.226-3.41.993-.01.005Zm-60.49-95.437.43.394c2.46 2.273 5.04 4.806 8.12 7.959l.4.409 4.22-4.074-.41-.414c-3.14-3.23-5.79-5.83-8.33-8.179l-.43-.389-4 4.294Zm8.97 7.135c-2.74-2.805-5.09-5.113-7.33-7.196l2.42-2.605c2.3 2.134 4.69 4.483 7.47 7.329l-2.56 2.472Zm-22.54-18.707.45.358c3.45 2.739 6.23 5.047 8.74 7.273l.44.384 3.87-4.412-.43-.378c-2.59-2.293-5.45-4.663-8.98-7.468l-.46-.358-3.63 4.611v-.01Zm9.53 6.377a211.3 211.3 0 0 0-7.91-6.566l2.2-2.795c3.12 2.483 5.7 4.627 8.05 6.69l-2.34 2.676v-.005Zm-24.03-16.761.49.317c2.79 1.827 5.76 3.895 9.33 6.505l.46.338 3.49-4.719-.47-.343c-3.66-2.672-6.71-4.796-9.58-6.684l-.48-.318-3.23 4.898-.01.006Zm10.03 5.553a211.814 211.814 0 0 0-8.43-5.886l1.96-2.969c2.6 1.715 5.35 3.634 8.59 5.994l-2.12 2.861Zm-105.93-39.44 1.996.189 4.227.507a48.98 48.98 0 0 1 2.012.266c.266.04.527.077.793.118l3.383.486.901-5.799-3.455-.496c-.271-.036-.537-.077-.803-.118a53.085 53.085 0 0 0-2.099-.282l-4.324-.517-2.037-.194-.584 5.84h-.01Zm11.444.256-2.252-.323c-.266-.036-.527-.077-.788-.112-.671-.098-1.362-.2-2.053-.272l-4.232-.506-.855-.082.353-3.542.875.082 4.32.517a44.55 44.55 0 0 1 2.063.276c.271.041.537.082.808.118l2.298.332-.542 3.517.005-.006Zm-29.225-1.234 3.424.061c.593.01 1.202.041 1.791.067.348.015.696.036 1.044.046l2.841.123 3.403.235.404-5.855-3.48-.24-2.922-.128-1.049-.046a55.675 55.675 0 0 0-1.874-.072l-3.485-.067-.092 5.866-.005.01Zm11.423-.696-2.262-.154-2.861-.122-1.034-.046a52.974 52.974 0 0 0-1.827-.067l-2.267-.04.056-3.558 2.329.04c.609.011 1.233.042 1.837.068.353.015.706.035 1.06.046l2.901.128 2.314.158-.246 3.552v-.005Zm-29.239 1.193.568-.031c.752-.041 1.5-.082 2.252-.128 1.147-.067 2.288-.133 3.434-.184l2.841-.087.906-.031c.629-.02 1.279-.046 1.914-.041h.594l-.087-5.865h-.563c-.671-.01-1.352.015-2.007.035l-.921.031-2.912.092c-1.198.051-2.406.123-3.578.19-.752.046-1.499.087-2.252.128l-.588.03.399 5.855v.006Zm11.337-1.649c-.466.006-.927.021-1.377.041l-.901.031-2.851.087c-1.162.051-2.329.118-3.46.184-.557.031-1.12.067-1.678.098l-.241-3.552c.558-.031 1.116-.062 1.674-.098 1.167-.066 2.369-.138 3.552-.189l2.902-.092.931-.03c.456-.016.926-.032 1.392-.042l.051 3.557.006.005Zm-190.112 247.44.092.522c4.448 25.555 13.727 49.559 27.572 71.336 13.655 21.522 31.926 40.658 52.839 55.353 20.928 14.74 45.111 25.477 69.928 31.061a194.982 194.982 0 0 0 38.079 4.714 198.899 198.899 0 0 0 38.381-2.81c12.723-2.201 25.206-5.625 37.111-10.18a195.175 195.175 0 0 0 34.317-17.171c21.523-13.558 40.733-31.768 55.523-52.65 14.8-20.836 25.62-44.983 31.3-69.831 5.77-25.156 6.49-50.879 2.14-76.449-2.17-12.729-5.54-25.227-10.05-37.147a195.4 195.4 0 0 0-17.06-34.374c-13.49-21.567-31.63-40.827-52.47-55.69-20.843-14.893-44.954-25.8-69.726-31.537a195.227 195.227 0 0 0-38.053-4.965c-12.728-.4-25.641.476-38.391 2.59l-.568.092 2.089 12.626.568-.097c11.925-1.98 24.004-2.794 35.903-2.426a182.418 182.418 0 0 1 35.551 4.642c23.154 5.364 45.694 15.559 65.184 29.491 19.493 13.9 36.453 31.906 49.053 52.066a182.247 182.247 0 0 1 15.94 32.111 184.427 184.427 0 0 1 9.4 34.747c4.07 23.907 3.4 47.951-1.99 71.464-5.31 23.226-15.43 45.802-29.27 65.286-13.84 19.531-31.79 36.554-51.911 49.226a182.712 182.712 0 0 1-32.06 16.046c-11.126 4.258-22.806 7.462-34.711 9.519-11.904 2.037-23.983 2.923-35.893 2.631a182.595 182.595 0 0 1-35.581-4.402c-23.2-5.22-45.812-15.262-65.379-29.045-19.551-13.737-36.635-31.63-49.405-51.749-12.938-20.36-21.608-42.798-25.769-66.684-.026-.158-.056-.322-.082-.481a185.888 185.888 0 0 1-2.667-35.407 182.246 182.246 0 0 1 4.284-35.591c5.144-23.216 15.114-45.853 28.836-65.471 13.716-19.643 31.548-36.789 51.58-49.584a182.613 182.613 0 0 1 31.952-16.255c11.086-4.325 22.745-7.595 34.645-9.714l.568-.103-2.252-12.6-.568.102c-12.719 2.267-25.187 5.763-37.045 10.39a195.416 195.416 0 0 0-34.204 17.401c-21.43 13.686-40.505 32.024-55.174 53.029-14.673 20.974-25.334 45.188-30.836 70.026a195.071 195.071 0 0 0-4.586 38.094 198.905 198.905 0 0 0 2.851 37.853l.015-.005Zm386.062-66.433c.03.174.06.343.08.517 4.33 25.422 3.61 50.992-2.13 75.999-5.64 24.7-16.4 48.704-31.11 69.422-14.71 20.764-33.8 38.861-55.197 52.343a194.122 194.122 0 0 1-34.112 17.068c-11.834 4.53-24.25 7.933-36.897 10.119-12.652 2.165-25.488 3.107-38.155 2.794a194.198 194.198 0 0 1-37.854-4.683c-24.674-5.553-48.714-16.229-69.519-30.882-20.79-14.607-38.949-33.636-52.527-55.025-13.762-21.655-22.985-45.515-27.407-70.916-2.196-12.647-3.194-25.483-2.923-38.151a193.624 193.624 0 0 1 4.56-37.869c5.472-24.689 16.071-48.765 30.658-69.616 14.581-20.882 33.544-39.112 54.845-52.716a194.092 194.092 0 0 1 34-17.3c11.618-4.534 23.809-7.974 36.262-10.23l1.847 10.328c-11.776 2.134-23.313 5.389-34.296 9.673a183.97 183.97 0 0 0-32.157 16.357c-20.155 12.872-38.104 30.125-51.903 49.897-13.808 19.735-23.84 42.516-29.014 65.88a183.719 183.719 0 0 0-4.315 35.816c-.256 11.987.686 24.137 2.769 36.114 4.187 24.039 12.908 46.615 25.928 67.103 12.847 20.247 30.039 38.253 49.712 52.077 19.695 13.87 42.445 23.973 65.789 29.224a183.568 183.568 0 0 0 35.801 4.432c11.986.297 24.137-.593 36.118-2.646 11.976-2.073 23.728-5.297 34.926-9.581a183.551 183.551 0 0 0 32.264-16.142c20.257-12.755 38.317-29.885 52.237-49.538 13.92-19.603 24.11-42.322 29.44-65.696 5.43-23.661 6.1-47.855 2.01-71.915a186.913 186.913 0 0 0-9.46-34.961 183.323 183.323 0 0 0-16.04-32.316c-12.69-20.288-29.76-38.406-49.363-52.394-19.613-14.019-42.296-24.28-65.599-29.675a183.48 183.48 0 0 0-35.775-4.668c-11.782-.368-23.743.42-35.556 2.344l-1.714-10.348c12.488-2.037 25.13-2.872 37.592-2.483 12.719.4 25.442 2.058 37.828 4.94 24.623 5.701 48.591 16.546 69.317 31.353 20.72 14.776 38.75 33.923 52.16 55.362a193.946 193.946 0 0 1 16.96 34.169 198.357 198.357 0 0 1 9.91 36.415l.01.005Z"></path><path d="M861.57 112.194a169.764 169.764 0 0 1 33.104-2.236 167.594 167.594 0 0 1 32.736 4.273c21.48 4.975 42.045 14.29 60.086 27.188 18.054 12.877 33.534 29.296 45.214 47.987 11.72 18.696 19.64 39.624 23.35 61.617 3.73 21.982 3.09 44.348-1.83 65.854-4.92 21.491-14.14 42.097-26.98 60.174-12.82 18.092-29.19 33.626-47.846 45.377-18.66 11.777-39.557 19.761-61.535 23.553-21.977 3.772-44.343 3.235-65.864-1.632-21.512-4.837-42.133-14.003-60.261-26.773-18.149-12.749-33.723-29.081-45.541-47.696-11.833-18.624-19.914-39.486-23.738-61.453-3.848-21.967-3.388-44.338 1.408-65.875 4.765-21.527 13.87-42.173 26.578-60.342 12.693-18.185 28.958-33.836 47.542-45.705a168.172 168.172 0 0 1 29.424-14.97c10.277-4.013 20.974-7.002 31.947-8.957l-.68-3.823c-11.219 2.001-22.162 5.057-32.679 9.161a171.537 171.537 0 0 0-30.11 15.319c-19.014 12.145-35.648 28.154-48.632 46.754-13 18.583-22.31 39.701-27.188 61.724-4.903 22.033-5.379 44.932-1.443 67.385 3.91 22.453 12.181 43.811 24.285 62.865 12.089 19.045 28.022 35.75 46.58 48.791 18.543 13.062 39.635 22.438 61.643 27.387 22.018 4.975 44.911 5.528 67.379 1.669 22.464-3.875 43.857-12.043 62.948-24.096 19.083-12.023 35.833-27.909 48.943-46.416 13.13-18.492 22.57-39.563 27.59-61.556 5.04-22.002 5.7-44.896 1.88-67.364-3.8-22.484-11.89-43.903-23.88-63.03-11.96-19.126-27.79-35.918-46.257-49.087-18.451-13.19-39.481-22.72-61.458-27.807a171.76 171.76 0 0 0-33.498-4.371c-11.28-.353-22.617.42-33.862 2.288l.635 3.828.01-.005Z"></path><path d="m653.762 166.149.174.082 80.605 38.82.082-.174a173.57 173.57 0 0 1 15.487-25.994c5.973-8.287 12.626-15.989 19.776-22.894a173.235 173.235 0 0 1 23.426-19.019c8.204-5.532 17.079-10.425 26.368-14.53l.174-.077-.076-.174-36.063-81.874-.174.077c-14.151 6.25-27.724 13.727-40.33 22.228a262.625 262.625 0 0 0-35.74 29.01c-10.917 10.558-21.035 22.273-30.079 34.813a263.553 263.553 0 0 0-23.543 39.527l-.082.174-.005.005Zm80.6 38.391-80.083-38.57a262.827 262.827 0 0 1 23.425-39.297c9.029-12.524 19.137-24.219 30.033-34.762a262.885 262.885 0 0 1 35.689-28.969c12.539-8.455 26.03-15.897 40.095-22.12l35.832 81.347c-9.249 4.1-18.077 8.972-26.251 14.484a173.643 173.643 0 0 0-23.482 19.06c-7.165 6.92-13.834 14.638-19.822 22.944a173.708 173.708 0 0 0-15.436 25.878v.005Zm296.708 169.225.16.107 76.47 50.884.1-.158c8.48-12.698 15.96-26.415 22.23-40.771 6.27-14.418 11.23-29.24 14.73-44.062a264.947 264.947 0 0 0 6.72-45.991c.84-15.324.32-30.939-1.53-46.421l-.02-.19-.19.026-91.18 11.086.02.189a176.807 176.807 0 0 1 1 30.187 173.6 173.6 0 0 1-4.35 29.787c-2.25 9.54-5.47 19.167-9.58 28.605-4.1 9.407-8.97 18.343-14.47 26.558l-.11.159v.005Zm76.52 50.459-75.98-50.567c5.46-8.189 10.3-17.089 14.39-26.46 4.11-9.464 7.34-19.106 9.59-28.672 2.32-9.76 3.79-19.807 4.36-29.854.54-9.883.21-19.996-.97-30.064l90.61-11.014c1.83 15.395 2.34 30.929 1.5 46.166a264.175 264.175 0 0 1-6.7 45.924c-3.5 14.797-8.45 29.598-14.72 43.995-6.23 14.27-13.65 27.915-22.08 40.551v-.005ZM861.475 110.116l.189-.031c5.43-.87 10.364-1.448 15.078-1.771a177.464 177.464 0 0 1 15.104-.414c5.138.082 10.2.389 15.047.901 4.98.537 9.99 1.294 14.893 2.262 10.052 1.991 19.787 4.821 28.948 8.414a174.494 174.494 0 0 1 27.091 13.425l.163.102.103-.164 55.719-91.266-.16-.102a281.841 281.841 0 0 0-43.987-21.798c-15.048-5.896-30.924-10.513-47.184-13.722a280.32 280.32 0 0 0-24.326-3.685A278.877 278.877 0 0 0 893.596.788a283.583 283.583 0 0 0-24.572.68c-7.739.543-15.943 1.5-24.378 2.852l-.189.03.031.19 16.997 105.571-.01.005Zm116.375 22.366a174.458 174.458 0 0 0-26.983-13.358c-9.176-3.603-18.942-6.444-29.009-8.435a174.43 174.43 0 0 0-14.929-2.267c-4.857-.517-9.93-.819-15.078-.901a177.79 177.79 0 0 0-15.135.415c-4.667.317-9.55.89-14.919 1.745L844.892 4.678c8.358-1.336 16.48-2.283 24.152-2.82a282.833 282.833 0 0 1 24.537-.676c8.291.133 16.541.63 24.52 1.474a279.565 279.565 0 0 1 24.296 3.68c16.235 3.21 32.091 7.815 47.117 13.701a281.097 281.097 0 0 1 43.756 21.67l-55.415 90.775h-.005Zm-128.639-2.979 1.51-.404 1.525-.363-2.866-11.854-1.643.389-1.628.435 3.102 11.797Zm-6.003 1.694 2.994-.875-3.342-11.731-3.229.942 3.577 11.664Zm-5.911 1.955 1.469-.511c.486-.174.978-.348 1.474-.497l-3.808-11.587c-.537.164-1.064.343-1.591.532l-1.587.553 4.043 11.51Zm-5.82 2.176c.952-.41 1.934-.742 2.902-1.116l-4.274-11.424c-1.044.405-2.104.763-3.132 1.203l4.504 11.337Zm-5.721 2.405 2.845-1.238-4.734-11.245-3.076 1.336 4.965 11.147Zm-5.611 2.646c.926-.46 1.848-.931 2.794-1.351l-5.184-11.04c-1.019.456-2.017.962-3.015 1.459l5.41 10.932h-.005Z"></path><path d="M814.639 143.23c.901-.507 1.832-.962 2.738-1.454l-5.63-10.819c-.982.527-1.985 1.023-2.958 1.571l5.85 10.707v-.005Zm-5.386 3.091 2.672-1.581-6.065-10.584-2.881 1.704 6.274 10.461Zm-5.251 3.307 1.295-.86 1.316-.819-6.49-10.328-1.423.885-1.397.926 6.699 10.196Zm-5.127 3.505c.84-.609 1.705-1.177 2.549-1.776L794.52 141.3c-.911.645-1.843 1.265-2.749 1.92l7.104 9.913Zm-4.975 3.726 2.467-1.893-7.304-9.771-2.667 2.048 7.504 9.616Zm-4.827 3.931 1.183-1.013 1.213-.973-7.693-9.468-1.31 1.054-1.275 1.09 7.882 9.31Zm-4.683 4.115c.763-.706 1.551-1.382 2.319-2.078l-8.071-9.151c-.83.752-1.679 1.484-2.503 2.242l8.25 8.982.005.005Zm-4.498 4.31 2.226-2.181-8.434-8.818-2.401 2.354 8.609 8.645Zm-4.33 4.498 1.054-1.151 1.09-1.121-8.782-8.471-1.173 1.208-1.136 1.239 8.947 8.296Zm-4.161 4.658c.67-.799 1.377-1.561 2.057-2.349l-9.11-8.113c-.737.85-1.499 1.674-2.221 2.534l9.274 7.928Zm-3.961 4.831 1.95-2.441-9.428-7.739-2.108 2.631 9.586 7.549Zm-3.767 4.991.911-1.27c.302-.425.629-.829.947-1.243l-9.73-7.355c-.338.45-.691.885-1.018 1.341l-.988 1.366 9.878 7.161Zm-3.573 5.128c.557-.881 1.182-1.715 1.76-2.58l-10.016-6.96c-.629.931-1.295 1.837-1.899 2.784l10.155 6.756Zm-3.356 5.271 1.648-2.656-10.293-6.556-1.771 2.866 10.416 6.346Zm-3.135 5.405c.507-.911.998-1.827 1.541-2.718l-10.543-6.136c-.584.957-1.116 1.95-1.664 2.927l10.666 5.922v.005Zm-2.925 5.512.342-.701.364-.686.732-1.382-10.784-5.706-.783 1.489-.394.742-.374.758 10.897 5.486Zm-2.704 5.625 1.315-2.825-10.998-5.272-1.418 3.051 11.101 5.046Zm-2.452 5.732c.394-.962.768-1.929 1.203-2.876l-11.204-4.821c-.465 1.018-.87 2.068-1.295 3.101l11.301 4.596h-.005Zm-2.237 5.815.256-.737.276-.727.558-1.454-11.393-4.371-.598 1.572-.297.783-.277.793 11.475 4.141Zm-1.995 5.891.962-2.959-11.557-3.905-1.039 3.194 11.634 3.67Zm-1.74 5.967c.276-.998.527-2.001.839-2.989l-11.705-3.434c-.337 1.065-.609 2.15-.911 3.229l11.772 3.199.005-.005Zm-1.514 6.024.163-.762.19-.753.373-1.504-11.833-2.959-.404 1.628-.205.814-.174.819 11.89 2.717Zm1.457 74.341c-.261-1.009-.557-2.007-.778-3.03l-11.848 2.897c.241 1.1.558 2.175.839 3.265l11.787-3.137v.005Zm1.716 5.998c-.323-.988-.584-1.996-.886-2.989l-11.725 3.373c.322 1.075.609 2.16.951 3.224l11.654-3.608h.006Zm1.965 5.906-1.019-2.937-11.577 3.838c.353 1.06.737 2.114 1.1 3.173l11.501-4.074h-.005Zm2.195 5.809c-.194-.481-.399-.957-.583-1.438l-.543-1.453-11.413 4.304.589 1.571c.199.522.419 1.034.629 1.556l11.326-4.534-.005-.006Zm2.411 5.722-1.233-2.85-11.235 4.77 1.336 3.071 11.132-4.991Zm2.666 5.6-.691-1.387-.348-.696-.322-.707-11.025 5.221.348.757.374.753.742 1.499 10.922-5.44Zm2.871 5.496c-.522-.89-.973-1.822-1.464-2.733l-10.804 5.661c.527.983 1.018 1.986 1.581 2.953l10.687-5.881Zm3.098 5.38-1.582-2.672-10.564 6.096 1.705 2.881 10.441-6.305Zm3.325 5.241c-.563-.865-1.157-1.715-1.689-2.606l-10.313 6.521c.573.957 1.213 1.878 1.822 2.815l10.175-6.725.005-.005Zm3.522 5.112-.46-.624-.441-.64-.885-1.279-10.037 6.935.957 1.377.476.69.497.676 9.893-7.135Zm3.736 4.975-1.899-2.467-9.75 7.335 2.048 2.656 9.601-7.524Zm3.946 4.811c-.671-.793-1.361-1.571-1.996-2.39l-9.448 7.718c.691.881 1.433 1.725 2.155 2.58l9.289-7.908Zm4.131 4.668-.537-.568-.517-.584-1.034-1.161-9.126 8.091 1.116 1.254.558.63.578.614 8.962-8.276Zm4.318 4.499-2.185-2.227-8.798 8.456 2.359 2.4 8.624-8.629Zm4.511 4.314c-.758-.711-1.546-1.397-2.278-2.134l-8.444 8.803c.793.794 1.632 1.536 2.456 2.303l8.266-8.966v-.006Zm4.672 4.141c-.814-.655-1.572-1.372-2.355-2.052l-8.086 9.135c.849.737 1.668 1.505 2.543 2.212l7.903-9.295h-.005Zm4.836 3.956-2.441-1.95-7.713 9.448 2.63 2.109 7.524-9.607Zm5.005 3.747c-.839-.62-1.704-1.203-2.518-1.848l-7.329 9.75c.88.696 1.812 1.326 2.718 1.996l7.135-9.898h-.006Zm5.141 3.557c-.886-.553-1.725-1.167-2.59-1.751l-6.935 10.037c.926.635 1.837 1.29 2.789 1.889l6.731-10.175h.005Zm5.276 3.352-2.656-1.648-6.526 10.303 2.861 1.781 6.321-10.436Zm5.415 3.117-1.367-.763-.686-.373-.67-.399-6.106 10.563.721.425.737.41 1.474.813 5.897-10.676Zm5.521 2.907c-.942-.445-1.853-.942-2.774-1.428l-5.676 10.799c.993.522 1.981 1.06 2.994 1.541l5.461-10.907-.005-.005Zm5.63 2.692-2.825-1.32-5.241 11.014 3.05 1.423 5.016-11.117Zm5.739 2.436-1.444-.588c-.481-.195-.962-.384-1.438-.604l-4.79 11.219c.511.235 1.028.44 1.55.65l1.556.634 4.566-11.311Zm5.818 2.211c-.486-.174-.982-.332-1.464-.522l-1.453-.557-4.335 11.403 1.571.598c.522.205 1.055.374 1.582.563l4.104-11.485h-.005Zm5.896 1.992-2.958-.968-3.87 11.567 3.189 1.044 3.639-11.643Zm5.974 1.719-1.499-.409c-.502-.133-1.004-.266-1.495-.425l-3.403 11.715c.532.169 1.074.312 1.612.456l1.617.44 3.163-11.782.005.005Zm6.028 1.489c-1.013-.204-2.016-.465-3.019-.716l-2.928 11.843c1.085.271 2.165.548 3.26.773l2.687-11.9Zm90.165-6.822-2.907 1.09 4.187 11.46 3.137-1.183-4.417-11.367Zm5.734-2.38c-.952.404-1.888.845-2.856 1.213l4.648 11.28c1.044-.399 2.057-.875 3.081-1.31l-4.878-11.183h.005Zm5.64-2.59c-.46.236-.926.456-1.397.671l-1.407.65 5.102 11.081 1.52-.707c.507-.23 1.014-.465 1.51-.721l-5.328-10.974Zm5.523-2.82-2.743 1.449 5.548 10.865 2.963-1.561-5.768-10.753Zm5.403-3.05-1.33.793c-.446.266-.906.502-1.351.758l5.983 10.63c.486-.276.982-.532 1.463-.819l1.439-.855-6.198-10.507h-.006Zm5.282-3.25c-.865.573-1.756 1.095-2.626 1.653l6.413 10.38c.942-.599 1.904-1.167 2.836-1.787l-6.618-10.246h-.005Zm5.149-3.48-2.554 1.77 6.828 10.109 2.753-1.909-7.027-9.97Zm5.001-3.691-1.229.952-1.254.917 7.232 9.826 1.351-.987 1.331-1.029-7.431-9.679Zm4.867-3.879c-.794.67-1.612 1.305-2.416 1.965l7.621 9.525c.865-.711 1.75-1.397 2.605-2.119l-7.81-9.371Zm4.699-4.089L990 395.772l8 9.213 2.51-2.237-8.186-9.048Zm4.534-4.279-1.105 1.1-1.142 1.065 8.359 8.88 1.23-1.152 1.2-1.182-8.542-8.711Zm4.372-4.448c-.7.768-1.445 1.495-2.162 2.247l8.712 8.537c.78-.814 1.58-1.597 2.34-2.426l-8.89-8.358Zm4.19-4.637-2.07 2.344 9.06 8.179 2.22-2.523-9.21-8Zm3.99-4.801-.97 1.224c-.32.409-.67.798-1 1.197l9.37 7.81c.36-.429.73-.849 1.08-1.289l1.05-1.321-9.53-7.621Zm3.82-4.954c-.6.85-1.27 1.658-1.89 2.493l9.68 7.431c.67-.901 1.38-1.771 2.03-2.692l-9.82-7.232Zm3.6-5.108-1.77 2.58 9.97 7.032 1.91-2.774-10.11-6.838Zm3.39-5.251c-.54.886-1.08 1.781-1.67 2.641l10.25 6.633c.63-.931 1.2-1.894 1.8-2.845l-10.37-6.424-.01-.005Zm3.19-5.369-.37.681-.4.67-.79 1.346 10.49 6.219.86-1.454.43-.721.4-.737-10.62-6.004Zm2.97-5.497-1.45 2.764 10.73 5.789 1.57-2.979-10.85-5.574Zm2.73-5.609c-.45.942-.86 1.894-1.34 2.82l10.96 5.354c.52-.998.97-2.027 1.45-3.041l-11.07-5.133Zm2.51-5.707c-.37.973-.82 1.909-1.23 2.866l11.17 4.909c.44-1.034.92-2.042 1.33-3.092l-11.27-4.683Zm2.28-5.799-1.1 2.913 11.35 4.452 1.2-3.137-11.45-4.228Zm2.03-5.88c-.33.982-.62 1.981-.98 2.948l11.52 3.992c.4-1.049.71-2.124 1.07-3.183l-11.6-3.762-.01.005Zm1.8-5.953c-.26 1.004-.59 1.986-.87 2.984l11.67 3.527c.32-1.075.67-2.135.95-3.22l-11.75-3.285v-.006Zm-4.83-97.484 1.1 2.907 11.46-4.171-1.18-3.138-11.38 4.402Zm-2.36-5.743.63 1.423c.21.471.38.957.58 1.438l11.29-4.626c-.22-.517-.4-1.044-.64-1.551l-.67-1.536-11.18 4.858-.01-.006Zm-2.57-5.645c.46.926.87 1.878 1.31 2.81l11.09-5.082c-.48-1.009-.92-2.032-1.41-3.035l-10.99 5.307Zm-2.82-5.522 1.44 2.743 10.88-5.528-1.57-2.968-10.75 5.753Zm-3.04-5.41.79 1.331.76 1.356 10.63-5.963-.81-1.463-.85-1.444-10.52 6.183Zm-3.24-5.292 1.64 2.631 10.39-6.393-1.77-2.841-10.26 6.603Zm-3.48-5.149c.58.855 1.2 1.694 1.77 2.554l10.12-6.807c-.61-.932-1.27-1.838-1.9-2.759l-9.98 7.012h-.01Zm-3.67-5.011c.31.41.64.819.95 1.234l.91 1.259 9.84-7.212-.99-1.356c-.33-.45-.69-.885-1.02-1.331l-9.69 7.411v-.005Zm-3.87-4.872 1.96 2.416 9.53-7.606-2.11-2.61-9.38 7.8Zm-4.09-4.704c.69.783 1.4 1.541 2.07 2.329l9.22-7.984c-.72-.855-1.49-1.674-2.23-2.513l-9.06 8.168Zm-4.266-4.544 1.096 1.11 1.06 1.141 8.89-8.347-1.14-1.234-1.18-1.197-8.726 8.527Zm-4.443-4.387 2.242 2.176 8.547-8.701-2.42-2.339-8.369 8.864Zm-4.632-4.186c.773.696 1.571 1.366 2.339 2.067l8.192-9.033c-.83-.758-1.682-1.484-2.521-2.232l-8.015 9.198h.005Zm-4.796-4.008 1.223.973 1.193 1.008 7.83-9.356-1.289-1.085-1.316-1.049-7.641 9.509Zm-4.943-3.823c.839.614 1.658 1.264 2.492 1.889l7.447-9.663c-.901-.676-1.781-1.372-2.687-2.037l-7.252 9.811Zm-5.104-3.608 2.575 1.776 7.052-9.955-2.774-1.914-6.853 10.093Zm-5.24-3.399 1.331.819 1.305.855 6.648-10.226-1.412-.926-1.434-.881-6.438 10.359Zm-5.369-3.204c.911.502 1.796 1.055 2.697 1.577l6.234-10.487c-.973-.558-1.925-1.157-2.907-1.699l-6.024 10.609Zm-5.492-2.968 2.763 1.448 5.809-10.727-2.983-1.561-5.589 10.84Zm-5.604-2.743 1.418.655c.471.215.931.46 1.397.691l5.374-10.953c-.507-.246-.998-.512-1.51-.742l-1.525-.706-5.149 11.06-.005-.005Zm-5.701-2.524c.967.384 1.904.83 2.861 1.234l4.929-11.158c-1.034-.435-2.048-.921-3.087-1.33l-4.703 11.254Zm-5.793-2.287 2.907 1.105 4.478-11.347-3.142-1.192-4.243 11.434Zm-5.881-2.037c.988.317 1.976.629 2.948.993l4.013-11.521c-1.05-.389-2.119-.727-3.184-1.07l-3.777 11.598Zm-5.947-1.812c.501.128.998.281 1.494.43l1.49.445 3.541-11.674-1.607-.482c-.537-.163-1.069-.327-1.612-.465l-3.306 11.741v.005Zm-6.014-1.566 3.02.742 3.066-11.808-3.256-.798-2.83 11.864Zm-6.066-1.306 1.525.292c.507.097 1.008.225 1.515.333l2.59-11.92c-.548-.118-1.091-.251-1.638-.358l-1.643-.318-2.344 11.971h-.005Zm-6.112-1.079c1.024.148 2.037.348 3.061.511l2.104-12.017c-1.101-.174-2.201-.394-3.307-.553l-1.858 12.059Zm-6.146-.814 3.081.368 1.612-12.094-3.327-.399-1.366 12.125Z" class="svg-internal-circle"></path></g><path d="M1388.31 356.731h113.6l.29-.511 56.5-97.864-56.79-98.375h-113.6l-.29.512-56.5 97.863 56.79 98.375Zm112.42-2.037h-111.24l-55.62-96.338 55.62-96.338h111.24l55.62 96.338-55.62 96.338Z" style="mix-blend-mode:overlay;"></path><path d="M1401.81 333.347h86.59l43.3-74.99-43.3-74.991h-86.59l-43.29 74.991 43.29 74.99Zm85.42-2.037h-84.24l-42.12-72.953 42.12-72.954h84.24l42.12 72.954-42.12 72.953Z" style="mix-blend-mode:overlay;"></path><path d="M1401.81 333.347h86.59l43.3-74.99-43.3-74.991h-86.59l-43.29 74.991 43.29 74.99Zm85.42-2.037h-84.24l-42.12-72.953 42.12-72.954h84.24l42.12 72.954-42.12 72.953Zm-268.21-72.426h113.6l.29-.512 56.51-97.863-56.8-98.375h-113.6l-.29.512-56.5 97.863.3.511 56.5 97.864h-.01Zm112.42-2.037H1220.2l-55.62-96.338 55.62-96.338h111.24l55.62 96.338-55.62 96.338Z" style="mix-blend-mode:overlay;"></path><path d="m1194.17 176.943 1.76-1.019-8.9-15.415 44.4-76.89h16.26v-2.037h-17.44l-.29.507-45.28 78.42 9.49 16.434Zm36.08 62.497h38.23v-2.037h-37.05l-10.07-17.427-1.76 1.018 10.65 18.446Zm63.79 0h27.35l18.76-32.5-1.76-1.018-18.18 31.481h-26.17v2.037Z" style="mix-blend-mode:overlay;"></path><path d="M1294.04 239.44h27.35l18.76-32.5-1.76-1.018-18.18 31.481h-26.17v2.037Zm62.88-61.54 10.04-17.391-33.6-58.193-1.76 1.018 33.01 57.175-9.45 16.373 1.76 1.018Zm-137.9 276.188h113.6l.29-.512 56.51-97.863-56.8-98.375h-113.6l-.29.512-56.5 97.863.3.512 56.5 97.863h-.01Zm112.42-2.037H1220.2l-55.62-96.338 55.62-96.338h111.24l55.62 96.338-55.62 96.338Z" style="mix-blend-mode:overlay;"></path><path d="m1197.42 373.074 1.76-1.019-9.44-16.342 12.89-22.31-1.77-1.018-13.47 23.328 10.03 17.361Zm34.18 59.221h27.07v-2.037h-25.89l-11.42-19.776-1.76 1.018 12 20.795Z" style="mix-blend-mode:overlay;"></path><path d="M1231.6 432.295h27.07v-2.037h-25.89l-11.42-19.776-1.76 1.018 12 20.795Zm69.74 0h18.7l12-20.795-1.77-1.018-11.41 19.776h-17.52v2.037Zm51.04-56.023 11.87-20.559-21.52-37.265-1.76 1.019 20.93 36.246-11.29 19.541 1.77 1.018Z" style="mix-blend-mode:overlay;"></path><path d="m1352.38 376.272 11.87-20.559-21.52-37.265-1.76 1.019 20.93 36.246-11.29 19.541 1.77 1.018Zm-130.47-76.275 10.87-18.829h86.08l8.07 13.998 1.77-1.024-8.67-15.011h-88.43l-11.46 19.848 1.77 1.018ZM564.225 524.805h76.208l38.104-65.998-.296-.512-37.813-65.491H564.22l-38.105 65.998.297.512 37.813 65.491Zm75.031-2.037h-73.854l-36.927-63.961 36.927-63.961h73.854l36.927 63.961-36.927 63.961ZM554.64 299.46h55.27l27.638-47.864-27.638-47.865h-55.27l-27.638 47.865 27.638 47.864Zm54.093-2.037h-52.916l-26.461-45.827 26.461-45.828h52.916l26.46 45.828-26.46 45.827Zm-387.8 54.876H334.53l.291-.512 56.504-97.863-.297-.512-56.503-97.863H220.928l-.291.512-56.504 97.863.297.512 56.503 97.868v-.005Zm112.42-2.037H222.111l-55.619-96.338 55.619-96.338h111.242l55.618 96.338-55.618 96.338Z" style="mix-blend-mode:overlay;"></path><path d="M235.49 327.082h84.479l42.24-73.158-.297-.512-41.943-72.651H235.49l-42.24 73.158.297.512 41.943 72.651Zm83.302-2.037h-82.125l-41.063-71.121 41.063-71.121h82.125l41.062 71.121-41.062 71.121Z" style="mix-blend-mode:overlay;"></path><path d="M235.49 327.082h84.479l42.24-73.158-.297-.512-41.943-72.651H235.49l-42.24 73.158.297.512 41.943 72.651Zm83.302-2.037h-82.125l-41.063-71.121 41.063-71.121h82.125l41.062 71.121-41.062 71.121Zm71.429-70.594h113.596l.292-.511 56.503-97.864-.296-.511-56.504-97.869H390.215l-.291.512-56.504 97.863.297.512 56.504 97.863v.005Zm112.419-2.037H391.398l-55.619-96.338 55.619-96.338H502.64l55.618 96.338-55.618 96.338Z" style="mix-blend-mode:overlay;"></path><path d="m519.625 179.456 13.502-23.38-15.902-27.54-1.766 1.018 15.313 26.522-12.913 22.361 1.766 1.019Zm-54.748 51.196h25.196l11.378-19.715-1.766-1.018-10.789 18.691h-24.019v2.042Zm-60.914 0h25.467v-2.042h-24.29l-12.171-21.076-1.766 1.018 12.76 22.1Zm-30.639-53.064 1.766-1.019-11.833-20.493 41.881-72.538h83.758l9.632 16.69 1.766-1.024-10.221-17.703h-86.112l-43.059 74.575 12.422 21.512Z" style="mix-blend-mode:overlay;"></path><path d="m373.324 177.588 1.766-1.019-11.833-20.493 41.881-72.538h83.758l9.632 16.69 1.766-1.024-10.221-17.703h-86.112l-43.059 74.575 12.422 21.512Zm16.897 272.068h113.596l.292-.512 56.503-97.863-.296-.512-56.504-97.863H390.215l-.291.512-56.504 97.863.297.512 56.504 97.863Zm112.419-2.037H391.398l-55.619-96.338 55.619-96.338H502.64l55.618 96.338-55.618 96.338Z" style="mix-blend-mode:overlay;"></path><path d="m498.59 291.982 1.76-1.018-9.253-16.035h-23.646v2.037h22.469l8.67 15.016Zm-30.217 135.645h22.724l.292-.506 43.791-75.84-10.446-18.088-1.766 1.019 9.857 17.069-42.905 74.309h-21.547v2.037Zm-65.441 0h21.005v-2.037H404.11l-10.82-18.737-1.761 1.019 11.403 19.755Zm-32.899-56.984 1.766-1.019-10.589-18.343 12.529-21.706-1.766-1.019-13.118 22.725 11.178 19.362Zm22.996-74.479 11.081-19.198h30.995v-2.037h-32.172l-11.669 20.216 1.765 1.019Z" style="mix-blend-mode:overlay;"></path><g opacity=".19"><path d="M1572.47 384.108h145.91l.38-.655 72.58-125.711-72.96-126.366h-145.91l-.38.656-72.58 125.71 72.96 126.366Zm144.4-2.62h-142.89l-71.44-123.746 71.44-123.745h142.89l71.44 123.745-71.44 123.746Z" style="mix-blend-mode:overlay;"></path><path d="M1589.81 354.075h111.23l55.62-96.327-55.62-96.328h-111.23l-55.61 96.328 55.61 96.327Zm109.72-2.62h-108.21l-54.1-93.707 54.1-93.708h108.21l54.1 93.708-54.1 93.707Z" style="mix-blend-mode:overlay;"></path><path d="M1589.81 354.075h111.23l55.62-96.327-55.62-96.328h-111.23l-55.61 96.328 55.61 96.327Zm109.72-2.62h-108.21l-54.1-93.707 54.1-93.708h108.21l54.1 93.708-54.1 93.707Zm-344.51-93.032h145.91l.38-.655 72.58-125.711-72.96-126.36h-145.91l-.38.655-72.58 125.71.38.655 72.58 125.711v-.005Zm144.4-2.62h-142.89l-71.44-123.746 71.44-123.745h142.89l71.44 123.745-71.44 123.746Z" style="mix-blend-mode:overlay;"></path><path d="m1323.08 153.169 2.27-1.31-11.43-19.797 57.02-98.769h20.9v-2.62h-22.41l-.37.655-58.16 100.734 12.18 21.107Zm46.35 80.278h49.11v-2.616h-47.6l-12.92-22.386-2.27 1.31 13.68 23.692Zm81.94 0h35.14l24.1-41.749-2.26-1.31-23.35 40.443h-33.63v2.616Z" style="mix-blend-mode:overlay;"></path><path d="M1451.37 233.447h35.14l24.1-41.749-2.26-1.31-23.35 40.443h-33.63v2.616Zm80.77-79.049 12.9-22.336-43.15-74.755-2.27 1.31 42.4 73.445-12.14 21.025 2.26 1.311Zm-177.12 354.766h145.91l.38-.655 72.58-125.711-72.96-126.366h-145.91l-.38.655-72.58 125.711.38.655 72.58 125.711Zm144.4-2.621h-142.89l-71.44-123.745 71.44-123.745h142.89l71.44 123.745-71.44 123.745Z" style="mix-blend-mode:overlay;"></path><path d="m1327.26 405.103 2.26-1.311-12.12-20.994 16.55-28.656-2.27-1.31-17.3 29.966 12.88 22.305Zm43.91 76.07h34.78v-2.62h-33.26l-14.67-25.402-2.27 1.311 15.42 26.711Z" style="mix-blend-mode:overlay;"></path><path d="M1371.17 481.173h34.78v-2.62h-33.26l-14.67-25.402-2.27 1.311 15.42 26.711Zm89.58 0h24.02l15.42-26.711-2.27-1.311-14.67 25.402h-22.5v2.62Zm65.56-71.96 15.25-26.415-27.64-47.864-2.26 1.31 26.88 46.554-14.5 25.104 2.27 1.311Z" style="mix-blend-mode:overlay;"></path><path d="m1526.31 409.213 15.25-26.415-27.64-47.864-2.26 1.31 26.88 46.554-14.5 25.104 2.27 1.311Zm-167.59-97.976 13.97-24.188h110.56l10.38 17.974 2.27-1.31-11.13-19.285h-113.6l-14.71 25.499 2.26 1.31ZM513.923 600h97.894l48.944-84.776-.379-.655-48.565-84.121h-97.894l-48.944 84.776.378.655L513.923 600Zm96.379-2.621h-94.869l-47.435-82.16 47.435-82.161h94.869l47.434 82.161-47.434 82.16ZM501.61 310.546h70.999l35.499-61.484-35.499-61.484H501.61l-35.499 61.484 35.499 61.484Zm69.484-2.621H503.12l-33.989-58.868 33.989-58.868h67.974l33.984 58.868-33.984 58.868Zm647.556 8.02h70.99l35.5-61.483-35.5-61.484h-70.99l-35.5 61.484 35.5 61.483Zm69.48-2.62h-67.97l-33.99-58.868 33.99-58.869h67.97l33.98 58.869-33.98 58.868ZM72.953 378.412H218.87l.379-.655 72.58-125.711-.379-.655-72.58-125.711H72.953l-.378.655L0 252.051l.379.655 72.58 125.711-.006-.005Zm144.402-2.621H74.468L3.025 252.051l71.443-123.75h142.887l71.444 123.745-71.444 123.745Z" style="mix-blend-mode:overlay;"></path><path d="M91.655 346.019H200.17l54.257-93.973-.378-.655-53.879-93.318H91.655l-54.257 93.973.38.655 53.877 93.318Zm106.999-2.62H93.17l-52.742-91.353 52.742-91.353h105.49l52.742 91.353-52.742 91.353h-.006Z" style="mix-blend-mode:overlay;"></path><path d="M91.655 346.019H200.17l54.257-93.973-.378-.655-53.879-93.318H91.655l-54.257 93.973.38.655 53.877 93.318Zm106.999-2.62H93.17l-52.742-91.353 52.742-91.353h105.49l52.742 91.353-52.742 91.353h-.006Zm91.753-90.672h145.911l.379-.655 72.58-125.711-.379-.655L436.324 0H290.412l-.379.655-72.58 125.711.379.655 72.58 125.711-.005-.005Zm144.402-2.621H291.921l-71.443-123.745 71.443-123.74h142.888l71.443 123.745-71.443 123.745v-.005Z" style="mix-blend-mode:overlay;"></path><path d="m456.632 156.399 17.345-30.033-20.426-35.376-2.268 1.305 19.669 34.071-16.583 28.723 2.263 1.31Zm-70.323 65.757h32.361l14.618-25.324-2.268-1.305-13.865 24.009h-30.846v2.62Zm-78.251 0h32.715v-2.62h-31.205l-15.631-27.075-2.267 1.31 16.388 28.385Zm-39.353-68.157 2.267-1.311-15.195-26.322 53.791-93.175h107.588l12.375 21.434 2.267-1.31-13.127-22.745H308.058l-55.306 95.796 15.953 27.633Z" style="mix-blend-mode:overlay;"></path><path d="m268.705 153.999 2.267-1.311-15.195-26.322 53.791-93.175h107.588l12.375 21.434 2.267-1.31-13.127-22.745H308.058l-55.306 95.796 15.953 27.633Zm21.701 349.469h145.912l.378-.656 72.58-125.71-.379-.655-72.579-125.711H290.406l-.379.655-72.58 125.711.379.655 72.58 125.711Zm144.402-2.621H291.921l-71.444-123.745 71.444-123.746h142.887l71.443 123.746-71.443 123.745Z" style="mix-blend-mode:overlay;"></path><path d="m429.607 300.934 2.268-1.31-11.89-20.59h-30.376v2.615h28.866l11.132 19.285Zm-38.81 174.241h29.188l.379-.655 56.243-97.418-13.415-23.231-2.267 1.31 12.657 21.921-55.106 95.457h-27.679v2.616Zm-84.054 0h26.977v-2.616h-25.467l-13.896-24.07-2.267 1.305 14.653 25.381Zm-42.266-73.199 2.268-1.311-13.604-23.563 16.096-27.879-2.267-1.305-16.849 29.184 14.356 24.874Zm29.536-95.668 14.239-24.659h39.809v-2.615h-41.319l-14.996 25.964 2.267 1.31Z" style="mix-blend-mode:overlay;"></path></g></g><path fill="#B3B3B3" d="m474.413 144.049-25.263-11.582-.435-.2-.44.2-25.263 11.582.435 2.006h50.531l.435-2.006Zm-1.484 31.169h-49.482v7.682h50.531v-7.682h-1.049Zm-4.991-26.005h3.659c-.184.317-.45.589-.778.773l-.527.302v21.005l.527.302c.322.189.594.455.778.772h-3.659c.184-.317.45-.588.777-.772l.528-.302v-21.005l-.528-.302a2.164 2.164 0 0 1-.777-.773Z"></path><path fill="#B3B3B3" d="M466.122 150.262c.266.456.609.86 1.013 1.183v18.701a4.26 4.26 0 0 0-1.013 1.182c-.635 1.101-.563 1.961-.563 3.153h8.424c0-1.192.072-2.047-.563-3.153a4.19 4.19 0 0 0-1.013-1.182v-18.701a4.25 4.25 0 0 0 1.013-1.183 4.197 4.197 0 0 0 .563-2.098v-1.054h-8.424c0 1.192-.072 2.047.563 3.152Zm-14.035 0c.261.456.609.86 1.013 1.183v18.701a4.26 4.26 0 0 0-1.013 1.182c-.635 1.101-.563 1.961-.563 3.153h8.424c0-1.192.072-2.047-.563-3.153a4.19 4.19 0 0 0-1.013-1.182v-18.701a4.25 4.25 0 0 0 1.013-1.183 4.197 4.197 0 0 0 .563-2.098v-1.054h-8.424c0 1.192-.072 2.047.563 3.152Zm-14.039 0c.261.456.609.86 1.013 1.183v18.701a4.26 4.26 0 0 0-1.013 1.182c-.635 1.101-.563 1.961-.563 3.153h8.424c0-1.192.072-2.047-.563-3.153a4.19 4.19 0 0 0-1.013-1.182v-18.701a4.25 4.25 0 0 0 1.013-1.183 4.197 4.197 0 0 0 .563-2.098v-1.054h-8.424c0 1.192-.072 2.047.563 3.152Zm-14.039 0c.261.456.609.86 1.013 1.183v18.701a4.26 4.26 0 0 0-1.013 1.182c-.635 1.101-.563 1.961-.563 3.153h8.424c0-1.192.072-2.047-.563-3.153a4.19 4.19 0 0 0-1.013-1.182v-18.701a4.207 4.207 0 0 0 1.576-3.281v-1.054h-8.424c0 1.192-.072 2.047.563 3.152ZM1445.31 426.446c-2.55 1.331-4.44 3.03-5.76 4.919a13.318 13.318 0 0 0-2.4 7.339c-.06 2.508.56 5.005 1.72 7.222 1.1 2.103 2.68 3.951 4.63 5.312 3.39 2.365 7.21 2.887 10.75 2.114 2.64-.573 5.13-1.868 7.18-3.649 2.04-1.786 3.66-4.074 4.56-6.633 1.17-3.353 1.1-7.155-.86-10.892-1.83-3.506-4.97-5.896-8.57-6.93-3.58-1.023-7.61-.706-11.25 1.198Zm-3.64 6.398c1.09-1.566 2.68-2.979 4.83-4.11 3.03-1.582 6.38-1.848 9.35-.993 2.94.844 5.51 2.789 7 5.63 1.59 3.045 1.64 6.131.7 8.844-.75 2.119-2.1 4.023-3.82 5.528-1.73 1.504-3.81 2.594-6.02 3.07-2.89.63-5.98.21-8.72-1.699-1.61-1.121-2.92-2.651-3.83-4.391-.96-1.832-1.47-3.895-1.42-5.963.05-2.042.65-4.094 1.93-5.921v.005Z"></path><path fill="#B3B3B3" d="m1453.37 425.392-1.88-3.603a3.315 3.315 0 0 0-4.16-1.551c-2.02.803-4.6 2.385-6.6 3.429a3.328 3.328 0 0 0-1.64 1.95 3.3 3.3 0 0 0 .23 2.528l1.88 3.603 2.29-1.197 2.46-2.999 5.13-.973 2.29-1.197v.01Zm-27.17-25.197c3.03 1.582 5.15 4.182 6.15 7.099 2.13 6.254-1.28 12.775-7.63 14.597-2.97.85-6.32.589-9.34-.993-3.03-1.581-5.16-4.181-6.15-7.099-2.13-6.254 1.27-12.775 7.62-14.597 2.97-.849 6.33-.588 9.35.993Zm8.6 6.27c-1.2-3.526-3.76-6.654-7.41-8.557-3.64-1.904-7.67-2.222-11.25-1.198-3.59 1.034-6.74 3.424-8.57 6.93-1.84 3.506-2.01 7.447-.8 10.993 1.2 3.527 3.76 6.654 7.41 8.558 3.64 1.904 7.67 2.221 11.25 1.198 3.6-1.034 6.74-3.424 8.58-6.93 1.83-3.506 2-7.447.79-10.994Z"></path><path fill="#B3B3B3" d="m1422.93 398.046 7.58 3.966 2.29 1.198 1.89-3.603c.05-.098.08-.174.11-.241.32-.742.35-1.576.13-2.318a3.134 3.134 0 0 0-1.73-1.966l-6.55-2.784c-.81-.343-1.7-.389-2.48-.143a3.2 3.2 0 0 0-1.91 1.592l-1.62 3.101 2.3 1.198h-.01Z"></path><path fill="#B3B3B3" d="M1443.81 398.025a3.875 3.875 0 0 0-1.04-2.789 3.887 3.887 0 0 0-2.7-1.239l-3.89-.148a3.863 3.863 0 0 0-2.79 1.039 3.83 3.83 0 0 0-1.24 2.702 3.876 3.876 0 0 0 1.04 2.79 3.852 3.852 0 0 0 2.7 1.238l3.89.149a3.868 3.868 0 0 0 2.79-1.039 3.914 3.914 0 0 0 1.24-2.703Zm-2.94-1.023c.23.245.37.573.35.931-.01.353-.17.671-.42.901-.24.225-.57.363-.93.348l-3.89-.148a1.317 1.317 0 0 1-1.25-1.352c.02-.353.18-.67.42-.9.25-.226.57-.364.93-.348l3.89.148c.36.015.67.174.9.42Zm7.4 1.376a3.893 3.893 0 0 0-2.05 2.155c-.36.926-.37 1.996.06 2.974l1.57 3.562a3.86 3.86 0 0 0 2.15 2.052c.93.364 2 .369 2.98-.061s1.69-1.223 2.05-2.155c.36-.926.37-1.996-.06-2.973l-1.57-3.563a3.86 3.86 0 0 0-2.15-2.052c-.93-.363-2-.369-2.98.061Zm.36 3.087a1.305 1.305 0 0 1 1.69-.737c.3.117.57.358.71.685l1.57 3.563c.14.327.14.685.02.998-.12.307-.36.573-.69.716-.32.143-.68.143-.99.021a1.278 1.278 0 0 1-.72-.686l-1.57-3.562a1.328 1.328 0 0 1-.02-.998Z"></path><path fill="#B3B3B3" d="M1448.7 402.33c.67.245 1.42-.098 1.66-.768a1.288 1.288 0 0 0-.77-1.664l-8.33-3.07a1.29 1.29 0 0 0-1.66.772c-.25.671.1 1.418.77 1.664l8.33 3.071v-.005Zm-1.17 10.149a3.882 3.882 0 0 0-2.87.798 3.86 3.86 0 0 0-1.47 2.585l-.48 3.864a3.854 3.854 0 0 0 .79 2.866 3.909 3.909 0 0 0 2.59 1.474 3.846 3.846 0 0 0 2.86-.798 3.871 3.871 0 0 0 1.48-2.585l.48-3.864a3.858 3.858 0 0 0-.8-2.866 3.864 3.864 0 0 0-2.58-1.474Zm-1.28 2.835c.26-.205.6-.307.96-.261a1.297 1.297 0 0 1 1.13 1.454l-.48 3.864c-.05.353-.23.66-.49.865-.26.205-.6.307-.96.261-.36-.046-.66-.23-.87-.491-.2-.262-.31-.599-.26-.963l.48-3.864c.05-.353.23-.66.49-.865Z"></path><path fill="#B3B3B3" d="M1452.13 407.018a1.297 1.297 0 0 0-.72-1.679 1.292 1.292 0 0 0-1.68.727l-3.27 8.255c-.26.666.06 1.413.72 1.679.67.261 1.42-.061 1.68-.727l3.27-8.255ZM300.217 251.304h-13.891v23.558h14.96v-23.558h-1.069Zm-16.066 0h-13.885v23.558h14.96v-23.558h-1.075Zm-16.096 0H254.17v23.558h14.955v-23.558h-1.07Zm35.377 24.618h-51.407v2.139h51.407v-2.139Zm0-27.817h-51.407v2.144h51.407v-2.144Zm-11.516-15.83a2.68 2.68 0 0 1 3.787 0 2.683 2.683 0 0 1 0 3.787 2.68 2.68 0 0 1-3.787 0 2.68 2.68 0 0 1 0-3.787Zm7.543 14.755c-.015-2.083-.624-5.256-1.586-6.858-1.008-1.679-2.431-2.815-4.069-2.815s-3.061 1.136-4.069 2.815c-.962 1.602-1.566 4.775-1.587 6.858h11.311Z"></path><path fill="#B3B3B3" d="M293.81 227.745a4.801 4.801 0 0 0-3.409 1.413 4.813 4.813 0 0 0-1.413 3.408c0 1.331.538 2.534 1.413 3.409a4.813 4.813 0 0 0 3.409 1.413 4.8 4.8 0 0 0 3.408-1.413 4.813 4.813 0 0 0 1.413-3.409 4.8 4.8 0 0 0-1.413-3.408 4.813 4.813 0 0 0-3.408-1.413Zm-10.431 19.285c-.015-2.083-.624-5.256-1.586-6.858-1.009-1.679-2.431-2.815-4.069-2.815s-3.061 1.136-4.069 2.815c-.962 1.602-1.566 4.775-1.587 6.858h11.311Z"></path><path fill="#B3B3B3" d="M277.729 227.745a4.8 4.8 0 0 0-3.408 1.413 4.813 4.813 0 0 0-1.413 3.408c0 1.331.538 2.534 1.413 3.409a4.813 4.813 0 0 0 3.408 1.413 4.801 4.801 0 0 0 3.409-1.413 4.813 4.813 0 0 0 1.413-3.409 4.8 4.8 0 0 0-1.413-3.408 4.813 4.813 0 0 0-3.409-1.413Zm-10.432 19.285c-.015-2.083-.624-5.256-1.586-6.858-1.009-1.679-2.431-2.815-4.069-2.815s-3.061 1.136-4.069 2.815c-.962 1.602-1.566 4.775-1.587 6.858h11.311Z"></path><path fill="#B3B3B3" d="M261.647 227.745a4.8 4.8 0 0 0-3.408 1.413 4.813 4.813 0 0 0-1.413 3.408c0 1.331.538 2.534 1.413 3.409a4.813 4.813 0 0 0 3.408 1.413 4.801 4.801 0 0 0 3.409-1.413 4.813 4.813 0 0 0 1.413-3.409 4.8 4.8 0 0 0-1.413-3.408 4.813 4.813 0 0 0-3.409-1.413Zm194.694 104.573c.072-.051.185-.118.297-.189 1.382-.865 3.173-1.981 3.219-8.89a1.193 1.193 0 0 0-2.078-.804c-.598.66-1.202.993-1.775 1.08-.64.092-1.295-.113-1.894-.512-2.068-1.366-4.914-2.6-7.938-2.907-2.437-.251-4.991.092-7.37 1.418l-.077.046c-2.17 1.438-3.66 2.769-4.345 4.355-.737 1.705-.523 3.522.813 5.789.19.317.502.517.84.573.353.057.691.097 1.008.123.343.026.681.041 1.013.041 2.431 0 4.683-.686 6.475-1.843a9.693 9.693 0 0 0 2.687-2.533 9.483 9.483 0 0 0 2.308 2.37c1.628 1.182 3.69 1.96 5.957 2.139.323.026.625-.082.855-.271l.005.015Z"></path><path fill="#B3B3B3" d="M435.791 329.979c-.179.338-.466.573-.742.809-.896.747-1.74 1.459-1.74 3.951 0 .978.358 1.935.941 2.667.425.532.978.957 1.607 1.197.492 1.531 1.101 3.24 1.884 4.847.936 1.919 2.129 3.7 3.685 4.908.686.533 1.418.84 2.206 1.014.727.158 1.474.199 2.272.199.799 0 1.566-.046 2.308-.215a5.387 5.387 0 0 0 2.222-1.044c1.545-1.218 2.723-2.989 3.649-4.893.778-1.597 1.382-3.296 1.868-4.811a3.763 3.763 0 0 0 1.633-1.192 4.291 4.291 0 0 0 .921-2.677c0-.86-.409-1.709-.988-2.452a8.573 8.573 0 0 0-2.267-1.996l-1.198 2.063a5.97 5.97 0 0 1 1.577 1.397c.281.364.481.722.481.983 0 .466-.149.885-.394 1.192-.22.277-.512.456-.835.492l-.778.087-.23.742c-.491 1.576-1.111 3.419-1.94 5.118-.793 1.628-1.765 3.112-2.978 4.069a3.026 3.026 0 0 1-1.27.583c-.517.118-1.121.149-1.786.149s-1.249-.026-1.766-.143a2.99 2.99 0 0 1-1.243-.564c-1.229-.951-2.211-2.441-3.005-4.068-.834-1.71-1.458-3.563-1.955-5.149l-.23-.742-.778-.087c-.302-.036-.589-.226-.809-.502a1.911 1.911 0 0 1-.419-1.182c0-1.387.424-1.745.88-2.124.445-.374.911-.763 1.31-1.52l-2.103-1.121.01.015Zm-5.225 48.525h16.695v-12.913l-.025-.215-2.437-10.359-.199-.399-3.496-4.417-.496-.63-.881.144-13.25 2.134-.783.128-.246.634c-.834 2.155-1.704 3.732-2.482 5.139-1.305 2.37-2.37 4.294-2.672 7.539-.056.604-.087 11.388-.087 12.094v1.126h10.359v-.005Z"></path><path fill="#B3B3B3" d="M461.25 378.504h-16.695v-12.913l.025-.215 2.436-10.359.2-.399 3.496-4.417.496-.63.881.144 13.25 2.134.783.128.246.634c.834 2.155 1.704 3.732 2.482 5.139 1.305 2.37 2.37 4.294 2.672 7.539.056.604.087 11.388.087 12.094v1.126H461.25v-.005Zm811.6-241.226v3.362h2.1v-3.362c0-.548-.54-.983-1.08-.973-.52.011-1.03.481-1.02.973Zm0 8.051v39.777h2.1v-39.777h-2.1Z"></path><path fill="#B3B3B3" d="M1273.9 139.586c-.94 0-1.79.379-2.4.993a3.358 3.358 0 0 0-.99 2.4c0 .937.37 1.787.99 2.401.61.614 1.46.993 2.4.993s1.79-.379 2.4-.993a3.4 3.4 0 0 0 .99-2.401 3.4 3.4 0 0 0-.99-2.4 3.371 3.371 0 0 0-2.4-.993Z"></path><path fill="#B3B3B3" d="M1292.54 144.029a1.05 1.05 0 0 0 0-2.099h-16.3c-.57 0-1.05.471-1.05 1.049 0 .579.48 1.05 1.05 1.05h16.3Zm-20.98 0c.57 0 1.04-.471 1.04-1.05 0-.578-.47-1.049-1.04-1.049h-16.31c-.57 0-1.04.471-1.04 1.049 0 .579.47 1.05 1.04 1.05h16.31Zm27.52 25.242h-18.17v1.049a9.58 9.58 0 0 0 2.82 6.792 9.572 9.572 0 0 0 6.79 2.815c2.65 0 5.05-1.075 6.79-2.815a9.58 9.58 0 0 0 2.82-6.792v-1.049h-1.05Z"></path><path fill="#B3B3B3" d="m1289.42 143.133-8.51 26.138 2 .624 8.51-26.143-2-.619Z"></path><path fill="#B3B3B3" d="m1289.62 143.752 8.5 26.143 2-.624-8.5-26.138-2 .619Zm-22.74 25.519h-18.16v1.049a9.57 9.57 0 0 0 2.81 6.792 9.578 9.578 0 0 0 6.8 2.815c2.65 0 5.05-1.075 6.79-2.815a9.57 9.57 0 0 0 2.81-6.792v-1.049h-1.05Z"></path><path fill="#B3B3B3" d="m1257.23 143.133-8.51 26.138 2 .624 8.51-26.143-2-.619Z"></path><path fill="#B3B3B3" d="m1257.42 143.752 8.51 26.143 2-.624-8.51-26.138-2 .619Zm11.18 42.306h10.59c0-3.603-10.59-3.603-10.59 0Zm24.15 160.758H1255v6.045c1.16.532 3.3 1.407 4.04 1.648 1.26.409 2.56.721 3.86.972 2.93.568 5.98.86 8.97.952v-1.991h4.82v1.981c3.03-.113 6.11-.425 9.06-1.029 1.29-.266 2.58-.588 3.82-1.018.73-.251 2.89-1.229 3.98-1.781v-5.779h-.8Zm-20.88 10.421v3.639h4.82v-3.65c3.08-.112 6.21-.43 9.22-1.049 1.35-.276 2.7-.619 4-1.075.67-.235 2.47-1.044 3.64-1.617v18.231H1255v-17.975c1.22.542 3.05 1.285 3.74 1.515 1.31.43 2.66.757 4.01 1.018 2.98.579 6.07.87 9.12.968v-.005Zm1.61-1.183h1.6v3.215h-1.6v-3.215Z"></path><path fill="#B3B3B3" d="M1281.51 346.816h-14.46v-1.505c0-.47.19-.895.5-1.202.31-.313.74-.502 1.2-.502h11.05c.47 0 .89.195 1.2.502.31.312.5.737.5 1.202v1.505h.01Zm-15.27 1.607h16.87v-3.112a3.314 3.314 0 0 0-3.31-3.311h-11.04a3.314 3.314 0 0 0-3.31 3.311v3.112h.8-.01Z"></path><path fill="#B3B3B3" fill-rule="evenodd" d="M573.443 258.285h-10.441v8.491h11.244v-8.491h-.803Zm-5.625 2.866h1.607v2.754h-1.607v-2.754Z" clip-rule="evenodd"></path><path fill="#B3B3B3" d="M599.948 236.252h-35.341v1.003h35.341v-1.003Z"></path><path fill="#B3B3B3" d="M600.748 234.645h-37.746v4.217h38.549v-4.217h-.803Zm-.001 34.337h-37.751v4.217h38.555v-4.217h-.804Zm-36.144 1.607h35.341v1.003h-35.341v-1.003Z"></path><path fill="#B3B3B3" d="M599.242 238.058h-1.607v31.727h1.607v-31.727Zm-5.383 0h-1.607v31.727h1.607v-31.727Zm-5.391 0h-1.607v31.727h1.607v-31.727Zm-5.388 0h-1.607v31.727h1.607v-31.727Zm-5.635 0h-1.607v31.727h1.607v-31.727Zm-6.746 0v11.403a5.559 5.559 0 0 1 1.607 1.009v-12.412h-1.607Zm-5.39 0v12.11a5.471 5.471 0 0 1 1.607-.84v-11.265h-1.607v-.005Zm3.312 12.601c-1.075 0-2.048.44-2.754 1.147a3.892 3.892 0 0 0-1.146 2.753v5.277h7.8v-5.277a3.88 3.88 0 0 0-1.147-2.753 3.89 3.89 0 0 0-2.753-1.147Zm-1.623 2.283a2.29 2.29 0 0 1 1.623-.676c.634 0 1.202.261 1.622.676.415.414.676.988.676 1.622v3.67h-4.591v-3.67c0-.629.256-1.203.675-1.622h-.005Zm31.201 187.747c-2.656.261-4.908.665-6.49 1.172-1.914.609-3.02 1.484-3.02 2.574 0 1.392 2.017 2.493 5.282 3.148 2.826.563 6.715.916 10.994.916s8.169-.348 10.994-.916c3.265-.655 5.282-1.756 5.282-3.148 0-1.085-1.091-1.955-2.984-2.564-1.561-.501-3.788-.911-6.413-1.172l-.773-.077-.266.727c-.19.507-.834.993-1.781 1.377-1.07.435-2.467.696-4.003.696-1.535 0-2.943-.261-4.007-.696-.947-.384-1.592-.875-1.776-1.382l-.266-.737-.773.077v.005Z"></path><path fill="#B3B3B3" d="M605.026 435.284c-.982 0-1.806-.164-2.492-.302-1.479-.297-2.493-.496-3.532.63-.276.302-.675 1.32-1.018 2.395-.41 1.279-.798 2.748-.798 3.102 0 1.335.982 2.487 2.569 3.255 1.366.665 3.229 1.074 5.271 1.074 2.043 0 3.906-.409 5.272-1.074 1.587-.773 2.569-1.92 2.569-3.255 0-.308-.348-1.823-.716-3.143-.302-1.085-.64-2.104-.865-2.39-.988-1.234-2.047-.998-3.583-.655-.727.164-1.612.358-2.677.358v.005Zm-8.479 11.756-.123.226c-.164.291-.251.455-.333.762a3.255 3.255 0 0 0-1.033 1.014 3.59 3.59 0 0 0-.574 1.965c0 .855.292 1.638.768 2.237a3.1 3.1 0 0 0 1.356.992c.41 1.27.911 2.687 1.561 4.023.778 1.597 1.771 3.081 3.066 4.085a4.43 4.43 0 0 0 1.843.844c.604.133 1.228.164 1.893.164.666 0 1.3-.036 1.925-.179a4.512 4.512 0 0 0 1.853-.87c1.284-1.014 2.267-2.488 3.035-4.074.644-1.326 1.146-2.739 1.55-3.998a3.097 3.097 0 0 0 1.357-.993 3.588 3.588 0 0 0 .767-2.236c0-.594-.143-1.162-.399-1.658a3.299 3.299 0 0 0-1.126-1.27c-.087-.056-.041-.102-.205-.297-.378-.46-.875-1.064-1.177-1.294l-1.213 1.602c.128.097.533.588.84.962.271.327.486.593.66.706a1.3 1.3 0 0 1 .435.496c.107.21.169.466.169.748 0 .384-.123.732-.328.988-.179.225-.419.378-.686.404l-.655.071-.194.625c-.41 1.31-.927 2.84-1.612 4.253-.655 1.351-1.464 2.585-2.472 3.378a2.586 2.586 0 0 1-1.05.481c-.43.097-.926.123-1.484.123-.558 0-1.034-.026-1.469-.118a2.475 2.475 0 0 1-1.029-.466c-1.018-.793-1.832-2.026-2.492-3.377-.696-1.418-1.213-2.959-1.622-4.279l-.195-.625-.655-.071c-.261-.031-.502-.179-.686-.405a1.566 1.566 0 0 1-.327-.987c0-.333.092-.635.245-.876.144-.225.343-.394.568-.47l.558-.2.103-.578c.066-.384.107-.451.215-.645.03-.057.071-.123.138-.256l-1.771-.942.005.015Z"></path><path fill="#B3B3B3" d="m608.487 462.395-2.57 3.9-.112.235-.84 2.513-.844-2.538-.113-.241-2.564-3.874-2.226.174 3.045 4.703 1.684 5.052-.149 6.505-5.281-7.631 1.929-2.774.425-.614-.471-.589-7.043-8.803 5.528-.773-.276-1.991-7.273 1.019-1.745.245 1.1 1.377 4.33 5.415c-2.441 1.213-4.499 2.902-6.024 4.913-1.756 2.314-2.805 5.047-2.933 7.969l-.225 5.154-.046 1.039h1.044l36.42.174h1.091l-.082-1.075-.415-5.328c-.225-2.876-1.269-5.573-2.973-7.861-1.515-2.037-3.552-3.746-5.994-4.975l4.34-5.425 1.096-1.367-1.73-.25-7.063-1.034-.292 1.991 5.333.783-3.987 4.985-3.066 3.828-.471.589.425.614 1.92 2.753-5.6 7.606.149-6.352 1.714-5.143 2.831-4.719-2.007-.169.011-.01Zm842.423-231.057c-5.17 0-9.85 2.093-13.23 5.481a18.646 18.646 0 0 0-5.48 13.236c0 5.169 2.09 9.847 5.48 13.235 3.38 3.388 8.06 5.482 13.23 5.482s9.85-2.094 13.24-5.482a18.646 18.646 0 0 0 5.48-13.235c0-5.17-2.09-9.848-5.48-13.236a18.668 18.668 0 0 0-13.24-5.481Zm-11.72 6.991c3-2.999 7.14-4.857 11.72-4.857 4.58 0 8.72 1.858 11.73 4.857 3 2.999 4.85 7.145 4.85 11.726 0 4.58-1.85 8.726-4.85 11.725-3 2.999-7.15 4.857-11.73 4.857s-8.72-1.858-11.72-4.857-4.86-7.145-4.86-11.725a16.54 16.54 0 0 1 4.86-11.726Z"></path><path fill="#B3B3B3" d="M1450.58 231c-5.17 0-9.85 2.093-13.24 5.481a18.65 18.65 0 0 0-5.48 13.236c0 5.169 2.09 9.847 5.48 13.235 3.39 3.388 8.07 5.482 13.24 5.482s9.85-2.094 13.23-5.482a18.654 18.654 0 0 0 5.49-13.235c0-5.169-2.1-9.847-5.49-13.236a18.627 18.627 0 0 0-13.23-5.481Zm-11.73 6.991c3-2.999 7.15-4.857 11.73-4.857s8.72 1.858 11.72 4.857c3 3 4.86 7.145 4.86 11.726 0 4.581-1.86 8.726-4.86 11.725-3 3-7.14 4.858-11.72 4.858-4.58 0-8.72-1.858-11.73-4.858a16.52 16.52 0 0 1-4.85-11.725c0-4.581 1.85-8.721 4.85-11.726Zm-19.38 45.771 13.42-11.126.79-.666-.64-.808-5.18-6.511-.68-.854-.84.701-7 5.881.13 13.383Z"></path><path fill="#B3B3B3" d="m1419.13 283.43 13.42-11.127.8-.67-.64-.809-5.18-6.505-.68-.855-.84.701-7.01 5.881.13 13.384Z"></path><path fill="#B3B3B3" d="m1436.76 261.089-7.97 6.831 1.38 1.617 7.97-6.832-1.38-1.616Z"></path><path fill="#B3B3B3" d="m1436.42 260.752-7.97 6.831 1.39 1.617 7.97-6.831-1.39-1.617Zm30.94 9.575c-1.16 4.049-3.4 6.639-6.05 8.184-3.46 2.012-7.62 2.288-11 1.689-3.4-.599-5.56-2.871-6.92-5.962-.88-1.976-1.44-4.284-1.79-6.72-.81-.43-1.59-.922-2.33-1.464.35 3.25 1 6.392 2.16 9.038 1.65 3.721 4.29 6.459 8.51 7.207 3.8.67 8.49.348 12.44-1.95 3.09-1.802 5.71-4.801 7.03-9.443.66-2.298.88-5.031.72-7.918a36.3 36.3 0 0 0-.78-5.748 19.432 19.432 0 0 1-1.6 3.204c.13.896.21 1.787.26 2.662.15 2.651-.05 5.144-.64 7.216l-.01.005Zm-26.24-8.24c-.41-.332-.8-.686-1.18-1.064-.36-.364-.7-.742-1.02-1.131-.2-10.677 1.77-17.535 4.8-21.266 1.7-2.104 3.74-3.25 5.95-3.552 2.17-.297 4.46.235 6.69 1.489 3.71 2.078 7.32 6.198 9.97 11.777.06.563.09 1.136.09 1.715 0 1.126-.12 2.231-.35 3.306-2.47-7.273-6.56-12.585-10.75-14.94-1.83-1.029-3.67-1.469-5.37-1.238-1.67.23-3.24 1.126-4.58 2.784-2.94 3.618-4.77 10.702-4.25 22.115v.005Zm13.11 3.122c-.69.149-1.39.256-2.11.313a56.82 56.82 0 0 1-.3-3.44 69.31 69.31 0 0 1-.1-4.606c.05-3.818.04-10.856 3.52-2.564.37.901.71 1.847 1 2.804.42 1.387.87 3.445 1.06 5.421.03.348.05.69.07 1.033-.69.313-1.39.579-2.11.789 0-.517-.03-1.065-.08-1.628-.17-1.822-.58-3.721-.97-4.995-.11-.353-.23-.712-.36-1.07v.241c-.02 1.499.02 3.009.1 4.473.04.727.13 1.955.29 3.24l-.01-.011Zm-3.2.359h-.12c-.68 0-1.37-.046-2.04-.133a61.76 61.76 0 0 1-.26-3.189c-.1-2.119-.15-4.407-.04-6.689.1-2.304.37-4.602.89-6.72.09-.389.28-1.05.51-1.741.71-2.042 1.78-2.354 3.37-.844.5.481.95.972 1.22 1.285 1.03 1.238 1.93 2.656 2.69 4.15a30.144 30.144 0 0 1 2.04 5.103c.48 1.536.92 3.526 1.14 5.523-.65.501-1.32.946-2.03 1.335l-.03-.358a28.406 28.406 0 0 0-1.11-5.881c-.49-1.586-1.12-3.214-1.91-4.749-.69-1.346-1.5-2.626-2.44-3.747-.21-.25-.56-.639-.96-1.023-.19.573-.35 1.126-.43 1.458-.48 1.976-.73 4.141-.83 6.321-.11 2.201-.07 4.422.04 6.485.06 1.126.15 2.293.29 3.434l.01-.02Zm6.76 3.045c.89-.328 1.74-.717 2.57-1.167-.06.287-.12.563-.2.829-.24.855-.56 1.633-1.04 2.313a5.09 5.09 0 0 1-2.09 1.72c-.78.358-1.67.563-2.56.645-1.94.179-3.34.276-4.19-1.622-.24-.538-.45-1.147-.56-1.526.39.026.79.036 1.19.036.34 0 .69-.01 1.03-.025.35 1.146.57 1.182 2.34 1.018.67-.061 1.32-.21 1.87-.46.54-.246.93-.589 1.23-1.009.16-.225.29-.476.42-.747l-.01-.005Zm3.4-.041c.17-.568.28-1.182.35-1.827.78-.497 1.53-1.049 2.24-1.658-.02 1.443-.18 2.835-.53 4.068-.8 2.78-2.37 4.694-4.43 5.835-2.19 1.213-4.9 1.51-7.77 1.003a4.45 4.45 0 0 1-1.01-.297 3.939 3.939 0 0 1-.96-.588c-1.4-1.177-2.26-3.419-2.8-5.809.75.179 1.52.317 2.29.409.44 1.638 1.05 3.061 1.89 3.767.13.113.27.2.43.266.16.072.34.118.54.154 2.4.425 4.63.204 6.38-.763 1.56-.865 2.76-2.359 3.39-4.555l-.01-.005Zm-13.42-3.317c-.75-.153-1.49-.363-2.2-.624a48.59 48.59 0 0 1-.16-2.216c-.13-2.564-.18-5.599.06-8.599.23-3.05.75-6.08 1.77-8.572.22-.548.73-1.643 1.37-2.478.51-.665 1.13-1.197 1.85-1.32.8-.143 1.72.148 2.58.624 1.11.609 2.2 1.536 2.75 2.083 1.48 1.449 2.74 3.199 3.79 5.073 1.19 2.124 2.12 4.427 2.79 6.627.33 1.086.64 2.319.88 3.614-.42.547-.87 1.07-1.37 1.566-.15.154-.31.302-.47.445a31.66 31.66 0 0 0-1.08-5.01c-.62-2.053-1.49-4.202-2.61-6.203-.96-1.715-2.1-3.302-3.42-4.597-.47-.46-1.37-1.238-2.27-1.735-.48-.266-.93-.44-1.2-.389-.11.021-.3.231-.52.512-.49.645-.9 1.536-1.08 1.986-.92 2.267-1.41 5.077-1.63 7.933-.22 2.912-.17 5.85-.05 8.332.04.789.11 1.822.23 2.954l-.01-.006Zm16.5 4.197c.47-1.607.62-3.449.57-5.343.02-.021.04-.036.05-.056.71-.702 1.35-1.449 1.93-2.237.04.42.08.839.11 1.259.14 2.436 0 4.857-.6 6.966-.53 1.853-1.34 3.516-2.49 4.918a11.322 11.322 0 0 1-4.15 3.184c-1.38.629-2.88 1.008-4.4 1.177-1.62.174-3.25.107-4.79-.164-3.65-.645-5.67-3.572-6.81-7.037-.43-1.3-.73-2.677-.95-4.028.76.343 1.53.634 2.33.88.18.84.39 1.679.65 2.477.91 2.785 2.46 5.129 5.15 5.605 1.35.24 2.79.296 4.2.148 1.31-.143 2.59-.466 3.74-.993a9.267 9.267 0 0 0 3.39-2.595c.94-1.162 1.62-2.569 2.08-4.156l-.01-.005Zm-19.82-5.287c-.77-.353-1.51-.767-2.22-1.243 0-.118-.01-.236-.02-.348-.14-2.841-.18-6.096.08-9.305.27-3.26.86-6.495 1.98-9.233.46-1.131 1.1-2.395 1.98-3.45.94-1.136 2.13-2.027 3.64-2.298 1.37-.246 2.76.062 4.05.645 1.57.717 3.02 1.878 4.09 2.928 1.66 1.632 3.09 3.592 4.27 5.696 1.33 2.359 2.37 4.898 3.13 7.355l.09.332a15.62 15.62 0 0 1-1.43 2.984 30.37 30.37 0 0 0-.7-2.697c-.71-2.324-1.68-4.719-2.94-6.93-1.09-1.929-2.39-3.726-3.91-5.22-.93-.906-2.16-1.899-3.49-2.503-.93-.425-1.89-.65-2.79-.486-.94.163-1.72.773-2.37 1.55-.71.86-1.25 1.925-1.64 2.892-1.02 2.518-1.57 5.538-1.83 8.609-.26 3.127-.22 6.28-.08 9.023.03.522.06 1.095.1 1.699h.01Z"></path><path fill="#b3b3b3ff" d="M1467.03 269.99c-1.16 4.048-3.4 6.638-6.06 8.184-3.45 2.011-7.61 2.287-10.99 1.689-3.4-.599-5.56-2.872-6.92-5.963-.88-1.976-1.44-4.284-1.79-6.72-.81-.43-1.59-.921-2.33-1.464.34 3.25.99 6.393 2.16 9.039 1.64 3.721 4.29 6.459 8.51 7.206 3.79.67 8.49.348 12.43-1.95 3.1-1.802 5.72-4.801 7.04-9.443.66-2.298.88-5.031.72-7.918-.1-1.873-.37-3.818-.78-5.747-.44 1.11-.97 2.185-1.6 3.204.13.895.21 1.786.26 2.661.15 2.651-.05 5.144-.65 7.217v.005Zm-26.24-8.24c-.41-.333-.8-.686-1.18-1.065-.36-.363-.71-.742-1.02-1.131-.2-10.676 1.77-17.535 4.79-21.266 1.71-2.103 3.75-3.25 5.96-3.552 2.17-.297 4.45.236 6.69 1.49 3.71 2.078 7.32 6.198 9.97 11.776.06.563.09 1.137.09 1.715 0 1.126-.12 2.231-.35 3.306-2.47-7.273-6.56-12.585-10.75-14.94-1.84-1.028-3.67-1.468-5.37-1.238-1.67.23-3.24 1.126-4.58 2.784-2.94 3.619-4.77 10.702-4.25 22.115v.006Zm13.11 3.122c-.69.148-1.4.255-2.11.312a49.635 49.635 0 0 1-.3-3.44 69.295 69.295 0 0 1-.1-4.606c.05-3.818.04-10.855 3.51-2.564.38.901.72 1.848 1.01 2.805.42 1.387.87 3.444 1.06 5.42.03.348.05.691.07 1.034-.69.312-1.39.578-2.12.788 0-.517-.02-1.065-.07-1.628a27.694 27.694 0 0 0-.97-4.995 24.93 24.93 0 0 0-.36-1.07v.241c-.02 1.499.02 3.009.1 4.473.04.727.12 1.955.29 3.24l-.01-.01Zm-3.2.358h-.12c-.69 0-1.37-.046-2.04-.133-.13-1.085-.2-2.16-.26-3.189a70.63 70.63 0 0 1-.05-6.689c.11-2.303.38-4.601.9-6.72.09-.389.28-1.049.51-1.74.71-2.042 1.77-2.355 3.37-.845.5.481.95.973 1.21 1.285 1.04 1.238 1.94 2.656 2.7 4.151a30.99 30.99 0 0 1 2.04 5.102c.47 1.536.91 3.527 1.13 5.523-.64.501-1.32.947-2.02 1.336l-.03-.359a28.396 28.396 0 0 0-1.11-5.88c-.49-1.587-1.12-3.215-1.91-4.75-.69-1.346-1.5-2.626-2.44-3.746-.21-.251-.56-.64-.96-1.024-.2.573-.35 1.126-.43 1.459-.48 1.975-.73 4.14-.84 6.32-.1 2.201-.06 4.422.05 6.485.06 1.126.14 2.293.29 3.429l.01-.015Zm6.76 3.045c.88-.327 1.74-.716 2.57-1.167-.06.287-.12.563-.2.829-.24.855-.56 1.633-1.04 2.314a5.095 5.095 0 0 1-2.09 1.719c-.78.359-1.67.563-2.56.645-1.94.179-3.35.277-4.19-1.622a13.06 13.06 0 0 1-.56-1.525c.39.025.79.035 1.19.035.34 0 .68-.01 1.03-.025.35 1.146.57 1.182 2.34 1.018.67-.061 1.32-.209 1.87-.46.54-.246.93-.589 1.23-1.009.16-.225.29-.475.41-.747v-.005Zm3.4-.041c.17-.568.28-1.182.35-1.827.78-.496 1.52-1.049 2.24-1.658-.02 1.443-.18 2.835-.54 4.069-.79 2.779-2.37 4.693-4.42 5.834-2.19 1.213-4.9 1.51-7.77 1.003a4.583 4.583 0 0 1-1.02-.296 3.92 3.92 0 0 1-.95-.589c-1.4-1.177-2.27-3.419-2.8-5.809.75.179 1.52.317 2.29.409.44 1.638 1.04 3.061 1.88 3.767.14.113.28.2.43.266.17.072.35.118.55.154 2.4.425 4.62.205 6.37-.763 1.56-.865 2.77-2.359 3.4-4.555l-.01-.005Zm-13.42-3.316c-.75-.154-1.49-.364-2.2-.625a48.59 48.59 0 0 1-.16-2.216c-.13-2.564-.18-5.599.05-8.598.24-3.051.76-6.081 1.78-8.573.22-.548.73-1.643 1.37-2.477.51-.666 1.13-1.198 1.84-1.321.81-.143 1.72.149 2.59.625 1.11.609 2.19 1.535 2.75 2.083 1.48 1.448 2.73 3.199 3.78 5.072 1.2 2.124 2.12 4.427 2.8 6.628.33 1.085.64 2.318.88 3.613-.42.548-.88 1.07-1.37 1.566-.16.154-.31.302-.47.445a31.685 31.685 0 0 0-1.08-5.01c-.62-2.052-1.49-4.202-2.61-6.203-.97-1.715-2.1-3.301-3.42-4.596-.47-.461-1.37-1.239-2.28-1.735-.48-.266-.92-.441-1.19-.389-.11.02-.3.23-.52.511-.49.645-.9 1.536-1.08 1.986-.93 2.268-1.41 5.077-1.63 7.933-.22 2.913-.18 5.85-.05 8.333.04.788.11 1.822.23 2.953l-.01-.005Zm16.5 4.197c.46-1.608.62-3.45.57-5.344.02-.02.04-.036.05-.056.7-.701 1.35-1.449 1.93-2.237.04.42.08.84.1 1.259.15 2.437 0 4.857-.6 6.966-.52 1.853-1.34 3.516-2.48 4.919a11.33 11.33 0 0 1-4.15 3.183c-1.38.63-2.88 1.008-4.4 1.177a17.24 17.24 0 0 1-4.8-.164c-3.64-.644-5.66-3.572-6.8-7.037-.43-1.3-.73-2.677-.95-4.028.76.343 1.53.635 2.33.88.17.84.38 1.679.64 2.478.92 2.784 2.47 5.128 5.15 5.604 1.36.24 2.8.297 4.21.148 1.31-.143 2.58-.465 3.74-.993a9.24 9.24 0 0 0 3.38-2.594c.95-1.162 1.63-2.57 2.09-4.156l-.01-.005Zm-19.83-5.288c-.77-.353-1.51-.767-2.22-1.243 0-.118-.01-.236-.02-.348-.14-2.841-.18-6.096.09-9.305.27-3.26.85-6.495 1.97-9.233.46-1.131 1.11-2.395 1.98-3.45.94-1.136 2.14-2.026 3.64-2.298 1.37-.245 2.76.062 4.05.645 1.58.717 3.02 1.879 4.1 2.928 1.66 1.632 3.08 3.593 4.27 5.696 1.33 2.36 2.37 4.898 3.12 7.355.04.107.07.22.1.333a15.64 15.64 0 0 1-1.43 2.983 39.59 39.59 0 0 0-.7-2.697c-.71-2.323-1.69-4.719-2.94-6.93-1.09-1.929-2.4-3.726-3.92-5.22-.92-.906-2.16-1.899-3.48-2.503-.93-.425-1.9-.65-2.8-.486-.93.164-1.72.773-2.36 1.551-.71.86-1.25 1.924-1.64 2.891-1.03 2.519-1.57 5.538-1.83 8.609-.26 3.127-.23 6.28-.08 9.023.02.522.06 1.096.1 1.699Z"></path><path fill="#3e7a10ff" d="M990.1 248.8c.4-1.2.6-2.5.6-3.8 0-22.1-52.4-33.6-104.3-33.6S782.2 222.9 782.2 245s.3 2.6.7 3.8h-.7v62.8c0 9.6 7.8 17.3 17.3 17.3v-64.6c.5.3.9.5 1.4.7 2 .9 4.2 1.7 6.5 2.6 7.9 3 13 10.5 13 18.9v7.9c-.3 4-9.3 7.2-13.4 7.2 4 0 13.1 3.1 13.4 7.2v20H876v-50.5h.8c3.2 0 6.4.2 9.6.2s5.5 1.2 7.5 3.1c1.9 1.9 3.1 4.5 3.1 7.4v37.9c0 1.1.9 1.9 1.9 1.9h13.5c1.1 0 1.9-.9 1.9-1.9v-36.4c0-7.4 5.5-13.7 13-14.6 3-.4 5.8-.8 8-1.1v54h17.3v-16.5c1-4.6 5-8 9.8-8.1h1c5.3.2 9.5 4.3 10 9.5v15.1c9.6 0 17.3-7.8 17.3-17.3v-62.8h-.7Zm-189.3 3.5c-.5-.3-.9-.6-1.4-.9l-3.7-2.6c-1.4-1.3-2.2-2.7-2.2-3.8 0-7.5 32.6-21.9 92.4-22 60.1 0 93 14.5 93 22s-.8 2.5-2.2 3.8l-3.5 2.5c-3.9 2.5-9.6 4.9-17.3 7.2v-1c0-13.5-35.1-20.6-69.6-20.6s-69.7 7.1-69.7 20.6 0 .7.1 1c-6.8-2-12.2-4.1-16-6.3Zm104.3 22.4v-.3c0-.9-.2-1.9-.5-2.7-1.1-2.9-3.8-4.9-7.2-4.9h-.5c-3.5.1-7.2.2-10.9.2s-6.1 0-9.2-.1c-6-.2-11.8-.5-17.2-.9-7.6-.6-14.5-1.5-20.7-2.5-5.3-.9-10.1-1.9-14.5-2.9-1.2-1.1-1.8-2-1.8-3 0-6 24.9-14.8 63.9-14.8s63.9 8.8 63.9 14.8-.6 2-1.8 3c-4.1 1-8.6 1.9-13.5 2.7-6.3 1-13.3 1.9-20.9 2.6-.4 0-.8 0-1.2.2-.1-.1-.3-.1-.4-.1-.5 0-1 .1-1.6.2h-.1c-2.8.6-5.1 2.8-5.7 5.6-.2.6-.2 1.2-.2 1.8s0 .8.1 1.1h-.1Zm-56.9 52.9c-5.8 0-10.5-4.7-10.5-10.5v-31.3c0-5.7 5-10.2 10.7-9.5l3 .4c4.1.5 7.2 4 7.2 8.1v32.9c-.3 5.6-4.8 9.9-10.5 9.9Zm104.3-30.3V289.4c0-10.3 6.6-19.5 16.2-23.1 1.9-.7 3.5-1.3 4.7-1.9v32.9h-20.9Z"></path>',32)];function ZE(t,e){return n.openBlock(),n.createElementBlock("svg",FE,[...UE])}const HE={render:ZE},QE={class:"fge-login-container fge-auth-container"},qE={class:"left"},zE={class:"right auth-relative-container"},KE={class:"right-container"},jE={class:"fge-login"},JE={class:"right-container-footer"},J2=n.defineComponent({__name:"PrincipalLoginComp",emits:["onLogin","onLoginError"],setup(t,{emit:e}){const r=Ee(),a=ka(),o=e;return n.onMounted(()=>{r.currentPage="login",Q0("password-modified"),r.initializeTokensFromStorage(),z0()}),(i,s)=>(n.openBlock(),n.createElementBlock("div",QE,[n.createElementVNode("div",qE,[n.createVNode(n.unref(HE))]),n.createElementVNode("div",zE,[n.unref(a).isLoading?(n.openBlock(),n.createBlock(Hi,{key:0})):n.createCommentVNode("",!0),n.createElementVNode("div",KE,[n.createElementVNode("div",jE,[n.unref(r).currentPage==="registrar"?(n.openBlock(),n.createBlock(py,{key:0})):n.createCommentVNode("",!0),n.unref(r).currentPage==="recuperar-password"?(n.openBlock(),n.createBlock(VE,{key:1})):n.createCommentVNode("",!0),n.unref(r).currentPage==="login"?(n.openBlock(),n.createBlock(YC,{key:2,onOnLogin:s[0]||(s[0]=l=>o("onLogin")),onOnError:s[1]||(s[1]=l=>o("onLoginError"))})):n.createCommentVNode("",!0)])]),n.createElementVNode("div",JE,[n.createVNode(gy)])])]))}});function XE(){const t=n.ref(!1);return{displayModal:t,openDialog:()=>{t.value=!0},closeDialog:a=>{t.value=!1,typeof a=="function"&&a()}}}const $E="AUTH_PERFIL_PERSONA_EDITAR_FOTO",WE=t=>{var a;const r=((a=Ee().userState)==null?void 0:a.permisos)||[];if(r.length!==0)switch(typeof t){case"string":return r.includes(t);case"object":return t.every(o=>r.includes(o));default:return!1}return!1},YE={xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 113 113"},GE=["stroke"],NE=["fill"],X2=n.defineComponent({__name:"DefaultUserIcon",setup(t){const e=n.computed(()=>window.getComputedStyle(document.documentElement).getPropertyValue("--fge-gray-icon")),r=n.computed(()=>window.getComputedStyle(document.documentElement).getPropertyValue("--fge-gray-color"));return(a,o)=>(n.openBlock(),n.createElementBlock("svg",YE,[n.createElementVNode("path",{stroke:e.value,"stroke-miterlimit":"10","stroke-width":"2",d:"M56.48 111.28a55 55 0 1 0 0-110 55 55 0 0 0 0 110Z"},null,8,GE),n.createElementVNode("path",{fill:r.value,d:"M85.32 53.21a29.5 29.5 0 0 0-29.47-29.47A29.5 29.5 0 0 0 26.4 53.21 29.47 29.47 0 0 0 45.87 80.9 38.04 38.04 0 0 0 22.88 100a54.78 54.78 0 0 0 33.38 11.3 55.18 55.18 0 0 0 33.82-11.65 37.61 37.61 0 0 0-23.6-18.98A29.47 29.47 0 0 0 85.3 53.21h.01Z"},null,8,NE)]))}}),ek={class:"header-container"},tk={class:"fge-auth-foto-container"},nk={class:"fge-image-container"},rk=["src"],ak={key:1,class:"default-icon-size mr-2"},ok={key:0,class:"img-absolute-container"},ik={class:"fge-text-gray fge-perfil-nombre"},sk={class:"fge-text-gray fge-perfil-data"},lk={class:"fge-text-gray fge-perfil-data"},ck={key:0,class:"text-left"},uk=[n.createElementVNode("span",null,[n.createElementVNode("i",{class:"pi pi-lock",style:{"margin-right":"5px"}}),n.createTextVNode(" Cambiar contraseña ")],-1)],dk=n.defineComponent({__name:"FgePerfilHeader",props:{cambiarPassword:{type:null,required:!1},changeImage:{type:Function,required:!1}},setup(t){const e=Ee(),r=n.ref(!0),a=()=>{r.value=!1};return(o,i)=>{var s,l,c,u;return n.openBlock(),n.createElementBlock("div",ek,[n.createElementVNode("div",null,[n.createElementVNode("div",tk,[n.createElementVNode("div",nk,[r.value?(n.openBlock(),n.createElementBlock("img",{key:0,src:(s=n.unref(e).userState.user)==null?void 0:s.fotoUrl,class:"fge-auth-profile-img",onError:a},null,40,rk)):(n.openBlock(),n.createElementBlock("div",ak,[n.createVNode(X2)]))]),o.$slots.floatButton?(n.openBlock(),n.createElementBlock("div",ok,[n.renderSlot(o.$slots,"floatButton")])):n.createCommentVNode("",!0)])]),n.createElementVNode("div",null,[n.createElementVNode("p",ik,n.toDisplayString((l=n.unref(e).userState.user)==null?void 0:l.nombreCompleto),1),n.createElementVNode("p",sk,"CI. "+n.toDisplayString((c=n.unref(e).userState.user)==null?void 0:c.ci),1),n.createElementVNode("p",lk,n.toDisplayString(((u=n.unref(e).userState.user)==null?void 0:u.sexo)==="M"?"Masculino":"Femenino"),1),t.cambiarPassword?(n.openBlock(),n.createElementBlock("div",ck,[n.createElementVNode("button",{onClick:i[0]||(i[0]=()=>{var d;return(d=t.cambiarPassword)==null?void 0:d.call(t)}),class:"fge-green-button change-psw-btn",label:"Cambiar contraseña"},uk)])):n.createCommentVNode("",!0)])])}}});async function Ak(t){return new Promise((e,r)=>{const a=new FileReader;a.readAsDataURL(t),a.onload=()=>e(a.result),a.onerror=o=>r(o)})}const $2=t=>t&&{whatsapp:1,telegram:2,email:3}[t]||0,fk=async t=>{var o;const e=Ee(),r=$2(t.medio),a={usuarioId:(o=e.userState.user)==null?void 0:o.id,medio:r};return e.apiBaseURLAuthNv?ie.post("/v1/usuario/perfil/verificar-medio/enviar",a).then(i=>i).catch(i=>{var s;if((s=i.response)!=null&&s.data)return i.response.data;throw i}):ie.post("/v1/perfil-persona/perfil/verificar-medio/enviar",a).then(i=>i).catch(i=>{var s;if((s=i.response)!=null&&s.data)return i.response.data;throw i})},pk=async t=>{var o;const e=Ee(),r=$2(t.medio),a={usuarioId:(o=e.userState.user)==null?void 0:o.id,medio:r,codigo:t.code_confirmacion};return e.apiBaseURLAuthNv?ie.post("/v1/usuario/perfil/verificar-medio/confirmar",a).then(i=>i).catch(i=>{var s;throw(s=i.response)!=null&&s.data?i.response.data:i}):ie.post("/v1/perfil-persona/perfil/verificar-medio/confirmar",a).then(i=>i).catch(i=>{var s;throw(s=i.response)!=null&&s.data?i.response.data:i})},mk=async t=>Ee().apiBaseURLAuthNv?ie.patch("/v1/usuario/perfil/cambiar-password",t).then(r=>r).catch(r=>{var a;throw(a=r.response)!=null&&a.data?r.response.data:r}):ie.patch("/v1/perfil-persona/perfil/cambiar-password",t).then(r=>r).catch(r=>{var a;throw(a=r.response)!=null&&a.data?r.response.data:r}),hk=async t=>ie.post("/v1/perfil-persona/update/profile/img",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),gk=async t=>{var a;const e=Ee();if(!e.apiBaseURLAuthNv)return ie.post("/v1/perfil-persona/actualizar/datos",t).then(o=>o).catch(o=>{var i;throw(i=o.response)!=null&&i.data?o.response.data:o});const r={usuarioId:(a=e.userState.user)==null?void 0:a.id,...t};return ie.patch("/v1/usuario/perfil/actualizar-datos",r).then(o=>o).catch(o=>{var i;throw(i=o.response)!=null&&i.data?o.response.data:o})},vk=async t=>ie.post("/v1/perfil-persona/2fa/verificacion",{checked:t}).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),yk=async t=>ie.patch(`/v1/perfil-persona/2fa/asignar/medio/${t}`).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),Nn=n.ref([]),Mc=n.ref(),Tn=n.ref(0);function _c(){var K;const t=[ne.object().shape({celular:ne.string().required().matches(Pl).length(8).label("Celular"),email:ne.string().required().email().label("E-mail"),direccion:ne.string().required().label("Dirección"),medio:ne.string().optional().label("Medio de verificación")}),ne.object().shape({codigo:ne.string().required().matches(Kn).label("Código")}),ne.object().shape({oldPassword:ne.string().required().label("Contraseña actual"),newPassword:ne.string().required().matches(No).min(8).max(15).label("Nueva contraseña"),repetirPassword:ne.string().required().oneOf([ne.ref("newPassword")],"Las contraseñas deben ser iguales").label("Confirmación de la contraseña")})],e=n.ref(!1),r=n.ref("normal"),a=Ee(),o=n.ref(!1),i=n.ref(),{refCounter:s,currentContacto:l,currentMedio:c,openTelegram:u,enviarMensaje:d,openTelegramPage:A,tiempoRestanteWhatsapp:m,tiempoRestanteTelegram:f,tiempoRestanteEmail:g,message2Fa:b,message2FaContexto:v,url2FaContexto:k}=vi("profile"),h=n.ref(),p=n.ref(!1),y=n.ref(!1),w=n.ref(!1),C=n.ref(!1),E=n.ref(null),T=n.ref(null),S=n.ref(null),x=n.ref([{name:"step1"},{name:"step2"},{name:"step3"},{name:"step4"},{name:"step5"}]),B=n.computed(()=>t[Tn.value]),O=n.reactive({verificadoEmail:!1,verificadoTelegram:!1,verificadoWhatsapp:!1}),{values:H,handleSubmit:$,errors:Z,setErrors:re,setFieldValue:z,validateField:M,setValues:J}=me.useForm({validationSchema:B,keepValuesOnUnmount:!0});n.onMounted(()=>{var F,X,Ae,ge,Ce;J({celular:((X=(F=a.userState.user)==null?void 0:F.celular)==null?void 0:X.toString())||void 0,email:((Ae=a.userState.user)==null?void 0:Ae.email)||void 0,direccion:((ge=a.userState.user)==null?void 0:ge.direccion)||void 0,medio:((Ce=a.userState.user)==null?void 0:Ce.notificacionDefault)||void 0}),a.userState.user&&(O.verificadoWhatsapp=a.userState.user.whatsapp===1,O.verificadoTelegram=a.userState.user.telegram===1,O.verificadoEmail=a.userState.user.emailValidado===1)}),n.watch(()=>H.celular,F=>{var X,Ae;if(F!==((Ae=(X=a.userState.user)==null?void 0:X.celular)==null?void 0:Ae.toString())&&(O.verificadoTelegram||O.verificadoWhatsapp)){O.verificadoTelegram=!1,O.verificadoWhatsapp=!1;const ge=H.medio;(ge==="whatsapp"||ge==="telegram")&&z("medio",void 0)}}),n.watch(()=>H.email,F=>{var X;F!==((X=a.userState.user)==null?void 0:X.email)&&O.verificadoEmail&&(O.verificadoEmail=!1,H.medio==="email"&&z("medio",void 0))}),n.watch(()=>a.userState.user,F=>{F?(O.verificadoWhatsapp=F.whatsapp===1,O.verificadoTelegram=F.telegram===1,O.verificadoEmail=F.emailValidado===1):(O.verificadoWhatsapp=!1,O.verificadoTelegram=!1,O.verificadoEmail=!1)},{immediate:!0,deep:!0});const ee=$(async F=>{var X,Ae,ge,Ce;p.value=!0;try{const st=(Ae=(X=a.userState.user)==null?void 0:X.celular)==null?void 0:Ae.toString(),ht=(ge=a.userState.user)==null?void 0:ge.email,gt=(Ce=a.userState.user)==null?void 0:Ce.notificacionDefault,vt=F.celular&&F.celular!==st,Nt=F.email&&F.email!==ht;let Ut=F.medio||void 0;vt&&(gt==="whatsapp"||gt==="telegram")&&(Ut=void 0),Nt&&gt==="email"&&(Ut=void 0);const en={notificacionDefault:Ut,direccion:F.direccion||void 0};vt&&(en.celular=F.celular),Nt&&(en.email=F.email);const tr=await gk(en),yt={notificacionDefault:Ut,direccion:F.direccion};F.celular&&(yt.celular=F.celular),F.email&&(yt.email=F.email),vt&&(yt.whatsapp=!1,yt.telegram=!1),Nt&&(yt.emailValidado=!1),a.updateUserData(yt),Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${tr.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0})}catch(st){Q.error(`<p class="toast-title">Error</p><p class="toast-description">${st.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}finally{p.value=!1}}),V=async()=>{p.value=!0;try{const{valid:F}=await M("codigo");if(!F){p.value=!1;return}const X=await pk({code_confirmacion:H.codigo,medio:c.value});if(!X){p.value=!1;return}c.value==="whatsapp"&&(y.value=!1),c.value==="telegram"&&(w.value=!1),c.value==="email"&&(C.value=!1),Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${X.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0}),c.value==="email"?O.verificadoEmail=!0:c.value==="whatsapp"?O.verificadoWhatsapp=!0:c.value==="telegram"&&(O.verificadoTelegram=!0);const Ae=c.value;a.updateUserData({email:H.email||void 0,celular:H.celular,whatsapp:O.verificadoWhatsapp?1:void 0,telegram:O.verificadoTelegram?1:void 0,emailValidado:O.verificadoEmail?1:void 0,notificacionDefault:Ae}),z("medio",Ae),c.value==="whatsapp"&&(y.value=!1),c.value==="telegram"&&(w.value=!1),c.value==="email"&&(C.value=!1),R(),z("codigo",void 0),c.value=void 0,l.value=null}catch(F){Ne({error:F,setErrors:re})}finally{p.value=!1}},te=async({medio:F,contacto:X})=>{var ht,gt,vt,Nt,Ut,en,tr,yt,qa,za,Ka,tn;const Ae=F==="email";if(Ae){const{valid:ke}=await M("email");if(!ke||O.verificadoEmail)return}const ge=F==="telegram",Ce=F==="whatsapp";if(ge||Ce){if(ge&&O.verificadoTelegram||Ce&&O.verificadoWhatsapp)return;const{valid:ke}=await M("celular");if(!ke)return}const st=Ce?m.value:ge?f.value:g.value;if(st>0&&!ge){c.value=F,l.value=X,E.value&&(v.value=E.value),n.nextTick(()=>{s.value&&s.value.reInit(st)}),N();return}Ce&&(y.value=!0),ge&&(w.value=!0),Ae&&(C.value=!0);try{c.value=F,l.value=X;const ke=await pe(ge);if(ke!=null&&ke.error){c.value=void 0,l.value=null,Ce&&(y.value=!1),ge&&(w.value=!1),Ae&&(C.value=!1);return}if(((gt=(ht=ke==null?void 0:ke.response)==null?void 0:ht.data)==null?void 0:gt.medioActualizado)===!0){F==="whatsapp"?O.verificadoWhatsapp=!0:F==="telegram"?O.verificadoTelegram=!0:F==="email"&&(O.verificadoEmail=!0);const ja=F;a.updateUserData({whatsapp:F==="whatsapp"?1:(vt=a.userState.user)==null?void 0:vt.whatsapp,telegram:F==="telegram"?1:(Nt=a.userState.user)==null?void 0:Nt.telegram,emailValidado:F==="email"?1:(Ut=a.userState.user)==null?void 0:Ut.emailValidado,notificacionDefault:ja}),z("medio",ja),Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${ke.message||"Medio verificado exitosamente"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0}),Ce&&(y.value=!1),ge&&(w.value=!1),Ae&&(C.value=!1);return}if((en=ke==null?void 0:ke.response)!=null&&en.telegramValid){O.verificadoTelegram=!0,a.updateUserData({telegram:!0,notificacionDefault:"telegram"}),z("medio","telegram"),w.value=!1;return}E.value=((yt=(tr=ke==null?void 0:ke.response)==null?void 0:tr.data)==null?void 0:yt.mensajeServicio)||null,T.value=((za=(qa=ke==null?void 0:ke.response)==null?void 0:qa.data)==null?void 0:za.tiempoVigencia)||null,S.value=((tn=(Ka=ke==null?void 0:ke.response)==null?void 0:Ka.data)==null?void 0:tn.url)||null,E.value&&(v.value=E.value),(F==="email"||F==="whatsapp")&&T.value&&n.nextTick(()=>{var ja;(ja=s.value)==null||ja.reInit(T.value)}),F==="telegram"&&S.value&&(k.value=S.value),N()}catch(ke){Q.error(`<p class="toast-title">Error</p><p class="toast-description">${ke.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},pe=async F=>{var Ae,ge,Ce,st,ht,gt;const X=await d({callbackApi:fk,abrirTelegramDialog:F,counterTime:T.value||60,tiempoVigencia:T.value||void 0});return X&&!X.error&&(E.value=((ge=(Ae=X==null?void 0:X.response)==null?void 0:Ae.data)==null?void 0:ge.mensajeServicio)||null,T.value=((st=(Ce=X==null?void 0:X.response)==null?void 0:Ce.data)==null?void 0:st.tiempoVigencia)||null,S.value=((gt=(ht=X==null?void 0:X.response)==null?void 0:ht.data)==null?void 0:gt.url)||null,E.value&&(v.value=E.value),!F&&T.value&&s.value&&n.nextTick(()=>{var vt;(vt=s.value)==null||vt.reInit(T.value)}),F&&S.value&&(k.value=S.value)),X},Y=$(async F=>{var X;p.value=!0;try{const Ae={usuarioId:(X=a.userState.user)==null?void 0:X.id,antiguoPassword:F.oldPassword,nuevoPassword:F.newPassword,confirmarNuevoPassword:F.repetirPassword},ge=await mk(Ae);Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${ge.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0}),Gi({name:"password-modified",value:JSON.stringify(!0),days:1}),R()}catch(Ae){Ne({error:Ae,setErrors:re})}finally{p.value=!1}}),_=()=>{var F;(F=h.value)==null||F.click()},G=async F=>{var ge;i.value=(ge=F==null?void 0:F.target)==null?void 0:ge.files[0];const X="."+i.value.name.split(".").pop(),Ae=i.value.size/1024;if(!(X===".png"||X===".jpg"||X===".jpeg")){h.value.value=null,Q.error('<p class="toast-title">Error</p><p class="toast-description">El archivo debe ser de extensión jpg, png o jpeg</p>',{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0});return}if(Ae>2048){h.value.value=null,Q.error('<p class="toast-title">Error</p><p class="toast-description">El archivo no puede ser mayor a 2MB</p>',{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0});return}o.value=!0,h.value.value=null},U=async()=>{var F;try{p.value=!0;const X=i.value,Ae="."+X.name.split(".").pop(),Ce=(await Ak(X)).split(",")[1],ht=await hk({extension:Ae,base64:Ce});a.updateUserData({fotoRuta:(F=ht.response)==null?void 0:F.foto})}catch(X){Ne({error:X.response,setErrors:re})}finally{p.value=!1,i.value=void 0}},L=async F=>{var Ae,ge;let X=!1;try{p.value=!0;const Ce=await vk(F);Nn.value=((Ae=Ce==null?void 0:Ce.response)==null?void 0:Ae.data)??[]}catch(Ce){Q.error(`<p class="toast-title">Error</p><p class="toast-description">${Ce.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}),F=!F,X=!0}finally{return p.value=!1,Nn.value&&Nn.value.length===1&&F?(Mc.value=Nn.value[0].medio.toString(),D(Nn.value[0].id),a.disable2FAStore(),X=!1,R()):Mc.value=(ge=(Nn.value??[]).find(Ce=>Ce.default))==null?void 0:ge.medio.toString(),{checked:F,returnBack:X}}},D=async F=>{try{p.value=!0;const X=await yk(F);Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${X.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:Ge,closeOnClick:!1,dangerouslyHTMLString:!0})}catch(X){Q.error(`<p class="toast-title">Error</p><p class="toast-description">${X.message}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}finally{p.value=!1,R()}},R=()=>{Tn.value=0,y.value=!1,w.value=!1,C.value=!1,E.value=null,T.value=null,S.value=null,v.value=null,k.value=null},N=()=>{if(Tn.value=1,c.value&&T.value){const F=c.value==="whatsapp"?m.value:c.value==="telegram"?f.value:g.value;F>0&&s.value?n.nextTick(()=>{var X;(X=s.value)==null||X.reInit(F)}):T.value&&s.value&&n.nextTick(()=>{var X;(X=s.value)==null||X.reInit(T.value)})}},q=()=>{Tn.value=3},Te=F=>{e.value=!!F,r.value="forzar",Tn.value=2},W=()=>Tn.value=4;return n.watch(Tn,(F,X)=>{X===2&&F!==X&&(e.value=!1,r.value="normal")}),{forzarCambio:e,user:(K=a==null?void 0:a.userState)==null?void 0:K.user,userState:a==null?void 0:a.userState,mode:r,values:H,mediosVerificados:O,currentContacto:l,currentStep:Tn,steps:x,errors:Z,refCounter:s,isLoading:p,openUpdateImageDialog:o,inputImageRef:h,openTelegram:u,openTelegramPage:A,onOpenInputFile:_,onActualizarDatos:ee,onEnviarMensaje:pe,onEnviarCodigoAlBackend:V,onEnviarCodigoAlUsuario:te,cambiarPass:Te,goToActiveMediosStep:W,goProfileStep:R,goEnable2FA:q,mediosHabilitados2FA:Nn,mediosHabilitadoDefault:Mc,onAssignMedio2FaOption:D,onVerifyMediosHabilitados2Fa:L,onCambiarPasswordPerfil:Y,onCambiarImagenPerfil:G,onAcceptImageUpdateClick:U,tiempoRestanteWhatsapp:m,tiempoRestanteTelegram:f,tiempoRestanteEmail:g,isLoadingWhatsapp:y,isLoadingTelegram:w,isLoadingEmail:C,mensajeServicio:E,tiempoVigencia:T,urlTelegram:S,message2Fa:b,message2FaContexto:v,url2FaContexto:k,currentMedio:c}}const wk={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 512 512"},bk=[n.createElementVNode("path",{d:"M149.1 64.8 138.7 96H64c-35.3 0-64 28.7-64 64v256c0 35.3 28.7 64 64 64h384c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64h-74.7l-10.4-31.2C356.4 45.2 338.1 32 317.4 32H194.6c-20.7 0-39 13.2-45.5 32.8zM256 192a96 96 0 1 1 0 192 96 96 0 1 1 0-192z"},null,-1)];function Ck(t,e){return n.openBlock(),n.createElementBlock("svg",wk,[...bk])}const Ek={render:Ck},kk=n.createElementVNode("button",{class:"auth-hide-btn"},null,-1),xk={class:"auth-title-container"},Bk=n.createElementVNode("p",null,"Actualización de imagen",-1),Sk={class:"dialog-body"},Tk={class:"icon"},Ok=n.createElementVNode("p",{class:"body-title"},"¿Está de acuerdo en actualizar su imagen?",-1),Dk={class:"dialog-footer"},Vk=n.defineComponent({__name:"UpdateImageDialog",props:{open:{type:Boolean,default:!1},openClick:{type:Function,required:!0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=n.computed({get:()=>r.open,set:i=>o("update:open",i)}),o=e;return(i,s)=>(n.openBlock(),n.createBlock(n.unref(Po),{open:a.value,"onUpdate:open":s[2]||(s[2]=l=>a.value=l)},{default:n.withCtx(()=>[n.createVNode(n.unref(Mo),{"as-child":""},{default:n.withCtx(()=>[kk]),_:1}),n.createVNode(n.unref(Ro),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Uo),{class:"modal-overlay"}),n.createVNode(n.unref(Fo),{class:"auth-modal-container",onInteractOutside:s[1]||(s[1]=l=>l.preventDefault()),"aria-describedby":"dialog-description"},{default:n.withCtx(()=>[n.createVNode(n.unref(Zo),{class:"auth-dialog-title"},{default:n.withCtx(()=>[n.createElementVNode("div",xk,[Bk,n.createVNode(n.unref(Er),{class:"close-icon","aria-label":"Close"},{default:n.withCtx(()=>[n.createVNode(n.unref(rc))]),_:1})])]),_:1}),n.createElementVNode("div",Sk,[n.createElementVNode("div",Tk,[n.createVNode(wi,{mode:"gray"})]),Ok]),n.createElementVNode("div",Dk,[n.createVNode(n.unref(Er),{class:"fge-gray-button w-full","aria-label":"Close"},{default:n.withCtx(()=>[n.createTextVNode(" Cancelar ")]),_:1}),n.createElementVNode("button",{class:"w-full fge-auth-primary-button",onClick:s[0]||(s[0]=n.withModifiers(()=>t.openClick(),["prevent"]))}," Aceptar ")])]),_:1})]),_:1})]),_:1},8,["open"]))}}),Ik=t=>(n.pushScopeId("data-v-f658d6bd"),t=t(),n.popScopeId(),t),Pk={class:"switch-container"},Mk=Ik(()=>n.createElementVNode("label",{class:"fge-text-gray",for:"airplane-mode"}," Activar doble factor de autenticación ",-1)),_k=Ye(n.defineComponent({__name:"Fge2FActivator",props:{showBtnProfile:{type:Boolean,default:!1}},emits:["success","error","goBack"],setup(t,{emit:e}){const{onVerifyMediosHabilitados2Fa:r,user:a,goProfileStep:o}=_c(),i=n.ref(!!(a!=null&&a.dobleAutenticacion)),s=Ee(),l=e,c=u=>{r(u).then(d=>{typeof(d==null?void 0:d.checked)=="boolean"&&(s.updateUserData({dobleAutenticacion:d.checked?1:0}),i.value=d.checked,d.returnBack?l("goBack"):d.checked?l("success"):l("error"))})};return(u,d)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createElementVNode("div",Pk,[Mk,n.createVNode(n.unref(og),{id:"airplane-mode",checked:i.value,"onUpdate:checked":[d[0]||(d[0]=A=>i.value=A),c],class:"SwitchRoot"},{default:n.withCtx(()=>[n.createVNode(n.unref(ig),{class:"SwitchThumb"})]),_:1},8,["checked"])]),i.value&&t.showBtnProfile?(n.openBlock(),n.createElementBlock("button",{key:0,class:"fge-gray-button w-full mt-3",onClick:d[1]||(d[1]=A=>n.unref(o)())}," ir al perfil ")):n.createCommentVNode("",!0)],64))}}),[["__scopeId","data-v-f658d6bd"]]),Rk=n.createElementVNode("div",{class:"msg-container mrgt-20"},[n.createElementVNode("span",{class:"fge-text-gray fge-lines"},"Medios verificados para 2FA:")],-1),Lk={class:"auth-radiogroup"},Fk=["for"],Uk=n.createElementVNode("div",{class:"fge-horizontal-line"},null,-1),Zk={class:"auth-btn-container margin-top"},Hk=[n.createElementVNode("span",null,"Cancelar",-1)],Qk=[n.createElementVNode("span",null," Activar 2FA ",-1)],qk={__name:"Fge2FConfirm",emits:["cancel","confirm","forzarCambio"],setup(t,{emit:e}){const{mediosHabilitados2FA:r,mediosHabilitadoDefault:a,onAssignMedio2FaOption:o}=_c(),i=n.ref(a.value),s=e,l=n.computed(()=>r.value??[]),c=d=>d===1?"Whatsapp":d===2?"Telegram":d===3?"Email":`${d} No definido`,u=d=>{const A=l.value.find(m=>m.medio===Number(d));A&&o(A.id)};return n.onMounted(async()=>{await n.nextTick(),i.value=String(a.value)}),(d,A)=>(n.openBlock(),n.createElementBlock("div",null,[Rk,n.createElementVNode("div",Lk,[n.createVNode(n.unref(me.Field),{modelValue:i.value,"onUpdate:modelValue":A[0]||(A[0]=m=>i.value=m),name:"medio"},{default:n.withCtx(({field:m})=>[n.createVNode(n.unref(qo),n.mergeProps(m,{"default-value":i.value,"model-value":m.value,class:"auth-radio-group-container","aria-label":"View density"}),{default:n.withCtx(()=>[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(l.value,f=>(n.openBlock(),n.createElementBlock("div",{key:f.medio,class:"auth-radio-group-item"},[n.createVNode(n.unref(zn),{id:f.id,value:`${f.medio}`},{default:n.withCtx(()=>[n.createVNode(n.unref(El))]),_:2},1032,["id","value"]),n.createElementVNode("label",{class:"fge-text-gray",for:f.id},n.toDisplayString(c(f.medio)),9,Fk)]))),128))]),_:2},1040,["default-value","model-value"])]),_:1},8,["modelValue"])]),Uk,n.createElementVNode("div",Zk,[n.createElementVNode("button",{title:"Cancelar",onClick:A[1]||(A[1]=m=>s("cancel")),class:"fge-gray-button w-full"},Hk),n.createElementVNode("button",{title:"Aceptar",onClick:A[2]||(A[2]=m=>u(i.value)),class:"w-full fge-auth-primary-button"},Qk)])]))}},zk={class:"fge-profile-container"},Kk={class:"fge-profile-header"},jk=n.createElementVNode("div",{class:"msg-container"},[n.createElementVNode("span",{class:"fge-text-gray fge-lines-container"},"Datos de contacto")],-1),Jk={class:"auth-form-container"},Xk={class:"auth-input-container"},$k=n.createElementVNode("label",{for:"celular",class:"fge-form-label"},"Celular:",-1),Wk={class:"auth-relative-container"},Yk={class:"auth-input-container"},Gk=n.createElementVNode("label",{for:"email",class:"fge-form-label"},"E-mail:",-1),Nk={class:"auth-relative-container"},ex={class:"auth-input-container"},tx=n.createElementVNode("label",{for:"direccion",class:"fge-form-label"},"Dirección:",-1),nx=n.createElementVNode("br",null,null,-1),rx=n.createElementVNode("div",{class:"msg-container"},[n.createElementVNode("span",{class:"fge-text-gray fge-lines-container"},"Medio de notificación")],-1),ax={class:"auth-radiogroup"},ox=["disabled"],ix={key:0,class:"pi pi-spin pi-spinner",style:{"font-size":"1.2rem",color:"var(--fge-color-gray)"}},sx={key:0,class:"fge-counter-text"},lx={key:1,class:"auth-radio-group-item"},cx={class:"radio-wrapper"},ux=n.createElementVNode("label",{class:"fge-text-gray",for:"r2"}," Telegram ",-1),dx=["disabled"],Ax={key:0,class:"pi pi-spin pi-spinner",style:{"font-size":"1.2rem",color:"var(--fge-color-gray)"}},fx={key:0,class:"fge-counter-text"},px={key:3,class:"auth-radio-group-item"},mx={class:"radio-wrapper"},hx=n.createElementVNode("label",{class:"fge-text-gray",for:"r3"}," Email ",-1),gx=n.createElementVNode("div",{class:"fge-horizontal-line"},null,-1),vx={class:"auth-btn-container margin-top"},yx=[n.createElementVNode("span",null,"Cerrar",-1)],wx=[n.createElementVNode("span",null," Aceptar ",-1)],bx={class:"fge-profile-step2"},Cx={class:"auth-form-container"},Ex={class:"auth-input-container"},kx=n.createElementVNode("label",{for:"old_ps",class:"fge-form-label"},"Cont­raseña actual:",-1),xx={class:"auth-input-container"},Bx=n.createElementVNode("label",{for:"new-ps",class:"fge-form-label"},"Cont­raseña nueva:",-1),Sx={class:"auth-input-container"},Tx=n.createElementVNode("label",{for:"rep_password",class:"fge-form-label"},"Repetir contraseña:",-1),Ox={class:"auth-btn-container margin-top"},Dx=[n.createElementVNode("span",null,"Cancelar",-1)],Vx=[n.createElementVNode("span",null," Actualizar ",-1)],Ix={class:"auth-form-container fge-profile-step5"},Px={class:"auth-input-container"},Mx=n.createElementVNode("label",{for:"celular",class:"fge-form-label"},"Celular:",-1),_x={class:"auth-relative-container"},Rx={key:0,class:"fge-counter-text-inline"},Lx={class:"auth-input-container"},Fx=n.createElementVNode("label",{for:"email",class:"fge-form-label"},"E-mail:",-1),Ux={class:"auth-relative-container"},Zx={key:0,class:"fge-counter-text-inline"},Hx=n.createElementVNode("br",null,null,-1),Qx=n.createElementVNode("br",null,null,-1),qx=n.defineComponent({__name:"FgePerfil",props:{onCloseBtn:{type:Function,required:!1}},setup(t,{expose:e}){const{userState:r,forzarCambio:a,mode:o,values:i,mediosVerificados:s,currentContacto:l,currentStep:c,steps:u,errors:d,refCounter:A,isLoading:m,inputImageRef:f,openUpdateImageDialog:g,openTelegram:b,openTelegramPage:v,onCambiarPasswordPerfil:k,onActualizarDatos:h,onEnviarMensaje:p,onEnviarCodigoAlBackend:y,onEnviarCodigoAlUsuario:w,onCambiarImagenPerfil:C,onOpenInputFile:E,cambiarPass:T,goToActiveMediosStep:S,goProfileStep:x,goEnable2FA:B,onAcceptImageUpdateClick:O,tiempoRestanteWhatsapp:H,tiempoRestanteTelegram:$,tiempoRestanteEmail:Z,isLoadingWhatsapp:re,isLoadingTelegram:z,isLoadingEmail:M,message2Fa:J,message2FaContexto:ee,url2FaContexto:V,currentMedio:te}=_c();return e({cambiarPass:T,goToActiveMediosStep:S}),(pe,Y)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.unref(m)?(n.openBlock(),n.createBlock(Hi,{key:0})):n.createCommentVNode("",!0),n.createElementVNode("div",zk,[n.createElementVNode("div",Kk,[n.createVNode(dk,{"cambiar-password":n.unref(c)===0?n.unref(T):void 0,showCameraBtn:n.unref(c)===0},{floatButton:n.withCtx(()=>[n.unref(c)===0&&n.unref(WE)(n.unref($E))?(n.openBlock(),n.createElementBlock(n.Fragment,{key:0},[n.createElementVNode("button",{onClick:Y[0]||(Y[0]=(..._)=>n.unref(E)&&n.unref(E)(..._)),class:"fge-auth-camera-file-button"},[n.createVNode(n.unref(Ek))]),n.createElementVNode("input",{accept:".png,.jpg,.jpeg",type:"file",ref_key:"inputImageRef",ref:f,class:"input-hidden",onChange:Y[1]||(Y[1]=(..._)=>n.unref(C)&&n.unref(C)(..._))},null,544)],64)):n.createCommentVNode("",!0)]),_:1},8,["cambiar-password","showCameraBtn"])]),n.createVNode(Ko,{currentStep:n.unref(c),steps:n.unref(u),showHeader:!1},{step1:n.withCtx(()=>[jk,n.createElementVNode("div",Jk,[n.createElementVNode("div",Xk,[$k,n.createElementVNode("div",Wk,[n.createVNode(n.unref(me.Field),{name:"celular",id:"celular",class:n.normalizeClass(["fge-auth-input with-btns",{"fge-auth-input-invalid":n.unref(d).celular}]),type:"text"},null,8,["class"])]),n.createVNode(xe,{error:n.unref(d).celular},null,8,["error"])]),n.createElementVNode("div",Yk,[Gk,n.createElementVNode("div",Nk,[n.createVNode(n.unref(me.Field),{name:"email",id:"email",class:n.normalizeClass(["fge-auth-input with-btn",{"fge-auth-input-invalid":n.unref(d).email}]),type:"text"},null,8,["class"])]),n.createVNode(xe,{error:n.unref(d).email},null,8,["error"])]),n.createElementVNode("div",ex,[tx,n.createVNode(n.unref(me.Field),{name:"direccion",id:"fge_dr",class:n.normalizeClass(["fge-auth-input",{"fge-auth-input-invalid":n.unref(d).direccion}]),type:"text"},null,8,["class"]),n.createVNode(xe,{error:n.unref(d).direccion},null,8,["error"])]),nx,rx,n.createElementVNode("div",ax,[n.createVNode(n.unref(me.Field),{name:"medio"},{default:n.withCtx(({field:_})=>[n.createVNode(n.unref(qo),n.mergeProps(_,{"model-value":_.value,class:"auth-radio-group-container"}),{default:n.withCtx(()=>[n.unref(s).verificadoTelegram?(n.openBlock(),n.createElementBlock("div",lx,[n.createElementVNode("div",cx,[n.createVNode(n.unref(zn),{class:"radio",id:"r2",value:"telegram",disabled:!n.unref(s).verificadoTelegram},{default:n.withCtx(()=>[n.createVNode(n.unref(El))]),_:1},8,["disabled"])]),ux])):(n.openBlock(),n.createBlock(n.unref(xr),{key:0,"delay-duration":0},{default:n.withCtx(()=>[n.createVNode(n.unref(Br),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Sr),{"as-child":""},{default:n.withCtx(()=>[n.createElementVNode("div",{onClick:Y[2]||(Y[2]=G=>!n.unref(z)&&n.unref(w)({medio:"telegram",contacto:n.unref(i).celular})),class:"auth-radio-group-item fge-gray-button-option w-full",style:n.normalizeStyle({cursor:n.unref(z)?"not-allowed":"pointer",opacity:n.unref(z)?.6:1})},[n.createElementVNode("button",{class:"btn-whatsapp",style:n.normalizeStyle({cursor:n.unref(z)?"not-allowed":"pointer"}),disabled:n.unref(z)},[n.unref(z)?(n.openBlock(),n.createElementBlock("i",ix)):(n.openBlock(),n.createBlock(n.unref(_a),{key:1,class:n.normalizeClass({"auth-svg-primary":n.unref(s).verificadoTelegram,"auth-svg-gray":!n.unref(s).verificadoTelegram})},null,8,["class"]))],12,ox),n.createElementVNode("label",{class:"fge-text-gray",for:"r2",style:n.normalizeStyle({cursor:n.unref(z)?"not-allowed":"pointer",whiteSpace:"nowrap"})},[n.createTextVNode(" Telegram "),n.unref($)>0?(n.openBlock(),n.createElementBlock("span",sx," ("+n.toDisplayString(n.unref($))+" seg.) ",1)):n.createCommentVNode("",!0)],4)],4)]),_:1}),n.createVNode(n.unref(Dr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Tr),{class:"tooltip","side-offset":5},{default:n.withCtx(()=>[n.createTextVNode(" Verificar Telegram "),n.createVNode(n.unref(Or),{class:"arrow-svg",width:10})]),_:1})]),_:1})]),_:1})]),_:1})),n.unref(s).verificadoEmail?(n.openBlock(),n.createElementBlock("div",px,[n.createElementVNode("div",mx,[n.createVNode(n.unref(zn),{class:"radio",id:"r3",value:"email",disabled:!n.unref(s).verificadoEmail},{default:n.withCtx(()=>[n.createVNode(n.unref(El))]),_:1},8,["disabled"])]),hx])):(n.openBlock(),n.createBlock(n.unref(xr),{key:2,"delay-duration":0},{default:n.withCtx(()=>[n.createVNode(n.unref(Br),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Sr),{"as-child":""},{default:n.withCtx(()=>[n.createElementVNode("div",{onClick:Y[3]||(Y[3]=G=>!n.unref(M)&&n.unref(w)({medio:"email",contacto:n.unref(i).email})),class:"auth-radio-group-item fge-gray-button-option w-full",style:n.normalizeStyle({cursor:n.unref(M)?"not-allowed":"pointer",opacity:n.unref(M)?.6:1})},[n.createElementVNode("button",{class:"btn-whatsapp",style:n.normalizeStyle({cursor:n.unref(M)?"not-allowed":"pointer"}),disabled:n.unref(M)},[n.unref(M)?(n.openBlock(),n.createElementBlock("i",Ax)):(n.openBlock(),n.createBlock(n.unref(Ma),{key:1,class:n.normalizeClass({"auth-svg-primary":n.unref(s).verificadoEmail,"auth-svg-gray":!n.unref(s).verificadoEmail})},null,8,["class"]))],12,dx),n.createElementVNode("label",{class:"fge-text-gray",for:"r3",style:n.normalizeStyle({cursor:n.unref(M)?"not-allowed":"pointer",whiteSpace:"nowrap"})},[n.createTextVNode(" Email "),n.unref(Z)>0?(n.openBlock(),n.createElementBlock("span",fx," ("+n.toDisplayString(n.unref(Z))+" seg.) ",1)):n.createCommentVNode("",!0)],4)],4)]),_:1}),n.createVNode(n.unref(Dr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Tr),{class:"tooltip","side-offset":5},{default:n.withCtx(()=>[n.createTextVNode(" Verificar Email "),n.createVNode(n.unref(Or),{class:"arrow-svg",width:10})]),_:1})]),_:1})]),_:1})]),_:1}))]),_:2},1040,["model-value"])]),_:1})]),gx]),n.createElementVNode("div",vx,[n.createElementVNode("button",{title:"Cerrar perfil",onClick:Y[4]||(Y[4]=()=>{var _;return(_=t.onCloseBtn)==null?void 0:_.call(t)}),class:"fge-gray-button w-full"},yx),n.createElementVNode("button",{title:"Guardar cambios",onClick:Y[5]||(Y[5]=(..._)=>n.unref(h)&&n.unref(h)(..._)),class:"w-full fge-auth-primary-button"},wx)])]),step2:n.withCtx(()=>[n.createElementVNode("div",bx,[n.createVNode(yi,{fieldName:"codigo",refCounter:n.unref(A),"onUpdate:refCounter":Y[6]||(Y[6]=_=>n.isRef(A)?A.value=_:null),error:n.unref(d).codigo,currentContacto:n.unref(l),cancelarFunction:n.unref(r).forzarActivar2FA?n.unref(S):n.unref(x),aceptarFunction:n.unref(y),"reenviar-mensaje":n.unref(te)==="telegram"?void 0:n.unref(p),message2Fa:n.unref(J),message2FaContexto:n.unref(ee),url2FaContexto:n.unref(V),isTelegram:n.unref(te)==="telegram"},null,8,["refCounter","error","currentContacto","cancelarFunction","aceptarFunction","reenviar-mensaje","message2Fa","message2FaContexto","url2FaContexto","isTelegram"])])]),step3:n.withCtx(()=>[n.createElementVNode("div",Cx,[n.createElementVNode("div",Ex,[kx,n.createVNode(n.unref(me.Field),{name:"oldPassword"},{default:n.withCtx(({field:_})=>[n.createVNode(xn,n.mergeProps({id:"oldPassword"},_,{class:"fge-auth-input with-btn",modelValue:_.value}),null,16,["modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(d).oldPassword},null,8,["error"])]),n.createElementVNode("div",xx,[Bx,n.createVNode(n.unref(me.Field),{name:"newPassword"},{default:n.withCtx(({field:_})=>[n.createVNode(xn,n.mergeProps({id:"new-ps"},_,{class:"fge-auth-input with-btn",modelValue:_.value,"error-classes":"fge-auth-input-invalid"}),null,16,["modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(d).newPassword},null,8,["error"])]),n.createElementVNode("div",Sx,[Tx,n.createVNode(n.unref(me.Field),{name:"repetirPassword"},{default:n.withCtx(({field:_})=>[n.createVNode(xn,n.mergeProps({id:"fge_contra_rep"},_,{class:"fge-auth-input with-btn",modelValue:_.value,"error-classes":"fge-auth-input-invalid"}),null,16,["modelValue"])]),_:1}),n.createVNode(xe,{error:n.unref(d).repetirPassword},null,8,["error"])])]),n.createElementVNode("div",Ox,[n.unref(o)==="forzar"&&n.unref(a)?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("button",{key:0,title:"Cancelar",onClick:Y[7]||(Y[7]=(..._)=>n.unref(x)&&n.unref(x)(..._)),class:"fge-gray-button w-full"},Dx)),n.createElementVNode("button",{title:"Aceptar",onClick:Y[8]||(Y[8]=(..._)=>n.unref(k)&&n.unref(k)(..._)),class:"w-full fge-auth-primary-button"},Vx)])]),step4:n.withCtx(()=>[n.createVNode(qk,{onCancel:n.unref(x)},null,8,["onCancel"])]),step5:n.withCtx(()=>[n.createElementVNode("div",Ix,[n.createElementVNode("div",Px,[Mx,n.createElementVNode("div",_x,[n.createVNode(n.unref(me.Field),{name:"celular",id:"celular",class:n.normalizeClass(["fge-auth-input with-btns",{"fge-auth-input-invalid":n.unref(d).celular}]),type:"text"},null,8,["class"]),n.createVNode(n.unref(xr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Br),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Sr),{title:n.unref(s).verificadoTelegram?"Verificado":"Verificar telegram",class:"btn-only-icon absolute",onClick:Y[9]||(Y[9]=_=>n.unref(w)({medio:"telegram",contacto:n.unref(i).celular}))},{default:n.withCtx(()=>[n.createVNode(n.unref(_a),{class:n.normalizeClass({"auth-svg-primary":n.unref(s).verificadoTelegram,"auth-svg-gray":!n.unref(s).verificadoTelegram})},null,8,["class"])]),_:1},8,["title"]),n.createVNode(n.unref(Dr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Tr),{class:"tooltip","side-offset":5},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(n.unref(s).verificadoWhatsapp?"Verificado":"Verificar")+" ",1),n.createVNode(n.unref(Or),{class:"arrow-svg",width:10})]),_:1})]),_:1})]),_:1})]),_:1})]),n.createVNode(xe,{error:n.unref(d).celular},null,8,["error"]),n.unref(s).verificadoTelegram?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("button",{key:0,class:"fge-auth-primary-button w-full mt-3",onClick:Y[10]||(Y[10]=_=>n.unref(w)({medio:"telegram",contacto:n.unref(i).celular}))},[n.createTextVNode(" validar Telegram "),n.unref($)>0?(n.openBlock(),n.createElementBlock("span",Rx," ("+n.toDisplayString(n.unref($))+" seg.) ",1)):n.createCommentVNode("",!0)]))]),n.createElementVNode("div",Lx,[Fx,n.createElementVNode("div",Ux,[n.createVNode(n.unref(me.Field),{name:"email",id:"email",class:n.normalizeClass(["fge-auth-input with-btn",{"fge-auth-input-invalid":n.unref(d).email}]),type:"text"},null,8,["class"]),n.createVNode(n.unref(xr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Br),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Sr),{title:n.unref(s).verificadoEmail?"Verificado":"Verificar",class:"btn-only-icon absolute",onClick:Y[11]||(Y[11]=_=>n.unref(w)({medio:"email",contacto:n.unref(i).email}))},{default:n.withCtx(()=>[n.createVNode(n.unref(Ma),{class:n.normalizeClass({"auth-svg-primary":n.unref(s).verificadoEmail,"auth-svg-gray":!n.unref(s).verificadoEmail})},null,8,["class"])]),_:1},8,["title"]),n.createVNode(n.unref(Dr),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Tr),{class:"tooltip","side-offset":5},{default:n.withCtx(()=>[n.createTextVNode(n.toDisplayString(n.unref(s).verificadoEmail?"Verificado":"Verificar")+" ",1),n.createVNode(n.unref(Or),{class:"arrow-svg",width:10})]),_:1})]),_:1})]),_:1})]),_:1})]),n.createVNode(xe,{error:n.unref(d).email},null,8,["error"]),n.unref(s).verificadoEmail?n.createCommentVNode("",!0):(n.openBlock(),n.createElementBlock("button",{key:0,class:"fge-auth-primary-button w-full mt-3",onClick:Y[12]||(Y[12]=_=>n.unref(w)({medio:"email",contacto:n.unref(i).email}))},[n.createTextVNode(" validar correo electrónico "),n.unref(Z)>0?(n.openBlock(),n.createElementBlock("span",Zx," ("+n.toDisplayString(n.unref(Z))+" seg.) ",1)):n.createCommentVNode("",!0)]))]),Hx,Qx,n.createVNode(_k,{onSuccess:n.unref(B),showBtnProfile:"",onError:n.unref(S)},null,8,["onSuccess","onError"])])]),_:1},8,["currentStep","steps"])]),n.createVNode(Vk,{open:n.unref(g),"onUpdate:open":Y[13]||(Y[13]=_=>n.isRef(g)?g.value=_:null),openClick:n.unref(O)},null,8,["open","openClick"]),n.createVNode(ac,{open:n.unref(b),"onUpdate:open":Y[14]||(Y[14]=_=>n.isRef(b)?b.value=_:null),openClick:n.unref(v)},null,8,["open","openClick"])],64))}}),zx={class:"sidebar"},Rc=n.defineComponent({__name:"Sidebar",props:{isOpen:{type:Boolean,default:!1},dismissable:{type:Boolean,default:!0},noPadding:{type:Boolean,default:!1}},emits:["update:isOpen"],setup(t,{emit:e}){const r=t,a=e,o=()=>{r.dismissable&&a("update:isOpen",!1)};return(i,s)=>(n.openBlock(),n.createBlock(n.Teleport,{to:"body"},[n.createElementVNode("div",zx,[r.isOpen?(n.openBlock(),n.createElementBlock("div",{key:0,class:"auth-sidebar-backdrop",onClick:o})):n.createCommentVNode("",!0),n.createVNode(n.Transition,{name:"slide",mode:"out-in"},{default:n.withCtx(()=>[t.isOpen?(n.openBlock(),n.createElementBlock("div",{key:0,class:"sidebar-panel",style:n.normalizeStyle(r.noPadding?{padding:"0"}:void 0)},[n.renderSlot(i.$slots,"default")],4)):n.createCommentVNode("",!0)]),_:3})])]))}}),Lc=n.defineComponent({__name:"FgePerfilSidebar",setup(t,{expose:e}){const r=n.ref(),{displayModal:a,openDialog:o,closeDialog:i}=XE();return e({openDialog:o,closeDialog:i,goToChangePassword:c=>{o(),n.nextTick(()=>{var u;(u=r.value)==null||u.cambiarPass(c)})},goToActiveMedio:()=>{o(),n.nextTick(()=>{var c;(c=r.value)==null||c.goToActiveMediosStep()})}}),(c,u)=>(n.openBlock(),n.createBlock(Rc,{dismissable:!1,isOpen:n.unref(a),"onUpdate:isOpen":u[0]||(u[0]=d=>n.isRef(a)?a.value=d:null)},{default:n.withCtx(()=>[n.createVNode(qx,{onCloseBtn:n.unref(i),ref_key:"perfilRef",ref:r},null,8,["onCloseBtn"])]),_:1},8,["isOpen"]))}}),Kx=async()=>ie.get("/v1/sesion/dispositivos").then(t=>{const e=(t==null?void 0:t.data)??t;return Array.isArray(e)?e:Array.isArray(e==null?void 0:e.response)?e.response:[]}).catch(t=>(console.error("Error fetching dispositivos:",t),[])),jx=async t=>ie.patch("/v1/sesion/dispositivos/eliminar",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),Jx=async t=>ie.patch("/v1/sesion/dispositivos/eliminar-menos-actual",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),Xx=async t=>ie.patch("/v1/sesion/dispositivos/eliminar-todos",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e});function $x(){const t=n.ref([]),e=n.ref(!1),r=n.ref(null),a=async()=>{e.value=!0,r.value=null;try{const i=await Kx();console.debug("getDispositivos response:",i),t.value=Array.isArray(i)?i:[]}catch(i){r.value=i}finally{e.value=!1}},o=async()=>{await a()};return n.onMounted(()=>{a()}),{dispositivos:t,isLoading:e,error:r,refresh:o}}const Wx={key:0,class:"fge-confirm-overlay",role:"dialog","aria-modal":"true"},Yx={class:"fge-confirm-box"},Gx={class:"fge-confirm-title"},Nx={class:"fge-confirm-message"},eB={class:"fge-confirm-actions"},W2=Ye(n.defineComponent({__name:"ConfirmationDialog",props:{open:{type:Boolean,default:!1},title:{type:String,default:"Confirmar"},message:{type:String,default:"¿Desea continuar?"},confirmLabel:{type:String,default:"Confirmar"},cancelLabel:{type:String,default:"Cancelar"}},emits:["update:open","confirm","cancel"],setup(t,{emit:e}){const r=e;function a(){r("update:open",!1)}function o(){r("confirm"),a()}function i(){r("cancel"),a()}return(s,l)=>t.open?(n.openBlock(),n.createElementBlock("div",Wx,[n.createElementVNode("div",Yx,[n.createElementVNode("h3",Gx,n.toDisplayString(t.title),1),n.createElementVNode("p",Nx,n.toDisplayString(t.message),1),n.createElementVNode("div",eB,[n.createElementVNode("button",{class:"fge-gray-button",onClick:i},n.toDisplayString(t.cancelLabel),1),n.createElementVNode("button",{class:"fge-delete-button",onClick:o},n.toDisplayString(t.confirmLabel),1)])])])):n.createCommentVNode("",!0)}}),[["__scopeId","data-v-1f89df6f"]]),Wr=t=>(n.pushScopeId("data-v-ab7b4129"),t=t(),n.popScopeId(),t),tB={class:"sidebar-header"},nB=Wr(()=>n.createElementVNode("h3",null,"Dispositivos de confianza",-1)),rB={class:"header-buttons"},aB=[Wr(()=>n.createElementVNode("i",{class:"pi pi-refresh"},null,-1))],oB={key:1,class:"error"},iB={class:"sidebar-body"},sB={key:0,class:"devices-list"},lB={class:"card-body"},cB={class:"card-left"},uB={class:"icon-circle"},dB={class:"card-content"},AB={class:"card-header"},fB={class:"device-title"},pB={class:"device-id"},mB={class:"card-row"},hB=Wr(()=>n.createElementVNode("i",{class:"pi pi-calendar"},null,-1)),gB={class:"card-text"},vB={class:"muted-title"},yB={class:"muted-value"},wB={class:"card-row"},bB=Wr(()=>n.createElementVNode("i",{class:"pi pi-calendar"},null,-1)),CB={class:"card-text"},EB={class:"muted-title"},kB={class:"muted-value"},xB=["onClick"],BB=[Wr(()=>n.createElementVNode("i",{class:"pi pi-sign-out"},null,-1))],SB={key:1,class:"no-devices"},TB=[Wr(()=>n.createElementVNode("div",null,"No hay dispositivos de confianza registrados.",-1))],OB={key:2,class:"sidebar-footer"},DB=Ye(n.defineComponent({__name:"FgeDispositivos",setup(t,{expose:e}){const r=n.ref(!1),{dispositivos:a,isLoading:o,error:i,refresh:s}=$x(),l=Ee(),c=()=>{var y;return((y=l.userState.user)==null?void 0:y.id)??0},u=n.ref(!1),d=n.ref("Confirmar"),A=n.ref("¿Desea continuar?"),m=n.ref(null);async function f(){if(m.value)try{await m.value()}catch{}finally{m.value=null}}function g(y){d.value="Eliminar dispositivo",A.value="¿Está seguro que desea eliminar este dispositivo?",m.value=async()=>{try{const w=await jx({usuarioId:c(),dispositivoConfiableId:y.id});w!=null&&w.error?Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(w==null?void 0:w.message)||"Error al eliminar dispositivo"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):(Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${(w==null?void 0:w.message)||"Dispositivo eliminado"}</p>`,{autoClose:3e3,hideProgressBar:!0,icon:yn,closeOnClick:!1,dangerouslyHTMLString:!0}),s())}catch(w){console.error(w),Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(w==null?void 0:w.message)||"Error al eliminar dispositivo"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},u.value=!0}function b(){d.value="Eliminar dispositivos",A.value="¿Está seguro que desea eliminar todos los dispositivos menos el actual?",m.value=async()=>{try{const y=await Jx({usuarioId:c()});y!=null&&y.error?Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(y==null?void 0:y.message)||"Error al eliminar dispositivos"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):(Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${(y==null?void 0:y.message)||"Operación exitosa"}</p>`,{autoClose:3e3,hideProgressBar:!0,icon:yn,closeOnClick:!1,dangerouslyHTMLString:!0}),s())}catch(y){console.error(y),Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(y==null?void 0:y.message)||"Error al eliminar dispositivos"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},u.value=!0}function v(){d.value="Eliminar dispositivos",A.value="¿Está seguro que desea eliminar todos los dispositivos?",m.value=async()=>{try{const y=await Xx({usuarioId:c()});y!=null&&y.error?Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(y==null?void 0:y.message)||"Error al eliminar dispositivos"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):(Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${(y==null?void 0:y.message)||"Operación exitosa"}</p>`,{autoClose:3e3,hideProgressBar:!0,icon:yn,closeOnClick:!1,dangerouslyHTMLString:!0}),s())}catch(y){console.error(y),Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(y==null?void 0:y.message)||"Error al eliminar dispositivos"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},u.value=!0}const k=n.computed(()=>a.value.map(y=>{const w=(C,E)=>{if(!C)return"";try{return typeof C=="string"?ae.fromISO(C).toLocaleString(E):C instanceof Date?ae.fromJSDate(C).toLocaleString(E):ae.fromISO(String(C)).toLocaleString(E)}catch{return String(C)}};return{...y,fechaUltimaAutenticacion:w(y.fechaUltimaAutenticacion,ae.DATETIME_MED),fechaExpiracion:w(y.fechaExpiracion,ae.DATETIME_MED)}}));function h(){r.value=!0,s()}function p(){r.value=!1}return e({openDialog:h,closeDialog:p}),(y,w)=>(n.openBlock(),n.createBlock(Rc,{isOpen:r.value,"onUpdate:isOpen":w[2]||(w[2]=C=>r.value=C),dismissable:!1,noPadding:!0},{default:n.withCtx(()=>[n.unref(o)?(n.openBlock(),n.createBlock(Hi,{key:0})):n.createCommentVNode("",!0),n.createElementVNode("div",tB,[nB,n.createElementVNode("div",rB,[n.createElementVNode("button",{class:"close-btn",onClick:w[0]||(w[0]=(...C)=>n.unref(s)&&n.unref(s)(...C))},aB),n.createElementVNode("button",{class:"close-btn",onClick:p},"✕")])]),n.unref(i)?(n.openBlock(),n.createElementBlock("div",oB,"Error al cargar dispositivos")):n.createCommentVNode("",!0),n.createVNode(W2,{open:u.value,"onUpdate:open":w[1]||(w[1]=C=>u.value=C),title:d.value,message:A.value,confirmLabel:"Sí",cancelLabel:"No",onConfirm:f},null,8,["open","title","message"]),n.createElementVNode("div",iB,[!n.unref(o)&&k.value.length?(n.openBlock(),n.createElementBlock("ul",sB,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(k.value,C=>(n.openBlock(),n.createElementBlock("li",{key:C.id,class:"device-card"},[n.createElementVNode("div",lB,[n.createElementVNode("div",cB,[n.createElementVNode("div",uB,[n.createElementVNode("i",{class:n.normalizeClass(["pi",C.esMovil?"pi-mobile":"pi-desktop","icon"])},null,2)])]),n.createElementVNode("div",dB,[n.createElementVNode("div",AB,[n.createElementVNode("div",fB,n.toDisplayString(C.nombreDispositivo||"Dispositivo sin nombre"),1),n.createElementVNode("div",pB,n.toDisplayString(C.identificadorDispositivo),1)]),n.createElementVNode("div",mB,[hB,n.createElementVNode("div",gB,[n.createElementVNode("span",vB,[n.createTextVNode("Última autenticación: "),n.createElementVNode("span",yB,n.toDisplayString(C.fechaUltimaAutenticacion),1)])])]),n.createElementVNode("div",wB,[bB,n.createElementVNode("div",CB,[n.createElementVNode("span",EB,[n.createTextVNode("Fecha expiración: "),n.createElementVNode("span",kB,n.toDisplayString(C.fechaExpiracion),1)])])])])]),n.createElementVNode("button",{class:"action-btn",title:"Cerrar sesión en este dispositivo",onClick:E=>g(C)},BB,8,xB)]))),128))])):n.createCommentVNode("",!0),!n.unref(o)&&!k.value.length?(n.openBlock(),n.createElementBlock("div",SB,TB)):n.createCommentVNode("",!0)]),!n.unref(o)&&k.value.length?(n.openBlock(),n.createElementBlock("div",OB,[n.createElementVNode("button",{class:"fge-delete2-button",onClick:b}," Eliminar todos menos el actual "),n.createElementVNode("button",{class:"fge-delete-button",onClick:v}," Eliminar todos los dispositivos ")])):n.createCommentVNode("",!0)]),_:1},8,["isOpen"]))}}),[["__scopeId","data-v-ab7b4129"]]),VB=async t=>ie.patch("/v1/sesion/listar-activas",t).then(e=>{const r=(e==null?void 0:e.data)??e;return Array.isArray(r)?r:Array.isArray(r==null?void 0:r.response.data)?r.response.data:[]}).catch(e=>(console.error("Error fetching dispositivos:",e),[])),IB=async t=>ie.patch("/v1/sesion/finalizar",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),PB=async t=>ie.patch("/v1/sesion/finalizar-menos-actual",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e}),MB=async t=>ie.patch("/v1/sesion/finalizar-todas",t).then(e=>e).catch(e=>{var r;throw(r=e.response)!=null&&r.data?e.response.data:e});function _B(){const t=n.ref([]),e=n.ref(!1),r=n.ref(null),a=Ee(),o=async()=>{var s;e.value=!0,r.value=null;try{const l=((s=a.userState.user)==null?void 0:s.id)??0,c=await VB({usuarioId:l});console.debug("getSesiones response:",c),t.value=Array.isArray(c)?c:[]}catch(l){r.value=l}finally{e.value=!1}},i=async()=>{await o()};return n.onMounted(()=>{o()}),{sesiones:t,isLoading:e,error:r,refresh:i}}const er=t=>(n.pushScopeId("data-v-6df5dc87"),t=t(),n.popScopeId(),t),RB={class:"sidebar-header"},LB=er(()=>n.createElementVNode("h3",null,"Sesiones activas",-1)),FB={class:"header-buttons"},UB=[er(()=>n.createElementVNode("i",{class:"pi pi-refresh"},null,-1))],ZB={class:"sidebar-body"},HB={key:0,class:"devices-list"},QB={class:"card-body"},qB={class:"card-left"},zB={class:"icon-circle"},KB={class:"card-content"},jB={class:"card-header"},JB={class:"device-title-row"},XB={class:"device-title"},$B={class:"badges"},WB={key:0,class:"badge badge-actual"},YB={key:1,class:"badge badge-cd"},GB={class:"device-id"},NB={class:"card-row"},eS=er(()=>n.createElementVNode("i",{class:"pi pi-desktop"},null,-1)),tS={class:"card-text"},nS={class:"muted-title"},rS={class:"muted-value"},aS={class:"card-row"},oS=er(()=>n.createElementVNode("i",{class:"pi pi-calendar"},null,-1)),iS={class:"card-text"},sS={class:"muted-title"},lS={class:"muted-value"},cS={class:"card-row"},uS=er(()=>n.createElementVNode("i",{class:"pi pi-calendar"},null,-1)),dS={class:"card-text"},AS={class:"muted-title"},fS={class:"muted-value"},pS=["onClick"],mS=[er(()=>n.createElementVNode("i",{class:"pi pi-sign-out"},null,-1))],hS={key:1,class:"no-devices"},gS=[er(()=>n.createElementVNode("div",null,"No hay sesiones activas.",-1))],vS={key:1,class:"sidebar-footer"},yS=Ye(n.defineComponent({__name:"FgeSesiones",setup(t,{expose:e}){const r=n.ref(!1),{sesiones:a,isLoading:o,error:i,refresh:s}=_B(),l=Ee(),c=()=>{var y;return((y=l.userState.user)==null?void 0:y.id)??0},u=n.ref(!1),d=n.ref("Confirmar"),A=n.ref("¿Desea continuar?"),m=n.ref(null);async function f(){if(m.value)try{await m.value()}catch{}finally{m.value=null}}function g(y){d.value="Finalizar sesión",A.value="¿Desea cerrar esta sesión remota?",m.value=async()=>{try{const w=await IB({usuarioId:c(),sesionId:y.id});w!=null&&w.error?Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(w==null?void 0:w.message)||"Error al finalizar sesión"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):(Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${(w==null?void 0:w.message)||"Sesión finalizada"}</p>`,{autoClose:3e3,hideProgressBar:!0,icon:yn,closeOnClick:!1,dangerouslyHTMLString:!0}),s())}catch(w){console.error(w),Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(w==null?void 0:w.message)||"Error al finalizar sesión"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},u.value=!0}function b(){d.value="Finalizar sesiones",A.value="¿Desea finalizar todas las sesiones menos la actual?",m.value=async()=>{try{const y=await PB({usuarioId:c()});y!=null&&y.error?Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(y==null?void 0:y.message)||"Error al finalizar sesiones"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):(Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${(y==null?void 0:y.message)||"Operación exitosa"}</p>`,{autoClose:3e3,hideProgressBar:!0,icon:yn,closeOnClick:!1,dangerouslyHTMLString:!0}),s())}catch(y){console.error(y),Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(y==null?void 0:y.message)||"Error al finalizar sesiones"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},u.value=!0}function v(){d.value="Finalizar sesiones",A.value="¿Desea finalizar todas las sesiones?",m.value=async()=>{try{const y=await MB({usuarioId:c()});y!=null&&y.error?Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(y==null?void 0:y.message)||"Error al finalizar sesiones"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0}):(Q.success(`<p class="toast-title">Operación exitosa</p><p class="toast-description">${(y==null?void 0:y.message)||"Operación exitosa"}</p>`,{autoClose:3e3,hideProgressBar:!0,icon:yn,closeOnClick:!1,dangerouslyHTMLString:!0}),s())}catch(y){console.error(y),Q.error(`<p class="toast-title">Error</p><p class="toast-description">${(y==null?void 0:y.message)||"Error al finalizar sesiones"}</p>`,{autoClose:5e3,hideProgressBar:!0,icon:we,closeOnClick:!1,dangerouslyHTMLString:!0})}},u.value=!0}const k=n.computed(()=>a.value.map(y=>{const w=C=>{if(!C)return"";try{return typeof C=="string"?ae.fromISO(C).toLocaleString(ae.DATETIME_MED):C instanceof Date?ae.fromJSDate(C).toLocaleString(ae.DATETIME_MED):ae.fromISO(String(C)).toLocaleString(ae.DATETIME_MED)}catch{return String(C)}};return{...y,createdAtFmt:w(y.createdAt),caducidadFmt:w(y.caducidad)}}));function h(){r.value=!0,s()}function p(){r.value=!1}return e({openDialog:h,closeDialog:p}),(y,w)=>(n.openBlock(),n.createBlock(Rc,{isOpen:r.value,"onUpdate:isOpen":w[2]||(w[2]=C=>r.value=C),dismissable:!1,noPadding:!0},{default:n.withCtx(()=>[n.unref(o)?(n.openBlock(),n.createBlock(Hi,{key:0})):n.createCommentVNode("",!0),n.createElementVNode("div",RB,[LB,n.createElementVNode("div",FB,[n.createElementVNode("button",{class:"close-btn",onClick:w[0]||(w[0]=(...C)=>n.unref(s)&&n.unref(s)(...C))},UB),n.createElementVNode("button",{class:"close-btn",onClick:p},"✕")])]),n.createVNode(W2,{open:u.value,"onUpdate:open":w[1]||(w[1]=C=>u.value=C),title:d.value,message:A.value,confirmLabel:"Sí",cancelLabel:"No",onConfirm:f},null,8,["open","title","message"]),n.createElementVNode("div",ZB,[!n.unref(o)&&k.value.length?(n.openBlock(),n.createElementBlock("ul",HB,[(n.openBlock(!0),n.createElementBlock(n.Fragment,null,n.renderList(k.value,C=>(n.openBlock(),n.createElementBlock("li",{key:C.id,class:"device-card"},[n.createElementVNode("div",QB,[n.createElementVNode("div",qB,[n.createElementVNode("div",zB,[n.createElementVNode("i",{class:n.normalizeClass(["pi",C.esMovil?"pi-mobile":"pi-desktop","icon"])},null,2)])]),n.createElementVNode("div",KB,[n.createElementVNode("div",jB,[n.createElementVNode("div",JB,[n.createElementVNode("div",XB,n.toDisplayString(C.dispositivo||C.navegador||C.aplicacion),1),n.createElementVNode("div",$B,[C.actual?(n.openBlock(),n.createElementBlock("span",WB,"Actual")):n.createCommentVNode("",!0),C.ciudadania==1?(n.openBlock(),n.createElementBlock("span",YB,"CD")):n.createCommentVNode("",!0)])]),n.createElementVNode("div",GB,n.toDisplayString(C.navegador)+" · "+n.toDisplayString(C.so),1)]),n.createElementVNode("div",NB,[eS,n.createElementVNode("div",tS,[n.createElementVNode("span",nS,[n.createTextVNode("Sistema: "),n.createElementVNode("span",rS,n.toDisplayString(C.aplicacion),1)])])]),n.createElementVNode("div",aS,[oS,n.createElementVNode("div",iS,[n.createElementVNode("span",sS,[n.createTextVNode("Iniciado el: "),n.createElementVNode("span",lS,n.toDisplayString(C.createdAtFmt),1)])])]),n.createElementVNode("div",cS,[uS,n.createElementVNode("div",dS,[n.createElementVNode("span",AS,[n.createTextVNode("Caduca: "),n.createElementVNode("span",fS,n.toDisplayString(C.caducidadFmt),1)])])])])]),n.createElementVNode("button",{class:"action-btn",title:"Finalizar sesión",onClick:E=>g(C)},mS,8,pS)]))),128))])):n.createCommentVNode("",!0),!n.unref(o)&&!k.value.length?(n.openBlock(),n.createElementBlock("div",hS,gS)):n.createCommentVNode("",!0)]),!n.unref(o)&&k.value.length?(n.openBlock(),n.createElementBlock("div",vS,[n.createElementVNode("button",{class:"fge-delete2-button",onClick:b}," Finalizar todas menos el actual "),n.createElementVNode("button",{class:"fge-delete-button",onClick:v}," Finalizar todas las sesiones ")])):n.createCommentVNode("",!0)]),_:1},8,["isOpen"]))}}),[["__scopeId","data-v-6df5dc87"]]),wS={xmlns:"http://www.w3.org/2000/svg",viewBox:"0 0 384 512"},bS=[n.createElementVNode("path",{d:"M223.5 32C100 32 0 132.3 0 256s100 224 223.5 224c60.6 0 115.5-24.2 155.8-63.4 5-4.9 6.3-12.5 3.1-18.7s-10.1-9.7-17-8.5c-9.8 1.7-19.8 2.6-30.1 2.6-96.9 0-175.5-78.8-175.5-176 0-65.8 36-123.1 89.3-153.3 6.1-3.5 9.2-10.5 7.7-17.3s-7.3-11.9-14.3-12.5c-6.3-.5-12.6-.8-19-.8z"},null,-1)];function CS(t,e){return n.openBlock(),n.createElementBlock("svg",wS,[...bS])}const ES={render:CS},Qi=t=>(n.pushScopeId("data-v-6cedda83"),t=t(),n.popScopeId(),t),kS=Qi(()=>n.createElementVNode("button",{class:"auth-hide-btn"},null,-1)),xS={class:"auth-title-container"},BS=Qi(()=>n.createElementVNode("p",null,"Aviso de Seguridad",-1)),SS={class:"dialog-body"},TS={class:"icon"},OS={class:"body-title"},DS={class:"auth-modal-body-msg auth-msg-capitalize"},VS=Qi(()=>n.createElementVNode("p",{class:"auth-modal-body-msg"}," Te recordamos que es momento de renovar tu contraseña en el Ecosistema JL. Actualizarla cada 4 meses es una práctica recomendada para mantener tu información a salvo. ",-1)),IS=Qi(()=>n.createElementVNode("p",{class:"auth-modal-body-msg"},"¡Gracias por tu colaboración!",-1)),PS={class:"dialog-footer"},MS=Ye(n.defineComponent({__name:"PasswordDialog",props:{open:{type:Boolean,default:!1},openClick:{type:Function,required:!0},forzarCambioPassword:{type:Boolean,required:!0}},emits:["update:open"],setup(t,{emit:e}){const r=t,a=n.computed({get:()=>r.open,set:s=>i("update:open",s)}),o=Ee(),i=e;return(s,l)=>(n.openBlock(),n.createBlock(n.unref(Po),{open:a.value,"onUpdate:open":l[2]||(l[2]=c=>a.value=c)},{default:n.withCtx(()=>[n.createVNode(n.unref(Mo),{"as-child":""},{default:n.withCtx(()=>[kS]),_:1}),n.createVNode(n.unref(Ro),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Uo),{class:"modal-overlay"}),n.createVNode(n.unref(Fo),{class:"auth-modal-container",onInteractOutside:l[1]||(l[1]=c=>c.preventDefault()),"aria-describedby":"dialog-description"},{default:n.withCtx(()=>{var c,u,d,A;return[n.createVNode(n.unref(Zo),{class:"auth-dialog-title"},{default:n.withCtx(()=>[n.createElementVNode("div",xS,[BS,r.forzarCambioPassword?n.createCommentVNode("",!0):(n.openBlock(),n.createBlock(n.unref(Er),{key:0,class:"close-icon","aria-label":"Close"},{default:n.withCtx(()=>[n.createVNode(n.unref(rc))]),_:1}))])]),_:1}),n.createElementVNode("div",SS,[n.createElementVNode("div",TS,[n.createVNode(wi,{mode:"gray"})]),n.createElementVNode("p",OS,n.toDisplayString(t.forzarCambioPassword?"Renueva tu Contraseña":"¿Desea cambiar la contraseña?"),1),n.createElementVNode("p",DS," Hola "+n.toDisplayString((u=(c=n.unref(o).userState)==null?void 0:c.user)!=null&&u.nombreCompleto?`${(A=(d=n.unref(o).userState)==null?void 0:d.user)==null?void 0:A.nombreCompleto.toLowerCase()}`:"Usuario")+", ",1),VS,IS]),n.createElementVNode("div",PS,[r.forzarCambioPassword?n.createCommentVNode("",!0):(n.openBlock(),n.createBlock(n.unref(Er),{key:0,class:"fge-gray-button w-full","aria-label":"Close"},{default:n.withCtx(()=>[n.createTextVNode(" Más tarde ")]),_:1})),n.createElementVNode("button",{class:"w-full fge-auth-primary-button",onClick:l[0]||(l[0]=n.withModifiers(()=>t.openClick(),["prevent"]))}," Cambiar contraseña ")])]}),_:1})]),_:1})]),_:1},8,["open"]))}}),[["__scopeId","data-v-6cedda83"]]),_S=n.createElementVNode("button",{class:"auth-hide-btn"},null,-1),RS=n.createElementVNode("div",{class:"auth-title-container"},[n.createElementVNode("p",null,"SEGURIDAD DE AUTENTICACIÓN")],-1),LS={class:"dialog-body"},FS={class:"icon"},US=n.createElementVNode("p",{class:"body-title"},"ACTIVACION DE DOBLE FACTOR DE AUTENTICACIÓN",-1),ZS=n.createElementVNode("p",null," Esta aplicación requiere la activación de doble factor de autenticación, por tanto debe contar con uno de los siguientes requisitos: ",-1),HS=n.createElementVNode("br",null,null,-1),QS=n.createElementVNode("div",{style:{"margin-left":"50px"}},[n.createElementVNode("ul",null,[n.createElementVNode("li",null,[n.createTextVNode(" Tener cuenta de "),n.createElementVNode("b",null,[n.createElementVNode("a",{href:"https://play.google.com/store/apps/details?id=org.telegram.messenger",target:"_blank"}," Telegram ")])]),n.createElementVNode("li",null,"Correo electrónico.")])],-1),qS={class:"dialog-footer"},zS=n.defineComponent({__name:"Message2faDialog",emits:["openClick"],setup(t,{expose:e,emit:r}){const a=n.ref(!1),o=()=>a.value=!0,i=()=>{a.value=!1,s("openClick")},s=r;return e({openDialog:o}),(l,c)=>(n.openBlock(),n.createBlock(n.unref(Po),{open:a.value,"onUpdate:open":c[1]||(c[1]=u=>a.value=u)},{default:n.withCtx(()=>[n.createVNode(n.unref(Mo),null,{default:n.withCtx(()=>[_S]),_:1}),n.createVNode(n.unref(Ro),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Uo),{class:"modal-overlay"}),n.createVNode(n.unref(Fo),{class:"auth-modal-container",onInteractOutside:c[0]||(c[0]=u=>u.preventDefault()),"aria-describedby":"dialog-description"},{default:n.withCtx(()=>[n.createVNode(n.unref(Zo),{class:"auth-dialog-title"},{default:n.withCtx(()=>[RS]),_:1}),n.createElementVNode("div",LS,[n.createElementVNode("div",FS,[n.createVNode(wi,{mode:"gray"})]),US,ZS,HS,QS]),n.createElementVNode("div",qS,[n.createElementVNode("button",{class:"w-full fge-auth-primary-button",onClick:n.withModifiers(i,["prevent"])}," aceptar ")])]),_:1})]),_:1})]),_:1},8,["open"]))}}),KS={class:"item-container"},jS={class:"auth-name-container"},JS={class:"name"},XS={class:"profession"},$S=n.createElementVNode("i",{class:"pi pi-user"},null,-1),WS=n.createElementVNode("span",{style:{"margin-left":"0.8rem"}},"Perfil",-1),YS=n.createElementVNode("span",{style:{"margin-left":"0.8rem"}},"Cambiar modo",-1),GS=n.createElementVNode("i",{class:"pi pi-users"},null,-1),NS=n.createElementVNode("span",{style:{"margin-left":"0.8rem"}},"Sesiones",-1),eT=n.createElementVNode("i",{class:"pi pi-desktop"},null,-1),tT=n.createElementVNode("span",{style:{"margin-left":"0.8rem"}},"Dispositivos de confianza",-1),nT=n.createElementVNode("i",{class:"pi pi-sign-out"},null,-1),rT=n.createElementVNode("span",{style:{"margin-left":"0.8rem"}},"Cerrar sesión",-1),Y2=n.defineComponent({__name:"FgeMenuItems",props:{showChangeMode:{type:Boolean,default:!1},isDarkMode:{type:Boolean,default:!1}},emits:["onLogout","onChangeMode"],setup(t,{emit:e}){const r=t,a=Ee(),{logoutCD:o}=S2(),i=n.ref(!1),s=n.ref(!1),l=n.ref();n.onMounted(()=>{v(),h()});const c=n.ref(),u=n.ref(),d=n.ref(),A=n.ref(!0),m=e,f=()=>{c.value.openDialog()},g=async()=>{try{a.userState.isNvAuth?await C3():await b3(),a.binnacleId&&await o({})}catch{}finally{a.clearUserData(),localStorage.clear(),m("onLogout")}},b=async()=>{m("onChangeMode")},v=async()=>{const{fechaCambioPassword:T,cambiarPassword:S,forzarCambioPassword:x,diasVidaPassword:B}=a.userState;if(!a.enableChangePassword||typeof B!="number")return;const O=localStorage.getItem("show-change-password");if(!x&&O&&S)return;const H=T?ae.fromISO(T):void 0;if(l.value=H,S){p(!!(S&&x));return}},k=n.ref(),h=async()=>{var T,S;(T=a.userState)!=null&&T.forzarActivar2FA&&((S=k.value)==null||S.openDialog())},p=T=>{Yi("password-modified")||(localStorage.setItem("show-change-password",new Date().toISOString()),T&&(A.value=!1),s.value=!0)},y=()=>{var S;const{forzarCambioPassword:T}=a.userState;(S=c.value)==null||S.goToChangePassword(T),s.value=!1,A.value=!1},w=()=>{var T;s.value=!1,A.value=!1,(T=c.value)==null||T.goToActiveMedio()},C=()=>{var T,S;(S=(T=u.value)==null?void 0:T.openDialog)==null||S.call(T)},E=()=>{var T,S;(S=(T=d.value)==null?void 0:T.openDialog)==null||S.call(T)};return(T,S)=>(n.openBlock(),n.createElementBlock(n.Fragment,null,[n.createVNode(n.unref(L6),{open:i.value,"onUpdate:open":S[0]||(S[0]=x=>i.value=x)},{default:n.withCtx(()=>[n.createVNode(n.unref(F6),{class:n.normalizeClass(["link-item-container",{dark:r.isDarkMode}]),"aria-label":"menu-options"},{default:n.withCtx(()=>{var x,B,O,H;return[n.createElementVNode("div",KS,[n.createVNode(n.unref(Z5),{class:"avatar-container"},{default:n.withCtx(()=>{var $,Z;return[n.createVNode(n.unref(Q5),{class:"avatar-image",src:($=n.unref(a).userState.user)==null?void 0:$.fotoUrl,alt:`Foto de ${(Z=n.unref(a).userState.user)==null?void 0:Z.nombreCompleto}`},null,8,["src","alt"]),n.createVNode(n.unref(q5),{class:"avatar-fallback","delay-ms":600},{default:n.withCtx(()=>[n.createVNode(X2)]),_:1})]}),_:1}),n.createElementVNode("div",jS,[n.createElementVNode("p",JS,n.toDisplayString((B=(x=n.unref(a).userState)==null?void 0:x.user)==null?void 0:B.nombreCompleto),1),n.createElementVNode("p",XS,n.toDisplayString((H=(O=n.unref(a).userState)==null?void 0:O.user)==null?void 0:H.profesion),1)])])]}),_:1},8,["class"]),n.createVNode(n.unref(U6),null,{default:n.withCtx(()=>[n.createVNode(n.unref(Z6),{class:n.normalizeClass(["auth-menu-content",{dark:r.isDarkMode}])},{default:n.withCtx(()=>[n.createVNode(n.unref(ya),{class:"auth-menu-item",onClick:f},{default:n.withCtx(()=>[$S,WS]),_:1}),r.showChangeMode?(n.openBlock(),n.createBlock(n.unref(ya),{key:0,class:"auth-menu-item",onClick:b},{default:n.withCtx(()=>[n.createVNode(n.unref(ES)),YS]),_:1})):n.createCommentVNode("",!0),n.createVNode(n.unref(ya),{class:"auth-menu-item",onClick:E},{default:n.withCtx(()=>[GS,NS]),_:1}),n.createVNode(n.unref(ya),{class:"auth-menu-item",onClick:C},{default:n.withCtx(()=>[eT,tT]),_:1}),n.createVNode(n.unref(ya),{class:"auth-menu-item",onClick:g},{default:n.withCtx(()=>[nT,rT]),_:1})]),_:1},8,["class"])]),_:1})]),_:1},8,["open"]),n.createVNode(Lc,{ref_key:"perfilRef",ref:c},null,512),n.createVNode(DB,{ref_key:"dispositivosRef",ref:u},null,512),n.createVNode(yS,{ref_key:"sesionesRef",ref:d},null,512),n.createVNode(MS,{open:s.value,"onUpdate:open":S[1]||(S[1]=x=>s.value=x),openClick:y,forzarCambioPassword:!!n.unref(a).userState.forzarCambioPassword},null,8,["open","forzarCambioPassword"]),n.createVNode(zS,{ref_key:"message2faRef",ref:k,onOpenClick:w},null,512)],64))}}),aT={[String(Pl)]:"${label} debe contener solo números",[String(No)]:"${label} debe contener al menos una letra mayúscula, una letra minúscula, un número y un caracter especial",[String(Kn)]:"${label} debe contener al menos una letra mayúscula, una letra minúscula, un número y un caracter especial"},G2={mixed:{required:"${label} es requerido",oneOf:"${label} deben ser iguales"},string:{min:"${label} debe tener al menos ${min} caracteres",max:"${label} no debe tener más de ${max} caracteres",length:"${label} debe tener ${length} caracteres",matches:({label:t,regex:e})=>aT[String(e)].replaceAll("${label}",t)||`${t} no es válido`,email:"${label} debe tener el formato ejemplo@ejemplo.com"},number:{min:"El valor mínimo permitido es ${min}",max:"El valor máximo permitido es ${max}"}};ne.addMethod(ne.string,"email",function(e){var r;return this.matches(u7,{message:e||((r=G2.string)==null?void 0:r.email),name:"email",excludeEmptyString:!0})});function oT(t){if(t)try{return JSON.parse(t)}catch(e){console.warn(e,"unknown json format!")}}function N2(t,e){var r=e.storage,a=e.encrypt,o=e.decrypt,i=r.getItem(t.$id);if(i){var s=oT(o?o(i):i);s&&(t.$state=s)}else{var l=JSON.stringify(t.$state);r.setItem(t.$id,a?a(l):l)}var c=function(d,A){var m=JSON.stringify(A);r.setItem(t.$id,a?a(m):m)};t.$subscribe(c,{detached:!0,deep:!0,immediate:!0})}function iT(t){return function(e){var r=Object.assign({},t),a=e.store,o=r.stores,i=r.encrypt,s=r.decrypt;o&&o.length>0&&o.forEach(function(l){if(typeof l=="string"){if(l===a.$id){var c=r.storage||localStorage;N2(a,{stores:o,storage:c,encrypt:i,decrypt:s})}}else if(l.name===a.$id){var u=l.storage,d=l.ciphertext,A=function(){return u||(r.storage?r.storage:localStorage)};N2(a,{stores:o,storage:A(),encrypt:d===!1?void 0:i,decrypt:d===!1?void 0:s})}})}}var Yr=typeof globalThis<"u"?globalThis:typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{};function e0(t){return t&&t.__esModule&&Object.prototype.hasOwnProperty.call(t,"default")?t.default:t}function sT(t){if(t.__esModule)return t;var e=t.default;if(typeof e=="function"){var r=function a(){return this instanceof a?Reflect.construct(e,arguments,this.constructor):e.apply(this,arguments)};r.prototype=e.prototype}else r={};return Object.defineProperty(r,"__esModule",{value:!0}),Object.keys(t).forEach(function(a){var o=Object.getOwnPropertyDescriptor(t,a);Object.defineProperty(r,a,o.get?o:{enumerable:!0,get:function(){return t[a]}})}),r}var t0={exports:{}};function lT(t){throw new Error('Could not dynamically require "'+t+'". Please configure the dynamicRequireTargets or/and ignoreDynamicRequires option of @rollup/plugin-commonjs appropriately for this require call to work.')}var Fc={exports:{}};const cT=sT(Object.freeze(Object.defineProperty({__proto__:null,default:{}},Symbol.toStringTag,{value:"Module"})));var n0;function r0(){return n0||(n0=1,function(t,e){(function(r,a){t.exports=a()})(Yr,function(){var r=r||function(a,o){var i;if(typeof window<"u"&&window.crypto&&(i=window.crypto),typeof self<"u"&&self.crypto&&(i=self.crypto),typeof globalThis<"u"&&globalThis.crypto&&(i=globalThis.crypto),!i&&typeof window<"u"&&window.msCrypto&&(i=window.msCrypto),!i&&typeof Yr<"u"&&Yr.crypto&&(i=Yr.crypto),!i&&typeof lT=="function")try{i=cT}catch{}var s=function(){if(i){if(typeof i.getRandomValues=="function")try{return i.getRandomValues(new Uint32Array(1))[0]}catch{}if(typeof i.randomBytes=="function")try{return i.randomBytes(4).readInt32LE()}catch{}}throw new Error("Native crypto module could not be used to get secure random number.")},l=Object.create||function(){function h(){}return function(p){var y;return h.prototype=p,y=new h,h.prototype=null,y}}(),c={},u=c.lib={},d=u.Base=function(){return{extend:function(h){var p=l(this);return h&&p.mixIn(h),(!p.hasOwnProperty("init")||this.init===p.init)&&(p.init=function(){p.$super.init.apply(this,arguments)}),p.init.prototype=p,p.$super=this,p},create:function(){var h=this.extend();return h.init.apply(h,arguments),h},init:function(){},mixIn:function(h){for(var p in h)h.hasOwnProperty(p)&&(this[p]=h[p]);h.hasOwnProperty("toString")&&(this.toString=h.toString)},clone:function(){return this.init.prototype.extend(this)}}}(),A=u.WordArray=d.extend({init:function(h,p){h=this.words=h||[],p!=o?this.sigBytes=p:this.sigBytes=h.length*4},toString:function(h){return(h||f).stringify(this)},concat:function(h){var p=this.words,y=h.words,w=this.sigBytes,C=h.sigBytes;if(this.clamp(),w%4)for(var E=0;E<C;E++){var T=y[E>>>2]>>>24-E%4*8&255;p[w+E>>>2]|=T<<24-(w+E)%4*8}else for(var S=0;S<C;S+=4)p[w+S>>>2]=y[S>>>2];return this.sigBytes+=C,this},clamp:function(){var h=this.words,p=this.sigBytes;h[p>>>2]&=4294967295<<32-p%4*8,h.length=a.ceil(p/4)},clone:function(){var h=d.clone.call(this);return h.words=this.words.slice(0),h},random:function(h){for(var p=[],y=0;y<h;y+=4)p.push(s());return new A.init(p,h)}}),m=c.enc={},f=m.Hex={stringify:function(h){for(var p=h.words,y=h.sigBytes,w=[],C=0;C<y;C++){var E=p[C>>>2]>>>24-C%4*8&255;w.push((E>>>4).toString(16)),w.push((E&15).toString(16))}return w.join("")},parse:function(h){for(var p=h.length,y=[],w=0;w<p;w+=2)y[w>>>3]|=parseInt(h.substr(w,2),16)<<24-w%8*4;return new A.init(y,p/2)}},g=m.Latin1={stringify:function(h){for(var p=h.words,y=h.sigBytes,w=[],C=0;C<y;C++){var E=p[C>>>2]>>>24-C%4*8&255;w.push(String.fromCharCode(E))}return w.join("")},parse:function(h){for(var p=h.length,y=[],w=0;w<p;w++)y[w>>>2]|=(h.charCodeAt(w)&255)<<24-w%4*8;return new A.init(y,p)}},b=m.Utf8={stringify:function(h){try{return decodeURIComponent(escape(g.stringify(h)))}catch{throw new Error("Malformed UTF-8 data")}},parse:function(h){return g.parse(unescape(encodeURIComponent(h)))}},v=u.BufferedBlockAlgorithm=d.extend({reset:function(){this._data=new A.init,this._nDataBytes=0},_append:function(h){typeof h=="string"&&(h=b.parse(h)),this._data.concat(h),this._nDataBytes+=h.sigBytes},_process:function(h){var p,y=this._data,w=y.words,C=y.sigBytes,E=this.blockSize,T=E*4,S=C/T;h?S=a.ceil(S):S=a.max((S|0)-this._minBufferSize,0);var x=S*E,B=a.min(x*4,C);if(x){for(var O=0;O<x;O+=E)this._doProcessBlock(w,O);p=w.splice(0,x),y.sigBytes-=B}return new A.init(p,B)},clone:function(){var h=d.clone.call(this);return h._data=this._data.clone(),h},_minBufferSize:0});u.Hasher=v.extend({cfg:d.extend(),init:function(h){this.cfg=this.cfg.extend(h),this.reset()},reset:function(){v.reset.call(this),this._doReset()},update:function(h){return this._append(h),this._process(),this},finalize:function(h){h&&this._append(h);var p=this._doFinalize();return p},blockSize:16,_createHelper:function(h){return function(p,y){return new h.init(y).finalize(p)}},_createHmacHelper:function(h){return function(p,y){return new k.HMAC.init(h,y).finalize(p)}}});var k=c.algo={};return c}(Math);return r})}(Fc)),Fc.exports}(function(t,e){(function(r,a){t.exports=a(r0())})(Yr,function(r){return r.enc.Utf8})})(t0);var uT=t0.exports;const a0=e0(uT);var o0={exports:{}};(function(t,e){(function(r,a){t.exports=a(r0())})(Yr,function(r){return function(){var a=r,o=a.lib,i=o.WordArray,s=a.enc;s.Base64={stringify:function(c){var u=c.words,d=c.sigBytes,A=this._map;c.clamp();for(var m=[],f=0;f<d;f+=3)for(var g=u[f>>>2]>>>24-f%4*8&255,b=u[f+1>>>2]>>>24-(f+1)%4*8&255,v=u[f+2>>>2]>>>24-(f+2)%4*8&255,k=g<<16|b<<8|v,h=0;h<4&&f+h*.75<d;h++)m.push(A.charAt(k>>>6*(3-h)&63));var p=A.charAt(64);if(p)for(;m.length%4;)m.push(p);return m.join("")},parse:function(c){var u=c.length,d=this._map,A=this._reverseMap;if(!A){A=this._reverseMap=[];for(var m=0;m<d.length;m++)A[d.charCodeAt(m)]=m}var f=d.charAt(64);if(f){var g=c.indexOf(f);g!==-1&&(u=g)}return l(c,u,A)},_map:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/="};function l(c,u,d){for(var A=[],m=0,f=0;f<u;f++)if(f%4){var g=d[c.charCodeAt(f-1)]<<f%4*2,b=d[c.charCodeAt(f)]>>>6-f%4*2,v=g|b;A[m>>>2]|=v<<24-m%4*8,m++}return i.create(A,m)}}(),r.enc.Base64})})(o0);var dT=o0.exports;const i0=e0(dT),s0=M0();function AT(t){return i0.stringify(a0.parse(t))}function fT(t){return i0.parse(t).toString(a0)}const pT=iT({stores:[{name:"LOGIN_STORE",storage:localStorage,ciphertext:!0}],encrypt:AT,decrypt:fT});s0.use(pT);const mT={install:(t,e)=>{e.useYupLocale&&ne.setLocale(G2),t.component("FgeLoginComponent",J2),t.component("FgePerfilMenuComponent",Y2),t.component("FgePerfilSidebar",Lc),t.use(fb,{VITE_API_BASE_URL:window.location.href,VITE_API_APLICATION:e.aplicacion,VITE_API_MS_AGETIC:e.MS_AGETIC_URL,VITE_API_MS_AGETIC_FRONT:e.API_SERVER_REDIRECT,VITE_DEVELOPMENT_ENVIRONMENT:e.ENVIRONMENT||"DEV",VITE_API_AGETIC_ANUNCIOS:"https://www.facebook.com/story.php?story_fbid=999108625735075&id=100069078404748&mibextid=wwXIfr&rdid=Jl5hWv1li8tIYJ45"}),t.use(s0),Ee().setConfigs({newBaseURL:e.baseUrl,newIsRegister:e.isRegister||!1,newAplicacion:e.aplicacion,newBaseURLAuthNv:e.baseUrlAuthNv,newWebSocketUrl:e.MS_WEBSOCKET_URL,newWebSocketToken:e.TOKEN_WEBSOCKET??"",newRrhhUrl:e.rrhhUrl,verificarSiFuncionario:e.verificarSiFuncionario||!1,telegramBot:e.telegramBot??"MinPub_bot",systemVersion:e.systemVersion,enableChangePasswordMsg:e.ENABLE_CHANGE_PASSWORD,enableForceChangePassword:e.ENABLE_FORCE_CHANGE_PASSWORD})}};Je.FgeAuthMenuComponent=Y2,Je.FgeLoginComponent=J2,Je.FgePerfilSidebar=Lc,Je.default=mT,Je.useFgeAuthLoginStore=Ee,Je.useFgeAuthStateStore=ka,Object.defineProperties(Je,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});